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

2013-04-10 Thread Allan McRae
Date: Wednesday, April 10, 2013 @ 08:10:38
  Author: allan
Revision: 182401

upgpkg: libcap 2.22-4

fix x86_64 build issue

Modified:
  libcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 06:04:12 UTC (rev 182400)
+++ PKGBUILD2013-04-10 06:10:38 UTC (rev 182401)
@@ -4,12 +4,13 @@
 
 pkgname=libcap
 pkgver=2.22
-pkgrel=3
+pkgrel=4
 pkgdesc=POSIX 1003.1e capabilities
 arch=('i686' 'x86_64')
 url=http://sites.google.com/site/fullycapable/;
 license=('GPL2')
 depends=('glibc' 'attr')
+options=('!staticlibs')
 
source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
 md5sums=('b4896816b626bea445f0b3849bdd4077'
  '9d0983e25e5a251d098507f9561d2b27')
@@ -21,11 +22,8 @@
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make prefix=/usr DESTDIR=${pkgdir} RAISE_SETFCAP=no install
+  make prefix=/usr lib=/lib DESTDIR=${pkgdir} RAISE_SETFCAP=no install
   
-  chmod 755 ${pkgdir}/usr/lib/libcap.so.${pkgver}
-  rm ${pkgdir}/usr/lib/libcap.a
-  
   install -Dm644 pam_cap/capability.conf \
 $pkgdir/usr/share/doc/$pkgname/capability.conf.example
 }



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

2013-04-10 Thread Allan McRae
Date: Wednesday, April 10, 2013 @ 08:11:45
  Author: allan
Revision: 182402

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

Added:
  libcap/repos/testing-i686/
  libcap/repos/testing-i686/PKGBUILD
(from rev 182401, libcap/trunk/PKGBUILD)
  libcap/repos/testing-x86_64/
  libcap/repos/testing-x86_64/PKGBUILD
(from rev 182401, libcap/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: libcap/repos/testing-i686/PKGBUILD (from rev 182401, 
libcap/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 06:11:45 UTC (rev 182402)
@@ -0,0 +1,29 @@
+#$Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libcap
+pkgver=2.22
+pkgrel=4
+pkgdesc=POSIX 1003.1e capabilities
+arch=('i686' 'x86_64')
+url=http://sites.google.com/site/fullycapable/;
+license=('GPL2')
+depends=('glibc' 'attr')
+options=('!staticlibs')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('b4896816b626bea445f0b3849bdd4077'
+ '9d0983e25e5a251d098507f9561d2b27')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=/usr lib=/lib DESTDIR=${pkgdir} RAISE_SETFCAP=no install
+  
+  install -Dm644 pam_cap/capability.conf \
+$pkgdir/usr/share/doc/$pkgname/capability.conf.example
+}

Copied: libcap/repos/testing-x86_64/PKGBUILD (from rev 182401, 
libcap/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 06:11:45 UTC (rev 182402)
@@ -0,0 +1,29 @@
+#$Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Hugo Doria h...@archlinux.org
+
+pkgname=libcap
+pkgver=2.22
+pkgrel=4
+pkgdesc=POSIX 1003.1e capabilities
+arch=('i686' 'x86_64')
+url=http://sites.google.com/site/fullycapable/;
+license=('GPL2')
+depends=('glibc' 'attr')
+options=('!staticlibs')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('b4896816b626bea445f0b3849bdd4077'
+ '9d0983e25e5a251d098507f9561d2b27')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=/usr lib=/lib DESTDIR=${pkgdir} RAISE_SETFCAP=no install
+  
+  install -Dm644 pam_cap/capability.conf \
+$pkgdir/usr/share/doc/$pkgname/capability.conf.example
+}



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

2013-04-10 Thread Eric Bélanger
Date: Wednesday, April 10, 2013 @ 08:49:14
  Author: eric
Revision: 182403

upgpkg: twisted 13.0.0-1

Upstream update, Add prepare function

Modified:
  twisted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 06:11:45 UTC (rev 182402)
+++ PKGBUILD2013-04-10 06:49:14 UTC (rev 182403)
@@ -4,7 +4,7 @@
 # Contributor:  Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=twisted
-pkgver=12.3.0
+pkgver=13.0.0
 pkgrel=1
 pkgdesc=Asynchronous networking framework written in Python
 arch=('i686' 'x86_64')
@@ -18,20 +18,23 @@
'tk: for using tkconch')
 install=twisted.install
 
source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2)
-sha1sums=('921bef9a560edd14ea2b559ac0d674f4dac4fd65')
+sha1sums=('5c66a4f231a5f3e17860a41498ac80e76a156dca')
 
+prepare() {
+cd Twisted-$pkgver
+sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
+  twisted/python/test/pullpipe.py \
+  twisted/mail/test/pop3testserver.py \
+  twisted/trial/test/scripttest.py
+}
+
 build() {
-cd $srcdir/Twisted-$pkgver
+cd Twisted-$pkgver
 python2 setup.py build
 }
 
 package() {
-cd $srcdir/Twisted-$pkgver
+cd Twisted-$pkgver
 python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
 install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
-  
$pkgdir/usr/lib/python2.7/site-packages/twisted/trial/test/scripttest.py \
-  
$pkgdir/usr/lib/python2.7/site-packages/twisted/mail/test/pop3testserver.py \
-  $pkgdir/usr/lib/python2.7/site-packages/twisted/python/test/pullpipe.py
 }



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

2013-04-10 Thread Eric Bélanger
Date: Wednesday, April 10, 2013 @ 08:49:54
  Author: eric
Revision: 182404

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

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

--+
 /PKGBUILD|   80 +
 /twisted.install |   22 +++
 extra-i686/PKGBUILD  |   37 --
 extra-i686/twisted.install   |   11 -
 extra-x86_64/PKGBUILD|   37 --
 extra-x86_64/twisted.install |   11 -
 6 files changed, 102 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-10 06:49:14 UTC (rev 182403)
+++ extra-i686/PKGBUILD 2013-04-10 06:49:54 UTC (rev 182404)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-# Contributor:  Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=twisted
-pkgver=12.3.0
-pkgrel=1
-pkgdesc=Asynchronous networking framework written in Python
-arch=('i686' 'x86_64')
-url=http://twistedmatrix.com/;
-license=('MIT')
-depends=('python2-crypto' 'python2-zope-interface')
-optdepends=('python2-pyopenssl'
-'python2-soappy: for twisted.web.soap'
-   'python2-pyasn1: for using conch'
-   'pygtk: for using manhole'
-   'tk: for using tkconch')
-install=twisted.install
-source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2)
-sha1sums=('921bef9a560edd14ea2b559ac0d674f4dac4fd65')
-
-build() {
-cd $srcdir/Twisted-$pkgver
-python2 setup.py build
-}
-
-package() {
-cd $srcdir/Twisted-$pkgver
-python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
-  
$pkgdir/usr/lib/python2.7/site-packages/twisted/trial/test/scripttest.py \
-  
$pkgdir/usr/lib/python2.7/site-packages/twisted/mail/test/pop3testserver.py \
-  $pkgdir/usr/lib/python2.7/site-packages/twisted/python/test/pullpipe.py
-}

Copied: twisted/repos/extra-i686/PKGBUILD (from rev 182403, 
twisted/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-10 06:49:54 UTC (rev 182404)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+# Contributor:  Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=twisted
+pkgver=13.0.0
+pkgrel=1
+pkgdesc=Asynchronous networking framework written in Python
+arch=('i686' 'x86_64')
+url=http://twistedmatrix.com/;
+license=('MIT')
+depends=('python2-crypto' 'python2-zope-interface')
+optdepends=('python2-pyopenssl'
+'python2-soappy: for twisted.web.soap'
+   'python2-pyasn1: for using conch'
+   'pygtk: for using manhole'
+   'tk: for using tkconch')
+install=twisted.install
+source=(http://twistedmatrix.com/Releases/Twisted/${pkgver%.*}/Twisted-$pkgver.tar.bz2)
+sha1sums=('5c66a4f231a5f3e17860a41498ac80e76a156dca')
+
+prepare() {
+cd Twisted-$pkgver
+sed -i 's:^#!.*bin.*python:#!/usr/bin/python2:' \
+  twisted/python/test/pullpipe.py \
+  twisted/mail/test/pop3testserver.py \
+  twisted/trial/test/scripttest.py
+}
+
+build() {
+cd Twisted-$pkgver
+python2 setup.py build
+}
+
+package() {
+cd Twisted-$pkgver
+python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: extra-i686/twisted.install
===
--- extra-i686/twisted.install  2013-04-10 06:49:14 UTC (rev 182403)
+++ extra-i686/twisted.install  2013-04-10 06:49:54 UTC (rev 182404)
@@ -1,11 +0,0 @@
-post_install() {
-  python2 -c 'from twisted.plugin import IPlugin, getPlugins; 
list(getPlugins(IPlugin))' /dev/null 21 || return 1
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  find /usr/lib/python2.7/site-packages/twisted/plugins -name dropin.cache | 
xargs -r rm -f
-}

Copied: twisted/repos/extra-i686/twisted.install (from rev 182403, 
twisted/trunk/twisted.install)
===
--- extra-i686/twisted.install   

[arch-commits] Commit in synaptiks/trunk (PKGBUILD synaptics170.patch)

2013-04-10 Thread Andrea Scarpino
Date: Wednesday, April 10, 2013 @ 09:29:14
  Author: andrea
Revision: 88016

upgpkg: synaptiks 0.8.1-6

Fix crash with synaptics 1.7.0 (FS#34637)

Added:
  synaptiks/trunk/synaptics170.patch
Modified:
  synaptiks/trunk/PKGBUILD

+
 PKGBUILD   |   12 ++-
 synaptics170.patch |  200 +++
 2 files changed, 208 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-09 21:51:55 UTC (rev 88015)
+++ PKGBUILD2013-04-10 07:29:14 UTC (rev 88016)
@@ -8,7 +8,7 @@
 
 pkgname=synaptiks
 pkgver=0.8.1
-pkgrel=5
+pkgrel=6
 pkgdesc='A touchpad configuration and management tool for KDE'
 arch=('any')
 url=http://synaptiks.readthedocs.org/;
@@ -17,15 +17,19 @@
  'python2-udev' 'xf86-input-synaptics')
 install=$pkgname.install
 
source=(http://pypi.python.org/packages/source/s/$pkgname/$pkgname-$pkgver.tar.bz2;
-'pyudev-fix.patch')
+'pyudev-fix.patch'
+'synaptics170.patch')
 md5sums=('4137a5c7a6117cf8f2073bfdb05466d6'
- 'eb2b6adeab573874c1c686ba67786d9a')
+ 'eb2b6adeab573874c1c686ba67786d9a'
+ 'e04319829a73e26ca503452f290f3ec3')
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   # FS#31328
   patch -p1 -i ${srcdir}/pyudev-fix.patch
+  # FS#34637
+  patch -p1 -i ${srcdir}/synaptics170.patch
 
   python2 setup.py install --root $pkgdir --optimize=1
   install -Dm644 COPYING $pkgdir/usr/share/licenses/${pkgname}/LICENSE

Added: synaptics170.patch
===
--- synaptics170.patch  (rev 0)
+++ synaptics170.patch  2013-04-10 07:29:14 UTC (rev 88016)
@@ -0,0 +1,200 @@
+--- a/doc/api/touchpad.rst
 b/doc/api/touchpad.rst
+@@ -27,8 +27,6 @@ The touchpad class
+ 
+.. autoattribute:: acceleration_factor
+ 
+-   .. autoattribute:: edge_motion_always
+-
+.. rubric:: scrolling properties
+ 
+.. autoattribute:: vertical_edge_scrolling
+@@ -55,8 +53,6 @@ The touchpad class
+ 
+.. rubric:: tapping properties
+ 
+-   .. autoattribute:: fast_taps
+-
+.. autoattribute:: rt_tap_action
+ 
+.. autoattribute:: rb_tap_action
+--- a/doc/handbook/reference.rst
 b/doc/handbook/reference.rst
+@@ -69,13 +69,6 @@ The touchpad configuration module is available in 
|systemsettings| under
+   The acceleration between :guilabel:`Minimum speed` and 
:guilabel:`Maximum
+   speed`
+ 
+-:guilabel:`Continue cursor motion when hitting the touchpad edge`
+-   Continue the cursor move while the finger stays in the touchpad edge
+-
+-   :guilabel:`For all movements, not only dragging`
+-  Always continue cursor movement, when hitting the touchpad edge, not 
only
+-  when dragging
+-
+ 
+ .. _commands-scrolling-configuration:
+ 
+@@ -152,13 +145,6 @@ The touchpad configuration module is available in 
|systemsettings| under
+ 
+Screenshot of the tapping configuration page
+ 
+-:guilabel:`General tapping settings`
+-
+-   :guilabel:`Make single taps faster and double taps slower (fast taps)`
+-  Enable or disable fast taps.  If fast taps are enabled, the driver will
+-  react faster on single taps, but slower on double clicks caused by 
double
+-  taps.
+-
+ :guilabel:`Mouse clicks triggered by tapping`
+ :guilabel:`Top left corner`
+Configure the mouse button, which is triggered by tapping the top left
+--- a/doc/handbook/usage.rst
 b/doc/handbook/usage.rst
+@@ -41,12 +41,6 @@ though the touchpad does not actually have one.  In this 
case, the middle mouse
+ button is triggered by pressing the left mouse button and the right mouse
+ button at the same time.
+ 
+-Some systems have a circular touchpad.  Unfortunately the touchpad driver does
+-not detect circular touchpad automatically, so if you have a circular 
touchpad,
+-please enable :guilabel:`The touchpad is circular` to let the driver know, 
that
+-your touchpad is circular.
+-
+-
+ .. _motion-configuration:
+ 
+ Motion configuration
+--- a/synaptiks/config.py
 b/synaptiks/config.py
+@@ -173,7 +173,6 @@ class TouchpadConfiguration(MutableMapping):
+ 
+ CONFIG_KEYS = frozenset([
+ 'minimum_speed', 'maximum_speed', 'acceleration_factor',
+-'edge_motion_always', 'fast_taps',
+ 'rt_tap_action', 'rb_tap_action', 'lt_tap_action', 'lb_tap_action',
+ 'f1_tap_action', 'f2_tap_action', 'f3_tap_action',
+ 'tap_and_drag_gesture', 'locked_drags', 'locked_drags_timeout',
+@@ -182,7 +181,7 @@ class TouchpadConfiguration(MutableMapping):
+ 'vertical_scrolling_distance', 'horizontal_scrolling_distance',
+ 'vertical_two_finger_scrolling', 'horizontal_two_finger_scrolling',
+ 'circular_scrolling', 'circular_scrolling_trigger',
+-'circular_scrolling_distance', 'circular_touchpad'])
++'circular_scrolling_distance'])
+ 
+ @classmethod
+ def 

[arch-commits] Commit in synaptiks/repos/community-any (7 files)

2013-04-10 Thread Andrea Scarpino
Date: Wednesday, April 10, 2013 @ 09:29:20
  Author: andrea
Revision: 88017

archrelease: copy trunk to community-any

Added:
  synaptiks/repos/community-any/PKGBUILD
(from rev 88016, synaptiks/trunk/PKGBUILD)
  synaptiks/repos/community-any/pyudev-fix.patch
(from rev 88016, synaptiks/trunk/pyudev-fix.patch)
  synaptiks/repos/community-any/synaptics170.patch
(from rev 88016, synaptiks/trunk/synaptics170.patch)
  synaptiks/repos/community-any/synaptiks.install
(from rev 88016, synaptiks/trunk/synaptiks.install)
Deleted:
  synaptiks/repos/community-any/PKGBUILD
  synaptiks/repos/community-any/pyudev-fix.patch
  synaptiks/repos/community-any/synaptiks.install

+
 PKGBUILD   |   68 +
 pyudev-fix.patch   |   22 ++---
 synaptics170.patch |  200 +++
 synaptiks.install  |   22 ++---
 4 files changed, 258 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-10 07:29:14 UTC (rev 88016)
+++ PKGBUILD2013-04-10 07:29:20 UTC (rev 88017)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas nqn1976 @ gmail.com
-# Contributor: Sebastian Wiesner lunary...@googlemail.com
-# Contributor: gobeav3rs297 vincent.t@gmail.com
-# Contributor: archtux antonio.arias99...@gmail.com
-# Contributor: neo neo[AT]acanac[DOT]net
-
-pkgname=synaptiks
-pkgver=0.8.1
-pkgrel=5
-pkgdesc='A touchpad configuration and management tool for KDE'
-arch=('any')
-url=http://synaptiks.readthedocs.org/;
-license=('BSD')
-depends=('kdebase-workspace' 'kdebindings-python2' 'python2-distribute'
- 'python2-udev' 'xf86-input-synaptics')
-install=$pkgname.install
-source=(http://pypi.python.org/packages/source/s/$pkgname/$pkgname-$pkgver.tar.bz2;
-'pyudev-fix.patch')
-md5sums=('4137a5c7a6117cf8f2073bfdb05466d6'
- 'eb2b6adeab573874c1c686ba67786d9a')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # FS#31328
-  patch -p1 -i ${srcdir}/pyudev-fix.patch
-
-  python2 setup.py install --root $pkgdir --optimize=1
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: synaptiks/repos/community-any/PKGBUILD (from rev 88016, 
synaptiks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-10 07:29:20 UTC (rev 88017)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+# Contributor: Sebastian Wiesner lunary...@googlemail.com
+# Contributor: gobeav3rs297 vincent.t@gmail.com
+# Contributor: archtux antonio.arias99...@gmail.com
+# Contributor: neo neo[AT]acanac[DOT]net
+
+pkgname=synaptiks
+pkgver=0.8.1
+pkgrel=6
+pkgdesc='A touchpad configuration and management tool for KDE'
+arch=('any')
+url=http://synaptiks.readthedocs.org/;
+license=('BSD')
+depends=('kdebase-workspace' 'kdebindings-python2' 'python2-distribute'
+ 'python2-udev' 'xf86-input-synaptics')
+install=$pkgname.install
+source=(http://pypi.python.org/packages/source/s/$pkgname/$pkgname-$pkgver.tar.bz2;
+'pyudev-fix.patch'
+'synaptics170.patch')
+md5sums=('4137a5c7a6117cf8f2073bfdb05466d6'
+ 'eb2b6adeab573874c1c686ba67786d9a'
+ 'e04319829a73e26ca503452f290f3ec3')
+
+package() {
+  cd $pkgname-$pkgver
+
+  # FS#31328
+  patch -p1 -i ${srcdir}/pyudev-fix.patch
+  # FS#34637
+  patch -p1 -i ${srcdir}/synaptics170.patch
+
+  python2 setup.py install --root $pkgdir --optimize=1
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: pyudev-fix.patch
===
--- pyudev-fix.patch2013-04-10 07:29:14 UTC (rev 88016)
+++ pyudev-fix.patch2013-04-10 07:29:20 UTC (rev 88017)
@@ -1,11 +0,0 @@
 synaptiks-0.8.1/synaptiks/monitors/mouses.py~  2012-08-28 
18:58:09.540085410 -0500
-+++ synaptiks-0.8.1/synaptiks/monitors/mouses.py   2012-08-28 
21:38:46.060947638 -0500
-@@ -74,7 +74,7 @@
- # device.  The parent represents the actual physical device.  The name
- # may be decorated with quotation marks, which are removed for the 
sake
- # of a clean represenation
--return cls(device['ID_SERIAL'], device.parent['NAME'].strip(''))
-+return cls(device.get('ID_SERIAL'), device.parent['NAME'].strip(''))
- 
- 
- class MouseDevicesMonitor(QObject):

Copied: synaptiks/repos/community-any/pyudev-fix.patch (from rev 88016, 
synaptiks/trunk/pyudev-fix.patch)
===
--- pyudev-fix.patch(rev 0)
+++ pyudev-fix.patch2013-04-10 07:29:20 UTC (rev 88017)
@@ -0,0 +1,11 @@
+--- synaptiks-0.8.1/synaptiks/monitors/mouses.py~  2012-08-28 
18:58:09.540085410 -0500
 

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

2013-04-10 Thread Tobias Powalowski
Date: Wednesday, April 10, 2013 @ 09:31:34
  Author: tpowa
Revision: 182405

update to new package standards with prepare function

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 06:49:54 UTC (rev 182404)
+++ PKGBUILD2013-04-10 07:31:34 UTC (rev 182405)
@@ -27,7 +27,7 @@
  'f3def2cefdcbb954c21d8505d23cc83c')
 _kernelname=${pkgbase#linux}
 
-build() {
+prepare() {
   cd ${srcdir}/${_srcname}
 
   # add upstream patch
@@ -57,7 +57,11 @@
 
   # don't run depmod on 'make install'. We'll do this ourselves in packaging
   sed -i '2iexit 0' scripts/depmod.sh
+}
 
+build() {
+  cd ${srcdir}/${_srcname}
+
   # get kernel version
   make prepare
 



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

2013-04-10 Thread Tobias Powalowski
Date: Wednesday, April 10, 2013 @ 09:33:05
  Author: tpowa
Revision: 182406

update to new package standards with prepare function

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 07:31:34 UTC (rev 182405)
+++ PKGBUILD2013-04-10 07:33:05 UTC (rev 182406)
@@ -38,7 +38,7 @@
 
 _kernelname=${pkgbase#linux}
 
-build() {
+prepare() {
   cd ${srcdir}/${_srcname}
 
   # add upstream patch
@@ -90,7 +90,11 @@
 
   # don't run depmod on 'make install'. We'll do this ourselves in packaging
   sed -i '2iexit 0' scripts/depmod.sh
+}
 
+build() {
+  cd ${srcdir}/${_srcname}
+
   # get kernel version
   make prepare
 



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

2013-04-10 Thread Allan McRae
Date: Wednesday, April 10, 2013 @ 09:34:20
  Author: allan
Revision: 182407

fix build issue with CPPFLAGS

Modified:
  binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 07:33:05 UTC (rev 182406)
+++ PKGBUILD2013-04-10 07:34:20 UTC (rev 182407)
@@ -5,7 +5,7 @@
 
 pkgname=binutils
 pkgver=2.23.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A set of programs to assemble and manipulate binary and object files
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/binutils/;
@@ -21,16 +21,22 @@
  'dfde4428f08d91f309cdcfe92bf28d08'
  '34e439ce23213a91e2af872dfbb5094c')
 
-build() {
+prepare() {
   cd ${srcdir}/binutils-${pkgver}
 
   # http://sourceware.org/git/?p=binutils.git;a=patch;h=e02bf935
   # http://sourceware.org/git/?p=binutils.git;a=patch;h=935f8542
   patch -p1 -i ${srcdir}/binutils-2.23.2-texinfo-5.0.patch
 
-  cd ${srcdir}
-  mkdir binutils-build  cd binutils-build
+  # hack! - libiberty configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
 
+  mkdir ${srcdir}/binutils-build
+}
+
+build() {
+  cd ${srcdir}/binutils-build
+
   ${srcdir}/binutils-${pkgver}/configure --prefix=/usr \
 --with-lib-path=/usr/lib:/usr/local/lib \
 --with-bugurl=https://bugs.archlinux.org/ \



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

2013-04-10 Thread Allan McRae
Date: Wednesday, April 10, 2013 @ 09:36:56
  Author: allan
Revision: 182408

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

Added:
  binutils/repos/testing-i686/
  binutils/repos/testing-i686/PKGBUILD
(from rev 182407, binutils/trunk/PKGBUILD)
  binutils/repos/testing-i686/binutils-2.23.2-texinfo-5.0.patch
(from rev 182407, binutils/trunk/binutils-2.23.2-texinfo-5.0.patch)
  binutils/repos/testing-i686/binutils.install
(from rev 182407, binutils/trunk/binutils.install)
  binutils/repos/testing-x86_64/
  binutils/repos/testing-x86_64/PKGBUILD
(from rev 182407, binutils/trunk/PKGBUILD)
  binutils/repos/testing-x86_64/binutils-2.23.2-texinfo-5.0.patch
(from rev 182407, binutils/trunk/binutils-2.23.2-texinfo-5.0.patch)
  binutils/repos/testing-x86_64/binutils.install
(from rev 182407, binutils/trunk/binutils.install)

--+
 testing-i686/PKGBUILD|   79 ++
 testing-i686/binutils-2.23.2-texinfo-5.0.patch   |  162 +
 testing-i686/binutils.install|   17 ++
 testing-x86_64/PKGBUILD  |   79 ++
 testing-x86_64/binutils-2.23.2-texinfo-5.0.patch |  162 +
 testing-x86_64/binutils.install  |   17 ++
 6 files changed, 516 insertions(+)

Copied: binutils/repos/testing-i686/PKGBUILD (from rev 182407, 
binutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 07:36:56 UTC (rev 182408)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=binutils
+pkgver=2.23.2
+pkgrel=2
+pkgdesc=A set of programs to assemble and manipulate binary and object files
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/binutils/;
+license=('GPL')
+groups=('base-devel')
+depends=('glibc=2.17' 'zlib')
+checkdepends=('dejagnu' 'bc')
+options=('!libtool' '!distcc' '!ccache')
+install=binutils.install
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
+binutils-2.23.2-texinfo-5.0.patch)
+md5sums=('4f8fa651e35ef262edc01d60fb45702e'
+ 'dfde4428f08d91f309cdcfe92bf28d08'
+ '34e439ce23213a91e2af872dfbb5094c')
+
+prepare() {
+  cd ${srcdir}/binutils-${pkgver}
+
+  # http://sourceware.org/git/?p=binutils.git;a=patch;h=e02bf935
+  # http://sourceware.org/git/?p=binutils.git;a=patch;h=935f8542
+  patch -p1 -i ${srcdir}/binutils-2.23.2-texinfo-5.0.patch
+
+  # hack! - libiberty configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+
+  mkdir ${srcdir}/binutils-build
+}
+
+build() {
+  cd ${srcdir}/binutils-build
+
+  ${srcdir}/binutils-${pkgver}/configure --prefix=/usr \
+--with-lib-path=/usr/lib:/usr/local/lib \
+--with-bugurl=https://bugs.archlinux.org/ \
+--enable-ld=default --enable-gold \
+--enable-plugins --enable-threads \
+--with-pic --enable-shared \
+--disable-werror --disable-multilib
+
+  # check the host environment and makes sure all the necessary tools are 
available
+  make configure-host
+
+  make tooldir=/usr
+}
+
+check() {
+  cd ${srcdir}/binutils-build
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS= -k check || true
+}
+
+package() {
+  cd ${srcdir}/binutils-build
+  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
+  
+  # Add some useful headers
+  install -m644 ${srcdir}/binutils-${pkgver}/include/libiberty.h 
${pkgdir}/usr/include
+  install -m644 ${srcdir}/binutils-${pkgver}/include/demangle.h 
${pkgdir}/usr/include
+
+  # Install PIC libiberty.a
+  install -m644 libiberty/pic/libiberty.a ${pkgdir}/usr/lib
+
+  # Remove unwanted files
+  rm ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
+  rm ${pkgdir}/usr/share/info/{configure,standards}.info
+
+  # No shared linking to these files outside binutils
+  rm ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
+}

Copied: binutils/repos/testing-i686/binutils-2.23.2-texinfo-5.0.patch (from rev 
182407, binutils/trunk/binutils-2.23.2-texinfo-5.0.patch)
===
--- testing-i686/binutils-2.23.2-texinfo-5.0.patch  
(rev 0)
+++ testing-i686/binutils-2.23.2-texinfo-5.0.patch  2013-04-10 07:36:56 UTC 
(rev 182408)
@@ -0,0 +1,162 @@
+diff --git a/bfd/doc/bfd.texinfo b/bfd/doc/bfd.texinfo
+index 45ffa73..3aa3300 100644
+--- a/bfd/doc/bfd.texinfo
 b/bfd/doc/bfd.texinfo
+@@ -322,7 +324,7 @@ All of BFD lives in one directory.
+ @printindex cp
+ 
+ @tex
+-% I think something like @colophon should be in texinfo.  In the
++% I think something like @@colophon should be in texinfo.  In 

[arch-commits] Commit in sane/trunk (PKGBUILD sane.install)

2013-04-10 Thread Tobias Powalowski
Date: Wednesday, April 10, 2013 @ 09:43:20
  Author: tpowa
Revision: 182409

upgpkg: sane 1.0.23-4

added prepare function, removed install message #34683 scanner group is not 
needed anymore

Modified:
  sane/trunk/PKGBUILD
Deleted:
  sane/trunk/sane.install

--+
 PKGBUILD |9 ++---
 sane.install |7 ---
 2 files changed, 6 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 07:36:56 UTC (rev 182408)
+++ PKGBUILD2013-04-10 07:43:20 UTC (rev 182409)
@@ -6,14 +6,13 @@
 
 pkgname=sane
 pkgver=1.0.23
-pkgrel=3
+pkgrel=4
 pkgdesc=Scanner Access Now Easy
 url=http://www.sane-project.org/;
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libtiff=4.0.0' 'libgphoto2' 'libjpeg=8' 'libusb-compat' 'libcups' 
'libieee1284' 'v4l-utils' 'avahi' 'bash' 'net-snmp')
 makedepends=('texlive-latexextra')
-install=$pkgname.install
 
backup=(etc/sane.d/{abaton.conf,agfafocus.conf,apple.conf,artec.conf,artec_eplus48u.conf,avision.conf,bh.conf,canon.conf,canon630u.conf,canon_dr.conf,canon_pp.conf,cardscan.conf,coolscan2.conf,coolscan3.conf,coolscan.conf,dc25.conf,dc210.conf,dc240.conf,dell1600n_net.conf,dll.conf,dmc.conf,epjitsu.conf,epson.conf,epson2.conf,fujitsu.conf,genesys.conf,gphoto2.conf,gt68xx.conf,hp.conf,hp3900.conf,hp4200.conf,hp5400.conf,hpsj5s.conf,hs2p.conf,ibm.conf,kodak.conf,kodakaio.conf,leo.conf,lexmark.conf,ma1509.conf,magicolor.conf,matsushita.conf,microtek.conf,microtek2.conf,mustek.conf,mustek_pp.conf,mustek_usb.conf,nec.conf,net.conf,p5.conf,pie.conf,pixma.conf,plustek.conf,plustek_pp.conf,qcam.conf,ricoh.conf,rts8891.conf,s9036.conf,saned.conf,sceptre.conf,sharp.conf,sm3840.conf,snapscan.conf,sp15c.conf,st400.conf,stv680.conf,tamarack.conf,teco1.conf,teco2.conf,teco3.conf,test.conf,u12.conf,umax.conf,umax1220u.conf,umax_pp.conf,xerox_mfp.conf,v4l.conf}
 etc/xinetd.d/sane)
 source=(ftp://ftp.archlinux.org/other/sane/$pkgname-backends-$pkgver.tar.gz
 'sane.xinetd'
@@ -23,14 +22,18 @@
 'network.patch')
 options=(!libtool)
 
-build() {
+prepare() {
   cd ${srcdir}/${pkgname}-backends-${pkgver}
 
# fix FS#33657
patch -Np0 -i ${srcdir}/kodakaio.c.patch
# fix 
http://vasks.debian.org/tracker/?func=detailatid=410366aid=313760group_id=30186
patch -Np1 -i ${srcdir}/network.patch
+}
 
+build() {
+  cd ${srcdir}/${pkgname}-backends-${pkgver}
+
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \

Deleted: sane.install
===
--- sane.install2013-04-10 07:36:56 UTC (rev 182408)
+++ sane.install2013-04-10 07:43:20 UTC (rev 182409)
@@ -1,7 +0,0 @@
-post_install() {
-   /bin/cat THEEND
-NOTE
-
-Add your user to group 'scanner' to use scanner devices.
-THEEND
-}



[arch-commits] Commit in sane/repos (26 files)

2013-04-10 Thread Tobias Powalowski
Date: Wednesday, April 10, 2013 @ 09:43:35
  Author: tpowa
Revision: 182410

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

Added:
  sane/repos/extra-i686/PKGBUILD
(from rev 182409, sane/trunk/PKGBUILD)
  sane/repos/extra-i686/kodakaio.c.patch
(from rev 182409, sane/trunk/kodakaio.c.patch)
  sane/repos/extra-i686/network.patch
(from rev 182409, sane/trunk/network.patch)
  sane/repos/extra-i686/sane.xinetd
(from rev 182409, sane/trunk/sane.xinetd)
  sane/repos/extra-i686/saned.service
(from rev 182409, sane/trunk/saned.service)
  sane/repos/extra-i686/saned.socket
(from rev 182409, sane/trunk/saned.socket)
  sane/repos/extra-x86_64/PKGBUILD
(from rev 182409, sane/trunk/PKGBUILD)
  sane/repos/extra-x86_64/kodakaio.c.patch
(from rev 182409, sane/trunk/kodakaio.c.patch)
  sane/repos/extra-x86_64/network.patch
(from rev 182409, sane/trunk/network.patch)
  sane/repos/extra-x86_64/sane.xinetd
(from rev 182409, sane/trunk/sane.xinetd)
  sane/repos/extra-x86_64/saned.service
(from rev 182409, sane/trunk/saned.service)
  sane/repos/extra-x86_64/saned.socket
(from rev 182409, sane/trunk/saned.socket)
Deleted:
  sane/repos/extra-i686/PKGBUILD
  sane/repos/extra-i686/kodakaio.c.patch
  sane/repos/extra-i686/network.patch
  sane/repos/extra-i686/sane.install
  sane/repos/extra-i686/sane.xinetd
  sane/repos/extra-i686/saned.service
  sane/repos/extra-i686/saned.socket
  sane/repos/extra-x86_64/PKGBUILD
  sane/repos/extra-x86_64/kodakaio.c.patch
  sane/repos/extra-x86_64/network.patch
  sane/repos/extra-x86_64/sane.install
  sane/repos/extra-x86_64/sane.xinetd
  sane/repos/extra-x86_64/saned.service
  sane/repos/extra-x86_64/saned.socket

---+
 /PKGBUILD |  152 
 /kodakaio.c.patch |   22 +
 /network.patch|   84 ++
 /sane.xinetd  |   22 +
 /saned.service|   16 
 /saned.socket |   18 
 extra-i686/PKGBUILD   |   73 ---
 extra-i686/kodakaio.c.patch   |   11 --
 extra-i686/network.patch  |   42 ---
 extra-i686/sane.install   |7 -
 extra-i686/sane.xinetd|   11 --
 extra-i686/saned.service  |8 --
 extra-i686/saned.socket   |9 --
 extra-x86_64/PKGBUILD |   73 ---
 extra-x86_64/kodakaio.c.patch |   11 --
 extra-x86_64/network.patch|   42 ---
 extra-x86_64/sane.install |7 -
 extra-x86_64/sane.xinetd  |   11 --
 extra-x86_64/saned.service|8 --
 extra-x86_64/saned.socket |9 --
 20 files changed, 314 insertions(+), 322 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-10 07:43:20 UTC (rev 182409)
+++ extra-i686/PKGBUILD 2013-04-10 07:43:35 UTC (rev 182410)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-# Contributor: Simo L. neot...@yahoo.com
-# Contributor: eric e...@archlinux.org
-
-pkgname=sane
-pkgver=1.0.23
-pkgrel=3
-pkgdesc=Scanner Access Now Easy
-url=http://www.sane-project.org/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libtiff=4.0.0' 'libgphoto2' 'libjpeg=8' 'libusb-compat' 'libcups' 
'libieee1284' 'v4l-utils' 'avahi' 'bash' 'net-snmp')
-makedepends=('texlive-latexextra')
-install=$pkgname.install
-backup=(etc/sane.d/{abaton.conf,agfafocus.conf,apple.conf,artec.conf,artec_eplus48u.conf,avision.conf,bh.conf,canon.conf,canon630u.conf,canon_dr.conf,canon_pp.conf,cardscan.conf,coolscan2.conf,coolscan3.conf,coolscan.conf,dc25.conf,dc210.conf,dc240.conf,dell1600n_net.conf,dll.conf,dmc.conf,epjitsu.conf,epson.conf,epson2.conf,fujitsu.conf,genesys.conf,gphoto2.conf,gt68xx.conf,hp.conf,hp3900.conf,hp4200.conf,hp5400.conf,hpsj5s.conf,hs2p.conf,ibm.conf,kodak.conf,kodakaio.conf,leo.conf,lexmark.conf,ma1509.conf,magicolor.conf,matsushita.conf,microtek.conf,microtek2.conf,mustek.conf,mustek_pp.conf,mustek_usb.conf,nec.conf,net.conf,p5.conf,pie.conf,pixma.conf,plustek.conf,plustek_pp.conf,qcam.conf,ricoh.conf,rts8891.conf,s9036.conf,saned.conf,sceptre.conf,sharp.conf,sm3840.conf,snapscan.conf,sp15c.conf,st400.conf,stv680.conf,tamarack.conf,teco1.conf,teco2.conf,teco3.conf,test.conf,u12.conf,umax.conf,umax1220u.conf,umax_pp.conf,xerox_mfp.conf,v4l.conf}
 etc/xinetd.d/sane)
-source=(ftp://ftp.archlinux.org/other/sane/$pkgname-backends-$pkgver.tar.gz
-'sane.xinetd'
-'saned.socket'
-'saned.service'
-'kodakaio.c.patch'
-'network.patch')
-options=(!libtool)
-
-build() {
-  cd ${srcdir}/${pkgname}-backends-${pkgver}
-
-   # fix FS#33657
-   patch -Np0 -i ${srcdir}/kodakaio.c.patch
-   # fix 
http://vasks.debian.org/tracker/?func=detailatid=410366aid=313760group_id=30186
-   patch -Np1 -i ${srcdir}/network.patch
-
-  ./configure 

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

2013-04-10 Thread Laurent Carlier
Date: Wednesday, April 10, 2013 @ 09:48:38
  Author: lcarlier
Revision: 88019

upgpkg: lib32-systemd 201-1

Sync with testing

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 07:36:18 UTC (rev 88018)
+++ PKGBUILD2013-04-10 07:48:38 UTC (rev 88019)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-pkgver=200
+pkgver=201
 pkgrel=1
 pkgdesc=system and service manager (32-bit)
 arch=('x86_64')
@@ -15,9 +15,16 @@
 options=('!libtool')
 
source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;
 use-split-usr-path.patch)
-md5sums=('5584b96e55c46217dab4c1768d10a472'
+md5sums=('3e758392ff0e9206b3f7ee252b4a654b'
  '76bf83fe34c5b40533abc5dc940576a6')
 
+prepare() {
+  cd ${srcdir}/systemd-${pkgver}
+
+  # hang onto this until we do the /{,s}bin merge
+  patch -Np1 $srcdir/use-split-usr-path.patch
+}
+
 build() {
   export CC=gcc -m32
   export CXX=g++ -m32
@@ -25,9 +32,6 @@
 
   cd ${srcdir}/systemd-${pkgver}
 
-  # hang onto this until we do the /{,s}bin merge
-  patch -Np1 $srcdir/use-split-usr-path.patch
-
   ./configure \
 --enable-static \
 --libexecdir=/usr/lib32 \



[arch-commits] Commit in lib32-systemd/repos (3 files)

2013-04-10 Thread Laurent Carlier
Date: Wednesday, April 10, 2013 @ 09:48:45
  Author: lcarlier
Revision: 88020

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 88019, lib32-systemd/trunk/PKGBUILD)
  lib32-systemd/repos/multilib-testing-x86_64/use-split-usr-path.patch
(from rev 88019, lib32-systemd/trunk/use-split-usr-path.patch)

--+
 PKGBUILD |   63 +
 use-split-usr-path.patch |   14 ++
 2 files changed, 77 insertions(+)

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 88019, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-04-10 07:48:45 UTC (rev 88020)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+pkgver=201
+pkgrel=1
+pkgdesc=system and service manager (32-bit)
+arch=('x86_64')
+url=http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2' 'LGPL2.1' 'MIT')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-dbus-core' 'lib32-libcap' 
'lib32-acl' 
+ 'lib32-libgcrypt' 'lib32-glib2' 'lib32-xz' 'intltool' 'gperf')
+options=('!libtool')
+source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;
+use-split-usr-path.patch)
+md5sums=('3e758392ff0e9206b3f7ee252b4a654b'
+ '76bf83fe34c5b40533abc5dc940576a6')
+
+prepare() {
+  cd ${srcdir}/systemd-${pkgver}
+
+  # hang onto this until we do the /{,s}bin merge
+  patch -Np1 $srcdir/use-split-usr-path.patch
+}
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/systemd-${pkgver}
+
+  ./configure \
+--enable-static \
+--libexecdir=/usr/lib32 \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--disable-audit \
+--disable-ima \
+--disable-pam \
+--disable-kmod \
+--disable-blkid \
+--without-python \
+--disable-libcryptsetup \
+--with-sysvinit-path= \
+--with-sysvrcnd-path=
+
+  make
+}
+
+package() {
+  depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'systemd')
+  cd ${srcdir}/systemd-${pkgver}
+
+  make DESTDIR=$pkgdir install
+
+  rm -rf ${pkgdir}/{etc,var}
+  rm -rf ${pkgdir}/usr/{bin,include,lib,share}
+  rm -rf ${pkgdir}/usr/lib32/libnss*
+}

Copied: lib32-systemd/repos/multilib-testing-x86_64/use-split-usr-path.patch 
(from rev 88019, lib32-systemd/trunk/use-split-usr-path.patch)
===
--- multilib-testing-x86_64/use-split-usr-path.patch
(rev 0)
+++ multilib-testing-x86_64/use-split-usr-path.patch2013-04-10 07:48:45 UTC 
(rev 88020)
@@ -0,0 +1,14 @@
+--- a/src/core/main.c  2012-09-20 23:02:54.0 -0400
 b/src/core/main.c  2012-09-20 23:03:13.0 -0400
+@@ -1487,11 +1487,7 @@ int main(int argc, char *argv[]) {
+ 
+ /* Set up PATH unless it is already set */
+ setenv(PATH,
+-#ifdef HAVE_SPLIT_USR
+/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin,
+-#else
+-   /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin,
+-#endif
+arg_running_as == SYSTEMD_SYSTEM);
+ 
+ if (arg_running_as == SYSTEMD_SYSTEM) {



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

2013-04-10 Thread Balló György
Date: Wednesday, April 10, 2013 @ 09:58:51
  Author: bgyorgy
Revision: 88021

Update upstream URL

Modified:
  gnome-applets/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 07:48:45 UTC (rev 88020)
+++ PKGBUILD2013-04-10 07:58:51 UTC (rev 88021)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('cpupower' 'gucharmap' 'gstreamer0.10-base' 'gnome-panel' 'libgtop')
 makedepends=('gnome-common' 'gnome-doc-utils' 'intltool' 'networkmanager' 
'rarian')
-url=http://www.gnome.org;
+url=https://git.gnome.org/browse/gnome-applets;
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 gnome-applets-cpupower.patch



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

2013-04-10 Thread Balló György
Date: Wednesday, April 10, 2013 @ 10:04:34
  Author: bgyorgy
Revision: 88022

Better URL

Modified:
  gnome-applets/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 07:58:51 UTC (rev 88021)
+++ PKGBUILD2013-04-10 08:04:34 UTC (rev 88022)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('cpupower' 'gucharmap' 'gstreamer0.10-base' 'gnome-panel' 'libgtop')
 makedepends=('gnome-common' 'gnome-doc-utils' 'intltool' 'networkmanager' 
'rarian')
-url=https://git.gnome.org/browse/gnome-applets;
+url=https://live.gnome.org/GnomeApplets;
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 gnome-applets-cpupower.patch



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

2013-04-10 Thread Balló György
Date: Wednesday, April 10, 2013 @ 10:08:06
  Author: bgyorgy
Revision: 88023

Update description and URL

Modified:
  gnome-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 08:04:34 UTC (rev 88022)
+++ PKGBUILD2013-04-10 08:08:06 UTC (rev 88023)
@@ -7,8 +7,8 @@
 pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
-pkgdesc=Provides the window list, workspace switcher, menus, and other 
features for GNOME
-url=https://git.gnome.org/browse/gnome-panel/;
+pkgdesc=Legacy GNOME panel
+url=https://live.gnome.org/GnomePanel;
 depends=('dconf' 'evolution-data-server' 'gconf' 'gnome-desktop' 'gnome-menus' 
'librsvg'
  'libwnck3' 'telepathy-glib')
 makedepends=('gobject-introspection' 'intltool' 'itstool' 'networkmanager')



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

2013-04-10 Thread Sven-Hendrik Haase
Date: Wednesday, April 10, 2013 @ 10:22:30
  Author: svenstaro
Revision: 88024

upgpkg: wt 3.3.0-1

Upating to 3.3.0, built with clang this time to avoid gcc segfault

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 08:08:06 UTC (rev 88023)
+++ PKGBUILD2013-04-10 08:22:30 UTC (rev 88024)
@@ -3,16 +3,19 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 # Contributor: Denis Martinez deuns.marti...@gmail.com
 
+# TODO: Remove this note and change back to gcc once gcc 4.8.1 is out
+# It fixes a segfault while building the examples.
+
 pkgname=wt
-pkgver=3.2.3
-_pkgver=3.2.3
-pkgrel=6
+pkgver=3.3.0
+_pkgver=3.3.0
+pkgrel=1
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;
 license=('GPL')
 depends=('boost-libs' 'libharu')
-makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt5-base')
+makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt4' 'clang')
 optdepends=('openssl: for SSL support in built-in webserver'
'zlib: for compression in HTTP protocol'
'fcgi: for FastCGI support'
@@ -21,17 +24,17 @@
'graphicsmagick: for raster image support (WRasterImage)'
'pango: for advanced font rendering (WRasterImage)'
'mysql++: for the hangman example'
-   'qt: for the Wt/Qt interopability example (wtwithqt)')
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
 backup=('etc/wt/wt_config.xml')
 source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
-md5sums=('58922ba5d68104880adbe2e022132fb5')
+md5sums=('b2331942ad01c4fda376abf30c6a503a')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}
 
   [[ -d build ]]  rm -r build
   mkdir -p build  cd build
-  cmake \
+  CXX=clang++ cmake \
   -DCONNECTOR_HTTP=ON \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DWEBUSER=http \



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

2013-04-10 Thread Sven-Hendrik Haase
Date: Wednesday, April 10, 2013 @ 10:22:45
  Author: svenstaro
Revision: 88025

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

Added:
  wt/repos/community-i686/PKGBUILD
(from rev 88024, wt/trunk/PKGBUILD)
  wt/repos/community-x86_64/PKGBUILD
(from rev 88024, wt/trunk/PKGBUILD)
Deleted:
  wt/repos/community-i686/PKGBUILD
  wt/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  112 
 community-i686/PKGBUILD   |   53 
 community-x86_64/PKGBUILD |   53 
 3 files changed, 112 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-10 08:22:30 UTC (rev 88024)
+++ community-i686/PKGBUILD 2013-04-10 08:22:45 UTC (rev 88025)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Denis Martinez deuns.marti...@gmail.com
-
-pkgname=wt
-pkgver=3.2.3
-_pkgver=3.2.3
-pkgrel=6
-pkgdesc=a C++ library and application server for developing and deploying web 
applications
-arch=('i686' 'x86_64')
-url=http://www.webtoolkit.eu/;
-license=('GPL')
-depends=('boost-libs' 'libharu')
-makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt5-base')
-optdepends=('openssl: for SSL support in built-in webserver'
-   'zlib: for compression in HTTP protocol'
-   'fcgi: for FastCGI support'
-   'postgresql-libs: for PostgreSQL Dbo support'
-   'sqlite: for Sqlite Dbo support'
-   'graphicsmagick: for raster image support (WRasterImage)'
-   'pango: for advanced font rendering (WRasterImage)'
-   'mysql++: for the hangman example'
-   'qt: for the Wt/Qt interopability example (wtwithqt)')
-backup=('etc/wt/wt_config.xml')
-source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
-md5sums=('58922ba5d68104880adbe2e022132fb5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-
-  [[ -d build ]]  rm -r build
-  mkdir -p build  cd build
-  cmake \
-  -DCONNECTOR_HTTP=ON \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DWEBUSER=http \
-  -DWEBGROUP=http \
-  -DUSE_SYSTEM_SQLITE3=ON \
-  -DINSTALL_EXAMPLES=ON \
-  ..
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}/build
-  make DESTDIR=${pkgdir} install
-
-  mkdir -p ${pkgdir}/usr/share/cmake-2.8/Modules
-  mv ${pkgdir}/usr/cmake/FindWt.cmake ${pkgdir}/usr/share/cmake-2.8/Modules/
-  rm -r ${pkgdir}/usr/cmake
-  rm -rf $pkgdir/var/run
-}

Copied: wt/repos/community-i686/PKGBUILD (from rev 88024, wt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-10 08:22:45 UTC (rev 88025)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Denis Martinez deuns.marti...@gmail.com
+
+# TODO: Remove this note and change back to gcc once gcc 4.8.1 is out
+# It fixes a segfault while building the examples.
+
+pkgname=wt
+pkgver=3.3.0
+_pkgver=3.3.0
+pkgrel=1
+pkgdesc=a C++ library and application server for developing and deploying web 
applications
+arch=('i686' 'x86_64')
+url=http://www.webtoolkit.eu/;
+license=('GPL')
+depends=('boost-libs' 'libharu')
+makedepends=('boost' 'cmake=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt4' 'clang')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'zlib: for compression in HTTP protocol'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'graphicsmagick: for raster image support (WRasterImage)'
+   'pango: for advanced font rendering (WRasterImage)'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
+md5sums=('b2331942ad01c4fda376abf30c6a503a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]]  rm -r build
+  mkdir -p build  cd build
+  CXX=clang++ cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  mkdir -p ${pkgdir}/usr/share/cmake-2.8/Modules
+  mv ${pkgdir}/usr/cmake/FindWt.cmake ${pkgdir}/usr/share/cmake-2.8/Modules/
+  rm -r ${pkgdir}/usr/cmake
+  rm -rf $pkgdir/var/run
+}

Deleted: 

[arch-commits] Commit in avr-binutils/trunk (3 files)

2013-04-10 Thread Jakob Gruber
Date: Wednesday, April 10, 2013 @ 10:26:34
  Author: schuay
Revision: 88026

avr-binutils-2.23.2-1

Added:
  avr-binutils/trunk/avr-binutils.install
  avr-binutils/trunk/binutils-2.23.2-texinfo-5.0.patch
Modified:
  avr-binutils/trunk/PKGBUILD

---+
 PKGBUILD  |   56 +++-
 avr-binutils.install  |   17 +++
 binutils-2.23.2-texinfo-5.0.patch |  162 
 3 files changed, 214 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 08:22:45 UTC (rev 88025)
+++ PKGBUILD2013-04-10 08:26:34 UTC (rev 88026)
@@ -7,60 +7,70 @@
 # Build order: avr-binutils - avr-gcc - avr-libc
 
 pkgname=avr-binutils
-pkgver=2.23
-pkgrel=2
-_pkgname=binutils
-pkgdesc=A set of programs to assemble and manipulate binary and object files 
for the avr architecture
+pkgver=2.23.2
+pkgrel=1
+pkgdesc=A set of programs to assemble and manipulate binary and object files 
for the AVR architecture
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/binutils/;
 license=('GPL')
-depends=('glibc=2.16' 'zlib')
+depends=('glibc=2.17' 'zlib' 'binutils')
 provides=(binutils-avr=$pkgver)
 replaces=('binutils-avr')
 options=('!libtool' '!distcc' '!ccache')
-source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz;
-avr-size.patch)
+install=avr-binutils.install
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
+binutils-2.23.2-texinfo-5.0.patch
+avr-size.patch)
 
 _builddir=binutils-build
 
 build() {
-cd ${srcdir}/${_pkgname}-${pkgver}
+cd ${srcdir}/binutils-${pkgver}
 
 # See https://bugs.archlinux.org/task/32504
 patch -Np0  ${srcdir}/avr-size.patch
 
+# http://sourceware.org/git/?p=binutils.git;a=patch;h=e02bf935
+# http://sourceware.org/git/?p=binutils.git;a=patch;h=935f8542
+patch -p1 -i ${srcdir}/binutils-2.23.2-texinfo-5.0.patch
+
+# https://bugs.archlinux.org/task/34629
+sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ libiberty/configure
+
 config_guess=$(./config.guess)
 
 cd ${srcdir}
 rm -rf ${_builddir}
 mkdir ${_builddir}  cd ${_builddir}
 
-[[ $CARCH == x86_64 ]]  CONFIGFLAG=--enable-64-bit-bfd 
--disable-multilib
-
-${srcdir}/${_pkgname}-${pkgver}/configure \
+${srcdir}/binutils-${pkgver}/configure \
 --prefix=/usr \
+--with-lib-path=/usr/lib:/usr/local/lib \
+--with-bugurl=https://bugs.archlinux.org/ \
+--enable-ld=default \
+--enable-gold \
+--enable-plugins \
+--enable-threads \
+--with-pic \
+--enable-shared \
+--disable-werror \
+--disable-multilib \
 --build=${config_guess} \
---disable-nls \
---enable-install-libbfd \
---includedir=/usr/${config_guess}/include \
---infodir=/usr/share/info \
---libdir=/usr/lib \
---mandir=/usr/share/man \
 --target=avr \
 $CONFIGFLAG
 
 # This checks the host environment and makes sure all the necessary tools 
are available to compile Binutils.
 make configure-host
 
-make tooldir=${pkgdir}/usr
+make tooldir=/usr
 }
 
 package() {
 cd ${srcdir}/${_builddir}
 
-make DESTDIR=${pkgdir} tooldir=/usr install
+make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
 
-rm -f ${pkgdir}/usr/lib/libiberty.a
+rm ${pkgdir}/usr/lib/libiberty.a
 
 for bin in ar as nm objcopy objdump ranlib strip ; do
 rm -f ${pkgdir}/usr/bin/${bin}
@@ -69,7 +79,11 @@
 for info in as bfd binutils configure gprof ld standards; do
 mv ${pkgdir}/usr/share/info/${info}.info 
${pkgdir}/usr/share/info/avr-${info}.info
 done
+
+rm -rf ${pkgdir}/usr/share/locale
 }
 
-md5sums=('ed58f50d8920c3f1d9cb110d5c972c27'
+md5sums=('4f8fa651e35ef262edc01d60fb45702e'
+ 'SKIP'
+ '34e439ce23213a91e2af872dfbb5094c'
  '573769ec1107d1bfed78680edd7ae63f')

Added: avr-binutils.install
===
--- avr-binutils.install(rev 0)
+++ avr-binutils.install2013-04-10 08:26:34 UTC (rev 88026)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+filelist=(avr-as.info avr-bfd.info avr-binutils.info avr-configure.info 
avr-gprof.info avr-ld.info avr-standards.info)
+
+post_upgrade() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+

Added: binutils-2.23.2-texinfo-5.0.patch
===
--- binutils-2.23.2-texinfo-5.0.patch   (rev 0)
+++ 

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

2013-04-10 Thread Jelle van der Waa
Date: Wednesday, April 10, 2013 @ 10:37:44
  Author: jelle
Revision: 88027

upgpkg: python-scipy 0.12.0-1

Modified:
  python-scipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 08:26:34 UTC (rev 88026)
+++ PKGBUILD2013-04-10 08:37:44 UTC (rev 88027)
@@ -6,15 +6,16 @@
 # Contributor: Andrzej Giniewicz ggi...@gmail.com
 
 pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.11.0
-pkgrel=4
+pkgver=0.12.0
+pkgrel=1
 pkgdesc=SciPy is open-source software for mathematics, science, and 
engineering.
 arch=('i686' 'x86_64')
 url=http://www.scipy.org/;
 license=('BSD')
 makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy')
 checkdepends=('python-nose' 'python2-nose')
-source=(http://downloads.sourceforge.net/scipy/scipy-${pkgver}.tar.gz; 
http://pkgbuild.com/~jelle/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch.xz;)
+source=(http://downloads.sourceforge.net/scipy/scipy-${pkgver}.tar.gz; )
+# 
http://pkgbuild.com/~jelle/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch.xz;)
 
 build() {
   unset LDFLAGS
@@ -29,7 +30,7 @@
 
   # build for python3
   cd scipy-${pkgver}
-  patch -Np1   -i 
$srcdir/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch
+#patch -Np1   -i $srcdir/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch
   python3 setup.py config_fc --fcompiler=gnu95 build
 
   # build for python2
@@ -80,5 +81,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
-md5sums=('842c81d35fd63579c41a8ca21a2419b9'
- '20d41a597ebfb260d777597e431a7a20')
+md5sums=('8fb4da324649f655e8557ea92b998786')



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

2013-04-10 Thread Jelle van der Waa
Date: Wednesday, April 10, 2013 @ 10:38:47
  Author: jelle
Revision: 88028

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

Added:
  python-scipy/repos/community-i686/PKGBUILD
(from rev 88027, python-scipy/trunk/PKGBUILD)
  python-scipy/repos/community-x86_64/PKGBUILD
(from rev 88027, python-scipy/trunk/PKGBUILD)
Deleted:
  python-scipy/repos/community-i686/PKGBUILD
  python-scipy/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  168 
 community-i686/PKGBUILD   |   84 --
 community-x86_64/PKGBUILD |   84 --
 3 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-10 08:37:44 UTC (rev 88027)
+++ community-i686/PKGBUILD 2013-04-10 08:38:47 UTC (rev 88028)
@@ -1,84 +0,0 @@
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: Bodor Dávid Gábor david.gabor.bo...@gmail.com
-# Contributor: Andrzej Giniewicz ggi...@gmail.com
-
-pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.11.0
-pkgrel=4
-pkgdesc=SciPy is open-source software for mathematics, science, and 
engineering.
-arch=('i686' 'x86_64')
-url=http://www.scipy.org/;
-license=('BSD')
-makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy')
-checkdepends=('python-nose' 'python2-nose')
-source=(http://downloads.sourceforge.net/scipy/scipy-${pkgver}.tar.gz; 
http://pkgbuild.com/~jelle/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch.xz;)
-
-build() {
-  unset LDFLAGS
-  unset FFLAGS
-
-  # Changing the arithmetic parameter (Thanks to Fabrizio Castellano)
-  sed -i s/\#define\ UNK\ 1/\#define\ IBMPC\ 1/ \
-scipy-${pkgver}/scipy/special/cephes/mconf.h
-
-  # 2 builds
-  cp -r scipy-${pkgver} scipy-${pkgver}-py2
-
-  # build for python3
-  cd scipy-${pkgver}
-  patch -Np1   -i 
$srcdir/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch
-  python3 setup.py config_fc --fcompiler=gnu95 build
-
-  # build for python2
-  cd ../scipy-${pkgver}-py2
-
-  for file in $(find . -name '*.py' -print); do
-   sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-   sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  python2 setup.py config_fc --fcompiler=gnu95 build
-}
-
-check() {
-  cd scipy-${pkgver}
-# figure out how to run tests in the source tree easily
-#  python -c from scipy import test; test('full')
-
-  cd ../scipy-${pkgver}-py2
-# figure out how to run tests in the source tree easily
-#  python2 -c from scipy import test; test('full')
-}
-
-package_python-scipy() {
-  depends=('python-numpy')
-  provides=('python3-scipy' 'scipy')
-
-  cd scipy-${pkgver}
-
-  python3 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSE.txt \
-${pkgdir}/usr/share/licenses/python-scipy/LICENSE
-}
-
-package_python2-scipy() {
-  depends=('python2-numpy')
-  conflicts=('python-scipy0.9.0')
-
-  cd scipy-${pkgver}-py2
-
-  python2 setup.py config_fc --fcompiler=gnu95 install \
---prefix=/usr --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSE.txt \
-${pkgdir}/usr/share/licenses/python2-scipy/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('842c81d35fd63579c41a8ca21a2419b9'
- '20d41a597ebfb260d777597e431a7a20')

Copied: python-scipy/repos/community-i686/PKGBUILD (from rev 88027, 
python-scipy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-10 08:38:47 UTC (rev 88028)
@@ -0,0 +1,84 @@
+# Maintainer: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: Bodor Dávid Gábor david.gabor.bo...@gmail.com
+# Contributor: Andrzej Giniewicz ggi...@gmail.com
+
+pkgname=('python-scipy' 'python2-scipy')
+pkgver=0.12.0
+pkgrel=1
+pkgdesc=SciPy is open-source software for mathematics, science, and 
engineering.
+arch=('i686' 'x86_64')
+url=http://www.scipy.org/;
+license=('BSD')
+makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy')
+checkdepends=('python-nose' 'python2-nose')
+source=(http://downloads.sourceforge.net/scipy/scipy-${pkgver}.tar.gz; )
+# 
http://pkgbuild.com/~jelle/0001-GEN-regenerate-C-sources-with-Cython-0.17.1.patch.xz;)
+
+build() {
+  unset LDFLAGS
+  unset FFLAGS
+
+  # Changing the arithmetic parameter (Thanks to Fabrizio Castellano)
+  sed -i s/\#define\ UNK\ 1/\#define\ IBMPC\ 1/ \
+scipy-${pkgver}/scipy/special/cephes/mconf.h
+
+  # 2 

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

2013-04-10 Thread Sven-Hendrik Haase
Date: Wednesday, April 10, 2013 @ 10:41:21
  Author: svenstaro
Revision: 88029

upgpkg: teamspeak3 3.0.10.1-1

Updating to 3.0.10.1

Modified:
  teamspeak3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 08:38:47 UTC (rev 88028)
+++ PKGBUILD2013-04-10 08:41:21 UTC (rev 88029)
@@ -3,8 +3,8 @@
 # Contributor: J.W. Birdsong  jwbirdsongATmailDOTcom
 
 pkgname=teamspeak3
-pkgver=3.0.10
-pkgrel=2
+pkgver=3.0.10.1
+pkgrel=1
 pkgdesc=TeamSpeak is software for quality voice communication via the 
Internet
 url=http://www.teamspeak.com/;
 license=('custom')
@@ -15,8 +15,8 @@
 'teamspeak3.desktop'
 'icon.xpm'
 'teamspeak3.launcher')
-md5sums=('1a0f4fa7effca1419d74f7bac2c9a8e4'
- '73f0328f4d64150b6465932e624725df'
+md5sums=('0ca4bbcda70630126b2e7c7531506d9f'
+ 'e6321e1f64c465eb6e54ecf65917c2b6'
  '98e987a42511f159fa2228f5e0bffed1'
  '19f103384e4c1a0aafc8fed44de0c87b'
  '170fcbb1b468ce4f3dba7ee3fb2a1c6d')



[arch-commits] Commit in teamspeak3/repos (20 files)

2013-04-10 Thread Sven-Hendrik Haase
Date: Wednesday, April 10, 2013 @ 10:41:45
  Author: svenstaro
Revision: 88030

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

Added:
  teamspeak3/repos/community-i686/PERMISSION.eml
(from rev 88029, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-i686/PKGBUILD
(from rev 88029, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-i686/icon.xpm
(from rev 88029, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-i686/teamspeak3.desktop
(from rev 88029, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-i686/teamspeak3.launcher
(from rev 88029, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-x86_64/PERMISSION.eml
(from rev 88029, teamspeak3/trunk/PERMISSION.eml)
  teamspeak3/repos/community-x86_64/PKGBUILD
(from rev 88029, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-x86_64/icon.xpm
(from rev 88029, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
(from rev 88029, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-x86_64/teamspeak3.launcher
(from rev 88029, teamspeak3/trunk/teamspeak3.launcher)
Deleted:
  teamspeak3/repos/community-i686/PERMISSION.eml
  teamspeak3/repos/community-i686/PKGBUILD
  teamspeak3/repos/community-i686/icon.xpm
  teamspeak3/repos/community-i686/teamspeak3.desktop
  teamspeak3/repos/community-i686/teamspeak3.launcher
  teamspeak3/repos/community-x86_64/PERMISSION.eml
  teamspeak3/repos/community-x86_64/PKGBUILD
  teamspeak3/repos/community-x86_64/icon.xpm
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
  teamspeak3/repos/community-x86_64/teamspeak3.launcher

--+
 /PKGBUILD|  134 +
 /teamspeak3.desktop  |   22 +
 /teamspeak3.launcher |   12 ++
 community-i686/PKGBUILD  |   67 
 community-i686/teamspeak3.desktop|   11 --
 community-i686/teamspeak3.launcher   |6 -
 community-x86_64/PKGBUILD|   67 
 community-x86_64/teamspeak3.desktop  |   11 --
 community-x86_64/teamspeak3.launcher |6 -
 9 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-i686/PERMISSION.eml
===
(Binary files differ)

Copied: teamspeak3/repos/community-i686/PERMISSION.eml (from rev 88029, 
teamspeak3/trunk/PERMISSION.eml)
===
(Binary files differ)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-10 08:41:21 UTC (rev 88029)
+++ community-i686/PKGBUILD 2013-04-10 08:41:45 UTC (rev 88030)
@@ -1,67 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Slash demodevil5[at]yahoo[dot]com
-# Contributor: J.W. Birdsong  jwbirdsongATmailDOTcom
-
-pkgname=teamspeak3
-pkgver=3.0.10
-pkgrel=2
-pkgdesc=TeamSpeak is software for quality voice communication via the 
Internet
-url=http://www.teamspeak.com/;
-license=('custom')
-depends=('qt4' 'libpulse')
-arch=('i686' 'x86_64')
-source=(http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run;
-
http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run;
-'teamspeak3.desktop'
-'icon.xpm'
-'teamspeak3.launcher')
-md5sums=('1a0f4fa7effca1419d74f7bac2c9a8e4'
- '73f0328f4d64150b6465932e624725df'
- '98e987a42511f159fa2228f5e0bffed1'
- '19f103384e4c1a0aafc8fed44de0c87b'
- '170fcbb1b468ce4f3dba7ee3fb2a1c6d')
-
-[[ $CARCH == i686 ]]  _TSARCH='x86'
-[[ $CARCH == x86_64 ]]  _TSARCH='amd64'
-
-package() {
-  cd ${srcdir}
-
-  # Create Destination Directories
-  install -d ${pkgdir}/{usr/bin/,opt/}
-
-  # Make Installer Executable
-  chmod +x TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run
-
-  # Run Installer
-  ./TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --noexec --target 
teamspeak3
-
-  # Move Program Data to Package Directory
-  mv ${srcdir}/teamspeak3/ ${pkgdir}/opt/
-
-  # Remove Bundled Qt Libraries and Symlink system libraries to TS3 Directory
-  rm ${pkgdir}/opt/teamspeak3/libQt*
-  ln -s /usr/lib/libQtCore.so.4${pkgdir}/opt/teamspeak3/libQtCore.so.4
-  ln -s /usr/lib/libQtGui.so.4 ${pkgdir}/opt/teamspeak3/libQtGui.so.4
-  ln -s /usr/lib/libQtNetwork.so.4 ${pkgdir}/opt/teamspeak3/libQtNetwork.so.4
-
-  # Fix FS#34190
-  sed -i /export QTDIR.*/d ${pkgdir}/opt/teamspeak3/ts3client_runscript.sh
-  sed -i /export QT_PLUGIN_PATH*/d 
${pkgdir}/opt/teamspeak3/ts3client_runscript.sh
-  
-  # Fix FS#34189
-  rm ${pkgdir}/opt/teamspeak3/qt.conf
-
-  # Install Desktop File
-  install -D -m644 $srcdir/teamspeak3.desktop 
${pkgdir}/usr/share/applications/teamspeak3.desktop
-
-  # Install Icon File
- 

[arch-commits] Commit in (5 files)

2013-04-10 Thread Timothy Redaelli
Date: Wednesday, April 10, 2013 @ 12:23:23
  Author: tredaelli
Revision: 88031

Add bfgminer

Added:
  bfgminer/
  bfgminer/repos/
  bfgminer/trunk/
  bfgminer/trunk/PKGBUILD
  bfgminer/trunk/change-kernel-path.patch

--+
 PKGBUILD |   36 
 change-kernel-path.patch |   98 +
 2 files changed, 134 insertions(+)

Added: bfgminer/trunk/PKGBUILD
===
--- bfgminer/trunk/PKGBUILD (rev 0)
+++ bfgminer/trunk/PKGBUILD 2013-04-10 10:23:23 UTC (rev 88031)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+
+pkgname=bfgminer
+pkgver=3.0.0
+pkgrel=1
+pkgdesc=Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining.
+arch=('i686' 'x86_64')
+depends=('curl' 'jansson' 'ncurses')
+makedepends=('make' )
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
+'opencl-catalyst: OpenCL implementation for AMD')
+url='https://bitcointalk.org/index.php?topic=168174.0'
+license=('GPL3')
+source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.tbz2
+change-kernel-path.patch)
+sha256sums=('86f7f977ed57b8d61c728f88a3e5962aa1df0723d667c45b1e1bfa5152292400'
+'a551f73a430809a9b13bb535a503d24f8fd6d35a07bc579b5616d270a1bbf369')
+
+[[ $CARCH == x86_64 ]]  makedepends+=('yasm')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -p0  ${srcdir}/change-kernel-path.patch
+  autoreconf -fi
+  ./configure --prefix=/usr --enable-cpumining --enable-scrypt
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Added: bfgminer/trunk/change-kernel-path.patch
===
--- bfgminer/trunk/change-kernel-path.patch (rev 0)
+++ bfgminer/trunk/change-kernel-path.patch 2013-04-10 10:23:23 UTC (rev 
88031)
@@ -0,0 +1,98 @@
+--- /dev/null
 m4/as-ac-expand.m4
+@@ -0,0 +1,49 @@
++dnl as-ac-expand.m4 0.2.1
++dnl autostars m4 macro for expanding directories using configure's prefix
++dnl tho...@apestaart.org
++
++dnl AS_AC_EXPAND(VAR, CONFIGURE_VAR)
++dnl example
++dnl AS_AC_EXPAND(SYSCONFDIR, $sysconfdir)
++dnl will set SYSCONFDIR to /usr/local/etc if prefix=/usr/local
++dnl Note: when using $prefix or $exec_prefix, avoid it expanding to NONE
++dnl by calling it like this:
++dnl AS_AC_EXPAND(PYTHONLIBDIR, 
\${exec_prefix}/lib/python$PYVER/site-packages)
++
++AC_DEFUN([AS_AC_EXPAND],
++[
++  EXP_VAR=[$1]
++  FROM_VAR=[$2]
++
++  dnl echo DEBUG: expand FROM_VAR $FROM_VAR
++
++  dnl first expand prefix and exec_prefix if necessary
++  prefix_save=$prefix
++  exec_prefix_save=$exec_prefix
++
++  dnl if no prefix given, then use /usr/local, the default prefix
++  if test x$prefix = xNONE; then
++prefix=$ac_default_prefix
++  fi
++  dnl if no exec_prefix given, then use prefix
++  if test x$exec_prefix = xNONE; then
++exec_prefix=$prefix
++  fi
++
++  full_var=$FROM_VAR
++  dnl loop until it doesn't change anymore
++  while true; do
++dnl echo DEBUG: full_var: $full_var
++new_full_var=`eval echo $full_var`
++if test x$new_full_var = x$full_var; then break; fi
++full_var=$new_full_var
++  done
++
++  dnl clean up
++  full_var=$new_full_var
++  AC_SUBST([$1], $full_var)
++
++  dnl restore prefix and exec_prefix
++  prefix=$prefix_save
++  exec_prefix=$exec_prefix_save
++])
+--- configure.ac.orig
 configure.ac
+@@ -655,7 +655,8 @@
+   prefix=/usr/local
+ fi
+ 
+-AC_DEFINE_UNQUOTED([CGMINER_PREFIX], [$prefix/bin], [Path to bfgminer 
install])
++AS_AC_EXPAND(DATAROOTDIR, $datarootdir)
++AC_DEFINE_UNQUOTED([CGMINER_PREFIX], [$DATAROOTDIR/bfgminer], [Path to 
bfgminer install])
+ 
+ AC_DEFINE_UNQUOTED([PHATK_KERNNAME], [phatk121016], [Filename for phatk 
kernel])
+ AC_DEFINE_UNQUOTED([POCLBM_KERNNAME], [poclbm121016], [Filename for poclbm 
kernel])
+--- Makefile.am.orig
 Makefile.am
+@@ -13,7 +13,7 @@
+ 
+ bin_PROGRAMS  = bfgminer
+ 
+-bin_SCRIPTS   = *.cl
++pkgdata_SCRIPTS   = *.cl
+ 
+ bfgminer_LDFLAGS  = $(PTHREAD_FLAGS)
+ bfgminer_LDADD= $(DLOPEN_FLAGS) @LIBCURL_LIBS@ @JANSSON_LIBS@ 
@PTHREAD_LIBS@ \
+@@ -117,19 +117,19 @@
+ 
+ if HAS_MODMINER
+ bfgminer_SOURCES += driver-modminer.c
+-bitstreamsdir = $(bindir)/bitstreams
++bitstreamsdir = $(pkgdatadir)/bitstreams
+ dist_bitstreams_DATA = bitstreams/*
+ endif
+ 
+ if HAS_X6500
+ bfgminer_SOURCES += driver-x6500.c ft232r.c ft232r.h jtag.c jtag.h
+-bitstreamsdir = $(bindir)/bitstreams
++bitstreamsdir = $(pkgdatadir)/bitstreams
+ dist_bitstreams_DATA = bitstreams/*
+ endif
+ 
+ if HAS_ZTEX
+ bfgminer_SOURCES += driver-ztex.c libztex.c libztex.h
+-bitstreamsdir = $(bindir)/bitstreams
++bitstreamsdir = $(pkgdatadir)/bitstreams

[arch-commits] Commit in bfgminer/trunk (PKGBUILD remove-dangerous-rpath.patch)

2013-04-10 Thread Timothy Redaelli
Date: Wednesday, April 10, 2013 @ 12:42:24
  Author: tredaelli
Revision: 88032

upgpkg: bfgminer 3.0.0-1

Added:
  bfgminer/trunk/remove-dangerous-rpath.patch
Modified:
  bfgminer/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 remove-dangerous-rpath.patch |   11 +++
 2 files changed, 18 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 10:23:23 UTC (rev 88031)
+++ PKGBUILD2013-04-10 10:42:24 UTC (rev 88032)
@@ -7,16 +7,18 @@
 pkgrel=1
 pkgdesc=Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining.
 arch=('i686' 'x86_64')
-depends=('curl' 'jansson' 'ncurses')
-makedepends=('make' )
+depends=('curl' 'jansson')
 optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
 'opencl-catalyst: OpenCL implementation for AMD')
 url='https://bitcointalk.org/index.php?topic=168174.0'
 license=('GPL3')
+options=(!libtool)
 
source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.tbz2
-change-kernel-path.patch)
+change-kernel-path.patch
+remove-dangerous-rpath.patch)
 sha256sums=('86f7f977ed57b8d61c728f88a3e5962aa1df0723d667c45b1e1bfa5152292400'
-'a551f73a430809a9b13bb535a503d24f8fd6d35a07bc579b5616d270a1bbf369')
+'a551f73a430809a9b13bb535a503d24f8fd6d35a07bc579b5616d270a1bbf369'
+'2c6d09a5e567f5099c9b117415013bf28e7b7aa75c436515d28bc7640f905db2')
 
 [[ $CARCH == x86_64 ]]  makedepends+=('yasm')
 
@@ -24,6 +26,7 @@
   cd $srcdir/$pkgname-$pkgver
 
   patch -p0  ${srcdir}/change-kernel-path.patch
+  patch -p0  ${srcdir}/remove-dangerous-rpath.patch
   autoreconf -fi
   ./configure --prefix=/usr --enable-cpumining --enable-scrypt
   make

Added: remove-dangerous-rpath.patch
===
--- remove-dangerous-rpath.patch(rev 0)
+++ remove-dangerous-rpath.patch2013-04-10 10:42:24 UTC (rev 88032)
@@ -0,0 +1,11 @@
+--- Makefile.am.orig
 Makefile.am
+@@ -38,7 +38,7 @@
+ if NEED_LIBBLKMAKER
+ SUBDIRS   += libblkmaker
+ bfgminer_CPPFLAGS += -Ilibblkmaker
+-bfgminer_LDFLAGS  += -Llibblkmaker/.libs -Wl,-rpath,libblkmaker/.libs
++bfgminer_LDFLAGS  += -Llibblkmaker/.libs
+ bfgminer_LDADD+= -lblkmaker_jansson-0.1 -lblkmaker-0.1
+ 
+ if HAVE_CYGWIN



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

2013-04-10 Thread Timothy Redaelli
Date: Wednesday, April 10, 2013 @ 12:42:57
  Author: tredaelli
Revision: 88033

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

Added:
  bfgminer/repos/community-i686/
  bfgminer/repos/community-i686/PKGBUILD
(from rev 88032, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-i686/change-kernel-path.patch
(from rev 88032, bfgminer/trunk/change-kernel-path.patch)
  bfgminer/repos/community-i686/remove-dangerous-rpath.patch
(from rev 88032, bfgminer/trunk/remove-dangerous-rpath.patch)
  bfgminer/repos/community-x86_64/
  bfgminer/repos/community-x86_64/PKGBUILD
(from rev 88032, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-x86_64/change-kernel-path.patch
(from rev 88032, bfgminer/trunk/change-kernel-path.patch)
  bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch
(from rev 88032, bfgminer/trunk/remove-dangerous-rpath.patch)

---+
 community-i686/PKGBUILD   |   39 +
 community-i686/change-kernel-path.patch   |   98 
 community-i686/remove-dangerous-rpath.patch   |   11 ++
 community-x86_64/PKGBUILD |   39 +
 community-x86_64/change-kernel-path.patch |   98 
 community-x86_64/remove-dangerous-rpath.patch |   11 ++
 6 files changed, 296 insertions(+)

Copied: bfgminer/repos/community-i686/PKGBUILD (from rev 88032, 
bfgminer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-10 10:42:57 UTC (rev 88033)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+
+pkgname=bfgminer
+pkgver=3.0.0
+pkgrel=1
+pkgdesc=Bitcoin miner featuring overclocking, monitoring, fan speed control 
and remote management. For FPGA/GPU/CPU Bitcoin mining.
+arch=('i686' 'x86_64')
+depends=('curl' 'jansson')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
+'opencl-catalyst: OpenCL implementation for AMD')
+url='https://bitcointalk.org/index.php?topic=168174.0'
+license=('GPL3')
+options=(!libtool)
+source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.tbz2
+change-kernel-path.patch
+remove-dangerous-rpath.patch)
+sha256sums=('86f7f977ed57b8d61c728f88a3e5962aa1df0723d667c45b1e1bfa5152292400'
+'a551f73a430809a9b13bb535a503d24f8fd6d35a07bc579b5616d270a1bbf369'
+'2c6d09a5e567f5099c9b117415013bf28e7b7aa75c436515d28bc7640f905db2')
+
+[[ $CARCH == x86_64 ]]  makedepends+=('yasm')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -p0  ${srcdir}/change-kernel-path.patch
+  patch -p0  ${srcdir}/remove-dangerous-rpath.patch
+  autoreconf -fi
+  ./configure --prefix=/usr --enable-cpumining --enable-scrypt
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Copied: bfgminer/repos/community-i686/change-kernel-path.patch (from rev 88032, 
bfgminer/trunk/change-kernel-path.patch)
===
--- community-i686/change-kernel-path.patch (rev 0)
+++ community-i686/change-kernel-path.patch 2013-04-10 10:42:57 UTC (rev 
88033)
@@ -0,0 +1,98 @@
+--- /dev/null
 m4/as-ac-expand.m4
+@@ -0,0 +1,49 @@
++dnl as-ac-expand.m4 0.2.1
++dnl autostars m4 macro for expanding directories using configure's prefix
++dnl tho...@apestaart.org
++
++dnl AS_AC_EXPAND(VAR, CONFIGURE_VAR)
++dnl example
++dnl AS_AC_EXPAND(SYSCONFDIR, $sysconfdir)
++dnl will set SYSCONFDIR to /usr/local/etc if prefix=/usr/local
++dnl Note: when using $prefix or $exec_prefix, avoid it expanding to NONE
++dnl by calling it like this:
++dnl AS_AC_EXPAND(PYTHONLIBDIR, 
\${exec_prefix}/lib/python$PYVER/site-packages)
++
++AC_DEFUN([AS_AC_EXPAND],
++[
++  EXP_VAR=[$1]
++  FROM_VAR=[$2]
++
++  dnl echo DEBUG: expand FROM_VAR $FROM_VAR
++
++  dnl first expand prefix and exec_prefix if necessary
++  prefix_save=$prefix
++  exec_prefix_save=$exec_prefix
++
++  dnl if no prefix given, then use /usr/local, the default prefix
++  if test x$prefix = xNONE; then
++prefix=$ac_default_prefix
++  fi
++  dnl if no exec_prefix given, then use prefix
++  if test x$exec_prefix = xNONE; then
++exec_prefix=$prefix
++  fi
++
++  full_var=$FROM_VAR
++  dnl loop until it doesn't change anymore
++  while true; do
++dnl echo DEBUG: full_var: $full_var
++new_full_var=`eval echo $full_var`
++if test x$new_full_var = x$full_var; then break; fi
++full_var=$new_full_var
++  done
++
++  dnl clean up
++  full_var=$new_full_var
++  AC_SUBST([$1], $full_var)
++
++  dnl restore prefix and exec_prefix
++  prefix=$prefix_save
++  exec_prefix=$exec_prefix_save
++])
+--- configure.ac.orig
 configure.ac
+@@ -655,7 +655,8 @@
+   prefix=/usr/local
+ fi
+ 

[arch-commits] Commit in metacity/trunk (3 files)

2013-04-10 Thread Balló György
Date: Wednesday, April 10, 2013 @ 12:46:34
  Author: bgyorgy
Revision: 88034

upgpkg: metacity 2.34.13-3

Fix two annoying bugs (FS#32578)

Added:
  metacity/trunk/fix_force_quit.patch
  metacity/trunk/fix_shadows.patch
Modified:
  metacity/trunk/PKGBUILD

--+
 PKGBUILD |   41 +
 fix_force_quit.patch |  222 +
 fix_shadows.patch|   39 
 3 files changed, 287 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 10:42:57 UTC (rev 88033)
+++ PKGBUILD2013-04-10 10:46:34 UTC (rev 88034)
@@ -1,30 +1,41 @@
 # $Id$
-# Maintainer:
+# Maintainer: Balló György ballogyor+arch at gmail dot com
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=metacity
 pkgver=2.34.13
-pkgrel=2
+pkgrel=3
 pkgdesc=Legacy GNOME window manager
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dconf gtk2 gsettings-desktop-schemas libcanberra  libgtop libsm 
startup-notification zenity)
-makedepends=(intltool yelp-tools)
-url=http://www.gnome.org;
-options=('!libtool' '!emptydirs')
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'gsettings-desktop-schemas' 'gtk2' 
'startup-notification' 'zenity')
+makedepends=('intltool' 'itstool')
+url=https://live.gnome.org/Metacity;
+options=('!libtool')
 install=metacity.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-fix_compositing_startup.patch)
+fix_compositing_startup.patch
+fix_force_quit.patch
+fix_shadows.patch)
 sha256sums=('8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075'
-'5094a0ffe3eb8289ed752829877c2e1b743eddf938ad3fc92fb4574b42765ae2')
+'5094a0ffe3eb8289ed752829877c2e1b743eddf938ad3fc92fb4574b42765ae2'
+'917760ac3375894ebb4052dfc7c8dff1ac556fb81033d7a7caf02123ceede50d'
+'a0981477e9b3fd108fd03b7637bfd1f17a1f6cb13ec703d86b424b55076096f3')
 
 build() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ${srcdir}/fix_compositing_startup.patch
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/metacity \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=658036
+  patch -Np1 -i $srcdir/fix_compositing_startup.patch
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=687938
+  patch -Np1 -i $srcdir/fix_force_quit.patch
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=648340
+  patch -Np1 -i $srcdir/fix_shadows.patch
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-static --disable-schemas-compile
   make
 }
 

Added: fix_force_quit.patch
===
--- fix_force_quit.patch(rev 0)
+++ fix_force_quit.patch2013-04-10 10:46:34 UTC (rev 88034)
@@ -0,0 +1,222 @@
+diff -Naur metacity-2.34.13.orig/src/core/delete.c 
metacity-2.34.13/src/core/delete.c
+--- metacity-2.34.13.orig/src/core/delete.c2011-11-10 15:14:34.0 
+0100
 metacity-2.34.13/src/core/delete.c 2012-11-08 21:36:48.373976906 +0100
+@@ -90,23 +90,41 @@
+   return;
+ }
+ 
+-  window_title = g_locale_from_utf8 (window-title, -1, NULL, NULL, NULL);
++  /* This is to get a better string if the title isn't representable
++   * in the locale encoding; actual conversion to UTF-8 is done inside
++   * meta_show_dialog */
++
++  if (window-title  window-title[0])
++{
++  tmp = g_locale_from_utf8 (window-title, -1, NULL, NULL, NULL);
++  if (tmp == NULL)
++window_title = NULL;
++  else
++window_title = window-title;
++  g_free (tmp);
++}
++  else
++{
++  window_title = NULL;
++}
+ 
+   /* Translators: %s is a window title */
+-  tmp = g_strdup_printf (_(tt%s/tt is not responding.),
+- window_title);
++  if (window_title)
++tmp = g_markup_printf_escaped (_(tt%s/tt is not responding.),
++   window_title);
++  else
++tmp = g_strdup (_(Application is not responding.));
++
+   window_content = g_strdup_printf (
+   bigb%s/b/big\n\ni%s/i,
+   tmp,
+   _(You may choose to wait a short while for it to 
+ continue or force the application to quit entirely.));
+ 
+-  g_free (window_title);
+-
+   dialog_pid =
+ meta_show_dialog (--question,
+-  window_content, 0,
+-  window-screen-number,
++  window_content, NULL,
++  window-screen-screen_name,
+   _(_Wait), _(_Force Quit), window-xwindow,
+   NULL, NULL);
+ 
+diff -Naur metacity-2.34.13.orig/src/core/session.c 
metacity-2.34.13/src/core/session.c
+--- 

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

2013-04-10 Thread Balló György
Date: Wednesday, April 10, 2013 @ 12:46:47
  Author: bgyorgy
Revision: 88035

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  metacity/repos/community-staging-i686/PKGBUILD
(from rev 88034, metacity/trunk/PKGBUILD)
  metacity/repos/community-staging-i686/fix_compositing_startup.patch
(from rev 88034, metacity/trunk/fix_compositing_startup.patch)
  metacity/repos/community-staging-i686/fix_force_quit.patch
(from rev 88034, metacity/trunk/fix_force_quit.patch)
  metacity/repos/community-staging-i686/fix_shadows.patch
(from rev 88034, metacity/trunk/fix_shadows.patch)
  metacity/repos/community-staging-i686/metacity.install
(from rev 88034, metacity/trunk/metacity.install)
  metacity/repos/community-staging-x86_64/PKGBUILD
(from rev 88034, metacity/trunk/PKGBUILD)
  metacity/repos/community-staging-x86_64/fix_compositing_startup.patch
(from rev 88034, metacity/trunk/fix_compositing_startup.patch)
  metacity/repos/community-staging-x86_64/fix_force_quit.patch
(from rev 88034, metacity/trunk/fix_force_quit.patch)
  metacity/repos/community-staging-x86_64/fix_shadows.patch
(from rev 88034, metacity/trunk/fix_shadows.patch)
  metacity/repos/community-staging-x86_64/metacity.install
(from rev 88034, metacity/trunk/metacity.install)
Deleted:
  metacity/repos/community-staging-i686/PKGBUILD
  metacity/repos/community-staging-i686/fix_compositing_startup.patch
  metacity/repos/community-staging-i686/metacity.install
  metacity/repos/community-staging-x86_64/PKGBUILD
  metacity/repos/community-staging-x86_64/fix_compositing_startup.patch
  metacity/repos/community-staging-x86_64/metacity.install

+
 /PKGBUILD  |   90 ++
 /fix_compositing_startup.patch |   24 +
 /metacity.install  |   38 ++
 community-staging-i686/PKGBUILD|   34 --
 community-staging-i686/fix_compositing_startup.patch   |   12 
 community-staging-i686/fix_force_quit.patch|  222 +++
 community-staging-i686/fix_shadows.patch   |   39 ++
 community-staging-i686/metacity.install|   19 -
 community-staging-x86_64/PKGBUILD  |   34 --
 community-staging-x86_64/fix_compositing_startup.patch |   12 
 community-staging-x86_64/fix_force_quit.patch  |  222 +++
 community-staging-x86_64/fix_shadows.patch |   39 ++
 community-staging-x86_64/metacity.install  |   19 -
 13 files changed, 674 insertions(+), 130 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-04-10 10:46:34 UTC (rev 88034)
+++ community-staging-i686/PKGBUILD 2013-04-10 10:46:47 UTC (rev 88035)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=metacity
-pkgver=2.34.13
-pkgrel=2
-pkgdesc=Legacy GNOME window manager
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dconf gtk2 gsettings-desktop-schemas libcanberra  libgtop libsm 
startup-notification zenity)
-makedepends=(intltool yelp-tools)
-url=http://www.gnome.org;
-options=('!libtool' '!emptydirs')
-install=metacity.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-fix_compositing_startup.patch)
-sha256sums=('8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075'
-'5094a0ffe3eb8289ed752829877c2e1b743eddf938ad3fc92fb4574b42765ae2')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ${srcdir}/fix_compositing_startup.patch
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/metacity \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: metacity/repos/community-staging-i686/PKGBUILD (from rev 88034, 
metacity/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-10 10:46:47 UTC (rev 88035)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=metacity
+pkgver=2.34.13
+pkgrel=3
+pkgdesc=Legacy GNOME window manager
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'gsettings-desktop-schemas' 'gtk2' 
'startup-notification' 'zenity')
+makedepends=('intltool' 'itstool')
+url=https://live.gnome.org/Metacity;
+options=('!libtool')
+install=metacity.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+fix_compositing_startup.patch
+fix_force_quit.patch
+  

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

2013-04-10 Thread Evangelos Foutras
Date: Wednesday, April 10, 2013 @ 13:05:19
  Author: foutrelis
Revision: 182411

Reword comment about -Wno-unused-local-typedefs.

Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 07:43:35 UTC (rev 182410)
+++ PKGBUILD2013-04-10 11:05:19 UTC (rev 182411)
@@ -84,7 +84,7 @@
   # CFLAGS are passed through release_extra_cflags below
   export -n CFLAGS CXXFLAGS
 
-  # Silence locally defined but not used warnings in Chromium and WebKit
+  # Silence typedef 'x' locally defined but not used warnings
   CFLAGS+=' -Wno-unused-local-typedefs'
 
   build/gyp_chromium --depth=. \



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

2013-04-10 Thread Balló György
Date: Wednesday, April 10, 2013 @ 14:36:55
  Author: bgyorgy
Revision: 88036

upgpkg: gnome-screensaver 3.6.1-3

Move desktop file out of autostart (upstream patch)

Added:
  gnome-screensaver/trunk/fix-autoconf.patch
  gnome-screensaver/trunk/move-desktop-file.patch
Modified:
  gnome-screensaver/trunk/PKGBUILD
  gnome-screensaver/trunk/gnome-screensaver.pam

-+
 PKGBUILD|   38 +++---
 fix-autoconf.patch  |   12 
 gnome-screensaver.pam   |2 +-
 move-desktop-file.patch |   34 ++
 4 files changed, 70 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 10:46:47 UTC (rev 88035)
+++ PKGBUILD2013-04-10 12:36:55 UTC (rev 88036)
@@ -1,36 +1,44 @@
 # $Id$
-# Maintainer:
+# Maintainer: Balló György ballogyor+arch at gmail dot com
 # Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-screensaver
 pkgver=3.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Legacy GNOME screensaver
-arch=(i686 x86_64)
-license=(GPL)
+arch=('i686' 'x86_64')
+license=('GPL')
 url=http://live.gnome.org/GnomeScreensaver;
 backup=(etc/pam.d/gnome-screensaver)
-depends=(dbus-glib libgnomekbd gnome-desktop gsettings-desktop-schemas 
libsystemd)
-makedepends=(pkgconfig intltool libxss)
-options=(!emptydirs)
+depends=('dbus-glib' 'libgnomekbd' 'gnome-desktop')
+makedepends=('intltool' 'gnome-common')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-   gnome-screensaver.pam)
+   gnome-screensaver.pam
+   move-desktop-file.patch
+   fix-autoconf.patch)
 sha256sums=('f39b78d4f7fed748c7f0a31d694112fb907c6d3c4e63db22eb858df07e962cd0'
-'02423717e226b3127ff7e394bd7e31d2f691126607c88eb12cbb34628a2d90ec')
+'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda'
+'4bb96f62aa069c83b629204a79a3f63b146bcaf773569aee8b5dd23fbcd88974'
+'c4da9c18b543ecbc781c1f103321b324a855bdd0979fd36b437f6033736ad4bb')
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gnome-screensaver \
-  --localstatedir=/var \
-  --with-mit-ext --with-systemd
+  cd $pkgname-$pkgver
 
+  # Upstream patch that moves gnome-screensaver desktop file out of autostart
+  patch -Np1 -i $srcdir/move-desktop-file.patch
+
+  # Fix build
+  patch -Np1 -i $srcdir/fix-autoconf.patch
+
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --with-mit-ext
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
   install -Dm644 ../gnome-screensaver.pam $pkgdir/etc/pam.d/gnome-screensaver
 }

Added: fix-autoconf.patch
===
--- fix-autoconf.patch  (rev 0)
+++ fix-autoconf.patch  2013-04-10 12:36:55 UTC (rev 88036)
@@ -0,0 +1,12 @@
+diff -Naur gnome-screensaver-3.6.1.orig/configure.ac 
gnome-screensaver-3.6.1/configure.ac
+--- gnome-screensaver-3.6.1.orig/configure.ac  2012-10-16 04:28:59.0 
+0200
 gnome-screensaver-3.6.1/configure.ac   2013-04-10 14:24:44.844833193 
+0200
+@@ -10,7 +10,7 @@
+ AM_INIT_AUTOMAKE([1.10 no-dist-gzip dist-xz tar-ustar])
+ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+ 
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ 
+ AM_MAINTAINER_MODE([enable])
+ 

Modified: gnome-screensaver.pam
===
--- gnome-screensaver.pam   2013-04-10 10:46:47 UTC (rev 88035)
+++ gnome-screensaver.pam   2013-04-10 12:36:55 UTC (rev 88036)
@@ -1,3 +1,3 @@
 #%PAM-1.0
 authsubstack system-login
-authoptional pam_gnome_keyring.so
+-authoptional pam_gnome_keyring.so

Added: move-desktop-file.patch
===
--- move-desktop-file.patch (rev 0)
+++ move-desktop-file.patch 2013-04-10 12:36:55 UTC (rev 88036)
@@ -0,0 +1,34 @@
+From 1940dc6bc8ad5ee2c029714efb1276c05ca80bd4 Mon Sep 17 00:00:00 2001
+From: Tim Lunn t...@feathertop.org
+Date: Thu, 18 Oct 2012 23:08:56 +
+Subject: move gnome-screensaver desktop file out of autostart
+
+https://bugzilla.gnome.org/show_bug.cgi?id=683060
+---
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 1dd5d46..97ffa07 100644
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -47,7 +47,7 @@ noinst_PROGRAMS =\
+   test-window \
+   $(NULL)
+ 
+-desktopdir = $(sysconfdir)/xdg/autostart
++desktopdir = $(datadir)/applications
+ desktop_in_files = gnome-screensaver.desktop.in
+ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+ 

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

2013-04-10 Thread Balló György
Date: Wednesday, April 10, 2013 @ 14:37:06
  Author: bgyorgy
Revision: 88037

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gnome-screensaver/repos/community-staging-i686/PKGBUILD
(from rev 88036, gnome-screensaver/trunk/PKGBUILD)
  gnome-screensaver/repos/community-staging-i686/fix-autoconf.patch
(from rev 88036, gnome-screensaver/trunk/fix-autoconf.patch)
  gnome-screensaver/repos/community-staging-i686/gnome-screensaver.pam
(from rev 88036, gnome-screensaver/trunk/gnome-screensaver.pam)
  gnome-screensaver/repos/community-staging-i686/move-desktop-file.patch
(from rev 88036, gnome-screensaver/trunk/move-desktop-file.patch)
  gnome-screensaver/repos/community-staging-x86_64/PKGBUILD
(from rev 88036, gnome-screensaver/trunk/PKGBUILD)
  gnome-screensaver/repos/community-staging-x86_64/fix-autoconf.patch
(from rev 88036, gnome-screensaver/trunk/fix-autoconf.patch)
  gnome-screensaver/repos/community-staging-x86_64/gnome-screensaver.pam
(from rev 88036, gnome-screensaver/trunk/gnome-screensaver.pam)
  gnome-screensaver/repos/community-staging-x86_64/move-desktop-file.patch
(from rev 88036, gnome-screensaver/trunk/move-desktop-file.patch)
Deleted:
  gnome-screensaver/repos/community-staging-i686/PKGBUILD
  gnome-screensaver/repos/community-staging-i686/gnome-screensaver.pam
  gnome-screensaver/repos/community-staging-x86_64/PKGBUILD
  gnome-screensaver/repos/community-staging-x86_64/gnome-screensaver.pam

--+
 /PKGBUILD|   88 +
 /gnome-screensaver.pam   |6 +
 community-staging-i686/PKGBUILD  |   36 
 community-staging-i686/fix-autoconf.patch|   12 ++
 community-staging-i686/gnome-screensaver.pam |3 
 community-staging-i686/move-desktop-file.patch   |   34 
 community-staging-x86_64/PKGBUILD|   36 
 community-staging-x86_64/fix-autoconf.patch  |   12 ++
 community-staging-x86_64/gnome-screensaver.pam   |3 
 community-staging-x86_64/move-desktop-file.patch |   34 
 10 files changed, 186 insertions(+), 78 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-04-10 12:36:55 UTC (rev 88036)
+++ community-staging-i686/PKGBUILD 2013-04-10 12:37:06 UTC (rev 88037)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-screensaver
-pkgver=3.6.1
-pkgrel=2
-pkgdesc=Legacy GNOME screensaver
-arch=(i686 x86_64)
-license=(GPL)
-url=http://live.gnome.org/GnomeScreensaver;
-backup=(etc/pam.d/gnome-screensaver)
-depends=(dbus-glib libgnomekbd gnome-desktop gsettings-desktop-schemas 
libsystemd)
-makedepends=(pkgconfig intltool libxss)
-options=(!emptydirs)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-   gnome-screensaver.pam)
-sha256sums=('f39b78d4f7fed748c7f0a31d694112fb907c6d3c4e63db22eb858df07e962cd0'
-'02423717e226b3127ff7e394bd7e31d2f691126607c88eb12cbb34628a2d90ec')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gnome-screensaver \
-  --localstatedir=/var \
-  --with-mit-ext --with-systemd
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../gnome-screensaver.pam $pkgdir/etc/pam.d/gnome-screensaver
-}

Copied: gnome-screensaver/repos/community-staging-i686/PKGBUILD (from rev 
88036, gnome-screensaver/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-10 12:37:06 UTC (rev 88037)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-screensaver
+pkgver=3.6.1
+pkgrel=3
+pkgdesc=Legacy GNOME screensaver
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://live.gnome.org/GnomeScreensaver;
+backup=(etc/pam.d/gnome-screensaver)
+depends=('dbus-glib' 'libgnomekbd' 'gnome-desktop')
+makedepends=('intltool' 'gnome-common')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+   gnome-screensaver.pam
+   move-desktop-file.patch
+   fix-autoconf.patch)
+sha256sums=('f39b78d4f7fed748c7f0a31d694112fb907c6d3c4e63db22eb858df07e962cd0'
+'b6ea9e2eb586d94bcabb617a8f1c2958111df87afdbb51f645882bccdc15cbda'
+'4bb96f62aa069c83b629204a79a3f63b146bcaf773569aee8b5dd23fbcd88974'
+

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

2013-04-10 Thread Evangelos Foutras
Date: Wednesday, April 10, 2013 @ 15:00:43
  Author: foutrelis
Revision: 182412

upgpkg: xulrunner 20.0-1

New upstream release.

Modified:
  xulrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 11:05:19 UTC (rev 182411)
+++ PKGBUILD2013-04-10 13:00:43 UTC (rev 182412)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 pkgname=xulrunner
-pkgver=19.0.2
+pkgver=20.0
 pkgrel=1
 pkgdesc=Mozilla Runtime Environment
 arch=('i686' 'x86_64')
@@ -16,12 +16,12 @@
 shared-libs.patch)
 options=('!emptydirs')
 replaces=('xulrunner-oss')
-md5sums=('956f60b12577bf7a42d60ba8e1a73794'
+md5sums=('1b8a1907919eb805f390a05216f2d8d0'
  'f26710bcf3e65699a0646c47155cb147'
  '27271ce647a83906ef7a24605e840d61'
  '52e52f840a49eb1d14be1c0065b03a93')
 
-build() {
+prepare() {
   cd $srcdir/mozilla-release
   cp $srcdir/mozconfig .mozconfig
 
@@ -33,8 +33,16 @@
   # Workaround taken from chromium PKGBUILD
   mkdir $srcdir/python2-path
   ln -s /usr/bin/python2 $srcdir/python2-path/python
+
+  # configure script misdetects the preprocessor without an optimization level
+  # https://bugs.archlinux.org/task/34644
+  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
+}
+
+build() {
+  cd $srcdir/mozilla-release
+
   export PATH=$srcdir/python2-path:$PATH
-
   export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/xulrunner-$pkgver
   export PYTHON=/usr/bin/python2
 



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

2013-04-10 Thread Evangelos Foutras
Date: Wednesday, April 10, 2013 @ 15:01:03
  Author: foutrelis
Revision: 182413

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

Added:
  xulrunner/repos/extra-i686/PKGBUILD
(from rev 182412, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-i686/mozconfig
(from rev 182412, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
(from rev 182412, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/extra-i686/shared-libs.patch
(from rev 182412, xulrunner/trunk/shared-libs.patch)
  xulrunner/repos/extra-x86_64/PKGBUILD
(from rev 182412, xulrunner/trunk/PKGBUILD)
  xulrunner/repos/extra-x86_64/mozconfig
(from rev 182412, xulrunner/trunk/mozconfig)
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch
(from rev 182412, xulrunner/trunk/mozilla-pkgconfig.patch)
  xulrunner/repos/extra-x86_64/shared-libs.patch
(from rev 182412, xulrunner/trunk/shared-libs.patch)
Deleted:
  xulrunner/repos/extra-i686/PKGBUILD
  xulrunner/repos/extra-i686/mozconfig
  xulrunner/repos/extra-i686/mozilla-pkgconfig.patch
  xulrunner/repos/extra-i686/shared-libs.patch
  xulrunner/repos/extra-x86_64/PKGBUILD
  xulrunner/repos/extra-x86_64/mozconfig
  xulrunner/repos/extra-x86_64/mozilla-pkgconfig.patch
  xulrunner/repos/extra-x86_64/shared-libs.patch

--+
 /PKGBUILD|  134 +
 /mozconfig   |   58 ++
 /mozilla-pkgconfig.patch |   80 +++
 /shared-libs.patch   |   24 +
 extra-i686/PKGBUILD  |   59 --
 extra-i686/mozconfig |   29 ---
 extra-i686/mozilla-pkgconfig.patch   |   40 -
 extra-i686/shared-libs.patch |   12 --
 extra-x86_64/PKGBUILD|   59 --
 extra-x86_64/mozconfig   |   29 ---
 extra-x86_64/mozilla-pkgconfig.patch |   40 -
 extra-x86_64/shared-libs.patch   |   12 --
 12 files changed, 296 insertions(+), 280 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-10 13:00:43 UTC (rev 182412)
+++ extra-i686/PKGBUILD 2013-04-10 13:01:03 UTC (rev 182413)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-pkgname=xulrunner
-pkgver=19.0.2
-pkgrel=1
-pkgdesc=Mozilla Runtime Environment
-arch=('i686' 'x86_64')
-license=('MPL' 'GPL' 'LGPL')
-depends=('gtk2' 'mozilla-common' 'nss=3.14.1' 'libxt' 'libxrender' 'hunspell' 
'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 
'sqlite=3.7.4' 'libvpx' 'python2')
-makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'yasm' 'mesa' 
'autoconf2.13')
-url=http://wiki.mozilla.org/XUL:Xul_Runner;
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/xulrunner-$pkgver.source.tar.bz2
-mozconfig
-mozilla-pkgconfig.patch
-shared-libs.patch)
-options=('!emptydirs')
-replaces=('xulrunner-oss')
-md5sums=('956f60b12577bf7a42d60ba8e1a73794'
- 'f26710bcf3e65699a0646c47155cb147'
- '27271ce647a83906ef7a24605e840d61'
- '52e52f840a49eb1d14be1c0065b03a93')
-
-build() {
-  cd $srcdir/mozilla-release
-  cp $srcdir/mozconfig .mozconfig
-
-  #fix libdir/sdkdir - fedora
-  patch -Np1 -i ../mozilla-pkgconfig.patch
-  patch -Np1 -i ../shared-libs.patch
-
-  # WebRTC build tries to execute python and expects Python 2
-  # Workaround taken from chromium PKGBUILD
-  mkdir $srcdir/python2-path
-  ln -s /usr/bin/python2 $srcdir/python2-path/python
-  export PATH=$srcdir/python2-path:$PATH
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/xulrunner-$pkgver
-  export PYTHON=/usr/bin/python2
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-}
-
-package() {
-  cd $srcdir/mozilla-release
-  make -j1 -f client.mk DESTDIR=$pkgdir install
-
-  rm -rf $pkgdir/usr/lib/xulrunner-$pkgver/{dictionaries,hyphenation}
-  ln -sf /usr/share/hunspell $pkgdir/usr/lib/xulrunner-$pkgver/dictionaries
-  ln -sf /usr/share/hyphen $pkgdir/usr/lib/xulrunner-$pkgver/hyphenation
-
-  # add xulrunner library path to ld.so.conf
-  install -d $pkgdir/etc/ld.so.conf.d
-  echo /usr/lib/xulrunner-$pkgver  $pkgdir/etc/ld.so.conf.d/xulrunner.conf
-
-  chmod +x ${pkgdir}/usr/lib/xulrunner-devel-$pkgver/sdk/bin/xpt.py
-  sed -i 's|!/usr/bin/env python$|!/usr/bin/env python2|' \
-
$pkgdir/usr/lib/xulrunner-devel-$pkgver/sdk/bin/{xpt,header,typelib,xpidl}.py
-}

Copied: xulrunner/repos/extra-i686/PKGBUILD (from rev 182412, 
xulrunner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-10 13:01:03 UTC (rev 182413)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck 

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

2013-04-10 Thread Evangelos Foutras
Date: Wednesday, April 10, 2013 @ 15:20:56
  Author: foutrelis
Revision: 182414

Add workaround for preprocessor misdetection (FS#34644).

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 13:01:03 UTC (rev 182413)
+++ PKGBUILD2013-04-10 13:20:56 UTC (rev 182414)
@@ -26,7 +26,7 @@
  '0d053487907de4376d67d8f499c5502b'
  '52e52f840a49eb1d14be1c0065b03a93')
 
-build() {
+prepare() {
   cd mozilla-release
 
   cp ../mozconfig .mozconfig
@@ -38,7 +38,6 @@
 browser/base/Makefile.in
 
   mkdir $srcdir/path
-  export PATH=$srcdir/path:$PATH
 
   # WebRTC build tries to execute python and expects Python 2
   ln -s /usr/bin/python2 $srcdir/path/python
@@ -46,6 +45,15 @@
   # Use gold, as Mozilla can use some of its features, such as safe ICF
   ln -s /usr/bin/ld.gold $srcdir/path/ld
 
+  # configure script misdetects the preprocessor without an optimization level
+  # https://bugs.archlinux.org/task/34644
+  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
+}
+
+build() {
+  cd mozilla-release
+
+  export PATH=$srcdir/path:$PATH
   export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/firefox
   export PYTHON=/usr/bin/python2
   export MOZ_MAKE_FLAGS=$MAKEFLAGS



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

2013-04-10 Thread Evangelos Foutras
Date: Wednesday, April 10, 2013 @ 15:21:54
  Author: foutrelis
Revision: 182415

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 182414, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 182414, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox.desktop
(from rev 182414, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 182414, firefox/trunk/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 182414, firefox/trunk/mozconfig)
  firefox/repos/extra-i686/shared-libs.patch
(from rev 182414, firefox/trunk/shared-libs.patch)
  firefox/repos/extra-i686/vendor.js
(from rev 182414, firefox/trunk/vendor.js)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 182414, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 182414, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 182414, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 182414, firefox/trunk/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 182414, firefox/trunk/mozconfig)
  firefox/repos/extra-x86_64/shared-libs.patch
(from rev 182414, firefox/trunk/shared-libs.patch)
  firefox/repos/extra-x86_64/vendor.js
(from rev 182414, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/shared-libs.patch
  firefox/repos/extra-i686/vendor.js
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/shared-libs.patch
  firefox/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  208 ++
 /firefox-install-dir.patch |   60 +++
 /firefox.desktop   |  242 +++
 /firefox.install   |   26 +++
 /mozconfig |   68 
 /shared-libs.patch |   24 +++
 /vendor.js |   18 ++
 extra-i686/PKGBUILD|   88 ---
 extra-i686/firefox-install-dir.patch   |   30 ---
 extra-i686/firefox.desktop |  121 ---
 extra-i686/firefox.install |   13 -
 extra-i686/mozconfig   |   34 
 extra-i686/shared-libs.patch   |   12 -
 extra-i686/vendor.js   |9 -
 extra-x86_64/PKGBUILD  |   88 ---
 extra-x86_64/firefox-install-dir.patch |   30 ---
 extra-x86_64/firefox.desktop   |  121 ---
 extra-x86_64/firefox.install   |   13 -
 extra-x86_64/mozconfig |   34 
 extra-x86_64/shared-libs.patch |   12 -
 extra-x86_64/vendor.js |9 -
 21 files changed, 646 insertions(+), 614 deletions(-)

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


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

2013-04-10 Thread Stéphane Gaudreault
Date: Wednesday, April 10, 2013 @ 15:31:16
  Author: stephane
Revision: 182416

upgpkg: python-distribute 0.6.36-1

upstream update

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 13:21:54 UTC (rev 182415)
+++ PKGBUILD2013-04-10 13:31:16 UTC (rev 182416)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.34
+pkgver=0.6.36
 pkgrel=1
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
 distribute-python2_and_3.patch)
-sha1sums=('b6f9cfbaf3e63833b71009812a613be13e68f5de'
+sha1sums=('ab69711e4ea85c84d6710ecadf1d77427539f702'
   '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
 build() {
cd ${srcdir}



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

2013-04-10 Thread Evangelos Foutras
Date: Wednesday, April 10, 2013 @ 15:31:29
  Author: foutrelis
Revision: 182417

Add workaround for preprocessor misdetection (FS#34644).

Modified:
  thunderbird/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 13:31:16 UTC (rev 182416)
+++ PKGBUILD2013-04-10 13:31:29 UTC (rev 182417)
@@ -27,12 +27,20 @@
  '1c6f47b315a5d7830f8e901b1f723cfc'
  '5a53179d14ae9631b7afe5e4d0fc0b25')
 
-build() {
+prepare() {
   cd comm-esr17
   patch -Np1 -i $srcdir/thunderbird-install-dir.patch
 
   cp $srcdir/mozconfig .mozconfig
 
+  # configure script misdetects the preprocessor without an optimization level
+  # https://bugs.archlinux.org/task/34644
+  sed -i '/ac_cpp=/s/$CPPFLAGS/ -O2/' configure
+}
+
+build() {
+  cd comm-esr17
+
   export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/thunderbird
   export PYTHON=/usr/bin/python2
 



[arch-commits] Commit in python-distribute/repos/extra-any (4 files)

2013-04-10 Thread Stéphane Gaudreault
Date: Wednesday, April 10, 2013 @ 15:31:47
  Author: stephane
Revision: 182418

archrelease: copy trunk to extra-any

Added:
  python-distribute/repos/extra-any/PKGBUILD
(from rev 182417, python-distribute/trunk/PKGBUILD)
  python-distribute/repos/extra-any/distribute-python2_and_3.patch
(from rev 182417, python-distribute/trunk/distribute-python2_and_3.patch)
Deleted:
  python-distribute/repos/extra-any/PKGBUILD
  python-distribute/repos/extra-any/distribute-python2_and_3.patch

+
 PKGBUILD   |  110 +++
 distribute-python2_and_3.patch |   72 -
 2 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-10 13:31:29 UTC (rev 182417)
+++ PKGBUILD2013-04-10 13:31:47 UTC (rev 182418)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sebastien Binet binet@farnsworth
-pkgbase=python-distribute
-pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.34
-pkgrel=1
-pkgdesc=Easily build and distribute Python packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/distribute;
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
-distribute-python2_and_3.patch)
-sha1sums=('b6f9cfbaf3e63833b71009812a613be13e68f5de'
-  '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
-build() {
-   cd ${srcdir}
-
-   pushd distribute-${pkgver}
-   patch -Np1 -i ../distribute-python2_and_3.patch
-   popd
-
-   cp -a distribute-${pkgver}{,-python2}
-
-   # Build python 3 module
-   cd distribute-${pkgver}
-
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-
-   python3 setup.py build
-
-   # Build python 2 module
-   cd ../distribute-${pkgver}-python2
-
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-
-   python2 setup.py build
-}
-
-package_python-distribute() {
-   depends=('python=3.3')
-
-   cd ${srcdir}/distribute-${pkgver}
-   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
-
-package_python2-distribute() {
-   depends=('python2=2.7')
-   provides=('setuptools')
-   conflicts=('setuptools')
-
-   cd ${srcdir}/distribute-${pkgver}-python2
-   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}

Copied: python-distribute/repos/extra-any/PKGBUILD (from rev 182417, 
python-distribute/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-10 13:31:47 UTC (rev 182418)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sebastien Binet binet@farnsworth
+pkgbase=python-distribute
+pkgname=('python-distribute' 'python2-distribute')
+pkgver=0.6.36
+pkgrel=1
+pkgdesc=Easily build and distribute Python packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/distribute;
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
+distribute-python2_and_3.patch)
+sha1sums=('ab69711e4ea85c84d6710ecadf1d77427539f702'
+  '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
+build() {
+   cd ${srcdir}
+
+   pushd distribute-${pkgver}
+   patch -Np1 -i ../distribute-python2_and_3.patch
+   popd
+
+   cp -a distribute-${pkgver}{,-python2}
+
+   # Build python 3 module
+   cd distribute-${pkgver}
+
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+
+   python3 setup.py build
+
+   # Build python 2 module
+   cd ../distribute-${pkgver}-python2
+
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+
+   python2 setup.py build
+}
+
+package_python-distribute() {
+   depends=('python=3.3')
+
+   cd ${srcdir}/distribute-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}
+
+package_python2-distribute() {
+   depends=('python2=2.7')
+   provides=('setuptools')
+   conflicts=('setuptools')
+
+   cd ${srcdir}/distribute-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}

Deleted: distribute-python2_and_3.patch
===
--- distribute-python2_and_3.patch  2013-04-10 13:31:29 UTC (rev 182417)
+++ distribute-python2_and_3.patch  2013-04-10 13:31:47 UTC (rev 182418)
@@ -1,36 +0,0 @@
-diff -Naur distribute-0.6.34.ori/distribute.egg-info/entry_points.txt 
distribute-0.6.34/distribute.egg-info/entry_points.txt
 distribute-0.6.34.ori/distribute.egg-info/entry_points.txt 2012-12-31 
10:26:53.0 -0500
-+++ 

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

2013-04-10 Thread Evangelos Foutras
Date: Wednesday, April 10, 2013 @ 15:31:59
  Author: foutrelis
Revision: 182419

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

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 182417, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/mozconfig
(from rev 182417, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
(from rev 182417, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 182417, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-i686/thunderbird.install
(from rev 182417, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-i686/vendor.js
(from rev 182417, thunderbird/trunk/vendor.js)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 182418, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/mozconfig
(from rev 182418, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 182418, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 182418, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/thunderbird.install
(from rev 182418, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-x86_64/vendor.js
(from rev 182418, thunderbird/trunk/vendor.js)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  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/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

+
 /PKGBUILD  |  140 +++
 /mozconfig |   80 +++
 /thunderbird-install-dir.patch |   94 ++
 /thunderbird.desktop   |   26 +
 /thunderbird.install   |   24 
 /vendor.js |   18 +++
 extra-i686/PKGBUILD|   62 ---
 extra-i686/mozconfig   |   40 ---
 extra-i686/thunderbird-install-dir.patch   |   47 -
 extra-i686/thunderbird.desktop |   13 --
 extra-i686/thunderbird.install |   12 --
 extra-i686/vendor.js   |9 -
 extra-x86_64/PKGBUILD  |   62 ---
 extra-x86_64/mozconfig |   40 ---
 extra-x86_64/thunderbird-install-dir.patch |   47 -
 extra-x86_64/thunderbird.desktop   |   13 --
 extra-x86_64/thunderbird.install   |   12 --
 extra-x86_64/vendor.js |9 -
 18 files changed, 382 insertions(+), 366 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-10 13:31:47 UTC (rev 182418)
+++ extra-i686/PKGBUILD 2013-04-10 13:31:59 UTC (rev 182419)
@@ -1,62 +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=17.0.5
-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' 'sqlite' '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)
-options=(!emptydirs)
-md5sums=('609a11ce7bb246cebf67d993a035ca52'
- '41511a6bcdd04cf56706218e4670e631'
- 'af3e5b344d2edf1c7d61bb0a5a96de9a'
- '1c6f47b315a5d7830f8e901b1f723cfc'
- '5a53179d14ae9631b7afe5e4d0fc0b25')
-
-build() {
-  cd comm-esr17
-  patch -Np1 -i $srcdir/thunderbird-install-dir.patch
-
-  cp $srcdir/mozconfig .mozconfig
-
-  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/thunderbird
-  export PYTHON=/usr/bin/python2
-
-  make -j1 -f client.mk build MOZ_MAKE_FLAGS=$MAKEFLAGS
-}
-
-package() {
-  cd comm-esr17
-  make -j1 -f client.mk 

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

2013-04-10 Thread Evangelos Foutras
Date: Wednesday, April 10, 2013 @ 15:33:49
  Author: foutrelis
Revision: 88038

upgpkg: gaupol 0.22-1

New upstream release.

Modified:
  gaupol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 12:37:06 UTC (rev 88037)
+++ PKGBUILD2013-04-10 13:33:49 UTC (rev 88038)
@@ -6,7 +6,7 @@
 # Contributor: Sebastien Piccand sebcactus gmail com
 
 pkgname=gaupol
-pkgver=0.21.1
+pkgver=0.22
 pkgrel=1
 pkgdesc=An editor for text-based subtitles
 arch=('any')
@@ -21,8 +21,8 @@
 'mplayer: subtitle preview'
 'vlc: subtitle preview')
 install=gaupol.install
-source=(http://download.gna.org/$pkgname/0.21/$pkgname-$pkgver.tar.xz)
-sha256sums=('d054db746b38ceb343d1d7cf29872f2fb849f39ccff72a3b2a78cc1e20851972')
+source=(http://download.gna.org/$pkgname/0.22/$pkgname-$pkgver.tar.xz)
+sha256sums=('fa91a3606d11e261abcb572e8f573cd18290428e797c07e88047d8a9a056141d')
 
 package() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in gaupol/repos/community-any (4 files)

2013-04-10 Thread Evangelos Foutras
Date: Wednesday, April 10, 2013 @ 15:33:58
  Author: foutrelis
Revision: 88039

archrelease: copy trunk to community-any

Added:
  gaupol/repos/community-any/PKGBUILD
(from rev 88038, gaupol/trunk/PKGBUILD)
  gaupol/repos/community-any/gaupol.install
(from rev 88038, gaupol/trunk/gaupol.install)
Deleted:
  gaupol/repos/community-any/PKGBUILD
  gaupol/repos/community-any/gaupol.install

+
 PKGBUILD   |   66 +++
 gaupol.install |   28 +++
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-10 13:33:49 UTC (rev 88038)
+++ PKGBUILD2013-04-10 13:33:58 UTC (rev 88039)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: FJ joos...@gmail.com
-# Contributor: Sebastien Piccand sebcactus gmail com
-
-pkgname=gaupol
-pkgver=0.21.1
-pkgrel=1
-pkgdesc=An editor for text-based subtitles
-arch=('any')
-url=http://home.gna.org/gaupol;
-license=('GPL')
-depends=('python-gobject' 'iso-codes' 'desktop-file-utils'
- 'hicolor-icon-theme')
-makedepends=('gettext' 'intltool')
-optdepends=('python-pyenchant: spell-checking'
-'python-gtkspellcheck: inline spell-checking'
-'python-chardet: character encoding auto-detection'
-'mplayer: subtitle preview'
-'vlc: subtitle preview')
-install=gaupol.install
-source=(http://download.gna.org/$pkgname/0.21/$pkgname-$pkgver.tar.xz)
-sha256sums=('d054db746b38ceb343d1d7cf29872f2fb849f39ccff72a3b2a78cc1e20851972')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python3 setup.py --without-iso-codes install --root=$pkgdir -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gaupol/repos/community-any/PKGBUILD (from rev 88038, 
gaupol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-10 13:33:58 UTC (rev 88039)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: FJ joos...@gmail.com
+# Contributor: Sebastien Piccand sebcactus gmail com
+
+pkgname=gaupol
+pkgver=0.22
+pkgrel=1
+pkgdesc=An editor for text-based subtitles
+arch=('any')
+url=http://home.gna.org/gaupol;
+license=('GPL')
+depends=('python-gobject' 'iso-codes' 'desktop-file-utils'
+ 'hicolor-icon-theme')
+makedepends=('gettext' 'intltool')
+optdepends=('python-pyenchant: spell-checking'
+'python-gtkspellcheck: inline spell-checking'
+'python-chardet: character encoding auto-detection'
+'mplayer: subtitle preview'
+'vlc: subtitle preview')
+install=gaupol.install
+source=(http://download.gna.org/$pkgname/0.22/$pkgname-$pkgver.tar.xz)
+sha256sums=('fa91a3606d11e261abcb572e8f573cd18290428e797c07e88047d8a9a056141d')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python3 setup.py --without-iso-codes install --root=$pkgdir -O1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gaupol.install
===
--- gaupol.install  2013-04-10 13:33:49 UTC (rev 88038)
+++ gaupol.install  2013-04-10 13:33:58 UTC (rev 88039)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  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: gaupol/repos/community-any/gaupol.install (from rev 88038, 
gaupol/trunk/gaupol.install)
===
--- gaupol.install  (rev 0)
+++ gaupol.install  2013-04-10 13:33:58 UTC (rev 88039)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  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:



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

2013-04-10 Thread Dave Reisner
Date: Wednesday, April 10, 2013 @ 15:44:36
  Author: dreisner
Revision: 182420

upgpkg: kmod 13-1

Modified:
  kmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 13:31:59 UTC (rev 182419)
+++ PKGBUILD2013-04-10 13:44:36 UTC (rev 182420)
@@ -2,7 +2,7 @@
 # Maintainer: Dave Reisner dreis...@archlinux.org
 
 pkgname=kmod
-pkgver=12
+pkgver=13
 pkgrel=1
 pkgdesc=Linux kernel module handling
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 replaces=('module-init-tools')
 
source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz;
 depmod-search.conf)
-md5sums=('3d63b146c8ee5a04dfbef4be97f8226b'
+md5sums=('d5aba43b9370cd52f3cb35e82a1aa595'
  'dd62cbf62bd8f212f51ef8c43bec9a77')
 
 build() {



[arch-commits] Commit in kmod/repos (6 files)

2013-04-10 Thread Dave Reisner
Date: Wednesday, April 10, 2013 @ 15:44:57
  Author: dreisner
Revision: 182421

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

Added:
  kmod/repos/testing-i686/
  kmod/repos/testing-i686/PKGBUILD
(from rev 182420, kmod/trunk/PKGBUILD)
  kmod/repos/testing-i686/depmod-search.conf
(from rev 182420, kmod/trunk/depmod-search.conf)
  kmod/repos/testing-x86_64/
  kmod/repos/testing-x86_64/PKGBUILD
(from rev 182420, kmod/trunk/PKGBUILD)
  kmod/repos/testing-x86_64/depmod-search.conf
(from rev 182420, kmod/trunk/depmod-search.conf)

---+
 testing-i686/PKGBUILD |   55 
 testing-i686/depmod-search.conf   |5 +++
 testing-x86_64/PKGBUILD   |   55 
 testing-x86_64/depmod-search.conf |5 +++
 4 files changed, 120 insertions(+)

Copied: kmod/repos/testing-i686/PKGBUILD (from rev 182420, kmod/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 13:44:57 UTC (rev 182421)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=13
+pkgrel=1
+pkgdesc=Linux kernel module handling
+arch=('i686' 'x86_64')
+url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
+license=('GPL2')
+depends=('glibc' 'zlib')
+makedepends=('gtk-doc')
+options=('!libtool')
+provides=('module-init-tools=3.16')
+conflicts=('module-init-tools')
+replaces=('module-init-tools')
+source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz;
+depmod-search.conf)
+md5sums=('d5aba43b9370cd52f3cb35e82a1aa595'
+ 'dd62cbf62bd8f212f51ef8c43bec9a77')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--with-zlib
+
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # extra directories
+  install -dm755 $pkgdir/{etc,usr/lib}/{depmod,modprobe}.d $pkgdir/sbin
+
+  # add symlinks to kmod
+  ln -s ../usr/bin/kmod $pkgdir/sbin/modprobe
+  ln -s ../usr/bin/kmod $pkgdir/sbin/depmod
+
+  for tool in {ins,ls,rm}mod modinfo; do
+ln -s kmod $pkgdir/usr/bin/$tool
+  done
+
+  # install depmod.d file for search/ dir
+  install -Dm644 $srcdir/depmod-search.conf 
$pkgdir/usr/lib/depmod.d/search.conf
+}
+
+# vim: ft=sh syn=sh et

Copied: kmod/repos/testing-i686/depmod-search.conf (from rev 182420, 
kmod/trunk/depmod-search.conf)
===
--- testing-i686/depmod-search.conf (rev 0)
+++ testing-i686/depmod-search.conf 2013-04-10 13:44:57 UTC (rev 182421)
@@ -0,0 +1,5 @@
+#
+# /usr/lib/depmod.d/search.conf
+#
+
+search updates extramodules built-in

Copied: kmod/repos/testing-x86_64/PKGBUILD (from rev 182420, 
kmod/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 13:44:57 UTC (rev 182421)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=13
+pkgrel=1
+pkgdesc=Linux kernel module handling
+arch=('i686' 'x86_64')
+url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
+license=('GPL2')
+depends=('glibc' 'zlib')
+makedepends=('gtk-doc')
+options=('!libtool')
+provides=('module-init-tools=3.16')
+conflicts=('module-init-tools')
+replaces=('module-init-tools')
+source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz;
+depmod-search.conf)
+md5sums=('d5aba43b9370cd52f3cb35e82a1aa595'
+ 'dd62cbf62bd8f212f51ef8c43bec9a77')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--with-zlib
+
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # extra directories
+  install -dm755 $pkgdir/{etc,usr/lib}/{depmod,modprobe}.d $pkgdir/sbin
+
+  # add symlinks to kmod
+  ln -s ../usr/bin/kmod $pkgdir/sbin/modprobe
+  ln -s ../usr/bin/kmod $pkgdir/sbin/depmod
+
+  for tool in {ins,ls,rm}mod modinfo; do
+ln -s kmod $pkgdir/usr/bin/$tool
+  done
+
+  # install depmod.d file for search/ dir
+  install -Dm644 $srcdir/depmod-search.conf 
$pkgdir/usr/lib/depmod.d/search.conf
+}
+
+# vim: ft=sh syn=sh et

Copied: kmod/repos/testing-x86_64/depmod-search.conf (from rev 182420, 
kmod/trunk/depmod-search.conf)
===
--- testing-x86_64/depmod-search.conf   (rev 0)
+++ testing-x86_64/depmod-search.conf   2013-04-10 13:44:57 UTC (rev 182421)
@@ -0,0 +1,5 @@
+#
+# /usr/lib/depmod.d/search.conf
+#
+
+search updates extramodules 

[arch-commits] Commit in (4 files)

2013-04-10 Thread Andrea Scarpino
Date: Wednesday, April 10, 2013 @ 15:46:29
  Author: andrea
Revision: 182422

Introduce the qthcooser package

Added:
  qtchooser/
  qtchooser/repos/
  qtchooser/trunk/
  qtchooser/trunk/PKGBUILD

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

Added: qtchooser/trunk/PKGBUILD
===
--- qtchooser/trunk/PKGBUILD(rev 0)
+++ qtchooser/trunk/PKGBUILD2013-04-10 13:46:29 UTC (rev 182422)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=qtchooser
+pkgver=26
+pkgrel=1
+pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on 
the system'
+arch=('i686' 'x86_64')
+url='http://qt.gitorious.org/qt/qtchooser'
+license=('GPL')
+depends=('gcc-libs')
+source=(http://macieira.org/${pkgname}/${pkgname}-${pkgver}-g97962d2.tar.gz;)
+md5sums=('a188a5cb63113130e0d05fe4d5bf4e95')
+
+build() {
+  cd ${pkgname}-${pkgver}-g97962d2
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}-g97962d2
+  make INSTALL_ROOT=${pkgdir} install
+
+  install -d ${pkgdir}/etc/xdg/qtchooser
+  # Upstream wants qt4 to be the default
+  ln -s /etc/xdg/qtchooser/qt4.conf \
+${pkgdir}/etc/xdg/qtchooser/default.conf
+}


Property changes on: qtchooser/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2013-04-10 Thread Andrea Scarpino
Date: Wednesday, April 10, 2013 @ 15:47:55
  Author: andrea
Revision: 182423

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

Added:
  qtchooser/repos/staging-i686/
  qtchooser/repos/staging-i686/PKGBUILD
(from rev 182422, qtchooser/trunk/PKGBUILD)
  qtchooser/repos/staging-x86_64/
  qtchooser/repos/staging-x86_64/PKGBUILD
(from rev 182422, qtchooser/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   28 
 staging-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: qtchooser/repos/staging-i686/PKGBUILD (from rev 182422, 
qtchooser/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-10 13:47:55 UTC (rev 182423)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=qtchooser
+pkgver=26
+pkgrel=1
+pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on 
the system'
+arch=('i686' 'x86_64')
+url='http://qt.gitorious.org/qt/qtchooser'
+license=('GPL')
+depends=('gcc-libs')
+source=(http://macieira.org/${pkgname}/${pkgname}-${pkgver}-g97962d2.tar.gz;)
+md5sums=('a188a5cb63113130e0d05fe4d5bf4e95')
+
+build() {
+  cd ${pkgname}-${pkgver}-g97962d2
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}-g97962d2
+  make INSTALL_ROOT=${pkgdir} install
+
+  install -d ${pkgdir}/etc/xdg/qtchooser
+  # Upstream wants qt4 to be the default
+  ln -s /etc/xdg/qtchooser/qt4.conf \
+${pkgdir}/etc/xdg/qtchooser/default.conf
+}

Copied: qtchooser/repos/staging-x86_64/PKGBUILD (from rev 182422, 
qtchooser/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-10 13:47:55 UTC (rev 182423)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=qtchooser
+pkgver=26
+pkgrel=1
+pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on 
the system'
+arch=('i686' 'x86_64')
+url='http://qt.gitorious.org/qt/qtchooser'
+license=('GPL')
+depends=('gcc-libs')
+source=(http://macieira.org/${pkgname}/${pkgname}-${pkgver}-g97962d2.tar.gz;)
+md5sums=('a188a5cb63113130e0d05fe4d5bf4e95')
+
+build() {
+  cd ${pkgname}-${pkgver}-g97962d2
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}-g97962d2
+  make INSTALL_ROOT=${pkgdir} install
+
+  install -d ${pkgdir}/etc/xdg/qtchooser
+  # Upstream wants qt4 to be the default
+  ln -s /etc/xdg/qtchooser/qt4.conf \
+${pkgdir}/etc/xdg/qtchooser/default.conf
+}



[arch-commits] Commit in qtchooser/trunk (PKGBUILD qt3.conf qt4.conf qt5.conf)

2013-04-10 Thread Andrea Scarpino
Date: Wednesday, April 10, 2013 @ 15:59:37
  Author: andrea
Revision: 182424

upgpkg: qtchooser 26-2

Set the default Qt to Qt5 (so we don't change our current layout)

Added:
  qtchooser/trunk/qt3.conf
  qtchooser/trunk/qt4.conf
  qtchooser/trunk/qt5.conf
Modified:
  qtchooser/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 qt3.conf |2 ++
 qt4.conf |2 ++
 qt5.conf |2 ++
 4 files changed, 18 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 13:47:55 UTC (rev 182423)
+++ PKGBUILD2013-04-10 13:59:37 UTC (rev 182424)
@@ -3,14 +3,18 @@
 
 pkgname=qtchooser
 pkgver=26
-pkgrel=1
+pkgrel=2
 pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on 
the system'
 arch=('i686' 'x86_64')
 url='http://qt.gitorious.org/qt/qtchooser'
 license=('GPL')
 depends=('gcc-libs')
-source=(http://macieira.org/${pkgname}/${pkgname}-${pkgver}-g97962d2.tar.gz;)
-md5sums=('a188a5cb63113130e0d05fe4d5bf4e95')
+source=(http://macieira.org/${pkgname}/${pkgname}-${pkgver}-g97962d2.tar.gz;
+qt{3,4,5}.conf)
+md5sums=('a188a5cb63113130e0d05fe4d5bf4e95'
+ '7c5da2b7911d1c4fabc63d6ef00f0020'
+ 'aa4d49b269e1b806f5eea170801f0aa6'
+ 'cf83f09a9a5a44d898b93f624d74dd11')
 
 build() {
   cd ${pkgname}-${pkgver}-g97962d2
@@ -22,7 +26,10 @@
   make INSTALL_ROOT=${pkgdir} install
 
   install -d ${pkgdir}/etc/xdg/qtchooser
-  # Upstream wants qt4 to be the default
-  ln -s /etc/xdg/qtchooser/qt4.conf \
+  install -m644 ${srcdir}/qt{3,4,5}.conf \
+${pkgdir}/etc/xdg/qtchooser/
+  
+  # Set the default Qt
+  ln -s /etc/xdg/qtchooser/qt5.conf \
 ${pkgdir}/etc/xdg/qtchooser/default.conf
 }

Added: qt3.conf
===
--- qt3.conf(rev 0)
+++ qt3.conf2013-04-10 13:59:37 UTC (rev 182424)
@@ -0,0 +1,2 @@
+/usr/lib/qt3/bin
+/usr/lib

Added: qt4.conf
===
--- qt4.conf(rev 0)
+++ qt4.conf2013-04-10 13:59:37 UTC (rev 182424)
@@ -0,0 +1,2 @@
+/usr/lib/qt4/bin
+/usr/lib

Added: qt5.conf
===
--- qt5.conf(rev 0)
+++ qt5.conf2013-04-10 13:59:37 UTC (rev 182424)
@@ -0,0 +1,2 @@
+/usr/lib/qt/bin
+/usr/lib



[arch-commits] Commit in qtchooser/repos (10 files)

2013-04-10 Thread Andrea Scarpino
Date: Wednesday, April 10, 2013 @ 15:59:49
  Author: andrea
Revision: 182425

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

Added:
  qtchooser/repos/staging-i686/PKGBUILD
(from rev 182424, qtchooser/trunk/PKGBUILD)
  qtchooser/repos/staging-i686/qt3.conf
(from rev 182424, qtchooser/trunk/qt3.conf)
  qtchooser/repos/staging-i686/qt4.conf
(from rev 182424, qtchooser/trunk/qt4.conf)
  qtchooser/repos/staging-i686/qt5.conf
(from rev 182424, qtchooser/trunk/qt5.conf)
  qtchooser/repos/staging-x86_64/PKGBUILD
(from rev 182424, qtchooser/trunk/PKGBUILD)
  qtchooser/repos/staging-x86_64/qt3.conf
(from rev 182424, qtchooser/trunk/qt3.conf)
  qtchooser/repos/staging-x86_64/qt4.conf
(from rev 182424, qtchooser/trunk/qt4.conf)
  qtchooser/repos/staging-x86_64/qt5.conf
(from rev 182424, qtchooser/trunk/qt5.conf)
Deleted:
  qtchooser/repos/staging-i686/PKGBUILD
  qtchooser/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   70 ++
 staging-i686/PKGBUILD   |   28 --
 staging-i686/qt3.conf   |2 +
 staging-i686/qt4.conf   |2 +
 staging-i686/qt5.conf   |2 +
 staging-x86_64/PKGBUILD |   28 --
 staging-x86_64/qt3.conf |2 +
 staging-x86_64/qt4.conf |2 +
 staging-x86_64/qt5.conf |2 +
 9 files changed, 82 insertions(+), 56 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2013-04-10 13:59:37 UTC (rev 182424)
+++ staging-i686/PKGBUILD   2013-04-10 13:59:49 UTC (rev 182425)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=qtchooser
-pkgver=26
-pkgrel=1
-pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on 
the system'
-arch=('i686' 'x86_64')
-url='http://qt.gitorious.org/qt/qtchooser'
-license=('GPL')
-depends=('gcc-libs')
-source=(http://macieira.org/${pkgname}/${pkgname}-${pkgver}-g97962d2.tar.gz;)
-md5sums=('a188a5cb63113130e0d05fe4d5bf4e95')
-
-build() {
-  cd ${pkgname}-${pkgver}-g97962d2
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}-g97962d2
-  make INSTALL_ROOT=${pkgdir} install
-
-  install -d ${pkgdir}/etc/xdg/qtchooser
-  # Upstream wants qt4 to be the default
-  ln -s /etc/xdg/qtchooser/qt4.conf \
-${pkgdir}/etc/xdg/qtchooser/default.conf
-}

Copied: qtchooser/repos/staging-i686/PKGBUILD (from rev 182424, 
qtchooser/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-10 13:59:49 UTC (rev 182425)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=qtchooser
+pkgver=26
+pkgrel=2
+pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on 
the system'
+arch=('i686' 'x86_64')
+url='http://qt.gitorious.org/qt/qtchooser'
+license=('GPL')
+depends=('gcc-libs')
+source=(http://macieira.org/${pkgname}/${pkgname}-${pkgver}-g97962d2.tar.gz;
+qt{3,4,5}.conf)
+md5sums=('a188a5cb63113130e0d05fe4d5bf4e95'
+ '7c5da2b7911d1c4fabc63d6ef00f0020'
+ 'aa4d49b269e1b806f5eea170801f0aa6'
+ 'cf83f09a9a5a44d898b93f624d74dd11')
+
+build() {
+  cd ${pkgname}-${pkgver}-g97962d2
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}-g97962d2
+  make INSTALL_ROOT=${pkgdir} install
+
+  install -d ${pkgdir}/etc/xdg/qtchooser
+  install -m644 ${srcdir}/qt{3,4,5}.conf \
+${pkgdir}/etc/xdg/qtchooser/
+  
+  # Set the default Qt
+  ln -s /etc/xdg/qtchooser/qt5.conf \
+${pkgdir}/etc/xdg/qtchooser/default.conf
+}

Copied: qtchooser/repos/staging-i686/qt3.conf (from rev 182424, 
qtchooser/trunk/qt3.conf)
===
--- staging-i686/qt3.conf   (rev 0)
+++ staging-i686/qt3.conf   2013-04-10 13:59:49 UTC (rev 182425)
@@ -0,0 +1,2 @@
+/usr/lib/qt3/bin
+/usr/lib

Copied: qtchooser/repos/staging-i686/qt4.conf (from rev 182424, 
qtchooser/trunk/qt4.conf)
===
--- staging-i686/qt4.conf   (rev 0)
+++ staging-i686/qt4.conf   2013-04-10 13:59:49 UTC (rev 182425)
@@ -0,0 +1,2 @@
+/usr/lib/qt4/bin
+/usr/lib

Copied: qtchooser/repos/staging-i686/qt5.conf (from rev 182424, 
qtchooser/trunk/qt5.conf)
===
--- staging-i686/qt5.conf   (rev 0)
+++ staging-i686/qt5.conf   2013-04-10 13:59:49 UTC (rev 182425)
@@ -0,0 +1,2 @@
+/usr/lib/qt/bin
+/usr/lib

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2013-04-10 13:59:37 UTC (rev 182424)
+++ staging-x86_64/PKGBUILD 2013-04-10 13:59:49 UTC (rev 182425)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: 

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

2013-04-10 Thread Florian Pritz
Date: Wednesday, April 10, 2013 @ 17:11:25
  Author: bluewind
Revision: 88040

upgpkg: lib32-harfbuzz 0.9.15-1

upstream update

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 13:33:58 UTC (rev 88039)
+++ PKGBUILD2013-04-10 15:11:25 UTC (rev 88040)
@@ -2,7 +2,7 @@
 
 _pkgbasename=harfbuzz
 pkgname=lib32-$_pkgbasename
-pkgver=0.9.14
+pkgver=0.9.15
 pkgrel=1
 pkgdesc=OpenType text shaping engine. (32-bit)
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!libtool)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2
 remove-graphite.patch)
-sha256sums=('d07c0ffdbbbfdfbb6c65e73fe9c76466e87dbf04b094cbd0abf5fd7d571a4004'
+sha256sums=('214f919c2c998eb1316dd1a14a13adf27460e706a709488777076babf7fbbf1d'
 'bf89c8387b94638cd8f371931f8101a7c32b744023df252e1a0b67f4e82e9df4')
 
 build() {



[arch-commits] Commit in lib32-harfbuzz/repos/multilib-x86_64 (4 files)

2013-04-10 Thread Florian Pritz
Date: Wednesday, April 10, 2013 @ 17:11:34
  Author: bluewind
Revision: 88041

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD
(from rev 88040, lib32-harfbuzz/trunk/PKGBUILD)
  lib32-harfbuzz/repos/multilib-x86_64/remove-graphite.patch
(from rev 88040, lib32-harfbuzz/trunk/remove-graphite.patch)
Deleted:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD
  lib32-harfbuzz/repos/multilib-x86_64/remove-graphite.patch

---+
 PKGBUILD  |   84 
 remove-graphite.patch |   30 -
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-10 15:11:25 UTC (rev 88040)
+++ PKGBUILD2013-04-10 15:11:34 UTC (rev 88041)
@@ -1,42 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-
-_pkgbasename=harfbuzz
-pkgname=lib32-$_pkgbasename
-pkgver=0.9.14
-pkgrel=1
-pkgdesc=OpenType text shaping engine. (32-bit)
-arch=('i686' 'x86_64')
-url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
-license=('MIT')
-depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
-makedepends=('gcc-multilib')
-options=(!libtool)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2
-remove-graphite.patch)
-sha256sums=('d07c0ffdbbbfdfbb6c65e73fe9c76466e87dbf04b094cbd0abf5fd7d571a4004'
-'bf89c8387b94638cd8f371931f8101a7c32b744023df252e1a0b67f4e82e9df4')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  patch -p0 -i $srcdir/remove-graphite.patch
-
-  # work around autogen.sh requiring ragel
-  autoreconf --force --install --verbose
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 88040, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-10 15:11:34 UTC (rev 88041)
@@ -0,0 +1,42 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+
+_pkgbasename=harfbuzz
+pkgname=lib32-$_pkgbasename
+pkgver=0.9.15
+pkgrel=1
+pkgdesc=OpenType text shaping engine. (32-bit)
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
+makedepends=('gcc-multilib')
+options=(!libtool)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2
+remove-graphite.patch)
+sha256sums=('214f919c2c998eb1316dd1a14a13adf27460e706a709488777076babf7fbbf1d'
+'bf89c8387b94638cd8f371931f8101a7c32b744023df252e1a0b67f4e82e9df4')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  patch -p0 -i $srcdir/remove-graphite.patch
+
+  # work around autogen.sh requiring ragel
+  autoreconf --force --install --verbose
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}

Deleted: remove-graphite.patch
===
--- remove-graphite.patch   2013-04-10 15:11:25 UTC (rev 88040)
+++ remove-graphite.patch   2013-04-10 15:11:34 UTC (rev 88041)
@@ -1,15 +0,0 @@
 configure_2012-11-21_104449.ac 2012-11-21 10:44:49.577069798 +0100
-+++ configure.ac   2012-11-21 10:51:47.620933574 +0100
-@@ -185,11 +185,7 @@
- 
- dnl ==
- 
--PKG_CHECK_MODULES(GRAPHITE2, graphite2, have_graphite=true, 
have_graphite=false)
--if $have_graphite; then
--AC_DEFINE(HAVE_GRAPHITE2, 1, [Have Graphite library])
--fi
--AM_CONDITIONAL(HAVE_GRAPHITE2, $have_graphite)
-+AM_CONDITIONAL(HAVE_GRAPHITE2, 0)
- 
- dnl ==
- 

Copied: lib32-harfbuzz/repos/multilib-x86_64/remove-graphite.patch (from rev 
88040, lib32-harfbuzz/trunk/remove-graphite.patch)
===
--- remove-graphite.patch   (rev 0)
+++ remove-graphite.patch   2013-04-10 15:11:34 UTC (rev 88041)
@@ -0,0 +1,15 @@
+--- configure_2012-11-21_104449.ac 2012-11-21 

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

2013-04-10 Thread Florian Pritz
Date: Wednesday, April 10, 2013 @ 17:12:15
  Author: bluewind
Revision: 88042

upgpkg: lib32-libxi 1.7.1-1

upstream update

Modified:
  lib32-libxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 15:11:34 UTC (rev 88041)
+++ PKGBUILD2013-04-10 15:12:15 UTC (rev 88042)
@@ -3,17 +3,17 @@
 
 _pkgbasename=libxi
 pkgname=lib32-$_pkgbasename
-pkgver=1.7
+pkgver=1.7.1
 pkgrel=1
 pkgdesc=X11 Input extension library (32-bit)
 arch=('x86_64')
 url=http://xorg.freedesktop.org;
-depends=('lib32-libxext' 'inputproto' $_pkgbasename)
+depends=('lib32-libxext' 'lib32-libxfixes' 'inputproto' $_pkgbasename)
 makedepends=('pkgconfig' 'xorg-util-macros' gcc-multilib)
 options=(!libtool)
 license=('custom')
 source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
-sha256sums=('4ebcf2b02c16ff51e41e9d045de01416d6430b6a4af6a82b17b6bfa4d6f9cbfc')
+sha256sums=('e92adb6b69c53c51e05c1e65db97e23751b935a693000fb0606c11b88c0066c5')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in lib32-libxi/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-04-10 Thread Florian Pritz
Date: Wednesday, April 10, 2013 @ 17:12:18
  Author: bluewind
Revision: 88043

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libxi/repos/multilib-x86_64/PKGBUILD
(from rev 88042, lib32-libxi/trunk/PKGBUILD)
Deleted:
  lib32-libxi/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-10 15:12:15 UTC (rev 88042)
+++ PKGBUILD2013-04-10 15:12:18 UTC (rev 88043)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-_pkgbasename=libxi
-pkgname=lib32-$_pkgbasename
-pkgver=1.7
-pkgrel=1
-pkgdesc=X11 Input extension library (32-bit)
-arch=('x86_64')
-url=http://xorg.freedesktop.org;
-depends=('lib32-libxext' 'inputproto' $_pkgbasename)
-makedepends=('pkgconfig' 'xorg-util-macros' gcc-multilib)
-options=(!libtool)
-license=('custom')
-source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
-sha256sums=('4ebcf2b02c16ff51e41e9d045de01416d6430b6a4af6a82b17b6bfa4d6f9cbfc')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/libXi-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
---libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/libXi-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-libxi/repos/multilib-x86_64/PKGBUILD (from rev 88042, 
lib32-libxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-10 15:12:18 UTC (rev 88043)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+_pkgbasename=libxi
+pkgname=lib32-$_pkgbasename
+pkgver=1.7.1
+pkgrel=1
+pkgdesc=X11 Input extension library (32-bit)
+arch=('x86_64')
+url=http://xorg.freedesktop.org;
+depends=('lib32-libxext' 'lib32-libxfixes' 'inputproto' $_pkgbasename)
+makedepends=('pkgconfig' 'xorg-util-macros' gcc-multilib)
+options=(!libtool)
+license=('custom')
+source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
+sha256sums=('e92adb6b69c53c51e05c1e65db97e23751b935a693000fb0606c11b88c0066c5')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/libXi-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/libXi-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}



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

2013-04-10 Thread Tobias Powalowski
Date: Wednesday, April 10, 2013 @ 17:22:08
  Author: tpowa
Revision: 182427

upgpkg: samba 4.0.5-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

--+
 PKGBUILD |   18 +++---
 1 file changed, 7 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 14:07:14 UTC (rev 182426)
+++ PKGBUILD2013-04-10 15:22:08 UTC (rev 182427)
@@ -10,12 +10,12 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.0.4
+pkgver=4.0.5
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pamcan
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.0.4
-pkgrel=2
+_realver=4.0.5
+pkgrel=1
 arch=(i686 x86_64)
 url=http://www.samba.org;
 license=('GPL3')
@@ -33,8 +33,7 @@
 swat.socket
 swat@.service
 winbindd.service
-samba.conf
-samba-4.0.3-fix_pidl_with_gcc48.patch)
+samba.conf)
 ### UNINSTALL dmapi package before building!!!
 
 build() {
@@ -44,8 +43,6 @@
   _pkgsrc=${srcdir}/samba-pkg
   rm -rf ${_pkgsrc}
   cd ${srcdir}/samba-${_realver}
-  # fix compile with gcc48
-  patch -Np1 -i ${srcdir}/samba-4.0.3-fix_pidl_with_gcc48.patch
   # change to use python2
   SAVEIFS=${IFS}
   IFS=$(echo -en \n\b)
@@ -202,7 +199,7 @@
 
 # Make admin scripts look in the right place for the samba python module
 for script in sbin/samba_dnsupdate sbin/samba_kcc sbin/samba_spnupdate \
-  sbin/samba_upgradeprovision sbin/samba_upgradedns 
bin/samba-tool
+  sbin/samba_upgradedns bin/samba-tool
 do
 sed -i /^sys\.path\.insert/ a\
 sys.path.insert(0, '/usr/lib/python${_pyver}/site-packages') \
@@ -243,7 +240,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('93af85940905d114f0231df2479eb31a'
+md5sums=('58ec2fec08872b72f8fd526f2da20a9e'
  '5697da77590ec092cc8a883bae06093c'
  'a4bbfa39fee95bba2e7ad6b535fae7e6'
  '96f82c38f3f540b53f3e5144900acf17'
@@ -254,5 +251,4 @@
  '6db11f3dd2112a4b7a73007b189bef3f'
  'b0de262f9c62acd162e873658f33d063'
  '64a52bc798033aeabfae3410bd559aa4'
- '49abd7b719e3713a3f75a8a50958e381'
- 'a4a96fe0b391a74e67fb3d54afc0d657')
+ '49abd7b719e3713a3f75a8a50958e381')



[arch-commits] Commit in samba/repos (64 files)

2013-04-10 Thread Tobias Powalowski
Date: Wednesday, April 10, 2013 @ 17:22:37
  Author: tpowa
Revision: 182428

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

Added:
  samba/repos/testing-i686/PKGBUILD
(from rev 182427, samba/trunk/PKGBUILD)
  samba/repos/testing-i686/nmbd.service
(from rev 182427, samba/trunk/nmbd.service)
  samba/repos/testing-i686/samba
(from rev 182427, samba/trunk/samba)
  samba/repos/testing-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 182427, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/testing-i686/samba.conf
(from rev 182427, samba/trunk/samba.conf)
  samba/repos/testing-i686/samba.conf.d
(from rev 182427, samba/trunk/samba.conf.d)
  samba/repos/testing-i686/samba.install
(from rev 182427, samba/trunk/samba.install)
  samba/repos/testing-i686/samba.logrotate
(from rev 182427, samba/trunk/samba.logrotate)
  samba/repos/testing-i686/samba.pam
(from rev 182427, samba/trunk/samba.pam)
  samba/repos/testing-i686/smbd.service
(from rev 182427, samba/trunk/smbd.service)
  samba/repos/testing-i686/smbd.socket
(from rev 182427, samba/trunk/smbd.socket)
  samba/repos/testing-i686/smbd@.service
(from rev 182427, samba/trunk/smbd@.service)
  samba/repos/testing-i686/swat.socket
(from rev 182427, samba/trunk/swat.socket)
  samba/repos/testing-i686/swat.xinetd
(from rev 182427, samba/trunk/swat.xinetd)
  samba/repos/testing-i686/swat@.service
(from rev 182427, samba/trunk/swat@.service)
  samba/repos/testing-i686/winbindd.service
(from rev 182427, samba/trunk/winbindd.service)
  samba/repos/testing-x86_64/PKGBUILD
(from rev 182427, samba/trunk/PKGBUILD)
  samba/repos/testing-x86_64/nmbd.service
(from rev 182427, samba/trunk/nmbd.service)
  samba/repos/testing-x86_64/samba
(from rev 182427, samba/trunk/samba)
  samba/repos/testing-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 182427, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/testing-x86_64/samba.conf
(from rev 182427, samba/trunk/samba.conf)
  samba/repos/testing-x86_64/samba.conf.d
(from rev 182427, samba/trunk/samba.conf.d)
  samba/repos/testing-x86_64/samba.install
(from rev 182427, samba/trunk/samba.install)
  samba/repos/testing-x86_64/samba.logrotate
(from rev 182427, samba/trunk/samba.logrotate)
  samba/repos/testing-x86_64/samba.pam
(from rev 182427, samba/trunk/samba.pam)
  samba/repos/testing-x86_64/smbd.service
(from rev 182427, samba/trunk/smbd.service)
  samba/repos/testing-x86_64/smbd.socket
(from rev 182427, samba/trunk/smbd.socket)
  samba/repos/testing-x86_64/smbd@.service
(from rev 182427, samba/trunk/smbd@.service)
  samba/repos/testing-x86_64/swat.socket
(from rev 182427, samba/trunk/swat.socket)
  samba/repos/testing-x86_64/swat.xinetd
(from rev 182427, samba/trunk/swat.xinetd)
  samba/repos/testing-x86_64/swat@.service
(from rev 182427, samba/trunk/swat@.service)
  samba/repos/testing-x86_64/winbindd.service
(from rev 182427, samba/trunk/winbindd.service)
Deleted:
  samba/repos/testing-i686/PKGBUILD
  samba/repos/testing-i686/nmbd.service
  samba/repos/testing-i686/samba
  samba/repos/testing-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/testing-i686/samba.conf
  samba/repos/testing-i686/samba.conf.d
  samba/repos/testing-i686/samba.install
  samba/repos/testing-i686/samba.logrotate
  samba/repos/testing-i686/samba.pam
  samba/repos/testing-i686/smbd.service
  samba/repos/testing-i686/smbd.socket
  samba/repos/testing-i686/smbd@.service
  samba/repos/testing-i686/swat.socket
  samba/repos/testing-i686/swat.xinetd
  samba/repos/testing-i686/swat@.service
  samba/repos/testing-i686/winbindd.service
  samba/repos/testing-x86_64/PKGBUILD
  samba/repos/testing-x86_64/nmbd.service
  samba/repos/testing-x86_64/samba
  samba/repos/testing-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/testing-x86_64/samba.conf
  samba/repos/testing-x86_64/samba.conf.d
  samba/repos/testing-x86_64/samba.install
  samba/repos/testing-x86_64/samba.logrotate
  samba/repos/testing-x86_64/samba.pam
  samba/repos/testing-x86_64/smbd.service
  samba/repos/testing-x86_64/smbd.socket
  samba/repos/testing-x86_64/smbd@.service
  samba/repos/testing-x86_64/swat.socket
  samba/repos/testing-x86_64/swat.xinetd
  samba/repos/testing-x86_64/swat@.service
  samba/repos/testing-x86_64/winbindd.service

--+
 /PKGBUILD|  508 +
 /nmbd.service|   24 
 /samba   |  108 +++
 /samba-4.0.3-fix_pidl_with_gcc48.patch   |  120 
 /samba.conf  |4 
 /samba.conf.d|   14 
 /samba.install   |   28 
 /samba.logrotate |   18 
 /samba.pam 

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

2013-04-10 Thread Sergej Pupykin
Date: Wednesday, April 10, 2013 @ 18:08:37
  Author: spupykin
Revision: 88044

upgpkg: libmicrohttpd 0.9.25-2

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 15:12:18 UTC (rev 88043)
+++ PKGBUILD2013-04-10 16:08:37 UTC (rev 88044)
@@ -7,7 +7,7 @@
 
 pkgname=libmicrohttpd
 pkgver=0.9.25
-pkgrel=1
+pkgrel=2
 pkgdesc=a small C library that is supposed to make it easy to run an HTTP 
server as part of another application.
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libmicrohttpd/;
@@ -32,6 +32,6 @@
${pkgdir}/usr/include/$pkgname/platform.h
   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/plibc/plibc.h \
${pkgdir}/usr/include/$pkgname/plibc.h
-  sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} 
-I{includedir}/libmicrohttpd#' \
+  sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} 
-I${includedir}/libmicrohttpd#' \
$pkgdir/usr/lib/pkgconfig/libmicrohttpd.pc
 }



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

2013-04-10 Thread Sergej Pupykin
Date: Wednesday, April 10, 2013 @ 18:08:55
  Author: spupykin
Revision: 88045

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

Added:
  libmicrohttpd/repos/community-i686/PKGBUILD
(from rev 88044, libmicrohttpd/trunk/PKGBUILD)
  libmicrohttpd/repos/community-i686/libmicrohttpd.install
(from rev 88044, libmicrohttpd/trunk/libmicrohttpd.install)
  libmicrohttpd/repos/community-x86_64/PKGBUILD
(from rev 88044, libmicrohttpd/trunk/PKGBUILD)
  libmicrohttpd/repos/community-x86_64/libmicrohttpd.install
(from rev 88044, libmicrohttpd/trunk/libmicrohttpd.install)
Deleted:
  libmicrohttpd/repos/community-i686/PKGBUILD
  libmicrohttpd/repos/community-i686/libmicrohttpd.install
  libmicrohttpd/repos/community-x86_64/PKGBUILD
  libmicrohttpd/repos/community-x86_64/libmicrohttpd.install

+
 /PKGBUILD  |   74 +++
 /libmicrohttpd.install |   40 
 community-i686/PKGBUILD|   37 ---
 community-i686/libmicrohttpd.install   |   20 
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/libmicrohttpd.install |   20 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-10 16:08:37 UTC (rev 88044)
+++ community-i686/PKGBUILD 2013-04-10 16:08:55 UTC (rev 88045)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Norberto Lopes shel...@mail.telepac.pt
-# Contributor: Kao Dome kaod...@gmail.com
-# Contributor: Dmitrij D. Czarkoff czark...@gmail.com
-# Contributor: Mathias Rohnstock links...@gmx.de
-
-pkgname=libmicrohttpd
-pkgver=0.9.25
-pkgrel=1
-pkgdesc=a small C library that is supposed to make it easy to run an HTTP 
server as part of another application.
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/libmicrohttpd/;
-license=('LGPL')
-options=('!libtool')
-depends=('gnutls' 'libgcrypt')
-install=libmicrohttpd.install
-source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('4f3b8ccd50e7133283f2aec5cc21620f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-dependency-tracking --enable-largefile \
-   --enable-curl --enable-messages --with-pic
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/platform.h \
-   ${pkgdir}/usr/include/$pkgname/platform.h
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/plibc/plibc.h \
-   ${pkgdir}/usr/include/$pkgname/plibc.h
-  sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} 
-I{includedir}/libmicrohttpd#' \
-   $pkgdir/usr/lib/pkgconfig/libmicrohttpd.pc
-}

Copied: libmicrohttpd/repos/community-i686/PKGBUILD (from rev 88044, 
libmicrohttpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-10 16:08:55 UTC (rev 88045)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Norberto Lopes shel...@mail.telepac.pt
+# Contributor: Kao Dome kaod...@gmail.com
+# Contributor: Dmitrij D. Czarkoff czark...@gmail.com
+# Contributor: Mathias Rohnstock links...@gmx.de
+
+pkgname=libmicrohttpd
+pkgver=0.9.25
+pkgrel=2
+pkgdesc=a small C library that is supposed to make it easy to run an HTTP 
server as part of another application.
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libmicrohttpd/;
+license=('LGPL')
+options=('!libtool')
+depends=('gnutls' 'libgcrypt')
+install=libmicrohttpd.install
+source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
+md5sums=('4f3b8ccd50e7133283f2aec5cc21620f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-dependency-tracking --enable-largefile \
+   --enable-curl --enable-messages --with-pic
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/platform.h \
+   ${pkgdir}/usr/include/$pkgname/platform.h
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/plibc/plibc.h \
+   ${pkgdir}/usr/include/$pkgname/plibc.h
+  sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} 
-I${includedir}/libmicrohttpd#' \
+   $pkgdir/usr/lib/pkgconfig/libmicrohttpd.pc
+}

Deleted: community-i686/libmicrohttpd.install
===
--- community-i686/libmicrohttpd.install2013-04-10 16:08:37 UTC (rev 
88044)
+++ community-i686/libmicrohttpd.install2013-04-10 16:08:55 UTC (rev 
88045)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(libmicrohttpd.info 

[arch-commits] Commit in gnome-applets/trunk (01_battstat_upower.patch PKGBUILD)

2013-04-10 Thread Balló György
Date: Wednesday, April 10, 2013 @ 19:39:32
  Author: bgyorgy
Revision: 88046

upgpkg: gnome-applets 3.5.92-3

Add UPower support, add missing gstreamer0.10-base-plugins dependency for the 
mixer applet

Added:
  gnome-applets/trunk/01_battstat_upower.patch
Modified:
  gnome-applets/trunk/PKGBUILD

--+
 01_battstat_upower.patch |  622 +
 PKGBUILD |   17 -
 2 files changed, 633 insertions(+), 6 deletions(-)

Added: 01_battstat_upower.patch
===
--- 01_battstat_upower.patch(rev 0)
+++ 01_battstat_upower.patch2013-04-10 17:39:32 UTC (rev 88046)
@@ -0,0 +1,622 @@
+From 18a2f4aa3ba2c8c9fc3718b15a9ab366fdd35f05 Mon Sep 17 00:00:00 2001
+From: Joachim Breitner m...@joachim-breitner.de
+Date: Mon, 5 Jul 2010 12:20:04 +0200
+Subject: [PATCH] [battstat applet] upower support
+
+As HAL is being deprecated, the battstat applet is adjusted to talk to
+upower, using libupower-glib. (Bug #607254)
+---
+ battstat/Makefile.am  |6 +-
+ battstat/battstat-upower.c|  330 +
+ battstat/battstat-upower.h|   33 
+ battstat/battstat_applet.c|7 +-
+ battstat/docs/C/battstat.xml  |   18 ++-
+ battstat/docs/de/battstat.xml |   22 +++-
+ battstat/docs/eu/battstat.xml |   20 ++-
+ battstat/power-management.c   |   66 +++--
+ configure.in  |   22 +++
+ 9 files changed, 493 insertions(+), 31 deletions(-)
+ create mode 100644 battstat/battstat-upower.c
+ create mode 100644 battstat/battstat-upower.h
+
+Index: gnome-applets-3.4.1/battstat/Makefile.am
+===
+--- gnome-applets-3.4.1.orig/battstat/Makefile.am  2012-04-13 
19:02:29.0 +0200
 gnome-applets-3.4.1/battstat/Makefile.am   2012-04-19 00:28:17.246029051 
+0200
+@@ -27,6 +27,7 @@
+   $(GNOME_APPLETS_CFLAGS) \
+   $(LIBNOTIFY_CFLAGS) \
+   $(HAL_CFLAGS)   \
++  $(UPOWER_CFLAGS)\
+   $(APMINC)   \
+   $(ACPIINC)  \
+   $(WARN_CFLAGS)  \
+@@ -48,13 +49,17 @@
+   acpi-freebsd.c \
+   acpi-freebsd.h \
+   battstat-hal.c \
+-  battstat-hal.h
++  battstat-hal.h \
++  battstat-upower.c \
++  battstat-upower.h
+ 
+ 
+ battstat_applet_2_LDADD = \
+$(GNOME_APPLETS_LIBS) \
+$(LIBNOTIFY_LIBS) \
+$(HAL_LIBS) \
++   $(UPOWER_LIBS) \
++   $(LIBM) \
+$(APMLIB)
+ 
+ schemasdir   = @GCONF_SCHEMA_FILE_DIR@
+Index: gnome-applets-3.4.1/battstat/battstat-upower.c
+===
+--- /dev/null  1970-01-01 00:00:00.0 +
 gnome-applets-3.4.1/battstat/battstat-upower.c 2012-04-19 
00:28:17.246029051 +0200
+@@ -0,0 +1,301 @@
++/*
++ *  Copyright (C) 2010 by Joachim Breitner m...@joachim-breitner.de
++ *
++ * Based on battstat-hal.c:
++ * Copyright (C) 2005 by Ryan Lortie de...@desrt.ca
++ *
++ *  This program is free software; you can redistribute it and/or modify
++ *  it under the terms of the GNU General Public License as published by
++ *  the Free Software Foundation; either version 2 of the License, or
++ *  (at your option) any later version.
++ *
++ *  This program is distributed in the hope that it will be useful,
++ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
++ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++ *  GNU General Public License for more details.
++ *
++ *  You should have received a copy of the GNU General Public License
++ *  along with this program; if not, write to the Free Software
++ *  Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA.
++ *
++ * $Id$
++ */
++
++#include config.h
++
++#ifdef HAVE_UPOWER
++
++#include upower.h
++#include math.h
++
++#include battstat-upower.h
++
++static UpClient *upc;
++static void (*status_updated_callback) (void);
++
++
++/* status_updated_callback() can not be called directly because at the time of
++ * the device-remove signal, the device is not actually removed from the list
++ * of devices known to the up_client object (see libupower-glib/up-client.c in
++ * upower). Waiting for the next idle timer works around this issue and has 
has
++ * the additionaly benefit of possibly running status_updated_callback only
++ * once when several events happen very soon after each other.
++ */
++static gboolean status_update_scheduled;
++
++static gboolean
++update_status_idle (gpointer junk)
++{
++  if (status_updated_callback)
++status_updated_callback ();
++
++  return status_update_scheduled = FALSE;
++}
++
++static void
++schedule_status_callback 

[arch-commits] Commit in gnome-applets/repos (22 files)

2013-04-10 Thread Balló György
Date: Wednesday, April 10, 2013 @ 19:39:46
  Author: bgyorgy
Revision: 88047

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gnome-applets/repos/community-staging-i686/01_battstat_upower.patch
(from rev 88046, gnome-applets/trunk/01_battstat_upower.patch)
  gnome-applets/repos/community-staging-i686/PKGBUILD
(from rev 88046, gnome-applets/trunk/PKGBUILD)
  gnome-applets/repos/community-staging-i686/disable-gweather-applet.patch
(from rev 88046, gnome-applets/trunk/disable-gweather-applet.patch)
  gnome-applets/repos/community-staging-i686/fix-autoconf.patch
(from rev 88046, gnome-applets/trunk/fix-autoconf.patch)
  gnome-applets/repos/community-staging-i686/gnome-applets-cpupower.patch
(from rev 88046, gnome-applets/trunk/gnome-applets-cpupower.patch)
  gnome-applets/repos/community-staging-i686/gnome-applets.install
(from rev 88046, gnome-applets/trunk/gnome-applets.install)
  gnome-applets/repos/community-staging-x86_64/01_battstat_upower.patch
(from rev 88046, gnome-applets/trunk/01_battstat_upower.patch)
  gnome-applets/repos/community-staging-x86_64/PKGBUILD
(from rev 88046, gnome-applets/trunk/PKGBUILD)
  gnome-applets/repos/community-staging-x86_64/disable-gweather-applet.patch
(from rev 88046, gnome-applets/trunk/disable-gweather-applet.patch)
  gnome-applets/repos/community-staging-x86_64/fix-autoconf.patch
(from rev 88046, gnome-applets/trunk/fix-autoconf.patch)
  gnome-applets/repos/community-staging-x86_64/gnome-applets-cpupower.patch
(from rev 88046, gnome-applets/trunk/gnome-applets-cpupower.patch)
  gnome-applets/repos/community-staging-x86_64/gnome-applets.install
(from rev 88046, gnome-applets/trunk/gnome-applets.install)
Deleted:
  gnome-applets/repos/community-staging-i686/PKGBUILD
  gnome-applets/repos/community-staging-i686/disable-gweather-applet.patch
  gnome-applets/repos/community-staging-i686/fix-autoconf.patch
  gnome-applets/repos/community-staging-i686/gnome-applets-cpupower.patch
  gnome-applets/repos/community-staging-i686/gnome-applets.install
  gnome-applets/repos/community-staging-x86_64/PKGBUILD
  gnome-applets/repos/community-staging-x86_64/disable-gweather-applet.patch
  gnome-applets/repos/community-staging-x86_64/fix-autoconf.patch
  gnome-applets/repos/community-staging-x86_64/gnome-applets-cpupower.patch
  gnome-applets/repos/community-staging-x86_64/gnome-applets.install

+
 /PKGBUILD  |  122 ++
 /disable-gweather-applet.patch |   24 
 /fix-autoconf.patch|   24 
 /gnome-applets-cpupower.patch  |   24 
 /gnome-applets.install |   48 +
 community-staging-i686/01_battstat_upower.patch|  622 +++
 community-staging-i686/PKGBUILD|   56 -
 community-staging-i686/disable-gweather-applet.patch   |   12 
 community-staging-i686/fix-autoconf.patch  |   12 
 community-staging-i686/gnome-applets-cpupower.patch|   12 
 community-staging-i686/gnome-applets.install   |   24 
 community-staging-x86_64/01_battstat_upower.patch  |  622 +++
 community-staging-x86_64/PKGBUILD  |   56 -
 community-staging-x86_64/disable-gweather-applet.patch |   12 
 community-staging-x86_64/fix-autoconf.patch|   12 
 community-staging-x86_64/gnome-applets-cpupower.patch  |   12 
 community-staging-x86_64/gnome-applets.install |   24 
 17 files changed, 1486 insertions(+), 232 deletions(-)

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


[arch-commits] Commit in metacity/trunk (PKGBUILD enable_compositing.patch)

2013-04-10 Thread Balló György
Date: Wednesday, April 10, 2013 @ 20:25:45
  Author: bgyorgy
Revision: 88048

upgpkg: metacity 2.34.13-4

Enable compositing by default (required for the desktop rendering feature of 
nautilus)

Added:
  metacity/trunk/enable_compositing.patch
Modified:
  metacity/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 enable_compositing.patch |   12 
 2 files changed, 20 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 17:39:46 UTC (rev 88047)
+++ PKGBUILD2013-04-10 18:25:45 UTC (rev 88048)
@@ -4,7 +4,7 @@
 
 pkgname=metacity
 pkgver=2.34.13
-pkgrel=3
+pkgrel=4
 pkgdesc=Legacy GNOME window manager
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -16,11 +16,13 @@
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 fix_compositing_startup.patch
 fix_force_quit.patch
-fix_shadows.patch)
+fix_shadows.patch
+enable_compositing.patch)
 sha256sums=('8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075'
 '5094a0ffe3eb8289ed752829877c2e1b743eddf938ad3fc92fb4574b42765ae2'
 '917760ac3375894ebb4052dfc7c8dff1ac556fb81033d7a7caf02123ceede50d'
-'a0981477e9b3fd108fd03b7637bfd1f17a1f6cb13ec703d86b424b55076096f3')
+'a0981477e9b3fd108fd03b7637bfd1f17a1f6cb13ec703d86b424b55076096f3'
+'e53c1c20e19cd3d94d05d08045c7a9a373ce52051928ccc69bf3068081f30f9a')
 
 build() {
   cd $pkgname-$pkgver
@@ -34,6 +36,9 @@
   # https://bugzilla.gnome.org/show_bug.cgi?id=648340
   patch -Np1 -i $srcdir/fix_shadows.patch
 
+  # Enable compositing by default (required for the desktop rendering feature 
of nautilus)
+  patch -Np1 -i $srcdir/enable_compositing.patch
+
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
   --disable-static --disable-schemas-compile
   make

Added: enable_compositing.patch
===
--- enable_compositing.patch(rev 0)
+++ enable_compositing.patch2013-04-10 18:25:45 UTC (rev 88048)
@@ -0,0 +1,12 @@
+diff -Naur metacity-2.34.13.orig/src/org.gnome.metacity.gschema.xml.in 
metacity-2.34.13/src/org.gnome.metacity.gschema.xml.in
+--- metacity-2.34.13.orig/src/org.gnome.metacity.gschema.xml.in
2012-02-15 18:31:44.0 +0100
 metacity-2.34.13/src/org.gnome.metacity.gschema.xml.in 2013-04-10 
20:14:39.837033219 +0200
+@@ -3,7 +3,7 @@
+   schema id=org.gnome.metacity path=/org/gnome/metacity/
+   gettext-domain=@GETTEXT_PACKAGE@
+ key name=compositing-manager type=b
+-  defaultfalse/default
++  defaulttrue/default
+   _summaryCompositing Manager/_summary
+   _description
+ Determines whether Metacity is a compositing manager.



[arch-commits] Commit in metacity/repos (6 files)

2013-04-10 Thread Balló György
Date: Wednesday, April 10, 2013 @ 20:25:58
  Author: bgyorgy
Revision: 88049

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Deleted:
  metacity/repos/community-staging-i686/PKGBUILD
  metacity/repos/community-staging-i686/fix_compositing_startup.patch
  metacity/repos/community-staging-i686/metacity.install
  metacity/repos/community-staging-x86_64/PKGBUILD
  metacity/repos/community-staging-x86_64/fix_compositing_startup.patch
  metacity/repos/community-staging-x86_64/metacity.install

+
 community-staging-i686/PKGBUILD|   45 ---
 community-staging-i686/fix_compositing_startup.patch   |   12 
 community-staging-i686/metacity.install|   19 --
 community-staging-x86_64/PKGBUILD  |   45 ---
 community-staging-x86_64/fix_compositing_startup.patch |   12 
 community-staging-x86_64/metacity.install  |   19 --
 6 files changed, 152 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-04-10 18:25:45 UTC (rev 88048)
+++ community-staging-i686/PKGBUILD 2013-04-10 18:25:58 UTC (rev 88049)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=metacity
-pkgver=2.34.13
-pkgrel=3
-pkgdesc=Legacy GNOME window manager
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'gsettings-desktop-schemas' 'gtk2' 
'startup-notification' 'zenity')
-makedepends=('intltool' 'itstool')
-url=https://live.gnome.org/Metacity;
-options=('!libtool')
-install=metacity.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-fix_compositing_startup.patch
-fix_force_quit.patch
-fix_shadows.patch)
-sha256sums=('8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075'
-'5094a0ffe3eb8289ed752829877c2e1b743eddf938ad3fc92fb4574b42765ae2'
-'917760ac3375894ebb4052dfc7c8dff1ac556fb81033d7a7caf02123ceede50d'
-'a0981477e9b3fd108fd03b7637bfd1f17a1f6cb13ec703d86b424b55076096f3')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=658036
-  patch -Np1 -i $srcdir/fix_compositing_startup.patch
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=687938
-  patch -Np1 -i $srcdir/fix_force_quit.patch
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=648340
-  patch -Np1 -i $srcdir/fix_shadows.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Deleted: community-staging-i686/fix_compositing_startup.patch
===
--- community-staging-i686/fix_compositing_startup.patch2013-04-10 
18:25:45 UTC (rev 88048)
+++ community-staging-i686/fix_compositing_startup.patch2013-04-10 
18:25:58 UTC (rev 88049)
@@ -1,12 +0,0 @@
-diff -Naur metacity-2.34.5.orig/src/compositor/compositor-xrender.c 
metacity-2.34.5/src/compositor/compositor-xrender.c
 metacity-2.34.5.orig/src/compositor/compositor-xrender.c   2011-11-10 
15:14:34.0 +0100
-+++ metacity-2.34.5/src/compositor/compositor-xrender.c2012-08-28 
14:23:04.093750568 +0200
-@@ -3066,6 +3057,8 @@
- #endif
- 
-   xrc-enabled = TRUE;
-+  xrc-show_redraw = FALSE;
-+  xrc-debug = FALSE;
-   g_timeout_add (2000, (GSourceFunc) timeout_debug, xrc);
- 
-   return compositor;

Deleted: community-staging-i686/metacity.install
===
--- community-staging-i686/metacity.install 2013-04-10 18:25:45 UTC (rev 
88048)
+++ community-staging-i686/metacity.install 2013-04-10 18:25:58 UTC (rev 
88049)
@@ -1,19 +0,0 @@
-pkgname=metacity
-
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
-/usr/sbin/gconfpkg --uninstall $pkgname
-fi
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2013-04-10 18:25:45 UTC (rev 88048)
+++ community-staging-x86_64/PKGBUILD   2013-04-10 18:25:58 UTC (rev 88049)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=metacity
-pkgver=2.34.13
-pkgrel=3
-pkgdesc=Legacy GNOME window manager
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 

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

2013-04-10 Thread Balló György
Date: Wednesday, April 10, 2013 @ 20:31:04
  Author: bgyorgy
Revision: 88050

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  metacity/repos/community-staging-i686/PKGBUILD
(from rev 88049, metacity/trunk/PKGBUILD)
  metacity/repos/community-staging-i686/enable_compositing.patch
(from rev 88049, metacity/trunk/enable_compositing.patch)
  metacity/repos/community-staging-i686/fix_compositing_startup.patch
(from rev 88049, metacity/trunk/fix_compositing_startup.patch)
  metacity/repos/community-staging-i686/fix_force_quit.patch
(from rev 88049, metacity/trunk/fix_force_quit.patch)
  metacity/repos/community-staging-i686/fix_shadows.patch
(from rev 88049, metacity/trunk/fix_shadows.patch)
  metacity/repos/community-staging-i686/metacity.install
(from rev 88049, metacity/trunk/metacity.install)
  metacity/repos/community-staging-x86_64/PKGBUILD
(from rev 88049, metacity/trunk/PKGBUILD)
  metacity/repos/community-staging-x86_64/enable_compositing.patch
(from rev 88049, metacity/trunk/enable_compositing.patch)
  metacity/repos/community-staging-x86_64/fix_compositing_startup.patch
(from rev 88049, metacity/trunk/fix_compositing_startup.patch)
  metacity/repos/community-staging-x86_64/fix_force_quit.patch
(from rev 88049, metacity/trunk/fix_force_quit.patch)
  metacity/repos/community-staging-x86_64/fix_shadows.patch
(from rev 88049, metacity/trunk/fix_shadows.patch)
  metacity/repos/community-staging-x86_64/metacity.install
(from rev 88049, metacity/trunk/metacity.install)
Deleted:
  metacity/repos/community-staging-i686/fix_force_quit.patch
  metacity/repos/community-staging-i686/fix_shadows.patch
  metacity/repos/community-staging-x86_64/fix_force_quit.patch
  metacity/repos/community-staging-x86_64/fix_shadows.patch

+
 /fix_force_quit.patch  |  444 +++
 /fix_shadows.patch |   78 ++
 community-staging-i686/PKGBUILD|   50 +
 community-staging-i686/enable_compositing.patch|   12 
 community-staging-i686/fix_compositing_startup.patch   |   12 
 community-staging-i686/fix_force_quit.patch|  222 ---
 community-staging-i686/fix_shadows.patch   |   39 -
 community-staging-i686/metacity.install|   19 
 community-staging-x86_64/PKGBUILD  |   50 +
 community-staging-x86_64/enable_compositing.patch  |   12 
 community-staging-x86_64/fix_compositing_startup.patch |   12 
 community-staging-x86_64/fix_force_quit.patch  |  222 ---
 community-staging-x86_64/fix_shadows.patch |   39 -
 community-staging-x86_64/metacity.install  |   19 
 14 files changed, 708 insertions(+), 522 deletions(-)

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


[arch-commits] Commit in perl/trunk (CVE-2012-6329.patch PKGBUILD)

2013-04-10 Thread Florian Pritz
Date: Wednesday, April 10, 2013 @ 20:55:46
  Author: bluewind
Revision: 182429

upgpkg: perl 5.16.3-2

fix CVE-2012-6329

Added:
  perl/trunk/CVE-2012-6329.patch
Modified:
  perl/trunk/PKGBUILD

-+
 CVE-2012-6329.patch |   79 ++
 PKGBUILD|5 ++-
 2 files changed, 83 insertions(+), 1 deletion(-)

Added: CVE-2012-6329.patch
===
--- CVE-2012-6329.patch (rev 0)
+++ CVE-2012-6329.patch 2013-04-10 18:55:46 UTC (rev 182429)
@@ -0,0 +1,79 @@
+commit 1735f6f53ca19f99c6e9e39496c486af323ba6a8
+Author: Brian Carlson brian.carl...@cpanel.net
+Date:   Wed Nov 28 08:54:33 2012 -0500
+
+Fix misparsing of maketext strings.
+
+Case 61251: This commit fixes a misparse of maketext strings that could
+lead to arbitrary code execution.  Basically, maketext was compiling
+bracket notation into functions, but neglected to escape backslashes
+inside the content or die on fully-qualified method names when
+generating the code.  This change escapes all such backslashes and dies
+when a method name with a colon or apostrophe is specified.
+---
+ AUTHORS |  1 +
+ dist/Locale-Maketext/lib/Locale/Maketext.pm | 24 
+ 2 files changed, 9 insertions(+), 16 deletions(-)
+
+diff --git a/AUTHORS b/AUTHORS
+index 70734b0..009dea0 100644
+--- a/AUTHORS
 b/AUTHORS
+@@ -154,6 +154,7 @@ Breno G. de Oliveira   g...@cpan.org
+ Brent Dax brent...@cpan.org
+ Brooks D Boyd
+ Brian Callaghan   call...@itginc.com
++Brian Carlson brian.carl...@cpanel.net
+ Brian Clarke  cla...@appliedmeta.com
+ brian d foy   brian.d@gmail.com
+ Brian Fraser  frase...@gmail.com
+diff --git a/dist/Locale-Maketext/lib/Locale/Maketext.pm 
b/dist/Locale-Maketext/lib/Locale/Maketext.pm
+index 4822027..63e5fba 100644
+--- a/dist/Locale-Maketext/lib/Locale/Maketext.pm
 b/dist/Locale-Maketext/lib/Locale/Maketext.pm
+@@ -625,21 +625,9 @@ sub _compile {
+ # 0-length method name means to just interpolate:
+ push @code, ' (';
+ }
+-elsif($m =~ /^\w+(?:\:\:\w+)*$/s
+-and $m !~ m/(?:^|\:)\d/s
+-# exclude starting a (sub)package or symbol with a 
digit
++elsif($m =~ /^\w+$/s
++# exclude anything fancy, especially fully-qualified 
module names
+ ) {
+-# Yes, it even supports the demented (and 
undocumented?)
+-#  $obj-Foo::bar(...) syntax.
+-$target-_die_pointing(
+-$string_to_compile, q{Can't use SUPER:: in a 
bracket-group method},
+-2 + length($c[-1])
+-)
+-if $m =~ m/^SUPER::/s;
+-# Because for SUPER:: to work, we'd have to compile 
this into
+-#  the right package, and that seems just not worth 
the bother,
+-#  unless someone convinces me otherwise.
+-
+ push @code, ' $_[0]-' . $m . '(';
+ }
+ else {
+@@ -693,7 +681,9 @@ sub _compile {
+ elsif(substr($1,0,1) ne '~') {
+ # it's stuff not containing ~ or [ or ]
+ # i.e., a literal blob
+-$c[-1] .= $1;
++my $text = $1;
++$text =~ s/\\//g;
++$c[-1] .= $text;
+ 
+ }
+ elsif($1 eq '~~') { # ~~
+@@ -731,7 +721,9 @@ sub _compile {
+ else {
+ # It's a ~X where X is not a special character.
+ # Consider it a literal ~ and X.
+-$c[-1] .= $1;
++my $text = $1;
++$text =~ s/\\//g;
++$c[-1] .= $text;
+ }
+ }
+ }

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 15:22:37 UTC (rev 182428)
+++ PKGBUILD2013-04-10 18:55:46 UTC (rev 182429)
@@ -7,7 +7,7 @@
 
 pkgname=perl
 pkgver=5.16.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A highly capable, feature-rich programming language
 arch=(i686 x86_64)
 license=('GPL' 'PerlArtistic')
@@ -18,6 +18,7 @@
 cgi-cr-escaping.diff
 perlbin.sh
 perlbin.csh
+   CVE-2012-6329.patch
 provides.pl)
 install=perl.install
 options=('makeflags' '!purge')
@@ -25,6 +26,7 @@
  '0486659c9eefe682364a3e364d814296'
  '5ed2542fdb9a60682f215bd33701e61a'
  '1f0cbbee783e8a6d32f01be5118e0d5e'
+ '5dc374e095d896fb30618e414aeb9017'
  

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

2013-04-10 Thread Florian Pritz
Date: Wednesday, April 10, 2013 @ 20:55:55
  Author: bluewind
Revision: 182430

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

Added:
  perl/repos/testing-i686/
  perl/repos/testing-i686/CVE-2012-6329.patch
(from rev 182429, perl/trunk/CVE-2012-6329.patch)
  perl/repos/testing-i686/PKGBUILD
(from rev 182429, perl/trunk/PKGBUILD)
  perl/repos/testing-i686/cgi-cr-escaping.diff
(from rev 182429, perl/trunk/cgi-cr-escaping.diff)
  perl/repos/testing-i686/perl.install
(from rev 182429, perl/trunk/perl.install)
  perl/repos/testing-i686/perlbin.csh
(from rev 182429, perl/trunk/perlbin.csh)
  perl/repos/testing-i686/perlbin.sh
(from rev 182429, perl/trunk/perlbin.sh)
  perl/repos/testing-i686/provides.pl
(from rev 182429, perl/trunk/provides.pl)
  perl/repos/testing-x86_64/
  perl/repos/testing-x86_64/CVE-2012-6329.patch
(from rev 182429, perl/trunk/CVE-2012-6329.patch)
  perl/repos/testing-x86_64/PKGBUILD
(from rev 182429, perl/trunk/PKGBUILD)
  perl/repos/testing-x86_64/cgi-cr-escaping.diff
(from rev 182429, perl/trunk/cgi-cr-escaping.diff)
  perl/repos/testing-x86_64/perl.install
(from rev 182429, perl/trunk/perl.install)
  perl/repos/testing-x86_64/perlbin.csh
(from rev 182429, perl/trunk/perlbin.csh)
  perl/repos/testing-x86_64/perlbin.sh
(from rev 182429, perl/trunk/perlbin.sh)
  perl/repos/testing-x86_64/provides.pl
(from rev 182429, perl/trunk/provides.pl)

-+
 testing-i686/CVE-2012-6329.patch|   79 
 testing-i686/PKGBUILD   |  122 +
 testing-i686/cgi-cr-escaping.diff   |   75 
 testing-i686/perl.install   |   10 +
 testing-i686/perlbin.csh|   15 +
 testing-i686/perlbin.sh |   18 ++
 testing-i686/provides.pl|  299 ++
 testing-x86_64/CVE-2012-6329.patch  |   79 
 testing-x86_64/PKGBUILD |  122 +
 testing-x86_64/cgi-cr-escaping.diff |   75 
 testing-x86_64/perl.install |   10 +
 testing-x86_64/perlbin.csh  |   15 +
 testing-x86_64/perlbin.sh   |   18 ++
 testing-x86_64/provides.pl  |  299 ++
 14 files changed, 1236 insertions(+)

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


[arch-commits] Commit in anjuta/repos (10 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:13
  Author: heftig
Revision: 182431

db-move: moved anjuta from [staging] to [testing] (i686, x86_64)

Added:
  anjuta/repos/testing-i686/
  anjuta/repos/testing-i686/PKGBUILD
(from rev 182430, anjuta/repos/staging-i686/PKGBUILD)
  anjuta/repos/testing-i686/anjuta.install
(from rev 182430, anjuta/repos/staging-i686/anjuta.install)
  anjuta/repos/testing-i686/fix-compile-error.patch
(from rev 182430, anjuta/repos/staging-i686/fix-compile-error.patch)
  anjuta/repos/testing-x86_64/
  anjuta/repos/testing-x86_64/PKGBUILD
(from rev 182430, anjuta/repos/staging-x86_64/PKGBUILD)
  anjuta/repos/testing-x86_64/anjuta.install
(from rev 182430, anjuta/repos/staging-x86_64/anjuta.install)
  anjuta/repos/testing-x86_64/fix-compile-error.patch
(from rev 182430, anjuta/repos/staging-x86_64/fix-compile-error.patch)
Deleted:
  anjuta/repos/staging-i686/
  anjuta/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   60 +++
 testing-i686/anjuta.install|   15 +++
 testing-i686/fix-compile-error.patch   |   24 
 testing-x86_64/PKGBUILD|   60 +++
 testing-x86_64/anjuta.install  |   15 +++
 testing-x86_64/fix-compile-error.patch |   24 
 6 files changed, 198 insertions(+)

Copied: anjuta/repos/testing-i686/PKGBUILD (from rev 182430, 
anjuta/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:13 UTC (rev 182431)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Harley Laue losinggenerat...@yahoo.com
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=GNOME Integrated Development Environment (IDE)
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion gnome-icon-theme 
vala dconf
+ gtk-doc yelp-tools gnome-common intltool gobject-introspection 
itstool gjs)
+url=http://www.anjuta.org/;
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
+fix-compile-error.patch)
+sha256sums=('c95caac9ad56a26457b76c49ec27b38e67de05df5f6656e0fbdac0508d59f117'
+'d072af4c1c52ce65f84026b83baa642a9bcfa06b10913b356b5cd99d98931b1d')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  patch -Np1 -i ../fix-compile-error.patch
+
+  # Bump vala version
+  sed -i '/vala/s/-0\.18/-0.20/' configure.ac
+
+  PYTHON=/usr/bin/python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-glade-catalog
+  make
+}
+
+package_libanjuta(){
+  pkgdesc=Anjuta runtime library
+  depends=(gdl)
+  conflicts=('anjuta3.4.4')
+
+  cd $pkgbase-$pkgver/libanjuta
+
+  # j1: Race during linking
+  make -j1 DESTDIR=$pkgdir install
+}
+
+package_anjuta(){
+  pkgdesc=GNOME Integrated Development Environment (IDE)
+  depends=(libanjuta vte3 autogen devhelp glade libgda subversion 
gnome-icon-theme vala dconf)
+  groups=('gnome-extra')
+
+  install=anjuta.install
+
+  cd $pkgbase-$pkgver
+  make -j1 DESTDIR=$pkgdir install
+
+  cd libanjuta
+  make -j1 DESTDIR=$pkgdir uninstall
+  
+  sed -i 1s|#!/usr/bin/python$|2| \
+$pkgdir/usr/share/anjuta/project/{pygtk,python}/src/main.py
+}

Copied: anjuta/repos/testing-i686/anjuta.install (from rev 182430, 
anjuta/repos/staging-i686/anjuta.install)
===
--- testing-i686/anjuta.install (rev 0)
+++ testing-i686/anjuta.install 2013-04-10 19:11:13 UTC (rev 182431)
@@ -0,0 +1,15 @@
+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
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+  update-mime-database /usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: anjuta/repos/testing-i686/fix-compile-error.patch (from rev 182430, 
anjuta/repos/staging-i686/fix-compile-error.patch)
===
--- testing-i686/fix-compile-error.patch(rev 0)
+++ testing-i686/fix-compile-error.patch2013-04-10 19:11:13 UTC (rev 
182431)
@@ -0,0 +1,24 @@
+diff -u -r anjuta-3.8.0/libanjuta/anjuta-token.c 
anjuta-3.8.0-fix/libanjuta/anjuta-token.c
+--- anjuta-3.8.0/libanjuta/anjuta-token.c  2013-01-14 22:45:09.0 
+0100
 anjuta-3.8.0-fix/libanjuta/anjuta-token.c  2013-03-31 13:56:11.722332230 
+0200
+@@ -329,7 +329,7 @@
+   if (string == NULL)
+   {
+   /* Value doesn't contain a newline */
+-  fprintf (stderr, (%lu), length);
++   

[arch-commits] Commit in gdm/repos (10 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:14
  Author: heftig
Revision: 182432

db-move: moved gdm from [staging] to [testing] (i686, x86_64)

Added:
  gdm/repos/testing-i686/
  gdm/repos/testing-i686/PKGBUILD
(from rev 182430, gdm/repos/staging-i686/PKGBUILD)
  gdm/repos/testing-i686/fix_external_program_directories.patch
(from rev 182430, 
gdm/repos/staging-i686/fix_external_program_directories.patch)
  gdm/repos/testing-i686/gdm.install
(from rev 182430, gdm/repos/staging-i686/gdm.install)
  gdm/repos/testing-x86_64/
  gdm/repos/testing-x86_64/PKGBUILD
(from rev 182430, gdm/repos/staging-x86_64/PKGBUILD)
  gdm/repos/testing-x86_64/fix_external_program_directories.patch
(from rev 182430, 
gdm/repos/staging-x86_64/fix_external_program_directories.patch)
  gdm/repos/testing-x86_64/gdm.install
(from rev 182430, gdm/repos/staging-x86_64/gdm.install)
Deleted:
  gdm/repos/staging-i686/
  gdm/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   77 
 testing-i686/fix_external_program_directories.patch   |   12 ++
 testing-i686/gdm.install  |   30 ++
 testing-x86_64/PKGBUILD   |   77 
 testing-x86_64/fix_external_program_directories.patch |   12 ++
 testing-x86_64/gdm.install|   30 ++
 6 files changed, 238 insertions(+)

Copied: gdm/repos/testing-i686/PKGBUILD (from rev 182430, 
gdm/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:14 UTC (rev 182432)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gdm
+pkgname=(gdm libgdm)
+pkgver=3.8.0
+pkgrel=3
+pkgdesc=Gnome Display Manager
+arch=(i686 x86_64)
+license=(GPL)
+url=http://www.gnome.org;
+options=('!libtool')
+depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server)
+makedepends=(itstool intltool gnome-doc-utils gobject-introspection)
+checkdepends=('check')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
+fix_external_program_directories.patch)
+sha256sums=('4a0894ae50d1f090c6ccc450b74142243fff9ee17e2924c0f363ea51b3ba6bd5'
+'a878680734e35c1d66252cbcfe678c3961b5ff0fa16302f8796a5e7e65ffe4a2')
+
+build() {
+  cd $pkgbase-$pkgver
+  patch -Np1 -i $srcdir/fix_external_program_directories.patch
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/gdm \
+--localstatedir=/var \
+--disable-static \
+--disable-schemas-compile \
+--with-at-spi-registryd-directory=/usr/lib/at-spi2-core \
+--with-check-accelerated-directory=/usr/lib/gnome-session \
+--with-authentication-agent-directory=/usr/lib/polkit-gnome \
+--without-tcp-wrappers \
+--without-console-kit \
+--with-systemd \
+--with-default-pam-config=exherbo
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  make check
+}
+
+package_gdm() {
+  depends+=(libgdm)
+  optdepends=('fprintd: fingerprint authentication')
+  backup=(etc/pam.d/gdm-autologin etc/pam.d/gdm-fingerprint 
etc/pam.d/gdm-launch-environment
+  etc/pam.d/gdm-password etc/pam.d/gdm-smartcard etc/gdm/custom.conf
+  etc/gdm/Xsession)
+  groups=(gnome)
+  install=gdm.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+
+  chmod 1770 $pkgdir/var/log/gdm
+  chmod 700 $pkgdir/var/lib/gdm/.config/dconf
+  rm -r $pkgdir/var/run $pkgdir/var/gdm
+
+### Split libgdm
+  make -C gui/libgdm DESTDIR=$pkgdir uninstall
+}
+
+package_libgdm() {
+  pkgdesc=GDM support library
+  depends=(systemd)
+
+  cd $pkgbase-$pkgver
+  make -C gui/libgdm DESTDIR=$pkgdir install
+}

Copied: gdm/repos/testing-i686/fix_external_program_directories.patch (from rev 
182430, gdm/repos/staging-i686/fix_external_program_directories.patch)
===
--- testing-i686/fix_external_program_directories.patch 
(rev 0)
+++ testing-i686/fix_external_program_directories.patch 2013-04-10 19:11:14 UTC 
(rev 182432)
@@ -0,0 +1,12 @@
+diff -Nur gdm-3.3.92.orig/gui/simple-chooser/gdm-chooser-session.c 
gdm-3.3.92/gui/simple-chooser/gdm-chooser-session.c
+--- gdm-3.3.92.orig/gui/simple-chooser/gdm-chooser-session.c   2012-03-19 
22:30:05.304823391 +
 gdm-3.3.92/gui/simple-chooser/gdm-chooser-session.c2012-03-19 
22:30:17.004732251 +
+@@ -131,7 +131,7 @@
+ ret = FALSE;

[arch-commits] Commit in glib2/repos (10 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:15
  Author: heftig
Revision: 182433

db-move: moved glib2 from [staging] to [testing] (i686, x86_64)

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/0001-Make-gtester-report-work-with-Python-3.x.patch
(from rev 182430, 
glib2/repos/staging-i686/0001-Make-gtester-report-work-with-Python-3.x.patch)
  glib2/repos/testing-i686/PKGBUILD
(from rev 182430, glib2/repos/staging-i686/PKGBUILD)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 182430, 
glib2/repos/staging-i686/revert-warn-glib-compile-schemas.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/0001-Make-gtester-report-work-with-Python-3.x.patch
(from rev 182430, 
glib2/repos/staging-x86_64/0001-Make-gtester-report-work-with-Python-3.x.patch)
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 182430, glib2/repos/staging-x86_64/PKGBUILD)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 182430, 
glib2/repos/staging-x86_64/revert-warn-glib-compile-schemas.patch)
Deleted:
  glib2/repos/staging-i686/
  glib2/repos/staging-x86_64/

+
 testing-i686/0001-Make-gtester-report-work-with-Python-3.x.patch   |   60 
+
 testing-i686/PKGBUILD  |   63 
++
 testing-i686/revert-warn-glib-compile-schemas.patch|   33 +
 testing-x86_64/0001-Make-gtester-report-work-with-Python-3.x.patch |   60 
+
 testing-x86_64/PKGBUILD|   63 
++
 testing-x86_64/revert-warn-glib-compile-schemas.patch  |   33 +
 6 files changed, 312 insertions(+)

Copied: 
glib2/repos/testing-i686/0001-Make-gtester-report-work-with-Python-3.x.patch 
(from rev 182430, 
glib2/repos/staging-i686/0001-Make-gtester-report-work-with-Python-3.x.patch)
===
--- testing-i686/0001-Make-gtester-report-work-with-Python-3.x.patch
(rev 0)
+++ testing-i686/0001-Make-gtester-report-work-with-Python-3.x.patch
2013-04-10 19:11:15 UTC (rev 182433)
@@ -0,0 +1,60 @@
+From 3d81e0a414ecb876f2429c0108a685152bd4ee54 Mon Sep 17 00:00:00 2001
+From: Jan de Groot j...@archlinux.org
+Date: Thu, 21 Mar 2013 20:47:57 +0100
+Subject: [PATCH] Make gtester-report work with Python 3.x: - fix indentations
+ (tabs to spaces) - Replace print with print(), still works with Python 2.x
+
+---
+ glib/gtester-report | 28 ++--
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+diff --git a/glib/gtester-report b/glib/gtester-report
+index 0fcdd9a..00296ea 100755
+--- a/glib/gtester-report
 b/glib/gtester-report
+@@ -308,20 +308,20 @@ class HTMLReportWriter(ReportWriter):
+ if binary.success_cases:
+   oklink = 'href=javascript:toggle_display (\'ResultTable\', \'tr\', 
\'b%u_\', \'success\')' % self.bcounter
+ if real_cases != 0:
+-  self.oprint ('a %sER/a\n' % erlink)
+-  self.oprint ('a %sOK/a\n' % oklink)
+-  self.oprint ('/td\n')
+-  perc = binary.success_cases * 100.0 / real_cases
+-  pcolor = {
+-100 : 'bgcolor=lightgreen',
+-0   : 'bgcolor=red',
+-  }.get (int (perc), 'bgcolor=yellow')
+-  self.oprint ('td align=right %s%.2f%%/td\n' % (pcolor, perc))
+-  self.oprint ('/tr\n')
++self.oprint ('a %sER/a\n' % erlink)
++self.oprint ('a %sOK/a\n' % oklink)
++self.oprint ('/td\n')
++perc = binary.success_cases * 100.0 / real_cases
++pcolor = {
++  100 : 'bgcolor=lightgreen',
++  0   : 'bgcolor=red',
++}.get (int (perc), 'bgcolor=yellow')
++self.oprint ('td align=right %s%.2f%%/td\n' % (pcolor, perc))
++self.oprint ('/tr\n')
+ else:
+-  self.oprint ('Empty\n')
+-  self.oprint ('/td\n')
+-  self.oprint ('/tr\n')
++self.oprint ('Empty\n')
++self.oprint ('/td\n')
++self.oprint ('/tr\n')
+ for tc in binary.testcases:
+   self.handle_testcase (tc, binary)
+   def handle_totals (self):
+@@ -466,7 +466,7 @@ def parse_opts():
+  Needs python-subunit])
+ options, files = parser.parse_args()
+ if options.version:
+-print parser.epilog
++print(parser.epilog)
+ return None, None
+ if len(files) != 1:
+ parser.error(Must supply a log file to parse.)
+-- 
+1.8.2
+

Copied: glib2/repos/testing-i686/PKGBUILD (from rev 182430, 
glib2/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:15 UTC (rev 182433)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.36.0
+pkgrel=5
+pkgdesc=Common C routines used by GTK+ 

[arch-commits] Commit in glibmm/repos (6 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:17
  Author: heftig
Revision: 182434

db-move: moved glibmm from [staging] to [testing] (i686, x86_64)

Added:
  glibmm/repos/testing-i686/
  glibmm/repos/testing-i686/PKGBUILD
(from rev 182430, glibmm/repos/staging-i686/PKGBUILD)
  glibmm/repos/testing-x86_64/
  glibmm/repos/testing-x86_64/PKGBUILD
(from rev 182430, glibmm/repos/staging-x86_64/PKGBUILD)
Deleted:
  glibmm/repos/staging-i686/
  glibmm/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: glibmm/repos/testing-i686/PKGBUILD (from rev 182430, 
glibmm/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:17 UTC (rev 182434)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.35.9
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+url=http://www.gtkmm.org/;
+sha256sums=('a38d8b8181262b940c79d52090b742101ccd22cb7c8ce8ff8b2039bf3e369733')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
+  depends=('glib2' 'libsigc++2.0')
+  cd $pkgbase-$pkgver
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=$pkgdir install
+}
+
+package_glibmm-docs() {
+  pkgdesc=Developer documentation for glibmm
+  cd $pkgbase-$pkgver/docs
+  make DESTDIR=$pkgdir install
+}

Copied: glibmm/repos/testing-x86_64/PKGBUILD (from rev 182430, 
glibmm/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:17 UTC (rev 182434)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.35.9
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+url=http://www.gtkmm.org/;
+sha256sums=('a38d8b8181262b940c79d52090b742101ccd22cb7c8ce8ff8b2039bf3e369733')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
+  depends=('glib2' 'libsigc++2.0')
+  cd $pkgbase-$pkgver
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=$pkgdir install
+}
+
+package_glibmm-docs() {
+  pkgdesc=Developer documentation for glibmm
+  cd $pkgbase-$pkgver/docs
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in gtkmm3/repos (6 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:18
  Author: heftig
Revision: 182435

db-move: moved gtkmm3 from [staging] to [testing] (i686, x86_64)

Added:
  gtkmm3/repos/testing-i686/
  gtkmm3/repos/testing-i686/PKGBUILD
(from rev 182430, gtkmm3/repos/staging-i686/PKGBUILD)
  gtkmm3/repos/testing-x86_64/
  gtkmm3/repos/testing-x86_64/PKGBUILD
(from rev 182430, gtkmm3/repos/staging-x86_64/PKGBUILD)
Deleted:
  gtkmm3/repos/staging-i686/
  gtkmm3/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: gtkmm3/repos/testing-i686/PKGBUILD (from rev 182430, 
gtkmm3/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:18 UTC (rev 182435)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.7.12
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+url=http://www.gtkmm.org/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('e9a6bf2feac43fd8367e38e4b585cd5790745a6330014cf13c2d3e322a8dd916')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_gtkmm3() {
+  pkgdesc=C++ bindings for gtk3
+  depends=('gtk3' 'pangomm' 'atkmm')
+  cd $_pkgbasename-$pkgver
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR=$pkgdir install
+}
+
+package_gtkmm3-docs() {
+  pkgdesc=Developer documentation for gtkmm v3
+
+  cd $_pkgbasename-$pkgver
+  make -C docs DESTDIR=$pkgdir install
+}

Copied: gtkmm3/repos/testing-x86_64/PKGBUILD (from rev 182430, 
gtkmm3/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:18 UTC (rev 182435)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=gtkmm3
+_pkgbasename=gtkmm
+pkgname=('gtkmm3' 'gtkmm3-docs')
+pkgver=3.7.12
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=('gtk3' 'pangomm' 'atkmm' 'glibmm-docs' 'mm-common' 'doxygen' 
'libxslt')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+url=http://www.gtkmm.org/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('e9a6bf2feac43fd8367e38e4b585cd5790745a6330014cf13c2d3e322a8dd916')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_gtkmm3() {
+  pkgdesc=C++ bindings for gtk3
+  depends=('gtk3' 'pangomm' 'atkmm')
+  cd $_pkgbasename-$pkgver
+
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+
+  make DESTDIR=$pkgdir install
+}
+
+package_gtkmm3-docs() {
+  pkgdesc=Developer documentation for gtkmm v3
+
+  cd $_pkgbasename-$pkgver
+  make -C docs DESTDIR=$pkgdir install
+}



[arch-commits] Commit in libsigc++/repos (6 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:20
  Author: heftig
Revision: 182437

db-move: moved libsigc++ from [staging] to [testing] (i686, x86_64)

Added:
  libsigc++/repos/testing-i686/
  libsigc++/repos/testing-i686/PKGBUILD
(from rev 182430, libsigc++/repos/staging-i686/PKGBUILD)
  libsigc++/repos/testing-x86_64/
  libsigc++/repos/testing-x86_64/PKGBUILD
(from rev 182430, libsigc++/repos/staging-x86_64/PKGBUILD)
Deleted:
  libsigc++/repos/staging-i686/
  libsigc++/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   43 +++
 testing-x86_64/PKGBUILD |   43 +++
 2 files changed, 86 insertions(+)

Copied: libsigc++/repos/testing-i686/PKGBUILD (from rev 182430, 
libsigc++/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:20 UTC (rev 182437)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=libsigc++
+pkgname=('libsigc++' 'libsigc++-docs')
+pkgver=2.3.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://libsigc.sourceforge.net/;
+makedepends=('gcc-libs')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/2.3/${pkgbase}-${pkgver}.tar.xz;)
+sha256sums=('67d05852b31fdb267c9fdcecd40b046a11aa54d884435e99e3c60dd20cd60393')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package_libsigc++ () {
+  pkgdesc=Libsigc++ implements a full callback system for use in widget 
libraries - V2
+  depends=('gcc-libs')
+  provides=(libsigc++2.0=${pkgver})
+  replaces=('libsigc++2.0')
+  conflicts=('libsigc++2.0')
+
+  cd ${srcdir}/libsigc++-${pkgver}
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=${pkgdir} install
+}
+
+package_libsigc++-docs() {
+  pkgdesc=Developer documentation for libsigc++
+  provides=(libsigc++2.0-docs=${pkgver})
+  replaces=('libsigc++2.0-docs')
+  conflicts=('libsigc++2.0-docs')
+
+  cd ${srcdir}/libsigc++-${pkgver}/docs
+  make DESTDIR=${pkgdir} install
+}

Copied: libsigc++/repos/testing-x86_64/PKGBUILD (from rev 182430, 
libsigc++/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:20 UTC (rev 182437)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=libsigc++
+pkgname=('libsigc++' 'libsigc++-docs')
+pkgver=2.3.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://libsigc.sourceforge.net/;
+makedepends=('gcc-libs')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgbase}/2.3/${pkgbase}-${pkgver}.tar.xz;)
+sha256sums=('67d05852b31fdb267c9fdcecd40b046a11aa54d884435e99e3c60dd20cd60393')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package_libsigc++ () {
+  pkgdesc=Libsigc++ implements a full callback system for use in widget 
libraries - V2
+  depends=('gcc-libs')
+  provides=(libsigc++2.0=${pkgver})
+  replaces=('libsigc++2.0')
+  conflicts=('libsigc++2.0')
+
+  cd ${srcdir}/libsigc++-${pkgver}
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=${pkgdir} install
+}
+
+package_libsigc++-docs() {
+  pkgdesc=Developer documentation for libsigc++
+  provides=(libsigc++2.0-docs=${pkgver})
+  replaces=('libsigc++2.0-docs')
+  conflicts=('libsigc++2.0-docs')
+
+  cd ${srcdir}/libsigc++-${pkgver}/docs
+  make DESTDIR=${pkgdir} install
+}



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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:19
  Author: heftig
Revision: 182436

db-move: moved gvfs from [staging] to [testing] (i686, x86_64)

Added:
  gvfs/repos/testing-i686/
  gvfs/repos/testing-i686/PKGBUILD
(from rev 182430, gvfs/repos/staging-i686/PKGBUILD)
  gvfs/repos/testing-i686/gvfs-module.install
(from rev 182430, gvfs/repos/staging-i686/gvfs-module.install)
  gvfs/repos/testing-i686/gvfs-smb.install
(from rev 182430, gvfs/repos/staging-i686/gvfs-smb.install)
  gvfs/repos/testing-i686/gvfs.install
(from rev 182430, gvfs/repos/staging-i686/gvfs.install)
  gvfs/repos/testing-x86_64/
  gvfs/repos/testing-x86_64/PKGBUILD
(from rev 182430, gvfs/repos/staging-x86_64/PKGBUILD)
  gvfs/repos/testing-x86_64/gvfs-module.install
(from rev 182430, gvfs/repos/staging-x86_64/gvfs-module.install)
  gvfs/repos/testing-x86_64/gvfs-smb.install
(from rev 182430, gvfs/repos/staging-x86_64/gvfs-smb.install)
  gvfs/repos/testing-x86_64/gvfs.install
(from rev 182430, gvfs/repos/staging-x86_64/gvfs.install)
Deleted:
  gvfs/repos/staging-i686/
  gvfs/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |  139 +++
 testing-i686/gvfs-module.install   |7 +
 testing-i686/gvfs-smb.install  |   12 +++
 testing-i686/gvfs.install  |   14 +++
 testing-x86_64/PKGBUILD|  139 +++
 testing-x86_64/gvfs-module.install |7 +
 testing-x86_64/gvfs-smb.install|   12 +++
 testing-x86_64/gvfs.install|   14 +++
 8 files changed, 344 insertions(+)

Copied: gvfs/repos/testing-i686/PKGBUILD (from rev 182430, 
gvfs/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:19 UTC (rev 182436)
@@ -0,0 +1,139 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gvfs
+pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp' 
'gvfs-goa' 'gvfs-mtp')
+pkgver=1.16.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('avahi' 'bluez' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio-paranoia' 'libgphoto2' 'libimobiledevice' 'libsoup-gnome' 'smbclient' 
'udisks2' 'libsecret' 'docbook-xsl' 'gtk3' 'libmtp' 'gnome-online-accounts' 
'libbluray')
+url=http://www.gnome.org;
+options=(!libtool)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('b0cf3ec2be053ef42a25a34c64b90fdf28a5334c595452ee2e246734696dd55e')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gvfs \
+  --with-bash-completion-dir=/usr/share/bash-completion/completions
+  make
+}
+
+package_gvfs() {
+  pkgdesc=Userspace virtual filesystem implemented as a pluggable module for 
gio
+  depends=('avahi' 'dconf' 'fuse' 'libarchive' 'libcdio-paranoia' 
'libsoup-gnome' 'udisks2' 'libsecret' 'libbluray')
+  optdepends=('gvfs-afc: AFC (mobile devices) support'
+  'gvfs-smb: SMB/CIFS (Windows client) support'
+  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
+  'gvfs-obexftp: ObexFTP (bluetooth) support'
+  'gvfs-afp: Apple Filing Protocol (AFP) support'
+  'gvfs-mtp: MTP device support'
+  'gvfs-goa: gnome-online-accounts support'
+  'gtk3: Recent files support')
+  install=gvfs.install
+
+  cd $pkgbase-$pkgver
+  sed -e 's/^am__append_4/#am__append_4/' \
+  -e 's/^am__append_5/#am__append_5/' \
+  -e 's/^am__append_6/#am__append_6/' \
+  -e 's/^am__append_7/#am__append_7/' \
+  -i monitor/Makefile
+  make DESTDIR=$pkgdir install
+
+  cd $pkgdir
+  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp,mtp}
+  rm 
usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp,mtp}.mount
+  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
+  rm usr/share/GConf/gsettings/gvfs-smb.convert
+}
+
+package_gvfs-smb() {
+  pkgdesc=SMB/CIFS (Windows client) backend for gvfs
+  depends=(gvfs=$pkgver 'smbclient')
+  install=gvfs-smb.install
+
+  cd $pkgbase-$pkgver/daemon
+  install -m755 -d $pkgdir/usr/lib/gvfs
+  install -m755 -d $pkgdir/usr/share/gvfs/mounts
+
+  install -m755 .libs/gvfsd-smb{,-browse} $pkgdir/usr/lib/gvfs/
+  install -m644 smb{,-browse}.mount $pkgdir/usr/share/gvfs/mounts/
+
+  install -Dm644 org.gnome.system.smb.gschema.xml \
+$pkgdir/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
+  install -Dm644 gvfs-smb.convert \
+$pkgdir/usr/share/GConf/gsettings/gvfs-smb.convert
+}
+
+package_gvfs-afc() {
+  pkgdesc=AFC (mobile devices) backend for gvfs
+  depends=(gvfs=$pkgver 'libimobiledevice')
+  install=gvfs-module.install
+
+  cd $pkgbase-$pkgver/daemon
+  install -D 

[arch-commits] Commit in pyatspi/repos (staging-any testing-any testing-any/PKGBUILD)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:22
  Author: heftig
Revision: 182439

db-move: moved pyatspi from [staging] to [testing] (any)

Added:
  pyatspi/repos/testing-any/
  pyatspi/repos/testing-any/PKGBUILD
(from rev 182430, pyatspi/repos/staging-any/PKGBUILD)
Deleted:
  pyatspi/repos/staging-any/

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

Copied: pyatspi/repos/testing-any/PKGBUILD (from rev 182430, 
pyatspi/repos/staging-any/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-10 19:11:22 UTC (rev 182439)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pyatspi
+pkgname=(python-atspi python2-atspi)
+pkgver=2.8.0
+pkgrel=1
+arch=(any)
+url=http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus;
+license=('GPL2')
+makedepends=(python-gobject python2-gobject at-spi2-core)
+source=(http://download.gnome.org/sources/${pkgbase}/${pkgver::3}/${pkgbase}-${pkgver}.tar.xz)
+sha256sums=('f1695670f13c804898f959e3e7fc517db1c7f1079c051d10e22a35889524fd17')
+
+build() {
+  mkdir python2 python3
+
+  cd $pkgbase-$pkgver
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf -fi
+
+  cd ../python2
+  ../$pkgbase-$pkgver/configure --prefix=/usr --with-python=/usr/bin/python2
+  make
+
+  cd ../python3
+  ../$pkgbase-$pkgver/configure --prefix=/usr --with-python=/usr/bin/python
+  make
+}
+
+package_python-atspi() {
+  pkgdesc=Python 3 bindings for at-spi
+  depends=(python-gobject at-spi2-core)
+
+  cd python3
+  make DESTDIR=$pkgdir install
+}
+
+package_python2-atspi() {
+  pkgdesc=Python 2 bindings for at-spi
+  depends=(python2-gobject at-spi2-core)
+  provides=(pyatspi=$pkgver)
+  replaces=(pyatspi)
+  conflicts=(pyatspi)
+
+  cd python2
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:21
  Author: heftig
Revision: 182438

db-move: moved nautilus from [staging] to [testing] (i686, x86_64)

Added:
  nautilus/repos/testing-i686/
  nautilus/repos/testing-i686/PKGBUILD
(from rev 182430, nautilus/repos/staging-i686/PKGBUILD)
  nautilus/repos/testing-i686/nautilus.install
(from rev 182430, nautilus/repos/staging-i686/nautilus.install)
  nautilus/repos/testing-x86_64/
  nautilus/repos/testing-x86_64/PKGBUILD
(from rev 182430, nautilus/repos/staging-x86_64/PKGBUILD)
  nautilus/repos/testing-x86_64/nautilus.install
(from rev 182430, nautilus/repos/staging-x86_64/nautilus.install)
Deleted:
  nautilus/repos/staging-i686/
  nautilus/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   52 ++
 testing-i686/nautilus.install   |   14 ++
 testing-x86_64/PKGBUILD |   52 ++
 testing-x86_64/nautilus.install |   14 ++
 4 files changed, 132 insertions(+)

Copied: nautilus/repos/testing-i686/PKGBUILD (from rev 182430, 
nautilus/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:21 UTC (rev 182438)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=GNOME file manager
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libexif gnome-desktop exempi gvfs desktop-file-utils gnome-icon-theme 
dconf 
+ libtracker-sparql libnotify nautilus-sendto)
+makedepends=(intltool gobject-introspection python)
+url=http://www.gnome.org;
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('c9b4096eb64006307bfd55640033191ab379c88ee8652e8203118a3ca9864e11')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nautilus \
+  --disable-update-mimedb \
+  --disable-packagekit \
+  --disable-schemas-compile
+  make
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+  install=nautilus.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+
+### Split libnautilus-extension
+  cd ..
+  mkdir -p n-e/usr/{lib,share}
+  mv $pkgdir/usr/include n-e/usr
+  mv $pkgdir/usr/lib/{girepository-1.0,pkgconfig} n-e/usr/lib
+  mv $pkgdir/usr/lib/libnautilus-extension.so* n-e/usr/lib
+  mv $pkgdir/usr/share/{gir-1.0,gtk-doc} n-e/usr/share
+}
+
+package_libnautilus-extension() {
+  pkgdesc=Library for extending the $pkgdesc
+  depends=(gtk3)
+
+  mv n-e/* $pkgdir
+}

Copied: nautilus/repos/testing-i686/nautilus.install (from rev 182430, 
nautilus/repos/staging-i686/nautilus.install)
===
--- testing-i686/nautilus.install   (rev 0)
+++ testing-i686/nautilus.install   2013-04-10 19:11:21 UTC (rev 182438)
@@ -0,0 +1,14 @@
+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
+  update-mime-database /usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: nautilus/repos/testing-x86_64/PKGBUILD (from rev 182430, 
nautilus/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:21 UTC (rev 182438)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=GNOME file manager
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libexif gnome-desktop exempi gvfs desktop-file-utils gnome-icon-theme 
dconf 
+ libtracker-sparql libnotify nautilus-sendto)
+makedepends=(intltool gobject-introspection python)
+url=http://www.gnome.org;
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('c9b4096eb64006307bfd55640033191ab379c88ee8652e8203118a3ca9864e11')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nautilus \
+  --disable-update-mimedb \
+  --disable-packagekit \
+  --disable-schemas-compile
+  make
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+  install=nautilus.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+
+### Split libnautilus-extension
+  cd ..
+  mkdir -p n-e/usr/{lib,share}
+  

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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:23
  Author: heftig
Revision: 182440

db-move: moved pygobject from [staging] to [testing] (i686, x86_64)

Added:
  pygobject/repos/testing-i686/
  pygobject/repos/testing-i686/PKGBUILD
(from rev 182430, pygobject/repos/staging-i686/PKGBUILD)
  pygobject/repos/testing-x86_64/
  pygobject/repos/testing-x86_64/PKGBUILD
(from rev 182430, pygobject/repos/staging-x86_64/PKGBUILD)
Deleted:
  pygobject/repos/staging-i686/
  pygobject/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   57 ++
 testing-x86_64/PKGBUILD |   57 ++
 2 files changed, 114 insertions(+)

Copied: pygobject/repos/testing-i686/PKGBUILD (from rev 182430, 
pygobject/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:23 UTC (rev 182440)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.8.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::3}/$pkgbase-$pkgver.tar.xz)
+options=('!libtool')
+sha256sums=('9c57f581ae35587108c978cb116eeb7ec186b50c95b145f62033589ee248b32d')
+
+build() {
+  mkdir build-py2 build-py3 devel
+
+  (
+cd build-py2
+export PYTHON=/usr/bin/python2
+../${pkgbase}-${pkgver}/configure --prefix=/usr
+make
+  )
+
+  (
+cd build-py3
+../${pkgbase}-${pkgver}/configure --prefix=/usr
+make
+  )
+}
+
+package_python-gobject() {
+  pkgdesc=Python 3 bindings for GObject
+  depends=('gobject-introspection' 'python-cairo' pygobject-devel=$pkgver)
+
+  cd build-py3
+  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 build-py2
+  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/testing-x86_64/PKGBUILD (from rev 182430, 
pygobject/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:23 UTC (rev 182440)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.8.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::3}/$pkgbase-$pkgver.tar.xz)
+options=('!libtool')
+sha256sums=('9c57f581ae35587108c978cb116eeb7ec186b50c95b145f62033589ee248b32d')
+
+build() {
+  mkdir build-py2 build-py3 devel
+
+  (
+cd build-py2
+export PYTHON=/usr/bin/python2
+../${pkgbase}-${pkgver}/configure --prefix=/usr
+make
+  )
+
+  (
+cd build-py3
+../${pkgbase}-${pkgver}/configure --prefix=/usr
+make
+  )
+}
+
+package_python-gobject() {
+  pkgdesc=Python 3 bindings for GObject
+  depends=('gobject-introspection' 'python-cairo' pygobject-devel=$pkgver)
+
+  cd build-py3
+  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 build-py2
+  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/
+}



[arch-commits] Commit in totem/repos (10 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:24
  Author: heftig
Revision: 182441

db-move: moved totem from [staging] to [testing] (i686, x86_64)

Added:
  totem/repos/testing-i686/
  totem/repos/testing-i686/PKGBUILD
(from rev 182430, totem/repos/staging-i686/PKGBUILD)
  totem/repos/testing-i686/browser-plugins.ini
(from rev 182430, totem/repos/staging-i686/browser-plugins.ini)
  totem/repos/testing-i686/totem.install
(from rev 182430, totem/repos/staging-i686/totem.install)
  totem/repos/testing-x86_64/
  totem/repos/testing-x86_64/PKGBUILD
(from rev 182430, totem/repos/staging-x86_64/PKGBUILD)
  totem/repos/testing-x86_64/browser-plugins.ini
(from rev 182430, totem/repos/staging-x86_64/browser-plugins.ini)
  totem/repos/testing-x86_64/totem.install
(from rev 182430, totem/repos/staging-x86_64/totem.install)
Deleted:
  totem/repos/staging-i686/
  totem/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   71 +++
 testing-i686/browser-plugins.ini   |2 
 testing-i686/totem.install |   13 ++
 testing-x86_64/PKGBUILD|   71 +++
 testing-x86_64/browser-plugins.ini |2 
 testing-x86_64/totem.install   |   13 ++
 6 files changed, 172 insertions(+)

Copied: totem/repos/testing-i686/PKGBUILD (from rev 182430, 
totem/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:24 UTC (rev 182441)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=GNOME3 movie player based on GStreamer
+url=http://www.gnome.org;
+arch=(i686 x86_64)
+license=(GPL2 custom)
+depends=(gst-plugins-base gst-plugins-good totem-plparser desktop-file-utils 
iso-codes libpeas
+ hicolor-icon-theme gnome-icon-theme gsettings-desktop-schemas dconf 
clutter-gst
+ clutter-gtk python2-gobject gst-plugins-bad)
+makedepends=(intltool libnautilus-extension lirc-utils vala grilo pylint 
dbus-glib libzeitgeist itstool docbook-xsl)
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
+browser-plugins.ini)
+sha256sums=('74c73a5decb69572cb182005b144493c2f6e7f48d4c57851e6da33e8e76fb039'
+'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/totem \
+--localstatedir=/var \
+--disable-static \
+--enable-python \
+--enable-nautilus
+  make
+}
+
+package_totem() {
+  groups=(gnome)
+  install=totem.install
+  optdepends=('gst-plugins-ugly: Extra media codecs'
+  'gst-libav: Extra media codecs'
+  'lirc-utils: Infrared Remote Control plugin'
+  'grilo-plugins: Browse sidebar (remote media)'
+  'pyxdg: opensubtitles plugin'
+  'libzeitgeist: Zeitgeist plugin')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  rm -r $pkgdir/usr/lib/mozilla
+  rm $pkgdir/usr/lib/totem/totem-plugin-viewer
+
+  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| \
+$pkgdir/usr/lib/totem/totem/totem-bugreport.py
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem/COPYING
+}
+
+package_totem-plugin() {
+  pkgdesc=Totem plugin for web browsers
+  depends=(totem=$pkgver dbus-glib)
+  backup=(etc/totem/browser-plugins.ini)
+
+  cd $pkgbase-$pkgver
+  make -C browser-plugin \
+plugindir=/usr/lib/mozilla/plugins \
+xptdir=/usr/lib/mozilla/plugins \
+DESTDIR=$pkgdir install
+  
+  install -Dm644 ../browser-plugins.ini $pkgdir/etc/totem/browser-plugins.ini
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem-plugin/COPYING
+}

Copied: totem/repos/testing-i686/browser-plugins.ini (from rev 182430, 
totem/repos/staging-i686/browser-plugins.ini)
===
--- testing-i686/browser-plugins.ini(rev 0)
+++ testing-i686/browser-plugins.ini2013-04-10 19:11:24 UTC (rev 182441)
@@ -0,0 +1,2 @@
+[Plugins]
+application/x-shockwave-flash.disabled=true

Copied: totem/repos/testing-i686/totem.install (from rev 182430, 
totem/repos/staging-i686/totem.install)
===
--- testing-i686/totem.install  (rev 0)
+++ testing-i686/totem.install  2013-04-10 19:11:24 UTC (rev 182441)
@@ -0,0 +1,13 @@
+post_install() {
+  /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  

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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:25
  Author: heftig
Revision: 182442

db-move: moved tracker from [staging] to [testing] (i686, x86_64)

Added:
  tracker/repos/testing-i686/
  tracker/repos/testing-i686/PKGBUILD
(from rev 182430, tracker/repos/staging-i686/PKGBUILD)
  tracker/repos/testing-i686/tracker.install
(from rev 182430, tracker/repos/staging-i686/tracker.install)
  tracker/repos/testing-x86_64/
  tracker/repos/testing-x86_64/PKGBUILD
(from rev 182430, tracker/repos/staging-x86_64/PKGBUILD)
  tracker/repos/testing-x86_64/tracker.install
(from rev 182430, tracker/repos/staging-x86_64/tracker.install)
Deleted:
  tracker/repos/staging-i686/
  tracker/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   84 +++
 testing-i686/tracker.install   |   13 ++
 testing-x86_64/PKGBUILD|   84 +++
 testing-x86_64/tracker.install |   13 ++
 4 files changed, 194 insertions(+)

Copied: tracker/repos/testing-i686/PKGBUILD (from rev 182430, 
tracker/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:25 UTC (rev 182442)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=0.16.0
+_tver=${pkgver%.*}
+pkgrel=4
+pkgdesc=All-in-one indexer, search tool and metadata database
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(libgee libsecret upower libexif exempi
+ poppler-glib libgsf icu enca networkmanager gtk3
+ desktop-file-utils hicolor-icon-theme gobject-introspection
+ intltool giflib gst-plugins-base-libs totem-plparser
+ taglib libvorbis flac vala libgxps libnautilus-extension)
+url=http://www.gnome.org;
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
+sha256sums=('299c6a180370522d1d794c184aaef8d8222d3f737d564b8e5ca25b8751470c4f')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/tracker \
+--disable-unit-tests \
+--enable-libflac \
+--enable-libvorbis
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package_tracker() {
+  depends=(libtracker-sparql=$pkgver-$pkgrel libgee libsecret
+   upower libexif exempi poppler-glib libgsf enca
+   networkmanager gtk3 desktop-file-utils hicolor-icon-theme)
+  optdepends=('giflib: extractor for GIF data'
+  'gst-plugins-base-libs: video extractor'
+  'totem-plparser: playlist support'
+  'libvorbis: Vorbis metadata extractor'
+  'flac: FLAC metadata extractor'
+  'taglib: writeback for audio files'
+  nautilus: edit files' tracker tags
+  'libgxps: XPS extractor')
+  groups=('gnome')
+  install=tracker.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+
+### Split libtracker-sparql
+
+  mkdir -p $srcdir/sparql/usr/{include,lib}/tracker-$_tver
+  mkdir -p $srcdir/sparql/usr/lib/{girepository-1.0,pkgconfig}
+  mkdir -p $srcdir/sparql/usr/share/{gir-1.0,vala/vapi}
+
+  mv $pkgdir/usr/lib/libtracker-sparql-* $srcdir/sparql/usr/lib
+
+  mv $pkgdir/usr/lib/tracker-$_tver/*.so* \
+$srcdir/sparql/usr/lib/tracker-$_tver
+
+  mv $pkgdir/usr/share/vala/vapi/tracker-sparql-* \
+$srcdir/sparql/usr/share/vala/vapi
+
+  mv {$pkgdir,$srcdir/sparql}/usr/include/tracker-$_tver/libtracker-sparql
+  mv 
{$pkgdir,$srcdir/sparql}/usr/lib/girepository-1.0/Tracker-$_tver.typelib
+  mv {$pkgdir,$srcdir/sparql}/usr/lib/pkgconfig/tracker-sparql-$_tver.pc
+  mv {$pkgdir,$srcdir/sparql}/usr/share/gir-1.0/Tracker-$_tver.gir
+}
+
+package_libtracker-sparql() {
+  pkgdesc=$pkgdesc (SPARQL library)
+  depends=(sqlite icu glib2 libffi pcre util-linux)
+
+  mv $srcdir/sparql/* $pkgdir
+}

Copied: tracker/repos/testing-i686/tracker.install (from rev 182430, 
tracker/repos/staging-i686/tracker.install)
===
--- testing-i686/tracker.install(rev 0)
+++ testing-i686/tracker.install2013-04-10 19:11:25 UTC (rev 182442)
@@ -0,0 +1,13 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() 

[arch-commits] Commit in vte3/repos (6 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:26
  Author: heftig
Revision: 182443

db-move: moved vte3 from [staging] to [testing] (i686, x86_64)

Added:
  vte3/repos/testing-i686/
  vte3/repos/testing-i686/PKGBUILD
(from rev 182430, vte3/repos/staging-i686/PKGBUILD)
  vte3/repos/testing-x86_64/
  vte3/repos/testing-x86_64/PKGBUILD
(from rev 182430, vte3/repos/staging-x86_64/PKGBUILD)
Deleted:
  vte3/repos/staging-i686/
  vte3/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: vte3/repos/testing-i686/PKGBUILD (from rev 182430, 
vte3/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:26 UTC (rev 182443)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.34.3
+pkgrel=1
+pkgdesc=Virtual Terminal Emulator widget for use with GTK3
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3')
+url=http://www.gnome.org;
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('e5f52e505ce6ac66075bd84143f728cba858722753055ff9e64c59fce70822cc')
+
+build() {
+  cd vte-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package_vte3(){
+  depends=('gtk3' 'vte-common')
+  cd vte-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm $pkgdir/usr/lib/vte/gnome-pty-helper
+}
+
+package_vte-common() {
+  pkgdesc=Common files used by vte and vte3
+  depends=('glibc')
+  cd vte-$pkgver
+
+  make -C gnome-pty-helper DESTDIR=$pkgdir install
+}

Copied: vte3/repos/testing-x86_64/PKGBUILD (from rev 182430, 
vte3/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:26 UTC (rev 182443)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.34.3
+pkgrel=1
+pkgdesc=Virtual Terminal Emulator widget for use with GTK3
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3')
+url=http://www.gnome.org;
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('e5f52e505ce6ac66075bd84143f728cba858722753055ff9e64c59fce70822cc')
+
+build() {
+  cd vte-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package_vte3(){
+  depends=('gtk3' 'vte-common')
+  cd vte-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm $pkgdir/usr/lib/vte/gnome-pty-helper
+}
+
+package_vte-common() {
+  pkgdesc=Common files used by vte and vte3
+  depends=('glibc')
+  cd vte-$pkgver
+
+  make -C gnome-pty-helper DESTDIR=$pkgdir install
+}



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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:28
  Author: heftig
Revision: 182444

db-move: moved webkitgtk from [staging] to [testing] (i686, x86_64)

Added:
  webkitgtk/repos/testing-i686/
  webkitgtk/repos/testing-i686/PKGBUILD
(from rev 182430, webkitgtk/repos/staging-i686/PKGBUILD)
  webkitgtk/repos/testing-i686/python3.patch
(from rev 182430, webkitgtk/repos/staging-i686/python3.patch)
  webkitgtk/repos/testing-x86_64/
  webkitgtk/repos/testing-x86_64/PKGBUILD
(from rev 182430, webkitgtk/repos/staging-x86_64/PKGBUILD)
  webkitgtk/repos/testing-x86_64/python3.patch
(from rev 182430, webkitgtk/repos/staging-x86_64/python3.patch)
Deleted:
  webkitgtk/repos/staging-i686/
  webkitgtk/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   38 ++
 testing-i686/python3.patch   |   20 
 testing-x86_64/PKGBUILD  |   38 ++
 testing-x86_64/python3.patch |   20 
 4 files changed, 116 insertions(+)

Copied: webkitgtk/repos/testing-i686/PKGBUILD (from rev 182430, 
webkitgtk/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:28 UTC (rev 182444)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=webkitgtk
+pkgname=('webkitgtk3')
+pkgver=2.0.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://webkitgtk.org/;
+license=('custom')
+makedepends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs' 'gperf' 'gobject-introspection' 'python' 
'mesa' 'ruby' 'gtk-doc' 'libsecret' 'libwebp')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)
+sha256sums=('454cdc4beffc2010f83661059178e33b6d9a07bcd60d09eabdf5d7cda17b88e4')
+
+build() {
+  cd $srcdir/webkitgtk-$pkgver
+  mkdir build-gtk3
+  cd build-gtk3
+  ../configure --prefix=/usr \
+--enable-introspection \
+--disable-silent-rules \
+--libexecdir=/usr/lib/webkitgtk3
+  make all stamp-po
+}
+
+package_webkitgtk3() {
+  pkgdesc=GTK+ Web content engine library for GTK+ 3.0
+  depends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk3' 'gst-plugins-base-libs' 'libsecret' 'libwebp')
+  conflicts=('libwebkit3')
+  provides=(libwebkit3=${pkgver})
+  replaces=('libwebkit3')
+  optdepends=('gtk2: Webkit2 plugin support')
+  
+  cd $srcdir/webkitgtk-$pkgver/build-gtk3
+  make -j1 DESTDIR=$pkgdir install
+  install -Dm644 ../Source/WebKit/LICENSE 
$pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: webkitgtk/repos/testing-i686/python3.patch (from rev 182430, 
webkitgtk/repos/staging-i686/python3.patch)
===
--- testing-i686/python3.patch  (rev 0)
+++ testing-i686/python3.patch  2013-04-10 19:11:28 UTC (rev 182444)
@@ -0,0 +1,20 @@
+diff --git a/Tools/gtk/generate-feature-defines-files 
b/Tools/gtk/generate-feature-defines-files
+index 
1a92bf50a05831655308cb62646eb05a6db4b63c..f5b2c7e61eab12bf0eb25b0f9c595f2fd83ebbe9
 100755
+--- a/Tools/gtk/generate-feature-defines-files
 b/Tools/gtk/generate-feature-defines-files
+@@ -32,13 +32,13 @@ def write_file_if_contents_changed(filename, contents):
+ 
+ def write_feature_defines_header(feature_defines):
+ contents = ''
+-for (feature, value) in feature_defines.iteritems():
++for (feature, value) in feature_defines.items():
+ contents += '#define {0} {1}\n'.format(feature, value)
+ write_file_if_contents_changed(WebKitFeatures.h, contents)
+ 
+ def write_flattened_feature_defines_file(feature_defines):
+ contents = ''
+-for (feature, value) in feature_defines.iteritems():
++for (feature, value) in feature_defines.items():
+ contents += '{0}={1}\n'.format(feature, value)
+ write_file_if_contents_changed(WebKitFeatures.txt, contents)
+ 

Copied: webkitgtk/repos/testing-x86_64/PKGBUILD (from rev 182430, 
webkitgtk/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:28 UTC (rev 182444)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=webkitgtk
+pkgname=('webkitgtk3')
+pkgver=2.0.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://webkitgtk.org/;
+license=('custom')
+makedepends=('libxt' 'libxslt' 'sqlite' 'libsoup' 'enchant' 'libgl' 'geoclue' 
'gtk2' 'gtk3' 'gst-plugins-base-libs' 'gperf' 'gobject-introspection' 'python' 
'mesa' 'ruby' 'gtk-doc' 'libsecret' 'libwebp')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkitgtk-$pkgver.tar.xz)

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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:29
  Author: heftig
Revision: 182445

db-move: moved accerciser from [staging] to [testing] (any)

Added:
  accerciser/repos/testing-any/
  accerciser/repos/testing-any/PKGBUILD
(from rev 182430, accerciser/repos/staging-any/PKGBUILD)
  accerciser/repos/testing-any/accerciser.install
(from rev 182430, accerciser/repos/staging-any/accerciser.install)
Deleted:
  accerciser/repos/staging-any/

+
 PKGBUILD   |   32 
 accerciser.install |   12 
 2 files changed, 44 insertions(+)

Copied: accerciser/repos/testing-any/PKGBUILD (from rev 182430, 
accerciser/repos/staging-any/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-04-10 19:11:29 UTC (rev 182445)
@@ -0,0 +1,32 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Steve Holmes steve.holme...@gmail.com
+# Contributor: Giulio Bai giu...@hewle.com
+
+pkgname=accerciser
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Interactive Python accessibility explorer for the GNOME desktop
+arch=('any')
+url=http://live.gnome.org/Accerciser;
+license=('BSD')
+depends=('python' 'gtk3' 'python-gobject' 'hicolor-icon-theme')
+makedepends=('itstool' 'docbook-xsl' 'intltool')
+install=accerciser.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/accerciser/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('68260998c558b4b78999dd0dfc27225a2c8bf43dddb9a4be6ae159e2a89b57e0')
+
+build () {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+ --disable-schemas-compile
+  make
+}
+
+package () {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  install -m 755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}
+}

Copied: accerciser/repos/testing-any/accerciser.install (from rev 182430, 
accerciser/repos/staging-any/accerciser.install)
===
--- testing-any/accerciser.install  (rev 0)
+++ testing-any/accerciser.install  2013-04-10 19:11:29 UTC (rev 182445)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade(){
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in atk/repos (6 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:32
  Author: heftig
Revision: 182448

db-move: moved atk from [staging] to [testing] (i686, x86_64)

Added:
  atk/repos/testing-i686/
  atk/repos/testing-i686/PKGBUILD
(from rev 182430, atk/repos/staging-i686/PKGBUILD)
  atk/repos/testing-x86_64/
  atk/repos/testing-x86_64/PKGBUILD
(from rev 182430, atk/repos/staging-x86_64/PKGBUILD)
Deleted:
  atk/repos/staging-i686/
  atk/repos/staging-x86_64/

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

Copied: atk/repos/testing-i686/PKGBUILD (from rev 182430, 
atk/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:32 UTC (rev 182448)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=atk
+pkgver=2.8.0
+pkgrel=1
+pkgdesc=A library providing a set of interfaces for accessibility
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+url='http://www.gtk.org/'
+sha256sums=('b22519176226f3e07cf6d932b77852e6b6be478090704b32d0f4e0686df4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: atk/repos/testing-x86_64/PKGBUILD (from rev 182430, 
atk/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:32 UTC (rev 182448)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=atk
+pkgver=2.8.0
+pkgrel=1
+pkgdesc=A library providing a set of interfaces for accessibility
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('glib2')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+url='http://www.gtk.org/'
+sha256sums=('b22519176226f3e07cf6d932b77852e6b6be478090704b32d0f4e0686df4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in at-spi2-atk/repos (6 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:33
  Author: heftig
Revision: 182449

db-move: moved at-spi2-atk from [staging] to [testing] (i686, x86_64)

Added:
  at-spi2-atk/repos/testing-i686/
  at-spi2-atk/repos/testing-i686/PKGBUILD
(from rev 182430, at-spi2-atk/repos/staging-i686/PKGBUILD)
  at-spi2-atk/repos/testing-x86_64/
  at-spi2-atk/repos/testing-x86_64/PKGBUILD
(from rev 182430, at-spi2-atk/repos/staging-x86_64/PKGBUILD)
Deleted:
  at-spi2-atk/repos/staging-i686/
  at-spi2-atk/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: at-spi2-atk/repos/testing-i686/PKGBUILD (from rev 182430, 
at-spi2-atk/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:33 UTC (rev 182449)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-atk
+pkgver=2.8.0
+pkgrel=1
+pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4688acbc1474cda0aa49341f109ad0726603ce3e872cc6521c74931338c7ba20')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/testing-x86_64/PKGBUILD (from rev 182430, 
at-spi2-atk/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:33 UTC (rev 182449)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-atk
+pkgver=2.8.0
+pkgrel=1
+pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4688acbc1474cda0aa49341f109ad0726603ce3e872cc6521c74931338c7ba20')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in at-spi2-core/repos (6 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:34
  Author: heftig
Revision: 182450

db-move: moved at-spi2-core from [staging] to [testing] (i686, x86_64)

Added:
  at-spi2-core/repos/testing-i686/
  at-spi2-core/repos/testing-i686/PKGBUILD
(from rev 182430, at-spi2-core/repos/staging-i686/PKGBUILD)
  at-spi2-core/repos/testing-x86_64/
  at-spi2-core/repos/testing-x86_64/PKGBUILD
(from rev 182430, at-spi2-core/repos/staging-x86_64/PKGBUILD)
Deleted:
  at-spi2-core/repos/staging-i686/
  at-spi2-core/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   33 +
 testing-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: at-spi2-core/repos/testing-i686/PKGBUILD (from rev 182430, 
at-spi2-core/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:34 UTC (rev 182450)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-core
+pkgver=2.8.0
+pkgrel=1
+pkgdesc=Protocol definitions and daemon for D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('dbus' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1861a30fc7f583d5a567a0ba547db67ce9bd294f0d1c9f7403c96a10a481c458')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/testing-x86_64/PKGBUILD (from rev 182430, 
at-spi2-core/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:34 UTC (rev 182450)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=at-spi2-core
+pkgver=2.8.0
+pkgrel=1
+pkgdesc=Protocol definitions and daemon for D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('dbus' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1861a30fc7f583d5a567a0ba547db67ce9bd294f0d1c9f7403c96a10a481c458')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:35
  Author: heftig
Revision: 182451

db-move: moved baobab from [staging] to [testing] (i686, x86_64)

Added:
  baobab/repos/testing-i686/
  baobab/repos/testing-i686/PKGBUILD
(from rev 182430, baobab/repos/staging-i686/PKGBUILD)
  baobab/repos/testing-i686/baobab.install
(from rev 182430, baobab/repos/staging-i686/baobab.install)
  baobab/repos/testing-x86_64/
  baobab/repos/testing-x86_64/PKGBUILD
(from rev 182430, baobab/repos/staging-x86_64/PKGBUILD)
  baobab/repos/testing-x86_64/baobab.install
(from rev 182430, baobab/repos/staging-x86_64/baobab.install)
Deleted:
  baobab/repos/staging-i686/
  baobab/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   32 
 testing-i686/baobab.install   |   13 +
 testing-x86_64/PKGBUILD   |   32 
 testing-x86_64/baobab.install |   13 +
 4 files changed, 90 insertions(+)

Copied: baobab/repos/testing-i686/PKGBUILD (from rev 182430, 
baobab/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:35 UTC (rev 182451)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=baobab
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=A graphical directory tree analyzer
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils')
+makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
+groups=('gnome')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3b311b7dc4e2ed2f6c5a8ecff91c0b8a91dc7189901e0001f59d0acb32831d2f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/MimeType/d' $pkgdir/usr/share/applications/baobab.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Copied: baobab/repos/testing-i686/baobab.install (from rev 182430, 
baobab/repos/staging-i686/baobab.install)
===
--- testing-i686/baobab.install (rev 0)
+++ testing-i686/baobab.install 2013-04-10 19:11:35 UTC (rev 182451)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: baobab/repos/testing-x86_64/PKGBUILD (from rev 182430, 
baobab/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:35 UTC (rev 182451)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=baobab
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=A graphical directory tree analyzer
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 
'desktop-file-utils')
+makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
+groups=('gnome')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3b311b7dc4e2ed2f6c5a8ecff91c0b8a91dc7189901e0001f59d0acb32831d2f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/MimeType/d' $pkgdir/usr/share/applications/baobab.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Copied: baobab/repos/testing-x86_64/baobab.install (from rev 182430, 
baobab/repos/staging-x86_64/baobab.install)
===
--- testing-x86_64/baobab.install   (rev 0)
+++ testing-x86_64/baobab.install   2013-04-10 19:11:35 UTC (rev 182451)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:36
  Author: heftig
Revision: 182452

db-move: moved bijiben from [staging] to [testing] (i686, x86_64)

Added:
  bijiben/repos/testing-i686/
  bijiben/repos/testing-i686/PKGBUILD
(from rev 182430, bijiben/repos/staging-i686/PKGBUILD)
  bijiben/repos/testing-i686/bijiben.install
(from rev 182430, bijiben/repos/staging-i686/bijiben.install)
  bijiben/repos/testing-x86_64/
  bijiben/repos/testing-x86_64/PKGBUILD
(from rev 182430, bijiben/repos/staging-x86_64/PKGBUILD)
  bijiben/repos/testing-x86_64/bijiben.install
(from rev 182430, bijiben/repos/staging-x86_64/bijiben.install)
Deleted:
  bijiben/repos/staging-i686/
  bijiben/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   28 
 testing-i686/bijiben.install   |   13 +
 testing-x86_64/PKGBUILD|   28 
 testing-x86_64/bijiben.install |   13 +
 4 files changed, 82 insertions(+)

Copied: bijiben/repos/testing-i686/PKGBUILD (from rev 182430, 
bijiben/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:36 UTC (rev 182452)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=bijiben
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=Write out notes, every detail matters
+arch=(i686 x86_64)
+url=https://live.gnome.org/Bijiben;
+license=(GPL)
+depends=(libtracker-sparql clutter-gtk libzeitgeist webkitgtk3 
hicolor-icon-theme desktop-file-utils)
+makedepends=(intltool itstool)
+options=(!emptydirs)
+install=bijiben.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('91b61a9ceb0d029f58d9d227f6d03719a74d886bc5ef058654791d671c99b56f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: bijiben/repos/testing-i686/bijiben.install (from rev 182430, 
bijiben/repos/staging-i686/bijiben.install)
===
--- testing-i686/bijiben.install(rev 0)
+++ testing-i686/bijiben.install2013-04-10 19:11:36 UTC (rev 182452)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bijiben/repos/testing-x86_64/PKGBUILD (from rev 182430, 
bijiben/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:36 UTC (rev 182452)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=bijiben
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=Write out notes, every detail matters
+arch=(i686 x86_64)
+url=https://live.gnome.org/Bijiben;
+license=(GPL)
+depends=(libtracker-sparql clutter-gtk libzeitgeist webkitgtk3 
hicolor-icon-theme desktop-file-utils)
+makedepends=(intltool itstool)
+options=(!emptydirs)
+install=bijiben.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver::3}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('91b61a9ceb0d029f58d9d227f6d03719a74d886bc5ef058654791d671c99b56f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: bijiben/repos/testing-x86_64/bijiben.install (from rev 182430, 
bijiben/repos/staging-x86_64/bijiben.install)
===
--- testing-x86_64/bijiben.install  (rev 0)
+++ testing-x86_64/bijiben.install  2013-04-10 19:11:36 UTC (rev 182452)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:37
  Author: heftig
Revision: 182453

db-move: moved brasero from [staging] to [testing] (i686, x86_64)

Added:
  brasero/repos/testing-i686/
  brasero/repos/testing-i686/PKGBUILD
(from rev 182430, brasero/repos/staging-i686/PKGBUILD)
  brasero/repos/testing-i686/brasero.install
(from rev 182430, brasero/repos/staging-i686/brasero.install)
  brasero/repos/testing-x86_64/
  brasero/repos/testing-x86_64/PKGBUILD
(from rev 182430, brasero/repos/staging-x86_64/PKGBUILD)
  brasero/repos/testing-x86_64/brasero.install
(from rev 182430, brasero/repos/staging-x86_64/brasero.install)
Deleted:
  brasero/repos/staging-i686/
  brasero/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   43 +++
 testing-i686/brasero.install   |   14 
 testing-x86_64/PKGBUILD|   43 +++
 testing-x86_64/brasero.install |   14 
 4 files changed, 114 insertions(+)

Copied: brasero/repos/testing-i686/PKGBUILD (from rev 182430, 
brasero/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:37 UTC (rev 182453)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=brasero
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=A disc burning application for Gnome
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/projects/brasero;
+license=('GPL')
+options=('!libtool' '!emptydirs')
+depends=('gtk3' 'gst-plugins-good' 'totem-plparser' 'cdrkit' 'cdrdao' 
'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info'  'libcanberra' 
'dvd+rw-tools' 'dconf' 'libsm' 'libtracker-sparql' 'libnotify')
+makedepends=('gtk-doc' 'yelp-tools' 'gnome-common' 'intltool' 'libburn' 
'libisofs' 'libnautilus-extension' 'gobject-introspection' 'gconf' 'itstool' 
'docbook-xsl')
+optdepends=('libburn: alternative back-end'
+'libisofs: libburn back-end'
+'dvdauthor: video project'
+'vcdimager: video project')
+replaces=('nautilus-cd-burner')
+install=brasero.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d98a368a6129e50681e8243c5e0833c32cca699bd50b839c6a551d52b396bce4')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Update tracker dep
+  sed -i '/tracker/s/0\.14/0.16/' configure.ac
+  autoreconf -f -v -i
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-caches \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+

Copied: brasero/repos/testing-i686/brasero.install (from rev 182430, 
brasero/repos/staging-i686/brasero.install)
===
--- testing-i686/brasero.install(rev 0)
+++ testing-i686/brasero.install2013-04-10 19:11:37 UTC (rev 182453)
@@ -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-desktop-database -q
+  update-mime-database /usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: brasero/repos/testing-x86_64/PKGBUILD (from rev 182430, 
brasero/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:37 UTC (rev 182453)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=brasero
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=A disc burning application for Gnome
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/projects/brasero;
+license=('GPL')
+options=('!libtool' '!emptydirs')
+depends=('gtk3' 'gst-plugins-good' 'totem-plparser' 'cdrkit' 'cdrdao' 
'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info'  'libcanberra' 
'dvd+rw-tools' 'dconf' 'libsm' 'libtracker-sparql' 'libnotify')
+makedepends=('gtk-doc' 'yelp-tools' 'gnome-common' 'intltool' 'libburn' 
'libisofs' 'libnautilus-extension' 'gobject-introspection' 'gconf' 'itstool' 
'docbook-xsl')
+optdepends=('libburn: alternative back-end'
+'libisofs: libburn back-end'
+'dvdauthor: video project'
+'vcdimager: video project')
+replaces=('nautilus-cd-burner')
+install=brasero.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)

[arch-commits] Commit in brltty/repos (10 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:38
  Author: heftig
Revision: 182454

db-move: moved brltty from [staging] to [testing] (i686, x86_64)

Added:
  brltty/repos/testing-i686/
  brltty/repos/testing-i686/PKGBUILD
(from rev 182430, brltty/repos/staging-i686/PKGBUILD)
  brltty/repos/testing-i686/brltty.install
(from rev 182430, brltty/repos/staging-i686/brltty.install)
  brltty/repos/testing-i686/brltty.service
(from rev 182430, brltty/repos/staging-i686/brltty.service)
  brltty/repos/testing-x86_64/
  brltty/repos/testing-x86_64/PKGBUILD
(from rev 182430, brltty/repos/staging-x86_64/PKGBUILD)
  brltty/repos/testing-x86_64/brltty.install
(from rev 182430, brltty/repos/staging-x86_64/brltty.install)
  brltty/repos/testing-x86_64/brltty.service
(from rev 182430, brltty/repos/staging-x86_64/brltty.service)
Deleted:
  brltty/repos/staging-i686/
  brltty/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   41 
 testing-i686/brltty.install   |   20 +++
 testing-i686/brltty.service   |   12 +++
 testing-x86_64/PKGBUILD   |   41 
 testing-x86_64/brltty.install |   20 +++
 testing-x86_64/brltty.service |   12 +++
 6 files changed, 146 insertions(+)

Copied: brltty/repos/testing-i686/PKGBUILD (from rev 182430, 
brltty/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:38 UTC (rev 182454)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=brltty
+pkgver=4.5
+pkgrel=1
+pkgdesc=Braille display driver for Linux/Unix
+arch=(i686 x86_64)
+url=http://mielke.cc/brltty;
+license=(GPL LGPL)
+depends=(libxaw at-spi2-core gpm 'icu=51.1' tcl atk cython)
+makedepends=(bluez)
+optdepends=('bluez: bluetooth support')
+backup=(etc/brltty.conf)
+options=('!emptydirs')
+install=brltty.install
+source=(http://mielke.cc/$pkgname/releases/$pkgname-$pkgver.tar.gz
+brltty.service)
+md5sums=('7b52fa7746fed41ed344a1f75ce55951'
+ '7acecd700b9f94d76fe4a6ad56cb0448')
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--mandir=/usr/share/man \
+--with-tables-directory=/usr/share/brltty \
+--with-screen-driver=a2 \
+--enable-gpm \
+--disable-java-bindings \
+--disable-static
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT=$pkgdir install
+  install -Dm644 Documents/brltty.conf $pkgdir/etc/brltty.conf
+  install -Dm644 ../brltty.service 
$pkgdir/usr/lib/systemd/system/brltty.service
+}

Copied: brltty/repos/testing-i686/brltty.install (from rev 182430, 
brltty/repos/staging-i686/brltty.install)
===
--- testing-i686/brltty.install (rev 0)
+++ testing-i686/brltty.install 2013-04-10 19:11:38 UTC (rev 182454)
@@ -0,0 +1,20 @@
+post_install () {
+ getent group brlapi  /dev/null || groupadd -r brlapi
+ if [ ! -e /etc/brlapi.key ]; then
+ mcookie /etc/brlapi.key
+ chmod 0640 /etc/brlapi.key
+ chgrp brlapi /etc/brlapi.key
+ echo Please add your user to the brlapi group.
+ fi
+}
+
+post_upgrade () {
+post_install
+}
+
+post_remove () {
+getent group brlapi /dev/null 21  groupdel brlapi
+if [ -e /etc/brlapi.key ]; then
+rm -f /etc/brlapi.key
+fi
+}

Copied: brltty/repos/testing-i686/brltty.service (from rev 182430, 
brltty/repos/staging-i686/brltty.service)
===
--- testing-i686/brltty.service (rev 0)
+++ testing-i686/brltty.service 2013-04-10 19:11:38 UTC (rev 182454)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Braille Console Driver
+DefaultDependencies=no
+Before=sysinit.target
+
+[Service]
+ExecStart=/usr/bin/brltty --pid-file=/run/brltty.pid
+Type=forking
+PIDFile=/run/brltty.pid
+
+[Install]
+WantedBy=multi-user.target

Copied: brltty/repos/testing-x86_64/PKGBUILD (from rev 182430, 
brltty/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:38 UTC (rev 182454)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=brltty
+pkgver=4.5
+pkgrel=1
+pkgdesc=Braille display driver for Linux/Unix
+arch=(i686 x86_64)
+url=http://mielke.cc/brltty;
+license=(GPL LGPL)
+depends=(libxaw at-spi2-core gpm 'icu=51.1' tcl atk cython)
+makedepends=(bluez)
+optdepends=('bluez: bluetooth support')

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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:39
  Author: heftig
Revision: 182455

db-move: moved caribou from [staging] to [testing] (i686, x86_64)

Added:
  caribou/repos/testing-i686/
  caribou/repos/testing-i686/PKGBUILD
(from rev 182430, caribou/repos/staging-i686/PKGBUILD)
  caribou/repos/testing-i686/caribou.install
(from rev 182430, caribou/repos/staging-i686/caribou.install)
  caribou/repos/testing-x86_64/
  caribou/repos/testing-x86_64/PKGBUILD
(from rev 182430, caribou/repos/staging-x86_64/PKGBUILD)
  caribou/repos/testing-x86_64/caribou.install
(from rev 182430, caribou/repos/staging-x86_64/caribou.install)
Deleted:
  caribou/repos/staging-i686/
  caribou/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   41 +++
 testing-i686/caribou.install   |   13 
 testing-x86_64/PKGBUILD|   41 +++
 testing-x86_64/caribou.install |   13 
 4 files changed, 108 insertions(+)

Copied: caribou/repos/testing-i686/PKGBUILD (from rev 182430, 
caribou/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:39 UTC (rev 182455)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Adam Hani Schakaki k...@krzd.net
+
+pkgname=caribou
+pkgver=0.4.10
+pkgrel=1
+pkgdesc=A text entry and UI navigation application being developed as an 
alternative to the Gnome On-screen Keyboard.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Caribou;
+license=(LGPL)
+depends=(at-spi2-atk python2-atspi python2-gobject gtk3 libxklavier libgee 
clutter dconf)
+makedepends=(intltool docbook-xsl gtk2)
+install=caribou.install
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('6480ce3a87cf4f01dd1fb52edbb31a2aa9f5573a0860b67115c86bbcd7b17865')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i s'|#!/usr/bin/python|#!/usr/bin/python2|'g 
tools/{fix_gir,make_schema}.py
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/caribou \
+--disable-gtk2-module \
+--disable-static \
+--disable-schemas-compile
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: caribou/repos/testing-i686/caribou.install (from rev 182430, 
caribou/repos/staging-i686/caribou.install)
===
--- testing-i686/caribou.install(rev 0)
+++ testing-i686/caribou.install2013-04-10 19:11:39 UTC (rev 182455)
@@ -0,0 +1,13 @@
+pkgname=caribou
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}

Copied: caribou/repos/testing-x86_64/PKGBUILD (from rev 182430, 
caribou/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:39 UTC (rev 182455)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Adam Hani Schakaki k...@krzd.net
+
+pkgname=caribou
+pkgver=0.4.10
+pkgrel=1
+pkgdesc=A text entry and UI navigation application being developed as an 
alternative to the Gnome On-screen Keyboard.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Caribou;
+license=(LGPL)
+depends=(at-spi2-atk python2-atspi python2-gobject gtk3 libxklavier libgee 
clutter dconf)
+makedepends=(intltool docbook-xsl gtk2)
+install=caribou.install
+options=(!libtool !emptydirs)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('6480ce3a87cf4f01dd1fb52edbb31a2aa9f5573a0860b67115c86bbcd7b17865')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i s'|#!/usr/bin/python|#!/usr/bin/python2|'g 
tools/{fix_gir,make_schema}.py
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/caribou \
+--disable-gtk2-module \
+--disable-static \
+--disable-schemas-compile
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: caribou/repos/testing-x86_64/caribou.install (from rev 182430, 
caribou/repos/staging-x86_64/caribou.install)
===
--- testing-x86_64/caribou.install  (rev 0)
+++ testing-x86_64/caribou.install  2013-04-10 19:11:39 UTC (rev 182455)
@@ -0,0 +1,13 @@
+pkgname=caribou
+

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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:40
  Author: heftig
Revision: 182456

db-move: moved cheese from [staging] to [testing] (i686, x86_64)

Added:
  cheese/repos/testing-i686/
  cheese/repos/testing-i686/PKGBUILD
(from rev 182430, cheese/repos/staging-i686/PKGBUILD)
  cheese/repos/testing-i686/cheese.install
(from rev 182430, cheese/repos/staging-i686/cheese.install)
  cheese/repos/testing-x86_64/
  cheese/repos/testing-x86_64/PKGBUILD
(from rev 182430, cheese/repos/staging-x86_64/PKGBUILD)
  cheese/repos/testing-x86_64/cheese.install
(from rev 182430, cheese/repos/staging-x86_64/cheese.install)
Deleted:
  cheese/repos/staging-i686/
  cheese/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   31 +++
 testing-i686/cheese.install   |   12 
 testing-x86_64/PKGBUILD   |   31 +++
 testing-x86_64/cheese.install |   12 
 4 files changed, 86 insertions(+)

Copied: cheese/repos/testing-i686/PKGBUILD (from rev 182430, 
cheese/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:40 UTC (rev 182456)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=cheese
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop' 'nautilus-sendto' 
'hicolor-icon-theme')
+makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
+optdepends=('frei0r-plugins: More camera effects')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org/projects/cheese/;
+install=cheese.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4e6f8c46ac6a2f80d0e8d540f582df1d5e2f67c59650cde0d60b837f5c779d9e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: cheese/repos/testing-i686/cheese.install (from rev 182430, 
cheese/repos/staging-i686/cheese.install)
===
--- testing-i686/cheese.install (rev 0)
+++ testing-i686/cheese.install 2013-04-10 19:11:40 UTC (rev 182456)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: cheese/repos/testing-x86_64/PKGBUILD (from rev 182430, 
cheese/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:40 UTC (rev 182456)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=cheese
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'gstreamer' 'gst-plugins-bad' 'gst-plugins-base' 
'gst-plugins-good' 'clutter-gst' 'clutter-gtk' 'libcanberra' 
'gnome-video-effects' 'librsvg' 'gnome-desktop' 'nautilus-sendto' 
'hicolor-icon-theme')
+makedepends=('pkgconfig' 'intltool' 'gobject-introspection' 'itstool' 'vala')
+optdepends=('frei0r-plugins: More camera effects')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org/projects/cheese/;
+install=cheese.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4e6f8c46ac6a2f80d0e8d540f582df1d5e2f67c59650cde0d60b837f5c779d9e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: cheese/repos/testing-x86_64/cheese.install (from rev 182430, 
cheese/repos/staging-x86_64/cheese.install)
===
--- testing-x86_64/cheese.install   (rev 0)
+++ testing-x86_64/cheese.install   2013-04-10 19:11:40 UTC (rev 182456)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas 

[arch-commits] Commit in clutter/repos (6 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:41
  Author: heftig
Revision: 182457

db-move: moved clutter from [staging] to [testing] (i686, x86_64)

Added:
  clutter/repos/testing-i686/
  clutter/repos/testing-i686/PKGBUILD
(from rev 182430, clutter/repos/staging-i686/PKGBUILD)
  clutter/repos/testing-x86_64/
  clutter/repos/testing-x86_64/PKGBUILD
(from rev 182430, clutter/repos/staging-x86_64/PKGBUILD)
Deleted:
  clutter/repos/staging-i686/
  clutter/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: clutter/repos/testing-i686/PKGBUILD (from rev 182430, 
clutter/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:41 UTC (rev 182457)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=clutter
+pkgver=1.14.0
+pkgrel=1
+pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3b7a07373c27fad4f0cf59fd66a6855d66f9a42b7b570a00ca51a8b488af64d5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: clutter/repos/testing-x86_64/PKGBUILD (from rev 182430, 
clutter/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:41 UTC (rev 182457)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=clutter
+pkgver=1.14.0
+pkgrel=1
+pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3b7a07373c27fad4f0cf59fd66a6855d66f9a42b7b570a00ca51a8b488af64d5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in clutter-gst/repos (6 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:42
  Author: heftig
Revision: 182458

db-move: moved clutter-gst from [staging] to [testing] (i686, x86_64)

Added:
  clutter-gst/repos/testing-i686/
  clutter-gst/repos/testing-i686/PKGBUILD
(from rev 182430, clutter-gst/repos/staging-i686/PKGBUILD)
  clutter-gst/repos/testing-x86_64/
  clutter-gst/repos/testing-x86_64/PKGBUILD
(from rev 182430, clutter-gst/repos/staging-x86_64/PKGBUILD)
Deleted:
  clutter-gst/repos/staging-i686/
  clutter-gst/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: clutter-gst/repos/testing-i686/PKGBUILD (from rev 182430, 
clutter-gst/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:42 UTC (rev 182458)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=clutter-gst
+pkgver=2.0.2
+pkgrel=2
+pkgdesc=GStreamer bindings for clutter
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('LGPL')
+depends=('clutter' 'gst-plugins-base-libs' 'libxdamage')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('577957598d6ee407348dc5d78879da2b212ae54fb3071f86f8409e393dde34c4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/testing-x86_64/PKGBUILD (from rev 182430, 
clutter-gst/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:42 UTC (rev 182458)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=clutter-gst
+pkgver=2.0.2
+pkgrel=2
+pkgdesc=GStreamer bindings for clutter
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('LGPL')
+depends=('clutter' 'gst-plugins-base-libs' 'libxdamage')
+makedepends=('gobject-introspection')
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('577957598d6ee407348dc5d78879da2b212ae54fb3071f86f8409e393dde34c4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in clutter-gtk/repos (6 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:43
  Author: heftig
Revision: 182459

db-move: moved clutter-gtk from [staging] to [testing] (i686, x86_64)

Added:
  clutter-gtk/repos/testing-i686/
  clutter-gtk/repos/testing-i686/PKGBUILD
(from rev 182430, clutter-gtk/repos/staging-i686/PKGBUILD)
  clutter-gtk/repos/testing-x86_64/
  clutter-gtk/repos/testing-x86_64/PKGBUILD
(from rev 182430, clutter-gtk/repos/staging-x86_64/PKGBUILD)
Deleted:
  clutter-gtk/repos/staging-i686/
  clutter-gtk/repos/staging-x86_64/

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

Copied: clutter-gtk/repos/testing-i686/PKGBUILD (from rev 182430, 
clutter-gtk/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:43 UTC (rev 182459)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=clutter-gtk
+pkgver=1.4.4
+pkgrel=1
+pkgdesc=GTK clutter widget
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('clutter' 'gtk3')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bc3108594a01a08bb6d9b538afe995e4fd78634a8356064ee8137d87aad51b2e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: clutter-gtk/repos/testing-x86_64/PKGBUILD (from rev 182430, 
clutter-gtk/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:43 UTC (rev 182459)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=clutter-gtk
+pkgver=1.4.4
+pkgrel=1
+pkgdesc=GTK clutter widget
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('clutter' 'gtk3')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bc3108594a01a08bb6d9b538afe995e4fd78634a8356064ee8137d87aad51b2e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:58
  Author: heftig
Revision: 182472

db-move: moved file-roller from [staging] to [testing] (i686, x86_64)

Added:
  file-roller/repos/testing-i686/
  file-roller/repos/testing-i686/PKGBUILD
(from rev 182430, file-roller/repos/staging-i686/PKGBUILD)
  file-roller/repos/testing-i686/file-roller.install
(from rev 182430, file-roller/repos/staging-i686/file-roller.install)
  file-roller/repos/testing-x86_64/
  file-roller/repos/testing-x86_64/PKGBUILD
(from rev 182430, file-roller/repos/staging-x86_64/PKGBUILD)
  file-roller/repos/testing-x86_64/file-roller.install
(from rev 182430, file-roller/repos/staging-x86_64/file-roller.install)
Deleted:
  file-roller/repos/staging-i686/
  file-roller/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   38 +++
 testing-i686/file-roller.install   |   13 +++
 testing-x86_64/PKGBUILD|   38 +++
 testing-x86_64/file-roller.install |   13 +++
 4 files changed, 102 insertions(+)

Copied: file-roller/repos/testing-i686/PKGBUILD (from rev 182430, 
file-roller/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:58 UTC (rev 182472)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Archive manipulator for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib' 'libnotify')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 
'itstool' 'docbook-xsl')
+optdepends=('unrar: the RAR uncompression program'
+'zip: creates PKZIP-compatible .zip files'
+'p7zip: 7zip compression utility'
+'arj: ARJ archiver'
+'unace: extraction tool for the proprietary ace archive format')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=file-roller.install
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5c800bf969ef07d350a876622462267892194d914042d1dcc080bf3c838db46d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: file-roller/repos/testing-i686/file-roller.install (from rev 182430, 
file-roller/repos/staging-i686/file-roller.install)
===
--- testing-i686/file-roller.install(rev 0)
+++ testing-i686/file-roller.install2013-04-10 19:11:58 UTC (rev 182472)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: file-roller/repos/testing-x86_64/PKGBUILD (from rev 182430, 
file-roller/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:58 UTC (rev 182472)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Archive manipulator for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib' 'libnotify')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 
'itstool' 'docbook-xsl')
+optdepends=('unrar: the RAR uncompression program'
+'zip: creates PKZIP-compatible .zip files'
+'p7zip: 7zip compression utility'
+'arj: ARJ archiver'
+'unace: extraction tool for the proprietary ace archive format')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=file-roller.install
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5c800bf969ef07d350a876622462267892194d914042d1dcc080bf3c838db46d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd 

[arch-commits] Commit in five-or-more/repos (8 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:11:59
  Author: heftig
Revision: 182473

db-move: moved five-or-more from [staging] to [testing] (i686, x86_64)

Added:
  five-or-more/repos/testing-i686/
  five-or-more/repos/testing-i686/PKGBUILD
(from rev 182430, five-or-more/repos/staging-i686/PKGBUILD)
  five-or-more/repos/testing-i686/five-or-more.install
(from rev 182430, five-or-more/repos/staging-i686/five-or-more.install)
  five-or-more/repos/testing-x86_64/
  five-or-more/repos/testing-x86_64/PKGBUILD
(from rev 182430, five-or-more/repos/staging-x86_64/PKGBUILD)
  five-or-more/repos/testing-x86_64/five-or-more.install
(from rev 182430, five-or-more/repos/staging-x86_64/five-or-more.install)
Deleted:
  five-or-more/repos/staging-i686/
  five-or-more/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   36 ++
 testing-i686/five-or-more.install   |   35 +
 testing-x86_64/PKGBUILD |   36 ++
 testing-x86_64/five-or-more.install |   35 +
 4 files changed, 142 insertions(+)

Copied: five-or-more/repos/testing-i686/PKGBUILD (from rev 182430, 
five-or-more/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:11:59 UTC (rev 182473)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=five-or-more
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Remove colored balls from the board by forming lines
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=five-or-more.install
+url=https://live.gnome.org/Five%20or%20more;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b936856c79aaa90951c0f4d27f62f5f2b53cd917ecd03b89ef0b256a880cd12d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile \
+  --with-scores-user=root --with-scores-group=games
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Remove all scores, we generate them from postinstall
+  rm -rf $pkgdir/var
+}

Copied: five-or-more/repos/testing-i686/five-or-more.install (from rev 182430, 
five-or-more/repos/staging-i686/five-or-more.install)
===
--- testing-i686/five-or-more.install   (rev 0)
+++ testing-i686/five-or-more.install   2013-04-10 19:11:59 UTC (rev 182473)
@@ -0,0 +1,35 @@
+_scores=(
+   glines.Small.scores
+   glines.Medium.scores
+   glines.Large.scores
+)
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+
+  for score in ${_scores[@]} ; do
+if [ -e var/games/$score ]; then
+  continue
+fi
+
+touch var/games/$score
+chown root:games var/games/$score
+chmod 664 var/games/$score
+  done
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+
+  for score in ${_scores[@]} ; do
+rm -f var/games/$score
+  done
+}

Copied: five-or-more/repos/testing-x86_64/PKGBUILD (from rev 182430, 
five-or-more/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:11:59 UTC (rev 182473)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=five-or-more
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Remove colored balls from the board by forming lines
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=five-or-more.install
+url=https://live.gnome.org/Five%20or%20more;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b936856c79aaa90951c0f4d27f62f5f2b53cd917ecd03b89ef0b256a880cd12d')
+
+build() {
+  cd $pkgname-$pkgver
+  

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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:12:00
  Author: heftig
Revision: 182474

db-move: moved folks from [staging] to [testing] (i686, x86_64)

Added:
  folks/repos/testing-i686/
  folks/repos/testing-i686/PKGBUILD
(from rev 182430, folks/repos/staging-i686/PKGBUILD)
  folks/repos/testing-i686/folks.install
(from rev 182430, folks/repos/staging-i686/folks.install)
  folks/repos/testing-x86_64/
  folks/repos/testing-x86_64/PKGBUILD
(from rev 182430, folks/repos/staging-x86_64/PKGBUILD)
  folks/repos/testing-x86_64/folks.install
(from rev 182430, folks/repos/staging-x86_64/folks.install)
Deleted:
  folks/repos/staging-i686/
  folks/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   30 ++
 testing-i686/folks.install   |   11 +++
 testing-x86_64/PKGBUILD  |   30 ++
 testing-x86_64/folks.install |   11 +++
 4 files changed, 82 insertions(+)

Copied: folks/repos/testing-i686/PKGBUILD (from rev 182430, 
folks/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:12:00 UTC (rev 182474)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.9.1
+pkgrel=3
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server libzeitgeist 
libtracker-sparql)
+makedepends=(gobject-introspection intltool)
+install=folks.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('102b1867355d16e73a837871a058dda13c74fa385908ddda1623893ab0baee4a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend 
\
+--disable-libsocialweb-backend
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/testing-i686/folks.install (from rev 182430, 
folks/repos/staging-i686/folks.install)
===
--- testing-i686/folks.install  (rev 0)
+++ testing-i686/folks.install  2013-04-10 19:12:00 UTC (rev 182474)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: folks/repos/testing-x86_64/PKGBUILD (from rev 182430, 
folks/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:12:00 UTC (rev 182474)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.9.1
+pkgrel=3
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server libzeitgeist 
libtracker-sparql)
+makedepends=(gobject-introspection intltool)
+install=folks.install
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('102b1867355d16e73a837871a058dda13c74fa385908ddda1623893ab0baee4a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile --enable-tracker-backend 
\
+--disable-libsocialweb-backend
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: folks/repos/testing-x86_64/folks.install (from rev 182430, 
folks/repos/staging-x86_64/folks.install)
===
--- testing-x86_64/folks.install(rev 0)
+++ testing-x86_64/folks.install2013-04-10 19:12:00 UTC (rev 182474)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in fontconfig/repos (10 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:12:02
  Author: heftig
Revision: 182475

db-move: moved fontconfig from [staging] to [testing] (i686, x86_64)

Added:
  fontconfig/repos/testing-i686/
  fontconfig/repos/testing-i686/PKGBUILD
(from rev 182430, fontconfig/repos/staging-i686/PKGBUILD)
  fontconfig/repos/testing-i686/bug62980.patch
(from rev 182430, fontconfig/repos/staging-i686/bug62980.patch)
  fontconfig/repos/testing-i686/fontconfig.install
(from rev 182430, fontconfig/repos/staging-i686/fontconfig.install)
  fontconfig/repos/testing-x86_64/
  fontconfig/repos/testing-x86_64/PKGBUILD
(from rev 182430, fontconfig/repos/staging-x86_64/PKGBUILD)
  fontconfig/repos/testing-x86_64/bug62980.patch
(from rev 182430, fontconfig/repos/staging-x86_64/bug62980.patch)
  fontconfig/repos/testing-x86_64/fontconfig.install
(from rev 182430, fontconfig/repos/staging-x86_64/fontconfig.install)
Deleted:
  fontconfig/repos/staging-i686/
  fontconfig/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |   50 
 testing-i686/bug62980.patch   |   73 
 testing-i686/fontconfig.install   |   39 +++
 testing-x86_64/PKGBUILD   |   50 
 testing-x86_64/bug62980.patch |   73 
 testing-x86_64/fontconfig.install |   39 +++
 6 files changed, 324 insertions(+)

Copied: fontconfig/repos/testing-i686/PKGBUILD (from rev 182430, 
fontconfig/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:12:02 UTC (rev 182475)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=fontconfig
+pkgver=2.10.92
+pkgrel=2
+pkgdesc=A library for configuring and customizing font access
+arch=(i686 x86_64)
+url=http://www.fontconfig.org/release/;
+license=('custom')
+depends=('expat' 'freetype2')
+options=('!libtool')
+install=fontconfig.install
+source=(http://www.fontconfig.org/release/$pkgname-$pkgver.tar.bz2
+bug62980.patch)
+sha256sums=('1162059927120f2321f12917189b524e6b2f09e11ac643278d0bb82634035b22'
+'d0d17ddbb5a20ef259eb33757904e076291a817312e94deb6d8f7b7cd064a3ce')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i ../bug62980.patch
+
+  # make sure there's no rpath trouble and sane .so versioning - FC and Gentoo 
do this as well
+  libtoolize -f
+  autoreconf -fi
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--with-templatedir=/etc/fonts/conf.avail \
+--with-xmldir=/etc/fonts \
+--localstatedir=/var \
+--disable-static \
+--with-default-fonts=/usr/share/fonts \
+--with-add-fonts=/usr/share/fonts
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  #Install license
+  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
+}

Copied: fontconfig/repos/testing-i686/bug62980.patch (from rev 182430, 
fontconfig/repos/staging-i686/bug62980.patch)
===
--- testing-i686/bug62980.patch (rev 0)
+++ testing-i686/bug62980.patch 2013-04-10 19:12:02 UTC (rev 182475)
@@ -0,0 +1,73 @@
+From 8fd0ed60a62cb7f36b2ade1bd16a66671eaf79da Mon Sep 17 00:00:00 2001
+From: Akira TAGOH ak...@tagoh.org
+Date: Mon, 01 Apr 2013 09:16:28 +
+Subject: Bug 62980 - matching native fonts with even :lang=en
+
+Fix the matcher modified by 4eab908c8679a797ac7016b77a93ee41bb11b0fc
+to deal with both strong and weak of FC_LANG as the same location in the score
+---
+diff --git a/src/fcmatch.c b/src/fcmatch.c
+index 68f39ae..2d7b798 100644
+--- a/src/fcmatch.c
 b/src/fcmatch.c
+@@ -227,9 +227,10 @@ typedef enum _FcMatcherPriorityDummy {
+ #undef FC_OBJECT
+ 
+ #undef PRI1
+-#define PRI1(n)   \
+-PRI_ ## n ## _STRONG, \
+-PRI_ ## n ## _WEAK
++#define PRI1(n)   \
++PRI_ ## n,\
++PRI_ ## n ## _STRONG = PRI_ ## n, \
++PRI_ ## n ## _WEAK = PRI_ ## n
+ 
+ typedef enum _FcMatcherPriority {
+ PRI1(HASH),
+@@ -237,9 +238,8 @@ typedef enum _FcMatcherPriority {
+ PRI1(FOUNDRY),
+ PRI1(CHARSET),
+ PRI_FAMILY_STRONG,
+-PRI_LANG_STRONG,
+ PRI_POSTSCRIPT_NAME_STRONG,
+-PRI_LANG_WEAK,
++PRI1(LANG),
+ PRI_FAMILY_WEAK,
+ PRI_POSTSCRIPT_NAME_WEAK,
+ PRI1(SPACING),
+@@ -910,8 +910,7 @@ FcFontSetSort (FcConfig*config FC_UNUSED,
+* If this node matches any language, go check
+* which ones and satisfy those entries
+*/
+-  if (nodeps[f]-score[PRI_LANG_STRONG]  2000 ||
+-

[arch-commits] Commit in four-in-a-row/repos (8 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:12:05
  Author: heftig
Revision: 182476

db-move: moved four-in-a-row from [staging] to [testing] (i686, x86_64)

Added:
  four-in-a-row/repos/testing-i686/
  four-in-a-row/repos/testing-i686/PKGBUILD
(from rev 182430, four-in-a-row/repos/staging-i686/PKGBUILD)
  four-in-a-row/repos/testing-i686/four-in-a-row.install
(from rev 182430, four-in-a-row/repos/staging-i686/four-in-a-row.install)
  four-in-a-row/repos/testing-x86_64/
  four-in-a-row/repos/testing-x86_64/PKGBUILD
(from rev 182430, four-in-a-row/repos/staging-x86_64/PKGBUILD)
  four-in-a-row/repos/testing-x86_64/four-in-a-row.install
(from rev 182430, four-in-a-row/repos/staging-x86_64/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/staging-i686/
  four-in-a-row/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/four-in-a-row.install   |   13 +
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/four-in-a-row.install |   13 +
 4 files changed, 90 insertions(+)

Copied: four-in-a-row/repos/testing-i686/PKGBUILD (from rev 182430, 
four-in-a-row/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:12:05 UTC (rev 182476)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0a6f58abdf79b4c175cf6007480e525ea67ef7035c6c07f9cca1c9bb81e280f2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: four-in-a-row/repos/testing-i686/four-in-a-row.install (from rev 
182430, four-in-a-row/repos/staging-i686/four-in-a-row.install)
===
--- testing-i686/four-in-a-row.install  (rev 0)
+++ testing-i686/four-in-a-row.install  2013-04-10 19:12:05 UTC (rev 182476)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: four-in-a-row/repos/testing-x86_64/PKGBUILD (from rev 182430, 
four-in-a-row/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:12:05 UTC (rev 182476)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 168943 2012-10-16 16:31:44Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs' '!libtool')
+install=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0a6f58abdf79b4c175cf6007480e525ea67ef7035c6c07f9cca1c9bb81e280f2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: four-in-a-row/repos/testing-x86_64/four-in-a-row.install (from rev 
182430, four-in-a-row/repos/staging-x86_64/four-in-a-row.install)
===
--- testing-x86_64/four-in-a-row.install(rev 0)
+++ testing-x86_64/four-in-a-row.install2013-04-10 19:12:05 UTC (rev 
182476)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  

[arch-commits] Commit in gconf-editor/repos (10 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:12:06
  Author: heftig
Revision: 182477

db-move: moved gconf-editor from [staging] to [testing] (i686, x86_64)

Added:
  gconf-editor/repos/testing-i686/
  gconf-editor/repos/testing-i686/PKGBUILD
(from rev 182430, gconf-editor/repos/staging-i686/PKGBUILD)
  gconf-editor/repos/testing-i686/fix-assertion-failed-crash.patch
(from rev 182430, 
gconf-editor/repos/staging-i686/fix-assertion-failed-crash.patch)
  gconf-editor/repos/testing-i686/gconf-editor.install
(from rev 182430, gconf-editor/repos/staging-i686/gconf-editor.install)
  gconf-editor/repos/testing-x86_64/
  gconf-editor/repos/testing-x86_64/PKGBUILD
(from rev 182430, gconf-editor/repos/staging-x86_64/PKGBUILD)
  gconf-editor/repos/testing-x86_64/fix-assertion-failed-crash.patch
(from rev 182430, 
gconf-editor/repos/staging-x86_64/fix-assertion-failed-crash.patch)
  gconf-editor/repos/testing-x86_64/gconf-editor.install
(from rev 182430, gconf-editor/repos/staging-x86_64/gconf-editor.install)
Deleted:
  gconf-editor/repos/staging-i686/
  gconf-editor/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   35 ++
 testing-i686/fix-assertion-failed-crash.patch   |   34 +
 testing-i686/gconf-editor.install   |   22 +
 testing-x86_64/PKGBUILD |   35 ++
 testing-x86_64/fix-assertion-failed-crash.patch |   34 +
 testing-x86_64/gconf-editor.install |   22 +
 6 files changed, 182 insertions(+)

Copied: gconf-editor/repos/testing-i686/PKGBUILD (from rev 182430, 
gconf-editor/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:12:06 UTC (rev 182477)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gconf-editor
+pkgver=3.0.1
+pkgrel=2
+pkgdesc=Graphical gconf registry editor
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gconf' 'hicolor-icon-theme')
+makedepends=('pkgconfig' 'intltool' 'gnome-doc-utils')
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=gconf-editor.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+fix-assertion-failed-crash.patch)
+sha256sums=('9afc4fc0d0afe019998736f06c04cbfa0393c813e2aa755133d95e83835f8869'
+'6550714ee06d09632244d0f4f41402224599f5230ef71376ea34291ce0d651bc')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i ${srcdir}/fix-assertion-failed-crash.patch
+  ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd $srcdir/$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 gconf-editor $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Copied: gconf-editor/repos/testing-i686/fix-assertion-failed-crash.patch (from 
rev 182430, gconf-editor/repos/staging-i686/fix-assertion-failed-crash.patch)
===
--- testing-i686/fix-assertion-failed-crash.patch   
(rev 0)
+++ testing-i686/fix-assertion-failed-crash.patch   2013-04-10 19:12:06 UTC 
(rev 182477)
@@ -0,0 +1,34 @@
+From 25d823099337f7ede4782f46fea46f251646dc3e Mon Sep 17 00:00:00 2001
+From: Edward Sheldrake ejsheldr...@gmail.com
+Date: Wed, 11 Apr 2012 07:27:16 +
+Subject: Fix assertion failed crash
+
+Fix assertion failed: (last_slash != NULL) crash while navigating the
+left tree view, fixed by having the model for the right list view emit
+all the row deleted signals before deleting any of its data.
+
+Fixes https://bugzilla.gnome.org/show_bug.cgi?id=670586
+---
+diff --git a/src/gconf-list-model.c b/src/gconf-list-model.c
+index 27e1af6..4fc60f8 100644
+--- a/src/gconf-list-model.c
 b/src/gconf-list-model.c
+@@ -133,11 +133,14 @@ gconf_list_model_set_root_path (GConfListModel *model, 
const gchar *root_path)
+ 
+   if (model-root_path != NULL) {
+   for (list = model-values; list; list = list-next) {
++  model-stamp++;
++  gtk_tree_model_row_deleted (GTK_TREE_MODEL (model), 
path);
++  }
++
++  for (list = model-values; list; list = list-next) {
+   GConfEntry *entry = list-data;
+ 
+   g_hash_table_remove (model-key_hash, 
gconf_entry_get_key (entry));
+-  model-stamp++;
+-  gtk_tree_model_row_deleted (GTK_TREE_MODEL (model), 
path);
+ 
+   gconf_entry_unref 

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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:12:07
  Author: heftig
Revision: 182478

db-move: moved gcr from [staging] to [testing] (i686, x86_64)

Added:
  gcr/repos/testing-i686/
  gcr/repos/testing-i686/10-gcr.conf
(from rev 182430, gcr/repos/staging-i686/10-gcr.conf)
  gcr/repos/testing-i686/PKGBUILD
(from rev 182430, gcr/repos/staging-i686/PKGBUILD)
  gcr/repos/testing-i686/gcr.install
(from rev 182430, gcr/repos/staging-i686/gcr.install)
  gcr/repos/testing-x86_64/
  gcr/repos/testing-x86_64/10-gcr.conf
(from rev 182430, gcr/repos/staging-x86_64/10-gcr.conf)
  gcr/repos/testing-x86_64/PKGBUILD
(from rev 182430, gcr/repos/staging-x86_64/PKGBUILD)
  gcr/repos/testing-x86_64/gcr.install
(from rev 182430, gcr/repos/staging-x86_64/gcr.install)
Deleted:
  gcr/repos/staging-i686/
  gcr/repos/staging-x86_64/

+
 testing-i686/10-gcr.conf   |3 +++
 testing-i686/PKGBUILD  |   40 
 testing-i686/gcr.install   |   14 ++
 testing-x86_64/10-gcr.conf |3 +++
 testing-x86_64/PKGBUILD|   40 
 testing-x86_64/gcr.install |   14 ++
 6 files changed, 114 insertions(+)

Copied: gcr/repos/testing-i686/10-gcr.conf (from rev 182430, 
gcr/repos/staging-i686/10-gcr.conf)
===
--- testing-i686/10-gcr.conf(rev 0)
+++ testing-i686/10-gcr.conf2013-04-10 19:12:07 UTC (rev 182478)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/testing-i686/PKGBUILD (from rev 182430, 
gcr/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:12:07 UTC (rev 182478)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.8.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' 'python')
+options=(!libtool)
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+10-gcr.conf)
+sha256sums=('3d9ff72a7d5f0c26e42f7f4195fa6f82d384e255a07cfcf00f898b18334b8650'
+'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
+
+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
+
+  # gcr wants to lock some memory to prevent swapping out private keys
+  # https://bugs.archlinux.org/task/32616
+  # https://bugzilla.gnome.org/show_bug.cgi?id=688161
+  install -Dm644 ../10-gcr.conf $pkgdir/etc/security/limits.d/10-gcr.conf
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gcr/repos/testing-i686/gcr.install (from rev 182430, 
gcr/repos/staging-i686/gcr.install)
===
--- testing-i686/gcr.install(rev 0)
+++ testing-i686/gcr.install2013-04-10 19:12:07 UTC (rev 182478)
@@ -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
+}

Copied: gcr/repos/testing-x86_64/10-gcr.conf (from rev 182430, 
gcr/repos/staging-x86_64/10-gcr.conf)
===
--- testing-x86_64/10-gcr.conf  (rev 0)
+++ testing-x86_64/10-gcr.conf  2013-04-10 19:12:07 UTC (rev 182478)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/testing-x86_64/PKGBUILD (from rev 182430, 
gcr/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:12:07 UTC (rev 182478)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.8.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' 'python')
+options=(!libtool)
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+10-gcr.conf)
+sha256sums=('3d9ff72a7d5f0c26e42f7f4195fa6f82d384e255a07cfcf00f898b18334b8650'
+ 

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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:12:09
  Author: heftig
Revision: 182479

db-move: moved gdk-pixbuf2 from [staging] to [testing] (i686, x86_64)

Added:
  gdk-pixbuf2/repos/testing-i686/
  gdk-pixbuf2/repos/testing-i686/PKGBUILD
(from rev 182430, gdk-pixbuf2/repos/staging-i686/PKGBUILD)
  gdk-pixbuf2/repos/testing-i686/gdk-pixbuf2.install
(from rev 182430, gdk-pixbuf2/repos/staging-i686/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/testing-x86_64/
  gdk-pixbuf2/repos/testing-x86_64/PKGBUILD
(from rev 182430, gdk-pixbuf2/repos/staging-x86_64/PKGBUILD)
  gdk-pixbuf2/repos/testing-x86_64/gdk-pixbuf2.install
(from rev 182430, gdk-pixbuf2/repos/staging-x86_64/gdk-pixbuf2.install)
Deleted:
  gdk-pixbuf2/repos/staging-i686/
  gdk-pixbuf2/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   34 ++
 testing-i686/gdk-pixbuf2.install   |   11 +++
 testing-x86_64/PKGBUILD|   34 ++
 testing-x86_64/gdk-pixbuf2.install |   11 +++
 4 files changed, 90 insertions(+)

Copied: gdk-pixbuf2/repos/testing-i686/PKGBUILD (from rev 182430, 
gdk-pixbuf2/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:12:09 UTC (rev 182479)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gdk-pixbuf2
+pkgver=2.28.0
+pkgrel=1
+pkgdesc=An image loading library
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+makedepends=('gtk-doc' 'gobject-introspection')
+options=('!libtool')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('561e37695bfb1b07549588b3fca2e6f05b2320eee75b13748bb7dc5e1257d347')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd gdk-pixbuf-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/testing-i686/gdk-pixbuf2.install (from rev 182430, 
gdk-pixbuf2/repos/staging-i686/gdk-pixbuf2.install)
===
--- testing-i686/gdk-pixbuf2.install(rev 0)
+++ testing-i686/gdk-pixbuf2.install2013-04-10 19:12:09 UTC (rev 182479)
@@ -0,0 +1,11 @@
+post_install() {
+   gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}

Copied: gdk-pixbuf2/repos/testing-x86_64/PKGBUILD (from rev 182430, 
gdk-pixbuf2/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:12:09 UTC (rev 182479)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gdk-pixbuf2
+pkgver=2.28.0
+pkgrel=1
+pkgdesc=An image loading library
+arch=('i686' 'x86_64')
+url=http://www.gtk.org/;
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+makedepends=('gtk-doc' 'gobject-introspection')
+options=('!libtool')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver%.*}/gdk-pixbuf-$pkgver.tar.xz)
+sha256sums=('561e37695bfb1b07549588b3fca2e6f05b2320eee75b13748bb7dc5e1257d347')
+
+build() {
+  cd gdk-pixbuf-$pkgver
+
+  ./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png
+  make
+}
+
+package() {
+  cd gdk-pixbuf-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/testing-x86_64/gdk-pixbuf2.install (from rev 182430, 
gdk-pixbuf2/repos/staging-x86_64/gdk-pixbuf2.install)
===
--- testing-x86_64/gdk-pixbuf2.install  (rev 0)
+++ testing-x86_64/gdk-pixbuf2.install  2013-04-10 19:12:09 UTC (rev 182479)
@@ -0,0 +1,11 @@
+post_install() {
+   gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+pre_remove() {
+rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+}



[arch-commits] Commit in gdl/repos (6 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:12:10
  Author: heftig
Revision: 182480

db-move: moved gdl from [staging] to [testing] (i686, x86_64)

Added:
  gdl/repos/testing-i686/
  gdl/repos/testing-i686/PKGBUILD
(from rev 182430, gdl/repos/staging-i686/PKGBUILD)
  gdl/repos/testing-x86_64/
  gdl/repos/testing-x86_64/PKGBUILD
(from rev 182430, gdl/repos/staging-x86_64/PKGBUILD)
Deleted:
  gdl/repos/staging-i686/
  gdl/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: gdl/repos/testing-i686/PKGBUILD (from rev 182430, 
gdl/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:12:10 UTC (rev 182480)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gdl
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=GNOME Docking Library
+arch=(i686 x86_64)
+license=('GPL')
+url=http://www.gnome.org/;
+depends=('gtk3')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d29aeae9582d6af1f9f1cf86a5248ba741770ae0078991e133f4e360f1e6c0e6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gdl/repos/testing-x86_64/PKGBUILD (from rev 182430, 
gdl/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:12:10 UTC (rev 182480)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gdl
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=GNOME Docking Library
+arch=(i686 x86_64)
+license=('GPL')
+url=http://www.gnome.org/;
+depends=('gtk3')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d29aeae9582d6af1f9f1cf86a5248ba741770ae0078991e133f4e360f1e6c0e6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:12:12
  Author: heftig
Revision: 182481

db-move: moved gedit from [staging] to [testing] (i686, x86_64)

Added:
  gedit/repos/testing-i686/
  gedit/repos/testing-i686/PKGBUILD
(from rev 182430, gedit/repos/staging-i686/PKGBUILD)
  gedit/repos/testing-i686/gedit.install
(from rev 182430, gedit/repos/staging-i686/gedit.install)
  gedit/repos/testing-x86_64/
  gedit/repos/testing-x86_64/PKGBUILD
(from rev 182430, gedit/repos/staging-x86_64/PKGBUILD)
  gedit/repos/testing-x86_64/gedit.install
(from rev 182430, gedit/repos/staging-x86_64/gedit.install)
Deleted:
  gedit/repos/staging-i686/
  gedit/repos/staging-x86_64/

--+
 testing-i686/PKGBUILD|   33 +
 testing-i686/gedit.install   |   18 ++
 testing-x86_64/PKGBUILD  |   33 +
 testing-x86_64/gedit.install |   18 ++
 4 files changed, 102 insertions(+)

Copied: gedit/repos/testing-i686/PKGBUILD (from rev 182430, 
gedit/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:12:12 UTC (rev 182481)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gedit
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=A text editor for GNOME
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes 
libsm desktop-file-utils python-gobject dconf)
+makedepends=(yelp-tools intltool libzeitgeist)
+optdepends=('libzeitgeist: Zeitgeist plugin')
+groups=(gnome-extra)
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+install=gedit.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1438146371cce64da932bb7121d6d0238684632c5bf53f9508d31552931ad1a1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+  --enable-python
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gedit/repos/testing-i686/gedit.install (from rev 182430, 
gedit/repos/staging-i686/gedit.install)
===
--- testing-i686/gedit.install  (rev 0)
+++ testing-i686/gedit.install  2013-04-10 19:12:12 UTC (rev 182481)
@@ -0,0 +1,18 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
+gconfpkg --uninstall gedit
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Copied: gedit/repos/testing-x86_64/PKGBUILD (from rev 182430, 
gedit/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:12:12 UTC (rev 182481)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gedit
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=A text editor for GNOME
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtksourceview3 gsettings-desktop-schemas libpeas enchant iso-codes 
libsm desktop-file-utils python-gobject dconf)
+makedepends=(yelp-tools intltool libzeitgeist)
+optdepends=('libzeitgeist: Zeitgeist plugin')
+groups=(gnome-extra)
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+install=gedit.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1438146371cce64da932bb7121d6d0238684632c5bf53f9508d31552931ad1a1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib --disable-updater --disable-schemas-compile \
+  --enable-python
+  make
+}
+
+package(){
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gedit/repos/testing-x86_64/gedit.install (from rev 182430, 
gedit/repos/staging-x86_64/gedit.install)
===
--- testing-x86_64/gedit.install(rev 0)
+++ testing-x86_64/gedit.install2013-04-10 19:12:12 UTC (rev 182481)
@@ -0,0 +1,18 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/gedit.schemas ]; then
+gconfpkg --uninstall gedit
+fi
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+

  1   2   3   >