Commit 6f9447d
0
plików
+0
dodanych
-0
usuniętych
@@ -1,12 +1,13 @@
1
1
pkgname: libcupsfilters
2
2
pkgver: '2.2.1'
3
-pkgrel: 1
3
+pkgrel: 2
4
4
pkgdesc: Code of the filters of the former cups-filters package as library functions
5
5
url: 'https://github.com/OpenPrinting/libcupsfilters'
6
6
arch: x86_64
7
7
license:
8
8
- Apache
9
-depends: []
9
+depends:
10
+- pdfio
10
11
makedepends:
11
12
- cups
12
13
- xorg-fontconfig
@@ -14,6 +15,7 @@ makedepends:
14
15
- lcms2
15
16
- qpdf
16
17
- hicolor-icon-theme
18
+- pdfio
17
19
source:
18
20
- 'https://github.com/OpenPrinting/libcupsfilters/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz'
19
21
sha256sums:
@@ -52,12 +54,16 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\n-rw-r-
52
54
build: |
53
55
cd ${pkgname}-${pkgver}
54
56
55
-./configure --prefix=/usr \
56
- --disable-static \
57
- --docdir=/usr/share/doc/libcupsfilters-2.1.1 &&
58
-make
57
+ ./configure \
58
+ --prefix=/usr \
59
+ --disable-dbus \
60
+ --disable-exif \
61
+ --disable-poppler \
62
+ --disable-mutool
63
+
64
+ make
59
65
make DESTDIR=${PKGDIR} install
60
66
61
67
install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
62
68
package: |
63
- true
69
+ true