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

2014-09-22 Thread Tobias Powalowski
Date: Monday, September 22, 2014 @ 08:04:22
  Author: tpowa
Revision: 222557

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

Added:
  efibootmgr/repos/core-i686/PKGBUILD
(from rev 222555, efibootmgr/repos/testing-i686/PKGBUILD)
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
(from rev 222555, 
efibootmgr/repos/testing-i686/efibootmgr-tilt_slashes-func.patch)
  efibootmgr/repos/core-x86_64/PKGBUILD
(from rev 222555, efibootmgr/repos/testing-x86_64/PKGBUILD)
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
(from rev 222555, 
efibootmgr/repos/testing-x86_64/efibootmgr-tilt_slashes-func.patch)
Deleted:
  efibootmgr/repos/core-i686/PKGBUILD
  efibootmgr/repos/core-i686/efibootmgr-tilt_slashes-func.patch
  efibootmgr/repos/core-x86_64/PKGBUILD
  efibootmgr/repos/core-x86_64/efibootmgr-tilt_slashes-func.patch
  efibootmgr/repos/testing-i686/
  efibootmgr/repos/testing-x86_64/

+
 /PKGBUILD  |  106 +++
 /efibootmgr-tilt_slashes-func.patch|  122 +++
 core-i686/PKGBUILD |   54 --
 core-i686/efibootmgr-tilt_slashes-func.patch   |   61 ---
 core-x86_64/PKGBUILD   |   54 --
 core-x86_64/efibootmgr-tilt_slashes-func.patch |   61 ---
 6 files changed, 228 insertions(+), 230 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-09-22 06:04:21 UTC (rev 222556)
+++ core-i686/PKGBUILD  2014-09-22 06:04:22 UTC (rev 222557)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Murtuza Akhtari inxsible at gmail dot com
-# Contributor: Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
-
-pkgname=efibootmgr
-pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables
-pkgver=0.7.0.16.g099e110
-pkgrel=1
-arch=('x86_64' 'i686')
-url=https://github.com/vathpela/efibootmgr;
-license=('GPL2')
-makedepends=('git')
-depends=('pciutils' 'efivar' 'zlib')
-options=('strip' 'zipman' 'docs' '!emptydirs')
-
-# 
source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#tag=efibootmgr-${pkgver};)
-source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#commit=099e1107489a24e019e8900f1c44da646945c343;)
-sha1sums=('SKIP')
-
-pkgver() {
-   cd ${srcdir}/efibootmgr/
-   echo $(git describe --tags) | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
-}
-
-prepare() {
-   
-   cd ${srcdir}/efibootmgr/
-   
-   git clean -x -d -f
-   echo
-   
-}
-
-build() {
-   
-   cd ${srcdir}/efibootmgr/
-   
-   make EXTRA_CFLAGS=-Os
-   echo
-   
-}
-
-package() {
-   
-   cd ${srcdir}/efibootmgr/
-   
-   install -d ${pkgdir}/usr/bin/
-   install -D -m0755 ${srcdir}/efibootmgr/src/efibootmgr/efibootmgr 
${pkgdir}/usr/bin/efibootmgr
-   
-   install -d ${pkgdir}/usr/share/man/man8/
-   install -D -m0644 ${srcdir}/efibootmgr/src/man/man8/efibootmgr.8 
${pkgdir}/usr/share/man/man8/efibootmgr.8
-   
-}

Copied: efibootmgr/repos/core-i686/PKGBUILD (from rev 222555, 
efibootmgr/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-09-22 06:04:22 UTC (rev 222557)
@@ -0,0 +1,53 @@
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Murtuza Akhtari inxsible at gmail dot com
+# Contributor: Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
+
+pkgname=efibootmgr
+pkgdesc=Tool to modify UEFI Firmware Boot Manager Variables
+pkgver=0.8.0
+pkgrel=1
+arch=('x86_64' 'i686')
+url=https://github.com/vathpela/efibootmgr;
+license=('GPL2')
+makedepends=('git')
+depends=('pciutils' 'efivar' 'zlib')
+options=('strip' 'zipman' 'docs' '!emptydirs')
+
+source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#tag=efibootmgr-${pkgver};)
+#source=(efibootmgr::git+https://github.com/vathpela/efibootmgr.git#commit=099e1107489a24e019e8900f1c44da646945c343;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd ${srcdir}/efibootmgr/
+   echo $(git describe --tags) | sed -e 's|efibootmgr-||g' -e 's|-|\.|g'
+}
+
+prepare() {
+   
+   cd ${srcdir}/efibootmgr/
+   
+   git clean -x -d -f
+   echo
+   
+}
+
+build() {
+   
+   cd ${srcdir}/efibootmgr/
+   
+   make EXTRA_CFLAGS=-Os
+   echo
+   
+}
+
+package() {
+   
+   cd ${srcdir}/efibootmgr/
+   
+   install -d ${pkgdir}/usr/bin/
+   install -D -m0755 ${srcdir}/efibootmgr/src/efibootmgr/efibootmgr 
${pkgdir}/usr/bin/efibootmgr
+   
+   install -d ${pkgdir}/usr/share/man/man8/
+   install -D -m0644 

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

2014-09-22 Thread Tobias Powalowski
Date: Monday, September 22, 2014 @ 08:04:21
  Author: tpowa
Revision: 222556

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

Added:
  efivar/repos/core-i686/PKGBUILD
(from rev 222555, efivar/repos/testing-i686/PKGBUILD)
  efivar/repos/core-x86_64/PKGBUILD
(from rev 222555, efivar/repos/testing-x86_64/PKGBUILD)
Deleted:
  efivar/repos/core-i686/PKGBUILD
  efivar/repos/core-x86_64/PKGBUILD
  efivar/repos/testing-i686/
  efivar/repos/testing-x86_64/

--+
 /PKGBUILD|  116 +
 core-i686/PKGBUILD   |   58 
 core-x86_64/PKGBUILD |   58 
 3 files changed, 116 insertions(+), 116 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-09-22 01:53:33 UTC (rev 222555)
+++ core-i686/PKGBUILD  2014-09-22 06:04:21 UTC (rev 222556)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-# Contributor : Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
-
-pkgname=efivar
-pkgdesc=Tools and library to manipulate EFI variables
-pkgver=0.10.8.g81d0146
-pkgrel=1
-arch=('x86_64' 'i686')
-url=https://github.com/vathpela/efivar;
-license=('LGPL2.1')
-makedepends=('git')
-depends=('popt')
-conflicts=('libefivar')
-provides=(libefivar=${pkgver})
-options=('strip' 'zipman' 'docs')
-
-# source=(efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver};)
-source=(efivar::git+https://github.com/vathpela/efivar.git#commit=81d01467fac30ee0662cb86a6079745c4dfe9425;)
-sha1sums=('SKIP')
-
-pkgver() {
-   cd ${srcdir}/efivar/
-   echo $(git describe --tags) | sed -e 's|-|\.|g'
-}
-
-prepare() {
-   
-   cd ${srcdir}/efivar/
-   
-   git clean -x -d -f
-   echo
-   
-   sed 's|-O0|-Os|g' -i ${srcdir}/efivar/Make.defaults || true
-   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
${srcdir}/efivar/src/test/Makefile || true
-   
-}
-
-build() {
-   
-   cd ${srcdir}/efivar/
-   
-   make libdir=/usr/lib/ bindir=/usr/bin/ mandir=/usr/share/man/ 
includedir=/usr/include/ V=1 -j1
-   echo
-   
-}
-
-package() {
-   
-   cd ${srcdir}/efivar/
-   
-   make -j1 V=1 DESTDIR=${pkgdir}/ libdir=/usr/lib/ bindir=/usr/bin/ 
mandir=/usr/share/man/ includedir=/usr/include/ install
-   echo
-   
-   install -d ${pkgdir}/usr/bin
-   install -D -m0755 ${srcdir}/efivar/src/test/tester 
${pkgdir}/usr/bin/efivar-tester
-   
-}

Copied: efivar/repos/core-i686/PKGBUILD (from rev 222555, 
efivar/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-09-22 06:04:21 UTC (rev 222556)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+# Contributor : Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
+
+pkgname=efivar
+pkgdesc=Tools and library to manipulate EFI variables
+pkgver=0.11
+pkgrel=1
+arch=('x86_64' 'i686')
+url=https://github.com/vathpela/efivar;
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=(libefivar=${pkgver})
+options=('strip' 'zipman' 'docs')
+
+source=(efivar::git+https://github.com/vathpela/efivar.git#tag=efivar-${pkgver};)
+#source=(efivar::git+https://github.com/vathpela/efivar.git#commit=81d01467fac30ee0662cb86a6079745c4dfe9425;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd ${srcdir}/efivar/
+   echo $(git describe --tags) | sed -e 's|efivar-||g'
+}
+
+prepare() {
+   
+   cd ${srcdir}/efivar/
+   
+   git clean -x -d -f
+   echo
+   
+   sed 's|-O0|-Os|g' -i ${srcdir}/efivar/Make.defaults || true
+   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
${srcdir}/efivar/src/test/Makefile || true
+   
+}
+
+build() {
+   
+   cd ${srcdir}/efivar/
+   
+   make libdir=/usr/lib/ bindir=/usr/bin/ mandir=/usr/share/man/ 
includedir=/usr/include/ V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd ${srcdir}/efivar/
+   
+   make -j1 V=1 DESTDIR=${pkgdir}/ libdir=/usr/lib/ bindir=/usr/bin/ 
mandir=/usr/share/man/ includedir=/usr/include/ install
+   echo
+   
+   install -d ${pkgdir}/usr/bin
+   install -D -m0755 ${srcdir}/efivar/src/test/tester 
${pkgdir}/usr/bin/efivar-tester
+   
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-09-22 01:53:33 UTC (rev 222555)
+++ core-x86_64/PKGBUILD2014-09-22 06:04:21 UTC (rev 222556)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski tp...@archlinux.org
-# Contributor : Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
-
-pkgname=efivar

[arch-commits] Commit in libtirpc/repos (14 files)

2014-09-22 Thread Tobias Powalowski
Date: Monday, September 22, 2014 @ 08:05:04
  Author: tpowa
Revision: 222560

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

Added:
  libtirpc/repos/core-i686/PKGBUILD
(from rev 222558, libtirpc/repos/testing-i686/PKGBUILD)
  libtirpc/repos/core-i686/libtirpc-build.patch
(from rev 222558, libtirpc/repos/testing-i686/libtirpc-build.patch)
  libtirpc/repos/core-i686/libtirpc-fix-segfault-0.2.2.patch
(from rev 222558, 
libtirpc/repos/testing-i686/libtirpc-fix-segfault-0.2.2.patch)
  libtirpc/repos/core-x86_64/PKGBUILD
(from rev 222558, libtirpc/repos/testing-x86_64/PKGBUILD)
  libtirpc/repos/core-x86_64/libtirpc-build.patch
(from rev 222558, libtirpc/repos/testing-x86_64/libtirpc-build.patch)
  libtirpc/repos/core-x86_64/libtirpc-fix-segfault-0.2.2.patch
(from rev 222558, 
libtirpc/repos/testing-x86_64/libtirpc-fix-segfault-0.2.2.patch)
Deleted:
  libtirpc/repos/core-i686/PKGBUILD
  libtirpc/repos/core-i686/libtirpc-build.patch
  libtirpc/repos/core-i686/libtirpc-fix-segfault-0.2.2.patch
  libtirpc/repos/core-x86_64/PKGBUILD
  libtirpc/repos/core-x86_64/libtirpc-build.patch
  libtirpc/repos/core-x86_64/libtirpc-fix-segfault-0.2.2.patch
  libtirpc/repos/testing-i686/
  libtirpc/repos/testing-x86_64/

---+
 /PKGBUILD |   58 +
 /libtirpc-build.patch |  102 
 /libtirpc-fix-segfault-0.2.2.patch|   56 +
 core-i686/PKGBUILD|   29 --
 core-i686/libtirpc-build.patch|   51 
 core-i686/libtirpc-fix-segfault-0.2.2.patch   |   28 --
 core-x86_64/PKGBUILD  |   29 --
 core-x86_64/libtirpc-build.patch  |   51 
 core-x86_64/libtirpc-fix-segfault-0.2.2.patch |   28 --
 9 files changed, 216 insertions(+), 216 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-09-22 06:05:03 UTC (rev 222559)
+++ core-i686/PKGBUILD  2014-09-22 06:05:04 UTC (rev 222560)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libtirpc
-pkgver=0.2.4
-pkgrel=1
-pkgdesc=Transport Independent RPC library (SunRPC replacement)
-arch=('i686' 'x86_64')
-url=http://libtirpc.sourceforge.net/;
-license=('BSD')
-depends=('krb5')
-backup=('etc/netconfig')
-source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconf=/etc
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-md5sums=('847995e8d002cbf1387bda05947be086')

Copied: libtirpc/repos/core-i686/PKGBUILD (from rev 222558, 
libtirpc/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-09-22 06:05:04 UTC (rev 222560)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libtirpc
+pkgver=0.2.5
+pkgrel=1
+pkgdesc=Transport Independent RPC library (SunRPC replacement)
+arch=('i686' 'x86_64')
+url=http://libtirpc.sourceforge.net/;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconf=/etc
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+md5sums=('8cd41a5ef5a9b50d0fb6abb98af15368')

Deleted: core-i686/libtirpc-build.patch
===
--- core-i686/libtirpc-build.patch  2014-09-22 06:05:03 UTC (rev 222559)
+++ core-i686/libtirpc-build.patch  2014-09-22 06:05:04 UTC (rev 222560)
@@ -1,51 +0,0 @@
-From 3fc89804556fe9a97977f28df6e3c1b5aae22f29 Mon Sep 17 00:00:00 2001
-From: Tom Gundersen t...@jklm.no
-Date: Sun, 7 Apr 2013 22:58:19 +0200
-Subject: [PATCH] build: build with automake =1.13
-
-See: http://www.gnu.org/software/automake/manual/html_node/Public-Macros.html
-
-Also fix a couple of related deprecation warnings.
-
-Signed-off-by: Tom Gundersen t...@jklm.no

- configure.ac| 4 ++--
- src/Makefile.am | 2 +-
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 4a4adba..3de776a 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -1,5 +1,5 @@
- AC_INIT(libtirpc, 0.2.3)
--AM_INIT_AUTOMAKE(libtirpc, 0.2.3)
-+AM_INIT_AUTOMAKE
- AM_MAINTAINER_MODE
- 

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

2014-09-22 Thread Tobias Powalowski
Date: Monday, September 22, 2014 @ 08:04:37
  Author: tpowa
Revision: 222558

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

Added:
  nfsidmap/repos/core-i686/PKGBUILD
(from rev 222557, nfsidmap/repos/testing-i686/PKGBUILD)
  nfsidmap/repos/core-x86_64/PKGBUILD
(from rev 222557, nfsidmap/repos/testing-x86_64/PKGBUILD)
Deleted:
  nfsidmap/repos/core-i686/PKGBUILD
  nfsidmap/repos/core-x86_64/PKGBUILD
  nfsidmap/repos/testing-i686/
  nfsidmap/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-09-22 06:04:22 UTC (rev 222557)
+++ core-i686/PKGBUILD  2014-09-22 06:04:37 UTC (rev 222558)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Judd jvi...@zeroflux.org
-
-pkgname=nfsidmap
-pkgver=0.25
-pkgrel=2
-pkgdesc=Library to help mapping IDs, mainly for NFSv4
-arch=('i686' 'x86_64')
-url=http://www.citi.umich.edu/projects/nfsv4/linux/;
-depends=('glibc' 'libldap=2.4.18')
-license=('custom:nfsidmap')
-source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz)
-
-build() {
-  cd $srcdir/lib$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/lib$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
-}
-md5sums=('2ac4893c92716add1a1447ae01df77ab')

Copied: nfsidmap/repos/core-i686/PKGBUILD (from rev 222557, 
nfsidmap/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-09-22 06:04:37 UTC (rev 222558)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd jvi...@zeroflux.org
+
+pkgname=nfsidmap
+pkgver=0.26
+pkgrel=1
+pkgdesc=Library to help mapping IDs, mainly for NFSv4
+arch=('i686' 'x86_64')
+url=http://www.citi.umich.edu/projects/nfsv4/linux/;
+depends=('glibc' 'libldap=2.4.18')
+license=('custom:nfsidmap')
+source=(https://fedorapeople.org/~steved/libnfsidmap/0.26/libnfsidmap-$pkgver.tar.bz2)
+
+build() {
+  cd $srcdir/lib$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/lib$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
+}
+md5sums=('2c0cf0e2b1665d51fa9a783679494888')

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-09-22 06:04:22 UTC (rev 222557)
+++ core-x86_64/PKGBUILD2014-09-22 06:04:37 UTC (rev 222558)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Judd jvi...@zeroflux.org
-
-pkgname=nfsidmap
-pkgver=0.25
-pkgrel=2
-pkgdesc=Library to help mapping IDs, mainly for NFSv4
-arch=('i686' 'x86_64')
-url=http://www.citi.umich.edu/projects/nfsv4/linux/;
-depends=('glibc' 'libldap=2.4.18')
-license=('custom:nfsidmap')
-source=(http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/libnfsidmap-$pkgver.tar.gz)
-
-build() {
-  cd $srcdir/lib$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/lib$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # install license
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
-}
-md5sums=('2ac4893c92716add1a1447ae01df77ab')

Copied: nfsidmap/repos/core-x86_64/PKGBUILD (from rev 222557, 
nfsidmap/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2014-09-22 06:04:37 UTC (rev 222558)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: 
+# Contributor: Judd jvi...@zeroflux.org
+
+pkgname=nfsidmap
+pkgver=0.26
+pkgrel=1
+pkgdesc=Library to help mapping IDs, mainly for NFSv4
+arch=('i686' 'x86_64')
+url=http://www.citi.umich.edu/projects/nfsv4/linux/;
+depends=('glibc' 'libldap=2.4.18')
+license=('custom:nfsidmap')
+source=(https://fedorapeople.org/~steved/libnfsidmap/0.26/libnfsidmap-$pkgver.tar.bz2)
+
+build() {
+  cd $srcdir/lib$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/lib$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # install license
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/nfsidmap/LICENSE
+}
+md5sums=('2c0cf0e2b1665d51fa9a783679494888')



[arch-commits] Commit in nfs-utils/repos (46 files)

2014-09-22 Thread Tobias Powalowski
Date: Monday, September 22, 2014 @ 08:05:03
  Author: tpowa
Revision: 222559

db-move: moved nfs-utils from [testing] to [core] (i686, x86_64)

Added:
  nfs-utils/repos/core-i686/PKGBUILD
(from rev 222558, nfs-utils/repos/testing-i686/PKGBUILD)
  nfs-utils/repos/core-i686/exports
(from rev 222558, nfs-utils/repos/testing-i686/exports)
  nfs-utils/repos/core-i686/id_resolver.conf
(from rev 222558, nfs-utils/repos/testing-i686/id_resolver.conf)
  nfs-utils/repos/core-i686/idmapd.conf
(from rev 222558, nfs-utils/repos/testing-i686/idmapd.conf)
  nfs-utils/repos/core-i686/nfs-common.conf
(from rev 222558, nfs-utils/repos/testing-i686/nfs-common.conf)
  nfs-utils/repos/core-i686/nfs-server.conf
(from rev 222558, nfs-utils/repos/testing-i686/nfs-server.conf)
  nfs-utils/repos/core-i686/nfs-utils-1.1.4-mtab-sym.patch
(from rev 222558, 
nfs-utils/repos/testing-i686/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/core-i686/nfs-utils-1.3.1-rc2.patch
(from rev 222558, nfs-utils/repos/testing-i686/nfs-utils-1.3.1-rc2.patch)
  nfs-utils/repos/core-i686/nfs-utils.conf
(from rev 222558, nfs-utils/repos/testing-i686/nfs-utils.conf)
  nfs-utils/repos/core-i686/nfs-utils.install
(from rev 222558, nfs-utils/repos/testing-i686/nfs-utils.install)
  nfs-utils/repos/core-i686/nfs-utils_env.sh
(from rev 222558, nfs-utils/repos/testing-i686/nfs-utils_env.sh)
  nfs-utils/repos/core-x86_64/PKGBUILD
(from rev 222558, nfs-utils/repos/testing-x86_64/PKGBUILD)
  nfs-utils/repos/core-x86_64/exports
(from rev 222558, nfs-utils/repos/testing-x86_64/exports)
  nfs-utils/repos/core-x86_64/id_resolver.conf
(from rev 222558, nfs-utils/repos/testing-x86_64/id_resolver.conf)
  nfs-utils/repos/core-x86_64/idmapd.conf
(from rev 222558, nfs-utils/repos/testing-x86_64/idmapd.conf)
  nfs-utils/repos/core-x86_64/nfs-common.conf
(from rev 222558, nfs-utils/repos/testing-x86_64/nfs-common.conf)
  nfs-utils/repos/core-x86_64/nfs-server.conf
(from rev 222558, nfs-utils/repos/testing-x86_64/nfs-server.conf)
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.4-mtab-sym.patch
(from rev 222558, 
nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/core-x86_64/nfs-utils-1.3.1-rc2.patch
(from rev 222558, nfs-utils/repos/testing-x86_64/nfs-utils-1.3.1-rc2.patch)
  nfs-utils/repos/core-x86_64/nfs-utils.conf
(from rev 222558, nfs-utils/repos/testing-x86_64/nfs-utils.conf)
  nfs-utils/repos/core-x86_64/nfs-utils.install
(from rev 222558, nfs-utils/repos/testing-x86_64/nfs-utils.install)
  nfs-utils/repos/core-x86_64/nfs-utils_env.sh
(from rev 222558, nfs-utils/repos/testing-x86_64/nfs-utils_env.sh)
Deleted:
  nfs-utils/repos/core-i686/PKGBUILD
  nfs-utils/repos/core-i686/exports
  nfs-utils/repos/core-i686/id_resolver.conf
  nfs-utils/repos/core-i686/idmapd.conf
  nfs-utils/repos/core-i686/nfs-common.conf
  nfs-utils/repos/core-i686/nfs-server.conf
  nfs-utils/repos/core-i686/nfs-utils-1.1.4-mtab-sym.patch
  nfs-utils/repos/core-i686/nfs-utils-1.3.1-rc2.patch
  nfs-utils/repos/core-i686/nfs-utils.conf
  nfs-utils/repos/core-i686/nfs-utils.install
  nfs-utils/repos/core-i686/nfs-utils_env.sh
  nfs-utils/repos/core-x86_64/PKGBUILD
  nfs-utils/repos/core-x86_64/exports
  nfs-utils/repos/core-x86_64/id_resolver.conf
  nfs-utils/repos/core-x86_64/idmapd.conf
  nfs-utils/repos/core-x86_64/nfs-common.conf
  nfs-utils/repos/core-x86_64/nfs-server.conf
  nfs-utils/repos/core-x86_64/nfs-utils-1.1.4-mtab-sym.patch
  nfs-utils/repos/core-x86_64/nfs-utils-1.3.1-rc2.patch
  nfs-utils/repos/core-x86_64/nfs-utils.conf
  nfs-utils/repos/core-x86_64/nfs-utils.install
  nfs-utils/repos/core-x86_64/nfs-utils_env.sh
  nfs-utils/repos/testing-i686/
  nfs-utils/repos/testing-x86_64/

+
 /PKGBUILD  |  172 +++
 /exports   |   24 
 /id_resolver.conf  |4 
 /idmapd.conf   |   28 
 /nfs-common.conf   |   44 
 /nfs-server.conf   |   32 
 /nfs-utils-1.1.4-mtab-sym.patch|   78 +
 /nfs-utils-1.3.1-rc2.patch | 1348 +++
 /nfs-utils.conf|2 
 /nfs-utils.install |   64 +
 /nfs-utils_env.sh  |   40 
 core-i686/PKGBUILD |   87 -
 core-i686/exports  |   12 
 core-i686/id_resolver.conf |2 
 core-i686/idmapd.conf  |   14 
 core-i686/nfs-common.conf  |   22 
 core-i686/nfs-server.conf  |   16 
 core-i686/nfs-utils-1.1.4-mtab-sym.patch   |   39 
 core-i686/nfs-utils-1.3.1-rc2.patch|  674 -
 core-i686/nfs-utils.conf   |1 
 core-i686/nfs-utils.install|   32 
 core-i686/nfs-utils_env.sh   

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

2014-09-22 Thread Bartłomiej Piotrowski
Date: Monday, September 22, 2014 @ 08:34:53
  Author: bpiotrowski
Revision: 222561

upgpkg: ffmpeg 1:2.4.1-1

new upstream release

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 06:05:04 UTC (rev 222560)
+++ PKGBUILD2014-09-22 06:34:53 UTC (rev 222561)
@@ -5,8 +5,8 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=ffmpeg
-pkgver=2.4
-pkgrel=2
+pkgver=2.4.1
+pkgrel=1
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 )
 makedepends=('libvdpau' 'yasm')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('89a9c464cdf572f9028285eee605454d'
+md5sums=('c36caa8d29b3677dcb7bd8c546890c9d'
  'SKIP')
 
 build() {
@@ -74,5 +74,3 @@
   make DESTDIR=$pkgdir install install-man
   install -Dm755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
 }
-
-# vim:set ts=2 sw=2 et:



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

2014-09-22 Thread Bartłomiej Piotrowski
Date: Monday, September 22, 2014 @ 08:35:00
  Author: bpiotrowski
Revision: 222562

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

Added:
  ffmpeg/repos/testing-i686/PKGBUILD
(from rev 222561, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/testing-x86_64/PKGBUILD
(from rev 222561, ffmpeg/trunk/PKGBUILD)
Deleted:
  ffmpeg/repos/testing-i686/PKGBUILD
  ffmpeg/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  152 ++
 testing-i686/PKGBUILD   |   78 ---
 testing-x86_64/PKGBUILD |   78 ---
 3 files changed, 152 insertions(+), 156 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-09-22 06:34:53 UTC (rev 222561)
+++ testing-i686/PKGBUILD   2014-09-22 06:35:00 UTC (rev 222562)
@@ -1,78 +0,0 @@
-#b $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=ffmpeg
-pkgver=2.4
-pkgrel=2
-epoch=1
-pkgdesc='Complete and free Internet live audio and video broadcasting solution'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
-  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
-  'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' 'fribidi'
-)
-makedepends=('libvdpau' 'yasm')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('89a9c464cdf572f9028285eee605454d'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-librtmp \
---enable-libschroedinger \
---enable-libspeex \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-runtime-cpudetect \
---enable-shared \
---enable-swresample \
---enable-vdpau \
---enable-version3 \
---enable-x11grab
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-man
-  install -Dm755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ffmpeg/repos/testing-i686/PKGBUILD (from rev 222561, 
ffmpeg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-22 06:35:00 UTC (rev 222562)
@@ -0,0 +1,76 @@
+#b $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=2.4.1
+pkgrel=1
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'libvorbis' 
'libvpx'
+  'opencore-amr' 'openjpeg' 'opus' 'rtmpdump' 'schroedinger' 'sdl' 'speex'
+  'v4l-utils' 'libx264' 'xvidcore' 'zlib' 'x265' 'fribidi'
+)
+makedepends=('libvdpau' 'yasm')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('c36caa8d29b3677dcb7bd8c546890c9d'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--enable-avisynth \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+--enable-librtmp \
+--enable-libschroedinger \
+--enable-libspeex \
+--enable-libtheora \
+--enable-libv4l2 \
+--enable-libvorbis \
+

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

2014-09-22 Thread Bartłomiej Piotrowski
Date: Monday, September 22, 2014 @ 08:40:23
  Author: bpiotrowski
Revision: 222563

upgpkg: opencv 2.4.9-5

rebuild against ffmpeg 2.4

Modified:
  opencv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 06:35:00 UTC (rev 222562)
+++ PKGBUILD2014-09-22 06:40:23 UTC (rev 222563)
@@ -5,7 +5,7 @@
 pkgbase=opencv
 pkgname=('opencv' 'opencv-samples')
 pkgver=2.4.9
-pkgrel=4
+pkgrel=5
 pkgdesc=Open Source Computer Vision Library
 arch=('i686' 'x86_64')
 license=('BSD')



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

2014-09-22 Thread Bartłomiej Piotrowski
Date: Monday, September 22, 2014 @ 08:40:30
  Author: bpiotrowski
Revision: 222564

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

Added:
  opencv/repos/testing-i686/
  opencv/repos/testing-i686/PKGBUILD
(from rev 222563, opencv/trunk/PKGBUILD)
  opencv/repos/testing-i686/fsh.patch
(from rev 222563, opencv/trunk/fsh.patch)
  opencv/repos/testing-i686/pkgconfig.patch
(from rev 222563, opencv/trunk/pkgconfig.patch)
  opencv/repos/testing-x86_64/
  opencv/repos/testing-x86_64/PKGBUILD
(from rev 222563, opencv/trunk/PKGBUILD)
  opencv/repos/testing-x86_64/fsh.patch
(from rev 222563, opencv/trunk/fsh.patch)
  opencv/repos/testing-x86_64/pkgconfig.patch
(from rev 222563, opencv/trunk/pkgconfig.patch)

+
 testing-i686/PKGBUILD  |  112 
 testing-i686/fsh.patch |  136 +++
 testing-i686/pkgconfig.patch   |   35 ++
 testing-x86_64/PKGBUILD|  112 
 testing-x86_64/fsh.patch   |  136 +++
 testing-x86_64/pkgconfig.patch |   35 ++
 6 files changed, 566 insertions(+)

Copied: opencv/repos/testing-i686/PKGBUILD (from rev 222563, 
opencv/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-22 06:40:30 UTC (rev 222564)
@@ -0,0 +1,112 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgbase=opencv
+pkgname=('opencv' 'opencv-samples')
+pkgver=2.4.9
+pkgrel=5
+pkgdesc=Open Source Computer Vision Library
+arch=('i686' 'x86_64')
+license=('BSD')
+url=http://opencv.org/;
+depends=('intel-tbb' 'openexr' 'xine-lib' 'libdc1394' 'gtkglext')
+makedepends=('cmake' 'python2-numpy' 'mesa' 'eigen2')
+optdepends=('opencv-samples'
+'eigen2'
+'libcl: For coding with OpenCL'
+'python2-numpy: Python 2.x interface')
+source=(http://downloads.sourceforge.net/opencvlibrary/$pkgname-$pkgver.zip;
+'pkgconfig.patch'
+'fsh.patch')
+md5sums=('7f958389e71c77abdf5efe1da988b80c'
+ 'c7cea48ed7d4f729ebdb9673bac41bd3'
+ 'c597598d142dd34d0eb4af7d6e9779d8')
+
+_cmakeopts=('-D WITH_OPENCL=ON'
+'-D WITH_OPENGL=ON'
+'-D WITH_TBB=ON'
+'-D WITH_XINE=ON'
+'-D WITH_GSTREAMER=OFF'
+'-D BUILD_WITH_DEBUG_INFO=OFF'
+'-D BUILD_TESTS=OFF'
+'-D BUILD_PERF_TESTS=OFF'
+'-D BUILD_EXAMPLES=ON'
+'-D INSTALL_C_EXAMPLES=ON'
+'-D INSTALL_PYTHON_EXAMPLES=ON'
+'-D CMAKE_BUILD_TYPE=Release'
+'-D CMAKE_INSTALL_PREFIX=/usr'
+'-D CMAKE_SKIP_RPATH=ON')
+
+# SSE only available from Pentium 3 onwards (i686 is way older)
+[[ $CARCH = 'i686' ]]  \
+  _cmakeopts+=('-D ENABLE_SSE=OFF'
+   '-D ENABLE_SSE2=OFF'
+   '-D ENABLE_SSE3=OFF')
+
+# all x64 CPUs support SSE2 but not SSE3
+[[ $CARCH = 'x86_64' ]]  _cmakeopts+=('-D ENABLE_SSE3=OFF')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  msg2 Fixing broken pkg-config (downstream)
+  # see https://bugs.archlinux.org/task/32430
+  # and http://code.opencv.org/issues/1925
+  patch -Np1 -i $srcdir/pkgconfig.patch
+
+  # TODO: this is mostly upstream frei0r; they hardcode the path
+  #msg2 Hack-fixing folder naming inconsistency (downstream)
+  # see http://code.opencv.org/issues/2512
+  # and https://bugs.archlinux.org/task/32342
+  #patch -Np1 -i $srcdir/fsh.patch
+
+  # no longer including docs, see https://bugs.archlinux.org/task/34185
+  # python2 compatibility for generating (html) docs
+  #sed -i 's/sphinx-build/sphinx-build2/' cmake/OpenCVDetectPython.cmake
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  cmake ${_cmakeopts[@]} .
+
+  make
+}
+
+package_opencv() {
+  options=('staticlibs')
+
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install license file
+  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  cd $pkgdir/usr/share
+
+  # separate samples package; also be -R friendly
+  if [[ -d OpenCV/samples ]]; then
+mv OpenCV/samples $srcdir/$pkgname-samples
+mv OpenCV $pkgname # otherwise folder naming is inconsistent
+  elif [[ ! -d OpenCV ]]; then
+warning Directory naming issue; samples package may not be built!
+  fi
+}
+
+package_opencv-samples() {
+  pkgdesc+= (samples)
+  depends=(opencv=$pkgver) # sample codes change with lib/API
+  unset optdepends
+
+  mkdir -p $pkgdir/usr/share/opencv
+  cp -r $srcdir/opencv-samples $pkgdir/usr/share/opencv/samples
+
+  # install license file
+  install -Dm644 $srcdir/opencv-$pkgver/LICENSE \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: opencv/repos/testing-i686/fsh.patch 

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

2014-09-22 Thread Jaroslav Lichtblau
Date: Monday, September 22, 2014 @ 09:15:55
  Author: jlichtblau
Revision: 119388

gpsd 3.11 rebuild: qlandkartegt 1.7.7-2

Modified:
  qlandkartegt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 02:21:36 UTC (rev 119387)
+++ PKGBUILD2014-09-22 07:15:55 UTC (rev 119388)
@@ -5,7 +5,7 @@
 
 pkgname=qlandkartegt
 pkgver=1.7.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Use your GPS with Linux
 arch=('i686' 'x86_64')
 url=http://www.qlandkarte.org/;
@@ -18,7 +18,7 @@
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
 $pkgname-mimetypes.xml)
-sha256sums=('ff1e352d07fd136e75a80035d888efe095f1f44ca15d46262169e98e5a14e1c3'
+sha256sums=('0b0d659bef580bff7c6aabd563ad9bf0cf2d32467fe11e613ceaab58be7363d0'
 'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
 
 build() {
@@ -40,5 +40,3 @@
   install -D -m644 ${srcdir}/$pkgname-mimetypes.xml \
 ${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml
 }
-sha256sums=('0b0d659bef580bff7c6aabd563ad9bf0cf2d32467fe11e613ceaab58be7363d0'
-'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')



[arch-commits] Commit in qlandkartegt/repos (5 files)

2014-09-22 Thread Jaroslav Lichtblau
Date: Monday, September 22, 2014 @ 09:16:08
  Author: jlichtblau
Revision: 119389

archrelease: copy trunk to community-staging-x86_64

Added:
  qlandkartegt/repos/community-staging-x86_64/
  qlandkartegt/repos/community-staging-x86_64/PKGBUILD
(from rev 119388, qlandkartegt/trunk/PKGBUILD)
  qlandkartegt/repos/community-staging-x86_64/qlandkartegt-mimetypes.xml
(from rev 119388, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
  qlandkartegt/repos/community-staging-x86_64/qlandkartegt.changelog
(from rev 119388, qlandkartegt/trunk/qlandkartegt.changelog)
  qlandkartegt/repos/community-staging-x86_64/qlandkartegt.install
(from rev 119388, qlandkartegt/trunk/qlandkartegt.install)

+
 PKGBUILD   |   42 
 qlandkartegt-mimetypes.xml |7 
 qlandkartegt.changelog |   75 +++
 qlandkartegt.install   |7 
 4 files changed, 131 insertions(+)

Copied: qlandkartegt/repos/community-staging-x86_64/PKGBUILD (from rev 119388, 
qlandkartegt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-22 07:16:08 UTC (rev 119389)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Matthias Maennich a...@maennich.net
+# Contributor: boe...@gmx.de
+
+pkgname=qlandkartegt
+pkgver=1.7.7
+pkgrel=2
+pkgdesc=Use your GPS with Linux
+arch=('i686' 'x86_64')
+url=http://www.qlandkarte.org/;
+license=('GPL')
+depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 
'postgresql-libs'
+ 'shared-mime-info' 'qtwebkit')
+makedepends=('cmake' 'garmindev' 'mesa')
+optdepends=('garmindev: to connect garmin devices')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+$pkgname-mimetypes.xml)
+sha256sums=('0b0d659bef580bff7c6aabd563ad9bf0cf2d32467fe11e613ceaab58be7363d0'
+'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package(){
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 ${srcdir}/$pkgname-mimetypes.xml \
+${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml
+}

Copied: qlandkartegt/repos/community-staging-x86_64/qlandkartegt-mimetypes.xml 
(from rev 119388, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
===
--- community-staging-x86_64/qlandkartegt-mimetypes.xml 
(rev 0)
+++ community-staging-x86_64/qlandkartegt-mimetypes.xml 2014-09-22 07:16:08 UTC 
(rev 119389)
@@ -0,0 +1,7 @@
+?xml version=1.0?
+mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'
+  mime-type type=application/vnd.qlandkartegt.qlb
+commentQLandkarteGT File/comment
+glob pattern=*.qlb/
+  /mime-type
+/mime-info

Copied: qlandkartegt/repos/community-staging-x86_64/qlandkartegt.changelog 
(from rev 119388, qlandkartegt/trunk/qlandkartegt.changelog)
===
--- community-staging-x86_64/qlandkartegt.changelog 
(rev 0)
+++ community-staging-x86_64/qlandkartegt.changelog 2014-09-22 07:16:08 UTC 
(rev 119389)
@@ -0,0 +1,75 @@
+2014-07-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.7.7-1
+
+2014-02-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.7.6-1
+
+2013-10-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.7.5-1
+
+2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.7.4-1
+
+2013-09-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.7.3-1
+
+2013-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.7.1-1
+
+2013-03-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.7.0-1
+
+2012-12-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.6.0-1
+
+2012-10-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.5.3-1
+
+2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.5.1-1
+
+2012-07-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.5.0-1
+
+2012-05-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.4.2-1
+
+2012-05-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.4.1-1
+
+2012-03-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.4.0-1
+
+2012-02-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 

[arch-commits] Commit in qlandkartegt/repos (5 files)

2014-09-22 Thread Jaroslav Lichtblau
Date: Monday, September 22, 2014 @ 09:29:19
  Author: jlichtblau
Revision: 119390

archrelease: copy trunk to community-staging-i686

Added:
  qlandkartegt/repos/community-staging-i686/
  qlandkartegt/repos/community-staging-i686/PKGBUILD
(from rev 119389, qlandkartegt/trunk/PKGBUILD)
  qlandkartegt/repos/community-staging-i686/qlandkartegt-mimetypes.xml
(from rev 119389, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
  qlandkartegt/repos/community-staging-i686/qlandkartegt.changelog
(from rev 119389, qlandkartegt/trunk/qlandkartegt.changelog)
  qlandkartegt/repos/community-staging-i686/qlandkartegt.install
(from rev 119389, qlandkartegt/trunk/qlandkartegt.install)

+
 PKGBUILD   |   42 
 qlandkartegt-mimetypes.xml |7 
 qlandkartegt.changelog |   75 +++
 qlandkartegt.install   |7 
 4 files changed, 131 insertions(+)

Copied: qlandkartegt/repos/community-staging-i686/PKGBUILD (from rev 119389, 
qlandkartegt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-22 07:29:19 UTC (rev 119390)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Matthias Maennich a...@maennich.net
+# Contributor: boe...@gmx.de
+
+pkgname=qlandkartegt
+pkgver=1.7.7
+pkgrel=2
+pkgdesc=Use your GPS with Linux
+arch=('i686' 'x86_64')
+url=http://www.qlandkarte.org/;
+license=('GPL')
+depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu' 
'postgresql-libs'
+ 'shared-mime-info' 'qtwebkit')
+makedepends=('cmake' 'garmindev' 'mesa')
+optdepends=('garmindev: to connect garmin devices')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+$pkgname-mimetypes.xml)
+sha256sums=('0b0d659bef580bff7c6aabd563ad9bf0cf2d32467fe11e613ceaab58be7363d0'
+'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package(){
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 ${srcdir}/$pkgname-mimetypes.xml \
+${pkgdir}/usr/share/mime/packages/$pkgname-mimetypes.xml
+}

Copied: qlandkartegt/repos/community-staging-i686/qlandkartegt-mimetypes.xml 
(from rev 119389, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
===
--- community-staging-i686/qlandkartegt-mimetypes.xml   
(rev 0)
+++ community-staging-i686/qlandkartegt-mimetypes.xml   2014-09-22 07:29:19 UTC 
(rev 119390)
@@ -0,0 +1,7 @@
+?xml version=1.0?
+mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'
+  mime-type type=application/vnd.qlandkartegt.qlb
+commentQLandkarteGT File/comment
+glob pattern=*.qlb/
+  /mime-type
+/mime-info

Copied: qlandkartegt/repos/community-staging-i686/qlandkartegt.changelog (from 
rev 119389, qlandkartegt/trunk/qlandkartegt.changelog)
===
--- community-staging-i686/qlandkartegt.changelog   
(rev 0)
+++ community-staging-i686/qlandkartegt.changelog   2014-09-22 07:29:19 UTC 
(rev 119390)
@@ -0,0 +1,75 @@
+2014-07-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.7.7-1
+
+2014-02-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.7.6-1
+
+2013-10-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.7.5-1
+
+2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.7.4-1
+
+2013-09-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.7.3-1
+
+2013-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.7.1-1
+
+2013-03-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.7.0-1
+
+2012-12-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.6.0-1
+
+2012-10-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.5.3-1
+
+2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.5.1-1
+
+2012-07-07 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.5.0-1
+
+2012-05-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.4.2-1
+
+2012-05-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.4.1-1
+
+2012-03-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.4.0-1
+
+2012-02-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qlandkartegt 1.3.2-1
+
+2011-12-08 

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

2014-09-22 Thread Jaroslav Lichtblau
Date: Monday, September 22, 2014 @ 09:34:34
  Author: jlichtblau
Revision: 119391

gpsd 3.11 rebuild :viking 1.5.1-2

Modified:
  viking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 07:29:19 UTC (rev 119390)
+++ PKGBUILD2014-09-22 07:34:34 UTC (rev 119391)
@@ -5,7 +5,7 @@
 
 pkgname=viking
 pkgver=1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc=GTK+2 application to manage GPS data
 arch=('i686' 'x86_64')
 url=http://viking.sourceforge.net/;



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

2014-09-22 Thread Jaroslav Lichtblau
Date: Monday, September 22, 2014 @ 09:34:42
  Author: jlichtblau
Revision: 119392

archrelease: copy trunk to community-staging-x86_64

Added:
  viking/repos/community-staging-x86_64/
  viking/repos/community-staging-x86_64/PKGBUILD
(from rev 119391, viking/trunk/PKGBUILD)
  viking/repos/community-staging-x86_64/viking.changelog
(from rev 119391, viking/trunk/viking.changelog)
  viking/repos/community-staging-x86_64/viking.install
(from rev 119391, viking/trunk/viking.install)

--+
 PKGBUILD |   33 +
 viking.changelog |   29 +
 viking.install   |   12 
 3 files changed, 74 insertions(+)

Copied: viking/repos/community-staging-x86_64/PKGBUILD (from rev 119391, 
viking/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-09-22 07:34:42 UTC (rev 119392)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Nick Østergaard oe.n...@gmail.com
+# Contributor: Jonny Gerold jo...@fsk141.com
+
+pkgname=viking
+pkgver=1.5.1
+pkgrel=2
+pkgdesc=GTK+2 application to manage GPS data
+arch=('i686' 'x86_64')
+url=http://viking.sourceforge.net/;
+license=('GPL2')
+depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libexif' 'gpsbabel')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('geo: for geocaches')
+options=('!emptydirs') 
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6c560c8665112732e575110e9a316638cf278f03b5ecd92ff8845419cb3d53ec')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-expedia --enable-geocaches
+  make
+}
+
+package(){
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Copied: viking/repos/community-staging-x86_64/viking.changelog (from rev 
119391, viking/trunk/viking.changelog)
===
--- community-staging-x86_64/viking.changelog   (rev 0)
+++ community-staging-x86_64/viking.changelog   2014-09-22 07:34:42 UTC (rev 
119392)
@@ -0,0 +1,29 @@
+2014-09-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.5.1-1
+
+2014-02-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.5-1
+
+2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.4.2-1
+
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.4.1-1
+
+2013-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.4-1
+
+2012-10-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.3.2.1-1
+
+2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.3.0-1
+
+2011-11-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.2.2-1
+
+2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.2.1-1
+
+2011-06-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.2-1

Copied: viking/repos/community-staging-x86_64/viking.install (from rev 119391, 
viking/trunk/viking.install)
===
--- community-staging-x86_64/viking.install (rev 0)
+++ community-staging-x86_64/viking.install 2014-09-22 07:34:42 UTC (rev 
119392)
@@ -0,0 +1,12 @@
+post_install() {
+  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 totem-plparser/trunk (PKGBUILD)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 09:44:07
  Author: jgc
Revision: 222565

upgpkg: totem-plparser 3.10.3-1

Modified:
  totem-plparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 06:40:30 UTC (rev 222564)
+++ PKGBUILD2014-09-22 07:44:07 UTC (rev 222565)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=totem-plparser
-pkgver=3.10.2
+pkgver=3.10.3
 pkgrel=1
 url=http://www.gnome.org;
 pkgdesc=Totem playlist parser library
@@ -10,10 +10,10 @@
 license=('LGPL')
 arch=(i686 x86_64)
 depends=('gmime' 'libsoup' 'libarchive')
-makedepends=('intltool' 'gobject-introspection' 'libquvi')
+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%.*}/totem-pl-parser-$pkgver.tar.xz)
-sha256sums=('38be09bddc46ddecd2b5ed7c82144ef52aafe879a5ec3d8b192b4b64ba995469')
+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



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 09:44:13
  Author: jgc
Revision: 222566

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

Added:
  totem-plparser/repos/gnome-unstable-i686/
  totem-plparser/repos/gnome-unstable-i686/PKGBUILD
(from rev 222565, totem-plparser/trunk/PKGBUILD)
  totem-plparser/repos/gnome-unstable-x86_64/
  totem-plparser/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222565, totem-plparser/trunk/PKGBUILD)

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

Copied: totem-plparser/repos/gnome-unstable-i686/PKGBUILD (from rev 222565, 
totem-plparser/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 07:44:13 UTC (rev 222566)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 222565, 
totem-plparser/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-22 07:44:13 UTC (rev 222566)
@@ -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 r8168/trunk (PKGBUILD delayed_work_ethtool_ops_fix2.patch)

2014-09-22 Thread Massimiliano Torromeo
Date: Monday, September 22, 2014 @ 09:49:38
  Author: mtorromeo
Revision: 119393

upgpkg: r8168 8.039.00-1

Updated to version 8.039.00

Modified:
  r8168/trunk/PKGBUILD
Deleted:
  r8168/trunk/delayed_work_ethtool_ops_fix2.patch

-+
 PKGBUILD|   18 --
 delayed_work_ethtool_ops_fix2.patch |   26 --
 2 files changed, 4 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 07:34:42 UTC (rev 119392)
+++ PKGBUILD2014-09-22 07:49:38 UTC (rev 119393)
@@ -4,8 +4,8 @@
 # Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
 
 pkgname=r8168
-pkgver=8.038.00
-pkgrel=11
+pkgver=8.039.00
+pkgrel=1
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)
@@ -13,19 +13,9 @@
 depends=('glibc' 'linux')
 makedepends=('linux-headers')
 install=$pkgname.install
-source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;
-delayed_work_ethtool_ops_fix2.patch)
-sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072'
-'2a03fa65e476cb7dd3ed5976037e0218260ff2660b6a4c495a824865eb10c303')
+source=(ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2;)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
 
-prepare(){
-   cd $pkgname-$pkgver
-
-   # Fix build with Linux 3.15 and 3.16
-   # https://code.google.com/p/r8168/issues/detail?id=19
-   patch -Np1 -i $srcdir/delayed_work_ethtool_ops_fix2.patch
-}
-
 build() {
_kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)

Deleted: delayed_work_ethtool_ops_fix2.patch
===
--- delayed_work_ethtool_ops_fix2.patch 2014-09-22 07:34:42 UTC (rev 119392)
+++ delayed_work_ethtool_ops_fix2.patch 2014-09-22 07:49:38 UTC (rev 119393)
@@ -1,26 +0,0 @@
 r8168-8.038.00/src/r8168_n.c.orig
-+++ r8168-8.038.00/src/r8168_n.c
-@@ -17542,7 +17542,11 @@ rtl8168_init_one(struct pci_dev *pdev,
- 
- RTL_NET_DEVICE_OPS(rtl8168_netdev_ops);
- 
-+#if LINUX_VERSION_CODE  KERNEL_VERSION(3,16,0)
- SET_ETHTOOL_OPS(dev, rtl8168_ethtool_ops);
-+#else
-+dev-ethtool_ops = rtl8168_ethtool_ops;
-+#endif
- 
- dev-watchdog_timeo = RTL8168_TX_TIMEOUT;
- dev-irq = pdev-irq;
-@@ -19119,7 +19123,11 @@ static void rtl8168_schedule_work(struct
- {
- struct rtl8168_private *tp = netdev_priv(dev);
- 
-+#if LINUX_VERSION_CODE  KERNEL_VERSION(3,15,0)
- PREPARE_DELAYED_WORK(tp-task, task);
-+#else
-+INIT_DELAYED_WORK(tp-task, task);
-+#endif
- schedule_delayed_work(tp-task, 4);
- }
- #endif



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

2014-09-22 Thread Massimiliano Torromeo
Date: Monday, September 22, 2014 @ 09:50:28
  Author: mtorromeo
Revision: 119394

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

Added:
  r8168/repos/community-i686/PKGBUILD
(from rev 119393, r8168/trunk/PKGBUILD)
  r8168/repos/community-i686/r8168.install
(from rev 119393, r8168/trunk/r8168.install)
  r8168/repos/community-x86_64/PKGBUILD
(from rev 119393, r8168/trunk/PKGBUILD)
  r8168/repos/community-x86_64/r8168.install
(from rev 119393, r8168/trunk/r8168.install)
Deleted:
  r8168/repos/community-i686/PKGBUILD
  r8168/repos/community-i686/delayed_work_ethtool_ops_fix2.patch
  r8168/repos/community-i686/r8168.install
  r8168/repos/community-x86_64/PKGBUILD
  r8168/repos/community-x86_64/delayed_work_ethtool_ops_fix2.patch
  r8168/repos/community-x86_64/r8168.install

--+
 /PKGBUILD|   90 +
 /r8168.install   |   34 ++
 community-i686/PKGBUILD  |   55 --
 community-i686/delayed_work_ethtool_ops_fix2.patch   |   26 
 community-i686/r8168.install |   17 ---
 community-x86_64/PKGBUILD|   55 --
 community-x86_64/delayed_work_ethtool_ops_fix2.patch |   26 
 community-x86_64/r8168.install   |   17 ---
 8 files changed, 124 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-22 07:49:38 UTC (rev 119393)
+++ community-i686/PKGBUILD 2014-09-22 07:50:28 UTC (rev 119394)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bob Fanger  bfanger(at)gmail 
-# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
-
-pkgname=r8168
-pkgver=8.038.00
-pkgrel=11
-pkgdesc=A kernel module for Realtek 8168 network cards
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' 'linux')
-makedepends=('linux-headers')
-install=$pkgname.install
-source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;
-delayed_work_ethtool_ops_fix2.patch)
-sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072'
-'2a03fa65e476cb7dd3ed5976037e0218260ff2660b6a4c495a824865eb10c303')
-
-prepare(){
-   cd $pkgname-$pkgver
-
-   # Fix build with Linux 3.15 and 3.16
-   # https://code.google.com/p/r8168/issues/detail?id=19
-   patch -Np1 -i $srcdir/delayed_work_ethtool_ops_fix2.patch
-}
-
-build() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-
-   cd $pkgname-$pkgver
-
-   # avoid using the Makefile directly -- it doesn't understand
-   # any kernel but the current.
-   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
-   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
-   msg Kernel = $KERNEL_VERSION
-
-   cd $pkgname-$pkgver
-   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-
-   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
-}
-

Copied: r8168/repos/community-i686/PKGBUILD (from rev 119393, 
r8168/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-22 07:50:28 UTC (rev 119394)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.039.00
+pkgrel=1
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+install=$pkgname.install
+source=(ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2;)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but 

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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 09:54:27
  Author: jgc
Revision: 222567

upgpkg: gstreamer 1.4.2-1

Modified:
  gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 07:44:13 UTC (rev 222566)
+++ PKGBUILD2014-09-22 07:54:27 UTC (rev 222567)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gstreamer
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework
 arch=('i686' 'x86_64')
@@ -10,9 +10,9 @@
 url=http://gstreamer.freedesktop.org/;
 depends=('libxml2' 'glib2')
 optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection' 
'python2')
 source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('5638f75003282135815c0077d491da11e9a884ad91d4ba6ab3cc78bae0fb452e')
+sha256sums=('0339e0f156e130233ae26f0dcf541bf42ed73dcf6e2713369ed61d215b0847fc')
 
 build() {
   cd ${srcdir}/gstreamer-${pkgver}



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 09:54:33
  Author: jgc
Revision: 222568

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

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

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

Copied: gstreamer/repos/gnome-unstable-i686/PKGBUILD (from rev 222567, 
gstreamer/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 07:54:33 UTC (rev 222568)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gstreamer
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libxml2' 'glib2')
+optdepends=('sh: feedback script')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection' 
'python2')
+source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
+sha256sums=('0339e0f156e130233ae26f0dcf541bf42ed73dcf6e2713369ed61d215b0847fc')
+
+build() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name=GStreamer (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gstreamer/repos/gnome-unstable-x86_64/PKGBUILD (from rev 222567, 
gstreamer/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-22 07:54:33 UTC (rev 222568)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gstreamer
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libxml2' 'glib2')
+optdepends=('sh: feedback script')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection' 
'python2')
+source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
+sha256sums=('0339e0f156e130233ae26f0dcf541bf42ed73dcf6e2713369ed61d215b0847fc')
+
+build() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name=GStreamer (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-09-22 Thread Jaroslav Lichtblau
Date: Monday, September 22, 2014 @ 09:56:21
  Author: jlichtblau
Revision: 119395

archrelease: copy trunk to community-staging-i686

Added:
  viking/repos/community-staging-i686/
  viking/repos/community-staging-i686/PKGBUILD
(from rev 119394, viking/trunk/PKGBUILD)
  viking/repos/community-staging-i686/viking.changelog
(from rev 119394, viking/trunk/viking.changelog)
  viking/repos/community-staging-i686/viking.install
(from rev 119394, viking/trunk/viking.install)

--+
 PKGBUILD |   33 +
 viking.changelog |   29 +
 viking.install   |   12 
 3 files changed, 74 insertions(+)

Copied: viking/repos/community-staging-i686/PKGBUILD (from rev 119394, 
viking/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-22 07:56:21 UTC (rev 119395)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Nick Østergaard oe.n...@gmail.com
+# Contributor: Jonny Gerold jo...@fsk141.com
+
+pkgname=viking
+pkgver=1.5.1
+pkgrel=2
+pkgdesc=GTK+2 application to manage GPS data
+arch=('i686' 'x86_64')
+url=http://viking.sourceforge.net/;
+license=('GPL2')
+depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libexif' 'gpsbabel')
+makedepends=('intltool' 'gnome-doc-utils')
+optdepends=('geo: for geocaches')
+options=('!emptydirs') 
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6c560c8665112732e575110e9a316638cf278f03b5ecd92ff8845419cb3d53ec')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-expedia --enable-geocaches
+  make
+}
+
+package(){
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Copied: viking/repos/community-staging-i686/viking.changelog (from rev 119394, 
viking/trunk/viking.changelog)
===
--- community-staging-i686/viking.changelog (rev 0)
+++ community-staging-i686/viking.changelog 2014-09-22 07:56:21 UTC (rev 
119395)
@@ -0,0 +1,29 @@
+2014-09-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.5.1-1
+
+2014-02-04 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.5-1
+
+2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.4.2-1
+
+2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.4.1-1
+
+2013-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.4-1
+
+2012-10-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.3.2.1-1
+
+2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.3.0-1
+
+2011-11-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.2.2-1
+
+2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.2.1-1
+
+2011-06-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * viking 1.2-1

Copied: viking/repos/community-staging-i686/viking.install (from rev 119394, 
viking/trunk/viking.install)
===
--- community-staging-i686/viking.install   (rev 0)
+++ community-staging-i686/viking.install   2014-09-22 07:56:21 UTC (rev 
119395)
@@ -0,0 +1,12 @@
+post_install() {
+  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 r8168-lts/trunk (PKGBUILD linux-3.10.patch)

2014-09-22 Thread Massimiliano Torromeo
Date: Monday, September 22, 2014 @ 09:59:37
  Author: mtorromeo
Revision: 119396

upgpkg: r8168-lts 8.039.00-1

Updated to version 8.039.00

Modified:
  r8168-lts/trunk/PKGBUILD
Deleted:
  r8168-lts/trunk/linux-3.10.patch

--+
 PKGBUILD |9 +++-
 linux-3.10.patch |   59 -
 2 files changed, 4 insertions(+), 64 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 07:56:21 UTC (rev 119395)
+++ PKGBUILD2014-09-22 07:59:37 UTC (rev 119396)
@@ -3,8 +3,8 @@
 
 pkgname=r8168-lts
 _pkgname=r8168
-pkgver=8.038.00
-pkgrel=6
+pkgver=8.039.00
+pkgrel=1
 pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
 url=http://www.realtek.com.tw;
 license=(GPL)
@@ -11,8 +11,9 @@
 arch=('i686' 'x86_64')
 depends=('glibc' linux-lts=3.14.11 linux-lts3.15)
 makedepends=(linux-lts-headers=3.14 linux-lts-headers3.15)
-source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
 install=$pkgname.install
+source=(ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2;)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
 
 _extramodules=extramodules-3.14-lts
 
@@ -30,5 +31,3 @@
install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
find $pkgdir -name '*.ko' -exec gzip -9 {} +
 }
-
-sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072')

Deleted: linux-3.10.patch
===
--- linux-3.10.patch2014-09-22 07:56:21 UTC (rev 119395)
+++ linux-3.10.patch2014-09-22 07:59:37 UTC (rev 119396)
@@ -1,59 +0,0 @@
 src/r8168_n.c.orig 2013-07-02 14:20:27.355887286 +0200
-+++ src/r8168_n.c  2013-07-02 14:24:25.302573010 +0200
-@@ -52,6 +52,10 @@
- #include linux/init.h
- #include linux/rtnetlink.h
- 
-+#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
-+#include linux/if_ether.h
-+#endif
-+
- #if LINUX_VERSION_CODE = KERNEL_VERSION(2,6,26)
- #include linux/pci-aspm.h
- #endif
-@@ -2232,6 +2236,9 @@
-swab16(opts2  0x));
- ret = 0;
- }
-+#elif LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
-+  if (opts2  RxVlanTag)
-+  __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2  
0x));
- #else
- if (opts2  RxVlanTag)
- __vlan_hwaccel_put_tag(skb, swab16(opts2  0x));
-@@ -2295,7 +2302,11 @@
- else
- tp-cp_cmd = ~RxChkSum;
- 
-+#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
-+  if (dev-features  NETIF_F_HW_VLAN_CTAG_RX)
-+#else
- if (dev-features  NETIF_F_HW_VLAN_RX)
-+#endif
- tp-cp_cmd |= RxVlan;
- else
- tp-cp_cmd = ~RxVlan;
-@@ -16195,7 +16206,11 @@
- 
- #ifdef CONFIG_R8168_VLAN
- if (tp-mcfg != CFG_METHOD_DEFAULT) {
-+#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
-+  dev-features |= NETIF_F_HW_VLAN_CTAG_TX | 
NETIF_F_HW_VLAN_CTAG_RX;
-+#else
- dev-features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
-+#endif
- #if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,22)
- dev-vlan_rx_kill_vid = rtl8168_vlan_rx_kill_vid;
- #endif //LINUX_VERSION_CODE  KERNEL_VERSION(2,6,22)
-@@ -16210,7 +16225,11 @@
- #else
- dev-features |= NETIF_F_RXCSUM;
- dev-hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO |
-+#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
-+   NETIF_F_RXCSUM | NETIF_F_HW_VLAN_CTAG_TX | 
NETIF_F_HW_VLAN_CTAG_RX;
-+#else
-NETIF_F_RXCSUM | NETIF_F_HW_VLAN_TX | 
NETIF_F_HW_VLAN_RX;
-+#endif
- dev-vlan_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO |
-  NETIF_F_HIGHDMA;
- #endif



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

2014-09-22 Thread Massimiliano Torromeo
Date: Monday, September 22, 2014 @ 10:00:38
  Author: mtorromeo
Revision: 119397

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

Added:
  r8168-lts/repos/community-i686/PKGBUILD
(from rev 119396, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-i686/r8168-lts.install
(from rev 119396, r8168-lts/trunk/r8168-lts.install)
  r8168-lts/repos/community-x86_64/PKGBUILD
(from rev 119396, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-x86_64/r8168-lts.install
(from rev 119396, r8168-lts/trunk/r8168-lts.install)
Deleted:
  r8168-lts/repos/community-i686/PKGBUILD
  r8168-lts/repos/community-i686/linux-3.10.patch
  r8168-lts/repos/community-i686/r8168-lts.install
  r8168-lts/repos/community-x86_64/PKGBUILD
  r8168-lts/repos/community-x86_64/linux-3.10.patch
  r8168-lts/repos/community-x86_64/r8168-lts.install

+
 /PKGBUILD  |   66 +++
 /r8168-lts.install |   34 ++
 community-i686/PKGBUILD|   34 --
 community-i686/linux-3.10.patch|   59 ---
 community-i686/r8168-lts.install   |   17 -
 community-x86_64/PKGBUILD  |   34 --
 community-x86_64/linux-3.10.patch  |   59 ---
 community-x86_64/r8168-lts.install |   17 -
 8 files changed, 100 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-22 07:59:37 UTC (rev 119396)
+++ community-i686/PKGBUILD 2014-09-22 08:00:38 UTC (rev 119397)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=r8168-lts
-_pkgname=r8168
-pkgver=8.038.00
-pkgrel=6
-pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
-url=http://www.realtek.com.tw;
-license=(GPL)
-arch=('i686' 'x86_64')
-depends=('glibc' linux-lts=3.14.11 linux-lts3.15)
-makedepends=(linux-lts-headers=3.14 linux-lts-headers3.15)
-source=(https://dl.dropboxusercontent.com/u/362439/archlinux/r8168-$pkgver.tar.bz2;)
-install=$pkgname.install
-
-_extramodules=extramodules-3.14-lts
-
-build() {
-   cd $_pkgname-$pkgver
-   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-   make -C /usr/lib/modules/$_kernver/build \
-   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
-   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
-   modules
-}
-
-package() {
-   cd $_pkgname-$pkgver
-   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
-   find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-sha256sums=('1384bdf4d33b219f937bf1a600c72b22962baf7796e562b08e4da3c000f49072')

Copied: r8168-lts/repos/community-i686/PKGBUILD (from rev 119396, 
r8168-lts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-22 08:00:38 UTC (rev 119397)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.039.00
+pkgrel=1
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.14.11 linux-lts3.15)
+makedepends=(linux-lts-headers=3.14 linux-lts-headers3.15)
+install=$pkgname.install
+source=(ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2;)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+_extramodules=extramodules-3.14-lts
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}

Deleted: community-i686/linux-3.10.patch
===
--- community-i686/linux-3.10.patch 2014-09-22 07:59:37 UTC (rev 119396)
+++ community-i686/linux-3.10.patch 2014-09-22 08:00:38 UTC (rev 119397)
@@ -1,59 +0,0 @@
 src/r8168_n.c.orig 2013-07-02 14:20:27.355887286 +0200
-+++ src/r8168_n.c  2013-07-02 14:24:25.302573010 +0200
-@@ -52,6 +52,10 @@
- #include linux/init.h
- #include linux/rtnetlink.h
- 
-+#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
-+#include linux/if_ether.h
-+#endif
-+
- #if LINUX_VERSION_CODE = KERNEL_VERSION(2,6,26)
- #include linux/pci-aspm.h
- 

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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 10:01:07
  Author: jgc
Revision: 222570

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

Added:
  gst-plugins-base/repos/gnome-unstable-i686/
  gst-plugins-base/repos/gnome-unstable-i686/PKGBUILD
(from rev 222569, gst-plugins-base/trunk/PKGBUILD)
  gst-plugins-base/repos/gnome-unstable-x86_64/
  gst-plugins-base/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222569, gst-plugins-base/trunk/PKGBUILD)

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

Copied: gst-plugins-base/repos/gnome-unstable-i686/PKGBUILD (from rev 222569, 
gst-plugins-base/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 08:01:07 UTC (rev 222570)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gst-plugins-base
+pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Base Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection' 'python2')
+options=(!emptydirs)
+url=http://gstreamer.freedesktop.org/;
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('c0a8c44607d8a5669d2f0c118a72026f883a58ce1f3c720924b77f275b7b8835')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Base Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+
+  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  # Testsuite fails on one test. Some refcount leak
+  make check
+}
+
+package_gst-plugins-base-libs() {
+  pkgdesc=GStreamer Multimedia Framework Base Plugin libraries
+  depends=('gstreamer' 'orc' 'libxv')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+package_gst-plugins-base() {
+  depends=(gst-plugins-base-libs=$pkgver 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
+
+  cd $pkgbase-$pkgver
+  make -C gst-libs DESTDIR=${pkgdir} install
+  make -C ext DESTDIR=${pkgdir} install
+  make -C gst-libs DESTDIR=${pkgdir} uninstall
+}

Copied: gst-plugins-base/repos/gnome-unstable-x86_64/PKGBUILD (from rev 222569, 
gst-plugins-base/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-22 08:01:07 UTC (rev 222570)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gst-plugins-base
+pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Base Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection' 'python2')
+options=(!emptydirs)
+url=http://gstreamer.freedesktop.org/;
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('c0a8c44607d8a5669d2f0c118a72026f883a58ce1f3c720924b77f275b7b8835')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Base Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+
+  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  # Testsuite fails on one test. Some refcount leak
+  make check
+}
+
+package_gst-plugins-base-libs() {
+  pkgdesc=GStreamer Multimedia Framework Base Plugin libraries
+  depends=('gstreamer' 'orc' 'libxv')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+package_gst-plugins-base() {
+  depends=(gst-plugins-base-libs=$pkgver 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
+
+  cd $pkgbase-$pkgver
+  make -C gst-libs DESTDIR=${pkgdir} install
+  make -C ext DESTDIR=${pkgdir} install
+  make -C gst-libs DESTDIR=${pkgdir} uninstall
+}



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 10:01:01
  Author: jgc
Revision: 222569

upgpkg: gst-plugins-base 1.4.2-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 07:54:33 UTC (rev 222568)
+++ PKGBUILD2014-09-22 08:01:01 UTC (rev 222569)
@@ -3,16 +3,16 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Base Plugins
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection')
+makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection' 'python2')
 options=(!emptydirs)
 url=http://gstreamer.freedesktop.org/;
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('aea9e25be6691bd3cc0785d005b2b5d70ce313a2c897901680a3f7e7cab5a499')
+sha256sums=('c0a8c44607d8a5669d2f0c118a72026f883a58ce1f3c720924b77f275b7b8835')
 
 build() {
   cd $pkgbase-$pkgver



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 10:06:49
  Author: jgc
Revision: 222571

upgpkg: gst-plugins-good 1.4.2-1

Modified:
  gst-plugins-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 08:01:07 UTC (rev 222570)
+++ PKGBUILD2014-09-22 08:06:49 UTC (rev 222571)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-good
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Good Plugins
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('8559d4270065b30ed5c49b826e1b7a3a2bd5ee9a340ae745a2ae3f9718e4c637')
+sha256sums=('63d7c8006af05143839b6e166a363d84c438380efe1409029deebcfce50b0fa8')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 10:06:56
  Author: jgc
Revision: 222572

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

Added:
  gst-plugins-good/repos/gnome-unstable-i686/
  gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD
(from rev 222571, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/gnome-unstable-x86_64/
  gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222571, gst-plugins-good/trunk/PKGBUILD)

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

Copied: gst-plugins-good/repos/gnome-unstable-i686/PKGBUILD (from rev 222571, 
gst-plugins-good/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 08:06:56 UTC (rev 222572)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('63d7c8006af05143839b6e166a363d84c438380efe1409029deebcfce50b0fa8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Good Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
+#check() {
+#  cd $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Copied: gst-plugins-good/repos/gnome-unstable-x86_64/PKGBUILD (from rev 222571, 
gst-plugins-good/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-22 08:06:56 UTC (rev 222572)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('63d7c8006af05143839b6e166a363d84c438380efe1409029deebcfce50b0fa8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Good Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
+#check() {
+#  cd $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 10:13:01
  Author: jgc
Revision: 222574

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

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

---+
 /PKGBUILD |  122 
 /bugreport.patch  |   44 +++
 /totem.install|   26 ++
 gnome-unstable-i686/PKGBUILD  |   61 
 gnome-unstable-i686/bugreport.patch   |   22 -
 gnome-unstable-i686/totem.install |   13 ---
 gnome-unstable-x86_64/PKGBUILD|   61 
 gnome-unstable-x86_64/bugreport.patch |   22 -
 gnome-unstable-x86_64/totem.install   |   13 ---
 9 files changed, 192 insertions(+), 192 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-22 08:12:54 UTC (rev 222573)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 08:13:01 UTC (rev 222574)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=totem
-pkgver=3.13.92
-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%.*}/$pkgname-$pkgver.tar.xz
-bugreport.patch)
-sha256sums=('15920c7a7d98cdbf7c4159b0ffee9f3f90017fd5ba52b45d79b094cf62236451'
-'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/gnome-unstable-i686/PKGBUILD (from rev 222573, 
totem/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 08:13:01 UTC (rev 222574)
@@ -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'
+   

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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 10:12:54
  Author: jgc
Revision: 222573

upgpkg: totem 3.14.0-1

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 08:06:56 UTC (rev 222572)
+++ PKGBUILD2014-09-22 08:12:54 UTC (rev 222573)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=totem
-pkgver=3.13.92
+pkgver=3.14.0
 pkgrel=1
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
@@ -25,9 +25,9 @@
 install=totem.install
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 bugreport.patch)
-sha256sums=('15920c7a7d98cdbf7c4159b0ffee9f3f90017fd5ba52b45d79b094cf62236451'
+sha256sums=('a57f78126af431b71e44aa0548e672bf884aef51ec23847f82b07a6849ac635e'
 '30481dab7e21b66257e3238f5a8b708e1a5c4797d7da904f7ebaba4c2c2ef167')
 
 prepare() {



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

2014-09-22 Thread Jan Steffens
Date: Monday, September 22, 2014 @ 10:14:08
  Author: heftig
Revision: 222582

1.4.2

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 08:13:54 UTC (rev 222581)
+++ PKGBUILD2014-09-22 08:14:08 UTC (rev 222582)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-bad
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Bad Plugins
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
  'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('0268db2faaf0bb22e5b709a11633abbca4f3d289b1f513bb262d0bf3f53e19ae')
+sha256sums=('31623079803b0311560730f47389cc360ddb2df5286ad2cf40048b9a82c4808e')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-22 Thread Jan Steffens
Date: Monday, September 22, 2014 @ 10:13:52
  Author: heftig
Revision: 222580

1.4.2

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 08:13:50 UTC (rev 222579)
+++ PKGBUILD2014-09-22 08:13:52 UTC (rev 222580)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-plugins-ugly
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc=GStreamer Multimedia Framework Ugly Plugins
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python' 'gtk-doc' 'x264')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('25440435ac4ed795d213f2420a0e7355e4a2e2e76d1f9d020b2073f815e8b071')
+sha256sums=('9c84a153f539e3ed419d7039296b80bfe073994b06d319a4ebe3f75979dd95f5')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-22 Thread Jan Steffens
Date: Monday, September 22, 2014 @ 10:16:35
  Author: heftig
Revision: 222583

1.4.2

Modified:
  gst-libav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 08:14:08 UTC (rev 222582)
+++ PKGBUILD2014-09-22 08:16:35 UTC (rev 222583)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gst-libav
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc=Gstreamer libav Plugin
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 provides=(gst-ffmpeg=$pkgver-$pkgrel)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('fc125521187fa84f3210269a0eecc51f8a856802f1ca4bb251f118dab90c5a9d')
+sha256sums=('f658a7025ef00a87f1f2032621bad88ad77ba87e18583d7a66bfcf335b187104')
 
 prepare() {
   cd $pkgname-$pkgver



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 10:18:45
  Author: jgc
Revision: 222584

upgpkg: iagno 3.14.0-1

Modified:
  iagno/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 08:16:35 UTC (rev 222583)
+++ PKGBUILD2014-09-22 08:18:45 UTC (rev 222584)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=iagno
-pkgver=3.13.91
+pkgver=3.14.0
 pkgrel=1
 pkgdesc=Dominate the board in a classic version of Reversi
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 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=('9ad26286c64cc52012ea477718add65dfef4b4a39ff3b4b25e80d9b7d5634917')
+sha256sums=('fca395f1417d041977cb3e5e5ea007e956333f245ce25aa90d0927dba7477b61')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 10:18:51
  Author: jgc
Revision: 222585

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

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

-+
 /PKGBUILD   |   64 ++
 /iagno.install  |   24 
 gnome-unstable-i686/PKGBUILD|   32 -
 gnome-unstable-i686/iagno.install   |   12 --
 gnome-unstable-x86_64/PKGBUILD  |   32 -
 gnome-unstable-x86_64/iagno.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-22 08:18:45 UTC (rev 222584)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 08:18:51 UTC (rev 222585)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=iagno
-pkgver=3.13.91
-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=('9ad26286c64cc52012ea477718add65dfef4b4a39ff3b4b25e80d9b7d5634917')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 222584, 
iagno/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 08:18:51 UTC (rev 222585)
@@ -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
+}

Deleted: gnome-unstable-i686/iagno.install
===
--- gnome-unstable-i686/iagno.install   2014-09-22 08:18:45 UTC (rev 222584)
+++ gnome-unstable-i686/iagno.install   2014-09-22 08:18:51 UTC (rev 222585)
@@ -1,12 +0,0 @@
-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/gnome-unstable-i686/iagno.install (from rev 222584, 
iagno/trunk/iagno.install)
===
--- gnome-unstable-i686/iagno.install   (rev 0)
+++ gnome-unstable-i686/iagno.install   2014-09-22 08:18:51 UTC (rev 222585)
@@ -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
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2014-09-22 08:18:45 UTC (rev 222584)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-22 08:18:51 UTC (rev 222585)
@@ 

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

2014-09-22 Thread Jan Steffens
Date: Monday, September 22, 2014 @ 10:21:15
  Author: heftig
Revision: 222586

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-22 08:18:51 UTC (rev 222585)
+++ extra-i686/PKGBUILD 2014-09-22 08:21:15 UTC (rev 222586)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gstreamer
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libxml2' 'glib2')
-optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
-source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('5638f75003282135815c0077d491da11e9a884ad91d4ba6ab3cc78bae0fb452e')
-
-build() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name=GStreamer (Arch Linux) \
---with-package-origin=http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gstreamer/repos/extra-i686/PKGBUILD (from rev 222585, 
gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-22 08:21:15 UTC (rev 222586)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gstreamer
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libxml2' 'glib2')
+optdepends=('sh: feedback script')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection' 
'python2')
+source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
+sha256sums=('0339e0f156e130233ae26f0dcf541bf42ed73dcf6e2713369ed61d215b0847fc')
+
+build() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name=GStreamer (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/gstreamer-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-22 08:18:51 UTC (rev 222585)
+++ extra-x86_64/PKGBUILD   2014-09-22 08:21:15 UTC (rev 222586)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gstreamer
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libxml2' 'glib2')
-optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
-source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('5638f75003282135815c0077d491da11e9a884ad91d4ba6ab3cc78bae0fb452e')
-
-build() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
---with-package-name=GStreamer (Arch Linux) \
---with-package-origin=http://www.archlinux.org/; \
---enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/gstreamer-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gstreamer/repos/extra-x86_64/PKGBUILD (from rev 222585, 
gstreamer/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-09-22 08:21:15 UTC (rev 222586)
@@ -0,0 +1,38 @@
+# $Id$
+# 

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

2014-09-22 Thread Jan Steffens
Date: Monday, September 22, 2014 @ 10:22:30
  Author: heftig
Revision: 222587

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

Added:
  gst-plugins-base/repos/extra-i686/PKGBUILD
(from rev 222586, gst-plugins-base/trunk/PKGBUILD)
  gst-plugins-base/repos/extra-x86_64/PKGBUILD
(from rev 222586, gst-plugins-base/trunk/PKGBUILD)
Deleted:
  gst-plugins-base/repos/extra-i686/PKGBUILD
  gst-plugins-base/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-22 08:21:15 UTC (rev 222586)
+++ extra-i686/PKGBUILD 2014-09-22 08:22:30 UTC (rev 222587)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gst-plugins-base
-pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Base Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection')
-options=(!emptydirs)
-url=http://gstreamer.freedesktop.org/;
-source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('aea9e25be6691bd3cc0785d005b2b5d70ce313a2c897901680a3f7e7cab5a499')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental \
---with-package-name=GStreamer Base Plugins (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-
-  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  # Testsuite fails on one test. Some refcount leak
-  make check
-}
-
-package_gst-plugins-base-libs() {
-  pkgdesc=GStreamer Multimedia Framework Base Plugin libraries
-  depends=('gstreamer' 'orc' 'libxv')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-package_gst-plugins-base() {
-  depends=(gst-plugins-base-libs=$pkgver 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
-
-  cd $pkgbase-$pkgver
-  make -C gst-libs DESTDIR=${pkgdir} install
-  make -C ext DESTDIR=${pkgdir} install
-  make -C gst-libs DESTDIR=${pkgdir} uninstall
-}

Copied: gst-plugins-base/repos/extra-i686/PKGBUILD (from rev 222586, 
gst-plugins-base/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-22 08:22:30 UTC (rev 222587)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=gst-plugins-base
+pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Base Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis' 'libtheora' 'pango' 'gobject-introspection' 'python2')
+options=(!emptydirs)
+url=http://gstreamer.freedesktop.org/;
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('c0a8c44607d8a5669d2f0c118a72026f883a58ce1f3c720924b77f275b7b8835')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name=GStreamer Base Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+
+  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  # Testsuite fails on one test. Some refcount leak
+  make check
+}
+
+package_gst-plugins-base-libs() {
+  pkgdesc=GStreamer Multimedia Framework Base Plugin libraries
+  depends=('gstreamer' 'orc' 'libxv')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+package_gst-plugins-base() {
+  depends=(gst-plugins-base-libs=$pkgver 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis' 'libtheora' 'pango')
+
+  cd $pkgbase-$pkgver
+  make -C gst-libs DESTDIR=${pkgdir} install
+  make -C ext DESTDIR=${pkgdir} install
+  make -C gst-libs DESTDIR=${pkgdir} uninstall
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-22 08:21:15 UTC (rev 222586)
+++ extra-x86_64/PKGBUILD   2014-09-22 08:22:30 UTC (rev 222587)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gst-plugins-base
-pkgname=('gst-plugins-base-libs' 

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

2014-09-22 Thread Massimiliano Torromeo
Date: Monday, September 22, 2014 @ 10:23:17
  Author: mtorromeo
Revision: 119398

upgpkg: xtrabackup 2.2.4-1

Updated to 2.2.4

Modified:
  xtrabackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 08:00:38 UTC (rev 119397)
+++ PKGBUILD2014-09-22 08:23:17 UTC (rev 119398)
@@ -3,7 +3,7 @@
 # Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=xtrabackup
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 pkgdesc='Non-blocking backup tool for MySQL'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
 makedepends=('cmake' 'python-sphinx' 'zlib')
 
source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-md5sums=('9867f4059d31e15e7b1f45a9a9048531')
+sha256sums=('51c7aef9aa2331588cc60277b5d78f18b0c80629553b536966b7461d459a16db')
 
 build() {
   cd percona-xtrabackup-$pkgver



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

2014-09-22 Thread Jan Steffens
Date: Monday, September 22, 2014 @ 10:23:43
  Author: heftig
Revision: 222588

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

Added:
  gst-plugins-good/repos/extra-i686/PKGBUILD
(from rev 222587, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/extra-x86_64/PKGBUILD
(from rev 222587, gst-plugins-good/trunk/PKGBUILD)
Deleted:
  gst-plugins-good/repos/extra-i686/PKGBUILD
  gst-plugins-good/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-22 08:22:30 UTC (rev 222587)
+++ extra-i686/PKGBUILD 2014-09-22 08:23:43 UTC (rev 222588)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('8559d4270065b30ed5c49b826e1b7a3a2bd5ee9a340ae745a2ae3f9718e4c637')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name=GStreamer Good Plugins (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
-#check() {
-#  cd $pkgname-$pkgver
-#  make check
-#}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-good/repos/extra-i686/PKGBUILD (from rev 222587, 
gst-plugins-good/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-22 08:23:43 UTC (rev 222588)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-good
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Good Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
+makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('63d7c8006af05143839b6e166a363d84c438380efe1409029deebcfce50b0fa8')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Good Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
+#check() {
+#  cd $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-22 08:22:30 UTC (rev 222587)
+++ extra-x86_64/PKGBUILD   2014-09-22 08:23:43 UTC (rev 222588)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-good
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Good Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('libpulse' 'jack' 'libsoup' 'gst-plugins-base-libs' 'wavpack' 'aalib' 
'taglib' 'libdv' 'libshout' 'libvpx' 'gdk-pixbuf2' 'libcaca' 'libavc1394' 
'libiec61883' 'libxdamage' 'v4l-utils' 'cairo')
-makedepends=('gstreamer' 'speex' 'flac' 'libraw1394' 'python' 'gtk-doc')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('8559d4270065b30ed5c49b826e1b7a3a2bd5ee9a340ae745a2ae3f9718e4c637')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
-

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

2014-09-22 Thread Jan Steffens
Date: Monday, September 22, 2014 @ 10:24:59
  Author: heftig
Revision: 222589

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

Added:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
(from rev 222588, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD
(from rev 222588, gst-plugins-bad/trunk/PKGBUILD)
Deleted:
  gst-plugins-bad/repos/extra-i686/PKGBUILD
  gst-plugins-bad/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-22 08:23:43 UTC (rev 222588)
+++ extra-i686/PKGBUILD 2014-09-22 08:24:59 UTC (rev 222589)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-bad
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Bad Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc')
-makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
- 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('0268db2faaf0bb22e5b709a11633abbca4f3d289b1f513bb262d0bf3f53e19ae')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name=GStreamer Bad Plugins (Arch Linux) \
---with-package-origin=http://www.archlinux.org/; \
---with-gtk=3.0
-
-  # 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
-  # don't have a camera for the camerabin test
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-bad/repos/extra-i686/PKGBUILD (from rev 222588, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-22 08:24:59 UTC (rev 222589)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-bad
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Bad Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
+ 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('31623079803b0311560730f47389cc360ddb2df5286ad2cf40048b9a82c4808e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Bad Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/; \
+--with-gtk=3.0
+
+  # 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
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-22 08:23:43 UTC (rev 222588)
+++ extra-x86_64/PKGBUILD   2014-09-22 08:24:59 UTC (rev 222589)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-bad
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Bad Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 

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

2014-09-22 Thread Massimiliano Torromeo
Date: Monday, September 22, 2014 @ 10:25:13
  Author: mtorromeo
Revision: 119399

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-22 08:23:17 UTC (rev 119398)
+++ community-i686/PKGBUILD 2014-09-22 08:25:13 UTC (rev 119399)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=xtrabackup
-pkgver=2.2.3
-pkgrel=1
-pkgdesc='Non-blocking backup tool for MySQL'
-arch=('i686' 'x86_64')
-url='http://www.percona.com/software/percona-xtrabackup/'
-license=('GPL')
-depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
-makedepends=('cmake' 'python-sphinx' 'zlib')
-source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-md5sums=('9867f4059d31e15e7b1f45a9a9048531')
-
-build() {
-  cd percona-xtrabackup-$pkgver
-  cmake -DBUILD_CONFIG=xtrabackup_release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-  cd storage/innobase/xtrabackup/doc
-  make man
-}
-
-package() {
-  cd percona-xtrabackup-$pkgver
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  rm -rf $pkgdir/usr/xtrabackup-test
-
-  cd storage/innobase/xtrabackup/doc/build/man
-  for file in *.1; do
-install -Dm0644 $file $pkgdir/usr/share/man/man1/$file
-  done
-}

Copied: xtrabackup/repos/community-i686/PKGBUILD (from rev 119398, 
xtrabackup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-22 08:25:13 UTC (rev 119399)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=xtrabackup
+pkgver=2.2.4
+pkgrel=1
+pkgdesc='Non-blocking backup tool for MySQL'
+arch=('i686' 'x86_64')
+url='http://www.percona.com/software/percona-xtrabackup/'
+license=('GPL')
+depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
+makedepends=('cmake' 'python-sphinx' 'zlib')
+source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
+sha256sums=('51c7aef9aa2331588cc60277b5d78f18b0c80629553b536966b7461d459a16db')
+
+build() {
+  cd percona-xtrabackup-$pkgver
+  cmake -DBUILD_CONFIG=xtrabackup_release -DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cd storage/innobase/xtrabackup/doc
+  make man
+}
+
+package() {
+  cd percona-xtrabackup-$pkgver
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/xtrabackup-test
+
+  cd storage/innobase/xtrabackup/doc/build/man
+  for file in *.1; do
+install -Dm0644 $file $pkgdir/usr/share/man/man1/$file
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-22 08:23:17 UTC (rev 119398)
+++ community-x86_64/PKGBUILD   2014-09-22 08:25:13 UTC (rev 119399)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=xtrabackup
-pkgver=2.2.3
-pkgrel=1
-pkgdesc='Non-blocking backup tool for MySQL'
-arch=('i686' 'x86_64')
-url='http://www.percona.com/software/percona-xtrabackup/'
-license=('GPL')
-depends=('libaio' 'libgcrypt' 'openssl' 'perl-dbd-mysql')
-makedepends=('cmake' 'python-sphinx' 'zlib')
-source=(http://www.percona.com/downloads/XtraBackup/LATEST/source/tarball/percona-xtrabackup-$pkgver.tar.gz)
-md5sums=('9867f4059d31e15e7b1f45a9a9048531')
-
-build() {
-  cd percona-xtrabackup-$pkgver
-  cmake -DBUILD_CONFIG=xtrabackup_release -DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-  cd storage/innobase/xtrabackup/doc
-  make man
-}
-
-package() {
-  cd percona-xtrabackup-$pkgver
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  rm -rf $pkgdir/usr/xtrabackup-test
-
-  cd storage/innobase/xtrabackup/doc/build/man
-  for file in *.1; do
-install -Dm0644 $file $pkgdir/usr/share/man/man1/$file
-  done
-}

Copied: xtrabackup/repos/community-x86_64/PKGBUILD (from rev 119398, 
xtrabackup/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-22 

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

2014-09-22 Thread Jan Steffens
Date: Monday, September 22, 2014 @ 10:25:38
  Author: heftig
Revision: 222590

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

Added:
  gst-plugins-ugly/repos/extra-i686/PKGBUILD
(from rev 222589, gst-plugins-ugly/trunk/PKGBUILD)
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD
(from rev 222589, gst-plugins-ugly/trunk/PKGBUILD)
Deleted:
  gst-plugins-ugly/repos/extra-i686/PKGBUILD
  gst-plugins-ugly/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-22 08:24:59 UTC (rev 222589)
+++ extra-i686/PKGBUILD 2014-09-22 08:25:38 UTC (rev 222590)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-ugly
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Ugly Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'libx264' 'opencore-amr')
-makedepends=('python' 'gtk-doc' 'x264')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('25440435ac4ed795d213f2420a0e7355e4a2e2e76d1f9d020b2073f815e8b071')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name=GStreamer Ugly Plugins (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # 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: gst-plugins-ugly/repos/extra-i686/PKGBUILD (from rev 222589, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-22 08:25:38 UTC (rev 222590)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-ugly
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=GStreamer Multimedia Framework Ugly Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'libx264' 'opencore-amr')
+makedepends=('python' 'gtk-doc' 'x264')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('9c84a153f539e3ed419d7039296b80bfe073994b06d319a4ebe3f75979dd95f5')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Ugly Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # 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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-22 08:24:59 UTC (rev 222589)
+++ extra-x86_64/PKGBUILD   2014-09-22 08:25:38 UTC (rev 222590)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-ugly
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=GStreamer Multimedia Framework Ugly Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'libx264' 'opencore-amr')
-makedepends=('python' 'gtk-doc' 'x264')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('25440435ac4ed795d213f2420a0e7355e4a2e2e76d1f9d020b2073f815e8b071')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name=GStreamer Ugly Plugins (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # 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: gst-plugins-ugly/repos/extra-x86_64/PKGBUILD (from rev 222589, 
gst-plugins-ugly/trunk/PKGBUILD)

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

2014-09-22 Thread Jan Steffens
Date: Monday, September 22, 2014 @ 10:27:29
  Author: heftig
Revision: 222591

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

Added:
  gst-libav/repos/extra-i686/PKGBUILD
(from rev 222590, gst-libav/trunk/PKGBUILD)
  gst-libav/repos/extra-x86_64/PKGBUILD
(from rev 222590, gst-libav/trunk/PKGBUILD)
Deleted:
  gst-libav/repos/extra-i686/PKGBUILD
  gst-libav/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-22 08:25:38 UTC (rev 222590)
+++ extra-i686/PKGBUILD 2014-09-22 08:27:29 UTC (rev 222591)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-libav
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=Gstreamer libav Plugin
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'bzip2')
-makedepends=('python' 'yasm')
-options=(!emptydirs)
-provides=(gst-ffmpeg=$pkgver-$pkgrel)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('fc125521187fa84f3210269a0eecc51f8a856802f1ca4bb251f118dab90c5a9d')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-libav-extra-configure=--enable-runtime-cpudetect 
\
---with-package-name=GStreamer libav Plugin (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # 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: gst-libav/repos/extra-i686/PKGBUILD (from rev 222590, 
gst-libav/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-22 08:27:29 UTC (rev 222591)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-libav
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=Gstreamer libav Plugin
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('gst-plugins-base-libs' 'bzip2')
+makedepends=('python' 'yasm')
+options=(!emptydirs)
+provides=(gst-ffmpeg=$pkgver-$pkgrel)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('f658a7025ef00a87f1f2032621bad88ad77ba87e18583d7a66bfcf335b187104')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --with-libav-extra-configure=--enable-runtime-cpudetect 
\
+--with-package-name=GStreamer libav Plugin (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/;
+
+  # 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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-22 08:25:38 UTC (rev 222590)
+++ extra-x86_64/PKGBUILD   2014-09-22 08:27:29 UTC (rev 222591)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-libav
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=Gstreamer libav Plugin
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('gst-plugins-base-libs' 'bzip2')
-makedepends=('python' 'yasm')
-options=(!emptydirs)
-provides=(gst-ffmpeg=$pkgver-$pkgrel)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('fc125521187fa84f3210269a0eecc51f8a856802f1ca4bb251f118dab90c5a9d')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --with-libav-extra-configure=--enable-runtime-cpudetect 
\
---with-package-name=GStreamer libav Plugin (Arch Linux) \
---with-package-origin=http://www.archlinux.org/;
-
-  # 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: gst-libav/repos/extra-x86_64/PKGBUILD (from rev 222590, 
gst-libav/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-09-22 08:27:29 UTC 

[arch-commits] Commit in lib32-wxgtk2.8/trunk (PKGBUILD)

2014-09-22 Thread Maxime Gauduin
Date: Monday, September 22, 2014 @ 11:09:04
  Author: alucryd
Revision: 119400

upgpkg: lib32-wxgtk2.8 2.8.12.1-4

Modified:
  lib32-wxgtk2.8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 08:25:13 UTC (rev 119399)
+++ PKGBUILD2014-09-22 09:09:04 UTC (rev 119400)
@@ -4,13 +4,13 @@
 
 pkgname=lib32-wxgtk2.8
 pkgver=2.8.12.1
-pkgrel=3
+pkgrel=4
 pkgdesc='GTK+ implementation of wxWidgets API for GUI'
 arch=('x86_64')
 url=http://wxwidgets.org/;
 license=('custom:wxWindows')
-depends=('lib32-gstreamer0.10-base' 'lib32-gtk2' 'lib32-sdl' ${pkgname#*-})
-makedepends=('lib32-gstreamer0.10-base-plugins' 'lib32-glu')
+depends=('lib32-gtk2' 'lib32-sdl' ${pkgname#*-})
+makedepends=('lib32-glu')
 
source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2;
 'wxGTK-collision.patch')
 sha256sums=('1f3f153d9f1504c6ce2d2c4b23e940b8f58b81f4cba35cda1a5bb31142243cd0'



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

2014-09-22 Thread Maxime Gauduin
Date: Monday, September 22, 2014 @ 11:09:11
  Author: alucryd
Revision: 119401

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-wxgtk2.8/repos/multilib-x86_64/PKGBUILD
(from rev 119400, lib32-wxgtk2.8/trunk/PKGBUILD)
  lib32-wxgtk2.8/repos/multilib-x86_64/wxGTK-collision.patch
(from rev 119400, lib32-wxgtk2.8/trunk/wxGTK-collision.patch)
Deleted:
  lib32-wxgtk2.8/repos/multilib-x86_64/PKGBUILD
  lib32-wxgtk2.8/repos/multilib-x86_64/wxGTK-collision.patch

---+
 PKGBUILD  |  108 
 wxGTK-collision.patch |   50 +++---
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-22 09:09:04 UTC (rev 119400)
+++ PKGBUILD2014-09-22 09:09:11 UTC (rev 119401)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-
-pkgname=lib32-wxgtk2.8
-pkgver=2.8.12.1
-pkgrel=3
-pkgdesc='GTK+ implementation of wxWidgets API for GUI'
-arch=('x86_64')
-url=http://wxwidgets.org/;
-license=('custom:wxWindows')
-depends=('lib32-gstreamer0.10-base' 'lib32-gtk2' 'lib32-sdl' ${pkgname#*-})
-makedepends=('lib32-gstreamer0.10-base-plugins' 'lib32-glu')
-source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2;
-'wxGTK-collision.patch')
-sha256sums=('1f3f153d9f1504c6ce2d2c4b23e940b8f58b81f4cba35cda1a5bb31142243cd0'
-'582eaed73d94eba2cfe7390c59b5143daef7d1c61554c4543261fe444d46e7d8')
-
-prepare() {
-  cd wx*-${pkgver}
-
-  patch -Np1 -i ../wxGTK-collision.patch
-}
-
-build() {
-  cd wx*-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure --prefix='/usr' --libdir='/usr/lib32' \
-  --enable-{graphics_ctx,mediactrl,unicode} \
-  --disable-{optimize,precomp-headers} \
-  --with-lib{jpeg,png,tiff,xpm}='sys' --with-regex='builtin' \
-  --with-gtk='2' --with-{opengl,sdl}
-  make
-  make -C locale allmo
-  make -C contrib/src
-}
-
-package() {
-
-  cd wx*-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  make -C contrib/src DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{include,share}
-
-  install -dm 755 ${pkgdir}/usr/share/licenses
-  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-wxgtk2.8/repos/multilib-x86_64/PKGBUILD (from rev 119400, 
lib32-wxgtk2.8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-22 09:09:11 UTC (rev 119401)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+
+pkgname=lib32-wxgtk2.8
+pkgver=2.8.12.1
+pkgrel=4
+pkgdesc='GTK+ implementation of wxWidgets API for GUI'
+arch=('x86_64')
+url=http://wxwidgets.org/;
+license=('custom:wxWindows')
+depends=('lib32-gtk2' 'lib32-sdl' ${pkgname#*-})
+makedepends=('lib32-glu')
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2;
+'wxGTK-collision.patch')
+sha256sums=('1f3f153d9f1504c6ce2d2c4b23e940b8f58b81f4cba35cda1a5bb31142243cd0'
+'582eaed73d94eba2cfe7390c59b5143daef7d1c61554c4543261fe444d46e7d8')
+
+prepare() {
+  cd wx*-${pkgver}
+
+  patch -Np1 -i ../wxGTK-collision.patch
+}
+
+build() {
+  cd wx*-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure --prefix='/usr' --libdir='/usr/lib32' \
+  --enable-{graphics_ctx,mediactrl,unicode} \
+  --disable-{optimize,precomp-headers} \
+  --with-lib{jpeg,png,tiff,xpm}='sys' --with-regex='builtin' \
+  --with-gtk='2' --with-{opengl,sdl}
+  make
+  make -C locale allmo
+  make -C contrib/src
+}
+
+package() {
+
+  cd wx*-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  make -C contrib/src DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{include,share}
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: wxGTK-collision.patch
===
--- wxGTK-collision.patch   2014-09-22 09:09:04 UTC (rev 119400)
+++ wxGTK-collision.patch   2014-09-22 09:09:11 UTC (rev 119401)
@@ -1,25 +0,0 @@
-diff -rupN wxPython-src-2.8.12.1.orig/Makefile.in 
wxPython-src-2.8.12.1/Makefile.in
 wxPython-src-2.8.12.1.orig/Makefile.in 2014-01-06 09:52:42.577935546 
+0100
-+++ wxPython-src-2.8.12.1/Makefile.in  2014-01-06 10:02:53.671582953 +0100
-@@ -12455,7 +12456,7 @@ install-wxconfig:
-   $(INSTALL_DIR) $(DESTDIR)$(bindir)
-   $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/config
-   $(INSTALL_PROGRAM) lib/wx/config/$(TOOLCHAIN_FULLNAME) 

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

2014-09-22 Thread Sergej Pupykin
Date: Monday, September 22, 2014 @ 11:09:49
  Author: spupykin
Revision: 119402

upgpkg: anki 2.0.29-1

upd

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 09:09:11 UTC (rev 119401)
+++ PKGBUILD2014-09-22 09:09:49 UTC (rev 119402)
@@ -5,7 +5,7 @@
 # Contributor: Dave Pretty david dot pretty at gmail dot com
 
 pkgname=anki
-pkgver=2.0.28
+pkgver=2.0.29
 pkgrel=1
 pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
 url=http://ankisrs.net/;
@@ -15,7 +15,7 @@
 optdepends=('mplayer: sound playing')
 install=anki.install
 source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('a03dbbe550cba3f85c87e1aec2ebdbd5')
+md5sums=('770c02844a9176ec002e949c946a2cba')
 
 prepare() {
   cd $srcdir/anki-$pkgver



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

2014-09-22 Thread Sergej Pupykin
Date: Monday, September 22, 2014 @ 11:10:00
  Author: spupykin
Revision: 119403

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   72 -
 anki.install |   20 +++
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-22 09:09:49 UTC (rev 119402)
+++ PKGBUILD2014-09-22 09:10:00 UTC (rev 119403)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Timm Preetz t...@preetz.us
-# Contributor: Michael 'manveru' Fellinger m.fellin...@gmail.com
-# Contributor: Dave Pretty david dot pretty at gmail dot com
-
-pkgname=anki
-pkgver=2.0.28
-pkgrel=1
-pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
-url=http://ankisrs.net/;
-license=('AGPL3')
-arch=('any')
-depends=('python2-pyqt4' 'python2-beautifulsoup3' 'python2-httplib2')
-optdepends=('mplayer: sound playing')
-install=anki.install
-source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('a03dbbe550cba3f85c87e1aec2ebdbd5')
-
-prepare() {
-  cd $srcdir/anki-$pkgver
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' anki/anki runanki
-}
-
-package() {
-  cd $srcdir/anki-$pkgver
-  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
-  cp -av * $pkgdir/usr/share/anki/
-  cd $pkgdir/usr/share/anki  (
-mv runanki ../../bin/anki
-mv anki.xpm anki.png ../pixmaps/
-mv anki.desktop ../applications/
-mv anki.1 ../man/man1/
-  )
-  rm -rf $pkgdir/usr/share/anki/{tests,thirdparty/[!s]*,tools,anki.bat}
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 119402, anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-22 09:10:00 UTC (rev 119403)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Timm Preetz t...@preetz.us
+# Contributor: Michael 'manveru' Fellinger m.fellin...@gmail.com
+# Contributor: Dave Pretty david dot pretty at gmail dot com
+
+pkgname=anki
+pkgver=2.0.29
+pkgrel=1
+pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
+url=http://ankisrs.net/;
+license=('AGPL3')
+arch=('any')
+depends=('python2-pyqt4' 'python2-beautifulsoup3' 'python2-httplib2')
+optdepends=('mplayer: sound playing')
+install=anki.install
+source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
+md5sums=('770c02844a9176ec002e949c946a2cba')
+
+prepare() {
+  cd $srcdir/anki-$pkgver
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' anki/anki runanki
+}
+
+package() {
+  cd $srcdir/anki-$pkgver
+  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
+  cp -av * $pkgdir/usr/share/anki/
+  cd $pkgdir/usr/share/anki  (
+mv runanki ../../bin/anki
+mv anki.xpm anki.png ../pixmaps/
+mv anki.desktop ../applications/
+mv anki.1 ../man/man1/
+  )
+  rm -rf $pkgdir/usr/share/anki/{tests,thirdparty/[!s]*,tools,anki.bat}
+}

Deleted: anki.install
===
--- anki.install2014-09-22 09:09:49 UTC (rev 119402)
+++ anki.install2014-09-22 09:10:00 UTC (rev 119403)
@@ -1,10 +0,0 @@
-post_install() {
-#  xdg-mime install --novendor usr/share/anki/anki.xml
-#  xdg-mime default anki.desktop application/x-anki
-#  xdg-mime default anki.desktop application/x-apkg
-  [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}

Copied: anki/repos/community-any/anki.install (from rev 119402, 
anki/trunk/anki.install)
===
--- anki.install(rev 0)
+++ anki.install2014-09-22 09:10:00 UTC (rev 119403)
@@ -0,0 +1,10 @@
+post_install() {
+#  xdg-mime install --novendor usr/share/anki/anki.xml
+#  xdg-mime default anki.desktop application/x-anki
+#  xdg-mime default anki.desktop application/x-apkg
+  [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}



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

2014-09-22 Thread Sergej Pupykin
Date: Monday, September 22, 2014 @ 11:12:40
  Author: spupykin
Revision: 119404

upgpkg: lxrandr 0.3.0-1

upd

Modified:
  lxrandr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 09:10:00 UTC (rev 119403)
+++ PKGBUILD2014-09-22 09:12:40 UTC (rev 119404)
@@ -3,8 +3,8 @@
 # Maintainer: Geoffroy Carrier geoffroy.carr...@koon.fr
 
 pkgname=lxrandr
-pkgver=0.1.2
-pkgrel=5
+pkgver=0.3.0
+pkgrel=1
 pkgdesc=Monitor configuration tool (part of LXDE)
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -12,8 +12,8 @@
 groups=('lxde')
 depends=('gtk2' 'xorg-xrandr')
 makedepends=('pkgconfig' 'intltool')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
-md5sums=('8a7391581541bba58839ac11dbf5b575')
+source=(http://downloads.sourceforge.net/project/lxde/LXRandR%20%28monitor%20config%20tool%29/LXRandR%200.3.x/lxrandr-$pkgver.tar.xz;)
+md5sums=('250f0ebb09c1e02f430f951911ba1259')
 
 build() {
cd $srcdir/$pkgname-$pkgver



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

2014-09-22 Thread Sergej Pupykin
Date: Monday, September 22, 2014 @ 11:12:54
  Author: spupykin
Revision: 119405

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-22 09:12:40 UTC (rev 119404)
+++ community-i686/PKGBUILD 2014-09-22 09:12:54 UTC (rev 119405)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Geoffroy Carrier geoffroy.carr...@koon.fr
-
-pkgname=lxrandr
-pkgver=0.1.2
-pkgrel=5
-pkgdesc=Monitor configuration tool (part of LXDE)
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://lxde.org/;
-groups=('lxde')
-depends=('gtk2' 'xorg-xrandr')
-makedepends=('pkgconfig' 'intltool')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
-md5sums=('8a7391581541bba58839ac11dbf5b575')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   [ -f Makefile ] || ./configure --sysconfdir=/etc --prefix=/usr
-   make
-}
-
-package() {
-cd $srcdir/$pkgname-$pkgver 
-   make DESTDIR=$pkgdir install
-}

Copied: lxrandr/repos/community-i686/PKGBUILD (from rev 119404, 
lxrandr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-22 09:12:54 UTC (rev 119405)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=lxrandr
+pkgver=0.3.0
+pkgrel=1
+pkgdesc=Monitor configuration tool (part of LXDE)
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://lxde.org/;
+groups=('lxde')
+depends=('gtk2' 'xorg-xrandr')
+makedepends=('pkgconfig' 'intltool')
+source=(http://downloads.sourceforge.net/project/lxde/LXRandR%20%28monitor%20config%20tool%29/LXRandR%200.3.x/lxrandr-$pkgver.tar.xz;)
+md5sums=('250f0ebb09c1e02f430f951911ba1259')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   [ -f Makefile ] || ./configure --sysconfdir=/etc --prefix=/usr
+   make
+}
+
+package() {
+cd $srcdir/$pkgname-$pkgver 
+   make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-22 09:12:40 UTC (rev 119404)
+++ community-x86_64/PKGBUILD   2014-09-22 09:12:54 UTC (rev 119405)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Geoffroy Carrier geoffroy.carr...@koon.fr
-
-pkgname=lxrandr
-pkgver=0.1.2
-pkgrel=5
-pkgdesc=Monitor configuration tool (part of LXDE)
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://lxde.org/;
-groups=('lxde')
-depends=('gtk2' 'xorg-xrandr')
-makedepends=('pkgconfig' 'intltool')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
-md5sums=('8a7391581541bba58839ac11dbf5b575')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   [ -f Makefile ] || ./configure --sysconfdir=/etc --prefix=/usr
-   make
-}
-
-package() {
-cd $srcdir/$pkgname-$pkgver 
-   make DESTDIR=$pkgdir install
-}

Copied: lxrandr/repos/community-x86_64/PKGBUILD (from rev 119404, 
lxrandr/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-22 09:12:54 UTC (rev 119405)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Geoffroy Carrier geoffroy.carr...@koon.fr
+
+pkgname=lxrandr
+pkgver=0.3.0
+pkgrel=1
+pkgdesc=Monitor configuration tool (part of LXDE)
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://lxde.org/;
+groups=('lxde')
+depends=('gtk2' 'xorg-xrandr')
+makedepends=('pkgconfig' 'intltool')
+source=(http://downloads.sourceforge.net/project/lxde/LXRandR%20%28monitor%20config%20tool%29/LXRandR%200.3.x/lxrandr-$pkgver.tar.xz;)
+md5sums=('250f0ebb09c1e02f430f951911ba1259')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   [ -f Makefile ] || ./configure --sysconfdir=/etc --prefix=/usr
+   make
+}
+
+package() {
+cd $srcdir/$pkgname-$pkgver 
+   make DESTDIR=$pkgdir install
+}



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:15:47
  Author: jgc
Revision: 222592

upgpkg: gdl 3.14.0-1

GNOME 3.14

Modified:
  gdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 08:27:29 UTC (rev 222591)
+++ PKGBUILD2014-09-22 09:15:47 UTC (rev 222592)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gdl
-pkgver=3.13.92
+pkgver=3.14.0
 pkgrel=1
 pkgdesc=GNOME Docking Library
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=('gtk3')
 makedepends=('gtk-doc' 'intltool' 'gobject-introspection' 'python2')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('785b15ed56e97d76b34859a617c060ccfe8e603da8c4d469dae94674abda780a')
+sha256sums=('4b903c28a8894a82b997a1732a443c8b1d6a510304b3c3b511023339ff5d01db')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:16:01
  Author: jgc
Revision: 222595

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

Added:
  anjuta/repos/gnome-unstable-i686/PKGBUILD
(from rev 222594, anjuta/trunk/PKGBUILD)
  anjuta/repos/gnome-unstable-i686/anjuta.install
(from rev 222594, anjuta/trunk/anjuta.install)
  anjuta/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222594, anjuta/trunk/PKGBUILD)
  anjuta/repos/gnome-unstable-x86_64/anjuta.install
(from rev 222594, anjuta/trunk/anjuta.install)
Deleted:
  anjuta/repos/gnome-unstable-i686/PKGBUILD
  anjuta/repos/gnome-unstable-i686/anjuta.install
  anjuta/repos/gnome-unstable-i686/devhelp-webkit2gtk.patch
  anjuta/repos/gnome-unstable-x86_64/PKGBUILD
  anjuta/repos/gnome-unstable-x86_64/anjuta.install
  anjuta/repos/gnome-unstable-x86_64/devhelp-webkit2gtk.patch

+
 /PKGBUILD  |  102 +++
 /anjuta.install|   28 ++
 gnome-unstable-i686/PKGBUILD   |   58 -
 gnome-unstable-i686/anjuta.install |   14 ---
 gnome-unstable-i686/devhelp-webkit2gtk.patch   |   27 --
 gnome-unstable-x86_64/PKGBUILD |   58 -
 gnome-unstable-x86_64/anjuta.install   |   14 ---
 gnome-unstable-x86_64/devhelp-webkit2gtk.patch |   27 --
 8 files changed, 130 insertions(+), 198 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-22 09:15:56 UTC (rev 222594)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 09:16:01 UTC (rev 222595)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Harley Laue losinggenerat...@yahoo.com
-
-pkgbase=anjuta
-pkgname=('libanjuta' 'anjuta')
-pkgver=3.13.90
-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
 
-devhelp-webkit2gtk.patch)
-sha256sums=('f32e7fd4fce96047314c5fd149f5dc4b34455570f64f8b0aa606906834dd58b4'
-'e32c3b6e7ee2693bc9d6193eee9437402e4ab211b84b6ce5ddd18c019f41bf26')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../devhelp-webkit2gtk.patch
-}
-
-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/gnome-unstable-i686/PKGBUILD (from rev 222594, 
anjuta/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 09:16:01 UTC (rev 222595)
@@ -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 

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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:15:54
  Author: jgc
Revision: 222593

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

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

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

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-22 09:15:47 UTC (rev 222592)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 09:15:54 UTC (rev 222593)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gdl
-pkgver=3.13.92
-pkgrel=1
-pkgdesc=GNOME Docking Library
-arch=(i686 x86_64)
-license=('GPL')
-url=http://www.gnome.org/;
-depends=('gtk3')
-makedepends=('gtk-doc' 'intltool' 'gobject-introspection' 'python2')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('785b15ed56e97d76b34859a617c060ccfe8e603da8c4d469dae94674abda780a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gdl/repos/gnome-unstable-i686/PKGBUILD (from rev 222592, 
gdl/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 09:15:54 UTC (rev 222593)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gdl
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=GNOME Docking Library
+arch=(i686 x86_64)
+license=('GPL')
+url=http://www.gnome.org/;
+depends=('gtk3')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection' 'python2')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4b903c28a8894a82b997a1732a443c8b1d6a510304b3c3b511023339ff5d01db')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2014-09-22 09:15:47 UTC (rev 222592)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-22 09:15:54 UTC (rev 222593)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gdl
-pkgver=3.13.92
-pkgrel=1
-pkgdesc=GNOME Docking Library
-arch=(i686 x86_64)
-license=('GPL')
-url=http://www.gnome.org/;
-depends=('gtk3')
-makedepends=('gtk-doc' 'intltool' 'gobject-introspection' 'python2')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('785b15ed56e97d76b34859a617c060ccfe8e603da8c4d469dae94674abda780a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gdl/repos/gnome-unstable-x86_64/PKGBUILD (from rev 222592, 
gdl/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-22 09:15:54 UTC (rev 222593)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gdl
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=GNOME Docking Library
+arch=(i686 x86_64)
+license=('GPL')
+url=http://www.gnome.org/;
+depends=('gtk3')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection' 'python2')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4b903c28a8894a82b997a1732a443c8b1d6a510304b3c3b511023339ff5d01db')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:16:04
  Author: jgc
Revision: 222596

upgpkg: gvfs 1.22.0-1

GNOME 3.14

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 09:16:01 UTC (rev 222595)
+++ PKGBUILD2014-09-22 09:16:04 UTC (rev 222596)
@@ -3,7 +3,7 @@
 
 pkgbase=gvfs
 pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-goa' 
'gvfs-mtp')
-pkgver=1.21.92
+pkgver=1.22.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -10,7 +10,7 @@
 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=('745ef981c35962374c4f7e4371598518c4971d29300934734fd43a91a22ae958')
+sha256sums=('ab4b43514a783ebf5e680bbe87fd788184c3ba03e012346a493687c8f3fdcc94')
 
 build() {
   cd $pkgbase-$pkgver



[arch-commits] Commit in anjuta/trunk (PKGBUILD devhelp-webkit2gtk.patch)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:15:56
  Author: jgc
Revision: 222594

upgpkg: anjuta 3.14.0-1

GNOME 3.14

Modified:
  anjuta/trunk/PKGBUILD
Deleted:
  anjuta/trunk/devhelp-webkit2gtk.patch

--+
 PKGBUILD |   13 +++--
 devhelp-webkit2gtk.patch |   27 ---
 2 files changed, 3 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 09:15:54 UTC (rev 222593)
+++ PKGBUILD2014-09-22 09:15:56 UTC (rev 222594)
@@ -4,7 +4,7 @@
 
 pkgbase=anjuta
 pkgname=('libanjuta' 'anjuta')
-pkgver=3.13.90
+pkgver=3.14.0
 pkgrel=1
 pkgdesc=GNOME Integrated Development Environment (IDE)
 arch=(i686 x86_64)
@@ -13,16 +13,9 @@
  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
 
-devhelp-webkit2gtk.patch)
-sha256sums=('f32e7fd4fce96047314c5fd149f5dc4b34455570f64f8b0aa606906834dd58b4'
-'e32c3b6e7ee2693bc9d6193eee9437402e4ab211b84b6ce5ddd18c019f41bf26')
+source=(ftp://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('b1aac2d4c35891b23c9bc3f168bf2845e02d0a438742478c98e450950d82b5e5')
 
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i ../devhelp-webkit2gtk.patch
-}
-
 build() {
   cd $pkgbase-$pkgver
 

Deleted: devhelp-webkit2gtk.patch
===
--- devhelp-webkit2gtk.patch2014-09-22 09:15:54 UTC (rev 222593)
+++ devhelp-webkit2gtk.patch2014-09-22 09:15:56 UTC (rev 222594)
@@ -1,27 +0,0 @@
-From 052856923116439092565cc2953f61003c0eedc5 Mon Sep 17 00:00:00 2001
-From: Kalev Lember kalevlem...@gmail.com
-Date: Fri, 22 Aug 2014 23:10:59 +0200
-Subject: devhelp plugin: Support webkit2gtk-4.0
-
-API changes between webkit2gtk-3.0 and webkit2gtk-4.0 were minor and we
-can support both, depending on which one devhelp is built with.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=735251
-
-diff --git a/configure.ac b/configure.ac
-index 619f126..ec0a0fa 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -237,6 +237,9 @@ if test x$devhelp_enabled = xyes; then
-   *webkit2gtk-3.0*)
-   AC_DEFINE([HAVE_WEBKIT2], [1], [Defined if devhelp is 
built against webkitgtk2])
-   ;;
-+  *webkit2gtk-4.0*)
-+  AC_DEFINE([HAVE_WEBKIT2], [1], [Defined if devhelp is 
built against webkitgtk2])
-+  ;;
-   esac
- fi
- AM_CONDITIONAL(HAVE_PLUGIN_DEVHELP, [test x$devhelp_enabled = xyes])
--- 
-cgit v0.10.1
-



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:16:24
  Author: jgc
Revision: 222599

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

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

+
 /PKGBUILD  |   64 +++
 /gnome-robots.install  |   24 ++
 gnome-unstable-i686/PKGBUILD   |   32 -
 gnome-unstable-i686/gnome-robots.install   |   12 -
 gnome-unstable-x86_64/PKGBUILD |   32 -
 gnome-unstable-x86_64/gnome-robots.install |   12 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-22 09:16:16 UTC (rev 222598)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 09:16:24 UTC (rev 222599)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-robots
-pkgver=3.13.92
-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=('9bcacba2188e491765069f0d2fa1b1de0865c44520e3fcaa5d12edb6f27b78e3')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 222598, 
gnome-robots/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 09:16:24 UTC (rev 222599)
@@ -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
+}

Deleted: gnome-unstable-i686/gnome-robots.install
===
--- gnome-unstable-i686/gnome-robots.install2014-09-22 09:16:16 UTC (rev 
222598)
+++ gnome-unstable-i686/gnome-robots.install2014-09-22 09:16:24 UTC (rev 
222599)
@@ -1,12 +0,0 @@
-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/gnome-unstable-i686/gnome-robots.install (from rev 
222598, gnome-robots/trunk/gnome-robots.install)
===
--- gnome-unstable-i686/gnome-robots.install(rev 0)
+++ gnome-unstable-i686/gnome-robots.install2014-09-22 09:16:24 UTC (rev 
222599)
@@ -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() {
+  

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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:16:41
  Author: jgc
Revision: 222603

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

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

---+
 /PKGBUILD |   66 
 /gnome-chess.install  |   26 +++
 gnome-unstable-i686/PKGBUILD  |   33 --
 gnome-unstable-i686/gnome-chess.install   |   13 -
 gnome-unstable-x86_64/PKGBUILD|   33 --
 gnome-unstable-x86_64/gnome-chess.install |   13 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-22 09:16:35 UTC (rev 222602)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 09:16:41 UTC (rev 222603)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-chess
-pkgver=3.13.92
-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=('4a698011a7a36f910b3e9a969d0b1d757b40e903c7a9efde63037f597e80a285')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 222602, 
gnome-chess/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 09:16:41 UTC (rev 222603)
@@ -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
+}

Deleted: gnome-unstable-i686/gnome-chess.install
===
--- gnome-unstable-i686/gnome-chess.install 2014-09-22 09:16:35 UTC (rev 
222602)
+++ gnome-unstable-i686/gnome-chess.install 2014-09-22 09:16:41 UTC (rev 
222603)
@@ -1,13 +0,0 @@
-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/gnome-unstable-i686/gnome-chess.install (from rev 
222602, gnome-chess/trunk/gnome-chess.install)
===
--- gnome-unstable-i686/gnome-chess.install (rev 0)
+++ gnome-unstable-i686/gnome-chess.install 2014-09-22 09:16:41 UTC (rev 
222603)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  

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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:16:16
  Author: jgc
Revision: 222598

upgpkg: gnome-robots 3.14.0-1

GNOME 3.14

Modified:
  gnome-robots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 09:16:13 UTC (rev 222597)
+++ PKGBUILD2014-09-22 09:16:16 UTC (rev 222598)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-robots
-pkgver=3.13.92
+pkgver=3.14.0
 pkgrel=1
 pkgdesc=Avoid the robots and make them crash into each other
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 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=('9bcacba2188e491765069f0d2fa1b1de0865c44520e3fcaa5d12edb6f27b78e3')
+sha256sums=('c6c937bcac3a4df92cfe49f4a4a877162a88a8eb75e171439a98387f72d456d5')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in four-in-a-row/trunk (PKGBUILD)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:16:47
  Author: jgc
Revision: 222604

upgpkg: four-in-a-row 3.14.0-1

GNOME 3.14

Modified:
  four-in-a-row/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 09:16:41 UTC (rev 222603)
+++ PKGBUILD2014-09-22 09:16:47 UTC (rev 222604)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=four-in-a-row
-pkgver=3.13.92
+pkgver=3.14.0
 pkgrel=1
 pkgdesc=Make lines of the same color to win
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Four-in-a-row;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b93bce57257af34a51d92c9558079b2b9b8d81f7a4d15ce67045373b293c245d')
+sha256sums=('d8798414e81f61a4c6293cfee210ad76d82f8293ea3bb6a75791b8db38b4af11')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:16:13
  Author: jgc
Revision: 222597

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

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

---+
 /PKGBUILD |  260 
 /gvfs-module.install  |   14 +
 /gvfs-smb.install |   24 ++
 /gvfs.install |   28 +++
 gnome-unstable-i686/PKGBUILD  |  130 --
 gnome-unstable-i686/gvfs-module.install   |7 
 gnome-unstable-i686/gvfs-smb.install  |   12 -
 gnome-unstable-i686/gvfs.install  |   14 -
 gnome-unstable-x86_64/PKGBUILD|  130 --
 gnome-unstable-x86_64/gvfs-module.install |7 
 gnome-unstable-x86_64/gvfs-smb.install|   12 -
 gnome-unstable-x86_64/gvfs.install|   14 -
 12 files changed, 326 insertions(+), 326 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-22 09:16:04 UTC (rev 222596)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 09:16:13 UTC (rev 222597)
@@ -1,130 +0,0 @@
-# $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.21.92
-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=('745ef981c35962374c4f7e4371598518c4971d29300934734fd43a91a22ae958')
-
-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 

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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:16:33
  Author: jgc
Revision: 222601

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

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

-+
 /PKGBUILD   |   64 ++
 /gnome-klotski.install  |   24 +
 gnome-unstable-i686/PKGBUILD|   32 -
 gnome-unstable-i686/gnome-klotski.install   |   12 
 gnome-unstable-x86_64/PKGBUILD  |   32 -
 gnome-unstable-x86_64/gnome-klotski.install |   12 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-22 09:16:26 UTC (rev 222600)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 09:16:33 UTC (rev 222601)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-klotski
-pkgver=3.13.90
-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=('ebf2ae21407c6bedba8e5381627ce0500c8a13fd128b6fd579b694f6ef79bac0')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 222600, 
gnome-klotski/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 09:16:33 UTC (rev 222601)
@@ -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
+}

Deleted: gnome-unstable-i686/gnome-klotski.install
===
--- gnome-unstable-i686/gnome-klotski.install   2014-09-22 09:16:26 UTC (rev 
222600)
+++ gnome-unstable-i686/gnome-klotski.install   2014-09-22 09:16:33 UTC (rev 
222601)
@@ -1,12 +0,0 @@
-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/gnome-unstable-i686/gnome-klotski.install (from rev 
222600, gnome-klotski/trunk/gnome-klotski.install)
===
--- gnome-unstable-i686/gnome-klotski.install   (rev 0)
+++ gnome-unstable-i686/gnome-klotski.install   2014-09-22 09:16:33 UTC (rev 
222601)
@@ -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
+}

Deleted: 

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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:16:35
  Author: jgc
Revision: 222602

upgpkg: gnome-chess 3.14.0-1

GNOME 3.14

Modified:
  gnome-chess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 09:16:33 UTC (rev 222601)
+++ PKGBUILD2014-09-22 09:16:35 UTC (rev 222602)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-chess
-pkgver=3.13.92
+pkgver=3.14.0
 pkgrel=1
 pkgdesc=Play the classic two-player boardgame of chess
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 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=('4a698011a7a36f910b3e9a969d0b1d757b40e903c7a9efde63037f597e80a285')
+sha256sums=('686e80dc172dad82891e6a8f2de15816fadf2f0ab9522eb354318baaa5764e67')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:16:26
  Author: jgc
Revision: 222600

upgpkg: gnome-klotski 3.14.0-1

GNOME 3.14

Modified:
  gnome-klotski/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 09:16:24 UTC (rev 222599)
+++ PKGBUILD2014-09-22 09:16:26 UTC (rev 222600)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-klotski
-pkgver=3.13.90
+pkgver=3.14.0
 pkgrel=1
 pkgdesc=Slide blocks to solve the puzzle
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 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=('ebf2ae21407c6bedba8e5381627ce0500c8a13fd128b6fd579b694f6ef79bac0')
+sha256sums=('1208155db3d6cf27f7b3c533f82a624e84748d96f5d417b378ae1171bd56ae09')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in lib32-gstreamer0.10/repos (multilib-x86_64)

2014-09-22 Thread Maxime Gauduin
Date: Monday, September 22, 2014 @ 11:16:51
  Author: alucryd
Revision: 119406

db-remove: lib32-gstreamer0.10 removed by alucryd

Deleted:
  lib32-gstreamer0.10/repos/multilib-x86_64/



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:16:53
  Author: jgc
Revision: 222605

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

Added:
  four-in-a-row/repos/gnome-unstable-i686/PKGBUILD
(from rev 222604, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/gnome-unstable-i686/four-in-a-row.install
(from rev 222604, four-in-a-row/trunk/four-in-a-row.install)
  four-in-a-row/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222604, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/gnome-unstable-x86_64/four-in-a-row.install
(from rev 222604, four-in-a-row/trunk/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/gnome-unstable-i686/PKGBUILD
  four-in-a-row/repos/gnome-unstable-i686/four-in-a-row.install
  four-in-a-row/repos/gnome-unstable-x86_64/PKGBUILD
  four-in-a-row/repos/gnome-unstable-x86_64/four-in-a-row.install

-+
 /PKGBUILD   |   64 ++
 /four-in-a-row.install  |   24 +
 gnome-unstable-i686/PKGBUILD|   32 -
 gnome-unstable-i686/four-in-a-row.install   |   12 
 gnome-unstable-x86_64/PKGBUILD  |   32 -
 gnome-unstable-x86_64/four-in-a-row.install |   12 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-22 09:16:47 UTC (rev 222604)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 09:16:53 UTC (rev 222605)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=four-in-a-row
-pkgver=3.13.92
-pkgrel=1
-pkgdesc=Make lines of the same color to win
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=four-in-a-row.install
-url=https://live.gnome.org/Four-in-a-row;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b93bce57257af34a51d92c9558079b2b9b8d81f7a4d15ce67045373b293c245d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: four-in-a-row/repos/gnome-unstable-i686/PKGBUILD (from rev 222604, 
four-in-a-row/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 09:16:53 UTC (rev 222605)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=four-in-a-row
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Make lines of the same color to win
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('hicolor-icon-theme' 'gtk3' 'libcanberra' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=four-in-a-row.install
+url=https://live.gnome.org/Four-in-a-row;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d8798414e81f61a4c6293cfee210ad76d82f8293ea3bb6a75791b8db38b4af11')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/four-in-a-row.install
===
--- gnome-unstable-i686/four-in-a-row.install   2014-09-22 09:16:47 UTC (rev 
222604)
+++ gnome-unstable-i686/four-in-a-row.install   2014-09-22 09:16:53 UTC (rev 
222605)
@@ -1,12 +0,0 @@
-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: four-in-a-row/repos/gnome-unstable-i686/four-in-a-row.install (from rev 
222604, four-in-a-row/trunk/four-in-a-row.install)
===
--- gnome-unstable-i686/four-in-a-row.install   (rev 0)
+++ gnome-unstable-i686/four-in-a-row.install   2014-09-22 09:16:53 UTC (rev 
222605)
@@ -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() 

[arch-commits] Commit in lib32-gstreamer0.10-base/repos (multilib-x86_64)

2014-09-22 Thread Maxime Gauduin
Date: Monday, September 22, 2014 @ 11:16:55
  Author: alucryd
Revision: 119407

db-remove: lib32-gstreamer0.10-base removed by alucryd

Deleted:
  lib32-gstreamer0.10-base/repos/multilib-x86_64/



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:17:14
  Author: jgc
Revision: 222606

Add PackageKit

Added:
  packagekit/
  packagekit/trunk/
  packagekit/trunk/PKGBUILD

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

Added: packagekit/trunk/PKGBUILD
===
--- packagekit/trunk/PKGBUILD   (rev 0)
+++ packagekit/trunk/PKGBUILD   2014-09-22 09:17:14 UTC (rev 222606)
@@ -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 packagekit (5 files)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:17:35
  Author: jgc
Revision: 222607

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

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

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

Copied: packagekit/repos/gnome-unstable-i686/PKGBUILD (from rev 222606, 
packagekit/trunk/PKGBUILD)
===
--- repos/gnome-unstable-i686/PKGBUILD  (rev 0)
+++ repos/gnome-unstable-i686/PKGBUILD  2014-09-22 09:17:35 UTC (rev 222607)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 222606, 
packagekit/trunk/PKGBUILD)
===
--- repos/gnome-unstable-x86_64/PKGBUILD(rev 0)
+++ repos/gnome-unstable-x86_64/PKGBUILD2014-09-22 09:17:35 UTC (rev 
222607)
@@ -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 jenkins/trunk (PKGBUILD)

2014-09-22 Thread Felix Yan
Date: Monday, September 22, 2014 @ 11:25:13
  Author: fyan
Revision: 119408

upgpkg: jenkins 1.581-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 09:16:55 UTC (rev 119407)
+++ PKGBUILD2014-09-22 09:25:13 UTC (rev 119408)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.580
+pkgver=1.581
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('d6b966d7a528d2520df9d8e08127798d10d73ac5b4ddea1674251edfff1cb77654d88c338df8474343a013eeb1f79680d96d095c5d0cd8d242dee32bed28d87a'
+sha512sums=('4060867f819b6021ef8602e7cc7824464c951e08d6ed8ad67dab3787cf1c4439985b317cc880a0da4e1192c673fee585b64a385ba8ac376ed052b08409dff258'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'



[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-09-22 Thread Felix Yan
Date: Monday, September 22, 2014 @ 11:26:04
  Author: fyan
Revision: 119409

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 119408, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 119408, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 119408, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 119408, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 119408, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 119408, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2014-09-22 09:25:13 UTC (rev 119408)
+++ LICENSE 2014-09-22 09:26:04 UTC (rev 119409)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 119408, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2014-09-22 09:26:04 UTC (rev 119409)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-22 09:25:13 UTC (rev 119408)
+++ PKGBUILD2014-09-22 09:26:04 UTC (rev 119409)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.580
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

[arch-commits] Commit in (3 files)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:27:45
  Author: jgc
Revision: 222608

Add gnome-packagekit

Added:
  gnome-packagekit/
  gnome-packagekit/trunk/
  gnome-packagekit/trunk/PKGBUILD

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

Added: gnome-packagekit/trunk/PKGBUILD
===
--- gnome-packagekit/trunk/PKGBUILD (rev 0)
+++ gnome-packagekit/trunk/PKGBUILD 2014-09-22 09:27:45 UTC (rev 222608)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 111782 2014-05-24 14:06:04Z bgyorgy $
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jonathan Conder jonno.con...@gmail.com
+
+pkgname=gnome-packagekit
+pkgver=3.13.92
+pkgrel=1
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'libnotify' 'packagekit')
+makedepends=('intltool' 'itstool' 'docbook-xsl' 'libcanberra')
+install=gnome-packagekit.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c80fc77cbf283d287c20d7b14d81632436f92d72dbc1c6e1e0c1d9ac067330af')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-schemas-compile \
+  PYTHON=/usr/bin/python2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in gnome-packagekit/trunk (gnome-packagekit.install)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:28:12
  Author: jgc
Revision: 222609

upgpkg: gnome-packagekit 3.13.92-1

Added:
  gnome-packagekit/trunk/gnome-packagekit.install

--+
 gnome-packagekit.install |   13 +
 1 file changed, 13 insertions(+)

Added: gnome-packagekit.install
===
--- gnome-packagekit.install(rev 0)
+++ gnome-packagekit.install2014-09-22 09:28:12 UTC (rev 222609)
@@ -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 gnome-packagekit (7 files)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:28:17
  Author: jgc
Revision: 222610

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

Added:
  gnome-packagekit/repos/
  gnome-packagekit/repos/gnome-unstable-i686/
  gnome-packagekit/repos/gnome-unstable-i686/PKGBUILD
(from rev 222609, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/gnome-unstable-i686/gnome-packagekit.install
(from rev 222609, gnome-packagekit/trunk/gnome-packagekit.install)
  gnome-packagekit/repos/gnome-unstable-x86_64/
  gnome-packagekit/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222609, gnome-packagekit/trunk/PKGBUILD)
  gnome-packagekit/repos/gnome-unstable-x86_64/gnome-packagekit.install
(from rev 222609, gnome-packagekit/trunk/gnome-packagekit.install)

+
 gnome-unstable-i686/PKGBUILD   |   30 +++
 gnome-unstable-i686/gnome-packagekit.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD |   30 +++
 gnome-unstable-x86_64/gnome-packagekit.install |   13 +
 4 files changed, 86 insertions(+)

Copied: gnome-packagekit/repos/gnome-unstable-i686/PKGBUILD (from rev 222609, 
gnome-packagekit/trunk/PKGBUILD)
===
--- repos/gnome-unstable-i686/PKGBUILD  (rev 0)
+++ repos/gnome-unstable-i686/PKGBUILD  2014-09-22 09:28:17 UTC (rev 222610)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 111782 2014-05-24 14:06:04Z bgyorgy $
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jonathan Conder jonno.con...@gmail.com
+
+pkgname=gnome-packagekit
+pkgver=3.13.92
+pkgrel=1
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'libnotify' 'packagekit')
+makedepends=('intltool' 'itstool' 'docbook-xsl' 'libcanberra')
+install=gnome-packagekit.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c80fc77cbf283d287c20d7b14d81632436f92d72dbc1c6e1e0c1d9ac067330af')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-schemas-compile \
+  PYTHON=/usr/bin/python2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-packagekit/repos/gnome-unstable-i686/gnome-packagekit.install 
(from rev 222609, gnome-packagekit/trunk/gnome-packagekit.install)
===
--- repos/gnome-unstable-i686/gnome-packagekit.install  
(rev 0)
+++ repos/gnome-unstable-i686/gnome-packagekit.install  2014-09-22 09:28:17 UTC 
(rev 222610)
@@ -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: gnome-packagekit/repos/gnome-unstable-x86_64/PKGBUILD (from rev 222609, 
gnome-packagekit/trunk/PKGBUILD)
===
--- repos/gnome-unstable-x86_64/PKGBUILD(rev 0)
+++ repos/gnome-unstable-x86_64/PKGBUILD2014-09-22 09:28:17 UTC (rev 
222610)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 111782 2014-05-24 14:06:04Z bgyorgy $
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jonathan Conder jonno.con...@gmail.com
+
+pkgname=gnome-packagekit
+pkgver=3.13.92
+pkgrel=1
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'libnotify' 'packagekit')
+makedepends=('intltool' 'itstool' 'docbook-xsl' 'libcanberra')
+install=gnome-packagekit.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c80fc77cbf283d287c20d7b14d81632436f92d72dbc1c6e1e0c1d9ac067330af')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-schemas-compile \
+  PYTHON=/usr/bin/python2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-packagekit/repos/gnome-unstable-x86_64/gnome-packagekit.install 
(from rev 222609, gnome-packagekit/trunk/gnome-packagekit.install)
===
--- repos/gnome-unstable-x86_64/gnome-packagekit.install
(rev 0)
+++ repos/gnome-unstable-x86_64/gnome-packagekit.install2014-09-22 
09:28:17 UTC (rev 222610)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas 

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

2014-09-22 Thread Maxime Gauduin
Date: Monday, September 22, 2014 @ 11:28:42
  Author: alucryd
Revision: 119410

db-remove: lib32-cdparanoia removed by alucryd

Deleted:
  lib32-cdparanoia/repos/multilib-x86_64/



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

2014-09-22 Thread Maxime Gauduin
Date: Monday, September 22, 2014 @ 11:31:58
  Author: alucryd
Revision: 119411

db-remove: lib32-libtheora removed by alucryd

Deleted:
  lib32-libtheora/repos/multilib-x86_64/



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

2014-09-22 Thread Maxime Gauduin
Date: Monday, September 22, 2014 @ 11:33:53
  Author: alucryd
Revision: 119412

db-remove: lib32-libvisual removed by alucryd

Deleted:
  lib32-libvisual/repos/multilib-x86_64/



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

2014-09-22 Thread Maxime Gauduin
Date: Monday, September 22, 2014 @ 11:35:23
  Author: alucryd
Revision: 119413

db-remove: lib32-orc removed by alucryd

Deleted:
  lib32-orc/repos/multilib-x86_64/



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:35:52
  Author: jgc
Revision: 222611

upgpkg: rygel 0.24.0-1

Modified:
  rygel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 09:28:17 UTC (rev 222610)
+++ PKGBUILD2014-09-22 09:35:52 UTC (rev 222611)
@@ -3,7 +3,7 @@
 # Contributor: Balló György ballogyor+arch at gmail dot com
 
 pkgname=rygel
-pkgver=0.23.3.1
+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)
@@ -21,7 +21,7 @@
 install=rygel.install
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0029d31e5806b9871ab65b3ce6efc275bc2451c3f8d0fc75979a1d54ca733acc')
+sha256sums=('98d63c8ee0532abb8f603e18fca3a9d8101a0674e2fc3e0fd88f280a4217f1b0')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 11:35:59
  Author: jgc
Revision: 222612

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

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

-+
 /PKGBUILD   |   82 ++
 /rygel.install  |   22 +
 gnome-unstable-i686/PKGBUILD|   41 -
 gnome-unstable-i686/rygel.install   |   11 
 gnome-unstable-x86_64/PKGBUILD  |   41 -
 gnome-unstable-x86_64/rygel.install |   11 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-22 09:35:52 UTC (rev 222611)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 09:35:59 UTC (rev 222612)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Balló György ballogyor+arch at gmail dot com
-
-pkgname=rygel
-pkgver=0.23.3.1
-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=('0029d31e5806b9871ab65b3ce6efc275bc2451c3f8d0fc75979a1d54ca733acc')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 222611, 
rygel/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 09:35:59 UTC (rev 222612)
@@ -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
+}

Deleted: gnome-unstable-i686/rygel.install
===
--- gnome-unstable-i686/rygel.install   2014-09-22 09:35:52 UTC (rev 222611)
+++ gnome-unstable-i686/rygel.install   2014-09-22 09:35:59 UTC (rev 222612)
@@ 

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

2014-09-22 Thread Maxime Gauduin
Date: Monday, September 22, 2014 @ 11:37:09
  Author: alucryd
Revision: 119414

db-remove: lib32-sdl2 removed by alucryd

Deleted:
  lib32-sdl2/repos/multilib-x86_64/



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

2014-09-22 Thread Maxime Gauduin
Date: Monday, September 22, 2014 @ 11:40:33
  Author: alucryd
Revision: 119415

db-remove: lib32-libxkbcommon removed by alucryd

Deleted:
  lib32-libxkbcommon/repos/multilib-x86_64/



[arch-commits] Commit in (8 files)

2014-09-22 Thread Maxime Gauduin
Date: Monday, September 22, 2014 @ 11:43:22
  Author: alucryd
Revision: 119416

Move lib32-gstreamer0.10 and deps to AUR

Deleted:
  lib32-cdparanoia/
  lib32-gstreamer0.10-base/
  lib32-gstreamer0.10/
  lib32-libtheora/
  lib32-libvisual/
  lib32-libxkbcommon/
  lib32-orc/
  lib32-sdl2/



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 12:05:00
  Author: jgc
Revision: 222613

upgpkg: sound-juicer 3.14.0-1

Modified:
  sound-juicer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 09:35:59 UTC (rev 222612)
+++ PKGBUILD2014-09-22 10:05:00 UTC (rev 222613)
@@ -4,7 +4,7 @@
 # Contributor: Ben contrasu...@myrealbox.com
 
 pkgname=sound-juicer
-pkgver=3.13.92
+pkgver=3.14.0
 pkgrel=1
 pkgdesc=A cd ripper application
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 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=('358c5605f664b52a5f046e5c136c42dda5757bdf387d269db1fb00db4a84204c')
+sha256sums=('bb21107d57025d39feb499666a4f12152cbbe25a3c6170c330a5d2d8f9bcf54d')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 12:05:06
  Author: jgc
Revision: 222614

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

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

+
 /PKGBUILD  |   70 +++
 /sound-juicer.install  |   36 +
 gnome-unstable-i686/PKGBUILD   |   35 -
 gnome-unstable-i686/sound-juicer.install   |   18 --
 gnome-unstable-x86_64/PKGBUILD |   35 -
 gnome-unstable-x86_64/sound-juicer.install |   18 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-22 10:05:00 UTC (rev 222613)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 10:05:06 UTC (rev 222614)
@@ -1,35 +0,0 @@
-# $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.13.92
-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=('358c5605f664b52a5f046e5c136c42dda5757bdf387d269db1fb00db4a84204c')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 222613, 
sound-juicer/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 10:05:06 UTC (rev 222614)
@@ -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
+}

Deleted: gnome-unstable-i686/sound-juicer.install
===
--- gnome-unstable-i686/sound-juicer.install2014-09-22 10:05:00 UTC (rev 
222613)
+++ gnome-unstable-i686/sound-juicer.install2014-09-22 10:05:06 UTC (rev 
222614)
@@ -1,18 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() 

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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 12:13:00
  Author: jgc
Revision: 222615

Add packagekit support

Modified:
  nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 10:05:06 UTC (rev 222614)
+++ PKGBUILD2014-09-22 10:13:00 UTC (rev 222615)
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(libexif gnome-desktop exempi gvfs desktop-file-utils dconf 
  libtracker-sparql libnotify nautilus-sendto)
-makedepends=(intltool gobject-introspection python python2)
+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)
@@ -22,7 +22,6 @@
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/nautilus \
   --disable-update-mimedb \
-  --disable-packagekit \
   --disable-schemas-compile
   make
 }



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 12:15:24
  Author: jgc
Revision: 222616

upgpkg: gnome-packagekit 3.14.0-1

Modified:
  gnome-packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 10:13:00 UTC (rev 222615)
+++ PKGBUILD2014-09-22 10:15:24 UTC (rev 222616)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Conder jonno.con...@gmail.com
 
 pkgname=gnome-packagekit
-pkgver=3.13.92
+pkgver=3.14.0
 pkgrel=1
 pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'itstool' 'docbook-xsl' 'libcanberra')
 install=gnome-packagekit.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c80fc77cbf283d287c20d7b14d81632436f92d72dbc1c6e1e0c1d9ac067330af')
+sha256sums=('ff0b05991ac826b16d27bcbf53e9a079d0ae4f2e736675616fe63db87d2b73fa')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 12:15:30
  Author: jgc
Revision: 222617

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

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

+
 /PKGBUILD  |   60 +++
 /gnome-packagekit.install  |   26 +
 gnome-unstable-i686/PKGBUILD   |   30 ---
 gnome-unstable-i686/gnome-packagekit.install   |   13 
 gnome-unstable-x86_64/PKGBUILD |   30 ---
 gnome-unstable-x86_64/gnome-packagekit.install |   13 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-22 10:15:24 UTC (rev 222616)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 10:15:30 UTC (rev 222617)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 111782 2014-05-24 14:06:04Z bgyorgy $
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Jonathan Conder jonno.con...@gmail.com
-
-pkgname=gnome-packagekit
-pkgver=3.13.92
-pkgrel=1
-pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
-arch=('i686' 'x86_64')
-url='http://www.packagekit.org/'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'libnotify' 'packagekit')
-makedepends=('intltool' 'itstool' 'docbook-xsl' 'libcanberra')
-install=gnome-packagekit.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c80fc77cbf283d287c20d7b14d81632436f92d72dbc1c6e1e0c1d9ac067330af')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --disable-schemas-compile \
-  PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-packagekit/repos/gnome-unstable-i686/PKGBUILD (from rev 222616, 
gnome-packagekit/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 10:15:30 UTC (rev 222617)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 111782 2014-05-24 14:06:04Z bgyorgy $
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jonathan Conder jonno.con...@gmail.com
+
+pkgname=gnome-packagekit
+pkgver=3.14.0
+pkgrel=1
+pkgdesc='Collection of graphical tools for PackageKit to be used in the GNOME 
desktop'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'libnotify' 'packagekit')
+makedepends=('intltool' 'itstool' 'docbook-xsl' 'libcanberra')
+install=gnome-packagekit.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ff0b05991ac826b16d27bcbf53e9a079d0ae4f2e736675616fe63db87d2b73fa')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-schemas-compile \
+  PYTHON=/usr/bin/python2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/gnome-packagekit.install
===
--- gnome-unstable-i686/gnome-packagekit.install2014-09-22 10:15:24 UTC 
(rev 222616)
+++ gnome-unstable-i686/gnome-packagekit.install2014-09-22 10:15:30 UTC 
(rev 222617)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-packagekit/repos/gnome-unstable-i686/gnome-packagekit.install 
(from rev 222616, gnome-packagekit/trunk/gnome-packagekit.install)
===
--- gnome-unstable-i686/gnome-packagekit.install
(rev 0)
+++ gnome-unstable-i686/gnome-packagekit.install2014-09-22 10:15:30 UTC 
(rev 222617)
@@ 

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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 12:22:48
  Author: jgc
Revision: 222618

Move in from community

Added:
  libgit2/
  libgit2/trunk/
  libgit2/trunk/PKGBUILD

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

Added: libgit2/trunk/PKGBUILD
===
--- libgit2/trunk/PKGBUILD  (rev 0)
+++ libgit2/trunk/PKGBUILD  2014-09-22 10:22:48 UTC (rev 222618)
@@ -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 libgit2 (5 files)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 12:24:24
  Author: jgc
Revision: 222619

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

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

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

Copied: libgit2/repos/gnome-unstable-i686/PKGBUILD (from rev 222618, 
libgit2/trunk/PKGBUILD)
===
--- repos/gnome-unstable-i686/PKGBUILD  (rev 0)
+++ repos/gnome-unstable-i686/PKGBUILD  2014-09-22 10:24:24 UTC (rev 222619)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 222618, 
libgit2/trunk/PKGBUILD)
===
--- repos/gnome-unstable-x86_64/PKGBUILD(rev 0)
+++ repos/gnome-unstable-x86_64/PKGBUILD2014-09-22 10:24:24 UTC (rev 
222619)
@@ -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 (3 files)

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

Move in from community

Added:
  libgit2-glib/
  libgit2-glib/trunk/
  libgit2-glib/trunk/PKGBUILD

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

Added: libgit2-glib/trunk/PKGBUILD
===
--- libgit2-glib/trunk/PKGBUILD (rev 0)
+++ libgit2-glib/trunk/PKGBUILD 2014-09-22 10:26:53 UTC (rev 222620)
@@ -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-glib (5 files)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 12:27:05
  Author: jgc
Revision: 222621

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

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

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

Copied: libgit2-glib/repos/gnome-unstable-i686/PKGBUILD (from rev 222620, 
libgit2-glib/trunk/PKGBUILD)
===
--- repos/gnome-unstable-i686/PKGBUILD  (rev 0)
+++ repos/gnome-unstable-i686/PKGBUILD  2014-09-22 10:27:05 UTC (rev 222621)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 222620, 
libgit2-glib/trunk/PKGBUILD)
===
--- repos/gnome-unstable-x86_64/PKGBUILD(rev 0)
+++ repos/gnome-unstable-x86_64/PKGBUILD2014-09-22 10:27:05 UTC (rev 
222621)
@@ -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 (4 files)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 12:29:09
  Author: jgc
Revision: 222622

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

Added:
  gitg/
  gitg/repos/
  gitg/repos/gnome-unstable-i686/
  gitg/repos/gnome-unstable-x86_64/



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 12:29:52
  Author: jgc
Revision: 222623

Move in from community

Added:
  gitg/trunk/
  gitg/trunk/PKGBUILD
  gitg/trunk/gitg.install

--+
 PKGBUILD |   27 +++
 gitg.install |   13 +
 2 files changed, 40 insertions(+)

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2014-09-22 10:29:52 UTC (rev 222623)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 117732 2014-08-22 00:35:31Z eric $
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gitg
+pkgver=3.13.91
+pkgrel=2
+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=('67ec4c1281024e63df36f9e74554609aae5cd0672acf5ee870e5bd9d9f0940b0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make WARN_CFLAGS=-Wall
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Added: trunk/gitg.install
===
--- trunk/gitg.install  (rev 0)
+++ trunk/gitg.install  2014-09-22 10:29:52 UTC (rev 222623)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 12:30:24
  Author: jgc
Revision: 222624

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

Added:
  gitg/repos/gnome-unstable-i686/PKGBUILD
(from rev 222623, gitg/trunk/PKGBUILD)
  gitg/repos/gnome-unstable-i686/gitg.install
(from rev 222623, gitg/trunk/gitg.install)
  gitg/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222623, gitg/trunk/PKGBUILD)
  gitg/repos/gnome-unstable-x86_64/gitg.install
(from rev 222623, gitg/trunk/gitg.install)

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

Copied: gitg/repos/gnome-unstable-i686/PKGBUILD (from rev 222623, 
gitg/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 10:30:24 UTC (rev 222624)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 117732 2014-08-22 00:35:31Z eric $
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gitg
+pkgver=3.13.91
+pkgrel=2
+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=('67ec4c1281024e63df36f9e74554609aae5cd0672acf5ee870e5bd9d9f0940b0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make WARN_CFLAGS=-Wall
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gitg/repos/gnome-unstable-i686/gitg.install (from rev 222623, 
gitg/trunk/gitg.install)
===
--- gnome-unstable-i686/gitg.install(rev 0)
+++ gnome-unstable-i686/gitg.install2014-09-22 10:30:24 UTC (rev 222624)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 222623, 
gitg/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-22 10:30:24 UTC (rev 222624)
@@ -0,0 +1,27 @@
+# $Id: PKGBUILD 117732 2014-08-22 00:35:31Z eric $
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gitg
+pkgver=3.13.91
+pkgrel=2
+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=('67ec4c1281024e63df36f9e74554609aae5cd0672acf5ee870e5bd9d9f0940b0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make WARN_CFLAGS=-Wall
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gitg/repos/gnome-unstable-x86_64/gitg.install (from rev 222623, 
gitg/trunk/gitg.install)
===
--- gnome-unstable-x86_64/gitg.install  (rev 0)
+++ gnome-unstable-x86_64/gitg.install  2014-09-22 10:30:24 UTC (rev 222624)
@@ -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 gpsdrive/trunk (PKGBUILD)

2014-09-22 Thread Sergej Pupykin
Date: Monday, September 22, 2014 @ 12:35:23
  Author: spupykin
Revision: 119417

upgpkg: gpsdrive 2.11-23

upd

Modified:
  gpsdrive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 09:43:22 UTC (rev 119416)
+++ PKGBUILD2014-09-22 10:35:23 UTC (rev 119417)
@@ -6,7 +6,7 @@
 pkgname=gpsdrive
 pkgver=2.11
 _pkgver=20120928
-pkgrel=22
+pkgrel=23
 pkgdesc=A car (bike, ship, plane) navigation system
 arch=(i686 x86_64)
 url=http://www.gpsdrive.de/;



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

2014-09-22 Thread Sergej Pupykin
Date: Monday, September 22, 2014 @ 12:35:44
  Author: spupykin
Revision: 119418

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

Added:
  gpsdrive/repos/community-staging-i686/
  gpsdrive/repos/community-staging-i686/PKGBUILD
(from rev 119417, gpsdrive/trunk/PKGBUILD)
  gpsdrive/repos/community-staging-i686/gpsdrive-perltovendor.patch
(from rev 119417, gpsdrive/trunk/gpsdrive-perltovendor.patch)
  gpsdrive/repos/community-staging-i686/gpsdrive.install
(from rev 119417, gpsdrive/trunk/gpsdrive.install)
  gpsdrive/repos/community-staging-x86_64/
  gpsdrive/repos/community-staging-x86_64/PKGBUILD
(from rev 119417, gpsdrive/trunk/PKGBUILD)
  gpsdrive/repos/community-staging-x86_64/gpsdrive-perltovendor.patch
(from rev 119417, gpsdrive/trunk/gpsdrive-perltovendor.patch)
  gpsdrive/repos/community-staging-x86_64/gpsdrive.install
(from rev 119417, gpsdrive/trunk/gpsdrive.install)

--+
 community-staging-i686/PKGBUILD  |   72 +
 community-staging-i686/gpsdrive-perltovendor.patch   |   28 ++
 community-staging-i686/gpsdrive.install  |4 
 community-staging-x86_64/PKGBUILD|   72 +
 community-staging-x86_64/gpsdrive-perltovendor.patch |   28 ++
 community-staging-x86_64/gpsdrive.install|4 
 6 files changed, 208 insertions(+)

Copied: gpsdrive/repos/community-staging-i686/PKGBUILD (from rev 119417, 
gpsdrive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-09-22 10:35:44 UTC (rev 119418)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Maintainer: damir da...@archlinux.org
+
+pkgname=gpsdrive
+pkgver=2.11
+_pkgver=20120928
+pkgrel=23
+pkgdesc=A car (bike, ship, plane) navigation system
+arch=(i686 x86_64)
+url=http://www.gpsdrive.de/;
+license=('GPL2')
+depends=('gtk2' 'gpsd' 'libxml2' 'curl' 'python2' 'boost-libs' 'gdal' 'mapnik' 
'postgresql-libs' 'openstreetmap-map-icons-svn'
+ 'perl-date-manip' 'perl-timedate' 'perl-dbi' 'perl-file-slurp' 
'perl-www-mechanize' 'perl-libwww' 'perl-uri'
+ 'perl-text-query' 'perl-www-curl' 'perl-xml-parser' 'perl-xml-simple' 
'perl-xml-twig' 'perl-xml-writer')
+makedepends=('cmake=2.4.4' 'boost' 'cfitsio')
+install=gpsdrive.install
+#source=(http://www.gpsdrive.de/packages/${pkgname}-${pkgver}.tar.gz;)
+source=(http://arch.p5n.pp.ru/~sergej/dl/2012/${pkgname}-${_pkgver}.tar.gz;
+   gpsdrive-perltovendor.patch)
+md5sums=('bc53792529788b81c291a32d628a4850'
+ 'c28bc2dc51a76a39161bf540aebfab6c')
+
+prepare() {
+  cd $srcdir
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+  sed -i 's|GdkGC \*kontext_map;|extern GdkGC *kontext_map;|' 
$srcdir/gpsdrive-${_pkgver}/src/gpsdrive.c
+  sed -i '22,1i#include mapnik/graphics.hpp' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
+  sed -i 's|datasource_cache::instance()-|datasource_cache::instance().|' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
+  (cd gpsdrive-${_pkgver}  patch -p1 $srcdir/gpsdrive-perltovendor.patch)
+}
+
+build() {
+  cd $srcdir
+
+  mkdir -p build
+  cd build
+
+  export CFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export CPPFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export CXXFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export LDFLAGS=`pkg-config --libs gtk+-2.0 gmodule-2.0` -lboost_system 
-lboost_thread
+
+  # see DefineOptions.cmake for a list of common options and defaults
+  # cmake -L for a more in-depth listing
+  cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_SCRIPTS=ON \
+-DWITH_MAPNIK=ON \
+-DWITH_POSTGIS=ON \
+-DWITH_GDAL=ON \
+-DWITH_BASEMAPS=ON \
+-DWITH_FRIENDSD=ON \
+-DWITH_KISMET=ON \
+-DWITH_NAVIGATION=ON \
+-DWITH_SPEECH=OFF \
+-DWITH_DBUS=OFF \
+-DLIBGPS_OLD=OFF \
+-DFREETYPE2_INCLUDE_DIRS=/usr/include/freetype2 \
+-DFREETYPE2_LIBRARIES=/usr/lib \
+$srcdir/gpsdrive-${_pkgver}
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Copied: gpsdrive/repos/community-staging-i686/gpsdrive-perltovendor.patch (from 
rev 119417, gpsdrive/trunk/gpsdrive-perltovendor.patch)
===
--- community-staging-i686/gpsdrive-perltovendor.patch  
(rev 0)
+++ community-staging-i686/gpsdrive-perltovendor.patch  2014-09-22 10:35:44 UTC 
(rev 119418)
@@ -0,0 +1,28 @@
+diff -ru gpsdrive-2.11/scripts/osm/perl_lib/CMakeLists.txt 
gpsdrive-2.11-patched/scripts/osm/perl_lib/CMakeLists.txt
+--- gpsdrive-2.11/scripts/osm/perl_lib/CMakeLists.txt  

[arch-commits] Commit in (5 files)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 12:43:28
  Author: jgc
Revision: 222626

Move in from community

Added:
  hitori/
  hitori/repos/
  hitori/trunk/
  hitori/trunk/PKGBUILD
  hitori/trunk/hitori.install

+
 PKGBUILD   |   27 +++
 hitori.install |   12 
 2 files changed, 39 insertions(+)

Added: hitori/trunk/PKGBUILD
===
--- hitori/trunk/PKGBUILD   (rev 0)
+++ hitori/trunk/PKGBUILD   2014-09-22 10:43:28 UTC (rev 222626)
@@ -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
+}

Added: hitori/trunk/hitori.install
===
--- hitori/trunk/hitori.install (rev 0)
+++ hitori/trunk/hitori.install 2014-09-22 10:43:28 UTC (rev 222626)
@@ -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 hitori/repos (6 files)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 12:43:38
  Author: jgc
Revision: 222627

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

Added:
  hitori/repos/gnome-unstable-i686/
  hitori/repos/gnome-unstable-i686/PKGBUILD
(from rev 222626, hitori/trunk/PKGBUILD)
  hitori/repos/gnome-unstable-i686/hitori.install
(from rev 222626, hitori/trunk/hitori.install)
  hitori/repos/gnome-unstable-x86_64/
  hitori/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222626, hitori/trunk/PKGBUILD)
  hitori/repos/gnome-unstable-x86_64/hitori.install
(from rev 222626, hitori/trunk/hitori.install)

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

Copied: hitori/repos/gnome-unstable-i686/PKGBUILD (from rev 222626, 
hitori/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 10:43:38 UTC (rev 222627)
@@ -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/gnome-unstable-i686/hitori.install (from rev 222626, 
hitori/trunk/hitori.install)
===
--- gnome-unstable-i686/hitori.install  (rev 0)
+++ gnome-unstable-i686/hitori.install  2014-09-22 10:43:38 UTC (rev 222627)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 222626, 
hitori/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-22 10:43:38 UTC (rev 222627)
@@ -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/gnome-unstable-x86_64/hitori.install (from rev 222626, 
hitori/trunk/hitori.install)
===
--- gnome-unstable-x86_64/hitori.install(rev 0)
+++ gnome-unstable-x86_64/hitori.install2014-09-22 10:43:38 UTC (rev 
222627)
@@ -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 (qqwing qqwing/repos qqwing/trunk qqwing/trunk/PKGBUILD)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 12:51:15
  Author: jgc
Revision: 222628

Add qqwing, sudoku library for gnome-sudoku

Added:
  qqwing/
  qqwing/repos/
  qqwing/trunk/
  qqwing/trunk/PKGBUILD

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

Added: qqwing/trunk/PKGBUILD
===
--- qqwing/trunk/PKGBUILD   (rev 0)
+++ qqwing/trunk/PKGBUILD   2014-09-22 10:51:15 UTC (rev 222628)
@@ -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 qqwing/repos (4 files)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 12:51:27
  Author: jgc
Revision: 222629

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

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

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

Copied: qqwing/repos/gnome-unstable-i686/PKGBUILD (from rev 222628, 
qqwing/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-22 10:51:27 UTC (rev 222629)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 222628, 
qqwing/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-22 10:51:27 UTC (rev 222629)
@@ -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 rtmpdump/trunk (PKGBUILD)

2014-09-22 Thread Jan Steffens
Date: Monday, September 22, 2014 @ 12:58:53
  Author: heftig
Revision: 222630

Set flags properly

Modified:
  rtmpdump/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 10:51:27 UTC (rev 222629)
+++ PKGBUILD2014-09-22 10:58:53 UTC (rev 222630)
@@ -5,7 +5,7 @@
 
 pkgname=rtmpdump
 pkgver=20140918
-pkgrel=1
+pkgrel=2
 pkgdesc='Tool to download rtmp streams'
 arch=('i686' 'x86_64')
 url='http://rtmpdump.mplayerhq.hu/'
@@ -18,7 +18,7 @@
 
 build() {
   cd $pkgname
-  make
+  make OPT=$CFLAGS XLDFLAGS=$LDFLAGS
 }
 
 package() {



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

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 12:59:11
  Author: jgc
Revision: 222631

upgpkg: gnome-sudoku 3.13.92-1

Modified:
  gnome-sudoku/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-22 10:58:53 UTC (rev 222630)
+++ PKGBUILD2014-09-22 10:59:11 UTC (rev 222631)
@@ -3,13 +3,13 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-sudoku
-pkgver=3.12.3
+pkgver=3.13.92
 pkgrel=1
 pkgdesc=Test your logic skills in this number grid puzzle
-arch=('any')
+arch=('x86_64' 'i686')
 license=('GPL')
-depends=('hicolor-icon-theme' 'python-gobject' 'dconf' 'gtk3')
-makedepends=('intltool' 'itstool')
+depends=('hicolor-icon-theme' 'dconf' 'gtk3' 'qqwing' 'libgee' 'json-glib')
+makedepends=('intltool' 'itstool' 'vala')
 conflicts=('gnome-games')
 replaces=('gnome-games')
 options=('!emptydirs')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/GnomeSudoku;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e38b63aa293e7007a4726e16dfa2490188a019f7e63e30e97a691f603f794d36')
+sha256sums=('db5055fb19abfb4d3d9f28adc8d4e4e7522a1132202c50064fe94f434502fe78')
 
 build() {
   cd $pkgname-$pkgver



  1   2   3   >