[arch-commits] Commit in pdfgrep/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Wed Oct 4 20:26:42 UTC 2017


    Date: Wednesday, October 4, 2017 @ 20:26:41
  Author: foutrelis
Revision: 261584

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  pdfgrep/repos/community-staging-i686/
  pdfgrep/repos/community-staging-i686/PKGBUILD
    (from rev 261583, pdfgrep/trunk/PKGBUILD)
  pdfgrep/repos/community-staging-x86_64/
  pdfgrep/repos/community-staging-x86_64/PKGBUILD
    (from rev 261583, pdfgrep/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: pdfgrep/repos/community-staging-i686/PKGBUILD (from rev 261583, pdfgrep/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-10-04 20:26:41 UTC (rev 261584)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Contributor: Gabriel B. Casella <gbc921 at gmail.com>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+
+pkgname=pdfgrep
+pkgver=2.0.1
+pkgrel=2
+pkgdesc="A tool to search text in PDF files"
+arch=('i686' 'x86_64')
+url="http://pdfgrep.sourceforge.net/"
+license=('GPL')
+depends=('poppler')
+source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('9e2193dbc95148c26423048af5a954c4')

Copied: pdfgrep/repos/community-staging-x86_64/PKGBUILD (from rev 261583, pdfgrep/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-10-04 20:26:41 UTC (rev 261584)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Contributor: Gabriel B. Casella <gbc921 at gmail.com>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+
+pkgname=pdfgrep
+pkgver=2.0.1
+pkgrel=2
+pkgdesc="A tool to search text in PDF files"
+arch=('i686' 'x86_64')
+url="http://pdfgrep.sourceforge.net/"
+license=('GPL')
+depends=('poppler')
+source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('9e2193dbc95148c26423048af5a954c4')



More information about the arch-commits mailing list