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

2014-09-26 Thread Evangelos Foutras
Date: Friday, September 26, 2014 @ 08:17:08
  Author: foutrelis
Revision: 223021

upgpkg: p11-kit 0.20.7-3

New upstream release.

Modified:
  p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-26 05:58:12 UTC (rev 223020)
+++ PKGBUILD2014-09-26 06:17:08 UTC (rev 223021)
@@ -3,7 +3,7 @@
 
 pkgname=p11-kit
 pkgver=0.20.7
-pkgrel=2
+pkgrel=3
 pkgdesc=Library to work with PKCS#11 modules
 arch=(i686 x86_64)
 url=http://p11-glue.freedesktop.org;
@@ -16,8 +16,7 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
---with-module-path=/usr/lib/pkcs11 \
-
--with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
+--with-module-path=/usr/lib/pkcs11
   make
 }
 



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

2014-09-26 Thread Evangelos Foutras
Date: Friday, September 26, 2014 @ 08:17:18
  Author: foutrelis
Revision: 223022

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

Added:
  p11-kit/repos/extra-i686/PKGBUILD
(from rev 223021, p11-kit/trunk/PKGBUILD)
  p11-kit/repos/extra-x86_64/PKGBUILD
(from rev 223021, p11-kit/trunk/PKGBUILD)
Deleted:
  p11-kit/repos/extra-i686/PKGBUILD
  p11-kit/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-26 06:17:08 UTC (rev 223021)
+++ extra-i686/PKGBUILD 2014-09-26 06:17:18 UTC (rev 223022)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=p11-kit
-pkgver=0.20.2
-pkgrel=1
-pkgdesc=Library to work with PKCS#11 modules
-arch=(i686 x86_64)
-url=http://p11-glue.freedesktop.org;
-license=('BSD')
-depends=('glibc' 'libtasn1' 'libffi')
-source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('757b97ee4ac0ce598661a90cd784c4f1'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---with-module-path=/usr/lib/pkcs11
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd  $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: p11-kit/repos/extra-i686/PKGBUILD (from rev 223021, 
p11-kit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-26 06:17:18 UTC (rev 223022)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=p11-kit
+pkgver=0.20.7
+pkgrel=3
+pkgdesc=Library to work with PKCS#11 modules
+arch=(i686 x86_64)
+url=http://p11-glue.freedesktop.org;
+license=('BSD')
+depends=('glibc' 'libtasn1' 'libffi')
+source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('6648cad01a3080b685b8b3bf7372c91a'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--with-module-path=/usr/lib/pkcs11
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd  $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-26 06:17:08 UTC (rev 223021)
+++ extra-x86_64/PKGBUILD   2014-09-26 06:17:18 UTC (rev 223022)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=p11-kit
-pkgver=0.20.2
-pkgrel=1
-pkgdesc=Library to work with PKCS#11 modules
-arch=(i686 x86_64)
-url=http://p11-glue.freedesktop.org;
-license=('BSD')
-depends=('glibc' 'libtasn1' 'libffi')
-source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('757b97ee4ac0ce598661a90cd784c4f1'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
---with-module-path=/usr/lib/pkcs11
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd  $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: p11-kit/repos/extra-x86_64/PKGBUILD (from rev 223021, 
p11-kit/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-09-26 06:17:18 UTC (rev 223022)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=p11-kit
+pkgver=0.20.7
+pkgrel=3
+pkgdesc=Library to work with PKCS#11 modules
+arch=(i686 x86_64)
+url=http://p11-glue.freedesktop.org;
+license=('BSD')
+depends=('glibc' 'libtasn1' 'libffi')
+source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('6648cad01a3080b685b8b3bf7372c91a'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--with-module-path=/usr/lib/pkcs11
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd  $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-09-26 Thread Evangelos Foutras
Date: Friday, September 26, 2014 @ 08:30:30
  Author: foutrelis
Revision: 223024

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

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

-+
 /PKGBUILD   |   82 ++
 /gnutls.install |   40 
 extra-i686/PKGBUILD |   41 -
 extra-i686/gnutls.install   |   20 --
 extra-x86_64/PKGBUILD   |   41 -
 extra-x86_64/gnutls.install |   20 --
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-26 06:30:20 UTC (rev 223023)
+++ extra-i686/PKGBUILD 2014-09-26 06:30:30 UTC (rev 223024)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=gnutls
-pkgver=3.3.8
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL2.1')
-url=http://www.gnutls.org/;
-install=gnutls.install
-options=('!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('b57e6b7630bdba9ea8eb28ff0eb29c2f'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --with-zlib \
-   --disable-static \
-   --disable-guile
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check || make -j1 check # || /bin/true
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
-  # gzip -9 all files in infodir and manpages manually
-  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
-  find $pkgdir/usr/share/man -exec gzip -9 {} \;
-}

Copied: gnutls/repos/extra-i686/PKGBUILD (from rev 223023, 
gnutls/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-26 06:30:30 UTC (rev 223024)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.3.8
+pkgrel=2
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://www.gnutls.org/;
+install=gnutls.install
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('b57e6b7630bdba9ea8eb28ff0eb29c2f'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --disable-guile
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check || make -j1 check # || /bin/true
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
+  find $pkgdir/usr/share/man -exec gzip -9 {} \;
+}

Deleted: extra-i686/gnutls.install
===
--- extra-i686/gnutls.install   2014-09-26 06:30:20 UTC (rev 223023)
+++ extra-i686/gnutls.install   2014-09-26 06:30:30 UTC (rev 223024)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(gnutls.info-1.gz gnutls.info-2.gz gnutls.info-3.gz gnutls.info-4.gz 
gnutls.info-5.gz gnutls.info.gz gnutls-guile.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

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

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

2014-09-26 Thread Evangelos Foutras
Date: Friday, September 26, 2014 @ 08:30:20
  Author: foutrelis
Revision: 223023

upgpkg: gnutls 3.3.8-2

Rebuild with newer p11-kit to restore PKCS#11 support (FS#42113).

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-26 06:17:18 UTC (rev 223022)
+++ PKGBUILD2014-09-26 06:30:20 UTC (rev 223023)
@@ -4,7 +4,7 @@
 
 pkgname=gnutls
 pkgver=3.3.8
-pkgrel=1
+pkgrel=2
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer
 arch=('i686' 'x86_64')
 license=('GPL3' 'LGPL2.1')



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

2014-09-26 Thread Evangelos Foutras
Date: Friday, September 26, 2014 @ 08:34:18
  Author: foutrelis
Revision: 223025

upgpkg: openconnect 1:6.00-3

Rebuild against fixed gnutls (FS#42113).

Modified:
  openconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-26 06:30:30 UTC (rev 223024)
+++ PKGBUILD2014-09-26 06:34:18 UTC (rev 223025)
@@ -4,7 +4,7 @@
 
 pkgname=openconnect
 pkgver=6.00
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc=Open client for Cisco AnyConnect VPN
 arch=('i686' 'x86_64')



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

2014-09-26 Thread Evangelos Foutras
Date: Friday, September 26, 2014 @ 08:34:27
  Author: foutrelis
Revision: 223026

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-26 06:34:18 UTC (rev 223025)
+++ extra-i686/PKGBUILD 2014-09-26 06:34:27 UTC (rev 223026)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=openconnect
-pkgver=6.00
-pkgrel=2
-epoch=1
-pkgdesc=Open client for Cisco AnyConnect VPN
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.infradead.org/openconnect.html;
-depends=('libxml2' 'gnutls' 'libproxy' 'vpnc' 'krb5')
-makedepends=('intltool' 'python2')
-options=('!emptydirs')
-source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('7e28e23c6e281be31446e6c365f5d273')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openconnect/repos/extra-i686/PKGBUILD (from rev 223025, 
openconnect/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-26 06:34:27 UTC (rev 223026)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=openconnect
+pkgver=6.00
+pkgrel=3
+epoch=1
+pkgdesc=Open client for Cisco AnyConnect VPN
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.infradead.org/openconnect.html;
+depends=('libxml2' 'gnutls' 'libproxy' 'vpnc' 'krb5')
+makedepends=('intltool' 'python2')
+options=('!emptydirs')
+source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('7e28e23c6e281be31446e6c365f5d273')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-26 06:34:18 UTC (rev 223025)
+++ extra-x86_64/PKGBUILD   2014-09-26 06:34:27 UTC (rev 223026)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=openconnect
-pkgver=6.00
-pkgrel=2
-epoch=1
-pkgdesc=Open client for Cisco AnyConnect VPN
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.infradead.org/openconnect.html;
-depends=('libxml2' 'gnutls' 'libproxy' 'vpnc' 'krb5')
-makedepends=('intltool' 'python2')
-options=('!emptydirs')
-source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('7e28e23c6e281be31446e6c365f5d273')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: openconnect/repos/extra-x86_64/PKGBUILD (from rev 223025, 
openconnect/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-09-26 06:34:27 UTC (rev 223026)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=openconnect
+pkgver=6.00
+pkgrel=3
+epoch=1
+pkgdesc=Open client for Cisco AnyConnect VPN
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.infradead.org/openconnect.html;
+depends=('libxml2' 'gnutls' 'libproxy' 'vpnc' 'krb5')
+makedepends=('intltool' 'python2')
+options=('!emptydirs')
+source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('7e28e23c6e281be31446e6c365f5d273')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-26 Thread Jan Steffens
Date: Friday, September 26, 2014 @ 08:35:30
  Author: heftig
Revision: 223027

rebuild for the test set in http://pkgbuild.com/~heftig/certs

Modified:
  p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-26 06:34:27 UTC (rev 223026)
+++ PKGBUILD2014-09-26 06:35:30 UTC (rev 223027)
@@ -3,7 +3,7 @@
 
 pkgname=p11-kit
 pkgver=0.20.7
-pkgrel=3
+pkgrel=4
 pkgdesc=Library to work with PKCS#11 modules
 arch=(i686 x86_64)
 url=http://p11-glue.freedesktop.org;
@@ -16,7 +16,8 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
---with-module-path=/usr/lib/pkcs11
+--with-module-path=/usr/lib/pkcs11 \
+
--with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
   make
 }
 



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

2014-09-26 Thread Jan Steffens
Date: Friday, September 26, 2014 @ 08:36:49
  Author: heftig
Revision: 119583

0.20.7, for multilib

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-25 22:26:04 UTC (rev 119582)
+++ PKGBUILD2014-09-26 06:36:49 UTC (rev 119583)
@@ -5,7 +5,7 @@
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
 pkgver=0.20.7
-pkgrel=2
+pkgrel=3
 pkgdesc=Library to work with PKCS#11 modules (32-bit)
 arch=(x86_64)
 url=http://p11-glue.freedesktop.org;
@@ -23,8 +23,7 @@
   cd $srcdir/$_pkgbasename-$pkgver
 
   ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
---with-module-path=/usr/lib32/pkcs11 \
-
--with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
+--with-module-path=/usr/lib32/pkcs11
   make
 }
 



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

2014-09-26 Thread Jan Steffens
Date: Friday, September 26, 2014 @ 08:39:21
  Author: heftig
Revision: 119584

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-p11-kit/repos/multilib-x86_64/PKGBUILD
(from rev 119583, lib32-p11-kit/trunk/PKGBUILD)
Deleted:
  lib32-p11-kit/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   85 ++---
 1 file changed, 43 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-26 06:36:49 UTC (rev 119583)
+++ PKGBUILD2014-09-26 06:39:21 UTC (rev 119584)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Christoph Vigano m...@cvigano.de
-
-_pkgbasename=p11-kit
-pkgname=lib32-$_pkgbasename
-pkgver=0.20.2
-pkgrel=1
-pkgdesc=Library to work with PKCS#11 modules (32-bit)
-arch=(x86_64)
-url=http://p11-glue.freedesktop.org;
-license=('BSD')
-depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
-options=(!libtool)
-source=($url/releases/$_pkgbasename-$pkgver.tar.gz)
-md5sums=('757b97ee4ac0ce598661a90cd784c4f1')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  cd $srcdir/$_pkgbasename-$pkgver
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
---with-module-path=/usr/lib32/pkcs11
-  make
-}
-
-check() {
-  cd $srcdir/$_pkgbasename-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$_pkgbasename-$pkgver
-  make DESTDIR=$pkgdir install
-  rm -rf ${pkgdir}/etc
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-p11-kit/repos/multilib-x86_64/PKGBUILD (from rev 119583, 
lib32-p11-kit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-26 06:39:21 UTC (rev 119584)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Christoph Vigano m...@cvigano.de
+
+_pkgbasename=p11-kit
+pkgname=lib32-$_pkgbasename
+pkgver=0.20.7
+pkgrel=3
+pkgdesc=Library to work with PKCS#11 modules (32-bit)
+arch=(x86_64)
+url=http://p11-glue.freedesktop.org;
+license=('BSD')
+depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
+options=(!libtool)
+source=($url/releases/$_pkgbasename-$pkgver.tar.gz{,.sig})
+md5sums=('6648cad01a3080b685b8b3bf7372c91a'
+ 'SKIP')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  cd $srcdir/$_pkgbasename-$pkgver
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
+--with-module-path=/usr/lib32/pkcs11
+  make
+}
+
+check() {
+  cd $srcdir/$_pkgbasename-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$_pkgbasename-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -rf ${pkgdir}/etc
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-09-26 Thread Jan Steffens
Date: Friday, September 26, 2014 @ 08:39:43
  Author: heftig
Revision: 119585

rebuild for the test set in http://pkgbuild.com/~heftig/certs

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-26 06:39:21 UTC (rev 119584)
+++ PKGBUILD2014-09-26 06:39:43 UTC (rev 119585)
@@ -5,7 +5,7 @@
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
 pkgver=0.20.7
-pkgrel=3
+pkgrel=4
 pkgdesc=Library to work with PKCS#11 modules (32-bit)
 arch=(x86_64)
 url=http://p11-glue.freedesktop.org;
@@ -23,7 +23,8 @@
   cd $srcdir/$_pkgbasename-$pkgver
 
   ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
---with-module-path=/usr/lib32/pkcs11
+--with-module-path=/usr/lib32/pkcs11 \
+
--with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
   make
 }
 



[arch-commits] Commit in qemu/repos/extra-i686 (8 files)

2014-09-26 Thread Tobias Powalowski
Date: Friday, September 26, 2014 @ 08:54:23
  Author: tpowa
Revision: 223029

archrelease: copy trunk to extra-i686

Added:
  qemu/repos/extra-i686/2.0.0-usb-stack.patch
(from rev 223028, qemu/trunk/2.0.0-usb-stack.patch)
  qemu/repos/extra-i686/65-kvm.rules
(from rev 223028, qemu/trunk/65-kvm.rules)
  qemu/repos/extra-i686/PKGBUILD
(from rev 223028, qemu/trunk/PKGBUILD)
  qemu/repos/extra-i686/qemu.install
(from rev 223028, qemu/trunk/qemu.install)
Deleted:
  qemu/repos/extra-i686/2.0.0-usb-stack.patch
  qemu/repos/extra-i686/65-kvm.rules
  qemu/repos/extra-i686/PKGBUILD
  qemu/repos/extra-i686/qemu.install

---+
 2.0.0-usb-stack.patch |   72 -
 65-kvm.rules  |4 
 PKGBUILD  |  200 
 qemu.install  |   46 +--
 4 files changed, 161 insertions(+), 161 deletions(-)

Deleted: 2.0.0-usb-stack.patch
===
--- 2.0.0-usb-stack.patch   2014-09-26 06:54:14 UTC (rev 223028)
+++ 2.0.0-usb-stack.patch   2014-09-26 06:54:23 UTC (rev 223029)
@@ -1,36 +0,0 @@
-Correct post load checks:
-1. dev-setup_len == sizeof(dev-data_buf)
-seems fine, no need to fail migration
-2. When state is DATA, passing index  len
-   will cause memcpy with negative length,
-   resulting in heap overflow
-
-First of the issues was reported by dgilbert.
-
-Reported-by: Dr. David Alan Gilbert dgilbert at redhat.com
-Signed-off-by: Michael S. Tsirkin mst at redhat.com

-
-changes from v1:
-- drop state check
-- lightly tested
-
- hw/usb/bus.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/hw/usb/bus.c b/hw/usb/bus.c
-index e48b19f..ff1dfe6 100644
 a/hw/usb/bus.c
-+++ b/hw/usb/bus.c
- at  at  -51,8 +51,8  at  at  static int usb_device_post_load(void 
*opaque, int version_id)
- }
- if (dev-setup_index  0 ||
- dev-setup_len  0 ||
--dev-setup_index = sizeof(dev-data_buf) ||
--dev-setup_len = sizeof(dev-data_buf)) {
-+dev-setup_index  dev-setup_len ||
-+dev-setup_len  sizeof(dev-data_buf)) {
- return -EINVAL;
- }
- return 0;
-

Copied: qemu/repos/extra-i686/2.0.0-usb-stack.patch (from rev 223028, 
qemu/trunk/2.0.0-usb-stack.patch)
===
--- 2.0.0-usb-stack.patch   (rev 0)
+++ 2.0.0-usb-stack.patch   2014-09-26 06:54:23 UTC (rev 223029)
@@ -0,0 +1,36 @@
+Correct post load checks:
+1. dev-setup_len == sizeof(dev-data_buf)
+seems fine, no need to fail migration
+2. When state is DATA, passing index  len
+   will cause memcpy with negative length,
+   resulting in heap overflow
+
+First of the issues was reported by dgilbert.
+
+Reported-by: Dr. David Alan Gilbert dgilbert at redhat.com
+Signed-off-by: Michael S. Tsirkin mst at redhat.com
+---
+
+changes from v1:
+- drop state check
+- lightly tested
+
+ hw/usb/bus.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/hw/usb/bus.c b/hw/usb/bus.c
+index e48b19f..ff1dfe6 100644
+--- a/hw/usb/bus.c
 b/hw/usb/bus.c
+ at  at  -51,8 +51,8  at  at  static int usb_device_post_load(void 
*opaque, int version_id)
+ }
+ if (dev-setup_index  0 ||
+ dev-setup_len  0 ||
+-dev-setup_index = sizeof(dev-data_buf) ||
+-dev-setup_len = sizeof(dev-data_buf)) {
++dev-setup_index  dev-setup_len ||
++dev-setup_len  sizeof(dev-data_buf)) {
+ return -EINVAL;
+ }
+ return 0;
+

Deleted: 65-kvm.rules
===
--- 65-kvm.rules2014-09-26 06:54:14 UTC (rev 223028)
+++ 65-kvm.rules2014-09-26 06:54:23 UTC (rev 223029)
@@ -1,2 +0,0 @@
-KERNEL==kvm, GROUP=kvm, MODE=0660
-KERNEL==vhost-net, GROUP=kvm, MODE=0660, TAG+=uaccess, 
OPTIONS+=static_node=vhost-net

Copied: qemu/repos/extra-i686/65-kvm.rules (from rev 223028, 
qemu/trunk/65-kvm.rules)
===
--- 65-kvm.rules(rev 0)
+++ 65-kvm.rules2014-09-26 06:54:23 UTC (rev 223029)
@@ -0,0 +1,2 @@
+KERNEL==kvm, GROUP=kvm, MODE=0660
+KERNEL==vhost-net, GROUP=kvm, MODE=0660, TAG+=uaccess, 
OPTIONS+=static_node=vhost-net

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-26 06:54:14 UTC (rev 223028)
+++ PKGBUILD2014-09-26 06:54:23 UTC (rev 223029)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=('qemu' 'libcacard')
-pkgver=2.1.1
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url=http://wiki.qemu.org/Index.html;
-makedepends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
- 'gnutls=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl'
- 'libgl' 'libpulse' 'seabios' 

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

2014-09-26 Thread Tobias Powalowski
Date: Friday, September 26, 2014 @ 08:54:14
  Author: tpowa
Revision: 223028

upgpkg: qemu 2.1.2-1

bump to latest version

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-26 06:35:30 UTC (rev 223027)
+++ PKGBUILD2014-09-26 06:54:14 UTC (rev 223028)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=('qemu' 'libcacard')
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
@@ -95,6 +95,6 @@
  cp -a ${srcdir}/qemu-${pkgver}/libcacard.pc ${pkgdir}/usr/lib/pkgconfig/
  cp -a ${srcdir}/qemu-${pkgver}/.libs/vscclient ${pkgdir}/usr/bin/
 }
-md5sums=('78b1b51bfa2eee424e1bfdf3b66daa64'
+md5sums=('0ff197c4ed4b695620bc4734e77c888f'
  '33ab286a20242dda7743a900f369d68a'
  'f98a479ec4e656403f5f05b1914f7f1f')



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

2014-09-26 Thread Jaroslav Lichtblau
Date: Friday, September 26, 2014 @ 10:49:38
  Author: jlichtblau
Revision: 119586

upgpkg: tilda 1.1.13-1

Modified:
  tilda/trunk/PKGBUILD
  tilda/trunk/tilda.changelog

-+
 PKGBUILD|5 +++--
 tilda.changelog |5 -
 2 files changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-26 06:39:43 UTC (rev 119585)
+++ PKGBUILD2014-09-26 08:49:38 UTC (rev 119586)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=tilda
-pkgver=1.1.12
+pkgver=1.1.13
 pkgrel=1
 pkgdesc=A Gtk based drop down terminal for Linux and Unix
 arch=('i686' 'x86_64')
@@ -26,7 +26,8 @@
 package() {
   cd $pkgname-$pkgname-$pkgver
 
-  make DESTDIR=$pkgdir install
+  make DESTDIR=${pkgdir} install
 }
 
 # vim: ts=2 sw=2 et:
+sha256sums=('4d1424ae6f7db2c9acbb7477c204223ce50dcd242a25b46517bce2ddb2b739ad')

Modified: tilda.changelog
===
--- tilda.changelog 2014-09-26 06:39:43 UTC (rev 119585)
+++ tilda.changelog 2014-09-26 08:49:38 UTC (rev 119586)
@@ -1,4 +1,7 @@
-2014-06-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2014-09-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.13-1
+
+ 2014-06-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
   * tilda 1.1.12-1
 
 2013-12-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org



[arch-commits] Commit in tilda/repos/community-x86_64 (4 files)

2014-09-26 Thread Jaroslav Lichtblau
Date: Friday, September 26, 2014 @ 10:49:48
  Author: jlichtblau
Revision: 119587

archrelease: copy trunk to community-x86_64

Added:
  tilda/repos/community-x86_64/PKGBUILD
(from rev 119586, tilda/trunk/PKGBUILD)
  tilda/repos/community-x86_64/tilda.changelog
(from rev 119586, tilda/trunk/tilda.changelog)
Deleted:
  tilda/repos/community-x86_64/PKGBUILD
  tilda/repos/community-x86_64/tilda.changelog

-+
 PKGBUILD|   65 +++---
 tilda.changelog |   65 --
 2 files changed, 67 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-26 08:49:38 UTC (rev 119586)
+++ PKGBUILD2014-09-26 08:49:48 UTC (rev 119587)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=tilda
-pkgver=1.1.12
-pkgrel=1
-pkgdesc=A Gtk based drop down terminal for Linux and Unix
-arch=('i686' 'x86_64')
-url=https://github.com/lanoxx/tilda;
-license=('GPL')
-depends=('vte3' 'confuse')
-changelog=$pkgname.changelog
-source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('3d2ada0584f63a8207afbfe44ec5cf5594a7b5e3843310d1d27152af1aa37282')
-
-build() {
-  cd $pkgname-$pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: ts=2 sw=2 et:

Copied: tilda/repos/community-x86_64/PKGBUILD (from rev 119586, 
tilda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-26 08:49:48 UTC (rev 119587)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=tilda
+pkgver=1.1.13
+pkgrel=1
+pkgdesc=A Gtk based drop down terminal for Linux and Unix
+arch=('i686' 'x86_64')
+url=https://github.com/lanoxx/tilda;
+license=('GPL')
+depends=('vte3' 'confuse')
+changelog=$pkgname.changelog
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('3d2ada0584f63a8207afbfe44ec5cf5594a7b5e3843310d1d27152af1aa37282')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:
+sha256sums=('4d1424ae6f7db2c9acbb7477c204223ce50dcd242a25b46517bce2ddb2b739ad')

Deleted: tilda.changelog
===
--- tilda.changelog 2014-09-26 08:49:38 UTC (rev 119586)
+++ tilda.changelog 2014-09-26 08:49:48 UTC (rev 119587)
@@ -1,31 +0,0 @@
-2014-06-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.12-1
-
-2013-12-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.10-1
-
-2013-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.8-1
-
-2013-08-22 Maxime Gauduin aluc...@gmail.com
-  * tilda 1.1.7-3
-  * Fixes FS#36542, FS#36516 and FS#36543
-
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.7-1
-
-2012-06-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * FS#29754 fixed
-
-2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * FS#25762 fixed
-
-2008-04-29 Mateusz Herych heni...@gmail.com
-  * Updated for x86_64 - 0.9.6
-
-2008-04-28 Douglas Soares de Andrade d...@aur.archlinux.org
-  * Updated for i686 - 0.9.6
-
-2007-12-30 Douglas Soares de Andrade d...@aur.archlinux.org
-  * Updated to newer version - 0.9.5
-

Copied: tilda/repos/community-x86_64/tilda.changelog (from rev 119586, 
tilda/trunk/tilda.changelog)
===
--- tilda.changelog (rev 0)
+++ tilda.changelog 2014-09-26 08:49:48 UTC (rev 119587)
@@ -0,0 +1,34 @@
+2014-09-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.13-1
+
+ 2014-06-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.12-1
+
+2013-12-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.10-1
+
+2013-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.8-1
+
+2013-08-22 Maxime Gauduin aluc...@gmail.com
+  * tilda 1.1.7-3
+  * Fixes FS#36542, FS#36516 and FS#36543
+
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.7-1
+
+2012-06-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * FS#29754 fixed
+
+2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * FS#25762 fixed
+
+2008-04-29 Mateusz Herych heni...@gmail.com
+  * Updated for x86_64 - 0.9.6
+
+2008-04-28 Douglas Soares de 

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

2014-09-26 Thread Sébastien Luttringer
Date: Friday, September 26, 2014 @ 11:06:40
  Author: seblu
Revision: 119588

upgpkg: weston 1.6.0-1

- FS#41456
- FS#42051

Modified:
  weston/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-26 08:49:48 UTC (rev 119587)
+++ PKGBUILD2014-09-26 09:06:40 UTC (rev 119588)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='http://wayland.freedesktop.org'
 license=('MIT')
-depends=('libxkbcommon' 'libunwind' 'poppler-glib' 'mtdev' 'libxcursor' 'glu' 
'pango' 'colord')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
 source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
 sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
 
@@ -18,7 +18,7 @@
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/weston \
-   --with-cairo=gl \
+   --enable-libinput-backend \
--enable-demo-clients-install
make
 }



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

2014-09-26 Thread Sébastien Luttringer
Date: Friday, September 26, 2014 @ 11:06:54
  Author: seblu
Revision: 119589

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

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

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

Copied: weston/repos/gnome-unstable-i686/PKGBUILD (from rev 119588, 
weston/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-26 09:06:54 UTC (rev 119589)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: weston/repos/gnome-unstable-x86_64/PKGBUILD (from rev 119588, 
weston/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-26 09:06:54 UTC (rev 119589)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}



[arch-commits] Commit in tilda/repos/community-i686 (4 files)

2014-09-26 Thread Jaroslav Lichtblau
Date: Friday, September 26, 2014 @ 11:12:03
  Author: jlichtblau
Revision: 119590

archrelease: copy trunk to community-i686

Added:
  tilda/repos/community-i686/PKGBUILD
(from rev 119589, tilda/trunk/PKGBUILD)
  tilda/repos/community-i686/tilda.changelog
(from rev 119589, tilda/trunk/tilda.changelog)
Deleted:
  tilda/repos/community-i686/PKGBUILD
  tilda/repos/community-i686/tilda.changelog

-+
 PKGBUILD|   65 +++---
 tilda.changelog |   65 --
 2 files changed, 67 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-26 09:06:54 UTC (rev 119589)
+++ PKGBUILD2014-09-26 09:12:03 UTC (rev 119590)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=tilda
-pkgver=1.1.12
-pkgrel=1
-pkgdesc=A Gtk based drop down terminal for Linux and Unix
-arch=('i686' 'x86_64')
-url=https://github.com/lanoxx/tilda;
-license=('GPL')
-depends=('vte3' 'confuse')
-changelog=$pkgname.changelog
-source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('3d2ada0584f63a8207afbfe44ec5cf5594a7b5e3843310d1d27152af1aa37282')
-
-build() {
-  cd $pkgname-$pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: ts=2 sw=2 et:

Copied: tilda/repos/community-i686/PKGBUILD (from rev 119589, 
tilda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-26 09:12:03 UTC (rev 119590)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=tilda
+pkgver=1.1.13
+pkgrel=1
+pkgdesc=A Gtk based drop down terminal for Linux and Unix
+arch=('i686' 'x86_64')
+url=https://github.com/lanoxx/tilda;
+license=('GPL')
+depends=('vte3' 'confuse')
+changelog=$pkgname.changelog
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('3d2ada0584f63a8207afbfe44ec5cf5594a7b5e3843310d1d27152af1aa37282')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:
+sha256sums=('4d1424ae6f7db2c9acbb7477c204223ce50dcd242a25b46517bce2ddb2b739ad')

Deleted: tilda.changelog
===
--- tilda.changelog 2014-09-26 09:06:54 UTC (rev 119589)
+++ tilda.changelog 2014-09-26 09:12:03 UTC (rev 119590)
@@ -1,31 +0,0 @@
-2014-06-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.12-1
-
-2013-12-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.10-1
-
-2013-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.8-1
-
-2013-08-22 Maxime Gauduin aluc...@gmail.com
-  * tilda 1.1.7-3
-  * Fixes FS#36542, FS#36516 and FS#36543
-
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.7-1
-
-2012-06-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * FS#29754 fixed
-
-2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * FS#25762 fixed
-
-2008-04-29 Mateusz Herych heni...@gmail.com
-  * Updated for x86_64 - 0.9.6
-
-2008-04-28 Douglas Soares de Andrade d...@aur.archlinux.org
-  * Updated for i686 - 0.9.6
-
-2007-12-30 Douglas Soares de Andrade d...@aur.archlinux.org
-  * Updated to newer version - 0.9.5
-

Copied: tilda/repos/community-i686/tilda.changelog (from rev 119589, 
tilda/trunk/tilda.changelog)
===
--- tilda.changelog (rev 0)
+++ tilda.changelog 2014-09-26 09:12:03 UTC (rev 119590)
@@ -0,0 +1,34 @@
+2014-09-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.13-1
+
+ 2014-06-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.12-1
+
+2013-12-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.10-1
+
+2013-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.8-1
+
+2013-08-22 Maxime Gauduin aluc...@gmail.com
+  * tilda 1.1.7-3
+  * Fixes FS#36542, FS#36516 and FS#36543
+
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.7-1
+
+2012-06-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * FS#29754 fixed
+
+2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * FS#25762 fixed
+
+2008-04-29 Mateusz Herych heni...@gmail.com
+  * Updated for x86_64 - 0.9.6
+
+2008-04-28 Douglas Soares de Andrade 

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

2014-09-26 Thread Sébastien Luttringer
Date: Friday, September 26, 2014 @ 11:15:04
  Author: seblu
Revision: 119591

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

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

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-26 09:12:03 UTC (rev 119590)
+++ gnome-unstable-i686/PKGBUILD2014-09-26 09:15:04 UTC (rev 119591)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: weston/repos/gnome-unstable-i686/PKGBUILD (from rev 119590, 
weston/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-26 09:15:04 UTC (rev 119591)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/weston \
+   --enable-libinput-backend \
+   --enable-demo-clients-install
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+   # license
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2014-09-26 09:12:03 UTC (rev 119590)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-26 09:15:04 UTC (rev 119591)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=weston
-pkgver=1.6.0
-pkgrel=1
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 'mtdev' 
'libxcursor' 'glu' 'pango' 'colord')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('f3c801f0610b605cda45a017b475c10f2d3b7dbb')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-   # license
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: weston/repos/gnome-unstable-x86_64/PKGBUILD (from rev 119590, 
weston/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-26 09:15:04 UTC (rev 119591)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=weston
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')

[arch-commits] Commit in weston/repos (gnome-unstable-i686 gnome-unstable-x86_64)

2014-09-26 Thread Sébastien Luttringer
Date: Friday, September 26, 2014 @ 11:17:18
  Author: seblu
Revision: 119592

I swear, I'm not drunk

Deleted:
  weston/repos/gnome-unstable-i686/
  weston/repos/gnome-unstable-x86_64/



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

2014-09-26 Thread Tobias Powalowski
Date: Friday, September 26, 2014 @ 11:25:59
  Author: tpowa
Revision: 223030

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

Added:
  qemu/repos/extra-i686/2.0.0-usb-stack.patch
(from rev 223029, qemu/trunk/2.0.0-usb-stack.patch)
  qemu/repos/extra-i686/65-kvm.rules
(from rev 223029, qemu/trunk/65-kvm.rules)
  qemu/repos/extra-i686/PKGBUILD
(from rev 223029, qemu/trunk/PKGBUILD)
  qemu/repos/extra-i686/qemu.install
(from rev 223029, qemu/trunk/qemu.install)
  qemu/repos/extra-x86_64/2.0.0-usb-stack.patch
(from rev 223029, qemu/trunk/2.0.0-usb-stack.patch)
  qemu/repos/extra-x86_64/65-kvm.rules
(from rev 223029, qemu/trunk/65-kvm.rules)
  qemu/repos/extra-x86_64/PKGBUILD
(from rev 223029, qemu/trunk/PKGBUILD)
  qemu/repos/extra-x86_64/qemu.install
(from rev 223029, qemu/trunk/qemu.install)
Deleted:
  qemu/repos/extra-i686/2.0.0-usb-stack.patch
  qemu/repos/extra-i686/65-kvm.rules
  qemu/repos/extra-i686/PKGBUILD
  qemu/repos/extra-i686/qemu.install
  qemu/repos/extra-x86_64/2.0.0-usb-stack.patch
  qemu/repos/extra-x86_64/65-kvm.rules
  qemu/repos/extra-x86_64/PKGBUILD
  qemu/repos/extra-x86_64/qemu.install

+
 /2.0.0-usb-stack.patch |   72 
 /65-kvm.rules  |4 
 /PKGBUILD  |  200 +++
 /qemu.install  |   46 
 extra-i686/2.0.0-usb-stack.patch   |   36 --
 extra-i686/65-kvm.rules|2 
 extra-i686/PKGBUILD|  100 -
 extra-i686/qemu.install|   23 
 extra-x86_64/2.0.0-usb-stack.patch |   36 --
 extra-x86_64/65-kvm.rules  |2 
 extra-x86_64/PKGBUILD  |  100 -
 extra-x86_64/qemu.install  |   23 
 12 files changed, 322 insertions(+), 322 deletions(-)

Deleted: extra-i686/2.0.0-usb-stack.patch
===
--- extra-i686/2.0.0-usb-stack.patch2014-09-26 06:54:23 UTC (rev 223029)
+++ extra-i686/2.0.0-usb-stack.patch2014-09-26 09:25:59 UTC (rev 223030)
@@ -1,36 +0,0 @@
-Correct post load checks:
-1. dev-setup_len == sizeof(dev-data_buf)
-seems fine, no need to fail migration
-2. When state is DATA, passing index  len
-   will cause memcpy with negative length,
-   resulting in heap overflow
-
-First of the issues was reported by dgilbert.
-
-Reported-by: Dr. David Alan Gilbert dgilbert at redhat.com
-Signed-off-by: Michael S. Tsirkin mst at redhat.com

-
-changes from v1:
-- drop state check
-- lightly tested
-
- hw/usb/bus.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/hw/usb/bus.c b/hw/usb/bus.c
-index e48b19f..ff1dfe6 100644
 a/hw/usb/bus.c
-+++ b/hw/usb/bus.c
- at  at  -51,8 +51,8  at  at  static int usb_device_post_load(void 
*opaque, int version_id)
- }
- if (dev-setup_index  0 ||
- dev-setup_len  0 ||
--dev-setup_index = sizeof(dev-data_buf) ||
--dev-setup_len = sizeof(dev-data_buf)) {
-+dev-setup_index  dev-setup_len ||
-+dev-setup_len  sizeof(dev-data_buf)) {
- return -EINVAL;
- }
- return 0;
-

Copied: qemu/repos/extra-i686/2.0.0-usb-stack.patch (from rev 223029, 
qemu/trunk/2.0.0-usb-stack.patch)
===
--- extra-i686/2.0.0-usb-stack.patch(rev 0)
+++ extra-i686/2.0.0-usb-stack.patch2014-09-26 09:25:59 UTC (rev 223030)
@@ -0,0 +1,36 @@
+Correct post load checks:
+1. dev-setup_len == sizeof(dev-data_buf)
+seems fine, no need to fail migration
+2. When state is DATA, passing index  len
+   will cause memcpy with negative length,
+   resulting in heap overflow
+
+First of the issues was reported by dgilbert.
+
+Reported-by: Dr. David Alan Gilbert dgilbert at redhat.com
+Signed-off-by: Michael S. Tsirkin mst at redhat.com
+---
+
+changes from v1:
+- drop state check
+- lightly tested
+
+ hw/usb/bus.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/hw/usb/bus.c b/hw/usb/bus.c
+index e48b19f..ff1dfe6 100644
+--- a/hw/usb/bus.c
 b/hw/usb/bus.c
+ at  at  -51,8 +51,8  at  at  static int usb_device_post_load(void 
*opaque, int version_id)
+ }
+ if (dev-setup_index  0 ||
+ dev-setup_len  0 ||
+-dev-setup_index = sizeof(dev-data_buf) ||
+-dev-setup_len = sizeof(dev-data_buf)) {
++dev-setup_index  dev-setup_len ||
++dev-setup_len  sizeof(dev-data_buf)) {
+ return -EINVAL;
+ }
+ return 0;
+

Deleted: extra-i686/65-kvm.rules
===
--- extra-i686/65-kvm.rules 2014-09-26 06:54:23 UTC (rev 223029)
+++ extra-i686/65-kvm.rules 2014-09-26 09:25:59 UTC (rev 223030)
@@ -1,2 +0,0 @@
-KERNEL==kvm, GROUP=kvm, MODE=0660
-KERNEL==vhost-net, GROUP=kvm, MODE=0660, TAG+=uaccess, 

[arch-commits] Commit in yelp-tools/repos (3 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:24
  Author: jgc
Revision: 223033

db-move: moved yelp-tools from [gnome-unstable] to [testing] (any)

Added:
  yelp-tools/repos/testing-any/
  yelp-tools/repos/testing-any/PKGBUILD
(from rev 223030, yelp-tools/repos/gnome-unstable-any/PKGBUILD)
Deleted:
  yelp-tools/repos/gnome-unstable-any/

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

Copied: yelp-tools/repos/testing-any/PKGBUILD (from rev 223030, 
yelp-tools/repos/gnome-unstable-any/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-09-26 10:53:24 UTC (rev 223033)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=yelp-tools
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Tools for creating Yelp documentation
+arch=('any')
+depends=('yelp-xsl' 'libxslt' 'libxml2' 'itstool')
+license=('GPL')
+options=('!emptydirs')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('138f9c672d62829b3273c9a72abf4bc372988933ab902ed1b0578921801a1035')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:25
  Author: jgc
Revision: 223034

db-move: moved yelp from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  yelp/repos/testing-i686/
  yelp/repos/testing-i686/PKGBUILD
(from rev 223030, yelp/repos/gnome-unstable-i686/PKGBUILD)
  yelp/repos/testing-i686/yelp.install
(from rev 223030, yelp/repos/gnome-unstable-i686/yelp.install)
  yelp/repos/testing-x86_64/
  yelp/repos/testing-x86_64/PKGBUILD
(from rev 223030, yelp/repos/gnome-unstable-x86_64/PKGBUILD)
  yelp/repos/testing-x86_64/yelp.install
(from rev 223030, yelp/repos/gnome-unstable-x86_64/yelp.install)
Deleted:
  yelp/repos/gnome-unstable-i686/
  yelp/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-i686/yelp.install   |   13 +
 testing-x86_64/PKGBUILD |   31 +++
 testing-x86_64/yelp.install |   13 +
 4 files changed, 88 insertions(+)

Copied: yelp/repos/testing-i686/PKGBUILD (from rev 223030, 
yelp/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:25 UTC (rev 223034)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=yelp
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=A help browser for GNOME
+arch=('i686' 'x86_64')
+depends=('webkitgtk' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2'
+ 'desktop-file-utils' 'dconf')
+makedepends=('intltool' 'gtk-doc' 'itstool')
+groups=('gnome')
+license=('GPL')
+options=('!emptydirs')
+url=http://www.gnome.org;
+install=yelp.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d08220b268e2117e3a7d3fdc97ebb7a5e4f35ebed6d9f33a288a7500b92d6756')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: yelp/repos/testing-i686/yelp.install (from rev 223030, 
yelp/repos/gnome-unstable-i686/yelp.install)
===
--- testing-i686/yelp.install   (rev 0)
+++ testing-i686/yelp.install   2014-09-26 10:53:25 UTC (rev 223034)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: yelp/repos/testing-x86_64/PKGBUILD (from rev 223030, 
yelp/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:25 UTC (rev 223034)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=yelp
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=A help browser for GNOME
+arch=('i686' 'x86_64')
+depends=('webkitgtk' 'yelp-xsl' 'libxslt' 'hicolor-icon-theme' 'xz' 'bzip2'
+ 'desktop-file-utils' 'dconf')
+makedepends=('intltool' 'gtk-doc' 'itstool')
+groups=('gnome')
+license=('GPL')
+options=('!emptydirs')
+url=http://www.gnome.org;
+install=yelp.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d08220b268e2117e3a7d3fdc97ebb7a5e4f35ebed6d9f33a288a7500b92d6756')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: yelp/repos/testing-x86_64/yelp.install (from rev 223030, 
yelp/repos/gnome-unstable-x86_64/yelp.install)
===
--- testing-x86_64/yelp.install (rev 0)
+++ testing-x86_64/yelp.install 2014-09-26 10:53:25 UTC (rev 223034)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:27
  Author: jgc
Revision: 223035

db-move: moved webkit2gtk from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  webkit2gtk/repos/testing-i686/
  webkit2gtk/repos/testing-i686/PKGBUILD
(from rev 223030, webkit2gtk/repos/gnome-unstable-i686/PKGBUILD)
  webkit2gtk/repos/testing-i686/fix-pretty-quotes.patch
(from rev 223030, 
webkit2gtk/repos/gnome-unstable-i686/fix-pretty-quotes.patch)
  webkit2gtk/repos/testing-x86_64/
  webkit2gtk/repos/testing-x86_64/PKGBUILD
(from rev 223030, webkit2gtk/repos/gnome-unstable-x86_64/PKGBUILD)
  webkit2gtk/repos/testing-x86_64/fix-pretty-quotes.patch
(from rev 223030, 
webkit2gtk/repos/gnome-unstable-x86_64/fix-pretty-quotes.patch)
Deleted:
  webkit2gtk/repos/gnome-unstable-i686/
  webkit2gtk/repos/gnome-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   53 +++
 testing-i686/fix-pretty-quotes.patch   |   26 +++
 testing-x86_64/PKGBUILD|   53 +++
 testing-x86_64/fix-pretty-quotes.patch |   26 +++
 4 files changed, 158 insertions(+)

Copied: webkit2gtk/repos/testing-i686/PKGBUILD (from rev 223030, 
webkit2gtk/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:27 UTC (rev 223035)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=webkit2gtk
+pkgver=2.6.0
+pkgrel=1
+pkgdesc=GTK+ Web content engine library
+arch=(i686 x86_64)
+url=http://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 
gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu gtk3)
+makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby gtk-doc 
cmake python)
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=(!emptydirs)
+source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz
+fix-pretty-quotes.patch)
+sha256sums=('beb702b3d57d5323b6eecc7f517033777454ea59f1d897d2d96090756aadf4f3'
+'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
+
+prepare() {
+  mkdir build
+
+  cd webkitgtk-$pkgver
+  patch -Np0 -i ../fix-pretty-quotes.patch
+  rm -r Source/ThirdParty/gtest/
+  rm -r Source/ThirdParty/qunit/
+}
+
+build() {
+  cd build
+  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
+../webkitgtk-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  install -m755 -d $pkgdir/usr/share/licenses/webkit2gtk
+  cd $srcdir/webkitgtk-$pkgver/Source
+  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
+echo $f  $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
+cat $f  $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
+echo   $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
+  done
+}

Copied: webkit2gtk/repos/testing-i686/fix-pretty-quotes.patch (from rev 223030, 
webkit2gtk/repos/gnome-unstable-i686/fix-pretty-quotes.patch)
===
--- testing-i686/fix-pretty-quotes.patch(rev 0)
+++ testing-i686/fix-pretty-quotes.patch2014-09-26 10:53:27 UTC (rev 
223035)
@@ -0,0 +1,26 @@
+Pretty quotes in licence break Python stdin.
+
+https://bugs.webkit.org/show_bug.cgi?id=128971
+
+--- Source/WebCore/xml/XMLViewer.css.orig  2014-01-23 16:49:58.0 
+
 Source/WebCore/xml/XMLViewer.css
+@@ -14,7 +14,7 @@
+  * distribution.
+  *
+  * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS CONTRIBUTORS
+- * “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ * AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE INC.
+  * OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+--- Source/WebCore/xml/XMLViewer.js.orig   2014-01-23 16:49:58.0 
+
 Source/WebCore/xml/XMLViewer.js
+@@ -15,7 +15,7 @@
+  * distribution.
+  *
+  * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS CONTRIBUTORS
+- * “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ * AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE INC.
+  * OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

Copied: 

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:29
  Author: jgc
Revision: 223037

db-move: moved vino from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  vino/repos/testing-i686/
  vino/repos/testing-i686/PKGBUILD
(from rev 223030, vino/repos/gnome-unstable-i686/PKGBUILD)
  vino/repos/testing-i686/vino.install
(from rev 223030, vino/repos/gnome-unstable-i686/vino.install)
  vino/repos/testing-x86_64/
  vino/repos/testing-x86_64/PKGBUILD
(from rev 223030, vino/repos/gnome-unstable-x86_64/PKGBUILD)
  vino/repos/testing-x86_64/vino.install
(from rev 223030, vino/repos/gnome-unstable-x86_64/vino.install)
Deleted:
  vino/repos/gnome-unstable-i686/
  vino/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   37 +
 testing-i686/vino.install   |   12 
 testing-x86_64/PKGBUILD |   37 +
 testing-x86_64/vino.install |   12 
 4 files changed, 98 insertions(+)

Copied: vino/repos/testing-i686/PKGBUILD (from rev 223030, 
vino/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:29 UTC (rev 223037)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils gnutls)
+makedepends=(intltool networkmanager)
+groups=(gnome)
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8faf864009e697e8652e4833150eaaba3da6c5a85f9f95886a5b76b00e5a9c1b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+
+  # 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: vino/repos/testing-i686/vino.install (from rev 223030, 
vino/repos/gnome-unstable-i686/vino.install)
===
--- testing-i686/vino.install   (rev 0)
+++ testing-i686/vino.install   2014-09-26 10:53:29 UTC (rev 223037)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: vino/repos/testing-x86_64/PKGBUILD (from rev 223030, 
vino/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:29 UTC (rev 223037)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils gnutls)
+makedepends=(intltool networkmanager)
+groups=(gnome)
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8faf864009e697e8652e4833150eaaba3da6c5a85f9f95886a5b76b00e5a9c1b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+
+  # 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: vino/repos/testing-x86_64/vino.install (from rev 223030, 
vino/repos/gnome-unstable-x86_64/vino.install)
===
--- testing-x86_64/vino.install (rev 0)
+++ testing-x86_64/vino.install 2014-09-26 10:53:29 UTC (rev 223037)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:28
  Author: jgc
Revision: 223036

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

Added:
  vte3/repos/testing-i686/
  vte3/repos/testing-i686/PKGBUILD
(from rev 223030, vte3/repos/gnome-unstable-i686/PKGBUILD)
  vte3/repos/testing-x86_64/
  vte3/repos/testing-x86_64/PKGBUILD
(from rev 223030, vte3/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  vte3/repos/gnome-unstable-i686/
  vte3/repos/gnome-unstable-x86_64/

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

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

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



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:30
  Author: jgc
Revision: 223038

db-move: moved vinagre from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  vinagre/repos/testing-i686/
  vinagre/repos/testing-i686/PKGBUILD
(from rev 223030, vinagre/repos/gnome-unstable-i686/PKGBUILD)
  vinagre/repos/testing-i686/vinagre.install
(from rev 223030, vinagre/repos/gnome-unstable-i686/vinagre.install)
  vinagre/repos/testing-x86_64/
  vinagre/repos/testing-x86_64/PKGBUILD
(from rev 223030, vinagre/repos/gnome-unstable-x86_64/PKGBUILD)
  vinagre/repos/testing-x86_64/vinagre.install
(from rev 223030, vinagre/repos/gnome-unstable-x86_64/vinagre.install)
Deleted:
  vinagre/repos/gnome-unstable-i686/
  vinagre/repos/gnome-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   34 ++
 testing-i686/vinagre.install   |   14 ++
 testing-x86_64/PKGBUILD|   34 ++
 testing-x86_64/vinagre.install |   14 ++
 4 files changed, 96 insertions(+)

Copied: vinagre/repos/testing-i686/PKGBUILD (from rev 223030, 
vinagre/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:30 UTC (rev 223038)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Allan McRae mcrae_al...@hotmail.com
+# Contributor: lp76 l.ped...@gmail.com
+
+pkgname=vinagre
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=A VNC Client for the GNOME Desktop
+arch=(i686 x86_64)
+license=(GPL)
+url=http://www.gnome.org/projects/vinagre/;
+install=vinagre.install
+depends=(libsecret gtk-vnc vte3 telepathy-glib avahi desktop-file-utils dconf 
shared-mime-info
+ spice-gtk3 gnutls freerdp)
+optdepends=('openssh: SSH plugin')
+makedepends=(docbook-xsl intltool openssh itstool spice-protocol)
+groups=(gnome-extra)
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('11d926c68d8f7e945d8ffcab192a35a96035a76abac0cde6de49c498908f3147')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/$pkgname --enable-rdp --enable-spice
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: vinagre/repos/testing-i686/vinagre.install (from rev 223030, 
vinagre/repos/gnome-unstable-i686/vinagre.install)
===
--- testing-i686/vinagre.install(rev 0)
+++ testing-i686/vinagre.install2014-09-26 10:53:30 UTC (rev 223038)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: vinagre/repos/testing-x86_64/PKGBUILD (from rev 223030, 
vinagre/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:30 UTC (rev 223038)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Allan McRae mcrae_al...@hotmail.com
+# Contributor: lp76 l.ped...@gmail.com
+
+pkgname=vinagre
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=A VNC Client for the GNOME Desktop
+arch=(i686 x86_64)
+license=(GPL)
+url=http://www.gnome.org/projects/vinagre/;
+install=vinagre.install
+depends=(libsecret gtk-vnc vte3 telepathy-glib avahi desktop-file-utils dconf 
shared-mime-info
+ spice-gtk3 gnutls freerdp)
+optdepends=('openssh: SSH plugin')
+makedepends=(docbook-xsl intltool openssh itstool spice-protocol)
+groups=(gnome-extra)
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('11d926c68d8f7e945d8ffcab192a35a96035a76abac0cde6de49c498908f3147')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/$pkgname --enable-rdp --enable-spice
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: vinagre/repos/testing-x86_64/vinagre.install (from rev 223030, 
vinagre/repos/gnome-unstable-x86_64/vinagre.install)
===
--- testing-x86_64/vinagre.install  (rev 0)
+++ testing-x86_64/vinagre.install  2014-09-26 10:53:30 UTC (rev 223038)
@@ -0,0 +1,14 @@
+post_install() {
+  

[arch-commits] Commit in yelp-xsl/repos (3 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:23
  Author: jgc
Revision: 223032

db-move: moved yelp-xsl from [gnome-unstable] to [testing] (any)

Added:
  yelp-xsl/repos/testing-any/
  yelp-xsl/repos/testing-any/PKGBUILD
(from rev 223030, yelp-xsl/repos/gnome-unstable-any/PKGBUILD)
Deleted:
  yelp-xsl/repos/gnome-unstable-any/

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

Copied: yelp-xsl/repos/testing-any/PKGBUILD (from rev 223030, 
yelp-xsl/repos/gnome-unstable-any/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-09-26 10:53:23 UTC (rev 223032)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=yelp-xsl
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Stylesheets for Yelp
+arch=(any)
+makedepends=(intltool libxslt libxml2 itstool)
+license=(GPL)
+options=('!emptydirs')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8f5b6793cd600f8308e4ac93da68009169fa6d590eb71ed4a8e98bafe541a87e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:22
  Author: jgc
Revision: 223031

db-move: moved zenity from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  zenity/repos/testing-i686/
  zenity/repos/testing-i686/PKGBUILD
(from rev 223030, zenity/repos/gnome-unstable-i686/PKGBUILD)
  zenity/repos/testing-x86_64/
  zenity/repos/testing-x86_64/PKGBUILD
(from rev 223030, zenity/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  zenity/repos/gnome-unstable-i686/
  zenity/repos/gnome-unstable-x86_64/

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

Copied: zenity/repos/testing-i686/PKGBUILD (from rev 223030, 
zenity/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:22 UTC (rev 223031)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=zenity
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Display graphical dialog boxes from shell scripts
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 libnotify)
+makedepends=(intltool gtk-doc itstool docbook-xsl yelp-tools)
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6b57ec6c456af17714dc366e63dabb8bbe0577878b61907805f0186d4d2b892f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: zenity/repos/testing-x86_64/PKGBUILD (from rev 223030, 
zenity/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:22 UTC (rev 223031)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=zenity
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Display graphical dialog boxes from shell scripts
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 libnotify)
+makedepends=(intltool gtk-doc itstool docbook-xsl yelp-tools)
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6b57ec6c456af17714dc366e63dabb8bbe0577878b61907805f0186d4d2b892f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:03
  Author: jgc
Revision: 223065

db-move: moved libmediaart from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  libmediaart/repos/testing-i686/
  libmediaart/repos/testing-i686/PKGBUILD
(from rev 223030, libmediaart/repos/gnome-unstable-i686/PKGBUILD)
  libmediaart/repos/testing-x86_64/
  libmediaart/repos/testing-x86_64/PKGBUILD
(from rev 223030, libmediaart/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  libmediaart/repos/gnome-unstable-i686/
  libmediaart/repos/gnome-unstable-x86_64/

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

Copied: libmediaart/repos/testing-i686/PKGBUILD (from rev 223030, 
libmediaart/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:03 UTC (rev 223065)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libmediaart
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=Library tasked with managing, extracting and handling media art 
caches
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gdk-pixbuf2')
+makedepends=('vala' 'gobject-introspection' 'python2')
+url=https://github.com/curlybeast/libmediaart;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bb70add2054ef26fc5bcdf2e96b0b25bd5a89c5601aac7f0e40df92a10d404ab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-gdkpixbuf --disable-qt
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libmediaart/repos/testing-x86_64/PKGBUILD (from rev 223030, 
libmediaart/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:03 UTC (rev 223065)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libmediaart
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=Library tasked with managing, extracting and handling media art 
caches
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gdk-pixbuf2')
+makedepends=('vala' 'gobject-introspection' 'python2')
+url=https://github.com/curlybeast/libmediaart;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bb70add2054ef26fc5bcdf2e96b0b25bd5a89c5601aac7f0e40df92a10d404ab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-gdkpixbuf --disable-qt
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:51
  Author: jgc
Revision: 223055

db-move: moved orca from [gnome-unstable] to [testing] (any)

Added:
  orca/repos/testing-any/
  orca/repos/testing-any/PKGBUILD
(from rev 223030, orca/repos/gnome-unstable-any/PKGBUILD)
  orca/repos/testing-any/orca.install
(from rev 223030, orca/repos/gnome-unstable-any/orca.install)
Deleted:
  orca/repos/gnome-unstable-any/

--+
 PKGBUILD |   30 ++
 orca.install |   11 +++
 2 files changed, 41 insertions(+)

Copied: orca/repos/testing-any/PKGBUILD (from rev 223030, 
orca/repos/gnome-unstable-any/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-09-26 10:53:51 UTC (rev 223055)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=orca
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Screen reader for individuals who are blind or visually impaired
+arch=(any)
+license=('LGPL')
+url=http://www.gnome.org/projects/orca;
+install=orca.install
+depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg 
speech-dispatcher liblouis brltty
+ xorg-xmodmap hicolor-icon-theme gsettings-desktop-schemas)
+makedepends=(itstool intltool gnome-doc-utils python2)
+groups=(gnome-extra)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2413f0bec264a7e97cd860eca32ea3ab7dd13e571b9ae7202a8243724367fb66')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: orca/repos/testing-any/orca.install (from rev 223030, 
orca/repos/gnome-unstable-any/orca.install)
===
--- testing-any/orca.install(rev 0)
+++ testing-any/orca.install2014-09-26 10:53:51 UTC (rev 223055)
@@ -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
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:50
  Author: jgc
Revision: 223054

db-move: moved packagekit from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  packagekit/repos/testing-i686/
  packagekit/repos/testing-i686/PKGBUILD
(from rev 223030, packagekit/repos/gnome-unstable-i686/PKGBUILD)
  packagekit/repos/testing-x86_64/
  packagekit/repos/testing-x86_64/PKGBUILD
(from rev 223030, packagekit/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  packagekit/repos/gnome-unstable-i686/
  packagekit/repos/gnome-unstable-x86_64/

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

Copied: packagekit/repos/testing-i686/PKGBUILD (from rev 223030, 
packagekit/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:50 UTC (rev 223054)
@@ -0,0 +1,43 @@
+pkgname=packagekit
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=DBUS abstraction layer that allows the session user to manage 
packages in a secure way using a cross-distro, cross-architecture API
+arch=(i686 x86_64)
+license=('GPL2')
+url=http://www.packagekit.org/;
+depends=(glib2 dbus-glib pam sqlite polkit systemd pacman python)
+makedepends=(gtk3 gtk2 xmlto gtk-doc intltool bash-completion 
gobject-introspection python2)
+options=('!libtool' 'emptydirs')
+source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-$pkgver.tar.xz)
+sha256sums=('2b7d7af178431391f64a118a0d693106e9603b9db7bcf0f9cde5c5d62a0b60bf')
+
+build() {
+  cd PackageKit-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/PackageKit \
+  --disable-static \
+  --disable-schemas-compile \
+  --disable-browser-plugin \
+  --enable-gtk-doc \
+  --enable-python3 \
+  --enable-systemd \
+  --enable-systemd-updates \
+  --enable-gstreamer-plugin \
+  --enable-alpm \
+  --disable-tests \
+  --disable-qt
+  make
+}
+
+package() {
+  cd PackageKit-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  #PackageKit initializes and upgrades this at runtime
+  rm -f ${pkgdir}/var/lib/PackageKit/transactions.db
+
+  rm -rf ${pkgdir}/var/cache
+  rm -rf ${pkgdir}/var/log
+}

Copied: packagekit/repos/testing-x86_64/PKGBUILD (from rev 223030, 
packagekit/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:50 UTC (rev 223054)
@@ -0,0 +1,43 @@
+pkgname=packagekit
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=DBUS abstraction layer that allows the session user to manage 
packages in a secure way using a cross-distro, cross-architecture API
+arch=(i686 x86_64)
+license=('GPL2')
+url=http://www.packagekit.org/;
+depends=(glib2 dbus-glib pam sqlite polkit systemd pacman python)
+makedepends=(gtk3 gtk2 xmlto gtk-doc intltool bash-completion 
gobject-introspection python2)
+options=('!libtool' 'emptydirs')
+source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-$pkgver.tar.xz)
+sha256sums=('2b7d7af178431391f64a118a0d693106e9603b9db7bcf0f9cde5c5d62a0b60bf')
+
+build() {
+  cd PackageKit-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/PackageKit \
+  --disable-static \
+  --disable-schemas-compile \
+  --disable-browser-plugin \
+  --enable-gtk-doc \
+  --enable-python3 \
+  --enable-systemd \
+  --enable-systemd-updates \
+  --enable-gstreamer-plugin \
+  --enable-alpm \
+  --disable-tests \
+  --disable-qt
+  make
+}
+
+package() {
+  cd PackageKit-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  #PackageKit initializes and upgrades this at runtime
+  rm -f ${pkgdir}/var/lib/PackageKit/transactions.db
+
+  rm -rf ${pkgdir}/var/cache
+  rm -rf ${pkgdir}/var/log
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:40
  Author: jgc
Revision: 223046

db-move: moved seahorse from [gnome-unstable] to [testing] (i686, x86_64)

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

+
 testing-i686/PKGBUILD  |   38 +++
 testing-i686/seahorse-ssh-askpass.sh   |3 ++
 testing-i686/seahorse.install  |   13 ++
 testing-x86_64/PKGBUILD|   38 +++
 testing-x86_64/seahorse-ssh-askpass.sh |3 ++
 testing-x86_64/seahorse.install|   13 ++
 6 files changed, 108 insertions(+)

Copied: seahorse/repos/testing-i686/PKGBUILD (from rev 223030, 
seahorse/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:40 UTC (rev 223046)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Michel Brabants michel.li...@tiscali.be
+
+pkgname=seahorse
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=GNOME application for managing PGP keys.
+arch=(i686 x86_64)
+license=(GPL)
+url=http://projects.gnome.org/seahorse/;
+depends=(gtk3 gcr libsecret libsoup gpgme desktop-file-utils 
hicolor-icon-theme dconf)
+makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm 
vala)
+optdepends=('openssh: SSH support')
+provides=(x11-ssh-askpass)
+options=('!emptydirs')
+groups=(gnome-extra)
+install=seahorse.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+seahorse-ssh-askpass.sh)
+sha256sums=('2ea22830f5af1a11fadbdd8da6b34513410f2c371d9ec75fbf9b9b2d9177fc8a'
+'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--bindir=/usr/bin \
+  --enable-ldap --enable-hkp \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm755 $srcdir/seahorse-ssh-askpass.sh \
+$pkgdir/etc/profile.d/seahorse-ssh-askpass.sh
+}

Copied: seahorse/repos/testing-i686/seahorse-ssh-askpass.sh (from rev 223030, 
seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh)
===
--- testing-i686/seahorse-ssh-askpass.sh(rev 0)
+++ testing-i686/seahorse-ssh-askpass.sh2014-09-26 10:53:40 UTC (rev 
223046)
@@ -0,0 +1,3 @@
+if [ -z $SSH_ASKPASS ]  [ -n $DISPLAY ]; then
+  export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass
+fi

Copied: seahorse/repos/testing-i686/seahorse.install (from rev 223030, 
seahorse/repos/gnome-unstable-i686/seahorse.install)
===
--- testing-i686/seahorse.install   (rev 0)
+++ testing-i686/seahorse.install   2014-09-26 10:53:40 UTC (rev 223046)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: seahorse/repos/testing-x86_64/PKGBUILD (from rev 223030, 
seahorse/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:40 UTC (rev 223046)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Michel Brabants michel.li...@tiscali.be
+
+pkgname=seahorse
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=GNOME application for managing PGP keys.
+arch=(i686 x86_64)
+license=(GPL)
+url=http://projects.gnome.org/seahorse/;
+depends=(gtk3 gcr libsecret libsoup 

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:01
  Author: jgc
Revision: 223064

db-move: moved libpeas from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  libpeas/repos/testing-i686/
  libpeas/repos/testing-i686/PKGBUILD
(from rev 223030, libpeas/repos/gnome-unstable-i686/PKGBUILD)
  libpeas/repos/testing-i686/libpeas.install
(from rev 223030, libpeas/repos/gnome-unstable-i686/libpeas.install)
  libpeas/repos/testing-x86_64/
  libpeas/repos/testing-x86_64/PKGBUILD
(from rev 223030, libpeas/repos/gnome-unstable-x86_64/PKGBUILD)
  libpeas/repos/testing-x86_64/libpeas.install
(from rev 223030, libpeas/repos/gnome-unstable-x86_64/libpeas.install)
Deleted:
  libpeas/repos/gnome-unstable-i686/
  libpeas/repos/gnome-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   39 +++
 testing-i686/libpeas.install   |   11 +++
 testing-x86_64/PKGBUILD|   39 +++
 testing-x86_64/libpeas.install |   11 +++
 4 files changed, 100 insertions(+)

Copied: libpeas/repos/testing-i686/PKGBUILD (from rev 223030, 
libpeas/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:01 UTC (rev 223064)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.12.1
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(gtk3 hicolor-icon-theme gobject-introspection)
+makedepends=(gtk-doc intltool python-gobject python2-gobject seed glade)
+optdepends=('seed: gobject-based plugin engine - seed runtime loader')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('e610be31c9d382580fb5d8686f8311149f27413f55af6abf5c033178b99452d6')
+
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # 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: libpeas/repos/testing-i686/libpeas.install (from rev 223030, 
libpeas/repos/gnome-unstable-i686/libpeas.install)
===
--- testing-i686/libpeas.install(rev 0)
+++ testing-i686/libpeas.install2014-09-26 10:54:01 UTC (rev 223064)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: libpeas/repos/testing-x86_64/PKGBUILD (from rev 223030, 
libpeas/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:01 UTC (rev 223064)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libpeas
+pkgver=1.12.1
+pkgrel=1
+pkgdesc=A GObject-based plugins engine
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(gtk3 hicolor-icon-theme gobject-introspection)
+makedepends=(gtk-doc intltool python-gobject python2-gobject seed glade)
+optdepends=('seed: gobject-based plugin engine - seed runtime loader')
+install=libpeas.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('e610be31c9d382580fb5d8686f8311149f27413f55af6abf5c033178b99452d6')
+
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # 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: libpeas/repos/testing-x86_64/libpeas.install (from rev 223030, 
libpeas/repos/gnome-unstable-x86_64/libpeas.install)
===
--- testing-x86_64/libpeas.install  (rev 0)
+++ testing-x86_64/libpeas.install  2014-09-26 10:54:01 UTC (rev 223064)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:32
  Author: jgc
Revision: 223039

db-move: moved vala from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  vala/repos/testing-i686/
  vala/repos/testing-i686/PKGBUILD
(from rev 223030, vala/repos/gnome-unstable-i686/PKGBUILD)
  vala/repos/testing-x86_64/
  vala/repos/testing-x86_64/PKGBUILD
(from rev 223030, vala/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  vala/repos/gnome-unstable-i686/
  vala/repos/gnome-unstable-x86_64/

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

Copied: vala/repos/testing-i686/PKGBUILD (from rev 223030, 
vala/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:32 UTC (rev 223039)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+
+pkgname=vala
+pkgver=0.26.0
+pkgrel=1
+pkgdesc=Compiler for the GObject type system
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Vala;
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c1d0a6a485d5cbfbe027483adfc5f7c80c2404b692375be80d75193d915dcd2f')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Copied: vala/repos/testing-x86_64/PKGBUILD (from rev 223030, 
vala/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:32 UTC (rev 223039)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Timm Preetz t...@preetz.us
+
+pkgname=vala
+pkgver=0.26.0
+pkgrel=1
+pkgdesc=Compiler for the GObject type system
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Vala;
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c1d0a6a485d5cbfbe027483adfc5f7c80c2404b692375be80d75193d915dcd2f')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:45
  Author: jgc
Revision: 223049

db-move: moved quadrapassel from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  quadrapassel/repos/testing-i686/
  quadrapassel/repos/testing-i686/PKGBUILD
(from rev 223030, quadrapassel/repos/gnome-unstable-i686/PKGBUILD)
  quadrapassel/repos/testing-i686/quadrapassel.install
(from rev 223030, 
quadrapassel/repos/gnome-unstable-i686/quadrapassel.install)
  quadrapassel/repos/testing-x86_64/
  quadrapassel/repos/testing-x86_64/PKGBUILD
(from rev 223030, quadrapassel/repos/gnome-unstable-x86_64/PKGBUILD)
  quadrapassel/repos/testing-x86_64/quadrapassel.install
(from rev 223030, 
quadrapassel/repos/gnome-unstable-x86_64/quadrapassel.install)
Deleted:
  quadrapassel/repos/gnome-unstable-i686/
  quadrapassel/repos/gnome-unstable-x86_64/

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

Copied: quadrapassel/repos/testing-i686/PKGBUILD (from rev 223030, 
quadrapassel/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:45 UTC (rev 223049)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=quadrapassel
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Fit falling blocks together (Tetris-like game for GNOME)
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=quadrapassel.install
+url=https://live.gnome.org/Quadrapassel;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('18cc54a4f0807bd1b62268419a25c00c2425c2d468a65b83a9d30ed6484f86c1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: quadrapassel/repos/testing-i686/quadrapassel.install (from rev 223030, 
quadrapassel/repos/gnome-unstable-i686/quadrapassel.install)
===
--- testing-i686/quadrapassel.install   (rev 0)
+++ testing-i686/quadrapassel.install   2014-09-26 10:53:45 UTC (rev 223049)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: quadrapassel/repos/testing-x86_64/PKGBUILD (from rev 223030, 
quadrapassel/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:45 UTC (rev 223049)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=quadrapassel
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Fit falling blocks together (Tetris-like game for GNOME)
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 
'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=quadrapassel.install
+url=https://live.gnome.org/Quadrapassel;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('18cc54a4f0807bd1b62268419a25c00c2425c2d468a65b83a9d30ed6484f86c1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: quadrapassel/repos/testing-x86_64/quadrapassel.install (from rev 
223030, quadrapassel/repos/gnome-unstable-x86_64/quadrapassel.install)
===
--- testing-x86_64/quadrapassel.install (rev 0)
+++ testing-x86_64/quadrapassel.install 2014-09-26 10:53:45 UTC (rev 223049)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:49
  Author: jgc
Revision: 223053

db-move: moved pango from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  pango/repos/testing-i686/
  pango/repos/testing-i686/PKGBUILD
(from rev 223030, pango/repos/gnome-unstable-i686/PKGBUILD)
  pango/repos/testing-i686/pango.install
(from rev 223030, pango/repos/gnome-unstable-i686/pango.install)
  pango/repos/testing-x86_64/
  pango/repos/testing-x86_64/PKGBUILD
(from rev 223030, pango/repos/gnome-unstable-x86_64/PKGBUILD)
  pango/repos/testing-x86_64/pango.install
(from rev 223030, pango/repos/gnome-unstable-x86_64/pango.install)
Deleted:
  pango/repos/gnome-unstable-i686/
  pango/repos/gnome-unstable-x86_64/

--+
 testing-i686/PKGBUILD|   31 +++
 testing-i686/pango.install   |   14 ++
 testing-x86_64/PKGBUILD  |   31 +++
 testing-x86_64/pango.install |   14 ++
 4 files changed, 90 insertions(+)

Copied: pango/repos/testing-i686/PKGBUILD (from rev 223030, 
pango/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:49 UTC (rev 223053)
@@ -0,0 +1,31 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.36.8
+pkgrel=1
+pkgdesc=A library for layout and rendering of text
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
+makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection' 'help2man' 'python2')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('18dbb51b8ae12bae0ab7a958e7cf3317c9acfc8a1e1103ec2f147164a0fc2d07')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  rm -f pango-view/pango-view.1.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Copied: pango/repos/testing-i686/pango.install (from rev 223030, 
pango/repos/gnome-unstable-i686/pango.install)
===
--- testing-i686/pango.install  (rev 0)
+++ testing-i686/pango.install  2014-09-26 10:53:49 UTC (rev 223053)
@@ -0,0 +1,14 @@
+post_install() {
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install
+}
+
+pre_remove() {
+   rm etc/pango/pango.modules
+}

Copied: pango/repos/testing-x86_64/PKGBUILD (from rev 223030, 
pango/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:49 UTC (rev 223053)
@@ -0,0 +1,31 @@
+# $Id$ 
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=pango
+pkgver=1.36.8
+pkgrel=1
+pkgdesc=A library for layout and rendering of text
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
+makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection' 'help2man' 'python2')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url=http://www.pango.org/;
+sha256sums=('18dbb51b8ae12bae0ab7a958e7cf3317c9acfc8a1e1103ec2f147164a0fc2d07')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  rm -f pango-view/pango-view.1.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/etc/pango
+}

Copied: pango/repos/testing-x86_64/pango.install (from rev 223030, 
pango/repos/gnome-unstable-x86_64/pango.install)
===
--- testing-x86_64/pango.install(rev 0)
+++ testing-x86_64/pango.install2014-09-26 10:53:49 UTC (rev 223053)
@@ -0,0 +1,14 @@
+post_install() {
+   usr/bin/pango-querymodules etc/pango/pango.modules
+}
+
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install
+}
+
+pre_remove() {
+   rm etc/pango/pango.modules
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:58
  Author: jgc
Revision: 223061

db-move: moved libsoup from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  libsoup/repos/testing-i686/
  libsoup/repos/testing-i686/PKGBUILD
(from rev 223030, libsoup/repos/gnome-unstable-i686/PKGBUILD)
  libsoup/repos/testing-x86_64/
  libsoup/repos/testing-x86_64/PKGBUILD
(from rev 223030, libsoup/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  libsoup/repos/gnome-unstable-i686/
  libsoup/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: libsoup/repos/testing-i686/PKGBUILD (from rev 223030, 
libsoup/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:58 UTC (rev 223061)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libsoup
+pkgver=2.48.0
+pkgrel=1
+pkgdesc=GNOME HTTP Library
+arch=(i686 x86_64)
+license=(LGPL)
+url=http://www.gnome.org;
+depends=(glib2 libxml2 glib-networking sqlite)
+makedepends=(intltool gobject-introspection python python2)
+checkdepends=(apache php php-apache)
+provides=(libsoup-gnome=$pkgver-$pkgrel)
+conflicts=(libsoup-gnome)
+replaces=(libsoup-gnome)
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ea34dd64fe44343445daf6dd690d0691e9d973468de44878da97371c16d89784')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libsoup/repos/testing-x86_64/PKGBUILD (from rev 223030, 
libsoup/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:58 UTC (rev 223061)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libsoup
+pkgver=2.48.0
+pkgrel=1
+pkgdesc=GNOME HTTP Library
+arch=(i686 x86_64)
+license=(LGPL)
+url=http://www.gnome.org;
+depends=(glib2 libxml2 glib-networking sqlite)
+makedepends=(intltool gobject-introspection python python2)
+checkdepends=(apache php php-apache)
+provides=(libsoup-gnome=$pkgver-$pkgrel)
+conflicts=(libsoup-gnome)
+replaces=(libsoup-gnome)
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ea34dd64fe44343445daf6dd690d0691e9d973468de44878da97371c16d89784')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:33
  Author: jgc
Revision: 223040

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

Added:
  tracker/repos/testing-i686/
  tracker/repos/testing-i686/PKGBUILD
(from rev 223030, tracker/repos/gnome-unstable-i686/PKGBUILD)
  tracker/repos/testing-i686/tracker.install
(from rev 223030, tracker/repos/gnome-unstable-i686/tracker.install)
  tracker/repos/testing-x86_64/
  tracker/repos/testing-x86_64/PKGBUILD
(from rev 223030, tracker/repos/gnome-unstable-x86_64/PKGBUILD)
  tracker/repos/testing-x86_64/tracker.install
(from rev 223030, tracker/repos/gnome-unstable-x86_64/tracker.install)
Deleted:
  tracker/repos/gnome-unstable-i686/
  tracker/repos/gnome-unstable-x86_64/

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

Copied: tracker/repos/testing-i686/PKGBUILD (from rev 223030, 
tracker/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:33 UTC (rev 223040)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=All-in-one indexer, search tool and metadata database
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(libgee libsecret upower libexif exempi
+ poppler-glib libgsf icu enca networkmanager gtk3
+ desktop-file-utils hicolor-icon-theme gobject-introspection
+ intltool giflib gst-plugins-base-libs totem-plparser
+ taglib libvorbis flac vala libgxps libnautilus-extension 
libmediaart python2)
+url=http://www.gnome.org;
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('32a4c032e001329dea1050c4dfea737e0c8bfb77863f3e870a15a0aadd153e3f')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/tracker \
+--disable-unit-tests \
+--enable-libflac \
+--enable-libvorbis
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package_tracker() {
+  depends=(libtracker-sparql=$pkgver-$pkgrel libgee libsecret
+   upower libexif exempi poppler-glib libgsf enca
+   networkmanager gtk3 desktop-file-utils hicolor-icon-theme 
libmediaart)
+  optdepends=('giflib: extractor for GIF data'
+  'gst-plugins-base-libs: video extractor'
+  'totem-plparser: playlist support'
+  'libvorbis: Vorbis metadata extractor'
+  'flac: FLAC metadata extractor'
+  'taglib: writeback for audio files'
+  nautilus: edit files' tracker tags
+  'libgxps: XPS extractor')
+  groups=('gnome')
+  install=tracker.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+
+  for dir in libtracker-{sparql,common,data,sparql-backend}; do
+make DESTDIR=$pkgdir -C src/$dir uninstall
+  done
+
+  rm -f $pkgdir/usr/lib/pkgconfig/tracker-sparql-*.pc
+}
+
+package_libtracker-sparql() {
+  pkgdesc=$pkgdesc (SPARQL library)
+  depends=(sqlite icu glib2 libffi pcre util-linux)
+
+  cd $pkgbase-$pkgver/src
+  for dir in libtracker-{sparql,common,data,sparql-backend}; do
+make DESTDIR=$pkgdir -C $dir install
+  done
+
+  install -m755 -d $pkgdir/usr/lib/pkgconfig
+  install -m644 ../data/tracker-sparql-*.pc $pkgdir/usr/lib/pkgconfig/
+}

Copied: tracker/repos/testing-i686/tracker.install (from rev 223030, 
tracker/repos/gnome-unstable-i686/tracker.install)
===
--- testing-i686/tracker.install(rev 0)
+++ testing-i686/tracker.install2014-09-26 10:53:33 UTC (rev 223040)
@@ -0,0 +1,13 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: tracker/repos/testing-x86_64/PKGBUILD (from rev 223030, 
tracker/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:52
  Author: jgc
Revision: 223056

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

Added:
  nautilus-sendto/repos/testing-i686/
  nautilus-sendto/repos/testing-i686/PKGBUILD
(from rev 223030, nautilus-sendto/repos/gnome-unstable-i686/PKGBUILD)
  nautilus-sendto/repos/testing-i686/nautilus-sendto.install
(from rev 223030, 
nautilus-sendto/repos/gnome-unstable-i686/nautilus-sendto.install)
  nautilus-sendto/repos/testing-x86_64/
  nautilus-sendto/repos/testing-x86_64/PKGBUILD
(from rev 223030, nautilus-sendto/repos/gnome-unstable-x86_64/PKGBUILD)
  nautilus-sendto/repos/testing-x86_64/nautilus-sendto.install
(from rev 223030, 
nautilus-sendto/repos/gnome-unstable-x86_64/nautilus-sendto.install)
Deleted:
  nautilus-sendto/repos/gnome-unstable-i686/
  nautilus-sendto/repos/gnome-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   31 +++
 testing-i686/nautilus-sendto.install   |5 +
 testing-x86_64/PKGBUILD|   31 +++
 testing-x86_64/nautilus-sendto.install |5 +
 4 files changed, 72 insertions(+)

Copied: nautilus-sendto/repos/testing-i686/PKGBUILD (from rev 223030, 
nautilus-sendto/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:52 UTC (rev 223056)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Eduardo Romero edua...@archlinux.org
+# Contributor: Tor Krill t...@krill.nu
+
+pkgname=nautilus-sendto
+pkgver=3.8.2
+pkgrel=1
+pkgdesc=Nautilus context menu for sending files.
+arch=(i686 x86_64)
+url=http://download.gnome.org/sources/nautilus-sendto/;
+license=(GPL)
+depends=(glib2)
+makedepends=(gettext intltool gobject-introspection python2)
+options=('!emptydirs')
+install=nautilus-sendto.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('932811e781457b1dbf7b396e930d588f433b9ba756b10bde9f03f6d71d54bdc5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: nautilus-sendto/repos/testing-i686/nautilus-sendto.install (from rev 
223030, nautilus-sendto/repos/gnome-unstable-i686/nautilus-sendto.install)
===
--- testing-i686/nautilus-sendto.install(rev 0)
+++ testing-i686/nautilus-sendto.install2014-09-26 10:53:52 UTC (rev 
223056)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if (( $(vercmp $2 3.7.92)  0 )); then
+glib-compile-schemas usr/share/glib-2.0/schemas
+  fi
+}

Copied: nautilus-sendto/repos/testing-x86_64/PKGBUILD (from rev 223030, 
nautilus-sendto/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:52 UTC (rev 223056)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Eduardo Romero edua...@archlinux.org
+# Contributor: Tor Krill t...@krill.nu
+
+pkgname=nautilus-sendto
+pkgver=3.8.2
+pkgrel=1
+pkgdesc=Nautilus context menu for sending files.
+arch=(i686 x86_64)
+url=http://download.gnome.org/sources/nautilus-sendto/;
+license=(GPL)
+depends=(glib2)
+makedepends=(gettext intltool gobject-introspection python2)
+options=('!emptydirs')
+install=nautilus-sendto.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('932811e781457b1dbf7b396e930d588f433b9ba756b10bde9f03f6d71d54bdc5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: nautilus-sendto/repos/testing-x86_64/nautilus-sendto.install (from rev 
223030, nautilus-sendto/repos/gnome-unstable-x86_64/nautilus-sendto.install)
===
--- testing-x86_64/nautilus-sendto.install  (rev 0)
+++ testing-x86_64/nautilus-sendto.install  2014-09-26 10:53:52 UTC (rev 
223056)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if (( $(vercmp $2 3.7.92)  0 )); then
+glib-compile-schemas usr/share/glib-2.0/schemas
+  fi
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:34
  Author: jgc
Revision: 223041

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

Added:
  totem-plparser/repos/testing-i686/
  totem-plparser/repos/testing-i686/PKGBUILD
(from rev 223030, totem-plparser/repos/gnome-unstable-i686/PKGBUILD)
  totem-plparser/repos/testing-x86_64/
  totem-plparser/repos/testing-x86_64/PKGBUILD
(from rev 223030, totem-plparser/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  totem-plparser/repos/gnome-unstable-i686/
  totem-plparser/repos/gnome-unstable-x86_64/

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

Copied: totem-plparser/repos/testing-i686/PKGBUILD (from rev 223030, 
totem-plparser/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:34 UTC (rev 223041)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=totem-plparser
+pkgver=3.10.3
+pkgrel=1
+url=http://www.gnome.org;
+pkgdesc=Totem playlist parser library
+license=('LGPL')
+arch=(i686 x86_64)
+depends=('gmime' 'libsoup' 'libarchive')
+makedepends=('intltool' 'gobject-introspection' 'libquvi' 'python2')
+optdepends=('libquvi: video site handling (Youtube etc.)')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver:0:4}/totem-pl-parser-$pkgver.tar.xz)
+sha256sums=('14512c76c7f375d8bb9e9a220afbac20be2d2eb82abee9a8986d264079a0c72f')
+
+build() {
+  cd totem-pl-parser-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package(){
+  cd totem-pl-parser-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: totem-plparser/repos/testing-x86_64/PKGBUILD (from rev 223030, 
totem-plparser/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:34 UTC (rev 223041)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=totem-plparser
+pkgver=3.10.3
+pkgrel=1
+url=http://www.gnome.org;
+pkgdesc=Totem playlist parser library
+license=('LGPL')
+arch=(i686 x86_64)
+depends=('gmime' 'libsoup' 'libarchive')
+makedepends=('intltool' 'gobject-introspection' 'libquvi' 'python2')
+optdepends=('libquvi: video site handling (Youtube etc.)')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver:0:4}/totem-pl-parser-$pkgver.tar.xz)
+sha256sums=('14512c76c7f375d8bb9e9a220afbac20be2d2eb82abee9a8986d264079a0c72f')
+
+build() {
+  cd totem-pl-parser-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package(){
+  cd totem-pl-parser-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:37
  Author: jgc
Revision: 223044

db-move: moved swell-foop from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  swell-foop/repos/testing-i686/
  swell-foop/repos/testing-i686/PKGBUILD
(from rev 223030, swell-foop/repos/gnome-unstable-i686/PKGBUILD)
  swell-foop/repos/testing-i686/swell-foop.install
(from rev 223030, swell-foop/repos/gnome-unstable-i686/swell-foop.install)
  swell-foop/repos/testing-x86_64/
  swell-foop/repos/testing-x86_64/PKGBUILD
(from rev 223030, swell-foop/repos/gnome-unstable-x86_64/PKGBUILD)
  swell-foop/repos/testing-x86_64/swell-foop.install
(from rev 223030, swell-foop/repos/gnome-unstable-x86_64/swell-foop.install)
Deleted:
  swell-foop/repos/gnome-unstable-i686/
  swell-foop/repos/gnome-unstable-x86_64/

---+
 testing-i686/PKGBUILD |   32 
 testing-i686/swell-foop.install   |   12 
 testing-x86_64/PKGBUILD   |   32 
 testing-x86_64/swell-foop.install |   12 
 4 files changed, 88 insertions(+)

Copied: swell-foop/repos/testing-i686/PKGBUILD (from rev 223030, 
swell-foop/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:37 UTC (rev 223044)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=swell-foop
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c52e5c03da5136e47eb04ed58982e93659c7c88411c282b143fc347350ec6dca')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: swell-foop/repos/testing-i686/swell-foop.install (from rev 223030, 
swell-foop/repos/gnome-unstable-i686/swell-foop.install)
===
--- testing-i686/swell-foop.install (rev 0)
+++ testing-i686/swell-foop.install 2014-09-26 10:53:37 UTC (rev 223044)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: swell-foop/repos/testing-x86_64/PKGBUILD (from rev 223030, 
swell-foop/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:37 UTC (rev 223044)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=swell-foop
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Clear the screen by removing groups of colored and shaped tiles
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=swell-foop.install
+url=https://live.gnome.org/Swell%20Foop;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c52e5c03da5136e47eb04ed58982e93659c7c88411c282b143fc347350ec6dca')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: swell-foop/repos/testing-x86_64/swell-foop.install (from rev 223030, 
swell-foop/repos/gnome-unstable-x86_64/swell-foop.install)
===
--- testing-x86_64/swell-foop.install   (rev 0)
+++ testing-x86_64/swell-foop.install   2014-09-26 10:53:37 UTC (rev 223044)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:17
  Author: jgc
Revision: 223073

db-move: moved libchamplain from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  libchamplain/repos/testing-i686/
  libchamplain/repos/testing-i686/PKGBUILD
(from rev 223030, libchamplain/repos/gnome-unstable-i686/PKGBUILD)
  libchamplain/repos/testing-x86_64/
  libchamplain/repos/testing-x86_64/PKGBUILD
(from rev 223030, libchamplain/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  libchamplain/repos/gnome-unstable-i686/
  libchamplain/repos/gnome-unstable-x86_64/

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

Copied: libchamplain/repos/testing-i686/PKGBUILD (from rev 223030, 
libchamplain/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:17 UTC (rev 223073)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.9
+pkgrel=1
+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' 'python2')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b25ce832334976c07bf9564bf7f31e628881c69cf871a256cf4530cb277917e3')
+
+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/testing-x86_64/PKGBUILD (from rev 223030, 
libchamplain/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:17 UTC (rev 223073)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Michael Kanis mka...@gmx.de
+
+pkgname=libchamplain
+pkgver=0.12.9
+pkgrel=1
+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' 'python2')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b25ce832334976c07bf9564bf7f31e628881c69cf871a256cf4530cb277917e3')
+
+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 libgdata/repos (6 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:16
  Author: jgc
Revision: 223072

db-move: moved libgdata from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  libgdata/repos/testing-i686/
  libgdata/repos/testing-i686/PKGBUILD
(from rev 223030, libgdata/repos/gnome-unstable-i686/PKGBUILD)
  libgdata/repos/testing-x86_64/
  libgdata/repos/testing-x86_64/PKGBUILD
(from rev 223030, libgdata/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  libgdata/repos/gnome-unstable-i686/
  libgdata/repos/gnome-unstable-x86_64/

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

Copied: libgdata/repos/testing-i686/PKGBUILD (from rev 223030, 
libgdata/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:16 UTC (rev 223072)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libgdata
+pkgver=0.16.0
+pkgrel=1
+pkgdesc=GLib-based library for accessing online service APIs using the GData 
protocol
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock' 'python2')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('66bc279ff8fbebb8eb2602d33e37e3140747ba1e4dc1f1b944c0f312f00ab479')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libgdata/repos/testing-x86_64/PKGBUILD (from rev 223030, 
libgdata/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:16 UTC (rev 223072)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libgdata
+pkgver=0.16.0
+pkgrel=1
+pkgdesc=GLib-based library for accessing online service APIs using the GData 
protocol
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup' 'liboauth' 'gcr' 'gnome-online-accounts')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'uhttpmock' 'python2')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('66bc279ff8fbebb8eb2602d33e37e3140747ba1e4dc1f1b944c0f312f00ab479')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:22
  Author: jgc
Revision: 223075

db-move: moved iagno from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  iagno/repos/testing-i686/
  iagno/repos/testing-i686/PKGBUILD
(from rev 223030, iagno/repos/gnome-unstable-i686/PKGBUILD)
  iagno/repos/testing-i686/iagno.install
(from rev 223030, iagno/repos/gnome-unstable-i686/iagno.install)
  iagno/repos/testing-x86_64/
  iagno/repos/testing-x86_64/PKGBUILD
(from rev 223030, iagno/repos/gnome-unstable-x86_64/PKGBUILD)
  iagno/repos/testing-x86_64/iagno.install
(from rev 223030, iagno/repos/gnome-unstable-x86_64/iagno.install)
Deleted:
  iagno/repos/gnome-unstable-i686/
  iagno/repos/gnome-unstable-x86_64/

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/iagno.install   |   12 
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/iagno.install |   12 
 4 files changed, 88 insertions(+)

Copied: iagno/repos/testing-i686/PKGBUILD (from rev 223030, 
iagno/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:22 UTC (rev 223075)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=iagno
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Dominate the board in a classic version of Reversi
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=iagno.install
+url=https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fca395f1417d041977cb3e5e5ea007e956333f245ce25aa90d0927dba7477b61')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: iagno/repos/testing-i686/iagno.install (from rev 223030, 
iagno/repos/gnome-unstable-i686/iagno.install)
===
--- testing-i686/iagno.install  (rev 0)
+++ testing-i686/iagno.install  2014-09-26 10:54:22 UTC (rev 223075)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: iagno/repos/testing-x86_64/PKGBUILD (from rev 223030, 
iagno/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:22 UTC (rev 223075)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=iagno
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Dominate the board in a classic version of Reversi
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=iagno.install
+url=https://live.gnome.org/Iagno;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fca395f1417d041977cb3e5e5ea007e956333f245ce25aa90d0927dba7477b61')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: iagno/repos/testing-x86_64/iagno.install (from rev 223030, 
iagno/repos/gnome-unstable-x86_64/iagno.install)
===
--- testing-x86_64/iagno.install(rev 0)
+++ testing-x86_64/iagno.install2014-09-26 10:54:22 UTC (rev 223075)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:48
  Author: jgc
Revision: 223052

db-move: moved polari from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  polari/repos/testing-i686/
  polari/repos/testing-i686/PKGBUILD
(from rev 223030, polari/repos/gnome-unstable-i686/PKGBUILD)
  polari/repos/testing-i686/polari.install
(from rev 223030, polari/repos/gnome-unstable-i686/polari.install)
  polari/repos/testing-x86_64/
  polari/repos/testing-x86_64/PKGBUILD
(from rev 223030, polari/repos/gnome-unstable-x86_64/PKGBUILD)
  polari/repos/testing-x86_64/polari.install
(from rev 223030, polari/repos/gnome-unstable-x86_64/polari.install)
Deleted:
  polari/repos/gnome-unstable-i686/
  polari/repos/gnome-unstable-x86_64/

---+
 testing-i686/PKGBUILD |   27 +++
 testing-i686/polari.install   |   12 
 testing-x86_64/PKGBUILD   |   27 +++
 testing-x86_64/polari.install |   12 
 4 files changed, 78 insertions(+)

Copied: polari/repos/testing-i686/PKGBUILD (from rev 223030, 
polari/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:48 UTC (rev 223052)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=polari
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=An IRC Client for GNOME
+arch=(i686 x86_64)
+license=(GPL)
+url=https://wiki.gnome.org/Apps/Polari;
+depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger)
+makedepends=(intltool gobject-introspection python2 desktop-file-utils 
appdata-tools)
+groups=(gnome-extra)
+install=polari.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b9562a78c5b61b0545e3053e4e00022931bd4e2e8b170b230bc0b2ed088f18ed')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: polari/repos/testing-i686/polari.install (from rev 223030, 
polari/repos/gnome-unstable-i686/polari.install)
===
--- testing-i686/polari.install (rev 0)
+++ testing-i686/polari.install 2014-09-26 10:53:48 UTC (rev 223052)
@@ -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: polari/repos/testing-x86_64/PKGBUILD (from rev 223030, 
polari/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:48 UTC (rev 223052)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=polari
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=An IRC Client for GNOME
+arch=(i686 x86_64)
+license=(GPL)
+url=https://wiki.gnome.org/Apps/Polari;
+depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger)
+makedepends=(intltool gobject-introspection python2 desktop-file-utils 
appdata-tools)
+groups=(gnome-extra)
+install=polari.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b9562a78c5b61b0545e3053e4e00022931bd4e2e8b170b230bc0b2ed088f18ed')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: polari/repos/testing-x86_64/polari.install (from rev 223030, 
polari/repos/gnome-unstable-x86_64/polari.install)
===
--- testing-x86_64/polari.install   (rev 0)
+++ testing-x86_64/polari.install   2014-09-26 10:53:48 UTC (rev 223052)
@@ -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
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:57
  Author: jgc
Revision: 223060

db-move: moved lightsoff from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  lightsoff/repos/testing-i686/
  lightsoff/repos/testing-i686/PKGBUILD
(from rev 223030, lightsoff/repos/gnome-unstable-i686/PKGBUILD)
  lightsoff/repos/testing-i686/lightsoff.install
(from rev 223030, lightsoff/repos/gnome-unstable-i686/lightsoff.install)
  lightsoff/repos/testing-x86_64/
  lightsoff/repos/testing-x86_64/PKGBUILD
(from rev 223030, lightsoff/repos/gnome-unstable-x86_64/PKGBUILD)
  lightsoff/repos/testing-x86_64/lightsoff.install
(from rev 223030, lightsoff/repos/gnome-unstable-x86_64/lightsoff.install)
Deleted:
  lightsoff/repos/gnome-unstable-i686/
  lightsoff/repos/gnome-unstable-x86_64/

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

Copied: lightsoff/repos/testing-i686/PKGBUILD (from rev 223030, 
lightsoff/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:57 UTC (rev 223060)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lightsoff
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Turn off all the lights
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=lightsoff.install
+url=https://live.gnome.org/Lightsoff;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('de4f91441b501221a4f7aae901e82e272416d8fa2b5d79e4b3b013ce191f1237')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: lightsoff/repos/testing-i686/lightsoff.install (from rev 223030, 
lightsoff/repos/gnome-unstable-i686/lightsoff.install)
===
--- testing-i686/lightsoff.install  (rev 0)
+++ testing-i686/lightsoff.install  2014-09-26 10:53:57 UTC (rev 223060)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: lightsoff/repos/testing-x86_64/PKGBUILD (from rev 223030, 
lightsoff/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:57 UTC (rev 223060)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lightsoff
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Turn off all the lights
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'clutter-gtk' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=lightsoff.install
+url=https://live.gnome.org/Lightsoff;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('de4f91441b501221a4f7aae901e82e272416d8fa2b5d79e4b3b013ce191f1237')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: lightsoff/repos/testing-x86_64/lightsoff.install (from rev 223030, 
lightsoff/repos/gnome-unstable-x86_64/lightsoff.install)
===
--- testing-x86_64/lightsoff.install(rev 0)
+++ testing-x86_64/lightsoff.install2014-09-26 10:53:57 UTC (rev 223060)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:20
  Author: jgc
Revision: 223074

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

Added:
  anjuta/repos/testing-i686/
  anjuta/repos/testing-i686/PKGBUILD
(from rev 223030, anjuta/repos/gnome-unstable-i686/PKGBUILD)
  anjuta/repos/testing-i686/anjuta.install
(from rev 223030, anjuta/repos/gnome-unstable-i686/anjuta.install)
  anjuta/repos/testing-x86_64/
  anjuta/repos/testing-x86_64/PKGBUILD
(from rev 223030, anjuta/repos/gnome-unstable-x86_64/PKGBUILD)
  anjuta/repos/testing-x86_64/anjuta.install
(from rev 223030, anjuta/repos/gnome-unstable-x86_64/anjuta.install)
Deleted:
  anjuta/repos/gnome-unstable-i686/
  anjuta/repos/gnome-unstable-x86_64/

---+
 testing-i686/PKGBUILD |   51 
 testing-i686/anjuta.install   |   14 ++
 testing-x86_64/PKGBUILD   |   51 
 testing-x86_64/anjuta.install |   14 ++
 4 files changed, 130 insertions(+)

Copied: anjuta/repos/testing-i686/PKGBUILD (from rev 223030, 
anjuta/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:20 UTC (rev 223074)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Harley Laue losinggenerat...@yahoo.com
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=GNOME Integrated Development Environment (IDE)
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon vala dconf 
gtk-doc 
+ yelp-tools gnome-common intltool gobject-introspection itstool 
gjs python2)
+url=http://www.anjuta.org/;
+options=('!emptydirs')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('b1aac2d4c35891b23c9bc3f168bf2845e02d0a438742478c98e450950d82b5e5')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-glade-catalog 
--enable-compile-warnings=minimum \
+  PYTHON=/usr/bin/python2
+  make
+}
+
+package_libanjuta(){
+  pkgdesc=Anjuta runtime library
+  depends=(gdl)
+  conflicts=('anjuta3.4.4')
+
+  cd $pkgbase-$pkgver/libanjuta
+
+  # j1: Race during linking
+  make -j1 DESTDIR=$pkgdir install
+}
+
+package_anjuta(){
+  pkgdesc=GNOME Integrated Development Environment (IDE)
+  depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon vala 
dconf)
+  groups=('gnome-extra')
+
+  install=anjuta.install
+
+  cd $pkgbase-$pkgver
+  make -j1 DESTDIR=$pkgdir install
+
+  cd libanjuta
+  make -j1 DESTDIR=$pkgdir uninstall
+}

Copied: anjuta/repos/testing-i686/anjuta.install (from rev 223030, 
anjuta/repos/gnome-unstable-i686/anjuta.install)
===
--- testing-i686/anjuta.install (rev 0)
+++ testing-i686/anjuta.install 2014-09-26 10:54:20 UTC (rev 223074)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-mime-database /usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: anjuta/repos/testing-x86_64/PKGBUILD (from rev 223030, 
anjuta/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:20 UTC (rev 223074)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Harley Laue losinggenerat...@yahoo.com
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=GNOME Integrated Development Environment (IDE)
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon vala dconf 
gtk-doc 
+ yelp-tools gnome-common intltool gobject-introspection itstool 
gjs python2)
+url=http://www.anjuta.org/;
+options=('!emptydirs')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('b1aac2d4c35891b23c9bc3f168bf2845e02d0a438742478c98e450950d82b5e5')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-glade-catalog 
--enable-compile-warnings=minimum \
+  PYTHON=/usr/bin/python2
+  make
+}
+
+package_libanjuta(){
+  pkgdesc=Anjuta runtime library
+  depends=(gdl)
+  conflicts=('anjuta3.4.4')
+
+  cd $pkgbase-$pkgver/libanjuta
+
+  # j1: Race during linking
+  make -j1 DESTDIR=$pkgdir install
+}
+
+package_anjuta(){
+  pkgdesc=GNOME Integrated Development Environment (IDE)
+  

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:59
  Author: jgc
Revision: 223062

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

Added:
  libsigc++/repos/testing-i686/
  libsigc++/repos/testing-i686/PKGBUILD
(from rev 223030, libsigc++/repos/gnome-unstable-i686/PKGBUILD)
  libsigc++/repos/testing-x86_64/
  libsigc++/repos/testing-x86_64/PKGBUILD
(from rev 223030, libsigc++/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  libsigc++/repos/gnome-unstable-i686/
  libsigc++/repos/gnome-unstable-x86_64/

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

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

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



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:55
  Author: jgc
Revision: 223058

db-move: moved mutter from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  mutter/repos/testing-i686/
  mutter/repos/testing-i686/PKGBUILD
(from rev 223030, mutter/repos/gnome-unstable-i686/PKGBUILD)
  mutter/repos/testing-i686/mutter.install
(from rev 223030, mutter/repos/gnome-unstable-i686/mutter.install)
  mutter/repos/testing-x86_64/
  mutter/repos/testing-x86_64/PKGBUILD
(from rev 223030, mutter/repos/gnome-unstable-x86_64/PKGBUILD)
  mutter/repos/testing-x86_64/mutter.install
(from rev 223030, mutter/repos/gnome-unstable-x86_64/mutter.install)
Deleted:
  mutter/repos/gnome-unstable-i686/
  mutter/repos/gnome-unstable-x86_64/

---+
 testing-i686/PKGBUILD |   39 +++
 testing-i686/mutter.install   |   19 +++
 testing-x86_64/PKGBUILD   |   39 +++
 testing-x86_64/mutter.install |   19 +++
 4 files changed, 116 insertions(+)

Copied: mutter/repos/testing-i686/PKGBUILD (from rev 223030, 
mutter/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:55 UTC (rev 223058)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Michael Kanis mkanis_at_gmx_dot_de
+
+pkgname=mutter
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=A window manager for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 'upower' 
'libxkbcommon-x11')
+makedepends=('intltool' 'gnome-doc-utils' 'libxkbcommon-x11')
+conflicts=('mutter-wayland')
+replaces=('mutter-wayland')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0ac00496fdd40c42bf2254c43e5d242d07ddd4d878b7642ca078c60b61ef754f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/mutter \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum
+
+  #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: mutter/repos/testing-i686/mutter.install (from rev 223030, 
mutter/repos/gnome-unstable-i686/mutter.install)
===
--- testing-i686/mutter.install (rev 0)
+++ testing-i686/mutter.install 2014-09-26 10:53:55 UTC (rev 223058)
@@ -0,0 +1,19 @@
+pkgname=mutter
+
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
+/usr/sbin/gconfpkg --uninstall $pkgname
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mutter/repos/testing-x86_64/PKGBUILD (from rev 223030, 
mutter/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:55 UTC (rev 223058)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Michael Kanis mkanis_at_gmx_dot_de
+
+pkgname=mutter
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=A window manager for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 'upower' 
'libxkbcommon-x11')
+makedepends=('intltool' 'gnome-doc-utils' 'libxkbcommon-x11')
+conflicts=('mutter-wayland')
+replaces=('mutter-wayland')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0ac00496fdd40c42bf2254c43e5d242d07ddd4d878b7642ca078c60b61ef754f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/mutter \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum
+
+  #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 rest/repos (6 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:44
  Author: jgc
Revision: 223048

db-move: moved rest from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  rest/repos/testing-i686/
  rest/repos/testing-i686/PKGBUILD
(from rev 223030, rest/repos/gnome-unstable-i686/PKGBUILD)
  rest/repos/testing-x86_64/
  rest/repos/testing-x86_64/PKGBUILD
(from rev 223030, rest/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  rest/repos/gnome-unstable-i686/
  rest/repos/gnome-unstable-x86_64/

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

Copied: rest/repos/testing-i686/PKGBUILD (from rev 223030, 
rest/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:44 UTC (rev 223048)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=rest
+pkgver=0.7.92
+pkgrel=1
+pkgdesc=A helper library for RESTful services.
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(glib2 libxml2 'libsoup')
+makedepends=(gobject-introspection python2)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('07548c8785a3e743daf54a82b952ff5f32af94fee68997df4c83b00d52f9c0ec')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: rest/repos/testing-x86_64/PKGBUILD (from rev 223030, 
rest/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:44 UTC (rev 223048)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=rest
+pkgver=0.7.92
+pkgrel=1
+pkgdesc=A helper library for RESTful services.
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(glib2 libxml2 'libsoup')
+makedepends=(gobject-introspection python2)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-${pkgver}.tar.xz)
+sha256sums=('07548c8785a3e743daf54a82b952ff5f32af94fee68997df4c83b00d52f9c0ec')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:36
  Author: jgc
Revision: 223043

db-move: moved tali from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  tali/repos/testing-i686/
  tali/repos/testing-i686/PKGBUILD
(from rev 223030, tali/repos/gnome-unstable-i686/PKGBUILD)
  tali/repos/testing-i686/tali.install
(from rev 223030, tali/repos/gnome-unstable-i686/tali.install)
  tali/repos/testing-x86_64/
  tali/repos/testing-x86_64/PKGBUILD
(from rev 223030, tali/repos/gnome-unstable-x86_64/PKGBUILD)
  tali/repos/testing-x86_64/tali.install
(from rev 223030, tali/repos/gnome-unstable-x86_64/tali.install)
Deleted:
  tali/repos/gnome-unstable-i686/
  tali/repos/gnome-unstable-x86_64/

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

Copied: tali/repos/testing-i686/PKGBUILD (from rev 223030, 
tali/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:36 UTC (rev 223043)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=tali
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Beat the odds in a poker-style dice game
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=tali.install
+url=https://live.gnome.org/Tali;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('81f15fcab820d384d02cd39033f2931cd15926f5a39d8c02766584d3b1b2f939')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: tali/repos/testing-i686/tali.install (from rev 223030, 
tali/repos/gnome-unstable-i686/tali.install)
===
--- testing-i686/tali.install   (rev 0)
+++ testing-i686/tali.install   2014-09-26 10:53:36 UTC (rev 223043)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: tali/repos/testing-x86_64/PKGBUILD (from rev 223030, 
tali/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:36 UTC (rev 223043)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=tali
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Beat the odds in a poker-style dice game
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=tali.install
+url=https://live.gnome.org/Tali;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('81f15fcab820d384d02cd39033f2931cd15926f5a39d8c02766584d3b1b2f939')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: tali/repos/testing-x86_64/tali.install (from rev 223030, 
tali/repos/gnome-unstable-x86_64/tali.install)
===
--- testing-x86_64/tali.install (rev 0)
+++ testing-x86_64/tali.install 2014-09-26 10:53:36 UTC (rev 223043)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:41
  Author: jgc
Revision: 223047

db-move: moved rygel from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  rygel/repos/testing-i686/
  rygel/repos/testing-i686/PKGBUILD
(from rev 223030, rygel/repos/gnome-unstable-i686/PKGBUILD)
  rygel/repos/testing-i686/rygel.install
(from rev 223030, rygel/repos/gnome-unstable-i686/rygel.install)
  rygel/repos/testing-x86_64/
  rygel/repos/testing-x86_64/PKGBUILD
(from rev 223030, rygel/repos/gnome-unstable-x86_64/PKGBUILD)
  rygel/repos/testing-x86_64/rygel.install
(from rev 223030, rygel/repos/gnome-unstable-x86_64/rygel.install)
Deleted:
  rygel/repos/gnome-unstable-i686/
  rygel/repos/gnome-unstable-x86_64/

--+
 testing-i686/PKGBUILD|   41 +
 testing-i686/rygel.install   |   11 +++
 testing-x86_64/PKGBUILD  |   41 +
 testing-x86_64/rygel.install |   11 +++
 4 files changed, 104 insertions(+)

Copied: rygel/repos/testing-i686/PKGBUILD (from rev 223030, 
rygel/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:41 UTC (rev 223047)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=rygel
+pkgver=0.24.0
+pkgrel=1
+pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
+arch=(i686 x86_64)
+url=http://live.gnome.org/Rygel;
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils libmediaart)
+makedepends=(vala intltool python2 gobject-introspection)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+install=rygel.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('98d63c8ee0532abb8f603e18fca3a9d8101a0674e2fc3e0fd88f280a4217f1b0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: rygel/repos/testing-i686/rygel.install (from rev 223030, 
rygel/repos/gnome-unstable-i686/rygel.install)
===
--- testing-i686/rygel.install  (rev 0)
+++ testing-i686/rygel.install  2014-09-26 10:53:41 UTC (rev 223047)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: rygel/repos/testing-x86_64/PKGBUILD (from rev 223030, 
rygel/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:41 UTC (rev 223047)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=rygel
+pkgver=0.24.0
+pkgrel=1
+pkgdesc=UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network
+arch=(i686 x86_64)
+url=http://live.gnome.org/Rygel;
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils libmediaart)
+makedepends=(vala intltool python2 gobject-introspection)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+install=rygel.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('98d63c8ee0532abb8f603e18fca3a9d8101a0674e2fc3e0fd88f280a4217f1b0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
+  make
+}
+

[arch-commits] Commit in mm-common/repos (3 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:56
  Author: jgc
Revision: 223059

db-move: moved mm-common from [gnome-unstable] to [testing] (any)

Added:
  mm-common/repos/testing-any/
  mm-common/repos/testing-any/PKGBUILD
(from rev 223030, mm-common/repos/gnome-unstable-any/PKGBUILD)
Deleted:
  mm-common/repos/gnome-unstable-any/

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

Copied: mm-common/repos/testing-any/PKGBUILD (from rev 223030, 
mm-common/repos/gnome-unstable-any/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-09-26 10:53:56 UTC (rev 223059)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=mm-common
+pkgver=0.9.7
+pkgrel=1
+pkgdesc=Common build files of the C++ bindings
+arch=('any')
+url=http://gtkmm.org;
+depends=('sh')
+license=('GPL2')
+source=(http://download.gnome.org/sources/mm-common/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('78f47336f3bdf034a384c59a39cc9f0d566e69e36aa7c9ee3ec0bb6a94bf8b3e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:10
  Author: jgc
Revision: 223069

db-move: moved libgit2-glib from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  libgit2-glib/repos/testing-i686/
  libgit2-glib/repos/testing-i686/PKGBUILD
(from rev 223030, libgit2-glib/repos/gnome-unstable-i686/PKGBUILD)
  libgit2-glib/repos/testing-x86_64/
  libgit2-glib/repos/testing-x86_64/PKGBUILD
(from rev 223030, libgit2-glib/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  libgit2-glib/repos/gnome-unstable-i686/
  libgit2-glib/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: libgit2-glib/repos/testing-i686/PKGBUILD (from rev 223030, 
libgit2-glib/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:10 UTC (rev 223069)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 116311 2014-07-24 18:59:17Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libgit2-glib
+pkgver=0.0.22
+pkgrel=1
+pkgdesc=GLib wrapper for libgit2
+url=http://wiki.gnome.org/Projects/Libgit2-glib;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection python2 vala)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e385821255f89ecb96d576af93c3bfa32c67906e5d4fd2fc3bc542cb7ae2399a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # 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
+}

Copied: libgit2-glib/repos/testing-x86_64/PKGBUILD (from rev 223030, 
libgit2-glib/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:10 UTC (rev 223069)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 116311 2014-07-24 18:59:17Z heftig $
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=libgit2-glib
+pkgver=0.0.22
+pkgrel=1
+pkgdesc=GLib wrapper for libgit2
+url=http://wiki.gnome.org/Projects/Libgit2-glib;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2 libgit2)
+makedepends=(gobject-introspection python2 vala)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e385821255f89ecb96d576af93c3bfa32c67906e5d4fd2fc3bc542cb7ae2399a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # 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
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:08
  Author: jgc
Revision: 223068

db-move: moved libgit2 from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  libgit2/repos/testing-i686/
  libgit2/repos/testing-i686/PKGBUILD
(from rev 223030, libgit2/repos/gnome-unstable-i686/PKGBUILD)
  libgit2/repos/testing-x86_64/
  libgit2/repos/testing-x86_64/PKGBUILD
(from rev 223030, libgit2/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  libgit2/repos/gnome-unstable-i686/
  libgit2/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: libgit2/repos/testing-i686/PKGBUILD (from rev 223030, 
libgit2/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:08 UTC (rev 223068)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 117009 2014-08-07 22:35:20Z thestinger $
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Hilton Medeiros medeiros.hil...@gmail.com
+# Contributor: Dave Reisner d...@falconindy.com
+
+pkgname=libgit2
+pkgver=0.21.1
+pkgrel=2
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2)
+makedepends=(cmake python)
+license=('GPL2')
+source=(https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
+md5sums=('cbf3422d54dd6f55f09855a6eb749f41')
+
+build() {
+  cd $pkgname-$pkgver
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libgit2/repos/testing-x86_64/PKGBUILD (from rev 223030, 
libgit2/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:08 UTC (rev 223068)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 117009 2014-08-07 22:35:20Z thestinger $
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: Hilton Medeiros medeiros.hil...@gmail.com
+# Contributor: Dave Reisner d...@falconindy.com
+
+pkgname=libgit2
+pkgver=0.21.1
+pkgrel=2
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2)
+makedepends=(cmake python)
+license=('GPL2')
+source=(https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
+md5sums=('cbf3422d54dd6f55f09855a6eb749f41')
+
+build() {
+  cd $pkgname-$pkgver
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:06
  Author: jgc
Revision: 223067

db-move: moved libgweather from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  libgweather/repos/testing-i686/
  libgweather/repos/testing-i686/PKGBUILD
(from rev 223030, libgweather/repos/gnome-unstable-i686/PKGBUILD)
  libgweather/repos/testing-i686/libgweather.install
(from rev 223030, libgweather/repos/gnome-unstable-i686/libgweather.install)
  libgweather/repos/testing-x86_64/
  libgweather/repos/testing-x86_64/PKGBUILD
(from rev 223030, libgweather/repos/gnome-unstable-x86_64/PKGBUILD)
  libgweather/repos/testing-x86_64/libgweather.install
(from rev 223030, 
libgweather/repos/gnome-unstable-x86_64/libgweather.install)
Deleted:
  libgweather/repos/gnome-unstable-i686/
  libgweather/repos/gnome-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   28 
 testing-i686/libgweather.install   |   18 ++
 testing-x86_64/PKGBUILD|   28 
 testing-x86_64/libgweather.install |   18 ++
 4 files changed, 92 insertions(+)

Copied: libgweather/repos/testing-i686/PKGBUILD (from rev 223030, 
libgweather/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:06 UTC (rev 223067)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot  j...@archlinux.org
+
+pkgname=libgweather
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Provides access to weather information from the net
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libsoup' 'gtk3' 'geocode-glib')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
+options=('!emptydirs')
+url=http://www.gnome.org/;
+install=libgweather.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('337c9a8331cabc2422e23a556264dad0fde1f13c8bbba2726db5b54a5bccbb5b')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+}

Copied: libgweather/repos/testing-i686/libgweather.install (from rev 223030, 
libgweather/repos/gnome-unstable-i686/libgweather.install)
===
--- testing-i686/libgweather.install(rev 0)
+++ testing-i686/libgweather.install2014-09-26 10:54:06 UTC (rev 223067)
@@ -0,0 +1,18 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f /usr/share/gconf/schemas/libgweather.schemas ]; then
+gconfpkg --uninstall libgweather
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: libgweather/repos/testing-x86_64/PKGBUILD (from rev 223030, 
libgweather/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:06 UTC (rev 223067)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot  j...@archlinux.org
+
+pkgname=libgweather
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Provides access to weather information from the net
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libsoup' 'gtk3' 'geocode-glib')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
+options=('!emptydirs')
+url=http://www.gnome.org/;
+install=libgweather.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('337c9a8331cabc2422e23a556264dad0fde1f13c8bbba2726db5b54a5bccbb5b')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+}

Copied: libgweather/repos/testing-x86_64/libgweather.install (from rev 223030, 
libgweather/repos/gnome-unstable-x86_64/libgweather.install)
===
--- testing-x86_64/libgweather.install  (rev 0)
+++ testing-x86_64/libgweather.install  2014-09-26 10:54:06 UTC (rev 223067)
@@ -0,0 +1,18 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f /usr/share/gconf/schemas/libgweather.schemas ]; then
+gconfpkg --uninstall libgweather
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:47
  Author: jgc
Revision: 223051

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

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

-+
 testing-i686/PKGBUILD   |   55 ++
 testing-x86_64/PKGBUILD |   55 ++
 2 files changed, 110 insertions(+)

Copied: pygobject/repos/testing-i686/PKGBUILD (from rev 223030, 
pygobject/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:47 UTC (rev 223051)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.14.0
+pkgrel=1
+arch=(i686 x86_64)
+url=https://live.gnome.org/PyGObject;
+license=(LGPL)
+makedepends=(python python2 python-cairo python2-cairo gobject-introspection 
gnome-common)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('779effa93f4b59cdb72f4ab0128fb3fd82900bf686193b570fd3a8ce63392d54')
+
+prepare() {
+  mkdir build-py2 build-py3 devel
+  cd ${pkgbase}-${pkgver}
+  sed -i '/Werror=format/d' configure # gcc 4.8
+}
+
+build() {
+  cd build-py2
+  ../${pkgbase}-${pkgver}/autogen.sh --prefix=/usr 
--with-python=/usr/bin/python2
+  make
+
+  cd ../build-py3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+}
+
+package_python-gobject() {
+  pkgdesc=Python 3 bindings for GObject
+  depends=('gobject-introspection' pygobject-devel=$pkgver 'python')
+
+  cd build-py3
+  make DESTDIR=$pkgdir install
+  rm -r $pkgdir/usr/{include,lib/pkgconfig}
+}
+
+package_python2-gobject() {
+  pkgdesc=Python 2 bindings for GObject
+  depends=('gobject-introspection' pygobject-devel=$pkgver 'python2')
+
+  cd build-py2
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
+}
+
+package_pygobject-devel() {
+  pkgdesc=Development files for the pygobject bindings
+  cd devel
+  mkdir -p $pkgdir/usr/{include,lib}
+  mv include $pkgdir/usr/
+  mv pkgconfig $pkgdir/usr/lib/
+}

Copied: pygobject/repos/testing-x86_64/PKGBUILD (from rev 223030, 
pygobject/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:47 UTC (rev 223051)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.14.0
+pkgrel=1
+arch=(i686 x86_64)
+url=https://live.gnome.org/PyGObject;
+license=(LGPL)
+makedepends=(python python2 python-cairo python2-cairo gobject-introspection 
gnome-common)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('779effa93f4b59cdb72f4ab0128fb3fd82900bf686193b570fd3a8ce63392d54')
+
+prepare() {
+  mkdir build-py2 build-py3 devel
+  cd ${pkgbase}-${pkgver}
+  sed -i '/Werror=format/d' configure # gcc 4.8
+}
+
+build() {
+  cd build-py2
+  ../${pkgbase}-${pkgver}/autogen.sh --prefix=/usr 
--with-python=/usr/bin/python2
+  make
+
+  cd ../build-py3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+}
+
+package_python-gobject() {
+  pkgdesc=Python 3 bindings for GObject
+  depends=('gobject-introspection' pygobject-devel=$pkgver 'python')
+
+  cd build-py3
+  make DESTDIR=$pkgdir install
+  rm -r $pkgdir/usr/{include,lib/pkgconfig}
+}
+
+package_python2-gobject() {
+  pkgdesc=Python 2 bindings for GObject
+  depends=('gobject-introspection' pygobject-devel=$pkgver 'python2')
+
+  cd build-py2
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
+}
+
+package_pygobject-devel() {
+  pkgdesc=Development files for the pygobject bindings
+  cd devel
+  mkdir -p $pkgdir/usr/{include,lib}
+  mv include $pkgdir/usr/
+  mv pkgconfig $pkgdir/usr/lib/
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:39
  Author: jgc
Revision: 223045

db-move: moved sound-juicer from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  sound-juicer/repos/testing-i686/
  sound-juicer/repos/testing-i686/PKGBUILD
(from rev 223030, sound-juicer/repos/gnome-unstable-i686/PKGBUILD)
  sound-juicer/repos/testing-i686/sound-juicer.install
(from rev 223030, 
sound-juicer/repos/gnome-unstable-i686/sound-juicer.install)
  sound-juicer/repos/testing-x86_64/
  sound-juicer/repos/testing-x86_64/PKGBUILD
(from rev 223030, sound-juicer/repos/gnome-unstable-x86_64/PKGBUILD)
  sound-juicer/repos/testing-x86_64/sound-juicer.install
(from rev 223030, 
sound-juicer/repos/gnome-unstable-x86_64/sound-juicer.install)
Deleted:
  sound-juicer/repos/gnome-unstable-i686/
  sound-juicer/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   35 ++
 testing-i686/sound-juicer.install   |   18 +
 testing-x86_64/PKGBUILD |   35 ++
 testing-x86_64/sound-juicer.install |   18 +
 4 files changed, 106 insertions(+)

Copied: sound-juicer/repos/testing-i686/PKGBUILD (from rev 223030, 
sound-juicer/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:39 UTC (rev 223045)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+
+pkgname=sound-juicer
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=A cd ripper application
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero hicolor-icon-theme iso-codes)
+makedepends=(intltool itstool)
+options=(!emptydirs)
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+install=sound-juicer.install
+sha256sums=('bb21107d57025d39feb499666a4f12152cbbe25a3c6170c330a5d2d8f9bcf54d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # drop unneeded direct library deps with --as-needed
+  # libtool doesn't make this easy, so we do it the hard way
+  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
+}

Copied: sound-juicer/repos/testing-i686/sound-juicer.install (from rev 223030, 
sound-juicer/repos/gnome-unstable-i686/sound-juicer.install)
===
--- testing-i686/sound-juicer.install   (rev 0)
+++ testing-i686/sound-juicer.install   2014-09-26 10:53:39 UTC (rev 223045)
@@ -0,0 +1,18 @@
+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
+}
+
+pre_upgrade() {
+  (( $(vercmp $2 3.12.0)  0 ))  gconfpkg --uninstall sound-juicer
+  return 0
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: sound-juicer/repos/testing-x86_64/PKGBUILD (from rev 223030, 
sound-juicer/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:39 UTC (rev 223045)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+
+pkgname=sound-juicer
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=A cd ripper application
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero hicolor-icon-theme iso-codes)
+makedepends=(intltool itstool)
+options=(!emptydirs)
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+install=sound-juicer.install
+sha256sums=('bb21107d57025d39feb499666a4f12152cbbe25a3c6170c330a5d2d8f9bcf54d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # drop unneeded direct library deps with --as-needed
+  # libtool doesn't make this easy, so we do it the hard way
+  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  

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:46
  Author: jgc
Revision: 223050

db-move: moved qqwing from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  qqwing/repos/testing-i686/
  qqwing/repos/testing-i686/PKGBUILD
(from rev 223030, qqwing/repos/gnome-unstable-i686/PKGBUILD)
  qqwing/repos/testing-x86_64/
  qqwing/repos/testing-x86_64/PKGBUILD
(from rev 223030, qqwing/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  qqwing/repos/gnome-unstable-i686/
  qqwing/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   24 
 testing-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: qqwing/repos/testing-i686/PKGBUILD (from rev 223030, 
qqwing/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:46 UTC (rev 223050)
@@ -0,0 +1,24 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=qqwing
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=Sudoku generating and solving software
+arch=('i686' 'x86_64')
+url='http://qqwing.com/'
+depends=(gcc-libs)
+license=('GPL2')
+source=(http://qqwing.com/$pkgname-$pkgver.tar.gz)
+md5sums=('a4e3f141b84fd239ef6d83d16a04f9fc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: qqwing/repos/testing-x86_64/PKGBUILD (from rev 223030, 
qqwing/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:46 UTC (rev 223050)
@@ -0,0 +1,24 @@
+# $Id: $
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=qqwing
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=Sudoku generating and solving software
+arch=('i686' 'x86_64')
+url='http://qqwing.com/'
+depends=(gcc-libs)
+license=('GPL2')
+source=(http://qqwing.com/$pkgname-$pkgver.tar.gz)
+md5sums=('a4e3f141b84fd239ef6d83d16a04f9fc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:35
  Author: jgc
Revision: 223042

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

Added:
  totem/repos/testing-i686/
  totem/repos/testing-i686/PKGBUILD
(from rev 223030, totem/repos/gnome-unstable-i686/PKGBUILD)
  totem/repos/testing-i686/bugreport.patch
(from rev 223030, totem/repos/gnome-unstable-i686/bugreport.patch)
  totem/repos/testing-i686/totem.install
(from rev 223030, totem/repos/gnome-unstable-i686/totem.install)
  totem/repos/testing-x86_64/
  totem/repos/testing-x86_64/PKGBUILD
(from rev 223030, totem/repos/gnome-unstable-x86_64/PKGBUILD)
  totem/repos/testing-x86_64/bugreport.patch
(from rev 223030, totem/repos/gnome-unstable-x86_64/bugreport.patch)
  totem/repos/testing-x86_64/totem.install
(from rev 223030, totem/repos/gnome-unstable-x86_64/totem.install)
Deleted:
  totem/repos/gnome-unstable-i686/
  totem/repos/gnome-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   61 +++
 testing-i686/bugreport.patch   |   22 ++
 testing-i686/totem.install |   13 
 testing-x86_64/PKGBUILD|   61 +++
 testing-x86_64/bugreport.patch |   22 ++
 testing-x86_64/totem.install   |   13 
 6 files changed, 192 insertions(+)

Copied: totem/repos/testing-i686/PKGBUILD (from rev 223030, 
totem/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:35 UTC (rev 223042)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=totem
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=GNOME3 movie player based on GStreamer
+url=http://www.gnome.org;
+arch=(i686 x86_64)
+license=(GPL2 custom)
+depends=(totem-plparser desktop-file-utils iso-codes libpeas clutter-gtk 
clutter-gst grilo
+ hicolor-icon-theme gnome-icon-theme gsettings-desktop-schemas dconf
+ python-gobject python-xdg
+ gst-plugins-base gst-plugins-good gst-plugins-bad gnome-desktop)
+makedepends=(intltool libnautilus-extension lirc-utils vala zeitgeist
+ itstool docbook-xsl python-pylint)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'lirc-utils: Infrared Remote Control plugin'
+'grilo-plugins: Media discovery'
+'zeitgeist: Zeitgeist plugin')
+groups=(gnome)
+options=('!emptydirs')
+install=totem.install
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+bugreport.patch)
+sha256sums=('a57f78126af431b71e44aa0548e672bf884aef51ec23847f82b07a6849ac635e'
+'30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Make compatible with Python 3 and Gstreamer 1.0
+  patch -Np1 -i ../bugreport.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/totem \
+--localstatedir=/var \
+--disable-static \
+--enable-python \
+--enable-nautilus
+
+  # 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
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem/COPYING
+}

Copied: totem/repos/testing-i686/bugreport.patch (from rev 223030, 
totem/repos/gnome-unstable-i686/bugreport.patch)
===
--- testing-i686/bugreport.patch(rev 0)
+++ testing-i686/bugreport.patch2014-09-26 10:53:35 UTC (rev 223042)
@@ -0,0 +1,22 @@
+diff -u -r totem-3.8.2/data/totem-bugreport.py 
totem-3.8.2-bugreport/data/totem-bugreport.py
+--- totem-3.8.2/data/totem-bugreport.py2013-03-13 16:34:44.0 
+0100
 totem-3.8.2-bugreport/data/totem-bugreport.py  2013-05-14 
13:54:04.243699665 +0200
+@@ -4,7 +4,7 @@
+ from gi.repository import Gtk
+ 
+ # Get the GStreamer version
+-if os.system ('gst-typefind-0.10 --version') == 0:
++if os.system ('gst-typefind-1.0 --version') == 0:
+   # List the formats of the last files played
+   last_visited = 0
+   recent_manager = Gtk.RecentManager.get_default ()
+@@ -15,7 +15,7 @@
+   last = recent.get_uri_display ()
+ 
+   if last != None:
+-  file_handle = os.popen ('gst-typefind-0.10 %s' % (last))
++  file_handle = os.popen ('gst-typefind-1.0 %s' % (last))
+   parts = file_handle.read ().split (' ')
+   date = datetime.fromtimestamp (last_visited)
+-   

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:25
  Author: jgc
Revision: 223076

db-move: moved hitori from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  hitori/repos/testing-i686/
  hitori/repos/testing-i686/PKGBUILD
(from rev 223030, hitori/repos/gnome-unstable-i686/PKGBUILD)
  hitori/repos/testing-i686/hitori.install
(from rev 223030, hitori/repos/gnome-unstable-i686/hitori.install)
  hitori/repos/testing-x86_64/
  hitori/repos/testing-x86_64/PKGBUILD
(from rev 223030, hitori/repos/gnome-unstable-x86_64/PKGBUILD)
  hitori/repos/testing-x86_64/hitori.install
(from rev 223030, hitori/repos/gnome-unstable-x86_64/hitori.install)
Deleted:
  hitori/repos/gnome-unstable-i686/
  hitori/repos/gnome-unstable-x86_64/

---+
 testing-i686/PKGBUILD |   27 +++
 testing-i686/hitori.install   |   12 
 testing-x86_64/PKGBUILD   |   27 +++
 testing-x86_64/hitori.install |   12 
 4 files changed, 78 insertions(+)

Copied: hitori/repos/testing-i686/PKGBUILD (from rev 223030, 
hitori/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:25 UTC (rev 223076)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 116588 2014-07-30 15:22:52Z bgyorgy $
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=hitori
+pkgver=3.14.0.1
+pkgrel=1
+pkgdesc=GTK+ application to generate and let you play games of Hitori
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Apps/Hitori;
+license=('GPL')
+depends=('gtk3')
+groups=('gnome-extra')
+makedepends=('intltool' 'itstool')
+install=hitori.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a3fa8ee0a7dbf8e2b636b61df7f68a5d974a44a0f738b65acfe386b7dec61c61')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Copied: hitori/repos/testing-i686/hitori.install (from rev 223030, 
hitori/repos/gnome-unstable-i686/hitori.install)
===
--- testing-i686/hitori.install (rev 0)
+++ testing-i686/hitori.install 2014-09-26 10:54:25 UTC (rev 223076)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: hitori/repos/testing-x86_64/PKGBUILD (from rev 223030, 
hitori/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:25 UTC (rev 223076)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 116588 2014-07-30 15:22:52Z bgyorgy $
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=hitori
+pkgver=3.14.0.1
+pkgrel=1
+pkgdesc=GTK+ application to generate and let you play games of Hitori
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Apps/Hitori;
+license=('GPL')
+depends=('gtk3')
+groups=('gnome-extra')
+makedepends=('intltool' 'itstool')
+install=hitori.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a3fa8ee0a7dbf8e2b636b61df7f68a5d974a44a0f738b65acfe386b7dec61c61')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Copied: hitori/repos/testing-x86_64/hitori.install (from rev 223030, 
hitori/repos/gnome-unstable-x86_64/hitori.install)
===
--- testing-x86_64/hitori.install   (rev 0)
+++ testing-x86_64/hitori.install   2014-09-26 10:54:25 UTC (rev 223076)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:05
  Author: jgc
Revision: 223066

db-move: moved libinput from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  libinput/repos/testing-i686/PKGBUILD
(from rev 223030, libinput/repos/gnome-unstable-i686/PKGBUILD)
  libinput/repos/testing-x86_64/PKGBUILD
(from rev 223030, libinput/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  libinput/repos/gnome-unstable-i686/
  libinput/repos/gnome-unstable-x86_64/
  libinput/repos/testing-i686/PKGBUILD
  libinput/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-09-26 10:54:03 UTC (rev 223065)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:05 UTC (rev 223066)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.6.0
-pkgrel=1
-pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'libsystemd' 'libevdev')
-makedepends=('systemd')
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('30b555771e7cb921ccb9430c4a86940aa3938d05506e81d2417c03e30451bfbc'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libinput/repos/testing-i686/PKGBUILD (from rev 223030, 
libinput/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:05 UTC (rev 223066)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'libsystemd' 'libevdev')
+makedepends=('systemd')
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('30b555771e7cb921ccb9430c4a86940aa3938d05506e81d2417c03e30451bfbc'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-09-26 10:54:03 UTC (rev 223065)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:05 UTC (rev 223066)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.6.0
-pkgrel=1
-pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'libsystemd' 'libevdev')
-makedepends=('systemd')
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('30b555771e7cb921ccb9430c4a86940aa3938d05506e81d2417c03e30451bfbc'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libinput/repos/testing-x86_64/PKGBUILD (from rev 223030, 
libinput/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:05 UTC (rev 223066)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'libsystemd' 'libevdev')
+makedepends=('systemd')
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:14
  Author: jgc
Revision: 223071

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

Added:
  gdm/repos/testing-i686/
  gdm/repos/testing-i686/0001-Add-Arch-Linux-PAM-config-files.patch
(from rev 223030, 
gdm/repos/gnome-unstable-i686/0001-Add-Arch-Linux-PAM-config-files.patch)
  gdm/repos/testing-i686/PKGBUILD
(from rev 223030, gdm/repos/gnome-unstable-i686/PKGBUILD)
  gdm/repos/testing-i686/gdm.install
(from rev 223030, gdm/repos/gnome-unstable-i686/gdm.install)
  gdm/repos/testing-i686/libgdm.install
(from rev 223030, gdm/repos/gnome-unstable-i686/libgdm.install)
  gdm/repos/testing-x86_64/
  gdm/repos/testing-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch
(from rev 223030, 
gdm/repos/gnome-unstable-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch)
  gdm/repos/testing-x86_64/PKGBUILD
(from rev 223030, gdm/repos/gnome-unstable-x86_64/PKGBUILD)
  gdm/repos/testing-x86_64/gdm.install
(from rev 223030, gdm/repos/gnome-unstable-x86_64/gdm.install)
  gdm/repos/testing-x86_64/libgdm.install
(from rev 223030, gdm/repos/gnome-unstable-x86_64/libgdm.install)
Deleted:
  gdm/repos/gnome-unstable-i686/
  gdm/repos/gnome-unstable-x86_64/

---+
 testing-i686/0001-Add-Arch-Linux-PAM-config-files.patch   |  202 
 testing-i686/PKGBUILD |   85 +
 testing-i686/gdm.install  |   23 +
 testing-i686/libgdm.install   |   11 
 testing-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch |  202 
 testing-x86_64/PKGBUILD   |   85 +
 testing-x86_64/gdm.install|   23 +
 testing-x86_64/libgdm.install |   11 
 8 files changed, 642 insertions(+)

Copied: gdm/repos/testing-i686/0001-Add-Arch-Linux-PAM-config-files.patch (from 
rev 223030, 
gdm/repos/gnome-unstable-i686/0001-Add-Arch-Linux-PAM-config-files.patch)
===
--- testing-i686/0001-Add-Arch-Linux-PAM-config-files.patch 
(rev 0)
+++ testing-i686/0001-Add-Arch-Linux-PAM-config-files.patch 2014-09-26 
10:54:14 UTC (rev 223071)
@@ -0,0 +1,202 @@
+From 521d3702ac5569c370a5a453b87133d688e1c87d Mon Sep 17 00:00:00 2001
+From: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+Date: Tue, 30 Jul 2013 22:42:27 +0600
+Subject: [PATCH] Add Arch Linux PAM config files
+
+---
+ configure.ac |  6 --
+ data/Makefile.am | 12 
+ data/pam-arch/gdm-autologin.pam  | 10 ++
+ data/pam-arch/gdm-fingerprint.pam| 14 ++
+ data/pam-arch/gdm-launch-environment.pam | 13 +
+ data/pam-arch/gdm-password.pam   | 11 +++
+ data/pam-arch/gdm-pin.pam| 13 +
+ data/pam-arch/gdm-smartcard.pam  | 14 ++
+ 8 files changed, 91 insertions(+), 2 deletions(-)
+ create mode 100644 data/pam-arch/gdm-autologin.pam
+ create mode 100644 data/pam-arch/gdm-fingerprint.pam
+ create mode 100644 data/pam-arch/gdm-launch-environment.pam
+ create mode 100644 data/pam-arch/gdm-password.pam
+ create mode 100644 data/pam-arch/gdm-pin.pam
+ create mode 100644 data/pam-arch/gdm-smartcard.pam
+
+diff --git a/configure.ac b/configure.ac
+index 242a969..a368029 100644
+--- a/configure.ac
 b/configure.ac
+@@ -189,12 +189,13 @@ if test x$enable_split_authentication = xyes; then
+ fi
+ 
+ AC_ARG_WITH(default-pam-config,
+-  AS_HELP_STRING([--with-default-pam-config: One of redhat, 
openembedded, exherbo, lfs, none @:@default=auto@:@]))
++  AS_HELP_STRING([--with-default-pam-config: One of redhat, 
openembedded, exherbo, lfs, arch, none @:@default=auto@:@]))
+ dnl If not given, try autodetecting from release files (see NetworkManager 
source) 
+ if test x$with_default_pam_config = x; then
+   AC_CHECK_FILE(/etc/redhat-release,with_default_pam_config=redhat)
+   AC_CHECK_FILE(/etc/fedora-release,with_default_pam_config=redhat)
+   AC_CHECK_FILE(/etc/exherbo-release,with_default_pam_config=exherbo)
++  AC_CHECK_FILE(/etc/arch-release,with_default_pam_config=arch)
+   AC_CHECK_FILE(/etc/lfs-release,with_default_pam_config=lfs)
+   dnl If not autodetected, default to none
+   if test x$with_default_pam_config = x; then
+@@ -202,7 +203,7 @@ if test x$with_default_pam_config = x; then
+   fi
+ fi
+ case x$with_default_pam_config in
+- xredhat|xopenembedded|xexherbo|xlfs|xnone) ;;
++ xredhat|xopenembedded|xexherbo|xlfs|xarch|xnone) ;;
+  *)
+AC_MSG_ERROR([Invalid --with-default-pam-config 
${with_default_pam_config}])
+exit 1
+@@ -212,6 +213,7 @@ AM_CONDITIONAL(ENABLE_REDHAT_PAM_CONFIG, test 
x$with_default_pam_config = xredha
+ 

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:28
  Author: jgc
Revision: 223077

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

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

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

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

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:11
  Author: jgc
Revision: 223070

db-move: moved libgee from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  libgee/repos/testing-i686/
  libgee/repos/testing-i686/PKGBUILD
(from rev 223030, libgee/repos/gnome-unstable-i686/PKGBUILD)
  libgee/repos/testing-x86_64/
  libgee/repos/testing-x86_64/PKGBUILD
(from rev 223030, libgee/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  libgee/repos/gnome-unstable-i686/
  libgee/repos/gnome-unstable-x86_64/

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

Copied: libgee/repos/testing-i686/PKGBUILD (from rev 223030, 
libgee/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:11 UTC (rev 223070)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=libgee
+pkgver=0.16.0
+pkgrel=1
+pkgdesc=GObject collection library
+url=http://live.gnome.org/Libgee;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala python2)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a26243eac4280f2d2ebd34b377fc5dc7a73633bcc4c339af6162031943d76aae')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # generates a bazillion traps - make sure systemd's core_pattern
+  # is deactivated, or you'll DoS the journal and the system
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libgee/repos/testing-x86_64/PKGBUILD (from rev 223030, 
libgee/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:11 UTC (rev 223070)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=libgee
+pkgver=0.16.0
+pkgrel=1
+pkgdesc=GObject collection library
+url=http://live.gnome.org/Libgee;
+license=(LGPL2.1)
+arch=(i686 x86_64)
+depends=(glib2)
+makedepends=(gobject-introspection vala python2)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a26243eac4280f2d2ebd34b377fc5dc7a73633bcc4c339af6162031943d76aae')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # generates a bazillion traps - make sure systemd's core_pattern
+  # is deactivated, or you'll DoS the journal and the system
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:54:00
  Author: jgc
Revision: 223063

db-move: moved librsvg from [gnome-unstable] to [testing] (i686, x86_64)

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

+
 testing-i686/PKGBUILD  |   29 +
 testing-i686/librsvg.install   |   11 +++
 testing-x86_64/PKGBUILD|   29 +
 testing-x86_64/librsvg.install |   11 +++
 4 files changed, 80 insertions(+)

Copied: librsvg/repos/testing-i686/PKGBUILD (from rev 223030, 
librsvg/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:54:00 UTC (rev 223063)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=librsvg
+pkgver=2.40.4
+pkgrel=1
+epoch=1
+pkgdesc=A SVG viewing library
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gtk3' 'gobject-introspection' 'vala' 'python2')
+optdepends=('gtk3: for rsvg-view-3')
+options=('!emptydirs')
+url=https://live.gnome.org/LibRsvg;
+install=librsvg.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db76d5494e867613bbb0664e969f7d03296296495ec117f276ccf8f505cd9573')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-vala
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: librsvg/repos/testing-i686/librsvg.install (from rev 223030, 
librsvg/repos/gnome-unstable-i686/librsvg.install)
===
--- testing-i686/librsvg.install(rev 0)
+++ testing-i686/librsvg.install2014-09-26 10:54:00 UTC (rev 223063)
@@ -0,0 +1,11 @@
+post_install() {
+gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: librsvg/repos/testing-x86_64/PKGBUILD (from rev 223030, 
librsvg/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:54:00 UTC (rev 223063)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=librsvg
+pkgver=2.40.4
+pkgrel=1
+epoch=1
+pkgdesc=A SVG viewing library
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gtk3' 'gobject-introspection' 'vala' 'python2')
+optdepends=('gtk3: for rsvg-view-3')
+options=('!emptydirs')
+url=https://live.gnome.org/LibRsvg;
+install=librsvg.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('db76d5494e867613bbb0664e969f7d03296296495ec117f276ccf8f505cd9573')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-vala
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: librsvg/repos/testing-x86_64/librsvg.install (from rev 223030, 
librsvg/repos/gnome-unstable-x86_64/librsvg.install)
===
--- testing-x86_64/librsvg.install  (rev 0)
+++ testing-x86_64/librsvg.install  2014-09-26 10:54:00 UTC (rev 223063)
@@ -0,0 +1,11 @@
+post_install() {
+gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:53
  Author: jgc
Revision: 223057

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

Added:
  nautilus/repos/testing-i686/
  nautilus/repos/testing-i686/PKGBUILD
(from rev 223030, nautilus/repos/gnome-unstable-i686/PKGBUILD)
  nautilus/repos/testing-i686/nautilus.install
(from rev 223030, nautilus/repos/gnome-unstable-i686/nautilus.install)
  nautilus/repos/testing-x86_64/
  nautilus/repos/testing-x86_64/PKGBUILD
(from rev 223030, nautilus/repos/gnome-unstable-x86_64/PKGBUILD)
  nautilus/repos/testing-x86_64/nautilus.install
(from rev 223030, nautilus/repos/gnome-unstable-x86_64/nautilus.install)
Deleted:
  nautilus/repos/gnome-unstable-i686/
  nautilus/repos/gnome-unstable-x86_64/

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

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

Copied: nautilus/repos/testing-i686/nautilus.install (from rev 223030, 
nautilus/repos/gnome-unstable-i686/nautilus.install)
===
--- testing-i686/nautilus.install   (rev 0)
+++ testing-i686/nautilus.install   2014-09-26 10:53:53 UTC (rev 223057)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-mime-database /usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: nautilus/repos/testing-x86_64/PKGBUILD (from rev 223030, 
nautilus/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:53 UTC (rev 223057)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=GNOME file manager
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libexif gnome-desktop exempi gvfs desktop-file-utils dconf 
+ libtracker-sparql libnotify nautilus-sendto)
+makedepends=(intltool gobject-introspection python python2 packagekit)
+url=http://www.gnome.org;
+options=('!emptydirs')
+source=(http://download.gnome.org/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('6f909ed9afa9abffe489b80b57888bd7bc7acea2cf48717c54362bd3b6aee0d4')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nautilus \
+  --disable-update-mimedb \
+  --disable-schemas-compile
+  make
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+  install=nautilus.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+
+### Split libnautilus-extension
+  cd ..
+  mkdir -p n-e/usr/{lib,share}
+  mv 

[arch-commits] Commit in gnome-backgrounds/repos (3 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:51
  Author: jgc
Revision: 223129

db-move: moved gnome-backgrounds from [gnome-unstable] to [testing] (any)

Added:
  gnome-backgrounds/repos/testing-any/
  gnome-backgrounds/repos/testing-any/PKGBUILD
(from rev 223030, gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD)
Deleted:
  gnome-backgrounds/repos/gnome-unstable-any/

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

Copied: gnome-backgrounds/repos/testing-any/PKGBUILD (from rev 223030, 
gnome-backgrounds/repos/gnome-unstable-any/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-09-26 10:56:51 UTC (rev 223129)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-backgrounds
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Background images and data for GNOME
+arch=(any)
+makedepends=('intltool')
+url=http://www.gnome.org;
+license=('GPL')
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1a713bb2a0d717ee03dc296d450f51bc8124099d3f8b82d497078f2163684c7c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:15
  Author: jgc
Revision: 223111

db-move: moved gnome-mahjongg from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-mahjongg/repos/testing-i686/
  gnome-mahjongg/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-mahjongg/repos/gnome-unstable-i686/PKGBUILD)
  gnome-mahjongg/repos/testing-i686/gnome-mahjongg.install
(from rev 223030, 
gnome-mahjongg/repos/gnome-unstable-i686/gnome-mahjongg.install)
  gnome-mahjongg/repos/testing-x86_64/
  gnome-mahjongg/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-mahjongg/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-mahjongg/repos/testing-x86_64/gnome-mahjongg.install
(from rev 223030, 
gnome-mahjongg/repos/gnome-unstable-x86_64/gnome-mahjongg.install)
Deleted:
  gnome-mahjongg/repos/gnome-unstable-i686/
  gnome-mahjongg/repos/gnome-unstable-x86_64/

---+
 testing-i686/PKGBUILD |   32 
 testing-i686/gnome-mahjongg.install   |   12 
 testing-x86_64/PKGBUILD   |   32 
 testing-x86_64/gnome-mahjongg.install |   12 
 4 files changed, 88 insertions(+)

Copied: gnome-mahjongg/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-mahjongg/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:15 UTC (rev 223111)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-mahjongg
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Disassemble a pile of tiles by removing matching pairs
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-mahjongg.install
+url=https://live.gnome.org/Mahjongg;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ab0f6947cd6d5c79f8ba95d4c6841363996ea42986e514bc9091702fce6f0ded')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-mahjongg/repos/testing-i686/gnome-mahjongg.install (from rev 
223030, gnome-mahjongg/repos/gnome-unstable-i686/gnome-mahjongg.install)
===
--- testing-i686/gnome-mahjongg.install (rev 0)
+++ testing-i686/gnome-mahjongg.install 2014-09-26 10:56:15 UTC (rev 223111)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-mahjongg/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-mahjongg/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:15 UTC (rev 223111)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-mahjongg
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Disassemble a pile of tiles by removing matching pairs
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-mahjongg.install
+url=https://live.gnome.org/Mahjongg;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ab0f6947cd6d5c79f8ba95d4c6841363996ea42986e514bc9091702fce6f0ded')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-mahjongg/repos/testing-x86_64/gnome-mahjongg.install (from rev 
223030, gnome-mahjongg/repos/gnome-unstable-x86_64/gnome-mahjongg.install)
===
--- testing-x86_64/gnome-mahjongg.install   (rev 0)
+++ testing-x86_64/gnome-mahjongg.install   2014-09-26 10:56:15 UTC (rev 
223111)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+

[arch-commits] Commit in gnome-devel-docs/repos (3 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:30
  Author: jgc
Revision: 223119

db-move: moved gnome-devel-docs from [gnome-unstable] to [testing] (any)

Added:
  gnome-devel-docs/repos/testing-any/
  gnome-devel-docs/repos/testing-any/PKGBUILD
(from rev 223030, gnome-devel-docs/repos/gnome-unstable-any/PKGBUILD)
Deleted:
  gnome-devel-docs/repos/gnome-unstable-any/

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

Copied: gnome-devel-docs/repos/testing-any/PKGBUILD (from rev 223030, 
gnome-devel-docs/repos/gnome-unstable-any/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-09-26 10:56:30 UTC (rev 223119)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-devel-docs
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Developer documentation for GNOME
+arch=(any)
+license=('FDL')
+depends=('yelp')
+makedepends=('yelp-tools')
+url=http://www.gnome.org;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ca50b1cf05d62a9ae1e7c2690873cf160faf314a229823cae8db7ae12f896a5e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:34
  Author: jgc
Revision: 223121

db-move: moved gnome-control-center from [gnome-unstable] to [testing] (i686, 
x86_64)

Added:
  gnome-control-center/repos/testing-i686/
  gnome-control-center/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-control-center/repos/gnome-unstable-i686/PKGBUILD)
  gnome-control-center/repos/testing-i686/gnome-control-center.install
(from rev 223030, 
gnome-control-center/repos/gnome-unstable-i686/gnome-control-center.install)
  gnome-control-center/repos/testing-x86_64/
  gnome-control-center/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-control-center/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-control-center/repos/testing-x86_64/gnome-control-center.install
(from rev 223030, 
gnome-control-center/repos/gnome-unstable-x86_64/gnome-control-center.install)
Deleted:
  gnome-control-center/repos/gnome-unstable-i686/
  gnome-control-center/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   48 ++
 testing-i686/gnome-control-center.install   |   11 +
 testing-x86_64/PKGBUILD |   48 ++
 testing-x86_64/gnome-control-center.install |   11 +
 4 files changed, 118 insertions(+)

Copied: gnome-control-center/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-control-center/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:34 UTC (rev 223121)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-control-center
+pkgver=3.14.0
+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 libmm-glib libgnomekbd grilo 
clutter-gtk libibus)
+makedepends=(gnome-doc-utils intltool docbook-xsl modemmanager)
+optdepends=('system-config-printer: Printer settings'
+'gnome-user-share: Bluetooth and WebDAV file sharing'
+'rygel: media sharing'
+'vino: screen sharing'
+'openssh: remote login')
+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=('a476da984e05b8e5252f2b4f014b30101680e097e5c27697bbfed013c7ba3bc1')
+
+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=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/testing-i686/gnome-control-center.install 
(from rev 223030, 
gnome-control-center/repos/gnome-unstable-i686/gnome-control-center.install)
===
--- testing-i686/gnome-control-center.install   (rev 0)
+++ testing-i686/gnome-control-center.install   2014-09-26 10:56:34 UTC (rev 
223121)
@@ -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/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-control-center/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:34 UTC (rev 223121)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-control-center
+pkgver=3.14.0
+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 

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:36
  Author: jgc
Revision: 223122

db-move: moved gnome-contacts from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-contacts/repos/testing-i686/
  gnome-contacts/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-contacts/repos/gnome-unstable-i686/PKGBUILD)
  gnome-contacts/repos/testing-i686/gnome-contacts.install
(from rev 223030, 
gnome-contacts/repos/gnome-unstable-i686/gnome-contacts.install)
  gnome-contacts/repos/testing-x86_64/
  gnome-contacts/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-contacts/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-contacts/repos/testing-x86_64/gnome-contacts.install
(from rev 223030, 
gnome-contacts/repos/gnome-unstable-x86_64/gnome-contacts.install)
Deleted:
  gnome-contacts/repos/gnome-unstable-i686/
  gnome-contacts/repos/gnome-unstable-x86_64/

---+
 testing-i686/PKGBUILD |   29 +
 testing-i686/gnome-contacts.install   |   11 +++
 testing-x86_64/PKGBUILD   |   29 +
 testing-x86_64/gnome-contacts.install |   11 +++
 4 files changed, 80 insertions(+)

Copied: gnome-contacts/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-contacts/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:36 UTC (rev 223122)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-contacts
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Contacts Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+groups=(gnome)
+depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 
'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'python2')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0f5a1de5c31130e6c9aee9c9634cc1be0bca539557f45c6cd0318e2c9a969e82')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-contacts/repos/testing-i686/gnome-contacts.install (from rev 
223030, gnome-contacts/repos/gnome-unstable-i686/gnome-contacts.install)
===
--- testing-i686/gnome-contacts.install (rev 0)
+++ testing-i686/gnome-contacts.install 2014-09-26 10:56:36 UTC (rev 223122)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-contacts/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-contacts/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:36 UTC (rev 223122)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-contacts
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Contacts Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+groups=(gnome)
+depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 
'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'python2')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0f5a1de5c31130e6c9aee9c9634cc1be0bca539557f45c6cd0318e2c9a969e82')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-contacts/repos/testing-x86_64/gnome-contacts.install (from rev 
223030, gnome-contacts/repos/gnome-unstable-x86_64/gnome-contacts.install)
===
--- testing-x86_64/gnome-contacts.install   (rev 0)
+++ testing-x86_64/gnome-contacts.install   2014-09-26 10:56:36 UTC (rev 
223122)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:03
  Author: jgc
Revision: 223107

db-move: moved gnome-nibbles from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-nibbles/repos/testing-i686/
  gnome-nibbles/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-nibbles/repos/gnome-unstable-i686/PKGBUILD)
  gnome-nibbles/repos/testing-i686/gnome-nibbles.install
(from rev 223030, 
gnome-nibbles/repos/gnome-unstable-i686/gnome-nibbles.install)
  gnome-nibbles/repos/testing-x86_64/
  gnome-nibbles/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-nibbles/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-nibbles/repos/testing-x86_64/gnome-nibbles.install
(from rev 223030, 
gnome-nibbles/repos/gnome-unstable-x86_64/gnome-nibbles.install)
Deleted:
  gnome-nibbles/repos/gnome-unstable-i686/
  gnome-nibbles/repos/gnome-unstable-x86_64/

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/gnome-nibbles.install   |   12 
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/gnome-nibbles.install |   12 
 4 files changed, 88 insertions(+)

Copied: gnome-nibbles/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-nibbles/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:03 UTC (rev 223107)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-nibbles
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Guide a worm around a maze
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-nibbles.install
+url=https://wiki.gnome.org/Apps/Nibbles;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b6d98e4e3e95eae4609be9f449009fe1ca1b2346755e45e8ed783617e38c0ace')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-nibbles/repos/testing-i686/gnome-nibbles.install (from rev 
223030, gnome-nibbles/repos/gnome-unstable-i686/gnome-nibbles.install)
===
--- testing-i686/gnome-nibbles.install  (rev 0)
+++ testing-i686/gnome-nibbles.install  2014-09-26 10:56:03 UTC (rev 223107)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-nibbles/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-nibbles/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:03 UTC (rev 223107)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-nibbles
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Guide a worm around a maze
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'clutter-gtk' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-nibbles.install
+url=https://wiki.gnome.org/Apps/Nibbles;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b6d98e4e3e95eae4609be9f449009fe1ca1b2346755e45e8ed783617e38c0ace')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-nibbles/repos/testing-x86_64/gnome-nibbles.install (from rev 
223030, gnome-nibbles/repos/gnome-unstable-x86_64/gnome-nibbles.install)
===
--- testing-x86_64/gnome-nibbles.install(rev 0)
+++ testing-x86_64/gnome-nibbles.install2014-09-26 10:56:03 UTC (rev 
223107)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:21
  Author: jgc
Revision: 223114

db-move: moved gnome-keyring from [gnome-unstable] to [testing] (i686, x86_64)

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

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/gnome-keyring.install   |   12 
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/gnome-keyring.install |   12 
 4 files changed, 88 insertions(+)

Copied: gnome-keyring/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-keyring/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:21 UTC (rev 223114)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=gnome-keyring
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=GNOME Password Management daemon
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gcr' 'libcap-ng')
+makedepends=('intltool' 'gtk-doc')
+groups=('gnome')
+options=('!emptydirs')
+url=http://www.gnome.org;
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c7059516cc47192e8bc5f1095e8e57cd3388825a4584ea8ad67a97763b7c9040')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring \
+  --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-keyring/repos/testing-i686/gnome-keyring.install (from rev 
223030, gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install)
===
--- testing-i686/gnome-keyring.install  (rev 0)
+++ testing-i686/gnome-keyring.install  2014-09-26 10:56:21 UTC (rev 223114)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}

Copied: gnome-keyring/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:21 UTC (rev 223114)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=gnome-keyring
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=GNOME Password Management daemon
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gcr' 'libcap-ng')
+makedepends=('intltool' 'gtk-doc')
+groups=('gnome')
+options=('!emptydirs')
+url=http://www.gnome.org;
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c7059516cc47192e8bc5f1095e8e57cd3388825a4584ea8ad67a97763b7c9040')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring \
+  --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-keyring/repos/testing-x86_64/gnome-keyring.install (from rev 
223030, gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install)
===
--- testing-x86_64/gnome-keyring.install(rev 0)
+++ testing-x86_64/gnome-keyring.install2014-09-26 10:56:21 UTC (rev 
223114)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}



[arch-commits] Commit in gnome-getting-started-docs/repos (3 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:22
  Author: jgc
Revision: 223115

db-move: moved gnome-getting-started-docs from [gnome-unstable] to [testing] 
(any)

Added:
  gnome-getting-started-docs/repos/testing-any/
  gnome-getting-started-docs/repos/testing-any/PKGBUILD
(from rev 223030, 
gnome-getting-started-docs/repos/gnome-unstable-any/PKGBUILD)
Deleted:
  gnome-getting-started-docs/repos/gnome-unstable-any/

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

Copied: gnome-getting-started-docs/repos/testing-any/PKGBUILD (from rev 223030, 
gnome-getting-started-docs/repos/gnome-unstable-any/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-09-26 10:56:22 UTC (rev 223115)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-getting-started-docs
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Help a new user get started in GNOME
+arch=(any)
+license=('CCPL:cc-by-sa-3.0')
+# gst plugins required to decode help videos
+depends=(yelp gst-plugins-base gst-plugins-good)
+makedepends=(yelp-tools)
+url=http://www.gnome.org;
+groups=(gnome-extra)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b957d9437e49070dc376a30dc7431f8e74ab0f97eb8eb8edeb7759da5cc6b840')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:00
  Author: jgc
Revision: 223106

db-move: moved gnome-online-accounts from [gnome-unstable] to [testing] (i686, 
x86_64)

Added:
  gnome-online-accounts/repos/testing-i686/
  gnome-online-accounts/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD)
  gnome-online-accounts/repos/testing-i686/gnome-online-accounts.install
(from rev 223030, 
gnome-online-accounts/repos/gnome-unstable-i686/gnome-online-accounts.install)
  gnome-online-accounts/repos/testing-x86_64/
  gnome-online-accounts/repos/testing-x86_64/PKGBUILD
(from rev 223030, 
gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-online-accounts/repos/testing-x86_64/gnome-online-accounts.install
(from rev 223030, 
gnome-online-accounts/repos/gnome-unstable-x86_64/gnome-online-accounts.install)
Deleted:
  gnome-online-accounts/repos/gnome-unstable-i686/
  gnome-online-accounts/repos/gnome-unstable-x86_64/

--+
 testing-i686/PKGBUILD|   32 +
 testing-i686/gnome-online-accounts.install   |   12 +
 testing-x86_64/PKGBUILD  |   32 +
 testing-x86_64/gnome-online-accounts.install |   12 +
 4 files changed, 88 insertions(+)

Copied: gnome-online-accounts/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-online-accounts/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:00 UTC (rev 223106)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-online-accounts
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=GNOME service to access online accounts
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL')
+depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 
'telepathy-glib' 'krb5' 'gcr')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl' 
'python2')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('549b940be98254b83ef7548e90a5237dd785ad18b0b0bd628d23a7347fc9e100')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
+--enable-exchange --enable-facebook --enable-flickr \
+--enable-google --enable-imap-smtp --enable-kerberos \
+--enable-owncloud --enable-telepathy --enable-windows-live \
+--enable-media-server
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/testing-i686/gnome-online-accounts.install 
(from rev 223030, 
gnome-online-accounts/repos/gnome-unstable-i686/gnome-online-accounts.install)
===
--- testing-i686/gnome-online-accounts.install  (rev 0)
+++ testing-i686/gnome-online-accounts.install  2014-09-26 10:56:00 UTC (rev 
223106)
@@ -0,0 +1,12 @@
+post_install () {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnome-online-accounts/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-online-accounts/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:00 UTC (rev 223106)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-online-accounts
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=GNOME service to access online accounts
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL')
+depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'libsecret' 
'telepathy-glib' 'krb5' 'gcr')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl' 
'python2')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('549b940be98254b83ef7548e90a5237dd785ad18b0b0bd628d23a7347fc9e100')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static \
+--enable-exchange --enable-facebook --enable-flickr \
+--enable-google --enable-imap-smtp --enable-kerberos \
+--enable-owncloud --enable-telepathy --enable-windows-live \
+--enable-media-server
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
gnome-online-accounts/repos/testing-x86_64/gnome-online-accounts.install (from 
rev 223030, 

[arch-commits] Commit in gnome-online-miners/repos (6 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:55:55
  Author: jgc
Revision: 223105

db-move: moved gnome-online-miners from [gnome-unstable] to [testing] (i686, 
x86_64)

Added:
  gnome-online-miners/repos/testing-i686/
  gnome-online-miners/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-online-miners/repos/gnome-unstable-i686/PKGBUILD)
  gnome-online-miners/repos/testing-x86_64/
  gnome-online-miners/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-online-miners/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  gnome-online-miners/repos/gnome-unstable-i686/
  gnome-online-miners/repos/gnome-unstable-x86_64/

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

Copied: gnome-online-miners/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-online-miners/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:55:55 UTC (rev 223105)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-online-miners
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Tracker miners for online accounts
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL)
+depends=(libgdata gnome-online-accounts grilo libzapojit tracker gfbgraph 
dleyna-server)
+makedepends=('python2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f998d84120a8e1d8680a474803bbe5a8dc7dbda51b52309fa0020691156ee29e')
+ 
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-online-miners/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-online-miners/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:55:55 UTC (rev 223105)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-online-miners
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Tracker miners for online accounts
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL)
+depends=(libgdata gnome-online-accounts grilo libzapojit tracker gfbgraph 
dleyna-server)
+makedepends=('python2')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f998d84120a8e1d8680a474803bbe5a8dc7dbda51b52309fa0020691156ee29e')
+ 
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:55:49
  Author: jgc
Revision: 223102

db-move: moved gnome-screenshot from [gnome-unstable] to [testing] (i686, 
x86_64)

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

-+
 testing-i686/PKGBUILD   |   29 +
 testing-i686/gnome-screenshot.install   |   11 +++
 testing-x86_64/PKGBUILD |   29 +
 testing-x86_64/gnome-screenshot.install |   11 +++
 4 files changed, 80 insertions(+)

Copied: gnome-screenshot/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-screenshot/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:55:49 UTC (rev 223102)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-screenshot
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Take pictures of your screen
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3' 'libcanberra')
+makedepends=('intltool')
+groups=('gnome')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d96f108421ab04ee5d26387387df3858764e61d7718c7376cbf87890bf33912a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-screenshot/repos/testing-i686/gnome-screenshot.install (from rev 
223030, gnome-screenshot/repos/gnome-unstable-i686/gnome-screenshot.install)
===
--- testing-i686/gnome-screenshot.install   (rev 0)
+++ testing-i686/gnome-screenshot.install   2014-09-26 10:55:49 UTC (rev 
223102)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnome-screenshot/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-screenshot/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:55:49 UTC (rev 223102)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-screenshot
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Take pictures of your screen
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3' 'libcanberra')
+makedepends=('intltool')
+groups=('gnome')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d96f108421ab04ee5d26387387df3858764e61d7718c7376cbf87890bf33912a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-screenshot/repos/testing-x86_64/gnome-screenshot.install (from 
rev 223030, 
gnome-screenshot/repos/gnome-unstable-x86_64/gnome-screenshot.install)
===
--- testing-x86_64/gnome-screenshot.install (rev 0)
+++ testing-x86_64/gnome-screenshot.install 2014-09-26 10:55:49 UTC (rev 
223102)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:39
  Author: jgc
Revision: 223123

db-move: moved gnome-common from [gnome-unstable] to [testing] (any)

Added:
  gnome-common/repos/testing-any/
  gnome-common/repos/testing-any/PKGBUILD
(from rev 223030, gnome-common/repos/gnome-unstable-any/PKGBUILD)
Deleted:
  gnome-common/repos/gnome-unstable-any/

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

Copied: gnome-common/repos/testing-any/PKGBUILD (from rev 223030, 
gnome-common/repos/gnome-unstable-any/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2014-09-26 10:56:39 UTC (rev 223123)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-common
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Common development macros for GNOME
+arch=(any)
+depends=('sh')
+license=('GPL')
+url=http://www.gnome.org;
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4c00242f781bb441289f49dd80ed1d895d84de0c94bfc2c6818a104c9e39262c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:24
  Author: jgc
Revision: 223116

db-move: moved gnome-font-viewer from [gnome-unstable] to [testing] (i686, 
x86_64)

Added:
  gnome-font-viewer/repos/testing-i686/
  gnome-font-viewer/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-font-viewer/repos/gnome-unstable-i686/PKGBUILD)
  gnome-font-viewer/repos/testing-i686/gnome-font-viewer.install
(from rev 223030, 
gnome-font-viewer/repos/gnome-unstable-i686/gnome-font-viewer.install)
  gnome-font-viewer/repos/testing-x86_64/
  gnome-font-viewer/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-font-viewer/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-font-viewer/repos/testing-x86_64/gnome-font-viewer.install
(from rev 223030, 
gnome-font-viewer/repos/gnome-unstable-x86_64/gnome-font-viewer.install)
Deleted:
  gnome-font-viewer/repos/gnome-unstable-i686/
  gnome-font-viewer/repos/gnome-unstable-x86_64/

--+
 testing-i686/PKGBUILD|   28 
 testing-i686/gnome-font-viewer.install   |   11 +++
 testing-x86_64/PKGBUILD  |   28 
 testing-x86_64/gnome-font-viewer.install |   11 +++
 4 files changed, 78 insertions(+)

Copied: gnome-font-viewer/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-font-viewer/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:24 UTC (rev 223116)
@@ -0,0 +1,28 @@
+#  $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-font-viewer
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=GNOME font viewer and thumbnailer
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'desktop-file-utils' 'gnome-desktop')
+makedepends=('intltool')
+options=('!emptydirs')
+url=http://www.gnome.org;
+groups=('gnome')
+install=gnome-font-viewer.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c32636e449c4d28cf2aaa60a5f8bafb40b870b334ab69c3fdd0e78e57d183a96')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-font-viewer/repos/testing-i686/gnome-font-viewer.install (from 
rev 223030, 
gnome-font-viewer/repos/gnome-unstable-i686/gnome-font-viewer.install)
===
--- testing-i686/gnome-font-viewer.install  (rev 0)
+++ testing-i686/gnome-font-viewer.install  2014-09-26 10:56:24 UTC (rev 
223116)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-font-viewer/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-font-viewer/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:24 UTC (rev 223116)
@@ -0,0 +1,28 @@
+#  $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-font-viewer
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=GNOME font viewer and thumbnailer
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'desktop-file-utils' 'gnome-desktop')
+makedepends=('intltool')
+options=('!emptydirs')
+url=http://www.gnome.org;
+groups=('gnome')
+install=gnome-font-viewer.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('c32636e449c4d28cf2aaa60a5f8bafb40b870b334ab69c3fdd0e78e57d183a96')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-font-viewer/repos/testing-x86_64/gnome-font-viewer.install (from 
rev 223030, 
gnome-font-viewer/repos/gnome-unstable-x86_64/gnome-font-viewer.install)
===
--- testing-x86_64/gnome-font-viewer.install(rev 0)
+++ testing-x86_64/gnome-font-viewer.install2014-09-26 10:56:24 UTC (rev 
223116)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:44
  Author: jgc
Revision: 223125

db-move: moved gnome-clocks from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-clocks/repos/testing-i686/
  gnome-clocks/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-clocks/repos/gnome-unstable-i686/PKGBUILD)
  gnome-clocks/repos/testing-i686/gnome-clocks.install
(from rev 223030, 
gnome-clocks/repos/gnome-unstable-i686/gnome-clocks.install)
  gnome-clocks/repos/testing-x86_64/
  gnome-clocks/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-clocks/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-clocks/repos/testing-x86_64/gnome-clocks.install
(from rev 223030, 
gnome-clocks/repos/gnome-unstable-x86_64/gnome-clocks.install)
Deleted:
  gnome-clocks/repos/gnome-unstable-i686/
  gnome-clocks/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   33 +
 testing-i686/gnome-clocks.install   |   13 +
 testing-x86_64/PKGBUILD |   33 +
 testing-x86_64/gnome-clocks.install |   13 +
 4 files changed, 92 insertions(+)

Copied: gnome-clocks/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-clocks/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:44 UTC (rev 223125)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-clocks
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Clocks applications for GNOME
+arch=(i686 x86_64)
+url=https://www.gnome.org/;
+license=(GPL)
+depends=(gtk3 libcanberra libgweather gnome-desktop
+ hicolor-icon-theme gnome-themes-standard geoclue2 geocode-glib)
+makedepends=(intltool vala gobject-introspection itstool)
+groups=(gnome-extra)
+install=gnome-clocks.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('3a52e7d40754b7ffa65e223cc2bf4dc9c096c2d53881e55dce65e646255bc52f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-clocks/repos/testing-i686/gnome-clocks.install (from rev 223030, 
gnome-clocks/repos/gnome-unstable-i686/gnome-clocks.install)
===
--- testing-i686/gnome-clocks.install   (rev 0)
+++ testing-i686/gnome-clocks.install   2014-09-26 10:56:44 UTC (rev 223125)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+gtk-update-icon-cache -q -t -f /usr/share/icons/HighContrast
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnome-clocks/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-clocks/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:44 UTC (rev 223125)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-clocks
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Clocks applications for GNOME
+arch=(i686 x86_64)
+url=https://www.gnome.org/;
+license=(GPL)
+depends=(gtk3 libcanberra libgweather gnome-desktop
+ hicolor-icon-theme gnome-themes-standard geoclue2 geocode-glib)
+makedepends=(intltool vala gobject-introspection itstool)
+groups=(gnome-extra)
+install=gnome-clocks.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('3a52e7d40754b7ffa65e223cc2bf4dc9c096c2d53881e55dce65e646255bc52f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-clocks/repos/testing-x86_64/gnome-clocks.install (from rev 
223030, gnome-clocks/repos/gnome-unstable-x86_64/gnome-clocks.install)
===
--- testing-x86_64/gnome-clocks.install (rev 0)
+++ testing-x86_64/gnome-clocks.install 2014-09-26 10:56:44 UTC (rev 223125)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+gtk-update-icon-cache -q -t -f /usr/share/icons/HighContrast
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:57:04
  Author: jgc
Revision: 223135

db-move: moved geocode-glib from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  geocode-glib/repos/testing-i686/
  geocode-glib/repos/testing-i686/PKGBUILD
(from rev 223030, geocode-glib/repos/gnome-unstable-i686/PKGBUILD)
  geocode-glib/repos/testing-x86_64/
  geocode-glib/repos/testing-x86_64/PKGBUILD
(from rev 223030, geocode-glib/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  geocode-glib/repos/gnome-unstable-i686/
  geocode-glib/repos/gnome-unstable-x86_64/

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

Copied: geocode-glib/repos/testing-i686/PKGBUILD (from rev 223030, 
geocode-glib/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:57:04 UTC (rev 223135)
@@ -0,0 +1,27 @@
+#$Id:
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=geocode-glib
+pkgver=3.14.0
+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' 'python2')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a19b21a92b8cbfa29a5ae6616c2fdca8567e97480f7bb5c955905f6ae1c72010')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+

Copied: geocode-glib/repos/testing-x86_64/PKGBUILD (from rev 223030, 
geocode-glib/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:57:04 UTC (rev 223135)
@@ -0,0 +1,27 @@
+#$Id:
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=geocode-glib
+pkgver=3.14.0
+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' 'python2')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a19b21a92b8cbfa29a5ae6616c2fdca8567e97480f7bb5c955905f6ae1c72010')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:17
  Author: jgc
Revision: 223112

db-move: moved gnome-logs from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-logs/repos/testing-i686/
  gnome-logs/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-logs/repos/gnome-unstable-i686/PKGBUILD)
  gnome-logs/repos/testing-i686/gnome-logs.install
(from rev 223030, gnome-logs/repos/gnome-unstable-i686/gnome-logs.install)
  gnome-logs/repos/testing-x86_64/
  gnome-logs/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-logs/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-logs/repos/testing-x86_64/gnome-logs.install
(from rev 223030, gnome-logs/repos/gnome-unstable-x86_64/gnome-logs.install)
Deleted:
  gnome-logs/repos/gnome-unstable-i686/
  gnome-logs/repos/gnome-unstable-x86_64/

---+
 testing-i686/PKGBUILD |   27 +++
 testing-i686/gnome-logs.install   |   12 
 testing-x86_64/PKGBUILD   |   27 +++
 testing-x86_64/gnome-logs.install |   12 
 4 files changed, 78 insertions(+)

Copied: gnome-logs/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-logs/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:17 UTC (rev 223112)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-logs
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=A log viewer for the systemd journal
+arch=(i686 x86_64)
+url=https://wiki.gnome.org/Apps/Logs;
+license=(GPL)
+groups=(gnome-extra)
+depends=(systemd gtk3 gsettings-desktop-schemas)
+makedepends=(intltool itstool)
+install=gnome-logs.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8e73137917d01640b042e8234210f3336f8cf2e2c85d5e2b0875225103b95cb3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-logs/repos/testing-i686/gnome-logs.install (from rev 223030, 
gnome-logs/repos/gnome-unstable-i686/gnome-logs.install)
===
--- testing-i686/gnome-logs.install (rev 0)
+++ testing-i686/gnome-logs.install 2014-09-26 10:56:17 UTC (rev 223112)
@@ -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-logs/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-logs/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:17 UTC (rev 223112)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-logs
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=A log viewer for the systemd journal
+arch=(i686 x86_64)
+url=https://wiki.gnome.org/Apps/Logs;
+license=(GPL)
+groups=(gnome-extra)
+depends=(systemd gtk3 gsettings-desktop-schemas)
+makedepends=(intltool itstool)
+install=gnome-logs.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8e73137917d01640b042e8234210f3336f8cf2e2c85d5e2b0875225103b95cb3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-logs/repos/testing-x86_64/gnome-logs.install (from rev 223030, 
gnome-logs/repos/gnome-unstable-x86_64/gnome-logs.install)
===
--- testing-x86_64/gnome-logs.install   (rev 0)
+++ testing-x86_64/gnome-logs.install   2014-09-26 10:56:17 UTC (rev 223112)
@@ -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
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:11
  Author: jgc
Revision: 223110

db-move: moved gnome-maps from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-maps/repos/testing-i686/
  gnome-maps/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-maps/repos/gnome-unstable-i686/PKGBUILD)
  gnome-maps/repos/testing-i686/gnome-maps.install
(from rev 223030, gnome-maps/repos/gnome-unstable-i686/gnome-maps.install)
  gnome-maps/repos/testing-x86_64/
  gnome-maps/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-maps/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-maps/repos/testing-x86_64/gnome-maps.install
(from rev 223030, gnome-maps/repos/gnome-unstable-x86_64/gnome-maps.install)
Deleted:
  gnome-maps/repos/gnome-unstable-i686/
  gnome-maps/repos/gnome-unstable-x86_64/

---+
 testing-i686/PKGBUILD |   27 +++
 testing-i686/gnome-maps.install   |   12 
 testing-x86_64/PKGBUILD   |   27 +++
 testing-x86_64/gnome-maps.install |   12 
 4 files changed, 78 insertions(+)

Copied: gnome-maps/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-maps/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:11 UTC (rev 223110)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-maps
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=A simple GNOME 3 maps application
+arch=(i686 x86_64)
+license=('GPL')
+url=https://live.gnome.org/Maps;
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard)
+makedepends=(intltool)
+groups=('gnome-extra')
+install=gnome-maps.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b432b851dea8ca7b04f11bab542c86f73513352315141d0977b3f49ede382efb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR=${pkgdir} install
+}

Copied: gnome-maps/repos/testing-i686/gnome-maps.install (from rev 223030, 
gnome-maps/repos/gnome-unstable-i686/gnome-maps.install)
===
--- testing-i686/gnome-maps.install (rev 0)
+++ testing-i686/gnome-maps.install 2014-09-26 10:56:11 UTC (rev 223110)
@@ -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-maps/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-maps/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:11 UTC (rev 223110)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-maps
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=A simple GNOME 3 maps application
+arch=(i686 x86_64)
+license=('GPL')
+url=https://live.gnome.org/Maps;
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard)
+makedepends=(intltool)
+groups=('gnome-extra')
+install=gnome-maps.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b432b851dea8ca7b04f11bab542c86f73513352315141d0977b3f49ede382efb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR=${pkgdir} install
+}

Copied: gnome-maps/repos/testing-x86_64/gnome-maps.install (from rev 223030, 
gnome-maps/repos/gnome-unstable-x86_64/gnome-maps.install)
===
--- testing-x86_64/gnome-maps.install   (rev 0)
+++ testing-x86_64/gnome-maps.install   2014-09-26 10:56:11 UTC (rev 223110)
@@ -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
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:57
  Author: jgc
Revision: 223132

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

Added:
  glib2/repos/testing-i686/
  glib2/repos/testing-i686/PKGBUILD
(from rev 223030, glib2/repos/gnome-unstable-i686/PKGBUILD)
  glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch
(from rev 223030, 
glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch)
  glib2/repos/testing-x86_64/
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 223030, glib2/repos/gnome-unstable-x86_64/PKGBUILD)
  glib2/repos/testing-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 223030, 
glib2/repos/gnome-unstable-x86_64/revert-warn-glib-compile-schemas.patch)
Deleted:
  glib2/repos/gnome-unstable-i686/
  glib2/repos/gnome-unstable-x86_64/

---+
 testing-i686/PKGBUILD |   67 
 testing-i686/revert-warn-glib-compile-schemas.patch   |   33 +++
 testing-x86_64/PKGBUILD   |   67 
 testing-x86_64/revert-warn-glib-compile-schemas.patch |   33 +++
 4 files changed, 200 insertions(+)

Copied: glib2/repos/testing-i686/PKGBUILD (from rev 223030, 
glib2/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:57 UTC (rev 223132)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.42.0
+pkgrel=1
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver:0:4}/glib-$pkgver.tar.xz
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('94fbc0a7d10633433ff383e540607de649c1b46baaa59dea446a50977a6c4472'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+prepare() {
+  cd glib-$pkgver
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+}
+  
+build() {
+  cd glib-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+check() {
+  cd glib-$pkgver
+  #make -k check || :
+}
+
+package_glib2() {
+  depends=('pcre' 'libffi')
+  optdepends=('python2: for gdbus-codegen and gtester-report'
+  'elfutils: gresource inspection tool')
+  options=('!docs' '!emptydirs')
+  license=('LGPL')
+
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
+
+  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
+  chmod -x $_i
+  done
+
+  # Our gdb does not ship the required python modules, so remove it
+  rm -rf $pkgdir/usr/share/gdb/
+}
+
+package_glib2-docs() {
+  pkgdesc=Documentation for glib2
+  conflicts=('gobject2-docs')
+  replaces=('gobject2-docs')
+  license=('custom')
+  options=('docs' '!emptydirs')
+  
+  cd glib-$pkgver/docs
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/glib2-docs
+  install -m644 reference/COPYING ${pkgdir}/usr/share/licenses/glib2-docs/
+
+  rm -rf ${pkgdir}/usr/share/man
+}

Copied: glib2/repos/testing-i686/revert-warn-glib-compile-schemas.patch (from 
rev 223030, 
glib2/repos/gnome-unstable-i686/revert-warn-glib-compile-schemas.patch)
===
--- testing-i686/revert-warn-glib-compile-schemas.patch 
(rev 0)
+++ testing-i686/revert-warn-glib-compile-schemas.patch 2014-09-26 10:56:57 UTC 
(rev 223132)
@@ -0,0 +1,33 @@
+From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
+From: Ryan Lortie de...@desrt.ca
+Date: Thu, 12 Apr 2012 23:55:34 +
+Subject: glib-compile-schemas: warn about bad dconf paths
+
+For quite some time the recommended usage of GSettings and dconf has
+been to use paths like /org/gnome/example/.  Use of /apps/ has spilled
+over from GConf and is continuing to make its way into a number of
+applications as they port.
+
+glib-compile-schemas will now warn about these types of paths being
+used.  This generates a lot of noise, but hopefully it will reduce the
+number of ported applications making this mistake.
+---
+diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
+index cf02389..27d0181 100644
+--- a/gio/glib-compile-schemas.c
 b/gio/glib-compile-schemas.c
+@@ -1204,6 +1204,12 @@ parse_state_start_schema (ParseState  *state,
+   return;
+ }
+ 
++  if (path  (g_str_has_prefix (path, /apps/) ||
++   g_str_has_prefix (path, /desktop/) ||
++   g_str_has_prefix (path, /system/)))
++g_printerr (warning: Schema '%s' has path 

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:42
  Author: jgc
Revision: 223124

db-move: moved gnome-color-manager from [gnome-unstable] to [testing] (i686, 
x86_64)

Added:
  gnome-color-manager/repos/testing-i686/
  gnome-color-manager/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-color-manager/repos/gnome-unstable-i686/PKGBUILD)
  gnome-color-manager/repos/testing-i686/gnome-color-manager.install
(from rev 223030, 
gnome-color-manager/repos/gnome-unstable-i686/gnome-color-manager.install)
  gnome-color-manager/repos/testing-x86_64/
  gnome-color-manager/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-color-manager/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-color-manager/repos/testing-x86_64/gnome-color-manager.install
(from rev 223030, 
gnome-color-manager/repos/gnome-unstable-x86_64/gnome-color-manager.install)
Deleted:
  gnome-color-manager/repos/gnome-unstable-i686/
  gnome-color-manager/repos/gnome-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   35 +++
 testing-i686/gnome-color-manager.install   |   19 ++
 testing-x86_64/PKGBUILD|   35 +++
 testing-x86_64/gnome-color-manager.install |   19 ++
 4 files changed, 108 insertions(+)

Copied: gnome-color-manager/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-color-manager/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:42 UTC (rev 223124)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-color-manager
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Color profile manager for the GNOME desktop
+arch=(i686 x86_64)
+url=http://projects.gnome.org/gnome-color-manager/;
+license=(GPL2)
+depends=(libcanberra vte3 exiv2 hicolor-icon-theme desktop-file-utils 
shared-color-targets colord-gtk libexif)
+makedepends=(intltool yelp-tools)
+optdepends=('argyllcms: color calibration')
+install=gnome-color-manager.install
+options=('!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7060483a6c79b442fb659fc4052d4e74b5d43832441c220e3fbce60b89819578')
+
+build(){
+  cd $pkgname-$pkgver
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
+
+  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
+}

Copied: gnome-color-manager/repos/testing-i686/gnome-color-manager.install 
(from rev 223030, 
gnome-color-manager/repos/gnome-unstable-i686/gnome-color-manager.install)
===
--- testing-i686/gnome-color-manager.install(rev 0)
+++ testing-i686/gnome-color-manager.install2014-09-26 10:56:42 UTC (rev 
223124)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall gnome-color-manager
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-color-manager/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-color-manager/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:42 UTC (rev 223124)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-color-manager
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Color profile manager for the GNOME desktop
+arch=(i686 x86_64)
+url=http://projects.gnome.org/gnome-color-manager/;
+license=(GPL2)
+depends=(libcanberra vte3 exiv2 hicolor-icon-theme desktop-file-utils 
shared-color-targets colord-gtk libexif)
+makedepends=(intltool yelp-tools)
+optdepends=('argyllcms: color calibration')
+install=gnome-color-manager.install
+options=('!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7060483a6c79b442fb659fc4052d4e74b5d43832441c220e3fbce60b89819578')
+
+build(){
+  cd $pkgname-$pkgver
+
+  # man pages need docbook-sgml, which we don't have
+  

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:53
  Author: jgc
Revision: 223130

db-move: moved glib-networking from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  glib-networking/repos/testing-i686/
  glib-networking/repos/testing-i686/PKGBUILD
(from rev 223030, glib-networking/repos/gnome-unstable-i686/PKGBUILD)
  glib-networking/repos/testing-i686/glib-networking.install
(from rev 223030, 
glib-networking/repos/gnome-unstable-i686/glib-networking.install)
  glib-networking/repos/testing-x86_64/
  glib-networking/repos/testing-x86_64/PKGBUILD
(from rev 223030, glib-networking/repos/gnome-unstable-x86_64/PKGBUILD)
  glib-networking/repos/testing-x86_64/glib-networking.install
(from rev 223030, 
glib-networking/repos/gnome-unstable-x86_64/glib-networking.install)
Deleted:
  glib-networking/repos/gnome-unstable-i686/
  glib-networking/repos/gnome-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   35 +++
 testing-i686/glib-networking.install   |   11 +
 testing-x86_64/PKGBUILD|   35 +++
 testing-x86_64/glib-networking.install |   11 +
 4 files changed, 92 insertions(+)

Copied: glib-networking/repos/testing-i686/PKGBUILD (from rev 223030, 
glib-networking/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:53 UTC (rev 223130)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=glib-networking
+pkgver=2.42.0
+pkgrel=1
+pkgdesc=Network-related giomodules for glib
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(glib2 libproxy gnutls ca-certificates gsettings-desktop-schemas)
+makedepends=(intltool)
+install=glib-networking.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('304dd9e4c0ced69094300e0b9e66cd2eaae7161b9fc3186536d11458677d820d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--disable-installed-tests
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install testfiles_DATA=
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glib-networking/repos/testing-i686/glib-networking.install (from rev 
223030, glib-networking/repos/gnome-unstable-i686/glib-networking.install)
===
--- testing-i686/glib-networking.install(rev 0)
+++ testing-i686/glib-networking.install2014-09-26 10:56:53 UTC (rev 
223130)
@@ -0,0 +1,11 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: glib-networking/repos/testing-x86_64/PKGBUILD (from rev 223030, 
glib-networking/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:53 UTC (rev 223130)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=glib-networking
+pkgver=2.42.0
+pkgrel=1
+pkgdesc=Network-related giomodules for glib
+arch=(i686 x86_64)
+url=http://www.gtk.org/;
+license=(GPL2)
+depends=(glib2 libproxy gnutls ca-certificates gsettings-desktop-schemas)
+makedepends=(intltool)
+install=glib-networking.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('304dd9e4c0ced69094300e0b9e66cd2eaae7161b9fc3186536d11458677d820d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--disable-installed-tests
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install testfiles_DATA=
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glib-networking/repos/testing-x86_64/glib-networking.install (from rev 
223030, glib-networking/repos/gnome-unstable-x86_64/glib-networking.install)
===
--- testing-x86_64/glib-networking.install  (rev 0)
+++ testing-x86_64/glib-networking.install  2014-09-26 10:56:53 UTC (rev 
223130)
@@ -0,0 +1,11 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:32
  Author: jgc
Revision: 223120

db-move: moved gnome-desktop from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-desktop/repos/testing-i686/
  gnome-desktop/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-desktop/repos/gnome-unstable-i686/PKGBUILD)
  gnome-desktop/repos/testing-x86_64/
  gnome-desktop/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  gnome-desktop/repos/gnome-unstable-i686/
  gnome-desktop/repos/gnome-unstable-x86_64/

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

Copied: gnome-desktop/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-desktop/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:32 UTC (rev 223120)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Jan de Groot j...@archlinux.org
+
+pkgname=gnome-desktop
+pkgver=3.14.0
+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 python2)
+url=http://www.gnome.org;
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('22ced99396c022b5a8f2d78cdf7ff6227939c4ed36bc5dd806d44735d7b98305')
+
+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/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-desktop/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:32 UTC (rev 223120)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer:  Jan de Groot j...@archlinux.org
+
+pkgname=gnome-desktop
+pkgver=3.14.0
+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 python2)
+url=http://www.gnome.org;
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('22ced99396c022b5a8f2d78cdf7ff6227939c4ed36bc5dd806d44735d7b98305')
+
+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-music/repos (8 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:06
  Author: jgc
Revision: 223108

db-move: moved gnome-music from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-music/repos/testing-i686/
  gnome-music/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-music/repos/gnome-unstable-i686/PKGBUILD)
  gnome-music/repos/testing-i686/gnome-music.install
(from rev 223030, gnome-music/repos/gnome-unstable-i686/gnome-music.install)
  gnome-music/repos/testing-x86_64/
  gnome-music/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-music/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-music/repos/testing-x86_64/gnome-music.install
(from rev 223030, 
gnome-music/repos/gnome-unstable-x86_64/gnome-music.install)
Deleted:
  gnome-music/repos/gnome-unstable-i686/
  gnome-music/repos/gnome-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   26 ++
 testing-i686/gnome-music.install   |   12 
 testing-x86_64/PKGBUILD|   26 ++
 testing-x86_64/gnome-music.install |   12 
 4 files changed, 76 insertions(+)

Copied: gnome-music/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-music/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:06 UTC (rev 223108)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-music
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Music player and management application
+arch=(i686 x86_64)
+license=('GPL')
+url=https://wiki.gnome.org/Apps/Music;
+depends=(grilo grilo-plugins tracker python gobject-introspection 
libdmapsharing python-dbus dbus-glib gnome-themes-standard gtk3 gvfs 
python-gobject)
+makedepends=(intltool itstool python2)
+groups=('gnome-extra')
+install=gnome-music.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1eb88cf564f276c64ead4751da2f821d0bf2a3380a790d6497f32d1a12f180ed')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR=${pkgdir} install
+}

Copied: gnome-music/repos/testing-i686/gnome-music.install (from rev 223030, 
gnome-music/repos/gnome-unstable-i686/gnome-music.install)
===
--- testing-i686/gnome-music.install(rev 0)
+++ testing-i686/gnome-music.install2014-09-26 10:56:06 UTC (rev 223108)
@@ -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-music/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-music/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:06 UTC (rev 223108)
@@ -0,0 +1,26 @@
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-music
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Music player and management application
+arch=(i686 x86_64)
+license=('GPL')
+url=https://wiki.gnome.org/Apps/Music;
+depends=(grilo grilo-plugins tracker python gobject-introspection 
libdmapsharing python-dbus dbus-glib gnome-themes-standard gtk3 gvfs 
python-gobject)
+makedepends=(intltool itstool python2)
+groups=('gnome-extra')
+install=gnome-music.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1eb88cf564f276c64ead4751da2f821d0bf2a3380a790d6497f32d1a12f180ed')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR=${pkgdir} install
+}

Copied: gnome-music/repos/testing-x86_64/gnome-music.install (from rev 223030, 
gnome-music/repos/gnome-unstable-x86_64/gnome-music.install)
===
--- testing-x86_64/gnome-music.install  (rev 0)
+++ testing-x86_64/gnome-music.install  2014-09-26 10:56:06 UTC (rev 223108)
@@ -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
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:55:51
  Author: jgc
Revision: 223103

db-move: moved gnome-robots from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-robots/repos/testing-i686/
  gnome-robots/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-robots/repos/gnome-unstable-i686/PKGBUILD)
  gnome-robots/repos/testing-i686/gnome-robots.install
(from rev 223030, 
gnome-robots/repos/gnome-unstable-i686/gnome-robots.install)
  gnome-robots/repos/testing-x86_64/
  gnome-robots/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-robots/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-robots/repos/testing-x86_64/gnome-robots.install
(from rev 223030, 
gnome-robots/repos/gnome-unstable-x86_64/gnome-robots.install)
Deleted:
  gnome-robots/repos/gnome-unstable-i686/
  gnome-robots/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   32 
 testing-i686/gnome-robots.install   |   12 
 testing-x86_64/PKGBUILD |   32 
 testing-x86_64/gnome-robots.install |   12 
 4 files changed, 88 insertions(+)

Copied: gnome-robots/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-robots/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:55:51 UTC (rev 223103)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-robots
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Avoid the robots and make them crash into each other
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-robots.install
+url=https://live.gnome.org/Robots;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c6c937bcac3a4df92cfe49f4a4a877162a88a8eb75e171439a98387f72d456d5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-robots/repos/testing-i686/gnome-robots.install (from rev 223030, 
gnome-robots/repos/gnome-unstable-i686/gnome-robots.install)
===
--- testing-i686/gnome-robots.install   (rev 0)
+++ testing-i686/gnome-robots.install   2014-09-26 10:55:51 UTC (rev 223103)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-robots/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-robots/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:55:51 UTC (rev 223103)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-robots
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Avoid the robots and make them crash into each other
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-robots.install
+url=https://live.gnome.org/Robots;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c6c937bcac3a4df92cfe49f4a4a877162a88a8eb75e171439a98387f72d456d5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-robots/repos/testing-x86_64/gnome-robots.install (from rev 
223030, gnome-robots/repos/gnome-unstable-x86_64/gnome-robots.install)
===
--- testing-x86_64/gnome-robots.install (rev 0)
+++ testing-x86_64/gnome-robots.install 2014-09-26 10:55:51 UTC (rev 223103)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:55:52
  Author: jgc
Revision: 223104

db-move: moved gnome-photos from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-photos/repos/testing-i686/
  gnome-photos/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-photos/repos/gnome-unstable-i686/PKGBUILD)
  gnome-photos/repos/testing-i686/gnome-photos.install
(from rev 223030, 
gnome-photos/repos/gnome-unstable-i686/gnome-photos.install)
  gnome-photos/repos/testing-x86_64/
  gnome-photos/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-photos/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-photos/repos/testing-x86_64/gnome-photos.install
(from rev 223030, 
gnome-photos/repos/gnome-unstable-x86_64/gnome-photos.install)
Deleted:
  gnome-photos/repos/gnome-unstable-i686/
  gnome-photos/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-i686/gnome-photos.install   |   12 
 testing-x86_64/PKGBUILD |   34 ++
 testing-x86_64/gnome-photos.install |   12 
 4 files changed, 92 insertions(+)

Copied: gnome-photos/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-photos/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:55:52 UTC (rev 223104)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-photos
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Access, organize, and share your photos on GNOME
+arch=(i686 x86_64)
+url=https://www.gnome.org/;
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker
+ hicolor-icon-theme grilo gfbgraph libgdata gnome-online-miners 
dleyna-server)
+makedepends=(intltool itstool)
+groups=(gnome-extra)
+install=gnome-photos.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7d3446c2794089ecbaf495c9d20db2e9e1a94c7d8b96a020efe5f763f1e91441')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/gnome-photos
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# disabled: needs dogtail which we don't have
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-photos/repos/testing-i686/gnome-photos.install (from rev 223030, 
gnome-photos/repos/gnome-unstable-i686/gnome-photos.install)
===
--- testing-i686/gnome-photos.install   (rev 0)
+++ testing-i686/gnome-photos.install   2014-09-26 10:55:52 UTC (rev 223104)
@@ -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-photos/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-photos/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:55:52 UTC (rev 223104)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-photos
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Access, organize, and share your photos on GNOME
+arch=(i686 x86_64)
+url=https://www.gnome.org/;
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker
+ hicolor-icon-theme grilo gfbgraph libgdata gnome-online-miners 
dleyna-server)
+makedepends=(intltool itstool)
+groups=(gnome-extra)
+install=gnome-photos.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7d3446c2794089ecbaf495c9d20db2e9e1a94c7d8b96a020efe5f763f1e91441')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/gnome-photos
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# disabled: needs dogtail which we don't have
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-photos/repos/testing-x86_64/gnome-photos.install (from rev 
223030, gnome-photos/repos/gnome-unstable-x86_64/gnome-photos.install)
===
--- testing-x86_64/gnome-photos.install (rev 0)
+++ testing-x86_64/gnome-photos.install 2014-09-26 10:55:52 UTC (rev 223104)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:50
  Author: jgc
Revision: 223128

db-move: moved gnome-bluetooth from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-bluetooth/repos/testing-i686/
  gnome-bluetooth/repos/testing-i686/61-gnome-bluetooth-rfkill.rules
(from rev 223030, 
gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD)
  gnome-bluetooth/repos/testing-i686/gnome-bluetooth.install
(from rev 223030, 
gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install)
  gnome-bluetooth/repos/testing-x86_64/
  gnome-bluetooth/repos/testing-x86_64/61-gnome-bluetooth-rfkill.rules
(from rev 223030, 
gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules)
  gnome-bluetooth/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-bluetooth/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-bluetooth/repos/testing-x86_64/gnome-bluetooth.install
(from rev 223030, 
gnome-bluetooth/repos/gnome-unstable-x86_64/gnome-bluetooth.install)
Deleted:
  gnome-bluetooth/repos/gnome-unstable-i686/
  gnome-bluetooth/repos/gnome-unstable-x86_64/

+
 testing-i686/61-gnome-bluetooth-rfkill.rules   |7 +++
 testing-i686/PKGBUILD  |   42 +++
 testing-i686/gnome-bluetooth.install   |   11 ++
 testing-x86_64/61-gnome-bluetooth-rfkill.rules |7 +++
 testing-x86_64/PKGBUILD|   42 +++
 testing-x86_64/gnome-bluetooth.install |   11 ++
 6 files changed, 120 insertions(+)

Copied: gnome-bluetooth/repos/testing-i686/61-gnome-bluetooth-rfkill.rules 
(from rev 223030, 
gnome-bluetooth/repos/gnome-unstable-i686/61-gnome-bluetooth-rfkill.rules)
===
--- testing-i686/61-gnome-bluetooth-rfkill.rules
(rev 0)
+++ testing-i686/61-gnome-bluetooth-rfkill.rules2014-09-26 10:56:50 UTC 
(rev 223128)
@@ -0,0 +1,7 @@
+# Get access to /dev/rfkill for users
+# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+#
+# Simplified by Kay Sievers
+# https://bugzilla.redhat.com/show_bug.cgi?id=733326
+
+KERNEL==rfkill, SUBSYSTEM==misc, TAG+=uaccess

Copied: gnome-bluetooth/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-bluetooth/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:50 UTC (rev 223128)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+
+pkgname=gnome-bluetooth
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=The GNOME Bluetooth Subsystem
+arch=(i686 x86_64)
+url=http://live.gnome.org/GnomeBluetooth;
+license=(GPL LGPL)
+depends=(gtk3 hicolor-icon-theme libnotify bluez)
+makedepends=(intltool gobject-introspection itstool docbook-xsl)
+options=(!emptydirs)
+install=gnome-bluetooth.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+61-gnome-bluetooth-rfkill.rules)
+sha256sums=('e2ef5e0036748eeb4756e8cb57e9909f10b771d290086dd1f377451d3fe18b09'
+'8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--disable-desktop-update \
+--disable-icon-update \
+--disable-schemas-compile
+
+  # 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
+
+  install -m644 -D ../61-gnome-bluetooth-rfkill.rules \
+  $pkgdir/usr/lib/udev/rules.d//61-gnome-bluetooth-rfkill.rules
+}

Copied: gnome-bluetooth/repos/testing-i686/gnome-bluetooth.install (from rev 
223030, gnome-bluetooth/repos/gnome-unstable-i686/gnome-bluetooth.install)
===
--- testing-i686/gnome-bluetooth.install(rev 0)
+++ testing-i686/gnome-bluetooth.install2014-09-26 10:56:50 UTC (rev 
223128)
@@ -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-bluetooth/repos/testing-x86_64/61-gnome-bluetooth-rfkill.rules 
(from rev 223030, 
gnome-bluetooth/repos/gnome-unstable-x86_64/61-gnome-bluetooth-rfkill.rules)
===
--- testing-x86_64/61-gnome-bluetooth-rfkill.rules  
(rev 0)
+++ testing-x86_64/61-gnome-bluetooth-rfkill.rules  2014-09-26 

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:19
  Author: jgc
Revision: 223113

db-move: moved gnome-klotski from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-klotski/repos/testing-i686/
  gnome-klotski/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-klotski/repos/gnome-unstable-i686/PKGBUILD)
  gnome-klotski/repos/testing-i686/gnome-klotski.install
(from rev 223030, 
gnome-klotski/repos/gnome-unstable-i686/gnome-klotski.install)
  gnome-klotski/repos/testing-x86_64/
  gnome-klotski/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-klotski/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-klotski/repos/testing-x86_64/gnome-klotski.install
(from rev 223030, 
gnome-klotski/repos/gnome-unstable-x86_64/gnome-klotski.install)
Deleted:
  gnome-klotski/repos/gnome-unstable-i686/
  gnome-klotski/repos/gnome-unstable-x86_64/

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/gnome-klotski.install   |   12 
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/gnome-klotski.install |   12 
 4 files changed, 88 insertions(+)

Copied: gnome-klotski/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-klotski/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:19 UTC (rev 223113)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-klotski
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Slide blocks to solve the puzzle
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-klotski.install
+url=https://live.gnome.org/Klotski;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1208155db3d6cf27f7b3c533f82a624e84748d96f5d417b378ae1171bd56ae09')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-klotski/repos/testing-i686/gnome-klotski.install (from rev 
223030, gnome-klotski/repos/gnome-unstable-i686/gnome-klotski.install)
===
--- testing-i686/gnome-klotski.install  (rev 0)
+++ testing-i686/gnome-klotski.install  2014-09-26 10:56:19 UTC (rev 223113)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-klotski/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-klotski/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:19 UTC (rev 223113)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-klotski
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Slide blocks to solve the puzzle
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-klotski.install
+url=https://live.gnome.org/Klotski;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1208155db3d6cf27f7b3c533f82a624e84748d96f5d417b378ae1171bd56ae09')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-klotski/repos/testing-x86_64/gnome-klotski.install (from rev 
223030, gnome-klotski/repos/gnome-unstable-x86_64/gnome-klotski.install)
===
--- testing-x86_64/gnome-klotski.install(rev 0)
+++ testing-x86_64/gnome-klotski.install2014-09-26 10:56:19 UTC (rev 
223113)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:09
  Author: jgc
Revision: 223109

db-move: moved gnome-mines from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-mines/repos/testing-i686/
  gnome-mines/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-mines/repos/gnome-unstable-i686/PKGBUILD)
  gnome-mines/repos/testing-i686/gnome-mines.install
(from rev 223030, gnome-mines/repos/gnome-unstable-i686/gnome-mines.install)
  gnome-mines/repos/testing-x86_64/
  gnome-mines/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-mines/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-mines/repos/testing-x86_64/gnome-mines.install
(from rev 223030, 
gnome-mines/repos/gnome-unstable-x86_64/gnome-mines.install)
Deleted:
  gnome-mines/repos/gnome-unstable-i686/
  gnome-mines/repos/gnome-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   32 
 testing-i686/gnome-mines.install   |   12 
 testing-x86_64/PKGBUILD|   32 
 testing-x86_64/gnome-mines.install |   12 
 4 files changed, 88 insertions(+)

Copied: gnome-mines/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-mines/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:09 UTC (rev 223109)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-mines
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Clear hidden mines from a minefield
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-mines.install
+url=https://live.gnome.org/Mines;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c74c890913ded15e5ee895e8e59bd2d0467111f3dae01347bd4db5c50d25e274')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-mines/repos/testing-i686/gnome-mines.install (from rev 223030, 
gnome-mines/repos/gnome-unstable-i686/gnome-mines.install)
===
--- testing-i686/gnome-mines.install(rev 0)
+++ testing-i686/gnome-mines.install2014-09-26 10:56:09 UTC (rev 223109)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-mines/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-mines/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:09 UTC (rev 223109)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-mines
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Clear hidden mines from a minefield
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-mines.install
+url=https://live.gnome.org/Mines;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c74c890913ded15e5ee895e8e59bd2d0467111f3dae01347bd4db5c50d25e274')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-mines/repos/testing-x86_64/gnome-mines.install (from rev 223030, 
gnome-mines/repos/gnome-unstable-x86_64/gnome-mines.install)
===
--- testing-x86_64/gnome-mines.install  (rev 0)
+++ testing-x86_64/gnome-mines.install  2014-09-26 10:56:09 UTC (rev 223109)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:26
  Author: jgc
Revision: 223117

db-move: moved gnome-documents from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-documents/repos/testing-i686/
  gnome-documents/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-documents/repos/gnome-unstable-i686/PKGBUILD)
  gnome-documents/repos/testing-i686/gnome-documents.install
(from rev 223030, 
gnome-documents/repos/gnome-unstable-i686/gnome-documents.install)
  gnome-documents/repos/testing-x86_64/
  gnome-documents/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-documents/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-documents/repos/testing-x86_64/gnome-documents.install
(from rev 223030, 
gnome-documents/repos/gnome-unstable-x86_64/gnome-documents.install)
Deleted:
  gnome-documents/repos/gnome-unstable-i686/
  gnome-documents/repos/gnome-unstable-x86_64/

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

Copied: gnome-documents/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-documents/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:26 UTC (rev 223117)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-documents
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Documents Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkitgtk gnome-online-miners librsvg)
+makedepends=(intltool gobject-introspection itstool docbook-xsl)
+optdepends=('unoconv: Support for Libreoffice document types')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ee145d4422e2d5697206c41ca071dc85e99e87e635eebaa6cf2a6214cf90d7f7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/testing-i686/gnome-documents.install (from rev 
223030, gnome-documents/repos/gnome-unstable-i686/gnome-documents.install)
===
--- testing-i686/gnome-documents.install(rev 0)
+++ testing-i686/gnome-documents.install2014-09-26 10:56:26 UTC (rev 
223117)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-documents/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-documents/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:26 UTC (rev 223117)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-documents
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Documents Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkitgtk gnome-online-miners librsvg)
+makedepends=(intltool gobject-introspection itstool docbook-xsl)
+optdepends=('unoconv: Support for Libreoffice document types')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ee145d4422e2d5697206c41ca071dc85e99e87e635eebaa6cf2a6214cf90d7f7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/testing-x86_64/gnome-documents.install (from rev 
223030, gnome-documents/repos/gnome-unstable-x86_64/gnome-documents.install)
===
--- testing-x86_64/gnome-documents.install  (rev 0)
+++ 

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:57:00
  Author: jgc
Revision: 223134

db-move: moved gitg from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gitg/repos/testing-i686/
  gitg/repos/testing-i686/PKGBUILD
(from rev 223030, gitg/repos/gnome-unstable-i686/PKGBUILD)
  gitg/repos/testing-i686/gitg.install
(from rev 223030, gitg/repos/gnome-unstable-i686/gitg.install)
  gitg/repos/testing-x86_64/
  gitg/repos/testing-x86_64/PKGBUILD
(from rev 223030, gitg/repos/gnome-unstable-x86_64/PKGBUILD)
  gitg/repos/testing-x86_64/gitg.install
(from rev 223030, gitg/repos/gnome-unstable-x86_64/gitg.install)
Deleted:
  gitg/repos/gnome-unstable-i686/
  gitg/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-i686/gitg.install   |   13 +
 testing-x86_64/PKGBUILD |   27 +++
 testing-x86_64/gitg.install |   13 +
 4 files changed, 80 insertions(+)

Copied: gitg/repos/testing-i686/PKGBUILD (from rev 223030, 
gitg/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:57:00 UTC (rev 223134)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gitg
+pkgver=3.14.0
+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' 'libgit2-glib' 'libgee' 
'webkitgtk' 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'python2')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8e45a7198896eedd829a20ff8de437a08869d30005638114ca87abd42ffea11b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make WARN_CFLAGS=-Wall
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gitg/repos/testing-i686/gitg.install (from rev 223030, 
gitg/repos/gnome-unstable-i686/gitg.install)
===
--- testing-i686/gitg.install   (rev 0)
+++ testing-i686/gitg.install   2014-09-26 10:57:00 UTC (rev 223134)
@@ -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/testing-x86_64/PKGBUILD (from rev 223030, 
gitg/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:57:00 UTC (rev 223134)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gitg
+pkgver=3.14.0
+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' 'libgit2-glib' 'libgee' 
'webkitgtk' 'libpeas' 'gtkspell3')
+makedepends=('intltool' 'vala' 'gobject-introspection' 'python2')
+groups=('gnome-extra')
+install=gitg.install
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gitg/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('8e45a7198896eedd829a20ff8de437a08869d30005638114ca87abd42ffea11b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make WARN_CFLAGS=-Wall
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gitg/repos/testing-x86_64/gitg.install (from rev 223030, 
gitg/repos/gnome-unstable-x86_64/gitg.install)
===
--- testing-x86_64/gitg.install (rev 0)
+++ testing-x86_64/gitg.install 2014-09-26 10:57:00 UTC (rev 223134)
@@ -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 gnome-dictionary/repos (8 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:28
  Author: jgc
Revision: 223118

db-move: moved gnome-dictionary from [gnome-unstable] to [testing] (i686, 
x86_64)

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

-+
 testing-i686/PKGBUILD   |   29 +
 testing-i686/gnome-dictionary.install   |   11 +++
 testing-x86_64/PKGBUILD |   29 +
 testing-x86_64/gnome-dictionary.install |   11 +++
 4 files changed, 80 insertions(+)

Copied: gnome-dictionary/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-dictionary/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:28 UTC (rev 223118)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-dictionary
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Look up words in dictionary sources
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3')
+makedepends=('intltool' 'itstool' 'docbook-xsl')
+install=gnome-dictionary.install
+groups=('gnome')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b1d7f694a3b63f734e398a08d51a6d7ef864d8fc6d0f160569a283a30b93da57')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-dictionary/repos/testing-i686/gnome-dictionary.install (from rev 
223030, gnome-dictionary/repos/gnome-unstable-i686/gnome-dictionary.install)
===
--- testing-i686/gnome-dictionary.install   (rev 0)
+++ testing-i686/gnome-dictionary.install   2014-09-26 10:56:28 UTC (rev 
223118)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnome-dictionary/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-dictionary/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:28 UTC (rev 223118)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-dictionary
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Look up words in dictionary sources
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3')
+makedepends=('intltool' 'itstool' 'docbook-xsl')
+install=gnome-dictionary.install
+groups=('gnome')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b1d7f694a3b63f734e398a08d51a6d7ef864d8fc6d0f160569a283a30b93da57')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-dictionary/repos/testing-x86_64/gnome-dictionary.install (from 
rev 223030, 
gnome-dictionary/repos/gnome-unstable-x86_64/gnome-dictionary.install)
===
--- testing-x86_64/gnome-dictionary.install (rev 0)
+++ testing-x86_64/gnome-dictionary.install 2014-09-26 10:56:28 UTC (rev 
223118)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:46
  Author: jgc
Revision: 223126

db-move: moved gnome-chess from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gnome-chess/repos/testing-i686/
  gnome-chess/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-chess/repos/gnome-unstable-i686/PKGBUILD)
  gnome-chess/repos/testing-i686/gnome-chess.install
(from rev 223030, gnome-chess/repos/gnome-unstable-i686/gnome-chess.install)
  gnome-chess/repos/testing-x86_64/
  gnome-chess/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-chess/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-chess/repos/testing-x86_64/gnome-chess.install
(from rev 223030, 
gnome-chess/repos/gnome-unstable-x86_64/gnome-chess.install)
Deleted:
  gnome-chess/repos/gnome-unstable-i686/
  gnome-chess/repos/gnome-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   33 +
 testing-i686/gnome-chess.install   |   13 +
 testing-x86_64/PKGBUILD|   33 +
 testing-x86_64/gnome-chess.install |   13 +
 4 files changed, 92 insertions(+)

Copied: gnome-chess/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-chess/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:46 UTC (rev 223126)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-chess
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Play the classic two-player boardgame of chess
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url=https://live.gnome.org/Chess;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('686e80dc172dad82891e6a8f2de15816fadf2f0ab9522eb354318baaa5764e67')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-chess/repos/testing-i686/gnome-chess.install (from rev 223030, 
gnome-chess/repos/gnome-unstable-i686/gnome-chess.install)
===
--- testing-i686/gnome-chess.install(rev 0)
+++ testing-i686/gnome-chess.install2014-09-26 10:56:46 UTC (rev 223126)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-chess/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-chess/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:46 UTC (rev 223126)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-chess
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Play the classic two-player boardgame of chess
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+optdepends=('gnuchess: Play against computer')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-chess.install
+url=https://live.gnome.org/Chess;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('686e80dc172dad82891e6a8f2de15816fadf2f0ab9522eb354318baaa5764e67')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-chess/repos/testing-x86_64/gnome-chess.install (from rev 223030, 
gnome-chess/repos/gnome-unstable-x86_64/gnome-chess.install)
===
--- testing-x86_64/gnome-chess.install  (rev 0)
+++ testing-x86_64/gnome-chess.install  2014-09-26 10:56:46 UTC (rev 223126)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache 

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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:54
  Author: jgc
Revision: 223131

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

Added:
  glibmm/repos/testing-i686/
  glibmm/repos/testing-i686/PKGBUILD
(from rev 223030, glibmm/repos/gnome-unstable-i686/PKGBUILD)
  glibmm/repos/testing-x86_64/
  glibmm/repos/testing-x86_64/PKGBUILD
(from rev 223030, glibmm/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  glibmm/repos/gnome-unstable-i686/
  glibmm/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: glibmm/repos/testing-i686/PKGBUILD (from rev 223030, 
glibmm/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:54 UTC (rev 223131)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.42.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url=http://www.gtkmm.org/;
+sha256sums=('985083d97378d234da27a7243587cc0d186897a4b2d3c1286f794089be1a3397')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
+  depends=('glib2' 'libsigc++')
+  cd $pkgbase-$pkgver
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=$pkgdir install
+}
+
+package_glibmm-docs() {
+  pkgdesc=Developer documentation for glibmm
+  cd $pkgbase-$pkgver/docs
+  make DESTDIR=$pkgdir install
+}

Copied: glibmm/repos/testing-x86_64/PKGBUILD (from rev 223030, 
glibmm/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:54 UTC (rev 223131)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.42.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+url=http://www.gtkmm.org/;
+sha256sums=('985083d97378d234da27a7243587cc0d186897a4b2d3c1286f794089be1a3397')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
+  depends=('glib2' 'libsigc++')
+  cd $pkgbase-$pkgver
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=$pkgdir install
+}
+
+package_glibmm-docs() {
+  pkgdesc=Developer documentation for glibmm
+  cd $pkgbase-$pkgver/docs
+  make DESTDIR=$pkgdir install
+}



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

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:56:48
  Author: jgc
Revision: 223127

db-move: moved gnome-calculator from [gnome-unstable] to [testing] (i686, 
x86_64)

Added:
  gnome-calculator/repos/testing-i686/
  gnome-calculator/repos/testing-i686/PKGBUILD
(from rev 223030, gnome-calculator/repos/gnome-unstable-i686/PKGBUILD)
  gnome-calculator/repos/testing-i686/gnome-calculator.install
(from rev 223030, 
gnome-calculator/repos/gnome-unstable-i686/gnome-calculator.install)
  gnome-calculator/repos/testing-x86_64/
  gnome-calculator/repos/testing-x86_64/PKGBUILD
(from rev 223030, gnome-calculator/repos/gnome-unstable-x86_64/PKGBUILD)
  gnome-calculator/repos/testing-x86_64/gnome-calculator.install
(from rev 223030, 
gnome-calculator/repos/gnome-unstable-x86_64/gnome-calculator.install)
Deleted:
  gnome-calculator/repos/gnome-unstable-i686/
  gnome-calculator/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   32 ++
 testing-i686/gnome-calculator.install   |   11 ++
 testing-x86_64/PKGBUILD |   32 ++
 testing-x86_64/gnome-calculator.install |   11 ++
 4 files changed, 86 insertions(+)

Copied: gnome-calculator/repos/testing-i686/PKGBUILD (from rev 223030, 
gnome-calculator/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:56:48 UTC (rev 223127)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-calculator
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=GNOME Scientific calculator
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'dconf' 'gtksourceview3')
+makedepends=('intltool' 'yelp-tools' 'vala')
+groups=('gnome')
+replaces=('gcalctool')
+conflicts=('gcalctool')
+options=(!emptydirs)
+url=http://www.gnome.org;
+install=gnome-calculator.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('910e5b5728aa71af2302be3a5d394fc28bb16e1e085f272bfab6f0eb6fe528de')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
+  --localstatedir=/var --libexecdir=/usr/lib/gnome-calculator
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gnome-calculator/repos/testing-i686/gnome-calculator.install (from rev 
223030, gnome-calculator/repos/gnome-unstable-i686/gnome-calculator.install)
===
--- testing-i686/gnome-calculator.install   (rev 0)
+++ testing-i686/gnome-calculator.install   2014-09-26 10:56:48 UTC (rev 
223127)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: gnome-calculator/repos/testing-x86_64/PKGBUILD (from rev 223030, 
gnome-calculator/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:56:48 UTC (rev 223127)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-calculator
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=GNOME Scientific calculator
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'dconf' 'gtksourceview3')
+makedepends=('intltool' 'yelp-tools' 'vala')
+groups=('gnome')
+replaces=('gcalctool')
+conflicts=('gcalctool')
+options=(!emptydirs)
+url=http://www.gnome.org;
+install=gnome-calculator.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('910e5b5728aa71af2302be3a5d394fc28bb16e1e085f272bfab6f0eb6fe528de')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile \
+  --localstatedir=/var --libexecdir=/usr/lib/gnome-calculator
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gnome-calculator/repos/testing-x86_64/gnome-calculator.install (from 
rev 223030, 
gnome-calculator/repos/gnome-unstable-x86_64/gnome-calculator.install)
===
--- testing-x86_64/gnome-calculator.install (rev 0)
+++ testing-x86_64/gnome-calculator.install 2014-09-26 10:56:48 UTC (rev 
223127)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


  1   2   3   >