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

2020-05-25 Thread Felix Yan via arch-commits
Date: Monday, May 25, 2020 @ 16:24:07
  Author: felixonmars
Revision: 634665

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   65 ++---
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-25 16:23:50 UTC (rev 634664)
+++ PKGBUILD2020-05-25 16:24:07 UTC (rev 634665)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Hauser 
-
-pkgname=unpaper
-pkgver=6.1
-pkgrel=6
-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"
-}

Copied: unpaper/repos/community-x86_64/PKGBUILD (from rev 634664, 
unpaper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-25 16:24:07 UTC (rev 634665)
@@ -0,0 +1,32 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Hauser 
+
+pkgname=unpaper
+pkgver=6.1
+pkgrel=7
+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"
+}


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

2018-01-09 Thread Balló György via arch-commits
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
===
--- PKGBUILD2018-01-09 17:57:03 UTC (rev 280736)
+++ PKGBUILD2018-01-09 17:57:10 UTC (rev 280737)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Hauser 
-
-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)
+++ PKGBUILD2018-01-09 17:57:10 UTC (rev 280737)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Hauser 
+
+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"
+}