summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/akonadi/PKGBUILD17
-rw-r--r--extra/akonadi/boost153.patch27
-rw-r--r--extra/amule/PKGBUILD4
-rw-r--r--extra/clutter-gtk/PKGBUILD6
-rw-r--r--extra/epiphany/PKGBUILD34
-rw-r--r--extra/epiphany/epiphany.install13
-rw-r--r--extra/gd/PKGBUILD23
-rw-r--r--extra/gd/libpng14.patch12
-rw-r--r--extra/gnome-contacts/PKGBUILD6
-rw-r--r--extra/gnome-screenshot/PKGBUILD6
-rw-r--r--extra/gnuplot/PKGBUILD6
-rw-r--r--extra/graphviz/PKGBUILD7
-rw-r--r--extra/gthumb/PKGBUILD6
-rw-r--r--extra/imagemagick/PKGBUILD17
-rw-r--r--extra/libgphoto2/PKGBUILD4
-rw-r--r--extra/libgphoto2/libgphoto2.install2
-rw-r--r--extra/libwebp/PKGBUILD6
-rw-r--r--extra/m17n-lib/PKGBUILD4
-rw-r--r--extra/mtr/PKGBUILD10
-rw-r--r--extra/openconnect/PKGBUILD6
-rw-r--r--extra/p11-kit/PKGBUILD6
-rw-r--r--extra/pstoedit/PKGBUILD4
-rw-r--r--extra/qpdf/PKGBUILD6
-rw-r--r--extra/soprano/PKGBUILD8
-rw-r--r--extra/xf86-input-evdev/PKGBUILD6
-rw-r--r--extra/xf86-input-wacom/PKGBUILD6
-rw-r--r--extra/xterm/PKGBUILD6
27 files changed, 87 insertions, 171 deletions
diff --git a/extra/akonadi/PKGBUILD b/extra/akonadi/PKGBUILD
index 7b822ce93..3d301b70d 100644
--- a/extra/akonadi/PKGBUILD
+++ b/extra/akonadi/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 188070 2013-06-08 08:31:33Z andrea $
+# $Id: PKGBUILD 189912 2013-07-11 09:04:56Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=akonadi
-pkgver=1.9.2
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data"
arch=('i686' 'x86_64' 'mips64el')
url='http://community.kde.org/KDE_PIM/Akonadi'
@@ -13,16 +13,11 @@ depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
optdepends=('postgresql: PostgreSQL backend')
install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2"
- 'boost153.patch')
-md5sums=('bdce288f4b91055d69f35c26dab276d0'
- 'd797b338914c677fb6b93c0c23f46197')
+source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('bb94de6a4300bf8355e6a1ccce5846af')
prepare() {
- mkdir -p build
-
- cd ${pkgname}-${pkgver}
- patch -p1 -i "${srcdir}"/boost153.patch
+ mkdir build
}
build() {
diff --git a/extra/akonadi/boost153.patch b/extra/akonadi/boost153.patch
deleted file mode 100644
index 53ab4d91e..000000000
--- a/extra/akonadi/boost153.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Sergio Martins <iamsergio@gmail.com>
-Date: Tue, 28 May 2013 20:22:11 +0000
-Subject: Compile with boost-1.53
-X-Git-Url: http://quickgit.kde.org/?p=akonadi.git&a=commitdiff&h=fe3f49cbd21a634c3257903a229b7d5357ee194a
----
-Compile with boost-1.53
-
-The bug isn't going to be fixed in Qt4, so we need the ifdef.
-
-CCMAIL: vkrause@kde.org
----
-
-
---- a/shared/akapplication.h
-+++ b/shared/akapplication.h
-@@ -23,7 +23,9 @@
- #include <QtCore/QObject>
-
- #ifndef _WIN32_WCE
--#include <boost/program_options.hpp>
-+# ifndef Q_MOC_RUN
-+# include <boost/program_options.hpp>
-+# endif
- #endif
-
- class QCoreApplication;
-
diff --git a/extra/amule/PKGBUILD b/extra/amule/PKGBUILD
index 454f3bd4d..57f5dbb06 100644
--- a/extra/amule/PKGBUILD
+++ b/extra/amule/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 188084 2013-06-08 17:28:25Z giovanni $
+# $Id: PKGBUILD 189860 2013-07-10 07:26:51Z bpiotrowski $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Henrik Ronellenfitsch <searinox@web.de>
# Contributor: Alessio Sergi <sergi.alessio {at} gmail.com>
@@ -6,7 +6,7 @@
pkgname=amule
pkgver=10803
-pkgrel=2
+pkgrel=3
pkgdesc="An eMule-like client for ed2k p2p network"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.amule.org"
diff --git a/extra/clutter-gtk/PKGBUILD b/extra/clutter-gtk/PKGBUILD
index 69e11f31c..f0c446e13 100644
--- a/extra/clutter-gtk/PKGBUILD
+++ b/extra/clutter-gtk/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 189249 2013-07-01 11:24:00Z jgc $
+# $Id: PKGBUILD 189885 2013-07-10 14:58:18Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=clutter-gtk
pkgver=1.4.4
-pkgrel=2
+pkgrel=3
pkgdesc="GTK clutter widget"
arch=('i686' 'x86_64' 'mips64el')
url="http://clutter-project.org/"
@@ -24,6 +24,8 @@ prepare() {
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr
+ # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
diff --git a/extra/epiphany/PKGBUILD b/extra/epiphany/PKGBUILD
deleted file mode 100644
index b0fa14489..000000000
--- a/extra/epiphany/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 186906 2013-05-31 18:10:20Z heftig $
-# Maintainer: Jan de Groot <jgc@archlinux.org>
-
-pkgname=epiphany
-pkgver=3.8.2
-pkgrel=1
-install=epiphany.install
-pkgdesc="A GNOME web browser based on the WebKit rendering engine."
-arch=('i686' 'x86_64' 'mips64el')
-license=('GPL')
-depends=('libsoup' 'libnotify' 'gsettings-desktop-schemas' 'webkitgtk3' 'nss' 'iso-codes' 'dconf' 'desktop-file-utils'
- 'hicolor-icon-theme' 'gcr' 'gnome-desktop' 'libwnck3')
-makedepends=('intltool' 'gnome-doc-utils' 'startup-notification' 'gobject-introspection')
-options=('!libtool' '!emptydirs')
-groups=('gnome')
-url="http://www.gnome.org/projects/epiphany/"
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ae89d6902ed243304d2cbf2fa361f6dd0cb3401fdaf726e6fdd4acc09197d50a')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var
-
- # https://bugzilla.gnome.org/show_bug.cgi?id=655517
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
diff --git a/extra/epiphany/epiphany.install b/extra/epiphany/epiphany.install
deleted file mode 100644
index 8b17fa3d4..000000000
--- a/extra/epiphany/epiphany.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
diff --git a/extra/gd/PKGBUILD b/extra/gd/PKGBUILD
index 004201ad0..b4c267986 100644
--- a/extra/gd/PKGBUILD
+++ b/extra/gd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 184379 2013-05-06 19:37:20Z foutrelis $
+# $Id: PKGBUILD 189861 2013-07-10 07:26:52Z bpiotrowski $
# Maintainer: Eric Belanger <eric@archlinux.org>
pkgname=gd
-pkgver=2.0.36RC1
-pkgrel=6
+pkgver=2.1.0
+pkgrel=1
pkgdesc="Library for the dynamic creation of images by programmers"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.libgd.org/"
@@ -11,21 +11,22 @@ license=('custom')
depends=('libpng' 'fontconfig' 'libjpeg')
optdepends=('perl: bdftogd script')
options=('!libtool')
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
- 'libpng14.patch')
-md5sums=('e876979ca3130623a4e7866d9579171a'
- '7921556f4960e8d66cf4fb67ea7101b5')
+source=(https://bitbucket.org/libgd/gd-libgd/downloads/libgd-${pkgver}.tar.xz)
+md5sums=('03588159bf4faab9079849c8d709acc6')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- patch -Np1 -i ${srcdir}/libpng14.patch
+ cd libgd-${pkgver}
./configure --prefix=/usr --without-xpm
make
}
+check() {
+ cd libgd-${pkgver}
+ make check
+}
+
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd libgd-${pkgver}
make DESTDIR="${pkgdir}" install
install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
diff --git a/extra/gd/libpng14.patch b/extra/gd/libpng14.patch
deleted file mode 100644
index 19a3fda91..000000000
--- a/extra/gd/libpng14.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur gd-2.0.36RC1.orig/gd_png.c gd-2.0.36RC1/gd_png.c
---- gd-2.0.36RC1.orig/gd_png.c 2007-11-27 10:30:34.000000000 +0200
-+++ gd-2.0.36RC1/gd_png.c 2010-01-17 17:14:11.000000000 +0200
-@@ -151,7 +151,7 @@
- return NULL;
- }
-
-- if (!png_check_sig (sig, 8)) { /* bad signature */
-+ if (png_sig_cmp (sig, 0, 8)) { /* bad signature */
- return NULL; /* bad signature */
- }
-
diff --git a/extra/gnome-contacts/PKGBUILD b/extra/gnome-contacts/PKGBUILD
index 9646cffa3..3db98fa9b 100644
--- a/extra/gnome-contacts/PKGBUILD
+++ b/extra/gnome-contacts/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 183374 2013-04-21 22:09:43Z heftig $
+# $Id: PKGBUILD 189930 2013-07-11 18:55:47Z ioni $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=gnome-contacts
-pkgver=3.8.1
+pkgver=3.8.2
pkgrel=1
pkgdesc="Contacts Manager for GNOME"
arch=(i686 x86_64 mips64el)
@@ -13,7 +13,7 @@ depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 'gnome-online-accoun
makedepends=('intltool' 'vala' 'gobject-introspection')
install=$pkgname.install
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c9b2ffba754f4e1e37788195c814b12dfbf79b35042cd811b8690f890572edcb')
+sha256sums=('6cb3fe9e7f0f2380d77494a3408893265c42ea2a70579f0c871defbab5a7b5fa')
build() {
cd $pkgname-$pkgver
diff --git a/extra/gnome-screenshot/PKGBUILD b/extra/gnome-screenshot/PKGBUILD
index a847016e1..f06a06c73 100644
--- a/extra/gnome-screenshot/PKGBUILD
+++ b/extra/gnome-screenshot/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 185472 2013-05-14 11:00:12Z heftig $
+# $Id: PKGBUILD 189890 2013-07-10 16:54:26Z heftig $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=gnome-screenshot
-pkgver=3.8.2
+pkgver=3.8.3
pkgrel=1
pkgdesc="Take pictures of your screen"
arch=(i686 x86_64 mips64el)
@@ -13,7 +13,7 @@ makedepends=('intltool')
groups=('gnome')
install=$pkgname.install
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('673d3102bbd9d5ee493111e109adfa9ecc880c41f883d3db4be6dce70610513e')
+sha256sums=('05d638d53da334aa8818e83ed3f91a17334c48c707d728426414033607582971')
build() {
cd "$pkgname-$pkgver"
diff --git a/extra/gnuplot/PKGBUILD b/extra/gnuplot/PKGBUILD
index 9eb7e1c38..c2d2ea67e 100644
--- a/extra/gnuplot/PKGBUILD
+++ b/extra/gnuplot/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 180538 2013-03-22 21:03:11Z eric $
+# $Id: PKGBUILD 189862 2013-07-10 07:26:53Z bpiotrowski $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: damir <damir@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
-pkgname=gnuplot
+pkgname=gnuplot
pkgver=4.6.2
-pkgrel=2
+pkgrel=3
pkgdesc="Plotting package which outputs to X11, PostScript, PNG, GIF, and others"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.gnuplot.info"
diff --git a/extra/graphviz/PKGBUILD b/extra/graphviz/PKGBUILD
index 0ee45abf2..728844341 100644
--- a/extra/graphviz/PKGBUILD
+++ b/extra/graphviz/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 188078 2013-06-08 11:18:23Z bpiotrowski $
+# $Id: PKGBUILD 189863 2013-07-10 07:26:54Z bpiotrowski $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: kevin <kevin@archlinux.org>
# Contributor: John Proctor <jproctor@prium.net>
pkgname=graphviz
pkgver=2.30.1
-pkgrel=5
+pkgrel=6
pkgdesc='Graph visualization software'
url='http://www.graphviz.org/'
license=('custom:EPL')
@@ -37,13 +37,14 @@ install=install
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed \
- -e 's/ qw(\([^)]*\))/ (qw(\1))/g' \
+ -e 's: qw(\([^)]*\)): (qw(\1)):g' \
-i config/config_perl.pl
sed \
-e '/"archdir"/s:$:+" '"$(echo -I/usr/include/ruby-2.0.0/{$CARCH-linux,ruby/backward,})"'":' \
-e '/CONFIG/s:site:vendor:' \
-i config/config_ruby.rb
sed \
+ -e 's:guile-1.8:guile-2.0:g' \
-e 's:ruby-1.9:ruby-2.0:g' \
-e '/LIBPOSTFIX="64"/d' \
-i configure
diff --git a/extra/gthumb/PKGBUILD b/extra/gthumb/PKGBUILD
index e59c275db..c812675b9 100644
--- a/extra/gthumb/PKGBUILD
+++ b/extra/gthumb/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 185400 2013-05-13 19:38:35Z heftig $
+# $Id: PKGBUILD 189883 2013-07-10 14:53:39Z 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.2
+pkgver=3.2.3
pkgrel=1
pkgdesc="Image browser and viewer for the GNOME Desktop"
arch=(i686 x86_64 mips64el)
@@ -22,7 +22,7 @@ optdepends=('libopenraw: read RAW files'
options=('!libtool' '!emptydirs')
install=gthumb.install
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e201b9065d401144a17c2a33e4a85f0dcf457dc5cba6932dbac0197e141cdee8')
+sha256sums=('9f596b6e59b70bbdf177930f6b2cbc6aabdfc1a281db527e3515946c5ca4e70a')
build() {
cd $pkgname-$pkgver
diff --git a/extra/imagemagick/PKGBUILD b/extra/imagemagick/PKGBUILD
index 0eba76bc6..258890d1f 100644
--- a/extra/imagemagick/PKGBUILD
+++ b/extra/imagemagick/PKGBUILD
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD 188981 2013-06-27 18:52:49Z eric $
+# $Id: PKGBUILD 189934 2013-07-11 19:07:10Z eric $
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgbase=imagemagick
pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.6.2
+pkgver=6.8.6.4
pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
url="http://www.imagemagick.org/"
license=('custom')
makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr')
+ 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr' \
+ 'opencl-headers' 'libcl')
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
perlmagick.rpath.patch)
-sha1sums=('58b09b94a59457a7c82a4db9cc29e9a5718129a2'
+sha1sums=('ab62d1777ef3ae18820bdb9f757ac65f9d2f944d'
'e143cf9d530fabf3b58023899b5cc544ba93daec')
prepare() {
@@ -29,9 +30,9 @@ build() {
--disable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 \
--with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
--with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr --with-rsvg \
- --without-gvc --without-djvu --without-autotrace --without-webp \
- --without-jbig --without-fpx --without-dps --without-fftw
- make
+ --enable-opencl --without-gvc --without-djvu --without-autotrace \
+ --without-webp --without-jbig --without-fpx --without-dps --without-fftw
+ make
}
check() {
@@ -41,7 +42,7 @@ check() {
package_imagemagick() {
pkgdesc="An image viewing/manipulation program"
- depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr')
+ depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libcl')
optdepends=('ghostscript: for Ghostscript support'
'openexr: for OpenEXR support'
'libwmf: for WMF support'
diff --git a/extra/libgphoto2/PKGBUILD b/extra/libgphoto2/PKGBUILD
index ff458ed14..4247e2d7f 100644
--- a/extra/libgphoto2/PKGBUILD
+++ b/extra/libgphoto2/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 188179 2013-06-11 19:26:15Z jgc $
+# $Id: PKGBUILD 189864 2013-07-10 07:26:55Z bpiotrowski $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Tom Gundersen <teg@jklm.no>
# Contributor: Eduardo Romero <eduardo@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=libgphoto2
pkgver=2.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="The core library of gphoto2, designed to allow access to digital camera by external programs."
arch=(i686 x86_64 'mips64el')
url="http://www.gphoto.org"
diff --git a/extra/libgphoto2/libgphoto2.install b/extra/libgphoto2/libgphoto2.install
index c7944414f..3eb8301aa 100644
--- a/extra/libgphoto2/libgphoto2.install
+++ b/extra/libgphoto2/libgphoto2.install
@@ -1,5 +1,5 @@
post_upgrade() {
-if [ "$(vercmp $2 2.14.13)" -lt 0 ]; then
+if [ "$(vercmp $2 2.4.13)" -lt 0 ]; then
groupdel camera &>/dev/null
echo "Users no longer need to be in the 'camera' group to use camera devices"
fi
diff --git a/extra/libwebp/PKGBUILD b/extra/libwebp/PKGBUILD
index ac72fa01e..d72cdcb5d 100644
--- a/extra/libwebp/PKGBUILD
+++ b/extra/libwebp/PKGBUILD
@@ -1,16 +1,18 @@
-# $Id: PKGBUILD 188992 2013-06-27 23:02:01Z heftig $
+# $Id: PKGBUILD 189920 2013-07-11 14:30:26Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Jon Nordby <jononor@gmail.com>
pkgname=libwebp
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="WebP library and conversion tools"
arch=('x86_64' 'i686' 'mips64el')
url="https://developers.google.com/speed/webp/"
license=(BSD)
depends=(libpng libjpeg libtiff giflib)
+makedepends=(freeglut mesa glu)
+optdepends=('freeglut: vwebp viewer')
options=('!libtool')
source=("http://webp.googlecode.com/files/$pkgname-$pkgver.tar.gz")
sha256sums=('b37932c625322a69fe4e9b88884b5c7aed2b3eaf9fd5e5b480aee339a92e6ee7')
diff --git a/extra/m17n-lib/PKGBUILD b/extra/m17n-lib/PKGBUILD
index 0a6d13cf2..d1bc53d7a 100644
--- a/extra/m17n-lib/PKGBUILD
+++ b/extra/m17n-lib/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 172459 2012-12-03 05:46:31Z bisson $
+# $Id: PKGBUILD 189865 2013-07-10 07:26:56Z bpiotrowski $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Camille Moncelier <pix@devlife.org>
pkgname=m17n-lib
pkgver=1.6.4
-pkgrel=1.1
+pkgrel=2
pkgdesc='Multilingual text processing library (runtimes)'
url='http://www.nongnu.org/m17n/'
arch=('i686' 'x86_64' 'mips64el')
diff --git a/extra/mtr/PKGBUILD b/extra/mtr/PKGBUILD
index dd19ab8f1..11f434603 100644
--- a/extra/mtr/PKGBUILD
+++ b/extra/mtr/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 186756 2013-05-31 04:03:04Z foutrelis $
+# $Id: PKGBUILD 189932 2013-07-11 19:04:39Z ioni $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgbase=mtr
pkgname=(mtr mtr-gtk)
-pkgver=0.84
-pkgrel=2
+pkgver=0.85
+pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
makedepends=('ncurses' 'gtk2')
source=(ftp://ftp.bitwizard.nl/mtr/$pkgbase-$pkgver.tar.gz)
-url="http://www.bitwizard.nl/mtr/"
-md5sums=('df61096ae1b18b27f915feeb907ae48c')
+url=""ba1e111d270178eb1d65e51ebf6503f
+md5sums=('aba1e111d270178eb1d65e51ebf6503f')
build() {
cp -r $pkgbase-$pkgver $pkgbase-cli
diff --git a/extra/openconnect/PKGBUILD b/extra/openconnect/PKGBUILD
index 22c6d4233..26817e76d 100644
--- a/extra/openconnect/PKGBUILD
+++ b/extra/openconnect/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 186524 2013-05-28 10:31:58Z ioni $
+# $Id: PKGBUILD 189941 2013-07-11 19:58:49Z ioni $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=openconnect
-pkgver=5.00
+pkgver=5.01
pkgrel=1
epoch=1
pkgdesc="Open client for Cisco AnyConnect VPN"
@@ -13,7 +13,7 @@ depends=('libxml2' 'gnutls' 'libproxy' 'vpnc')
makedepends=('intltool' 'python2')
options=('!libtool' '!emptydirs')
source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('b3677a4b15f8c530615f4c42dadce275')
+md5sums=('40b059f0fe955cd4f41d7abb97d84ce8')
build() {
cd $pkgname-$pkgver
diff --git a/extra/p11-kit/PKGBUILD b/extra/p11-kit/PKGBUILD
index 96efe63a1..2ea835aa0 100644
--- a/extra/p11-kit/PKGBUILD
+++ b/extra/p11-kit/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 186511 2013-05-28 09:43:54Z ioni $
+# $Id: PKGBUILD 189939 2013-07-11 19:54:40Z ioni $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=p11-kit
-pkgver=0.18.2
+pkgver=0.18.4
pkgrel=1
pkgdesc="Library to work with PKCS#11 modules"
arch=(i686 x86_64 mips64el)
@@ -11,7 +11,7 @@ license=('BSD')
depends=('glibc' 'libtasn1')
options=(!libtool)
source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('7bb1703f38fb778054bf57477c78dc8f'
+md5sums=('9535c4e5b9c2ef5f5cd0755115ba098b'
'SKIP')
build() {
diff --git a/extra/pstoedit/PKGBUILD b/extra/pstoedit/PKGBUILD
index 6e4ad04c3..b0142295c 100644
--- a/extra/pstoedit/PKGBUILD
+++ b/extra/pstoedit/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 180314 2013-03-20 02:35:35Z eric $
+# $Id: PKGBUILD 189866 2013-07-10 07:26:57Z bpiotrowski $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: damir <damir@archlinux.org>
# Contributor: Tobias Powalowski <t.powa@gmx.de>
pkgname=pstoedit
pkgver=3.61
-pkgrel=1
+pkgrel=2
pkgdesc="Translates PostScript and PDF graphics into other vector formats"
arch=("i686" "x86_64" 'mips64el')
url="http://www.pstoedit.net/"
diff --git a/extra/qpdf/PKGBUILD b/extra/qpdf/PKGBUILD
index bd6e705e5..62ffc40b1 100644
--- a/extra/qpdf/PKGBUILD
+++ b/extra/qpdf/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 182840 2013-04-15 16:29:09Z andyrtr $
+# $Id: PKGBUILD 189895 2013-07-10 19:20:25Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Miguel Revilla <yo at miguelrevilla.com>
# Contributor: David Sotelo <dvsotelo at gmail.com>
# Contributor: Nuno Araujo <nuno.araujo@russo79.com>
pkgname=qpdf
-pkgver=4.1.0
+pkgver=5.0.0
pkgrel=1
pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
arch=('i686' 'x86_64' 'mips64el')
@@ -15,7 +15,7 @@ depends=('pcre' 'perl')
makedepends=('make')
options=('!libtool')
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('eedd61acc53744446d181429651a9baf')
+md5sums=('d501c61a8979132f6d601641483850cc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/soprano/PKGBUILD b/extra/soprano/PKGBUILD
index 6c4bbacbe..444f74dd0 100644
--- a/extra/soprano/PKGBUILD
+++ b/extra/soprano/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 189254 2013-07-01 16:34:52Z andrea $
+# $Id: PKGBUILD 189903 2013-07-11 07:11:16Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=soprano
-pkgver=2.9.2
-pkgrel=2
+pkgver=2.9.3
+pkgrel=1
pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 framework for RDF data'
arch=('i686' 'x86_64' 'mips64el')
url='http://soprano.sourceforge.net/'
@@ -13,7 +13,7 @@ depends=('qt4' 'libiodbc' 'virtuoso-base' 'redland')
makedepends=('cmake' 'doxygen')
[ "$CARCH" != "mips64el" ] && makedepends+=('java-environment')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('60ce910cf3c8e4655c614b45d73f2b2a')
+md5sums=('714a729809943efd4b536ed15cd66aca')
prepare() {
mkdir build
diff --git a/extra/xf86-input-evdev/PKGBUILD b/extra/xf86-input-evdev/PKGBUILD
index 8f02364c1..b80589700 100644
--- a/extra/xf86-input-evdev/PKGBUILD
+++ b/extra/xf86-input-evdev/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 180837 2013-03-26 16:14:16Z andyrtr $
+# $Id: PKGBUILD 189922 2013-07-11 14:37:25Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Alexander Baldeck <Alexander@archlinux.org
pkgname=xf86-input-evdev
-pkgver=2.8.0
+pkgver=2.8.1
pkgrel=1
pkgdesc="X.org evdev input driver"
arch=(i686 x86_64 'mips64el')
@@ -15,7 +15,7 @@ conflicts=('xorg-server<1.14.0' 'X-ABI-XINPUT_VERSION<19' 'X-ABI-XINPUT_VERSION>
options=('!libtool' '!makeflags')
groups=('xorg-drivers' 'xorg')
source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2f5b4403955f8e82603acff7f8f21a67e89a7c0230e1506c6924c4b9dd8f0e57')
+sha256sums=('09f887e1ce6cdb92154035db9044e0795a5c80f1ffb9efc599aed9a9dc1ff539')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/xf86-input-wacom/PKGBUILD b/extra/xf86-input-wacom/PKGBUILD
index 1821e9d9d..cd3687168 100644
--- a/extra/xf86-input-wacom/PKGBUILD
+++ b/extra/xf86-input-wacom/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 189777 2013-07-08 07:06:15Z heftig $
+# $Id: PKGBUILD 189910 2013-07-11 09:04:39Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: M Rawash <mrawash@gmail.com>
pkgname=xf86-input-wacom
-pkgver=0.21.0
+pkgver=0.22.0
pkgrel=1
pkgdesc="X.Org Wacom tablet driver"
arch=('i686' 'x86_64' 'mips64el')
@@ -18,7 +18,7 @@ optdepends=('inputattach: support for serial tablets')
options=(!libtool)
source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2
70-wacom.rules)
-md5sums=('534784a3a776451c2572e2b666266f36'
+md5sums=('cb709fb69a62d0eee9e80a3e0c090234'
'cc46dcb399d5ee62c9feb610c60d1270')
build() {
diff --git a/extra/xterm/PKGBUILD b/extra/xterm/PKGBUILD
index 0ce506e02..e110427a5 100644
--- a/extra/xterm/PKGBUILD
+++ b/extra/xterm/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 189748 2013-07-07 08:14:03Z andyrtr $
+# $Id: PKGBUILD 189924 2013-07-11 14:40:14Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Alexander Baldeck <alexander@archlinux.org>
pkgname=xterm
-pkgver=295
+pkgver=296
pkgrel=1
pkgdesc="X Terminal Emulator"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,7 +12,7 @@ license=('custom')
depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter')
source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz
LICENSE)
-md5sums=('5a11e78d3504c859e8b16f7bbe03b0d1'
+md5sums=('63d498b14a9d45ae79d3fd3124c72a17'
'10ecc3f8ee91e3189863a172f68282d2')
build() {