From 1fcb176285908c33aca3b0f5cb703ec098e5440c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 16 Jun 2011 22:59:30 +0000 Subject: Thu Jun 16 22:59:30 UTC 2011 --- extra/anjuta/PKGBUILD | 8 ++++---- extra/atk/PKGBUILD | 8 ++++---- extra/clutter/PKGBUILD | 8 ++++---- extra/gdk-pixbuf2/PKGBUILD | 10 +++++----- extra/glibmm/PKGBUILD | 10 +++++----- extra/gmime/PKGBUILD | 8 ++++---- extra/gnome-applets/PKGBUILD | 9 ++++----- extra/json-glib/PKGBUILD | 10 +++++----- extra/libsocialweb/PKGBUILD | 8 ++++---- extra/libunique3/PKGBUILD | 8 ++++---- extra/python2/PKGBUILD | 29 ++++++++++------------------- extra/vte/PKGBUILD | 10 +++++----- 12 files changed, 58 insertions(+), 68 deletions(-) (limited to 'extra') diff --git a/extra/anjuta/PKGBUILD b/extra/anjuta/PKGBUILD index eea7f3e07..0d8858500 100644 --- a/extra/anjuta/PKGBUILD +++ b/extra/anjuta/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 124683 2011-05-23 21:00:48Z ibiru $ +# $Id: PKGBUILD 127476 2011-06-15 14:46:47Z ibiru $ # Maintainer: Andreas Radke # Contributor: Harley Laue pkgname=anjuta -pkgver=3.0.2.0 +pkgver=3.0.3.0 pkgrel=1 pkgdesc="GNOME Integrated Development Environment (IDE)" arch=('i686' 'x86_64') @@ -14,9 +14,9 @@ depends=('vte3' 'gdl' 'autogen' 'devhelp' 'gtksourceview3' 'glade' 'libgda' makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection') url="http://anjuta.sourceforge.net/" install=anjuta.install -source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*.*}/${pkgname}-${pkgver}.tar.bz2) +source=(ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*.*}/${pkgname}-${pkgver}.tar.xz) options=('!libtool' '!emptydirs') -sha256sums=('5dce2cf455f9feeea31aea6bce5bae1dbd35793ba8c8009675608dae4d67bac0') +sha256sums=('1615e7a86602fd4d775e8a7d4701260a80caeb8758559197574ccb27a3339368') build() { cd "${srcdir}/anjuta-${pkgver}" diff --git a/extra/atk/PKGBUILD b/extra/atk/PKGBUILD index ab3e4aeb7..0be01a366 100644 --- a/extra/atk/PKGBUILD +++ b/extra/atk/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 118010 2011-04-05 06:45:40Z heftig $ +# $Id: PKGBUILD 127481 2011-06-15 14:51:32Z ibiru $ # Maintainer: Jan de Groot pkgname=atk -pkgver=2.0.0 +pkgver=2.0.1 pkgrel=1 pkgdesc="A library providing a set of interfaces for accessibility" arch=(i686 x86_64) @@ -9,9 +9,9 @@ license=('LGPL') depends=('glib2') makedepends=('pkgconfig' 'gobject-introspection') options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) url='http://www.gtk.org/' -sha256sums=('5dbdc35f7f5b3f0748039bb3faa7cd5e45ec3d337a539772bc73acd0dfb55afd') +sha256sums=('4588867bb9eb788b2cf3399d3a2d5e4898193a9027436f6cffc9c18a627452a1') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/clutter/PKGBUILD b/extra/clutter/PKGBUILD index f42b91829..4ae8e6bd1 100644 --- a/extra/clutter/PKGBUILD +++ b/extra/clutter/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 118176 2011-04-05 18:06:09Z ibiru $ +# $Id: PKGBUILD 127516 2011-06-15 15:42:10Z ibiru $ # Maintainer: Jan de Groot # Contributor: Sergej Pupykin # Contributor: William Rea pkgname=clutter -pkgver=1.6.14 +pkgver=1.6.16 pkgrel=1 pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces" arch=('i686' 'x86_64') @@ -13,8 +13,8 @@ options=('!libtool') license=('LGPL') depends=('gdk-pixbuf2' 'json-glib' 'atk' 'pango' 'mesa' 'libxcomposite' 'libxi') makedepends=('gobject-introspection' 'gtk-doc') -source=(http://www.clutter-project.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('0564e57ca8eb24e76014627c0bb28a80a6c01b620ba14bc4198365562549576d') +source=(http://download.gnome.org/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('206517f8f74252105c46762d11a973b2bae3f2702d2d2ed0cac1206ff5605d9b') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/gdk-pixbuf2/PKGBUILD b/extra/gdk-pixbuf2/PKGBUILD index 032f69e7c..8299a770e 100644 --- a/extra/gdk-pixbuf2/PKGBUILD +++ b/extra/gdk-pixbuf2/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 117317 2011-03-31 00:18:19Z ibiru $ +# $Id: PKGBUILD 127501 2011-06-15 15:14:38Z ibiru $ # Maintainer: Ionut Biru pkgname=gdk-pixbuf2 -pkgver=2.23.3 +pkgver=2.23.4 pkgrel=1 pkgdesc="An image loading library for gtk2" arch=('i686' 'x86_64') url="http://www.gtk.org/" license=('GPL2') -depends=('glib2>=2.28.1' 'libpng' 'libtiff' 'libjpeg' 'libx11') +depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11') makedepends=('gtk-doc' 'gobject-introspection') options=('!libtool') install=gdk-pixbuf2.install -source=(http://download.gnome.org/sources/gdk-pixbuf/2.23/gdk-pixbuf-${pkgver}.tar.bz2) -sha256sums=('9faba780151c02e13cb2029d512c975e9c41b98cd72de6d2cc50e4af10a5e76a') +source=(http://download.gnome.org/sources/gdk-pixbuf/2.23/gdk-pixbuf-${pkgver}.tar.xz) +sha256sums=('66140dda9fb51b3f3d3612db837e82dcdd830cd83809f1feb92154a146b486d7') build() { cd "${srcdir}/gdk-pixbuf-${pkgver}" diff --git a/extra/glibmm/PKGBUILD b/extra/glibmm/PKGBUILD index dbcf18034..d36f55b99 100644 --- a/extra/glibmm/PKGBUILD +++ b/extra/glibmm/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 123377 2011-05-10 16:36:13Z ibiru $ +# $Id: PKGBUILD 127486 2011-06-15 14:58:06Z ibiru $ # Maintainer: Jan de Groot # Contributor: Tom Newsom pkgbase=glibmm pkgname=('glibmm' 'glibmm-docs') -pkgver=2.28.1 +pkgver=2.28.2 pkgrel=1 arch=('i686' 'x86_64') license=('LGPL') -makedepends=('glib2' 'libsigc++2.0' 'pkgconfig' 'mm-common') -source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) +makedepends=('glib2' 'libsigc++2.0' 'pkgconfig') +source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) options=('!libtool') url="http://gtkmm.sourceforge.net/" -sha256sums=('ca74638b91296df127caab30f2d0664746bfefa942ce5a5ecc982e0f16edc145') +sha256sums=('f84e99858d9674705316ec40cb3f03c34129293ebd370a7d63df6d959644cbe3') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/gmime/PKGBUILD b/extra/gmime/PKGBUILD index 663f51870..8ec40cf55 100644 --- a/extra/gmime/PKGBUILD +++ b/extra/gmime/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 113007 2011-03-08 07:02:20Z heftig $ +# $Id: PKGBUILD 127466 2011-06-15 14:36:25Z ibiru $ # Maintainer: Jan de Groot # Contributor: Ben pkgname=gmime -pkgver=2.4.23 +pkgver=2.4.25 pkgrel=1 pkgdesc="Core mime parsing library" arch=('i686' 'x86_64') @@ -12,8 +12,8 @@ url="http://spruce.sourceforge.net/gmime/" depends=('glib2' 'zlib') makedepends=('gtk-sharp-2' 'pkgconfig') options=('!libtool') -source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('0cfd38cd8960979fd6e36a36afa9aec89f33dfe787f2bb11b8e8cdb0809e8377') +source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('c1044330652e7098b58e4b9c32202c5c99534da34aa260fc3b7cf8506cd56413') build() { # get rid of that .wapi errors in fakeroot diff --git a/extra/gnome-applets/PKGBUILD b/extra/gnome-applets/PKGBUILD index 9a601aa2c..6470981a9 100644 --- a/extra/gnome-applets/PKGBUILD +++ b/extra/gnome-applets/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 123041 2011-05-07 17:45:38Z ibiru $ +# $Id: PKGBUILD 127511 2011-06-15 15:25:32Z ibiru $ # Maintainer: Jan de Groot pkgname=gnome-applets -pkgver=3.1.1 +pkgver=3.1.2 pkgrel=1 pkgdesc="GNOME Applets" arch=(i686 x86_64) @@ -13,12 +13,11 @@ options=(!emptydirs) url="http://www.gnome.org" groups=(gnome) install=gnome-applets.install -source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}-20110506.tar.xz) -sha256sums=('eb19a412e804975d614255520f4c7c6477d927e8d5cb6abe217008ab62ab857b') +source=(http://download.gnome.org/sources/${pkgname}/3.1/${pkgname}-${pkgver}.tar.xz) +sha256sums=('ff1d33c5ca304824ddba75333fddae2d28739b417c8f83598805f34b6140938c') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./autogen.sh PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --sysconfdir=/etc --libexecdir=/usr/lib/gnome-applets \ --localstatedir=/var --disable-static \ diff --git a/extra/json-glib/PKGBUILD b/extra/json-glib/PKGBUILD index 444c35cee..e22063f61 100644 --- a/extra/json-glib/PKGBUILD +++ b/extra/json-glib/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 119567 2011-04-12 13:36:07Z heftig $ +# $Id: PKGBUILD 127506 2011-06-15 15:19:08Z ibiru $ # Maintainer: Ionut Biru pkgname=json-glib -pkgver=0.12.4 +pkgver=0.12.6 pkgrel=1 pkgdesc="JSON library built on GLib" arch=('i686' 'x86_64') url="http://live.gnome.org/JsonGlib" license=('GPL') -depends=('glib2>=2.26.0') +depends=('glib2') makedepends=('gobject-introspection') options=('!libtool') -source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.12/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('462cd611016ae189d5e3f258dc7741e6a2e8267404b4e3806aaf346d50f1df7e') +source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.12/${pkgname}-${pkgver}.tar.xz) +sha256sums=('4f670fc356e7a30121ade956e93236986952bb2601d6678e94eab7d87c8866ce') build(){ cd ${srcdir}/${pkgname}-${pkgver} diff --git a/extra/libsocialweb/PKGBUILD b/extra/libsocialweb/PKGBUILD index b0a66654b..7052dc7e9 100644 --- a/extra/libsocialweb/PKGBUILD +++ b/extra/libsocialweb/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 120409 2011-04-23 20:56:42Z ibiru $ +# $Id: PKGBUILD 127471 2011-06-15 14:38:56Z ibiru $ # Maintainer: Jan "heftig" Steffens pkgname=libsocialweb -pkgver=0.25.16 +pkgver=0.25.18 pkgrel=1 pkgdesc="A personal social data server" arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ depends=('glib2' 'gconf' 'libsoup-gnome' 'rest' 'dbus-glib' 'libgnome-keyring' 'json-glib') makedepends=('intltool' 'gtk-doc') options=('!libtool') -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.bz2) -sha256sums=('2726c29c5e334294df81d2d57c750ed86866c64a6b0e14eae7f8c7cc7b033064') +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz) +sha256sums=('67f4c8b0a49258f65defea1383893ba00aa7280508c980d8eaa1292fa2feb34c') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/extra/libunique3/PKGBUILD b/extra/libunique3/PKGBUILD index 87f7a09b9..cb9155eeb 100644 --- a/extra/libunique3/PKGBUILD +++ b/extra/libunique3/PKGBUILD @@ -1,7 +1,7 @@ -# $Id: PKGBUILD 117940 2011-04-04 22:13:19Z ibiru $ +# $Id: PKGBUILD 127496 2011-06-15 15:11:19Z ibiru $ # Maintainer: Jan "heftig" Steffens pkgname=libunique3 -pkgver=3.0.0 +pkgver=3.0.2 pkgrel=1 pkgdesc="Library for writing single instance applications for GTK3" arch=('i686' 'x86_64') @@ -10,8 +10,8 @@ depends=('gtk3') makedepends=('gtk-doc' 'gobject-introspection') options=('!libtool') url="http://live.gnome.org/LibUnique" -source=(http://ftp.gnome.org/pub/gnome/sources/libunique/${pkgver%.*}/libunique-${pkgver}.tar.bz2) -sha256sums=('e945ff3d3bb7d4085ed73b5418f2935097bb0afc07287739c8f0d6fc049202e1') +source=(http://ftp.gnome.org/pub/gnome/sources/libunique/${pkgver%.*}/libunique-${pkgver}.tar.xz) +sha256sums=('a8f02ce073e2b920cca8ac45d418e7cb64438ad0814780c5912c6d63f8a4e038') build() { cd "${srcdir}/libunique-${pkgver}" diff --git a/extra/python2/PKGBUILD b/extra/python2/PKGBUILD index af34f960a..f1c56f85d 100644 --- a/extra/python2/PKGBUILD +++ b/extra/python2/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 119810 2011-04-15 12:17:53Z stephane $ -# Maintainer: Allan McRae -# Contributer: Stéphane Gaudreault +# $Id: PKGBUILD 127261 2011-06-12 03:23:25Z stephane $ +# Maintainer: Stéphane Gaudreault +# Contributer: Allan McRae # Contributer: Jason Chu pkgname=python2 -pkgver=2.7.1 -pkgrel=9 +pkgver=2.7.2 +pkgrel=1 _pybasever=2.7 pkgdesc="A high-level scripting language" arch=('i686' 'x86_64') @@ -16,13 +16,9 @@ makedepends=('tk') optdepends=('tk: for IDLE') conflicts=('python<3') options=('!makeflags') -source=(http://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.bz2 - CVE-2011-1521.patch - python-2.7.1-fix-decimal-in-turkish-locale.patch +source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz python-2.7-db51.patch) -sha1sums=('fbe1894322ff91b80726e269c97454f4129fc2a3' - '31cdc76092d0f598289aaeb18e492874c981904d' - 'baf470682ae7d2b55caaa173696d08d3f468a569' +sha1sums=('56700044141402dc35e7a0a24aa7ffda1a8c1a53' '9667a2a2f8594902b352793e649f78696a77bd13') build() { @@ -30,14 +26,6 @@ build() { patch -Np1 -i ../python-2.7-db51.patch - # Fix urllib Security Vulnerability - # http://blog.python.org/2011/04/urllib-security-vulnerability-fixed.html - patch -Np1 -i ../CVE-2011-1521.patch - - # Fix "import decimal" in the Turkish locale - # cf : https://bugzilla.redhat.com/show_bug.cgi?id=694928 - patch -Np1 -i ../python-2.7.1-fix-decimal-in-turkish-locale.patch - # Temporary workaround for FS#22322 # See http://bugs.python.org/issue10835 for upstream report sed -i "/progname =/s/python/python${_pybasever}/" Python/pythonrun.c @@ -45,6 +33,9 @@ build() { # Enable built-in SQLite3 module to load extensions (fix FS#22122) sed -i "/SQLITE_OMIT_LOAD_EXTENSION/d" setup.py + # FS#2399 + sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python2|" Lib/cgi.py + # Ensure that we are using the system copy of various libraries (expat, zlib and libffi), # rather than copies shipped in the tarball rm -r Modules/expat diff --git a/extra/vte/PKGBUILD b/extra/vte/PKGBUILD index e4cc09530..b518910dc 100644 --- a/extra/vte/PKGBUILD +++ b/extra/vte/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 126563 2011-06-06 09:54:32Z jgc $ +# $Id: PKGBUILD 127491 2011-06-15 15:04:50Z ibiru $ # Maintainer: Jan de Groot pkgbase=vte pkgname=(vte vte3 vte-common) -pkgver=0.28.0 -pkgrel=2 +pkgver=0.28.1 +pkgrel=1 pkgdesc="Virtual Terminal Emulator widget for use with" arch=('i686' 'x86_64') license=('LGPL') options=('!libtool' '!emptydirs') makedepends=('pygtk' 'intltool' 'gobject-introspection' 'gtk2' 'gtk3' 'pygobject-devel' 'gtk-doc') url="http://www.gnome.org" -source=(http://ftp.gnome.org/pub/GNOME/sources/vte/0.28/vte-${pkgver}.tar.bz2) -sha256sums=('1467c566aa9e55c1e33aa1dfea3f14dd4c8a4a63ff0005b254bd8c2c375d952e') +source=(http://ftp.gnome.org/pub/GNOME/sources/vte/0.28/vte-${pkgver}.tar.xz) +sha256sums=('ad1b868356e0231c42ac2493d3e2a7726014c9dc4110ec89fbb01aee8c2ed7ad') build() { cd "${srcdir}/${pkgbase}-${pkgver}" -- cgit v1.2.3-54-g00ecf