[arch-commits] Commit in cups-filters/repos (5 files)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Nov 13 20:18:20 UTC 2021
Date: Saturday, November 13, 2021 @ 20:18:20
Author: felixonmars
Revision: 428349
archrelease: copy trunk to staging-x86_64
Added:
cups-filters/repos/staging-x86_64/
cups-filters/repos/staging-x86_64/PKGBUILD
(from rev 428348, cups-filters/trunk/PKGBUILD)
cups-filters/repos/staging-x86_64/PKGBUILD.v20
(from rev 428348, cups-filters/trunk/PKGBUILD.v20)
cups-filters/repos/staging-x86_64/buildfix.diff
(from rev 428348, cups-filters/trunk/buildfix.diff)
cups-filters/repos/staging-x86_64/test.patch
(from rev 428348, cups-filters/trunk/test.patch)
---------------+
PKGBUILD | 57 ++++++++++++++++++++++++++++++++++++++++
PKGBUILD.v20 | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
buildfix.diff | 23 ++++++++++++++++
test.patch | 25 +++++++++++++++++
4 files changed, 183 insertions(+)
Copied: cups-filters/repos/staging-x86_64/PKGBUILD (from rev 428348, cups-filters/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-11-13 20:18:20 UTC (rev 428349)
@@ -0,0 +1,57 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=cups-filters
+pkgver=1.28.10
+pkgrel=2
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters"
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups>=2.2.6-2' 'systemd')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to convert PostScript to raster images'
+ 'foomatic-db: drivers use Ghostscript to convert PostScript to a printable form directly'
+ 'foomatic-db-engine: drivers use Ghostscript to convert PostScript to a printable form directly'
+ 'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript to a printable form directly'
+ 'antiword: to convert MS Word documents'
+ 'docx2txt: to convert Microsoft OOXML text from DOCX files')
+backup=(etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('cf8c904694c44cf689b5724e46d23da9ae5125d54374b340c642077cc29ca837')
+
+build() {
+ cd "$pkgname"-$pkgver
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --sbindir=/usr/bin \
+ --localstatedir=/var \
+ --with-rcdir=no \
+ --enable-avahi \
+ --with-browseremoteprotocols=DNSSD,CUPS \
+ --enable-auto-setup-driverless \
+ --with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+check() {
+ cd "$pkgname"-$pkgver
+ make check
+}
+
+package() {
+ cd "$pkgname"-$pkgver
+ make DESTDIR="$pkgdir/" install
+
+ # add upstream systemd support file
+ install -Dm644 utils/cups-browsed.service "${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
+ sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" "${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
+ #sed -i "s|cups.service|org.cups.cupsd.service|g" "${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
+
+ # use cups group from cups pkg FS#56818
+ chgrp -R 209 "${pkgdir}"/etc/cups
+
+ # license
+ mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
+ install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
Copied: cups-filters/repos/staging-x86_64/PKGBUILD.v20 (from rev 428348, cups-filters/trunk/PKGBUILD.v20)
===================================================================
--- staging-x86_64/PKGBUILD.v20 (rev 0)
+++ staging-x86_64/PKGBUILD.v20 2021-11-13 20:18:20 UTC (rev 428349)
@@ -0,0 +1,78 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=cups-filters
+_commit=378a821080ecb140a1319ee2be4cacc1150e82d6 # master 2020-11-16
+pkgver=1.27.5+260+g378a8210
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters"
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups' 'systemd')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools' 'psutils' 'git') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to convert PostScript to raster images'
+ 'foomatic-db: drivers use Ghostscript to convert PostScript to a printable form directly'
+ 'foomatic-db-engine: drivers use Ghostscript to convert PostScript to a printable form directly'
+ 'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript to a printable form directly'
+ 'antiword: to convert MS Word documents'
+ 'docx2txt: to convert Microsoft OOXML text from DOCX files')
+backup=(etc/cups/cups-browsed.conf)
+#source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+source=("git+https://github.com/OpenPrinting/cups-filters#commit=$_commit"
+ buildfix.diff)
+sha256sums=('SKIP'
+ '4dcb21b719df28f1b275aef091014420dce2b57fbb1dacabd1eb067167629bd0')
+
+pkgver() {
+ cd $pkgname
+ #git describe --tags | sed 's/-/+/g' | sed 's/v//'
+ git describe --tags | sed 's/release-1-27-5/1.27.5/;s/-/+/g'
+ #git rev-list --count HEAD # = 25
+ #printf "0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" # 0.r25.2e43897
+}
+
+prepare() {
+ cd "$pkgname"
+ patch -Np1 -i ../buildfix.diff
+ autoreconf -vfi
+}
+
+build() {
+ cd "$pkgname" #-$pkgver
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --sbindir=/usr/bin \
+ --localstatedir=/var \
+ --with-rcdir=no \
+ --enable-avahi \
+ --with-browseremoteprotocols=DNSSD,CUPS \
+ --with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+
+# make -qp | awk -F':' '/^[a-zA-Z0-9][^$#\/\t=]*:([^=]|$)/ {split($1,A,/ /);for(i in A)print A[i]}' | grep ^install
+# return 1
+
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make #V=1
+}
+
+check() {
+ cd "$pkgname" #-$pkgver
+ make check
+}
+
+package() {
+ cd "$pkgname" #-$pkgver
+ make DESTDIR="$pkgdir/" install
+
+ # add upstream systemd support file
+ install -Dm644 utils/cups-browsed.service "${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
+ sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" "${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
+
+ # use cups group from cups pkg FS#56818
+ chgrp -R 209 "${pkgdir}"/etc/cups
+
+ # license
+ mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
+ #install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/
+ install -m644 "${srcdir}"/${pkgname}/COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
Copied: cups-filters/repos/staging-x86_64/buildfix.diff (from rev 428348, cups-filters/trunk/buildfix.diff)
===================================================================
--- staging-x86_64/buildfix.diff (rev 0)
+++ staging-x86_64/buildfix.diff 2021-11-13 20:18:20 UTC (rev 428349)
@@ -0,0 +1,23 @@
+--- cups-filters/Makefile.am 2020-11-17 21:25:27.000000000 +0100
++++ cups-filters/Makefile.am.new 2020-11-17 21:30:00.696488598 +0100
+@@ -772,7 +772,8 @@
+
+ bannertopdf_DEPENDENCIES = \
+ $(GETLINE) \
+- libfontembed.la
++ libfontembed.la \
++ libcupsfilters.la
+
+ commandtoescpx_SOURCES = \
+ cupsfilters/driver.h \
+@@ -947,7 +947,9 @@
+ $(STRCASESTR) \
+ $(CUPS_LIBS) \
+ $(LIBICONV)
+-texttotext_DEPENDENCIES = $(STRCASESTR)
++texttotext_DEPENDENCIES = \
++ $(STRCASESTR) \
++ libppd.la
+
+ pdftops_SOURCES = \
+ filter/pdftops.c
Copied: cups-filters/repos/staging-x86_64/test.patch (from rev 428348, cups-filters/trunk/test.patch)
===================================================================
--- staging-x86_64/test.patch (rev 0)
+++ staging-x86_64/test.patch 2021-11-13 20:18:20 UTC (rev 428349)
@@ -0,0 +1,25 @@
+--- cups-filters/ppd/testppd.c 2020-11-16 22:40:25.000000000 +0100
++++ cups-filters/ppd/testppd.c.new 2020-11-16 22:44:11.495836665 +0100
+@@ -455,7 +455,7 @@
+
+ fputs("ppdOpenFile(test.ppd): ", stdout);
+
+- if ((ppd = ppdOpenFileWithLocalization("test.ppd", PPD_LOCALIZATION_ALL)) != NULL)
++ if ((ppd = ppdOpenFileWithLocalization("ppd/test.ppd", PPD_LOCALIZATION_ALL)) != NULL)
+ puts("PASS");
+ else
+ {
+--- cups-filters/ppd/testppd.c 2020-11-16 22:45:54.000000000 +0100
++++ cups-filters/ppd/testppd.c.new 2020-11-16 22:54:32.592990707 +0100
+@@ -911,9 +911,9 @@
+ * Test new constraints...
+ */
+
+- fputs("ppdOpenFile(test2.ppd): ", stdout);
++ fputs("ppdOpenFile(ppd/test2.ppd): ", stdout);
+
+- if ((ppd = ppdOpenFile("test2.ppd")) != NULL)
++ if ((ppd = ppdOpenFile("ppd/test2.ppd")) != NULL)
+ puts("PASS");
+ else
+ {
More information about the arch-commits
mailing list