summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/chmsee/PKGBUILD11
-rw-r--r--community/collectd/PKGBUILD5
-rw-r--r--community/dbmail/PKGBUILD4
-rw-r--r--community/exfat-utils/PKGBUILD6
-rw-r--r--community/fcitx-m17n/PKGBUILD6
-rw-r--r--community/fuse-exfat/PKGBUILD6
-rw-r--r--community/girara/PKGBUILD6
-rw-r--r--community/gsoap/PKGBUILD6
-rw-r--r--community/libzdb/PKGBUILD16
-rw-r--r--community/llvm-amdgpu-snapshot/PKGBUILD61
-rw-r--r--community/nestopia/PKGBUILD8
-rw-r--r--community/nestopia/build-fix.patch25
-rw-r--r--community/nodejs/PKGBUILD6
-rw-r--r--community/notmuch/PKGBUILD8
-rw-r--r--community/pidgin-lwqq/PKGBUILD15
-rw-r--r--community/python-simplejson/PKGBUILD39
-rw-r--r--community/python-simplejson/python-simplejson.changelog20
-rw-r--r--community/spacefm/PKGBUILD13
-rw-r--r--community/stunnel/PKGBUILD10
-rw-r--r--community/v8/PKGBUILD14
-rw-r--r--community/virtualbox-modules/PKGBUILD4
-rw-r--r--community/zathura-djvu/PKGBUILD15
-rw-r--r--community/zathura-pdf-mupdf/PKGBUILD15
-rw-r--r--community/zathura-pdf-poppler/PKGBUILD13
-rw-r--r--community/zathura-ps/PKGBUILD14
-rw-r--r--community/zathura/PKGBUILD10
-rw-r--r--community/zathura/zathura.install1
27 files changed, 240 insertions, 117 deletions
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD
index 7c265bb98..43955999d 100644
--- a/community/chmsee/PKGBUILD
+++ b/community/chmsee/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 82143 2013-01-09 14:21:16Z lcarlier $
+# $Id: PKGBUILD 82534 2013-01-20 09:37:44Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Contributor: dionydonny <dionydonny@gmail.com>
# Contributor: Ermanno <erm67@yahoo.it>
pkgname=chmsee
-pkgver=1.99.15
-pkgrel=2
+pkgver=2.0
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
url="http://chmsee.googlecode.com/"
@@ -13,10 +13,11 @@ license=('GPL')
depends=('xulrunner>=18.0' 'xulrunner<=19.0' 'chmlib' 'desktop-file-utils')
makedepends=('python2')
#source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
-source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
+#source=(https://github.com/jungleji/chmsee/archive/b2a3c2ad32bfe9db067665ea1928d7e130d1b5e7.zip
+source=(https://chmsee.googlecode.com/files/${pkgname}-${pkgver}.tar.gz
chmsee)
install=chmsee.install
-md5sums=('87a7adef3a120bae2f9b963596ddb593'
+md5sums=('a9a1e79094e5a2674caa3b1f1e34f5e7'
'242a9390bc943cc38237fa71137fb26c')
build() {
diff --git a/community/collectd/PKGBUILD b/community/collectd/PKGBUILD
index 1c9979928..a5d28a5ca 100644
--- a/community/collectd/PKGBUILD
+++ b/community/collectd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 80640 2012-11-28 06:12:39Z bisson $
+# $Id: PKGBUILD 82585 2013-01-21 05:37:10Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Gerhard Brauer <gerhard.brauer@web.de>
pkgname=collectd
pkgver=5.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Daemon which collects system performance statistics periodically'
url='http://collectd.org/'
arch=('i686' 'x86_64')
@@ -76,4 +76,5 @@ package() {
install -Dm755 ../rc.d "${pkgdir}/etc/rc.d/${pkgname}"
install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/collectd.service
install -Dm644 contrib/collectd2html.pl "${pkgdir}"/usr/share/collectd/collectd2html.pl
+ mv "${pkgdir}"/usr/man/man3 "${pkgdir}"/usr/share/man # perl man magick ignores datarootdir
}
diff --git a/community/dbmail/PKGBUILD b/community/dbmail/PKGBUILD
index 170e4487c..8f914ec9e 100644
--- a/community/dbmail/PKGBUILD
+++ b/community/dbmail/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 79734 2012-11-11 19:36:41Z spupykin $
+# $Id: PKGBUILD 82595 2013-01-21 11:20:22Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sebastian Faltoni <sebastian.faltoni@gmail.com>
pkgname=dbmail
pkgver=3.0.2
-pkgrel=7
+pkgrel=8
pkgdesc="Fast and scalable sql based mail services"
arch=('i686' 'x86_64')
depends=('gmime24' 'libzdb' 'mhash' 'libevent')
diff --git a/community/exfat-utils/PKGBUILD b/community/exfat-utils/PKGBUILD
index bcfbe0592..045d4e669 100644
--- a/community/exfat-utils/PKGBUILD
+++ b/community/exfat-utils/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 75092 2012-08-13 17:32:26Z giovanni $
+# $Id: PKGBUILD 82538 2013-01-20 12:50:55Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Alex <mail.avatar@gmail.com>
pkgname=exfat-utils
-pkgver=0.9.8
+pkgver=1.0.0
pkgrel=1
pkgdesc="Utilities for exFAT file system"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL3')
depends=('glibc')
makedepends=('scons')
source=("http://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('a14c4bab6920121c874f448b5bfe4017')
+md5sums=('1fdedea76fc660c432594a27f10ee74b')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/fcitx-m17n/PKGBUILD b/community/fcitx-m17n/PKGBUILD
index e571815a7..e8ac6dd2b 100644
--- a/community/fcitx-m17n/PKGBUILD
+++ b/community/fcitx-m17n/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id$
+# $Id: PKGBUILD 82548 2013-01-20 16:21:36Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgname=fcitx-m17n
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="Fcitx Wrapper for m17n."
arch=('i686' 'x86_64')
@@ -26,4 +26,4 @@ package() {
cd "$srcdir/${pkgname}-${pkgver}/build"
make DESTDIR="${pkgdir}" install
}
-md5sums=('a0df4dc1bf2e15fcfef63605dbeb9bba')
+md5sums=('2b0570580875ee2cbd1c773772885a61')
diff --git a/community/fuse-exfat/PKGBUILD b/community/fuse-exfat/PKGBUILD
index 2b2822f85..b66dba158 100644
--- a/community/fuse-exfat/PKGBUILD
+++ b/community/fuse-exfat/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 75089 2012-08-13 17:28:00Z giovanni $
+# $Id: PKGBUILD 82536 2013-01-20 12:47:39Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: GaoShichao <xgdgsc@gmail.com>
pkgname=fuse-exfat
-pkgver=0.9.8
+pkgver=1.0.0
pkgrel=1
pkgdesc="Free exFAT file system implementation"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('scons')
optdepends=('exfat-utils: utilities for exFAT file system'
'util-linux: to mount exFAT volumes automatically')
source=("http://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('59ff35d4ec8e53a79359edc53a6ab534')
+md5sums=('d2dd49910cfa213ab3b2ff2282dc46e6')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/girara/PKGBUILD b/community/girara/PKGBUILD
index 9508e34a5..d62759137 100644
--- a/community/girara/PKGBUILD
+++ b/community/girara/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 75891 2012-09-05 01:14:20Z dwallace $
+# $Id: PKGBUILD 82561 2013-01-20 23:41:34Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: mlq <mlq@pwmt.org>
pkgbase=girara
pkgname=(girara-common girara-gtk2 girara-gtk3)
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=1
pkgdesc="user interface library"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ url="http://pwmt.org/projects/girara"
license=('custom')
makedepends=('gtk3' 'gtk2')
source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('f348fbe96ceda4a89142cec92de08d25')
+md5sums=('fe725fd935c85657008c18bb07c671d4')
build() {
true
diff --git a/community/gsoap/PKGBUILD b/community/gsoap/PKGBUILD
index 26e941512..dfa853405 100644
--- a/community/gsoap/PKGBUILD
+++ b/community/gsoap/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 78618 2012-10-22 09:18:41Z spupykin $
+# $Id: PKGBUILD 82656 2013-01-22 15:07:23Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Tor Krill <tor@krill.nu>
# Contributor: Lee.MaRS <leemars@gmail.com>
pkgname=gsoap
-pkgver=2.8.11
+pkgver=2.8.13
pkgrel=1
pkgdesc="Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++"
url="http://www.cs.fsu.edu/~engelen/soap.html"
@@ -14,7 +14,7 @@ depends=('openssl' 'zlib' 'gcc-libs')
makedepends=('autoconf' 'automake')
source=(http://prdownloads.sourceforge.net/gsoap2/${pkgname}_${pkgver}.zip
LICENSE)
-md5sums=('ea2d7ee876d274a188b8fbb365702eec'
+md5sums=('55324ce514886d336511407b440b8bc5'
'27aaa3f5166db94d44044c11a7b2c37b')
build() {
diff --git a/community/libzdb/PKGBUILD b/community/libzdb/PKGBUILD
index 71f6b12fd..c44dd0733 100644
--- a/community/libzdb/PKGBUILD
+++ b/community/libzdb/PKGBUILD
@@ -1,21 +1,25 @@
-# $Id: PKGBUILD 67637 2012-03-13 14:57:55Z spupykin $
+# $Id: PKGBUILD 82597 2013-01-21 11:20:45Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=libzdb
-pkgver=2.10.1
+pkgver=2.11.1
pkgrel=1
pkgdesc="Zild Database Library"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://www.tildeslash.com/libzdb/"
license=('GPL')
-depends=('postgresql-libs' 'sqlite3' 'libmysqlclient')
-options=(!libtool)
+depends=('postgresql-libs' 'sqlite' 'libmysqlclient')
+options=('!libtool')
source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
-md5sums=('f0f1d87241c5605af0bcc6407d134d69')
+md5sums=('155e89d96df4ec22e984442137f75289')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}
diff --git a/community/llvm-amdgpu-snapshot/PKGBUILD b/community/llvm-amdgpu-snapshot/PKGBUILD
new file mode 100644
index 000000000..b36b421f0
--- /dev/null
+++ b/community/llvm-amdgpu-snapshot/PKGBUILD
@@ -0,0 +1,61 @@
+# $Id: PKGBUILD 82677 2013-01-22 22:38:25Z lcarlier $
+# Maintainer: Laurent Carlier <lordheavym@gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Roberto Alsina <ralsina@kde.org>
+# Contributor: Tomas Lindquist Olsen <tomas@famolsen.dk>
+# Contributor: Anders Bergh <anders@archlinuxppc.org>
+# Contributor: Tomas Wilhelmsson <tomas.wilhelmsson@gmail.com>
+
+pkgname=llvm-amdgpu-snapshot
+pkgver=20121230
+pkgrel=1
+pkgdesc='Low Level Virtual Machine with AMDGPU enabled to build r600g shader llvm support'
+arch=('i686' 'x86_64')
+url="http://llvm.org"
+license=('custom:University of Illinois/NCSA Open Source License')
+depends=('libffi' 'python2' 'ocaml')
+conflicts=('llvm')
+source=(ftp://ftp.archlinux.org/other/community/llvm-amdgpu/llvm-amdgpu-master.20121230.tar.gz)
+md5sums=('dbf9ad608a68fc758192c3d4716600d9')
+
+build() {
+ cd "$srcdir"/llvm-master
+
+ sed -i 's/python$/python2/' utils/llvm-build/llvm-build
+
+ # Apply strip option to configure
+ _optimized_switch="enable"
+ [[ $(check_option strip) == n ]] && _optimized_switch="disable"
+
+ # Include location of libffi headers in CPPFLAGS
+ export CPPFLAGS="$CPPFLAGS $(pkg-config --cflags libffi)"
+
+ # Force the use of GCC instead of clang
+ PYTHON=python2 CC=gcc CXX=g++ \
+ ./configure \
+ --prefix=/usr \
+ --libdir=/usr/lib/llvm \
+ --sysconfdir=/etc \
+ --enable-shared \
+ --enable-libffi \
+ --enable-targets=all \
+ --enable-experimental-targets=AMDGPU \
+ --disable-expensive-checks \
+ --with-binutils-include=/usr/include \
+ --$_optimized_switch-optimized
+
+ make REQUIRES_RTTI=1
+}
+
+package() {
+ cd "$srcdir"/llvm-master
+
+ make DESTDIR="$pkgdir" install
+
+ # Remove useless files
+ rm -r "$pkgdir"/usr/{docs,lib/ocaml}
+ # Fix permissions of static libs
+ chmod -x "$pkgdir"/usr/lib/lib*.a
+
+ install -Dm644 LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
diff --git a/community/nestopia/PKGBUILD b/community/nestopia/PKGBUILD
index b0fee1ae2..e2ddb8395 100644
--- a/community/nestopia/PKGBUILD
+++ b/community/nestopia/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 80697 2012-11-29 16:17:59Z spupykin $
+# $Id: PKGBUILD 82601 2013-01-21 11:30:27Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Tiago Pierezan Camargo <tcamargo@gmail.com>
# Contributor: robb_force <robb_force@holybuffalo.net>
pkgname=nestopia
-pkgver=1.43
+pkgver=1.44
pkgrel=1
pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number of mappers, and lots of custom sound chips.'
url='http://0ldsk00l.ca/nestopia.html'
@@ -14,8 +14,8 @@ depends=('sdl' 'alsa-lib' 'gtk3' 'glu')
makedepends=('unzip' 'mesa')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver"
"build-fix.patch")
-md5sums=('c73d45015eb16b9870a620a188a23275'
- '49dc5a51243a023b47f25ff3d6aabd89')
+md5sums=('ea59be039dfc50ae32a6decf905f04b8'
+ '4a852d8e484c2fe214377ec18a68356f')
build() {
cd ${srcdir}/rdanbrook-nestopia-*
diff --git a/community/nestopia/build-fix.patch b/community/nestopia/build-fix.patch
index 7b8609f8d..a7d82ead1 100644
--- a/community/nestopia/build-fix.patch
+++ b/community/nestopia/build-fix.patch
@@ -1,19 +1,18 @@
-diff -wbBur rdanbrook-nestopia-53aa38a/Makefile rdanbrook-nestopia-53aa38a.my/Makefile
---- rdanbrook-nestopia-53aa38a/Makefile 2012-09-26 04:21:32.000000000 +0400
-+++ rdanbrook-nestopia-53aa38a.my/Makefile 2012-10-01 21:12:08.000000000 +0400
-@@ -186,12 +186,12 @@
+diff -wbBur rdanbrook-nestopia-f1dde9b/Makefile rdanbrook-nestopia-f1dde9b.my/Makefile
+--- rdanbrook-nestopia-f1dde9b/Makefile 2013-01-20 20:10:25.000000000 +0400
++++ rdanbrook-nestopia-f1dde9b.my/Makefile 2013-01-21 15:18:54.727577673 +0400
+@@ -197,11 +197,11 @@
install -m 0644 NstDatabase.xml $(DATADIR)
- install -m 0644 source/linux/icons/*.png $(DATADIR)/icons
- install -m 0644 source/linux/icons/*.svg $(DATADIR)/icons
-- install -m 0644 source/linux/icons/nestopia.svg /usr/share/pixmaps
+ install -m 0644 source/unix/icons/*.png $(DATADIR)/icons
+ install -m 0644 source/unix/icons/*.svg $(DATADIR)/icons
+- install -m 0644 source/unix/icons/nestopia.svg $(PREFIX)/share/pixmaps
- xdg-desktop-menu install --novendor $(DATADIR)/nestopia.desktop
-+ install -Dm0644 source/linux/icons/nestopia.svg $(PREFIX)/share/pixmaps/nestopia.svg
++ install -m 0644 source/unix/icons/nestopia.svg $(PREFIX)/share/pixmaps/nestopia.svg
+ install -Dm0644 $(DATADIR)/nestopia.desktop $(PREFIX)/share/applications/nestopia.desktop
uninstall:
- xdg-desktop-menu uninstall $(DATADIR)/nestopia.desktop
-- rm /usr/share/pixmaps/nestopia.svg
-+ rm $(PREFIX)/share/pixmaps/nestopia.svg
- rm $(BINDIR)/$(EXE)
+- xdg-desktop-menu uninstall $(DATADIR)/nestopia.desktop
++ rm $(PREFIX)/share/applications/nestopia.desktop
+ rm $(PREFIX)/share/pixmaps/nestopia.svg
+ rm $(BINDIR)/$(BIN)
rm -rf $(DATADIR)
-
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD
index 7b0af3087..254b1213d 100644
--- a/community/nodejs/PKGBUILD
+++ b/community/nodejs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 82484 2013-01-19 14:04:44Z bpiotrowski $
+# $Id: PKGBUILD 82557 2013-01-20 20:44:15Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: James Campos <james.r.campos@gmail.com>
@@ -9,12 +9,12 @@
pkgname=nodejs
pkgver=0.8.18
-pkgrel=1
+pkgrel=2
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64')
url='http://nodejs.org/'
license=('MIT')
-depends=('openssl' 'python2' 'v8')
+depends=('openssl' 'python2')
checkdepends=('curl') # curl used for check()
options=('!emptydirs')
source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
diff --git a/community/notmuch/PKGBUILD b/community/notmuch/PKGBUILD
index 837d08626..bd3aea280 100644
--- a/community/notmuch/PKGBUILD
+++ b/community/notmuch/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 80453 2012-11-21 23:29:49Z dwallace $
+# $Id: PKGBUILD 82559 2013-01-20 23:36:23Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: fauno <fauno at kiwwwi.com.ar>
# Contributor: Olivier Ramonat <olivier at ramonat dot fr>
@@ -6,15 +6,15 @@
pkgbase=notmuch
pkgname=('notmuch' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.14
-pkgrel=4
+pkgver=0.15
+pkgrel=1
arch=('i686' 'x86_64')
url="http://notmuchmail.org/"
license=('GPL3')
makedepends=('python2' 'python' 'emacs' 'gnupg' 'ruby' 'pkgconfig' 'xapian-core' 'gmime' 'talloc')
options=(!distcc !makeflags)
source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz")
-md5sums=('5eb3f225d3eb37862932f6baa5780d15')
+md5sums=('a79454042e508c8a1d7aaf1a617526f0')
build() {
cd "$srcdir/${pkgname}-$pkgver"
diff --git a/community/pidgin-lwqq/PKGBUILD b/community/pidgin-lwqq/PKGBUILD
index 1d65995fb..aaad6a8fb 100644
--- a/community/pidgin-lwqq/PKGBUILD
+++ b/community/pidgin-lwqq/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 81655 2012-12-26 06:16:37Z fyan $
+# $Id: PKGBUILD 82530 2013-01-20 07:27:44Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgname=pidgin-lwqq
-pkgver=0.1a
-_pkgver=0.1-a
-pkgrel=3
+pkgver=0.1b
+_pkgver=0.1-b
+pkgrel=1
pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for webqq protocol"
arch=('i686' 'x86_64')
url="https://github.com/xiehuc/pidgin-lwqq"
@@ -13,13 +13,11 @@ depends=('libpurple' 'curl' 'libev' 'hicolor-icon-theme' 'gtk-update-icon-cache'
optdepends=('telepathy-haze: Empathy plugin support')
makedepends=('git' 'cmake')
install=$pkgname.install
-source=("https://github.com/xiehuc/$pkgname/archive/${_pkgver}.tar.gz"
- 0.1a_fix.patch)
+source=("https://github.com/xiehuc/$pkgname/archive/${_pkgver}.tar.gz")
build()
{
cd "${srcdir}/$pkgname-${_pkgver}"
- patch -Np1 -i "$srcdir/0.1a_fix.patch"
rm -rf build
mkdir build
@@ -34,5 +32,4 @@ package()
cd "$srcdir/$pkgname-${_pkgver}/build"
make DESTDIR="${pkgdir}" install
}
-md5sums=('d0efece1c2b2301f49c68f8a2b7bae95'
- '18baf836e3a1198cdd9dbed287bf6609')
+md5sums=('c7dc9de7d951f99e878f3036f79f7d6f')
diff --git a/community/python-simplejson/PKGBUILD b/community/python-simplejson/PKGBUILD
new file mode 100644
index 000000000..bab14945c
--- /dev/null
+++ b/community/python-simplejson/PKGBUILD
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 74926 2012-08-09 22:02:03Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Contributor: Allan McRae <allan@archlinux.org>
+# Contributor: David Moore <davidm@sjsoft.com>
+
+pkgbase=python-simplejson
+pkgname=(python-simplejson python2-simplejson)
+pkgver=3.0.7
+pkgrel=2
+pkgdesc="Simple, fast, extensible JSON encoder/decoder for Python"
+license=('MIT')
+arch=('i686' 'x86_64')
+url="http://undefined.org/python/#simplejson"
+makedepends=('python' 'python2-distribute')
+changelog=python-simplejson.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver})
+md5sums=('fc9013eab6330514196a7f19c2cff386')
+
+build() {
+ true
+}
+
+package_python-simplejson() {
+ depends=('python')
+
+ cd ${srcdir}/simplejson-simplejson-*
+ python setup.py install --root=${pkgdir}
+ install -Dm644 ${srcdir}/simplejson-simplejson-*/LICENSE.txt \
+ ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-simplejson() {
+ depends=('python2')
+
+ cd ${srcdir}/simplejson-simplejson-*
+ python2 setup.py install --root=${pkgdir}
+ install -Dm644 ${srcdir}/simplejson-simplejson-*/LICENSE.txt \
+ ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
diff --git a/community/python-simplejson/python-simplejson.changelog b/community/python-simplejson/python-simplejson.changelog
new file mode 100644
index 000000000..c1e227d24
--- /dev/null
+++ b/community/python-simplejson/python-simplejson.changelog
@@ -0,0 +1,20 @@
+2012-07-09 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * python-simplejson 2.6.1-1
+
+2012-05-24 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * python-simplejson 2.5.2-1
+
+2012-03-08 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * python-simplejson 2.3.3-1
+
+2011-10-26 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * python-simplejson 2.2.1-1
+
+2011-05-01 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * python-simplejson 2.1.3-1
+
+2010-05-15 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * Update to major release 2.1.1
+
+2010-03-27 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * Update to major release 2.1.0
diff --git a/community/spacefm/PKGBUILD b/community/spacefm/PKGBUILD
index e453a647e..3b09c43c5 100644
--- a/community/spacefm/PKGBUILD
+++ b/community/spacefm/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 81564 2012-12-24 11:13:50Z bpiotrowski $
+# $Id: PKGBUILD 82671 2013-01-22 20:02:54Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/
# Contributor: ridikulus_rat <the.ridikulus.rat@gmail.com>
pkgname=spacefm
-pkgver=0.8.4
+pkgver=0.8.5
pkgrel=1
pkgdesc='Multi-panel tabbed file manager'
arch=('i686' 'x86_64')
url='http://ignorantguru.github.com/spacefm/'
license=('GPL3')
install=$pkgname.install
-depends=('gtk2' 'shared-mime-info' 'desktop-file-utils' 'startup-notification' 'udev')
+depends=('gtk3' 'shared-mime-info' 'desktop-file-utils' 'startup-notification' 'udev')
makedepends=('intltool' 'gettext')
optdepends=('lsof: device processes'
'eject: eject media'
@@ -20,13 +20,14 @@ optdepends=('lsof: device processes'
'udevil: mount as non-root user and mount networks'
'udisks: mount as non-root user'
'udisks2: mount as non-root user')
-source=(https://raw.github.com/IgnorantGuru/spacefm/master/packages/${pkgver}/spacefm-${pkgver}.tar.xz)
-md5sums=('6ba8170c61c6cbe81b3daa67e617068a')
+source=(https://raw.github.com/IgnorantGuru/$pkgname/master/packages/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('dd04444ba45196a1bc710ff5e73e91f3aaff7661db56e6c86389579c2a1da54e')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr \
- --disable-pixmaps
+ --disable-pixmaps \
+ --with-gtk3
make
}
diff --git a/community/stunnel/PKGBUILD b/community/stunnel/PKGBUILD
index 14cfd5aef..c98bcbc4a 100644
--- a/community/stunnel/PKGBUILD
+++ b/community/stunnel/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 69632 2012-04-20 19:47:13Z lfleischer $
+# $Id: PKGBUILD 82635 2013-01-22 07:12:03Z fyan $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
# Contributor: Kevin Piche <kevin@archlinux.org>
pkgname=stunnel
-pkgver=4.53
-pkgrel=2
+pkgver=4.54
+pkgrel=1
pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL"
arch=('i686' 'x86_64')
url="http://www.stunnel.org"
@@ -18,8 +18,8 @@ source=("ftp://ftp.stunnel.org/stunnel/$pkgname-$pkgver.tar.gz"{,.asc}
'stunnel.rc.d'
'stunnel.tmpfiles.conf')
-md5sums=('ab3bfc915357d67da18c73f73610d593'
- 'ea8d7637e072fa1bb8706c85e6ea0152'
+md5sums=('c2b1db99e3ed547214568959a8ed18ac'
+ 'b7cd936bae7b56dae6fe1f06d90c4db1'
'f15398497e10e080c2406d2fc541660c'
'4c7e3634a9d4dc040102f5d4160fb123'
'2e065a39998e57727ee79887bbd1751e')
diff --git a/community/v8/PKGBUILD b/community/v8/PKGBUILD
index 9dcf911b9..be4399a1d 100644
--- a/community/v8/PKGBUILD
+++ b/community/v8/PKGBUILD
@@ -1,24 +1,24 @@
-# $Id: PKGBUILD 78786 2012-10-24 19:28:22Z bpiotrowski $
+# $Id: PKGBUILD 82550 2013-01-20 16:42:36Z bpiotrowski $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: tocer <tocer.deng@gmail.com>
pkgname=v8
-pkgver=3.14.0
+pkgver=3.16.4.1
pkgrel=1
-pkgdesc='Fast and modern javascript engine'
+pkgdesc='A fast and modern javascript engine'
arch=('i686' 'x86_64')
url='http://code.google.com/p/v8'
license=('BSD')
depends=('gcc-libs' 'readline')
makedepends=('subversion' 'python2')
-source=($pkgname-$pkgver.tar.gz::https://github.com/v8/v8/tarball/$pkgver)
-md5sums=('bcfec8d90a1d72d9962f3effa15e56c0')
+source=(http://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2)
+sha256sums=('74ab3bc11f6761e5108affcbe15bc673d2ecbe06aa38ea4b27d850321c0fdc2b')
[[ "$CARCH" = 'i686' ]] && ARCH=ia32
[[ "$CARCH" = 'x86_64' ]] && ARCH=x64
build() {
- cd $srcdir/$pkgname-$pkgname-*
+ cd $srcdir/$pkgname-$pkgver
# Fetch gyp
make dependencies
@@ -36,7 +36,7 @@ build() {
}
package() {
- cd $srcdir/$pkgname-$pkgname-*
+ cd $srcdir/$pkgname-$pkgver
install -Dm755 out/$ARCH.release/d8 $pkgdir/usr/bin/d8
install -Dm755 out/$ARCH.release/lib.target/libv8.so $pkgdir/usr/lib/libv8.so
diff --git a/community/virtualbox-modules/PKGBUILD b/community/virtualbox-modules/PKGBUILD
index 8dd813d13..f1a23cdc4 100644
--- a/community/virtualbox-modules/PKGBUILD
+++ b/community/virtualbox-modules/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 81643 2012-12-25 14:12:31Z seblu $
+# $Id: PKGBUILD 82593 2013-01-21 11:10:44Z tpowa $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
pkgbase=virtualbox-modules
pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
pkgver=4.2.6
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
url='http://virtualbox.org'
license=('GPL')
diff --git a/community/zathura-djvu/PKGBUILD b/community/zathura-djvu/PKGBUILD
index fce4581e6..70fb348b7 100644
--- a/community/zathura-djvu/PKGBUILD
+++ b/community/zathura-djvu/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 75893 2012-09-05 01:14:30Z dwallace $
+# $Id: PKGBUILD 82565 2013-01-21 01:01:19Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: karnath <karnathtorjian@gmail.com>
pkgname=zathura-djvu
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="Adds DjVu support to zathura by using the djvulibre library"
arch=('i686' 'x86_64')
@@ -12,15 +12,14 @@ url="https://pwmt.org/projects/zathura/plugins/zathura-djvu/"
license=('custom')
depends=('djvulibre' 'zathura')
source=("https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz")
-md5sums=('c3525b43b74bb0777a2b3561f7dcde06')
+md5sums=('38344cb762e1f5b5fe66f6ef49ac173f')
build(){
- cd "${srcdir}/$pkgname-$pkgver"
- make
+ make -C "${srcdir}/$pkgname-$pkgver"
}
+
package(){
- cd "${srcdir}/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
+ install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
diff --git a/community/zathura-pdf-mupdf/PKGBUILD b/community/zathura-pdf-mupdf/PKGBUILD
index de678da8a..ceb1748c8 100644
--- a/community/zathura-pdf-mupdf/PKGBUILD
+++ b/community/zathura-pdf-mupdf/PKGBUILD
@@ -1,9 +1,10 @@
# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Moritz Lipp <mlq@pwmt.org>
+# Contributor: Moritz Lipp <mlq@pwmt.org>
pkgname=zathura-pdf-mupdf
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="Adds pdf support to zathura by using the mupdf library"
arch=('i686' 'x86_64')
@@ -12,15 +13,13 @@ 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')
+md5sums=('b66656d7c8cede5db92e1f66e472985d')
build() {
- cd "${srcdir}/$pkgname-$pkgver"
- make
+ make -C "${srcdir}/$pkgname-$pkgver"
}
package(){
- cd "${srcdir}/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
+ install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
diff --git a/community/zathura-pdf-poppler/PKGBUILD b/community/zathura-pdf-poppler/PKGBUILD
index b1320b1cb..c4c7a2337 100644
--- a/community/zathura-pdf-poppler/PKGBUILD
+++ b/community/zathura-pdf-poppler/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: karnath <karnathtorjian@gmail.com>
pkgname=zathura-pdf-poppler
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="Adds pdf support to zathura by using the poppler engine"
arch=('i686' 'x86_64')
@@ -12,14 +12,13 @@ url="https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/"
license=('custom')
depends=('poppler-glib' 'zathura')
source=("https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz")
-md5sums=('6f36fe141f8e5e9e8d71eb143eaaa1c1')
+md5sums=('83f2dba1f6d715f5b1a33044d2a64829')
build() {
- cd "${srcdir}/$pkgname-$pkgver"
- make
+ make -C "${srcdir}/$pkgname-$pkgver"
}
+
package(){
- cd "${srcdir}/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
+ install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
diff --git a/community/zathura-ps/PKGBUILD b/community/zathura-ps/PKGBUILD
index 8f8b2cbdb..7e20349ea 100644
--- a/community/zathura-ps/PKGBUILD
+++ b/community/zathura-ps/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: karnath <karnathtorjian@gmail.com>
pkgname=zathura-ps
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="Adds ps support to zathura by using the libspectre library"
arch=('i686' 'x86_64')
@@ -11,11 +11,13 @@ url="https://pwmt.org/projects/zathura/plugins/zathura-ps/"
license=('custom')
depends=('libspectre' 'zathura')
source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-md5sums=('aaec6d2abad1f557b38aaad26d86fb64')
+md5sums=('45619e744b69bf16b408b50cf32f2df5')
build(){
- cd ${srcdir}/zathura-ps-$pkgver
- make
- make DESTDIR="$pkgdir" install
- install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+ 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/PKGBUILD b/community/zathura/PKGBUILD
index 38c71a492..3bc552d46 100644
--- a/community/zathura/PKGBUILD
+++ b/community/zathura/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 75944 2012-09-06 14:39:06Z dwallace $
+# $Id: PKGBUILD 82563 2013-01-21 00:12:49Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: ML <neldoreth>
pkgname=zathura
-pkgver=0.2.1
-pkgrel=2
+pkgver=0.2.2
+pkgrel=1
pkgdesc="a document viewer"
arch=('i686' 'x86_64')
url="http://pwmt.org/projects/zathura/"
license=('custom')
-depends=('girara-gtk2' 'cairo' 'sqlite')
+depends=('girara-gtk2' 'sqlite' 'desktop-file-utils')
makedepends=('python2-docutils')
optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-ps')
install=zathura.install
source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
bash-completion)
-md5sums=('2b606a5db61c80b0f1208e9f1df468c2'
+md5sums=('51558163e942b52036ee00c60bd1500c'
'cac20c37f0e77ba62a8138788f4ccabb')
build() {
diff --git a/community/zathura/zathura.install b/community/zathura/zathura.install
index f450cf9b8..1ff3c64cd 100644
--- a/community/zathura/zathura.install
+++ b/community/zathura/zathura.install
@@ -2,6 +2,7 @@ post_install() {
which gtk-update-icon-cache >/dev/null && \
[ -d usr/share/icons/hicolor ] && \
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
}
post_upgrade() {