Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libppd
Commits:
e3a92b7a by Andreas Radke at 2026-02-14T12:53:57+01:00
upgpkg: 2.1.1-2; gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libppd
pkgdesc = OpenPrinting - the legacy support library for PPD files
pkgver = 2.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/OpenPrinting/libppd
arch = x86_64
license = Apache-2.0 WITH LLVM-exception
@@ -10,7 +10,8 @@ pkgbase = libppd
depends = libcupsfilters
depends = zlib
depends = glibc
- depends = gcc-libs
+ depends = libstdc++
+ depends = libgcc
source =
https://github.com/OpenPrinting/libppd/releases/download/2.1.1/libppd-2.1.1.tar.xz
sha256sums =
3fa341cc03964046d2bf6b161d80c1b4b2e20609f38d860bcaa11cb70c1285e4
=====================================
PKGBUILD
=====================================
@@ -2,14 +2,14 @@
pkgname=libppd
pkgver=2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="OpenPrinting - the legacy support library for PPD files"
arch=('x86_64')
url="https://github.com/OpenPrinting/libppd"
# the CUPS exception text is the same as LLVM exception
license=('Apache-2.0 WITH LLVM-exception')
depends=('libcups' 'libcupsfilters'
- 'zlib' 'glibc' 'gcc-libs')
+ 'zlib' 'glibc' 'libstdc++' 'libgcc')
makedepends=('ghostscript'
# 'mupdf-tools'
)
@@ -34,6 +34,7 @@ check() {
package() {
cd "$pkgname"-$pkgver
make DESTDIR="$pkgdir/" install
+ rmdir $pkgdir/usr/bin
# license
mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
install -m644 "${srcdir}"/${pkgname}-${pkgver}/{COPYING,NOTICE}
"${pkgdir}"/usr/share/licenses/${pkgname}/
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libppd/-/commit/e3a92b7a08de249c8d749f884a312464de40232d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libppd/-/commit/e3a92b7a08de249c8d749f884a312464de40232d
You're receiving this email because of your account on gitlab.archlinux.org.