* update libppd to 2.0.0-2

This commit is contained in:
Alexander Baldeck 2024-07-28 21:04:41 +02:00
parent 0e3f519938
commit 0bcd37a185
3 changed files with 24 additions and 2 deletions

16
libppd/.SRCINFO Normal file
View File

@ -0,0 +1,16 @@
pkgbase = libppd
pkgdesc = OpenPrinting - the legacy support library for PPD files
pkgver = 2.0.0
pkgrel = 2
url = https://github.com/OpenPrinting/libppd
arch = x86_64
license = Apache-2.0 WITH LLVM-exception
makedepends = ghostscript
depends = libcups
depends = libcupsfilters
depends = glibc
depends = gcc-libs
source = https://github.com/OpenPrinting/libppd/releases/download/2.0.0/libppd-2.0.0.tar.xz
sha256sums = 882d3c659a336e91559de8f3c76fc26197fe6e5539d9b484a596e29a5a4e0bc8
pkgname = libppd

5
libppd/.nvchecker.toml Normal file
View File

@ -0,0 +1,5 @@
[libppd]
source = "github"
github = "OpenPrinting/libppd"
use_max_tag = true
prefix = "v"

View File

@ -3,11 +3,12 @@
pkgname=libppd
pkgver=2.0.0
pkgrel=1
pkgrel=2
pkgdesc="OpenPrinting - the legacy support library for PPD files"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/OpenPrinting/libppd"
license=('APACHE')
# the CUPS exception text is the same as LLVM exception
license=('Apache-2.0 WITH LLVM-exception')
depends=('libcups' 'libcupsfilters'
'glibc' 'gcc-libs')
makedepends=('ghostscript'