summaryrefslogtreecommitdiff
path: root/libre/atril-libre/PKGBUILD
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-03 19:04:59 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-03 19:04:59 -0300
commit369dde3f21cde189d173c347d92276dad2a8bab4 (patch)
tree038e6845a55392ce934d76bacd1de7c4ee745d7a /libre/atril-libre/PKGBUILD
parent6fbbd0ff4c469ca66b42ba8ddea50d24e08a0610 (diff)
rename to atril
Diffstat (limited to 'libre/atril-libre/PKGBUILD')
-rw-r--r--libre/atril-libre/PKGBUILD62
1 files changed, 0 insertions, 62 deletions
diff --git a/libre/atril-libre/PKGBUILD b/libre/atril-libre/PKGBUILD
deleted file mode 100644
index a082a1bce..000000000
--- a/libre/atril-libre/PKGBUILD
+++ /dev/null
@@ -1,62 +0,0 @@
-# $Id: PKGBUILD 106531 2014-03-05 20:16:04Z flexiondotorg $
-# Maintainer (Arch): Martin Wimpress <code@flexion.org>
-# Maintainer: André Silva <emulatorman@parabola.nu>
-
-_pkgname=atril
-pkgname=atril-libre
-pkgver=1.8.0
-pkgrel=1.1
-pkgdesc="Simply a document viewer, with libarchive support"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64' 'mips64el')
-license=('GPL')
-depends=('dconf' 'dbus' 'desktop-file-utils' 'gtk2' 'libsm' 'libspectre'
- 'mate-desktop' 'mate-icon-theme' 'poppler-glib' 'zlib')
-makedepends=('caja' 'djvulibre' 'gobject-introspection' 'libgxps' 'mate-common'
- 'perl-xml-parser' 'texlive-bin' 'yelp-tools')
-optdepends=('caja: Document Properties extension'
- 'djvulibre: DjVu support'
- 'libgxps: XPS support'
- 'p7zip: cbz and cb7 compressed comic books'
- 'texlive-bin: DVI support'
- 'libarchive: cbr compressed comic books'
- 'yelp: for reading MATE help documents')
-replaces=('mate-document-viewer' "$_pkgname")
-provides=('mate-document-viewer' "$_pkgname=$pkgver")
-conflicts=('mate-document-viewer' "$_pkgname")
-options=('!emptydirs')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.8/${_pkgname}-${pkgver}.tar.xz"
- 'libarchive.patch')
-sha1sums=('8327437ba12df61326b83342cea746d1764727d0'
- 'e88168d61b18ce8e340ef3db9c6df6bb66c65d14')
-install=${_pkgname}.install
-
-prepare() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- NOCONFIGURE=1 ./autogen.sh
- patch -Np1 -i ../libarchive.patch
-}
-
-build() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/${_pkgname} \
- --with-gtk=2.0 \
- --enable-gtk-doc \
- --enable-djvu \
- --enable-dvi \
- --enable-t1lib \
- --enable-pixbuf \
- --enable-comics \
- --enable-xps \
- --enable-introspection \
- --disable-static
- make
-}
-
-package() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}