[arch-commits] Commit in pygobject/trunk (PKGBUILD)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 06:27:37
  Author: heftig
Revision: 154413

3.2.0

Modified:
  pygobject/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 05:57:45 UTC (rev 154412)
+++ PKGBUILD2012-03-28 10:27:37 UTC (rev 154413)
@@ -3,7 +3,7 @@
 
 pkgbase=pygobject
 pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.1.93
+pkgver=3.2.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url=https://live.gnome.org/PyGObject;
@@ -11,7 +11,7 @@
 makedepends=('python' 'python2' 'python-cairo' 'python2-cairo' 
'gobject-introspection')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
 options=('!libtool')
-sha256sums=('2090c9a97113829603c94b29753be96c6f1d3a9e3e7a2e43a7ab3256abb6c4a0')
+sha256sums=('1a2140c4c4ce0c1a5d7abe74eeb7a7040f426cb17943c3ae7e57695b355151c3')
 
 build() {
   cp -a $pkgbase-$pkgver python2-build



[arch-commits] Commit in pygobject/repos (4 files)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 06:29:14
  Author: heftig
Revision: 154414

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  pygobject/repos/gnome-unstable-i686/PKGBUILD
(from rev 154413, pygobject/trunk/PKGBUILD)
  pygobject/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154413, pygobject/trunk/PKGBUILD)
Deleted:
  pygobject/repos/gnome-unstable-i686/PKGBUILD
  pygobject/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |  116 +++
 gnome-unstable-x86_64/PKGBUILD |  116 +++
 2 files changed, 116 insertions(+), 116 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-28 10:27:37 UTC (rev 154413)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 10:29:14 UTC (rev 154414)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.1.93
-pkgrel=1
-arch=('i686' 'x86_64')
-url=https://live.gnome.org/PyGObject;
-license=('LGPL')
-makedepends=('python' 'python2' 'python-cairo' 'python2-cairo' 
'gobject-introspection')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
-options=('!libtool')
-sha256sums=('2090c9a97113829603c94b29753be96c6f1d3a9e3e7a2e43a7ab3256abb6c4a0')
-
-build() {
-  cp -a $pkgbase-$pkgver python2-build
-  mkdir devel
-
-  (
-cd python2-build
-export PYTHON=/usr/bin/python2
-./configure --prefix=/usr
-make
-  )
-
-  (
-cd $pkgbase-$pkgver
-./configure --prefix=/usr
-make
-  )
-}
-
-package_python-gobject() {
-  pkgdesc=Python 3 bindings for GObject
-  depends=('gobject-introspection' 'python-cairo' pygobject-devel=$pkgver)
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-  rm -r $pkgdir/usr/{include,lib/pkgconfig}
-}
-
-package_python2-gobject() {
-  pkgdesc=Python 2 bindings for GObject
-  depends=('gobject-introspection' 'python2-cairo' pygobject-devel=$pkgver)
-
-  cd python2-build
-  make DESTDIR=$pkgdir install
-  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
-}
-
-package_pygobject-devel() {
-  pkgdesc=Development files for the pygobject bindings
-  cd devel
-  mkdir -p $pkgdir/usr/{include,lib}
-  mv include $pkgdir/usr/
-  mv pkgconfig $pkgdir/usr/lib/
-}

Copied: pygobject/repos/gnome-unstable-i686/PKGBUILD (from rev 154413, 
pygobject/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 10:29:14 UTC (rev 154414)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.2.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url=https://live.gnome.org/PyGObject;
+license=('LGPL')
+makedepends=('python' 'python2' 'python-cairo' 'python2-cairo' 
'gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+options=('!libtool')
+sha256sums=('1a2140c4c4ce0c1a5d7abe74eeb7a7040f426cb17943c3ae7e57695b355151c3')
+
+build() {
+  cp -a $pkgbase-$pkgver python2-build
+  mkdir devel
+
+  (
+cd python2-build
+export PYTHON=/usr/bin/python2
+./configure --prefix=/usr
+make
+  )
+
+  (
+cd $pkgbase-$pkgver
+./configure --prefix=/usr
+make
+  )
+}
+
+package_python-gobject() {
+  pkgdesc=Python 3 bindings for GObject
+  depends=('gobject-introspection' 'python-cairo' pygobject-devel=$pkgver)
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -r $pkgdir/usr/{include,lib/pkgconfig}
+}
+
+package_python2-gobject() {
+  pkgdesc=Python 2 bindings for GObject
+  depends=('gobject-introspection' 'python2-cairo' pygobject-devel=$pkgver)
+
+  cd python2-build
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
+}
+
+package_pygobject-devel() {
+  pkgdesc=Development files for the pygobject bindings
+  cd devel
+  mkdir -p $pkgdir/usr/{include,lib}
+  mv include $pkgdir/usr/
+  mv pkgconfig $pkgdir/usr/lib/
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-03-28 10:27:37 UTC (rev 154413)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-28 10:29:14 UTC (rev 154414)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.1.93
-pkgrel=1
-arch=('i686' 'x86_64')
-url=https://live.gnome.org/PyGObject;
-license=('LGPL')
-makedepends=('python' 'python2' 'python-cairo' 'python2-cairo' 
'gobject-introspection')

[arch-commits] Commit in gnome-dictionary/trunk (PKGBUILD)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 06:36:07
  Author: heftig
Revision: 154415

3.4.0

Modified:
  gnome-dictionary/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 10:29:14 UTC (rev 154414)
+++ PKGBUILD2012-03-28 10:36:07 UTC (rev 154415)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=gnome-dictionary
-pkgver=3.3.2
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=Look up words in dictionary sources
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 install=$pkgname.install
 options=(!libtool)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4bd6f51a98446f8c8d2bceb19bbb5221bd8b2eb2d75f23d2ad8d1045c0aafa24')
+sha256sums=('70a15987617f5ae39f1fc27f7ed0a039193b4704cef7b89ed3aea30ac38f56af')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-dictionary/repos (8 files)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 06:37:52
  Author: heftig
Revision: 154416

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-dictionary/repos/gnome-unstable-i686/PKGBUILD
(from rev 154415, gnome-dictionary/trunk/PKGBUILD)
  gnome-dictionary/repos/gnome-unstable-i686/gnome-dictionary.install
(from rev 154415, gnome-dictionary/trunk/gnome-dictionary.install)
  gnome-dictionary/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154415, gnome-dictionary/trunk/PKGBUILD)
  gnome-dictionary/repos/gnome-unstable-x86_64/gnome-dictionary.install
(from rev 154415, gnome-dictionary/trunk/gnome-dictionary.install)
Deleted:
  gnome-dictionary/repos/gnome-unstable-i686/PKGBUILD
  gnome-dictionary/repos/gnome-unstable-i686/gnome-dictionary.install
  gnome-dictionary/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-dictionary/repos/gnome-unstable-x86_64/gnome-dictionary.install

+
 gnome-unstable-i686/PKGBUILD   |   56 +++
 gnome-unstable-i686/gnome-dictionary.install   |   22 -
 gnome-unstable-x86_64/PKGBUILD |   56 +++
 gnome-unstable-x86_64/gnome-dictionary.install |   22 -
 4 files changed, 78 insertions(+), 78 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-28 10:36:07 UTC (rev 154415)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 10:37:52 UTC (rev 154416)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=gnome-dictionary
-pkgver=3.3.2
-pkgrel=1
-pkgdesc=Look up words in dictionary sources
-arch=(i686 x86_64)
-url=http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3')
-makedepends=('intltool' 'gnome-doc-utils')
-install=$pkgname.install
-options=(!libtool)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4bd6f51a98446f8c8d2bceb19bbb5221bd8b2eb2d75f23d2ad8d1045c0aafa24')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-dictionary/repos/gnome-unstable-i686/PKGBUILD (from rev 154415, 
gnome-dictionary/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 10:37:52 UTC (rev 154416)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=gnome-dictionary
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=Look up words in dictionary sources
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3')
+makedepends=('intltool' 'gnome-doc-utils')
+install=$pkgname.install
+options=(!libtool)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('70a15987617f5ae39f1fc27f7ed0a039193b4704cef7b89ed3aea30ac38f56af')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/gnome-dictionary.install
===
--- gnome-unstable-i686/gnome-dictionary.install2012-03-28 10:36:07 UTC 
(rev 154415)
+++ gnome-unstable-i686/gnome-dictionary.install2012-03-28 10:37:52 UTC 
(rev 154416)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-dictionary/repos/gnome-unstable-i686/gnome-dictionary.install 
(from rev 154415, gnome-dictionary/trunk/gnome-dictionary.install)
===
--- gnome-unstable-i686/gnome-dictionary.install
(rev 0)
+++ gnome-unstable-i686/gnome-dictionary.install2012-03-28 10:37:52 UTC 
(rev 154416)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-03-28 10:36:07 UTC (rev 154415)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-28 10:37:52 UTC (rev 154416)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=gnome-dictionary
-pkgver=3.3.2
-pkgrel=1
-pkgdesc=Look up words in dictionary sources
-arch=(i686 x86_64)
-url=http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3')
-makedepends=('intltool' 'gnome-doc-utils')
-install=$pkgname.install
-options=(!libtool)

[arch-commits] Commit in libgnome-keyring/trunk (PKGBUILD)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 06:41:35
  Author: heftig
Revision: 154417

3.4.0

Modified:
  libgnome-keyring/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 10:37:52 UTC (rev 154416)
+++ PKGBUILD2012-03-28 10:41:35 UTC (rev 154417)
@@ -2,7 +2,7 @@
 #Maintainer: Jan De Groot j...@archlinux.org
 
 pkgname=libgnome-keyring
-pkgver=3.3.92
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=GNOME keyring client library
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 options=('!libtool' '!emptydirs')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a7afee6e76318b965b8f105ebe633f5678868d9dbd2d6a8af67e80db0f00b2c9')
+sha256sums=('60cc0728fd9c1c10c62b05abec24037ca616931e167b658ed78ec93ede2d3f7a')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-keyring/trunk (PKGBUILD)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 06:45:32
  Author: heftig
Revision: 154418

3.4.0

Modified:
  gnome-keyring/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 10:41:35 UTC (rev 154417)
+++ PKGBUILD2012-03-28 10:45:32 UTC (rev 154418)
@@ -2,7 +2,7 @@
 # Maintainer: Jan De Groot j...@archlinux.org
 
 pkgname=gnome-keyring
-pkgver=3.3.92
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=GNOME Password Management daemon
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url=http://www.gnome.org;
 install=gnome-keyring.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('968bb7a099214259b333ed0e9f88960da59228b05e18817b7e679b6a8de48a2e')
+sha256sums=('a3ea4ea71cdc5f25a4d72027ea6b775d20d9fead1ac71210d743e4cb2df3c3a2')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gcr/trunk (PKGBUILD)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 06:45:39
  Author: heftig
Revision: 154419

3.4.0

Modified:
  gcr/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 10:45:32 UTC (rev 154418)
+++ PKGBUILD2012-03-28 10:45:39 UTC (rev 154419)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gcr
-pkgver=3.3.92
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=A library for bits of crypto UI and parsing
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=(!libtool)
 install=gcr.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('06ee57d14a00ffd514f636e91d00a2bb5c8ca9783dda3864ea6e67425bef9465')
+sha256sums=('6cb92178a04b5ea335102b43027420c200fe6a053e5e2009ffae91914a268106')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in libgnome-keyring/repos (4 files)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 06:46:14
  Author: heftig
Revision: 154421

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libgnome-keyring/repos/gnome-unstable-i686/PKGBUILD
(from rev 154419, libgnome-keyring/trunk/PKGBUILD)
  libgnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154420, libgnome-keyring/trunk/PKGBUILD)
Deleted:
  libgnome-keyring/repos/gnome-unstable-i686/PKGBUILD
  libgnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   56 +++
 gnome-unstable-x86_64/PKGBUILD |   56 +++
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-28 10:46:00 UTC (rev 154420)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 10:46:14 UTC (rev 154421)
@@ -1,28 +0,0 @@
-#$Id$
-#Maintainer: Jan De Groot j...@archlinux.org
-
-pkgname=libgnome-keyring
-pkgver=3.3.92
-pkgrel=1
-pkgdesc=GNOME keyring client library
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('dbus-core' 'glib2' 'libgcrypt')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool' '!emptydirs')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a7afee6e76318b965b8f105ebe633f5678868d9dbd2d6a8af67e80db0f00b2c9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-keyring
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libgnome-keyring/repos/gnome-unstable-i686/PKGBUILD (from rev 154419, 
libgnome-keyring/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 10:46:14 UTC (rev 154421)
@@ -0,0 +1,28 @@
+#$Id$
+#Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=libgnome-keyring
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=GNOME keyring client library
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus-core' 'glib2' 'libgcrypt')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('60cc0728fd9c1c10c62b05abec24037ca616931e167b658ed78ec93ede2d3f7a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-03-28 10:46:00 UTC (rev 154420)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-28 10:46:14 UTC (rev 154421)
@@ -1,28 +0,0 @@
-#$Id$
-#Maintainer: Jan De Groot j...@archlinux.org
-
-pkgname=libgnome-keyring
-pkgver=3.3.92
-pkgrel=1
-pkgdesc=GNOME keyring client library
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('dbus-core' 'glib2' 'libgcrypt')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool' '!emptydirs')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a7afee6e76318b965b8f105ebe633f5678868d9dbd2d6a8af67e80db0f00b2c9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-keyring
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libgnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD (from rev 154420, 
libgnome-keyring/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-28 10:46:14 UTC (rev 154421)
@@ -0,0 +1,28 @@
+#$Id$
+#Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=libgnome-keyring
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=GNOME keyring client library
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('dbus-core' 'glib2' 'libgcrypt')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('60cc0728fd9c1c10c62b05abec24037ca616931e167b658ed78ec93ede2d3f7a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  

[arch-commits] Commit in gcr/repos (8 files)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 06:47:07
  Author: heftig
Revision: 154422

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gcr/repos/gnome-unstable-i686/PKGBUILD
(from rev 154421, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-i686/gcr.install
(from rev 154421, gcr/trunk/gcr.install)
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154421, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-x86_64/gcr.install
(from rev 154421, gcr/trunk/gcr.install)
Deleted:
  gcr/repos/gnome-unstable-i686/PKGBUILD
  gcr/repos/gnome-unstable-i686/gcr.install
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
  gcr/repos/gnome-unstable-x86_64/gcr.install

---+
 gnome-unstable-i686/PKGBUILD  |   66 ++--
 gnome-unstable-i686/gcr.install   |   28 +++
 gnome-unstable-x86_64/PKGBUILD|   66 ++--
 gnome-unstable-x86_64/gcr.install |   28 +++
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-28 10:46:14 UTC (rev 154421)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 10:47:07 UTC (rev 154422)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.3.92
-pkgrel=1
-pkgdesc=A library for bits of crypto UI and parsing
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=('GPL2')
-depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt')
-makedepends=('intltool' 'gobject-introspection')
-options=(!libtool)
-install=gcr.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('06ee57d14a00ffd514f636e91d00a2bb5c8ca9783dda3864ea6e67425bef9465')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---libexec=/usr/lib/gcr \
---disable-static \
---disable-update-mime \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcr/repos/gnome-unstable-i686/PKGBUILD (from rev 154421, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 10:47:07 UTC (rev 154422)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=A library for bits of crypto UI and parsing
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt')
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6cb92178a04b5ea335102b43027420c200fe6a053e5e2009ffae91914a268106')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexec=/usr/lib/gcr \
+--disable-static \
+--disable-update-mime \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/gcr.install
===
--- gnome-unstable-i686/gcr.install 2012-03-28 10:46:14 UTC (rev 154421)
+++ gnome-unstable-i686/gcr.install 2012-03-28 10:47:07 UTC (rev 154422)
@@ -1,14 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-mime-database /usr/share/mime  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade () {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gcr/repos/gnome-unstable-i686/gcr.install (from rev 154421, 
gcr/trunk/gcr.install)
===
--- gnome-unstable-i686/gcr.install (rev 0)
+++ gnome-unstable-i686/gcr.install 2012-03-28 10:47:07 UTC (rev 154422)
@@ -0,0 +1,14 @@
+post_install () {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database /usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade () {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-03-28 10:46:14 UTC (rev 154421)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-28 10:47:07 UTC (rev 154422)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.3.92
-pkgrel=1
-pkgdesc=A library for bits of crypto UI and parsing

[arch-commits] Commit in gnome-keyring/repos (8 files)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 06:48:45
  Author: heftig
Revision: 154423

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-keyring/repos/gnome-unstable-i686/PKGBUILD
(from rev 154422, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install
(from rev 154422, gnome-keyring/trunk/gnome-keyring.install)
  gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154422, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install
(from rev 154422, gnome-keyring/trunk/gnome-keyring.install)
Deleted:
  gnome-keyring/repos/gnome-unstable-i686/PKGBUILD
  gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install
  gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install

-+
 gnome-unstable-i686/PKGBUILD|   64 +-
 gnome-unstable-i686/gnome-keyring.install   |   24 -
 gnome-unstable-x86_64/PKGBUILD  |   64 +-
 gnome-unstable-x86_64/gnome-keyring.install |   24 -
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-28 10:47:07 UTC (rev 154422)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 10:48:45 UTC (rev 154423)
@@ -1,32 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot j...@archlinux.org
-
-pkgname=gnome-keyring
-pkgver=3.3.92
-pkgrel=1
-pkgdesc=GNOME Password Management daemon
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('gtk3' 'gcr' 'libcap-ng')
-makedepends=('intltool')
-groups=('gnome')
-options=('!libtool' '!emptydirs')
-url=http://www.gnome.org;
-install=gnome-keyring.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('968bb7a099214259b333ed0e9f88960da59228b05e18817b7e679b6a8de48a2e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-keyring \
-  --with-pam-dir=/lib/security --with-root-certs=/etc/ssl/certs \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-keyring/repos/gnome-unstable-i686/PKGBUILD (from rev 154422, 
gnome-keyring/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 10:48:45 UTC (rev 154423)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=gnome-keyring
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=GNOME Password Management daemon
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk3' 'gcr' 'libcap-ng')
+makedepends=('intltool')
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a3ea4ea71cdc5f25a4d72027ea6b775d20d9fead1ac71210d743e4cb2df3c3a2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring \
+  --with-pam-dir=/lib/security --with-root-certs=/etc/ssl/certs \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/gnome-keyring.install
===
--- gnome-unstable-i686/gnome-keyring.install   2012-03-28 10:47:07 UTC (rev 
154422)
+++ gnome-unstable-i686/gnome-keyring.install   2012-03-28 10:48:45 UTC (rev 
154423)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}

Copied: gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install (from rev 
154422, gnome-keyring/trunk/gnome-keyring.install)
===
--- gnome-unstable-i686/gnome-keyring.install   (rev 0)
+++ gnome-unstable-i686/gnome-keyring.install   2012-03-28 10:48:45 UTC (rev 
154423)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- 

[arch-commits] Commit in gnome-common/repos (2 files)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 06:49:30
  Author: heftig
Revision: 154424

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-common/repos/gnome-unstable-any/
  gnome-common/repos/gnome-unstable-any/PKGBUILD
(from rev 154423, gnome-common/trunk/PKGBUILD)

--+
 PKGBUILD |   23 +++
 1 file changed, 23 insertions(+)

Copied: gnome-common/repos/gnome-unstable-any/PKGBUILD (from rev 154423, 
gnome-common/trunk/PKGBUILD)
===
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2012-03-28 10:49:30 UTC (rev 154424)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-common
+pkgver=3.4.0.1
+pkgrel=1
+pkgdesc=Common development macros for GNOME
+arch=(any)
+license=('GPL')
+url=http://www.gnome.org;
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3d92a5d1dae550c409f644d87a4bba17342e14fb11ce8b1e58757ce35f3a46f7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in gucharmap/trunk (PKGBUILD)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 06:52:51
  Author: heftig
Revision: 154425

3.4.0.1

Modified:
  gucharmap/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 10:49:30 UTC (rev 154424)
+++ PKGBUILD2012-03-28 10:52:51 UTC (rev 154425)
@@ -3,7 +3,7 @@
 # Contributor: Jan De Groot j...@archlinux.org
 
 pkgname=gucharmap
-pkgver=3.3.1
+pkgver=3.4.0.1
 pkgrel=1
 pkgdesc=Gnome Unicode Charmap
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
 options=('!libtool' '!emptydirs')
 install=gucharmap.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ed70de66eb733349807c319240c78397c5f001f5419833208b8b0fbcf3b2d179')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('eac2f2281cde5118544bc930b9ce90e68302a8c4ea09755f0db3e2e5e022b23c')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in librsvg/trunk (PKGBUILD)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 06:55:03
  Author: heftig
Revision: 154426

2.36.0

Modified:
  librsvg/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 10:52:51 UTC (rev 154425)
+++ PKGBUILD2012-03-28 10:55:03 UTC (rev 154426)
@@ -2,19 +2,19 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=librsvg
-pkgver=2.35.2
+pkgver=2.36.0
 pkgrel=1
 pkgdesc=A SVG viewing library
 arch=(i686 x86_64)
 license=('LGPL')
 depends=('gdk-pixbuf2=2.24.1-3' 'pango' 'libcroco')
-makedepends=('intltool' 'gtk2' 'gtk3')
+makedepends=('intltool' 'gtk2' 'gtk3' 'gobject-introspection')
 optdepends=('gtk3: for rsvg-view-3')
 options=('!libtool' '!emptydirs')
 url=http://librsvg.sourceforge.net/;
 install=librsvg.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('84bf2a293d374711654c4472d7e1ca9e152f6b0f0def050c09b77d9d8dd2354c')
+sha256sums=('e6475e08c73e92c8bc58824e215551bd64ac5e9a492ff8c520b89c01a7ea510a')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gucharmap/repos (8 files)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 06:55:55
  Author: heftig
Revision: 154427

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gucharmap/repos/gnome-unstable-i686/PKGBUILD
(from rev 154425, gucharmap/trunk/PKGBUILD)
  gucharmap/repos/gnome-unstable-i686/gucharmap.install
(from rev 154425, gucharmap/trunk/gucharmap.install)
  gucharmap/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154426, gucharmap/trunk/PKGBUILD)
  gucharmap/repos/gnome-unstable-x86_64/gucharmap.install
(from rev 154426, gucharmap/trunk/gucharmap.install)
Deleted:
  gucharmap/repos/gnome-unstable-i686/PKGBUILD
  gucharmap/repos/gnome-unstable-i686/gucharmap.install
  gucharmap/repos/gnome-unstable-x86_64/PKGBUILD
  gucharmap/repos/gnome-unstable-x86_64/gucharmap.install

-+
 gnome-unstable-i686/PKGBUILD|   60 +++---
 gnome-unstable-i686/gucharmap.install   |   33 
 gnome-unstable-x86_64/PKGBUILD  |   60 +++---
 gnome-unstable-x86_64/gucharmap.install |   33 
 4 files changed, 94 insertions(+), 92 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-28 10:55:03 UTC (rev 154426)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 10:55:55 UTC (rev 154427)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan De Groot j...@archlinux.org
-
-pkgname=gucharmap
-pkgver=3.3.1
-pkgrel=1
-pkgdesc=Gnome Unicode Charmap
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.gnome.org;
-depends=('dconf' 'gtk3' 'hicolor-icon-theme')
-makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
-options=('!libtool' '!emptydirs')
-install=gucharmap.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ed70de66eb733349807c319240c78397c5f001f5419833208b8b0fbcf3b2d179')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile  --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gucharmap/repos/gnome-unstable-i686/PKGBUILD (from rev 154425, 
gucharmap/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 10:55:55 UTC (rev 154427)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan De Groot j...@archlinux.org
+
+pkgname=gucharmap
+pkgver=3.4.0.1
+pkgrel=1
+pkgdesc=Gnome Unicode Charmap
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnome.org;
+depends=('dconf' 'gtk3' 'hicolor-icon-theme')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+install=gucharmap.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('eac2f2281cde5118544bc930b9ce90e68302a8c4ea09755f0db3e2e5e022b23c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile  --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/gucharmap.install
===
--- gnome-unstable-i686/gucharmap.install   2012-03-28 10:55:03 UTC (rev 
154426)
+++ gnome-unstable-i686/gucharmap.install   2012-03-28 10:55:55 UTC (rev 
154427)
@@ -1,16 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  (( $(vercmp $2 3.3)  0 ))  gconfpkg --uninstall gucharmap
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gucharmap/repos/gnome-unstable-i686/gucharmap.install (from rev 154425, 
gucharmap/trunk/gucharmap.install)
===
--- gnome-unstable-i686/gucharmap.install   (rev 0)
+++ gnome-unstable-i686/gucharmap.install   2012-03-28 10:55:55 UTC (rev 
154427)
@@ -0,0 +1,17 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  (( $(vercmp $2 3.3)  0 ))  gconfpkg --uninstall gucharmap
+  return 0
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-03-28 

[arch-commits] Commit in gnome-terminal/trunk (PKGBUILD)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 07:07:02
  Author: heftig
Revision: 154428

3.4.0.1

Modified:
  gnome-terminal/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 10:55:55 UTC (rev 154427)
+++ PKGBUILD2012-03-28 11:07:02 UTC (rev 154428)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-terminal
-pkgver=3.3.0
+pkgver=3.4.0.1
 pkgrel=1
 pkgdesc=The GNOME Terminal Emulator
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 url=http://www.gnome.org;
 groups=('gnome')
 install=gnome-terminal.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7b158505dc1c8e03d75fabfae22eaec0404e934af0d0ab1eab202f0f8826befe')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1369298498d62993b075dc6d4b9669bbce1acb7ba1f670a0ba39e40a2a25a092')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in librsvg/repos (8 files)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 07:07:58
  Author: heftig
Revision: 154429

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  librsvg/repos/gnome-unstable-i686/PKGBUILD
(from rev 154428, librsvg/trunk/PKGBUILD)
  librsvg/repos/gnome-unstable-i686/librsvg.install
(from rev 154428, librsvg/trunk/librsvg.install)
  librsvg/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154428, librsvg/trunk/PKGBUILD)
  librsvg/repos/gnome-unstable-x86_64/librsvg.install
(from rev 154428, librsvg/trunk/librsvg.install)
Deleted:
  librsvg/repos/gnome-unstable-i686/PKGBUILD
  librsvg/repos/gnome-unstable-i686/librsvg.install
  librsvg/repos/gnome-unstable-x86_64/PKGBUILD
  librsvg/repos/gnome-unstable-x86_64/librsvg.install

---+
 gnome-unstable-i686/PKGBUILD  |   56 
 gnome-unstable-i686/librsvg.install   |   22 ++--
 gnome-unstable-x86_64/PKGBUILD|   56 
 gnome-unstable-x86_64/librsvg.install |   22 ++--
 4 files changed, 78 insertions(+), 78 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-28 11:07:02 UTC (rev 154428)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 11:07:58 UTC (rev 154429)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=librsvg
-pkgver=2.35.2
-pkgrel=1
-pkgdesc=A SVG viewing library
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2=2.24.1-3' 'pango' 'libcroco')
-makedepends=('intltool' 'gtk2' 'gtk3')
-optdepends=('gtk3: for rsvg-view-3')
-options=('!libtool' '!emptydirs')
-url=http://librsvg.sourceforge.net/;
-install=librsvg.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('84bf2a293d374711654c4472d7e1ca9e152f6b0f0def050c09b77d9d8dd2354c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: librsvg/repos/gnome-unstable-i686/PKGBUILD (from rev 154428, 
librsvg/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 11:07:58 UTC (rev 154429)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=librsvg
+pkgver=2.36.0
+pkgrel=1
+pkgdesc=A SVG viewing library
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2=2.24.1-3' 'pango' 'libcroco')
+makedepends=('intltool' 'gtk2' 'gtk3' 'gobject-introspection')
+optdepends=('gtk3: for rsvg-view-3')
+options=('!libtool' '!emptydirs')
+url=http://librsvg.sourceforge.net/;
+install=librsvg.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e6475e08c73e92c8bc58824e215551bd64ac5e9a492ff8c520b89c01a7ea510a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/librsvg.install
===
--- gnome-unstable-i686/librsvg.install 2012-03-28 11:07:02 UTC (rev 154428)
+++ gnome-unstable-i686/librsvg.install 2012-03-28 11:07:58 UTC (rev 154429)
@@ -1,11 +0,0 @@
-post_install() {
-usr/bin/gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: librsvg/repos/gnome-unstable-i686/librsvg.install (from rev 154428, 
librsvg/trunk/librsvg.install)
===
--- gnome-unstable-i686/librsvg.install (rev 0)
+++ gnome-unstable-i686/librsvg.install 2012-03-28 11:07:58 UTC (rev 154429)
@@ -0,0 +1,11 @@
+post_install() {
+usr/bin/gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-03-28 11:07:02 UTC (rev 154428)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-28 11:07:58 UTC (rev 154429)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=librsvg
-pkgver=2.35.2
-pkgrel=1
-pkgdesc=A SVG viewing library
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2=2.24.1-3' 'pango' 'libcroco')
-makedepends=('intltool' 'gtk2' 'gtk3')
-optdepends=('gtk3: for rsvg-view-3')
-options=('!libtool' '!emptydirs')
-url=http://librsvg.sourceforge.net/;
-install=librsvg.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)

[arch-commits] Commit in gnome-terminal/repos (8 files)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 07:08:49
  Author: heftig
Revision: 154430

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-terminal/repos/gnome-unstable-i686/PKGBUILD
(from rev 154429, gnome-terminal/trunk/PKGBUILD)
  gnome-terminal/repos/gnome-unstable-i686/gnome-terminal.install
(from rev 154429, gnome-terminal/trunk/gnome-terminal.install)
  gnome-terminal/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154429, gnome-terminal/trunk/PKGBUILD)
  gnome-terminal/repos/gnome-unstable-x86_64/gnome-terminal.install
(from rev 154429, gnome-terminal/trunk/gnome-terminal.install)
Deleted:
  gnome-terminal/repos/gnome-unstable-i686/PKGBUILD
  gnome-terminal/repos/gnome-unstable-i686/gnome-terminal.install
  gnome-terminal/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-terminal/repos/gnome-unstable-x86_64/gnome-terminal.install

--+
 gnome-unstable-i686/PKGBUILD |   66 -
 gnome-unstable-i686/gnome-terminal.install   |   34 ++--
 gnome-unstable-x86_64/PKGBUILD   |   66 -
 gnome-unstable-x86_64/gnome-terminal.install |   34 ++--
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-28 11:07:58 UTC (rev 154429)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 11:08:49 UTC (rev 154430)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-terminal
-pkgver=3.3.0
-pkgrel=1
-pkgdesc=The GNOME Terminal Emulator
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gconf' 'vte3' 'gsettings-desktop-schemas' 'libsm')
-makedepends=('gnome-doc-utils' 'intltool' 'gtk2')
-options=('!emptydirs')
-url=http://www.gnome.org;
-groups=('gnome')
-install=gnome-terminal.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7b158505dc1c8e03d75fabfae22eaec0404e934af0d0ab1eab202f0f8826befe')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-
-  install -m755 -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain gnome-terminal $pkgdir/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: gnome-terminal/repos/gnome-unstable-i686/PKGBUILD (from rev 154429, 
gnome-terminal/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 11:08:49 UTC (rev 154430)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-terminal
+pkgver=3.4.0.1
+pkgrel=1
+pkgdesc=The GNOME Terminal Emulator
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gconf' 'vte3' 'gsettings-desktop-schemas' 'libsm')
+makedepends=('gnome-doc-utils' 'intltool' 'gtk2')
+options=('!emptydirs')
+url=http://www.gnome.org;
+groups=('gnome')
+install=gnome-terminal.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1369298498d62993b075dc6d4b9669bbce1acb7ba1f670a0ba39e40a2a25a092')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain gnome-terminal $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Deleted: gnome-unstable-i686/gnome-terminal.install
===
--- gnome-unstable-i686/gnome-terminal.install  2012-03-28 11:07:58 UTC (rev 
154429)
+++ gnome-unstable-i686/gnome-terminal.install  2012-03-28 11:08:49 UTC (rev 
154430)
@@ -1,17 +0,0 @@
-pkgname=gnome-terminal
-
-post_install() {
-  gconfpkg --install $pkgname
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}

Copied: gnome-terminal/repos/gnome-unstable-i686/gnome-terminal.install (from 
rev 154429, gnome-terminal/trunk/gnome-terminal.install)
===
--- gnome-unstable-i686/gnome-terminal.install  (rev 0)
+++ gnome-unstable-i686/gnome-terminal.install  2012-03-28 11:08:49 UTC (rev 
154430)
@@ -0,0 +1,17 @@
+pkgname=gnome-terminal
+
+post_install() {
+  

[arch-commits] Commit in libcroco/trunk (PKGBUILD)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 07:15:07
  Author: heftig
Revision: 154431

0.6.5

Modified:
  libcroco/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 11:08:49 UTC (rev 154430)
+++ PKGBUILD2012-03-28 11:15:07 UTC (rev 154431)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libcroco
-pkgver=0.6.4
+pkgver=0.6.5
 pkgrel=1
 pkgdesc=A CSS parsing library
 arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
 url=http://www.gnome.org;
-sha256sums=('c816bad3406c52a98d84ac0e4a7b70ee0640b49cde4a236deaa02c4232ea')
+sha256sums=('2c6959c3644e889264a61c35ddf17401c86943681d4fe3c1682ecd9acabda7e3')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in libcroco/repos (4 files)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 07:15:41
  Author: heftig
Revision: 154432

archrelease: copy trunk to gnome-unstable-x86_64, gnome-unstable-i686

Added:
  libcroco/repos/gnome-unstable-i686/
  libcroco/repos/gnome-unstable-i686/PKGBUILD
(from rev 154431, libcroco/trunk/PKGBUILD)
  libcroco/repos/gnome-unstable-x86_64/
  libcroco/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154431, libcroco/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   26 ++
 gnome-unstable-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: libcroco/repos/gnome-unstable-i686/PKGBUILD (from rev 154431, 
libcroco/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 11:15:41 UTC (rev 154432)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libcroco
+pkgver=0.6.5
+pkgrel=1
+pkgdesc=A CSS parsing library
+arch=('x86_64' 'i686')
+depends=('glib2' 'libxml2')
+makedepends=('intltool')
+license=('LGPL')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
+url=http://www.gnome.org;
+sha256sums=('2c6959c3644e889264a61c35ddf17401c86943681d4fe3c1682ecd9acabda7e3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libcroco/repos/gnome-unstable-x86_64/PKGBUILD (from rev 154431, 
libcroco/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-28 11:15:41 UTC (rev 154432)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libcroco
+pkgver=0.6.5
+pkgrel=1
+pkgdesc=A CSS parsing library
+arch=('x86_64' 'i686')
+depends=('glib2' 'libxml2')
+makedepends=('intltool')
+license=('LGPL')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
+url=http://www.gnome.org;
+sha256sums=('2c6959c3644e889264a61c35ddf17401c86943681d4fe3c1682ecd9acabda7e3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 07:18:59
  Author: heftig
Revision: 154433

3.4.0

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 11:15:41 UTC (rev 154432)
+++ PKGBUILD2012-03-28 11:18:59 UTC (rev 154433)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
 # Contributor: Michel Brabants michel.li...@tiscali.be
 
 pkgname=seahorse
-pkgver=3.3.92
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=GNOME application for managing PGP keys.
 arch=(i686 x86_64)
@@ -18,7 +19,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('3b3e5794ef6a4a68d19db586fae1c6785b1c2ef1d4fd7f038e376190bf2e0230'
+sha256sums=('6bb7a7952c3d39a6023ddb493d9e31c4ed99ef3da1062d5dfd4b47d1d4ca2cc9'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {
@@ -26,7 +27,6 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --enable-ldap --enable-hkp \
-  --disable-scrollkeeper \
   --disable-schemas-compile
   make
 }



[arch-commits] Commit in seahorse/repos (12 files)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 07:19:48
  Author: heftig
Revision: 154434

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  seahorse/repos/gnome-unstable-i686/PKGBUILD
(from rev 154433, seahorse/trunk/PKGBUILD)
  seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh
(from rev 154433, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/gnome-unstable-i686/seahorse.install
(from rev 154433, seahorse/trunk/seahorse.install)
  seahorse/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154433, seahorse/trunk/PKGBUILD)
  seahorse/repos/gnome-unstable-x86_64/seahorse-ssh-askpass.sh
(from rev 154433, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/gnome-unstable-x86_64/seahorse.install
(from rev 154433, seahorse/trunk/seahorse.install)
Deleted:
  seahorse/repos/gnome-unstable-i686/PKGBUILD
  seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh
  seahorse/repos/gnome-unstable-i686/seahorse.install
  seahorse/repos/gnome-unstable-x86_64/PKGBUILD
  seahorse/repos/gnome-unstable-x86_64/seahorse-ssh-askpass.sh
  seahorse/repos/gnome-unstable-x86_64/seahorse.install

---+
 gnome-unstable-i686/PKGBUILD  |   78 
 gnome-unstable-i686/seahorse-ssh-askpass.sh   |6 -
 gnome-unstable-i686/seahorse.install  |   26 
 gnome-unstable-x86_64/PKGBUILD|   78 
 gnome-unstable-x86_64/seahorse-ssh-askpass.sh |6 -
 gnome-unstable-x86_64/seahorse.install|   26 
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-28 11:18:59 UTC (rev 154433)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 11:19:48 UTC (rev 154434)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Michel Brabants michel.li...@tiscali.be
-
-pkgname=seahorse
-pkgver=3.3.92
-pkgrel=1
-pkgdesc=GNOME application for managing PGP keys.
-arch=(i686 x86_64)
-license=('GPL')
-url=http://projects.gnome.org/seahorse/;
-depends=('gtk3' 'gcr' 'libgnome-keyring' 'libsoup' 'gpgme' 
'desktop-file-utils' 'hicolor-icon-theme' 'dconf')
-makedepends=('libldap' 'intltool' 'gnome-doc-utils' 'gobject-introspection' 
'openssh' 'libsm')
-optdepends=('openssh: SSH support')
-provides=('x11-ssh-askpass')
-options=('!libtool' '!emptydirs')
-groups=('gnome-extra')
-install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-seahorse-ssh-askpass.sh)
-sha256sums=('3b3e5794ef6a4a68d19db586fae1c6785b1c2ef1d4fd7f038e376190bf2e0230'
-'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-ldap --enable-hkp \
-  --disable-scrollkeeper \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm755 $srcdir/seahorse-ssh-askpass.sh \
-$pkgdir/etc/profile.d/seahorse-ssh-askpass.sh
-}

Copied: seahorse/repos/gnome-unstable-i686/PKGBUILD (from rev 154433, 
seahorse/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 11:19:48 UTC (rev 154434)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Michel Brabants michel.li...@tiscali.be
+
+pkgname=seahorse
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=GNOME application for managing PGP keys.
+arch=(i686 x86_64)
+license=('GPL')
+url=http://projects.gnome.org/seahorse/;
+depends=('gtk3' 'gcr' 'libgnome-keyring' 'libsoup' 'gpgme' 
'desktop-file-utils' 'hicolor-icon-theme' 'dconf')
+makedepends=('libldap' 'intltool' 'gnome-doc-utils' 'gobject-introspection' 
'openssh' 'libsm')
+optdepends=('openssh: SSH support')
+provides=('x11-ssh-askpass')
+options=('!libtool' '!emptydirs')
+groups=('gnome-extra')
+install=seahorse.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+seahorse-ssh-askpass.sh)
+sha256sums=('6bb7a7952c3d39a6023ddb493d9e31c4ed99ef3da1062d5dfd4b47d1d4ca2cc9'
+'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-ldap --enable-hkp \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm755 $srcdir/seahorse-ssh-askpass.sh \
+

[arch-commits] Commit in empathy/trunk (PKGBUILD)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 07:24:47
  Author: heftig
Revision: 154435

3.4.0

Modified:
  empathy/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 11:19:48 UTC (rev 154434)
+++ PKGBUILD2012-03-28 11:24:47 UTC (rev 154435)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.3.92
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d5880cc7bc092ef8b3d6c9eaa903ebdc501326367aee793aca60a8fccea2ed5f')
+sha256sums=('dd04344638a5496fd108c4d299a6f6d2272dc521dc353de85f13995f399f8f1a')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-screenshot/trunk (PKGBUILD)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 07:25:41
  Author: heftig
Revision: 154436

3.4.0

Modified:
  gnome-screenshot/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 11:24:47 UTC (rev 154435)
+++ PKGBUILD2012-03-28 11:25:41 UTC (rev 154436)
@@ -1,7 +1,8 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
+
 pkgname=gnome-screenshot
-pkgver=3.3.92
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=Take pictures of your screen
 arch=(i686 x86_64)
@@ -12,7 +13,7 @@
 groups=('gnome-extra')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('570cd04774c090e867142a59dc1d1e67fad881a90365a671374af1a42c61ffe4')
+sha256sums=('0d04ffdc927557745de03aeef84924b43f3469a445e0afc8ef6050834898ad9c')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in mousetweaks/trunk (PKGBUILD)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 07:27:18
  Author: heftig
Revision: 154437

3.4.0

Modified:
  mousetweaks/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 11:25:41 UTC (rev 154436)
+++ PKGBUILD2012-03-28 11:27:18 UTC (rev 154437)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=mousetweaks
-pkgver=3.3.90
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=Mouse accessibility enhancements for the GNOME desktop
 arch=(i686 x86_64)
@@ -15,12 +15,12 @@
 url=http://www.gnome.org;
 install=mousetweaks.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('671be293d39ce778c366d0ecda3bd8fc6123cb5655d1b2a9b688cc6c1b389706')
+sha256sums=('f44711d47fb6fb6286ca46c144bbdc791e39c5062f923b55e9e300844d317144')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper
+  --localstatedir=/var
   make
 }
 



[arch-commits] Commit in empathy/repos (8 files)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 07:34:50
  Author: heftig
Revision: 154438

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  empathy/repos/gnome-unstable-i686/PKGBUILD
(from rev 154437, empathy/trunk/PKGBUILD)
  empathy/repos/gnome-unstable-i686/empathy.install
(from rev 154437, empathy/trunk/empathy.install)
  empathy/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154437, empathy/trunk/PKGBUILD)
  empathy/repos/gnome-unstable-x86_64/empathy.install
(from rev 154437, empathy/trunk/empathy.install)
Deleted:
  empathy/repos/gnome-unstable-i686/PKGBUILD
  empathy/repos/gnome-unstable-i686/empathy.install
  empathy/repos/gnome-unstable-x86_64/PKGBUILD
  empathy/repos/gnome-unstable-x86_64/empathy.install

---+
 gnome-unstable-i686/PKGBUILD  |   76 
 gnome-unstable-i686/empathy.install   |   32 ++---
 gnome-unstable-x86_64/PKGBUILD|   76 
 gnome-unstable-x86_64/empathy.install |   32 ++---
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-28 11:27:18 UTC (rev 154437)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 11:34:50 UTC (rev 154438)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=empathy
-pkgver=3.3.92
-pkgrel=1
-pkgdesc=A GNOME instant messaging client using the Telepathy framework.
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Empathy;
-license=('GPL2')
-depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'libwebkit3' 'networkmanager' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
-makedepends=('intltool' 'itstool')
-optdepends=('telepathy-gabble: XMPP/Jabber support'
-'telepathy-idle: IRC support'
-'telepathy-salut: Link-local XMPP support'
-'telepathy-sofiasip: SIP support'
-'telepathy-haze: libpurple support')
-options=('!libtool')
-groups=('gnome-extra')
-install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d5880cc7bc092ef8b3d6c9eaa903ebdc501326367aee793aca60a8fccea2ed5f')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sysconfdir=/etc  \
-  --libexecdir=/usr/lib/empathy \
-  --disable-static \
-  --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: empathy/repos/gnome-unstable-i686/PKGBUILD (from rev 154437, 
empathy/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 11:34:50 UTC (rev 154438)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=A GNOME instant messaging client using the Telepathy framework.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Empathy;
+license=('GPL2')
+depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'libwebkit3' 'networkmanager' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
+makedepends=('intltool' 'itstool')
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-sofiasip: SIP support'
+'telepathy-haze: libpurple support')
+options=('!libtool')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dd04344638a5496fd108c4d299a6f6d2272dc521dc353de85f13995f399f8f1a')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static \
+  --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/empathy.install
===
--- gnome-unstable-i686/empathy.install 2012-03-28 11:27:18 UTC (rev 154437)
+++ gnome-unstable-i686/empathy.install 2012-03-28 11:34:50 UTC (rev 154438)
@@ -1,16 +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
-echo To use Empathy you need to install at least one Telepathy connection 
manager.
-}
-

[arch-commits] Commit in mousetweaks/repos (8 files)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 07:36:37
  Author: heftig
Revision: 154439

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  mousetweaks/repos/gnome-unstable-i686/PKGBUILD
(from rev 154438, mousetweaks/trunk/PKGBUILD)
  mousetweaks/repos/gnome-unstable-i686/mousetweaks.install
(from rev 154438, mousetweaks/trunk/mousetweaks.install)
  mousetweaks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154438, mousetweaks/trunk/PKGBUILD)
  mousetweaks/repos/gnome-unstable-x86_64/mousetweaks.install
(from rev 154438, mousetweaks/trunk/mousetweaks.install)
Deleted:
  mousetweaks/repos/gnome-unstable-i686/PKGBUILD
  mousetweaks/repos/gnome-unstable-i686/mousetweaks.install
  mousetweaks/repos/gnome-unstable-x86_64/PKGBUILD
  mousetweaks/repos/gnome-unstable-x86_64/mousetweaks.install

---+
 gnome-unstable-i686/PKGBUILD  |   60 ++--
 gnome-unstable-i686/mousetweaks.install   |   34 +++
 gnome-unstable-x86_64/PKGBUILD|   60 ++--
 gnome-unstable-x86_64/mousetweaks.install |   34 +++
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-28 11:34:50 UTC (rev 154438)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 11:36:37 UTC (rev 154439)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 2392 2008-06-01 19:38:25Z jgc $
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com 
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=mousetweaks
-pkgver=3.3.90
-pkgrel=1
-pkgdesc=Mouse accessibility enhancements for the GNOME desktop
-arch=(i686 x86_64)
-license=('GPL3' 'FDL')
-depends=('libxtst' 'gtk3' 'gsettings-desktop-schemas')
-makedepends=('gnome-doc-utils' 'intltool')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-url=http://www.gnome.org;
-install=mousetweaks.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('671be293d39ce778c366d0ecda3bd8fc6123cb5655d1b2a9b688cc6c1b389706')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: mousetweaks/repos/gnome-unstable-i686/PKGBUILD (from rev 154438, 
mousetweaks/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 11:36:37 UTC (rev 154439)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 2392 2008-06-01 19:38:25Z jgc $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com 
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=mousetweaks
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=Mouse accessibility enhancements for the GNOME desktop
+arch=(i686 x86_64)
+license=('GPL3' 'FDL')
+depends=('libxtst' 'gtk3' 'gsettings-desktop-schemas')
+makedepends=('gnome-doc-utils' 'intltool')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+install=mousetweaks.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f44711d47fb6fb6286ca46c144bbdc791e39c5062f923b55e9e300844d317144')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: gnome-unstable-i686/mousetweaks.install
===
--- gnome-unstable-i686/mousetweaks.install 2012-03-28 11:34:50 UTC (rev 
154438)
+++ gnome-unstable-i686/mousetweaks.install 2012-03-28 11:36:37 UTC (rev 
154439)
@@ -1,17 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0)  0 )); then
-usr/sbin/gconfpkg --uninstall mousetweaks
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mousetweaks/repos/gnome-unstable-i686/mousetweaks.install (from rev 
154438, mousetweaks/trunk/mousetweaks.install)
===
--- gnome-unstable-i686/mousetweaks.install (rev 0)
+++ gnome-unstable-i686/mousetweaks.install 2012-03-28 11:36:37 UTC (rev 
154439)
@@ -0,0 +1,17 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall mousetweaks
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD

[arch-commits] Commit in gnome-screenshot/repos (8 files)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 07:37:35
  Author: heftig
Revision: 154440

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-screenshot/repos/gnome-unstable-i686/PKGBUILD
(from rev 154439, gnome-screenshot/trunk/PKGBUILD)
  gnome-screenshot/repos/gnome-unstable-i686/gnome-screenshot.install
(from rev 154439, gnome-screenshot/trunk/gnome-screenshot.install)
  gnome-screenshot/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154439, gnome-screenshot/trunk/PKGBUILD)
  gnome-screenshot/repos/gnome-unstable-x86_64/gnome-screenshot.install
(from rev 154439, gnome-screenshot/trunk/gnome-screenshot.install)
Deleted:
  gnome-screenshot/repos/gnome-unstable-i686/PKGBUILD
  gnome-screenshot/repos/gnome-unstable-i686/gnome-screenshot.install
  gnome-screenshot/repos/gnome-unstable-x86_64/PKGBUILD
  gnome-screenshot/repos/gnome-unstable-x86_64/gnome-screenshot.install

+
 gnome-unstable-i686/PKGBUILD   |   57 +++
 gnome-unstable-i686/gnome-screenshot.install   |   22 
 gnome-unstable-x86_64/PKGBUILD |   57 +++
 gnome-unstable-x86_64/gnome-screenshot.install |   22 
 4 files changed, 80 insertions(+), 78 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-28 11:36:37 UTC (rev 154439)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 11:37:35 UTC (rev 154440)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=gnome-screenshot
-pkgver=3.3.92
-pkgrel=1
-pkgdesc=Take pictures of your screen
-arch=(i686 x86_64)
-url=http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3' 'libcanberra')
-makedepends=('intltool')
-groups=('gnome-extra')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('570cd04774c090e867142a59dc1d1e67fad881a90365a671374af1a42c61ffe4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-screenshot/repos/gnome-unstable-i686/PKGBUILD (from rev 154439, 
gnome-screenshot/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 11:37:35 UTC (rev 154440)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-screenshot
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=Take pictures of your screen
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3' 'libcanberra')
+makedepends=('intltool')
+groups=('gnome-extra')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0d04ffdc927557745de03aeef84924b43f3469a445e0afc8ef6050834898ad9c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/gnome-screenshot.install
===
--- gnome-unstable-i686/gnome-screenshot.install2012-03-28 11:36:37 UTC 
(rev 154439)
+++ gnome-unstable-i686/gnome-screenshot.install2012-03-28 11:37:35 UTC 
(rev 154440)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-screenshot/repos/gnome-unstable-i686/gnome-screenshot.install 
(from rev 154439, gnome-screenshot/trunk/gnome-screenshot.install)
===
--- gnome-unstable-i686/gnome-screenshot.install
(rev 0)
+++ gnome-unstable-i686/gnome-screenshot.install2012-03-28 11:37:35 UTC 
(rev 154440)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-03-28 11:36:37 UTC (rev 154439)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-28 11:37:35 UTC (rev 154440)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=gnome-screenshot
-pkgver=3.3.92
-pkgrel=1
-pkgdesc=Take pictures of your screen
-arch=(i686 x86_64)
-url=http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3' 'libcanberra')
-makedepends=('intltool')
-groups=('gnome-extra')
-install=$pkgname.install

[arch-commits] Commit in mysql/trunk (PKGBUILD)

2012-03-28 Thread Andrea Scarpino
Date: Wednesday, March 28, 2012 @ 13:34:12
  Author: andrea
Revision: 154441

upgpkg: mysql 5.5.22-1

Upstream release

Modified:
  mysql/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 11:37:35 UTC (rev 154440)
+++ PKGBUILD2012-03-28 17:34:12 UTC (rev 154441)
@@ -5,7 +5,7 @@
 
 pkgbase=mysql
 pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
-pkgver=5.5.21
+pkgver=5.5.22
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,7 +15,7 @@
 
source=(http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/${pkgbase}-${pkgver}.tar.gz;
 'mysqld'
 'my.cnf')
-md5sums=('86d6bd335054a0aed1756ed60574c16d'
+md5sums=('c5b151a70e9ceed5308f108f1ece7b3b'
  '2234207625baa29b2ff7d7b4f088abce'
  '1c949c0dbea5206af0db14942d9927b6')
 



[arch-commits] Commit in thunderbird/trunk (PKGBUILD)

2012-03-28 Thread Evangelos Foutras
Date: Wednesday, March 28, 2012 @ 14:09:33
  Author: foutrelis
Revision: 154442

upgpkg: thunderbird 11.0.1-1

New upstream release.

Modified:
  thunderbird/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 17:34:12 UTC (rev 154441)
+++ PKGBUILD2012-03-28 18:09:33 UTC (rev 154442)
@@ -5,7 +5,7 @@
 # Contributor: Anders Bostrom anders.bost...@home.se
 
 pkgname=thunderbird
-pkgver=11.0
+pkgver=11.0.1
 pkgrel=1
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 thunderbird-install-dir.patch
 vendor.js
 libvpx.patch)
-md5sums=('1d7127a3282e62d95eb9b59d47291b70'
+md5sums=('b500560a006cb10194281263c78841f2'
  'ca98c2bf1017b33e19dae22fdcef2e73'
  'af3e5b344d2edf1c7d61bb0a5a96de9a'
  'aea906acf72c43dd82ead2fabcc1c6db'



[arch-commits] Commit in thunderbird/repos (28 files)

2012-03-28 Thread Evangelos Foutras
Date: Wednesday, March 28, 2012 @ 14:10:21
  Author: foutrelis
Revision: 154443

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 154442, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/libvpx.patch
(from rev 154442, thunderbird/trunk/libvpx.patch)
  thunderbird/repos/extra-i686/mozconfig
(from rev 154442, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
(from rev 154442, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 154442, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-i686/thunderbird.install
(from rev 154442, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-i686/vendor.js
(from rev 154442, thunderbird/trunk/vendor.js)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 154442, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/libvpx.patch
(from rev 154442, thunderbird/trunk/libvpx.patch)
  thunderbird/repos/extra-x86_64/mozconfig
(from rev 154442, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 154442, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 154442, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/thunderbird.install
(from rev 154442, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-x86_64/vendor.js
(from rev 154442, thunderbird/trunk/vendor.js)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/libvpx.patch
  thunderbird/repos/extra-i686/mozconfig
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-i686/thunderbird.install
  thunderbird/repos/extra-i686/vendor.js
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/libvpx.patch
  thunderbird/repos/extra-x86_64/mozconfig
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/thunderbird.install
  thunderbird/repos/extra-x86_64/vendor.js

+
 extra-i686/PKGBUILD|  128 +--
 extra-i686/libvpx.patch|   24 ++---
 extra-i686/mozconfig   |   80 
 extra-i686/thunderbird-install-dir.patch   |   84 -
 extra-i686/thunderbird.desktop |   26 ++---
 extra-i686/thunderbird.install |   24 ++---
 extra-i686/vendor.js   |   18 +--
 extra-x86_64/PKGBUILD  |  128 +--
 extra-x86_64/libvpx.patch  |   24 ++---
 extra-x86_64/mozconfig |   80 
 extra-x86_64/thunderbird-install-dir.patch |   84 -
 extra-x86_64/thunderbird.desktop   |   26 ++---
 extra-x86_64/thunderbird.install   |   24 ++---
 extra-x86_64/vendor.js |   18 +--
 14 files changed, 384 insertions(+), 384 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-28 18:09:33 UTC (rev 154442)
+++ extra-i686/PKGBUILD 2012-03-28 18:10:21 UTC (rev 154443)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Anders Bostrom anders.bost...@home.se
-
-pkgname=thunderbird
-pkgver=11.0
-pkgrel=1
-pkgdesc=Standalone Mail/News reader
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL')
-url=http://www.mozilla.org/thunderbird/;
-depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 
'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 
'mime-types' 'mozilla-common' 'nss' 'sqlite3' 'startup-notification')
-makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 
'mesa' 'autoconf2.13')
-optdepends=('libcanberra: for sound support')
-install=thunderbird.install
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2
-mozconfig
-thunderbird.desktop
-thunderbird-install-dir.patch
-vendor.js
-libvpx.patch)
-md5sums=('1d7127a3282e62d95eb9b59d47291b70'
- 'ca98c2bf1017b33e19dae22fdcef2e73'
- 'af3e5b344d2edf1c7d61bb0a5a96de9a'
- 'aea906acf72c43dd82ead2fabcc1c6db'
- '5a53179d14ae9631b7afe5e4d0fc0b25'
- '5b2aaff7dfe7f1f94ad965905b20e782')
-
-build() {
-  cd $srcdir/comm-release
-  patch -Np1 -i $srcdir/thunderbird-install-dir.patch
-  patch -Np1 -i $srcdir/libvpx.patch
-
-  cp $srcdir/mozconfig .mozconfig
-
-  export 

[arch-commits] Commit in mysql/repos (16 files)

2012-03-28 Thread Andrea Scarpino
Date: Wednesday, March 28, 2012 @ 14:29:19
  Author: andrea
Revision: 15

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  mysql/repos/extra-i686/PKGBUILD
(from rev 154443, mysql/trunk/PKGBUILD)
  mysql/repos/extra-i686/my.cnf
(from rev 154443, mysql/trunk/my.cnf)
  mysql/repos/extra-i686/mysql.install
(from rev 154443, mysql/trunk/mysql.install)
  mysql/repos/extra-i686/mysqld
(from rev 154443, mysql/trunk/mysqld)
  mysql/repos/extra-x86_64/PKGBUILD
(from rev 154443, mysql/trunk/PKGBUILD)
  mysql/repos/extra-x86_64/my.cnf
(from rev 154443, mysql/trunk/my.cnf)
  mysql/repos/extra-x86_64/mysql.install
(from rev 154443, mysql/trunk/mysql.install)
  mysql/repos/extra-x86_64/mysqld
(from rev 154443, mysql/trunk/mysqld)
Deleted:
  mysql/repos/extra-i686/PKGBUILD
  mysql/repos/extra-i686/my.cnf
  mysql/repos/extra-i686/mysql.install
  mysql/repos/extra-i686/mysqld
  mysql/repos/extra-x86_64/PKGBUILD
  mysql/repos/extra-x86_64/my.cnf
  mysql/repos/extra-x86_64/mysql.install
  mysql/repos/extra-x86_64/mysqld

+
 extra-i686/PKGBUILD|  260 +++---
 extra-i686/my.cnf  |  290 +--
 extra-i686/mysql.install   |   52 +++
 extra-i686/mysqld  |  154 +++---
 extra-x86_64/PKGBUILD  |  260 +++---
 extra-x86_64/my.cnf|  290 +--
 extra-x86_64/mysql.install |   52 +++
 extra-x86_64/mysqld|  154 +++---
 8 files changed, 756 insertions(+), 756 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 154443:15 to see the changes.


[arch-commits] Commit in pycups/trunk (PKGBUILD)

2012-03-28 Thread Andrea Scarpino
Date: Wednesday, March 28, 2012 @ 14:30:13
  Author: andrea
Revision: 154445

upgpkg: pycups 1.9.61-1

Modified:
  pycups/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 18:29:19 UTC (rev 15)
+++ PKGBUILD2012-03-28 18:30:13 UTC (rev 154445)
@@ -3,7 +3,7 @@
 # Contributor: nesl247 nesl...@gmail.com
 
 pkgname=pycups
-pkgver=1.9.60
+pkgver=1.9.61
 pkgrel=1
 pkgdesc=Python CUPS Bindings
 url=http://cyberelk.net/tim/software/pycups/;
@@ -11,8 +11,8 @@
 license=('GPL')
 depends=('libcups' 'python2')
 
source=(http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('083f3dd657df986e712a6fae36427457'
- 'cda91ca46362ba3423df2f08c33de5cb')
+md5sums=('7464093b349b907dcdefb913674e959b'
+ 'cb780142a614300792a08d462e198589')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in pycups/repos (4 files)

2012-03-28 Thread Andrea Scarpino
Date: Wednesday, March 28, 2012 @ 14:30:40
  Author: andrea
Revision: 154446

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  pycups/repos/extra-i686/PKGBUILD
(from rev 154445, pycups/trunk/PKGBUILD)
  pycups/repos/extra-x86_64/PKGBUILD
(from rev 154445, pycups/trunk/PKGBUILD)
Deleted:
  pycups/repos/extra-i686/PKGBUILD
  pycups/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   50 
 extra-x86_64/PKGBUILD |   50 
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-28 18:30:13 UTC (rev 154445)
+++ extra-i686/PKGBUILD 2012-03-28 18:30:40 UTC (rev 154446)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: nesl247 nesl...@gmail.com
-
-pkgname=pycups
-pkgver=1.9.60
-pkgrel=1
-pkgdesc=Python CUPS Bindings
-url=http://cyberelk.net/tim/software/pycups/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libcups' 'python2')
-source=(http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('083f3dd657df986e712a6fae36427457'
- 'cda91ca46362ba3423df2f08c33de5cb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: pycups/repos/extra-i686/PKGBUILD (from rev 154445, 
pycups/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-28 18:30:40 UTC (rev 154446)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: nesl247 nesl...@gmail.com
+
+pkgname=pycups
+pkgver=1.9.61
+pkgrel=1
+pkgdesc=Python CUPS Bindings
+url=http://cyberelk.net/tim/software/pycups/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcups' 'python2')
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('7464093b349b907dcdefb913674e959b'
+ 'cb780142a614300792a08d462e198589')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-28 18:30:13 UTC (rev 154445)
+++ extra-x86_64/PKGBUILD   2012-03-28 18:30:40 UTC (rev 154446)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: nesl247 nesl...@gmail.com
-
-pkgname=pycups
-pkgver=1.9.60
-pkgrel=1
-pkgdesc=Python CUPS Bindings
-url=http://cyberelk.net/tim/software/pycups/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libcups' 'python2')
-source=(http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc})
-md5sums=('083f3dd657df986e712a6fae36427457'
- 'cda91ca46362ba3423df2f08c33de5cb')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: pycups/repos/extra-x86_64/PKGBUILD (from rev 154445, 
pycups/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-28 18:30:40 UTC (rev 154446)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: nesl247 nesl...@gmail.com
+
+pkgname=pycups
+pkgver=1.9.61
+pkgrel=1
+pkgdesc=Python CUPS Bindings
+url=http://cyberelk.net/tim/software/pycups/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libcups' 'python2')
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc})
+md5sums=('7464093b349b907dcdefb913674e959b'
+ 'cb780142a614300792a08d462e198589')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}



[arch-commits] Commit in system-config-printer/trunk (PKGBUILD)

2012-03-28 Thread Andrea Scarpino
Date: Wednesday, March 28, 2012 @ 14:31:14
  Author: andrea
Revision: 154447

upgpkg: system-config-printer 1.3.9-1

Upstream release

Modified:
  system-config-printer/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 18:30:40 UTC (rev 154446)
+++ PKGBUILD2012-03-28 18:31:14 UTC (rev 154447)
@@ -4,16 +4,16 @@
 pkgbase=system-config-printer
 pkgname=('system-config-printer-common'
  'system-config-printer-gnome')
-pkgver=1.3.8
-pkgrel=3
+pkgver=1.3.9
+pkgrel=1
 pkgdesc=A CUPS printer configuration tool and status applet
 url=http://cyberelk.net/tim/software/system-config-printer/;
 arch=('i686' 'x86_64')
 license=('GPL')
 makedepends=('udev' 'libcups' 'intltool' 'python2' 'xmlto' 'docbook-xsl' 
'desktop-file-utils')
 
source=(http://cyberelk.net/tim/data/${pkgbase}/1.3/${pkgbase}-${pkgver}.tar.xz{,.sig})
-md5sums=('ca04568dd7ff1ef7a381ad637d4e915b'
- '67c103760f9b4227bc1d99204d8378cd')
+md5sums=('df424f127eede63965608e5ec5e27519'
+ 'd105b7f7725c1ec538b6e6adb10667f3')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}



[arch-commits] Commit in system-config-printer/repos (4 files)

2012-03-28 Thread Andrea Scarpino
Date: Wednesday, March 28, 2012 @ 14:31:41
  Author: andrea
Revision: 154448

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  system-config-printer/repos/extra-i686/PKGBUILD
(from rev 154447, system-config-printer/trunk/PKGBUILD)
  system-config-printer/repos/extra-x86_64/PKGBUILD
(from rev 154447, system-config-printer/trunk/PKGBUILD)
Deleted:
  system-config-printer/repos/extra-i686/PKGBUILD
  system-config-printer/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |  208 
 extra-x86_64/PKGBUILD |  208 
 2 files changed, 208 insertions(+), 208 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-28 18:31:14 UTC (rev 154447)
+++ extra-i686/PKGBUILD 2012-03-28 18:31:41 UTC (rev 154448)
@@ -1,104 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=system-config-printer
-pkgname=('system-config-printer-common'
- 'system-config-printer-gnome')
-pkgver=1.3.8
-pkgrel=3
-pkgdesc=A CUPS printer configuration tool and status applet
-url=http://cyberelk.net/tim/software/system-config-printer/;
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('udev' 'libcups' 'intltool' 'python2' 'xmlto' 'docbook-xsl' 
'desktop-file-utils')
-source=(http://cyberelk.net/tim/data/${pkgbase}/1.3/${pkgbase}-${pkgver}.tar.xz{,.sig})
-md5sums=('ca04568dd7ff1ef7a381ad637d4e915b'
- '67c103760f9b4227bc1d99204d8378cd')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
--e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-$(find . -name '*.py')
-  sed -i s|#!/usr/bin/python|#!/usr/bin/python2| udev/udev-add-printer 
-
-  ./configure --prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-udev-rules
-
-  make
-}
-
-package_system-config-printer-common() {
-  pkgdesc='Pygtk CUPS Configuration'
-  depends=('udev' 'pycups' 'dbus-python' 'pysmbc' 'python-pycurl')
-  optdepends=('system-config-printer-gnome: for the GTK frontend'
-   'kdeadmin-system-config-printer-kde: for the administration tool in KDE 
System Settings')
-  replaces=('system-config-printer')
-  provides=(system-config-printer=${pkgver})
-  conflicts=('system-config-printer')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  install -d ${pkgdir}/usr/share/${pkgbase}
-  install -m644 config.py \
-debug.py \
-installpackage.py \
-monitor.py \
-PhysicalDevice.py \
-ppdippstr.py \
-probe_printer.py \
-SearchCriterion.py \
-smburi.py \
-statereason.py \
-${pkgdir}/usr/share/${pkgbase}/
-
-  install -m755 pysmb.py \
-${pkgdir}/usr/share/${pkgbase}/
-
-  install -d ${pkgdir}/etc/dbus-1/system.d/
-  install -m644 dbus/com.redhat.NewPrinterNotification.conf \
-dbus/com.redhat.PrinterDriversInstaller.conf \
-${pkgdir}/etc/dbus-1/system.d/
-  install -d ${pkgdir}/etc/cupshelpers/
-  install -m644 xml/preferreddrivers.xml ${pkgdir}/etc/cupshelpers/
-
-  install -d ${pkgdir}/lib/udev/rules.d
-  install -m755 udev/{udev-add-printer,udev-configure-printer} \
-${pkgdir}/lib/udev/
-  install -m644 udev/70-printers.rules \
-${pkgdir}/lib/udev/rules.d
-
-  for file in build/lib/cupshelpers/*.py; do
-install -Dm644 $file \
-  ${pkgdir}/usr/lib/python2.7/site-packages/cupshelpers/$(basename $file)
-  done
-}
-
-package_system-config-printer-gnome() {
-  pkgdesc='A CUPS printer configuration tool and status applet - GTK frontend'
-  depends=('system-config-printer-common' 'gnome-icon-theme' 'python-notify')
-  optdependence=('gnome-keyring: password management')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # files provided by system-config-printer-common
-  cd ${pkgdir}/usr/share/${pkgbase}
-  rm config.py \
-debug.py \
-installpackage.py \
-monitor.py \
-PhysicalDevice.py \
-ppdippstr.py \
-probe_printer.py \
-SearchCriterion.py \
-smburi.py \
-statereason.py \
-pysmb.py
-  rm -r ${pkgdir}/etc/dbus-1/
-  rm -r ${pkgdir}/etc/cupshelpers/
-  rm -r ${pkgdir}/etc/udev/
-  rm -r ${pkgdir}/usr/lib/
-}

Copied: system-config-printer/repos/extra-i686/PKGBUILD (from rev 154447, 
system-config-printer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-28 18:31:41 UTC (rev 154448)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=system-config-printer
+pkgname=('system-config-printer-common'
+ 'system-config-printer-gnome')
+pkgver=1.3.9
+pkgrel=1
+pkgdesc=A CUPS printer configuration tool and status applet
+url=http://cyberelk.net/tim/software/system-config-printer/;
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('udev' 

[arch-commits] Commit in thunderbird-i18n/trunk (PKGBUILD)

2012-03-28 Thread Evangelos Foutras
Date: Wednesday, March 28, 2012 @ 14:32:29
  Author: foutrelis
Revision: 154449

upgpkg: thunderbird-i18n 11.0.1-1

New upstream release.

Modified:
  thunderbird-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 18:31:41 UTC (rev 154448)
+++ PKGBUILD2012-03-28 18:32:29 UTC (rev 154449)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler tho...@archlinux.org
 
 pkgbase=thunderbird-i18n
-pkgver=11.0
+pkgver=11.0.1
 pkgname=('thunderbird-i18n-ar'
 #'thunderbird-i18n-af'
 'thunderbird-i18n-be'
@@ -56,6 +56,56 @@
 'thunderbird-i18n-vi'
 'thunderbird-i18n-zh-cn'
 'thunderbird-i18n-zh-tw')
+md5sums=('28fb6031cc29579e15c577c5acaa32ad'
+ 'e82fdb5bf78761a4672a3320f58bdc47'
+ '49583c8201fcd03ffd74eaf976907e7b'
+ 'c7cf12790e347ec9b06fc1e23edd61ea'
+ 'bc69f440ce4d4607a63c3a13bc87dd01'
+ '4852108e6c777a3970b63bb88d7cdd10'
+ 'f7a5e2c16e0aaa300fd8a30cc5454cc9'
+ 'd62c8f868a40466063532923032887dd'
+ 'e8d871bd48a0e915a259c74b895f2548'
+ '312e1be4f3b445348ed9335268cc943a'
+ '67c5afa8476fa451964dcf0923199334'
+ 'e4217a764e1e2ff2c5bf9e9d097351fb'
+ 'fa40d49f5317b45e1b2fb8a7a2cca3b7'
+ '7575111a48465e3ef20f1dba4ed44956'
+ '9270139fde89675f7f31b9767f0c874f'
+ '2dabc9e71385a97e138b77c7e6190f31'
+ '85a489a8ad5aabdd45c69814017bc1cf'
+ '4b4523c47c1d134896b92d122896e41b'
+ '5116c29a10f0f486a2e47121d326bfe9'
+ 'da943ee7d1fbbf1bd82d74e28a9aaa22'
+ '3541db744b7b04e2b9e03678a54c3b87'
+ '19f3c80474e9e99f7520c9193eae1a7d'
+ '562622c8769a803db65ddbb15c451ab2'
+ '9f7bfe34c0afa044cc7ca5d6cdd5ebe5'
+ '12cc3df79bf1abbc903a9405ad13c4ea'
+ 'aec527b2df65d1008443fd1fc1aa0cb5'
+ 'c62baacd3bc5d549d52a0f512e93c53c'
+ 'f8e9e5d5cccfb56eda09295be1641f7e'
+ '52e5ae018360c6b2d158b816ad752780'
+ 'ec830515c7e7824247f132fa4ccef551'
+ '67ecab8bd286aea0026eebbb49947bff'
+ '6d00fe62d91399f97760e45f88396825'
+ 'd5ed338cda1153e2a8741a121f4616fd'
+ '74fe8403cd20f865686048796d9d6cff'
+ '0ff31f0b5258ead6ae8d59a5f3824067'
+ '2c707638265cdd60a948ed4dcf984677'
+ '132721998c8ef23cad07cc1fc0d8e726'
+ '7abb55d12737a028f2b0d7fc1715c93a'
+ 'f355e9ade9e1b39a6d50611b72493ad9'
+ '821e27f26e37964bf93bc0b35b86f270'
+ 'd2a29a3d227ee87b7ca8e49dd7ae622d'
+ '01c4cd669b88de1edc5d122e776990a6'
+ '87deae296d22b6428d62759988d84c17'
+ 'f52c051b0fde6abf829fdd5ade851ad4'
+ '0cf3b540c28b11175d1b5ed51b5f4d59'
+ '37e3674a0fe174d4e3381cf40dea4d1e'
+ '82aee1778942b425f71261fb9ea8ecf1'
+ '6f055b94fd9272bc4b77878dc94e9a95'
+ '79dd992ee1f71b5bced43096b232acf2'
+ '5a1c2b2368be2a21fcf804bdbd5d4a07')
 
 pkgrel=1
 pkgdesc=Language pack for Thunderbird
@@ -473,53 +523,3 @@
   cd ${srcdir}
   install -Dm644 thunderbird-i18n-$pkgver-zh-TW.xpi 
${pkgdir}/$_path/langpack-zh...@thunderbird.mozilla.org.xpi
 }
-md5sums=('748f49be1370b93a7870e21a1bad4e60'
- '35e0e11cf74adf45e92331ef5ccdcc79'
- 'a0ab49a042b16369aaa46478d8532c39'
- 'a707f8017d52230c5403cc48a4ebed31'
- 'a959ef4bf54207073d9d9656a17fed09'
- '6c209ad6bbc54ae5eee19c632ca744c6'
- '471cdbe31f042dd6d0e11f29feb7f125'
- '529f388d21e221dafcc877e7703be888'
- '9b84c60d65ed78540c6094887de03f90'
- '68d6451b5f5954cb34f938355b903c5c'
- '6a72adf979ed5ffc3c392ddce8907c39'
- '09bd74bc47a7e2807aa8c1575f48c6d9'
- '5cdc4f4450c3203013a0944dc9faf689'
- 'efa57b0ced681e7a8d3aff68d50dbec0'
- '64b6fe57450818fe6cadf3c3206224d8'
- '50ee95b49985cc2697654f60c956182b'
- 'b9a9bd2a2e0907dcafbf6b7b44c53019'
- 'e3d99bdbced7f0ecda91d480bb26e483'
- '678e453ac3ec08e6c56cc47ba3ed23ec'
- 'e6b25224645cb3e4d3ee35da6b2785ae'
- '3f3df4f1546d1364c5df433172571f08'
- '2d3f18132fcaa0d876e77cea36e9d96c'
- 'd7039d8be598fd0b155b1c5275e7d7ee'
- '4768988b17ee7c6ef506e4362b28ffd0'
- '2ef48a363e058d39a1b879c5c21547f4'
- 'e131ebe3f9358db8c7e11d9b717148de'
- 'b3639f64081fae9b56ab2c3b3a00d3df'
- 'dc01ed22e2019e182bd2c2b05a45631e'
- 'eed9fe4bd3a2bc01034227bc3e6f2466'
- '5815a45a8c47ead7c6853d8c33af4b84'
- 'baf6914488fe80e8bee6448579a14e07'
- '9d8c15d063c6cf0d12f849ab2d9e9ea7'
- '2a511f3dfd8bd522e4a4000679c0ae16'
- 'c44a8766fc09f2f5c1f9e05ce740f895'
- 'e47c21d6394cad6e6dd3bf5f645192f0'
- '2ebdc77bedc164c6652e8e8ebee921b2'
- '8e16f3ada40c39f4dc3a4334c12a7e1f'
- 

[arch-commits] Commit in thunderbird-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2012-03-28 Thread Evangelos Foutras
Date: Wednesday, March 28, 2012 @ 14:32:44
  Author: foutrelis
Revision: 154450

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 154449, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1050 ++---
 1 file changed, 525 insertions(+), 525 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-03-28 18:32:29 UTC (rev 154449)
+++ PKGBUILD2012-03-28 18:32:44 UTC (rev 154450)
@@ -1,525 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Thomas Baechler tho...@archlinux.org
-
-pkgbase=thunderbird-i18n
-pkgver=11.0
-pkgname=('thunderbird-i18n-ar'
-#'thunderbird-i18n-af'
-'thunderbird-i18n-be'
-'thunderbird-i18n-bn-bd'
-'thunderbird-i18n-bg'
-'thunderbird-i18n-br'
-'thunderbird-i18n-ca'
-'thunderbird-i18n-cs'
-'thunderbird-i18n-da'
-'thunderbird-i18n-de'
-'thunderbird-i18n-el'
-'thunderbird-i18n-en-gb'
-'thunderbird-i18n-es-ar'
-'thunderbird-i18n-es'
-'thunderbird-i18n-et'
-'thunderbird-i18n-eu'
-'thunderbird-i18n-fi'
-'thunderbird-i18n-fr'
-'thunderbird-i18n-fy-nl'
-'thunderbird-i18n-ga'
-'thunderbird-i18n-gd'
-'thunderbird-i18n-gl'
-'thunderbird-i18n-he'
-'thunderbird-i18n-hu'
-'thunderbird-i18n-id'
-'thunderbird-i18n-is'
-'thunderbird-i18n-it'
-'thunderbird-i18n-ja'
-'thunderbird-i18n-ko'
-'thunderbird-i18n-lt'
-'thunderbird-i18n-nb'
-'thunderbird-i18n-nl'
-'thunderbird-i18n-nn'
-'thunderbird-i18n-pa'
-'thunderbird-i18n-pl'
-'thunderbird-i18n-pt-br'
-'thunderbird-i18n-pt'
-'thunderbird-i18n-ro'
-'thunderbird-i18n-rm'
-'thunderbird-i18n-ru'
-'thunderbird-i18n-si'
-'thunderbird-i18n-sk'
-'thunderbird-i18n-sl'
-'thunderbird-i18n-sq'
-'thunderbird-i18n-sv'
-'thunderbird-i18n-ta-lk'
-'thunderbird-i18n-tr'
-'thunderbird-i18n-uk'
-'thunderbird-i18n-vi'
-'thunderbird-i18n-zh-cn'
-'thunderbird-i18n-zh-tw')
-
-pkgrel=1
-pkgdesc=Language pack for Thunderbird
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(thunderbird=$pkgver)
-_url=ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi
-source=(thunderbird-i18n-$pkgver-ar.xpi::$_url/ar.xpi
-#   thunderbird-i18n-$pkgver-af.xpi::$_url/af.xpi
-thunderbird-i18n-$pkgver-be.xpi::$_url/be.xpi
-thunderbird-i18n-$pkgver-bn-BD.xpi::$_url/bn-BD.xpi
-thunderbird-i18n-$pkgver-bg.xpi::$_url/bg.xpi
-thunderbird-i18n-$pkgver-br.xpi::$_url/br.xpi
-thunderbird-i18n-$pkgver-ca.xpi::$_url/ca.xpi
-thunderbird-i18n-$pkgver-cs.xpi::$_url/cs.xpi
-thunderbird-i18n-$pkgver-da.xpi::$_url/da.xpi
-thunderbird-i18n-$pkgver-de.xpi::$_url/de.xpi
-thunderbird-i18n-$pkgver-el.xpi::$_url/el.xpi
-thunderbird-i18n-$pkgver-en-GB.xpi::$_url/en-GB.xpi
-thunderbird-i18n-$pkgver-es-AR.xpi::$_url/es-AR.xpi
-thunderbird-i18n-$pkgver-es-ES.xpi::$_url/es-ES.xpi
-thunderbird-i18n-$pkgver-et.xpi::$_url/et.xpi
-thunderbird-i18n-$pkgver-eu.xpi::$_url/eu.xpi
-thunderbird-i18n-$pkgver-fi.xpi::$_url/fi.xpi
-thunderbird-i18n-$pkgver-fr.xpi::$_url/fr.xpi
-thunderbird-i18n-$pkgver-fy-NL.xpi::$_url/fy-NL.xpi
-thunderbird-i18n-$pkgver-ga-IE.xpi::$_url/ga-IE.xpi
-thunderbird-i18n-$pkgver-gd.xpi::$_url/gd.xpi
-thunderbird-i18n-$pkgver-gl.xpi::$_url/gl.xpi
-thunderbird-i18n-$pkgver-he.xpi::$_url/he.xpi
-thunderbird-i18n-$pkgver-hu.xpi::$_url/hu.xpi
-thunderbird-i18n-$pkgver-id.xpi::$_url/id.xpi
-thunderbird-i18n-$pkgver-is.xpi::$_url/is.xpi
-thunderbird-i18n-$pkgver-it.xpi::$_url/it.xpi
-thunderbird-i18n-$pkgver-ja.xpi::$_url/ja.xpi
-thunderbird-i18n-$pkgver-ko.xpi::$_url/ko.xpi
-thunderbird-i18n-$pkgver-lt.xpi::$_url/lt.xpi
-thunderbird-i18n-$pkgver-nb-NO.xpi::$_url/nb-NO.xpi
-thunderbird-i18n-$pkgver-nl.xpi::$_url/nl.xpi
-thunderbird-i18n-$pkgver-nn-NO.xpi::$_url/nn-NO.xpi
-thunderbird-i18n-$pkgver-pa-IN.xpi::$_url/pa-IN.xpi
-thunderbird-i18n-$pkgver-pl.xpi::$_url/pl.xpi
-thunderbird-i18n-$pkgver-pt-BR.xpi::$_url/pt-BR.xpi
-thunderbird-i18n-$pkgver-pt-PT.xpi::$_url/pt-PT.xpi
-thunderbird-i18n-$pkgver-rm.xpi::$_url/rm.xpi
-thunderbird-i18n-$pkgver-ro.xpi::$_url/ro.xpi
-thunderbird-i18n-$pkgver-ru.xpi::$_url/ru.xpi
-thunderbird-i18n-$pkgver-si.xpi::$_url/si.xpi

[arch-commits] Commit in garcon/trunk (PKGBUILD)

2012-03-28 Thread Evangelos Foutras
Date: Wednesday, March 28, 2012 @ 14:45:56
  Author: foutrelis
Revision: 154451

upgpkg: garcon 0.1.11-1

New upstream release.

Modified:
  garcon/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 18:32:44 UTC (rev 154450)
+++ PKGBUILD2012-03-28 18:45:56 UTC (rev 154451)
@@ -3,7 +3,7 @@
 # Contributor: Xavier Devlamynck magicrhe...@ouranos.be
 
 pkgname=garcon
-pkgver=0.1.10
+pkgver=0.1.11
 pkgrel=1
 pkgdesc=Implementation of the freedesktop.org menu specification
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 replaces=('libxfce4menu')
 options=('!libtool' '!makeflags')
 source=(http://archive.xfce.org/src/xfce/garcon/0.1/garcon-$pkgver.tar.bz2)
-sha256sums=('c2497a2991101fc1e621dc712ef72aba7c238f6e5f5a1733c9572f9b23761316')
+sha256sums=('272c1207a3449ce969a86ebdc61c6afcad05003f0a986e222bb90c01c1692dfc')
 
 build() {
   cd $srcdir/garcon-$pkgver



[arch-commits] Commit in garcon/repos (4 files)

2012-03-28 Thread Evangelos Foutras
Date: Wednesday, March 28, 2012 @ 14:46:15
  Author: foutrelis
Revision: 154452

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  garcon/repos/extra-i686/PKGBUILD
(from rev 154451, garcon/trunk/PKGBUILD)
  garcon/repos/extra-x86_64/PKGBUILD
(from rev 154451, garcon/trunk/PKGBUILD)
Deleted:
  garcon/repos/extra-i686/PKGBUILD
  garcon/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   74 
 extra-x86_64/PKGBUILD |   74 
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-28 18:45:56 UTC (rev 154451)
+++ extra-i686/PKGBUILD 2012-03-28 18:46:15 UTC (rev 154452)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Xavier Devlamynck magicrhe...@ouranos.be
-
-pkgname=garcon
-pkgver=0.1.10
-pkgrel=1
-pkgdesc=Implementation of the freedesktop.org menu specification
-arch=('i686' 'x86_64')
-url=http://wiki.xfce.org/dev/garcon;
-license=('LGPL')
-groups=('xfce4')
-depends=('glib2' 'libxfce4util')
-makedepends=('pkgconfig' 'intltool' 'xfce4-dev-tools')
-replaces=('libxfce4menu')
-options=('!libtool' '!makeflags')
-source=(http://archive.xfce.org/src/xfce/garcon/0.1/garcon-$pkgver.tar.bz2)
-sha256sums=('c2497a2991101fc1e621dc712ef72aba7c238f6e5f5a1733c9572f9b23761316')
-
-build() {
-  cd $srcdir/garcon-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/garcon-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: garcon/repos/extra-i686/PKGBUILD (from rev 154451, 
garcon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-28 18:46:15 UTC (rev 154452)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Xavier Devlamynck magicrhe...@ouranos.be
+
+pkgname=garcon
+pkgver=0.1.11
+pkgrel=1
+pkgdesc=Implementation of the freedesktop.org menu specification
+arch=('i686' 'x86_64')
+url=http://wiki.xfce.org/dev/garcon;
+license=('LGPL')
+groups=('xfce4')
+depends=('glib2' 'libxfce4util')
+makedepends=('pkgconfig' 'intltool' 'xfce4-dev-tools')
+replaces=('libxfce4menu')
+options=('!libtool' '!makeflags')
+source=(http://archive.xfce.org/src/xfce/garcon/0.1/garcon-$pkgver.tar.bz2)
+sha256sums=('272c1207a3449ce969a86ebdc61c6afcad05003f0a986e222bb90c01c1692dfc')
+
+build() {
+  cd $srcdir/garcon-$pkgver
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/garcon-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-28 18:45:56 UTC (rev 154451)
+++ extra-x86_64/PKGBUILD   2012-03-28 18:46:15 UTC (rev 154452)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Xavier Devlamynck magicrhe...@ouranos.be
-
-pkgname=garcon
-pkgver=0.1.10
-pkgrel=1
-pkgdesc=Implementation of the freedesktop.org menu specification
-arch=('i686' 'x86_64')
-url=http://wiki.xfce.org/dev/garcon;
-license=('LGPL')
-groups=('xfce4')
-depends=('glib2' 'libxfce4util')
-makedepends=('pkgconfig' 'intltool' 'xfce4-dev-tools')
-replaces=('libxfce4menu')
-options=('!libtool' '!makeflags')
-source=(http://archive.xfce.org/src/xfce/garcon/0.1/garcon-$pkgver.tar.bz2)
-sha256sums=('c2497a2991101fc1e621dc712ef72aba7c238f6e5f5a1733c9572f9b23761316')
-
-build() {
-  cd $srcdir/garcon-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/garcon-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: garcon/repos/extra-x86_64/PKGBUILD (from rev 154451, 
garcon/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-03-28 18:46:15 UTC (rev 154452)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Xavier Devlamynck magicrhe...@ouranos.be
+
+pkgname=garcon
+pkgver=0.1.11
+pkgrel=1
+pkgdesc=Implementation of the freedesktop.org menu specification
+arch=('i686' 'x86_64')
+url=http://wiki.xfce.org/dev/garcon;
+license=('LGPL')
+groups=('xfce4')
+depends=('glib2' 'libxfce4util')
+makedepends=('pkgconfig' 'intltool' 'xfce4-dev-tools')

[arch-commits] Commit in tumbler/trunk (PKGBUILD)

2012-03-28 Thread Evangelos Foutras
Date: Wednesday, March 28, 2012 @ 14:48:32
  Author: foutrelis
Revision: 154453

upgpkg: tumbler 0.1.24-1

New upstream release.

Modified:
  tumbler/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 18:46:15 UTC (rev 154452)
+++ PKGBUILD2012-03-28 18:48:32 UTC (rev 154453)
@@ -4,8 +4,8 @@
 # Contributor: Jan Jezek honzin.je...@gmail.com
 
 pkgname=tumbler
-pkgver=0.1.23
-pkgrel=4
+pkgver=0.1.24
+pkgrel=1
 pkgdesc=D-Bus service for applications to request thumbnails
 arch=('i686' 'x86_64')
 url=http://git.xfce.org/xfce/tumbler/;
@@ -22,7 +22,7 @@
 'freetype2: for font thumbnails')
 options=('!libtool')
 source=(http://archive.xfce.org/src/apps/$pkgname/0.1/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b3066d17b7e1fee5135eb876a7c2c50a1221bd0d447c3dd7c36efe6d7f3874cb')
+sha256sums=('18fe74900851211cbd10eff4e9e487229284d1701aa60f0c3d35cdd457c72566')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in tumbler/repos (4 files)

2012-03-28 Thread Evangelos Foutras
Date: Wednesday, March 28, 2012 @ 14:48:51
  Author: foutrelis
Revision: 154454

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  tumbler/repos/extra-i686/PKGBUILD
(from rev 154453, tumbler/trunk/PKGBUILD)
  tumbler/repos/extra-x86_64/PKGBUILD
(from rev 154453, tumbler/trunk/PKGBUILD)
Deleted:
  tumbler/repos/extra-i686/PKGBUILD
  tumbler/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   88 
 extra-x86_64/PKGBUILD |   88 
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-28 18:48:32 UTC (rev 154453)
+++ extra-i686/PKGBUILD 2012-03-28 18:48:51 UTC (rev 154454)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: Jan Jezek honzin.je...@gmail.com
-
-pkgname=tumbler
-pkgver=0.1.23
-pkgrel=4
-pkgdesc=D-Bus service for applications to request thumbnails
-arch=('i686' 'x86_64')
-url=http://git.xfce.org/xfce/tumbler/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('dbus-glib' 'gdk-pixbuf2')
-makedepends=('intltool' 'ffmpegthumbnailer' 'gstreamer0.10' 'poppler-glib'
- 'libgsf' 'libopenraw' 'freetype2')
-optdepends=('ffmpegthumbnailer: for video thumbnails'
-'gstreamer0.10: for video thumbnails'
-'poppler-glib: for PDF thumbnails'
-'libgsf: for ODF thumbnails'
-'libopenraw: for RAW thumbnails'
-'freetype2: for font thumbnails')
-options=('!libtool')
-source=(http://archive.xfce.org/src/apps/$pkgname/0.1/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b3066d17b7e1fee5135eb876a7c2c50a1221bd0d447c3dd7c36efe6d7f3874cb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tumbler/repos/extra-i686/PKGBUILD (from rev 154453, 
tumbler/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-28 18:48:51 UTC (rev 154454)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Jan Jezek honzin.je...@gmail.com
+
+pkgname=tumbler
+pkgver=0.1.24
+pkgrel=1
+pkgdesc=D-Bus service for applications to request thumbnails
+arch=('i686' 'x86_64')
+url=http://git.xfce.org/xfce/tumbler/;
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('dbus-glib' 'gdk-pixbuf2')
+makedepends=('intltool' 'ffmpegthumbnailer' 'gstreamer0.10' 'poppler-glib'
+ 'libgsf' 'libopenraw' 'freetype2')
+optdepends=('ffmpegthumbnailer: for video thumbnails'
+'gstreamer0.10: for video thumbnails'
+'poppler-glib: for PDF thumbnails'
+'libgsf: for ODF thumbnails'
+'libopenraw: for RAW thumbnails'
+'freetype2: for font thumbnails')
+options=('!libtool')
+source=(http://archive.xfce.org/src/apps/$pkgname/0.1/$pkgname-$pkgver.tar.bz2)
+sha256sums=('18fe74900851211cbd10eff4e9e487229284d1701aa60f0c3d35cdd457c72566')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-28 18:48:32 UTC (rev 154453)
+++ extra-x86_64/PKGBUILD   2012-03-28 18:48:51 UTC (rev 154454)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: Jan Jezek honzin.je...@gmail.com
-
-pkgname=tumbler
-pkgver=0.1.23
-pkgrel=4
-pkgdesc=D-Bus service for applications to request thumbnails
-arch=('i686' 'x86_64')
-url=http://git.xfce.org/xfce/tumbler/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('dbus-glib' 'gdk-pixbuf2')
-makedepends=('intltool' 'ffmpegthumbnailer' 'gstreamer0.10' 'poppler-glib'
- 'libgsf' 'libopenraw' 'freetype2')
-optdepends=('ffmpegthumbnailer: for video thumbnails'
-'gstreamer0.10: for video thumbnails'
-'poppler-glib: for PDF thumbnails'
-'libgsf: for ODF thumbnails'
-'libopenraw: for RAW thumbnails'
-'freetype2: for font thumbnails')
-options=('!libtool')
-source=(http://archive.xfce.org/src/apps/$pkgname/0.1/$pkgname-$pkgver.tar.bz2)

[arch-commits] Commit in thunar-volman/trunk (PKGBUILD)

2012-03-28 Thread Evangelos Foutras
Date: Wednesday, March 28, 2012 @ 14:50:57
  Author: foutrelis
Revision: 154455

upgpkg: thunar-volman 0.6.1-1

New upstream release.

Modified:
  thunar-volman/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 18:48:51 UTC (rev 154454)
+++ PKGBUILD2012-03-28 18:50:57 UTC (rev 154455)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Kieslich tobias (at) archlinux.org
 
 pkgname=thunar-volman
-pkgver=0.6.0
-pkgrel=3
+pkgver=0.6.1
+pkgrel=1
 pkgdesc=Automatic management of removeable devices in Thunar
 arch=('i686' 'x86_64')
 url=http://foo-projects.org/~benny/projects/thunar-volman;
@@ -15,12 +15,13 @@
 options=('!libtool')
 install=$pkgname.install
 source=(http://archive.xfce.org/src/apps/$pkgname/0.6/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b1afd2b3b285cfcf07c11caa3d37fa5ff1fc06f7dc68fcca07f9a0d70daa694f')
+sha256sums=('04918a9ccd576e7b19dae37af50ffe6de6f79ed66bf305c26dfe81c1ff652b27')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  ./configure --prefix=/usr \
+  ./configure \
+--prefix=/usr \
 --sysconfdir=/etc \
 --libexecdir=/usr/lib/xfce4 \
 --localstatedir=/var \



[arch-commits] Commit in thunar-volman/repos (8 files)

2012-03-28 Thread Evangelos Foutras
Date: Wednesday, March 28, 2012 @ 14:51:17
  Author: foutrelis
Revision: 154456

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  thunar-volman/repos/extra-i686/PKGBUILD
(from rev 154455, thunar-volman/trunk/PKGBUILD)
  thunar-volman/repos/extra-i686/thunar-volman.install
(from rev 154455, thunar-volman/trunk/thunar-volman.install)
  thunar-volman/repos/extra-x86_64/PKGBUILD
(from rev 154455, thunar-volman/trunk/PKGBUILD)
  thunar-volman/repos/extra-x86_64/thunar-volman.install
(from rev 154455, thunar-volman/trunk/thunar-volman.install)
Deleted:
  thunar-volman/repos/extra-i686/PKGBUILD
  thunar-volman/repos/extra-i686/thunar-volman.install
  thunar-volman/repos/extra-x86_64/PKGBUILD
  thunar-volman/repos/extra-x86_64/thunar-volman.install

+
 extra-i686/PKGBUILD|   75 +--
 extra-i686/thunar-volman.install   |   26 ++--
 extra-x86_64/PKGBUILD  |   75 +--
 extra-x86_64/thunar-volman.install |   26 ++--
 4 files changed, 102 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-28 18:50:57 UTC (rev 154455)
+++ extra-i686/PKGBUILD 2012-03-28 18:51:17 UTC (rev 154456)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Tobias Kieslich tobias (at) archlinux.org
-
-pkgname=thunar-volman
-pkgver=0.6.0
-pkgrel=3
-pkgdesc=Automatic management of removeable devices in Thunar
-arch=('i686' 'x86_64')
-url=http://foo-projects.org/~benny/projects/thunar-volman;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('thunar' 'libxfce4ui' 'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/0.6/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b1afd2b3b285cfcf07c11caa3d37fa5ff1fc06f7dc68fcca07f9a0d70daa694f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar-volman/repos/extra-i686/PKGBUILD (from rev 154455, 
thunar-volman/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-28 18:51:17 UTC (rev 154456)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tobias Kieslich tobias (at) archlinux.org
+
+pkgname=thunar-volman
+pkgver=0.6.1
+pkgrel=1
+pkgdesc=Automatic management of removeable devices in Thunar
+arch=('i686' 'x86_64')
+url=http://foo-projects.org/~benny/projects/thunar-volman;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('thunar' 'libxfce4ui' 'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/0.6/$pkgname-$pkgver.tar.bz2)
+sha256sums=('04918a9ccd576e7b19dae37af50ffe6de6f79ed66bf305c26dfe81c1ff652b27')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/thunar-volman.install
===
--- extra-i686/thunar-volman.install2012-03-28 18:50:57 UTC (rev 154455)
+++ extra-i686/thunar-volman.install2012-03-28 18:51:17 UTC (rev 154456)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar-volman/repos/extra-i686/thunar-volman.install (from rev 154455, 
thunar-volman/trunk/thunar-volman.install)
===
--- extra-i686/thunar-volman.install(rev 0)
+++ extra-i686/thunar-volman.install2012-03-28 18:51:17 UTC (rev 154456)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-28 18:50:57 UTC (rev 154455)
+++ extra-x86_64/PKGBUILD   2012-03-28 18:51:17 UTC (rev 154456)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: 

[arch-commits] Commit in xfce4-power-manager/trunk (2 files)

2012-03-28 Thread Evangelos Foutras
Date: Wednesday, March 28, 2012 @ 14:58:43
  Author: foutrelis
Revision: 154457

upgpkg: xfce4-power-manager 1.0.11-1

New upstream release.

Modified:
  xfce4-power-manager/trunk/PKGBUILD
Deleted:
  xfce4-power-manager/trunk/xfce4-power-manager-1.0.10-libnotify-0.7.patch

+
 PKGBUILD   |   15 ++-
 xfce4-power-manager-1.0.10-libnotify-0.7.patch |   14 --
 2 files changed, 6 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 18:51:17 UTC (rev 154456)
+++ PKGBUILD2012-03-28 18:58:43 UTC (rev 154457)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Kieslich tobias funnychar archlinux.org
 
 pkgname=xfce4-power-manager
-pkgver=1.0.10
-pkgrel=3
+pkgver=1.0.11
+pkgrel=1
 pkgdesc=Power manager for Xfce desktop
 arch=('i686' 'x86_64')
 url=http://xfce-goodies.berlios.de/;
@@ -15,17 +15,14 @@
 makedepends=('pkgconfig' 'intltool')
 options=('!libtool')
 install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/1.0/$pkgname-$pkgver.tar.bz2
-xfce4-power-manager-1.0.10-libnotify-0.7.patch)
-sha256sums=('80e4bb44f81c485ec09654dde432d6e28667d49a787625632a4413aac30422f0'
-'8bebb7830a4a7d9a49f5f06280aaf7bd703aceaecddcd9e2069e7c2c45dbc013')
+source=(http://archive.xfce.org/src/apps/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+sha256sums=('cfa85d839458fa2e9c2ee874d7d64ab00a95d6d51e6acf0ac082ffc700fe4339')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  patch -Np1 -i $srcdir/xfce4-power-manager-1.0.10-libnotify-0.7.patch
-
-  ./configure --prefix=/usr \
+  ./configure \
+--prefix=/usr \
 --sysconfdir=/etc \
 --libexecdir=/usr/lib \
 --localstatedir=/var \

Deleted: xfce4-power-manager-1.0.10-libnotify-0.7.patch
===
--- xfce4-power-manager-1.0.10-libnotify-0.7.patch  2012-03-28 18:51:17 UTC 
(rev 154456)
+++ xfce4-power-manager-1.0.10-libnotify-0.7.patch  2012-03-28 18:58:43 UTC 
(rev 154457)
@@ -1,14 +0,0 @@
-diff --git a/src/xfpm-notify.c b/src/xfpm-notify.c
-index c93a843..311b0fd 100644
 a/src/xfpm-notify.c
-+++ b/src/xfpm-notify.c
-@@ -233,9 +233,6 @@ xfpm_notify_new_notification_internal (const gchar *title, 
const gchar *message,
- #if !NOTIFY_CHECK_VERSION (0, 7, 0) 
- if ( icon )
-   notify_notification_attach_to_status_icon (n, icon);
--#else
--if ( icon )
--  notify_notification_attach_to_status_icon (n, icon);
- #endif
- #endif
-   



[arch-commits] Commit in xfce4-power-manager/repos (10 files)

2012-03-28 Thread Evangelos Foutras
Date: Wednesday, March 28, 2012 @ 14:59:06
  Author: foutrelis
Revision: 154458

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xfce4-power-manager/repos/extra-i686/PKGBUILD
(from rev 154457, xfce4-power-manager/trunk/PKGBUILD)
  xfce4-power-manager/repos/extra-i686/xfce4-power-manager.install
(from rev 154457, xfce4-power-manager/trunk/xfce4-power-manager.install)
  xfce4-power-manager/repos/extra-x86_64/PKGBUILD
(from rev 154457, xfce4-power-manager/trunk/PKGBUILD)
  xfce4-power-manager/repos/extra-x86_64/xfce4-power-manager.install
(from rev 154457, xfce4-power-manager/trunk/xfce4-power-manager.install)
Deleted:
  xfce4-power-manager/repos/extra-i686/PKGBUILD
  
xfce4-power-manager/repos/extra-i686/xfce4-power-manager-1.0.10-libnotify-0.7.patch
  xfce4-power-manager/repos/extra-i686/xfce4-power-manager.install
  xfce4-power-manager/repos/extra-x86_64/PKGBUILD
  
xfce4-power-manager/repos/extra-x86_64/xfce4-power-manager-1.0.10-libnotify-0.7.patch
  xfce4-power-manager/repos/extra-x86_64/xfce4-power-manager.install

-+
 extra-i686/PKGBUILD |   85 --
 extra-i686/xfce4-power-manager-1.0.10-libnotify-0.7.patch   |   14 -
 extra-i686/xfce4-power-manager.install  |   26 +--
 extra-x86_64/PKGBUILD   |   85 --
 extra-x86_64/xfce4-power-manager-1.0.10-libnotify-0.7.patch |   14 -
 extra-x86_64/xfce4-power-manager.install|   26 +--
 6 files changed, 108 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-28 18:58:43 UTC (rev 154457)
+++ extra-i686/PKGBUILD 2012-03-28 18:59:06 UTC (rev 154458)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Tobias Kieslich tobias funnychar archlinux.org
-
-pkgname=xfce4-power-manager
-pkgver=1.0.10
-pkgrel=3
-pkgdesc=Power manager for Xfce desktop
-arch=('i686' 'x86_64')
-url=http://xfce-goodies.berlios.de/;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'upower' 'udisks' 'libnotify' 'hicolor-icon-theme'
- 'librsvg')
-makedepends=('pkgconfig' 'intltool')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/1.0/$pkgname-$pkgver.tar.bz2
-xfce4-power-manager-1.0.10-libnotify-0.7.patch)
-sha256sums=('80e4bb44f81c485ec09654dde432d6e28667d49a787625632a4413aac30422f0'
-'8bebb7830a4a7d9a49f5f06280aaf7bd703aceaecddcd9e2069e7c2c45dbc013')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np1 -i $srcdir/xfce4-power-manager-1.0.10-libnotify-0.7.patch
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-network-manager \
---enable-polkit \
---enable-dpms \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-power-manager/repos/extra-i686/PKGBUILD (from rev 154457, 
xfce4-power-manager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-28 18:59:06 UTC (rev 154458)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Tobias Kieslich tobias funnychar archlinux.org
+
+pkgname=xfce4-power-manager
+pkgver=1.0.11
+pkgrel=1
+pkgdesc=Power manager for Xfce desktop
+arch=('i686' 'x86_64')
+url=http://xfce-goodies.berlios.de/;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'upower' 'udisks' 'libnotify' 'hicolor-icon-theme'
+ 'librsvg')
+makedepends=('pkgconfig' 'intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/1.0/$pkgname-$pkgver.tar.bz2)
+sha256sums=('cfa85d839458fa2e9c2ee874d7d64ab00a95d6d51e6acf0ac082ffc700fe4339')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-network-manager \
+--enable-polkit \
+--enable-dpms \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/xfce4-power-manager-1.0.10-libnotify-0.7.patch
===
--- extra-i686/xfce4-power-manager-1.0.10-libnotify-0.7.patch   2012-03-28 
18:58:43 UTC (rev 154457)
+++ extra-i686/xfce4-power-manager-1.0.10-libnotify-0.7.patch   2012-03-28 
18:59:06 UTC (rev 154458)
@@ -1,14 +0,0 @@
-diff --git a/src/xfpm-notify.c b/src/xfpm-notify.c
-index c93a843..311b0fd 100644
 a/src/xfpm-notify.c
-+++ b/src/xfpm-notify.c
-@@ -233,9 

[arch-commits] Commit in qt/trunk (6 files)

2012-03-28 Thread Andrea Scarpino
Date: Wednesday, March 28, 2012 @ 15:27:46
  Author: andrea
Revision: 154459

upgpkg: qt 4.8.1-1

Upstream release

Modified:
  qt/trunk/PKGBUILD
Deleted:
  qt/trunk/fix-qgraphicsscene-regression.patch
  qt/trunk/gcc47.patch
  qt/trunk/improve-cups-support.patch
  qt/trunk/improved-filter-event.patch
  qt/trunk/qurl-backward-compatibility.patch

-+
 PKGBUILD|   31 +-
 fix-qgraphicsscene-regression.patch |   55 ---
 gcc47.patch |   27 -
 improve-cups-support.patch  |   84 -
 improved-filter-event.patch |   98 --
 qurl-backward-compatibility.patch   |   13 
 6 files changed, 5 insertions(+), 303 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 18:59:06 UTC (rev 154458)
+++ PKGBUILD2012-03-28 19:27:46 UTC (rev 154459)
@@ -4,8 +4,8 @@
 
 pkgbase=qt
 pkgname=('qt' 'qt-private-headers')
-pkgver=4.8.0
-pkgrel=6
+pkgver=4.8.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL')
@@ -17,37 +17,16 @@
 _pkgfqn=${pkgbase}-everywhere-opensource-src-${pkgver}
 source=(http://get.qt.nokia.com/qt/source/${_pkgfqn}.tar.gz;
 'assistant.desktop' 'designer.desktop' 'linguist.desktop'
-'qtconfig.desktop'
-'fix-qgraphicsscene-regression.patch'
-'improved-filter-event.patch'
-'qurl-backward-compatibility.patch'
-'improve-cups-support.patch'
-'gcc47.patch')
-md5sums=('e8a5fdbeba2927c948d9f477a6abe904'
+'qtconfig.desktop')
+md5sums=('7960ba8e18ca31f0c6e4895a312f92ff'
  'fc211414130ab2764132e7370f8e5caa'
  '85179f5e0437514f8639957e1d8baf62'
  'f11852b97583610f3dbb669ebc3e21bc'
- '6b771c8a81dd90b45e8a79afa0e5bbfd'
- 'c2e91fc028250a590e76effe234468e2'
- '444ebeb716d7c7379835efb8aa88e6c8'
- '7bc255a36733d0fbc80c1902ade4beca'
- 'c439c7731c25387352d8453ca7574971'
- 'd8a0e81075b290ddc18ecd33b9b7ee22')
+ '6b771c8a81dd90b45e8a79afa0e5bbfd')
 
 build() {
   cd ${srcdir}/${_pkgfqn}
 
-  # (FS#28707)
-  patch -p1 -i ${srcdir}/fix-qgraphicsscene-regression.patch
-  # (FS#27757) (KDEBUG#275469)
-  patch -p1 -i ${srcdir}/improved-filter-event.patch
-  patch -p1 -i ${srcdir}/qurl-backward-compatibility.patch
-
-  # (FS#28381) (KDEBUG#180051)
-  patch -p1 -i ${srcdir}/improve-cups-support.patch
-  
-  patch -p1 -i ${srcdir}/gcc47.patch
-
   export QT4DIR=${srcdir}/${_pkgfqn}
   export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
 

Deleted: fix-qgraphicsscene-regression.patch
===
--- fix-qgraphicsscene-regression.patch 2012-03-28 18:59:06 UTC (rev 154458)
+++ fix-qgraphicsscene-regression.patch 2012-03-28 19:27:46 UTC (rev 154459)
@@ -1,55 +0,0 @@
-From 15c14584199dc43e4a309fc331f3144009008128 Mon Sep 17 00:00:00 2001
-From: Jonathan Liu net...@gmail.com
-Date: Fri, 24 Feb 2012 00:42:34 +1100
-Subject: [PATCH] Revert Don't rely on mapFromGlobal in
- QGraphicsScenePrivate::itemsAtPosition.
-
-This reverts commit 7c0d15a22266a425c9e9ac0120d6774e120fe01e.
-The commit caused a regression whereby tooltips may be shown even if the
-mouse is not over the item if it has the Qt::ItemIgnoresTransformations
-flag and the QGraphicsView had been scaled.
-
-Task-number: QTBUG-17517
-Task-number: QTBUG-22663
-Change-Id: Ib7fd788d9712c5e659fe07182f9505a4eb135ab2
-Reviewed-by: Andy Shaw andy.s...@digia.com
-Reviewed-by: Robin Burchell robin...@viroteck.net

- src/gui/graphicsview/qgraphicsscene.cpp |   10 +++---
- 1 files changed, 7 insertions(+), 3 deletions(-)
-
-diff --git a/src/gui/graphicsview/qgraphicsscene.cpp 
b/src/gui/graphicsview/qgraphicsscene.cpp
-index 14c0f3c..d1cdd4f 100644
 a/src/gui/graphicsview/qgraphicsscene.cpp
-+++ b/src/gui/graphicsview/qgraphicsscene.cpp
-@@ -1084,7 +1084,7 @@ void QGraphicsScenePrivate::enableMouseTrackingOnViews()
- /*!
- Returns all items for the screen position in \a event.
- */
--QListQGraphicsItem * QGraphicsScenePrivate::itemsAtPosition(const QPoint 
/*screenPos*/,
-+QListQGraphicsItem * QGraphicsScenePrivate::itemsAtPosition(const QPoint 
screenPos,
-   const QPointF 
scenePos,
-   QWidget 
*widget) const
- {
-@@ -1093,12 +1093,16 @@ QListQGraphicsItem * 
QGraphicsScenePrivate::itemsAtPosition(const QPoint /*sc
- if (!view)
- return q-items(scenePos, Qt::IntersectsItemShape, 
Qt::DescendingOrder, QTransform());
- 
--const QRectF pointRect(scenePos, QSizeF(1, 1));
-+const QRectF pointRect(QPointF(widget-mapFromGlobal(screenPos)), 
QSizeF(1, 1));
- if (!view-isTransformed())
- return q-items(pointRect, Qt::IntersectsItemShape, 

[arch-commits] Commit in qt/repos (32 files)

2012-03-28 Thread Andrea Scarpino
Date: Wednesday, March 28, 2012 @ 15:28:41
  Author: andrea
Revision: 154460

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  qt/repos/extra-i686/PKGBUILD
(from rev 154459, qt/trunk/PKGBUILD)
  qt/repos/extra-i686/assistant.desktop
(from rev 154459, qt/trunk/assistant.desktop)
  qt/repos/extra-i686/designer.desktop
(from rev 154459, qt/trunk/designer.desktop)
  qt/repos/extra-i686/linguist.desktop
(from rev 154459, qt/trunk/linguist.desktop)
  qt/repos/extra-i686/qt.install
(from rev 154459, qt/trunk/qt.install)
  qt/repos/extra-i686/qtconfig.desktop
(from rev 154459, qt/trunk/qtconfig.desktop)
  qt/repos/extra-x86_64/PKGBUILD
(from rev 154459, qt/trunk/PKGBUILD)
  qt/repos/extra-x86_64/assistant.desktop
(from rev 154459, qt/trunk/assistant.desktop)
  qt/repos/extra-x86_64/designer.desktop
(from rev 154459, qt/trunk/designer.desktop)
  qt/repos/extra-x86_64/linguist.desktop
(from rev 154459, qt/trunk/linguist.desktop)
  qt/repos/extra-x86_64/qt.install
(from rev 154459, qt/trunk/qt.install)
  qt/repos/extra-x86_64/qtconfig.desktop
(from rev 154459, qt/trunk/qtconfig.desktop)
Deleted:
  qt/repos/extra-i686/PKGBUILD
  qt/repos/extra-i686/assistant.desktop
  qt/repos/extra-i686/designer.desktop
  qt/repos/extra-i686/fix-qgraphicsscene-regression.patch
  qt/repos/extra-i686/improve-cups-support.patch
  qt/repos/extra-i686/improved-filter-event.patch
  qt/repos/extra-i686/linguist.desktop
  qt/repos/extra-i686/qt.install
  qt/repos/extra-i686/qtconfig.desktop
  qt/repos/extra-i686/qurl-backward-compatibility.patch
  qt/repos/extra-x86_64/PKGBUILD
  qt/repos/extra-x86_64/assistant.desktop
  qt/repos/extra-x86_64/designer.desktop
  qt/repos/extra-x86_64/fix-qgraphicsscene-regression.patch
  qt/repos/extra-x86_64/improve-cups-support.patch
  qt/repos/extra-x86_64/improved-filter-event.patch
  qt/repos/extra-x86_64/linguist.desktop
  qt/repos/extra-x86_64/qt.install
  qt/repos/extra-x86_64/qtconfig.desktop
  qt/repos/extra-x86_64/qurl-backward-compatibility.patch

--+
 extra-i686/PKGBUILD  |  269 +
 extra-i686/assistant.desktop |   18 -
 extra-i686/designer.desktop  |   22 -
 extra-i686/fix-qgraphicsscene-regression.patch   |   55 
 extra-i686/improve-cups-support.patch|   84 --
 extra-i686/improved-filter-event.patch   |   98 ---
 extra-i686/linguist.desktop  |   20 -
 extra-i686/qt.install|   24 -
 extra-i686/qtconfig.desktop  |   20 -
 extra-i686/qurl-backward-compatibility.patch |   13 -
 extra-x86_64/PKGBUILD|  269 +
 extra-x86_64/assistant.desktop   |   18 -
 extra-x86_64/designer.desktop|   22 -
 extra-x86_64/fix-qgraphicsscene-regression.patch |   55 
 extra-x86_64/improve-cups-support.patch  |   84 --
 extra-x86_64/improved-filter-event.patch |   98 ---
 extra-x86_64/linguist.desktop|   20 -
 extra-x86_64/qt.install  |   24 -
 extra-x86_64/qtconfig.desktop|   20 -
 extra-x86_64/qurl-backward-compatibility.patch   |   13 -
 20 files changed, 356 insertions(+), 890 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 154459:154460 to see the changes.


[arch-commits] Commit in qt-doc/trunk (PKGBUILD)

2012-03-28 Thread Andrea Scarpino
Date: Wednesday, March 28, 2012 @ 15:30:15
  Author: andrea
Revision: 154461

upgpkg: qt-doc 4.8.1-1

Upstream release

Modified:
  qt-doc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 19:28:41 UTC (rev 154460)
+++ PKGBUILD2012-03-28 19:30:15 UTC (rev 154461)
@@ -3,11 +3,11 @@
 # Contributor: Vinay S Shastry vinayshas...@gmail.com
 
 pkgname=qt-doc
-pkgver=4.8.0
+pkgver=4.8.1
 pkgrel=1
 pkgdesc='The Qt gui toolkit documentation'
 arch=('any')
-url='http://qt.nokia.com/'
+url='http://qt-project.org/'
 license=('GPL3' 'LGPL')
 options=('docs')
 depends=('qt')
@@ -16,7 +16,7 @@
 conflicts=(qt4-doc=${pkgver})
 _pkgfqn=qt-everywhere-opensource-src-${pkgver}
 source=(http://get.qt.nokia.com/qt/source/${_pkgfqn}.tar.gz;)
-md5sums=('e8a5fdbeba2927c948d9f477a6abe904')
+md5sums=('7960ba8e18ca31f0c6e4895a312f92ff')
 
 package() {
   cd ${srcdir}/${_pkgfqn}



[arch-commits] Commit in qt-doc/repos/extra-any (PKGBUILD PKGBUILD)

2012-03-28 Thread Andrea Scarpino
Date: Wednesday, March 28, 2012 @ 15:30:33
  Author: andrea
Revision: 154462

archrelease: copy trunk to extra-any

Added:
  qt-doc/repos/extra-any/PKGBUILD
(from rev 154461, qt-doc/trunk/PKGBUILD)
Deleted:
  qt-doc/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-03-28 19:30:15 UTC (rev 154461)
+++ PKGBUILD2012-03-28 19:30:33 UTC (rev 154462)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Vinay S Shastry vinayshas...@gmail.com
-
-pkgname=qt-doc
-pkgver=4.8.0
-pkgrel=1
-pkgdesc='The Qt gui toolkit documentation'
-arch=('any')
-url='http://qt.nokia.com/'
-license=('GPL3' 'LGPL')
-options=('docs')
-depends=('qt')
-replaces=('qt4-doc')
-provides=(qt4-doc=${pkgver})
-conflicts=(qt4-doc=${pkgver})
-_pkgfqn=qt-everywhere-opensource-src-${pkgver}
-source=(http://get.qt.nokia.com/qt/source/${_pkgfqn}.tar.gz;)
-md5sums=('e8a5fdbeba2927c948d9f477a6abe904')
-
-package() {
-  cd ${srcdir}/${_pkgfqn}
-  install -d ${pkgdir}/usr/share/doc/qt
-  cp -r doc/* ${pkgdir}/usr/share/doc/qt
-  cp -r demos ${pkgdir}/usr/share/doc/qt
-  cp -r examples ${pkgdir}/usr/share/doc/qt
-}

Copied: qt-doc/repos/extra-any/PKGBUILD (from rev 154461, qt-doc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-03-28 19:30:33 UTC (rev 154462)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Vinay S Shastry vinayshas...@gmail.com
+
+pkgname=qt-doc
+pkgver=4.8.1
+pkgrel=1
+pkgdesc='The Qt gui toolkit documentation'
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL')
+options=('docs')
+depends=('qt')
+replaces=('qt4-doc')
+provides=(qt4-doc=${pkgver})
+conflicts=(qt4-doc=${pkgver})
+_pkgfqn=qt-everywhere-opensource-src-${pkgver}
+source=(http://get.qt.nokia.com/qt/source/${_pkgfqn}.tar.gz;)
+md5sums=('7960ba8e18ca31f0c6e4895a312f92ff')
+
+package() {
+  cd ${srcdir}/${_pkgfqn}
+  install -d ${pkgdir}/usr/share/doc/qt
+  cp -r doc/* ${pkgdir}/usr/share/doc/qt
+  cp -r demos ${pkgdir}/usr/share/doc/qt
+  cp -r examples ${pkgdir}/usr/share/doc/qt
+}



[arch-commits] Commit in qt/trunk (PKGBUILD gcc47.patch)

2012-03-28 Thread Andrea Scarpino
Date: Wednesday, March 28, 2012 @ 15:42:53
  Author: andrea
Revision: 154463

Build with gcc 4.7.0 still fails

Added:
  qt/trunk/gcc47.patch
Modified:
  qt/trunk/PKGBUILD

-+
 PKGBUILD|8 ++--
 gcc47.patch |   27 +++
 2 files changed, 33 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 19:30:33 UTC (rev 154462)
+++ PKGBUILD2012-03-28 19:42:53 UTC (rev 154463)
@@ -17,16 +17,20 @@
 _pkgfqn=${pkgbase}-everywhere-opensource-src-${pkgver}
 source=(http://get.qt.nokia.com/qt/source/${_pkgfqn}.tar.gz;
 'assistant.desktop' 'designer.desktop' 'linguist.desktop'
-'qtconfig.desktop')
+'qtconfig.desktop'
+'gcc47.patch')
 md5sums=('7960ba8e18ca31f0c6e4895a312f92ff'
  'fc211414130ab2764132e7370f8e5caa'
  '85179f5e0437514f8639957e1d8baf62'
  'f11852b97583610f3dbb669ebc3e21bc'
- '6b771c8a81dd90b45e8a79afa0e5bbfd')
+ '6b771c8a81dd90b45e8a79afa0e5bbfd'
+ 'd8a0e81075b290ddc18ecd33b9b7ee22')
 
 build() {
   cd ${srcdir}/${_pkgfqn}
 
+  patch -p1 -i ${srcdir}/gcc47.patch
+
   export QT4DIR=${srcdir}/${_pkgfqn}
   export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
 

Added: gcc47.patch
===
--- gcc47.patch (rev 0)
+++ gcc47.patch 2012-03-28 19:42:53 UTC (rev 154463)
@@ -0,0 +1,27 @@
+diff -up 
qt-everywhere-opensource-src-4.8.0/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h.me
 
qt-everywhere-opensource-src-4.8.0/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h
+--- 
qt-everywhere-opensource-src-4.8.0/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h.me
  2012-01-24 11:24:14.729942043 +0100
 
qt-everywhere-opensource-src-4.8.0/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSGlobalObject.h
 2012-01-24 14:28:39.848109534 +0100
+@@ -57,9 +57,7 @@ namespace JSC {
+ 
+ class JSGlobalObject : public JSVariableObject {
+ protected:
+-using JSVariableObject::JSVariableObjectData;
+-
+-struct JSGlobalObjectData : public JSVariableObjectData {
++struct JSGlobalObjectData : public 
JSVariableObject::JSVariableObjectData {
+ // We use an explicit destructor function pointer instead of a
+ // virtual destructor because we want to avoid adding a vtable
+ // pointer to this struct. Adding a vtable pointer would force the
+diff -up 
qt-everywhere-opensource-src-4.8.0/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h.me
 
qt-everywhere-opensource-src-4.8.0/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h
+--- 
qt-everywhere-opensource-src-4.8.0/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h.me
 2012-01-24 11:40:07.167856677 +0100
 
qt-everywhere-opensource-src-4.8.0/src/3rdparty/javascriptcore/JavaScriptCore/runtime/JSStaticScopeObject.h
2012-01-24 14:28:34.640306629 +0100
+@@ -32,8 +32,7 @@ namespace JSC{
+ 
+ class JSStaticScopeObject : public JSVariableObject {
+ protected:
+-using JSVariableObject::JSVariableObjectData;
+-struct JSStaticScopeObjectData : public JSVariableObjectData {
++struct JSStaticScopeObjectData : public 
JSVariableObject::JSVariableObjectData {
+ JSStaticScopeObjectData()
+ : JSVariableObjectData(symbolTable, registerStore + 1)
+ {



[arch-commits] Commit in qt/repos/extra-i686 (3 files)

2012-03-28 Thread Andrea Scarpino
Date: Wednesday, March 28, 2012 @ 15:43:28
  Author: andrea
Revision: 154464

archrelease: copy trunk to extra-i686

Deleted:
  qt/repos/extra-i686/PKGBUILD
  qt/repos/extra-i686/assistant.desktop
  qt/repos/extra-i686/designer.desktop

---+
 PKGBUILD  |  126 
 assistant.desktop |9 ---
 designer.desktop  |   11 
 3 files changed, 146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-03-28 19:42:53 UTC (rev 154463)
+++ PKGBUILD2012-03-28 19:43:28 UTC (rev 154464)
@@ -1,126 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=qt
-pkgname=('qt' 'qt-private-headers')
-pkgver=4.8.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL')
-makedepends=('libtiff' 'libpng' 'libmng' 'sqlite3' 'ca-certificates' 'glib2' 
'dbus'
-'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
-'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils' 'mesa' 
'postgresql-libs'
-'mysql' 'unixodbc' 'cups' 'gtk2')
-options=('!libtool')
-_pkgfqn=${pkgbase}-everywhere-opensource-src-${pkgver}
-source=(http://get.qt.nokia.com/qt/source/${_pkgfqn}.tar.gz;
-'assistant.desktop' 'designer.desktop' 'linguist.desktop'
-'qtconfig.desktop')
-md5sums=('7960ba8e18ca31f0c6e4895a312f92ff'
- 'fc211414130ab2764132e7370f8e5caa'
- '85179f5e0437514f8639957e1d8baf62'
- 'f11852b97583610f3dbb669ebc3e21bc'
- '6b771c8a81dd90b45e8a79afa0e5bbfd')
-
-build() {
-  cd ${srcdir}/${_pkgfqn}
-
-  export QT4DIR=${srcdir}/${_pkgfqn}
-  export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
-
-  sed -i s|-O2|${CXXFLAGS}| mkspecs/common/{g++,gcc}-base.conf
-  sed -i /^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g 
mkspecs/common/gcc-base-unix.conf
-  sed -i /^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g mkspecs/common/gcc-base.conf
-
-  ./configure -confirm-license -opensource \
--prefix /usr \
--docdir /usr/share/doc/qt \
--plugindir /usr/lib/qt/plugins \
--importdir /usr/lib/qt/imports \
--datadir /usr/share/qt \
--translationdir /usr/share/qt/translations \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--demosdir /usr/share/doc/qt/demos \
--plugin-sql-{psql,mysql,sqlite,odbc} \
--system-sqlite \
--no-phonon \
--no-phonon-backend \
--no-webkit \
--graphicssystem raster \
--openssl-linked \
--nomake demos \
--nomake examples \
--nomake docs \
--silent \
--no-rpath \
--optimized-qmake \
--reduce-relocations \
--dbus-linked \
--no-openvg
-  make
-}
-
-package_qt() {
-pkgdesc='A cross-platform application and UI framework'
-depends=('libtiff' 'libpng' 'libmng' 'sqlite3' 'ca-certificates' 'glib2' 
'dbus'
-  'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
-  'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils')
-optdepends=('postgresql-libs: PostgreSQL driver'
-'libmysqlclient: MySQL driver'
-'unixodbc: ODBC driver'
-'libxinerama: Xinerama support'
-'libxcursor: Xcursor support'
-'libxfixes: Xfixes support')
-install='qt.install'
-
-cd ${srcdir}/${_pkgfqn}
-make INSTALL_ROOT=${pkgdir} install
-
-# install missing icons and desktop files
-for icon in tools/linguist/linguist/images/icons/linguist-*-32.png ; do
-  size=$(echo $(basename ${icon}) | cut -d- -f2)
-  install -p -D -m644 ${icon} \
-${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png
-done
-install -p -D -m644 src/gui/dialogs/images/qtlogo-64.png \
-  ${pkgdir}/usr/share/icons/hicolor/64x64/apps/qtlogo.png
-install -p -D -m644 tools/assistant/tools/assistant/images/assistant.png \
-  ${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png
-install -p -D -m644 tools/designer/src/designer/images/designer.png \
-  ${pkgdir}/usr/share/icons/hicolor/128x128/apps/designer.png
-install -d ${pkgdir}/usr/share/applications
-install -m644 ${srcdir}/{linguist,designer,assistant,qtconfig}.desktop \
-  ${pkgdir}/usr/share/applications/
-
-# install license addition
-install -D -m644 LGPL_EXCEPTION.txt \
-  ${pkgdir}/usr/share/licenses/qt/LGPL_EXCEPTION.txt
-
-# Fix wrong path in pkgconfig files
-find ${pkgdir}/usr/lib/pkgconfig -type f -name '*.pc' \
-  -exec perl -pi -e s, -L${srcdir}/?\S+,,g {} \;
-
-# Fix wrong path in prl files
-find ${pkgdir}/usr/lib -type f -name '*.prl' \
-  -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' 
{} \;
-}
-
-package_qt-private-headers(){
-pkgdesc=Qt private headers for development
-depends=(qt=${pkgver})
-
-install -d 

[arch-commits] Commit in qt/repos/extra-x86_64 (3 files)

2012-03-28 Thread Andrea Scarpino
Date: Wednesday, March 28, 2012 @ 15:43:54
  Author: andrea
Revision: 154465

archrelease: copy trunk to extra-x86_64

Deleted:
  qt/repos/extra-x86_64/PKGBUILD
  qt/repos/extra-x86_64/assistant.desktop
  qt/repos/extra-x86_64/designer.desktop

---+
 PKGBUILD  |  126 
 assistant.desktop |9 ---
 designer.desktop  |   11 
 3 files changed, 146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-03-28 19:43:28 UTC (rev 154464)
+++ PKGBUILD2012-03-28 19:43:54 UTC (rev 154465)
@@ -1,126 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=qt
-pkgname=('qt' 'qt-private-headers')
-pkgver=4.8.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL')
-makedepends=('libtiff' 'libpng' 'libmng' 'sqlite3' 'ca-certificates' 'glib2' 
'dbus'
-'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
-'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils' 'mesa' 
'postgresql-libs'
-'mysql' 'unixodbc' 'cups' 'gtk2')
-options=('!libtool')
-_pkgfqn=${pkgbase}-everywhere-opensource-src-${pkgver}
-source=(http://get.qt.nokia.com/qt/source/${_pkgfqn}.tar.gz;
-'assistant.desktop' 'designer.desktop' 'linguist.desktop'
-'qtconfig.desktop')
-md5sums=('7960ba8e18ca31f0c6e4895a312f92ff'
- 'fc211414130ab2764132e7370f8e5caa'
- '85179f5e0437514f8639957e1d8baf62'
- 'f11852b97583610f3dbb669ebc3e21bc'
- '6b771c8a81dd90b45e8a79afa0e5bbfd')
-
-build() {
-  cd ${srcdir}/${_pkgfqn}
-
-  export QT4DIR=${srcdir}/${_pkgfqn}
-  export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
-
-  sed -i s|-O2|${CXXFLAGS}| mkspecs/common/{g++,gcc}-base.conf
-  sed -i /^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g 
mkspecs/common/gcc-base-unix.conf
-  sed -i /^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS}|g mkspecs/common/gcc-base.conf
-
-  ./configure -confirm-license -opensource \
--prefix /usr \
--docdir /usr/share/doc/qt \
--plugindir /usr/lib/qt/plugins \
--importdir /usr/lib/qt/imports \
--datadir /usr/share/qt \
--translationdir /usr/share/qt/translations \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--demosdir /usr/share/doc/qt/demos \
--plugin-sql-{psql,mysql,sqlite,odbc} \
--system-sqlite \
--no-phonon \
--no-phonon-backend \
--no-webkit \
--graphicssystem raster \
--openssl-linked \
--nomake demos \
--nomake examples \
--nomake docs \
--silent \
--no-rpath \
--optimized-qmake \
--reduce-relocations \
--dbus-linked \
--no-openvg
-  make
-}
-
-package_qt() {
-pkgdesc='A cross-platform application and UI framework'
-depends=('libtiff' 'libpng' 'libmng' 'sqlite3' 'ca-certificates' 'glib2' 
'dbus'
-  'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
-  'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils')
-optdepends=('postgresql-libs: PostgreSQL driver'
-'libmysqlclient: MySQL driver'
-'unixodbc: ODBC driver'
-'libxinerama: Xinerama support'
-'libxcursor: Xcursor support'
-'libxfixes: Xfixes support')
-install='qt.install'
-
-cd ${srcdir}/${_pkgfqn}
-make INSTALL_ROOT=${pkgdir} install
-
-# install missing icons and desktop files
-for icon in tools/linguist/linguist/images/icons/linguist-*-32.png ; do
-  size=$(echo $(basename ${icon}) | cut -d- -f2)
-  install -p -D -m644 ${icon} \
-${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png
-done
-install -p -D -m644 src/gui/dialogs/images/qtlogo-64.png \
-  ${pkgdir}/usr/share/icons/hicolor/64x64/apps/qtlogo.png
-install -p -D -m644 tools/assistant/tools/assistant/images/assistant.png \
-  ${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png
-install -p -D -m644 tools/designer/src/designer/images/designer.png \
-  ${pkgdir}/usr/share/icons/hicolor/128x128/apps/designer.png
-install -d ${pkgdir}/usr/share/applications
-install -m644 ${srcdir}/{linguist,designer,assistant,qtconfig}.desktop \
-  ${pkgdir}/usr/share/applications/
-
-# install license addition
-install -D -m644 LGPL_EXCEPTION.txt \
-  ${pkgdir}/usr/share/licenses/qt/LGPL_EXCEPTION.txt
-
-# Fix wrong path in pkgconfig files
-find ${pkgdir}/usr/lib/pkgconfig -type f -name '*.pc' \
-  -exec perl -pi -e s, -L${srcdir}/?\S+,,g {} \;
-
-# Fix wrong path in prl files
-find ${pkgdir}/usr/lib -type f -name '*.prl' \
-  -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' 
{} \;
-}
-
-package_qt-private-headers(){
-pkgdesc=Qt private headers for development
-depends=(qt=${pkgver})
-
-install -d 

[arch-commits] Commit in btrfs-progs/trunk (PKGBUILD)

2012-03-28 Thread Tom Gundersen
Date: Wednesday, March 28, 2012 @ 17:30:22
  Author: tomegun
Revision: 154466

upgpkg: btrfs-progs 0.19.20120328-1

this is shipped on Oracle Linux, now with fsck

Modified:
  btrfs-progs/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 19:43:54 UTC (rev 154465)
+++ PKGBUILD2012-03-28 21:30:22 UTC (rev 154466)
@@ -2,8 +2,8 @@
 # Maintainer: Tom Gundersen t...@jklm.no
 # Contributor: Tobias Powalowski tp...@archlinux.org
 pkgname=btrfs-progs
-pkgver=0.19.20120110
-pkgrel=2
+pkgver=0.19.20120328
+pkgrel=1
 pkgdesc=btrfs filesystem utilities
 arch=(i686 x86_64)
 depends=('glibc' 'e2fsprogs')
@@ -15,12 +15,12 @@
 license=('GPL2')
 
 build() {
-   cd $srcdir/$pkgname
-   make CFLAGS=$CFLAGS all convert
+   cd $srcdir/$pkgname-$pkgver
+   make CFLAGS=$CFLAGS
 }
 
 package() {
-   cd $srcdir/$pkgname
+   cd $srcdir/$pkgname-$pkgver
make prefix=$pkgdir/usr install
# fix manpage
mkdir -p $pkgdir/usr/share/
@@ -28,4 +28,4 @@
mkdir -p ${pkgdir}/sbin
ln -sf /usr/bin/btrfs ${pkgdir}/sbin/btrfs
 }
-md5sums=('a3f6fbeb166f8e6b5c06833888d4ecf2')
+md5sums=('f4504e73cf9254779b78d5b2318ac570')



[arch-commits] Commit in btrfs-progs/repos (4 files)

2012-03-28 Thread Tom Gundersen
Date: Wednesday, March 28, 2012 @ 17:30:44
  Author: tomegun
Revision: 154467

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 154466, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 154466, btrfs-progs/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 154466, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-28 21:30:44 UTC (rev 154467)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=btrfs-progs
+pkgver=0.19.20120328
+pkgrel=1
+pkgdesc=btrfs filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc' 'e2fsprogs')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz)
+url=http://btrfs.wiki.kernel.org/;
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make CFLAGS=$CFLAGS
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make prefix=$pkgdir/usr install
+   # fix manpage
+   mkdir -p $pkgdir/usr/share/
+   mv $pkgdir/usr/man $pkgdir/usr/share/man
+   mkdir -p ${pkgdir}/sbin
+   ln -sf /usr/bin/btrfs ${pkgdir}/sbin/btrfs
+}
+md5sums=('f4504e73cf9254779b78d5b2318ac570')

Copied: btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 154466, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-03-28 21:30:44 UTC (rev 154467)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+pkgname=btrfs-progs
+pkgver=0.19.20120328
+pkgrel=1
+pkgdesc=btrfs filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc' 'e2fsprogs')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz)
+url=http://btrfs.wiki.kernel.org/;
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   make CFLAGS=$CFLAGS
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make prefix=$pkgdir/usr install
+   # fix manpage
+   mkdir -p $pkgdir/usr/share/
+   mv $pkgdir/usr/man $pkgdir/usr/share/man
+   mkdir -p ${pkgdir}/sbin
+   ln -sf /usr/bin/btrfs ${pkgdir}/sbin/btrfs
+}
+md5sums=('f4504e73cf9254779b78d5b2318ac570')



[arch-commits] Commit in python-lxml/trunk (PKGBUILD)

2012-03-28 Thread Eric Bélanger
Date: Wednesday, March 28, 2012 @ 18:32:48
  Author: eric
Revision: 154468

upgpkg: python-lxml 2.3.4-1

Upstream update

Modified:
  python-lxml/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 21:30:44 UTC (rev 154467)
+++ PKGBUILD2012-03-28 22:32:48 UTC (rev 154468)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer:
 
 pkgname=('python-lxml' 'python2-lxml')
-pkgver=2.3.3
-pkgrel=2
+pkgver=2.3.4
+pkgrel=1
 pkgdesc=Python binding for the libxml2 and libxslt libraries
 arch=('i686' 'x86_64')
 license=('BSD' 'custom')
 url=http://lxml.de/;
 makedepends=('python2' 'python' 'libxslt')
 
source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('a7825793c69d004f388ec6600bad7a6f'
- '5c4b1a05f6e46a4dd7ebed8b5ad9e32e')
+sha1sums=('90a226d8a2ee38de47fc3351445dab6df0e33a20'
+  '7962be7794d7f4c87d2fce0104c27990f48f1ce1')
 
 check() {
   cd ${srcdir}/lxml-$pkgver



[arch-commits] Commit in python-lxml/repos (4 files)

2012-03-28 Thread Eric Bélanger
Date: Wednesday, March 28, 2012 @ 18:33:23
  Author: eric
Revision: 154469

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  python-lxml/repos/extra-i686/PKGBUILD
(from rev 154468, python-lxml/trunk/PKGBUILD)
  python-lxml/repos/extra-x86_64/PKGBUILD
(from rev 154468, python-lxml/trunk/PKGBUILD)
Deleted:
  python-lxml/repos/extra-i686/PKGBUILD
  python-lxml/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   98 
 extra-x86_64/PKGBUILD |   98 
 2 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-28 22:32:48 UTC (rev 154468)
+++ extra-i686/PKGBUILD 2012-03-28 22:33:23 UTC (rev 154469)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=('python-lxml' 'python2-lxml')
-pkgver=2.3.3
-pkgrel=2
-pkgdesc=Python binding for the libxml2 and libxslt libraries
-arch=('i686' 'x86_64')
-license=('BSD' 'custom')
-url=http://lxml.de/;
-makedepends=('python2' 'python' 'libxslt')
-source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('a7825793c69d004f388ec6600bad7a6f'
- '5c4b1a05f6e46a4dd7ebed8b5ad9e32e')
-
-check() {
-  cd ${srcdir}/lxml-$pkgver
-  make PYTHON=python2 test
-  make PYTHON=python test
-}
-
-package_python2-lxml() {
-  depends=('python2' 'libxslt')
-  optdepends=('python-beautifulsoup: support for parsing not well formed HTML')
-
-  cd ${srcdir}/lxml-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml() {
-  depends=('python' 'libxslt')
-
-  cd ${srcdir}/lxml-$pkgver
-  python setup.py install --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}

Copied: python-lxml/repos/extra-i686/PKGBUILD (from rev 154468, 
python-lxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-28 22:33:23 UTC (rev 154469)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer:
+
+pkgname=('python-lxml' 'python2-lxml')
+pkgver=2.3.4
+pkgrel=1
+pkgdesc=Python binding for the libxml2 and libxslt libraries
+arch=('i686' 'x86_64')
+license=('BSD' 'custom')
+url=http://lxml.de/;
+makedepends=('python2' 'python' 'libxslt')
+source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
+sha1sums=('90a226d8a2ee38de47fc3351445dab6df0e33a20'
+  '7962be7794d7f4c87d2fce0104c27990f48f1ce1')
+
+check() {
+  cd ${srcdir}/lxml-$pkgver
+  make PYTHON=python2 test
+  make PYTHON=python test
+}
+
+package_python2-lxml() {
+  depends=('python2' 'libxslt')
+  optdepends=('python-beautifulsoup: support for parsing not well formed HTML')
+
+  cd ${srcdir}/lxml-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}
+
+package_python-lxml() {
+  depends=('python' 'libxslt')
+
+  cd ${srcdir}/lxml-$pkgver
+  python setup.py install --root=${pkgdir} --optimize=1
+
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-28 22:32:48 UTC (rev 154468)
+++ extra-x86_64/PKGBUILD   2012-03-28 22:33:23 UTC (rev 154469)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=('python-lxml' 'python2-lxml')
-pkgver=2.3.3
-pkgrel=2
-pkgdesc=Python binding for the libxml2 and libxslt libraries
-arch=('i686' 'x86_64')
-license=('BSD' 'custom')
-url=http://lxml.de/;
-makedepends=('python2' 'python' 'libxslt')
-source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-md5sums=('a7825793c69d004f388ec6600bad7a6f'
- '5c4b1a05f6e46a4dd7ebed8b5ad9e32e')
-
-check() {
-  cd 

[arch-commits] Commit in liferea/trunk (PKGBUILD)

2012-03-28 Thread Eric Bélanger
Date: Wednesday, March 28, 2012 @ 19:15:22
  Author: eric
Revision: 154470

upgpkg: liferea 1.8.4-1

Upstream update

Modified:
  liferea/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 22:33:23 UTC (rev 154469)
+++ PKGBUILD2012-03-28 23:15:22 UTC (rev 154470)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=liferea
-pkgver=1.8.3
+pkgver=1.8.4
 pkgrel=1
 pkgdesc=A desktop news aggregator for online news feeds and weblogs
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool' '!emptydirs')
 install=liferea.install
 
source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.gz)
-sha1sums=('70ff90511260cc6616c0f5ec5b74ed9a498307a8')
+sha1sums=('f887a3928116f56e1b68719c150d40bd1c3c6dff')
 
 build() {
   cd ${srcdir}/liferea-${pkgver}



[arch-commits] Commit in liferea/repos (8 files)

2012-03-28 Thread Eric Bélanger
Date: Wednesday, March 28, 2012 @ 19:15:36
  Author: eric
Revision: 154471

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  liferea/repos/extra-i686/PKGBUILD
(from rev 154470, liferea/trunk/PKGBUILD)
  liferea/repos/extra-i686/liferea.install
(from rev 154470, liferea/trunk/liferea.install)
  liferea/repos/extra-x86_64/PKGBUILD
(from rev 154470, liferea/trunk/PKGBUILD)
  liferea/repos/extra-x86_64/liferea.install
(from rev 154470, liferea/trunk/liferea.install)
Deleted:
  liferea/repos/extra-i686/PKGBUILD
  liferea/repos/extra-i686/liferea.install
  liferea/repos/extra-x86_64/PKGBUILD
  liferea/repos/extra-x86_64/liferea.install

--+
 extra-i686/PKGBUILD  |   62 -
 extra-i686/liferea.install   |   44 ++---
 extra-x86_64/PKGBUILD|   62 -
 extra-x86_64/liferea.install |   44 ++---
 4 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-28 23:15:22 UTC (rev 154470)
+++ extra-i686/PKGBUILD 2012-03-28 23:15:36 UTC (rev 154471)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=liferea
-pkgver=1.8.3
-pkgrel=1
-pkgdesc=A desktop news aggregator for online news feeds and weblogs
-arch=('i686' 'x86_64')
-url=http://liferea.sourceforge.net/;
-license=('GPL')
-depends=('gconf' 'libwebkit' 'libnotify' 'libunique' 'json-glib' 
'hicolor-icon-theme')
-makedepends=('intltool')
-options=('!libtool' '!emptydirs')
-install=liferea.install
-source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.gz)
-sha1sums=('70ff90511260cc6616c0f5ec5b74ed9a498307a8')
-
-build() {
-  cd ${srcdir}/liferea-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-install
-  make
-}
-
-package() {
-  cd ${srcdir}/liferea-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  install -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: liferea/repos/extra-i686/PKGBUILD (from rev 154470, 
liferea/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-28 23:15:36 UTC (rev 154471)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=liferea
+pkgver=1.8.4
+pkgrel=1
+pkgdesc=A desktop news aggregator for online news feeds and weblogs
+arch=('i686' 'x86_64')
+url=http://liferea.sourceforge.net/;
+license=('GPL')
+depends=('gconf' 'libwebkit' 'libnotify' 'libunique' 'json-glib' 
'hicolor-icon-theme')
+makedepends=('intltool')
+options=('!libtool' '!emptydirs')
+install=liferea.install
+source=(http://downloads.sourceforge.net/sourceforge/liferea/liferea-${pkgver}.tar.gz)
+sha1sums=('f887a3928116f56e1b68719c150d40bd1c3c6dff')
+
+build() {
+  cd ${srcdir}/liferea-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-install
+  make
+}
+
+package() {
+  cd ${srcdir}/liferea-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  install -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/liferea.install
===
--- extra-i686/liferea.install  2012-03-28 23:15:22 UTC (rev 154470)
+++ extra-i686/liferea.install  2012-03-28 23:15:36 UTC (rev 154471)
@@ -1,22 +0,0 @@
-pkgname=liferea
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: liferea/repos/extra-i686/liferea.install (from rev 154470, 
liferea/trunk/liferea.install)
===
--- extra-i686/liferea.install  (rev 0)
+++ extra-i686/liferea.install  2012-03-28 23:15:36 UTC (rev 154471)
@@ -0,0 +1,22 @@
+pkgname=liferea
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Deleted: extra-x86_64/PKGBUILD

[arch-commits] Commit in clamav/trunk (6 files)

2012-03-28 Thread Gaetan Bisson
Date: Wednesday, March 28, 2012 @ 19:18:13
  Author: bisson
Revision: 154472

implement FS#29151

Added:
  clamav/trunk/tmpfiles.d
Modified:
  clamav/trunk/PKGBUILD
  clamav/trunk/config.patch
  clamav/trunk/install
  clamav/trunk/logrotate
  clamav/trunk/rc.d

--+
 PKGBUILD |   15 +--
 config.patch |2 +-
 install  |4 ++--
 logrotate|4 ++--
 rc.d |5 ++---
 tmpfiles.d   |1 +
 6 files changed, 17 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 23:15:36 UTC (rev 154471)
+++ PKGBUILD2012-03-28 23:18:13 UTC (rev 154472)
@@ -5,7 +5,7 @@
 
 pkgname=clamav
 pkgver=0.97.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Anti-virus toolkit for Unix'
 url='http://www.clamav.net/'
 license=('GPL')
@@ -17,12 +17,14 @@
 'rc.d'
 'conf.d'
 'logrotate'
+'tmpfiles.d'
 'config.patch')
 sha1sums=('56f90cf8a73acba8f97beca86b42c65c3923935d'
-  '50cfe02c97e4297a0efd25b23142408380305d30'
+  'c9d508c1e5972f0f849d8694c1872455fa9e74de'
   'cb116cdab49a810381a515cbcfb6a6c148547f07'
-  'be3310d2b41a68ce06e33c84ab68ffe59fdce104'
-  '701a61571788d10ff7af01597785835c6bfea918')
+  '7cace58743a36dae3e63e5e0c6cc73ea5ef9a6ee'
+  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
+  '1c8ef193919b041135115170acd6313f008de808')
 
 install=install
 
@@ -44,15 +46,16 @@
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR=${pkgdir} install
 
-   # make sure conf files get installed, because make install
+   # Make sure conf files get installed, because make install
# doesn't do that if clamav is already installed upon building.
install -D -m644 etc/clamd.conf ${pkgdir}/etc/clamav/clamd.conf
install -D -m644 etc/freshclam.conf 
${pkgdir}/etc/clamav/freshclam.conf
 
+   install -D -m644 ../tmpfiles.d 
${pkgdir}/usr/lib/tmpfiles.d/clamav.conf
install -D -m644 ../logrotate ${pkgdir}/etc/logrotate.d/clamav
install -D -m644 ../conf.d ${pkgdir}/etc/conf.d/clamav
install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/clamav
 
-   # un-distribute databases to require freshclam
+   # Un-distribute databases to require freshclam.
rm ${pkgdir}/var/lib/clamav/*.cvd
 }

Modified: config.patch
===
--- config.patch2012-03-28 23:15:36 UTC (rev 154471)
+++ config.patch2012-03-28 23:18:13 UTC (rev 154472)
@@ -9,7 +9,7 @@
 +LogTime yes
 @@ -61 +61 @@
 -#PidFile /var/run/clamd.pid
-+PidFile /var/run/clamav/clamd.pid
++PidFile /run/clamav/clamd.pid
 @@ -65 +65 @@
 -#TemporaryDirectory /var/tmp
 +TemporaryDirectory /tmp

Modified: install
===
--- install 2012-03-28 23:15:36 UTC (rev 154471)
+++ install 2012-03-28 23:18:13 UTC (rev 154472)
@@ -2,9 +2,9 @@
getent group clamav /dev/null || groupadd -r -g 64 clamav /dev/null
getent passwd clamav /dev/null || useradd -r -u 64 -g clamav -d 
/dev/null -s /bin/false -c Clam AntiVirus clamav /dev/null
 
-   install -d /var/log/clamav
-   chown clamav:root /var/log/clamav
chown -R clamav:clamav /var/lib/clamav
+   install -o clamav -g clamav -d /run/clamav
+   install -o clamav -g clamav -d /var/log/clamav
 }
 
 post_remove() {

Modified: logrotate
===
--- logrotate   2012-03-28 23:15:36 UTC (rev 154471)
+++ logrotate   2012-03-28 23:18:13 UTC (rev 154472)
@@ -2,7 +2,7 @@
 create 644 clamav clamav
 sharedscripts
 postrotate
-/bin/kill -HUP `cat /var/run/clamav/clamd.pid 2/dev/null` 2 
/dev/null || true
-/bin/kill -HUP `cat /var/run/clamav/freshclam.pid 2/dev/null` 2 
/dev/null || true
+/bin/kill -HUP `cat /run/clamav/clamd.pid 2/dev/null` 2 
/dev/null || true
+/bin/kill -HUP `cat /run/clamav/freshclam.pid 2/dev/null` 2 
/dev/null || true
 endscript
 }

Modified: rc.d
===
--- rc.d2012-03-28 23:15:36 UTC (rev 154471)
+++ rc.d2012-03-28 23:18:13 UTC (rev 154472)
@@ -3,8 +3,7 @@
 . /etc/rc.conf
 . /etc/rc.d/functions
 
-[[ -f /etc/conf.d/clamav ]]  . /etc/conf.d/clamav
-[[ -d /var/run/clamav ]] || install -d -o clamav -g root /var/run/clamav
+[[ -f /etc/conf.d/clamav ]]  source /etc/conf.d/clamav
 
 PID_FC=$(pidof -o %PPID /usr/bin/freshclam)
 PID_CD=$(pidof -o %PPID /usr/sbin/clamd)
@@ -24,7 +23,7 @@
sleep 1
if [[ $START_FRESHCLAM = yes ]]; then
stat_busy Starting FreshClam
-   [[ -z $PID_FC ]]  /usr/bin/freshclam -p 
/var/run/clamav/freshclam.pid -d $FRESHCLAM_OPTS
+   [[ -z $PID_FC ]]  /usr/bin/freshclam -p 

[arch-commits] Commit in clamav/repos (16 files)

2012-03-28 Thread Gaetan Bisson
Date: Wednesday, March 28, 2012 @ 19:18:37
  Author: bisson
Revision: 154473

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  clamav/repos/testing-i686/
  clamav/repos/testing-i686/PKGBUILD
(from rev 154472, clamav/trunk/PKGBUILD)
  clamav/repos/testing-i686/conf.d
(from rev 154472, clamav/trunk/conf.d)
  clamav/repos/testing-i686/config.patch
(from rev 154472, clamav/trunk/config.patch)
  clamav/repos/testing-i686/install
(from rev 154472, clamav/trunk/install)
  clamav/repos/testing-i686/logrotate
(from rev 154472, clamav/trunk/logrotate)
  clamav/repos/testing-i686/rc.d
(from rev 154472, clamav/trunk/rc.d)
  clamav/repos/testing-i686/tmpfiles.d
(from rev 154472, clamav/trunk/tmpfiles.d)
  clamav/repos/testing-x86_64/
  clamav/repos/testing-x86_64/PKGBUILD
(from rev 154472, clamav/trunk/PKGBUILD)
  clamav/repos/testing-x86_64/conf.d
(from rev 154472, clamav/trunk/conf.d)
  clamav/repos/testing-x86_64/config.patch
(from rev 154472, clamav/trunk/config.patch)
  clamav/repos/testing-x86_64/install
(from rev 154472, clamav/trunk/install)
  clamav/repos/testing-x86_64/logrotate
(from rev 154472, clamav/trunk/logrotate)
  clamav/repos/testing-x86_64/rc.d
(from rev 154472, clamav/trunk/rc.d)
  clamav/repos/testing-x86_64/tmpfiles.d
(from rev 154472, clamav/trunk/tmpfiles.d)

-+
 testing-i686/PKGBUILD   |   61 ++
 testing-i686/conf.d |8 +
 testing-i686/config.patch   |   30 +++
 testing-i686/install|   14 
 testing-i686/logrotate  |8 +
 testing-i686/rc.d   |   66 ++
 testing-i686/tmpfiles.d |1 
 testing-x86_64/PKGBUILD |   61 ++
 testing-x86_64/conf.d   |8 +
 testing-x86_64/config.patch |   30 +++
 testing-x86_64/install  |   14 
 testing-x86_64/logrotate|8 +
 testing-x86_64/rc.d |   66 ++
 testing-x86_64/tmpfiles.d   |1 
 14 files changed, 376 insertions(+)

Copied: clamav/repos/testing-i686/PKGBUILD (from rev 154472, 
clamav/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-03-28 23:18:37 UTC (rev 154473)
@@ -0,0 +1,61 @@
+# $Id$
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Gregor Ibic gregor.i...@intelicom.si
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=clamav
+pkgver=0.97.4
+pkgrel=2
+pkgdesc='Anti-virus toolkit for Unix'
+url='http://www.clamav.net/'
+license=('GPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+depends=('bzip2' 'libltdl')
+backup=('etc/clamav/clamd.conf' 'etc/clamav/freshclam.conf' 
'etc/conf.d/clamav')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+'rc.d'
+'conf.d'
+'logrotate'
+'tmpfiles.d'
+'config.patch')
+sha1sums=('56f90cf8a73acba8f97beca86b42c65c3923935d'
+  'c9d508c1e5972f0f849d8694c1872455fa9e74de'
+  'cb116cdab49a810381a515cbcfb6a6c148547f07'
+  '7cace58743a36dae3e63e5e0c6cc73ea5ef9a6ee'
+  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
+  '1c8ef193919b041135115170acd6313f008de808')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   patch -p1 -i ../config.patch
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc/clamav \
+   --with-dbdir=/var/lib/clamav \
+   --disable-clamav \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   # Make sure conf files get installed, because make install
+   # doesn't do that if clamav is already installed upon building.
+   install -D -m644 etc/clamd.conf ${pkgdir}/etc/clamav/clamd.conf
+   install -D -m644 etc/freshclam.conf 
${pkgdir}/etc/clamav/freshclam.conf
+
+   install -D -m644 ../tmpfiles.d 
${pkgdir}/usr/lib/tmpfiles.d/clamav.conf
+   install -D -m644 ../logrotate ${pkgdir}/etc/logrotate.d/clamav
+   install -D -m644 ../conf.d ${pkgdir}/etc/conf.d/clamav
+   install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/clamav
+
+   # Un-distribute databases to require freshclam.
+   rm ${pkgdir}/var/lib/clamav/*.cvd
+}

Copied: clamav/repos/testing-i686/conf.d (from rev 154472, clamav/trunk/conf.d)
===
--- testing-i686/conf.d (rev 0)
+++ testing-i686/conf.d 2012-03-28 23:18:37 UTC (rev 154473)
@@ -0,0 +1,8 @@
+# clamav startup script config options
+
+# change these to yes to start 
+START_FRESHCLAM=no
+START_CLAMD=no
+
+# Options to pass to freshclam (man freshclam 

[arch-commits] Commit in bash-completion/trunk (PKGBUILD)

2012-03-28 Thread Eric Bélanger
Date: Wednesday, March 28, 2012 @ 19:30:34
  Author: eric
Revision: 154474

upgpkg: bash-completion 1.99-2

Remove Slackware's makepkg completion

Modified:
  bash-completion/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 23:18:37 UTC (rev 154473)
+++ PKGBUILD2012-03-28 23:30:34 UTC (rev 154474)
@@ -3,7 +3,7 @@
 
 pkgname=bash-completion
 pkgver=1.99
-pkgrel=1
+pkgrel=2
 pkgdesc=Programmable completion for the bash shell
 arch=('any')
 url=http://bash-completion.alioth.debian.org/;
@@ -28,4 +28,7 @@
 
 # bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't 
source it
   rm ${pkgdir}/etc/profile.d/bash_completion.sh
+
+# remove Slackware's makepkg completion
+  rm ${pkgdir}/usr/share/bash-completion/completions/makepkg
 }



[arch-commits] Commit in bash-completion/repos/extra-any (4 files)

2012-03-28 Thread Eric Bélanger
Date: Wednesday, March 28, 2012 @ 19:30:51
  Author: eric
Revision: 154475

archrelease: copy trunk to extra-any

Added:
  bash-completion/repos/extra-any/PKGBUILD
(from rev 154474, bash-completion/trunk/PKGBUILD)
  bash-completion/repos/extra-any/modinfo-path.diff
(from rev 154474, bash-completion/trunk/modinfo-path.diff)
Deleted:
  bash-completion/repos/extra-any/PKGBUILD
  bash-completion/repos/extra-any/modinfo-path.diff

---+
 PKGBUILD  |   65 +++-
 modinfo-path.diff |   30 
 2 files changed, 49 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-03-28 23:30:34 UTC (rev 154474)
+++ PKGBUILD2012-03-28 23:30:51 UTC (rev 154475)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=bash-completion
-pkgver=1.99
-pkgrel=1
-pkgdesc=Programmable completion for the bash shell
-arch=('any')
-url=http://bash-completion.alioth.debian.org/;
-license=('GPL')
-depends=('bash')
-options=('!emptydirs')
-source=(http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2
 \
-modinfo-path.diff)
-md5sums=('3cf478b7f1065f424d3d6ec35f80e4f2'
- '7047eb6f484323e8d1d22fb260a43a8e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/modinfo-path.diff
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-# bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't 
source it
-  rm ${pkgdir}/etc/profile.d/bash_completion.sh
-}

Copied: bash-completion/repos/extra-any/PKGBUILD (from rev 154474, 
bash-completion/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-03-28 23:30:51 UTC (rev 154475)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=bash-completion
+pkgver=1.99
+pkgrel=2
+pkgdesc=Programmable completion for the bash shell
+arch=('any')
+url=http://bash-completion.alioth.debian.org/;
+license=('GPL')
+depends=('bash')
+options=('!emptydirs')
+source=(http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2
 \
+modinfo-path.diff)
+md5sums=('3cf478b7f1065f424d3d6ec35f80e4f2'
+ '7047eb6f484323e8d1d22fb260a43a8e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i ${srcdir}/modinfo-path.diff
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+# bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't 
source it
+  rm ${pkgdir}/etc/profile.d/bash_completion.sh
+
+# remove Slackware's makepkg completion
+  rm ${pkgdir}/usr/share/bash-completion/completions/makepkg
+}

Deleted: modinfo-path.diff
===
--- modinfo-path.diff   2012-03-28 23:30:34 UTC (rev 154474)
+++ modinfo-path.diff   2012-03-28 23:30:51 UTC (rev 154475)
@@ -1,15 +0,0 @@
-Subject: [PATCH 1/1] insmod, modprobe: Don't hardcode path to modinfo (Alioth: 
#313569)
-
 a/completions/insmod
-+++ b/completions/insmod
-@@ -9,8 +9,8 @@ _insmod()
- 
- if [[ $cword -gt 1  ${words[cword-1]} != -* ]]; then
- # do module parameter completion
--COMPREPLY=( $( compgen -W $( /sbin/modinfo -p ${words[1]} | \
--cut -d: -f1 ) -- $cur ) )
-+COMPREPLY=( $( compgen -W $( PATH=$PATH:/sbin modinfo \
-+-p ${words[1]} 2/dev/null | cut -d: -f1 ) -- $cur ) )
- else
- _modules $(uname -r)
- fi

Copied: bash-completion/repos/extra-any/modinfo-path.diff (from rev 154474, 
bash-completion/trunk/modinfo-path.diff)
===
--- modinfo-path.diff   (rev 0)
+++ modinfo-path.diff   2012-03-28 23:30:51 UTC (rev 154475)
@@ -0,0 +1,15 @@
+Subject: [PATCH 1/1] insmod, modprobe: Don't hardcode path to modinfo (Alioth: 
#313569)
+
+--- a/completions/insmod
 b/completions/insmod
+@@ -9,8 +9,8 @@ _insmod()
+ 
+ if [[ $cword -gt 1  ${words[cword-1]} != -* ]]; then
+ # do module parameter completion
+-COMPREPLY=( $( compgen -W $( /sbin/modinfo -p ${words[1]} | \
+-cut -d: -f1 ) -- $cur ) )
++COMPREPLY=( $( compgen -W $( PATH=$PATH:/sbin modinfo \
++-p ${words[1]} 2/dev/null | cut -d: -f1 ) -- $cur ) )
+ else
+ _modules $(uname -r)
+ fi



[arch-commits] Commit in chromium/trunk (4 files)

2012-03-28 Thread Evangelos Foutras
Date: Wednesday, March 28, 2012 @ 20:30:21
  Author: foutrelis
Revision: 154476

upgpkg: chromium 18.0.1025.142-1

New upstream release.

Added:
  chromium/trunk/chromium-revert-jpeg-swizzle-r2.patch
Modified:
  chromium/trunk/PKGBUILD
  chromium/trunk/gcc-4.6.patch
Deleted:
  chromium/trunk/nacl-cflags-remove-fstack-protector.patch

---+
 PKGBUILD  |   30 ++---
 chromium-revert-jpeg-swizzle-r2.patch |   61 
 gcc-4.6.patch |   11 -
 nacl-cflags-remove-fstack-protector.patch |   17 ---
 4 files changed, 75 insertions(+), 44 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 23:30:51 UTC (rev 154475)
+++ PKGBUILD2012-03-29 00:30:21 UTC (rev 154476)
@@ -9,7 +9,7 @@
 # build time.
 
 pkgname=chromium
-pkgver=17.0.963.83
+pkgver=18.0.1025.142
 pkgrel=1
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
 arch=('i686' 'x86_64')
@@ -31,15 +31,15 @@
 chromium.desktop
 chromium.sh
 gcc-4.6.patch
-nacl-cflags-remove-fstack-protector.patch
-chromium-media-no-sse-r0.patch)
-sha256sums=('fa1f684c3605b70243e337a98c4bf6e227da268cb0b8e2ebd42b6fccb798d93f'
-'964fe3a5ec56f2505649aba00f900abe4205674b7fdaa16772647d347173bb01'
+chromium-media-no-sse-r0.patch
+chromium-revert-jpeg-swizzle-r2.patch)
+sha256sums=('911a4ee2e30ed617c4148c84dcddfd1affa4b2fc02dc5e95ac4a4afeeda24b1d'
+'8cf762587e547588b9461686f7d2655d5a23d09e1260b5f97137fa7d41c767a9'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 'c53bfc4db9dde684fbaed6a4bbecb207e3e7a0a2703233426fe076a6d3c557f3'
-'9c5e0803904d1a0e71ab7444c92a7046a34a9518eeba7a70f2eec7abecb8bf4e'
-'59e732880314333d6e9acf6ac99de467c98e8a92aa5c5292ae808a805e0f8d76'
-'71751bf5913da1eec3c88c433044224c869b0abd5a29172cf239bddbb4eff761')
+'50268dafd436813f846ea174d19c447c64d198c3937bd56910d87c5206306977'
+'71751bf5913da1eec3c88c433044224c869b0abd5a29172cf239bddbb4eff761'
+'d99162aa6bae562f116a42347254bbec3752464f0a3e4d8675e2b287b2a838a2')
 
 build() {
   cd $srcdir/chromium-$pkgver
@@ -48,14 +48,12 @@
   # http://code.google.com/p/chromium/issues/detail?id=80071
   patch -Np0 -i $srcdir/gcc-4.6.patch
 
-  # Filter -fstack-protector out of cflags for nacl_helper_bootstrap
-  # http://code.google.com/p/chromium/issues/detail?id=104569
-  patch -d native_client -Np1 -i \
-$srcdir/nacl-cflags-remove-fstack-protector.patch
-
   # Remove unconditional use of SSE3 (patch from Gentoo)
   patch -Np0 -i $srcdir/chromium-media-no-sse-r0.patch
 
+  # Fix JPEG image rendering problem (patch from Gentoo bug #393471)
+  patch -Np0 -i $srcdir/chromium-revert-jpeg-swizzle-r2.patch
+
   # Use Python 2
   find . -type f -exec sed -i -r \
 -e 's|/usr/bin/python$|2|g' \
@@ -67,10 +65,10 @@
   export PATH=$srcdir/python2-path:$PATH
 
   pushd $srcdir/nacl_sdk
-  ./naclsdk update pepper_16
+  ./naclsdk update pepper_18
   popd
 
-  ln -s $srcdir/nacl_sdk/pepper_16/toolchain/linux_x86_newlib \
+  ln -s $srcdir/nacl_sdk/pepper_18/toolchain/linux_x86_newlib \
 native_client/toolchain/linux_x86_newlib
 
   # We need to disable system_ssl until next protocol negotiation support is
@@ -91,7 +89,7 @@
 -Duse_system_bzip2=1 \
 -Duse_system_ffmpeg=0 \
 -Duse_system_libevent=1 \
--Duse_system_libjpeg=0 \
+-Duse_system_libjpeg=1 \
 -Duse_system_libpng=1 \
 -Duse_system_libxml=0 \
 -Duse_system_ssl=0 \

Added: chromium-revert-jpeg-swizzle-r2.patch
===
--- chromium-revert-jpeg-swizzle-r2.patch   (rev 0)
+++ chromium-revert-jpeg-swizzle-r2.patch   2012-03-29 00:30:21 UTC (rev 
154476)
@@ -0,0 +1,61 @@
+This reverts http://trac.webkit.org/changeset/101286
+to fix Gentoo bug https://bugs.gentoo.org/show_bug.cgi?id=393471
+
+Index: 
third_party/WebKit/Source/WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
+===
+--- 
third_party/WebKit/Source/WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
(revision 96970)
 
third_party/WebKit/Source/WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
(revision 101286)
+@@ -67,24 +67,6 @@
+ 
+ #include setjmp.h
+ 
+-#if CPU(BIG_ENDIAN) || CPU(MIDDLE_ENDIAN)
+-#define ASSUME_LITTLE_ENDIAN 0
+-#else
+-#define ASSUME_LITTLE_ENDIAN 1
+-#endif
+-
+-#if defined(JCS_ALPHA_EXTENSIONS)  ASSUME_LITTLE_ENDIAN
+-#define TURBO_JPEG_RGB_SWIZZLE
+-#if USE(SKIA)  (!SK_R32_SHIFT  SK_G32_SHIFT == 8  SK_B32_SHIFT == 16)
+-inline J_COLOR_SPACE rgbOutputColorSpace() { return JCS_EXT_RGBA; }
+-#else

[arch-commits] Commit in chromium/repos (28 files)

2012-03-28 Thread Evangelos Foutras
Date: Wednesday, March 28, 2012 @ 20:31:06
  Author: foutrelis
Revision: 154477

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 154476, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-media-no-sse-r0.patch
(from rev 154476, chromium/trunk/chromium-media-no-sse-r0.patch)
  chromium/repos/extra-i686/chromium-revert-jpeg-swizzle-r2.patch
(from rev 154476, chromium/trunk/chromium-revert-jpeg-swizzle-r2.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 154476, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 154476, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 154476, chromium/trunk/chromium.sh)
  chromium/repos/extra-i686/gcc-4.6.patch
(from rev 154476, chromium/trunk/gcc-4.6.patch)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 154476, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-media-no-sse-r0.patch
(from rev 154476, chromium/trunk/chromium-media-no-sse-r0.patch)
  chromium/repos/extra-x86_64/chromium-revert-jpeg-swizzle-r2.patch
(from rev 154476, chromium/trunk/chromium-revert-jpeg-swizzle-r2.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 154476, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 154476, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 154476, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/gcc-4.6.patch
(from rev 154476, chromium/trunk/gcc-4.6.patch)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-media-no-sse-r0.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-i686/gcc-4.6.patch
  chromium/repos/extra-i686/nacl-cflags-remove-fstack-protector.patch
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-media-no-sse-r0.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh
  chromium/repos/extra-x86_64/gcc-4.6.patch
  chromium/repos/extra-x86_64/nacl-cflags-remove-fstack-protector.patch

+
 extra-i686/PKGBUILD|  284 +++
 extra-i686/chromium-media-no-sse-r0.patch  |   34 -
 extra-i686/chromium-revert-jpeg-swizzle-r2.patch   |   61 +++
 extra-i686/chromium.desktop|  226 +--
 extra-i686/chromium.install|   24 -
 extra-i686/chromium.sh |8 
 extra-i686/gcc-4.6.patch   |  187 -
 extra-i686/nacl-cflags-remove-fstack-protector.patch   |   17 
 extra-x86_64/PKGBUILD  |  284 +++
 extra-x86_64/chromium-media-no-sse-r0.patch|   34 -
 extra-x86_64/chromium-revert-jpeg-swizzle-r2.patch |   61 +++
 extra-x86_64/chromium.desktop  |  226 +--
 extra-x86_64/chromium.install  |   24 -
 extra-x86_64/chromium.sh   |8 
 extra-x86_64/gcc-4.6.patch |  187 -
 extra-x86_64/nacl-cflags-remove-fstack-protector.patch |   17 
 16 files changed, 872 insertions(+), 810 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 154476:154477 to see the changes.


[arch-commits] Commit in imagemagick/trunk (PKGBUILD)

2012-03-28 Thread Eric Bélanger
Date: Wednesday, March 28, 2012 @ 21:46:53
  Author: eric
Revision: 154478

upgpkg: imagemagick 6.7.6.2-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-29 00:31:06 UTC (rev 154477)
+++ PKGBUILD2012-03-29 01:46:53 UTC (rev 154478)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.7.6.0
+pkgver=6.7.6.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
@@ -12,7 +12,7 @@
  'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper')
 
source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
 perlmagick.rpath.patch)
-sha1sums=('878c264d070c70debc514d7da9f4feb7728bfe9f'
+sha1sums=('5411be21304520ae6a24d3f3e6d5c60eabdd57af'
   '23405f80904b1de94ebd7bd6fe2a332471b8c283')
 
 build() {



[arch-commits] Commit in imagemagick/repos (8 files)

2012-03-28 Thread Eric Bélanger
Date: Wednesday, March 28, 2012 @ 21:47:21
  Author: eric
Revision: 154479

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 154478, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 154478, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 154478, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 154478, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 extra-i686/PKGBUILD |  166 +-
 extra-i686/perlmagick.rpath.patch   |   20 ++--
 extra-x86_64/PKGBUILD   |  166 +-
 extra-x86_64/perlmagick.rpath.patch |   20 ++--
 4 files changed, 186 insertions(+), 186 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-29 01:46:53 UTC (rev 154478)
+++ extra-i686/PKGBUILD 2012-03-29 01:47:21 UTC (rev 154479)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.7.6.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper')
-source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
-perlmagick.rpath.patch)
-sha1sums=('878c264d070c70debc514d7da9f4feb7728bfe9f'
-  '23405f80904b1de94ebd7bd6fe2a332471b8c283')
-
-build() {
-  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf
-  patch -p0 -i ../perlmagick.rpath.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
---enable-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 \
---without-gvc --without-djvu --without-autotrace --without-webp \
---without-jbig --without-fpx --without-dps --without-fftw --without-lqr
-  make
-}
-
-check() {
-  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make check
-}
-
-package_imagemagick() {
-  pkgdesc=An image viewing/manipulation program
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext')
-  optdepends=('ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'jasper: for JPEG-2000 support' 
-  'libpng: for PNG support')
-  backup=('etc/ImageMagick/coder.xml'
-  'etc/ImageMagick/colors.xml'
-  'etc/ImageMagick/delegates.xml'
-  'etc/ImageMagick/log.xml'
-  'etc/ImageMagick/magic.xml'
-  'etc/ImageMagick/mime.xml'
-  'etc/ImageMagick/policy.xml'
-  'etc/ImageMagick/quantization-table.xml'
-  'etc/ImageMagick/sRGB.icc'
-  'etc/ImageMagick/thresholds.xml'
-  'etc/ImageMagick/type.xml'
-  'etc/ImageMagick/type-dejavu.xml'
-  'etc/ImageMagick/type-ghostscript.xml'
-  'etc/ImageMagick/type-windows.xml')
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install
-  chmod 755 ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Image/Magick/Magick.so 
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
-
-#Cleaning
-  find ${pkgdir} -name '*.bs' -delete
-  rm -f ${pkgdir}/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
-
-  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install-data-html
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE
-}

Copied: imagemagick/repos/extra-i686/PKGBUILD (from rev 154478, 
imagemagick/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-03-29 01:47:21 UTC (rev 154479)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.7.6.2
+pkgrel=1
+arch=('i686' 'x86_64')

[arch-commits] Commit in ttf-junicode/trunk (PKGBUILD)

2012-03-28 Thread Eric Bélanger
Date: Wednesday, March 28, 2012 @ 23:04:45
  Author: eric
Revision: 154480

upgpkg: ttf-junicode 0.7.4-1

Upstream update

Modified:
  ttf-junicode/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-29 01:47:21 UTC (rev 154479)
+++ PKGBUILD2012-03-29 03:04:45 UTC (rev 154480)
@@ -3,17 +3,17 @@
 # Contributor: Firmicus francois.archlinux.org
 
 pkgname=ttf-junicode
-pkgver=0.7.3
+pkgver=0.7.4
 pkgrel=1
 pkgdesc=Junius-Unicode: a Unicode font targeted at medievalists
 arch=('any')
 license=('custom')
 url=http://junicode.sourceforge.net;
-depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig)
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
 install=ttf.install
 source=(http://downloads.sourceforge.net/junicode/junicode-${pkgver//\./-}.zip
 LICENSE)
-sha1sums=('efd5b391bb8137f49ff712bcd68667d0d8434953'
+sha1sums=('1cf55f46a11d98c22295050ee996eeceeb1371ec'
   '84e2137ba63c1983a1e36371fc7e08ef5d94542e')
 
 package() {



[arch-commits] Commit in ttf-junicode/repos/extra-any (6 files)

2012-03-28 Thread Eric Bélanger
Date: Wednesday, March 28, 2012 @ 23:04:56
  Author: eric
Revision: 154481

archrelease: copy trunk to extra-any

Added:
  ttf-junicode/repos/extra-any/LICENSE
(from rev 154480, ttf-junicode/trunk/LICENSE)
  ttf-junicode/repos/extra-any/PKGBUILD
(from rev 154480, ttf-junicode/trunk/PKGBUILD)
  ttf-junicode/repos/extra-any/ttf.install
(from rev 154480, ttf-junicode/trunk/ttf.install)
Deleted:
  ttf-junicode/repos/extra-any/LICENSE
  ttf-junicode/repos/extra-any/PKGBUILD
  ttf-junicode/repos/extra-any/ttf.install

-+
 LICENSE |  194 +-
 PKGBUILD|   54 
 ttf.install |   30 
 3 files changed, 139 insertions(+), 139 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2012-03-29 03:04:45 UTC (rev 154480)
+++ LICENSE 2012-03-29 03:04:56 UTC (rev 154481)
@@ -1,97 +0,0 @@
-Copyright (c) dates, Copyright Holder (URL|email),
-with Reserved Font Name Reserved Font Name.
-Copyright (c) dates, additional Copyright Holder (URL|email),
-with Reserved Font Name additional Reserved Font Name.
-Copyright (c) dates, additional Copyright Holder (URL|email).
-
-This Font Software is licensed under the SIL Open Font License, Version 1.1.
-This license is copied below, and is also available with a FAQ at:
-http://scripts.sil.org/OFL
-
-

-SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007

-
-PREAMBLE
-The goals of the Open Font License (OFL) are to stimulate worldwide
-development of collaborative font projects, to support the font creation
-efforts of academic and linguistic communities, and to provide a free and
-open framework in which fonts may be shared and improved in partnership
-with others.
-
-The OFL allows the licensed fonts to be used, studied, modified and
-redistributed freely as long as they are not sold by themselves. The
-fonts, including any derivative works, can be bundled, embedded, 
-redistributed and/or sold with any software provided that any reserved
-names are not used by derivative works. The fonts and derivatives,
-however, cannot be released under any other type of license. The
-requirement for fonts to remain under this license does not apply
-to any document created using the fonts or their derivatives.
-
-DEFINITIONS
-Font Software refers to the set of files released by the Copyright
-Holder(s) under this license and clearly marked as such. This may
-include source files, build scripts and documentation.
-
-Reserved Font Name refers to any names specified as such after the
-copyright statement(s).
-
-Original Version refers to the collection of Font Software components as
-distributed by the Copyright Holder(s).
-
-Modified Version refers to any derivative made by adding to, deleting,
-or substituting -- in part or in whole -- any of the components of the
-Original Version, by changing formats or by porting the Font Software to a
-new environment.
-
-Author refers to any designer, engineer, programmer, technical
-writer or other person who contributed to the Font Software.
-
-PERMISSION  CONDITIONS
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of the Font Software, to use, study, copy, merge, embed, modify,
-redistribute, and sell modified and unmodified copies of the Font
-Software, subject to the following conditions:
-
-1) Neither the Font Software nor any of its individual components,
-in Original or Modified Versions, may be sold by itself.
-
-2) Original or Modified Versions of the Font Software may be bundled,
-redistributed and/or sold with any software, provided that each copy
-contains the above copyright notice and this license. These can be
-included either as stand-alone text files, human-readable headers or
-in the appropriate machine-readable metadata fields within text or
-binary files as long as those fields can be easily viewed by the user.
-
-3) No Modified Version of the Font Software may use the Reserved Font
-Name(s) unless explicit written permission is granted by the corresponding
-Copyright Holder. This restriction only applies to the primary font name as
-presented to the users.
-
-4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
-Software shall not be used to promote, endorse or advertise any
-Modified Version, except to acknowledge the contribution(s) of the
-Copyright Holder(s) and the Author(s) or with their explicit written
-permission.
-
-5) The Font Software, modified or unmodified, in part or in whole,
-must be distributed entirely under this license, and must not be
-distributed under any other license. The requirement for fonts to
-remain under this license does not apply to any document created
-using the Font Software.
-
-TERMINATION
-This license becomes null and void if any of the above conditions are

[arch-commits] Commit in gcc/trunk (PKGBUILD)

2012-03-28 Thread Allan McRae
Date: Wednesday, March 28, 2012 @ 23:41:45
  Author: allan
Revision: 154482

upgpkg: gcc 4.7.0-3

new upstream snapshot with useful bug fixes

Modified:
  gcc/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-29 03:04:56 UTC (rev 154481)
+++ PKGBUILD2012-03-29 03:41:45 UTC (rev 154482)
@@ -6,8 +6,8 @@
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
 pkgver=4.7.0
-pkgrel=2
-#_snapshot=4.6-20120120
+pkgrel=3
+_snapshot=4.7-20120324
 _libstdcppmanver=20120307  # Note: check source directory name 
when updating this
 pkgdesc=The GNU Compiler Collection
 arch=('i686' 'x86_64')
@@ -16,12 +16,12 @@
 makedepends=('binutils=2.22' 'libmpc' 'cloog' 'ppl' 'gcc-ada')
 checkdepends=('dejagnu')
 options=('!libtool' '!emptydirs')
-source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
-   
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+   
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2

ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2
gcc_pure64.patch
gcc-4.7.0-cloog-0.17.patch)
-md5sums=('2a0f1d99fda235c29d40b561f81d9a77'
+md5sums=('947f9a70dcbb4baaf20b1e95b518048e'
  '489d2f5311535800a120efd8d18db719'
  'ced48436c1b3c981d721a829f1094de1'
  '575f7d17b022e609447a590e481b18b5')



[arch-commits] Commit in gcc/repos (32 files)

2012-03-28 Thread Allan McRae
Date: Wednesday, March 28, 2012 @ 23:43:53
  Author: allan
Revision: 154483

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gcc/repos/testing-i686/PKGBUILD
(from rev 154482, gcc/trunk/PKGBUILD)
  gcc/repos/testing-i686/gcc-4.7.0-cloog-0.17.patch
(from rev 154482, gcc/trunk/gcc-4.7.0-cloog-0.17.patch)
  gcc/repos/testing-i686/gcc-ada.install
(from rev 154482, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-i686/gcc-fortran.install
(from rev 154482, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-i686/gcc-go.install
(from rev 154482, gcc/trunk/gcc-go.install)
  gcc/repos/testing-i686/gcc-libs.install
(from rev 154482, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-i686/gcc.install
(from rev 154482, gcc/trunk/gcc.install)
  gcc/repos/testing-i686/gcc_pure64.patch
(from rev 154482, gcc/trunk/gcc_pure64.patch)
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 154482, gcc/trunk/PKGBUILD)
  gcc/repos/testing-x86_64/gcc-4.7.0-cloog-0.17.patch
(from rev 154482, gcc/trunk/gcc-4.7.0-cloog-0.17.patch)
  gcc/repos/testing-x86_64/gcc-ada.install
(from rev 154482, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-x86_64/gcc-fortran.install
(from rev 154482, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-x86_64/gcc-go.install
(from rev 154482, gcc/trunk/gcc-go.install)
  gcc/repos/testing-x86_64/gcc-libs.install
(from rev 154482, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-x86_64/gcc.install
(from rev 154482, gcc/trunk/gcc.install)
  gcc/repos/testing-x86_64/gcc_pure64.patch
(from rev 154482, gcc/trunk/gcc_pure64.patch)
Deleted:
  gcc/repos/testing-i686/PKGBUILD
  gcc/repos/testing-i686/gcc-4.7.0-cloog-0.17.patch
  gcc/repos/testing-i686/gcc-ada.install
  gcc/repos/testing-i686/gcc-fortran.install
  gcc/repos/testing-i686/gcc-go.install
  gcc/repos/testing-i686/gcc-libs.install
  gcc/repos/testing-i686/gcc.install
  gcc/repos/testing-i686/gcc_pure64.patch
  gcc/repos/testing-x86_64/PKGBUILD
  gcc/repos/testing-x86_64/gcc-4.7.0-cloog-0.17.patch
  gcc/repos/testing-x86_64/gcc-ada.install
  gcc/repos/testing-x86_64/gcc-fortran.install
  gcc/repos/testing-x86_64/gcc-go.install
  gcc/repos/testing-x86_64/gcc-libs.install
  gcc/repos/testing-x86_64/gcc.install
  gcc/repos/testing-x86_64/gcc_pure64.patch

---+
 testing-i686/PKGBUILD |  530 ++--
 testing-i686/gcc-4.7.0-cloog-0.17.patch   |   48 +-
 testing-i686/gcc-ada.install  |   40 +-
 testing-i686/gcc-fortran.install  |   32 -
 testing-i686/gcc-go.install   |   40 +-
 testing-i686/gcc-libs.install |   32 -
 testing-i686/gcc.install  |   40 +-
 testing-i686/gcc_pure64.patch |   52 +-
 testing-x86_64/PKGBUILD   |  530 ++--
 testing-x86_64/gcc-4.7.0-cloog-0.17.patch |   48 +-
 testing-x86_64/gcc-ada.install|   40 +-
 testing-x86_64/gcc-fortran.install|   32 -
 testing-x86_64/gcc-go.install |   40 +-
 testing-x86_64/gcc-libs.install   |   32 -
 testing-x86_64/gcc.install|   40 +-
 testing-x86_64/gcc_pure64.patch   |   52 +-
 16 files changed, 814 insertions(+), 814 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 154482:154483 to see the changes.


[arch-commits] Commit in glibc/trunk (4 files)

2012-03-28 Thread Allan McRae
Date: Thursday, March 29, 2012 @ 01:42:38
  Author: allan
Revision: 154484

upgpkg: glibc 2.15-10

switch a couple of patches to those applied upstream

Added:
  glibc/trunk/glibc-2.15-confstr-local-buffer-extent.patch
Modified:
  glibc/trunk/PKGBUILD
  glibc/trunk/glibc-__i686.patch
Deleted:
  glibc/trunk/glibc-2.15-confstr-strdup.patch

--+
 PKGBUILD |   18 -
 glibc-2.15-confstr-local-buffer-extent.patch |  297 +
 glibc-2.15-confstr-strdup.patch  |   31 --
 glibc-__i686.patch   |   44 ++-
 4 files changed, 338 insertions(+), 52 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-29 03:43:53 UTC (rev 154483)
+++ PKGBUILD2012-03-29 05:42:38 UTC (rev 154484)
@@ -6,7 +6,7 @@
 
 pkgname=glibc
 pkgver=2.15
-pkgrel=9
+pkgrel=10
 _glibcdate=20111227
 pkgdesc=GNU C Library
 arch=('i686' 'x86_64')
@@ -49,14 +49,14 @@
 glibc-2.15-non-signalling-comparisons.patch
 glibc-2.15-rintf-rounding.patch
 glibc-2.15-nearbyintf-rounding.patch
-glibc-2.15-confstr-strdup.patch
+glibc-2.15-confstr-local-buffer-extent.patch
 nscd
 locale.gen.txt
 locale-gen)
 md5sums=('6ffdf5832192b92f98bdd125317c0dfc'
  '7ef69c530a15106de93e4de2df2d393e'
  'b6c619e5cf91829a15ce34dccef676d5'
- '40cd342e21f71f5e49e32622b25acc52'
+ 'addfddd648a4bf832eb126aba944ebae'
  'e60e33591c9ec1447e4cddadcbb9cf3a'
  '6970bcfeb3bf88913436d5112d16f588'
  'c5de2a946215d647c8af5432ec4b0da0'
@@ -82,7 +82,7 @@
  'c483504cf404ed0b44480af627813a97'
  '1419d61fd1dbc6cdc48bb59da86fa66f'
  '7ff501435078b1a2622124fbeaafc921'
- '41f94da2f8db856b091a2d670d68eee3'
+ '8d1023a51e0932681b46440d5f8551ee'
  'b587ee3a70c9b3713099295609afde49'
  '07ac979b6ab5eeb778d55f041529d623'
  '476e9113489f93b348b21e144b6a8fcf')
@@ -108,8 +108,7 @@
   patch -p1 -i ${srcdir}/glibc-2.15-do-not-install-timezone-files-2.patch
 
   # undefine __i686
-  # http://sourceware.org/ml/libc-alpha/2009-07/msg00072.html
-  # fix in http://sourceware.org/git/?p=glibc.git;a=commit;h=d4a54ac6 requires 
additional backporting...
+  # http://sourceware.org/glibc/wiki/Release/2.15#Build_Failures
   patch -p1 -i ${srcdir}/glibc-__i686.patch
 
   # http://www.exploit-db.com/exploits/15274/
@@ -214,8 +213,10 @@
   # http://sourceware.org/git/?p=glibc.git;a=commit;h=6cbeae47
   patch -p1 -i ${srcdir}/glibc-2.15-nearbyintf-rounding.patch
 
-  # fix varaible scope issue exposed with gcc-4.7 and -O2
-  patch -p1 -i ${srcdir}/glibc-2.15-confstr-strdup.patch
+  # fix varaible scope issue in confstr
+  # http://sourceware.org/git/?p=glibc.git;a=commit;h=ac4c54f0
+  # http://sourceware.org/git/?p=glibc.git;a=commit;h=d6a403f9
+  patch -p1 -i ${srcdir}/glibc-2.15-confstr-local-buffer-extent.patch
 
   install -dm755 ${pkgdir}/etc
   touch ${pkgdir}/etc/ld.so.conf
@@ -226,6 +227,7 @@
 
   if [[ ${CARCH} = i686 ]]; then
 # Hack to fix NPTL issues with Xen, only required on 32bit platforms
+# TODO: make separate glibc-xen package for i686
 export CFLAGS=${CFLAGS} -mno-tls-direct-seg-refs
   fi
 

Added: glibc-2.15-confstr-local-buffer-extent.patch
===
--- glibc-2.15-confstr-local-buffer-extent.patch
(rev 0)
+++ glibc-2.15-confstr-local-buffer-extent.patch2012-03-29 05:42:38 UTC 
(rev 154484)
@@ -0,0 +1,297 @@
+diff --git a/posix/confstr.c b/posix/confstr.c
+index 3c9566d..cad6561 100644
+--- a/posix/confstr.c
 b/posix/confstr.c
+@@ -35,6 +34,10 @@ confstr (name, buf, len)
+   const char *string = ;
+   size_t string_len = 1;
+ 
++  /* Note that this buffer must be large enough for the longest strings
++ used below.  */
++  char restenvs[4 * sizeof POSIX_V7_LPBIG_OFFBIG];
++
+   switch (name)
+ {
+ case _CS_PATH:
+@@ -53,59 +56,55 @@ confstr (name, buf, len)
+wint_t types are no greater than the width of type long.
+ 
+Currently this means all environment which the system allows.  */
+-  {
+-  char restenvs[4 * sizeof POSIX_V7_LPBIG_OFFBIG];
+-
+-  string_len = 0;
++  string_len = 0;
+ #ifndef _POSIX_V7_ILP32_OFF32
+-  if (__sysconf (_SC_V7_ILP32_OFF32)  0)
++  if (__sysconf (_SC_V7_ILP32_OFF32)  0)
+ #endif
+ #if !defined _POSIX_V7_ILP32_OFF32 || _POSIX_V7_ILP32_OFF32  0
+-{
+-  memcpy (restenvs + string_len, POSIX_V7_ILP32_OFF32,
+-  sizeof POSIX_V7_ILP32_OFF32 - 1);
+-  string_len += sizeof POSIX_V7_ILP32_OFF32 - 1;
+-}
++  {
++memcpy (restenvs + string_len, POSIX_V7_ILP32_OFF32,
++sizeof POSIX_V7_ILP32_OFF32 - 1);
++string_len += sizeof POSIX_V7_ILP32_OFF32 - 1;
++  }
+ 

[arch-commits] Commit in glibc/repos (136 files)

2012-03-28 Thread Allan McRae
Date: Thursday, March 29, 2012 @ 01:49:49
  Author: allan
Revision: 154485

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  glibc/repos/testing-i686/PKGBUILD
(from rev 154484, glibc/trunk/PKGBUILD)
  
glibc/repos/testing-i686/glibc-2.12.2-ignore-origin-of-privileged-program.patch
(from rev 154484, 
glibc/trunk/glibc-2.12.2-ignore-origin-of-privileged-program.patch)
  glibc/repos/testing-i686/glibc-2.14-libdl-crash.patch
(from rev 154484, glibc/trunk/glibc-2.14-libdl-crash.patch)
  glibc/repos/testing-i686/glibc-2.14-reexport-rpc-interface.patch
(from rev 154484, glibc/trunk/glibc-2.14-reexport-rpc-interface.patch)
  glibc/repos/testing-i686/glibc-2.14-reinstall-nis-rpc-headers.patch
(from rev 154484, glibc/trunk/glibc-2.14-reinstall-nis-rpc-headers.patch)
  
glibc/repos/testing-i686/glibc-2.15-__libc_res_nquerydomain-out-of-bounds.patch
(from rev 154484, 
glibc/trunk/glibc-2.15-__libc_res_nquerydomain-out-of-bounds.patch)
  glibc/repos/testing-i686/glibc-2.15-arena.patch
(from rev 154484, glibc/trunk/glibc-2.15-arena.patch)
  glibc/repos/testing-i686/glibc-2.15-avx.patch
(from rev 154484, glibc/trunk/glibc-2.15-avx.patch)
  glibc/repos/testing-i686/glibc-2.15-confstr-local-buffer-extent.patch
(from rev 154484, glibc/trunk/glibc-2.15-confstr-local-buffer-extent.patch)
  glibc/repos/testing-i686/glibc-2.15-do-not-install-timezone-files-2.patch
(from rev 154484, 
glibc/trunk/glibc-2.15-do-not-install-timezone-files-2.patch)
  glibc/repos/testing-i686/glibc-2.15-do-not-install-timezone-files.patch
(from rev 154484, 
glibc/trunk/glibc-2.15-do-not-install-timezone-files.patch)
  glibc/repos/testing-i686/glibc-2.15-feraiseexcept-plt.patch
(from rev 154484, glibc/trunk/glibc-2.15-feraiseexcept-plt.patch)
  glibc/repos/testing-i686/glibc-2.15-fix-res_query-assert.patch
(from rev 154484, glibc/trunk/glibc-2.15-fix-res_query-assert.patch)
  glibc/repos/testing-i686/glibc-2.15-fmtmsg-locking.patch
(from rev 154484, glibc/trunk/glibc-2.15-fmtmsg-locking.patch)
  glibc/repos/testing-i686/glibc-2.15-gb18030.patch
(from rev 154484, glibc/trunk/glibc-2.15-gb18030.patch)
  glibc/repos/testing-i686/glibc-2.15-ifunc.patch
(from rev 154484, glibc/trunk/glibc-2.15-ifunc.patch)
  glibc/repos/testing-i686/glibc-2.15-lddebug-scopes.patch
(from rev 154484, glibc/trunk/glibc-2.15-lddebug-scopes.patch)
  glibc/repos/testing-i686/glibc-2.15-multiarch-x86-strcmp.patch
(from rev 154484, glibc/trunk/glibc-2.15-multiarch-x86-strcmp.patch)
  glibc/repos/testing-i686/glibc-2.15-nearbyintf-rounding.patch
(from rev 154484, glibc/trunk/glibc-2.15-nearbyintf-rounding.patch)
  glibc/repos/testing-i686/glibc-2.15-negative-result-cache.patch
(from rev 154484, glibc/trunk/glibc-2.15-negative-result-cache.patch)
  glibc/repos/testing-i686/glibc-2.15-non-signalling-comparisons.patch
(from rev 154484, glibc/trunk/glibc-2.15-non-signalling-comparisons.patch)
  glibc/repos/testing-i686/glibc-2.15-regex.patch
(from rev 154484, glibc/trunk/glibc-2.15-regex.patch)
  glibc/repos/testing-i686/glibc-2.15-revert-c5a0802a.patch
(from rev 154484, glibc/trunk/glibc-2.15-revert-c5a0802a.patch)
  glibc/repos/testing-i686/glibc-2.15-revert-netlink-cache.patch
(from rev 154484, glibc/trunk/glibc-2.15-revert-netlink-cache.patch)
  glibc/repos/testing-i686/glibc-2.15-rintf-rounding.patch
(from rev 154484, glibc/trunk/glibc-2.15-rintf-rounding.patch)
  glibc/repos/testing-i686/glibc-2.15-scanf.patch
(from rev 154484, glibc/trunk/glibc-2.15-scanf.patch)
  glibc/repos/testing-i686/glibc-2.15-strcasecmp-disable-avx.patch
(from rev 154484, glibc/trunk/glibc-2.15-strcasecmp-disable-avx.patch)
  glibc/repos/testing-i686/glibc-2.15-vdso.patch
(from rev 154484, glibc/trunk/glibc-2.15-vdso.patch)
  glibc/repos/testing-i686/glibc-2.15-vfprintf-nargs.patch
(from rev 154484, glibc/trunk/glibc-2.15-vfprintf-nargs.patch)
  glibc/repos/testing-i686/glibc-__i686.patch
(from rev 154484, glibc/trunk/glibc-__i686.patch)
  glibc/repos/testing-i686/glibc.install
(from rev 154484, glibc/trunk/glibc.install)
  glibc/repos/testing-i686/locale-gen
(from rev 154484, glibc/trunk/locale-gen)
  glibc/repos/testing-i686/locale.gen.txt
(from rev 154484, glibc/trunk/locale.gen.txt)
  glibc/repos/testing-i686/nscd
(from rev 154484, glibc/trunk/nscd)
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 154484, glibc/trunk/PKGBUILD)
  
glibc/repos/testing-x86_64/glibc-2.12.2-ignore-origin-of-privileged-program.patch
(from rev 154484, 
glibc/trunk/glibc-2.12.2-ignore-origin-of-privileged-program.patch)
  glibc/repos/testing-x86_64/glibc-2.14-libdl-crash.patch
(from rev 154484, glibc/trunk/glibc-2.14-libdl-crash.patch)
  glibc/repos/testing-x86_64/glibc-2.14-reexport-rpc-interface.patch
(from rev 154484, glibc/trunk/glibc-2.14-reexport-rpc-interface.patch)
  glibc/repos/testing-x86_64/glibc-2.14-reinstall-nis-rpc-headers.patch
(from