summaryrefslogtreecommitdiff
path: root/community-testing/zathura-pdf-poppler/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/zathura-pdf-poppler/PKGBUILD')
-rw-r--r--community-testing/zathura-pdf-poppler/PKGBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/community-testing/zathura-pdf-poppler/PKGBUILD b/community-testing/zathura-pdf-poppler/PKGBUILD
deleted file mode 100644
index b1320b1cb..000000000
--- a/community-testing/zathura-pdf-poppler/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: karnath <karnathtorjian@gmail.com>
-
-pkgname=zathura-pdf-poppler
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="Adds pdf support to zathura by using the poppler engine"
-arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/"
-license=('custom')
-depends=('poppler-glib' 'zathura')
-source=("https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz")
-md5sums=('6f36fe141f8e5e9e8d71eb143eaaa1c1')
-
-build() {
- cd "${srcdir}/$pkgname-$pkgver"
- make
-}
-package(){
- cd "${srcdir}/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}