summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-26 00:08:39 -0800
committerroot <root@rshg054.dnsready.net>2013-01-26 00:08:39 -0800
commit7d3e94229ca9849421d263542eb2c61f64a91c10 (patch)
treea64484da5988880907feb62e68952c19724a24bd
parentef71629a65f6e8052d66775f07b079bf08322476 (diff)
Sat Jan 26 00:08:39 PST 2013
-rw-r--r--community/gdal/PKGBUILD8
-rw-r--r--community/gmic/PKGBUILD10
-rw-r--r--community/gmic/opencv-buildfix.patch12
-rw-r--r--community/inn/PKGBUILD7
-rw-r--r--community/inn/inn.tmpfiles1
-rw-r--r--community/librime/PKGBUILD6
-rw-r--r--community/macchanger/PKGBUILD8
-rw-r--r--community/multitail/PKGBUILD6
-rw-r--r--community/nemiver/PKGBUILD14
-rw-r--r--community/os-prober/PKGBUILD15
-rw-r--r--community/perl-dbd-odbc/PKGBUILD6
-rw-r--r--community/perl-dbd-pg/PKGBUILD8
-rw-r--r--community/perl-json-xs/PKGBUILD8
-rw-r--r--community/processing/PKGBUILD21
-rw-r--r--community/python-pymongo/PKGBUILD6
-rw-r--r--community/python-simplejson/PKGBUILD2
-rw-r--r--community/python2-tagpy/PKGBUILD47
-rw-r--r--community/python2-tagpy/taglib1.7.patch37
-rw-r--r--community/yaml-cpp/PKGBUILD11
-rw-r--r--community/yaml-cpp0.3/PKGBUILD29
-rw-r--r--core/gnupg/PKGBUILD7
-rw-r--r--core/gpgme/PKGBUILD4
-rw-r--r--core/gpgme/gpgme.install8
-rw-r--r--extra/amarok/PKGBUILD15
-rw-r--r--extra/clutter-gst/PKGBUILD6
-rw-r--r--extra/clutter-gtk/PKGBUILD10
-rw-r--r--extra/colord-gtk/PKGBUILD8
-rw-r--r--extra/colord/PKGBUILD9
-rw-r--r--extra/colord/colord.install11
-rw-r--r--extra/cvsps/PKGBUILD6
-rw-r--r--extra/empathy/PKGBUILD6
-rw-r--r--extra/ethtool/PKGBUILD6
-rw-r--r--extra/evolution-data-server/PKGBUILD6
-rw-r--r--extra/evolution-ews/PKGBUILD6
-rw-r--r--extra/evolution/PKGBUILD6
-rw-r--r--extra/libao/PKGBUILD6
-rw-r--r--extra/libao/libao.conf1
-rw-r--r--extra/libdmapsharing/PKGBUILD8
-rw-r--r--extra/libgee/PKGBUILD6
-rw-r--r--extra/liblastfm/PKGBUILD40
-rw-r--r--extra/libtorrent-rasterbar/PKGBUILD6
-rw-r--r--extra/opennx/PKGBUILD8
-rw-r--r--extra/perl-dbd-mysql/PKGBUILD6
-rw-r--r--extra/perl-dbi/PKGBUILD6
-rw-r--r--extra/perl-net-dns/PKGBUILD10
-rw-r--r--extra/perl-netaddr-ip/PKGBUILD6
-rw-r--r--extra/perl-yaml-syck/PKGBUILD6
-rw-r--r--extra/sonata/PKGBUILD10
-rw-r--r--extra/telepathy-gabble/PKGBUILD6
-rw-r--r--extra/transmission/PKGBUILD15
-rw-r--r--extra/xfce4-smartbookmark-plugin/PKGBUILD20
-rw-r--r--extra/xorg-server/PKGBUILD6
52 files changed, 329 insertions, 213 deletions
diff --git a/community/gdal/PKGBUILD b/community/gdal/PKGBUILD
index 2a6babd3b..4093e87b1 100644
--- a/community/gdal/PKGBUILD
+++ b/community/gdal/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 63578 2012-02-05 11:57:36Z ibiru $
+# $Id: PKGBUILD 82847 2013-01-25 01:53:13Z svenstaro $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=gdal
-pkgver=1.9.0
+pkgver=1.9.1
pkgrel=1
pkgdesc="A translator library for raster geospatial data formats"
arch=('i686' 'x86_64')
url="http://www.gdal.org/"
license=('custom')
-depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 'libtiff' 'netcdf' 'python2' 'python2-numpy' 'cfitsio' 'sqlite3' 'libmysqlclient' 'postgresql-libs')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 'libtiff' 'netcdf' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 'libmysqlclient' 'postgresql-libs')
makedepends=('perl' 'swig')
optdepends=('postgresql: postgresql database support'
'mysql: mysql database support'
@@ -20,7 +20,7 @@ options=('!libtool')
changelog=$pkgname.changelog
source=(http://download.osgeo.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
gdal-1.5.1-python-install.patch)
-md5sums=('1853f3d8eb5232ae030abe007840cade'
+md5sums=('c5cf09b92dac1f5775db056e165b34f5'
'81afc1c26d29cee84aadb6924fe33861')
build() {
diff --git a/community/gmic/PKGBUILD b/community/gmic/PKGBUILD
index 293954169..2ac6fc73a 100644
--- a/community/gmic/PKGBUILD
+++ b/community/gmic/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 78931 2012-10-27 23:44:41Z ebelanger $
+# $Id: PKGBUILD 82913 2013-01-25 17:29:35Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
# Contributor: farid <farid at archlinuc-br.org>
@@ -6,8 +6,8 @@
pkgbase=gmic
pkgname=("gmic" "gimp-plugin-gmic" "zart")
-pkgver=1.5.1.8
-pkgrel=4
+pkgver=1.5.3.0
+pkgrel=1
arch=("i686" "x86_64")
url="http://gmic.sourceforge.net"
license=("custom:CeCILL")
@@ -15,8 +15,8 @@ makedepends=("gimp" "qt" "fftw" "openexr" "opencv")
#options=('!emptydirs')
source=("http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz"
"opencv-buildfix.patch")
-md5sums=('1fc38346269bdd829dd7c4864a27fbc3'
- '8d1cf5000239099255d25c7d3dbe5728')
+md5sums=('2b3c385d727556d201767d338d97946f'
+ '120319b0d6c81c5af186abe2281b79ca')
build() {
cd "${srcdir}/gmic-${pkgver}"
diff --git a/community/gmic/opencv-buildfix.patch b/community/gmic/opencv-buildfix.patch
index b204cb721..ae6f71487 100644
--- a/community/gmic/opencv-buildfix.patch
+++ b/community/gmic/opencv-buildfix.patch
@@ -18,15 +18,3 @@ diff -wbBur gmic-1.5.1.7/src/Makefile gmic-1.5.1.7.q/src/Makefile
if test -d /etc/bash_completion.d/; then mkdir -p $(DESTDIR)/etc/bash_completion.d/; cp -f gmic_bashcompletion.sh $(DESTDIR)/etc/bash_completion.d/gmic; fi
if test -d /opt/local/etc/bash_completion.d/; then mkdir -p $(DESTDIR)/opt/local/etc/bash_completion.d/; cp -f gmic_bashcompletion.sh $(DESTDIR)/opt/local/etc/bash_completion.d/gmic; fi
-diff -wbBur gmic-1.5.1.7/zart/zart.pro gmic-1.5.1.7.q/zart/zart.pro
---- gmic-1.5.1.7/zart/zart.pro 2012-07-26 12:59:33.000000000 +0400
-+++ gmic-1.5.1.7.q/zart/zart.pro 2012-08-03 12:32:27.000000000 +0400
-@@ -34,7 +34,7 @@
- FORMS = ui/MainWindow.ui ui/DialogAbout.ui ui/DialogLicence.ui
-
- !macx {
-- LIBS += -lX11 ../src/libgmic.a -lcxcore -lcv -lml -lhighgui -lml -lfftw3
-+ LIBS += -lX11 ../src/libgmic.a `pkg-config --libs opencv` -lopencv_core -lopencv_ml -lopencv_highgui -lfftw3
- } else {
- LIBS += -lX11 ../src/libgmic.a `pkg-config opencv --libs` -lfftw3
- }
diff --git a/community/inn/PKGBUILD b/community/inn/PKGBUILD
index 43801f6af..b2e23f518 100644
--- a/community/inn/PKGBUILD
+++ b/community/inn/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 76159 2012-09-12 10:42:46Z spupykin $
+# $Id: PKGBUILD 82923 2013-01-25 21:39:24Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Edward Tjörnhammar <xhemi@cube2.se>
# Contributor: Edward Tjörnhammar <xhemi@cube2.se>
pkgname=inn
pkgver=2.5.3
-pkgrel=1
+pkgrel=2
pkgdesc="Complete open source Usenet system. De facto standard for handling news routing, news spool and serving the spool to customers."
url="http://www.isc.org/software/inn/"
arch=('i686' 'x86_64')
@@ -52,6 +52,7 @@ source=(http://ftp.isc.org/isc/inn/inn-$pkgver.tar.gz
innd.conf
nnrpd.conf
innd.service
+ inn.tmpfiles
site.make.patch)
md5sums=('353fe95232828ddbc80debff86c240bc'
'a243d9498568f1beee20da5684b5fbfc'
@@ -59,6 +60,7 @@ md5sums=('353fe95232828ddbc80debff86c240bc'
'fbf1d2c5b3c5a08ae3e515c71c2e2e4a'
'bb4bbe86ae52fbbf08b0f6f370dea052'
'9da925a486fcf0cd67fdf462cbb9c0b4'
+ '050b7bffff3361c673a118739e42349e'
'960c800026ed6e03901cf0bafdfd53d8')
build() {
@@ -133,4 +135,5 @@ package() {
chmod 05555 $pkgdir/usr/bin/innbind
install -Dm0644 $srcdir/innd.service $pkgdir/usr/lib/systemd/system/innd.service
+ install -Dm0644 $srcdir/inn.tmpfiles $pkgdir/usr/lib/tmpfiles.d/inn.conf
}
diff --git a/community/inn/inn.tmpfiles b/community/inn/inn.tmpfiles
new file mode 100644
index 000000000..234b97c2c
--- /dev/null
+++ b/community/inn/inn.tmpfiles
@@ -0,0 +1 @@
+d /run/inn 0755 news news -
diff --git a/community/librime/PKGBUILD b/community/librime/PKGBUILD
index f2e60667b..a4caf9c0c 100644
--- a/community/librime/PKGBUILD
+++ b/community/librime/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 82381 2013-01-16 11:25:08Z fyan $
+# $Id: PKGBUILD 82860 2013-01-25 04:19:04Z svenstaro $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: GONG Chen <chen dot sst at gmail dot com>
# Contributor: 網軍總司令
pkgname=librime
pkgver=0.9.7
-pkgrel=1
+pkgrel=3
pkgdesc="Rime input method engine"
arch=('i686' 'x86_64')
url="http://code.google.com/p/rimeime/"
license=('GPL3')
-depends=('boost>=1.46' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp')
+depends=('boost>=1.46' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp0.3')
optdepends=('brise: Rime schema repository')
makedepends=('cmake')
source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz")
diff --git a/community/macchanger/PKGBUILD b/community/macchanger/PKGBUILD
index 23672a8e8..75d158809 100644
--- a/community/macchanger/PKGBUILD
+++ b/community/macchanger/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 67090 2012-03-03 20:37:59Z kkeen $
+# $Id: PKGBUILD 82851 2013-01-25 02:08:04Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=macchanger
pkgver=1.5.0
-pkgrel=5
-pkgdesc="A small utility to change you NIC's MAC address"
+pkgrel=6
+pkgdesc="A small utility to change your NIC's MAC address"
arch=('i686' 'x86_64')
url="http://ftp.gnu.org/gnu/macchanger"
license=('GPL')
@@ -23,5 +23,5 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR=${pkgdir} install
+ make DESTDIR="${pkgdir}" install
}
diff --git a/community/multitail/PKGBUILD b/community/multitail/PKGBUILD
index 28090b541..3a1815863 100644
--- a/community/multitail/PKGBUILD
+++ b/community/multitail/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 81978 2013-01-05 08:30:36Z kkeen $
+# $Id: PKGBUILD 82845 2013-01-25 01:03:39Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Kevin Piche <kevin@archlinux.org>
# Contributor: Roberto Carvajal <roberto@archlinux.org>
pkgname=multitail
-pkgver=5.2.11
+pkgver=5.2.12
pkgrel=1
pkgdesc="Lets you view one or multiple files like the original tail program"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ url="http://www.vanheusden.com/multitail"
depends=('ncurses')
backup=('etc/multitail.conf')
source=("${url}/${pkgname}-${pkgver}.tgz")
-md5sums=('2dc525c718ed99265ad3f6e09e6d2e4a')
+md5sums=('15fc4a54778327192b0b5f1c0005a1b3')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/nemiver/PKGBUILD b/community/nemiver/PKGBUILD
index 641b13b5f..8c6f3a4e7 100644
--- a/community/nemiver/PKGBUILD
+++ b/community/nemiver/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 79336 2012-11-03 04:08:33Z bgyorgy $
+# $Id: PKGBUILD 82907 2013-01-25 12:43:46Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: jordz <jordz@archlinux.us>
pkgname=nemiver
-pkgver=0.9.3
-pkgrel=2
-pkgdesc="C/C++ debugger for GNOME"
+pkgver=0.9.4
+pkgrel=1
+pkgdesc='C/C++ debugger for GNOME'
arch=('x86_64' 'i686')
license=('GPL')
-url="http://www.gnome.org/projects/nemiver/"
-depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 'gsettings-desktop-schemas')
+url='http://www.gnome.org/projects/nemiver/'
+depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 'gsettings-desktop-schemas' 'itstool')
makedepends=('boost' 'intltool' 'gnome-doc-utils')
install=nemiver.install
source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz")
options=('!libtool' '!emptydirs')
-sha256sums=('27b8845e54a61ba597050eb16640aaaf2bf21be3191081c9ddd3a34fc2ae617d')
+sha256sums=('12cc5b6092ba720f2524f59928bee4d736e5e5ffeeffb6fd06f99695f17d683f')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/os-prober/PKGBUILD b/community/os-prober/PKGBUILD
index 9e955d266..0d8768b1e 100644
--- a/community/os-prober/PKGBUILD
+++ b/community/os-prober/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 79823 2012-11-13 13:48:38Z tredaelli $
+# $Id: PKGBUILD 82903 2013-01-25 12:14:34Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: darkcoder <mario_vazq@hotmail.com>
pkgname=os-prober
-pkgver=1.56
-pkgrel=1
+pkgver=1.57
+pkgrel=2
pkgdesc="Utility to detect other OSes on a set of drives"
url="http://joey.kitenet.net/code/os-prober/"
arch=('i686' 'x86_64')
license=('GPL3')
depends=('sh')
source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.gz)
-md5sums=('bd9c1a7fc49a2499d79977cf2c1ec68d')
-sha256sums=('88a79a04617f4ecbeb9c4d318cd9cf8fcb4ae7a724bd503942354011c7da5719')
+md5sums=('67548b17d55cc32c1168bb5a4061170d')
+sha256sums=('d63c6cbb825a7e411aac5e4805edc6db2fbf77a59282b71c10bd29723b8d860c')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -39,9 +39,4 @@ package() {
done
install -Dm755 os-probes/mounted/powerpc/20macosx $pkgdir/usr/lib/os-probes/mounted/20macosx
-
- # create a empty labels file, will be used by os-prober at execution
- mkdir -p $pkgdir/var/lib/os-prober
- touch $pkgdir/var/lib/os-prober/labels
- chmod 644 $pkgdir/var/lib/os-prober/labels
}
diff --git a/community/perl-dbd-odbc/PKGBUILD b/community/perl-dbd-odbc/PKGBUILD
index 48bb3bcc8..b4af7ef35 100644
--- a/community/perl-dbd-odbc/PKGBUILD
+++ b/community/perl-dbd-odbc/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 73845 2012-07-16 05:41:01Z spupykin $
+# $Id: PKGBUILD 82878 2013-01-25 09:55:32Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: François Charette <firmicus ατ gmx δοτ net>
pkgname=perl-dbd-odbc
-pkgver=1.39
+pkgver=1.41
pkgrel=1
pkgdesc="ODBC Driver for DBI"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic')
depends=('perl-dbi' 'perl' 'unixodbc')
options=('!emptydirs')
source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz")
-md5sums=('d73b16258ec13c811763eafc7813a435')
+md5sums=('94bce7246d69df1ea5b2f8a702f35554')
build() {
cd DBD-ODBC-${pkgver}
diff --git a/community/perl-dbd-pg/PKGBUILD b/community/perl-dbd-pg/PKGBUILD
index 7f2ad5e91..a7c72882a 100644
--- a/community/perl-dbd-pg/PKGBUILD
+++ b/community/perl-dbd-pg/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 71769 2012-06-02 10:30:06Z bluewind $
+# $Id: PKGBUILD 82880 2013-01-25 09:55:54Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: François Charette <firmicus ατ gmx δοτ net>
pkgname=perl-dbd-pg
-pkgver=2.19.2
-pkgrel=2
+pkgver=2.19.3
+pkgrel=1
pkgdesc="Postgres Driver for DBI"
arch=('i686' 'x86_64')
url="http://search.cpan.org/dist/DBD-Pg"
@@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic')
depends=('perl-dbi>=1.52' 'postgresql-libs')
options=('!emptydirs')
source=("http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz")
-md5sums=('67c859593e40959b42b3ef23ce6b581e')
+md5sums=('026ea19f89aee12051bce23d797e824b')
build() {
cd DBD-Pg-${pkgver}
diff --git a/community/perl-json-xs/PKGBUILD b/community/perl-json-xs/PKGBUILD
index ff9351475..4e09f47ce 100644
--- a/community/perl-json-xs/PKGBUILD
+++ b/community/perl-json-xs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 71805 2012-06-02 10:31:18Z bluewind $
+# $Id: PKGBUILD 82882 2013-01-25 09:56:15Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Tor Krill <tor@krill.nu>
pkgname=perl-json-xs
-pkgver=2.32
-pkgrel=2
+pkgver=2.33
+pkgrel=1
pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
url="http://search.cpan.org/dist/JSON-XS/"
license=("GPL")
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
depends=('perl' 'perl-common-sense')
options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz)
-md5sums=('87f71c78010083ad4d158b5765c4a609')
+md5sums=('6a1eafeadc1680a806ec2eb1798f6084')
build() {
cd $srcdir/JSON-XS-$pkgver
diff --git a/community/processing/PKGBUILD b/community/processing/PKGBUILD
index 2549f2832..940517a8a 100644
--- a/community/processing/PKGBUILD
+++ b/community/processing/PKGBUILD
@@ -1,20 +1,27 @@
-# $Id: PKGBUILD 82430 2013-01-17 14:54:20Z arodseth $
+# $Id: PKGBUILD 82915 2013-01-25 17:38:23Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
pkgname=processing
pkgver=2.0b7
-pkgrel=2
+pkgrel=3
pkgdesc='Programming language and environment for creating images, animations and interactions'
arch=('x86_64' 'i686')
url='http://www.processing.org/'
license=('GPL' 'LGPL')
-depends=('libgl' 'libxxf86vm')
+depends=('libgl' 'sh' 'libxxf86vm')
makedepends=('gendesk')
options=(!strip)
-source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux32.tgz"
- "$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png")
-sha256sums=('55db8370672f9e2658443a7fe577e23f06ca1ab2435719c865a059a0e65cdc83'
- '019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+
+_bits=64
+sha256sums=('844b4280b242176107f6c40fef47fa420695111cdb2b80294570297f63b1186f')
+if [[ "$CARCH" != "x86_64" ]]; then
+ _bits=32
+ sha256sums=('55db8370672f9e2658443a7fe577e23f06ca1ab2435719c865a059a0e65cdc83')
+fi
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver-linux$_bits.tgz")
+
+source+=("$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png")
+sha256sums+=('019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
build() {
cd "$srcdir"
diff --git a/community/python-pymongo/PKGBUILD b/community/python-pymongo/PKGBUILD
index 3386eabdc..c72a317be 100644
--- a/community/python-pymongo/PKGBUILD
+++ b/community/python-pymongo/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 81246 2012-12-14 12:47:15Z arodseth $
+# $Id: PKGBUILD 82839 2013-01-24 23:13:20Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Thomas S Hatch <thatch45@gmail.com>
# Contributor: Jelle van der Waa <jelle@vdwaa.nl>
pkgbase=python-pymongo
pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=2.4.1
+pkgver=2.4.2
pkgrel=1
pkgdesc='Python driver for MongoDB'
arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@ license=('APACHE')
url='http://pypi.python.org/pypi/pymongo/'
makedepends=('python-distribute' 'python2-distribute')
source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz")
-sha256sums=('dae8a074137ade3c854c47f76853792b69d1cbc263d9e74aaca50a02842da970')
+sha256sums=('6862c85844f1766c261a39022ec7a6b631988cb5528a31f8d20e78181398aa5f')
build() {
cd $srcdir
diff --git a/community/python-simplejson/PKGBUILD b/community/python-simplejson/PKGBUILD
index bab14945c..6fab1f149 100644
--- a/community/python-simplejson/PKGBUILD
+++ b/community/python-simplejson/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 74926 2012-08-09 22:02:03Z jlichtblau $
+# $Id: PKGBUILD 82843 2013-01-25 00:09:28Z arodseth $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: David Moore <davidm@sjsoft.com>
diff --git a/community/python2-tagpy/PKGBUILD b/community/python2-tagpy/PKGBUILD
new file mode 100644
index 000000000..160e3e143
--- /dev/null
+++ b/community/python2-tagpy/PKGBUILD
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 82869 2013-01-25 08:19:37Z andrea $
+# Contributor: Andrea Scarpino <andrea@archlinux.org>
+# Contributor: Callan Barrett <wizzomafizzo@gmail.com>
+# Contributor: Scott Horowitz <stonecrest@gmail.com>
+
+pkgname=python2-tagpy
+pkgver=0.94.8
+pkgrel=1
+pkgdesc="Python bindings for TagLib"
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/tagpy"
+license=('MIT')
+depends=('python2' 'taglib' 'boost-libs')
+makedepends=('python2-distribute' 'boost')
+replaces=('tagpy')
+conflicts=('tagpy')
+source=("http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz"
+ 'taglib1.7.patch')
+md5sums=('6baff63318cf90b9bc5a2497a0597802'
+ '5b47cefe5fad98a093232256779da345')
+
+build() {
+ cd tagpy-${pkgver}
+
+ patch -p1 -i "${srcdir}"/taglib1.7.patch
+
+ sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+ $(find . -name '*.py')
+
+ ./configure.py --taglib-lib-dir=/usr/lib/ \
+ --taglib-inc-dir=/usr/include/taglib/ \
+ --boost-inc-dir=/usr/include/boost/ \
+ --boost-lib-dir=/usr/lib/ \
+ --boost-python-libname=boost_python
+ python2 setup.py build
+}
+
+package(){
+ cd tagpy-${pkgver}
+ python2 setup.py install --root="${pkgdir}" --optimize=1
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}
+
+check(){
+ cd tagpy-${pkgver}
+ python2 setup.py test
+}
diff --git a/community/python2-tagpy/taglib1.7.patch b/community/python2-tagpy/taglib1.7.patch
new file mode 100644
index 000000000..df1d6e886
--- /dev/null
+++ b/community/python2-tagpy/taglib1.7.patch
@@ -0,0 +1,37 @@
+From: Andreas Kloeckner <inform@tiker.net>
+Date: Tue, 25 Dec 2012 19:36:42 +0000 (+0100)
+Subject: Update tagpy for TagLib 1.7 compatibility. (patch by unknown Gentoo user, via Lars...
+X-Git-Tag: v2013.1~6
+X-Git-Url: http://git.tiker.net/tagpy.git/commitdiff_plain/d0759c0ec7d24ae8d1af395a1032521eb00b4d1f?hp=c2801c31493f77d7c33d20fa20f0b298b0f322ef
+
+Update tagpy for TagLib 1.7 compatibility. (patch by unknown Gentoo user, via Lars Wendler)
+---
+
+diff --git a/src/wrapper/id3.cpp b/src/wrapper/id3.cpp
+index a76f7ef..5c08ae1 100644
+--- a/src/wrapper/id3.cpp
++++ b/src/wrapper/id3.cpp
+@@ -79,6 +79,10 @@ namespace
+ MF_OL(setVolumeAdjustment, 1, 2);
+ MF_OL(setPeakVolume, 1, 2);
+
++ #if (TAGPY_TAGLIB_HEX_VERSION >= 0x10700)
++ MF_OL(render, 0, 1)
++ #endif
++
+ // -------------------------------------------------------------
+ // MPEG
+ // -------------------------------------------------------------
+@@ -212,7 +216,11 @@ void exposeID3()
+ .DEF_SIMPLE_METHOD(removeFrame)
+ .DEF_SIMPLE_METHOD(removeFrames)
+
+- .DEF_SIMPLE_METHOD(render)
++ #if (TAGPY_TAGLIB_HEX_VERSION >= 0x10700)
++ .DEF_OVERLOADED_METHOD(render, ByteVector (cl::*)(int) const)
++ #else
++ .DEF_SIMPLE_METHOD(render)
++ #endif
+ ;
+ }
+
diff --git a/community/yaml-cpp/PKGBUILD b/community/yaml-cpp/PKGBUILD
index c14cb52c8..b7a741c64 100644
--- a/community/yaml-cpp/PKGBUILD
+++ b/community/yaml-cpp/PKGBUILD
@@ -1,25 +1,26 @@
+# $Id: PKGBUILD 82853 2013-01-25 03:41:30Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Markus Martin <markus@archwyrm.net>
pkgname=yaml-cpp
-pkgver=0.3.0
+pkgver=0.5.0
pkgrel=1
pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
url="http://code.google.com/p/yaml-cpp/"
arch=('i686' 'x86_64')
license=('MIT')
-makedepends=('cmake')
+makedepends=('cmake' 'boost')
source=(http://yaml-cpp.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('9aa519205a543f9372bf4179071c8ac6')
+md5sums=('c6d96190434d5959d814c603f98512c6')
build() {
- cd $srcdir/$pkgname
+ cd $srcdir/$pkgname-$pkgver
cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
make
}
package() {
- cd $srcdir/$pkgname
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}
diff --git a/community/yaml-cpp0.3/PKGBUILD b/community/yaml-cpp0.3/PKGBUILD
new file mode 100644
index 000000000..f8f7da315
--- /dev/null
+++ b/community/yaml-cpp0.3/PKGBUILD
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 82852 2013-01-25 03:41:20Z svenstaro $
+# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
+# Contributor: Markus Martin <markus@archwyrm.net>
+pkgname=yaml-cpp0.3
+_pkgname=yaml-cpp
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="YAML parser and emitter in C++, written around the YAML 1.2 spec"
+url="http://code.google.com/p/yaml-cpp/"
+arch=('i686' 'x86_64')
+license=('MIT')
+conflicts=('yaml-cpp')
+provides=('yaml-cpp=0.3')
+makedepends=('cmake')
+source=(http://yaml-cpp.googlecode.com/files/$_pkgname-$pkgver.tar.gz)
+md5sums=('9aa519205a543f9372bf4179071c8ac6')
+
+build() {
+ cd $srcdir/$_pkgname
+
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
+ make
+}
+
+package() {
+ cd $srcdir/$_pkgname
+
+ make DESTDIR=$pkgdir install
+}
diff --git a/core/gnupg/PKGBUILD b/core/gnupg/PKGBUILD
index 24b478db1..5d991467a 100644
--- a/core/gnupg/PKGBUILD
+++ b/core/gnupg/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 173102 2012-12-11 00:42:05Z bisson $
+# $Id: PKGBUILD 175919 2013-01-25 01:06:48Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=gnupg
pkgver=2.0.19
-pkgrel=3
+pkgrel=4
pkgdesc='Complete and free implementation of the OpenPGP standard'
url='http://www.gnupg.org/'
license=('GPL')
@@ -44,6 +44,7 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
ln -s gpg2 "${pkgdir}"/usr/bin/gpg
- ln -s gpg2 "${pkgdir}"/usr/bin/gpgv
+ ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+ rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
}
diff --git a/core/gpgme/PKGBUILD b/core/gpgme/PKGBUILD
index 8c1150e38..ac578df4b 100644
--- a/core/gpgme/PKGBUILD
+++ b/core/gpgme/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 154388 2012-03-27 12:00:19Z bisson $
+# $Id: PKGBUILD 175920 2013-01-25 01:06:49Z bisson $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Roman Kyrylych <roman@archlinux.org>
# Contributor: Sarah Hay <sarah@archlinux.org>
pkgname=gpgme
pkgver=1.3.1
-pkgrel=4
+pkgrel=5
pkgdesc="A C wrapper library for GnuPG"
arch=('i686' 'x86_64')
url="http://www.gnupg.org/related_software/gpgme/"
diff --git a/core/gpgme/gpgme.install b/core/gpgme/gpgme.install
index b54620d9a..cd0db94e0 100644
--- a/core/gpgme/gpgme.install
+++ b/core/gpgme/gpgme.install
@@ -1,9 +1,10 @@
-infodir=/usr/share/info
+infodir=usr/share/info
filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
post_install() {
+ [ -x usr/bin/install-info ] || return 0
for file in ${filelist[@]}; do
- install-info $infodir/$file $infodir/dir 2> /dev/null
+ install-info $infodir/$file.gz $infodir/dir 2> /dev/null
done
}
@@ -12,7 +13,8 @@ post_upgrade() {
}
pre_remove() {
+ [ -x usr/bin/install-info ] || return 0
for file in ${filelist[@]}; do
- install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+ install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
done
}
diff --git a/extra/amarok/PKGBUILD b/extra/amarok/PKGBUILD
index f42943e28..29c8c0ea5 100644
--- a/extra/amarok/PKGBUILD
+++ b/extra/amarok/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 175688 2013-01-19 15:34:07Z andrea $
+# $Id: PKGBUILD 175977 2013-01-25 14:45:04Z andrea $
# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: damir <damir@archlinux.org>
@@ -6,27 +6,26 @@
pkgname=amarok
replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
pkgver=2.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="The powerful music player for KDE"
arch=("i686" "x86_64")
-url="http://amarok.kde.org"
+url="http://amarok.kde.org/"
license=('GPL2' 'LGPL2.1' 'FDL')
depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras'
'liblastfm' 'ffmpeg' 'libofa' 'qjson')
makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
- 'libmygpo-qt' 'mesa')
+ 'libmygpo-qt' 'mesa' 'clamz')
optdepends=("libgpod: support for Apple iPod audio devices"
"libmtp: support for portable media devices"
"loudmouth: backend needed by mp3tunes for syncing"
"ifuse: support for Apple iPod Touch and iPhone"
- "libmygpo-qt: gpodder.net Internet Service")
+ "libmygpo-qt: gpodder.net Internet Service"
+ "clamz: allow to download songs from Amazon.com")
install="${pkgname}.install"
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
sha1sums=('d0ae4a2cb81a54ae94ca24fdb3aed88d7f3a921e')
build() {
- cd "${srcdir}"
-
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
@@ -37,6 +36,6 @@ build() {
}
package(){
- cd "${srcdir}"/build
+ cd build
make DESTDIR="${pkgdir}" install
}
diff --git a/extra/clutter-gst/PKGBUILD b/extra/clutter-gst/PKGBUILD
index 6e89a825d..461cb95ca 100644
--- a/extra/clutter-gst/PKGBUILD
+++ b/extra/clutter-gst/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 169856 2012-10-30 22:24:31Z heftig $
+# $Id: PKGBUILD 176007 2013-01-25 17:41:45Z ioni $
# Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com>
pkgname=clutter-gst
-pkgver=1.9.92
+pkgver=2.0.0
pkgrel=1
pkgdesc="GStreamer bindings for clutter"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('clutter' 'gst-plugins-base-libs' 'libxdamage')
makedepends=('gobject-introspection')
options=('!libtool')
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5c09dce218f711a44bd4d741e2dd10ffc47e7fcd7b0cf514ca0e92b825c76c45')
+sha256sums=('c612926f1e0bbd3c1ad748192cfccf0f15fdff0113db3b983d9f58989431f99a')
build() {
cd $pkgname-$pkgver
diff --git a/extra/clutter-gtk/PKGBUILD b/extra/clutter-gtk/PKGBUILD
index 83a927dc1..19dd7a35a 100644
--- a/extra/clutter-gtk/PKGBUILD
+++ b/extra/clutter-gtk/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 169855 2012-10-30 22:24:27Z heftig $
+# $Id: PKGBUILD 175998 2013-01-25 16:33:00Z ioni $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=clutter-gtk
-pkgver=1.4.0
+pkgver=1.4.2
pkgrel=1
pkgdesc="GTK clutter widget"
arch=('i686' 'x86_64')
@@ -12,15 +12,15 @@ license=('LGPL')
depends=('clutter' 'gtk3')
makedepends=('gobject-introspection')
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d51c4bb6a6ad0a337976766383f97a1c905a37bd77b3dbf484a7314130d97b6e')
+sha256sums=('dc3ec6e90bc742c8a68ed7fa4c0d25b9b376828f1a7f013c363fbaf14f3a6974')
build() {
- cd "$pkgname-$pkgver"
+ cd $pkgname-$pkgver
./configure --prefix=/usr
make
}
package() {
- cd "$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
diff --git a/extra/colord-gtk/PKGBUILD b/extra/colord-gtk/PKGBUILD
index 6fe280411..46415c588 100644
--- a/extra/colord-gtk/PKGBUILD
+++ b/extra/colord-gtk/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 169858 2012-10-30 22:24:38Z heftig $
+# $Id: PKGBUILD 175994 2013-01-25 16:27:49Z ioni $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=colord-gtk
-pkgver=0.1.23
+pkgver=0.1.24
pkgrel=1
pkgdesc="GTK integration for libcolord"
arch=('i686' 'x86_64')
@@ -13,14 +13,14 @@ depends=('lcms2' 'gtk3' 'colord')
makedepends=('intltool' 'gobject-introspection' 'vala' 'gtk-doc')
source=($url/releases/$pkgname-$pkgver.tar.xz)
options=('!libtool')
-sha1sums=('71fd56b34ba91ddf76c1ac394c2a31fa5e24770c')
+sha1sums=('6711d50d45150e54ebcfcd8d242b6a0d83ac73c2')
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr \
--sysconfdir=/etc --libexecdir=/usr/lib/colord \
- --localstatedir=/var --disable-static
+ --localstatedir=/var --disable-static --enable-vala
make
}
diff --git a/extra/colord/PKGBUILD b/extra/colord/PKGBUILD
index 40ecf7335..0bcac8b22 100644
--- a/extra/colord/PKGBUILD
+++ b/extra/colord/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 171432 2012-11-17 14:39:23Z jgc $
+# $Id: PKGBUILD 175992 2013-01-25 16:22:30Z ioni $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=colord
-pkgver=0.1.24
-pkgrel=3
+pkgver=0.1.28
+pkgrel=1
pkgdesc="System daemon for managing color devices"
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/software/colord"
@@ -13,7 +13,8 @@ depends=('lcms2' 'libgusb' 'polkit' 'shared-color-profiles' 'sqlite' 'udev')
makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
source=($url/releases/$pkgname-$pkgver.tar.xz)
options=('!libtool')
-sha1sums=('52089b72d79cd4358a86b7e646c42d23157bbcf9')
+install=colord.install
+sha1sums=('d53167727ab0f1014ded86675ac8b518c188a88b')
build() {
cd "$pkgname-$pkgver"
diff --git a/extra/colord/colord.install b/extra/colord/colord.install
new file mode 100644
index 000000000..c25dff2d3
--- /dev/null
+++ b/extra/colord/colord.install
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
diff --git a/extra/cvsps/PKGBUILD b/extra/cvsps/PKGBUILD
index 9c4bb7e92..964997438 100644
--- a/extra/cvsps/PKGBUILD
+++ b/extra/cvsps/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 174991 2013-01-10 01:36:13Z dan $
+# $Id: PKGBUILD 176011 2013-01-25 18:19:34Z dan $
# Maintainer: Dan McGee <dan@archlinux.org>
# Contributor: Jeff 'codemac' Mickey <jeff@archlinux.org>
pkgname=cvsps
-pkgver=3.7
+pkgver=3.10
pkgrel=1
pkgdesc="Generating 'patchset' information from a CVS repository"
url="http://www.catb.org/esr/cvsps/"
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
depends=('zlib')
makedepends=('asciidoc')
source=("http://www.catb.org/~esr/cvsps/cvsps-${pkgver}.tar.gz")
-md5sums=('93c4e696a95a65f0b2d475ef10fbedbb')
+md5sums=('eafd64ba9359105d950462552750cc51')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/extra/empathy/PKGBUILD b/extra/empathy/PKGBUILD
index 41b9675a3..7666e4f8f 100644
--- a/extra/empathy/PKGBUILD
+++ b/extra/empathy/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 170935 2012-11-13 16:33:01Z heftig $
+# $Id: PKGBUILD 175978 2013-01-25 14:51:01Z ioni $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=empathy
-pkgver=3.6.2
+pkgver=3.6.3
pkgrel=1
pkgdesc="A GNOME instant messaging client using the Telepathy framework."
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ options=('!libtool' '!makeflags')
groups=('gnome-extra')
install=empathy.install
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('707bf283f37e8b91816c78742d9ebf9e3effc4206a3ecc3e4c0cfbbf8ce0fd26')
+sha256sums=('eaae20e8e9b8660979ed7a9a65deba61d6d795c6f698e684f21c3821f042704d')
build() {
cd $pkgname-$pkgver
diff --git a/extra/ethtool/PKGBUILD b/extra/ethtool/PKGBUILD
index b422b8403..f8c797d04 100644
--- a/extra/ethtool/PKGBUILD
+++ b/extra/ethtool/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 169444 2012-10-21 10:28:57Z ibiru $
+# $Id: PKGBUILD 175975 2013-01-25 14:44:35Z ioni $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Paul Mattal <paul@archlinux.org>
# Contributor: Martin Kemp <mdkemp@elys.com>
pkgname=ethtool
-pkgver=3.6
+pkgver=3.7
pkgrel=1
epoch=1
pkgdesc="Utility for controlling network drivers and hardware"
@@ -13,7 +13,7 @@ url="http://www.kernel.org/pub/software/network/ethtool/"
license=('GPL')
depends=('glibc')
source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('b897aa2e7eeafb5d69a571b48a1b354f')
+md5sums=('f16c8416e6ec917e5753918dc23a60bd')
build() {
cd $pkgname-$pkgver
diff --git a/extra/evolution-data-server/PKGBUILD b/extra/evolution-data-server/PKGBUILD
index 118adc749..eea4b775c 100644
--- a/extra/evolution-data-server/PKGBUILD
+++ b/extra/evolution-data-server/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 170810 2012-11-12 02:17:49Z heftig $
+# $Id: PKGBUILD 176001 2013-01-25 17:18:47Z ioni $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=evolution-data-server
-pkgver=3.6.2
+pkgver=3.6.3
pkgrel=1
pkgdesc="Centralized access to appointments and contacts"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ install=$pkgname.install
url="http://www.gnome.org"
license=('GPL')
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bc94d8b9f1a6fb81a630cf38abec303b87a87ce2fd880f9519c23e5de2ce88f0')
+sha256sums=('37a0d0d4f6c8515e70e34f1e7e1f457f4c7736f35ba0f18c4b4bca0a17db7de0')
build() {
cd "$pkgname-$pkgver"
diff --git a/extra/evolution-ews/PKGBUILD b/extra/evolution-ews/PKGBUILD
index 45fc3f945..46addbb0b 100644
--- a/extra/evolution-ews/PKGBUILD
+++ b/extra/evolution-ews/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 170812 2012-11-12 02:30:11Z heftig $
+# $Id: PKGBUILD 176004 2013-01-25 17:34:07Z ioni $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=evolution-ews
-pkgver=3.6.1
+pkgver=3.6.3
pkgrel=1
pkgdesc="MS Exchange integration through Exchange Web Services"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
makedepends=('intltool' 'evolution')
options=('!libtool' '!emptydirs')
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('77931879da57a0721fb3bdc383eab961bf1f20040f309b7be329f19488e5f836')
+sha256sums=('d044bf8f7753d9489d65a5b94b117cef1369d78c57810125fab229368d01fec6')
build() {
cd $pkgname-$pkgver
diff --git a/extra/evolution/PKGBUILD b/extra/evolution/PKGBUILD
index dc885a97c..0b4ed50be 100644
--- a/extra/evolution/PKGBUILD
+++ b/extra/evolution/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 170811 2012-11-12 02:28:56Z heftig $
+# $Id: PKGBUILD 176002 2013-01-25 17:24:35Z ioni $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=evolution
-pkgver=3.6.2
+pkgver=3.6.3
pkgrel=1
pkgdesc="Manage your email, contacts and schedule"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ options=('!libtool' '!emptydirs')
install=evolution.install
url=http://www.gnome.org/projects/evolution/
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('40b326c63abc33ccc1393c9e3b60c747234ab14a46fc4690255b523942ea8983')
+sha256sums=('2c564f3e59cb26663d3e3992c881842815fb8fbc037074475f906030c8c5fd25')
build() {
cd $pkgname-$pkgver
diff --git a/extra/libao/PKGBUILD b/extra/libao/PKGBUILD
index c2e9cebc4..b23560520 100644
--- a/extra/libao/PKGBUILD
+++ b/extra/libao/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 149069 2012-02-05 16:27:23Z bisson $
+# $Id: PKGBUILD 175921 2013-01-25 01:07:36Z bisson $
# Contributor: dorphell <dorphell@archlinux.org>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=libao
pkgver=1.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Cross-platform audio output library and plugins'
url='http://xiph.org/ao/'
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ backup=('etc/libao.conf')
source=("http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz"
'libao.conf')
sha1sums=('9301bc4886f170c7122ab62677fb71cf001c04fd'
- '558b3d297e0956af6959565db477023dbd492ca0')
+ '603f5e6715e7e50e1c8e8c1935c45a897c46e9af')
conflicts=('libao-pulse')
provides=("libao-pulse=${pkgver}-${pkgrel}")
diff --git a/extra/libao/libao.conf b/extra/libao/libao.conf
index c4eb5cdc3..abddf7593 100644
--- a/extra/libao/libao.conf
+++ b/extra/libao/libao.conf
@@ -1 +1,2 @@
default_driver=alsa
+dev=default
diff --git a/extra/libdmapsharing/PKGBUILD b/extra/libdmapsharing/PKGBUILD
index f6bdca3b1..b3a23ab6c 100644
--- a/extra/libdmapsharing/PKGBUILD
+++ b/extra/libdmapsharing/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 167260 2012-09-29 13:02:54Z ibiru $
+# $Id: PKGBUILD 175982 2013-01-25 15:12:09Z ioni $
#Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=libdmapsharing
-pkgver=2.9.15
+pkgver=2.9.16
pkgrel=1
pkgdesc="A library that implements the DMAP family of protocols"
arch=('i686' 'x86_64')
url="http://www.flyn.org/projects/libdmapsharing/index.html"
license=('LGPL2.1')
-depends=('libsoup' 'avahi' 'gstreamer0.10-base' 'gdk-pixbuf2')
+depends=('libsoup' 'avahi' 'gst-plugins-base-libs' 'gdk-pixbuf2')
options=('!libtool')
source=(http://www.flyn.org/projects/libdmapsharing/$pkgname-$pkgver.tar.gz)
-md5sums=('52c9e4d3de931d9013eeaccf7371bb2d')
+md5sums=('5b2fbf46efc95a503ed95094c72b34d2')
build() {
cd $pkgname-$pkgver
diff --git a/extra/libgee/PKGBUILD b/extra/libgee/PKGBUILD
index cf140fd06..4a7600bfd 100644
--- a/extra/libgee/PKGBUILD
+++ b/extra/libgee/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 170755 2012-11-10 23:14:19Z heftig $
+# $Id: PKGBUILD 175984 2013-01-25 15:31:43Z ioni $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=libgee
-pkgver=0.6.6.1
+pkgver=0.6.7
pkgrel=1
pkgdesc="GObject collection library"
url="http://live.gnome.org/Libgee"
@@ -13,7 +13,7 @@ depends=('glib2')
makedepends=('gobject-introspection')
options=('!libtool')
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ac6598776cda8d1c8689930f48df074e88f17e9f5832bc300902ded5ab8144dd')
+sha256sums=('b512bf1785fbbb6a264be5fac325c42d4e96cc560b22e3f19ea5b01b1414106d')
build() {
cd $pkgname-$pkgver
diff --git a/extra/liblastfm/PKGBUILD b/extra/liblastfm/PKGBUILD
index e7718f6b7..aa5785ce1 100644
--- a/extra/liblastfm/PKGBUILD
+++ b/extra/liblastfm/PKGBUILD
@@ -1,32 +1,32 @@
-# $Id: PKGBUILD 150615 2012-02-18 22:58:30Z pierre $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
+# $Id: PKGBUILD 175971 2013-01-25 14:23:37Z andrea $
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: XazZ <xazz.xazz [AT] googlemail.com>
pkgname=liblastfm
-pkgver=0.3.3
-pkgrel=3
-pkgdesc="A collection of libraries to help you integrate Last.fm services into your rich desktop software"
+pkgver=1.0.6
+pkgrel=1
+pkgdesc="A Qt C++ library for the Last.fm webservices"
arch=('i686' 'x86_64')
-url="http://github.com/mxcl/liblastfm/"
+url='https://github.com/lastfm/liblastfm/'
license=('GPL')
-depends=('libsamplerate' 'fftw' 'qt')
-makedepends=('ruby')
-options=('!libtool')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/mxcl/${pkgname}/tarball/${pkgver}"
- 'no-ftools.patch')
-sha1sums=('f2e9705c9c2cbeaa14f46da9bd35ab36fe710392'
- 'ba344601d29091fb88123f80592359369efdf338')
+depends=('qt' 'fftw' 'libsamplerate')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/lastfm/${pkgname}/tarball/${pkgver}")
+sha1sums=('cd84cf61d315c9739b3b65e31c2854a6b1a38630')
build() {
- cd ${srcdir}/mxcl-${pkgname}-1c739eb
-
- patch -Np1 -i ${srcdir}/no-ftools.patch
-
- ruby configure --release --prefix /usr
+ mkdir build
+ cd build
+ cmake ../lastfm-${pkgname}-5826fe6 \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+ -DBUILD_TESTS=OFF
make
}
package(){
- cd ${srcdir}/mxcl-${pkgname}-1c739eb
- make DESTDIR=${pkgdir} install
+ cd build
+ make DESTDIR="${pkgdir}" install
}
diff --git a/extra/libtorrent-rasterbar/PKGBUILD b/extra/libtorrent-rasterbar/PKGBUILD
index 5b31c0514..4ffeaa4b9 100644
--- a/extra/libtorrent-rasterbar/PKGBUILD
+++ b/extra/libtorrent-rasterbar/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 175075 2013-01-12 16:47:42Z eric $
+# $Id: PKGBUILD 175959 2013-01-25 11:52:36Z ioni $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Hugo Doria <hugo@archlinux.org>
pkgname=libtorrent-rasterbar
-pkgver=0.16.6
+pkgver=0.16.7
pkgrel=1
epoch=1
pkgdesc="A C++ library that aims to be a good alternative to all the other bittorrent implementations around"
@@ -14,7 +14,7 @@ depends=('boost-libs' 'geoip' 'python2')
makedepends=('boost')
options=('!libtool' '!emptydirs')
source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha1sums=('baf95f53be99a90c4bb1488a72e9d625684bbbd2')
+sha1sums=('94b132a17d8f6a5345937731343398be8d31f170')
build() {
cd $pkgname-$pkgver
diff --git a/extra/opennx/PKGBUILD b/extra/opennx/PKGBUILD
index 72da50ca8..466077c1d 100644
--- a/extra/opennx/PKGBUILD
+++ b/extra/opennx/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 165912 2012-09-03 19:20:05Z andyrtr $
+# $Id: PKGBUILD 175949 2013-01-25 09:52:43Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Armin Luntzer
# Original opennx PKGBUILD: Tomas Groth tomasgroth.at.yahoo.dk
pkgname=opennx
-pkgver=0.16.0.724
-pkgrel=2
+pkgver=0.16.0.725
+pkgrel=1
pkgdesc="A GPL replacement for the NoMachine client, patched to always show the session chooser"
url="http://opennx.sf.net/"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('wxgtk' 'libcups' 'libxext' 'libxft' 'xorg-xauth' 'curl' 'nx-common')
makedepends=('zip' 'opensc' 'libpulse' 'smbclient' 'libusb-compat')
#optdepends=('cups: for full local printing support')
source=(http://downloads.sourceforge.net/project/opennx/opennx/CI-source/opennx-$pkgver.tar.gz)
-md5sums=('ad3962cda69e38857b244a1b7eb41f2c')
+md5sums=('6bfe389638ac9c14fa89ca56b0c671b6')
build() {
cd $srcdir/opennx*
diff --git a/extra/perl-dbd-mysql/PKGBUILD b/extra/perl-dbd-mysql/PKGBUILD
index 889f627e0..e2c2f9e4a 100644
--- a/extra/perl-dbd-mysql/PKGBUILD
+++ b/extra/perl-dbd-mysql/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 161944 2012-06-16 19:18:00Z eric $
+# $Id: PKGBUILD 175923 2013-01-25 03:51:01Z eric $
# Maintainer: kevin <kevin@archlinux.org>
# Contributor: Eric Johnson <eric@coding-zone.com>
pkgname=perl-dbd-mysql
_realname=DBD-mysql
-pkgver=4.021
+pkgver=4.022
pkgrel=1
pkgdesc="Perl/CPAN DBD::mysql module for interacting with MySQL via DBD"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('libmysqlclient' 'perl-dbi')
makedepends=('mysql')
options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/C/CA/CAPTTOFU/${_realname}-${pkgver}.tar.gz)
-md5sums=('35653efca4bbe6e49ef31d237b4a50b7')
+md5sums=('20fb571245e3b9ac275b8329025c4bf6')
build() {
cd "${srcdir}/${_realname}-${pkgver}"
diff --git a/extra/perl-dbi/PKGBUILD b/extra/perl-dbi/PKGBUILD
index 602acd003..b5d8ee573 100644
--- a/extra/perl-dbi/PKGBUILD
+++ b/extra/perl-dbi/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 163571 2012-07-16 03:09:15Z eric $
+# $Id: PKGBUILD 175925 2013-01-25 04:01:07Z eric $
# Maintainer: kevin <kevin@archlinux.org>
# Contributor: Matt Thompson <mattt@defunct.ca>
pkgname=perl-dbi
_realname=DBI
-pkgver=1.622
+pkgver=1.623
pkgrel=1
pkgdesc="Database independent interface for Perl"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ url="http://search.cpan.org/dist/${_realname}/"
depends=('perl')
options=('!emptydirs')
source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
-md5sums=('9836bcf1b9acc842089aa10b16736909')
+md5sums=('b45654dca3b495f3d496c359f0029d96')
build() {
cd "${srcdir}/${_realname}-${pkgver}"
diff --git a/extra/perl-net-dns/PKGBUILD b/extra/perl-net-dns/PKGBUILD
index fcde3f988..5b07942f8 100644
--- a/extra/perl-net-dns/PKGBUILD
+++ b/extra/perl-net-dns/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 160543 2012-06-02 10:28:00Z bluewind $
+# $Id: PKGBUILD 175933 2013-01-25 04:57:21Z eric $
# Maintainer: kevin <kevin@archlinux.org>
# Contributor: Manolis Tzanidakis
pkgname=perl-net-dns
_realname=Net-DNS
-pkgver=0.68
-pkgrel=2
+pkgver=0.72
+pkgrel=1
pkgdesc="Perl Module: Interface to the DNS resolver."
arch=('i686' 'x86_64')
license=('PerlArtistic')
url="http://search.cpan.org/dist/${_realname}/"
depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/O/OL/OLAF/${_realname}-$pkgver.tar.gz)
-md5sums=('05c0f6955747758bb5c9578d9bc6c3a5')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/${_realname}-$pkgver.tar.gz)
+md5sums=('393e48ec6f28abe5ed30204276e02775')
build() {
cd "$srcdir/${_realname}-${pkgver}"
diff --git a/extra/perl-netaddr-ip/PKGBUILD b/extra/perl-netaddr-ip/PKGBUILD
index 7964591c6..8673d2d6e 100644
--- a/extra/perl-netaddr-ip/PKGBUILD
+++ b/extra/perl-netaddr-ip/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 168685 2012-10-14 03:44:54Z eric $
+# $Id: PKGBUILD 175931 2013-01-25 04:44:59Z eric $
# Maintainer:
# Contributor: Dale Blount <dale@archlinux.org>
# Contributor: Francois Charette <francois.archlinux.org>
pkgname=perl-netaddr-ip
_realname=NetAddr-IP
-pkgver=4.065
+pkgver=4.066
pkgrel=1
pkgdesc="Perl module to manage IP addresses and subnets"
arch=(i686 x86_64)
@@ -14,7 +14,7 @@ depends=('perl')
options=('!emptydirs')
url="http://search.cpan.org/dist/${_realname}/"
source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/${_realname}-${pkgver}.tar.gz)
-md5sums=('f4efa7e90820ecf7ce2b3d9144f2568f')
+md5sums=('7c6cf77d3c02fa0baf77b6a97f2a670a')
build() {
cd "${srcdir}/${_realname}-${pkgver}"
diff --git a/extra/perl-yaml-syck/PKGBUILD b/extra/perl-yaml-syck/PKGBUILD
index fe8dc26e9..3fa1d4ae2 100644
--- a/extra/perl-yaml-syck/PKGBUILD
+++ b/extra/perl-yaml-syck/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 167670 2012-10-02 21:01:45Z eric $
+# $Id: PKGBUILD 175939 2013-01-25 05:33:39Z eric $
# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
# Maintainer: kevin <kevin@archlinux.org>
pkgname=perl-yaml-syck
_realname=YAML-Syck
-pkgver=1.21
+pkgver=1.22
pkgrel=1
pkgdesc="Fast, lightweight YAML loader and dumper"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ url="http://search.cpan.org/dist/${_realname}/"
depends=('perl')
options=('!emptydirs')
source=(http://www.cpan.org/authors/id/T/TO/TODDR/${_realname}-$pkgver.tar.gz)
-md5sums=('e9f8d4f9cea7def4d0b132dbf66516b2')
+md5sums=('361db9a4dcaf8fa279ca813e146ce7d7')
build() {
cd "${srcdir}/${_realname}-$pkgver"
diff --git a/extra/sonata/PKGBUILD b/extra/sonata/PKGBUILD
index 8da3ca327..f6d08d300 100644
--- a/extra/sonata/PKGBUILD
+++ b/extra/sonata/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 169044 2012-10-17 10:21:28Z allan $
+# $Id: PKGBUILD 175943 2013-01-25 08:23:07Z andrea $
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=sonata
pkgver=1.6.2.1
-pkgrel=8
+pkgrel=9
pkgdesc="Elegant GTK+ music client for MPD"
arch=('i686' 'x86_64')
url="http://sonata.berlios.de/"
license=('GPL3')
depends=('pygtk' 'python2-mpd')
optdepends=('gnome-python-extras: Enhanced system tray support'
- 'tagpy: Metadata editing support'
+ 'python2-tagpy: Metadata editing support'
'python2-dbus: Various extra functionality (e.g. multimedia keys support)')
source=(http://download.berlios.de/${pkgname}/${pkgname}-$pkgver.tar.gz
info.py.patch)
@@ -19,12 +19,12 @@ md5sums=('0b912325e7175abad3bf6c0edc071e05'
'595fcf7615035829b264afecb5a1beeb')
build() {
- cd "$srcdir/${pkgname}-$pkgver"
+ cd ${pkgname}-$pkgver
patch -Np0 -i "$srcdir/info.py.patch"
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' sonata/breadcrumbs.py
}
package() {
- cd "$srcdir/${pkgname}-$pkgver"
+ cd ${pkgname}-$pkgver
python2 setup.py install --prefix=/usr --optimize 1 --root="$pkgdir"
}
diff --git a/extra/telepathy-gabble/PKGBUILD b/extra/telepathy-gabble/PKGBUILD
index c0400f51c..06cf218e3 100644
--- a/extra/telepathy-gabble/PKGBUILD
+++ b/extra/telepathy-gabble/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 169978 2012-10-30 22:59:56Z heftig $
+# $Id: PKGBUILD 175988 2013-01-25 15:56:11Z ioni $
# 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.17.1
+pkgver=0.17.2
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=('42e01fdc4117255080883495411e7318')
+md5sums=('18329694ca5dcd35a97a70b9109c0f9a')
build() {
cd $pkgname-$pkgver
diff --git a/extra/transmission/PKGBUILD b/extra/transmission/PKGBUILD
index 8b6fb0fda..64a751b9a 100644
--- a/extra/transmission/PKGBUILD
+++ b/extra/transmission/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 173915 2012-12-28 03:11:25Z foutrelis $
+# $Id: PKGBUILD 175990 2013-01-25 16:01:14Z ioni $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
pkgbase=transmission
pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.75
+pkgver=2.76
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.transmissionbt.com/"
@@ -12,7 +12,11 @@ makedepends=('gtk3' 'intltool' 'curl' 'qt' 'libevent')
source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz
transmissiond transmissiond.conf transmission.systemd
transmission.tmpfiles)
-
+md5sums=('9abbffe29ce9b5ee68a116d293c51111'
+ '7d6186ee2a852ae3d44980f05063e194'
+ 'db72b02fee139e8ab416324e6c044d76'
+ '5c289c8901221a94be74665368ab5c2c'
+ '23f2320361ad54373c3a4551ef634fe8')
build() {
cd $pkgbase-$pkgver
@@ -70,8 +74,3 @@ package_transmission-qt() {
install -D -m644 qt/icons/transmission.png "$pkgdir/usr/share/pixmaps/transmission-qt.png"
install -D -m644 qt/transmission-qt.desktop "$pkgdir/usr/share/applications/transmission-qt.desktop"
}
-md5sums=('26b92e56e1574bb10443eccbf17443a7'
- '7d6186ee2a852ae3d44980f05063e194'
- 'db72b02fee139e8ab416324e6c044d76'
- '5c289c8901221a94be74665368ab5c2c'
- '23f2320361ad54373c3a4551ef634fe8')
diff --git a/extra/xfce4-smartbookmark-plugin/PKGBUILD b/extra/xfce4-smartbookmark-plugin/PKGBUILD
index 7142f1fc5..13bc66618 100644
--- a/extra/xfce4-smartbookmark-plugin/PKGBUILD
+++ b/extra/xfce4-smartbookmark-plugin/PKGBUILD
@@ -1,34 +1,28 @@
-# $Id: PKGBUILD 171600 2012-11-19 20:34:28Z foutrelis $
+# $Id: PKGBUILD 175945 2013-01-25 08:43:59Z foutrelis $
# Maintainer:
# Contributor: AndyRTR <andyrtr@archlinux.org>
# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
pkgname=xfce4-smartbookmark-plugin
-pkgver=0.4.4
-pkgrel=4
+pkgver=0.4.5
+pkgrel=1
pkgdesc="Plugin for the Xfce4 panel that lets you quicksearch from selected websites"
arch=('i686' 'x86_64')
url="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin"
license=('GPL2')
groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4')
+depends=('xfce4-panel')
makedepends=('intltool' 'libxt')
options=('!libtool')
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.4/$pkgname-$pkgver.tar.bz2
- xfce4-smartbookmark-plugin-archlinux.patch
- use-exo-open-instead-of-xfbrowser4.patch
- fix-config-write.patch)
-sha256sums=('6c77e8fee0ec4dcee7aa34d94377e068a522b1ea650823422f2f5cca8126f2ed'
- 'a126b086811b60a8f3cd1a2b818cb6b9a9c6e959e00db1499b114fa8803325e6'
- '436f7cda2b2bdfee61ac3d887d17dc91094526fec8713ab84fda249850525aac'
- '21873511b77e0fac6c85f15dc6332fcb4532ac688f3202bc839c00f372249b88')
+ xfce4-smartbookmark-plugin-archlinux.patch)
+sha256sums=('6aa4269a5f4b7a3332d3c491efbbbd0a9ff0031a0005fee780346863bcf4f886'
+ 'a126b086811b60a8f3cd1a2b818cb6b9a9c6e959e00db1499b114fa8803325e6')
build() {
cd "$srcdir/$pkgname-$pkgver"
patch -Np0 -i "$srcdir/xfce4-smartbookmark-plugin-archlinux.patch"
- patch -Np1 -i "$srcdir/use-exo-open-instead-of-xfbrowser4.patch"
- patch -Np1 -i "$srcdir/fix-config-write.patch"
./configure \
--prefix=/usr \
diff --git a/extra/xorg-server/PKGBUILD b/extra/xorg-server/PKGBUILD
index 1c8a94a1f..9e283b69d 100644
--- a/extra/xorg-server/PKGBUILD
+++ b/extra/xorg-server/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 173249 2012-12-16 15:55:18Z andyrtr $
+# $Id: PKGBUILD 175947 2013-01-25 08:45:46Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgbase=xorg-server
pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
-pkgver=1.13.1
+pkgver=1.13.2
pkgrel=1
arch=('i686' 'x86_64')
license=('custom')
@@ -21,7 +21,7 @@ source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2
10-quirks.conf
#git-fixes.patch
use-pixman-glyph-cache.patch)
-sha256sums=('c93540e2799df4655c6f1b67dc7d8d6db96df4f08ef1702fffbc5df843a43d00'
+sha256sums=('3850adb89e9170ad85aea39d240279494c07779e50cd3cd60126028681209408'
'66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162'
'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'