[arch-commits] Commit in pappl/repos/testing-x86_64 (PKGBUILD PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Sun Nov 29 11:37:57 UTC 2020
Date: Sunday, November 29, 2020 @ 11:37:57
Author: andyrtr
Revision: 402392
archrelease: copy trunk to testing-x86_64
Added:
pappl/repos/testing-x86_64/PKGBUILD
(from rev 402391, pappl/trunk/PKGBUILD)
Deleted:
pappl/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 110 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 55 insertions(+), 55 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-29 11:37:43 UTC (rev 402391)
+++ PKGBUILD 2020-11-29 11:37:57 UTC (rev 402392)
@@ -1,55 +0,0 @@
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=pappl
-#https://github.com/michaelrsweet/pappl/commits/master
-_commit=9db4470f2791c812a18c52bd1fc71050bf81cef0 # master 2020-11-2
-pkgver=1.0b1+13+g9db4470
-pkgrel=1
-pkgdesc="a simple C-based framework/library for developing CUPS Printer Applications"
-arch=('x86_64')
-url="https://www.msweet.org/pappl/"
-license=('Apache' 'custom')
-depends=('libcups' 'libjpeg-turbo' 'pam')
-makedepends=('git')
-source=(git+"https://github.com/michaelrsweet/pappl.git#commit=$_commit")
-md5sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g' | sed 's/v//'
-}
-
-build() {
- cd "$pkgname" #-$pkgver"
-
- # The build system uses only DSOFLAGS but not LDFLAGS to build some libraries.
- export DSOFLAGS=${LDFLAGS}
-
- ./configure --prefix=/usr
- make
-}
-
-check() {
- cd "$pkgname" #-$pkgver"
-# make check
-
- # there's currently no real test suite,
- # the tool is only useful outside the fakeroot envireonment - when packaging it crashes:
- # testpappl: client.c:771: avahi_client_get_host_name_fqdn: Assertion `client' failed.
- # /startdir/PKGBUILD: line 43: 1878 Aborted (core dumped) ./testsuite/testpappl
-
- # run it later outside fakeroot!
- #./testsuite/testpappl
-}
-
-package() {
- cd "$pkgname" #-$pkgver"
- make DESTDIR="$pkgdir/" install
-
- # install the testing tool
- install -Dm755 testsuite/testpappl -t "$pkgdir"/usr/bin
- # install docs
- install -Dm644 doc/* -t "$pkgdir"/usr/share/doc/$pkgname
- # add license + exception
- install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" {LICENSE,NOTICE}
-}
Copied: pappl/repos/testing-x86_64/PKGBUILD (from rev 402391, pappl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-29 11:37:57 UTC (rev 402392)
@@ -0,0 +1,55 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=pappl
+#https://github.com/michaelrsweet/pappl/commits/master
+_commit=13cdb49a93d98aee4628bf23d8d7d66edf5b911e # master 2020-11-29
+pkgver=1.0b1+43+g13cdb49
+pkgrel=1
+pkgdesc="a simple C-based framework/library for developing CUPS Printer Applications"
+arch=('x86_64')
+url="https://www.msweet.org/pappl/"
+license=('Apache' 'custom')
+depends=('libcups' 'libjpeg-turbo' 'pam')
+makedepends=('git')
+source=(git+"https://github.com/michaelrsweet/pappl.git#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g' | sed 's/v//'
+}
+
+build() {
+ cd "$pkgname" #-$pkgver"
+
+ # The build system uses only DSOFLAGS but not LDFLAGS to build some libraries.
+ export DSOFLAGS=${LDFLAGS}
+
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd "$pkgname" #-$pkgver"
+# make check
+
+ # there's currently no real test suite,
+ # the tool is only useful outside the fakeroot envireonment - when packaging it crashes:
+ # testpappl: client.c:771: avahi_client_get_host_name_fqdn: Assertion `client' failed.
+ # /startdir/PKGBUILD: line 43: 1878 Aborted (core dumped) ./testsuite/testpappl
+
+ # run it later outside fakeroot!
+ #./testsuite/testpappl
+}
+
+package() {
+ cd "$pkgname" #-$pkgver"
+ make DESTDIR="$pkgdir/" install
+
+ # install the testing tool
+ install -Dm755 testsuite/testpappl -t "$pkgdir"/usr/bin
+ # install docs
+ install -Dm644 doc/* -t "$pkgdir"/usr/share/doc/$pkgname
+ # add license + exception
+ install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" {LICENSE,NOTICE}
+}
More information about the arch-commits
mailing list