Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libcupsfilters
Commits:
e21bd569 by Andreas Radke at 2026-02-14T11:31:11+01:00
upgpkg: 2.1.1-4; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libcupsfilters
pkgdesc = OpenPrinting CUPS Filters - contains all the code of the
filters of the former cups-filters package as library functions
pkgver = 2.1.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/OpenPrinting/libcupsfilters
arch = x86_64
license = Apache-2.0 WITH LLVM-exception
@@ -17,7 +17,8 @@ pkgbase = libcupsfilters
depends = lcms2
depends = fontconfig
depends = glibc
- depends = gcc-libs
+ depends = libstdc++
+ depends = libgcc
depends = dbus
source =
https://github.com/OpenPrinting/libcupsfilters/releases/download/2.1.1/libcupsfilters-2.1.1.tar.xz
sha256sums =
6c303e36cfde05a6c88fb940c62b6a18e7cdbfb91f077733ebc98f104925ce36
=====================================
PKGBUILD
=====================================
@@ -2,14 +2,14 @@
pkgname=libcupsfilters
pkgver=2.1.1
-pkgrel=3
+pkgrel=4
pkgdesc="OpenPrinting CUPS Filters - contains all the code of the filters of
the former cups-filters package as library functions"
arch=('x86_64')
url="https://github.com/OpenPrinting/libcupsfilters"
license=('Apache-2.0 WITH LLVM-exception')
depends=('libcups' 'libexif' 'qpdf' 'poppler'
'libjpeg-turbo' 'libpng' 'libtiff' 'lcms2'
- 'fontconfig' 'glibc' 'gcc-libs' 'dbus')
+ 'fontconfig' 'glibc' 'libstdc++' 'libgcc' 'dbus')
makedepends=(
'ghostscript'
# 'mupdf-tools' ???
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libcupsfilters/-/commit/e21bd5698af74563051126b2eb1a61f8c705f452
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libcupsfilters/-/commit/e21bd5698af74563051126b2eb1a61f8c705f452
You're receiving this email because of your account on gitlab.archlinux.org.