summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-19 01:27:07 -0700
committerroot <root@rshg054.dnsready.net>2012-09-19 01:27:07 -0700
commit3e9f7fe2a26ee7496abdc6e9e4b54c4f5caddcae (patch)
treef46a9b554f74e65e41a6b29012981878a5a0bdea /community
parent0eb0f7dcc1b8f07ad3f0eb5086eafba8f627967d (diff)
Wed Sep 19 01:26:10 PDT 2012
Diffstat (limited to 'community')
-rw-r--r--community/balsa/PKGBUILD23
-rw-r--r--community/bitcoin/PKGBUILD17
-rw-r--r--community/cpulimit/PKGBUILD17
-rw-r--r--community/intel-tbb/PKGBUILD8
-rw-r--r--community/lazarus/PKGBUILD9
-rw-r--r--community/libcec/PKGBUILD8
-rw-r--r--community/libraw/PKGBUILD6
-rw-r--r--community/libraw/libraw.changelog3
-rw-r--r--community/mp3splt-gtk/PKGBUILD17
-rw-r--r--community/mp3splt-gtk/mp3splt-gtk.changelog17
-rw-r--r--community/qmc2/PKGBUILD6
-rw-r--r--community/scite/PKGBUILD6
-rw-r--r--community/vsftpd/PKGBUILD8
-rw-r--r--community/zathura-pdf-mupdf/PKGBUILD26
14 files changed, 99 insertions, 72 deletions
diff --git a/community/balsa/PKGBUILD b/community/balsa/PKGBUILD
index 8777c8f40..77beb3d7f 100644
--- a/community/balsa/PKGBUILD
+++ b/community/balsa/PKGBUILD
@@ -1,29 +1,25 @@
-# $Id: PKGBUILD 62139 2012-01-16 19:52:55Z dreisner $
-# Maintainer : Ionut Biru <ibiru@archlinux.org>
-# Maintainer: Brad Fanella <bradfanella@archlinux.us>
+# $Id: PKGBUILD 76471 2012-09-18 19:07:49Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Contributor: Ionut Biru <ibiru@archlinux.org>
+# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Roman Kyrylych <roman@archlinux.org>
pkgname=balsa
-pkgver=2.4.11
+pkgver=2.4.12
pkgrel=1
pkgdesc="An e-mail client for GNOME"
arch=('i686' 'x86_64')
-license=('GPL')
url='http://pawsa.fedorapeople.org/balsa/'
+license=('GPL')
depends=('gmime' 'libwebkit' 'libesmtp' 'libnotify' 'gpgme' 'gtksourceview2' 'gtkspell' 'gnome-icon-theme' 'desktop-file-utils')
makedepends=('perlxml' 'gnome-doc-utils' 'intltool')
-install=balsa.install
-source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2
- gmime26.patch)
-md5sums=('915c622b6385aa4f83d5eee8f31ee8e8'
- '108d33f533558a371189441edce7d7e6')
+install=$pkgname.install
+source=(http://pawsa.fedorapeople.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('3f72fc69bb7fecb59e64c4cb88dc5083ed58dc76c9345b22d6c15af2c6b1e3c4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i "${srcdir}/gmime26.patch"
- autoreconf -fi
-
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
@@ -43,5 +39,6 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
+
make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR="${pkgdir}" install
}
diff --git a/community/bitcoin/PKGBUILD b/community/bitcoin/PKGBUILD
index eb23cb831..cb43c9935 100644
--- a/community/bitcoin/PKGBUILD
+++ b/community/bitcoin/PKGBUILD
@@ -1,23 +1,22 @@
-# $Id: PKGBUILD 73983 2012-07-18 01:06:02Z ibiru $
+# $Id: PKGBUILD 76448 2012-09-18 16:21:17Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: shahid <helllamer@gmail.com>
pkgbase=bitcoin
pkgname=('bitcoin-daemon' 'bitcoin-qt')
-pkgver=0.6.3
-_commit=bbe1084
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
arch=('i686' 'x86_64')
url="http://www.bitcoin.org/"
makedepends=('boost' 'automoc4' 'miniupnpc')
conflicts=('bitcoin' 'bitcoin-bin' 'bitcoin-git')
replaces=('bitcoin' 'bitcoin-bin' 'bitcoin-git')
license=('MIT')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/bitcoin/$pkgbase/tarball/v$pkgver")
-sha256sums=('3f1a0df5d713c9e4f54f00a8f3f75c6828041afd826e16976b00229de0aecb70')
+source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
+sha256sums=('4b7a44fec28cbd9194a1303dd65bba8f13aa2facd4e06e4a3d1df6d66bc1deb5')
build() {
- cd "$srcdir/bitcoin-$pkgbase-$_commit"
+ cd "$srcdir/$pkgbase-$pkgver-linux/src"
# and make qt gui
qmake
@@ -33,7 +32,7 @@ package_bitcoin-qt() {
depends=(boost-libs qt miniupnpc)
install=bitcoin-qt.install
- cd "$srcdir/bitcoin-$pkgbase-$_commit"
+ cd "$srcdir/$pkgbase-$pkgver-linux/src"
install -Dm755 bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
install -Dm644 contrib/debian/bitcoin-qt.desktop \
"$pkgdir"/usr/share/applications/bitcoin.desktop
@@ -47,7 +46,7 @@ package_bitcoin-daemon() {
pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
depends=(boost-libs miniupnpc openssl)
- cd "$srcdir/bitcoin-$pkgbase-$_commit"
+ cd "$srcdir/$pkgbase-$pkgver-linux/src"
install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
install -Dm644 contrib/debian/examples/bitcoin.conf \
"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
diff --git a/community/cpulimit/PKGBUILD b/community/cpulimit/PKGBUILD
index cb73d72cd..a8973bb03 100644
--- a/community/cpulimit/PKGBUILD
+++ b/community/cpulimit/PKGBUILD
@@ -1,20 +1,21 @@
-# $Id: PKGBUILD 65094 2012-02-20 03:37:27Z spupykin $
+# $Id: PKGBUILD 76442 2012-09-18 16:13:31Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=cpulimit
-pkgver=1.1
-pkgrel=3
+pkgver=20120918
+pkgrel=1
pkgdesc="Limit cpu usage in %. Actualy sends SIGSTOP/SIGCONT"
arch=('i686' 'x86_64')
url="http://cpulimit.sourceforge.net/"
license=("GPL")
-depends=(glibc)
-source=("http://downloads.sourceforge.net/sourceforge/cpulimit/cpulimit-$pkgver.tar.gz")
-md5sums=('f4ff6d4bfaef1258e8f5cd2041e2e2a3')
+depends=()
+source=("$pkgname-$pkgver.tar.gz::https://github.com/opsengine/cpulimit/tarball/master")
+md5sums=('a80b8ec21b668d1c15a29ab1f795d1ba')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd $srcdir/opsengine-cpulimit-*
make
- install -D -m0755 cpulimit $pkgdir/usr/bin/cpulimit
+ install -Dm0755 src/cpulimit $pkgdir/usr/bin/cpulimit
+ install -Dm0644 README $pkgdir/usr/share/doc/$pkgname/README
}
diff --git a/community/intel-tbb/PKGBUILD b/community/intel-tbb/PKGBUILD
index c833714fd..da92c34d0 100644
--- a/community/intel-tbb/PKGBUILD
+++ b/community/intel-tbb/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 74680 2012-08-02 00:56:11Z stephane $
+# $Id: PKGBUILD 76482 2012-09-18 21:17:25Z stephane $
# Maintainer: Stéphane Gaudreault <stephane@archlinux.org>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Denis Martinez <deuns.martinez AT gmail.com>
pkgname=intel-tbb
-pkgver=4.0_20120613
+pkgver=4.1_20120718
pkgrel=1
pkgdesc='High level abstract threading library'
arch=('i686' 'x86_64')
url='http://www.threadingbuildingblocks.org/'
license=('GPL')
depends=('gcc-libs')
-source=("http://threadingbuildingblocks.org/uploads/77/187/4.0%20update%205/tbb${pkgver/\./}oss_src.tgz")
-sha1sums=('48569b88450a78e8f1e7251500fdd951bb197f1b')
+source=("http://threadingbuildingblocks.org/uploads/77/188/4.1/tbb${pkgver/\./}oss_src.tgz")
+sha1sums=('3fad942c867f032dc5ddeccd7ca19606eda7065d')
build() {
cd "${srcdir}"/tbb${pkgver/\./}oss
diff --git a/community/lazarus/PKGBUILD b/community/lazarus/PKGBUILD
index 54e8cd33c..d7d070855 100644
--- a/community/lazarus/PKGBUILD
+++ b/community/lazarus/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 75791 2012-08-31 12:11:31Z spupykin $
+# $Id: PKGBUILD 76459 2012-09-18 17:57:53Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jens Adam (byte/jra) <j_adam@web.de>
# Contributor: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
@@ -7,7 +7,7 @@ pkgbase=lazarus
pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
pkgver=1.0
_pkgsubver=0
-pkgrel=1
+pkgrel=2
url='http://www.lazarus.freepascal.org/'
license=('GPL2' 'MPL' 'custom:LGPL')
arch=('i686' 'x86_64')
@@ -40,7 +40,7 @@ package_lazarus() {
optdepends=(
'perl: to run some scirpts in the tools directory'
'gtk2: to compile gtk2 apps'
- 'qt4pas: to compile qt apps'
+ 'qt4pas: to compile qt apps and use help viewer'
)
cd $srcdir/${pkgbase}
@@ -69,6 +69,9 @@ package_lazarus() {
ln -s /usr/lib/lazarus/lazbuild $pkgdir/usr/bin/lazbuild
cp -R install/man/man1/* $pkgdir/usr/share/man/man1/
mv $pkgdir/usr/lib/lazarus/docs $pkgdir/usr/share/doc/lazarus
+ mkdir -p $pkgdir/usr/lib/lazarus/docs
+ ln -s /usr/share/doc/lazarus/chm $pkgdir/usr/lib/lazarus/docs/html
+
rm -r $pkgdir/usr/lib/lazarus/install
# license files: /usr/lib/lazarus/COPYING*
diff --git a/community/libcec/PKGBUILD b/community/libcec/PKGBUILD
index 8440defc4..45698db9a 100644
--- a/community/libcec/PKGBUILD
+++ b/community/libcec/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 74867 2012-08-07 16:06:46Z idevolder $
+# $Id: PKGBUILD 76479 2012-09-18 20:07:49Z idevolder $
# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
# Contributor: Philippe Cherel <philippe.cherel@mayenne.org>
pkgname=libcec
-pkgver=1.8.1
+pkgver=1.9.0
pkgrel=1
pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ url="https://github.com/Pulse-Eight/libcec"
license=('GPL')
depends=('udev' 'lockdev')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/libcec/tarball/$pkgname-$pkgver")
-_srcfolder=Pulse-Eight-libcec-34a9cec
-sha256sums=('97cda7935404360b56e3c0698deabcc97548bc357a4e4fecbe89de3db12ca0bc')
+_srcfolder=Pulse-Eight-libcec-217b236
+sha256sums=('93c0c56b446f82ef71499fd88186c7212a92b037cb8a19516140216cc0aae68f')
options=(!libtool)
build() {
diff --git a/community/libraw/PKGBUILD b/community/libraw/PKGBUILD
index 290049feb..35d7c9317 100644
--- a/community/libraw/PKGBUILD
+++ b/community/libraw/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 68974 2012-04-06 18:12:22Z jlichtblau $
+# $Id: PKGBUILD 76466 2012-09-18 18:52:24Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
pkgname=libraw
-pkgver=0.14.6
+pkgver=0.14.7
pkgrel=1
pkgdesc="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=('lcms')
options=('!makeflags')
changelog=$pkgname.changelog
source=(http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz)
-sha256sums=('dad1ebe182584630d4b0fa8801bfefb83ebccf83d89be2f0e1ca3abcfa0ea80d')
+sha256sums=('7307a607249043bb544f3ab3b3a999e1923d72fbed12e4e2239d172e522143da')
build() {
cd ${srcdir}/LibRaw-${pkgver}
diff --git a/community/libraw/libraw.changelog b/community/libraw/libraw.changelog
index 4a34b34b0..858be0c3f 100644
--- a/community/libraw/libraw.changelog
+++ b/community/libraw/libraw.changelog
@@ -1,3 +1,6 @@
+2012-09-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * libraw 0.14.7-1
+
2012-04-06 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* libraw 0.14.6-1
diff --git a/community/mp3splt-gtk/PKGBUILD b/community/mp3splt-gtk/PKGBUILD
index 6cf48d2ea..fccf564df 100644
--- a/community/mp3splt-gtk/PKGBUILD
+++ b/community/mp3splt-gtk/PKGBUILD
@@ -1,21 +1,19 @@
-# $Id: PKGBUILD 70795 2012-05-16 17:11:55Z jlichtblau $
+# $Id: PKGBUILD 76430 2012-09-18 04:50:32Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=mp3splt-gtk
-pkgver=0.7.2
+pkgver=0.7.3
pkgrel=1
pkgdesc="Split mp3 and ogg files without decoding"
arch=('i686' 'x86_64')
url="http://mp3splt.sourceforge.net/"
license=('GPL')
-depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk2' 'libmp3splt')
+depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk3' 'libmp3splt')
makedepends=('pkgconfig')
install=$pkgname.install
changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz \
- $pkgname.desktop)
-sha256sums=('58d2e562b004bc99ad206b4a6726126d170dc9093a35689888b010fe663be23a'
- 'a50dd43c28a723c824d658b9468ff3719dcc302c57ecb3b122124e63c20800ed')
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz)
+sha256sums=('7300383453ca8d3268776163e2afb9b03a0d907d2f29ec6fc1826b41679d4e1c')
build() {
cd ${srcdir}/$pkgname-$pkgver
@@ -26,9 +24,6 @@ build() {
package() {
cd ${srcdir}/$pkgname-$pkgver
- make DESTDIR=${pkgdir} install
-#install .desktop file
- install -D -m644 ${srcdir}/$pkgname.desktop \
- ${pkgdir}/usr/share/applications/$pkgname.desktop
+ make DESTDIR=${pkgdir} install
}
diff --git a/community/mp3splt-gtk/mp3splt-gtk.changelog b/community/mp3splt-gtk/mp3splt-gtk.changelog
index 50b711d96..939aa6841 100644
--- a/community/mp3splt-gtk/mp3splt-gtk.changelog
+++ b/community/mp3splt-gtk/mp3splt-gtk.changelog
@@ -1,24 +1,27 @@
+2012-09-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * mp3splt-gtk 0.7.3-1
+
2012-05-16 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * mp3splt-gtk O.7.2-1
+ * mp3splt-gtk 0.7.2-1
2012-02-26 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * mp3splt-gtk O.7.1-1
+ * mp3splt-gtk 0.7.1-1
2011-08-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * mp3splt-gtk O.7-1
+ * mp3splt-gtk 0.7-1
2011-04-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * mp3splt-gtk O.6.1a-1
+ * mp3splt-gtk 0.6.1a-1
* FS#23275 fixed
2010-10-11 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * Update to major release O.6
+ * Update to major release 0.6
2010-04-08 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * Update to major release O.5.9
+ * Update to major release 0.5.9
2009-11-17 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * Update to major release O.5.8a
+ * Update to major release 0.5.8a
2009-11-08 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* Moved to [community] - 67 votes in AUR
diff --git a/community/qmc2/PKGBUILD b/community/qmc2/PKGBUILD
index 901c88be5..3ce4c767c 100644
--- a/community/qmc2/PKGBUILD
+++ b/community/qmc2/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 71042 2012-05-22 09:30:39Z spupykin $
+# $Id: PKGBUILD 76435 2012-09-18 12:56:49Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: JJDaNiMoTh <jjdanimoth@gmail.com>
pkgname=qmc2
-pkgver=0.36
+pkgver=0.37
pkgrel=1
pkgdesc="Qt 4 based UNIX MAME frontend supporting SDLMAME"
url="http://qmc2.arcadehits.net"
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
depends=('qtwebkit' 'phonon' 'sdl')
makedepends=('rsync' 'mesa')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2")
-md5sums=('db374fcdef5f680729b26af88766c4fb')
+md5sums=('0f36197cb1a7ab6f54af43f4f67d7150')
build() {
cd "$srcdir/$pkgname"
diff --git a/community/scite/PKGBUILD b/community/scite/PKGBUILD
index ca6612877..7c70fed55 100644
--- a/community/scite/PKGBUILD
+++ b/community/scite/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 74068 2012-07-19 10:19:10Z arodseth $
+# $Id: PKGBUILD 76433 2012-09-18 08:42:53Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Thomas S Hatch <thatch45@gmail.com>
# Contributor: Corrado 'bardo' Primier <corrado.primier@mail.polimi.it>
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=scite
-pkgver=3.2.1
+pkgver=3.2.2
pkgrel=1
pkgdesc='Editor with facilities for building and running programs'
arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@ makedepends=('setconf')
backup=('usr/share/scite/SciTEGlobal.properties')
install=$pkgname.install
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz")
-sha256sums=('f95c89074fd73a22b783b5582d3b23cdbd4b7eb38ab407721a702c4a1bcb678c')
+sha256sums=('9f17fe2a5dc294bd1077bf64f713bb06733eec271bab770841e55474e6c781c8')
build() {
cd "$srcdir"
diff --git a/community/vsftpd/PKGBUILD b/community/vsftpd/PKGBUILD
index 1ce9b482c..fdff92bbd 100644
--- a/community/vsftpd/PKGBUILD
+++ b/community/vsftpd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 76364 2012-09-16 15:05:42Z bpiotrowski $
+# $Id: PKGBUILD 76440 2012-09-18 15:37:11Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=vsftpd
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc="Very Secure FTP daemon"
arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@ install=vsftpd.install
source=(https://security.appspot.com/downloads/$pkgname-$pkgver.tar.gz{,.asc}
vsftpd.xinetd vsftpd.d vsftpd-ssl.socket vsftpd.socket
vsftpd.service vsftpd@.service vsftpd-ssl.service vsftpd-ssl@.service)
-sha1sums=('a366c82e726892eb50e5e74bac92d832d360da74'
- 'c30e2813d190bbead6434dd109b21ec2c1076c81'
+sha1sums=('f36976bb1c5df25ac236d8a29e965ba2b825ccd0'
+ '42c6055c1418ad93340bfa3b176b60f1e5b15e0a'
'c87b4ce56dac15223694a6e86c01ea813b877596'
'24f268956c24e78be0c234c6d31f41487922eafe'
'f81dab50243f7e82dc9722ca79b2b24de0882eb2'
diff --git a/community/zathura-pdf-mupdf/PKGBUILD b/community/zathura-pdf-mupdf/PKGBUILD
new file mode 100644
index 000000000..de678da8a
--- /dev/null
+++ b/community/zathura-pdf-mupdf/PKGBUILD
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Maintainer: Moritz Lipp <mlq@pwmt.org>
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="Adds pdf support to zathura by using the mupdf library"
+arch=('i686' 'x86_64')
+url="https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/"
+license=('custom')
+depends=('mupdf>=1.1' 'zathura')
+conflicts=('zathura-pdf-poppler')
+source=("https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz")
+md5sums=('954b6375b5d81e91cd7477e8a5b4552f')
+
+build() {
+ cd "${srcdir}/$pkgname-$pkgver"
+ make
+}
+
+package(){
+ cd "${srcdir}/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+ install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}