[arch-commits] Commit in unpaper/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Tue Jan 9 17:57:11 UTC 2018


    Date: Tuesday, January 9, 2018 @ 17:57:10
  Author: bgyorgy
Revision: 280737

archrelease: copy trunk to community-x86_64

Added:
  unpaper/repos/community-x86_64/PKGBUILD
    (from rev 280736, unpaper/trunk/PKGBUILD)
Deleted:
  unpaper/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   63 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 33 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-09 17:57:03 UTC (rev 280736)
+++ PKGBUILD	2018-01-09 17:57:10 UTC (rev 280737)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Andreas Hauser <andy-aur at splashground.de>
-
-pkgname=unpaper
-pkgver=6.1
-pkgrel=4
-pkgdesc="post-processing tool for scanned sheets of paper"
-arch=('i686' 'x86_64')
-url="https://github.com/Flameeyes/unpaper"
-license=("GPL")
-depends=('ffmpeg2.8')
-makedepends=('gcc' 'libxslt')
-source=("$pkgname-${pkgver}.tar.gz::https://github.com/Flameeyes/unpaper/archive/unpaper-$pkgver.tar.gz")
-sha256sums=('213f8143b3361dde3286537eb66aaf7cdd7e4f5e7bde42ac6e91020997a81f1d')
-
-build() {
-  cd "$srcdir"/unpaper-unpaper-*
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg2.8/pkgconfig/:$PKG_CONFIG_PATH
-  aclocal
-  automake --add-missing
-  autoconf
-  [ -f Makefile ] || ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/unpaper-unpaper-*
-  make install DESTDIR="$pkgdir"
-}

Copied: unpaper/repos/community-x86_64/PKGBUILD (from rev 280736, unpaper/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-09 17:57:10 UTC (rev 280737)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Andreas Hauser <andy-aur at splashground.de>
+
+pkgname=unpaper
+pkgver=6.1
+pkgrel=5
+pkgdesc="post-processing tool for scanned sheets of paper"
+arch=('x86_64')
+url="https://github.com/Flameeyes/unpaper"
+license=("GPL")
+depends=('ffmpeg')
+makedepends=('libxslt')
+source=("$pkgname-${pkgver}.tar.gz::https://github.com/Flameeyes/unpaper/archive/unpaper-$pkgver.tar.gz")
+sha256sums=('213f8143b3361dde3286537eb66aaf7cdd7e4f5e7bde42ac6e91020997a81f1d')
+
+prepare() {
+  cd "$srcdir"/unpaper-unpaper-$pkgver
+  aclocal
+  automake --add-missing
+  autoconf
+}
+
+build() {
+  cd "$srcdir"/unpaper-unpaper-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/unpaper-unpaper-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list