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

2014-02-25 Thread Ray Rashif
Date: Tuesday, February 25, 2014 @ 09:08:44
  Author: schiv
Revision: 206372

upgpkg: ardour 3.5.357-1

upstream critical bugfix releases

Modified:
  ardour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 07:17:41 UTC (rev 206371)
+++ PKGBUILD2014-02-25 08:08:44 UTC (rev 206372)
@@ -5,8 +5,8 @@
 
 pkgname=ardour
 _pkgname=Ardour3
-pkgver=3.5.308
-pkgrel=2
+pkgver=3.5.357
+pkgrel=1
 pkgdesc=Professional-grade digital audio workstation
 arch=('i686' 'x86_64')
 url=http://ardour.org/;
@@ -18,7 +18,7 @@
 install=$pkgname.install
 source=(ftp://ftp.archlinux.org/other/$pkgname/$_pkgname-$pkgver.tar.bz2;
 $pkgname.desktop)
-md5sums=('710e084d5edeb3c216c8fdd57f6ed744'
+md5sums=('c59265d859263903b60298d47182d785'
  '316bd21ece5e2208a104fd09cac521af')
 
 prepare() {



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

2014-02-25 Thread Sergej Pupykin
Date: Tuesday, February 25, 2014 @ 09:09:36
  Author: spupykin
Revision: 106190

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

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

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   30 
 community-x86_64/PKGBUILD |   30 
 3 files changed, 64 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-25 08:09:17 UTC (rev 106189)
+++ community-i686/PKGBUILD 2014-02-25 08:09:36 UTC (rev 106190)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Thayer Williams tha...@archlinux.org
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-
-pkgname=dmenu
-pkgver=4.5
-pkgrel=3
-pkgdesc=A generic menu for X
-url=http://tools.suckless.org/dmenu/;
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('sh' 'libxinerama')
-source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz)
-md5sums=('9c46169ed703732ec52ed946c27d84b4')
-
-build(){
-  cd $srcdir/$pkgname-$pkgver
-  make \
-X11INC=/usr/include/X11 \
-X11LIB=/usr/lib/X11
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dmenu/repos/community-i686/PKGBUILD (from rev 106189, 
dmenu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-25 08:09:36 UTC (rev 106190)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Thayer Williams tha...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+
+pkgname=dmenu
+pkgver=4.5.git20140225
+pkgrel=4
+pkgdesc=A generic menu for X
+url=http://tools.suckless.org/dmenu/;
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('sh' 'libxinerama')
+makedepends=('git')
+#source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz)
+source=(git://git.suckless.org/dmenu)
+md5sums=('SKIP')
+
+build(){
+  cd $srcdir/$pkgname
+  make \
+X11INC=/usr/include/X11 \
+X11LIB=/usr/lib/X11
+}
+
+package() {
+  cd $srcdir/$pkgname
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-25 08:09:17 UTC (rev 106189)
+++ community-x86_64/PKGBUILD   2014-02-25 08:09:36 UTC (rev 106190)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Thayer Williams tha...@archlinux.org
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-
-pkgname=dmenu
-pkgver=4.5
-pkgrel=3
-pkgdesc=A generic menu for X
-url=http://tools.suckless.org/dmenu/;
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('sh' 'libxinerama')
-source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz)
-md5sums=('9c46169ed703732ec52ed946c27d84b4')
-
-build(){
-  cd $srcdir/$pkgname-$pkgver
-  make \
-X11INC=/usr/include/X11 \
-X11LIB=/usr/lib/X11
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dmenu/repos/community-x86_64/PKGBUILD (from rev 106189, 
dmenu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-25 08:09:36 UTC (rev 106190)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Thayer Williams tha...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+
+pkgname=dmenu
+pkgver=4.5.git20140225
+pkgrel=4
+pkgdesc=A generic menu for X
+url=http://tools.suckless.org/dmenu/;
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('sh' 'libxinerama')
+makedepends=('git')
+#source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz)

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

2014-02-25 Thread Sergej Pupykin
Date: Tuesday, February 25, 2014 @ 09:09:17
  Author: spupykin
Revision: 106189

upgpkg: dmenu 4.5.git20140225-4

upd

Modified:
  dmenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 07:46:50 UTC (rev 106188)
+++ PKGBUILD2014-02-25 08:09:17 UTC (rev 106189)
@@ -6,18 +6,20 @@
 # Contributor: Jeff 'codemac' Mickey j...@archlinux.org
 
 pkgname=dmenu
-pkgver=4.5
-pkgrel=3
+pkgver=4.5.git20140225
+pkgrel=4
 pkgdesc=A generic menu for X
 url=http://tools.suckless.org/dmenu/;
 arch=('i686' 'x86_64')
 license=('MIT')
 depends=('sh' 'libxinerama')
-source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz)
-md5sums=('9c46169ed703732ec52ed946c27d84b4')
+makedepends=('git')
+#source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz)
+source=(git://git.suckless.org/dmenu)
+md5sums=('SKIP')
 
 build(){
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname
   make \
 X11INC=/usr/include/X11 \
 X11LIB=/usr/lib/X11
@@ -24,7 +26,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname
   make PREFIX=/usr DESTDIR=$pkgdir install
   install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



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

2014-02-25 Thread Sergej Pupykin
Date: Tuesday, February 25, 2014 @ 09:09:55
  Author: spupykin
Revision: 106192

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-25 08:09:39 UTC (rev 106191)
+++ community-i686/PKGBUILD 2014-02-25 08:09:55 UTC (rev 106192)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=unifdef
-pkgver=2.8
-pkgrel=1
-pkgdesc=Remove #ifdef'ed lines
-arch=(i686 x86_64)
-url=http://dotat.at/prog/unifdef/;
-license=('GPL')
-depends=()
-source=(http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
-md5sums=('1cfb5fa5dcab6e6246c07897a1a304b4')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make clean
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
-  install -m 0755 unifdef $pkgdir/usr/bin/
-  install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
-}

Copied: unifdef/repos/community-i686/PKGBUILD (from rev 106191, 
unifdef/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-25 08:09:55 UTC (rev 106192)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=unifdef
+pkgver=2.10
+pkgrel=1
+pkgdesc=Remove #ifdef'ed lines
+arch=(i686 x86_64)
+url=http://dotat.at/prog/unifdef/;
+license=('GPL')
+depends=()
+source=(http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
+md5sums=('5161cb017a14997cd20cdf5f5704ced1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make clean
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
+  install -m 0755 unifdef $pkgdir/usr/bin/
+  install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-25 08:09:39 UTC (rev 106191)
+++ community-x86_64/PKGBUILD   2014-02-25 08:09:55 UTC (rev 106192)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=unifdef
-pkgver=2.8
-pkgrel=1
-pkgdesc=Remove #ifdef'ed lines
-arch=(i686 x86_64)
-url=http://dotat.at/prog/unifdef/;
-license=('GPL')
-depends=()
-source=(http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
-md5sums=('1cfb5fa5dcab6e6246c07897a1a304b4')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make clean
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
-  install -m 0755 unifdef $pkgdir/usr/bin/
-  install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
-}

Copied: unifdef/repos/community-x86_64/PKGBUILD (from rev 106191, 
unifdef/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-25 08:09:55 UTC (rev 106192)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=unifdef
+pkgver=2.10
+pkgrel=1
+pkgdesc=Remove #ifdef'ed lines
+arch=(i686 x86_64)
+url=http://dotat.at/prog/unifdef/;
+license=('GPL')
+depends=()
+source=(http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
+md5sums=('5161cb017a14997cd20cdf5f5704ced1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make clean
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
+  install -m 0755 unifdef $pkgdir/usr/bin/
+  install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
+}



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

2014-02-25 Thread Ray Rashif
Date: Tuesday, February 25, 2014 @ 09:09:13
  Author: schiv
Revision: 206373

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

Added:
  ardour/repos/extra-i686/.contrib
(from rev 206372, ardour/trunk/.contrib)
  ardour/repos/extra-i686/PKGBUILD
(from rev 206372, ardour/trunk/PKGBUILD)
  ardour/repos/extra-i686/ardour.desktop
(from rev 206372, ardour/trunk/ardour.desktop)
  ardour/repos/extra-i686/ardour.install
(from rev 206372, ardour/trunk/ardour.install)
  ardour/repos/extra-x86_64/.contrib
(from rev 206372, ardour/trunk/.contrib)
  ardour/repos/extra-x86_64/PKGBUILD
(from rev 206372, ardour/trunk/PKGBUILD)
  ardour/repos/extra-x86_64/ardour.desktop
(from rev 206372, ardour/trunk/ardour.desktop)
  ardour/repos/extra-x86_64/ardour.install
(from rev 206372, ardour/trunk/ardour.install)
Deleted:
  ardour/repos/extra-i686/.contrib
  ardour/repos/extra-i686/PKGBUILD
  ardour/repos/extra-i686/ardour.desktop
  ardour/repos/extra-i686/ardour.install
  ardour/repos/extra-x86_64/.contrib
  ardour/repos/extra-x86_64/PKGBUILD
  ardour/repos/extra-x86_64/ardour.desktop
  ardour/repos/extra-x86_64/ardour.install

-+
 /.contrib   |4 +
 /PKGBUILD   |  102 ++
 /ardour.desktop |   18 +++
 /ardour.install |   44 ++
 extra-i686/.contrib |2 
 extra-i686/PKGBUILD |   51 -
 extra-i686/ardour.desktop   |9 ---
 extra-i686/ardour.install   |   22 -
 extra-x86_64/.contrib   |2 
 extra-x86_64/PKGBUILD   |   51 -
 extra-x86_64/ardour.desktop |9 ---
 extra-x86_64/ardour.install |   22 -
 12 files changed, 168 insertions(+), 168 deletions(-)

Deleted: extra-i686/.contrib
===
--- extra-i686/.contrib 2014-02-25 08:08:44 UTC (rev 206372)
+++ extra-i686/.contrib 2014-02-25 08:09:13 UTC (rev 206373)
@@ -1,2 +0,0 @@
-# Contributor: Bernardo Barros bernardobar...@gmail.com
-# Contributor: Uli Armbruster uli_armbrus...@web.de

Copied: ardour/repos/extra-i686/.contrib (from rev 206372, 
ardour/trunk/.contrib)
===
--- extra-i686/.contrib (rev 0)
+++ extra-i686/.contrib 2014-02-25 08:09:13 UTC (rev 206373)
@@ -0,0 +1,2 @@
+# Contributor: Bernardo Barros bernardobar...@gmail.com
+# Contributor: Uli Armbruster uli_armbrus...@web.de

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-25 08:08:44 UTC (rev 206372)
+++ extra-i686/PKGBUILD 2014-02-25 08:09:13 UTC (rev 206373)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: see .contrib
-
-pkgname=ardour
-_pkgname=Ardour3
-pkgver=3.5.308
-pkgrel=2
-pkgdesc=Professional-grade digital audio workstation
-arch=('i686' 'x86_64')
-url=http://ardour.org/;
-license=('GPL')
-depends=('liblrdf' 'liblo=0.28' 'libsmf' 'lilv'
- 'aubio' 'libgnomecanvasmm' 'suil')
-makedepends=('python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
-optdepends=('xjadeo: video monitoring')
-install=$pkgname.install
-source=(ftp://ftp.archlinux.org/other/$pkgname/$_pkgname-$pkgver.tar.bz2;
-$pkgname.desktop)
-md5sums=('710e084d5edeb3c216c8fdd57f6ed744'
- '316bd21ece5e2208a104fd09cac521af')
-
-prepare() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  # python2 fix
-  sed -i 's/python ${SRC}/python2 ${SRC}/' libs/pbd/wscript
-}
-
-build() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  python2 waf configure --prefix=/usr \
---configdir=/etc \
---docs
-
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  python2 waf install --destdir=$pkgdir
-
-  # install some freedesktop.org compatibility
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ardour/repos/extra-i686/PKGBUILD (from rev 206372, 
ardour/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-25 08:09:13 UTC (rev 206373)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: see .contrib
+
+pkgname=ardour
+_pkgname=Ardour3
+pkgver=3.5.357
+pkgrel=1
+pkgdesc=Professional-grade digital audio workstation
+arch=('i686' 'x86_64')
+url=http://ardour.org/;
+license=('GPL')
+depends=('liblrdf' 'liblo=0.28' 'libsmf' 'lilv'
+ 'aubio' 'libgnomecanvasmm' 'suil')
+makedepends=('python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
+optdepends=('xjadeo: video monitoring')
+install=$pkgname.install

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

2014-02-25 Thread Sergej Pupykin
Date: Tuesday, February 25, 2014 @ 09:09:39
  Author: spupykin
Revision: 106191

upgpkg: unifdef 2.10-1

upd

Modified:
  unifdef/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 08:09:36 UTC (rev 106190)
+++ PKGBUILD2014-02-25 08:09:39 UTC (rev 106191)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=unifdef
-pkgver=2.8
+pkgver=2.10
 pkgrel=1
 pkgdesc=Remove #ifdef'ed lines
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=()
 source=(http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
-md5sums=('1cfb5fa5dcab6e6246c07897a1a304b4')
+md5sums=('5161cb017a14997cd20cdf5f5704ced1')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in envoy/repos/community-x86_64 (PKGBUILD PKGBUILD)

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 09:40:55
  Author: bpiotrowski
Revision: 106194

archrelease: copy trunk to community-x86_64

Added:
  envoy/repos/community-x86_64/PKGBUILD
(from rev 106193, envoy/trunk/PKGBUILD)
Deleted:
  envoy/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-25 08:40:50 UTC (rev 106193)
+++ PKGBUILD2014-02-25 08:40:55 UTC (rev 106194)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=envoy
-pkgver=5
-pkgrel=1
-pkgdesc=A ssh-agent/gpg-agent keychain and process monitor
-arch=('i686' 'x86_64')
-url=http://github.com/vodik/envoy;
-license=('GPL')
-depends=('openssh' 'systemd')
-optdepends=('gnupg: gpg-agent support')
-makedepends=('ragel')
-source=($pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz;
-clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz;)
-md5sums=('feee9b1a0eed31360324ea868d081801'
- '8c4f3fd488fc8f92196a8aa42ac9567e')
-
-prepare() {
-  cd $pkgname-$pkgver
-  rm -fr clique
-  ln -s ../clique-0.1 clique
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim: ft=sh syn=sh et

Copied: envoy/repos/community-x86_64/PKGBUILD (from rev 106193, 
envoy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-25 08:40:55 UTC (rev 106194)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=envoy
+pkgver=7
+pkgrel=1
+pkgdesc=A ssh-agent/gpg-agent keychain and process monitor
+arch=('i686' 'x86_64')
+url=http://github.com/vodik/envoy;
+license=('GPL')
+depends=('openssh' 'systemd')
+optdepends=('gnupg: gpg-agent support')
+makedepends=('ragel')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz;
+clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz;)
+md5sums=('a4eb7a7356519605797b1d22b81dcf36'
+ '8c4f3fd488fc8f92196a8aa42ac9567e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  rm -fr clique
+  ln -s ../clique-0.1 clique
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim: ft=sh syn=sh et



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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 09:40:50
  Author: bpiotrowski
Revision: 106193

upgpkg: envoy 7-1

new upstream release

Modified:
  envoy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 08:09:55 UTC (rev 106192)
+++ PKGBUILD2014-02-25 08:40:50 UTC (rev 106193)
@@ -2,7 +2,7 @@
 # Maintainer: Federico Cinelli cine...@aur.archlinux.org
 
 pkgname=envoy
-pkgver=5
+pkgver=7
 pkgrel=1
 pkgdesc=A ssh-agent/gpg-agent keychain and process monitor
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('ragel')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz;
 clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz;)
-md5sums=('feee9b1a0eed31360324ea868d081801'
+md5sums=('a4eb7a7356519605797b1d22b81dcf36'
  '8c4f3fd488fc8f92196a8aa42ac9567e')
 
 prepare() {



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 10:00:30
  Author: jgc
Revision: 206374

upgpkg: cogl 1.17.4-1

Modified:
  cogl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 08:09:13 UTC (rev 206373)
+++ PKGBUILD2014-02-25 09:00:30 UTC (rev 206374)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=cogl
-pkgver=1.16.2
+pkgver=1.17.4
 pkgrel=1
 pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
 arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@
 depends=('mesa' 'libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 
'pango' 'libxrandr')
 makedepends=('gobject-introspection')
 options=(!emptydirs)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('65be91591546ef6fdfec93a71979b2b108eee25edbc20c53190caafc9a92d4e7')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('573c4ee7335fc4d4d1578e9103191e260fcaab8a80dfd20464c70444a74cbaaf')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 10:00:35
  Author: jgc
Revision: 206375

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

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

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

Copied: cogl/repos/gnome-unstable-i686/PKGBUILD (from rev 206374, 
cogl/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 09:00:35 UTC (rev 206375)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=cogl
+pkgver=1.17.4
+pkgrel=1
+pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('GPL2')
+depends=('mesa' 'libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 
'pango' 'libxrandr')
+makedepends=('gobject-introspection')
+options=(!emptydirs)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('573c4ee7335fc4d4d1578e9103191e260fcaab8a80dfd20464c70444a74cbaaf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-gles{1,2} \
+--enable-{kms,wayland}-egl-platform \
+--enable-wayland-egl-server
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: cogl/repos/gnome-unstable-x86_64/PKGBUILD (from rev 206374, 
cogl/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-25 09:00:35 UTC (rev 206375)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=cogl
+pkgver=1.17.4
+pkgrel=1
+pkgdesc=An object oriented GL/GLES Abstraction/Utility Layer
+arch=('i686' 'x86_64')
+url=http://www.clutter-project.org/;
+license=('GPL2')
+depends=('mesa' 'libdrm' 'libxext' 'libxdamage' 'libxcomposite' 'gdk-pixbuf2' 
'pango' 'libxrandr')
+makedepends=('gobject-introspection')
+options=(!emptydirs)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('573c4ee7335fc4d4d1578e9103191e260fcaab8a80dfd20464c70444a74cbaaf')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-gles{1,2} \
+--enable-{kms,wayland}-egl-platform \
+--enable-wayland-egl-server
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-02-25 Thread Eric Bélanger
Date: Tuesday, February 25, 2014 @ 10:02:19
  Author: eric
Revision: 206376

upgpkg: liferea 1.10.6-1

Upstream update

Modified:
  liferea/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 09:00:35 UTC (rev 206375)
+++ PKGBUILD2014-02-25 09:02:19 UTC (rev 206376)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=liferea
-pkgver=1.10.5
+pkgver=1.10.6
 pkgrel=1
 pkgdesc=A desktop news aggregator for online news feeds and weblogs
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
'gst-plugins-bad: for media player plugin support')
 options=('!emptydirs')
 install=liferea.install
-source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
-sha1sums=('a2378f2ba117fcc6475f82d961515adc367ef535')
+source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.gz)
+sha1sums=('af339c6c214092bbfd583673c714ea64cf4d9866')
 
 build() {
   cd liferea-${pkgver}



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

2014-02-25 Thread Eric Bélanger
Date: Tuesday, February 25, 2014 @ 10:02:52
  Author: eric
Revision: 206377

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

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

--+
 /PKGBUILD|   66 +
 /liferea.install |   42 ++
 extra-i686/PKGBUILD  |   33 
 extra-i686/liferea.install   |   21 -
 extra-x86_64/PKGBUILD|   33 
 extra-x86_64/liferea.install |   21 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-25 09:02:19 UTC (rev 206376)
+++ extra-i686/PKGBUILD 2014-02-25 09:02:52 UTC (rev 206377)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=liferea
-pkgver=1.10.5
-pkgrel=1
-pkgdesc=A desktop news aggregator for online news feeds and weblogs
-arch=('i686' 'x86_64')
-url=http://liferea.sourceforge.net/;
-license=('GPL')
-depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
- 'gnome-icon-theme' 'desktop-file-utils')
-makedepends=('intltool')
-optdepends=('gnome-keyring: for keyring plugin support'
-'libgnome-keyring: for keyring plugin support'
-   'gst-plugins-base: for media player plugin support'
-   'gst-plugins-good: for media player plugin support'
-   'gst-plugins-bad: for media player plugin support')
-options=('!emptydirs')
-install=liferea.install
-source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.bz2)
-sha1sums=('a2378f2ba117fcc6475f82d961515adc367ef535')
-
-build() {
-  cd liferea-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
-  make
-}
-
-package() {
-  cd liferea-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: liferea/repos/extra-i686/PKGBUILD (from rev 206376, 
liferea/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-25 09:02:52 UTC (rev 206377)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=liferea
+pkgver=1.10.6
+pkgrel=1
+pkgdesc=A desktop news aggregator for online news feeds and weblogs
+arch=('i686' 'x86_64')
+url=http://liferea.sourceforge.net/;
+license=('GPL')
+depends=('webkitgtk' 'libnotify' 'json-glib' 'libpeas' 'python2-gobject' 
+ 'gnome-icon-theme' 'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('gnome-keyring: for keyring plugin support'
+'libgnome-keyring: for keyring plugin support'
+   'gst-plugins-base: for media player plugin support'
+   'gst-plugins-good: for media player plugin support'
+   'gst-plugins-bad: for media player plugin support')
+options=('!emptydirs')
+install=liferea.install
+source=(https://github.com/lwindolf/liferea/releases/download/v${pkgver}/liferea-${pkgver}.tar.gz)
+sha1sums=('af339c6c214092bbfd583673c714ea64cf4d9866')
+
+build() {
+  cd liferea-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-schemas-compile
+  make
+}
+
+package() {
+  cd liferea-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/liferea.install
===
--- extra-i686/liferea.install  2014-02-25 09:02:19 UTC (rev 206376)
+++ extra-i686/liferea.install  2014-02-25 09:02:52 UTC (rev 206377)
@@ -1,21 +0,0 @@
-pkgname=liferea
-
-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
-}
-
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
-gconfpkg --uninstall $pkgname
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: liferea/repos/extra-i686/liferea.install (from rev 206376, 
liferea/trunk/liferea.install)
===
--- extra-i686/liferea.install  (rev 0)
+++ extra-i686/liferea.install  2014-02-25 09:02:52 UTC (rev 206377)
@@ -0,0 +1,21 @@
+pkgname=liferea
+
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f 

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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 10:09:29
  Author: jgc
Revision: 206378

upgpkg: clutter 1.17.4-1

Modified:
  clutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 09:02:52 UTC (rev 206377)
+++ PKGBUILD2014-02-25 09:09:29 UTC (rev 206378)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=clutter
-pkgver=1.16.4
+pkgver=1.17.4
 pkgrel=1
 pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 license=('LGPL')
 depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libevdev')
 makedepends=('gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cf50836ec5503577b73f75f984577610881b3e2ff7a327bb5b6918b431b51b65')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('283e05620353b0737d3fa95f5bd73763b550ec5c74cc5690e7cc632a4c45757a')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 10:09:35
  Author: jgc
Revision: 206379

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

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

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

Copied: clutter/repos/gnome-unstable-i686/PKGBUILD (from rev 206378, 
clutter/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 09:09:35 UTC (rev 206379)
@@ -0,0 +1,33 @@
+# $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.17.4
+pkgrel=1
+pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libevdev')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('283e05620353b0737d3fa95f5bd73763b550ec5c74cc5690e7cc632a4c45757a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-introspection \
+--enable-wayland-backend --enable-egl-backend --enable-evdev-input \
+--enable-wayland-compositor
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: clutter/repos/gnome-unstable-x86_64/PKGBUILD (from rev 206378, 
clutter/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-25 09:09:35 UTC (rev 206379)
@@ -0,0 +1,33 @@
+# $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.17.4
+pkgrel=1
+pkgdesc=A GObject based library for creating fast, visually rich graphical 
user interfaces
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+license=('LGPL')
+depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libevdev')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('283e05620353b0737d3fa95f5bd73763b550ec5c74cc5690e7cc632a4c45757a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-introspection \
+--enable-wayland-backend --enable-egl-backend --enable-evdev-input \
+--enable-wayland-compositor
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 10:18:39
  Author: jgc
Revision: 206381

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

Added:
  clutter-gtk/repos/gnome-unstable-i686/
  clutter-gtk/repos/gnome-unstable-i686/PKGBUILD
(from rev 206380, clutter-gtk/trunk/PKGBUILD)
  clutter-gtk/repos/gnome-unstable-x86_64/
  clutter-gtk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 206380, clutter-gtk/trunk/PKGBUILD)

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

Copied: clutter-gtk/repos/gnome-unstable-i686/PKGBUILD (from rev 206380, 
clutter-gtk/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 09:18:39 UTC (rev 206381)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=clutter-gtk
+pkgver=1.5.2
+pkgrel=1
+pkgdesc=GTK clutter widget
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+license=('LGPL')
+depends=('clutter' 'gtk3')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3f57438ab01c249cb020e8787e8a72c51a92f817517ee8c0c696111c83891fc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: clutter-gtk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 206380, 
clutter-gtk/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-25 09:18:39 UTC (rev 206381)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=clutter-gtk
+pkgver=1.5.2
+pkgrel=1
+pkgdesc=GTK clutter widget
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+license=('LGPL')
+depends=('clutter' 'gtk3')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3f57438ab01c249cb020e8787e8a72c51a92f817517ee8c0c696111c83891fc8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in clutter-gtk/trunk (2 files)

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 10:18:32
  Author: jgc
Revision: 206380

upgpkg: clutter-gtk 1.5.2-1

Modified:
  clutter-gtk/trunk/PKGBUILD
Deleted:
  clutter-gtk/trunk/dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch

---+
 PKGBUILD  |   15 +-
 dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch |   29 
 2 files changed, 4 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 09:09:35 UTC (rev 206379)
+++ PKGBUILD2014-02-25 09:18:32 UTC (rev 206380)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=clutter-gtk
-pkgver=1.4.4
-pkgrel=4
+pkgver=1.5.2
+pkgrel=1
 pkgdesc=GTK clutter widget
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
@@ -10,16 +10,9 @@
 license=('LGPL')
 depends=('clutter' 'gtk3')
 makedepends=('gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch)
-sha256sums=('bc3108594a01a08bb6d9b538afe995e4fd78634a8356064ee8137d87aad51b2e'
-'45e86e364756d6ac86c646ee1bcab6c9b94316673963e0b83b1140d9c4978bef')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3f57438ab01c249cb020e8787e8a72c51a92f817517ee8c0c696111c83891fc8')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr

Deleted: dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch
===
--- dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch   2014-02-25 
09:09:35 UTC (rev 206379)
+++ dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch   2014-02-25 
09:18:32 UTC (rev 206380)
@@ -1,29 +0,0 @@
-From 6b1093d903f4605dcb974a3b299ed47f3e15edc1 Mon Sep 17 00:00:00 2001
-From: Bastien Nocera had...@hadess.net
-Date: Wed, 27 Mar 2013 11:08:46 +
-Subject: util: Don't use clutter_x11_set_use_argb_visual() on non-X11
-
-We shouldn't be running this on non-X11 windowing systems.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=696687

-diff --git a/clutter-gtk/gtk-clutter-util.c b/clutter-gtk/gtk-clutter-util.c
-index 38e3ced..d4a9fa5 100644
 a/clutter-gtk/gtk-clutter-util.c
-+++ b/clutter-gtk/gtk-clutter-util.c
-@@ -249,8 +249,11 @@ gtk_clutter_init_with_args (int*argc,
- return CLUTTER_INIT_SUCCESS;
- 
- #if defined(CLUTTER_WINDOWING_X11)
--  /* enable ARGB visuals by default for Clutter */
--  clutter_x11_set_use_argb_visual (TRUE);
-+  if (clutter_check_windowing_backend (CLUTTER_WINDOWING_X11))
-+{
-+  /* enable ARGB visuals by default for Clutter */
-+  clutter_x11_set_use_argb_visual (TRUE);
-+}
- #endif
- 
-   /* we let gtk+ open the display */
---
-cgit v0.9.2



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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 10:51:17
  Author: bpiotrowski
Revision: 106195

upgpkg: quassel 0.9.2-1

new upstream release

Modified:
  quassel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 08:40:55 UTC (rev 106194)
+++ PKGBUILD2014-02-25 09:51:17 UTC (rev 106195)
@@ -4,8 +4,8 @@
 
 pkgbase=quassel
 pkgname=('quassel-client' 'quassel-core')
-pkgver=0.9.1
-pkgrel=3
+pkgver=0.9.2
+pkgrel=1
 pkgdesc=QT4 irc client with a separated core
 arch=('i686' 'x86_64')
 url=http://quassel-irc.org/;
@@ -14,7 +14,7 @@
 source=(http://quassel-irc.org/pub/$pkgbase-$pkgver.tar.bz2
 $pkgbase.service
 $pkgbase.conf)
-sha256sums=('39e97bd67160d6575a57d4f71c4b1be5c13461ca238baef462ab43164419864e'
+sha256sums=('f04d01602509c1d950602502e5f51aba47d99c73a9c70e77c563bb7749fc53c0'
 '88b5b693ad7eea7fb2d084da29c6abc26ea5fa990668f9807d462778243f1d6a'
 'f3031ea8217e01ba42cea14606169e3e27affa5918968ffd5a03c21ae92fe2b8')
 
@@ -58,18 +58,18 @@
 -Wno-dev
 
   make
-  
+
 }
 
 package_quassel-core() {
 pkgdesc=Qt4 IRC client with a separated core - core only
-depends=('qt4' 'icu')
+depends=('qt4' 'icu' 'qca')
 backup=(etc/conf.d/quassel)
 install=quassel.install
   cd $srcdir/build
 
   make DESTDIR=${pkgdir} install
-  
+
   # Remove unneeded pixmap icons
   rm -r $pkgdir/usr/share
 
@@ -82,7 +82,7 @@
 
 package_quassel-client() {
 pkgdesc=Qt4 IRC client with a separated core - client only
-depends=('qt4' 'kdelibs')
+depends=('qt4' 'kdebase-runtime')
 install=quassel-client.install
   cd $srcdir/build-client
 



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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 10:51:25
  Author: bpiotrowski
Revision: 106196

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

Added:
  quassel/repos/community-i686/PKGBUILD
(from rev 106195, quassel/trunk/PKGBUILD)
  quassel/repos/community-i686/quassel-client.install
(from rev 106195, quassel/trunk/quassel-client.install)
  quassel/repos/community-i686/quassel.conf
(from rev 106195, quassel/trunk/quassel.conf)
  quassel/repos/community-i686/quassel.install
(from rev 106195, quassel/trunk/quassel.install)
  quassel/repos/community-i686/quassel.service
(from rev 106195, quassel/trunk/quassel.service)
  quassel/repos/community-x86_64/PKGBUILD
(from rev 106195, quassel/trunk/PKGBUILD)
  quassel/repos/community-x86_64/quassel-client.install
(from rev 106195, quassel/trunk/quassel-client.install)
  quassel/repos/community-x86_64/quassel.conf
(from rev 106195, quassel/trunk/quassel.conf)
  quassel/repos/community-x86_64/quassel.install
(from rev 106195, quassel/trunk/quassel.install)
  quassel/repos/community-x86_64/quassel.service
(from rev 106195, quassel/trunk/quassel.service)
Deleted:
  quassel/repos/community-i686/PKGBUILD
  quassel/repos/community-i686/quassel-client.install
  quassel/repos/community-i686/quassel.conf
  quassel/repos/community-i686/quassel.install
  quassel/repos/community-i686/quassel.service
  quassel/repos/community-x86_64/PKGBUILD
  quassel/repos/community-x86_64/quassel-client.install
  quassel/repos/community-x86_64/quassel.conf
  quassel/repos/community-x86_64/quassel.install
  quassel/repos/community-x86_64/quassel.service

-+
 /PKGBUILD   |  180 ++
 /quassel-client.install |   18 +++
 /quassel.conf   |4 
 /quassel.install|   42 +++
 /quassel.service|   26 
 community-i686/PKGBUILD |   90 ---
 community-i686/quassel-client.install   |9 -
 community-i686/quassel.conf |2 
 community-i686/quassel.install  |   21 ---
 community-i686/quassel.service  |   13 --
 community-x86_64/PKGBUILD   |   90 ---
 community-x86_64/quassel-client.install |9 -
 community-x86_64/quassel.conf   |2 
 community-x86_64/quassel.install|   21 ---
 community-x86_64/quassel.service|   13 --
 15 files changed, 270 insertions(+), 270 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-25 09:51:17 UTC (rev 106195)
+++ community-i686/PKGBUILD 2014-02-25 09:51:25 UTC (rev 106196)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgbase=quassel
-pkgname=('quassel-client' 'quassel-core')
-pkgver=0.9.1
-pkgrel=3
-pkgdesc=QT4 irc client with a separated core
-arch=('i686' 'x86_64')
-url=http://quassel-irc.org/;
-license=('GPL')
-makedepends=('cmake' 'automoc4' 'qt4' 'icu' 'kdelibs')
-source=(http://quassel-irc.org/pub/$pkgbase-$pkgver.tar.bz2
-$pkgbase.service
-$pkgbase.conf)
-sha256sums=('39e97bd67160d6575a57d4f71c4b1be5c13461ca238baef462ab43164419864e'
-'88b5b693ad7eea7fb2d084da29c6abc26ea5fa990668f9807d462778243f1d6a'
-'f3031ea8217e01ba42cea14606169e3e27affa5918968ffd5a03c21ae92fe2b8')
-
-build() {
-  cd $srcdir
-  [[ ! -d build ]]  mkdir build
-  mkdir build-client
-
-  # Core
-  cd build
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DWITH_KDE=0 \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_OPENSSL=ON \
--DWANT_CORE=ON \
--DWANT_MONO=OFF \
--DWANT_QTCLIENT=OFF \
--DWITH_DBUS=OFF \
--DWITH_OXYGEN=OFF \
--DWITH_PHONON=OFF \
--DWITH_WEBKIT=OFF \
--DCMAKE_BUILD_TYPE=Release \
-../quassel-${pkgver}/ \
--Wno-dev
-
-  make
-
-  # Client
-  cd $srcdir/build-client
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DWITH_KDE=1 \
--DWITH_OPENSSL=ON \
--DCMAKE_BUILD_TYPE=Release \
--DWANT_CORE=OFF \
--DWANT_QTCLIENT=ON \
--DWANT_MONO=ON \
-../quassel-${pkgver}/ \
--Wno-dev
-
-  make
-  
-}
-
-package_quassel-core() {
-pkgdesc=Qt4 IRC client with a separated core - core only
-depends=('qt4' 'icu')
-backup=(etc/conf.d/quassel)
-install=quassel.install
-  cd $srcdir/build
-
-  make DESTDIR=${pkgdir} install
-  
-  # Remove unneeded pixmap icons
-  rm -r $pkgdir/usr/share
-
-
-  install -Dm644 ${srcdir}/$pkgbase.service \
-${pkgdir}/usr/lib/systemd/system/$pkgbase.service
-  install -Dm644 ${srcdir}/$pkgbase.conf \
-${pkgdir}/etc/conf.d/$pkgbase
-}
-
-package_quassel-client() {
-pkgdesc=Qt4 IRC client with a separated core - client only
-depends=('qt4' 'kdelibs')
-install=quassel-client.install
-  cd $srcdir/build-client
-
-  make 

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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 10:57:31
  Author: jgc
Revision: 206382

upgpkg: clutter-gst 2.0.10-2

Remove gst-plugins-bad dependency, the API needed for HW has been removed and 
replaced by something else

Modified:
  clutter-gst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 09:18:39 UTC (rev 206381)
+++ PKGBUILD2014-02-25 09:57:31 UTC (rev 206382)
@@ -3,14 +3,14 @@
 
 pkgname=clutter-gst
 pkgver=2.0.10
-pkgrel=1
+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 gst-plugins-bad)
+depends=(clutter gst-plugins-base-libs libxdamage)
 makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
 sha256sums=('f00cf492a6d4f1036c70d8a0ebd2f0f47586ea9a9b49b1ffda79c9dc7eadca00')
 
 build() {



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 10:57:37
  Author: jgc
Revision: 206383

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

Added:
  clutter-gst/repos/gnome-unstable-i686/
  clutter-gst/repos/gnome-unstable-i686/PKGBUILD
(from rev 206382, clutter-gst/trunk/PKGBUILD)
  clutter-gst/repos/gnome-unstable-x86_64/
  clutter-gst/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 206382, clutter-gst/trunk/PKGBUILD)

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

Copied: clutter-gst/repos/gnome-unstable-i686/PKGBUILD (from rev 206382, 
clutter-gst/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 09:57:37 UTC (rev 206383)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=clutter-gst
+pkgver=2.0.10
+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)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f00cf492a6d4f1036c70d8a0ebd2f0f47586ea9a9b49b1ffda79c9dc7eadca00')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/gnome-unstable-x86_64/PKGBUILD (from rev 206382, 
clutter-gst/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-25 09:57:37 UTC (rev 206383)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=clutter-gst
+pkgver=2.0.10
+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)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f00cf492a6d4f1036c70d8a0ebd2f0f47586ea9a9b49b1ffda79c9dc7eadca00')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 11:06:18
  Author: jgc
Revision: 206385

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

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

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

Copied: libchamplain/repos/gnome-unstable-i686/PKGBUILD (from rev 206384, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 10:06:18 UTC (rev 206385)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.7
+pkgrel=2
+pkgdesc=Gtk3 widget for displaying rasterized maps
+url=http://projects.gnome.org/libchamplain/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b607fa7e32dd67e5d9541d620abb212a85d076d1def0252c0112a362bddeac5e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --disable-debug --enable-vala
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libchamplain/repos/gnome-unstable-x86_64/PKGBUILD (from rev 206384, 
libchamplain/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-25 10:06:18 UTC (rev 206385)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.7
+pkgrel=2
+pkgdesc=Gtk3 widget for displaying rasterized maps
+url=http://projects.gnome.org/libchamplain/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b607fa7e32dd67e5d9541d620abb212a85d076d1def0252c0112a362bddeac5e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --disable-debug --enable-vala
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 11:06:12
  Author: jgc
Revision: 206384

upgpkg: libchamplain 0.12.7-2

Modified:
  libchamplain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 09:57:37 UTC (rev 206383)
+++ PKGBUILD2014-02-25 10:06:12 UTC (rev 206384)
@@ -4,7 +4,7 @@
 
 pkgname=libchamplain
 pkgver=0.12.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Gtk3 widget for displaying rasterized maps
 url=http://projects.gnome.org/libchamplain/;
 license=('LGPL')
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('clutter-gtk' 'libsoup' 'cairo' 'sqlite')
 makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
 sha256sums=('b607fa7e32dd67e5d9541d620abb212a85d076d1def0252c0112a362bddeac5e')
 
 build() {



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 11:11:20
  Author: jgc
Revision: 206387

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

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

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

Copied: mash/repos/gnome-unstable-i686/PKGBUILD (from rev 206386, 
mash/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 10:11:20 UTC (rev 206387)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=mash
+pkgver=0.2.0
+pkgrel=4
+pkgdesc=A small library for using 3D models within a Clutter scene
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+license=('LGPL')
+depends=('clutter')
+makedepends=('gtk-doc' 'gobject-introspection')
+source=(https://github.com/downloads/clutter-project/mash/mash-${pkgver}.tar.xz)
+sha256sums=('fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: mash/repos/gnome-unstable-x86_64/PKGBUILD (from rev 206386, 
mash/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-25 10:11:20 UTC (rev 206387)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=mash
+pkgver=0.2.0
+pkgrel=4
+pkgdesc=A small library for using 3D models within a Clutter scene
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+license=('LGPL')
+depends=('clutter')
+makedepends=('gtk-doc' 'gobject-introspection')
+source=(https://github.com/downloads/clutter-project/mash/mash-${pkgver}.tar.xz)
+sha256sums=('fd4089e2974a1a57f9ba209a0a47924ed157da9fc9a3d65f68a6b9fdca353ccc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 11:11:15
  Author: jgc
Revision: 206386

upgpkg: mash 0.2.0-4

Modified:
  mash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 10:06:18 UTC (rev 206385)
+++ PKGBUILD2014-02-25 10:11:15 UTC (rev 206386)
@@ -3,7 +3,7 @@
 
 pkgname=mash
 pkgver=0.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc=A small library for using 3D models within a Clutter scene
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 11:16:39
  Author: jgc
Revision: 206388

upgpkg: geocode-glib 3.11.5-1

Modified:
  geocode-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 10:11:20 UTC (rev 206387)
+++ PKGBUILD2014-02-25 10:16:39 UTC (rev 206388)
@@ -1,7 +1,7 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=geocode-glib
-pkgver=3.10.0
+pkgver=3.11.5
 pkgrel=1
 pkgdesc=Geocode Helper library
 arch=(i686 x86_64)
@@ -10,8 +10,8 @@
 depends=('glib2' 'json-glib' 'libsoup')
 makedepends=('intltool' 'gobject-introspection')
 options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0aedc198cf8a9b934a290d50aadaf4b48bb13c3b4783618c6753eb466cdaa637')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0618ec371643edf75c854468a2b267404d2281d6a57a7dff1c261eb81b4174e9')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 11:16:44
  Author: jgc
Revision: 206389

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

Added:
  geocode-glib/repos/gnome-unstable-i686/
  geocode-glib/repos/gnome-unstable-i686/PKGBUILD
(from rev 206388, geocode-glib/trunk/PKGBUILD)
  geocode-glib/repos/gnome-unstable-x86_64/
  geocode-glib/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 206388, geocode-glib/trunk/PKGBUILD)

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

Copied: geocode-glib/repos/gnome-unstable-i686/PKGBUILD (from rev 206388, 
geocode-glib/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 10:16:44 UTC (rev 206389)
@@ -0,0 +1,26 @@
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=geocode-glib
+pkgver=3.11.5
+pkgrel=1
+pkgdesc=Geocode Helper library
+arch=(i686 x86_64)
+license=('GPL')
+url=https://git.gnome.org/browse/geocode-glib/;
+depends=('glib2' 'json-glib' 'libsoup')
+makedepends=('intltool' 'gobject-introspection')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0618ec371643edf75c854468a2b267404d2281d6a57a7dff1c261eb81b4174e9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+

Copied: geocode-glib/repos/gnome-unstable-x86_64/PKGBUILD (from rev 206388, 
geocode-glib/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-25 10:16:44 UTC (rev 206389)
@@ -0,0 +1,26 @@
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=geocode-glib
+pkgver=3.11.5
+pkgrel=1
+pkgdesc=Geocode Helper library
+arch=(i686 x86_64)
+license=('GPL')
+url=https://git.gnome.org/browse/geocode-glib/;
+depends=('glib2' 'json-glib' 'libsoup')
+makedepends=('intltool' 'gobject-introspection')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0618ec371643edf75c854468a2b267404d2281d6a57a7dff1c261eb81b4174e9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+



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

2014-02-25 Thread Sergej Pupykin
Date: Tuesday, February 25, 2014 @ 11:17:53
  Author: spupykin
Revision: 106197

upgpkg: dbmail 3.1.10-4

upd

Modified:
  dbmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 09:51:25 UTC (rev 106196)
+++ PKGBUILD2014-02-25 10:17:53 UTC (rev 106197)
@@ -4,7 +4,7 @@
 
 pkgname=dbmail
 pkgver=3.1.10
-pkgrel=3
+pkgrel=4
 pkgdesc=Fast and scalable sql based mail services
 arch=('i686' 'x86_64')
 depends=('gmime' 'libzdb' 'mhash' 'libevent')



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

2014-02-25 Thread Sergej Pupykin
Date: Tuesday, February 25, 2014 @ 11:18:17
  Author: spupykin
Revision: 106198

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

Added:
  dbmail/repos/community-i686/PKGBUILD
(from rev 106197, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-i686/dbmail-7-systemd.diff
(from rev 106197, dbmail/trunk/dbmail-7-systemd.diff)
  dbmail/repos/community-i686/dbmail-imapd.xinetd
(from rev 106197, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
(from rev 106197, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
(from rev 106197, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
(from rev 106197, dbmail/trunk/dbmail-timsieved.xinetd)
  dbmail/repos/community-x86_64/PKGBUILD
(from rev 106197, dbmail/trunk/PKGBUILD)
  dbmail/repos/community-x86_64/dbmail-7-systemd.diff
(from rev 106197, dbmail/trunk/dbmail-7-systemd.diff)
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
(from rev 106197, dbmail/trunk/dbmail-imapd.xinetd)
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
(from rev 106197, dbmail/trunk/dbmail-lmtpd.xinetd)
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
(from rev 106197, dbmail/trunk/dbmail-pop3d.xinetd)
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd
(from rev 106197, dbmail/trunk/dbmail-timsieved.xinetd)
Deleted:
  dbmail/repos/community-i686/PKGBUILD
  dbmail/repos/community-i686/dbmail-7-systemd.diff
  dbmail/repos/community-i686/dbmail-imapd.xinetd
  dbmail/repos/community-i686/dbmail-lmtpd.xinetd
  dbmail/repos/community-i686/dbmail-pop3d.xinetd
  dbmail/repos/community-i686/dbmail-timsieved.xinetd
  dbmail/repos/community-x86_64/PKGBUILD
  dbmail/repos/community-x86_64/dbmail-7-systemd.diff
  dbmail/repos/community-x86_64/dbmail-imapd.xinetd
  dbmail/repos/community-x86_64/dbmail-lmtpd.xinetd
  dbmail/repos/community-x86_64/dbmail-pop3d.xinetd
  dbmail/repos/community-x86_64/dbmail-timsieved.xinetd

--+
 /PKGBUILD|  136 +++
 /dbmail-7-systemd.diff   |  352 +
 /dbmail-imapd.xinetd |   26 ++
 /dbmail-lmtpd.xinetd |   26 ++
 /dbmail-pop3d.xinetd |   26 ++
 /dbmail-timsieved.xinetd |   30 ++
 community-i686/PKGBUILD  |   68 -
 community-i686/dbmail-7-systemd.diff |  176 --
 community-i686/dbmail-imapd.xinetd   |   13 -
 community-i686/dbmail-lmtpd.xinetd   |   13 -
 community-i686/dbmail-pop3d.xinetd   |   13 -
 community-i686/dbmail-timsieved.xinetd   |   15 -
 community-x86_64/PKGBUILD|   68 -
 community-x86_64/dbmail-7-systemd.diff   |  176 --
 community-x86_64/dbmail-imapd.xinetd |   13 -
 community-x86_64/dbmail-lmtpd.xinetd |   13 -
 community-x86_64/dbmail-pop3d.xinetd |   13 -
 community-x86_64/dbmail-timsieved.xinetd |   15 -
 18 files changed, 596 insertions(+), 596 deletions(-)

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


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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 11:21:04
  Author: bpiotrowski
Revision: 106200

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

Added:
  warsow/repos/community-testing-i686/
  warsow/repos/community-testing-i686/PKGBUILD
(from rev 106199, warsow/trunk/PKGBUILD)
  warsow/repos/community-testing-i686/warsow.launcher
(from rev 106199, warsow/trunk/warsow.launcher)
  warsow/repos/community-testing-i686/wsw-server.launcher
(from rev 106199, warsow/trunk/wsw-server.launcher)
  warsow/repos/community-testing-i686/wswtv-server.launcher
(from rev 106199, warsow/trunk/wswtv-server.launcher)
  warsow/repos/community-testing-x86_64/
  warsow/repos/community-testing-x86_64/PKGBUILD
(from rev 106199, warsow/trunk/PKGBUILD)
  warsow/repos/community-testing-x86_64/warsow.launcher
(from rev 106199, warsow/trunk/warsow.launcher)
  warsow/repos/community-testing-x86_64/wsw-server.launcher
(from rev 106199, warsow/trunk/wsw-server.launcher)
  warsow/repos/community-testing-x86_64/wswtv-server.launcher
(from rev 106199, warsow/trunk/wswtv-server.launcher)

+
 community-testing-i686/PKGBUILD|   60 +++
 community-testing-i686/warsow.launcher |5 +
 community-testing-i686/wsw-server.launcher |5 +
 community-testing-i686/wswtv-server.launcher   |5 +
 community-testing-x86_64/PKGBUILD  |   60 +++
 community-testing-x86_64/warsow.launcher   |5 +
 community-testing-x86_64/wsw-server.launcher   |5 +
 community-testing-x86_64/wswtv-server.launcher |5 +
 8 files changed, 150 insertions(+)

Copied: warsow/repos/community-testing-i686/PKGBUILD (from rev 106199, 
warsow/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-02-25 10:21:04 UTC (rev 106200)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Slash demodevil5[at]yahoo[dot]com
+# Contributor: Babets
+# Contributor: Vain
+
+pkgname=warsow
+pkgver=1.03
+pkgrel=1
+pkgdesc=Free online multiplayer competitive FPS based on the Qfusion engine
+url=http://www.warsow.net/;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('curl' 'libjpeg' 'libvorbis' 'libxinerama' 'libxxf86dga' 'libxxf86vm'
+ 'sdl' 'warsow-data' 'libxrandr' 'libpng' 'libtheora' 'freetype2')
+makedepends=('mesa' 'openal' 'imagemagick' 'gendesk')
+optdepends=('openal: for openal audio support')
+source=('warsow.launcher' 'wsw-server.launcher' 'wswtv-server.launcher' \
+
http://www.warsow.net:1337/~warsow/${pkgver}/warsow_${pkgver}_sdk.tar.gz;)
+_genericname=('First person shooter')
+_comment=('Online Mulitiplayer Competitive FPS')
+md5sums=('ec00081d81ad9802a8ca42fc2eac5498'
+ 'f73e10c26197178df71b941b10bf83d7'
+ 'd7e4a69835bbcf801e58307e9d6b951e'
+ '288b510dde9249c29fbb1b4cb746306b')
+
+
+prepare() {
+  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc --name Warsow 
--categories Game;ActionGame
+}
+
+build() {
+  # This was used to fix some crashing due to alignment problems before. Has 
upstream
+  # finally got their shit together and we don't need them anymore?
+  #unset CFLAGS
+  #unset CXXFLAGS
+
+  # Compile Warsow
+  cd $srcdir/warsow_${pkgver}_sdk/source/
+  make -j1
+}
+
+package() {
+  cd $srcdir/warsow_${pkgver}_sdk/source/
+
+  # Create Destination Directories
+  install -d $pkgdir/opt/warsow/
+
+  # Move Compiled Data to Destination Directory
+  cp -r $srcdir/warsow_${pkgver}_sdk/source/release/* $pkgdir/opt/warsow
+
+  install -D -m 0755 $srcdir/warsow.launcher $pkgdir/usr/bin/warsow
+  install -D -m 0755 $srcdir/wsw-server.launcher $pkgdir/usr/bin/wsw-server
+  install -D -m 0755 $srcdir/wswtv-server.launcher $pkgdir/usr/bin/wswtv-server
+  install -D -m 0644 $srcdir/warsow.desktop 
$pkgdir/usr/share/applications/warsow.desktop
+  convert $srcdir/warsow_${pkgver}_sdk/source/win32/warsow.ico 
$srcdir/warsow.png
+  install -D -m 0644 $srcdir/warsow-0.png $pkgdir/usr/share/pixmaps/warsow.png
+}
+
+# vim: ts=2:sw=2

Copied: warsow/repos/community-testing-i686/warsow.launcher (from rev 106199, 
warsow/trunk/warsow.launcher)
===
--- community-testing-i686/warsow.launcher  (rev 0)
+++ community-testing-i686/warsow.launcher  2014-02-25 10:21:04 UTC (rev 
106200)
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+cd /opt/warsow
+./warsow $*
+exit $?

Copied: warsow/repos/community-testing-i686/wsw-server.launcher (from rev 
106199, warsow/trunk/wsw-server.launcher)
===
--- community-testing-i686/wsw-server.launcher  (rev 0)
+++ community-testing-i686/wsw-server.launcher  2014-02-25 10:21:04 UTC (rev 

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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 11:20:56
  Author: bpiotrowski
Revision: 106199

upgpkg: warsow 1.03-1

new upstream release

Modified:
  warsow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 10:18:17 UTC (rev 106198)
+++ PKGBUILD2014-02-25 10:20:56 UTC (rev 106199)
@@ -10,8 +10,9 @@
 pkgdesc=Free online multiplayer competitive FPS based on the Qfusion engine
 url=http://www.warsow.net/;
 license=('GPL')
-arch=('i686' 'x86_64') 
-depends=('curl' 'libjpeg' 'libvorbis' 'libxinerama' 'libxxf86dga' 'libxxf86vm' 
'sdl' 'warsow-data' 'libxrandr' 'libpng' 'libtheora')
+arch=('i686' 'x86_64')
+depends=('curl' 'libjpeg' 'libvorbis' 'libxinerama' 'libxxf86dga' 'libxxf86vm'
+ 'sdl' 'warsow-data' 'libxrandr' 'libpng' 'libtheora' 'freetype2')
 makedepends=('mesa' 'openal' 'imagemagick' 'gendesk')
 optdepends=('openal: for openal audio support')
 source=('warsow.launcher' 'wsw-server.launcher' 'wswtv-server.launcher' \
@@ -25,7 +26,7 @@
 
 
 prepare() {
-   gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc --name Warsow 
--categories Game;ActionGame
+  gendesk -n --pkgname $pkgname --pkgdesc $pkgdesc --name Warsow 
--categories Game;ActionGame
 }
 
 build() {
@@ -32,7 +33,7 @@
   # This was used to fix some crashing due to alignment problems before. Has 
upstream
   # finally got their shit together and we don't need them anymore?
   #unset CFLAGS
-   #unset CXXFLAGS
+  #unset CXXFLAGS
 
   # Compile Warsow
   cd $srcdir/warsow_${pkgver}_sdk/source/
@@ -41,7 +42,7 @@
 
 package() {
   cd $srcdir/warsow_${pkgver}_sdk/source/
-  
+
   # Create Destination Directories
   install -d $pkgdir/opt/warsow/
 



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 11:21:58
  Author: jgc
Revision: 206391

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

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

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

Copied: gnome-desktop/repos/gnome-unstable-i686/PKGBUILD (from rev 206390, 
gnome-desktop/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 10:21:58 UTC (rev 206391)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Jan de Groot j...@archlinux.org
+
+pkgname=gnome-desktop
+pkgver=3.11.90
+pkgrel=1
+epoch=1
+pkgdesc=Library with common API for various GNOME modules
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
+makedepends=(intltool gobject-introspection itstool)
+url=http://www.gnome.org;
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d3fd6a2b4d4ecd22b2469ae8889238b8f29da35f2fd46b4e951b2a81a4753c09')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--with-gnome-distributor=Arch Linux
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD (from rev 206390, 
gnome-desktop/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-25 10:21:58 UTC (rev 206391)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Jan de Groot j...@archlinux.org
+
+pkgname=gnome-desktop
+pkgver=3.11.90
+pkgrel=1
+epoch=1
+pkgdesc=Library with common API for various GNOME modules
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes)
+makedepends=(intltool gobject-introspection itstool)
+url=http://www.gnome.org;
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d3fd6a2b4d4ecd22b2469ae8889238b8f29da35f2fd46b4e951b2a81a4753c09')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--with-gnome-distributor=Arch Linux
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in gnome-desktop/trunk (2 files)

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 11:21:52
  Author: jgc
Revision: 206390

upgpkg: gnome-desktop 1:3.11.90-1

Modified:
  gnome-desktop/trunk/PKGBUILD
Deleted:
  gnome-desktop/trunk/0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch

---+
 0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch |   67 
 PKGBUILD  |   15 --
 2 files changed, 3 insertions(+), 79 deletions(-)

Deleted: 0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch
===
--- 0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch   2014-02-25 
10:16:44 UTC (rev 206389)
+++ 0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch   2014-02-25 
10:21:52 UTC (rev 206390)
@@ -1,67 +0,0 @@
-From ede893a90870c31d8b374978d524fddf6f3aac81 Mon Sep 17 00:00:00 2001
-From: Asad Mehmood asad78...@googlemail.com
-Date: Thu, 17 Oct 2013 16:21:42 +0100
-Subject: [PATCH] GnomeRR: gnome_rr_output_get_min_backlight_step
-
-Allows gnome-settings-daemon to read the min_backlight_step
-so that it can support displays with less than 10 steps

- libgnome-desktop/gnome-rr.c | 15 +++
- libgnome-desktop/gnome-rr.h |  1 +
- 2 files changed, 16 insertions(+)
-
-diff --git a/libgnome-desktop/gnome-rr.c b/libgnome-desktop/gnome-rr.c
-index 5e011d3..88df060 100644
 a/libgnome-desktop/gnome-rr.c
-+++ b/libgnome-desktop/gnome-rr.c
-@@ -77,6 +77,7 @@ struct GnomeRROutput
- char *  edid_file;
- 
- int backlight;
-+int min_backlight_step;
- 
- gbooleanis_primary;
- gbooleanis_presentation;
-@@ -1271,6 +1272,7 @@ output_initialize (GnomeRROutput *output, GVariant *info)
- g_variant_lookup (properties, height-mm, i, output-height_mm);
- g_variant_lookup (properties, display-name, s, output-display_name);
- g_variant_lookup (properties, backlight, i, output-backlight);
-+g_variant_lookup (properties, min-backlight-step, i, 
output-min_backlight_step);
- g_variant_lookup (properties, primary, b, output-is_primary);
- g_variant_lookup (properties, presentation, b, 
output-is_presentation);
- 
-@@ -1446,6 +1448,19 @@ gnome_rr_output_get_backlight (GnomeRROutput *output)
- }
- 
- /**
-+ * gnome_rr_output_get_min_backlight_step:
-+ *
-+ * Returns: The minimum backlight step available in percent
-+ */
-+int
-+gnome_rr_output_get_min_backlight_step (GnomeRROutput *output)
-+{
-+g_return_val_if_fail (output != NULL, -1);
-+
-+return output-min_backlight_step;
-+}
-+
-+/**
-  * gnome_rr_output_set_backlight:
-  * @value: the absolute value which is 0 = this = 100
-  *
-diff --git a/libgnome-desktop/gnome-rr.h b/libgnome-desktop/gnome-rr.h
-index a0d42f7..0443342 100644
 a/libgnome-desktop/gnome-rr.h
-+++ b/libgnome-desktop/gnome-rr.h
-@@ -154,6 +154,7 @@ voidgnome_rr_output_get_physical_size  
(GnomeRROutput *outpu
- int   
*height_mm);
- 
- gintgnome_rr_output_get_backlight  (GnomeRROutput 
*output);
-+gintgnome_rr_output_get_min_backlight_step(GnomeRROutput  
*output);
- gbooleangnome_rr_output_set_backlight  (GnomeRROutput 
*output,
- gint   
value,
- GError
**error);
--- 
-1.8.4.1
-

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 10:16:44 UTC (rev 206389)
+++ PKGBUILD2014-02-25 10:21:52 UTC (rev 206390)
@@ -2,7 +2,7 @@
 # Maintainer:  Jan de Groot j...@archlinux.org
 
 pkgname=gnome-desktop
-pkgver=3.10.2
+pkgver=3.11.90
 pkgrel=1
 epoch=1
 pkgdesc=Library with common API for various GNOME modules
@@ -12,18 +12,9 @@
 makedepends=(intltool gobject-introspection itstool)
 url=http://www.gnome.org;
 groups=(gnome)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch)
-sha256sums=('d4f5944aea5f2a8c7c5dc0e738bf07f293dfff81ddc55a53d661370bf24e4632'
-'5920cec531b03ebe0ce0941250ce62d92a7b18ae44900f11df90adb381858df2')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d3fd6a2b4d4ecd22b2469ae8889238b8f29da35f2fd46b4e951b2a81a4753c09')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#37224
-  patch -Np1 -i ../0001-GnomeRR-gnome_rr_output_get_min_backlight_step.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \



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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 11:32:28
  Author: bpiotrowski
Revision: 206393

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

Added:
  telepathy-glib/repos/extra-i686/PKGBUILD
(from rev 206392, telepathy-glib/trunk/PKGBUILD)
  telepathy-glib/repos/extra-x86_64/PKGBUILD
(from rev 206392, telepathy-glib/trunk/PKGBUILD)
Deleted:
  telepathy-glib/repos/extra-i686/PKGBUILD
  telepathy-glib/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   31 
 extra-x86_64/PKGBUILD |   31 
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-02-25 10:32:19 UTC (rev 206392)
+++ extra-i686/PKGBUILD 2014-02-25 10:32:28 UTC (rev 206393)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-
-pkgname=telepathy-glib
-pkgver=0.22.0
-pkgrel=1
-pkgdesc=GLib bindings for the Telepathy D-Bus protocol
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-license=('LGPL2.1')
-options=('!emptydirs')
-depends=('dbus-glib')
-makedepends=('libxslt' 'vala' 'gobject-introspection')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('c333ceb21a9ca1c52a0e6e36432943d1')
-
-build() {
-cd $pkgname-$pkgver
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---libexecdir=/usr/lib/telepathy \
---enable-vala-bindings \
---enable-static=no
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: telepathy-glib/repos/extra-i686/PKGBUILD (from rev 206392, 
telepathy-glib/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-02-25 10:32:28 UTC (rev 206393)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+
+pkgname=telepathy-glib
+pkgver=0.22.1
+pkgrel=1
+pkgdesc=GLib bindings for the Telepathy D-Bus protocol
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+license=('LGPL2.1')
+options=('!emptydirs')
+depends=('dbus-glib')
+makedepends=('libxslt' 'vala' 'gobject-introspection')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('278298d4f669cc913485cf7215d37f6a')
+
+build() {
+cd $pkgname-$pkgver
+PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--libexecdir=/usr/lib/telepathy \
+--enable-vala-bindings \
+--enable-static=no
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-02-25 10:32:19 UTC (rev 206392)
+++ extra-x86_64/PKGBUILD   2014-02-25 10:32:28 UTC (rev 206393)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-
-pkgname=telepathy-glib
-pkgver=0.22.0
-pkgrel=1
-pkgdesc=GLib bindings for the Telepathy D-Bus protocol
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org;
-license=('LGPL2.1')
-options=('!emptydirs')
-depends=('dbus-glib')
-makedepends=('libxslt' 'vala' 'gobject-introspection')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('c333ceb21a9ca1c52a0e6e36432943d1')
-
-build() {
-cd $pkgname-$pkgver
-PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---libexecdir=/usr/lib/telepathy \
---enable-vala-bindings \
---enable-static=no
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: telepathy-glib/repos/extra-x86_64/PKGBUILD (from rev 206392, 
telepathy-glib/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-02-25 10:32:28 UTC (rev 206393)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Kessia 'even' Pinheiro kessiapinheiro at gmail.com
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+
+pkgname=telepathy-glib
+pkgver=0.22.1
+pkgrel=1
+pkgdesc=GLib bindings for the Telepathy D-Bus protocol
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org;
+license=('LGPL2.1')
+options=('!emptydirs')
+depends=('dbus-glib')
+makedepends=('libxslt' 'vala' 'gobject-introspection')

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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 11:32:19
  Author: bpiotrowski
Revision: 206392

upgpkg: telepathy-glib 0.22.1-1

new upstream release

Modified:
  telepathy-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 10:21:58 UTC (rev 206391)
+++ PKGBUILD2014-02-25 10:32:19 UTC (rev 206392)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Lindeijer bjorn lindeijer nl
 
 pkgname=telepathy-glib
-pkgver=0.22.0
+pkgver=0.22.1
 pkgrel=1
 pkgdesc=GLib bindings for the Telepathy D-Bus protocol
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('dbus-glib')
 makedepends=('libxslt' 'vala' 'gobject-introspection')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('c333ceb21a9ca1c52a0e6e36432943d1')
+md5sums=('278298d4f669cc913485cf7215d37f6a')
 
 build() {
 cd $pkgname-$pkgver



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

2014-02-25 Thread Sergej Pupykin
Date: Tuesday, February 25, 2014 @ 11:34:06
  Author: spupykin
Revision: 106201

upgpkg: bugzilla 4.4.2-1

upd

Modified:
  bugzilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 10:21:04 UTC (rev 106200)
+++ PKGBUILD2014-02-25 10:34:06 UTC (rev 106201)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=bugzilla
-pkgver=4.4.1
+pkgver=4.4.2
 pkgrel=1
 pkgdesc=bug tracker
 arch=('any')
@@ -27,7 +27,7 @@
 options=(!strip)
 backup=('srv/http/bugzilla/.htaccess')
 
source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
-md5sums=('fd9d6dcc85bb359536be52e34ad20dfd')
+md5sums=('4aae9730d8187d13a133874f3dd5cc2b')
 
 package() {
   cd $srcdir



[arch-commits] Commit in bugzilla/repos/community-any (PKGBUILD PKGBUILD)

2014-02-25 Thread Sergej Pupykin
Date: Tuesday, February 25, 2014 @ 11:34:14
  Author: spupykin
Revision: 106202

archrelease: copy trunk to community-any

Added:
  bugzilla/repos/community-any/PKGBUILD
(from rev 106201, bugzilla/trunk/PKGBUILD)
Deleted:
  bugzilla/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-25 10:34:06 UTC (rev 106201)
+++ PKGBUILD2014-02-25 10:34:14 UTC (rev 106202)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=bugzilla
-pkgver=4.4.1
-pkgrel=1
-pkgdesc=bug tracker
-arch=('any')
-url=http://www.bugzilla.org;
-license=(GPL)
-depends=(perl perl-timedate perl-datetime
-perl-chart perl-email-abstract perl-email-address 
perl-email-date-format
-perl-email-messageid perl-email-mime 
perl-email-mime-attachment-stripper
-perl-email-mime-contenttype perl-email-mime-encodings
-perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
-perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
-perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
-perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
-perl-data-dumper perl-math-random-isaac)
-optdepends=('mod_perl'
-   'perl-dbd-pg'
-   'perl-dbd-mysql'
-   'perl-dbd-oracle'
-   'python2'
-   'ruby')
-options=(!strip)
-backup=('srv/http/bugzilla/.htaccess')
-source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
-md5sums=('fd9d6dcc85bb359536be52e34ad20dfd')
-
-package() {
-  cd $srcdir
-  install -d -m0755 $pkgdir/srv/http
-  find $pkgname-$pkgver -type d -name CVS -exec rm -rf {} \; || true
-  find $pkgname-$pkgver -type f -name .cvsignore -exec rm -f {} \; || true
-  cp -a $pkgname-$pkgver $pkgdir/srv/http/bugzilla
-  rm -rf $pkgdir/srv/http/bugzilla/.bzr
-  rm -rf $pkgdir/srv/http/bugzilla/.bzrrev
-  rm -rf $pkgdir/srv/http/bugzilla/.bzrignore
-}

Copied: bugzilla/repos/community-any/PKGBUILD (from rev 106201, 
bugzilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-25 10:34:14 UTC (rev 106202)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=bugzilla
+pkgver=4.4.2
+pkgrel=1
+pkgdesc=bug tracker
+arch=('any')
+url=http://www.bugzilla.org;
+license=(GPL)
+depends=(perl perl-timedate perl-datetime
+perl-chart perl-email-abstract perl-email-address 
perl-email-date-format
+perl-email-messageid perl-email-mime 
perl-email-mime-attachment-stripper
+perl-email-mime-contenttype perl-email-mime-encodings
+perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
+perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
+perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
+perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
+perl-data-dumper perl-math-random-isaac)
+optdepends=('mod_perl'
+   'perl-dbd-pg'
+   'perl-dbd-mysql'
+   'perl-dbd-oracle'
+   'python2'
+   'ruby')
+options=(!strip)
+backup=('srv/http/bugzilla/.htaccess')
+source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
+md5sums=('4aae9730d8187d13a133874f3dd5cc2b')
+
+package() {
+  cd $srcdir
+  install -d -m0755 $pkgdir/srv/http
+  find $pkgname-$pkgver -type d -name CVS -exec rm -rf {} \; || true
+  find $pkgname-$pkgver -type f -name .cvsignore -exec rm -f {} \; || true
+  cp -a $pkgname-$pkgver $pkgdir/srv/http/bugzilla
+  rm -rf $pkgdir/srv/http/bugzilla/.bzr
+  rm -rf $pkgdir/srv/http/bugzilla/.bzrrev
+  rm -rf $pkgdir/srv/http/bugzilla/.bzrignore
+}



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 11:43:10
  Author: jgc
Revision: 206395

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

Added:
  upower/repos/gnome-unstable-i686/
  upower/repos/gnome-unstable-i686/PKGBUILD
(from rev 206394, upower/trunk/PKGBUILD)
  upower/repos/gnome-unstable-i686/create-dir-runtime.patch
(from rev 206394, upower/trunk/create-dir-runtime.patch)
  upower/repos/gnome-unstable-i686/fix-segfault.patch
(from rev 206394, upower/trunk/fix-segfault.patch)
  upower/repos/gnome-unstable-x86_64/
  upower/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 206394, upower/trunk/PKGBUILD)
  upower/repos/gnome-unstable-x86_64/create-dir-runtime.patch
(from rev 206394, upower/trunk/create-dir-runtime.patch)
  upower/repos/gnome-unstable-x86_64/fix-segfault.patch
(from rev 206394, upower/trunk/fix-segfault.patch)

+
 gnome-unstable-i686/PKGBUILD   |   40 +++
 gnome-unstable-i686/create-dir-runtime.patch   |   34 +++
 gnome-unstable-i686/fix-segfault.patch |   24 +
 gnome-unstable-x86_64/PKGBUILD |   40 +++
 gnome-unstable-x86_64/create-dir-runtime.patch |   34 +++
 gnome-unstable-x86_64/fix-segfault.patch   |   24 +
 6 files changed, 196 insertions(+)

Copied: upower/repos/gnome-unstable-i686/PKGBUILD (from rev 206394, 
upower/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 10:43:10 UTC (rev 206395)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=upower
+pkgver=0.99.0
+pkgrel=1
+pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
+arch=('i686' 'x86_64')
+url=http://upower.freedesktop.org;
+license=('GPL')
+depends=('systemd-tools' 'systemd' 'libusb' 'polkit' 'dbus-glib' 
'libimobiledevice')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
+backup=('etc/UPower/UPower.conf')
+source=($url/releases/$pkgname-$pkgver.tar.xz
+create-dir-runtime.patch
+fix-segfault.patch)
+md5sums=('14f43bc13353e23e7280863f33ac50d2'
+ '74901767f9c94451083b3d92396454ab'
+ 'fa2f37eec44703e4c10edb5d9abb0f6b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../create-dir-runtime.patch
+  patch -Np1 -i ../fix-segfault.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: upower/repos/gnome-unstable-i686/create-dir-runtime.patch (from rev 
206394, upower/trunk/create-dir-runtime.patch)
===
--- gnome-unstable-i686/create-dir-runtime.patch
(rev 0)
+++ gnome-unstable-i686/create-dir-runtime.patch2014-02-25 10:43:10 UTC 
(rev 206395)
@@ -0,0 +1,34 @@
+From b9cff29978113aefe3ad18521f383f12ab099a34 Mon Sep 17 00:00:00 2001
+From: Cosimo Cecchi cos...@endlessm.com
+Date: Tue, 25 Feb 2014 09:43:04 +
+Subject: Create the history directory at runtime
+
+In addition to build time - this increases compatibilty with OSTree,
+which starts out with an empty /var.
+
+Signed-off-by: Richard Hughes rich...@hughsie.com
+---
+diff --git a/src/up-history.c b/src/up-history.c
+index f9d0fdf..795b093 100644
+--- a/src/up-history.c
 b/src/up-history.c
+@@ -414,6 +414,7 @@ up_history_set_directory (UpHistory *history, const gchar 
*dir)
+ {
+   g_free (history-priv-dir);
+   history-priv-dir = g_strdup (dir);
++  g_mkdir_with_parents (dir, 0755);
+ }
+ 
+ /**
+@@ -887,7 +888,8 @@ up_history_init (UpHistory *history)
+   history-priv-data_time_full = g_ptr_array_new_with_free_func 
((GDestroyNotify) g_object_unref);
+   history-priv-data_time_empty = g_ptr_array_new_with_free_func 
((GDestroyNotify) g_object_unref);
+   history-priv-max_data_age = UP_HISTORY_DEFAULT_MAX_DATA_AGE;
+-  history-priv-dir = g_build_filename (HISTORY_DIR, NULL);
++
++  up_history_set_directory (history, HISTORY_DIR);
+ }
+ 
+ /**
+--
+cgit v0.9.0.2-2-gbebe

Copied: upower/repos/gnome-unstable-i686/fix-segfault.patch (from rev 206394, 
upower/trunk/fix-segfault.patch)
===
--- gnome-unstable-i686/fix-segfault.patch  (rev 0)
+++ gnome-unstable-i686/fix-segfault.patch  2014-02-25 10:43:10 UTC (rev 
206395)
@@ -0,0 +1,24 @@
+From 0d64bbddaa0078ef148d609a3cfad854cf00d7de Mon Sep 17 00:00:00 2001
+From: Martin Pitt martinp...@gnome.org
+Date: Fri, 08 Nov 2013 13:59:50 +
+Subject: 

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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 11:43:04
  Author: jgc
Revision: 206394

upgpkg: upower 0.99.0-1

Added:
  upower/trunk/create-dir-runtime.patch
  upower/trunk/fix-segfault.patch
Modified:
  upower/trunk/PKGBUILD
Deleted:
  upower/trunk/linux-clamp-percentage-for-overfull-batteries.patch

-+
 PKGBUILD|   15 ++-
 create-dir-runtime.patch|   34 
 fix-segfault.patch  |   24 ++
 linux-clamp-percentage-for-overfull-batteries.patch |   72 --
 4 files changed, 67 insertions(+), 78 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 10:32:28 UTC (rev 206393)
+++ PKGBUILD2014-02-25 10:43:04 UTC (rev 206394)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=upower
-pkgver=0.9.23
-pkgrel=2
+pkgver=0.99.0
+pkgrel=1
 pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
 arch=('i686' 'x86_64')
 url=http://upower.freedesktop.org;
@@ -12,13 +12,16 @@
 makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
 backup=('etc/UPower/UPower.conf')
 source=($url/releases/$pkgname-$pkgver.tar.xz
-linux-clamp-percentage-for-overfull-batteries.patch)
-md5sums=('39cfd97bfaf7d30908f20cf937a57634'
- 'cd8eeb40c2338d28df46e22529bece62')
+create-dir-runtime.patch
+fix-segfault.patch)
+md5sums=('14f43bc13353e23e7280863f33ac50d2'
+ '74901767f9c94451083b3d92396454ab'
+ 'fa2f37eec44703e4c10edb5d9abb0f6b')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../linux-clamp-percentage-for-overfull-batteries.patch
+  patch -Np1 -i ../create-dir-runtime.patch
+  patch -Np1 -i ../fix-segfault.patch
 }
 
 build() {

Added: create-dir-runtime.patch
===
--- create-dir-runtime.patch(rev 0)
+++ create-dir-runtime.patch2014-02-25 10:43:04 UTC (rev 206394)
@@ -0,0 +1,34 @@
+From b9cff29978113aefe3ad18521f383f12ab099a34 Mon Sep 17 00:00:00 2001
+From: Cosimo Cecchi cos...@endlessm.com
+Date: Tue, 25 Feb 2014 09:43:04 +
+Subject: Create the history directory at runtime
+
+In addition to build time - this increases compatibilty with OSTree,
+which starts out with an empty /var.
+
+Signed-off-by: Richard Hughes rich...@hughsie.com
+---
+diff --git a/src/up-history.c b/src/up-history.c
+index f9d0fdf..795b093 100644
+--- a/src/up-history.c
 b/src/up-history.c
+@@ -414,6 +414,7 @@ up_history_set_directory (UpHistory *history, const gchar 
*dir)
+ {
+   g_free (history-priv-dir);
+   history-priv-dir = g_strdup (dir);
++  g_mkdir_with_parents (dir, 0755);
+ }
+ 
+ /**
+@@ -887,7 +888,8 @@ up_history_init (UpHistory *history)
+   history-priv-data_time_full = g_ptr_array_new_with_free_func 
((GDestroyNotify) g_object_unref);
+   history-priv-data_time_empty = g_ptr_array_new_with_free_func 
((GDestroyNotify) g_object_unref);
+   history-priv-max_data_age = UP_HISTORY_DEFAULT_MAX_DATA_AGE;
+-  history-priv-dir = g_build_filename (HISTORY_DIR, NULL);
++
++  up_history_set_directory (history, HISTORY_DIR);
+ }
+ 
+ /**
+--
+cgit v0.9.0.2-2-gbebe

Added: fix-segfault.patch
===
--- fix-segfault.patch  (rev 0)
+++ fix-segfault.patch  2014-02-25 10:43:04 UTC (rev 206394)
@@ -0,0 +1,24 @@
+From 0d64bbddaa0078ef148d609a3cfad854cf00d7de Mon Sep 17 00:00:00 2001
+From: Martin Pitt martinp...@gnome.org
+Date: Fri, 08 Nov 2013 13:59:50 +
+Subject: lib: Fix segfault on getting property when daemon is not running
+
+This fixes upower --version when the daemon is not running, and thus the
+client proxy is NULL.
+---
+diff --git a/libupower-glib/up-client.c b/libupower-glib/up-client.c
+index 35d7b5d..17fb02d 100644
+--- a/libupower-glib/up-client.c
 b/libupower-glib/up-client.c
+@@ -322,6 +322,9 @@ up_client_get_property (GObject *object,
+   UpClient *client;
+   client = UP_CLIENT (object);
+ 
++  if (client-priv-proxy == NULL)
++return;
++
+   switch (prop_id) {
+   case PROP_DAEMON_VERSION:
+   g_value_set_string (value, up_client_glue_get_daemon_version 
(client-priv-proxy));
+--
+cgit v0.9.0.2-2-gbebe

Deleted: linux-clamp-percentage-for-overfull-batteries.patch
===
--- linux-clamp-percentage-for-overfull-batteries.patch 2014-02-25 10:32:28 UTC 
(rev 206393)
+++ linux-clamp-percentage-for-overfull-batteries.patch 2014-02-25 10:43:04 UTC 
(rev 206394)
@@ -1,72 +0,0 @@
-From b8fe9902f3c6c50ca6a23e24fcea99582beebc65 Mon Sep 17 00:00:00 2001
-From: Martin Pitt martinp...@gnome.org
-Date: Tue, 22 Oct 2013 08:02:51 +

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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 12:21:29
  Author: bpiotrowski
Revision: 106203

upgpkg: dmenu 4.5.13.5ed5e90-1

- point makepkg to specific commit
- make use of pkgver() to have reliable version

Modified:
  dmenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 10:34:14 UTC (rev 106202)
+++ PKGBUILD2014-02-25 11:21:29 UTC (rev 106203)
@@ -6,8 +6,8 @@
 # Contributor: Jeff 'codemac' Mickey j...@archlinux.org
 
 pkgname=dmenu
-pkgver=4.5.git20140225
-pkgrel=4
+pkgver=4.5.13.5ed5e90
+pkgrel=1
 pkgdesc=A generic menu for X
 url=http://tools.suckless.org/dmenu/;
 arch=('i686' 'x86_64')
@@ -14,12 +14,16 @@
 license=('MIT')
 depends=('sh' 'libxinerama')
 makedepends=('git')
-#source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz)
-source=(git://git.suckless.org/dmenu)
+source=(git://git.suckless.org/dmenu#commit=5ed5e90bf)
 md5sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  echo 4.5.$(git rev-list 7f45b3f7a..@ --count).$(git rev-parse --short HEAD)
+}
+
 build(){
-  cd $srcdir/$pkgname
+  cd $pkgname
   make \
 X11INC=/usr/include/X11 \
 X11LIB=/usr/lib/X11
@@ -26,7 +30,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  cd $pkgname
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 12:21:42
  Author: bpiotrowski
Revision: 106204

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

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

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   32 ---
 community-x86_64/PKGBUILD |   32 ---
 3 files changed, 72 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-25 11:21:29 UTC (rev 106203)
+++ community-i686/PKGBUILD 2014-02-25 11:21:42 UTC (rev 106204)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Thayer Williams tha...@archlinux.org
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-
-pkgname=dmenu
-pkgver=4.5.git20140225
-pkgrel=4
-pkgdesc=A generic menu for X
-url=http://tools.suckless.org/dmenu/;
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('sh' 'libxinerama')
-makedepends=('git')
-#source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz)
-source=(git://git.suckless.org/dmenu)
-md5sums=('SKIP')
-
-build(){
-  cd $srcdir/$pkgname
-  make \
-X11INC=/usr/include/X11 \
-X11LIB=/usr/lib/X11
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dmenu/repos/community-i686/PKGBUILD (from rev 106203, 
dmenu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-25 11:21:42 UTC (rev 106204)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Thayer Williams tha...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+
+pkgname=dmenu
+pkgver=4.5.13.5ed5e90
+pkgrel=1
+pkgdesc=A generic menu for X
+url=http://tools.suckless.org/dmenu/;
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('sh' 'libxinerama')
+makedepends=('git')
+source=(git://git.suckless.org/dmenu#commit=5ed5e90bf)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  echo 4.5.$(git rev-list 7f45b3f7a..@ --count).$(git rev-parse --short HEAD)
+}
+
+build(){
+  cd $pkgname
+  make \
+X11INC=/usr/include/X11 \
+X11LIB=/usr/lib/X11
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-25 11:21:29 UTC (rev 106203)
+++ community-x86_64/PKGBUILD   2014-02-25 11:21:42 UTC (rev 106204)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Thayer Williams tha...@archlinux.org
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-
-pkgname=dmenu
-pkgver=4.5.git20140225
-pkgrel=4
-pkgdesc=A generic menu for X
-url=http://tools.suckless.org/dmenu/;
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('sh' 'libxinerama')
-makedepends=('git')
-#source=(http://dl.suckless.org/tools/$pkgname-$pkgver.tar.gz)
-source=(git://git.suckless.org/dmenu)
-md5sums=('SKIP')
-
-build(){
-  cd $srcdir/$pkgname
-  make \
-X11INC=/usr/include/X11 \
-X11LIB=/usr/lib/X11
-}
-
-package() {
-  cd $srcdir/$pkgname
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dmenu/repos/community-x86_64/PKGBUILD (from rev 106203, 
dmenu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-25 11:21:42 UTC (rev 106204)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Thayer Williams tha...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+
+pkgname=dmenu
+pkgver=4.5.13.5ed5e90
+pkgrel=1
+pkgdesc=A generic menu for X
+url=http://tools.suckless.org/dmenu/;
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('sh' 

[arch-commits] Commit in geoclue2/trunk (PKGBUILD https.patch)

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 12:30:40
  Author: jgc
Revision: 206396

upgpkg: geoclue2 2.1.4-1

Modified:
  geoclue2/trunk/PKGBUILD
Deleted:
  geoclue2/trunk/https.patch

-+
 PKGBUILD|   17 +
 https.patch |   25 -
 2 files changed, 5 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 10:43:10 UTC (rev 206395)
+++ PKGBUILD2014-02-25 11:30:40 UTC (rev 206396)
@@ -3,25 +3,18 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=geoclue2
-pkgver=2.0.0
+pkgver=2.1.4
 pkgrel=1
 pkgdesc=Modular geoinformation service built on the D-Bus messaging system
 arch=(i686 x86_64)
 url=http://geoclue.freedesktop.org/;
 license=(LGPL)
-depends=(libsoup json-glib)
-makedepends=(intltool geoip)
+depends=(libsoup json-glib networkmanager)
+makedepends=(intltool geoip python2 modemmanager)
 optdepends=('geoip: geoip-lookup server binary')
-source=(http://freedesktop.org/software/geoclue/releases/2.0/geoclue-$pkgver.tar.xz
-https.patch)
-md5sums=('401ff99d530b177c62afacef0a33efd9'
- '20da579a0f1f6476a9c2ba9adebec32c')
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('2300c342f6b3ef0e0befe4fd3f0cabc4')
 
-prepare() {
-  cd geoclue-$pkgver
-  patch -Np1 -i ../https.patch
-}
-
 build() {
   cd geoclue-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \

Deleted: https.patch
===
--- https.patch 2014-02-25 10:43:10 UTC (rev 206395)
+++ https.patch 2014-02-25 11:30:40 UTC (rev 206396)
@@ -1,25 +0,0 @@
-From 12804f7e2e569f7f3a0879d740a62b3e34ae6e36 Mon Sep 17 00:00:00 2001
-From: Stefan Bernhardsgrütter s.bernhardsgruet...@gmail.com
-Date: Thu, 02 Jan 2014 13:01:25 +
-Subject: ipclient: Use HTTPS to connect to geoip.fedoraproject.org
-
-The actual resource is behind HTTPS so using HTTP leads to
-redirections and thefore redundant TCP packets.

-(limited to 'src/gclue-ipclient.c')
-
-diff --git a/src/gclue-ipclient.c b/src/gclue-ipclient.c
-index 492aa83..6f681f8 100644
 a/src/gclue-ipclient.c
-+++ b/src/gclue-ipclient.c
-@@ -31,7 +31,7 @@
- #include geoip-server/geoip-server.h
- #include geocode-location.h
- 
--#define GEOIP_SERVER http://geoip.fedoraproject.org/city;
-+#define GEOIP_SERVER https://geoip.fedoraproject.org/city;
- 
- /**
-  * SECTION:gclue-ipclient
---
-cgit v0.9.0.2-2-gbebe



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 12:30:45
  Author: jgc
Revision: 206397

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

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

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

Copied: geoclue2/repos/gnome-unstable-i686/PKGBUILD (from rev 206396, 
geoclue2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 11:30:45 UTC (rev 206397)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=geoclue2
+pkgver=2.1.4
+pkgrel=1
+pkgdesc=Modular geoinformation service built on the D-Bus messaging system
+arch=(i686 x86_64)
+url=http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib networkmanager)
+makedepends=(intltool geoip python2 modemmanager)
+optdepends=('geoip: geoip-lookup server binary')
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('2300c342f6b3ef0e0befe4fd3f0cabc4')
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd geoclue-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: geoclue2/repos/gnome-unstable-x86_64/PKGBUILD (from rev 206396, 
geoclue2/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-25 11:30:45 UTC (rev 206397)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=geoclue2
+pkgver=2.1.4
+pkgrel=1
+pkgdesc=Modular geoinformation service built on the D-Bus messaging system
+arch=(i686 x86_64)
+url=http://geoclue.freedesktop.org/;
+license=(LGPL)
+depends=(libsoup json-glib networkmanager)
+makedepends=(intltool geoip python2 modemmanager)
+optdepends=('geoip: geoip-lookup server binary')
+source=(http://freedesktop.org/software/geoclue/releases/${pkgver:0:3}/geoclue-$pkgver.tar.xz)
+md5sums=('2300c342f6b3ef0e0befe4fd3f0cabc4')
+
+build() {
+  cd geoclue-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd geoclue-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in grub/trunk (10_archlinux PKGBUILD)

2014-02-25 Thread Tobias Powalowski
Date: Tuesday, February 25, 2014 @ 12:32:23
  Author: tpowa
Revision: 206398

upgpkg: grub 1:2.02.beta2-2

fix 10_archlinux to reduce issues with entries

Modified:
  grub/trunk/10_archlinux
  grub/trunk/PKGBUILD

--+
 10_archlinux |   49 +
 PKGBUILD |   11 ++-
 2 files changed, 43 insertions(+), 17 deletions(-)

Modified: 10_archlinux
===
--- 10_archlinux2014-02-25 11:30:45 UTC (rev 206397)
+++ 10_archlinux2014-02-25 11:32:23 UTC (rev 206398)
@@ -2,7 +2,8 @@
 
 ##
 ## grub-mkconfig helper script specific to Arch Linux
-## Contributed by Keshav Padram Amburay the ddoott ridikulus ddoott rat 
aatt geemmayil ddoott ccoomm
+## Contributed by Keshav Amburay the ddoott ridikulus ddoott rat aatt 
geemmayil ddoott ccoomm
+## Updated on 08 February 2014
 ##
 ## Script based on do_grub_config() function in Arch Linux Archboot ISO 
Installer/Setup script 
 ## Some parts taken from /etc/grub.d/10_linux script shipped by GRUB(2) 
upstream
@@ -64,20 +65,29 @@
 [[ ${grub_file} !=  ]]  _FUNC_GRUB_FILE_PRESENT
 
 BOOT_PART_FS_UUID=$(${grub_probe} --target=fs_uuid /boot 2/dev/null)
-BOOT_PART_HINTS_STRING=$(${grub_probe} --target=hints_string /boot 
2/dev/null)
+BOOT_PART_HINTS_STRING=$(${grub_probe} --target=hints_string /boot 
2/dev/null || true)
 BOOT_PART_FS=$(${grub_probe} --target=fs /boot 2/dev/null)
 
-ROOT_PART_FS_UUID=$(${grub_probe} --target=fs_uuid / 2/dev/null)
-ROOT_PART_HINTS_STRING=$(${grub_probe} --target=hints_string / 
2/dev/null)
-ROOT_PART_FS=$(${grub_probe} --target=fs / 2/dev/null)
+ROOT_PART_GRUB_DEVICE=$(${grub_probe} --target=device / || true)
+ROOT_PART_FS=$(${grub_probe} --device ${ROOT_PART_GRUB_DEVICE} --target=fs 2 
/dev/null || echo unknown)
 
-if [[ ${ROOT_PART_FS_UUID} == ${BOOT_PART_FS_UUID} ]]; then
-SUBDIR=/boot
-else
-SUBDIR=
-fi
-
 if [[ ${GRUB_LINUX_ROOT_DEVICE} ==  ]]; then
+
+case ${ROOT_PART_FS} in
+btrfs)
+rootsubvol=$(make_system_path_relative_to_its_root /)
+rootsubvol=${rootsubvol#/}
+if [[ ${rootsubvol} !=  ]]; then
+GRUB_LINUX_ROOT_DEVICE=subvol=${rootsubvol}
+fi
+;;
+zfs)
+rpool=$(${grub_probe} --device ${GRUB_DEVICE} --target=fs_label 
2/dev/null || true)
+bootfs=$(make_system_path_relative_to_its_root / | sed -e 
s,@$,,)
+GRUB_LINUX_ROOT_DEVICE=ZFS=${rpool}${bootfs}
+;;
+esac
+
 if [[ ${GRUB_DEVICE_UUID} ==  ]] || \
[[ ${GRUB_DISABLE_LINUX_UUID} == true ]] || \
[[ ! -e /dev/disk/by-uuid/${GRUB_DEVICE_UUID} ]] || \
@@ -94,6 +104,10 @@
 
 echo Found linux image: ${_KERNEL_} 2
 
+basename=$(basename ${_KERNEL_})
+dirname=$(dirname ${_KERNEL_})
+REAL_DIR=$(make_system_path_relative_to_its_root ${dirname})
+  
 _KERNEL_FILE_=$(echo ${_KERNEL_} | sed 's,/boot/,,g')
 _KERNEL_PKG_=pkg-$(echo ${_KERNEL_FILE_} | sed 's,vmlinuz-,,g')
 
@@ -106,6 +120,7 @@
 cat  EOF
 
 menuentry Arch Linux ${_KERNEL_PKG_} kernel ${CLASS} {
+$(save_default_entry)
 if [ x\$feature_all_video_module = xy ]; then
 insmod all_video
 fi
@@ -117,9 +132,9 @@
 search --no-floppy --fs-uuid  --set=root ${BOOT_PART_FS_UUID}
 fi
 echo 'Loading Arch Linux ${_KERNEL_PKG_} kernel ...'
-linux ${SUBDIR}/${_KERNEL_FILE_} root=${GRUB_LINUX_ROOT_DEVICE} rw 
${GRUB_LINUX_PARAMS}
+linux ${REAL_DIR}/${_KERNEL_FILE_} root=${GRUB_LINUX_ROOT_DEVICE} rw 
${GRUB_LINUX_PARAMS}
 echo 'Loading Arch Linux ${_KERNEL_PKG_} kernel initramfs ...'
-initrd ${SUBDIR}/${_INITRAMFS_}
+initrd ${REAL_DIR}/${_INITRAMFS_}
 }
 
 EOF
@@ -134,6 +149,7 @@
 cat  EOF
 
 menuentry Arch Linux ${_KERNEL_PKG_} kernel (fallback initramfs) ${CLASS} {
+$(save_default_entry)
 if [ x\$feature_all_video_module = xy ]; then
 insmod all_video
 fi
@@ -145,9 +161,9 @@
 search --no-floppy --fs-uuid  --set=root ${BOOT_PART_FS_UUID}
 fi
 echo 'Loading Arch Linux ${_KERNEL_PKG_} kernel ...'
-linux ${SUBDIR}/${_KERNEL_FILE_} root=${GRUB_LINUX_ROOT_DEVICE} rw 
${GRUB_LINUX_PARAMS}
+linux ${REAL_DIR}/${_KERNEL_FILE_} root=${GRUB_LINUX_ROOT_DEVICE} rw 
${GRUB_LINUX_PARAMS}
 echo 'Loading Arch Linux ${_KERNEL_PKG_} kernel fallback initramfs ...'
-initrd ${SUBDIR}/${_INITRAMFS_FALLBACK_}
+initrd ${REAL_DIR}/${_INITRAMFS_FALLBACK_}
 }
 
 EOF
@@ -157,6 +173,7 @@
 cat  EOF
 
 menuentry Arch Linux ${_KERNEL_PKG_} kernel (no initramfs) ${CLASS} {
+$(save_default_entry)
 if [ x\$feature_all_video_module = xy ]; then
 insmod all_video
 fi
@@ -168,7 +185,7 @@
 search --no-floppy --fs-uuid  --set=root ${BOOT_PART_FS_UUID}
 fi
 echo 'Loading Arch Linux ${_KERNEL_PKG_} kernel ...'
-linux ${SUBDIR}/${_KERNEL_FILE_} root=${GRUB_LINUX_ROOT_DEVICE} rw 
${GRUB_LINUX_PARAMS}
+

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

2014-02-25 Thread Tobias Powalowski
Date: Tuesday, February 25, 2014 @ 12:37:12
  Author: tpowa
Revision: 206399

upgpkg: grub 1:2.02.beta2-2

fix 10_archlinux to reduce issues with entries

Modified:
  grub/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 1 insertion(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 11:32:23 UTC (rev 206398)
+++ PKGBUILD2014-02-25 11:37:12 UTC (rev 206399)
@@ -51,7 +51,7 @@
  '728b7439ac733a7c0d56049adec364c7'
  'SKIP'
  'e506ae4a9f9f7d1b765febfa84e10d48'
- 'cc988384d9b3bfb61384342e3e1f28c3'
+ 'dcf3e0b47119b0bb06ce987c8f030ffa'
  'be55eabc102f2c60b38ed35c203686d6'
  'a03ffd56324520393bf574cefccb893d'
  'c8b9511586d57d6f2524ae7898397a46')
@@ -272,12 +272,3 @@
_package_grub-common_and_bios

 }
-md5sums=('SKIP'
- 'SKIP'
- '728b7439ac733a7c0d56049adec364c7'
- 'SKIP'
- 'e506ae4a9f9f7d1b765febfa84e10d48'
- 'dcf3e0b47119b0bb06ce987c8f030ffa'
- 'be55eabc102f2c60b38ed35c203686d6'
- 'a03ffd56324520393bf574cefccb893d'
- 'c8b9511586d57d6f2524ae7898397a46')



[arch-commits] Commit in grub/repos (42 files)

2014-02-25 Thread Tobias Powalowski
Date: Tuesday, February 25, 2014 @ 12:37:41
  Author: tpowa
Revision: 206400

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

Added:
  grub/repos/testing-i686/
  grub/repos/testing-i686/10_archlinux
(from rev 206399, grub/trunk/10_archlinux)
  grub/repos/testing-i686/60_memtest86+
(from rev 206399, grub/trunk/60_memtest86+)
  grub/repos/testing-i686/PKGBUILD
(from rev 206399, grub/trunk/PKGBUILD)
  grub/repos/testing-i686/archlinux_grub_mkconfig_fixes.patch
(from rev 206399, grub/trunk/archlinux_grub_mkconfig_fixes.patch)
  grub/repos/testing-i686/grub-2.00-mkinitcpio-0.15.patch
(from rev 206399, grub/trunk/grub-2.00-mkinitcpio-0.15.patch)
  grub/repos/testing-i686/grub-2.00.5086-fix-lvm-parsing.patch
(from rev 206399, grub/trunk/grub-2.00.5086-fix-lvm-parsing.patch)
  grub/repos/testing-i686/grub-add-GRUB_COLOR_variables.patch
(from rev 206399, grub/trunk/grub-add-GRUB_COLOR_variables.patch)
  grub/repos/testing-i686/grub.cfg
(from rev 206399, grub/trunk/grub.cfg)
  grub/repos/testing-i686/grub.default
(from rev 206399, grub/trunk/grub.default)
  grub/repos/testing-i686/grub.install
(from rev 206399, grub/trunk/grub.install)
  grub/repos/testing-x86_64/
  grub/repos/testing-x86_64/10_archlinux
(from rev 206399, grub/trunk/10_archlinux)
  grub/repos/testing-x86_64/60_memtest86+
(from rev 206399, grub/trunk/60_memtest86+)
  grub/repos/testing-x86_64/PKGBUILD
(from rev 206399, grub/trunk/PKGBUILD)
  grub/repos/testing-x86_64/archlinux_grub_mkconfig_fixes.patch
(from rev 206399, grub/trunk/archlinux_grub_mkconfig_fixes.patch)
  grub/repos/testing-x86_64/grub-2.00-mkinitcpio-0.15.patch
(from rev 206399, grub/trunk/grub-2.00-mkinitcpio-0.15.patch)
  grub/repos/testing-x86_64/grub-2.00.5086-fix-lvm-parsing.patch
(from rev 206399, grub/trunk/grub-2.00.5086-fix-lvm-parsing.patch)
  grub/repos/testing-x86_64/grub-add-GRUB_COLOR_variables.patch
(from rev 206399, grub/trunk/grub-add-GRUB_COLOR_variables.patch)
  grub/repos/testing-x86_64/grub.cfg
(from rev 206399, grub/trunk/grub.cfg)
  grub/repos/testing-x86_64/grub.default
(from rev 206399, grub/trunk/grub.default)
  grub/repos/testing-x86_64/grub.install
(from rev 206399, grub/trunk/grub.install)
Deleted:
  grub/repos/testing-i686/10_archlinux
  grub/repos/testing-i686/60_memtest86+
  grub/repos/testing-i686/PKGBUILD
  grub/repos/testing-i686/archlinux_grub_mkconfig_fixes.patch
  grub/repos/testing-i686/grub-2.00-mkinitcpio-0.15.patch
  grub/repos/testing-i686/grub-2.00.5086-fix-lvm-parsing.patch
  grub/repos/testing-i686/grub-add-GRUB_COLOR_variables.patch
  grub/repos/testing-i686/grub.cfg
  grub/repos/testing-i686/grub.default
  grub/repos/testing-i686/grub.install
  grub/repos/testing-x86_64/10_archlinux
  grub/repos/testing-x86_64/60_memtest86+
  grub/repos/testing-x86_64/PKGBUILD
  grub/repos/testing-x86_64/archlinux_grub_mkconfig_fixes.patch
  grub/repos/testing-x86_64/grub-2.00-mkinitcpio-0.15.patch
  grub/repos/testing-x86_64/grub-2.00.5086-fix-lvm-parsing.patch
  grub/repos/testing-x86_64/grub-add-GRUB_COLOR_variables.patch
  grub/repos/testing-x86_64/grub.cfg
  grub/repos/testing-x86_64/grub.default
  grub/repos/testing-x86_64/grub.install

-+
 /10_archlinux   |  388 
 /60_memtest86+  |   64 ++
 /PKGBUILD   |  548 ++
 /archlinux_grub_mkconfig_fixes.patch|  286 +
 /grub-2.00-mkinitcpio-0.15.patch|   22 
 /grub-2.00.5086-fix-lvm-parsing.patch   |  108 +++
 /grub-add-GRUB_COLOR_variables.patch|   64 ++
 /grub.cfg   |  278 +
 /grub.default   |   94 +++
 /grub.install   |   66 ++
 testing-i686/10_archlinux   |  142 
 testing-i686/60_memtest86+  |   32 -
 testing-i686/PKGBUILD   |  275 -
 testing-i686/archlinux_grub_mkconfig_fixes.patch|  143 
 testing-i686/grub-2.00-mkinitcpio-0.15.patch|   11 
 testing-i686/grub-2.00.5086-fix-lvm-parsing.patch   |   54 -
 testing-i686/grub-add-GRUB_COLOR_variables.patch|   32 -
 testing-i686/grub.cfg   |  139 
 testing-i686/grub.default   |   47 -
 testing-i686/grub.install   |   33 -
 testing-x86_64/10_archlinux |  142 
 testing-x86_64/60_memtest86+|   32 -
 testing-x86_64/PKGBUILD |  275 -
 testing-x86_64/archlinux_grub_mkconfig_fixes.patch  |  143 
 testing-x86_64/grub-2.00-mkinitcpio-0.15.patch  |   11 
 testing-x86_64/grub-2.00.5086-fix-lvm-parsing.patch |   54 -
 

[arch-commits] Commit in gnome-settings-daemon/trunk (2 files)

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 13:05:32
  Author: jgc
Revision: 206401

upgpkg: gnome-settings-daemon 3.11.90-1

Modified:
  gnome-settings-daemon/trunk/PKGBUILD
Deleted:
  
gnome-settings-daemon/trunk/0001-power-use-gnome_rr_output_get_min_backlight_step.patch

-+
 0001-power-use-gnome_rr_output_get_min_backlight_step.patch |   37 --
 PKGBUILD|   17 +---
 2 files changed, 4 insertions(+), 50 deletions(-)

Deleted: 0001-power-use-gnome_rr_output_get_min_backlight_step.patch
===
--- 0001-power-use-gnome_rr_output_get_min_backlight_step.patch 2014-02-25 
11:37:41 UTC (rev 206400)
+++ 0001-power-use-gnome_rr_output_get_min_backlight_step.patch 2014-02-25 
12:05:32 UTC (rev 206401)
@@ -1,37 +0,0 @@
-From 28c4f287523607cd24bcb62b25bf83691036fadd Mon Sep 17 00:00:00 2001
-From: Asad Mehmood asad78...@googlemail.com
-Date: Thu, 17 Oct 2013 16:41:44 +0100
-Subject: [PATCH] power: use gnome_rr_output_get_min_backlight_step
-
-Use min_backlight_step or 5% increments whichever is larger
-
-https://bugzilla.gnome.org/show_bug.cgi?id=710380

- plugins/power/gpm-common.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/plugins/power/gpm-common.c b/plugins/power/gpm-common.c
-index 81af0b7..81dc048 100644
 a/plugins/power/gpm-common.c
-+++ b/plugins/power/gpm-common.c
-@@ -1275,7 +1275,7 @@ backlight_step_up (GnomeRRScreen *rr_screen, GError 
**error)
- now = gnome_rr_output_get_backlight (output);
- if (now  0)
-return percentage_value;
--step = BRIGHTNESS_STEP_AMOUNT (max - min + 1);
-+step = MAX (gnome_rr_output_get_min_backlight_step (output), 
BRIGHTNESS_STEP_AMOUNT (max - min + 1));
- discrete = MIN (now + step, max);
- ret = gnome_rr_output_set_backlight (output,
-  discrete,
-@@ -1334,7 +1334,7 @@ backlight_step_down (GnomeRRScreen *rr_screen, GError 
**error)
- now = gnome_rr_output_get_backlight (output);
- if (now  0)
-return percentage_value;
--step = BRIGHTNESS_STEP_AMOUNT (max - min + 1);
-+step = MAX (gnome_rr_output_get_min_backlight_step (output), 
BRIGHTNESS_STEP_AMOUNT (max - min + 1));
- discrete = MAX (now - step, 0);
- ret = gnome_rr_output_set_backlight (output,
-  discrete,
--- 
-1.8.4.1
-

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 11:37:41 UTC (rev 206400)
+++ PKGBUILD2014-02-25 12:05:32 UTC (rev 206401)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-settings-daemon
-pkgver=3.10.2
-pkgrel=3
+pkgver=3.11.90
+pkgrel=1
 pkgdesc=The GNOME Settings daemon
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,18 +15,9 @@
 install=gnome-settings-daemon.install
 url=http://www.gnome.org;
 groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-0001-power-use-gnome_rr_output_get_min_backlight_step.patch)
-sha256sums=('808899c6e434ecb71f42d3ac022dc51f5963bdf2478f4634078483f9e8a78264'
-'e83d2d496506c3964236e376d0ec8f844e5b6850f5e2d2fea9208bd008c19f54')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('50203fe3f3f5ef7417c79ceb57a19c283149f0ec2ed960144b3bb5ab5b23362a')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#37224
-  patch -Np1 -i ../0001-power-use-gnome_rr_output_get_min_backlight_step.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 



[arch-commits] Commit in gnome-settings-daemon/repos (6 files)

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 13:05:37
  Author: jgc
Revision: 206402

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

Added:
  gnome-settings-daemon/repos/gnome-unstable-i686/
  gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD
(from rev 206401, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/gnome-unstable-i686/gnome-settings-daemon.install
(from rev 206401, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon/repos/gnome-unstable-x86_64/
  gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 206401, gnome-settings-daemon/trunk/PKGBUILD)
  
gnome-settings-daemon/repos/gnome-unstable-x86_64/gnome-settings-daemon.install
(from rev 206401, gnome-settings-daemon/trunk/gnome-settings-daemon.install)

-+
 gnome-unstable-i686/PKGBUILD|   36 ++
 gnome-unstable-i686/gnome-settings-daemon.install   |   12 ++
 gnome-unstable-x86_64/PKGBUILD  |   36 ++
 gnome-unstable-x86_64/gnome-settings-daemon.install |   12 ++
 4 files changed, 96 insertions(+)

Copied: gnome-settings-daemon/repos/gnome-unstable-i686/PKGBUILD (from rev 
206401, gnome-settings-daemon/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 12:05:37 UTC (rev 206402)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-settings-daemon
+pkgver=3.11.90
+pkgrel=1
+pkgdesc=The GNOME Settings daemon
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libnotify'
+ 'libsystemd' 'libwacom' 'pulseaudio' 'pulseaudio-alsa' 'upower' 
'libibus' 'librsvg' 'libgweather' 'geocode-glib' 'geoclue2'
+ 'nss')
+makedepends=('intltool' 'xf86-input-wacom' 'libxslt' 'docbook-xsl')
+options=('!emptydirs')
+install=gnome-settings-daemon.install
+url=http://www.gnome.org;
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('50203fe3f3f5ef7417c79ceb57a19c283149f0ec2ed960144b3bb5ab5b23362a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 
gnome-settings-daemon/repos/gnome-unstable-i686/gnome-settings-daemon.install 
(from rev 206401, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
===
--- gnome-unstable-i686/gnome-settings-daemon.install   
(rev 0)
+++ gnome-unstable-i686/gnome-settings-daemon.install   2014-02-25 12:05:37 UTC 
(rev 206402)
@@ -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: gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
206401, gnome-settings-daemon/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-25 12:05:37 UTC (rev 206402)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-settings-daemon
+pkgver=3.11.90
+pkgrel=1
+pkgdesc=The GNOME Settings daemon
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libnotify'
+ 'libsystemd' 'libwacom' 'pulseaudio' 'pulseaudio-alsa' 'upower' 
'libibus' 'librsvg' 'libgweather' 'geocode-glib' 'geoclue2'
+ 'nss')
+makedepends=('intltool' 'xf86-input-wacom' 'libxslt' 'docbook-xsl')
+options=('!emptydirs')
+install=gnome-settings-daemon.install
+url=http://www.gnome.org;
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('50203fe3f3f5ef7417c79ceb57a19c283149f0ec2ed960144b3bb5ab5b23362a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 

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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 13:25:36
  Author: jgc
Revision: 206404

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

Added:
  grilo-plugins/repos/gnome-unstable-i686/
  grilo-plugins/repos/gnome-unstable-i686/PKGBUILD
(from rev 206403, grilo-plugins/trunk/PKGBUILD)
  grilo-plugins/repos/gnome-unstable-x86_64/
  grilo-plugins/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 206403, grilo-plugins/trunk/PKGBUILD)

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

Copied: grilo-plugins/repos/gnome-unstable-i686/PKGBUILD (from rev 206403, 
grilo-plugins/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 12:25:36 UTC (rev 206404)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=grilo-plugins
+pkgver=0.2.11
+pkgrel=2
+pkgdesc=Plugins for Grilo
+url=http://www.gnome.org;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo sqlite libgcrypt)
+makedepends=(gupnp-av libgdata gmime libtracker-sparql libdmapsharing
+ json-glib intltool avahi itstool)
+optdepends=('gupnp-av: uPnP plugin'
+'libgdata: Youtube plugin'
+'gnome-online-accounts: Flickr plugin'
+'gmime: Podcasts plugin'
+'libtracker-sparql: Tracker plugin'
+'libdmapsharing: DMAP sharing plugin'
+'json-glib: TMDb plugin'
+'avahi: Freebox plugin')
+options=('!emptydirs')
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('a2ac4ad28f3ead53d00d99653b2fb2d19cd5d9cfc33a16e7e82477223d089944')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+--enable-shoutcast --disable-pocket
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: grilo-plugins/repos/gnome-unstable-x86_64/PKGBUILD (from rev 206403, 
grilo-plugins/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-25 12:25:36 UTC (rev 206404)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=grilo-plugins
+pkgver=0.2.11
+pkgrel=2
+pkgdesc=Plugins for Grilo
+url=http://www.gnome.org;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo sqlite libgcrypt)
+makedepends=(gupnp-av libgdata gmime libtracker-sparql libdmapsharing
+ json-glib intltool avahi itstool)
+optdepends=('gupnp-av: uPnP plugin'
+'libgdata: Youtube plugin'
+'gnome-online-accounts: Flickr plugin'
+'gmime: Podcasts plugin'
+'libtracker-sparql: Tracker plugin'
+'libdmapsharing: DMAP sharing plugin'
+'json-glib: TMDb plugin'
+'avahi: Freebox plugin')
+options=('!emptydirs')
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('a2ac4ad28f3ead53d00d99653b2fb2d19cd5d9cfc33a16e7e82477223d089944')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+--enable-shoutcast --disable-pocket
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 13:25:31
  Author: jgc
Revision: 206403

upgpkg: grilo-plugins 0.2.11-2

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 12:05:37 UTC (rev 206402)
+++ PKGBUILD2014-02-25 12:25:31 UTC (rev 206403)
@@ -3,7 +3,7 @@
 
 pkgname=grilo-plugins
 pkgver=0.2.11
-pkgrel=1
+pkgrel=2
 pkgdesc=Plugins for Grilo
 url=http://www.gnome.org;
 arch=(i686 x86_64)



[arch-commits] Commit in gnome-control-center/trunk (PKGBUILD git-fixes.patch)

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 13:35:45
  Author: jgc
Revision: 206405

upgpkg: gnome-control-center 3.11.90-1

Modified:
  gnome-control-center/trunk/PKGBUILD
Deleted:
  gnome-control-center/trunk/git-fixes.patch

-+
 PKGBUILD|   18 
 git-fixes.patch |38641 --
 2 files changed, 5 insertions(+), 38654 deletions(-)

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


[arch-commits] Commit in gnome-control-center/repos (6 files)

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 13:36:53
  Author: jgc
Revision: 206406

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

Added:
  gnome-control-center/repos/gnome-unstable-i686/
  gnome-control-center/repos/gnome-unstable-i686/PKGBUILD
(from rev 206405, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/gnome-unstable-i686/gnome-control-center.install
(from rev 206405, gnome-control-center/trunk/gnome-control-center.install)
  gnome-control-center/repos/gnome-unstable-x86_64/
  gnome-control-center/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 206405, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/gnome-unstable-x86_64/gnome-control-center.install
(from rev 206405, gnome-control-center/trunk/gnome-control-center.install)

+
 gnome-unstable-i686/PKGBUILD   |   49 +++
 gnome-unstable-i686/gnome-control-center.install   |   11 
 gnome-unstable-x86_64/PKGBUILD |   49 +++
 gnome-unstable-x86_64/gnome-control-center.install |   11 
 4 files changed, 120 insertions(+)

Copied: gnome-control-center/repos/gnome-unstable-i686/PKGBUILD (from rev 
206405, gnome-control-center/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 12:36:53 UTC (rev 206406)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-control-center
+pkgver=3.11.90
+pkgrel=1
+pkgdesc=The Control Center for GNOME
+license=(GPL)
+arch=(i686 x86_64)
+depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop 
gnome-menus
+ gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
+ libgtop network-manager-applet sound-theme-freedesktop upower 
libpwquality
+ gnome-color-manager smbclient modemmanager libgnomekbd grilo)
+makedepends=(gnome-doc-utils intltool docbook-xsl gnome-common)
+optdepends=('system-config-printer: Printer settings'
+'gnome-user-share: Bluetooth and WebDAV file sharing'
+'rygel: media sharing'
+'vino: screen sharing'
+'openssh: remote login'
+'ntp: network time sync')
+groups=(gnome)
+url=http://www.gnome.org;
+install=gnome-control-center.install
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('280c10ce1221acf2f8d721c791dced38ad678ac238e95982c5d087bb3c887588')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static --disable-silent-rules
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
+  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() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Fix a warning
+  chown 102:0 $pkgdir/usr/share/polkit-1/rules.d
+  chmod 700 $pkgdir/usr/share/polkit-1/rules.d
+}

Copied: 
gnome-control-center/repos/gnome-unstable-i686/gnome-control-center.install 
(from rev 206405, gnome-control-center/trunk/gnome-control-center.install)
===
--- gnome-unstable-i686/gnome-control-center.install
(rev 0)
+++ gnome-unstable-i686/gnome-control-center.install2014-02-25 12:36:53 UTC 
(rev 206406)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Copied: gnome-control-center/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
206405, gnome-control-center/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-25 12:36:53 UTC (rev 206406)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-control-center
+pkgver=3.11.90
+pkgrel=1
+pkgdesc=The Control Center for GNOME
+license=(GPL)
+arch=(i686 x86_64)
+depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop 
gnome-menus
+ gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
+ libgtop network-manager-applet sound-theme-freedesktop upower 
libpwquality
+ gnome-color-manager smbclient modemmanager libgnomekbd grilo)

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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 13:53:32
  Author: jgc
Revision: 206407

upgpkg: gnome-session 3.11.4-1

Modified:
  gnome-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 12:36:53 UTC (rev 206406)
+++ PKGBUILD2014-02-25 12:53:32 UTC (rev 206407)
@@ -2,13 +2,13 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-session
-pkgver=3.10.1
+pkgver=3.11.4
 pkgrel=1
 pkgdesc=The GNOME Session Handler
 arch=(i686 x86_64)
 license=(GPL LGPL)
 depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
- hicolor-icon-theme json-glib libgl libsm libxtst upower)
+ hicolor-icon-theme json-glib libgl libsm libxtst systemd dbus-glib)
 makedepends=(intltool mesa gtk-doc xtrans)
 options=('!emptydirs')
 install=gnome-session.install
@@ -16,7 +16,7 @@
 groups=(gnome)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 timeout.patch)
-sha256sums=('f620704e07e6bbf49aa6c65897475a46f80f7ac5593606f2b6889c7cb4f6a9cc'
+sha256sums=('913167638348add6e68b7aeb814311687af9562eb3a9a6578fc18352ee56bfcf'
 '9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc')
 
 prepare() {



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 13:53:38
  Author: jgc
Revision: 206408

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

Added:
  gnome-session/repos/gnome-unstable-i686/
  gnome-session/repos/gnome-unstable-i686/PKGBUILD
(from rev 206407, gnome-session/trunk/PKGBUILD)
  gnome-session/repos/gnome-unstable-i686/gnome-session.install
(from rev 206407, gnome-session/trunk/gnome-session.install)
  gnome-session/repos/gnome-unstable-i686/timeout.patch
(from rev 206407, gnome-session/trunk/timeout.patch)
  gnome-session/repos/gnome-unstable-x86_64/
  gnome-session/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 206407, gnome-session/trunk/PKGBUILD)
  gnome-session/repos/gnome-unstable-x86_64/gnome-session.install
(from rev 206407, gnome-session/trunk/gnome-session.install)
  gnome-session/repos/gnome-unstable-x86_64/timeout.patch
(from rev 206407, gnome-session/trunk/timeout.patch)

-+
 gnome-unstable-i686/PKGBUILD|   39 ++
 gnome-unstable-i686/gnome-session.install   |   12 
 gnome-unstable-i686/timeout.patch   |   24 
 gnome-unstable-x86_64/PKGBUILD  |   39 ++
 gnome-unstable-x86_64/gnome-session.install |   12 
 gnome-unstable-x86_64/timeout.patch |   24 
 6 files changed, 150 insertions(+)

Copied: gnome-session/repos/gnome-unstable-i686/PKGBUILD (from rev 206407, 
gnome-session/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 12:53:38 UTC (rev 206408)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-session
+pkgver=3.11.4
+pkgrel=1
+pkgdesc=The GNOME Session Handler
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
+ hicolor-icon-theme json-glib libgl libsm libxtst systemd dbus-glib)
+makedepends=(intltool mesa gtk-doc xtrans)
+options=('!emptydirs')
+install=gnome-session.install
+url=http://www.gnome.org;
+groups=(gnome)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+timeout.patch)
+sha256sums=('913167638348add6e68b7aeb814311687af9562eb3a9a6578fc18352ee56bfcf'
+'9eaf31857b41db417475c3b14adc11b10c8226ed76978cdf96dd648fa6e505fc')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Increase timeout, for slow machines
+  patch -Np1 -i ../timeout.patch
+}
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/gnome-session \
+  --disable-schemas-compile --enable-systemd --disable-gconf
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-session/repos/gnome-unstable-i686/gnome-session.install (from rev 
206407, gnome-session/trunk/gnome-session.install)
===
--- gnome-unstable-i686/gnome-session.install   (rev 0)
+++ gnome-unstable-i686/gnome-session.install   2014-02-25 12:53:38 UTC (rev 
206408)
@@ -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: gnome-session/repos/gnome-unstable-i686/timeout.patch (from rev 206407, 
gnome-session/trunk/timeout.patch)
===
--- gnome-unstable-i686/timeout.patch   (rev 0)
+++ gnome-unstable-i686/timeout.patch   2014-02-25 12:53:38 UTC (rev 206408)
@@ -0,0 +1,24 @@
+diff -u -r gnome-session-3.4.2/gnome-session/gsm-session-fill.c 
gnome-session-3.4.2-timeout/gnome-session/gsm-session-fill.c
+--- gnome-session-3.4.2/gnome-session/gsm-session-fill.c   2012-02-02 
15:33:01.0 +0100
 gnome-session-3.4.2-timeout/gnome-session/gsm-session-fill.c   
2012-06-10 02:39:46.184348462 +0200
+@@ -36,7 +36,7 @@
+ #define GSM_KEYFILE_DEFAULT_PROVIDER_PREFIX DefaultProvider
+ 
+ /* See https://bugzilla.gnome.org/show_bug.cgi?id=641992 for discussion */
+-#define GSM_RUNNABLE_HELPER_TIMEOUT 3000 /* ms */
++#define GSM_RUNNABLE_HELPER_TIMEOUT 1 /* ms */
+ 
+ typedef void (*GsmFillHandleProvider) (const char *provides,
+const char *default_provider,
+diff -u -r gnome-session-3.4.2/tools/gnome-session-check-accelerated.c 
gnome-session-3.4.2-timeout/tools/gnome-session-check-accelerated.c
+--- gnome-session-3.4.2/tools/gnome-session-check-accelerated.c
2011-03-22 21:31:43.0 +0100
 gnome-session-3.4.2-timeout/tools/gnome-session-check-accelerated.c
2012-06-10 

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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 15:05:16
  Author: jgc
Revision: 206409

upgpkg: js 24.2.0-1

Move ffi dependency to makedepends, it is only used for the static lib which we 
delete later anyways

Modified:
  js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 12:53:38 UTC (rev 206408)
+++ PKGBUILD2014-02-25 14:05:16 UTC (rev 206409)
@@ -2,33 +2,38 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=js
-pkgver=17.0.0
+pkgver=24.2.0
 pkgrel=1
 pkgdesc=JavaScript interpreter and libraries
 arch=(i686 x86_64)
 url=https://developer.mozilla.org/En/SpiderMonkey/17;
 license=(MPL)
-depends=(nspr gcc-libs libffi readline)
-makedepends=(python2 zip)
+depends=(nspr gcc-libs readline zlib)
+makedepends=(python2 zip libffi)
 options=(!staticlibs)
-source=(http://ftp.mozilla.org/pub/mozilla.org/js/mozjs$pkgver.tar.gz)
-md5sums=('20b6f8f1140ef6e47daa3b16965c9202')
+source=(http://ftp.mozilla.org/pub/mozilla.org/js/mozjs-$pkgver.tar.bz2)
+md5sums=('5db79c10e049a2dc117a6e6a3bc78a8e')
 
+prepare() {
+  rm -rf mozjs-$pkgver/js/src/editline
+  rm -rf mozjs-$pkgver/js/src/ctypes/libffi
+}
+
 build() {
   unset CPPFLAGS
-  cd mozjs$pkgver/js/src
-  ./configure --prefix=/usr --with-system-nspr --with-system-ffi \
+  cd mozjs-$pkgver/js/src
+  ./configure --prefix=/usr --with-system-nspr --enable-system-ffi \
  --enable-readline --enable-threadsafe
   make
 }
 
 check() {
-  cd mozjs$pkgver/js/src
+  cd mozjs-$pkgver/js/src
   make check
 }
 
 package() {
-  cd mozjs$pkgver/js/src
+  cd mozjs-$pkgver/js/src
   make DESTDIR=$pkgdir install
   find $pkgdir/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
 }



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 15:05:22
  Author: jgc
Revision: 206410

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

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

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

Copied: js/repos/gnome-unstable-i686/PKGBUILD (from rev 206409, 
js/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 14:05:22 UTC (rev 206410)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=js
+pkgver=24.2.0
+pkgrel=1
+pkgdesc=JavaScript interpreter and libraries
+arch=(i686 x86_64)
+url=https://developer.mozilla.org/En/SpiderMonkey/17;
+license=(MPL)
+depends=(nspr gcc-libs readline zlib)
+makedepends=(python2 zip libffi)
+options=(!staticlibs)
+source=(http://ftp.mozilla.org/pub/mozilla.org/js/mozjs-$pkgver.tar.bz2)
+md5sums=('5db79c10e049a2dc117a6e6a3bc78a8e')
+
+prepare() {
+  rm -rf mozjs-$pkgver/js/src/editline
+  rm -rf mozjs-$pkgver/js/src/ctypes/libffi
+}
+
+build() {
+  unset CPPFLAGS
+  cd mozjs-$pkgver/js/src
+  ./configure --prefix=/usr --with-system-nspr --enable-system-ffi \
+ --enable-readline --enable-threadsafe
+  make
+}
+
+check() {
+  cd mozjs-$pkgver/js/src
+  make check
+}
+
+package() {
+  cd mozjs-$pkgver/js/src
+  make DESTDIR=$pkgdir install
+  find $pkgdir/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
+}
+
+# vim:set ts=2 sw=2 et:

Copied: js/repos/gnome-unstable-x86_64/PKGBUILD (from rev 206409, 
js/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-25 14:05:22 UTC (rev 206410)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=js
+pkgver=24.2.0
+pkgrel=1
+pkgdesc=JavaScript interpreter and libraries
+arch=(i686 x86_64)
+url=https://developer.mozilla.org/En/SpiderMonkey/17;
+license=(MPL)
+depends=(nspr gcc-libs readline zlib)
+makedepends=(python2 zip libffi)
+options=(!staticlibs)
+source=(http://ftp.mozilla.org/pub/mozilla.org/js/mozjs-$pkgver.tar.bz2)
+md5sums=('5db79c10e049a2dc117a6e6a3bc78a8e')
+
+prepare() {
+  rm -rf mozjs-$pkgver/js/src/editline
+  rm -rf mozjs-$pkgver/js/src/ctypes/libffi
+}
+
+build() {
+  unset CPPFLAGS
+  cd mozjs-$pkgver/js/src
+  ./configure --prefix=/usr --with-system-nspr --enable-system-ffi \
+ --enable-readline --enable-threadsafe
+  make
+}
+
+check() {
+  cd mozjs-$pkgver/js/src
+  make check
+}
+
+package() {
+  cd mozjs-$pkgver/js/src
+  make DESTDIR=$pkgdir install
+  find $pkgdir/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 15:34:44
  Author: jgc
Revision: 206412

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

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

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

Copied: js17/repos/gnome-unstable-i686/PKGBUILD (from rev 206411, 
js17/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 14:34:44 UTC (rev 206412)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 183635 2013-04-25 18:13:54Z ioni $
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=js17
+pkgver=17.0.0
+pkgrel=1
+pkgdesc=JavaScript interpreter and libraries (legacy)
+arch=(i686 x86_64)
+url=https://developer.mozilla.org/En/SpiderMonkey/17;
+license=(MPL)
+depends=(nspr gcc-libs readline)
+makedepends=(python2 zip libffi)
+conflicts=('js24.2.0')
+options=(!staticlibs)
+source=(http://ftp.mozilla.org/pub/mozilla.org/js/mozjs$pkgver.tar.gz)
+md5sums=('20b6f8f1140ef6e47daa3b16965c9202')
+
+build() {
+  unset CPPFLAGS
+  cd mozjs$pkgver/js/src
+  ./configure --prefix=/usr --with-system-nspr --with-system-ffi \
+ --enable-readline --enable-threadsafe
+  make
+}
+
+check() {
+  cd mozjs$pkgver/js/src
+  make check
+}
+
+package() {
+  cd mozjs$pkgver/js/src
+  make DESTDIR=$pkgdir install
+  find $pkgdir/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
+}
+
+# vim:set ts=2 sw=2 et:

Copied: js17/repos/gnome-unstable-x86_64/PKGBUILD (from rev 206411, 
js17/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-25 14:34:44 UTC (rev 206412)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 183635 2013-04-25 18:13:54Z ioni $
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=js17
+pkgver=17.0.0
+pkgrel=1
+pkgdesc=JavaScript interpreter and libraries (legacy)
+arch=(i686 x86_64)
+url=https://developer.mozilla.org/En/SpiderMonkey/17;
+license=(MPL)
+depends=(nspr gcc-libs readline)
+makedepends=(python2 zip libffi)
+conflicts=('js24.2.0')
+options=(!staticlibs)
+source=(http://ftp.mozilla.org/pub/mozilla.org/js/mozjs$pkgver.tar.gz)
+md5sums=('20b6f8f1140ef6e47daa3b16965c9202')
+
+build() {
+  unset CPPFLAGS
+  cd mozjs$pkgver/js/src
+  ./configure --prefix=/usr --with-system-nspr --with-system-ffi \
+ --enable-readline --enable-threadsafe
+  make
+}
+
+check() {
+  cd mozjs$pkgver/js/src
+  make check
+}
+
+package() {
+  cd mozjs$pkgver/js/src
+  make DESTDIR=$pkgdir install
+  find $pkgdir/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 15:34:25
  Author: jgc
Revision: 206411

Rename package to js17, we still need this for polkit

Added:
  js17/
  js17/repos/
  js17/trunk/
  js17/trunk/PKGBUILD

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

Added: js17/trunk/PKGBUILD
===
--- js17/trunk/PKGBUILD (rev 0)
+++ js17/trunk/PKGBUILD 2014-02-25 14:34:25 UTC (rev 206411)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 183635 2013-04-25 18:13:54Z ioni $
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=js17
+pkgver=17.0.0
+pkgrel=1
+pkgdesc=JavaScript interpreter and libraries (legacy)
+arch=(i686 x86_64)
+url=https://developer.mozilla.org/En/SpiderMonkey/17;
+license=(MPL)
+depends=(nspr gcc-libs readline)
+makedepends=(python2 zip libffi)
+conflicts=('js24.2.0')
+options=(!staticlibs)
+source=(http://ftp.mozilla.org/pub/mozilla.org/js/mozjs$pkgver.tar.gz)
+md5sums=('20b6f8f1140ef6e47daa3b16965c9202')
+
+build() {
+  unset CPPFLAGS
+  cd mozjs$pkgver/js/src
+  ./configure --prefix=/usr --with-system-nspr --with-system-ffi \
+ --enable-readline --enable-threadsafe
+  make
+}
+
+check() {
+  cd mozjs$pkgver/js/src
+  make check
+}
+
+package() {
+  cd mozjs$pkgver/js/src
+  make DESTDIR=$pkgdir install
+  find $pkgdir/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 15:43:20
  Author: jgc
Revision: 206413

upgpkg: polkit 0.112-2

Depend on js17

Modified:
  polkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 14:34:44 UTC (rev 206412)
+++ PKGBUILD2014-02-25 14:43:20 UTC (rev 206413)
@@ -3,12 +3,12 @@
 
 pkgname=polkit
 pkgver=0.112
-pkgrel=1
+pkgrel=2
 pkgdesc=Application development toolkit for controlling system-wide 
privileges
 arch=(i686 x86_64)
 license=(LGPL)
 url=http://www.freedesktop.org/wiki/Software/polkit;
-depends=(glib2 pam expat systemd js)
+depends=(glib2 pam expat systemd js17)
 makedepends=(intltool gtk-doc gobject-introspection)
 install=polkit.install
 
source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz



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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 15:44:23
  Author: bpiotrowski
Revision: 106206

upgpkg: warsow-data 1.03-1

new upstream release

Modified:
  warsow-data/trunk/PKGBUILD

--+
 PKGBUILD |   21 ++---
 1 file changed, 14 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 11:43:01 UTC (rev 106205)
+++ PKGBUILD2014-02-25 14:44:23 UTC (rev 106206)
@@ -10,9 +10,12 @@
 pkgdesc=a free online multiplayer competitive FPS based on the Qfusion engine 
(data files)
 url=http://www.warsow.net/;
 license=('custom:Warsow Content License')
-arch=('any') 
-source=(http://www.warsow.net:1337/~warsow/${pkgver}/warsow_${pkgver}.tar.gz;)
-md5sums=('1f0aa20bb441d6734de2f6ff19b8cb2b')
+arch=('any')
+source=(http://www.warsow.net:1337/~warsow/1.02/warsow_1.02.tar.gz
+
ftp://ftp.archlinux.org/other/community/$pkgname/warsow-basewsw-$pkgver.tar.xz{,.sig})
+md5sums=('1f0aa20bb441d6734de2f6ff19b8cb2b'
+ 'a613495d9ee822cce9e385f5dd7fb332'
+ 'SKIP')
 
 package() {
 # Create Destination Directories
@@ -19,10 +22,14 @@
 install -d $pkgdir/opt/warsow/
 
 # Move Data to Destination Directory
-cp -r $srcdir/warsow_${pkgver}/basewsw $pkgdir/opt/warsow
+cp -r $srcdir/warsow_1.02/basewsw $pkgdir/opt/warsow
 
 # Install Custom License: Warsow Content License
-install -D -m 0644 $srcdir/warsow_${pkgver}/docs/license.txt 
$pkgdir/usr/share/licenses/${pkgname}/license.txt
+install -Dm0644 warsow_1.02/docs/license.txt \
+$pkgdir/usr/share/licenses/${pkgname}/license.txt
+
+# Update to 1.03
+for file in warsow-basewsw-$pkgver/*; do
+install -m0644 $file $pkgdir/opt/warsow/basewsw/
+done
 }
-
-# vim: ts=2:sw=2



[arch-commits] Commit in warsow-data/repos/community-any (PKGBUILD PKGBUILD)

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 15:44:35
  Author: bpiotrowski
Revision: 106207

archrelease: copy trunk to community-any

Added:
  warsow-data/repos/community-any/PKGBUILD
(from rev 106206, warsow-data/trunk/PKGBUILD)
Deleted:
  warsow-data/repos/community-any/PKGBUILD

--+
 PKGBUILD |   69 ++---
 1 file changed, 35 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-25 14:44:23 UTC (rev 106206)
+++ PKGBUILD2014-02-25 14:44:35 UTC (rev 106207)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Slash demodevil5[at]yahoo[dot]com
-# Contributor: Babets
-# Contributor: Vain
-
-pkgname=warsow-data
-pkgver=1.02
-pkgrel=1
-pkgdesc=a free online multiplayer competitive FPS based on the Qfusion engine 
(data files)
-url=http://www.warsow.net/;
-license=('custom:Warsow Content License')
-arch=('any') 
-depends=()
-makedepends=('unzip')
-source=(http://www.warsow.net:1337/~warsow/${pkgver}/warsow_${pkgver}.tar.gz;)
-md5sums=('1f0aa20bb441d6734de2f6ff19b8cb2b')
-
-build() {
-cd $srcdir/
-}
-
-package() {
-# Create Destination Directories
-install -d $pkgdir/opt/warsow/
-
-# Move Data to Destination Directory
-cp -r $srcdir/warsow_${pkgver}/basewsw $pkgdir/opt/warsow
-
-# Install Custom License: Warsow Content License
-install -D -m 0644 $srcdir/warsow_${pkgver}/docs/license.txt 
$pkgdir/usr/share/licenses/${pkgname}/license.txt
-}
-
-# vim: ts=2:sw=2

Copied: warsow-data/repos/community-any/PKGBUILD (from rev 106206, 
warsow-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-25 14:44:35 UTC (rev 106207)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Slash demodevil5[at]yahoo[dot]com
+# Contributor: Babets
+# Contributor: Vain
+
+pkgname=warsow-data
+pkgver=1.03
+pkgrel=1
+pkgdesc=a free online multiplayer competitive FPS based on the Qfusion engine 
(data files)
+url=http://www.warsow.net/;
+license=('custom:Warsow Content License')
+arch=('any')
+source=(http://www.warsow.net:1337/~warsow/1.02/warsow_1.02.tar.gz
+
ftp://ftp.archlinux.org/other/community/$pkgname/warsow-basewsw-$pkgver.tar.xz{,.sig})
+md5sums=('1f0aa20bb441d6734de2f6ff19b8cb2b'
+ 'a613495d9ee822cce9e385f5dd7fb332'
+ 'SKIP')
+
+package() {
+# Create Destination Directories
+install -d $pkgdir/opt/warsow/
+
+# Move Data to Destination Directory
+cp -r $srcdir/warsow_1.02/basewsw $pkgdir/opt/warsow
+
+# Install Custom License: Warsow Content License
+install -Dm0644 warsow_1.02/docs/license.txt \
+$pkgdir/usr/share/licenses/${pkgname}/license.txt
+
+# Update to 1.03
+for file in warsow-basewsw-$pkgver/*; do
+install -m0644 $file $pkgdir/opt/warsow/basewsw/
+done
+}



[arch-commits] Commit in envoy/repos/community-i686 (PKGBUILD PKGBUILD)

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 15:47:29
  Author: bpiotrowski
Revision: 106208

archrelease: copy trunk to community-i686

Added:
  envoy/repos/community-i686/PKGBUILD
(from rev 106207, envoy/trunk/PKGBUILD)
Deleted:
  envoy/repos/community-i686/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-25 14:44:35 UTC (rev 106207)
+++ PKGBUILD2014-02-25 14:47:29 UTC (rev 106208)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=envoy
-pkgver=5
-pkgrel=1
-pkgdesc=A ssh-agent/gpg-agent keychain and process monitor
-arch=('i686' 'x86_64')
-url=http://github.com/vodik/envoy;
-license=('GPL')
-depends=('openssh' 'systemd')
-optdepends=('gnupg: gpg-agent support')
-makedepends=('ragel')
-source=($pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz;
-clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz;)
-md5sums=('feee9b1a0eed31360324ea868d081801'
- '8c4f3fd488fc8f92196a8aa42ac9567e')
-
-prepare() {
-  cd $pkgname-$pkgver
-  rm -fr clique
-  ln -s ../clique-0.1 clique
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim: ft=sh syn=sh et

Copied: envoy/repos/community-i686/PKGBUILD (from rev 106207, 
envoy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-25 14:47:29 UTC (rev 106208)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=envoy
+pkgver=7
+pkgrel=1
+pkgdesc=A ssh-agent/gpg-agent keychain and process monitor
+arch=('i686' 'x86_64')
+url=http://github.com/vodik/envoy;
+license=('GPL')
+depends=('openssh' 'systemd')
+optdepends=('gnupg: gpg-agent support')
+makedepends=('ragel')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vodik/$pkgname/archive/v$pkgver.tar.gz;
+clique.tar.gz::https://github.com/vodik/clique/archive/v0.1.tar.gz;)
+md5sums=('a4eb7a7356519605797b1d22b81dcf36'
+ '8c4f3fd488fc8f92196a8aa42ac9567e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  rm -fr clique
+  ln -s ../clique-0.1 clique
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim: ft=sh syn=sh et



[arch-commits] Commit in cddb_get/repos/community-any (PKGBUILD PKGBUILD)

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 15:52:15
  Author: bpiotrowski
Revision: 106210

archrelease: copy trunk to community-any

Added:
  cddb_get/repos/community-any/PKGBUILD
(from rev 106209, cddb_get/trunk/PKGBUILD)
Deleted:
  cddb_get/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-25 14:52:10 UTC (rev 106209)
+++ PKGBUILD2014-02-25 14:52:15 UTC (rev 106210)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor  Sarah Hay sarah...@mb.sympatico.ca
-
-pkgname=cddb_get
-_realname=CDDB_get
-pkgver=2.27
-pkgrel=7
-pkgdesc=Fetches CDDB info for an audio cd.
-arch=('any')
-url=http://armin.emx.at/cddb/;
-license=('GPL' 'PerlArtistic')
-depends=('perl=5.10.0')
-options=('!emptydirs')
-source=(http://armin.emx.at/cddb/$_realname-$pkgver.tar.gz;)
-md5sums=('405a3704ad5db45f117cc7cc5bd1ce7c')
-sha1sums=('cec39851678bbb1fdd76f2cbd170628baf4971e6')
-
-build() {
-  cd $srcdir/$_realname-$pkgver
-  
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor INSTALLVENDORSCRIPT=/usr/bin
-  
-  make 
-}
-
-package() {
-  cd $srcdir/$_realname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: cddb_get/repos/community-any/PKGBUILD (from rev 106209, 
cddb_get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-25 14:52:15 UTC (rev 106210)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor  Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=cddb_get
+_realname=CDDB_get
+pkgver=2.28
+pkgrel=1
+pkgdesc=Fetches CDDB info for an audio cd.
+arch=('any')
+url=http://armin.emx.at/cddb/;
+license=('GPL' 'PerlArtistic')
+depends=('perl=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/F/FO/FONKIE/$_realname-$pkgver.tar.gz;)
+md5sums=('e757e5e2f5a4c4aafcce0529310f2c6d')
+sha1sums=('20320871553b63b60a95776053aaadd5c2f508eb')
+
+build() {
+  cd $srcdir/$_realname-$pkgver
+
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor INSTALLVENDORSCRIPT=/usr/bin
+
+  make
+}
+
+package() {
+  cd $srcdir/$_realname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}



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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 15:52:10
  Author: bpiotrowski
Revision: 106209

upgpkg: cddb_get 2.28-1

new upstream release

Modified:
  cddb_get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 14:47:29 UTC (rev 106208)
+++ PKGBUILD2014-02-25 14:52:10 UTC (rev 106209)
@@ -5,8 +5,8 @@
 
 pkgname=cddb_get
 _realname=CDDB_get
-pkgver=2.27
-pkgrel=7
+pkgver=2.28
+pkgrel=1
 pkgdesc=Fetches CDDB info for an audio cd.
 arch=('any')
 url=http://armin.emx.at/cddb/;
@@ -13,17 +13,17 @@
 license=('GPL' 'PerlArtistic')
 depends=('perl=5.10.0')
 options=('!emptydirs')
-source=(http://armin.emx.at/cddb/$_realname-$pkgver.tar.gz;)
-md5sums=('405a3704ad5db45f117cc7cc5bd1ce7c')
-sha1sums=('cec39851678bbb1fdd76f2cbd170628baf4971e6')
+source=(http://search.cpan.org/CPAN/authors/id/F/FO/FONKIE/$_realname-$pkgver.tar.gz;)
+md5sums=('e757e5e2f5a4c4aafcce0529310f2c6d')
+sha1sums=('20320871553b63b60a95776053aaadd5c2f508eb')
 
 build() {
   cd $srcdir/$_realname-$pkgver
-  
+
   # install module in vendor directories.
   perl Makefile.PL INSTALLDIRS=vendor INSTALLVENDORSCRIPT=/usr/bin
-  
-  make 
+
+  make
 }
 
 package() {



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 15:58:18
  Author: jgc
Revision: 206414

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

Added:
  polkit/repos/gnome-unstable-i686/
  polkit/repos/gnome-unstable-i686/PKGBUILD
(from rev 206413, polkit/trunk/PKGBUILD)
  polkit/repos/gnome-unstable-i686/polkit.install
(from rev 206413, polkit/trunk/polkit.install)
  polkit/repos/gnome-unstable-i686/polkit.pam
(from rev 206413, polkit/trunk/polkit.pam)
  polkit/repos/gnome-unstable-x86_64/
  polkit/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 206413, polkit/trunk/PKGBUILD)
  polkit/repos/gnome-unstable-x86_64/polkit.install
(from rev 206413, polkit/trunk/polkit.install)
  polkit/repos/gnome-unstable-x86_64/polkit.pam
(from rev 206413, polkit/trunk/polkit.pam)

--+
 gnome-unstable-i686/PKGBUILD |   37 +
 gnome-unstable-i686/polkit.install   |   18 
 gnome-unstable-i686/polkit.pam   |7 ++
 gnome-unstable-x86_64/PKGBUILD   |   37 +
 gnome-unstable-x86_64/polkit.install |   18 
 gnome-unstable-x86_64/polkit.pam |7 ++
 6 files changed, 124 insertions(+)

Copied: polkit/repos/gnome-unstable-i686/PKGBUILD (from rev 206413, 
polkit/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 14:58:18 UTC (rev 206414)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=polkit
+pkgver=0.112
+pkgrel=2
+pkgdesc=Application development toolkit for controlling system-wide 
privileges
+arch=(i686 x86_64)
+license=(LGPL)
+url=http://www.freedesktop.org/wiki/Software/polkit;
+depends=(glib2 pam expat systemd js17)
+makedepends=(intltool gtk-doc gobject-introspection)
+install=polkit.install
+source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz
+polkit.pam)
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
+  --enable-libsystemd-login=yes --disable-static \
+  --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  chown 102 $pkgdir/etc/polkit-1/rules.d
+  chown 102 $pkgdir/usr/share/polkit-1/rules.d
+
+  install -m644 $srcdir/polkit.pam $pkgdir/etc/pam.d/polkit-1
+}
+md5sums=('b0f2fa00a55f47c6a5d88e9b73f80127'
+ '6564f95878297b954f0572bc1610dd15')

Copied: polkit/repos/gnome-unstable-i686/polkit.install (from rev 206413, 
polkit/trunk/polkit.install)
===
--- gnome-unstable-i686/polkit.install  (rev 0)
+++ gnome-unstable-i686/polkit.install  2014-02-25 14:58:18 UTC (rev 206414)
@@ -0,0 +1,18 @@
+post_install() {
+   getent group polkitd /dev/null || groupadd -g 102 polkitd
+   getent passwd polkitd /dev/null || useradd -c 'Policy Kit Daemon' -u 
102 -g polkitd -d '/' -s /bin/false polkitd
+   passwd -l polkitd /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   if getent passwd polkitd /dev/null; then
+   userdel polkitd
+   fi
+   if getent group polkitd /dev/null; then
+   groupdel polkitd
+   fi
+}

Copied: polkit/repos/gnome-unstable-i686/polkit.pam (from rev 206413, 
polkit/trunk/polkit.pam)
===
--- gnome-unstable-i686/polkit.pam  (rev 0)
+++ gnome-unstable-i686/polkit.pam  2014-02-25 14:58:18 UTC (rev 206414)
@@ -0,0 +1,7 @@
+authrequisite   pam_nologin.so
+authrequiredpam_env.so
+authrequiredpam_unix.so
+account requiredpam_unix.so
+session requiredpam_limits.so
+session requiredpam_unix.so
+passwordrequiredpam_unix.so

Copied: polkit/repos/gnome-unstable-x86_64/PKGBUILD (from rev 206413, 
polkit/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-25 14:58:18 UTC (rev 206414)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=polkit
+pkgver=0.112
+pkgrel=2
+pkgdesc=Application development toolkit for controlling system-wide 
privileges
+arch=(i686 x86_64)
+license=(LGPL)
+url=http://www.freedesktop.org/wiki/Software/polkit;
+depends=(glib2 pam expat systemd js17)
+makedepends=(intltool gtk-doc gobject-introspection)
+install=polkit.install
+source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz
+polkit.pam)
+
+build() {
+  cd $pkgname-$pkgver
+
+  

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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 16:02:06
  Author: bpiotrowski
Revision: 106211

upgpkg: bfgminer 3.10.0-1

new upstream release

Modified:
  bfgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 14:52:15 UTC (rev 106210)
+++ PKGBUILD2014-02-25 15:02:06 UTC (rev 106211)
@@ -3,7 +3,7 @@
 # Contributor: Andy Weidenbaum archb...@gmail.com
 
 pkgname=bfgminer
-pkgver=3.9.0
+pkgver=3.10.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')
@@ -14,7 +14,7 @@
 license=('GPL3')
 
source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.tbz2
 remove-dangerous-rpath.patch)
-sha256sums=('4250ec5ccb0fd9bd8c6d35608b13b3e2f07857e46abc09b94514a2fd2af80f40'
+sha256sums=('12458aed84abc4a953532fe0645772492701e5d627f56f62d382aa0f458a10d5'
 'd26d07ca23ae25798c4db37cfda1a6a76f22d06e73efab1ddf62b3e1a7eef04c')
 
 prepare() {
@@ -28,12 +28,12 @@
   cd $srcdir/$pkgname-$pkgver
 
   ./configure  --prefix=/usr \
-   --enable-cpumining \
-   --enable-bfsb \
-   --enable-metabank \
-   --enable-scrypt \
-   --enable-opencl \
-   --with-udevrulesdir=/usr/lib/udev/rules.d
+--enable-cpumining \
+--enable-bfsb \
+--enable-metabank \
+--enable-scrypt \
+--enable-opencl \
+--with-udevrulesdir=/usr/lib/udev/rules.d
   # --enable-knc (FS#33640)
   make
 }



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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 16:02:15
  Author: bpiotrowski
Revision: 106212

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

Added:
  bfgminer/repos/community-i686/PKGBUILD
(from rev 106211, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-i686/remove-dangerous-rpath.patch
(from rev 106211, bfgminer/trunk/remove-dangerous-rpath.patch)
  bfgminer/repos/community-x86_64/PKGBUILD
(from rev 106211, bfgminer/trunk/PKGBUILD)
  bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch
(from rev 106211, bfgminer/trunk/remove-dangerous-rpath.patch)
Deleted:
  bfgminer/repos/community-i686/PKGBUILD
  bfgminer/repos/community-i686/remove-dangerous-rpath.patch
  bfgminer/repos/community-x86_64/PKGBUILD
  bfgminer/repos/community-x86_64/remove-dangerous-rpath.patch

---+
 /PKGBUILD |   90 
 /remove-dangerous-rpath.patch |   22 +
 community-i686/PKGBUILD   |   45 
 community-i686/remove-dangerous-rpath.patch   |   11 --
 community-x86_64/PKGBUILD |   45 
 community-x86_64/remove-dangerous-rpath.patch |   11 --
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-25 15:02:06 UTC (rev 106211)
+++ community-i686/PKGBUILD 2014-02-25 15:02:15 UTC (rev 106212)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Andy Weidenbaum archb...@gmail.com
-
-pkgname=bfgminer
-pkgver=3.9.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' 'libevent' 'libmicrohttpd' 'libusbx' 'lm_sensors')
-makedepends=('uthash' 'yasm')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-url='https://bitcointalk.org/index.php?topic=168174.0'
-license=('GPL3')
-source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.tbz2
-remove-dangerous-rpath.patch)
-sha256sums=('4250ec5ccb0fd9bd8c6d35608b13b3e2f07857e46abc09b94514a2fd2af80f40'
-'d26d07ca23ae25798c4db37cfda1a6a76f22d06e73efab1ddf62b3e1a7eef04c')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -p0  ${srcdir}/remove-dangerous-rpath.patch
-  NOSUBMODULES=1 ./autogen.sh
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure  --prefix=/usr \
-   --enable-cpumining \
-   --enable-bfsb \
-   --enable-metabank \
-   --enable-scrypt \
-   --enable-opencl \
-   --with-udevrulesdir=/usr/lib/udev/rules.d
-  # --enable-knc (FS#33640)
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: bfgminer/repos/community-i686/PKGBUILD (from rev 106211, 
bfgminer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-25 15:02:15 UTC (rev 106212)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Andy Weidenbaum archb...@gmail.com
+
+pkgname=bfgminer
+pkgver=3.10.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' 'libevent' 'libmicrohttpd' 'libusbx' 'lm_sensors')
+makedepends=('uthash' 'yasm')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
+url='https://bitcointalk.org/index.php?topic=168174.0'
+license=('GPL3')
+source=(http://luke.dashjr.org/programs/bitcoin/files/$pkgname/$pkgver/$pkgname-$pkgver.tbz2
+remove-dangerous-rpath.patch)
+sha256sums=('12458aed84abc4a953532fe0645772492701e5d627f56f62d382aa0f458a10d5'
+'d26d07ca23ae25798c4db37cfda1a6a76f22d06e73efab1ddf62b3e1a7eef04c')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -p0  ${srcdir}/remove-dangerous-rpath.patch
+  NOSUBMODULES=1 ./autogen.sh
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure  --prefix=/usr \
+--enable-cpumining \
+--enable-bfsb \
+--enable-metabank \
+--enable-scrypt \
+--enable-opencl \
+--with-udevrulesdir=/usr/lib/udev/rules.d
+  # --enable-knc (FS#33640)
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/remove-dangerous-rpath.patch
===
--- community-i686/remove-dangerous-rpath.patch 2014-02-25 15:02:06 UTC (rev 
106211)
+++ community-i686/remove-dangerous-rpath.patch 2014-02-25 15:02:15 UTC (rev 
106212)
@@ -1,11 +0,0 @@
 configure.ac.orig
-+++ 

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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 16:14:38
  Author: bpiotrowski
Revision: 106216

archrelease: copy trunk to community-any

Added:
  python2-eyed3/repos/community-any/PKGBUILD
(from rev 106215, python2-eyed3/trunk/PKGBUILD)
  python2-eyed3/repos/community-any/fix_setting_tcmp_frame.patch
(from rev 106215, python2-eyed3/trunk/fix_setting_tcmp_frame.patch)
Deleted:
  python2-eyed3/repos/community-any/PKGBUILD
  python2-eyed3/repos/community-any/fix_setting_tcmp_frame.patch

--+
 PKGBUILD |   54 +
 fix_setting_tcmp_frame.patch |   42 +++
 2 files changed, 49 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-25 15:14:36 UTC (rev 106215)
+++ PKGBUILD2014-02-25 15:14:38 UTC (rev 106216)
@@ -1,26 +0,0 @@
-#$Id$
-#Maintainer: Aaron Griffin aa...@archlinux.org
-#Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-#Contributor: cdhotfire cdhotf...@gmail.com
-
-pkgname=python2-eyed3
-pkgver=0.7.3
-pkgrel=2
-pkgdesc=A Python module and program for processing information about mp3 
files
-arch=(any)
-url=http://eyed3.nicfit.net/;
-license=('GPL')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz)
-options=(!emptydirs)
-md5sums=('584431de2a8439039890e02b69a377d5')
-build() {
-  cd $srcdir/eyeD3-$pkgver
-  python2 setup.py build
-}
-package() {
-  cd $srcdir/eyeD3-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1 
-  sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
-} 

Copied: python2-eyed3/repos/community-any/PKGBUILD (from rev 106215, 
python2-eyed3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-25 15:14:38 UTC (rev 106216)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: cdhotfire cdhotf...@gmail.com
+
+pkgname=python2-eyed3
+pkgver=0.7.4
+pkgrel=1
+pkgdesc=A Python module and program for processing information about mp3 
files
+arch=(any)
+url=http://eyed3.nicfit.net/;
+license=('GPL')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz)
+options=(!emptydirs)
+md5sums=('80d71338f53243cba1a2e2a86cde5635')
+
+build() {
+  cd $srcdir/eyeD3-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/eyeD3-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
+}

Deleted: fix_setting_tcmp_frame.patch
===
--- fix_setting_tcmp_frame.patch2014-02-25 15:14:36 UTC (rev 106215)
+++ fix_setting_tcmp_frame.patch2014-02-25 15:14:38 UTC (rev 106216)
@@ -1,21 +0,0 @@
-# HG changeset patch
-# User Travis Shirk tra...@pobox.com
-# Date 1366683753 21600
-# Branch stable
-# Node ID bfbfc2c5709c4084ecaeed3410600d94d2a21a0d
-# Parent  e2ebd8a246ecca8340bbc4ac858c7a946524571f
-Fix for setting of non standard text frames. Fixes #26
-
-diff -r e2ebd8a246ecca8340bbc4ac858c7a946524571f -r 
bfbfc2c5709c4084ecaeed3410600d94d2a21a0d src/eyed3/id3/frames.py
 a/src/eyed3/id3/frames.py  Wed Mar 13 21:28:01 2013 -0600
-+++ b/src/eyed3/id3/frames.py  Mon Apr 22 20:22:33 2013 -0600
-@@ -1364,7 +1364,8 @@
- the same Id is already in the list it's value is changed, otherwise
- the frame is added.
- '''
--assert(fid[0] == T and fid in list(ID3_FRAMES.keys()))
-+assert(fid[0] == T and (fid in ID3_FRAMES or
-+  fid in NONSTANDARD_ID3_FRAMES))
- 
- if fid in self:
- self[fid][0].text = text

Copied: python2-eyed3/repos/community-any/fix_setting_tcmp_frame.patch (from 
rev 106215, python2-eyed3/trunk/fix_setting_tcmp_frame.patch)
===
--- fix_setting_tcmp_frame.patch(rev 0)
+++ fix_setting_tcmp_frame.patch2014-02-25 15:14:38 UTC (rev 106216)
@@ -0,0 +1,21 @@
+# HG changeset patch
+# User Travis Shirk tra...@pobox.com
+# Date 1366683753 21600
+# Branch stable
+# Node ID bfbfc2c5709c4084ecaeed3410600d94d2a21a0d
+# Parent  e2ebd8a246ecca8340bbc4ac858c7a946524571f
+Fix for setting of non standard text frames. Fixes #26
+
+diff -r e2ebd8a246ecca8340bbc4ac858c7a946524571f -r 
bfbfc2c5709c4084ecaeed3410600d94d2a21a0d src/eyed3/id3/frames.py
+--- a/src/eyed3/id3/frames.py  Wed Mar 13 21:28:01 2013 -0600
 b/src/eyed3/id3/frames.py  Mon Apr 22 20:22:33 2013 -0600
+@@ -1364,7 +1364,8 @@
+ the same Id is already in the list it's value is changed, otherwise
+ the frame is added.
+ '''
+-assert(fid[0] == T 

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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 16:14:36
  Author: bpiotrowski
Revision: 106215

upgpkg: python2-eyed3 0.7.4-1

new upstream release

Modified:
  python2-eyed3/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 15:12:42 UTC (rev 106214)
+++ PKGBUILD2014-02-25 15:14:36 UTC (rev 106215)
@@ -1,11 +1,11 @@
-#$Id$
-#Maintainer: Aaron Griffin aa...@archlinux.org
-#Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-#Contributor: cdhotfire cdhotf...@gmail.com
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+# Contributor: cdhotfire cdhotf...@gmail.com
 
 pkgname=python2-eyed3
-pkgver=0.7.3
-pkgrel=2
+pkgver=0.7.4
+pkgrel=1
 pkgdesc=A Python module and program for processing information about mp3 
files
 arch=(any)
 url=http://eyed3.nicfit.net/;
@@ -14,13 +14,15 @@
 makedepends=('python2-setuptools')
 source=(http://eyed3.nicfit.net/releases/eyeD3-$pkgver.tgz)
 options=(!emptydirs)
-md5sums=('584431de2a8439039890e02b69a377d5')
+md5sums=('80d71338f53243cba1a2e2a86cde5635')
+
 build() {
   cd $srcdir/eyeD3-$pkgver
   python2 setup.py build
 }
+
 package() {
   cd $srcdir/eyeD3-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1 
+  python2 setup.py install --root=${pkgdir} --optimize=1
   sed -i 's/python/python2/' $pkgdir/usr/bin/eyeD3
-} 
+}



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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 16:19:35
  Author: jgc
Revision: 206416

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

Added:
  gjs/repos/gnome-unstable-i686/
  gjs/repos/gnome-unstable-i686/PKGBUILD
(from rev 206415, gjs/trunk/PKGBUILD)
  gjs/repos/gnome-unstable-i686/gettext-typo.patch
(from rev 206415, gjs/trunk/gettext-typo.patch)
  gjs/repos/gnome-unstable-x86_64/
  gjs/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 206415, gjs/trunk/PKGBUILD)
  gjs/repos/gnome-unstable-x86_64/gettext-typo.patch
(from rev 206415, gjs/trunk/gettext-typo.patch)

--+
 gnome-unstable-i686/PKGBUILD |   30 +
 gnome-unstable-i686/gettext-typo.patch   |   22 +
 gnome-unstable-x86_64/PKGBUILD   |   30 +
 gnome-unstable-x86_64/gettext-typo.patch |   22 +
 4 files changed, 104 insertions(+)

Copied: gjs/repos/gnome-unstable-i686/PKGBUILD (from rev 206415, 
gjs/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-02-25 15:19:35 UTC (rev 206416)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.39.90
+pkgrel=1
+pkgdesc=Javascript Bindings for GNOME
+arch=(i686 x86_64)
+url=http://live.gnome.org/Gjs;
+license=(GPL)
+depends=(cairo gobject-introspection 'js=17.0.0')
+source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ebbb83caccbc03d863c77f3b1e9e1df1d42818a61acaed4026eeabf4d2741e62')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gjs/repos/gnome-unstable-i686/gettext-typo.patch (from rev 206415, 
gjs/trunk/gettext-typo.patch)
===
--- gnome-unstable-i686/gettext-typo.patch  (rev 0)
+++ gnome-unstable-i686/gettext-typo.patch  2014-02-25 15:19:35 UTC (rev 
206416)
@@ -0,0 +1,22 @@
+From 178c810b7797ff2fca0440e519ddf4dbede589a1 Mon Sep 17 00:00:00 2001
+From: Giovanni Campagna gcampa...@src.gnome.org
+Date: Sun, 12 May 2013 16:46:19 +
+Subject: gettext: fix typo
+
+https://bugzilla.gnome.org/show_bug.cgi?id=700336
+---
+diff --git a/modules/gettext.js b/modules/gettext.js
+index 8f73c13..60991e1 100644
+--- a/modules/gettext.js
 b/modules/gettext.js
+@@ -46,7 +46,7 @@ function gettext(msgid) {
+ return GLib.dgettext(null, msgid);
+ }
+ function dgettext(domain, msgid) {
+-return GLib.dgetext(domain, msgid);
++return GLib.dgettext(domain, msgid);
+ }
+ function dcgettext(domain, msgid, category) {
+ return GLib.dcgettext(domain, msgid, category);
+--
+cgit v0.9.2

Copied: gjs/repos/gnome-unstable-x86_64/PKGBUILD (from rev 206415, 
gjs/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-02-25 15:19:35 UTC (rev 206416)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gjs
+pkgver=1.39.90
+pkgrel=1
+pkgdesc=Javascript Bindings for GNOME
+arch=(i686 x86_64)
+url=http://live.gnome.org/Gjs;
+license=(GPL)
+depends=(cairo gobject-introspection 'js=17.0.0')
+source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ebbb83caccbc03d863c77f3b1e9e1df1d42818a61acaed4026eeabf4d2741e62')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gjs/repos/gnome-unstable-x86_64/gettext-typo.patch (from rev 206415, 
gjs/trunk/gettext-typo.patch)
===
--- gnome-unstable-x86_64/gettext-typo.patch(rev 0)
+++ gnome-unstable-x86_64/gettext-typo.patch2014-02-25 15:19:35 UTC (rev 
206416)
@@ -0,0 +1,22 @@
+From 178c810b7797ff2fca0440e519ddf4dbede589a1 Mon Sep 17 00:00:00 2001
+From: Giovanni Campagna gcampa...@src.gnome.org
+Date: Sun, 12 May 2013 16:46:19 +
+Subject: gettext: fix typo
+
+https://bugzilla.gnome.org/show_bug.cgi?id=700336
+---
+diff --git a/modules/gettext.js b/modules/gettext.js
+index 8f73c13..60991e1 100644
+--- a/modules/gettext.js
 b/modules/gettext.js
+@@ -46,7 +46,7 @@ function gettext(msgid) {
+ return GLib.dgettext(null, msgid);
+ }
+ function dgettext(domain, msgid) {
+-return GLib.dgetext(domain, 

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

2014-02-25 Thread Jan de Groot
Date: Tuesday, February 25, 2014 @ 16:19:31
  Author: jgc
Revision: 206415

upgpkg: gjs 1.39.90-1

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 14:58:18 UTC (rev 206414)
+++ PKGBUILD2014-02-25 15:19:31 UTC (rev 206415)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gjs
-pkgver=1.38.1
+pkgver=1.39.90
 pkgrel=1
 pkgdesc=Javascript Bindings for GNOME
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(cairo gobject-introspection 'js=17.0.0')
 
source=(http://ftp.gnome.org/pub/gnome/sources/gjs/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6b2065a0e7bd1db562a70c5fd52ea2499097f1cf02c9c279d1b82b660bfb8176')
+sha256sums=('ebbb83caccbc03d863c77f3b1e9e1df1d42818a61acaed4026eeabf4d2741e62')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 16:12:42
  Author: bpiotrowski
Revision: 106214

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

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

+
 /PKGBUILD  |   64 +++
 /gnote.install |   42 +
 community-i686/PKGBUILD|   32 ---
 community-i686/gnote.install   |   21 
 community-x86_64/PKGBUILD  |   32 ---
 community-x86_64/gnote.install |   21 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-25 15:12:36 UTC (rev 106213)
+++ community-i686/PKGBUILD 2014-02-25 15:12:42 UTC (rev 106214)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: uastasi uast...@archlinux.us
-pkgname=gnote
-pkgver=3.10.1
-pkgrel=1
-pkgdesc=A note taking application.
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Gnote;
-license=('GPL3')
-depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
-makedepends=('intltool' 'itstool' 'boost')
-install=gnote.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8466343c43cb5fb223a7abfe43e6e963f64403f96a3c823f5a37474e83d5e1a0')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/gnote \
---disable-scrollkeeper \
---disable-schemas-compile \
---disable-static
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: gnote/repos/community-i686/PKGBUILD (from rev 106213, 
gnote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-25 15:12:42 UTC (rev 106214)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: uastasi uast...@archlinux.us
+pkgname=gnote
+pkgver=3.10.3
+pkgrel=1
+pkgdesc=A note taking application.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Gnote;
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('02e3c60dc49f3b040d86f0bb8c86af563dec91fcae1037bfda05a33a2cb8c5fd')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gnote.install
===
--- community-i686/gnote.install2014-02-25 15:12:36 UTC (rev 106213)
+++ community-i686/gnote.install2014-02-25 15:12:42 UTC (rev 106214)
@@ -1,21 +0,0 @@
-pkgname=gnote
-
-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
-}
-
-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
-}

Copied: gnote/repos/community-i686/gnote.install (from rev 106213, 
gnote/trunk/gnote.install)
===
--- community-i686/gnote.install(rev 0)
+++ community-i686/gnote.install2014-02-25 15:12:42 UTC (rev 106214)
@@ -0,0 +1,21 @@
+pkgname=gnote
+
+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
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+

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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 16:12:36
  Author: bpiotrowski
Revision: 106213

upgpkg: gnote 3.10.3-1

new upstream release

Modified:
  gnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 15:02:15 UTC (rev 106212)
+++ PKGBUILD2014-02-25 15:12:36 UTC (rev 106213)
@@ -2,7 +2,7 @@
 # Maintainer:  Ionut Biru ib...@archlinux.org
 # Contributor: uastasi uast...@archlinux.us
 pkgname=gnote
-pkgver=3.10.1
+pkgver=3.10.3
 pkgrel=1
 pkgdesc=A note taking application.
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'itstool' 'boost')
 install=gnote.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8466343c43cb5fb223a7abfe43e6e963f64403f96a3c823f5a37474e83d5e1a0')
+sha256sums=('02e3c60dc49f3b040d86f0bb8c86af563dec91fcae1037bfda05a33a2cb8c5fd')
 
 build() {
 cd $pkgname-$pkgver



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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 16:20:34
  Author: bpiotrowski
Revision: 106217

upgpkg: texmaker 4.1.1-1

new upstream release

Modified:
  texmaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 15:14:38 UTC (rev 106216)
+++ PKGBUILD2014-02-25 15:20:34 UTC (rev 106217)
@@ -2,7 +2,7 @@
 # Maintainer: Federico Cinelli cine...@aur.archlinux.org
 
 pkgname=texmaker
-pkgver=4.1
+pkgver=4.1.1
 pkgrel=1
 pkgdesc='Free cross-platform LaTeX editor'
 arch=('i686' 'x86_64')
@@ -10,11 +10,11 @@
 license=('GPL')
 depends=('poppler-qt5' 'qt5-webkit' 'desktop-file-utils')
 optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt5: accented characters support'
-   'poppler: PDF rendering support')
+'ibus-qt5: accented characters support'
+'poppler: PDF rendering support')
 install=$pkgname.install
 source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('97ef7f97e73d69283391e467e5758275')
+md5sums=('0b26fe9e29b37eeaf98e568a096d2dad')
 
 build() {
   cd $pkgname-$pkgver



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

2014-02-25 Thread Kyle Keen
Date: Tuesday, February 25, 2014 @ 16:22:26
  Author: kkeen
Revision: 106219

upgpkg: ipython 1.2.1-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 15:20:41 UTC (rev 106218)
+++ PKGBUILD2014-02-25 15:22:26 UTC (rev 106219)
@@ -7,7 +7,7 @@
 
 pkgbase=ipython 
 pkgname=(ipython ipython2)
-pkgver=1.1.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc=An enhanced Interactive Python shell.
 arch=('any')
@@ -27,6 +27,7 @@
 #source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
 
source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;)
 md5sums=('70d69c78122923879232567ac3c47cef')
+md5sums=('4ffb36697f7ca8cb4a2de0f5b30bc89c')
 
 build() {
   # feels hacky



[arch-commits] Commit in ipython/repos/community-any (PKGBUILD PKGBUILD)

2014-02-25 Thread Kyle Keen
Date: Tuesday, February 25, 2014 @ 16:22:43
  Author: kkeen
Revision: 106220

archrelease: copy trunk to community-any

Added:
  ipython/repos/community-any/PKGBUILD
(from rev 106219, ipython/trunk/PKGBUILD)
Deleted:
  ipython/repos/community-any/PKGBUILD

--+
 PKGBUILD |  207 ++---
 1 file changed, 104 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-25 15:22:26 UTC (rev 106219)
+++ PKGBUILD2014-02-25 15:22:43 UTC (rev 106220)
@@ -1,103 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: PepeSmith
-# Contributor: Aron Asor aronasorman at gmail.com
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=ipython 
-pkgname=(ipython ipython2)
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=An enhanced Interactive Python shell.
-arch=('any')
-url=http://ipython.org;
-license=('BSD')
-depends=('python' 'sqlite' 'python-setuptools')
-makedepends=('python-setuptools' 'python2-setuptools' 'sqlite')
-optdepends=(wxpython: needed for ipythonx and ipython-wx
-python-nose: if you want to run IPython's test suite
-python-pyqt4: for ipython-qtconsole
-python-sip: for ipython-qtconsole
-python-pygments: for ipython-qtconsole
-python-pyzmq: for ipython-qtconcole
-python-tornado: for ipython notebook
-python-jinja: for ipython notebook
-haskell-pandoc: ipython notebook conversion)
-#source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
-source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;)
-md5sums=('70d69c78122923879232567ac3c47cef')
-
-build() {
-  # feels hacky
-  cd $srcdir
-  cp -r ipython-$pkgver ipython2-$pkgver
-}
-
-package_ipython() {
-  provides=('ipython3')
-  replaces=('ipython3')
-  cd $srcdir/ipython-$pkgver
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  find $pkgdir/ -name '*.pyc' -delete
-  find $pkgdir/ -type d -empty -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython/LICENSE
-
-  # binary3 - binary
-  cd $pkgdir/usr/bin/
-  for i in *; do
-mv $i ${i%3}
-  done
-
-  cd $srcdir/ipython-$pkgver/examples/core
-  install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython.desktop
-  install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython-qtconsole.desktop
-}
-
-package_ipython2() {
-  pkgdesc=An enhanced Interactive Python2 shell.
-  depends=('python2' 'sqlite' 'python2-setuptools')
-  optdepends=(wxpython: needed for ipythonx and ipython-wx
-  twisted: networking-related tasks
-  python2-foolscap: for IPython's parallel computing features
-  python2-pexpect: for irunner
-  python2-nose: if you want to run IPython's test suite
-  python2-pyqt4: for ipython-qtconsole
-  python2-sip: for ipython-qtconsole
-  python2-pygments: for ipython-qtconsole
-  python2-pyzmq: for ipython-qtconsole
-  python2-tornado: for ipython notebook
-  python2-jinja: for ipython notebook
-  haskell-pandoc: ipython notebook conversion)
-
-  cd $srcdir/ipython2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  rm -rf $pkgdir/usr/share/doc
-  find $pkgdir -name '*.py' -print0 | xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-  find $pkgdir/ -name '*.pyc' -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython2/LICENSE
-
-  # hack to get around ipython collision
-  cd $pkgdir/usr/share/man/man1/
-  for i in *; do
-mv $i ${i/%.1/2.1}
-  done
-  cd $pkgdir/usr/bin/
-  for i in *; do
-mv $i ${i}2
-  done
-
-  cd $srcdir/ipython2-$pkgver/examples/core
-  sed -i 's/ython/ython2/g' *.desktop
-  install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython2.desktop
-  install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython2-qtconsole.desktop
-}
-

Copied: ipython/repos/community-any/PKGBUILD (from rev 106219, 
ipython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-25 15:22:43 UTC (rev 106220)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: PepeSmith
+# Contributor: Aron Asor aronasorman at gmail.com
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
+
+pkgbase=ipython 
+pkgname=(ipython ipython2)

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

2014-02-25 Thread Felix Yan
Date: Tuesday, February 25, 2014 @ 16:24:29
  Author: fyan
Revision: 106221

upgpkg: python-levenshtein 0.11.2-1

Modified:
  python-levenshtein/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 15:22:43 UTC (rev 106220)
+++ PKGBUILD2014-02-25 15:24:29 UTC (rev 106221)
@@ -6,8 +6,8 @@
 
 pkgbase=python-levenshtein
 pkgname=(python-levenshtein python2-levenshtein)
-pkgver=0.11.1
-pkgrel=2
+pkgver=0.11.2
+pkgrel=1
 pkgdesc=Python extension for computing string edit distances and similarities
 url=http://pypi.python.org/pypi/python-Levenshtein/;
 license=(GPL)
@@ -17,9 +17,6 @@
 
 prepare() {
   cp -r python-Levenshtein-$pkgver python2-Levenshtein-$pkgver
-
-  cd python-Levenshtein-$pkgver
-  sed -i s|[)].read|, encoding='utf8').read| setup.py
 }
 
 package_python-levenshtein() {
@@ -36,4 +33,4 @@
   python2 setup.py build install -O1 --prefix=/usr --root=$pkgdir
 }
 
-sha512sums=('335f29253ec7bba8d54881dfe093ac194626cdaad0cc6ed08327917d6187cdfe1fbb3d003744f991587f8dc800aa1d361e3aa0b276b31ecfe7a43d83ea0d660b')
+sha512sums=('67d701e841c9a846948a1f2c70ea06c6473e3ae1437f73df2a2747d576024889a12e00c4a61e95b6c14826554b1ebaf65375cf5be4f26df3b208568403192bf3')



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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 16:20:41
  Author: bpiotrowski
Revision: 106218

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

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

---+
 /PKGBUILD |   58 
 /texmaker.install |   14 
 community-i686/PKGBUILD   |   29 --
 community-i686/texmaker.install   |7 
 community-x86_64/PKGBUILD |   29 --
 community-x86_64/texmaker.install |7 
 6 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-25 15:20:34 UTC (rev 106217)
+++ community-i686/PKGBUILD 2014-02-25 15:20:41 UTC (rev 106218)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.1
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url=http://www.xm1math.net/texmaker/index.html;
-license=('GPL')
-depends=('poppler-qt5' 'qt5-webkit' 'desktop-file-utils')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt5: accented characters support'
-   'poppler: PDF rendering support')
-install=$pkgname.install
-source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('97ef7f97e73d69283391e467e5758275')
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt5 PREFIX=/usr texmaker.pro
-  make
-}
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -dm755 $pkgdir/usr/share
-  make INSTALL_PATH=$pkgdir INSTALL_ROOT=$pkgdir PREFIX=/usr install
-}

Copied: texmaker/repos/community-i686/PKGBUILD (from rev 106217, 
texmaker/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-25 15:20:41 UTC (rev 106218)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=texmaker
+pkgver=4.1.1
+pkgrel=1
+pkgdesc='Free cross-platform LaTeX editor'
+arch=('i686' 'x86_64')
+url=http://www.xm1math.net/texmaker/index.html;
+license=('GPL')
+depends=('poppler-qt5' 'qt5-webkit' 'desktop-file-utils')
+optdepends=('ghostscript: LaTeX to HTML conversion command'
+'ibus-qt5: accented characters support'
+'poppler: PDF rendering support')
+install=$pkgname.install
+source=(http://www.xm1math.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('0b26fe9e29b37eeaf98e568a096d2dad')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 PREFIX=/usr texmaker.pro
+  make
+}
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -dm755 $pkgdir/usr/share
+  make INSTALL_PATH=$pkgdir INSTALL_ROOT=$pkgdir PREFIX=/usr install
+}

Deleted: community-i686/texmaker.install
===
--- community-i686/texmaker.install 2014-02-25 15:20:34 UTC (rev 106217)
+++ community-i686/texmaker.install 2014-02-25 15:20:41 UTC (rev 106218)
@@ -1,7 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}

Copied: texmaker/repos/community-i686/texmaker.install (from rev 106217, 
texmaker/trunk/texmaker.install)
===
--- community-i686/texmaker.install (rev 0)
+++ community-i686/texmaker.install 2014-02-25 15:20:41 UTC (rev 106218)
@@ -0,0 +1,7 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_remove() {
+  update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-25 15:20:34 UTC (rev 106217)
+++ community-x86_64/PKGBUILD   2014-02-25 15:20:41 UTC (rev 106218)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=texmaker
-pkgver=4.1
-pkgrel=1
-pkgdesc='Free cross-platform LaTeX editor'
-arch=('i686' 'x86_64')
-url=http://www.xm1math.net/texmaker/index.html;
-license=('GPL')
-depends=('poppler-qt5' 'qt5-webkit' 'desktop-file-utils')
-optdepends=('ghostscript: LaTeX to HTML conversion command'
-   'ibus-qt5: accented characters support'
-   'poppler: PDF rendering support')
-install=$pkgname.install

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

2014-02-25 Thread Dave Reisner
Date: Tuesday, February 25, 2014 @ 16:27:59
  Author: dreisner
Revision: 206417

upgpkg: systemd 210-1

- purge obsolete per-version upgrade logic
- fix sd_booted function
- ship systemd-networkd as disabled (conditionally enable for 209 users)
- print warning about need to reboot for upgrade from 208-*

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/systemd.install
Deleted:
  systemd/trunk/0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch

--+
 0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch |   30 ---
 PKGBUILD |   29 ---
 systemd.install  |   91 +++---
 3 files changed, 43 insertions(+), 107 deletions(-)

Deleted: 0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch
===
--- 0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch
2014-02-25 15:19:35 UTC (rev 206416)
+++ 0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch
2014-02-25 15:27:59 UTC (rev 206417)
@@ -1,30 +0,0 @@
-From 9ac441c0f40a10a6c498398e5876a5256b833e31 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Thomas=20B=C3=A4chler?= tho...@archlinux.org
-Date: Fri, 21 Feb 2014 11:20:24 +0100
-Subject: [PATCH] sd-event: Fix systemd crash when using timer units.
-
-There was a copy-paste error introduced in commit 
c2ba3ad6604ef2e189d7e0a36d696e84d3ab
-which causes the following error when using timer units:
-
-Assertion '(x-type == SOURCE_MONOTONIC  y-type == SOURCE_MONOTONIC) || 
(x-type == SOURCE_REALTIME  y-type == SOURCE_REALTIME)'
-failed at src/libsystemd/sd-event/sd-event.c:264, function 
latest_time_prioq_compare(). Aborting.

- src/libsystemd/sd-event/sd-event.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/libsystemd/sd-event/sd-event.c 
b/src/libsystemd/sd-event/sd-event.c
-index 25dfd17..1f039bc 100644
 a/src/libsystemd/sd-event/sd-event.c
-+++ b/src/libsystemd/sd-event/sd-event.c
-@@ -771,7 +771,7 @@ _public_ int sd_event_add_realtime(sd_event *e,
-sd_event_time_handler_t callback,
-void *userdata) {
- 
--return event_add_time_internal(e, ret, SOURCE_REALTIME, 
e-realtime_fd, CLOCK_REALTIME, e-realtime_earliest, e-monotonic_latest, 
usec, accuracy, callback, userdata);
-+return event_add_time_internal(e, ret, SOURCE_REALTIME, 
e-realtime_fd, CLOCK_REALTIME, e-realtime_earliest, e-realtime_latest, 
usec, accuracy, callback, userdata);
- }
- 
- static int event_update_signal_fd(sd_event *e) {
--- 
-1.9.0
-

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 15:19:35 UTC (rev 206416)
+++ PKGBUILD2014-02-25 15:27:59 UTC (rev 206417)
@@ -3,8 +3,8 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'systemd-sysvcompat')
-pkgver=209
-pkgrel=3
+pkgver=210
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gobject-introspection' 'gperf'
@@ -12,22 +12,14 @@
  'linux-api-headers' 'pam' 'python' 'python-lxml' 'quota-tools' 
'xz')
 options=('strip' 'debug')
 source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz;
-'0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch'
 'initcpio-hook-udev'
 'initcpio-install-systemd'
 'initcpio-install-udev')
-md5sums=('2c7a7c8ffede079a3e1b241565bd4ed7'
- 'bd3f3d91daf425bf76e55682a7274622'
+md5sums=('03efddf8c9eca36d4d590f9967e7e818'
  '29245f7a240bfba66e2b1783b63b6b40'
  '8b68b0218a3897d4d37a6ccf47914774'
  'bde43090d4ac0ef048e3eaee8202a407')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 ../0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 
@@ -84,11 +76,10 @@
 
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 
-  # don't write units to /etc by default -- we'll enable this on post_install
-  # as a sane default
-  # TODO(dreisner): handle systemd-networkd in the same way in 210 since it'll
-  # have the same auto opt-in behavior.
+  # don't write units to /etc by default -- we'll enable the getty on
+  # post_install as a sane default.
   rm $pkgdir/etc/systemd/system/getty.target.wants/getty@tty1.service
+  rm 
$pkgdir/etc/systemd/system/multi-user.target.wants/systemd-networkd.service
   rmdir $pkgdir/etc/systemd/system/getty.target.wants
 
   # get rid of RPM macros
@@ -107,13 +98,9 @@
   install -Dm644 $srcdir/initcpio-install-udev 
$pkgdir/usr/lib/initcpio/install/udev
   install -Dm644 $srcdir/initcpio-hook-udev 
$pkgdir/usr/lib/initcpio/hooks/udev
 
-  # BUG(dreisner): v209 doesn't ship /var/log/journal, but this is fixed
-  # upstream. carry the patch in the PKGBUILD rather than patching 

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

2014-02-25 Thread Dave Reisner
Date: Tuesday, February 25, 2014 @ 16:28:39
  Author: dreisner
Revision: 206418

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

Added:
  systemd/repos/testing-i686/PKGBUILD
(from rev 206417, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 206417, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 206417, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 206417, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 206417, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 206417, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 206417, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 206417, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 206417, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 206417, systemd/trunk/systemd.install)
Deleted:
  
systemd/repos/testing-i686/0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-systemd
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/systemd.install
  
systemd/repos/testing-x86_64/0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/systemd.install

-+
 /PKGBUILD   |  
272 
 /initcpio-hook-udev |  
 44 +
 /initcpio-install-systemd   |  
318 ++
 /initcpio-install-udev  |  
 58 +
 /systemd.install|  
290 +
 testing-i686/0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch   |  
 30 
 testing-i686/PKGBUILD   |  
149 
 testing-i686/initcpio-hook-udev |  
 22 
 testing-i686/initcpio-install-systemd   |  
159 -
 testing-i686/initcpio-install-udev  |  
 29 
 testing-i686/systemd.install|  
166 -
 testing-x86_64/0001-sd-event-Fix-systemd-crash-when-using-timer-units.patch |  
 30 
 testing-x86_64/PKGBUILD |  
149 
 testing-x86_64/initcpio-hook-udev   |  
 22 
 testing-x86_64/initcpio-install-systemd |  
159 -
 testing-x86_64/initcpio-install-udev|  
 29 
 testing-x86_64/systemd.install  |  
166 -
 17 files changed, 982 insertions(+), 1110 deletions(-)

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


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

2014-02-25 Thread Felix Yan
Date: Tuesday, February 25, 2014 @ 16:25:23
  Author: fyan
Revision: 106222

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

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

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   39 ---
 community-x86_64/PKGBUILD |   39 ---
 3 files changed, 72 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-25 15:24:29 UTC (rev 106221)
+++ community-i686/PKGBUILD 2014-02-25 15:25:23 UTC (rev 106222)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: shamrok szam...@gmail.com
-# Contributor: scj scj archlinux us
-
-pkgbase=python-levenshtein
-pkgname=(python-levenshtein python2-levenshtein)
-pkgver=0.11.1
-pkgrel=2
-pkgdesc=Python extension for computing string edit distances and similarities
-url=http://pypi.python.org/pypi/python-Levenshtein/;
-license=(GPL)
-arch=('i686' 'x86_64')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-$pkgver.tar.gz;)
-
-prepare() {
-  cp -r python-Levenshtein-$pkgver python2-Levenshtein-$pkgver
-
-  cd python-Levenshtein-$pkgver
-  sed -i s|[)].read|, encoding='utf8').read| setup.py
-}
-
-package_python-levenshtein() {
-  depends=('python')
-
-  cd python-Levenshtein-$pkgver
-  python setup.py build install -O1 --prefix=/usr --root=$pkgdir
-}
-
-package_python2-levenshtein() {
-  depends=('python2')
-
-  cd python2-Levenshtein-$pkgver
-  python2 setup.py build install -O1 --prefix=/usr --root=$pkgdir
-}
-
-sha512sums=('335f29253ec7bba8d54881dfe093ac194626cdaad0cc6ed08327917d6187cdfe1fbb3d003744f991587f8dc800aa1d361e3aa0b276b31ecfe7a43d83ea0d660b')

Copied: python-levenshtein/repos/community-i686/PKGBUILD (from rev 106221, 
python-levenshtein/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-25 15:25:23 UTC (rev 106222)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: shamrok szam...@gmail.com
+# Contributor: scj scj archlinux us
+
+pkgbase=python-levenshtein
+pkgname=(python-levenshtein python2-levenshtein)
+pkgver=0.11.2
+pkgrel=1
+pkgdesc=Python extension for computing string edit distances and similarities
+url=http://pypi.python.org/pypi/python-Levenshtein/;
+license=(GPL)
+arch=('i686' 'x86_64')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-$pkgver.tar.gz;)
+
+prepare() {
+  cp -r python-Levenshtein-$pkgver python2-Levenshtein-$pkgver
+}
+
+package_python-levenshtein() {
+  depends=('python')
+
+  cd python-Levenshtein-$pkgver
+  python setup.py build install -O1 --prefix=/usr --root=$pkgdir
+}
+
+package_python2-levenshtein() {
+  depends=('python2')
+
+  cd python2-Levenshtein-$pkgver
+  python2 setup.py build install -O1 --prefix=/usr --root=$pkgdir
+}
+
+sha512sums=('67d701e841c9a846948a1f2c70ea06c6473e3ae1437f73df2a2747d576024889a12e00c4a61e95b6c14826554b1ebaf65375cf5be4f26df3b208568403192bf3')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-25 15:24:29 UTC (rev 106221)
+++ community-x86_64/PKGBUILD   2014-02-25 15:25:23 UTC (rev 106222)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: shamrok szam...@gmail.com
-# Contributor: scj scj archlinux us
-
-pkgbase=python-levenshtein
-pkgname=(python-levenshtein python2-levenshtein)
-pkgver=0.11.1
-pkgrel=2
-pkgdesc=Python extension for computing string edit distances and similarities
-url=http://pypi.python.org/pypi/python-Levenshtein/;
-license=(GPL)
-arch=('i686' 'x86_64')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-$pkgver.tar.gz;)
-
-prepare() {
-  cp -r python-Levenshtein-$pkgver python2-Levenshtein-$pkgver
-
-  cd python-Levenshtein-$pkgver
-  sed -i s|[)].read|, encoding='utf8').read| setup.py
-}
-
-package_python-levenshtein() {
-  depends=('python')
-
-  cd python-Levenshtein-$pkgver
-  python setup.py build install -O1 --prefix=/usr --root=$pkgdir
-}
-

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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 16:38:18
  Author: bpiotrowski
Revision: 106224

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

Added:
  gitg/repos/community-testing-i686/
  gitg/repos/community-testing-i686/PKGBUILD
(from rev 106223, gitg/trunk/PKGBUILD)
  gitg/repos/community-testing-i686/gitg.install
(from rev 106223, gitg/trunk/gitg.install)
  gitg/repos/community-testing-x86_64/
  gitg/repos/community-testing-x86_64/PKGBUILD
(from rev 106223, gitg/trunk/PKGBUILD)
  gitg/repos/community-testing-x86_64/gitg.install
(from rev 106223, gitg/trunk/gitg.install)

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

Copied: gitg/repos/community-testing-i686/PKGBUILD (from rev 106223, 
gitg/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-02-25 15:38:18 UTC (rev 106224)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gitg
+pkgver=0.3.2
+pkgrel=1
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('i686' 'x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 
'gsettings-desktop-schemas'
+ 'libgit2-glib' 'gobject-introspection' 'libgee' 'json-glib' 
'webkitgtk'
+ 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('01dc89fab5b66a6917755ae9ded20e923290353f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make WARN_CFLAGS=-Wall
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gitg/repos/community-testing-i686/gitg.install (from rev 106223, 
gitg/trunk/gitg.install)
===
--- community-testing-i686/gitg.install (rev 0)
+++ community-testing-i686/gitg.install 2014-02-25 15:38:18 UTC (rev 106224)
@@ -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 $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: gitg/repos/community-testing-x86_64/PKGBUILD (from rev 106223, 
gitg/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-02-25 15:38:18 UTC (rev 106224)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gitg
+pkgver=0.3.2
+pkgrel=1
+pkgdesc='A GIT repository viewer based on GTK+'
+arch=('i686' 'x86_64')
+url='https://git.gnome.org/browse/gitg/'
+license=('GPL')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 
'gsettings-desktop-schemas'
+ 'libgit2-glib' 'gobject-introspection' 'libgee' 'json-glib' 
'webkitgtk'
+ 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('01dc89fab5b66a6917755ae9ded20e923290353f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make WARN_CFLAGS=-Wall
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gitg/repos/community-testing-x86_64/gitg.install (from rev 106223, 
gitg/trunk/gitg.install)
===
--- community-testing-x86_64/gitg.install   (rev 0)
+++ community-testing-x86_64/gitg.install   2014-02-25 15:38:18 UTC (rev 
106224)
@@ -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 $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 16:38:08
  Author: bpiotrowski
Revision: 106223

upgpkg: gitg 0.3.2-1

new upstream release

Modified:
  gitg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 15:25:23 UTC (rev 106222)
+++ PKGBUILD2014-02-25 15:38:08 UTC (rev 106223)
@@ -2,17 +2,19 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=gitg
-pkgver=0.2.7
-pkgrel=2
+pkgver=0.3.2
+pkgrel=1
 pkgdesc='A GIT repository viewer based on GTK+'
 arch=('i686' 'x86_64')
 url='https://git.gnome.org/browse/gitg/'
 license=('GPL')
-depends=('gtksourceview3' 'git' 'desktop-file-utils' 
'gsettings-desktop-schemas')
-makedepends=('intltool')
+depends=('gtksourceview3' 'git' 'desktop-file-utils' 
'gsettings-desktop-schemas'
+ 'libgit2-glib' 'gobject-introspection' 'libgee' 'json-glib' 
'webkitgtk'
+ 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala')
 install=gitg.install
 
source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('7b1428819666e4797d64dc94bb1624d5e7b75e6a')
+sha1sums=('01dc89fab5b66a6917755ae9ded20e923290353f')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 16:47:36
  Author: bpiotrowski
Revision: 106226

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

Added:
  haskell-terminfo/repos/community-i686/PKGBUILD
(from rev 106225, haskell-terminfo/trunk/PKGBUILD)
  haskell-terminfo/repos/community-i686/haskell-terminfo.install
(from rev 106225, haskell-terminfo/trunk/haskell-terminfo.install)
  haskell-terminfo/repos/community-x86_64/PKGBUILD
(from rev 106225, haskell-terminfo/trunk/PKGBUILD)
  haskell-terminfo/repos/community-x86_64/haskell-terminfo.install
(from rev 106225, haskell-terminfo/trunk/haskell-terminfo.install)
Deleted:
  haskell-terminfo/repos/community-i686/PKGBUILD
  haskell-terminfo/repos/community-i686/haskell-terminfo.install
  haskell-terminfo/repos/community-x86_64/PKGBUILD
  haskell-terminfo/repos/community-x86_64/haskell-terminfo.install

---+
 /PKGBUILD |   84 
 /haskell-terminfo.install |   36 
 community-i686/PKGBUILD   |   42 --
 community-i686/haskell-terminfo.install   |   18 --
 community-x86_64/PKGBUILD |   42 --
 community-x86_64/haskell-terminfo.install |   18 --
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-25 15:47:22 UTC (rev 106225)
+++ community-i686/PKGBUILD 2014-02-25 15:47:36 UTC (rev 106226)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-
-_hkgname=terminfo
-pkgname=haskell-terminfo
-pkgver=0.3.2.5
-pkgrel=3
-pkgdesc=Haskell bindings to the terminfo library.
-url=http://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh')
-options=('staticlibs')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install=${pkgname}.install
-md5sums=('7ef09acfac9f6fc499ed3bb804ae2ab3')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-
-runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
-  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
-  --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-terminfo/repos/community-i686/PKGBUILD (from rev 106225, 
haskell-terminfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-25 15:47:36 UTC (rev 106226)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+_hkgname=terminfo
+pkgname=haskell-terminfo
+pkgver=0.4.0.0
+pkgrel=1
+pkgdesc=Haskell bindings to the terminfo library.
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.3-1' 'sh')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('1995cacd80dd6ee3744c3a93f21081ae')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+  --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+  --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+
+install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}

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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 16:47:22
  Author: bpiotrowski
Revision: 106225

upgpkg: haskell-terminfo 0.4.0.0-1

new upstream release

Modified:
  haskell-terminfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 15:38:18 UTC (rev 106224)
+++ PKGBUILD2014-02-25 15:47:22 UTC (rev 106225)
@@ -4,8 +4,8 @@
 
 _hkgname=terminfo
 pkgname=haskell-terminfo
-pkgver=0.3.2.5
-pkgrel=3
+pkgver=0.4.0.0
+pkgrel=1
 pkgdesc=Haskell bindings to the terminfo library.
 url=http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
-md5sums=('7ef09acfac9f6fc499ed3bb804ae2ab3')
+md5sums=('1995cacd80dd6ee3744c3a93f21081ae')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



[arch-commits] Commit in python-pip/repos/extra-any (PKGBUILD PKGBUILD)

2014-02-25 Thread Dan McGee
Date: Tuesday, February 25, 2014 @ 16:54:43
  Author: dan
Revision: 206420

archrelease: copy trunk to extra-any

Added:
  python-pip/repos/extra-any/PKGBUILD
(from rev 206419, python-pip/trunk/PKGBUILD)
Deleted:
  python-pip/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-25 15:54:35 UTC (rev 206419)
+++ PKGBUILD2014-02-25 15:54:43 UTC (rev 206420)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Sebastien Binet binet@lblbox
-
-pkgname=('python-pip' 'python2-pip')
-pkgver=1.5.2
-pkgrel=1
-pkgdesc=An easy_install replacement for installing pypi python packages
-url=http://www.pip-installer.org/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
-
-package_python-pip() {
-  depends=('python' 'python-setuptools')
-
-  cd $srcdir/pip-$pkgver
-  python setup.py build
-  python setup.py install --prefix=/usr --root=$pkgdir
-
-  install -D -m644 LICENSE.txt \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pip() {
-  depends=('python2' 'python2-setuptools')
-  conflicts=('python-pyinstall')
-  replaces=('python-pyinstall')
-
-  cd $srcdir/pip-$pkgver
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-  
-  mv $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip2
-  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
-${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
-  
-  install -D -m644 LICENSE.txt \
- $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('5da30919f732d68b1c666e484e7676f5')
-sha256sums=('2a8a3e08e652d3a40edbb39264bf01f8ff3c32520a79113357cca1f30533f738')

Copied: python-pip/repos/extra-any/PKGBUILD (from rev 206419, 
python-pip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-25 15:54:43 UTC (rev 206420)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Sebastien Binet binet@lblbox
+
+pkgname=('python-pip' 'python2-pip')
+pkgver=1.5.4
+pkgrel=1
+pkgdesc=An easy_install replacement for installing pypi python packages
+url=http://www.pip-installer.org/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pip/pip-${pkgver}.tar.gz)
+
+package_python-pip() {
+  depends=('python' 'python-setuptools')
+
+  cd $srcdir/pip-$pkgver
+  python setup.py build
+  python setup.py install --prefix=/usr --root=$pkgdir
+
+  install -D -m644 LICENSE.txt \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pip() {
+  depends=('python2' 'python2-setuptools')
+  conflicts=('python-pyinstall')
+  replaces=('python-pyinstall')
+
+  cd $srcdir/pip-$pkgver
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+  
+  mv $pkgdir/usr/bin/pip $pkgdir/usr/bin/pip2
+  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
+${pkgdir}/usr/lib/python2.7/site-packages/pip/__init__.py
+  
+  install -D -m644 LICENSE.txt \
+ $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('834b2904f92d46aaa333267fb1c922bb')
+sha256sums=('70208a250bb4afdbbdd74c3ac35d4ab9ba1eb6852d02567a6a87f2f5104e30b9')



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

2014-02-25 Thread Dan McGee
Date: Tuesday, February 25, 2014 @ 16:54:35
  Author: dan
Revision: 206419

upgpkg: python-pip 1.5.4-1

Modified:
  python-pip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 15:28:39 UTC (rev 206418)
+++ PKGBUILD2014-02-25 15:54:35 UTC (rev 206419)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@lblbox
 
 pkgname=('python-pip' 'python2-pip')
-pkgver=1.5.2
+pkgver=1.5.4
 pkgrel=1
 pkgdesc=An easy_install replacement for installing pypi python packages
 url=http://www.pip-installer.org/;
@@ -40,5 +40,5 @@
  $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('5da30919f732d68b1c666e484e7676f5')
-sha256sums=('2a8a3e08e652d3a40edbb39264bf01f8ff3c32520a79113357cca1f30533f738')
+md5sums=('834b2904f92d46aaa333267fb1c922bb')
+sha256sums=('70208a250bb4afdbbdd74c3ac35d4ab9ba1eb6852d02567a6a87f2f5104e30b9')



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

2014-02-25 Thread Sven-Hendrik Haase
Date: Tuesday, February 25, 2014 @ 16:54:45
  Author: svenstaro
Revision: 106227

upgpkg: synergy 1.4.16-1

upstream release 1.4.16

Modified:
  synergy/trunk/PKGBUILD

--+
 PKGBUILD |   24 +++-
 1 file changed, 15 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 15:47:36 UTC (rev 106226)
+++ PKGBUILD2014-02-25 15:54:45 UTC (rev 106227)
@@ -5,20 +5,20 @@
 # Contributor: Michael Düll m...@akurei.me
 
 pkgname=synergy
-pkgver=1.4.15
-pkgrel=3
+pkgver=1.4.16
+pkgrel=1
 pkgdesc=Share a single mouse and keyboard between multiple computers
 url=http://synergy-foss.org;
 arch=('i686' 'x86_64')
 depends=('gcc-libs' 'libxtst' 'libxinerama' 'crypto++')
-makedepends=('libxt' 'cmake' 'qt4' 'unzip')
-optdepends=('qt4: gui support')
+makedepends=('libxt' 'cmake' 'qt5-base' 'unzip')
+optdepends=('qt5-base: gui support')
 license=('GPL2')
-source=(http://synergy.googlecode.com/files/$pkgname-$pkgver-Source.tar.gz;
+source=(http://fossfiles.com/synergy/synergy-${pkgver}-r1969-Source.tar.gz;
 synergys.socket
 synergys.service
 unfuck-cryptopp-thanks-gentoo.patch)
-sha1sums=('0766bc3d95d6971746764d30e0853db14926ae73'
+sha1sums=('c489e8f3262d5ad5dbcb5257c8354f459bd68f1f'
   '947406e72351145c65ba9884ed175bf781482d46'
   '00f2259c31c9551c0830d9e889fd0a0790cf9045'
   '129151952e6d25504ca823aee8ebe93ce3d376ce')
@@ -30,11 +30,11 @@
   # You and Fedora are our only friends in this crazy world.
   patch -Np1  ${srcdir}/unfuck-cryptopp-thanks-gentoo.patch
 
-  cmake -D CMAKE_INSTALL_PREFIX=/usr . 
-  make
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_FLAGS=${CXXFLAGS} -pthread .
+  make -j1
 
   cd src/gui
-  qmake-qt4
+  qmake
   make
 }
 
@@ -48,7 +48,13 @@
 
   # install config
   install -Dm644 $srcdir/$pkgname-$pkgver-Source/doc/${pkgname}.conf.example 
${pkgdir}/etc/${pkgname}.conf.example 
+  install -Dm644 
$srcdir/$pkgname-$pkgver-Source/doc/${pkgname}.conf.example-advanced 
${pkgdir}/etc/${pkgname}.conf.example-advanced
+  install -Dm644 
$srcdir/$pkgname-$pkgver-Source/doc/${pkgname}.conf.example-basic 
${pkgdir}/etc/${pkgname}.conf.example-basic 
 
+  # install manfiles
+  install -Dm644 $srcdir/$pkgname-$pkgver-Source/doc/${pkgname}c.man 
${pkgdir}/usr/share/man/man1/${pkgname}c.1
+  install -Dm644 $srcdir/$pkgname-$pkgver-Source/doc/${pkgname}s.man 
${pkgdir}/usr/share/man/man1/${pkgname}s.1
+
   # install systemd service and socket
   install -d $pkgdir/usr/lib/systemd/system
   install -Dm644 $srcdir/synergys.service $pkgdir/usr/lib/systemd/system/



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

2014-02-25 Thread Sven-Hendrik Haase
Date: Tuesday, February 25, 2014 @ 16:55:02
  Author: svenstaro
Revision: 106228

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

Added:
  synergy/repos/community-i686/PKGBUILD
(from rev 106227, synergy/trunk/PKGBUILD)
  synergy/repos/community-i686/synergys.service
(from rev 106227, synergy/trunk/synergys.service)
  synergy/repos/community-i686/synergys.socket
(from rev 106227, synergy/trunk/synergys.socket)
  synergy/repos/community-i686/unfuck-cryptopp-thanks-gentoo.patch
(from rev 106227, synergy/trunk/unfuck-cryptopp-thanks-gentoo.patch)
  synergy/repos/community-x86_64/PKGBUILD
(from rev 106227, synergy/trunk/PKGBUILD)
  synergy/repos/community-x86_64/synergys.service
(from rev 106227, synergy/trunk/synergys.service)
  synergy/repos/community-x86_64/synergys.socket
(from rev 106227, synergy/trunk/synergys.socket)
  synergy/repos/community-x86_64/unfuck-cryptopp-thanks-gentoo.patch
(from rev 106227, synergy/trunk/unfuck-cryptopp-thanks-gentoo.patch)
Deleted:
  synergy/repos/community-i686/PKGBUILD
  synergy/repos/community-i686/synergys.service
  synergy/repos/community-i686/synergys.socket
  synergy/repos/community-i686/unfuck-cryptopp-thanks-gentoo.patch
  synergy/repos/community-x86_64/PKGBUILD
  synergy/repos/community-x86_64/synergys.service
  synergy/repos/community-x86_64/synergys.socket
  synergy/repos/community-x86_64/unfuck-cryptopp-thanks-gentoo.patch

--+
 /PKGBUILD|  134 +++
 /synergys.service|   20 +
 /synergys.socket |   18 +
 /unfuck-cryptopp-thanks-gentoo.patch |  194 +
 community-i686/PKGBUILD  |   61 -
 community-i686/synergys.service  |   10 
 community-i686/synergys.socket   |9 
 community-i686/unfuck-cryptopp-thanks-gentoo.patch   |   97 
 community-x86_64/PKGBUILD|   61 -
 community-x86_64/synergys.service|   10 
 community-x86_64/synergys.socket |9 
 community-x86_64/unfuck-cryptopp-thanks-gentoo.patch |   97 
 12 files changed, 366 insertions(+), 354 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-25 15:54:45 UTC (rev 106227)
+++ community-i686/PKGBUILD 2014-02-25 15:55:02 UTC (rev 106228)
@@ -1,61 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jelle van der Waa jelle vdwaa nl
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Michael Düll m...@akurei.me
-
-pkgname=synergy
-pkgver=1.4.15
-pkgrel=3
-pkgdesc=Share a single mouse and keyboard between multiple computers
-url=http://synergy-foss.org;
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'crypto++')
-makedepends=('libxt' 'cmake' 'qt4' 'unzip')
-optdepends=('qt4: gui support')
-license=('GPL2')
-source=(http://synergy.googlecode.com/files/$pkgname-$pkgver-Source.tar.gz;
-synergys.socket
-synergys.service
-unfuck-cryptopp-thanks-gentoo.patch)
-sha1sums=('0766bc3d95d6971746764d30e0853db14926ae73'
-  '947406e72351145c65ba9884ed175bf781482d46'
-  '00f2259c31c9551c0830d9e889fd0a0790cf9045'
-  '129151952e6d25504ca823aee8ebe93ce3d376ce')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}-Source
-
-  # Unfuck the bundled cryptopp stuff. Thanks a lot, Gentoo!
-  # You and Fedora are our only friends in this crazy world.
-  patch -Np1  ${srcdir}/unfuck-cryptopp-thanks-gentoo.patch
-
-  cmake -D CMAKE_INSTALL_PREFIX=/usr . 
-  make
-
-  cd src/gui
-  qmake-qt4
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-Source/bin
-
-  # install binary
-  install -Dm755 synergy $pkgdir/usr/bin/synergy
-  install -Dm755 synergyc $pkgdir/usr/bin/synergyc
-  install -Dm755 synergys $pkgdir/usr/bin/synergys
-
-  # install config
-  install -Dm644 $srcdir/$pkgname-$pkgver-Source/doc/${pkgname}.conf.example 
${pkgdir}/etc/${pkgname}.conf.example 
-
-  # install systemd service and socket
-  install -d $pkgdir/usr/lib/systemd/system
-  install -Dm644 $srcdir/synergys.service $pkgdir/usr/lib/systemd/system/
-  install -Dm644 $srcdir/synergys.socket $pkgdir/usr/lib/systemd/system/
-
-  # install desktop/icon stuff
-  cd ../res
-  install -Dm644 synergy.ico $pkgdir/usr/share/icons/synergy.ico
-  install -Dm644 synergy.desktop 
$pkgdir/usr/share/applications/synergy.desktop
-}

Copied: synergy/repos/community-i686/PKGBUILD (from rev 106227, 
synergy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-25 15:55:02 UTC 

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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 16:57:18
  Author: bpiotrowski
Revision: 106230

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

Added:
  haskell-haskeline/repos/community-i686/PKGBUILD
(from rev 106229, haskell-haskeline/trunk/PKGBUILD)
  haskell-haskeline/repos/community-i686/haskell-haskeline.install
(from rev 106229, haskell-haskeline/trunk/haskell-haskeline.install)
  haskell-haskeline/repos/community-x86_64/PKGBUILD
(from rev 106229, haskell-haskeline/trunk/PKGBUILD)
  haskell-haskeline/repos/community-x86_64/haskell-haskeline.install
(from rev 106229, haskell-haskeline/trunk/haskell-haskeline.install)
Deleted:
  haskell-haskeline/repos/community-i686/PKGBUILD
  haskell-haskeline/repos/community-i686/haskell-haskeline.install
  haskell-haskeline/repos/community-x86_64/PKGBUILD
  haskell-haskeline/repos/community-x86_64/haskell-haskeline.install

+
 /PKGBUILD  |   82 +++
 /haskell-haskeline.install |   36 +++
 community-i686/PKGBUILD|   41 -
 community-i686/haskell-haskeline.install   |   18 -
 community-x86_64/PKGBUILD  |   41 -
 community-x86_64/haskell-haskeline.install |   18 -
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-25 15:57:07 UTC (rev 106229)
+++ community-i686/PKGBUILD 2014-02-25 15:57:18 UTC (rev 106230)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Arch Haskell Team arch-hask...@haskell.org
-# Package generated by cabal2arch 0.7.6
-
-_hkgname=haskeline
-pkgname=haskell-haskeline
-pkgver=0.7.0.3
-pkgrel=3
-pkgdesc=A command-line interface for user input, written in Haskell.
-url=http://hackage.haskell.org/package/haskeline;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.6.3-1' 'sh' 'haskell-utf8-string=0.3.7-5' 
'haskell-mtl=2.1.2-3' 'haskell-terminfo=0.3.2.5-3')
-install=${pkgname}.install
-options=('staticlibs')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('3a78043dc80b5510202e71e77c0a9923')
-
-build() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-runhaskell Setup configure \
-  -O -p --enable-split-objs --enable-shared -fterminfo --prefix=/usr \
-  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock
-runhaskell Setup register   --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-package() {
-cd ${srcdir}/${_hkgname}-${pkgver}
-install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
-install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
-install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
-}

Copied: haskell-haskeline/repos/community-i686/PKGBUILD (from rev 106229, 
haskell-haskeline/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-25 15:57:18 UTC (rev 106230)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+# Package generated by cabal2arch 0.7.6
+
+_hkgname=haskeline
+pkgname=haskell-haskeline
+pkgver=0.7.1.2
+pkgrel=1
+pkgdesc=A command-line interface for user input, written in Haskell.
+url=http://hackage.haskell.org/package/haskeline;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.6.3-1' 'sh' 'haskell-utf8-string=0.3.7-5' 
'haskell-mtl=2.1.2-3' 'haskell-terminfo=0.3.2.5-3')
+install=${pkgname}.install
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('5a34c0912564a1ea4bec0a3aaf71')
+
+build() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+runhaskell Setup configure \
+  -O -p --enable-split-objs --enable-shared -fterminfo --prefix=/usr \
+  --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock
+runhaskell Setup register   --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+cd ${srcdir}/${_hkgname}-${pkgver}
+install -D -m744 

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

2014-02-25 Thread Bartłomiej Piotrowski
Date: Tuesday, February 25, 2014 @ 16:57:07
  Author: bpiotrowski
Revision: 106229

upgpkg: haskell-haskeline 0.7.1.2-1

new upstream release

Modified:
  haskell-haskeline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 15:55:02 UTC (rev 106228)
+++ PKGBUILD2014-02-25 15:57:07 UTC (rev 106229)
@@ -5,8 +5,8 @@
 
 _hkgname=haskeline
 pkgname=haskell-haskeline
-pkgver=0.7.0.3
-pkgrel=3
+pkgver=0.7.1.2
+pkgrel=1
 pkgdesc=A command-line interface for user input, written in Haskell.
 url=http://hackage.haskell.org/package/haskeline;
 license=('custom:BSD3')
@@ -15,7 +15,7 @@
 install=${pkgname}.install
 options=('staticlibs')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('3a78043dc80b5510202e71e77c0a9923')
+md5sums=('5a34c0912564a1ea4bec0a3aaf71')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



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

2014-02-25 Thread Laurent Carlier
Date: Tuesday, February 25, 2014 @ 17:10:09
  Author: lcarlier
Revision: 106231

upgpkg: lib32-systemd 210-1

update to systemd-210

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 15:57:18 UTC (rev 106230)
+++ PKGBUILD2014-02-25 16:10:09 UTC (rev 106231)
@@ -4,8 +4,8 @@
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-pkgver=208
-pkgrel=2
+pkgver=210
+pkgrel=1
 pkgdesc=system and service manager (32-bit)
 arch=('x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
@@ -15,7 +15,7 @@
  'intltool' 'gperf')
 options=('!libtool')
 
source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;)
-md5sums=('df64550d92afbffb4f67a434193ee165')
+md5sums=('03efddf8c9eca36d4d590f9967e7e818')
 
 build() {
   export CC=gcc -m32
@@ -29,8 +29,11 @@
 --libdir=/usr/lib32 \
 --localstatedir=/var \
 --sysconfdir=/etc \
+--enable-compat-libs \
 --disable-audit \
 --disable-ima \
+--disable-kdbus \
+--disable-seccomp \
 --disable-pam \
 --disable-kmod \
 --disable-blkid \



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

2014-02-25 Thread Laurent Carlier
Date: Tuesday, February 25, 2014 @ 17:10:17
  Author: lcarlier
Revision: 106232

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 106231, lib32-systemd/trunk/PKGBUILD)

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

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 106231, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-02-25 16:10:17 UTC (rev 106232)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+pkgver=210
+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')
+depends=('lib32-glib2' 'lib32-libgcrypt' 'lib32-xz' 'systemd')
+makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libcap' 'lib32-acl' 
+ 'intltool' 'gperf')
+options=('!libtool')
+source=(http://www.freedesktop.org/software/$_pkgbasename/$_pkgbasename-$pkgver.tar.xz;)
+md5sums=('03efddf8c9eca36d4d590f9967e7e818')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/systemd-${pkgver}
+
+  ./configure \
+--libexecdir=/usr/lib32 \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--sysconfdir=/etc \
+--enable-compat-libs \
+--disable-audit \
+--disable-ima \
+--disable-kdbus \
+--disable-seccomp \
+--disable-pam \
+--disable-kmod \
+--disable-blkid \
+--without-python \
+--disable-libcryptsetup \
+--with-sysvinit-path= \
+--with-sysvrcnd-path= \
+--with-firmware-path=/usr/lib/firmware/updates:/usr/lib/firmware
+
+  make
+}
+
+package() {
+  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*
+
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -s systemd $pkgdir/usr/share/licenses/lib32-systemd
+}



[arch-commits] Commit in glm/repos/community-any (PKGBUILD PKGBUILD)

2014-02-25 Thread Sven-Hendrik Haase
Date: Tuesday, February 25, 2014 @ 17:36:26
  Author: svenstaro
Revision: 106234

archrelease: copy trunk to community-any

Added:
  glm/repos/community-any/PKGBUILD
(from rev 106233, glm/trunk/PKGBUILD)
Deleted:
  glm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-25 16:36:10 UTC (rev 106233)
+++ PKGBUILD2014-02-25 16:36:26 UTC (rev 106234)
@@ -1,25 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Peter Hatina phatina AT gmail.com
-pkgname=glm
-pkgver=0.9.5.1
-pkgrel=1
-pkgdesc=C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification
-arch=('any')
-license=('MIT')
-url=http://glm.g-truc.net;
-source=(http://sourceforge.net/projects/ogl-math/files/glm-$pkgver/glm-$pkgver.zip;)
-md5sums=('cc10ec69d27d2719f370d5b31aaf59d2')
-
-package() {
-cd $pkgname
-mkdir -p $pkgdir/usr/include/glm
-mkdir -p $pkgdir/usr/share/doc
-cp -r glm $pkgdir/usr/include
-cp -r doc $pkgdir/usr/share/doc/glm
-rm -f $pkgdir/usr/include/glm/CMakeLists.txt
-find $pkgdir -type f -exec chmod 644 {} \;
-find $pkgdir -type d -exec chmod 755 {} \;
-
-install -Dm644 util/FindGLM.cmake 
$pkgdir/usr/share/cmake-2.8/Modules/FindGLM.cmake
-install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: glm/repos/community-any/PKGBUILD (from rev 106233, glm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-25 16:36:26 UTC (rev 106234)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Peter Hatina phatina AT gmail.com
+pkgname=glm
+pkgver=0.9.5.2
+pkgrel=1
+pkgdesc=C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification
+arch=('any')
+license=('MIT')
+url=http://glm.g-truc.net;
+source=(http://sourceforge.net/projects/ogl-math/files/glm-$pkgver/glm-$pkgver.zip;)
+md5sums=('dd8332ef13c325e1e785130a92c168bd')
+
+package() {
+cd $pkgname
+mkdir -p $pkgdir/usr/include/glm
+mkdir -p $pkgdir/usr/share/doc
+cp -r glm $pkgdir/usr/include
+cp -r doc $pkgdir/usr/share/doc/glm
+rm -f $pkgdir/usr/include/glm/CMakeLists.txt
+find $pkgdir -type f -exec chmod 644 {} \;
+find $pkgdir -type d -exec chmod 755 {} \;
+
+install -Dm644 util/FindGLM.cmake 
$pkgdir/usr/share/cmake-2.8/Modules/FindGLM.cmake
+install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-02-25 Thread Sven-Hendrik Haase
Date: Tuesday, February 25, 2014 @ 17:36:10
  Author: svenstaro
Revision: 106233

upgpkg: glm 0.9.5.2-1

upstream release 0.9.5.2

Modified:
  glm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 16:10:17 UTC (rev 106232)
+++ PKGBUILD2014-02-25 16:36:10 UTC (rev 106233)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 # Contributor: Peter Hatina phatina AT gmail.com
 pkgname=glm
-pkgver=0.9.5.1
+pkgver=0.9.5.2
 pkgrel=1
 pkgdesc=C++ mathematics library for 3D software based on the OpenGL Shading 
Language (GLSL) specification
 arch=('any')
@@ -8,7 +8,7 @@
 license=('MIT')
 url=http://glm.g-truc.net;
 
source=(http://sourceforge.net/projects/ogl-math/files/glm-$pkgver/glm-$pkgver.zip;)
-md5sums=('cc10ec69d27d2719f370d5b31aaf59d2')
+md5sums=('dd8332ef13c325e1e785130a92c168bd')
 
 package() {
 cd $pkgname



[arch-commits] Commit in xnee/trunk (PKGBUILD xnee.changelog)

2014-02-25 Thread Jaroslav Lichtblau
Date: Tuesday, February 25, 2014 @ 20:41:49
  Author: jlichtblau
Revision: 106235

upgpkg: xnee 3.18-1

Modified:
  xnee/trunk/PKGBUILD
  xnee/trunk/xnee.changelog

+
 PKGBUILD   |4 +++-
 xnee.changelog |3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 16:36:26 UTC (rev 106234)
+++ PKGBUILD2014-02-25 19:41:49 UTC (rev 106235)
@@ -3,7 +3,7 @@
 # Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
 
 pkgname=xnee
-pkgver=3.17
+pkgver=3.18
 pkgrel=1
 pkgdesc=A program to record, distribute, and replay X (X11) protocol data
 arch=('i686' 'x86_64')
@@ -33,3 +33,5 @@
 #.desktop file
   install -Dm644 ${srcdir}/gnee.desktop 
${pkgdir}/usr/share/applications/gnee.desktop
 }
+sha256sums=('24d521b604f3118faf1bd087619feb230cda38bf3721000828e670e0f311cb48'
+'de42d419a46083e39a9b6d60c045c1cd68deb793cc5166a86df81dff608387c1')

Modified: xnee.changelog
===
--- xnee.changelog  2014-02-25 16:36:26 UTC (rev 106234)
+++ xnee.changelog  2014-02-25 19:41:49 UTC (rev 106235)
@@ -1,3 +1,6 @@
+2014-02-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * xnee 3.18-1
+
 2014-02-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* xnee 3.17-1
 



[arch-commits] Commit in xnee/repos/community-x86_64 (6 files)

2014-02-25 Thread Jaroslav Lichtblau
Date: Tuesday, February 25, 2014 @ 20:42:02
  Author: jlichtblau
Revision: 106236

archrelease: copy trunk to community-x86_64

Added:
  xnee/repos/community-x86_64/PKGBUILD
(from rev 106235, xnee/trunk/PKGBUILD)
  xnee/repos/community-x86_64/gnee.desktop
(from rev 106235, xnee/trunk/gnee.desktop)
  xnee/repos/community-x86_64/xnee.changelog
(from rev 106235, xnee/trunk/xnee.changelog)
Deleted:
  xnee/repos/community-x86_64/PKGBUILD
  xnee/repos/community-x86_64/gnee.desktop
  xnee/repos/community-x86_64/xnee.changelog

+
 PKGBUILD   |   72 ---
 gnee.desktop   |   18 ++---
 xnee.changelog |   47 +++
 3 files changed, 71 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-25 19:41:49 UTC (rev 106235)
+++ PKGBUILD2014-02-25 19:42:02 UTC (rev 106236)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-
-pkgname=xnee
-pkgver=3.17
-pkgrel=1
-pkgdesc=A program to record, distribute, and replay X (X11) protocol data
-arch=('i686' 'x86_64')
-url=http://xnee.wordpress.com/;
-license=('GPL3')
-depends=('gtk2' 'libxtst')
-makedepends=('texinfo')
-optdepends=('xosd: feedback support')
-options=('!emptydirs')
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
-gnee.desktop)
-sha256sums=('c76d1c8b9deff2e52721e474cb69cf092c0d72212c916c6dacc94e33618c8638'
-'de42d419a46083e39a9b6d60c045c1cd68deb793cc5166a86df81dff608387c1')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-gui --enable-lib --disable-static 
--disable-static-programs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-#.desktop file
-  install -Dm644 ${srcdir}/gnee.desktop 
${pkgdir}/usr/share/applications/gnee.desktop
-}

Copied: xnee/repos/community-x86_64/PKGBUILD (from rev 106235, 
xnee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-25 19:42:02 UTC (rev 106236)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+
+pkgname=xnee
+pkgver=3.18
+pkgrel=1
+pkgdesc=A program to record, distribute, and replay X (X11) protocol data
+arch=('i686' 'x86_64')
+url=http://xnee.wordpress.com/;
+license=('GPL3')
+depends=('gtk2' 'libxtst')
+makedepends=('texinfo')
+optdepends=('xosd: feedback support')
+options=('!emptydirs')
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
+gnee.desktop)
+sha256sums=('c76d1c8b9deff2e52721e474cb69cf092c0d72212c916c6dacc94e33618c8638'
+'de42d419a46083e39a9b6d60c045c1cd68deb793cc5166a86df81dff608387c1')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-gui --enable-lib --disable-static 
--disable-static-programs
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+#.desktop file
+  install -Dm644 ${srcdir}/gnee.desktop 
${pkgdir}/usr/share/applications/gnee.desktop
+}
+sha256sums=('24d521b604f3118faf1bd087619feb230cda38bf3721000828e670e0f311cb48'
+'de42d419a46083e39a9b6d60c045c1cd68deb793cc5166a86df81dff608387c1')

Deleted: gnee.desktop
===
--- gnee.desktop2014-02-25 19:41:49 UTC (rev 106235)
+++ gnee.desktop2014-02-25 19:42:02 UTC (rev 106236)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Gnee
-GenericName=X11 Recorder
-Comment=For replay action under X11 environment
-Exec=gnee
-Icon=/usr/share/pixmaps/xnee.png
-Terminal=false
-Type=Application
-Categories=Utility;

Copied: xnee/repos/community-x86_64/gnee.desktop (from rev 106235, 
xnee/trunk/gnee.desktop)
===
--- gnee.desktop(rev 0)
+++ gnee.desktop2014-02-25 19:42:02 UTC (rev 106236)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Gnee
+GenericName=X11 Recorder
+Comment=For replay action under X11 environment
+Exec=gnee
+Icon=/usr/share/pixmaps/xnee.png
+Terminal=false
+Type=Application
+Categories=Utility;

Deleted: xnee.changelog
===
--- xnee.changelog  2014-02-25 19:41:49 UTC (rev 106235)
+++ xnee.changelog  2014-02-25 19:42:02 UTC (rev 106236)
@@ -1,22 +0,0 @@
-2014-02-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * xnee 3.17-1
-
-2013-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * xnee 3.16-1
-
-2013-04-16 Balló György ballogyor+arch at gmail dot com
-   * fix dependencies
-   * enable GUI and library
-   * add .desktop file
-
-2013-01-05 

[arch-commits] Commit in xnee/repos/community-i686 (6 files)

2014-02-25 Thread Jaroslav Lichtblau
Date: Tuesday, February 25, 2014 @ 20:55:56
  Author: jlichtblau
Revision: 106237

archrelease: copy trunk to community-i686

Added:
  xnee/repos/community-i686/PKGBUILD
(from rev 106236, xnee/trunk/PKGBUILD)
  xnee/repos/community-i686/gnee.desktop
(from rev 106236, xnee/trunk/gnee.desktop)
  xnee/repos/community-i686/xnee.changelog
(from rev 106236, xnee/trunk/xnee.changelog)
Deleted:
  xnee/repos/community-i686/PKGBUILD
  xnee/repos/community-i686/gnee.desktop
  xnee/repos/community-i686/xnee.changelog

+
 PKGBUILD   |   72 ---
 gnee.desktop   |   18 ++---
 xnee.changelog |   47 +++
 3 files changed, 71 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-25 19:42:02 UTC (rev 106236)
+++ PKGBUILD2014-02-25 19:55:56 UTC (rev 106237)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-
-pkgname=xnee
-pkgver=3.17
-pkgrel=1
-pkgdesc=A program to record, distribute, and replay X (X11) protocol data
-arch=('i686' 'x86_64')
-url=http://xnee.wordpress.com/;
-license=('GPL3')
-depends=('gtk2' 'libxtst')
-makedepends=('texinfo')
-optdepends=('xosd: feedback support')
-options=('!emptydirs')
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
-gnee.desktop)
-sha256sums=('c76d1c8b9deff2e52721e474cb69cf092c0d72212c916c6dacc94e33618c8638'
-'de42d419a46083e39a9b6d60c045c1cd68deb793cc5166a86df81dff608387c1')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-gui --enable-lib --disable-static 
--disable-static-programs
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-#.desktop file
-  install -Dm644 ${srcdir}/gnee.desktop 
${pkgdir}/usr/share/applications/gnee.desktop
-}

Copied: xnee/repos/community-i686/PKGBUILD (from rev 106236, 
xnee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-25 19:55:56 UTC (rev 106237)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+
+pkgname=xnee
+pkgver=3.18
+pkgrel=1
+pkgdesc=A program to record, distribute, and replay X (X11) protocol data
+arch=('i686' 'x86_64')
+url=http://xnee.wordpress.com/;
+license=('GPL3')
+depends=('gtk2' 'libxtst')
+makedepends=('texinfo')
+optdepends=('xosd: feedback support')
+options=('!emptydirs')
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
+gnee.desktop)
+sha256sums=('c76d1c8b9deff2e52721e474cb69cf092c0d72212c916c6dacc94e33618c8638'
+'de42d419a46083e39a9b6d60c045c1cd68deb793cc5166a86df81dff608387c1')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-gui --enable-lib --disable-static 
--disable-static-programs
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+#.desktop file
+  install -Dm644 ${srcdir}/gnee.desktop 
${pkgdir}/usr/share/applications/gnee.desktop
+}
+sha256sums=('24d521b604f3118faf1bd087619feb230cda38bf3721000828e670e0f311cb48'
+'de42d419a46083e39a9b6d60c045c1cd68deb793cc5166a86df81dff608387c1')

Deleted: gnee.desktop
===
--- gnee.desktop2014-02-25 19:42:02 UTC (rev 106236)
+++ gnee.desktop2014-02-25 19:55:56 UTC (rev 106237)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=Gnee
-GenericName=X11 Recorder
-Comment=For replay action under X11 environment
-Exec=gnee
-Icon=/usr/share/pixmaps/xnee.png
-Terminal=false
-Type=Application
-Categories=Utility;

Copied: xnee/repos/community-i686/gnee.desktop (from rev 106236, 
xnee/trunk/gnee.desktop)
===
--- gnee.desktop(rev 0)
+++ gnee.desktop2014-02-25 19:55:56 UTC (rev 106237)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Gnee
+GenericName=X11 Recorder
+Comment=For replay action under X11 environment
+Exec=gnee
+Icon=/usr/share/pixmaps/xnee.png
+Terminal=false
+Type=Application
+Categories=Utility;

Deleted: xnee.changelog
===
--- xnee.changelog  2014-02-25 19:42:02 UTC (rev 106236)
+++ xnee.changelog  2014-02-25 19:55:56 UTC (rev 106237)
@@ -1,22 +0,0 @@
-2014-02-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * xnee 3.17-1
-
-2013-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * xnee 3.16-1
-
-2013-04-16 Balló György ballogyor+arch at gmail dot com
-   * fix dependencies
-   * enable GUI and library
-   * add .desktop file
-
-2013-01-05 Jaroslav 

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

2014-02-25 Thread Jonathan Steel
Date: Tuesday, February 25, 2014 @ 21:10:02
  Author: jsteel
Revision: 106238

rebuild against ntfs-3g-2014.2.15-1

Modified:
  partclone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 19:55:56 UTC (rev 106237)
+++ PKGBUILD2014-02-25 20:10:02 UTC (rev 106238)
@@ -7,7 +7,7 @@
 
 pkgname=partclone
 pkgver=0.2.69
-pkgrel=1
+pkgrel=2
 pkgdesc=Utilities to save and restore used blocks on a partition
 arch=('i686' 'x86_64')
 url=http://partclone.org;



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

2014-02-25 Thread Jonathan Steel
Date: Tuesday, February 25, 2014 @ 21:10:31
  Author: jsteel
Revision: 106239

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

Added:
  partclone/repos/community-staging-i686/
  partclone/repos/community-staging-i686/PKGBUILD
(from rev 106238, partclone/trunk/PKGBUILD)
  partclone/repos/community-staging-x86_64/
  partclone/repos/community-staging-x86_64/PKGBUILD
(from rev 106238, partclone/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   32 
 community-staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: partclone/repos/community-staging-i686/PKGBUILD (from rev 106238, 
partclone/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-02-25 20:10:31 UTC (rev 106239)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.2.69
+pkgrel=2
+pkgdesc=Utilities to save and restore used blocks on a partition
+arch=('i686' 'x86_64')
+url=http://partclone.org;
+license=('GPL')
+depends=('progsreiserfs' 'ntfs-3g')
+source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
+md5sums=('2cc3b4e49819da32adcf63ef9246dca0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
+--enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs 
--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR=$pkgdir/ install
+}

Copied: partclone/repos/community-staging-x86_64/PKGBUILD (from rev 106238, 
partclone/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-02-25 20:10:31 UTC (rev 106239)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.2.69
+pkgrel=2
+pkgdesc=Utilities to save and restore used blocks on a partition
+arch=('i686' 'x86_64')
+url=http://partclone.org;
+license=('GPL')
+depends=('progsreiserfs' 'ntfs-3g')
+source=(https://downloads.sourceforge.net/project/$pkgname/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
+md5sums=('2cc3b4e49819da32adcf63ef9246dca0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
+--enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs 
--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR=$pkgdir/ install
+}



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

2014-02-25 Thread Jaroslav Lichtblau
Date: Tuesday, February 25, 2014 @ 21:21:36
  Author: jlichtblau
Revision: 106240

tellico 2.3.8-3 FS#38806 fix

Modified:
  tellico/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-25 20:10:31 UTC (rev 106239)
+++ PKGBUILD2014-02-25 20:21:36 UTC (rev 106240)
@@ -6,12 +6,12 @@
 
 pkgname=tellico
 pkgver=2.3.8
-pkgrel=2
+pkgrel=3
 pkgdesc=A collection manager for KDE
 arch=('i686' 'x86_64')
 url=http://tellico-project.org/;
 license=('GPL')
-depends=('kdebase-workspace' 'yaz' 'exempi' 'libksane' 'taglib' 'libkcddb' 
'poppler-qt' 'kdemultimedia-audiocd-kio')
+depends=('kdebase-runtime' 'qimageblitz' 'kdepimlibs' 'yaz' 'exempi' 
'libksane' 'taglib' 'libkcddb' 'poppler-qt' 'kdemultimedia-audiocd-kio')
 makedepends=('automoc4' 'cmake')
 install=$pkgname.install
 changelog=$pkgname.changelog



  1   2   >