summaryrefslogtreecommitdiff
path: root/community/djview4/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/djview4/PKGBUILD')
-rw-r--r--community/djview4/PKGBUILD38
1 files changed, 0 insertions, 38 deletions
diff --git a/community/djview4/PKGBUILD b/community/djview4/PKGBUILD
deleted file mode 100644
index 0125231f5..000000000
--- a/community/djview4/PKGBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 85340 2013-03-01 10:29:36Z andrea $
-# Contributor: Paulo Matias <matias.archlinux-br.org>
-# Contributor: Leslie P. Polzer <polzer.gnu.org>
-# Contributor: erm67 <erm67.yahoo.it>
-# Contributor: Daniel J Griffiths
-# Maintainer: Gaetan Bisson <bisson@archlinux.org>
-
-pkgname=djview4
-pkgver=4.9
-pkgrel=2
-pkgdesc='Portable DjVu viewer and browser plugin'
-url='http://djvu.sourceforge.net/djview4.html'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('qt4' 'djvulibre')
-source=("http://downloads.sourceforge.net/djvu/djview-${pkgver}.tar.gz")
-sha1sums=('07f97e32919bfb34ff2d59b928c47ffbc96dcfc5')
-
-install=install
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- source /etc/profile.d/qt4.sh
- ./configure --prefix=/usr
- sed 's/netscape/mozilla/g' -i nsdejavu/Makefile
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install-djview install-nsdejavu
-
- cd desktopfiles
- install -Dm644 hi32-djview4.png "${pkgdir}"/usr/share/icons/hicolor/32x32/apps/djvulibre-djview4.png
- install -Dm644 hi64-djview4.png "${pkgdir}"/usr/share/icons/hicolor/64x64/apps/djvulibre-djview4.png
- install -Dm644 hi64-djview4.png "${pkgdir}"/usr/share/pixmaps/djvulibre-djview4.png
- install -Dm644 djvulibre-djview4.desktop "${pkgdir}"/usr/share/applications/djvulibre-djview4.desktop
-}