summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-11 10:57:18 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-04-11 10:57:18 -0300
commitc07ca5cb71d277e9f2fd5c7b94cf8a0021bdfab5 (patch)
treed9d528762b726855cc356781c89abb1768c8be28 /community
parentece2137c9569ec806aacf3740df98c399a51b21a (diff)
parent8119da2eaadf53531cad2aed70981ed4606340d6 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/sword/PKGBUILD community/freedroidrpg/PKGBUILD community/pgadmin3/PKGBUILD libre/lame-libre/PKGBUILD testing/dbus-core/PKGBUILD testing/libwebkit/PKGBUILD testing/tracker/PKGBUILD testing/udev/0001-split-usr-always-read-config-files-from-lib-udev.patch testing/udev/0002-reinstate-TIMEOUT-handling.patch testing/udev/PKGBUILD
Diffstat (limited to 'community')
-rw-r--r--community/arm-elf-gcc-base/PKGBUILD15
-rw-r--r--community/cdfs/PKGBUILD4
-rw-r--r--community/darkstat/PKGBUILD4
-rw-r--r--community/darkstat/darkstat.install7
-rw-r--r--community/darktable/PKGBUILD6
-rw-r--r--community/freedroidrpg/PKGBUILD10
-rw-r--r--community/girara/PKGBUILD6
-rw-r--r--community/gmic/PKGBUILD24
-rw-r--r--community/gmic/opencv-buildfix.patch76
-rw-r--r--community/gtkspell3/PKGBUILD32
-rw-r--r--community/haskell-x11/PKGBUILD10
-rw-r--r--community/iec16022/PKGBUILD28
-rw-r--r--community/iniparser/PKGBUILD8
-rw-r--r--community/libee/PKGBUILD10
-rw-r--r--community/libinfinity/PKGBUILD8
-rw-r--r--community/libvirt/PKGBUILD8
-rw-r--r--community/nodejs/PKGBUILD6
-rw-r--r--community/open-vm-tools-modules/PKGBUILD4
-rw-r--r--community/ozerocdoff/PKGBUILD8
-rw-r--r--community/perl-dbd-odbc/PKGBUILD8
-rw-r--r--community/perl-params-validate/PKGBUILD6
-rw-r--r--community/pgadmin3/PKGBUILD25
-rw-r--r--community/pigeonhole/PKGBUILD4
-rw-r--r--community/redis/PKGBUILD6
-rw-r--r--community/schroot/PKGBUILD5
-rw-r--r--community/tmux/PKGBUILD8
-rw-r--r--community/usb_modeswitch/PKGBUILD12
-rw-r--r--community/wt/PKGBUILD12
-rw-r--r--community/xfe/PKGBUILD8
-rw-r--r--community/zathura/PKGBUILD16
30 files changed, 258 insertions, 126 deletions
diff --git a/community/arm-elf-gcc-base/PKGBUILD b/community/arm-elf-gcc-base/PKGBUILD
index 13d63059a..c3847cddf 100644
--- a/community/arm-elf-gcc-base/PKGBUILD
+++ b/community/arm-elf-gcc-base/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 68141 2012-03-18 17:28:57Z spupykin $
+# $Id: PKGBUILD 69206 2012-04-10 03:43:35Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=arm-elf-gcc-base
-pkgver=4.6.3
-pkgrel=2
+pkgver=4.7.0
+pkgrel=1
pkgdesc="The GNU Compiler Collection"
arch=(i686 x86_64)
license=('GPL' 'LGPL')
url="http://gcc.gnu.org"
depends=('arm-elf-binutils' 'libmpc' 'libelf')
options=(!libtool !emptydirs zipman docs !strip)
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-core-${pkgver}.tar.bz2)
-md5sums=('766091220c6a14fcaa2c06dd573e3758')
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2)
+md5sums=('2a0f1d99fda235c29d40b561f81d9a77')
build() {
cd $srcdir/gcc-$pkgver
@@ -19,12 +19,13 @@ build() {
export CFLAGS="-O2 -pipe"
export CXXFLAGS="-O2 -pipe"
- [ $NOEXTRACT -eq 1 ] || rm -rf build
+ rm -rf build
mkdir build
cd build
- [ $NOEXTRACT -eq 1 ] || ../configure --prefix=/usr \
+ ../configure --prefix=/usr \
--target=arm-elf \
+ --enable-obsolete \
--host=$CHOST \
--build=$CHOST \
--enable-shared --disable-nls --enable-languages=c --enable-multilib \
diff --git a/community/cdfs/PKGBUILD b/community/cdfs/PKGBUILD
index 73f977cb2..f4064b5a4 100644
--- a/community/cdfs/PKGBUILD
+++ b/community/cdfs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 62253 2012-01-18 19:54:16Z spupykin $
+# $Id: PKGBUILD 69163 2012-04-09 22:08:34Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: J. Santiago Hirschfeld <jsantiagoh@yahoo.com.ar>
pkgname=cdfs
pkgver=2.6.27
-pkgrel=19
+pkgrel=20
pkgdesc="File system module that 'exports' all tracks and boot images on a CD as normal files."
arch=(i686 x86_64 'mips64el')
url="http://www.elis.UGent.be/~ronsse/cdfs/"
diff --git a/community/darkstat/PKGBUILD b/community/darkstat/PKGBUILD
index 254b5a9c6..17576f9f3 100644
--- a/community/darkstat/PKGBUILD
+++ b/community/darkstat/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 67650 2012-03-13 15:19:52Z spupykin $
+# $Id: PKGBUILD 69208 2012-04-10 03:44:54Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=darkstat
pkgver=3.0.715
-pkgrel=1
+pkgrel=2
pkgdesc="Network statistics gatherer (packet sniffer)."
url="http://dmr.ath.cx/net/darkstat/"
license=("GPL")
diff --git a/community/darkstat/darkstat.install b/community/darkstat/darkstat.install
index a92bba909..fa0ccea48 100644
--- a/community/darkstat/darkstat.install
+++ b/community/darkstat/darkstat.install
@@ -2,10 +2,15 @@ daemon_name=darkstat
daemon_chroot=/var/"$daemon_name"
post_install() {
- /usr/sbin/useradd -s /bin/false -r -N -g nobody "$daemon_name"
if [ ! -d "$daemon_chroot" ]; then
install -d "$daemon_chroot"
fi
+ /usr/sbin/useradd \
+ --system \
+ --home "$daemon_chroot" \
+ --shell /bin/false \
+ --no-user-group \
+ --gid nobody "$daemon_name"
chown -R "$daemon_name":nobody "$daemon_chroot"
}
diff --git a/community/darktable/PKGBUILD b/community/darktable/PKGBUILD
index 811417a38..d3fd7c3b6 100644
--- a/community/darktable/PKGBUILD
+++ b/community/darktable/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 67862 2012-03-15 15:26:31Z spupykin $
+# $Id: PKGBUILD 69184 2012-04-10 02:18:40Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Christian Himpel <chressie at gmail dot com>
# Contributor: Johannes Hanika <hanatos at gmail dot com>
@@ -6,13 +6,13 @@
pkgname=darktable
pkgver=1.0
_pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Utility to organize and develop raw images"
arch=('i686' 'x86_64' 'mips64el')
url=http://darktable.sf.net/
license=('GPL3')
depends=('exiv2>=0.18' 'intltool>=0.40' 'lcms2' 'lensfun>=0.2.3' 'libglade' 'dbus-glib'
- 'curl' 'libgnome-keyring' 'libgphoto2' 'libusb-compat' 'openexr' 'sqlite3')
+ 'curl' 'libgnome-keyring' 'libgphoto2' 'libusb-compat' 'openexr' 'sqlite')
makedepends=('intltool>=0.40' 'cmake' 'librsvg')
# 'gnome-doc-utils' 'libxslt' 'fop')
optdepends=('librsvg')
diff --git a/community/freedroidrpg/PKGBUILD b/community/freedroidrpg/PKGBUILD
index 811e5b91c..35ab9d4c3 100644
--- a/community/freedroidrpg/PKGBUILD
+++ b/community/freedroidrpg/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 63564 2012-02-05 11:56:19Z ibiru $
+# $Id: PKGBUILD 69136 2012-04-09 18:24:09Z jelle $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: nut543 <kfs1@online.no>
#pkgbase=freedroidrpg
#pkgname=('freedroidrpg' 'freedroidrpg-data')
pkgname='freedroidrpg'
-pkgver=0.15
-pkgrel=2
+pkgver=0.15.1
+pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
# depends=('sdl_mixer' 'sdl_image' 'libogg' 'libvorbis' 'libgl' 'freedroidrpg-data')
depends=('sdl_mixer' 'sdl_image' 'sdl_gfx' 'libogg' 'libvorbis' 'libgl' 'mesa')
@@ -14,10 +14,10 @@ optdepends=('python2' 'espeak')
pkgdesc="a mature science fiction role playing game set in the future"
url="http://freedroid.sourceforge.net"
license=("GPL")
-source=(http://downloads.sourceforge.net/project/freedroid/freedroidRPG/freedroidRPG-0.15/freedroidrpg-$pkgver.tar.gz
+source=(http://downloads.sourceforge.net/project/freedroid/freedroidRPG/freedroidRPG-0.15/freedroidRPG-$pkgver.tar.gz
freedroidrpg.jpg
freedroidrpg.desktop)
-md5sums=('003a3f34619cfaa87add2030fea5d120'
+md5sums=('b95ea6abae46bea6ee3ace9a1902f682'
'b73d9dac44c7e83a6c80fbe4eb96ba79'
'9a10c2a2064439cdcff5b945dfb1c3ac')
diff --git a/community/girara/PKGBUILD b/community/girara/PKGBUILD
index 557533d60..b6cf36235 100644
--- a/community/girara/PKGBUILD
+++ b/community/girara/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 67564 2012-03-13 12:32:28Z spupykin $
+# $Id: PKGBUILD 69164 2012-04-09 22:09:19Z spupykin $
# 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.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="user interface library"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,7 +12,7 @@ url="http://pwmt.org/projects/girara"
license=('custom')
makedepends=('gtk3' 'gtk2')
source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('baa3ddb35703474c4a32dd2535785670')
+md5sums=('78ff028a4ba6ad259fd8e42b2fcc259a')
build() {
true
diff --git a/community/gmic/PKGBUILD b/community/gmic/PKGBUILD
index ea204703d..4a7690194 100644
--- a/community/gmic/PKGBUILD
+++ b/community/gmic/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 63596 2012-02-05 11:58:54Z ibiru $
+# $Id: PKGBUILD 69172 2012-04-09 23:02:59Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
# Contributor: farid <farid at archlinuc-br.org>
@@ -6,8 +6,8 @@
pkgbase=gmic
pkgname=('gmic' 'gimp-plugin-gmic')
-pkgver=1.5.0.8
-pkgrel=2
+pkgver=1.5.1.1
+pkgrel=1
pkgdesc="image procession framework"
arch=('i686' 'x86_64' 'mips64el')
license=('custom:CeCILL')
@@ -16,20 +16,13 @@ makedepends=('gimp' 'fftw' 'lapack' 'opencv' 'graphicsmagick' 'openexr' 'imagema
options=('docs' '!emptydirs')
source=("http://downloads.sourceforge.net/sourceforge/gmic/gmic_$pkgver.tar.gz"
opencv-buildfix.patch)
-md5sums=('530e733b81e3c1cca7f17bfad4a56821'
- 'f135182ced743c296e08ddd560fa6be9')
+md5sums=('858a1d8d06d19a1903feb5314a58c805'
+ '62515a0e477e71e11ee24f66b5799937')
build() {
cd "$srcdir/gmic-$pkgver"
- CFLAGS+=" -Dcimg_use_lapack"
- LDFLAGS="-llapack"
- sed -i "s#-lhighgui#-lopencv_core -lopencv_imgproc -lopencv_highgui -lopencv_ml -lopencv_video -lopencv_features2d -lopencv_calib3d -lopencv_objdetect -lopencv_contrib -lopencv_legacy -lopencv_flann#" configure
- sed -i "s#-lcv#-lopencv_core -lopencv_imgproc -lopencv_highgui -lopencv_ml -lopencv_video -lopencv_features2d -lopencv_calib3d -lopencv_objdetect -lopencv_contrib -lopencv_legacy -lopencv_flann#" configure
- ./configure --prefix=/usr
- sed -i 's|OPENCV_CFLAGS = .*|OPENCV_CFLAGS = -Dcimg_use_opencv -I$(USR)/include/opencv `pkg-config --cflags opencv`|' src/Makefile
- sed -i 's|OPENCV_LDFLAGS = .*|OPENCV_LDFLAGS = `pkg-config --libs opencv`|' src/Makefile
- sed -i 's|cp -f gmic_gimp.*||' src/Makefile
- sed -i 's|ln -s $(DESTDIR)$(USR)|ln -s $(USR)|' src/Makefile
+# CFLAGS+=" -Dcimg_use_lapack"
+# LDFLAGS="-llapack"
patch -p1 <$srcdir/opencv-buildfix.patch
make -C src all
}
@@ -41,6 +34,9 @@ package_gmic() {
cd "$srcdir/gmic-$pkgver"
make -C src install DESTDIR="$pkgdir" USR=/usr
install -Dm644 COPYING "$pkgdir/usr/share/licenses/gmic/LICENSE"
+ mkdir -p $pkgdir/usr/share/bash-completion/completions/
+ mv $pkgdir/etc/bash_completion.d/gmic $pkgdir/usr/share/bash-completion/completions/gmic
+ rm -rf $pkgdir/etc/bash_completion.d
}
package_gimp-plugin-gmic() {
diff --git a/community/gmic/opencv-buildfix.patch b/community/gmic/opencv-buildfix.patch
index 7fda2ea54..69778ac93 100644
--- a/community/gmic/opencv-buildfix.patch
+++ b/community/gmic/opencv-buildfix.patch
@@ -1,9 +1,9 @@
-diff -wbBur gmic-1.5.0.3.org/src/CImg.h gmic-1.5.0.3/src/CImg.h
---- gmic-1.5.0.3.org/src/CImg.h 2011-09-22 18:37:54.000000000 +0400
-+++ gmic-1.5.0.3/src/CImg.h 2011-10-05 18:03:25.000000000 +0400
-@@ -234,7 +234,11 @@
- // Using OpenCV is not mandatory.
- #ifdef cimg_use_opencv
+diff -wbBur gmic-1.5.1.1/src/CImg.h gmic-1.5.1.1.my/src/CImg.h
+--- gmic-1.5.1.1/src/CImg.h 2012-04-06 17:47:06.000000000 +0400
++++ gmic-1.5.1.1.my/src/CImg.h 2012-04-10 02:10:19.000000000 +0400
+@@ -243,7 +243,11 @@
+ #define _cimg_redefine_False
+ #endif
#include <cstddef>
+#undef True
+#undef False
@@ -13,3 +13,67 @@ diff -wbBur gmic-1.5.0.3.org/src/CImg.h gmic-1.5.0.3/src/CImg.h
#include "highgui.h"
#endif
+diff -wbBur gmic-1.5.1.1/src/Makefile gmic-1.5.1.1.my/src/Makefile
+--- gmic-1.5.1.1/src/Makefile 2012-04-06 17:47:05.000000000 +0400
++++ gmic-1.5.1.1.my/src/Makefile 2012-04-10 02:39:09.000000000 +0400
+@@ -164,12 +164,12 @@
+ # Flags to enable native support of webcams, using the OpenCV library.
+ # This requires the presence of the OpenCV include and library files.
+ # (package 'libcv3-2-dev' on Debian).
+-OPENCV_CFLAGS = -Dcimg_use_opencv -I$(USR)/include -I$(USR)/include/opencv
++OPENCV_CFLAGS = -Dcimg_use_opencv -I$(USR)/include/opencv `pkg-config --cflags opencv`
+ ifeq ($(OS),Darwin)
+-OPENCV_LDFLAGS = `pkg-config opencv --libs` # Use this for OpenCV 2.2.0 !
++OPENCV_LDFLAGS = `pkg-config --libs opencv` -lopencv_core -lopencv_ml -lopencv_highgui
+ else
+-OPENCV_LDFLAGS = -lcv -lhighgui
+-# OPENCV_LDFLAGS = -lopencv_core -lopencv_highgui # Use this for OpenCV 2.2.0 !
++OPENCV_LDFLAGS = `pkg-config --libs opencv` -lopencv_core -lopencv_ml -lopencv_highgui
++# OPENCV_LDFLAGS = `pkg-config --libs opencv` -lopencv_core -lopencv_ml -lopencv_highgui
+ endif
+
+ # Flags to enable native support of most classical image file formats, using the GraphicsMagick++ library.
+@@ -270,7 +270,6 @@
+ $(MAKE) bashcompletion
+ $(MAKE) gimp
+ $(MAKE) lib
+- $(MAKE) zart
+ else
+ ifeq ($(OS),Darwin)
+ @echo "**"
+@@ -297,7 +296,7 @@
+
+ zart: lib
+ ifneq ($(OS),Darwin)
+- cd ../zart && qmake-qt4 zart.pro && $(MAKE) && strip zart
++ cd ../zart && qmake zart.pro && $(MAKE) && strip zart
+ else
+ cd ../zart && qmake zart_mac.pro && $(MAKE)
+ endif
+@@ -386,16 +385,13 @@
+ # Install/uninstall/clean.
+ install:
+ mkdir -p $(DESTDIR)$(PLUGINDIR)/
+- cp -f gmic_gimp $(DESTDIR)$(PLUGINDIR)/
++
+ mkdir -p $(DESTDIR)$(USR)/bin/
+ cp -f gmic $(DESTDIR)$(USR)/bin/
+ mkdir -p $(DESTDIR)$(USR)/include/
+ cp -f gmic.h $(DESTDIR)$(USR)/include/
+ ifneq ($(OS),Darwin)
+ mkdir -p $(DESTDIR)$(USR)/share
+- mkdir -p $(DESTDIR)$(USR)/share/zart
+- cp -f ../zart/haar*.xml $(DESTDIR)$(USR)/share/zart
+- cp -f ../zart/zart $(DESTDIR)$(USR)/bin/zart
+ mkdir -p $(DESTDIR)$(USR)/lib
+ cp -f libgmic.so $(DESTDIR)$(USR)/lib/libgmic.so.1.5.1.1
+ ln -s libgmic.so.1.5.1.1 $(DESTDIR)$(USR)/lib/libgmic.so.1.5.1
+@@ -420,8 +416,6 @@
+ rm -rf $(DESTDIR)$(USR)/share/doc/gmic/
+ rm -f $(DESTDIR)$(USR)/share/man/man1/gmic.1.gz
+ rm -f $(DESTDIR)$(USR)/share/man/fr/man1/gmic.1.gz
+- rm -f $(DESTDIR)$(USR)/bin/zart
+- rm -rf $(DESTDIR)$(USR)/share/zart/
+
+ distclean: clean
+
diff --git a/community/gtkspell3/PKGBUILD b/community/gtkspell3/PKGBUILD
new file mode 100644
index 000000000..35929803e
--- /dev/null
+++ b/community/gtkspell3/PKGBUILD
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 69145 2012-04-09 20:12:18Z bgyorgy $
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Roman Kyrylych <roman@archlinux.org>
+# Contributor: Ben <ben@benmazer.net>
+
+pkgname=gtkspell3
+_pkgname=gtkspell
+pkgver=3.0.0.hg20110814
+_pkgver=3.0.0~hg20110814
+pkgrel=1
+url="http://gtkspell.sourceforge.net/"
+pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'enchant')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://pkgbuild.com/~bgyorgy/sources/${pkgname}_$_pkgver.orig.tar.gz)
+md5sums=('7cebcfa281f1f21fcb419f559a3e9e56')
+
+build() {
+ cd "$srcdir/$_pkgname-3.0.0+dev"
+
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd "$srcdir/$_pkgname-3.0.0+dev"
+
+ make DESTDIR="$pkgdir" install
+}
diff --git a/community/haskell-x11/PKGBUILD b/community/haskell-x11/PKGBUILD
index b5740707d..0f4e1d8df 100644
--- a/community/haskell-x11/PKGBUILD
+++ b/community/haskell-x11/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 67074 2012-03-03 16:11:32Z tdziedzic $
+# $Id: PKGBUILD 69204 2012-04-10 03:10:13Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: shild <sxp@bk.ru>
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
_hkgname=X11
pkgname=haskell-x11
-pkgver=1.5.0.1
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
pkgdesc="A Haskell binding to the X11 graphics library."
arch=(i686 x86_64 'mips64el')
url="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11"
license=('custom:BSD3')
options=('strip')
-depends=("ghc=7.4.1" "haskell-syb=0.3.6" 'libx11' 'libxinerama')
+depends=("ghc=7.4.1" "haskell-syb=0.3.6" 'libx11' 'libxinerama' 'libxrandr')
conflicts=(haskell-x11-extras)
install=hsmod.install
source=(http://hackage.haskell.org/packages/archive/X11/$pkgver/X11-$pkgver.tar.gz)
-md5sums=('7d69b204f773a0335828ced0e1e069f2')
+md5sums=('8199520ce58e91762d31d54ed081b99c')
build() {
cd ${srcdir}/${_hkgname}-${pkgver}
diff --git a/community/iec16022/PKGBUILD b/community/iec16022/PKGBUILD
new file mode 100644
index 000000000..0924cbbce
--- /dev/null
+++ b/community/iec16022/PKGBUILD
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 69134 2012-04-09 18:02:18Z bgyorgy $
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=iec16022
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="Produce 2D barcodes often also referenced as DataMatrix"
+arch=('i686' 'x86_64')
+url="http://datenfreihafen.org/projects/iec16022.html"
+license=('GPL')
+depends=('popt' 'zlib')
+options=('!libtool')
+source=(http://datenfreihafen.org/~stefan/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('9395108f1deaa2c4bd6d05a9e7c91431')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-static
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir/" install
+}
diff --git a/community/iniparser/PKGBUILD b/community/iniparser/PKGBUILD
index 40b50c544..9599a445e 100644
--- a/community/iniparser/PKGBUILD
+++ b/community/iniparser/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 65566 2012-02-21 08:59:10Z spupykin $
+# $Id: PKGBUILD 69186 2012-04-10 02:19:29Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com>
# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
pkgname=iniparser
-pkgver=3.0
-pkgrel=2
+pkgver=3.1
+pkgrel=1
pkgdesc="A free stand-alone ini file parsing library written in portable ANSI C"
arch=('i686' 'x86_64' 'mips64el')
url="http://ndevilla.free.fr/iniparser/"
license=('MIT')
depends=()
source=(http://ndevilla.free.fr/iniparser/$pkgname-$pkgver.tar.gz)
-md5sums=('133d955064d107a4fcb7739214356ce8')
+md5sums=('0aa4f995468ed390caf323f50a285bc3')
build() {
cd $srcdir/$pkgname
diff --git a/community/libee/PKGBUILD b/community/libee/PKGBUILD
index 02be347cd..6378227b4 100644
--- a/community/libee/PKGBUILD
+++ b/community/libee/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 62738 2012-01-25 15:37:48Z spupykin $
+# $Id: PKGBUILD 69124 2012-04-09 15:33:25Z jelle $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Brian Knox <taotetek@gmail.com>
pkgname=libee
-pkgver=0.3.1
-pkgrel=3
+pkgver=0.4.0
+pkgrel=1
pkgdesc="event expression library inspired by CEE"
url="http://www.libee.org/"
arch=('i686' 'x86_64' 'mips64el')
license=('LGPL2.1')
-depends=('libestr')
+depends=('libestr' 'glibc')
makedepends=()
optdepends=()
options=(!libtool)
source=("http://www.libee.org/files/download/libee-$pkgver.tar.gz")
-md5sums=('61403a9a62b984381cf48454664f915e')
+md5sums=('257a23d5cc8f211fb99464a462bc92cd')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
diff --git a/community/libinfinity/PKGBUILD b/community/libinfinity/PKGBUILD
index 28c825bf7..420451b09 100644
--- a/community/libinfinity/PKGBUILD
+++ b/community/libinfinity/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 63646 2012-02-05 12:03:09Z ibiru $
+# $Id: PKGBUILD 69176 2012-04-10 00:10:15Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Gregory Haynes <greg@greghaynes.net>
pkgname=libinfinity
-pkgver=0.5.1
-pkgrel=3
+pkgver=0.5.2
+pkgrel=1
pkgdesc="An implementation of the Infininote protocol written in GObject-based C"
arch=('i686' 'x86_64' 'mips64el')
url="http://gobby.0x539.de"
@@ -16,7 +16,7 @@ optdepends=('avahi: zeroconf support'
'gtk2: gtk support')
options=('!libtool')
source=("http://releases.0x539.de/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('85e6d75e101fe25503653d2202054eff')
+md5sums=('1b2eee8150654baa7bba5900b96ffdc3')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD
index f0269c451..0366a92be 100644
--- a/community/libvirt/PKGBUILD
+++ b/community/libvirt/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 67806 2012-03-14 13:44:05Z spupykin $
+# $Id: PKGBUILD 69188 2012-04-10 02:21:11Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jonathan Wiersma <archaur at jonw dot org>
pkgname=libvirt
-pkgver=0.9.10
-pkgrel=4
+pkgver=0.9.11
+pkgrel=1
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('i686' 'x86_64' 'mips64el')
url="http://libvirt.org/"
@@ -37,7 +37,7 @@ source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz"
openbsd-netcat-default.patch
unixperms.patch
yajl-2.x.patch)
-md5sums=('a424bb793521e637349da47e93dd5fff'
+md5sums=('6e9fab115075a8fd21d9bd0d7e558a52'
'c43244c40a0437038c82089618e7beaa'
'3ed0e24f5b5e25bf553f5427d64915e6'
'4091cf082b1b743f5e7af060b3760276'
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD
index d522d0efe..2f221c36e 100644
--- a/community/nodejs/PKGBUILD
+++ b/community/nodejs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 68386 2012-03-23 19:11:14Z tdziedzic $
+# $Id: PKGBUILD 69141 2012-04-09 18:43:26Z tdziedzic $
# Maintainer: Thomas Dziedzic < gostrc at gmail >
# Contributor: James Campos <james.r.campos@gmail.com>
# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
@@ -7,7 +7,7 @@
# Contributor: TIanyi Cui <tianyicui@gmail.com>
pkgname=nodejs
-pkgver=0.6.14
+pkgver=0.6.15
pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64' 'mips64el')
@@ -18,7 +18,7 @@ checkdepends=('curl') # curl used for check()
optdepends=('openssl: TLS support')
options=('!emptydirs')
source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz")
-md5sums=('3033a866e230cca64e212ee8f2af27dd')
+md5sums=('852cfb1ed8125a4cdba456446d869d19')
build() {
cd node-v${pkgver}
diff --git a/community/open-vm-tools-modules/PKGBUILD b/community/open-vm-tools-modules/PKGBUILD
index 893894e68..3b05b901d 100644
--- a/community/open-vm-tools-modules/PKGBUILD
+++ b/community/open-vm-tools-modules/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 68084 2012-03-17 18:56:06Z spupykin $
+# $Id: PKGBUILD 69166 2012-04-09 22:10:54Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Krzysztof Raczkowski <raczkow@gmail.com>
pkgname=open-vm-tools-modules
pkgver=2012.03.13
_pkgsubver=651368
-pkgrel=1
+pkgrel=3
pkgdesc="kernel modules for the open source implementation of VMware Tools"
arch=('i686' 'x86_64' 'mips64el')
url="http://open-vm-tools.sourceforge.net/"
diff --git a/community/ozerocdoff/PKGBUILD b/community/ozerocdoff/PKGBUILD
index 54bf5564c..e4225e508 100644
--- a/community/ozerocdoff/PKGBUILD
+++ b/community/ozerocdoff/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 61756 2012-01-07 11:39:19Z spupykin $
+# $Id: PKGBUILD 69167 2012-04-09 22:11:35Z spupykin $
# Maintainer: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org>
pkgname=ozerocdoff
pkgver=2
-pkgrel=6
+pkgrel=7
pkgdesc="Userspace driver for Option High Speed Mobile Devices"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.pharscape.org/ozerocdoff.html"
@@ -27,6 +27,6 @@ package() {
make DESTDIR="${pkgdir}" install
rm -rf $pkgdir/usr/lib/hal
rm -rf $pkgdir/usr/share/hal
- mkdir -p $pkgdir/lib
- mv $pkgdir/etc/udev $pkgdir/lib
+ mkdir -p $pkgdir/usr/lib
+ mv $pkgdir/etc/udev $pkgdir/usr/lib
}
diff --git a/community/perl-dbd-odbc/PKGBUILD b/community/perl-dbd-odbc/PKGBUILD
index 870fa3e7e..134a8dfd9 100644
--- a/community/perl-dbd-odbc/PKGBUILD
+++ b/community/perl-dbd-odbc/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 61117 2011-12-21 20:57:54Z andrea $
+# $Id: PKGBUILD 69177 2012-04-10 00:11:00Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: François Charette <firmicus ατ gmx δοτ net>
pkgname=perl-dbd-odbc
-pkgver=1.33
-pkgrel=2
+pkgver=1.37
+pkgrel=1
pkgdesc="ODBC Driver for DBI"
arch=('i686' 'x86_64' 'mips64el')
url="http://search.cpan.org/dist/DBD-ODBC/"
@@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic')
depends=('perl-dbi' 'perl' 'unixodbc')
options=('!emptydirs')
source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz")
-md5sums=('3e44ea4eb4b0bb711eea93632b76de17')
+md5sums=('0c294f8e3365c841dcee8a0ba4671c99')
build() {
cd DBD-ODBC-${pkgver}
diff --git a/community/perl-params-validate/PKGBUILD b/community/perl-params-validate/PKGBUILD
index b6c6e74d7..bcff2506c 100644
--- a/community/perl-params-validate/PKGBUILD
+++ b/community/perl-params-validate/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 66100 2012-02-23 01:04:43Z spupykin $
+# $Id: PKGBUILD 69212 2012-04-10 03:46:07Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: François Charette <firmicus ατ gmx δοτ net>
pkgname=perl-params-validate
pkgver=1.06
-pkgrel=1
+pkgrel=2
pkgdesc="Validate sub params against a spec"
arch=('i686' 'x86_64' 'mips64el')
url="http://search.cpan.org/dist/Params-Validate"
license=('GPL' 'PerlArtistic')
-depends=('perl')
+depends=('perl' 'perl-module-implementation')
options=('!emptydirs')
source=("http://www.cpan.org/authors/id/D/DR/DROLSKY/Params-Validate-${pkgver}.tar.gz")
md5sums=('4f7a281269cd30d7c3994ba5acb50857')
diff --git a/community/pgadmin3/PKGBUILD b/community/pgadmin3/PKGBUILD
index 8293d399f..5b830dc27 100644
--- a/community/pgadmin3/PKGBUILD
+++ b/community/pgadmin3/PKGBUILD
@@ -1,34 +1,39 @@
-# $Id: PKGBUILD 61990 2012-01-13 12:30:02Z spupykin $
+# $Id: PKGBUILD 69179 2012-04-10 00:12:07Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Douglas Soares de Andrade <dsa@aur.archlinux.org>
# Contributor: Benjamin Andresen <benny@klapmuetz.org>
# Contributor: bekks <eduard.warkentin@gmx.de>
pkgname=pgadmin3
-pkgver=1.14.1
+pkgver=1.14.2
pkgrel=1
-pkgdesc="A comprehensive design and management interface for PostgreSQL database"
+pkgdesc="Comprehensive design and management interface for PostgreSQL"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.pgadmin.org"
license=('custom')
depends=('wxgtk' 'postgresql-libs' 'libxslt')
-makedepends=('libpqxx' 'krb5' 'postgresql')
-source=(ftp://ftp.de.postgresql.org/pub/packages/databases/PostgreSQL/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz
- pgadmin3.desktop)
-md5sums=('ba943ac3a1d748bd32123c3d442606b2'
- 'd07ba4df54baead30b66d19d7450bcad')
+makedepends=('libpqxx' 'krb5' 'postgresql' 'gendesk' 'imagemagick')
+source=(ftp://ftp.de.postgresql.org/pub/packages/databases/PostgreSQL/pgadmin3/release/v${pkgver}/src/pgadmin3-${pkgver}.tar.gz)
+md5sums=('49f039353539b346616b663bbedd17c8')
build() {
- cd $srcdir/pgadmin3-${pkgver}
+ cd "$srcdir"
+ gendesk
+
+ cd "pgadmin3-${pkgver}"
[ -f Makefile ] || ./configure --prefix=/usr
make
+
+ convert pgadmin/include/images/pgAdmin3.ico pgadmin3.png
}
package() {
cd $srcdir/pgadmin3-${pkgver}
+
make DESTDIR=$pkgdir/ install
install -Dm644 i18n/$pkgname.lng $pkgdir/usr/share/pgadmin3/i18n
install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
install -Dm644 pgadmin/include/images/pgAdmin3.ico $pkgdir/usr/share/pgadmin3/pixmaps/pgAdmin3.ico
- install -Dm644 $srcdir/pgadmin3.desktop $pkgdir/usr/share/applications/pgadmin3.desktop
+ install -Dm644 "$srcdir/pgadmin3.png" "$pkgdir/usr/share/pixmaps/pgadmin3.png"
+ install -Dm644 "$srcdir/pgadmin3.desktop" "$pkgdir/usr/share/applications/pgadmin3.desktop"
}
diff --git a/community/pigeonhole/PKGBUILD b/community/pigeonhole/PKGBUILD
index 7a341fcfa..f1603d01c 100644
--- a/community/pigeonhole/PKGBUILD
+++ b/community/pigeonhole/PKGBUILD
@@ -4,12 +4,12 @@
# This must be built against the version of dovecot being used,
# else mail delivery will fail.
# Specify the version of dovecot to be used here:
-_dcpkgver=2.1.3
+_dcpkgver=2.1.4
# Make sure to bump pkgrel if changing this.
pkgname=pigeonhole
pkgver=0.3.0
-pkgrel=4
+pkgrel=5
pkgdesc="Fully rewritten Sieve implementation for Dovecot v2.1"
arch=('i686' 'x86_64' 'mips64el')
url="http://pigeonhole.dovecot.org/"
diff --git a/community/redis/PKGBUILD b/community/redis/PKGBUILD
index 808c0704d..811e77238 100644
--- a/community/redis/PKGBUILD
+++ b/community/redis/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 67321 2012-03-08 16:32:59Z spupykin $
+# $Id: PKGBUILD 69168 2012-04-09 22:12:26Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jan-Erik Rediger <badboy at archlinux dot us>
# Contributor: nofxx <x@<nick>.com>
pkgname=redis
-pkgver=2.4.8
+pkgver=2.4.10
pkgrel=1
pkgdesc="Advanced key-value store"
arch=('i686' 'x86_64' 'mips64el')
@@ -18,7 +18,7 @@ backup=("etc/redis.conf"
source=("http://redis.googlecode.com/files/${pkgname}-${pkgver}.tar.gz"
"redis.d"
"redis.logrotate")
-md5sums=('ac776d25f238b142d3d526cfcdc621ab'
+md5sums=('71938de99cbb4fdefd74d7571831fa28'
'9726d06d0a0c60cb5d55a31b3dc1e55d'
'9e2d75b7a9dc421122d673fe520ef17f')
diff --git a/community/schroot/PKGBUILD b/community/schroot/PKGBUILD
index 1e3fb4438..8077f4cc9 100644
--- a/community/schroot/PKGBUILD
+++ b/community/schroot/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 67210 2012-03-05 08:59:27Z ibiru $
+# $Id: PKGBUILD 69192 2012-04-10 02:23:15Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
pkgname=schroot
pkgver=1.4.25
-pkgrel=1
+pkgrel=2
pkgdesc="Allows users to execute shell commands under different root filesystems. (Successor to dchroot)."
url="http://packages.qa.debian.org/s/schroot.html"
license=('GPL3')
@@ -46,6 +46,7 @@ build() {
--enable-dchroot \
--enable-lvm-snapshot \
--enable-btrfs-snapshot \
+ --with-bash-completion-dir=/usr/share/bash-completion/completions/ \
BTRFS=/sbin/btrfs \
BTRFSCTL=/sbin/btrfsctl \
LVCREATE=/sbin/lvcreate \
diff --git a/community/tmux/PKGBUILD b/community/tmux/PKGBUILD
index 6f5bf908f..c904ed536 100644
--- a/community/tmux/PKGBUILD
+++ b/community/tmux/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 62681 2012-01-24 12:53:39Z spupykin $
+# $Id: PKGBUILD 69194 2012-04-10 02:24:04Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: TDY <tdy@gmx.com>
# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com>
pkgname=tmux
pkgver=1.6
-pkgrel=1
+pkgrel=2
pkgdesc="A terminal multiplexer"
url="http://tmux.sourceforge.net/"
arch=('i686' 'x86_64' 'mips64el')
@@ -30,6 +30,6 @@ package() {
install -dm755 "$pkgdir/usr/share/tmux/"
install -m644 examples/* "$pkgdir/usr/share/tmux/"
# mv $pkgdir/usr/man $pkgdir/usr/share/
- mkdir -p $pkgdir/etc/bash_completion.d/
- mv $pkgdir/usr/share/tmux/bash_completion_tmux.sh $pkgdir/etc/bash_completion.d/tmux
+ mkdir -p $pkgdir/usr/share/bash-completion/completions/
+ mv $pkgdir/usr/share/tmux/bash_completion_tmux.sh $pkgdir/usr/share/bash-completion/completions/tmux
}
diff --git a/community/usb_modeswitch/PKGBUILD b/community/usb_modeswitch/PKGBUILD
index bc8e7f762..865775ffe 100644
--- a/community/usb_modeswitch/PKGBUILD
+++ b/community/usb_modeswitch/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 68929 2012-04-06 00:04:17Z dreisner $
+# $Id: PKGBUILD 69169 2012-04-09 22:13:15Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=usb_modeswitch
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.2.3
+pkgrel=1
_pkgdata=20120120
pkgdesc="Activating switchable USB devices on Linux."
arch=('i686' 'x86_64' 'mips64el')
@@ -15,7 +15,7 @@ backup=("etc/$pkgname.conf")
source=("http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2"
"http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${_pkgdata}.tar.bz2"
"usb-modeswitch-${pkgver}-device_reference.txt::http://www.draisberghof.de/usb_modeswitch/device_reference.txt")
-md5sums=('4f3d3b9342b59b488089a8a81abda3ae'
+md5sums=('9b29e8b0d93d7604a9e5efc4696d37a3'
'c899cc9c71bb35f3ec600b7cd1455c65'
'c12e19e3992b5beac9b6c48555cff660')
@@ -33,9 +33,9 @@ package() {
mkdir -p $pkgdir/usr/share/man/man1
make DESTDIR=${pkgdir} UDEVDIR=${pkgdir}/usr/lib/udev install
-
+
cp $srcdir/usb-modeswitch-${pkgver}-device_reference.txt $pkgdir/etc/usb_modeswitch.setup
cd $srcdir/usb-modeswitch-data-${_pkgdata}
- make DESTDIR=$pkgdir install
+ make DESTDIR=$pkgdir install RULESDIR=${pkgdir}/usr/lib/udev/rules.d
}
diff --git a/community/wt/PKGBUILD b/community/wt/PKGBUILD
index 04d987cf8..9cf9d73f1 100644
--- a/community/wt/PKGBUILD
+++ b/community/wt/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 67224 2012-03-05 09:00:24Z ibiru $
+# $Id: PKGBUILD 69182 2012-04-10 00:30:18Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Denis Martinez <deuns.martinez@gmail.com>
pkgname=wt
-pkgver=3.2.0
-pkgrel=3
+pkgver=3.2.1
+pkgrel=1
pkgdesc="a C++ library and application server for developing and deploying web applications"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.webtoolkit.eu/"
license=('GPL')
depends=('boost-libs>=1.36')
makedepends=('boost>=1.36' 'cmake>=2.8'
- 'postgresql-libs' 'zlib' 'fcgi' 'sqlite3' 'libharu' 'graphicsmagick' 'pango' 'mysql++' 'qt')
+ 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 'libharu' 'graphicsmagick' 'pango' 'mysql++' 'qt')
optdepends=('openssl: for SSL support in built-in webserver'
'zlib: for compression in HTTP protocol'
'fcgi: for FastCGI support'
'postgresql-libs: for PostgreSQL Dbo support'
- 'sqlite3: for Sqlite3 Dbo support'
+ 'sqlite: for Sqlite Dbo support'
'libharu: for PDF generation (WPdfImage)'
'graphicsmagick: for raster image support (WRasterImage)'
'pango: for advanced font rendering (WRasterImage)'
@@ -24,7 +24,7 @@ optdepends=('openssl: for SSL support in built-in webserver'
'qt: for the Wt/Qt interopability example (wtwithqt)')
backup=('etc/wt/wt_config.xml')
source=(http://downloads.sourceforge.net/witty/$pkgname-${pkgver}.tar.gz)
-md5sums=('82ff039bccf7a941b37142c9d3fc7f32')
+md5sums=('92b729e1ddce99e961b3c86653688173')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
diff --git a/community/xfe/PKGBUILD b/community/xfe/PKGBUILD
index 3efcf49df..d83edfe41 100644
--- a/community/xfe/PKGBUILD
+++ b/community/xfe/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 65255 2012-02-20 12:37:23Z spupykin $
+# $Id: PKGBUILD 69198 2012-04-10 02:25:31Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Eric Belanger <belanger@astro.umontreal.ca>
# Contributor: Ravi Desai <ravster3@hotmail.com>
pkgname=xfe
-pkgver=1.32.4
-pkgrel=2
+pkgver=1.32.5
+pkgrel=1
pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
arch=('i686' 'x86_64' 'mips64el')
url="http://roland65.free.fr/xfe"
@@ -13,7 +13,7 @@ license=("GPL")
depends=('fox')
makedepends=('intltool')
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('ed9db4338b9191adb5267fd12f64e774')
+md5sums=('3b80908b0ebaa78b7e8610d09ee2d154')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD
index ac68dfad2..d48514e95 100644
--- a/community/zathura/PKGBUILD
+++ b/community/zathura/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 67873 2012-03-15 15:50:48Z spupykin $
+# $Id: PKGBUILD 69170 2012-04-09 22:13:58Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: ML <neldoreth>
pkgname=zathura
-pkgver=0.1.1
-pkgrel=4
+pkgver=0.1.2
+pkgrel=1
pkgdesc="a document viewer"
arch=('i686' 'x86_64' 'mips64el')
url="http://pwmt.org/projects/zathura/"
license=('custom')
-depends=('girara-gtk2' 'cairo' 'sqlite3')
+depends=('girara-gtk2' 'cairo' 'sqlite')
makedepends=('docutils')
optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-ps')
install=zathura.install
source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz)
-md5sums=('1379dfb1657b323da3b521ed251bb87a')
+md5sums=('c018b0385a392adb87b465b0f759aaf9')
build() {
cd $srcdir/zathura-$pkgver
@@ -23,8 +23,8 @@ build() {
package() {
cd $srcdir/zathura-$pkgver
- make install DESTDIR=$pkgdir ZATHURA_GTK_VERSION=3
+ make install DESTDIR=$pkgdir ZATHURA_GTK_VERSION=2
install -D -m664 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- mkdir -p $pkgdir/etc/bash_completion.d/
- echo "complete -f -X '!*.[pf]df' zathura" >$pkgdir/etc/bash_completion.d/zathura
+ mkdir -p $pkgdir/usr/share/bash-completion/completions
+ echo "complete -f -X '!*.[pf]df' zathura" >$pkgdir/usr/share/bash-completion/completions/zathura
}