summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/autofs/PKGBUILD15
-rw-r--r--community/awesome/PKGBUILD26
-rw-r--r--community/awesome/awesome-3.5.2-naughty-fix-ldoc.patch27
-rw-r--r--community/optipng/PKGBUILD6
-rw-r--r--community/pdnsd/PKGBUILD6
-rw-r--r--community/python-pmw/LICENSE.txt (renamed from community/python2-pmw/LICENSE.txt)0
-rw-r--r--community/python-pmw/PKGBUILD56
-rw-r--r--community/python2-pmw/PKGBUILD37
-rw-r--r--community/qtractor/PKGBUILD39
-rw-r--r--community/smtube/PKGBUILD10
-rw-r--r--extra/calligra/PKGBUILD8
-rw-r--r--extra/calligra/calligra-filters.install7
-rw-r--r--extra/gnome-user-share/PKGBUILD6
-rw-r--r--extra/gthumb/PKGBUILD8
-rw-r--r--extra/libgsf/PKGBUILD6
-rw-r--r--extra/librsvg/PKGBUILD8
-rw-r--r--extra/networkmanager-openconnect/PKGBUILD6
-rw-r--r--extra/qt4/PKGBUILD4
-rw-r--r--extra/rhythmbox/PKGBUILD6
-rw-r--r--extra/xorg-xrandr/PKGBUILD6
-rw-r--r--libre/icecat-adblock-plus/PKGBUILD34
-rw-r--r--libre/iceweasel-adblock-plus/PKGBUILD34
-rw-r--r--libre/ponysay-libre/PKGBUILD49
23 files changed, 145 insertions, 259 deletions
diff --git a/community/autofs/PKGBUILD b/community/autofs/PKGBUILD
index 8c949954e..83adc360a 100644
--- a/community/autofs/PKGBUILD
+++ b/community/autofs/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 103697 2014-01-10 07:48:01Z bgyorgy $
+# $Id: PKGBUILD 108593 2014-03-29 12:43:06Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Dale Blount <dale@archlinux.org>
# Contributor: Manolis Tzanidakis
pkgname=autofs
-pkgver=5.0.8
-pkgrel=2
+pkgver=5.0.9
+pkgrel=1
pkgdesc='A kernel-based automounter for Linux.'
arch=('i686' 'x86_64')
url='http://freshmeat.net/projects/autofs'
@@ -21,17 +21,12 @@ backup=('etc/autofs/auto.master'
'etc/autofs/autofs_ldap_auth.conf'
'etc/default/autofs')
options=(!makeflags)
-source=("http://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar.xz"
- "git-fixes.patch")
-sha256sums=('32c41fb4e3439f18400468e84dc82fbbd4b14156bef6b9a7f09196ecd9299d52'
- '09c41a73db6a352cb04b51795591e5ae1c4a3fff37257fc8bb117020fa0e2724')
+source=("http://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('81ab99ee1656a10ecaffe7933c26e8fc720f0b639ed47ab52adc66cdd868fd5c')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
- # Apply fixes from git
- patch -Np1 -i "${srcdir}/git-fixes.patch"
-
sed -i -e 's|/etc/auto.misc|/etc/autofs/auto.misc|' \
-e 's|/etc/auto.master.d|/etc/autofs/auto.master.d|' samples/auto.master
}
diff --git a/community/awesome/PKGBUILD b/community/awesome/PKGBUILD
index 0f7907838..d0dab9fce 100644
--- a/community/awesome/PKGBUILD
+++ b/community/awesome/PKGBUILD
@@ -1,12 +1,13 @@
-# $Id: PKGBUILD 106980 2014-03-11 09:59:18Z bpiotrowski $
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
+# $Id: PKGBUILD 108601 2014-03-29 18:25:09Z andrea $
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
+# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Sébastien Luttringer
# Contributor: xduugu
# Contributor: Ronald van Haren <ronald.archlinux.org>
# Contributor: Vesa Kaihlavirta
pkgname=awesome
-pkgver=3.5.2
+pkgver=3.5.3
pkgrel=1
pkgdesc='Highly configurable framework window manager'
arch=('i686' 'x86_64')
@@ -21,19 +22,16 @@ optdepends=('rlwrap: readline support for awesome-client'
'vicious: widgets for the Awesome window manager')
provides=('notification-daemon')
backup=('etc/xdg/awesome/rc.lua')
-source=($url/download/$pkgname-$pkgver.tar.xz
- awesome-3.5.2-naughty-fix-ldoc.patch)
-md5sums=('c16eaaaddf6f56b4e041007952e2a4fe'
- 'f4ed09b1e75e191e503f482575bf640e')
+source=("$url/download/$pkgname-$pkgver.tar.xz")
+md5sums=('730a5852cc61f5561588a1b788ec861e')
prepare() {
- cd $pkgname-$pkgver
- patch -p1 -i ../awesome-3.5.2-naughty-fix-ldoc.patch
+ mkdir -p build
}
build() {
- cd $pkgname-$pkgver
- cmake \
+ cd build
+ cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=RELEASE \
-DCMAKE_INSTALL_PREFIX=/usr \
-DSYSCONFDIR=/etc \
@@ -42,7 +40,9 @@ build() {
}
package() {
- cd $pkgname-$pkgver
+ cd build
make DESTDIR="$pkgdir" install
- install -Dm644 awesome.desktop "$pkgdir/usr/share/xsessions/awesome.desktop"
+
+ install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/awesome.desktop \
+ "$pkgdir/usr/share/xsessions/awesome.desktop"
}
diff --git a/community/awesome/awesome-3.5.2-naughty-fix-ldoc.patch b/community/awesome/awesome-3.5.2-naughty-fix-ldoc.patch
deleted file mode 100644
index ba9a2e7d3..000000000
--- a/community/awesome/awesome-3.5.2-naughty-fix-ldoc.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 019f55a1daabb4b15632f3b49aceaa03a2b93c89 Mon Sep 17 00:00:00 2001
-From: Uli Schlachter <psychon@znc.in>
-Date: Sat, 22 Feb 2014 16:35:17 +0100
-Subject: [PATCH] naughty: fix ldoc
-
-lib/naughty.lua:65: ?: 'class' cannot have multiple values; {table,table}
-
-Signed-off-by: Uli Schlachter <psychon@znc.in>
----
- lib/naughty.lua.in | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/lib/naughty.lua.in b/lib/naughty.lua.in
-index 6e77b5f..16dc384 100644
---- a/lib/naughty.lua.in
-+++ b/lib/naughty.lua.in
-@@ -61,7 +61,6 @@ naughty.config.notify_callback = nil
- -- @field low The preset for notifications with low urgency level
- -- @field normal The default preset for every notification without a preset that will also be used for normal urgency level
- -- @field critical The preset for notifications with a critical urgency level
---- @class table
- naughty.config.presets = {
- normal = {},
- low = {
---
-1.9.0
-
diff --git a/community/optipng/PKGBUILD b/community/optipng/PKGBUILD
index 59583d22b..23a5b0c66 100644
--- a/community/optipng/PKGBUILD
+++ b/community/optipng/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 79534 2012-11-06 20:25:17Z lfleischer $
+# $Id: PKGBUILD 108595 2014-03-29 12:46:22Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
pkgname=optipng
-pkgver=0.7.4
+pkgver=0.7.5
pkgrel=1
pkgdesc='Compresses PNG files to a smaller size, without losing any information.'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url='http://optipng.sourceforge.net/'
license=('ZLIB')
depends=('glibc')
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('8853d89aaf859065e95dcdf98b6bed73')
+md5sums=('90ac1ec7945d48c0e9859b977b5df411')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/pdnsd/PKGBUILD b/community/pdnsd/PKGBUILD
index 1a78a20c1..da23ae6cb 100644
--- a/community/pdnsd/PKGBUILD
+++ b/community/pdnsd/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 108298 2014-03-26 11:09:31Z thestinger $
+# $Id: PKGBUILD 108591 2014-03-29 12:01:04Z thestinger $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Daniel Micay <danielmicay@gmail.com>
# Contributor: Henrik Nymann Jensen <h@henriknj.dk>
@@ -6,7 +6,7 @@
pkgname=pdnsd
pkgver=1.2.9.a
_pkgver=${pkgver/.a/a}
-pkgrel=6
+pkgrel=7
pkgdesc="Proxy DNS server with permanent caching"
arch=(i686 x86_64)
url="http://members.home.nl/p.a.rombouts/pdnsd/"
@@ -35,5 +35,5 @@ package() {
sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf"
- chown 184:184 "$pkgdir/var/cache/pdnsd"
+ chown -R 184:184 "$pkgdir/var/cache/pdnsd"
}
diff --git a/community/python2-pmw/LICENSE.txt b/community/python-pmw/LICENSE.txt
index de9a58260..de9a58260 100644
--- a/community/python2-pmw/LICENSE.txt
+++ b/community/python-pmw/LICENSE.txt
diff --git a/community/python-pmw/PKGBUILD b/community/python-pmw/PKGBUILD
new file mode 100644
index 000000000..d220c84b8
--- /dev/null
+++ b/community/python-pmw/PKGBUILD
@@ -0,0 +1,56 @@
+# $Id: PKGBUILD 108607 2014-03-29 19:51:02Z arcanis $
+# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
+# Contributor: kfgz <kfgz at interia dot pl>
+# Contributor: Michael Krauss <hippodriver at gmx dot net>
+# Contributor: dsa
+
+pkgbase=python-pmw
+pkgname=('python2-pmw' 'python-pmw')
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="A toolkit for high-level compound widgets in Python using the Tkinter module"
+arch=('i686' 'x86_64')
+url="http://pmw.sourceforge.net/"
+license=('MIT')
+depends=('python' 'python2' 'tk')
+source=(${pkgname}-${pkgver}.tar.gz::http://sourceforge.net/projects/pmw/files/Pmw-${pkgver}.tar.gz/download
+ "LICENSE.txt")
+md5sums=('c7c3f26c4f5abaa99807edefee578fc0'
+ '28b047a148c1780eddcf4bed6b150123')
+
+prepare() {
+ cp -r "Pmw-${pkgver}" "Pmw-${pkgver}-py2"
+ # change python to python2
+ cd "${srcdir}/Pmw-${pkgver}-py2"
+ sed -i "s|python|python2|g" "Pmw/Pmw_2_0_0/tests/All.py"
+ sed -i "s|python|python2|g" "Pmw/Pmw_2_0_0/bin/bundlepmw.py"
+ sed -i "s|python|python2|g" "Pmw/Pmw_2_0_0/demos/All.py"
+ sed -i "s|python|python2|g" "Pmw/Pmw_1_3_3/tests/ManualTests.py"
+ sed -i "s|python|python2|g" "Pmw/Pmw_1_3_3/tests/All.py"
+ sed -i "s|python|python2|g" "Pmw/Pmw_1_3_3/bin/bundlepmw.py"
+ sed -i "s|python|python2|g" "Pmw/Pmw_1_3_3/demos/All.py"
+}
+
+build() {
+ cd "${srcdir}/Pmw-${pkgver}"
+ python setup.py build
+
+ cd "${srcdir}/Pmw-${pkgver}-py2"
+ python2 setup.py build
+}
+
+package_python-pmw() {
+ depends=('python' 'tk')
+
+ cd "Pmw-${pkgver}"
+ python setup.py install --prefix=/usr --root="${pkgdir}"
+ install -Dm644 "${srcdir}/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pmw() {
+ depends=('python2' 'tk')
+
+ cd "Pmw-${pkgver}-py2"
+ python2 setup.py install --prefix=/usr --root="${pkgdir}"
+ install -Dm644 "${srcdir}/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
diff --git a/community/python2-pmw/PKGBUILD b/community/python2-pmw/PKGBUILD
deleted file mode 100644
index 739d1cfd3..000000000
--- a/community/python2-pmw/PKGBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 105149 2014-02-01 19:59:28Z arcanis $
-# Maintainer: Evgeniy Alekseev <arcanis.arch at gmail dot com>
-# Contributor: kfgz <kfgz at interia dot pl>
-# Contributor: Michael Krauss <hippodriver at gmx dot net>
-# Contributor: dsa
-
-pkgname=python2-pmw
-pkgver=1.3.3b
-pkgrel=1
-pkgdesc="A toolkit for high-level compound widgets in Python using the Tkinter module"
-arch=('i686' 'x86_64')
-url="http://pmw.sourceforge.net/doc/index.html"
-license=('MIT')
-depends=('python2' 'tk')
-source=(${pkgname}-${pkgver}.tar.gz::http://sourceforge.net/projects/pmw/files/Pmw/Pmw.1.3.3/Pmw_1_3_3b.tar.gz/download
- "LICENSE.txt")
-md5sums=('d8b998b921584db32a5eeeddc6bc606c'
- '28b047a148c1780eddcf4bed6b150123')
-
-prepare() {
- # change python to python2
- sed -i "s|python|python2|g" "${srcdir}/Pmw/Pmw/Pmw_1_3_3/tests/ManualTests.py"
- sed -i "s|python|python2|g" "${srcdir}/Pmw/Pmw/Pmw_1_3_3/demos/All.py"
- sed -i "s|python|python2|g" "${srcdir}/Pmw/Pmw/Pmw_1_3_3/tests/All.py"
- sed -i "s|python|python2|g" "${srcdir}/Pmw/Pmw/Pmw_1_3_3/bin/bundlepmw.py"
-}
-
-build() {
- cd "Pmw"
- python2 setup.py build
-}
-
-package() {
- cd "Pmw"
- python2 setup.py install --prefix=/usr --root="${pkgdir}"
- install -D -m644 "${srcdir}/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
diff --git a/community/qtractor/PKGBUILD b/community/qtractor/PKGBUILD
index 3d4452d35..792661509 100644
--- a/community/qtractor/PKGBUILD
+++ b/community/qtractor/PKGBUILD
@@ -1,10 +1,11 @@
-# $Id: PKGBUILD 105622 2014-02-12 07:14:10Z schiv $
-# Maintainer: Ray Rashif <schiv@archlinux.org>
+# $Id: PKGBUILD 108587 2014-03-29 04:59:10Z speps $
+# Maintainer : Ray Rashif <schiv@archlinux.org>
+# Maintainer : speps <speps at aur dot archlinux dot org>
# Contributor: Philipp Überbacher <hollunder at gmx dot at>
pkgname=qtractor
-pkgver=0.5.12
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
pkgdesc="Audio/MIDI multitrack sequencer"
arch=('i686' 'x86_64')
url="http://qtractor.sourceforge.net/"
@@ -12,21 +13,35 @@ license=('GPL')
depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
'rubberband' 'shared-mime-info')
makedepends=('ladspa' 'dssi')
-[ "$CARCH" = "i686" ] && optdepends=('dssi-vst: win32 VST support')
-install=qtractor.install
+optdepends=('dssi-vst: win32 VST support')
+install="$pkgname.install"
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('f26691f70c4cd4b89bc4369a579f291f')
+md5sums=('95eeb8a1f6d08645d8f9f606f0c04f15')
-build() {
- cd "$srcdir/$pkgname-$pkgver"
+prepare() {
+ cd $pkgname-$pkgver
+
+ # do not look for /usr/lib64/lv2
+ # prevent to load lv2 plugins twice
+ sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
+
+ # force qt4
+ export ac_qmake=/usr/bin/qmake-qt4 \
+ ac_moc=/usr/bin/moc-qt4 \
+ ac_uic=/usr/bin/uic-qt4 \
+ ac_lupdate=/usr/bin/lupdate-qt4 \
+ ac_lrelease=/usr/bin/lrelease-qt4 \
+ QMAKE=qmake-qt4
+}
+build() {
+ cd $pkgname-$pkgver
./configure --prefix=/usr
make
}
-package () {
- cd "$srcdir/$pkgname-$pkgver"
-
+package() {
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
diff --git a/community/smtube/PKGBUILD b/community/smtube/PKGBUILD
index 6fe793d98..8013b0072 100644
--- a/community/smtube/PKGBUILD
+++ b/community/smtube/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 95598 2013-08-14 21:47:33Z speps $
+# $Id: PKGBUILD 108589 2014-03-29 05:10:53Z speps $
# Maintainer : speps <speps at aur dot archlinux dot org>
# Contributor: Andreas Schnaiter <rc.poison@gmail.com>
pkgname=smtube
-pkgver=1.8
+pkgver=2.1
pkgrel=1
pkgdesc="A small youtube browser"
arch=('i686' 'x86_64')
@@ -18,14 +18,14 @@ optdepends=('mplayer: play videos with MPlayer'
'vlc: play videos with VLC')
install="$pkgname.install"
source=("http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2")
-md5sums=('b80d4d085a8e7350619d65f0f0786037')
+md5sums=('9cd034d5abcbc66445478b5824af50f1')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make PREFIX=/usr DESTDIR="$pkgdir/" install
}
diff --git a/extra/calligra/PKGBUILD b/extra/calligra/PKGBUILD
index 4a121ec95..04fd52f07 100644
--- a/extra/calligra/PKGBUILD
+++ b/extra/calligra/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 207442 2014-03-09 11:52:34Z andrea $
+# $Id: PKGBUILD 209131 2014-03-29 17:11:24Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org>
@@ -18,8 +18,8 @@ pkgname=('calligra-braindump'
'calligra-sheets'
'calligra-stage'
'calligra-words')
-pkgver=2.8.0
-pkgrel=2
+pkgver=2.8.1
+pkgrel=1
arch=('i686' 'x86_64')
url='http://www.calligra-suite.org/'
license=('FDL1.2' 'GPL2' 'LGPL')
@@ -30,7 +30,7 @@ makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'eigen2' 'kdeedu-marble'
'libetonyek' 'libpqxx' 'libspnav')
groups=('calligra')
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz")
-md5sums=('59abfc331220f5282ea2d6df5e80e899')
+md5sums=('7d75143f24a63b9983fe8bfe8ac029d1')
prepare() {
mkdir build
diff --git a/extra/calligra/calligra-filters.install b/extra/calligra/calligra-filters.install
index 7c8a8bd2b..af8efba2c 100644
--- a/extra/calligra/calligra-filters.install
+++ b/extra/calligra/calligra-filters.install
@@ -1,11 +1,12 @@
post_install() {
- update-mime-database usr/share/mime &> /dev/null
+ update-mime-database usr/share/mime &> /dev/null
+ update-desktop-database -q
}
post_upgrade() {
- post_install
+ post_install
}
post_remove() {
- post_install
+ post_install
}
diff --git a/extra/gnome-user-share/PKGBUILD b/extra/gnome-user-share/PKGBUILD
index bac83b9b4..d9ccd5d56 100644
--- a/extra/gnome-user-share/PKGBUILD
+++ b/extra/gnome-user-share/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 199420 2013-11-12 13:51:39Z heftig $
+# $Id: PKGBUILD 209176 2014-03-29 22:48:56Z heftig $
# Maintainer: Roman Kyrylych <roman@archlinux.org>
pkgname=gnome-user-share
-pkgver=3.10.1
+pkgver=3.10.2
pkgrel=1
pkgdesc="Easy to use user-level file sharing for GNOME."
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ options=('!emptydirs')
groups=('gnome')
install=gnome-user-share.install
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d76f9537180db1708f164bf7bfd4b37aee4610c46e7c3aa17fd0e56cf8b51458')
+sha256sums=('1d1ea57a49224c36e7cba04f80265e835639377f474a7582c9e8ac946eda0f8f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/gthumb/PKGBUILD b/extra/gthumb/PKGBUILD
index 8e287bede..c14b00259 100644
--- a/extra/gthumb/PKGBUILD
+++ b/extra/gthumb/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 205024 2014-02-03 10:02:54Z heftig $
+# $Id: PKGBUILD 209129 2014-03-29 16:50:40Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Tobias Kieslich <tobias@justdreams.de>
pkgname=gthumb
-pkgver=3.2.6
-pkgrel=3
+pkgver=3.2.7
+pkgrel=1
pkgdesc="Image browser and viewer for the GNOME Desktop"
arch=(i686 x86_64)
license=(GPL)
@@ -22,7 +22,7 @@ optdepends=('libopenraw: read RAW files'
options=('!emptydirs')
install=gthumb.install
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6c7dbd574f720ec308f8a76354cdf254598b820b2ce8fe73209fb0aec17f757e')
+sha256sums=('36b179873d7219e5ce34584a9c3a9486d519aa9866f558a050ca85ebd122c44e')
prepare() {
cd $pkgname-$pkgver
diff --git a/extra/libgsf/PKGBUILD b/extra/libgsf/PKGBUILD
index c9c25b02c..addc7edf2 100644
--- a/extra/libgsf/PKGBUILD
+++ b/extra/libgsf/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 198176 2013-10-30 13:16:07Z allan $
+# $Id: PKGBUILD 209177 2014-03-29 22:49:34Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
pkgname=libgsf
-pkgver=1.14.28
+pkgver=1.14.30
pkgrel=1
arch=(i686 x86_64)
pkgdesc="The GNOME Structured File Library is a utility library for reading and writing structured file formats"
@@ -12,7 +12,7 @@ license=('GPL' 'LGPL')
depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
makedepends=('intltool' 'gobject-introspection')
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('ea94914f1fdaa5d4eb49149f0228ae6e41a54bdeb8caf52a7dd8acaa329fcbe4')
+sha256sums=('cb48c3480be4a691963548e664308f497d93c9d7bc12cf6a68d5ebae930a5b70')
build() {
cd "$pkgname-$pkgver"
diff --git a/extra/librsvg/PKGBUILD b/extra/librsvg/PKGBUILD
index 35829b988..960c03adf 100644
--- a/extra/librsvg/PKGBUILD
+++ b/extra/librsvg/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 203350 2014-01-08 14:05:06Z heftig $
+# $Id: PKGBUILD 209175 2014-03-29 22:48:23Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=librsvg
-pkgver=2.40.1
-pkgrel=3
+pkgver=2.40.2
+pkgrel=1
epoch=1
pkgdesc="A SVG viewing library"
arch=(i686 x86_64)
@@ -15,7 +15,7 @@ options=('!emptydirs')
url="https://live.gnome.org/LibRsvg"
install=librsvg.install
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8813b4fe776d5e7acbce28bacbaed30ccb0cec3734eb3632c711a16ebe2961d7')
+sha256sums=('48049b643294636df7de1a4b997414d699666f5dc44776945c218a257d2a291c')
build() {
cd $pkgname-$pkgver
diff --git a/extra/networkmanager-openconnect/PKGBUILD b/extra/networkmanager-openconnect/PKGBUILD
index 2e6348c5e..292c3b8ff 100644
--- a/extra/networkmanager-openconnect/PKGBUILD
+++ b/extra/networkmanager-openconnect/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 198343 2013-10-30 14:17:28Z allan $
+# $Id: PKGBUILD 209174 2014-03-29 22:47:50Z heftig $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=networkmanager-openconnect
-pkgver=0.9.8.4
+pkgver=0.9.8.6
pkgrel=1
pkgdesc="NetworkManager VPN integration for openconnect"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('intltool')
optdepends=('network-manager-applet: GNOME frontends to NetWorkmanager')
install=$pkgname.install
source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openconnect/0.9/NetworkManager-openconnect-${pkgver}.tar.xz)
-sha256sums=('99b4dc03da311026eaa4bee2ff3f141270e8ba4bf341762d4eeee7152be387b6')
+sha256sums=('b549a9579b6aa189501bf0fcb046844c75bb1e5699ae5ddfca2296a58d0c9b07')
build() {
cd NetworkManager-openconnect-${pkgver}
diff --git a/extra/qt4/PKGBUILD b/extra/qt4/PKGBUILD
index 2b52cfb95..030492acc 100644
--- a/extra/qt4/PKGBUILD
+++ b/extra/qt4/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 201436 2013-12-11 15:31:04Z andrea $
+# $Id: PKGBUILD 208952 2014-03-29 08:44:54Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=qt4
pkgver=4.8.5
-pkgrel=7
+pkgrel=8
arch=('i686' 'x86_64')
url='http://qt-project.org/'
license=('GPL3' 'LGPL' 'FDL' 'custom')
diff --git a/extra/rhythmbox/PKGBUILD b/extra/rhythmbox/PKGBUILD
index e333c52c4..bbf51497e 100644
--- a/extra/rhythmbox/PKGBUILD
+++ b/extra/rhythmbox/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 198399 2013-10-30 14:38:03Z allan $
+# $Id: PKGBUILD 209182 2014-03-29 23:03:53Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
pkgname=rhythmbox
-pkgver=3.0.1
+pkgver=3.0.2
pkgrel=1
pkgdesc="An iTunes-like music playback and management application"
arch=(i686 x86_64)
@@ -24,7 +24,7 @@ optdepends=('gst-plugins-ugly: Extra media codecs'
options=('!emptydirs')
install=rhythmbox.install
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('75072b093284e9f5696fbb590d719a9e16340a5a91d73e3ccd876ce21329bdcf')
+sha256sums=('0f929bf545ef79e935a385ff5099767a6aeb06a9af171f8fab08aeb21c216d26')
build() {
cd "$pkgname-$pkgver"
diff --git a/extra/xorg-xrandr/PKGBUILD b/extra/xorg-xrandr/PKGBUILD
index e98fe02c7..f1bdf179f 100644
--- a/extra/xorg-xrandr/PKGBUILD
+++ b/extra/xorg-xrandr/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 190808 2013-07-17 07:01:39Z lcarlier $
+# $Id: PKGBUILD 209152 2014-03-29 19:52:24Z lcarlier $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xrandr
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc="Primitive command line interface to RandR extension"
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ depends=('libxrandr' 'libx11')
makedepends=('xorg-util-macros')
groups=('xorg-apps' 'xorg')
source=(http://xorg.freedesktop.org/archive/individual/app/xrandr-${pkgver}.tar.bz2)
-sha256sums=('67b554ab975652778bef587f86dab7fec8cb95dfd21c11d98a203dac5c241e50')
+sha256sums=('b2e76ee92ff827f1c52ded7c666fe6f2704ca81cdeef882397da4e3e8ab490bc')
build() {
cd "${srcdir}/xrandr-${pkgver}"
diff --git a/libre/icecat-adblock-plus/PKGBUILD b/libre/icecat-adblock-plus/PKGBUILD
deleted file mode 100644
index 412535caf..000000000
--- a/libre/icecat-adblock-plus/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 106267 2014-02-26 10:45:17Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
-pkgname=icecat-adblock-plus
-pkgver=2.5.1
-_addons_file=244872
-pkgrel=1
-pkgdesc="plugin for icecat which block ads and banners"
-arch=('any')
-url="http://adblockplus.org/"
-license=('GPL')
-depends=("icecat")
-makedepends=('unzip')
-provides=(firefox-adblock-plus=$pkgver)
-noextract=("adblock_plus-$pkgver-fx+tb+fn+sm.xpi")
-source=(https://addons.mozilla.org/firefox/downloads/file/${_addons_file}/adblock_plus-$pkgver-fx+tb+fn+sm.xpi)
-md5sums=('7e1c072961be0d108c81ab91bd89d687')
-
-package() {
-# _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1-2 -d.`
-# depends=("icecat>=${_ffver}" "icecat<=${_ffver/0/99}")
-
- cd $srcdir
- [ $NOEXTRACT -eq 1 ] || unzip adblock_plus-$pkgver-fx+tb+fn+sm.xpi
- local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; s/\"//g; p; q' install.rdf)
- local dstdir=$pkgdir/usr/lib/icecat/browser/extensions/${emid}
- [ -n ${emid} ] || return 1
- install -d $dstdir
-# sed -i 's#<em:maxVersion>.*</em:maxVersion>#<em:maxVersion>20.*</em:maxVersion>#' install.rdf
- cp -R * $dstdir
- rm $dstdir/*.xpi
- find $pkgdir -type d -exec chmod 0755 {} \;
- find $pkgdir -type f -exec chmod 0644 {} \;
-}
diff --git a/libre/iceweasel-adblock-plus/PKGBUILD b/libre/iceweasel-adblock-plus/PKGBUILD
deleted file mode 100644
index 5d30cd52c..000000000
--- a/libre/iceweasel-adblock-plus/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 106267 2014-02-26 10:45:17Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-
-pkgname=iceweasel-adblock-plus
-pkgver=2.5.1
-_addons_file=244872
-pkgrel=1
-pkgdesc="plugin for iceweasel which block ads and banners"
-arch=('any')
-url="http://adblockplus.org/"
-license=('GPL')
-depends=("iceweasel-libre")
-makedepends=('unzip')
-provides=(firefox-adblock-plus=$pkgver)
-noextract=("adblock_plus-$pkgver-fx+tb+fn+sm.xpi")
-source=(https://addons.mozilla.org/firefox/downloads/file/${_addons_file}/adblock_plus-$pkgver-fx+tb+fn+sm.xpi)
-md5sums=('7e1c072961be0d108c81ab91bd89d687')
-
-package() {
-# _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1-2 -d.`
-# depends=("iceweasel-libre>=${_ffver}" "iceweasel-libre<=${_ffver/0/99}")
-
- cd $srcdir
- [ $NOEXTRACT -eq 1 ] || unzip adblock_plus-$pkgver-fx+tb+fn+sm.xpi
- local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; s/\"//g; p; q' install.rdf)
- local dstdir=$pkgdir/usr/lib/iceweasel/browser/extensions/${emid}
- [ -n ${emid} ] || return 1
- install -d $dstdir
-# sed -i 's#<em:maxVersion>.*</em:maxVersion>#<em:maxVersion>20.*</em:maxVersion>#' install.rdf
- cp -R * $dstdir
- rm $dstdir/*.xpi
- find $pkgdir -type d -exec chmod 0755 {} \;
- find $pkgdir -type f -exec chmod 0644 {} \;
-}
diff --git a/libre/ponysay-libre/PKGBUILD b/libre/ponysay-libre/PKGBUILD
deleted file mode 100644
index 703a562d6..000000000
--- a/libre/ponysay-libre/PKGBUILD
+++ /dev/null
@@ -1,49 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
-# Contributor: Erkin Batu Altunbaş <erkinbatu@gmail.com>
-# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
-# Contributor (Parabola): Márcio Silva <coadde@parabola.nu>
-
-_pkgname=ponysay
-pkgname=ponysay-libre
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="cowsay reimplemention for ponies, without nonfree pony graphics"
-url="http://erkin.github.com/ponysay/"
-arch=('any')
-license=('GPL3')
-replaces=$_pkgname
-conflicts=$_pkgname
-provides=$_pkgname=$pkgver
-depends=('python' 'bash')
-makedepends=('git')
-mksource=("ponysay-$pkgver.tar.gz::https://github.com/erkin/ponysay/tarball/$pkgver")
-source=("https://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz")
-mkmd5sums=('3fac23eb1a3a9d0640ecebd1919b4390')
-md5sums=('21451fee1a773eb76572cc1cafad8422')
-
-mksource() {
- cd "$srcdir/erkin-ponysay-"*
-
- # Generate a nonfree pony graphics list to replace it with empty files
- # NOTE: empty files are necessary for the building checking only, --freedom=strict will not include them for the packaging
- grep -rIl 'FREE: sharable' | cat > nonfree-pony-graphics-list.txt
- grep -rIl 'FREE: no' | cat >> nonfree-pony-graphics-list.txt
-
- # Remove nonfree pony graphics
- rm -v $(grep -rIl 'FREE: sharable')
- rm -v $(grep -rIl 'FREE: no')
-
- # Generate empty files
- for x in $(cat nonfree-pony-graphics-list.txt); do
- touch $x
- done
-
- # Remove list
- rm -v nonfree-pony-graphics-list.txt
-}
-
-package() {
- cd "$srcdir/erkin-ponysay-"*
-
- python3 setup.py --prefix=/usr --dest-dir=$pkgdir --freedom=strict --everything --with-pdf=/usr/share/doc/ponysay --without-pdf-compression install
-}