summaryrefslogtreecommitdiff
path: root/community/apvlv
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-19 20:37:04 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-19 20:37:04 -0300
commita379247a5f187c1608664530e9ff85663eff3201 (patch)
tree3a49e87e7419c4aca35d1f4f2e591d12c3821c78 /community/apvlv
parent1bf114d00280c9cfb2075d30830fdf86adb30951 (diff)
parent81ee1980feda43043eaebae2c596ae116a21f6e5 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/cuetools/PKGBUILD community/ekg2/PKGBUILD community/libcss/PKGBUILD community/libwapcaplet/PKGBUILD community/lxrandr/PKGBUILD community/menu-cache/PKGBUILD community/mumble/PKGBUILD community/ngircd/PKGBUILD community/oidentd/PKGBUILD community/openbox/PKGBUILD community/preload/PKGBUILD community/xdg-user-dirs/PKGBUILD extra/gdome2/PKGBUILD extra/libdiscid/PKGBUILD extra/pymad/PKGBUILD extra/qhull/PKGBUILD extra/speech-dispatcher/PKGBUILD multilib/lib32-gmp/PKGBUILD testing/xorg-server/PKGBUILD
Diffstat (limited to 'community/apvlv')
-rw-r--r--community/apvlv/PKGBUILD27
1 files changed, 12 insertions, 15 deletions
diff --git a/community/apvlv/PKGBUILD b/community/apvlv/PKGBUILD
index b3e7346c6..f08a71803 100644
--- a/community/apvlv/PKGBUILD
+++ b/community/apvlv/PKGBUILD
@@ -1,27 +1,23 @@
-# $Id: PKGBUILD 56937 2011-10-17 08:19:53Z ibiru $
-# Maintainer: Brad Fanella <bradfanella@archlinux.us>
+# $Id: PKGBUILD 64830 2012-02-18 15:59:14Z bpiotrowski $
+# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
+# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: tocer.deng <tocer.deng@gmail.com>
pkgname=apvlv
-pkgver=0.1.2
-pkgrel=2
+pkgver=0.1.4
+pkgrel=1
pkgdesc="A PDF Viewer which behaves like Vim"
arch=('i686' 'x86_64' 'mips64el')
url="http://naihe2010.github.com/apvlv/"
license=('GPL')
depends=('gtk2' 'cairo' 'poppler-glib' 'djvulibre')
-source=(https://github.com/downloads/naihe2010/$pkgname/$pkgname-${pkgver}-Source.tar.gz apvlv-poppler015.patch poppler-gdk.patch)
-md5sums=('381d83aa9c253fac5e0be165fca39222'
- '308b17a563ed470ea47d408f324ab745'
- '076d794ab865e9bd53a5dfd2db1eaa8b')
-
-makedepends=('cmake')
+makedepends=('cmake' 'libwebkit')
+source=("ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz")
+md5sums=('5518b842715f1a9e7d3c8d2b7ed16342')
build() {
- cd $srcdir/$pkgname-$pkgver-Source
- patch -Np1 -i $srcdir/apvlv-poppler015.patch
- patch -Np1 -i $srcdir/poppler-gdk.patch
+ cd "$srcdir"/$pkgname-$pkgver
mkdir -p build
cd build
@@ -31,8 +27,9 @@ build() {
-DAPVLV_WITH_UMD=no ..
make
}
+
package() {
- cd $srcdir/$pkgname-$pkgver-Source/build
+ cd "$srcdir"/$pkgname-$pkgver/build
- make DESTDIR=$pkgdir install
+ make DESTDIR="$pkgdir" install
}