mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
cups — cups → 2.4.14 (#12745)
* cups => 2.4.14 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * cups: Build Run on linux/arm/v7. * cups: Build Run on linux/386. * cups: Build Run on linux/amd64. * cups: Package File Update Run on linux/386 container. * bump version for version Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com> Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2814ffbc6c
commit
b03cadb001
@@ -188,6 +188,7 @@ unless defined?(CREW_ANITYA_PACKAGE_NAME_MAPPINGS)
|
||||
CREW_ANITYA_PACKAGE_NAME_MAPPINGS = Set[
|
||||
{ pkg_name: 'asdf', anitya_pkg: 'asdf-vm', comments: '' },
|
||||
{ pkg_name: 'cf', anitya_pkg: 'cf', comments: 'Prefer to GitHub' },
|
||||
{ pkg_name: 'cups', anitya_pkg: 'cups', comments: 'Prefer to GitHub' },
|
||||
{ pkg_name: 'cvs', anitya_pkg: 'cvs-stable', comments: '' },
|
||||
{ pkg_name: 'go_tools', anitya_pkg: 'golang-x-tools', comments: '' },
|
||||
{ pkg_name: 'gtk4', anitya_pkg: 'gtk', comments: '' },
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 12593849
|
||||
# Total size: 13498919
|
||||
/usr/local/bin/cancel
|
||||
/usr/local/bin/cups-config
|
||||
/usr/local/bin/cupstestppd
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 12644085
|
||||
# Total size: 13550483
|
||||
/usr/local/bin/cancel
|
||||
/usr/local/bin/cups-config
|
||||
/usr/local/bin/cupstestppd
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Total size: 12665237
|
||||
# Total size: 13720459
|
||||
/usr/local/bin/cancel
|
||||
/usr/local/bin/cups-config
|
||||
/usr/local/bin/cupstestppd
|
||||
|
||||
@@ -2,8 +2,8 @@ require 'package'
|
||||
|
||||
class Cups < Package
|
||||
description 'CUPS is the standards-based, open source printing system'
|
||||
homepage 'https://github.com/OpenPrinting/cups'
|
||||
version '2.4.12'
|
||||
homepage 'https://openprinting.github.io/cups'
|
||||
version '2.4.14'
|
||||
compatibility 'all'
|
||||
license 'Apache-2.0'
|
||||
source_url 'https://github.com/OpenPrinting/cups.git'
|
||||
@@ -11,16 +11,17 @@ class Cups < Package
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '19a5fc31117dc16b9b1dc7a83867b14ab62f77abd8ad08c58a15d629d58bde6a',
|
||||
armv7l: '19a5fc31117dc16b9b1dc7a83867b14ab62f77abd8ad08c58a15d629d58bde6a',
|
||||
i686: '47933164cf36432d989746a29874858438f40f3142f7cbef85a453d27a25d14e',
|
||||
x86_64: 'b127449e62200e7a8ce894fc3e20a543a394c3fd2d0e1d4fec95d0c1a4d115fc'
|
||||
aarch64: '4aacbc9fe7e169a65337e84848fc2b3c28ef790a7280dac7b83a185f62f96cc1',
|
||||
armv7l: '4aacbc9fe7e169a65337e84848fc2b3c28ef790a7280dac7b83a185f62f96cc1',
|
||||
i686: '23932827ac7ad296e4eb0a1264d11323741f147875a0965bdae36af14d99a08e',
|
||||
x86_64: '8327ac7e2f24efc25ad4cf545e61f3a941ea4aa4728374961326d6f6594afdb0'
|
||||
})
|
||||
|
||||
depends_on 'acl' # R
|
||||
depends_on 'gcc_lib' # R
|
||||
depends_on 'glibc' # R
|
||||
depends_on 'libusb' # R
|
||||
depends_on 'libxcrypt' # R
|
||||
depends_on 'linux_pam' # R
|
||||
depends_on 'llvm_dev' => :build if %w[armv7l aarch64].include?(ARCH)
|
||||
depends_on 'openssl' # R
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env ruby
|
||||
# version.rb version 2.4 (for Chromebrew)
|
||||
# version.rb version 2.5 (for Chromebrew)
|
||||
|
||||
OPTIONS = %w[-h --help -j --json -u --update-package-files -v --verbose]
|
||||
|
||||
@@ -146,7 +146,7 @@ def get_anitya_id(name, homepage)
|
||||
# We assume there is only one candidate with the same name and homepage as their crew counterpart.
|
||||
# Even if there are multiple candidates with the same name and homepage, its probably fine to treat them as identical.
|
||||
# If it isn't fine to treat them as identical, something has gone horribly wrong.
|
||||
return json['items'][candidate]['id'] if homepage.chomp('/') == json['items'][candidate]['homepage']
|
||||
return json['items'][candidate]['id'] if homepage.chomp('/') == json['items'][candidate]['homepage'].chomp('/')
|
||||
end
|
||||
|
||||
# If we're still here, that means none of the candidates had the same homepage as their crew counterpart.
|
||||
|
||||
Reference in New Issue
Block a user