Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / cups
Commits:
317f8641 by Andreas Radke at 2026-02-14T10:54:20+01:00
upgpkg: 2:2.4.16-2; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cups
pkgver = 2.4.16
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = https://openprinting.github.io/cups/
arch = x86_64
@@ -53,7 +53,8 @@ pkgname = cups
depends = libpaper
depends = hicolor-icon-theme
depends = glibc
- depends = gcc-libs
+ depends = libstdc++
+ depends = libgcc
depends = avahi
depends = gnutls
optdepends = cups-browsed: to browse the network for remote CUPS queues
and IPP network printers
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgbase="cups"
pkgname=('libcups' 'cups')
pkgver=2.4.16
-pkgrel=1
+pkgrel=2
epoch=2
arch=('x86_64')
license=('Apache-2.0 WITH LLVM-exception AND BSD-3-Clause AND Zlib AND
BSD-2-Clause')
@@ -119,7 +119,7 @@ backup=(etc/cups/cupsd.conf
etc/pam.d/cups)
depends=('acl' 'pam' "libcups>=${pkgver}" 'cups-filters'
'dbus' 'systemd' 'systemd-libs' 'libpaper' 'hicolor-icon-theme'
- 'glibc' 'gcc-libs' 'avahi' 'gnutls')
+ 'glibc' 'libstdc++' 'libgcc' 'avahi' 'gnutls')
optdepends=('cups-browsed: to browse the network for remote CUPS queues and
IPP network printers'
'libusb: for usb printer backend'
'ipp-usb: allows to send HTTP requests via a USB connection on
devices without Ethernet or WiFi connections'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cups/-/commit/317f8641c26efd3834051584705bf06b04a6eafb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cups/-/commit/317f8641c26efd3834051584705bf06b04a6eafb
You're receiving this email because of your account on gitlab.archlinux.org.