summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-11 01:38:47 -0700
committerroot <root@rshg054.dnsready.net>2013-07-11 01:38:47 -0700
commit2e85ee969c4be5762301fc1447315f132aca1fc8 (patch)
tree45ce2476a7dec9372c4d13a039237544ff6898d1 /extra
parentb509d58f0ff9d5b9167eb65b0264d014c8ac9d66 (diff)
Thu Jul 11 01:37:50 PDT 2013
Diffstat (limited to 'extra')
-rw-r--r--extra/amule/PKGBUILD4
-rw-r--r--extra/clutter-gtk/PKGBUILD6
-rw-r--r--extra/gd/PKGBUILD23
-rw-r--r--extra/gd/libpng14.patch12
-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/libgphoto2/PKGBUILD4
-rw-r--r--extra/libgphoto2/libgphoto2.install2
-rw-r--r--extra/m17n-lib/PKGBUILD4
-rw-r--r--extra/pstoedit/PKGBUILD4
-rw-r--r--extra/qpdf/PKGBUILD6
13 files changed, 41 insertions, 49 deletions
diff --git a/extra/amule/PKGBUILD b/extra/amule/PKGBUILD
index 61b564fab..33a786dbc 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')
url="http://www.amule.org"
diff --git a/extra/clutter-gtk/PKGBUILD b/extra/clutter-gtk/PKGBUILD
index 6c4d74824..07eab4588 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')
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/gd/PKGBUILD b/extra/gd/PKGBUILD
index edc091c0e..7dd51bbe8 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')
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-screenshot/PKGBUILD b/extra/gnome-screenshot/PKGBUILD
index 6f5d48469..47f20a5bf 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)
@@ -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 ff32fa449..a911df83e 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')
url="http://www.gnuplot.info"
diff --git a/extra/graphviz/PKGBUILD b/extra/graphviz/PKGBUILD
index 0b6ca5637..1de51025e 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')
@@ -34,13 +34,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 c1399c10b..5f9b9ded9 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)
@@ -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/libgphoto2/PKGBUILD b/extra/libgphoto2/PKGBUILD
index 9a50c0181..49a7ecdc3 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)
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/m17n-lib/PKGBUILD b/extra/m17n-lib/PKGBUILD
index c2e8511e2..05dbe22ef 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
+pkgrel=2
pkgdesc='Multilingual text processing library (runtimes)'
url='http://www.nongnu.org/m17n/'
arch=('i686' 'x86_64')
diff --git a/extra/pstoedit/PKGBUILD b/extra/pstoedit/PKGBUILD
index f147709c3..28c532ede 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')
url="http://www.pstoedit.net/"
diff --git a/extra/qpdf/PKGBUILD b/extra/qpdf/PKGBUILD
index ccecfea41..67135dd5f 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')
@@ -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}"