summaryrefslogtreecommitdiff
path: root/community/zathura-ps
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/zathura-ps
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/zathura-ps')
-rw-r--r--community/zathura-ps/PKGBUILD24
-rw-r--r--community/zathura-ps/zathura-ps.install6
2 files changed, 0 insertions, 30 deletions
diff --git a/community/zathura-ps/PKGBUILD b/community/zathura-ps/PKGBUILD
deleted file mode 100644
index 9440bf22d..000000000
--- a/community/zathura-ps/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: karnath <karnathtorjian@gmail.com>
-
-pkgname=zathura-ps
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="Adds ps support to zathura by using the libspectre library"
-arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura/plugins/zathura-ps/"
-license=('custom')
-depends=('libspectre' 'zathura')
-install="$pkgname.install"
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-md5sums=('338af976c03c0aa1471b156a0efdc45c')
-
-build(){
- make -C "$pkgname-$pkgver"
-}
-
-package(){
- make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
- install -Dm0644 "$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
diff --git a/community/zathura-ps/zathura-ps.install b/community/zathura-ps/zathura-ps.install
deleted file mode 100644
index 247455a1d..000000000
--- a/community/zathura-ps/zathura-ps.install
+++ /dev/null
@@ -1,6 +0,0 @@
-post_install(){
- update-desktop-database -q
-}
-post_remove(){
- update-desktop-database -q
-}