summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/9base/PKGBUILD5
-rw-r--r--community/acpid/PKGBUILD15
-rw-r--r--community/audit/PKGBUILD6
-rw-r--r--community/bird/PKGBUILD62
-rw-r--r--community/calibre/PKGBUILD8
-rw-r--r--community/compizconfig-python/PKGBUILD6
-rw-r--r--community/nodejs/PKGBUILD6
-rw-r--r--community/widelands/6233_6232.diff59
-rw-r--r--community/widelands/PKGBUILD7
-rw-r--r--extra/libxaw/PKGBUILD8
-rw-r--r--extra/mpd/PKGBUILD84
-rw-r--r--extra/mpd/install10
-rwxr-xr-xextra/mpd/rc.d27
-rw-r--r--extra/msmtp/PKGBUILD36
-rw-r--r--extra/postfix/PKGBUILD4
-rw-r--r--extra/xf86-input-synaptics/PKGBUILD15
-rw-r--r--extra/xf86-video-vesa/PKGBUILD21
-rw-r--r--extra/xorg-luit/PKGBUILD8
-rw-r--r--extra/xorg-setxkbmap/PKGBUILD8
-rw-r--r--extra/xorg-xauth/PKGBUILD6
-rw-r--r--extra/xorg-xcursorgen/PKGBUILD8
-rw-r--r--extra/xorg-xfontsel/PKGBUILD8
-rw-r--r--extra/xorg-xgamma/PKGBUILD8
-rw-r--r--extra/xorg-xhost/PKGBUILD8
-rw-r--r--extra/xorg-xkbcomp/PKGBUILD6
-rw-r--r--extra/xorg-xkbevd/PKGBUILD8
-rw-r--r--extra/xorg-xload/PKGBUILD8
-rw-r--r--extra/xorg-xlogo/PKGBUILD8
-rw-r--r--extra/xorg-xmodmap/PKGBUILD8
-rw-r--r--gnome-unstable/clutter-gtk/PKGBUILD6
-rw-r--r--gnome-unstable/libimobiledevice/PKGBUILD32
-rw-r--r--gnome-unstable/libplist/PKGBUILD31
-rw-r--r--gnome-unstable/telepathy-gabble/PKGBUILD6
-rw-r--r--gnome-unstable/telepathy-glib/PKGBUILD6
-rw-r--r--testing/dhcpcd/PKGBUILD12
35 files changed, 364 insertions, 200 deletions
diff --git a/community/9base/PKGBUILD b/community/9base/PKGBUILD
index 7b04adec0..a38a266bd 100644
--- a/community/9base/PKGBUILD
+++ b/community/9base/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 65679 2012-02-21 21:15:24Z cbrannon $
+# $Id: PKGBUILD 68390 2012-03-23 21:00:56Z cbrannon $
# Maintainer: Chris Brannon <cmbrannon79@gmail.com>
# Contributor: Jeff Mickey <j@codemac.net>
# Contributor: Aaron, phrakture, Griffin <aaron@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=9base
pkgver=6
-pkgrel=3
+pkgrel=4
pkgdesc="Port of various original Plan9 tools to unix"
url="http://tools.suckless.org/9base"
source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz 9 plan9.sh)
@@ -26,6 +26,7 @@ build()
esac
sed -i 's#^PREFIX\s.*$#PREFIX = /opt/plan9#' config.mk
+ sed -i 's#^CFLAGS\s*+=#CFLAGS += -DPLAN9PORT #' config.mk
# Force dynamic linking. Several of the programs in 9base won't work
# when statically linked against the latest glibc.
diff --git a/community/acpid/PKGBUILD b/community/acpid/PKGBUILD
index 152a80649..66537479d 100644
--- a/community/acpid/PKGBUILD
+++ b/community/acpid/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 67553 2012-03-13 12:19:58Z seblu $
+# $Id: PKGBUILD 68371 2012-03-23 10:07:50Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
# Contributor: xduugu
# Contributor: Manolis Tzanidakis
# Contributor: Jonathan Schmidt <j.schmidt@archlinux.us
pkgname=acpid
-pkgver=2.0.14
-pkgrel=2
+pkgver=2.0.15
+pkgrel=1
pkgdesc='A daemon for delivering ACPI power management events with netlink support'
arch=('i686' 'x86_64')
url='http://tedfelix.com/linux/acpid-netlink.html'
@@ -15,12 +15,12 @@ depends=('bash')
optdepends=('perl: use perl based examples')
replaces=('acpid2')
backup=('etc/acpi/handler.sh' 'etc/acpi/events/anything' 'etc/conf.d/acpid')
-source=("http://www.tedfelix.com/linux/$pkgname-$pkgver.tar.gz"
+source=("http://www.tedfelix.com/linux/$pkgname-$pkgver.tar.xz"
'acpid'
'anything'
'handler.sh'
'acpid.conf.d')
-md5sums=('14fc1eabc3489f3ded9347fcd55f158a'
+md5sums=('1b1c8775adab6a994a386c45af6b86dc'
'd69203a032c4583f9abaafcf21a7ed84'
'2d37b98d6e74bab815604b8b48c6cfd4'
'615439f4a89716c747907d4fc3c8df75'
@@ -28,19 +28,20 @@ md5sums=('14fc1eabc3489f3ded9347fcd55f158a'
build() {
cd $pkgname-$pkgver
+ ./configure --prefix=/usr
make
}
package() {
cd $pkgname-$pkgver
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="$pkgdir" install
install -Dm755 ../acpid "$pkgdir/etc/rc.d/acpid"
install -Dm644 ../anything "$pkgdir/etc/acpi/events/anything"
install -Dm755 ../handler.sh "$pkgdir/etc/acpi/handler.sh"
install -Dm644 ../acpid.conf.d "$pkgdir/etc/conf.d/acpid"
- chmod 755 "${pkgdir}"/usr/sbin/acpid
+ chmod 755 "$pkgdir"/usr/sbin/acpid
}
# vim:set ts=2 sw=2 ft=sh et:
diff --git a/community/audit/PKGBUILD b/community/audit/PKGBUILD
index b4c2d8a56..91d738d59 100644
--- a/community/audit/PKGBUILD
+++ b/community/audit/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 67260 2012-03-05 23:04:32Z mtorromeo $
+# $Id: PKGBUILD 68379 2012-03-23 14:35:57Z mtorromeo $
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
# Contributor: Connor Behan <connor.behan@gmail.com>
# Contributor: henning mueller <henning@orgizm.net>
pkgname=audit
-pkgver=2.2
+pkgver=2.2.1
pkgrel=1
pkgdesc='User space utilities for storing and searching the audit records generated by the audit subsystem in the Linux kernel.'
url=http://people.redhat.com/sgrubb/$pkgname
@@ -30,7 +30,7 @@ source=(
auditd.rc
python2.patch
)
-md5sums=('b60366dbe0c3a7497bdd8b3f7065b266'
+md5sums=('dc099fcb2f9242d47ecc35b46d71dfd1'
'5f86e87354d0c3b9b408a26daed7a906'
'45a33c6bef84f8e1701cb0b5e187336b')
diff --git a/community/bird/PKGBUILD b/community/bird/PKGBUILD
index 8bab0f4d1..18ca7041a 100644
--- a/community/bird/PKGBUILD
+++ b/community/bird/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id$
+# $Id: PKGBUILD 68377 2012-03-23 13:38:01Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
pkgbase=bird
pkgname=('bird' 'bird6')
-pkgver=1.3.6
+pkgver=1.3.7
pkgrel=1
arch=('i686' 'x86_64')
url='http://bird.network.cz/'
@@ -14,62 +14,64 @@ source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz"
'bird.conf'
'bird.service'
'bird6.service')
-md5sums=('fa5621a41dcd86b6cb8cbe4fbd74af7e'
+md5sums=('c400b008ef834d9e7288dcdbe41b7c15'
'1a4b98756d64f52333a83eff2e95d233'
'25241a4d7ef639506e0080431b2c1690'
'e82a0519dca0b289685fda44787f5911'
'c32e7f6cf1be6ed6f9aa98feea25176d')
build() {
- # different directory to build seprate version of bird
- cp -a ${pkgbase}-${pkgver} ${pkgbase}6-${pkgver}
+ cd $pkgbase-$pkgver
+ [[ -e _build4 ]] && rm -rf _build4
+ [[ -e _build6 ]] && rm -rf _build6
+ mkdir _build4 _build6
- # build classic bird
- cd ${pkgbase}-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+ # build ipv4 bird
+ cd _build4
+ ../configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
# build ipv6 bird
- cd "$srcdir/${pkgbase}6-${pkgver}"
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-ipv6
+ cd ../_build6
+ ../configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-ipv6
make
}
package_bird () {
- pkgdesc='RIP, OSPFv2 and BGP daemon'
+ pkgdesc='RIP, OSPFv2 and BGP daemon (ipv4 version)'
backup=('etc/bird.conf')
- # iniscripts files
- install -D -m 755 bird.rc "${pkgdir}/etc/rc.d/bird"
- install -D -m 644 bird.conf "${pkgdir}/etc/conf.d/bird"
- # systemd file
- install -D -m 644 bird.service "${pkgdir}/lib/systemd/system/bird.service"
-
- cd ${pkgname}-${pkgver}
- make prefix="${pkgdir}/usr" sysconfdir="${pkgdir}/etc" localstatedir="${pkgdir}/var" install
- make docdir="${pkgdir}/usr/share/doc/${pkgname}" install-docs
+ cd $pkgbase-$pkgver/_build4
+ make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" localstatedir="$pkgdir/var" install
+ make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
# no /var inside pkg
rm -r "$pkgdir/var"
+
+ # iniscripts files
+ install -D -m 755 "$srcdir/bird.rc" "$pkgdir/etc/rc.d/bird"
+ install -D -m 644 "$srcdir/bird.conf" "$pkgdir/etc/conf.d/bird"
+ # systemd file
+ install -D -m 644 "$srcdir/bird.service" "$pkgdir/lib/systemd/system/bird.service"
}
package_bird6 () {
pkgdesc='RIP, OSPFv3, RADV and BGP daemon (ipv6 version)'
backup=('etc/bird6.conf')
- # iniscripts files
- install -D -m 755 bird.rc "${pkgdir}/etc/rc.d/bird6"
- install -D -m 644 bird.conf "${pkgdir}/etc/conf.d/bird6"
- sed -ri 's/bird/bird6/' "${pkgdir}/etc/rc.d/bird6"
- # systemd config file
- install -D -m 644 bird6.service "${pkgdir}/lib/systemd/system/bird6.service"
-
- cd ${pkgname}-${pkgver}
- make prefix="${pkgdir}/usr" sysconfdir="${pkgdir}/etc" localstatedir="${pkgdir}/var" install
- make docdir="${pkgdir}/usr/share/doc/${pkgname}" install-docs
+ cd $pkgbase-$pkgver/_build6
+ make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" localstatedir="$pkgdir/var" install
+ make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
# no /var inside pkg
rm -r "$pkgdir/var"
+
+ # iniscripts files
+ install -D -m 755 "$srcdir/bird.rc" "$pkgdir/etc/rc.d/bird6"
+ install -D -m 644 "$srcdir/bird.conf" "$pkgdir/etc/conf.d/bird6"
+ sed -i 's/bird/bird6/' "$pkgdir/etc/rc.d/bird6"
+ # systemd config file
+ install -D -m 644 "$srcdir/bird6.service" "$pkgdir/lib/systemd/system/bird6.service"
}
# vim:set ts=2 sw=2 ft=sh et:
diff --git a/community/calibre/PKGBUILD b/community/calibre/PKGBUILD
index 77c6a45bb..c09c8a4ab 100644
--- a/community/calibre/PKGBUILD
+++ b/community/calibre/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 68275 2012-03-21 07:34:10Z giovanni $
+# $Id: PKGBUILD 68373 2012-03-23 10:53:05Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Petrov Roman <nwhisper@gmail.com>
# Contributor: Andrea Fagiani <andfagiani _at_ gmail dot com>
pkgname=calibre
-pkgver=0.8.43
-pkgrel=3
+pkgver=0.8.44
+pkgrel=1
pkgdesc="Ebook management application"
arch=('i686' 'x86_64')
url="http://calibre-ebook.com/"
@@ -21,7 +21,7 @@ install=calibre.install
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"
'desktop_integration.patch'
'calibre-mount-helper')
-md5sums=('9c9656b0881ef8013018ec4cf42b3119'
+md5sums=('7cb3983a0458d20df982300b310df3be'
'c7eaa8ed3d2b0a09345aecffa1402ff4'
'675cd87d41342119827ef706055491e7')
diff --git a/community/compizconfig-python/PKGBUILD b/community/compizconfig-python/PKGBUILD
index 8714306f7..d4d65ff95 100644
--- a/community/compizconfig-python/PKGBUILD
+++ b/community/compizconfig-python/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 68304 2012-03-21 10:37:36Z pschmitz $
+# $Id: PKGBUILD 68381 2012-03-23 15:45:56Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: JJDaNiMoTh <jjdanimoth@gmail.com>
# Contributor: nesl247 <nesl247@gmail.com>
pkgname=compizconfig-python
pkgver=0.8.4
-pkgrel=3
+pkgrel=4
pkgdesc="Compizconfig bindings for python"
arch=('i686' 'x86_64')
url="http://opencompositing.org"
license=('GPL')
-depends=('compiz-core>=0.8.4' 'libcompizconfig>=0.8.4' 'glib2' 'python2')
+depends=('compiz-core' 'libcompizconfig' 'glib2' 'python2' 'libxrandr')
makedepends=('intltool' 'pkgconfig' 'pyrex')
conflicts=('compizconfig-python-git')
source=(http://releases.compiz-fusion.org/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD
index 8af1eefc4..14695c1ab 100644
--- a/community/nodejs/PKGBUILD
+++ b/community/nodejs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 67907 2012-03-16 00:38:17Z tdziedzic $
+# $Id: PKGBUILD 68386 2012-03-23 19:11:14Z 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.13
+pkgver=0.6.14
pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64')
@@ -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=('87078586e226fd7a4db60d38bea9aad6')
+md5sums=('3033a866e230cca64e212ee8f2af27dd')
build() {
cd node-v${pkgver}
diff --git a/community/widelands/6233_6232.diff b/community/widelands/6233_6232.diff
new file mode 100644
index 000000000..f82477607
--- /dev/null
+++ b/community/widelands/6233_6232.diff
@@ -0,0 +1,59 @@
+=== modified file 'src/graphic/graphic.cc'
+--- src/graphic/graphic.cc 2011-11-30 21:38:37 +0000
++++ src/graphic/graphic.cc 2012-02-19 17:10:12 +0000
+@@ -725,6 +725,18 @@
+ if (!png_ptr)
+ throw wexception("Graphic::save_png: could not create png struct");
+
++ png_infop info_ptr = png_create_info_struct(png_ptr);
++ if (!info_ptr) {
++ png_destroy_write_struct(&png_ptr, static_cast<png_infopp>(0));
++ throw wexception("Graphic::save_png: could not create png info struct");
++ }
++
++ // Set jump for error
++ if (setjmp(png_jmpbuf(png_ptr))) {
++ png_destroy_write_struct(&png_ptr, &info_ptr);
++ throw wexception("Graphic::save_png: Error writing PNG!");
++ }
++
+ // Set another write function. This is potentially dangerouse because the
+ // flush function is internally called by png_write_end(), this will crash
+ // on newer libpngs. See here:
+@@ -736,35 +748,14 @@
+ sw,
+ &Graphic::m_png_write_function, &Graphic::m_png_flush_function);
+
+- png_infop info_ptr = png_create_info_struct(png_ptr);
+-
+- if (!info_ptr) {
+- png_destroy_write_struct(&png_ptr, static_cast<png_infopp>(0));
+- throw wexception("Graphic::save_png: could not create png info struct");
+- }
+-
+- // Set jump for error
+- if (setjmp(png_jmpbuf(png_ptr))) {
+- png_destroy_write_struct(&png_ptr, &info_ptr);
+- throw wexception("Graphic::save_png: could not set png setjmp");
+- }
+-
+ // Fill info struct
+ png_set_IHDR
+ (png_ptr, info_ptr, pix.get_w(), pix.get_h(),
+ 8, PNG_COLOR_TYPE_RGB_ALPHA, PNG_INTERLACE_NONE,
+ PNG_COMPRESSION_TYPE_DEFAULT, PNG_FILTER_TYPE_DEFAULT);
+
+- // png_set_strip_16(png_ptr) ;
+-
+ // Start writing
+ png_write_info(png_ptr, info_ptr);
+-
+- // Strip data down
+- png_set_filler(png_ptr, 0, PNG_FILLER_AFTER);
+-
+- png_set_packing(png_ptr);
+-
+ {
+ uint32_t surf_w = pix.get_w();
+ uint32_t surf_h = pix.get_h();
+
diff --git a/community/widelands/PKGBUILD b/community/widelands/PKGBUILD
index 6f540efaa..80885f298 100644
--- a/community/widelands/PKGBUILD
+++ b/community/widelands/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 63777 2012-02-05 12:14:08Z ibiru $
+# $Id: PKGBUILD 68367 2012-03-23 06:59:41Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Arkham <arkham at archlinux dot us>
# Contributor: Christoph Zeiler <rabyte*gmail>
@@ -6,7 +6,7 @@
pkgname=widelands
pkgver=16
_realver=build16
-pkgrel=5
+pkgrel=6
pkgdesc="A realtime strategy game with emphasis on economy and transport"
arch=('i686' 'x86_64')
url="http://widelands.org/"
@@ -14,11 +14,13 @@ license=('GPL')
makedepends=('cmake' 'boost' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'ggz-client-libs' 'lua' 'glew' 'python2')
source=(http://launchpad.net/$pkgname/build16/$_realver/+download/$pkgname-$_realver-src.tar.bz2
widelands-0.16-libpng15.patch
+ 6233_6232.diff
$pkgname.desktop
$pkgname.png
$pkgname.sh)
md5sums=('3d8c28e145b73c64d8ed1625319d25a2'
'e492620b071cbd1db04280173653a67c'
+ '9f91bff91a6867cc3ecdea407007d781'
'15820bf099fd6f16251fe70a75c534bb'
'3dfda7e9ca76ca00dd98d745d0ceb328'
'7cae50aba5ed0cd2cfeea79124637b46')
@@ -27,6 +29,7 @@ build() {
cd $srcdir/$pkgname-$_realver-src
patch -Np0 < $srcdir/widelands-0.16-libpng15.patch
+ patch -Np0 < $srcdir/6233_6232.diff
mkdir -p build/compile && cd build/compile
diff --git a/extra/libxaw/PKGBUILD b/extra/libxaw/PKGBUILD
index f8b06a07f..788b3871a 100644
--- a/extra/libxaw/PKGBUILD
+++ b/extra/libxaw/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 151324 2012-02-25 13:52:04Z allan $
+# $Id: PKGBUILD 154128 2012-03-23 17:09:26Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libxaw
-pkgver=1.0.9
-pkgrel=2
+pkgver=1.0.10
+pkgrel=1
pkgdesc="X11 Athena Widget library"
arch=('i686' 'x86_64')
license=('custom')
@@ -12,7 +12,7 @@ depends=('libxmu' 'libxpm')
makedepends=('xorg-util-macros')
options=('!libtool')
source=(${url}/releases/individual/lib/libXaw-${pkgver}.tar.bz2)
-sha1sums=('5f8fc1b10316f31d4c6fa1d938b2297ff5bd2da5')
+sha1sums=('8caa4c692e28f9681678a22168978b7668df57be')
build() {
cd "${srcdir}/libXaw-${pkgver}"
diff --git a/extra/mpd/PKGBUILD b/extra/mpd/PKGBUILD
index c9308ddd5..ebe106e00 100644
--- a/extra/mpd/PKGBUILD
+++ b/extra/mpd/PKGBUILD
@@ -1,61 +1,61 @@
-# $Id: PKGBUILD 149829 2012-02-11 09:25:31Z angvp $
-# Maintainer: Angel Velasquez <angvp@archlinux.org>
+# $Id: PKGBUILD 154124 2012-03-23 16:56:11Z bisson $
+# Maintainer: Gaetan Bisson <bisson@archlinux.org>
+# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
# Contributor: Ben <ben@benmazer.net>
pkgname=mpd
pkgver=0.16.7
-pkgrel=1
-pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
-arch=('i686' 'x86_64')
+pkgrel=3
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
license=('GPL')
-url="http://mpd.wikia.com/wiki/Server"
+arch=('i686' 'x86_64')
depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 'faad2'
'sqlite3' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
'libpulse')
-makedepends=('pkgconfig' 'doxygen')
-install=${pkgname}.install
-changelog=ChangeLog
-source=("http://downloads.sourceforge.net/musicpd/$pkgname-$pkgver.tar.bz2"
-'mpd')
-md5sums=('3d0e7c36646e80386b32966bd4268e8d'
- 'e5669c2bff4031928531e52475addeb1')
+makedepends=('doxygen')
+source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2"
+ 'rc.d')
+sha1sums=('878f3ce82d4f00f6cbad63a625b2c0274c4a704a'
+ '3777bdb4fff4b7911be3b1242aabae9d2912ef18')
+
+install=install
build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --enable-lastfm \
- --enable-jack \
- --enable-pulse \
- --enable-documentation \
- --disable-libwrap \
- --disable-cue \
- --disable-sidplay \
- --with-systemdsystemunitdir=/lib/systemd/system
-
- make
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --enable-lastfm \
+ --enable-jack \
+ --enable-pulse \
+ --enable-documentation \
+ --disable-libwrap \
+ --disable-cue \
+ --disable-sidplay \
+ --disable-documentation \
+ --with-systemdsystemunitdir=/lib/systemd/system
+
+ make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
+ cd "${srcdir}/${pkgname}-${pkgver}"
- # set our dirs in mpd.conf file
- sed -i 's|^music_directory.*$|#music_directory "path_to_your_music_collection"|1' doc/mpdconf.example
- sed -i 's|playlist_directory.*$|playlist_directory "/var/lib/mpd/playlists"|1' doc/mpdconf.example
- sed -i 's|db_file.*$|db_file "/var/lib/mpd/mpd.db"|1' doc/mpdconf.example
- sed -i 's|log_file.*$|log_file "/var/log/mpd/mpd.log"|1' doc/mpdconf.example
- sed -i 's|error_file.*$|error_file "/var/log/mpd/mpd.error"|1' doc/mpdconf.example
- sed -i 's|#pid_file.*$|pid_file "/var/run/mpd/mpd.pid"|1' doc/mpdconf.example
- sed -i 's|#state_file.*$|state_file "/var/lib/mpd/mpdstate"|1' doc/mpdconf.example
- sed -i 's|#user.*$|user "mpd"|1' doc/mpdconf.example
+ make DESTDIR="${pkgdir}" install
- install -Dm644 "doc/mpdconf.example" "$pkgdir/usr/share/mpd/mpd.conf.example"
+ sed \
+ -e '/^#playlist_directory/c playlist_directory "/var/lib/mpd/playlists"' \
+ -e '/^#db_file/c db_file "/var/lib/mpd/mpd.db"' \
+ -e '/^#pid_file/c pid_file "/run/mpd/mpd.pid"' \
+ -e '/^#state_file/c state_file "/var/lib/mpd/mpdstate"' \
+ -e '/^#user/c user "mpd"' \
+ -i doc/mpdconf.example
- install -Dm755 "$srcdir/mpd" "$pkgdir/etc/rc.d/mpd"
- install -d "$pkgdir"/var/{lib/mpd/playlists,log/mpd}
+ install -Dm755 ../rc.d "${pkgdir}"/etc/rc.d/mpd
+ install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd/playlists
+ install -Dm644 doc/mpdconf.example "${pkgdir}"/usr/share/mpd/mpd.conf.example
}
diff --git a/extra/mpd/install b/extra/mpd/install
new file mode 100644
index 000000000..655645716
--- /dev/null
+++ b/extra/mpd/install
@@ -0,0 +1,10 @@
+post_install() {
+ getent group mpd &>/dev/null || groupadd -r -g 45 mpd >/dev/null
+ getent passwd mpd &>/dev/null || useradd -r -u 45 -g mpd -d /var/lib/mpd -s /bin/true -G audio mpd >/dev/null
+ echo '==> Now create a /etc/mpd.conf file; see: /usr/share/mpd/mpd.conf.example'
+}
+
+post_remove() {
+ getent passwd mpd &>/dev/null && userdel mpd >/dev/null
+ getent group mpd &>/dev/null && groupdel mpd >/dev/null
+}
diff --git a/extra/mpd/rc.d b/extra/mpd/rc.d
new file mode 100755
index 000000000..86f77419f
--- /dev/null
+++ b/extra/mpd/rc.d
@@ -0,0 +1,27 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+[[ -d /run/mpd ]] || install -d -g mpd -o mpd /run/mpd
+
+case "$1" in
+ start)
+ stat_busy 'Starting Music Player Daemon'
+ /usr/bin/mpd /etc/mpd.conf &> /dev/null &&
+ { add_daemon mpd; stat_done; } || stat_fail
+ ;;
+ stop)
+ stat_busy 'Stopping Music Player Daemon'
+ /usr/bin/mpd --kill /etc/mpd.conf &> /dev/null &&
+ { rm_daemon mpd; stat_done; } || stat_fail
+ ;;
+ restart)
+ $0 stop
+ sleep 1
+ $0 start
+ ;;
+ *)
+ echo "usage: $0 {start|stop|restart}"
+esac
+exit 0
diff --git a/extra/msmtp/PKGBUILD b/extra/msmtp/PKGBUILD
index 9e9aaef60..e7839dd35 100644
--- a/extra/msmtp/PKGBUILD
+++ b/extra/msmtp/PKGBUILD
@@ -1,30 +1,31 @@
-# $Id: PKGBUILD 146283 2012-01-08 05:55:19Z eric $
-# Maintainer: tobias <tobias@archlinux.org>
+# $Id: PKGBUILD 154176 2012-03-23 22:05:03Z eric $
+# Maintainer: Eric Bélanger <eric@archlinux.org>
# Contributor: Ben Mazer <blm@groknil.org>
-pkgname=msmtp
+pkgbase=msmtp
+pkgname=('msmtp' 'msmtp-mta')
pkgver=1.4.27
-pkgrel=1
-pkgdesc="A mini smtp client"
+pkgrel=2
arch=('i686' 'x86_64')
license=('GPL3')
url="http://msmtp.sourceforge.net"
-depends=('gnutls' 'libidn')
-makedepends=('texlive-core')
-provides=('smtp-forwarder')
-install=msmtp.install
-source=(http://download.sourceforge.net/sourceforge/msmtp/${pkgname}-${pkgver}.tar.bz2)
+makedepends=('texlive-core' 'gsasl' 'libgnome-keyring')
+source=(http://download.sourceforge.net/sourceforge/msmtp/${pkgbase}-${pkgver}.tar.bz2)
sha1sums=('e335745133b4729fe84c49f836b4d2fa9281e040')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgbase}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc --with-ssl=gnutls
make
make -C doc html pdf
}
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+package_msmtp() {
+ pkgdesc="A mini smtp client"
+ depends=('gsasl' 'libgnome-keyring')
+ install=msmtp.install
+
+ cd "${srcdir}/${pkgbase}-${pkgver}"
make DESTDIR="${pkgdir}" install
make DESTDIR="${pkgdir}" -C doc install-html install-pdf
@@ -36,3 +37,12 @@ package() {
install -D -m644 scripts/vim/msmtp.vim "${pkgdir}/usr/share/vim/vimfiles/syntax/msmtp.vim"
}
+
+package_msmtp-mta() {
+ pkgdesc="A mini smtp client - the regular MTA"
+ depends=('msmtp')
+ provides=('smtp-forwarder')
+
+ install -d "${pkgdir}/usr/sbin"
+ ln -s /usr/bin/msmtp "${pkgdir}/usr/sbin/sendmail"
+}
diff --git a/extra/postfix/PKGBUILD b/extra/postfix/PKGBUILD
index b4ff0ea5a..a5de34c50 100644
--- a/extra/postfix/PKGBUILD
+++ b/extra/postfix/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 150647 2012-02-19 01:54:35Z bisson $
+# $Id: PKGBUILD 154122 2012-03-23 16:53:40Z bisson $
# Contributor: Jeff Brodnax <tullyarcher@bellsouth.net>
# Contributor: Paul Mattal <paul@archlinux.org>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=postfix
pkgver=2.9.1
-pkgrel=1
+pkgrel=2
pkgdesc='Fast, easy to administer, secure mail server'
url='http://www.postfix.org/'
license=('custom')
diff --git a/extra/xf86-input-synaptics/PKGBUILD b/extra/xf86-input-synaptics/PKGBUILD
index 2e1710d8c..825ff09e4 100644
--- a/extra/xf86-input-synaptics/PKGBUILD
+++ b/extra/xf86-input-synaptics/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 153621 2012-03-16 17:56:02Z andyrtr $
+# $Id: PKGBUILD 154164 2012-03-23 20:26:10Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Thomas Bächler <thomas@archlinux.org>
# Contributor: Alexander Baldeck <alexander@archlinux.org>
pkgname=xf86-input-synaptics
-pkgver=1.5.99.901
-pkgrel=2
+pkgver=1.5.99.902
+pkgrel=1
pkgdesc="Synaptics driver for notebook touchpads"
arch=('i686' 'x86_64')
license=('custom')
@@ -21,15 +21,12 @@ groups=('xorg-drivers' 'xorg')
options=(!libtool)
backup=('etc/X11/xorg.conf.d/10-synaptics.conf')
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
- 10-synaptics.conf
- synaptics-Fix-inverted-circular-scrolling-direction.patch)
-sha1sums=('8836b1c2bf443b2c11f38457e203c5309698d9d0'
- '68e1f4ef5e1038231d210eb422fa4d18c5922f0f'
- '2e35cde5db6c435f612a5c6802f33aca8ba1b6bb')
+ 10-synaptics.conf)
+sha1sums=('2170854823caf39f15f47329514fdbe620e31e96'
+ '68e1f4ef5e1038231d210eb422fa4d18c5922f0f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i ${srcdir}/synaptics-Fix-inverted-circular-scrolling-direction.patch
./configure --prefix=/usr
make
}
diff --git a/extra/xf86-video-vesa/PKGBUILD b/extra/xf86-video-vesa/PKGBUILD
index 95ee4a1ae..b3d59bf09 100644
--- a/extra/xf86-video-vesa/PKGBUILD
+++ b/extra/xf86-video-vesa/PKGBUILD
@@ -1,10 +1,9 @@
-# $Id: PKGBUILD 153382 2012-03-12 20:55:11Z andyrtr $
+# $Id: PKGBUILD 154126 2012-03-23 17:04:49Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xf86-video-vesa
-pkgver=2.3.0
-pkgrel=8
-_gitver=4ba7306fd0c9533750d389829e2cbf0522e149b3
+pkgver=2.3.1
+pkgrel=1
pkgdesc="X.org vesa video driver"
arch=(i686 x86_64)
license=('custom')
@@ -14,26 +13,20 @@ makedepends=('pkgconfig' 'xorg-server-devel>=1.11.99.903')
conflicts=('xorg-server<1.11.99.903')
groups=('xorg-drivers' 'xorg')
options=('!libtool')
-source=(#${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
- http://cgit.freedesktop.org/xorg/driver/xf86-video-vesa/snapshot/xf86-video-vesa-${_gitver}.tar.gz
- #git-fixes.patch
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
revert-kernelcheck.patch)
-sha1sums=('52f5bf577038c6fe7819743ceac787bb619b6d47'
+sha1sums=('acb4f8104f16476d46ceb366aa932783c3644ead'
'c14454521ac91aaa08aad8a6025d7720a613d54b')
build() {
- #cd "${srcdir}/${pkgname}-${pkgver}"
- cd ${srcdir}/${pkgname}*
- #patch -Np1 -i "${srcdir}/git-fixes.patch"
+ cd "${srcdir}/${pkgname}-${pkgver}"
patch -Np1 -R -i "${srcdir}/revert-kernelcheck.patch"
- autoreconf -fi
./configure --prefix=/usr
make
}
package() {
- #cd "${srcdir}/${pkgname}-${pkgver}"
- cd ${srcdir}/${pkgname}*
+ cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
diff --git a/extra/xorg-luit/PKGBUILD b/extra/xorg-luit/PKGBUILD
index 01b80a4de..16f9cebf1 100644
--- a/extra/xorg-luit/PKGBUILD
+++ b/extra/xorg-luit/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 149218 2012-02-06 13:34:22Z jgc $
+# $Id: PKGBUILD 154146 2012-03-23 17:27:51Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-luit
-pkgver=1.1.0
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
pkgdesc="Filter that can be run between an arbitrary application and a UTF-8 terminal emulator"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
@@ -12,7 +12,7 @@ depends=('libfontenc')
groups=('xorg' 'xorg-apps')
makedepends=('xorg-util-macros')
source=(http://xorg.freedesktop.org/archive/individual/app/luit-${pkgver}.tar.bz2)
-sha1sums=('fa974b417f6b65c241398d8d011207c6facb0766')
+sha1sums=('3130c14d7267cecce0ba2280643844b48cca49b0')
build() {
cd "${srcdir}/luit-${pkgver}"
diff --git a/extra/xorg-setxkbmap/PKGBUILD b/extra/xorg-setxkbmap/PKGBUILD
index cbc76fc6a..f48a852d9 100644
--- a/extra/xorg-setxkbmap/PKGBUILD
+++ b/extra/xorg-setxkbmap/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 149065 2012-02-05 16:09:19Z bisson $
+# $Id: PKGBUILD 154148 2012-03-23 17:34:14Z andyrtr $
# Contributor: Jan de Groot <jgc@archlinux.org>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=xorg-setxkbmap
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.3.0
+pkgrel=1
pkgdesc='Set the keyboard using the X Keyboard Extension'
url='http://xorg.freedesktop.org/'
license=('custom')
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
depends=('libxkbfile')
makedepends=('xorg-util-macros')
source=("${url}/releases/individual/app/setxkbmap-${pkgver}.tar.bz2")
-sha1sums=('860785e16313d30792fe62604f65d84281812322')
+sha1sums=('d10885d6215b06789961c67557df46406f99c2b7')
groups=('xorg-apps' 'xorg')
diff --git a/extra/xorg-xauth/PKGBUILD b/extra/xorg-xauth/PKGBUILD
index 192dcce39..cc8d30093 100644
--- a/extra/xorg-xauth/PKGBUILD
+++ b/extra/xorg-xauth/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 125581 2011-05-26 20:38:49Z andyrtr $
+# $Id: PKGBUILD 154150 2012-03-23 19:14:18Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xauth
-pkgver=1.0.6
+pkgver=1.0.7
pkgrel=1
pkgdesc="X.Org authorization settings program"
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ depends=('libxmu')
makedepends=('xorg-util-macros')
groups=('xorg-apps' 'xorg')
source=(${url}/releases/individual/app/xauth-${pkgver}.tar.bz2)
-sha1sums=('10a68367ecc60a641b9aa89e6f24f7ca71f23874')
+sha1sums=('54f93f0539a98900c36c4f7c8ae933f77699dc7b')
build() {
cd "${srcdir}/xauth-${pkgver}"
diff --git a/extra/xorg-xcursorgen/PKGBUILD b/extra/xorg-xcursorgen/PKGBUILD
index 567b50873..df9997a0a 100644
--- a/extra/xorg-xcursorgen/PKGBUILD
+++ b/extra/xorg-xcursorgen/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 148982 2012-02-05 11:58:53Z ibiru $
+# $Id: PKGBUILD 154152 2012-03-23 19:18:20Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xcursorgen
-pkgver=1.0.4
-pkgrel=3
+pkgver=1.0.5
+pkgrel=1
pkgdesc="Create an X cursor file from PNG images"
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
@@ -12,7 +12,7 @@ depends=('libx11' 'libxcursor' 'libpng')
makedepends=('xorg-util-macros')
groups=('xorg-apps' 'xorg')
source=(http://xorg.freedesktop.org/archive/individual/app/xcursorgen-${pkgver}.tar.bz2)
-sha1sums=('244c180aae8cc07175b93f314d5bbbf24171658a')
+sha1sums=('1d0ca82422d328522b06b218f86b5901a7d5521b')
build() {
cd "${srcdir}/xcursorgen-${pkgver}"
diff --git a/extra/xorg-xfontsel/PKGBUILD b/extra/xorg-xfontsel/PKGBUILD
index 2ca62abd6..1a8df4cb6 100644
--- a/extra/xorg-xfontsel/PKGBUILD
+++ b/extra/xorg-xfontsel/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 149201 2012-02-06 08:23:09Z bisson $
+# $Id: PKGBUILD 154158 2012-03-23 20:07:28Z andyrtr $
# Contributor: Jan de Groot <jgc@archlinux.org>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=xorg-xfontsel
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
pkgdesc='Point and click selection of X11 font names'
url='http://xorg.freedesktop.org/'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('custom')
makedepends=('xorg-util-macros')
depends=('libxaw' 'libxmu' 'libxt' 'libx11')
source=("http://xorg.freedesktop.org/archive/individual/app/xfontsel-${pkgver}.tar.bz2")
-sha1sums=('df2eb12b90339b7091bd362b095344015ec8b6fa')
+sha1sums=('8e3da9d050ad71531bfeb98d5f1071c7b392b3bd')
build() {
cd "${srcdir}/xfontsel-${pkgver}"
diff --git a/extra/xorg-xgamma/PKGBUILD b/extra/xorg-xgamma/PKGBUILD
index 05e2a07b9..e77997d4f 100644
--- a/extra/xorg-xgamma/PKGBUILD
+++ b/extra/xorg-xgamma/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 151033 2012-02-24 13:46:55Z allan $
+# $Id: PKGBUILD 154160 2012-03-23 20:11:06Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xgamma
-pkgver=1.0.4
-pkgrel=3
+pkgver=1.0.5
+pkgrel=1
pkgdesc="Alter a monitor's gamma correction"
arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
@@ -12,7 +12,7 @@ depends=('libx11' 'libxxf86vm')
makedepends=('xorg-util-macros')
groups=('xorg-apps' 'xorg')
source=(http://xorg.freedesktop.org/archive/individual/app/xgamma-${pkgver}.tar.bz2)
-sha1sums=('c4124b42618c6d4bc9eb9690348b5d60e4c9daed')
+sha1sums=('9cd3272fd24f51b75223cf9c59949ded6df04800')
build() {
cd "${srcdir}/xgamma-${pkgver}"
diff --git a/extra/xorg-xhost/PKGBUILD b/extra/xorg-xhost/PKGBUILD
index 667b5dabc..0703110a7 100644
--- a/extra/xorg-xhost/PKGBUILD
+++ b/extra/xorg-xhost/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 151031 2012-02-24 13:43:49Z allan $
+# $Id: PKGBUILD 154154 2012-03-23 19:23:30Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xhost
-pkgver=1.0.4
-pkgrel=3
+pkgver=1.0.5
+pkgrel=1
pkgdesc="Server access control program for X"
arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
@@ -12,7 +12,7 @@ depends=('libx11' 'libxmu')
makedepends=('xorg-util-macros')
groups=('xorg-apps' 'xorg')
source=(http://xorg.freedesktop.org/archive/individual/app/xhost-${pkgver}.tar.bz2)
-sha1sums=('b4fde9899861f1a97395f8c7197db00cc44242a7')
+sha1sums=('c9ad0447c709fc7a9a2afbbca712cf47fbb29757')
build() {
cd "${srcdir}/xhost-${pkgver}"
diff --git a/extra/xorg-xkbcomp/PKGBUILD b/extra/xorg-xkbcomp/PKGBUILD
index dc2ec9c89..35dce4fce 100644
--- a/extra/xorg-xkbcomp/PKGBUILD
+++ b/extra/xorg-xkbcomp/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 130738 2011-07-07 22:22:56Z andyrtr $
+# $Id: PKGBUILD 154156 2012-03-23 20:01:59Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xkbcomp
-pkgver=1.2.3
+pkgver=1.2.4
pkgrel=1
pkgdesc="X Keyboard description compiler"
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ depends=('libxkbfile')
makedepends=('xorg-util-macros')
groups=('xorg-apps' 'xorg')
source=(${url}/releases/individual/app/xkbcomp-${pkgver}.tar.bz2)
-sha1sums=('c20d1b5b8e25634cc9a79c5e4c3397a5ffbee1e0')
+sha1sums=('695d2f2824884d9e54aa1419282ae167fdea163b')
build() {
cd "${srcdir}/xkbcomp-${pkgver}"
diff --git a/extra/xorg-xkbevd/PKGBUILD b/extra/xorg-xkbevd/PKGBUILD
index dcf9cebf3..0f523d902 100644
--- a/extra/xorg-xkbevd/PKGBUILD
+++ b/extra/xorg-xkbevd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 150955 2012-02-24 10:04:19Z pierre $
+# $Id: PKGBUILD 154162 2012-03-23 20:16:23Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xkbevd
-pkgver=1.1.2
-pkgrel=3
+pkgver=1.1.3
+pkgrel=1
pkgdesc="XKB event daemon"
arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
@@ -12,7 +12,7 @@ depends=('libxkbfile')
makedepends=('xorg-util-macros')
groups=('xorg-apps' 'xorg')
source=("${url}/releases/individual/app/xkbevd-${pkgver}.tar.bz2")
-sha1sums=('f7d4eb5485c2b450266e4e467106f4d8560f4edd')
+sha1sums=('543963ba22b019b4e059e8605eb418f8a712b76e')
build() {
cd "${srcdir}/xkbevd-${pkgver}"
diff --git a/extra/xorg-xload/PKGBUILD b/extra/xorg-xload/PKGBUILD
index c512009f4..d03c5a740 100644
--- a/extra/xorg-xload/PKGBUILD
+++ b/extra/xorg-xload/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 151023 2012-02-24 13:32:09Z allan $
+# $Id: PKGBUILD 154166 2012-03-23 20:33:34Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xload
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
pkgdesc="System load average display for X"
arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
@@ -11,7 +11,7 @@ license=('custom')
depends=('libxaw' 'libxmu' 'libxt' 'libx11')
makedepends=('xorg-util-macros')
source=(http://xorg.freedesktop.org/archive/individual/app/xload-${pkgver}.tar.bz2)
-sha1sums=('dcad93d769b0614466f1e48fed5dd956349cfcfb')
+sha1sums=('50f6ee958e6fb609af92cf9403e7bd68720575cb')
build() {
cd "${srcdir}/xload-${pkgver}"
diff --git a/extra/xorg-xlogo/PKGBUILD b/extra/xorg-xlogo/PKGBUILD
index 9956d2238..8a3713b97 100644
--- a/extra/xorg-xlogo/PKGBUILD
+++ b/extra/xorg-xlogo/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 151021 2012-02-24 13:29:32Z allan $
+# $Id: PKGBUILD 154168 2012-03-23 20:38:45Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xlogo
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
pkgdesc="Draw [old] X logo"
arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
@@ -11,7 +11,7 @@ license=('custom')
depends=('libsm' 'libxaw' 'libxmu' 'libxt' 'libxext' 'libx11' 'libxrender' 'libxft')
makedepends=('xorg-util-macros')
source=(http://xorg.freedesktop.org/archive/individual/app/xlogo-${pkgver}.tar.bz2)
-sha1sums=('5016e74ba16ac80f3eac1c97738a6afbfc8b3bdd')
+sha1sums=('8087ca621c48506b26bb2cf3219a957b31537267')
build() {
cd "${srcdir}/xlogo-${pkgver}"
diff --git a/extra/xorg-xmodmap/PKGBUILD b/extra/xorg-xmodmap/PKGBUILD
index 865596d63..344db5ba7 100644
--- a/extra/xorg-xmodmap/PKGBUILD
+++ b/extra/xorg-xmodmap/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 151007 2012-02-24 13:12:22Z allan $
+# $Id: PKGBUILD 154170 2012-03-23 20:52:44Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xmodmap
-pkgver=1.0.5
-pkgrel=3
+pkgver=1.0.6
+pkgrel=1
pkgdesc="Utility for modifying keymaps and button mappings"
arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org/"
@@ -12,7 +12,7 @@ depends=('libx11')
makedepends=('xorg-util-macros')
groups=('xorg-apps' 'xorg')
source=(http://xorg.freedesktop.org/archive/individual/app/xmodmap-${pkgver}.tar.bz2)
-sha1sums=('c97fb42f40b094868f6ef445f25c600f326b1942')
+sha1sums=('0d235069c87f365902cd36ac8b2ccb01205fa9fb')
build() {
cd "${srcdir}/xmodmap-${pkgver}"
diff --git a/gnome-unstable/clutter-gtk/PKGBUILD b/gnome-unstable/clutter-gtk/PKGBUILD
index 903ff8618..cced49078 100644
--- a/gnome-unstable/clutter-gtk/PKGBUILD
+++ b/gnome-unstable/clutter-gtk/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 152752 2012-03-09 14:04:37Z ibiru $
+# $Id: PKGBUILD 154110 2012-03-23 11:50:43Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=clutter-gtk
-pkgver=1.1.2
+pkgver=1.2.0
pkgrel=1
pkgdesc="GTK clutter widget"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('LGPL')
depends=('clutter' 'gtk3')
makedepends=('gobject-introspection')
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e000594770df759a638bfe814c88d4ab089c93d56553811d6947fc9ed85e6aa0')
+sha256sums=('8be5deb0fa2f318e5f5e888b8ace3371c516464472a48f25c8b42ccc298af59a')
build() {
cd "$pkgname-$pkgver"
diff --git a/gnome-unstable/libimobiledevice/PKGBUILD b/gnome-unstable/libimobiledevice/PKGBUILD
new file mode 100644
index 000000000..49c782fbf
--- /dev/null
+++ b/gnome-unstable/libimobiledevice/PKGBUILD
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 154116 2012-03-23 14:00:54Z ibiru $
+# Maintainer : Ionut Biru <ibiru@archlinux.org>
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libimobiledevice
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="Is a software library that talks the protocols to support iPhone and iPod Touch devices on Linux"
+url="http://libimobiledevice.org/"
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('usbmuxd' 'libplist')
+makedepends=('python2' 'cython2')
+options=('!libtool')
+source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
+md5sums=('82851e4ca9794ee660ffca9f78c8e068')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ mkdir "$srcdir/cython2-path"
+ ln -s /usr/bin/cython2 "$srcdir/cython2-path/cython"
+ export PATH="$srcdir/cython2-path:$PATH"
+
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
diff --git a/gnome-unstable/libplist/PKGBUILD b/gnome-unstable/libplist/PKGBUILD
new file mode 100644
index 000000000..479273b22
--- /dev/null
+++ b/gnome-unstable/libplist/PKGBUILD
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 154114 2012-03-23 13:52:45Z ibiru $
+# Maintainer : Ionut Biru <ibiru@archlinux.org>
+# Contributor: Gabriel Martinez < reitaka at gmail dot com >
+
+pkgname=libplist
+pkgver=1.8
+pkgrel=1
+pkgdesc="A library to handle Apple Property List format whereas it's binary or XML"
+url="http://libimobiledevice.org/"
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('libxml2' 'python2')
+makedepends=('cmake' 'cython2')
+source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a418da3880308199b74766deef2a760a9b169b81a868a6a9032f7614e20500ec')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../"$pkgname-$pkgver" \
+ -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+ -DCYTHON_EXECUTABLE=/usr/bin/cython2 \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
diff --git a/gnome-unstable/telepathy-gabble/PKGBUILD b/gnome-unstable/telepathy-gabble/PKGBUILD
index 2292ff469..01c35e54f 100644
--- a/gnome-unstable/telepathy-gabble/PKGBUILD
+++ b/gnome-unstable/telepathy-gabble/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 152828 2012-03-09 18:47:17Z ibiru $
+# $Id: PKGBUILD 154108 2012-03-23 11:21:48Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Daniel Balieiro <daniel@balieiro.com>
# Contributor: Rodrigo L. M. Flores <mail@rodrigoflores.org>
pkgname=telepathy-gabble
-pkgver=0.15.4
+pkgver=0.15.5
pkgrel=1
pkgdesc="A Jabber/XMPP connection manager for Telepathy"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ makedepends=('libxslt' 'python2')
options=('!libtool' '!emptydirs')
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
install=telepathy-gabble.install
-md5sums=('3eb3ee032da4064f07781427384b94e0')
+md5sums=('89b21ac2f29d632efd1cc50e0c2cd933')
build() {
cd "$pkgname-$pkgver"
diff --git a/gnome-unstable/telepathy-glib/PKGBUILD b/gnome-unstable/telepathy-glib/PKGBUILD
index 5b79553a5..1fdf1f246 100644
--- a/gnome-unstable/telepathy-glib/PKGBUILD
+++ b/gnome-unstable/telepathy-glib/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 153778 2012-03-19 16:58:39Z ibiru $
+# $Id: PKGBUILD 154106 2012-03-23 11:02:16Z ibiru $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com
# Contributor: Bjorn Lindeijer <bjorn lindeijer nl>
pkgname=telepathy-glib
-pkgver=0.17.6
+pkgver=0.17.7
pkgrel=1
pkgdesc="GLib bindings for the Telepathy D-Bus protocol"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ options=('!libtool' '!emptydirs')
depends=('dbus-glib')
makedepends=('libxslt' 'vala' 'gobject-introspection')
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('a196f361165fa48cb3850875e14cc9a8')
+md5sums=('92e776d375cfe0ef6af4aff600a5150e')
build() {
cd "$pkgname-$pkgver"
diff --git a/testing/dhcpcd/PKGBUILD b/testing/dhcpcd/PKGBUILD
index cb5324311..c6fa89171 100644
--- a/testing/dhcpcd/PKGBUILD
+++ b/testing/dhcpcd/PKGBUILD
@@ -1,12 +1,11 @@
-# $Id: PKGBUILD 153980 2012-03-21 07:33:56Z ronald $
+# $Id: PKGBUILD 154120 2012-03-23 16:23:31Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Tom Killian <tom.archlinux.org>
# Contributor: Judd Vinet <jvinet.zeroflux.org>
-_gitrev=88e165b
pkgname=dhcpcd
-pkgver=5.5.4
-pkgrel=3
+pkgver=5.5.5
+pkgrel=1
pkgdesc="RFC2131 compliant DHCP client daemon"
url="http://roy.marples.name/dhcpcd/"
arch=('i686' 'x86_64')
@@ -15,10 +14,9 @@ groups=('base')
depends=('glibc' 'sh')
backup=('etc/conf.d/dhcpcd' 'etc/dhcpcd.conf')
options=('emptydirs') # We Need the Empty /var/lib/dhcpcd Directory
-#source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2" \
-source=("ftp://ftp.archlinux.org/other/dhcpcd/dhcpcd-r${_gitrev}.tar.bz2" \
+source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2" \
'dhcpcd.conf.d')
-sha1sums=('b0cb14d36b5867047ebed2f7f12aaee61981228b'
+sha1sums=('1856ad1535f2c7551cefcb492af24d345c6a1b50'
'b67b9ce6a2faaca75fea356966a16be2283b7db0')
build() {