summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/gnunet-gtk/PKGBUILD12
-rw-r--r--community/gnunet/PKGBUILD9
-rw-r--r--community/gtk-engine-unico/PKGBUILD27
-rw-r--r--community/gtkwave/PKGBUILD6
-rw-r--r--community/libunistring/PKGBUILD27
-rw-r--r--community/libunistring/libunistring.install22
-rw-r--r--community/libvirt/PKGBUILD10
-rwxr-xr-xcommunity/libvirt/libvirtd-guests.rc.d2
-rw-r--r--community/lomoco/PKGBUILD6
-rw-r--r--community/luabind/PKGBUILD37
-rw-r--r--community/luabind/luabind_boost.patch59
-rw-r--r--community/openbsd-netcat/PKGBUILD44
-rw-r--r--community/osdbattery/PKGBUILD31
-rw-r--r--community/passenger/PKGBUILD21
-rw-r--r--community/passenger/passenger.install8
-rw-r--r--community/pdf2svg/PKGBUILD7
-rw-r--r--community/pspshrink/PKGBUILD24
-rw-r--r--community/pympd/PKGBUILD9
-rw-r--r--community/pysol-sound-server/PKGBUILD7
-rw-r--r--community/pystatgrab/PKGBUILD4
-rw-r--r--community/python-pysqlite-legacy/PKGBUILD4
-rw-r--r--community/qingy/PKGBUILD9
-rw-r--r--community/qsvn/PKGBUILD27
-rw-r--r--community/qtmpc/PKGBUILD15
-rw-r--r--community/qtmpc/qtmpc-0.6.1-underlinking.patch40
-rw-r--r--community/shake/PKGBUILD4
-rw-r--r--community/shake/shake.install3
-rw-r--r--community/shapelib/PKGBUILD13
-rw-r--r--community/sunpinyin/PKGBUILD8
-rw-r--r--community/tilda/PKGBUILD8
-rw-r--r--community/tuxcards/PKGBUILD11
-rw-r--r--community/tuxcmd-modules/PKGBUILD5
-rw-r--r--community/tuxcmd/PKGBUILD7
-rw-r--r--community/tuxcmd/tuxcmd.install5
-rw-r--r--community/uudeview/PKGBUILD4
-rw-r--r--community/virtualbox-modules/PKGBUILD22
-rw-r--r--community/xmms-volnorm/PKGBUILD14
-rw-r--r--community/zathura-djvu/PKGBUILD21
-rw-r--r--community/zathura-pdf-poppler/PKGBUILD21
-rw-r--r--community/zathura-ps/PKGBUILD21
-rw-r--r--community/zathura/PKGBUILD10
41 files changed, 477 insertions, 167 deletions
diff --git a/community/gnunet-gtk/PKGBUILD b/community/gnunet-gtk/PKGBUILD
index 2fee0c8bb..ef785244e 100644
--- a/community/gnunet-gtk/PKGBUILD
+++ b/community/gnunet-gtk/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 61360 2011-12-28 17:15:03Z spupykin $
+# $Id: PKGBUILD 67760 2012-03-14 10:41:59Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: wahnby <wahnby@yahoo.fr>
pkgname=gnunet-gtk
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc="A frontend for GNUnet"
arch=('i686' 'x86_64')
@@ -12,15 +12,11 @@ options=('!libtool')
license=('GPL')
depends=('gnunet' 'glade' 'adns')
makedepends=('pkgconfig')
-source=(ftp://ftp.gnu.org/gnu/gnunet/$pkgname-$pkgver.tar.gz
- drop_gtk2.patch)
-md5sums=('7034d34dbc4cdb219b23873d8056bba5'
- 'f709c0195beffd0ca64d498be83a118b')
+source=(ftp://ftp.gnu.org/gnu/gnunet/$pkgname-$pkgver.tar.gz)
+md5sums=('bc16671ed9f28808a262f2c88b018687')
build() {
cd $srcdir/$pkgname-$pkgver
-# patch -Np1 -i $srcdir/drop_gtk2.patch
-# autoreconf -fi
./configure --prefix=/usr --with-gnunet=/usr
make
}
diff --git a/community/gnunet/PKGBUILD b/community/gnunet/PKGBUILD
index fa60b32b3..de4c1913a 100644
--- a/community/gnunet/PKGBUILD
+++ b/community/gnunet/PKGBUILD
@@ -1,15 +1,16 @@
-# $Id: PKGBUILD 61358 2011-12-28 17:14:11Z spupykin $
+# $Id: PKGBUILD 67758 2012-03-14 10:41:00Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: wahnby <wahnby@yahoo.fr>
pkgname=gnunet
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc="A framework for secure peer-to-peer networking"
arch=('i686' 'x86_64')
url="http://gnunet.org"
license=('GPL')
-depends=('gmp' 'libgcrypt' 'libextractor' 'sqlite3' 'curl' 'libmicrohttpd')
+depends=('gmp' 'libgcrypt' 'libextractor' 'sqlite3' 'curl'
+ 'libmicrohttpd' 'libunistring')
makedepends=('gettext' 'pkgconfig')
backup=(etc/gnunetd.conf)
options=('!libtool' '!makeflags')
@@ -18,7 +19,7 @@ source=(ftp://ftp.gnu.org/gnu/gnunet/gnunet-$pkgver.tar.gz
gnunet.rc
gnunet.conf.d
defaults.conf)
-md5sums=('f5ff4c6a87e7b24047319af46113e5c3'
+md5sums=('ecb3c0853e3b8feae6e6b16e69e0d527'
'5baf691913b007fb33e365239e3f7217'
'f161b46915736e4017e77ad735521453'
'0fe23b2ca5b3fc47a0b5645e04406da0')
diff --git a/community/gtk-engine-unico/PKGBUILD b/community/gtk-engine-unico/PKGBUILD
new file mode 100644
index 000000000..aea29b9f9
--- /dev/null
+++ b/community/gtk-engine-unico/PKGBUILD
@@ -0,0 +1,27 @@
+# Maintainer: Bartlomiej Piotrowski
+# Contributor: Hilinus <itahilinus[at]hotmail[dot]it>
+
+pkgname=gtk-engine-unico
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="Unico GTK3 theme engine"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/unico"
+license=('GPL')
+depends=("gtk3")
+source=("http://launchpad.net/unico/1.0/$pkgver/+download/${pkgname#gtk-engine-}-$pkgver.tar.gz")
+md5sums=('1e56ff86337120dcf1b04dd443ea4b71')
+options=(!libtool)
+
+
+build() {
+ cd ${srcdir}/${pkgname#gtk-engine-}-$pkgver
+
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname#gtk-engine-}-$pkgver
+ make DESTDIR=${pkgdir} install
+}
diff --git a/community/gtkwave/PKGBUILD b/community/gtkwave/PKGBUILD
index 63b99f4ca..c0f29e5b2 100644
--- a/community/gtkwave/PKGBUILD
+++ b/community/gtkwave/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 66978 2012-03-03 05:41:51Z kkeen $
+# $Id: PKGBUILD 67842 2012-03-15 00:01:16Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Jared Casper <jaredcasper@gmail.com>
pkgname=gtkwave
-pkgver=3.3.33
+pkgver=3.3.34
pkgrel=1
pkgdesc='A wave viewer which reads LXT, LXT2, VZT, GHW and VCD/EVCD files'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('bzip2' 'xz' 'gtk2')
makedepends=('gperf')
install='gtkwave.install'
source=("http://gtkwave.sourceforge.net/gtkwave-${pkgver}.tar.gz")
-md5sums=('18a8acc803814d4873fd342bc70b6b8a')
+md5sums=('eef932f2e4826d10acb05d96d7a4e665')
build() {
cd "${srcdir}/gtkwave-${pkgver}"
diff --git a/community/libunistring/PKGBUILD b/community/libunistring/PKGBUILD
new file mode 100644
index 000000000..c08199c03
--- /dev/null
+++ b/community/libunistring/PKGBUILD
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 67762 2012-03-14 10:42:36Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Former Maintainer: Emmanuel 'guinness' Boudreault
+# Current Maintainer: Patrick McCarty <pnorcks at gmail dot com>
+
+pkgname=libunistring
+pkgver=0.9.3
+pkgrel=4
+pkgdesc="Library for manipulating Unicode strings and C strings."
+url="http://www.gnu.org/software/libunistring/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('glibc')
+install=${pkgname}.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('db8eca3b64163abadf8c40e5cecc261f')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
diff --git a/community/libunistring/libunistring.install b/community/libunistring/libunistring.install
new file mode 100644
index 000000000..58dd2ef8e
--- /dev/null
+++ b/community/libunistring/libunistring.install
@@ -0,0 +1,22 @@
+infodir=usr/share/info
+filelist=(libunistring.info)
+
+post_install() {
+ [ -x usr/bin/install-info ] || return 0
+ for file in ${filelist[@]}; do
+ install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+ done
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ [ -x usr/bin/install-info ] || return 0
+ for file in ${filelist[@]}; do
+ install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+ done
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD
index 611a2a158..b73a8900c 100644
--- a/community/libvirt/PKGBUILD
+++ b/community/libvirt/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 67039 2012-03-03 14:31:16Z giovanni $
+# $Id: PKGBUILD 67806 2012-03-14 13:44:05Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jonathan Wiersma <archaur at jonw dot org>
pkgname=libvirt
pkgver=0.9.10
-pkgrel=2
+pkgrel=4
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('i686' 'x86_64')
url="http://libvirt.org/"
@@ -40,7 +40,7 @@ source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz"
md5sums=('a424bb793521e637349da47e93dd5fff'
'c43244c40a0437038c82089618e7beaa'
'3ed0e24f5b5e25bf553f5427d64915e6'
- '737ec24aa56871fbabfa892789457db4'
+ '4091cf082b1b743f5e7af060b3760276'
'bc2971dacdbac967fc3474e50affc345'
'b0be50eb9dfe4d133decf23b60880f7d'
'db95aecdf2ccf3693fef5821cdcb7eba'
@@ -63,10 +63,8 @@ build() {
[ $NOEXTRACT -eq 1 ] || patch -Np1 -i "$srcdir"/openbsd-netcat-default.patch
- # fixes for yajl 2.0 API changes
-# [ $NOEXTRACT -eq 1 ] || patch -Np1 -i "$srcdir/yajl-2.x.patch"
-
export LDFLAGS=-lX11
+ export RADVD=/usr/sbin/radvd
[ -f Makefile ] || ./configure --prefix=/usr --libexec=/usr/lib/"$pkgname" \
--with-storage-lvm --without-xen --with-udev --without-hal --disable-static
find -name Makefile -exec sed -i 's#-L /usr#-L/usr#' {} \;
diff --git a/community/libvirt/libvirtd-guests.rc.d b/community/libvirt/libvirtd-guests.rc.d
index b4331964a..e07478534 100755
--- a/community/libvirt/libvirtd-guests.rc.d
+++ b/community/libvirt/libvirtd-guests.rc.d
@@ -41,7 +41,7 @@ libvirt_shutdown()
sleep 1
timeout=$((timeout - 1))
state=`libvirt_get_guest_state "$1"`
- [ "x$state" != "xshut" ] && return 0
+ [ "x$state" == "xshut" ] && return 0
done
return 1
}
diff --git a/community/lomoco/PKGBUILD b/community/lomoco/PKGBUILD
index 094547913..a5916c2f0 100644
--- a/community/lomoco/PKGBUILD
+++ b/community/lomoco/PKGBUILD
@@ -1,9 +1,10 @@
+# $Id: PKGBUILD 67826 2012-03-14 16:31:38Z spupykin $
# Maintainer: Jeff Mickey <j@codemac.net>
# Contributor: Shadowhand <woody.gilk@gmail.com>
pkgname=lomoco
pkgver=1.0
-pkgrel=6
+pkgrel=7
url="http://www.lomoco.org/"
pkgdesc="Logitech USB mouse configuration program"
license=('GPL')
@@ -13,14 +14,17 @@ arch=('i686' 'x86_64')
options=(!libtool)
backup=(etc/udev/lomoco_mouse.conf)
source=(http://www.lomoco.org/${pkgname}-${pkgver}.tar.gz
+ "lomoco_mx518.patch::https://bugs.archlinux.org/task/28180?getfile=8163"
lomoco_mouse.conf
lomoco.sh)
md5sums=('f5197d0a3ee81229c3eecc1e03f7b08d'
+ '87aeccb99413faf9e49453215c3d0b8a'
'182b10a7e4a1828a93c1d55ef7f81b97'
'bc92f661641265b33b27895ef24028fd')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
+ patch -p1 <$srcdir/lomoco_mx518.patch
./autogen.sh --prefix=/usr --mandir=/usr/share/man
make
make udev-rules
diff --git a/community/luabind/PKGBUILD b/community/luabind/PKGBUILD
new file mode 100644
index 000000000..15b9e9888
--- /dev/null
+++ b/community/luabind/PKGBUILD
@@ -0,0 +1,37 @@
+# Maintainer: Jakob Gruber <jakob.gruber@gmail.com>
+# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
+# Contributor: rayte <rabyte.at.gmail.dot.com>
+
+pkgname=luabind
+pkgver=0.9.1
+pkgrel=2
+pkgdesc="A library that helps you create bindings between C++ and Lua"
+arch=('i686' 'x86_64')
+url="http://www.rasterbar.com/products/luabind.html"
+license=('MIT')
+makedepends=('unzip' 'boost' 'boost-build')
+depends=('lua' 'gcc-libs')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+ "luabind_boost.patch")
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ patch -Np1 -i ${srcdir}/luabind_boost.patch
+
+ # build luabind
+ bjam release --prefix=${pkgdir}/usr/ link=static,shared
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ bjam release --prefix=${pkgdir}/usr/ link=static,shared install
+
+ # copy license
+ install -Dm644 ${srcdir}/${pkgname}-${pkgver}/LICENSE \
+ ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+md5sums=('8a323fb51d07dad5cfdb12c432793d55'
+ 'd62ae6fc635300bc659df9dbb587ac53')
diff --git a/community/luabind/luabind_boost.patch b/community/luabind/luabind_boost.patch
new file mode 100644
index 000000000..92e32828a
--- /dev/null
+++ b/community/luabind/luabind_boost.patch
@@ -0,0 +1,59 @@
+diff --git luabind-0.9.1/luabind/detail/call_function.hpp luabind-0.9.1-fixed/luabind/detail/call_function.hpp
+index 1b45ec1..8f5afff 100644
+--- luabind-0.9.1/luabind/detail/call_function.hpp
++++ luabind-0.9.1-fixed/luabind/detail/call_function.hpp
+@@ -323,7 +323,8 @@ namespace luabind
+
+ #endif // LUABIND_CALL_FUNCTION_HPP_INCLUDED
+
+-#elif BOOST_PP_ITERATION_FLAGS() == 1
++#else
++#if BOOST_PP_ITERATION_FLAGS() == 1
+
+ #define LUABIND_TUPLE_PARAMS(z, n, data) const A##n *
+ #define LUABIND_OPERATOR_PARAMS(z, n, data) const A##n & a##n
+@@ -440,4 +441,5 @@ namespace luabind
+
+
+ #endif
++#endif
+
+diff --git luabind-0.9.1/luabind/detail/call_member.hpp luabind-0.9.1-fixed/luabind/detail/call_member.hpp
+index de8d563..e63555b 100644
+--- luabind-0.9.1/luabind/detail/call_member.hpp
++++ luabind-0.9.1-fixed/luabind/detail/call_member.hpp
+@@ -316,7 +316,8 @@ namespace luabind
+
+ #endif // LUABIND_CALL_MEMBER_HPP_INCLUDED
+
+-#elif BOOST_PP_ITERATION_FLAGS() == 1
++#else
++#if BOOST_PP_ITERATION_FLAGS() == 1
+
+ #define LUABIND_TUPLE_PARAMS(z, n, data) const A##n *
+ #define LUABIND_OPERATOR_PARAMS(z, n, data) const A##n & a##n
+@@ -360,4 +361,5 @@ namespace luabind
+ #undef LUABIND_TUPLE_PARAMS
+
+ #endif
++#endif
+
+diff --git luabind-0.9.1/luabind/wrapper_base.hpp luabind-0.9.1-fixed/luabind/wrapper_base.hpp
+index d54c668..0f88cc5 100755
+--- luabind-0.9.1/luabind/wrapper_base.hpp
++++ luabind-0.9.1-fixed/luabind/wrapper_base.hpp
+@@ -89,7 +89,8 @@ namespace luabind
+
+ #endif // LUABIND_WRAPPER_BASE_HPP_INCLUDED
+
+-#elif BOOST_PP_ITERATION_FLAGS() == 1
++#else
++#if BOOST_PP_ITERATION_FLAGS() == 1
+
+ #define LUABIND_TUPLE_PARAMS(z, n, data) const A##n *
+ #define LUABIND_OPERATOR_PARAMS(z, n, data) const A##n & a##n
+@@ -188,3 +189,4 @@ namespace luabind
+ #undef N
+
+ #endif
++#endif
diff --git a/community/openbsd-netcat/PKGBUILD b/community/openbsd-netcat/PKGBUILD
index 95e4e13bf..35f531dea 100644
--- a/community/openbsd-netcat/PKGBUILD
+++ b/community/openbsd-netcat/PKGBUILD
@@ -1,35 +1,37 @@
-# $Id: PKGBUILD 66256 2012-02-23 05:29:19Z spupykin $
+# $Id: PKGBUILD 67793 2012-03-14 13:02:34Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Andrej Gelenberg <andrej.gelenberg@udo.edu>
pkgname="openbsd-netcat"
-pkgver=1.89
-pkgrel=5
+pkgver=1.105
+pkgrel=1
_patch=4
pkgdesc="TCP/IP swiss army knife. OpenBSD variant."
arch=('i686' 'x86_64')
url="http://packages.debian.org/sid/netcat-openbsd"
license=('BSD')
-depends=('glib2')
+depends=('glib2' 'libbsd')
makedepends=('gcc' 'make')
source=("http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver}.orig.tar.gz"
- "http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver}-${_patch}.diff.gz")
-md5sums=('7238ce15aae43069e96ba7faf03f153e'
- '00c65aa22243b76998174c733cbb64cc')
+ "http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver}-${_patch}.debian.tar.gz")
+md5sums=('7e67b22f1ad41a1b7effbb59ff28fca1'
+ '76b88083b77eb2e6f014cdb3020a96ac')
build() {
- cd $srcdir/netcat-openbsd-${pkgver}.orig
- patch -p1 < ../netcat-openbsd_${pkgver}-${_patch}.diff
- for i in `cat debian/patches/series`
- do
- echo "** patch $i" 1>&2
- cat "debian/patches/$i"
- done | patch -p1
- make CFLAGS="$CFLAGS -DDEBIAN_VERSION=\"\\\"${pkgrel}\\\"\""
- install -d $pkgdir/usr/bin/
- install -d $pkgdir/usr/share/man/man1/
- install nc $pkgdir/usr/bin/nc.openbsd
- install nc.1 $pkgdir/usr/share/man/man1/nc.openbsd.1
- mkdir -p $pkgdir/usr/share/licenses/$pkgname/
- head -n28 netcat.c | tail -n+2 >$pkgdir/usr/share/licenses/$pkgname/LICENSE
+ cd $srcdir/netcat-openbsd-${pkgver}
+ for i in `cat ../debian/patches/series`; do
+ echo "** patch $i" 1>&2
+ cat "../debian/patches/$i"
+ done | patch -p1
+ make \
+ CFLAGS="$CFLAGS -DDEBIAN_VERSION=\"\\\"${pkgrel}\\\"\" -I/usr/include/libbsd" \
+ LDFLAGS="$LDFLAGS -lbsd"
+}
+
+package() {
+ cd $srcdir/netcat-openbsd-${pkgver}
+ install -Dm0755 nc $pkgdir/usr/bin/nc.openbsd
+ install -Dm0644 nc.1 $pkgdir/usr/share/man/man1/nc.openbsd.1
+ install -dm0755 $pkgdir/usr/share/licenses/$pkgname/
+ head -n28 netcat.c | tail -n+2 >$pkgdir/usr/share/licenses/$pkgname/LICENSE
}
diff --git a/community/osdbattery/PKGBUILD b/community/osdbattery/PKGBUILD
index 62eced75b..8e45267ef 100644
--- a/community/osdbattery/PKGBUILD
+++ b/community/osdbattery/PKGBUILD
@@ -1,22 +1,31 @@
-# $Id: PKGBUILD 7260 2010-01-03 16:12:31Z ibiru $
+# $Id: PKGBUILD 67719 2012-03-14 08:59:42Z giovanni $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: dibblethewrecker <dibblethewrecker@jiwe.org>
+
pkgname=osdbattery
pkgver=1.4
-pkgrel=3
+pkgrel=4
pkgdesc="Displays battery information in the OSD style"
arch=('i686' 'x86_64')
url="http://osdbattery.sourceforge.net"
-license=("GPL2")
+license=('GPL2')
depends=('xosd')
install=osdbattery.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname\_$pkgver.tar.gz showbatt)
-md5sums=('43f9cc0428b6cb25baf1e6e2286e88b1' 'a786cd645135a369c8ed55b837174c92')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}_${pkgver}.tar.gz"
+ 'showbatt')
+md5sums=('43f9cc0428b6cb25baf1e6e2286e88b1'
+ 'a786cd645135a369c8ed55b837174c92')
build() {
- cd $startdir/src/$pkgname\_$pkgver
- make || return 1
- install -D -m755 $startdir/src/$pkgname\_$pkgver/$pkgname $startdir/pkg/usr/bin/$pkgname
- install -D -m755 $startdir/src/showbatt $startdir/pkg/usr/bin/showbatt
- install -D -m644 $startdir/src/$pkgname\_$pkgver/$pkgname.cfg $startdir/pkg/etc/$pkgname/$pkgname.cfg
+ cd "${srcdir}/${pkgname}_${pkgver}"
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}_${pkgver}"
+
+ install -D -m755 $pkgname "${pkgdir}/usr/bin/${pkgname}"
+ install -D -m755 ${srcdir}/showbatt "${pkgdir}/usr/bin/showbatt"
+ install -D -m644 $pkgname.cfg "${pkgdir}/etc/${pkgname}/${pkgname}.cfg"
}
-# vim:syntax=sh
diff --git a/community/passenger/PKGBUILD b/community/passenger/PKGBUILD
index 4fcab1d40..8c9684bc3 100644
--- a/community/passenger/PKGBUILD
+++ b/community/passenger/PKGBUILD
@@ -1,30 +1,31 @@
-# $Id: PKGBUILD 59679 2011-11-29 10:41:58Z spupykin $
+# $Id: PKGBUILD 67809 2012-03-14 13:50:13Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=passenger
pkgver=3.0.11
-pkgrel=1
+pkgrel=2
_pkgdlnr=75548
pkgdesc="mod_rails passenger"
arch=('i686' 'x86_64')
url="http://www.modrails.com"
license=('GPL')
depends=('apache' 'ruby' 'ruby-rack' 'curl')
-install=$pkgname.install
+install=passenger.install
options=('!emptydirs')
-source=(http://rubyforge.org/frs/download.php/${_pkgdlnr}/$pkgname-$pkgver.tar.gz
- $pkgname-install-apache2-module.patch)
+source=(http://rubyforge.org/frs/download.php/${_pkgdlnr}/passenger-$pkgver.tar.gz
+ passenger-install-apache2-module.patch)
md5sums=('9186d799e065ccad803cbc0289954f40'
'3d04eba10c55a955c378678d5df8497f')
build(){
- cd $srcdir/$pkgname-$pkgver
+ cd $srcdir/passenger-$pkgver
patch bin/passenger-install-apache2-module <$srcdir/passenger-install-apache2-module.patch
./bin/passenger-install-apache2-module
- mkdir -p $pkgdir/etc/httpd/modules/
- cp ext/apache2/mod_passenger.so $pkgdir/etc/httpd/modules/mod_passenger.so
+ rake nginx
+
mkdir -p $pkgdir/usr/lib/passenger/
cp -R * $pkgdir/usr/lib/passenger/
- mkdir -p $pkgdir/usr/lib/httpd
- mv $pkgdir/etc/httpd/modules $pkgdir/usr/lib/httpd/modules
+
+ mkdir -p $pkgdir/usr/lib/httpd/modules
+ ln -sf /usr/lib/passenger/ext/apache2/mod_passenger.so $pkgdir/usr/lib/httpd/modules/mod_passenger.so
}
diff --git a/community/passenger/passenger.install b/community/passenger/passenger.install
index 9c683e7cd..6faaab1b6 100644
--- a/community/passenger/passenger.install
+++ b/community/passenger/passenger.install
@@ -1,9 +1,9 @@
post_install() {
echo "Please edit your Apache configuration file, and add these lines:"
echo ""
- echo "LoadModule passenger_module /var/aur/passenger3/src/passenger-3.0.0/ext/apache2/mod_passenger.so"
- echo "PassengerRoot /var/aur/passenger3/src/passenger-3.0.0"
- echo "PassengerRuby /opt/ruby1.8/bin/ruby"
+ echo "LoadModule passenger_module /usr/lib/httpd/modules/mod_passenger.so"
+ echo "PassengerRoot /usr/lib/passenger"
+ echo "PassengerRuby /usr/bin/ruby"
echo ""
echo "After you restart Apache, you are ready to deploy any number of Ruby on Rails"
echo "applications on Apache, without any further Ruby on Rails-specific"
@@ -28,5 +28,5 @@ post_install() {
echo "And that's it! You may also want to check the Users Guide for security and"
echo "optimization tips, troubleshooting and other useful information:"
echo ""
- echo "/var/aur/passenger3/src/passenger-3.0.0/doc/Users guide Apache.html"
+ echo "/usr/lib/passenger/doc/Users guide Apache.html"
}
diff --git a/community/pdf2svg/PKGBUILD b/community/pdf2svg/PKGBUILD
index c15c7af0f..ad3c3d259 100644
--- a/community/pdf2svg/PKGBUILD
+++ b/community/pdf2svg/PKGBUILD
@@ -1,16 +1,18 @@
+# $Id: PKGBUILD 67717 2012-03-14 08:30:56Z giovanni $
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: corvolino <corvolino@archlinux.com.br>
# Contributor: Joel Schaerer
pkgname=pdf2svg
pkgver=0.2.1
-pkgrel=6
+pkgrel=7
pkgdesc="A pdf to svg converter"
arch=('i686' 'x86_64')
url="http://www.cityinthesky.co.uk/pdf2svg.html"
license=('GPL')
depends=('poppler-glib' 'gtk2' 'glib2')
source=("http://www.cityinthesky.co.uk/_media/opensource/$pkgname-$pkgver.tar.gz")
+md5sums=('59b3b9768166f73b77215e95d91f0a9d')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -22,6 +24,3 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}
-
-
-md5sums=('59b3b9768166f73b77215e95d91f0a9d')
diff --git a/community/pspshrink/PKGBUILD b/community/pspshrink/PKGBUILD
index 9b6ba9540..af5b54a16 100644
--- a/community/pspshrink/PKGBUILD
+++ b/community/pspshrink/PKGBUILD
@@ -1,22 +1,30 @@
-#$Id: PKGBUILD 6008 2009-11-25 09:49:07Z angvp $
-# Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
+# $Id: PKGBUILD 67730 2012-03-14 09:57:46Z giovanni $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
# Contributor: Tomas Acauan Schertel <tschertel@gmail.com>
+
pkgname=pspshrink
pkgver=1.1.2
-pkgrel=2
+pkgrel=3
pkgdesc="PSP Shrink allows you to shrink your isos to the cso format."
arch=('i686' 'x86_64')
url="http://code.google.com/p/pspshrink/"
license=('GPL2')
-makedepends=(gtkmm)
+makedepends=('gtkmm')
optdepends=('gtkmm: To use pspshrinkui ')
install=$pkgname.install
source=(http://pspshrink.googlecode.com/files/$pkgname-$pkgver.tar.gz)
md5sums=('c9f7dc58c983016047ceebbacb9856e9')
build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr || return 1
- make || return 1
- make DESTDIR="$pkgdir" install || return 1
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ make DESTDIR="${pkgdir}" install
}
diff --git a/community/pympd/PKGBUILD b/community/pympd/PKGBUILD
index 742a74a63..d83139b8c 100644
--- a/community/pympd/PKGBUILD
+++ b/community/pympd/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 27187 2010-09-18 15:58:45Z schuay $
+# $Id: PKGBUILD 67738 2012-03-14 10:05:54Z giovanni $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: whatah <whatah@gmail.com>
@@ -6,18 +6,18 @@
pkgname=pympd
pkgver=0.08.1
-pkgrel=2
+pkgrel=3
pkgdesc="A Rhythmbox-like PyGTK+ client for Music Player Daemon"
arch=('i686' 'x86_64')
url="http://pympd.sourceforge.net/"
license=('GPL')
-depends=('libglade' 'pygtk>=2.6')
+depends=('libglade' 'pygtk')
makedepends=('pkgconfig')
options=('!emptydirs')
source=(http://pympd.sourceforge.net/files/$pkgname-$pkgver.tar.gz)
md5sums=('388c2882ffbacffb27b491441a2b2a23')
-build() {
+package() {
cd ${srcdir}/$pkgname-$pkgver
# python2 fix
@@ -30,4 +30,3 @@ build() {
make PREFIX=/usr DESTDIR=${pkgdir} install
}
-
diff --git a/community/pysol-sound-server/PKGBUILD b/community/pysol-sound-server/PKGBUILD
index b3f7c814c..05a3faafa 100644
--- a/community/pysol-sound-server/PKGBUILD
+++ b/community/pysol-sound-server/PKGBUILD
@@ -1,16 +1,15 @@
-# $Id: PKGBUILD 25949 2010-09-12 02:51:50Z ebelanger $
-# Maintainer: Eric Belanger <eric@archlinux.org>
+# $Id: PKGBUILD 67709 2012-03-14 07:44:01Z ebelanger $
+# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=pysol-sound-server
pkgver=3.01
-pkgrel=7
+pkgrel=8
pkgdesc="A Python extension module that plays WAV samples together with MP3 or MOD background music"
arch=('i686' 'x86_64')
url="http://www.pysol.org/"
license=('GPL' 'LGPL')
depends=('python2' 'smpeg')
source=(http://www.pysol.org/download/pysol/$pkgname-$pkgver.tar.bz2)
-md5sums=('5ef963dbf5d5c2f032a7e5a90afb536f')
sha1sums=('010cc2d9634a1796fb9d44c8925b4b62c9568611')
build() {
diff --git a/community/pystatgrab/PKGBUILD b/community/pystatgrab/PKGBUILD
index 5ea3fbbde..661976425 100644
--- a/community/pystatgrab/PKGBUILD
+++ b/community/pystatgrab/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 27121 2010-09-17 15:17:17Z schuay $
+# $Id: PKGBUILD 67748 2012-03-14 10:19:17Z giovanni $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Hugo Ideler <hugoideler@dse.nl>
pkgname=pystatgrab
pkgver=0.5
-pkgrel=4
+pkgrel=5
pkgdesc="Python bindings for libstatgrab"
arch=('i686' 'x86_64')
url="http://www.i-scream.org/pystatgrab"
diff --git a/community/python-pysqlite-legacy/PKGBUILD b/community/python-pysqlite-legacy/PKGBUILD
index c87ce7793..308e229be 100644
--- a/community/python-pysqlite-legacy/PKGBUILD
+++ b/community/python-pysqlite-legacy/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 26298 2010-09-14 17:18:19Z schuay $
+# $Id: PKGBUILD 67757 2012-03-14 10:40:45Z giovanni $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor : Aaron Griffin <aaron.archlinux.org>
pkgname=python-pysqlite-legacy
pkgver=1.0.1
-pkgrel=7
+pkgrel=8
pkgdesc="A Python DB-API 2.0 interface for the legacy SQLite 2"
arch=('i686' 'x86_64')
url="http://initd.org/tracker/pysqlite"
diff --git a/community/qingy/PKGBUILD b/community/qingy/PKGBUILD
index 24be5d84b..a9ac59201 100644
--- a/community/qingy/PKGBUILD
+++ b/community/qingy/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 35052 2010-12-14 22:08:35Z jlichtblau $
+# $Id: PKGBUILD 67766 2012-03-14 10:49:05Z giovanni $
# Maintainer: Eric Belanger <eric@archlinux.org>
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
pkgname=qingy
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A DirectFB getty replacement"
arch=('i686' 'x86_64')
url="http://qingy.sourceforge.net/"
@@ -14,8 +14,9 @@ depends=('directfb' 'pam' 'openssl' 'ncurses' 'libxss')
backup=('etc/qingy/settings' 'etc/qingy/welcomes')
options=('!libtool')
install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/qingy/${pkgname}-${pkgver}.tar.bz2 \
- qingy.logrotate README)
+source=("http://downloads.sourceforge.net/sourceforge/qingy/${pkgname}-${pkgver}.tar.bz2"
+ 'qingy.logrotate'
+ 'README')
md5sums=('1e0912655e240adfd0ce5ced30bbc685'
'a9bdfd0ac9f29380eafa97a4a056789d'
'f54865d71ea34e2f68e53ef60248701b')
diff --git a/community/qsvn/PKGBUILD b/community/qsvn/PKGBUILD
index ebb582bce..5ade74953 100644
--- a/community/qsvn/PKGBUILD
+++ b/community/qsvn/PKGBUILD
@@ -1,30 +1,37 @@
-# $Id: PKGBUILD 9075 2010-01-23 12:43:08Z foutrelis $
+# $Id: PKGBUILD 67770 2012-03-14 11:19:01Z giovanni $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Jakub Schmidtke <sjakub-at-gmail.com>
pkgname=qsvn
pkgver=0.8.3
-pkgrel=2
+pkgrel=3
pkgdesc="Qt4 GUI for Subversion."
arch=('i686' 'x86_64')
url="http://www.anrichter.net/projects/qsvn/"
license=('GPL')
-depends=('qt' 'subversion' 'db>=4.7')
+depends=('qt' 'subversion')
makedepends=('cmake')
#options=('!makeflags')
-source=(http://www.anrichter.net/projects/qsvn/chrome/site/$pkgname-$pkgver-src.tar.gz
- lib64-fix.patch)
+source=("http://www.anrichter.net/projects/qsvn/chrome/site/$pkgname-$pkgver-src.tar.gz"
+ 'lib64-fix.patch')
md5sums=('cfdc9dab7c5f1cbf20b249901e10c04e'
'f2833303f01331538d1f6f2150b58e4f')
+
build() {
cd ${srcdir}/$pkgname-$pkgver/src
- patch -Np2 -i $srcdir/lib64-fix.patch || return 1
- cmake -D CMAKE_INSTALL_PREFIX=/usr/ -D CMAKE_BUILD_TYPE="Release" ../src || return 1
- make || return 1
+ patch -Np2 -i "${srcdir}/lib64-fix.patch"
+
+ cmake -D CMAKE_INSTALL_PREFIX=/usr/ -D CMAKE_BUILD_TYPE="Release" ../src
+ make
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver/src
+
make DESTDIR=${pkgdir} install
-#desktop file
+ #desktop file
install -D -m644 ${srcdir}/$pkgname-$pkgver/src/$pkgname.desktop \
- ${pkgdir}/usr/share/applications/$pkgname.desktop || return 1
+ ${pkgdir}/usr/share/applications/$pkgname.desktop
}
diff --git a/community/qtmpc/PKGBUILD b/community/qtmpc/PKGBUILD
index 95900ba1a..4755f681e 100644
--- a/community/qtmpc/PKGBUILD
+++ b/community/qtmpc/PKGBUILD
@@ -1,24 +1,27 @@
-# $Id: PKGBUILD 47054 2011-05-14 19:45:44Z jlichtblau $
+# $Id: PKGBUILD 67768 2012-03-14 11:08:26Z giovanni $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Shaika-Dzari <shaikadzari at gmail dot com>
pkgname=qtmpc
pkgver=0.6.1
-pkgrel=2
+pkgrel=3
pkgdesc="Qt4-based front-end for MPD"
arch=('i686' 'x86_64')
url="http://qtmpc.lowblog.nl/"
license=('GPL')
-depends=('hicolor-icon-theme' 'kdebase-runtime' 'qt')
+depends=('kdebase-runtime')
makedepends=('automoc4' 'cmake')
install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://files.lowblog.nl/$pkgname/QtMPC-$pkgver.tar.bz2)
-sha256sums=('82287a26788b36d49db26518b66203f332cf686eefb81ee2d9be095e61123a62')
+source=("http://files.lowblog.nl/$pkgname/QtMPC-$pkgver.tar.bz2"
+ 'qtmpc-0.6.1-underlinking.patch')
+sha256sums=('82287a26788b36d49db26518b66203f332cf686eefb81ee2d9be095e61123a62'
+ '8295218ebeeb14372c36c34510a9eed7210e82d8e474ef3caae1bd58327780d3')
build() {
cd ${srcdir}/QtMPC
+ patch -Np1 -i "${srcdir}/qtmpc-0.6.1-underlinking.patch"
+
cmake . -DCMAKE_INSTALL_PREFIX=/usr
make
}
diff --git a/community/qtmpc/qtmpc-0.6.1-underlinking.patch b/community/qtmpc/qtmpc-0.6.1-underlinking.patch
new file mode 100644
index 000000000..881187d1f
--- /dev/null
+++ b/community/qtmpc/qtmpc-0.6.1-underlinking.patch
@@ -0,0 +1,40 @@
+diff -ruN QtMPC-0-vanilla/CMakeLists.txt QtMPC/CMakeLists.txt
+--- QtMPC-0-vanilla/CMakeLists.txt 2010-11-02 17:00:58.000000000 +0100
++++ QtMPC/CMakeLists.txt 2011-11-20 23:27:18.000000000 +0100
+@@ -81,6 +81,11 @@
+
+ # this command finds Qt4 libraries and sets all required variables
+ FIND_PACKAGE( Qt4 REQUIRED )
++
++# add some useful macros and variables
++# (QT_USE_FILE is a variable defined by FIND_PACKAGE( Qt4 ) that contains a path to CMake script)
++INCLUDE( ${QT_USE_FILE} )
++
+ FIND_PACKAGE( KDE4 )
+
+ IF( NOT DEFINED WANT_KDE_SUPPORT )
+@@ -134,12 +139,6 @@
+ ADD_DEFINITIONS( -DQT_NO_STL -DQT_NO_CAST_TO_ASCII -Wall -Wextra )
+ ENDIF( NOT ENABLE_KDE_SUPPORT )
+
+-# add some useful macros and variables
+-# (QT_USE_FILE is a variable defined by FIND_PACKAGE( Qt4 ) that contains a path to CMake script)
+-IF( NOT ENABLE_KDE_SUPPORT )
+- INCLUDE( ${QT_USE_FILE} )
+-ENDIF( NOT ENABLE_KDE_SUPPORT )
+-
+ ADD_SUBDIRECTORY( external/libmaia )
+
+ # Compile the resource files
+@@ -169,9 +168,9 @@
+
+ # Last but not least, link everything. Based on whether we are using KDE or not.
+ IF( ENABLE_KDE_SUPPORT )
+- TARGET_LINK_LIBRARIES( QtMPC ${QT_LIBRARIES} ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} Maia )
++ TARGET_LINK_LIBRARIES( QtMPC Maia ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} ${QT_LIBRARIES} )
+ ELSE( ENABLE_KDE_SUPPORT )
+- TARGET_LINK_LIBRARIES( QtMPC ${QT_LIBRARIES} Maia )
++ TARGET_LINK_LIBRARIES( QtMPC Maia ${QT_LIBRARIES} )
+ ENDIF( ENABLE_KDE_SUPPORT )
+
+ IF( ENABLE_KDE_SUPPORT )
diff --git a/community/shake/PKGBUILD b/community/shake/PKGBUILD
index cc8f72da6..55336da5f 100644
--- a/community/shake/PKGBUILD
+++ b/community/shake/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 43460 2011-03-26 10:32:40Z jlichtblau $
+# $Id: PKGBUILD 67776 2012-03-14 11:42:05Z giovanni $
# Maintainer : Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor : Allan McRae <allan@archlinux.org>
# Contributor: Julien MISCHKOWITZ <wain@archlinux.fr>
pkgname=shake
pkgver=0.999
-pkgrel=1
+pkgrel=2
pkgdesc="Userspace defragmenter that can be run while system is in use"
arch=('i686' 'x86_64')
url="http://vleu.net/shake/"
diff --git a/community/shake/shake.install b/community/shake/shake.install
index 572430c7f..0ca53862b 100644
--- a/community/shake/shake.install
+++ b/community/shake/shake.install
@@ -3,6 +3,5 @@ post_install() {
}
post_upgrade() {
- post_install
+ post_install
}
-
diff --git a/community/shapelib/PKGBUILD b/community/shapelib/PKGBUILD
index 7021f6efa..c421ae23a 100644
--- a/community/shapelib/PKGBUILD
+++ b/community/shapelib/PKGBUILD
@@ -1,9 +1,10 @@
-# $Id: PKGBUILD 21347 2010-07-16 01:42:18Z tdziedzic $
-#Contributor: Bob Finch <w9ya@arrl.net>
+# $Id: PKGBUILD 67779 2012-03-14 11:48:39Z giovanni $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Contributor: Bob Finch <w9ya@arrl.net>
pkgname=shapelib
pkgver=1.2.10
-pkgrel=4
+pkgrel=5
pkgdesc='simple C API for reading and writing ESRI Shapefiles'
arch=('i686' 'x86_64')
url='http://shapelib.maptools.org/'
@@ -19,9 +20,13 @@ build() {
sed -i -e s:'-O2':"${CFLAGS}": Makefile
make lib
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
sed -i -e s:/usr/local:${pkgdir}/usr: Makefile
sed -i -e s:/usr/bin/install:/bin/install: Makefile
make lib_install
- install -D -m644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+ install -D -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
diff --git a/community/sunpinyin/PKGBUILD b/community/sunpinyin/PKGBUILD
index 55c909ffe..572cd76a2 100644
--- a/community/sunpinyin/PKGBUILD
+++ b/community/sunpinyin/PKGBUILD
@@ -1,12 +1,14 @@
+# $Id: PKGBUILD 67784 2012-03-14 12:19:33Z giovanni $
# Maintainer: Thomas Dziedzic < gostrc at gmail >
pkgname=sunpinyin
pkgver=2.0.3
-pkgrel=1
-pkgdesc='SunPinYin is a Statistical Language Model based pinyin IME by Sun.'
+pkgrel=2
+pkgdesc="Statistical Language Model based pinyin IME by Sun"
arch=('i686' 'x86_64')
-url='http://sunpinyin.googlecode.com'
+url="http://sunpinyin.googlecode.com"
license=('LGPL')
+depends=('sqlite3' 'gcc-libs')
makedepends=('scons')
source=("http://sunpinyin.googlecode.com/files/sunpinyin-${pkgver}.tar.gz")
md5sums=('bc1cd4d7d48a73276dfe4c9f5a434cc7')
diff --git a/community/tilda/PKGBUILD b/community/tilda/PKGBUILD
index 7e58700e9..6878c3375 100644
--- a/community/tilda/PKGBUILD
+++ b/community/tilda/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 54949 2011-08-28 17:21:28Z jlichtblau $
+# $Id: PKGBUILD 67790 2012-03-14 12:36:28Z giovanni $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=tilda
pkgver=0.9.6
-pkgrel=4
+pkgrel=5
pkgdesc="Linux terminal based on classic terminals from first person shooter games"
arch=('i686' 'x86_64')
url="http://tilda.sourceforge.net"
@@ -20,14 +20,14 @@ sha256sums=('b3bd0f63eb83a5001ef26056ca116e5f8005d454f8f82a94f334868862068411'
build() {
cd ${srcdir}/$pkgname-$pkgver
- patch -Np1 -i ${srcdir}/fix.patch
+ patch -Np1 -i "${srcdir}/fix.patch"
./configure --prefix=/usr
make
}
package() {
- cd ${srcdir}/tilda-$pkgver
+ cd ${srcdir}/$pkgname-$pkgver
make DESTDIR=${pkgdir} install
}
diff --git a/community/tuxcards/PKGBUILD b/community/tuxcards/PKGBUILD
index 929269c6e..a1b216c8d 100644
--- a/community/tuxcards/PKGBUILD
+++ b/community/tuxcards/PKGBUILD
@@ -1,18 +1,17 @@
-# $Id: PKGBUILD 27541 2010-09-25 02:00:20Z ebelanger $
-# Maintainer: Eric Belanger <eric@archlinux.org>
+# $Id: PKGBUILD 67712 2012-03-14 07:57:27Z ebelanger $
+# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=tuxcards
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="A hierarchical notebook to enter and manage notes and ideas in a structured manner"
arch=('i686' 'x86_64')
url="http://www.tuxcards.de"
license=('GPL')
depends=('qt')
-changelog=ChangeLog
source=(http://www.tuxcards.de/src/tuxcards-${pkgver}/${pkgname}-${pkgver}.tar.gz tuxcards.desktop)
-md5sums=('e10630d0ce8038e75aeaef228e10e5d9' 'c6d9d6752b8e7affb733b0f9a46a176c')
-sha1sums=('c0410f28b51d58b4f372ffae0ce0d2a7329f2c45' '565419ac6b24d61fc038462a783cb80d44b4fe7e')
+sha1sums=('c0410f28b51d58b4f372ffae0ce0d2a7329f2c45'
+ '565419ac6b24d61fc038462a783cb80d44b4fe7e')
build() {
cd "${srcdir}/${pkgname}"
diff --git a/community/tuxcmd-modules/PKGBUILD b/community/tuxcmd-modules/PKGBUILD
index ea811c041..39a8b5dd2 100644
--- a/community/tuxcmd-modules/PKGBUILD
+++ b/community/tuxcmd-modules/PKGBUILD
@@ -1,6 +1,9 @@
+# $Id: PKGBUILD 67804 2012-03-14 13:37:17Z giovanni $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+
pkgname=tuxcmd-modules
pkgver=0.6.70
-pkgrel=1
+pkgrel=2
pkgdesc='Modules for Tux Commander'
arch=('i686' 'x86_64')
url='http://tuxcmd.sourceforge.net/'
diff --git a/community/tuxcmd/PKGBUILD b/community/tuxcmd/PKGBUILD
index 488cddc44..5eefb36b3 100644
--- a/community/tuxcmd/PKGBUILD
+++ b/community/tuxcmd/PKGBUILD
@@ -1,11 +1,14 @@
+# $Id: PKGBUILD 67802 2012-03-14 13:31:15Z giovanni $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+
pkgname=tuxcmd
pkgver=0.6.70
-pkgrel=3
+pkgrel=4
pkgdesc='A GTK2 file manager with two panels'
arch=('i686' 'x86_64')
url='http://tuxcmd.sourceforge.net/'
license=('GPL')
-depends=('gtk2')
+depends=('gtk2' 'hicolor-icon-theme')
makedepends=('fpc' 'desktop-file-utils')
optdepends=('gnome-vfs: support for gvfs'
'tuxcmd-modules: modules for tuxcmd')
diff --git a/community/tuxcmd/tuxcmd.install b/community/tuxcmd/tuxcmd.install
index f3cb9db7c..6507863a5 100644
--- a/community/tuxcmd/tuxcmd.install
+++ b/community/tuxcmd/tuxcmd.install
@@ -3,10 +3,9 @@ post_install() {
}
post_upgrade() {
- post_install $1
+ post_install
}
post_remove() {
- post_install $1
+ post_install
}
-
diff --git a/community/uudeview/PKGBUILD b/community/uudeview/PKGBUILD
index 8626aa347..1123c1614 100644
--- a/community/uudeview/PKGBUILD
+++ b/community/uudeview/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 65361 2012-02-21 02:21:19Z spupykin $
+# $Id: PKGBUILD 67722 2012-03-14 09:04:31Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: kmaster <kmaster12@sasktel.net>
pkgname=uudeview
pkgver=0.5.20
pkgrel=10
-pkgdesc="UUDeview helps transmitting & recieving binary files using mail or newsgroups. Includes library files."
+pkgdesc="UUDeview helps transmitting & receiving binary files using mail or newsgroups. Includes library files."
arch=('i686' 'x86_64')
url="http://www.fpx.de/fp/Software/UUDeview/"
license=('GPL')
diff --git a/community/virtualbox-modules/PKGBUILD b/community/virtualbox-modules/PKGBUILD
index dbaaa736e..2cfa18b6a 100644
--- a/community/virtualbox-modules/PKGBUILD
+++ b/community/virtualbox-modules/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 67305 2012-03-08 13:29:02Z ibiru $
+# $Id: PKGBUILD 67731 2012-03-14 09:59:00Z ibiru $
#Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgbase=virtualbox-modules
pkgname=('virtualbox-modules' 'virtualbox-archlinux-modules')
-pkgver=4.1.8
-pkgrel=5
+pkgver=4.1.10
+pkgrel=1
arch=('i686' 'x86_64')
url='http://virtualbox.org'
license=('GPL')
@@ -12,7 +12,7 @@ makedepends=('libstdc++5' 'bin86' 'dev86' 'iasl' 'libxslt' 'libxml2' 'libpng' 'l
[[ $CARCH == "x86_64" ]] && makedepends=("${makedepends[@]}" 'gcc-multilib' 'lib32-glibc')
source=(http://download.virtualbox.org/virtualbox/${pkgver}/VirtualBox-${pkgver}.tar.bz2
LocalConfig.kmk 60-vboxguest.rules)
-md5sums=('2092bba46baa62fab5520d67dee2ece8'
+md5sums=('263e495ef3a7ab75943af28d446ee702'
'4c88bd122677a35f68abd76eb01b378b'
'ed1341881437455d9735875ddf455fbe')
@@ -23,7 +23,7 @@ export KERN_DIR=/lib/modules/${_kernver}/build
export KERN_INCL=/usr/src/linux-${_kernver}/include/
build() {
- cd "$srcdir/VirtualBox-${pkgver}_OSE"
+ cd "$srcdir/VirtualBox-${pkgver}"
cp "$srcdir/LocalConfig.kmk" .
@@ -43,8 +43,8 @@ build() {
source ./env.sh
kmk all
- make -C "$srcdir/VirtualBox-${pkgver}_OSE/out/linux.$BUILD_PLATFORM_ARCH/release/bin/src"
- make -C "$srcdir/VirtualBox-${pkgver}_OSE/out/linux.$BUILD_PLATFORM_ARCH/release/bin/additions/src"
+ make -C "$srcdir/VirtualBox-${pkgver}/out/linux.$BUILD_PLATFORM_ARCH/release/bin/src"
+ make -C "$srcdir/VirtualBox-${pkgver}/out/linux.$BUILD_PLATFORM_ARCH/release/bin/additions/src"
}
package_virtualbox-archlinux-modules(){
@@ -55,9 +55,9 @@ package_virtualbox-archlinux-modules(){
replaces=('virtualbox-guest-modules')
conflicts=('virtualbox-guest-modules')
- source "$srcdir/VirtualBox-${pkgver}_OSE/env.sh"
+ source "$srcdir/VirtualBox-${pkgver}/env.sh"
- cd "$srcdir/VirtualBox-${pkgver}_OSE/out/linux.$BUILD_PLATFORM_ARCH/release/bin/additions/src"
+ cd "$srcdir/VirtualBox-${pkgver}/out/linux.$BUILD_PLATFORM_ARCH/release/bin/additions/src"
for module in vboxguest.ko vboxsf.ko vboxvideo.ko; do
install -D -m644 ${module} \
@@ -78,10 +78,10 @@ package_virtualbox-modules(){
install=virtualbox-modules.install
depends=('linux>=3.2' 'linux<3.3')
- source "$srcdir/VirtualBox-${pkgver}_OSE/env.sh"
+ source "$srcdir/VirtualBox-${pkgver}/env.sh"
- cd "$srcdir/VirtualBox-${pkgver}_OSE/out/linux.$BUILD_PLATFORM_ARCH/release/bin/src"
+ cd "$srcdir/VirtualBox-${pkgver}/out/linux.$BUILD_PLATFORM_ARCH/release/bin/src"
install -D -m644 vboxdrv.ko \
"$pkgdir/lib/modules/${_extramodules}/vboxdrv.ko"
diff --git a/community/xmms-volnorm/PKGBUILD b/community/xmms-volnorm/PKGBUILD
index 2d8003258..01e680d1a 100644
--- a/community/xmms-volnorm/PKGBUILD
+++ b/community/xmms-volnorm/PKGBUILD
@@ -1,25 +1,23 @@
-# $Id: PKGBUILD 18019 2010-05-29 09:10:47Z ebelanger $
-# Maintainer: Eric Belanger <eric@archlinux.org>
-# Contributor: forest76 <forestt@poczta.onet.pl>
+# $Id: PKGBUILD 67715 2012-03-14 08:23:40Z ebelanger $
+# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=xmms-volnorm
pkgver=0.8.3
-pkgrel=4
+pkgrel=5
pkgdesc="A XMMS plug-in to normalize the volume"
arch=('i686' 'x86_64')
url="http://volnorm.sourceforge.net/"
license=('GPL')
+depends=('xmms')
+groups=('xmms-plugins')
options=('!libtool')
-depends=('glibc' 'xmms')
-groups=('xmms-plugins' 'xmms-effect-plugins')
source=(http://downloads.sourceforge.net/volnorm/volnorm-${pkgver}.tar.gz)
-md5sums=('369e6b814143a94ff4d6666734e6af9a')
sha1sums=('6c5ba86aed257514c6f94febeea1668f1b18a04d')
build() {
cd "${srcdir}/volnorm-${pkgver}"
./configure --prefix=/usr
- make || return 1
+ make
}
package() {
diff --git a/community/zathura-djvu/PKGBUILD b/community/zathura-djvu/PKGBUILD
new file mode 100644
index 000000000..4d6635ff7
--- /dev/null
+++ b/community/zathura-djvu/PKGBUILD
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 67824 2012-03-14 16:28:32Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: karnath <karnathtorjian@gmail.com>
+
+pkgname=zathura-djvu
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="Adds DjVu support to zathura by using the djvulibre library"
+arch=('i686' 'x86_64')
+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=('be4d5966ba353f83b261a389789e0260')
+
+build(){
+ cd ${srcdir}/zathura-djvu-$pkgver
+ make
+ make DESTDIR="$pkgdir" install
+}
+
diff --git a/community/zathura-pdf-poppler/PKGBUILD b/community/zathura-pdf-poppler/PKGBUILD
new file mode 100644
index 000000000..a461d153a
--- /dev/null
+++ b/community/zathura-pdf-poppler/PKGBUILD
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: karnath <karnathtorjian@gmail.com>
+
+pkgname=zathura-pdf-poppler
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Adds pdf support to zathura by using the poppler engine"
+arch=('i686' 'x86_64')
+url="https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/"
+license=('custom')
+depends=('poppler-glib' 'zathura')
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-poppler-$pkgver.tar.gz)
+md5sums=('a43db96a893e0b37c446f23202b930d2')
+
+build(){
+ cd ${srcdir}/zathura-pdf-poppler-$pkgver
+ make
+ make DESTDIR="$pkgdir" install
+}
+
diff --git a/community/zathura-ps/PKGBUILD b/community/zathura-ps/PKGBUILD
new file mode 100644
index 000000000..89809661f
--- /dev/null
+++ b/community/zathura-ps/PKGBUILD
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: karnath <karnathtorjian@gmail.com>
+
+pkgname=zathura-ps
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="Adds ps support to zathura by using the libspectre library"
+arch=('i686' 'x86_64')
+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=('103d2e25529492cdba702484aab643f5')
+
+build(){
+ cd ${srcdir}/zathura-ps-$pkgver
+ make
+ make DESTDIR="$pkgdir" install
+}
+
diff --git a/community/zathura/PKGBUILD b/community/zathura/PKGBUILD
index 48296a9d0..dca7894fe 100644
--- a/community/zathura/PKGBUILD
+++ b/community/zathura/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 67648 2012-03-13 15:18:47Z spupykin $
+# $Id: PKGBUILD 67724 2012-03-14 09:06:05Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: ML <neldoreth>
pkgname=zathura
pkgver=0.1.1
-pkgrel=2
-pkgdesc="a PDF viewer"
+pkgrel=3
+pkgdesc="a document viewer"
arch=('i686' 'x86_64')
url="http://pwmt.org/projects/zathura/"
license=('custom')
-depends=('girara-gtk3' 'cairo' 'sqlite3')
+depends=('girara-gtk2' 'cairo' 'sqlite3')
makedepends=('docutils')
install=zathura.install
source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz)
@@ -17,7 +17,7 @@ md5sums=('1379dfb1657b323da3b521ed251bb87a')
build() {
cd $srcdir/zathura-$pkgver
- make ZATHURA_GTK_VERSION=3
+ make ZATHURA_GTK_VERSION=2
}
package() {