[arch-commits] Commit in nfs-utils/trunk (13 files)

2012-04-16 Thread Tobias Powalowski
Date: Monday, April 16, 2012 @ 02:03:07
  Author: tpowa
Revision: 156211

upgpkg: nfs-utils 1.2.5-3

add systemd files, added mountoptions

Added:
  nfs-utils/trunk/nfs
  nfs-utils/trunk/nfs-blkmap.service
  nfs-utils/trunk/nfs-lock.preconfig
  nfs-utils/trunk/nfs-lock.service
  nfs-utils/trunk/nfs-secure-server.preconfig
  nfs-utils/trunk/nfs-secure-server.service
  nfs-utils/trunk/nfs-secure.service
  nfs-utils/trunk/nfs-server.postconfig
  nfs-utils/trunk/nfs-server.preconfig
  nfs-utils/trunk/nfs-server.service
  nfs-utils/trunk/proc-fs-nfsd.mount
  nfs-utils/trunk/var-lib-nfs-rpc_pipefs.mount
Modified:
  nfs-utils/trunk/PKGBUILD

--+
 PKGBUILD |   52 ++---
 nfs  |   40 +++
 nfs-blkmap.service   |   12 +
 nfs-lock.preconfig   |   20 +++
 nfs-lock.service |   18 ++
 nfs-secure-server.preconfig  |7 +
 nfs-secure-server.service|   14 +++
 nfs-secure.service   |   12 +
 nfs-server.postconfig|   18 ++
 nfs-server.preconfig |   10 +++
 nfs-server.service   |   21 
 proc-fs-nfsd.mount   |8 ++
 var-lib-nfs-rpc_pipefs.mount |8 ++
 13 files changed, 237 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 05:00:04 UTC (rev 156210)
+++ PKGBUILD2012-04-16 06:03:07 UTC (rev 156211)
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'
 license=('GPL')
-backup=(etc/{exports,idmapd.conf} etc/conf.d/{nfs-common.conf,nfs-server.conf})
+backup=(etc/{exports,idmapd.conf,nfsmount.conf} 
etc/conf.d/{nfs-common.conf,nfs-server.conf})
 depends=('glibc' 'e2fsprogs' 'rpcbind' 'libtirpc=0.2.1' 
'librpcsecgss=0.19-2' 'nfsidmap' 'libevent=2.0.10' 'libgssglue' 
'device-mapper')
 makedepends=('pkgconfig' 'autoconf' 'automake')
 
source=(http://downloads.sourceforge.net/project/nfs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2
@@ -23,10 +23,23 @@
exports
idmapd.conf
start-statd.patch
+nfs
+   nfs-server.service
+nfs-server.postconfig
+nfs-server.preconfig
+nfs-blkmap.service
+nfs-secure-server.service
+nfs-secure-server.preconfig
+nfs-lock.service
+nfs-lock.preconfig
+nfs-secure.service
+   proc-fs-nfsd.mount
+   var-lib-nfs-rpc_pipefs.mount
nfs-utils-1.1.4-mtab-sym.patch
nfs-utils-1.1.4-no-exec.patch)
 install=nfs-utils.install
 
+
 build() {
   cd $srcdir/${pkgname}-${pkgver}
   patch -Np1 -i ../nfs-utils-1.1.4-mtab-sym.patch
@@ -34,9 +47,10 @@
   # arch specific patch
   patch -Np0 -i $srcdir/start-statd.patch
 
-  ./configure --prefix=/usr --enable-nfsv3 --enable-nfsv4 --enable-gss \
+  ./configure --prefix=/usr --enable-nfsv4 --enable-nfsv41 --enable-gss \
   --without-tcp-wrappers --with-statedir=/var/lib/nfs \
-  --enable-ipv6 --sysconfdir=/etc --enable-libmount-mount
+  --enable-ipv6 --sysconfdir=/etc --enable-libmount-mount \
+  --enable-mountconfig
 
   make 
 }
@@ -56,8 +70,40 @@
   install -D -m 644 ../idmapd.conf $pkgdir/etc/idmapd.conf
   install -D -m 644 ../nfs-common.conf $pkgdir/etc/conf.d/nfs-common.conf
   install -D -m 644 ../nfs-server.conf $pkgdir/etc/conf.d/nfs-server.conf
+  install -D -m 644 ../nfs $pkgdir/etc/conf.d/nfs
+  install -D -m 644 utils/mount/nfsmount.conf $pkgdir/etc/nfsmount.conf
+  # systemd files
+  for i in ${srcdir}/*.{service,mount}; do
+install -D -m 644 $i $pkgdir/usr/lib/systemd/system/$(basename $i)
+  done
+  install -D -m 755 ../nfs-server.preconfig 
$pkgdir/usr/lib/nfs-utils/scripts/nfs-server.preconfig
+  install -D -m 755 ../nfs-server.postconfig 
$pkgdir/usr/lib/nfs-utils/scripts/nfs-server.postconfig
+  install -D -m 755 ../nfs-lock.preconfig 
$pkgdir/usr/lib/nfs-utils/scripts/nfs-lock.preconfig
+  install -D -m 755 ../nfs-secure-server.preconfig 
$pkgdir/usr/lib/nfs-utils/scripts/nfs-secure-server.preconfig
   # directories
   mkdir $pkgdir/etc/exports.d
   mkdir $pkgdir/var/lib/nfs/rpc_pipefs
   mkdir $pkgdir/var/lib/nfs/v4recovery
 }
+md5sums=('8395ac770720b83c5c469f88306d7765'
+ 'dd0d65fc6e8f422fa12520813098264b'
+ 'f73f197a16b02c3e248488ec35c4cf43'
+ 'e619f18354ff958ed624d05d08853d8f'
+ '9cef69bc686cc5dcac23fbb51450747d'
+ 'ff585faf410a62c4333a027c50b56bae'
+ 'eb4f4027fab6fc1201f1ca04f5954c76'
+ 'e9144277a89a620d9bc80413158a7d27'
+ 'f5e7bba09a46c5c5d7007cac6eff9df5'
+ '630a8ae10036bd1ffc6b6780fcd43403'
+ '956d5b8a9476cedc9fec322b9635a169'
+ '44c6bc21fca29b37de5cc689c3166ad1'
+ '23551447a1a4505ebc4e4919c08f142a'
+ 'ff803f282aa2532c016ed149f9579d2f'
+ 

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

2012-04-16 Thread Tobias Powalowski
Date: Monday, April 16, 2012 @ 02:05:48
  Author: tpowa
Revision: 156212

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

Added:
  nfs-utils/repos/testing-i686/
  nfs-utils/repos/testing-i686/PKGBUILD
(from rev 156211, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-i686/exports
(from rev 156211, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-i686/idmapd.conf
(from rev 156211, nfs-utils/trunk/idmapd.conf)
  nfs-utils/repos/testing-i686/nfs
(from rev 156211, nfs-utils/trunk/nfs)
  nfs-utils/repos/testing-i686/nfs-blkmap.service
(from rev 156211, nfs-utils/trunk/nfs-blkmap.service)
  nfs-utils/repos/testing-i686/nfs-common
(from rev 156211, nfs-utils/trunk/nfs-common)
  nfs-utils/repos/testing-i686/nfs-common.conf
(from rev 156211, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-i686/nfs-lock.preconfig
(from rev 156211, nfs-utils/trunk/nfs-lock.preconfig)
  nfs-utils/repos/testing-i686/nfs-lock.service
(from rev 156211, nfs-utils/trunk/nfs-lock.service)
  nfs-utils/repos/testing-i686/nfs-secure-server.preconfig
(from rev 156211, nfs-utils/trunk/nfs-secure-server.preconfig)
  nfs-utils/repos/testing-i686/nfs-secure-server.service
(from rev 156211, nfs-utils/trunk/nfs-secure-server.service)
  nfs-utils/repos/testing-i686/nfs-secure.service
(from rev 156211, nfs-utils/trunk/nfs-secure.service)
  nfs-utils/repos/testing-i686/nfs-server
(from rev 156211, nfs-utils/trunk/nfs-server)
  nfs-utils/repos/testing-i686/nfs-server.conf
(from rev 156211, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-i686/nfs-server.postconfig
(from rev 156211, nfs-utils/trunk/nfs-server.postconfig)
  nfs-utils/repos/testing-i686/nfs-server.preconfig
(from rev 156211, nfs-utils/trunk/nfs-server.preconfig)
  nfs-utils/repos/testing-i686/nfs-server.service
(from rev 156211, nfs-utils/trunk/nfs-server.service)
  nfs-utils/repos/testing-i686/nfs-utils-1.1.4-mtab-sym.patch
(from rev 156211, nfs-utils/trunk/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/testing-i686/nfs-utils-1.1.4-no-exec.patch
(from rev 156211, nfs-utils/trunk/nfs-utils-1.1.4-no-exec.patch)
  nfs-utils/repos/testing-i686/nfs-utils.install
(from rev 156211, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-i686/proc-fs-nfsd.mount
(from rev 156211, nfs-utils/trunk/proc-fs-nfsd.mount)
  nfs-utils/repos/testing-i686/start-statd.patch
(from rev 156211, nfs-utils/trunk/start-statd.patch)
  nfs-utils/repos/testing-i686/var-lib-nfs-rpc_pipefs.mount
(from rev 156211, nfs-utils/trunk/var-lib-nfs-rpc_pipefs.mount)
  nfs-utils/repos/testing-x86_64/
  nfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 156211, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-x86_64/exports
(from rev 156211, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-x86_64/idmapd.conf
(from rev 156211, nfs-utils/trunk/idmapd.conf)
  nfs-utils/repos/testing-x86_64/nfs
(from rev 156211, nfs-utils/trunk/nfs)
  nfs-utils/repos/testing-x86_64/nfs-blkmap.service
(from rev 156211, nfs-utils/trunk/nfs-blkmap.service)
  nfs-utils/repos/testing-x86_64/nfs-common
(from rev 156211, nfs-utils/trunk/nfs-common)
  nfs-utils/repos/testing-x86_64/nfs-common.conf
(from rev 156211, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-x86_64/nfs-lock.preconfig
(from rev 156211, nfs-utils/trunk/nfs-lock.preconfig)
  nfs-utils/repos/testing-x86_64/nfs-lock.service
(from rev 156211, nfs-utils/trunk/nfs-lock.service)
  nfs-utils/repos/testing-x86_64/nfs-secure-server.preconfig
(from rev 156211, nfs-utils/trunk/nfs-secure-server.preconfig)
  nfs-utils/repos/testing-x86_64/nfs-secure-server.service
(from rev 156211, nfs-utils/trunk/nfs-secure-server.service)
  nfs-utils/repos/testing-x86_64/nfs-secure.service
(from rev 156211, nfs-utils/trunk/nfs-secure.service)
  nfs-utils/repos/testing-x86_64/nfs-server
(from rev 156211, nfs-utils/trunk/nfs-server)
  nfs-utils/repos/testing-x86_64/nfs-server.conf
(from rev 156211, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-x86_64/nfs-server.postconfig
(from rev 156211, nfs-utils/trunk/nfs-server.postconfig)
  nfs-utils/repos/testing-x86_64/nfs-server.preconfig
(from rev 156211, nfs-utils/trunk/nfs-server.preconfig)
  nfs-utils/repos/testing-x86_64/nfs-server.service
(from rev 156211, nfs-utils/trunk/nfs-server.service)
  nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch
(from rev 156211, nfs-utils/trunk/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-no-exec.patch
(from rev 156211, nfs-utils/trunk/nfs-utils-1.1.4-no-exec.patch)
  nfs-utils/repos/testing-x86_64/nfs-utils.install
(from rev 156211, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-x86_64/proc-fs-nfsd.mount
(from rev 156211, nfs-utils/trunk/proc-fs-nfsd.mount)
  nfs-utils/repos/testing-x86_64/start-statd.patch
(from rev 156211, 

[arch-commits] Commit in readline/repos (7 files)

2012-04-16 Thread Allan McRae
Date: Monday, April 16, 2012 @ 02:12:03
  Author: allan
Revision: 156213

db-move: moved readline from [testing] to [core] (i686)

Added:
  readline/repos/core-i686/PKGBUILD
(from rev 156212, readline/repos/testing-i686/PKGBUILD)
  readline/repos/core-i686/inputrc
(from rev 156212, readline/repos/testing-i686/inputrc)
  readline/repos/core-i686/readline.install
(from rev 156212, readline/repos/testing-i686/readline.install)
Deleted:
  readline/repos/core-i686/PKGBUILD
  readline/repos/core-i686/inputrc
  readline/repos/core-i686/readline.install
  readline/repos/testing-i686/

--+
 PKGBUILD |  119 -
 inputrc  |   72 
 readline.install |   34 +++
 3 files changed, 108 insertions(+), 117 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-04-16 06:05:48 UTC (rev 156212)
+++ core-i686/PKGBUILD  2012-04-16 06:12:03 UTC (rev 156213)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=readline
-_basever=6.2
-_patchlevel=002 #prepare for some patches
-pkgver=$_basever.$_patchlevel
-pkgrel=1
-pkgdesc=GNU readline library
-arch=('i686' 'x86_64')
-url=http://tiswww.case.edu/php/chet/readline/rltop.html;
-license=('GPL')
-depends=('glibc' 'ncurses')
-backup=('etc/inputrc')
-options=('!emptydirs')
-install=readline.install
-source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
-inputrc)
-if [ $_patchlevel -gt 00 ]; then
-for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//./}-$(printf
 %03d $p){,.sig})
-done
-fi
-md5sums=('67948acb2ca081f23359d0256e9a271c'
- '928f7d248320a65e43c2dc427e99582b'
- '58d54966c1191db45973cb3191ac621a'
- '83287d52a482f790dfb30ec0a8746669'
- '8e6a51e2e0e6e45a82752e3692c111ac'
- '0665020ea118e8434bd145fb71f452cc'
- '285361ca6d48c51ae2428157e174e812')
-
-build() {
-  cd ${srcdir}/${pkgname}-$_basever
-  for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-msg applying patch readline${_basever//./}-$(printf %03d $p)
-patch -Np0 -i $srcdir/readline${_basever//./}-$(printf %03d $p)
-  done
-
-  # Remove RPATH from shared objects (FS#14366)
-  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
-
-  # build with -fPIC for x86_64 (FS#15634)
-  [ $CARCH == x86_64 ]  CFLAGS=$CFLAGS -fPIC
-
-  ./configure --prefix=/usr --libdir=/lib
-  make SHLIB_LIBS=-lncurses
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-$_basever
-  make DESTDIR=${pkgdir} install
-  
-  install -Dm644 ${srcdir}/inputrc ${pkgdir}/etc/inputrc
-
-  # FHS recommends only shared libs in /lib
-  install -dm755 $pkgdir/usr/lib
-  mv $pkgdir/lib/*.a $pkgdir/usr/lib
-
-  # to make the linker find the shared lib and fix compile issues
-  cd ${pkgdir}/usr/lib
-  ln -sv /lib/libreadline.so .
-  ln -sv /lib/libhistory.so .
-}

Copied: readline/repos/core-i686/PKGBUILD (from rev 156212, 
readline/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-04-16 06:12:03 UTC (rev 156213)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=readline
+_basever=6.2
+_patchlevel=002 #prepare for some patches
+pkgver=$_basever.$_patchlevel
+pkgrel=2
+pkgdesc=GNU readline library
+arch=('i686' 'x86_64')
+url=http://tiswww.case.edu/php/chet/readline/rltop.html;
+license=('GPL')
+depends=('glibc' 'ncurses')
+backup=('etc/inputrc')
+options=('!emptydirs')
+install=readline.install
+source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
+inputrc)
+if [ $_patchlevel -gt 00 ]; then
+for (( p=1; p=$((10#${_patchlevel})); p++ )); do
+source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//./}-$(printf
 %03d $p){,.sig})
+done
+fi
+md5sums=('67948acb2ca081f23359d0256e9a271c'
+ '928f7d248320a65e43c2dc427e99582b'
+ '58d54966c1191db45973cb3191ac621a'
+ '83287d52a482f790dfb30ec0a8746669'
+ '8e6a51e2e0e6e45a82752e3692c111ac'
+ '0665020ea118e8434bd145fb71f452cc'
+ '285361ca6d48c51ae2428157e174e812')
+
+build() {
+  cd ${srcdir}/${pkgname}-$_basever
+  for (( p=1; p=$((10#${_patchlevel})); p++ )); do
+msg applying patch readline${_basever//./}-$(printf %03d $p)
+patch -Np0 -i $srcdir/readline${_basever//./}-$(printf %03d $p)
+  done
+
+  # Remove RPATH from shared objects (FS#14366)
+  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
+
+  # build with -fPIC for x86_64 (FS#15634)
+  [ $CARCH == x86_64 ]  CFLAGS=$CFLAGS -fPIC
+
+  ./configure 

[arch-commits] Commit in readline/repos (7 files)

2012-04-16 Thread Allan McRae
Date: Monday, April 16, 2012 @ 02:12:04
  Author: allan
Revision: 156214

db-move: moved readline from [testing] to [core] (x86_64)

Added:
  readline/repos/core-x86_64/PKGBUILD
(from rev 156212, readline/repos/testing-x86_64/PKGBUILD)
  readline/repos/core-x86_64/inputrc
(from rev 156212, readline/repos/testing-x86_64/inputrc)
  readline/repos/core-x86_64/readline.install
(from rev 156212, readline/repos/testing-x86_64/readline.install)
Deleted:
  readline/repos/core-x86_64/PKGBUILD
  readline/repos/core-x86_64/inputrc
  readline/repos/core-x86_64/readline.install
  readline/repos/testing-x86_64/

--+
 PKGBUILD |  119 -
 inputrc  |   72 
 readline.install |   34 +++
 3 files changed, 108 insertions(+), 117 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-04-16 06:12:03 UTC (rev 156213)
+++ core-x86_64/PKGBUILD2012-04-16 06:12:04 UTC (rev 156214)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=readline
-_basever=6.2
-_patchlevel=002 #prepare for some patches
-pkgver=$_basever.$_patchlevel
-pkgrel=1
-pkgdesc=GNU readline library
-arch=('i686' 'x86_64')
-url=http://tiswww.case.edu/php/chet/readline/rltop.html;
-license=('GPL')
-depends=('glibc' 'ncurses')
-backup=('etc/inputrc')
-options=('!emptydirs')
-install=readline.install
-source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
-inputrc)
-if [ $_patchlevel -gt 00 ]; then
-for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//./}-$(printf
 %03d $p){,.sig})
-done
-fi
-md5sums=('67948acb2ca081f23359d0256e9a271c'
- '928f7d248320a65e43c2dc427e99582b'
- '58d54966c1191db45973cb3191ac621a'
- '83287d52a482f790dfb30ec0a8746669'
- '8e6a51e2e0e6e45a82752e3692c111ac'
- '0665020ea118e8434bd145fb71f452cc'
- '285361ca6d48c51ae2428157e174e812')
-
-build() {
-  cd ${srcdir}/${pkgname}-$_basever
-  for (( p=1; p=$((10#${_patchlevel})); p++ )); do
-msg applying patch readline${_basever//./}-$(printf %03d $p)
-patch -Np0 -i $srcdir/readline${_basever//./}-$(printf %03d $p)
-  done
-
-  # Remove RPATH from shared objects (FS#14366)
-  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
-
-  # build with -fPIC for x86_64 (FS#15634)
-  [ $CARCH == x86_64 ]  CFLAGS=$CFLAGS -fPIC
-
-  ./configure --prefix=/usr --libdir=/lib
-  make SHLIB_LIBS=-lncurses
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-$_basever
-  make DESTDIR=${pkgdir} install
-  
-  install -Dm644 ${srcdir}/inputrc ${pkgdir}/etc/inputrc
-
-  # FHS recommends only shared libs in /lib
-  install -dm755 $pkgdir/usr/lib
-  mv $pkgdir/lib/*.a $pkgdir/usr/lib
-
-  # to make the linker find the shared lib and fix compile issues
-  cd ${pkgdir}/usr/lib
-  ln -sv /lib/libreadline.so .
-  ln -sv /lib/libhistory.so .
-}

Copied: readline/repos/core-x86_64/PKGBUILD (from rev 156212, 
readline/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-04-16 06:12:04 UTC (rev 156214)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=readline
+_basever=6.2
+_patchlevel=002 #prepare for some patches
+pkgver=$_basever.$_patchlevel
+pkgrel=2
+pkgdesc=GNU readline library
+arch=('i686' 'x86_64')
+url=http://tiswww.case.edu/php/chet/readline/rltop.html;
+license=('GPL')
+depends=('glibc' 'ncurses')
+backup=('etc/inputrc')
+options=('!emptydirs')
+install=readline.install
+source=(http://ftp.gnu.org/gnu/readline/readline-$_basever.tar.gz{,.sig}
+inputrc)
+if [ $_patchlevel -gt 00 ]; then
+for (( p=1; p=$((10#${_patchlevel})); p++ )); do
+source=(${source[@]} 
http://ftp.gnu.org/gnu/readline/readline-$_basever-patches/readline${_basever//./}-$(printf
 %03d $p){,.sig})
+done
+fi
+md5sums=('67948acb2ca081f23359d0256e9a271c'
+ '928f7d248320a65e43c2dc427e99582b'
+ '58d54966c1191db45973cb3191ac621a'
+ '83287d52a482f790dfb30ec0a8746669'
+ '8e6a51e2e0e6e45a82752e3692c111ac'
+ '0665020ea118e8434bd145fb71f452cc'
+ '285361ca6d48c51ae2428157e174e812')
+
+build() {
+  cd ${srcdir}/${pkgname}-$_basever
+  for (( p=1; p=$((10#${_patchlevel})); p++ )); do
+msg applying patch readline${_basever//./}-$(printf %03d $p)
+patch -Np0 -i $srcdir/readline${_basever//./}-$(printf %03d $p)
+  done
+
+  # Remove RPATH from shared objects (FS#14366)
+  sed -i 's|-Wl,-rpath,$(libdir) ||g' support/shobj-conf
+
+  # build with -fPIC for x86_64 (FS#15634)
+  [ 

[arch-commits] Commit in linux/repos (19 files)

2012-04-16 Thread Tobias Powalowski
Date: Monday, April 16, 2012 @ 04:21:38
  Author: tpowa
Revision: 156215

db-move: moved linux from [testing] to [core] (i686)

Added:
  linux/repos/core-i686/PKGBUILD
(from rev 156214, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 156214, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 156214, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 156214, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/ext4-options.patch
(from rev 156214, linux/repos/testing-i686/ext4-options.patch)
  linux/repos/core-i686/fix-acerhdf-1810T-bios.patch
(from rev 156214, linux/repos/testing-i686/fix-acerhdf-1810T-bios.patch)
  linux/repos/core-i686/i915-fix-ghost-tv-output.patch
(from rev 156214, linux/repos/testing-i686/i915-fix-ghost-tv-output.patch)
  linux/repos/core-i686/linux.install
(from rev 156214, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 156214, linux/repos/testing-i686/linux.preset)
Deleted:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/ext4-options.patch
  linux/repos/core-i686/fix-acerhdf-1810T-bios.patch
  linux/repos/core-i686/i915-fix-ghost-tv-output.patch
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/testing-i686/

---+
 PKGBUILD  |  608 -
 change-default-console-loglevel.patch |   24 
 config|11234 
 config.x86_64 |10870 +++---
 ext4-options.patch|  100 
 fix-acerhdf-1810T-bios.patch  |   20 
 i915-fix-ghost-tv-output.patch|   52 
 linux.install |  124 
 linux.preset  |   28 
 9 files changed, 11530 insertions(+), 11530 deletions(-)

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


[arch-commits] Commit in linux/repos (19 files)

2012-04-16 Thread Tobias Powalowski
Date: Monday, April 16, 2012 @ 04:21:40
  Author: tpowa
Revision: 156216

db-move: moved linux from [testing] to [core] (x86_64)

Added:
  linux/repos/core-x86_64/PKGBUILD
(from rev 156214, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 156214, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 156214, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 156214, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/ext4-options.patch
(from rev 156214, linux/repos/testing-x86_64/ext4-options.patch)
  linux/repos/core-x86_64/fix-acerhdf-1810T-bios.patch
(from rev 156214, linux/repos/testing-x86_64/fix-acerhdf-1810T-bios.patch)
  linux/repos/core-x86_64/i915-fix-ghost-tv-output.patch
(from rev 156214, linux/repos/testing-x86_64/i915-fix-ghost-tv-output.patch)
  linux/repos/core-x86_64/linux.install
(from rev 156214, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 156214, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/ext4-options.patch
  linux/repos/core-x86_64/fix-acerhdf-1810T-bios.patch
  linux/repos/core-x86_64/i915-fix-ghost-tv-output.patch
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-x86_64/

---+
 PKGBUILD  |  608 -
 change-default-console-loglevel.patch |   24 
 config|11234 
 config.x86_64 |10870 +++---
 ext4-options.patch|  100 
 fix-acerhdf-1810T-bios.patch  |   20 
 i915-fix-ghost-tv-output.patch|   52 
 linux.install |  124 
 linux.preset  |   28 
 9 files changed, 11530 insertions(+), 11530 deletions(-)

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


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

2012-04-16 Thread Tobias Powalowski
Date: Monday, April 16, 2012 @ 04:21:42
  Author: tpowa
Revision: 156217

db-move: moved xfsprogs from [testing] to [core] (i686)

Added:
  xfsprogs/repos/core-i686/PKGBUILD
(from rev 156214, xfsprogs/repos/testing-i686/PKGBUILD)
Deleted:
  xfsprogs/repos/core-i686/PKGBUILD
  xfsprogs/repos/testing-i686/

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-04-16 08:21:40 UTC (rev 156216)
+++ core-i686/PKGBUILD  2012-04-16 08:21:42 UTC (rev 156217)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Paul Mattal p...@archlinux.org
-pkgname=xfsprogs
-pkgver=3.1.7
-pkgrel=1
-pkgdesc=XFS filesystem utilities
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://oss.sgi.com/projects/xfs/;
-groups=('base')
-depends=('util-linux-ng=2.16')
-options=('!makeflags' '!libtool')
-# We mirror the sources as upstream tends to move them once a new release is 
out
-source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('049cf9873794ea49d0bb3f12d45748a4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export OPTIMIZER=-march=${CARCH/_/-} -O1
-  export DEBUG=-DNDEBUG
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DIST_ROOT=${pkgdir} install install-dev
-  chown -R root $pkgdir
-  chgrp -R root $pkgdir
-}

Copied: xfsprogs/repos/core-i686/PKGBUILD (from rev 156214, 
xfsprogs/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-04-16 08:21:42 UTC (rev 156217)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+pkgname=xfsprogs
+pkgver=3.1.8
+pkgrel=1
+pkgdesc=XFS filesystem utilities
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('util-linux-ng=2.16')
+options=('!makeflags' '!libtool')
+# We mirror the sources as upstream tends to move them once a new release is 
out
+source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('f70b2e7200d4c29f0af1cf70e7be1db6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export OPTIMIZER=-march=${CARCH/_/-} -O1
+  export DEBUG=-DNDEBUG
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DIST_ROOT=${pkgdir} install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+}



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

2012-04-16 Thread Tobias Powalowski
Date: Monday, April 16, 2012 @ 04:21:43
  Author: tpowa
Revision: 156218

db-move: moved xfsprogs from [testing] to [core] (x86_64)

Added:
  xfsprogs/repos/core-x86_64/PKGBUILD
(from rev 156214, xfsprogs/repos/testing-x86_64/PKGBUILD)
Deleted:
  xfsprogs/repos/core-x86_64/PKGBUILD
  xfsprogs/repos/testing-x86_64/

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-04-16 08:21:42 UTC (rev 156217)
+++ core-x86_64/PKGBUILD2012-04-16 08:21:43 UTC (rev 156218)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Paul Mattal p...@archlinux.org
-pkgname=xfsprogs
-pkgver=3.1.7
-pkgrel=1
-pkgdesc=XFS filesystem utilities
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://oss.sgi.com/projects/xfs/;
-groups=('base')
-depends=('util-linux-ng=2.16')
-options=('!makeflags' '!libtool')
-# We mirror the sources as upstream tends to move them once a new release is 
out
-source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('049cf9873794ea49d0bb3f12d45748a4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export OPTIMIZER=-march=${CARCH/_/-} -O1
-  export DEBUG=-DNDEBUG
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DIST_ROOT=${pkgdir} install install-dev
-  chown -R root $pkgdir
-  chgrp -R root $pkgdir
-}

Copied: xfsprogs/repos/core-x86_64/PKGBUILD (from rev 156214, 
xfsprogs/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-04-16 08:21:43 UTC (rev 156218)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Paul Mattal p...@archlinux.org
+pkgname=xfsprogs
+pkgver=3.1.8
+pkgrel=1
+pkgdesc=XFS filesystem utilities
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://oss.sgi.com/projects/xfs/;
+groups=('base')
+depends=('util-linux-ng=2.16')
+options=('!makeflags' '!libtool')
+# We mirror the sources as upstream tends to move them once a new release is 
out
+source=(ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('f70b2e7200d4c29f0af1cf70e7be1db6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export OPTIMIZER=-march=${CARCH/_/-} -O1
+  export DEBUG=-DNDEBUG
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DIST_ROOT=${pkgdir} install install-dev
+  chown -R root $pkgdir
+  chgrp -R root $pkgdir
+}



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

2012-04-16 Thread Allan McRae
Date: Monday, April 16, 2012 @ 06:43:40
  Author: allan
Revision: 156219

upgpkg: linux-api-headers 3.3.2-1

upstream patch level bump

Modified:
  linux-api-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 08:21:43 UTC (rev 156218)
+++ PKGBUILD2012-04-16 10:43:40 UTC (rev 156219)
@@ -4,7 +4,7 @@
 # toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
 
 pkgname=linux-api-headers
-pkgver=3.3
+pkgver=3.3.2
 _basever=3.3
 pkgrel=1
 pkgdesc=Kernel headers sanitized for use in userspace
@@ -14,16 +14,17 @@
 provides=(kernel-headers=${pkgver})
 conflicts=('kernel-headers')
 replaces=('kernel-headers')
-source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz)
-   #http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+   http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
 # NOTE: signatures are not automatically verified by makepkg
 #http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
-md5sums=('7133f5a2086a7d7ef97abac610c094f5')
+md5sums=('7133f5a2086a7d7ef97abac610c094f5'
+ '68907107b0f62a19608588bdb6b29e20')
 
 build() {
   cd ${srcdir}/linux-${_basever}
-  [[ $pkgver != $_basever ]]  patch -Np1 -i ${srcdir}/patch-${pkgver}
+  [[ $pkgver != $_basever ]]  patch -p1 -i ${srcdir}/patch-${pkgver}
 
   make mrproper
   make headers_check



[arch-commits] Commit in linux-api-headers/repos (4 files)

2012-04-16 Thread Allan McRae
Date: Monday, April 16, 2012 @ 06:44:57
  Author: allan
Revision: 156220

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

Added:
  linux-api-headers/repos/testing-i686/
  linux-api-headers/repos/testing-i686/PKGBUILD
(from rev 156219, linux-api-headers/trunk/PKGBUILD)
  linux-api-headers/repos/testing-x86_64/
  linux-api-headers/repos/testing-x86_64/PKGBUILD
(from rev 156219, linux-api-headers/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   42 ++
 testing-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: linux-api-headers/repos/testing-i686/PKGBUILD (from rev 156219, 
linux-api-headers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 10:44:57 UTC (rev 156220)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=linux-api-headers
+pkgver=3.3.2
+_basever=3.3
+pkgrel=1
+pkgdesc=Kernel headers sanitized for use in userspace
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL2')
+provides=(kernel-headers=${pkgver})
+conflicts=('kernel-headers')
+replaces=('kernel-headers')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+   http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+# NOTE: signatures are not automatically verified by makepkg
+#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+   #http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
+md5sums=('7133f5a2086a7d7ef97abac610c094f5'
+ '68907107b0f62a19608588bdb6b29e20')
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]]  patch -p1 -i ${srcdir}/patch-${pkgver}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -rf ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} -name .install -or -name ..install.cmd -print0 | xargs -0 rm 
-f
+}

Copied: linux-api-headers/repos/testing-x86_64/PKGBUILD (from rev 156219, 
linux-api-headers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-16 10:44:57 UTC (rev 156220)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+
+pkgname=linux-api-headers
+pkgver=3.3.2
+_basever=3.3
+pkgrel=1
+pkgdesc=Kernel headers sanitized for use in userspace
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libc;
+license=('GPL2')
+provides=(kernel-headers=${pkgver})
+conflicts=('kernel-headers')
+replaces=('kernel-headers')
+source=(http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.xz
+   http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz)
+# NOTE: signatures are not automatically verified by makepkg
+#http://www.kernel.org/pub/linux/kernel/v3.x/linux-${_basever}.tar.sign
+   #http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.sign
+md5sums=('7133f5a2086a7d7ef97abac610c094f5'
+ '68907107b0f62a19608588bdb6b29e20')
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]]  patch -p1 -i ${srcdir}/patch-${pkgver}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -rf ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} -name .install -or -name ..install.cmd -print0 | xargs -0 rm 
-f
+}



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 07:23:29
  Author: jgc
Revision: 156221

upgpkg: evolution-data-server 3.4.1-1

Update to 3.4.1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 10:44:57 UTC (rev 156220)
+++ PKGBUILD2012-04-16 11:23:29 UTC (rev 156221)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution-data-server
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=Centralized access to appointments and contacts
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url=http://www.gnome.org;
 license=('GPL')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7132aee89b73187155c8afec43b9b3cc5c97098a488aad3872f7fedd0552a6ac')
+sha256sums=('378c4eedb11ea359c49734393ba764ac1f1230b298c36d2256129dae00c78298')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-data-server/repos (8 files)

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 07:23:53
  Author: jgc
Revision: 156222

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

Added:
  evolution-data-server/repos/testing-i686/PKGBUILD
(from rev 156221, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/testing-i686/evolution-data-server.install
(from rev 156221, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/testing-x86_64/PKGBUILD
(from rev 156221, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/testing-x86_64/evolution-data-server.install
(from rev 156221, evolution-data-server/trunk/evolution-data-server.install)
Deleted:
  evolution-data-server/repos/testing-i686/PKGBUILD
  evolution-data-server/repos/testing-i686/evolution-data-server.install
  evolution-data-server/repos/testing-x86_64/PKGBUILD
  evolution-data-server/repos/testing-x86_64/evolution-data-server.install

--+
 testing-i686/PKGBUILD|   66 -
 testing-i686/evolution-data-server.install   |   22 
 testing-x86_64/PKGBUILD  |   66 -
 testing-x86_64/evolution-data-server.install |   22 
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 11:23:29 UTC (rev 156221)
+++ testing-i686/PKGBUILD   2012-04-16 11:23:53 UTC (rev 156222)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-data-server
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=Centralized access to appointments and contacts
-arch=('i686' 'x86_64')
-depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
-makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
-options=('!libtool')
-install=$pkgname.install
-url=http://www.gnome.org;
-license=('GPL')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7132aee89b73187155c8afec43b9b3cc5c97098a488aad3872f7fedd0552a6ac')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings \
-  --disable-schemas-install
-  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: evolution-data-server/repos/testing-i686/PKGBUILD (from rev 156221, 
evolution-data-server/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 11:23:53 UTC (rev 156222)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=Centralized access to appointments and contacts
+arch=('i686' 'x86_64')
+depends=('gconf' 'gnome-online-accounts' 'nss' 'krb5' 'libgweather' 'libical' 
'db' 'libgdata')
+makedepends=('intltool' 'gperf' 'gobject-introspection' 'vala')
+options=('!libtool')
+install=$pkgname.install
+url=http://www.gnome.org;
+license=('GPL')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('378c4eedb11ea359c49734393ba764ac1f1230b298c36d2256129dae00c78298')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings \
+  --disable-schemas-install
+  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: testing-i686/evolution-data-server.install
===
--- testing-i686/evolution-data-server.install  2012-04-16 11:23:29 UTC (rev 
156221)
+++ testing-i686/evolution-data-server.install  2012-04-16 11:23:53 UTC (rev 
156222)
@@ -1,11 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
-post_install
-}
-
-post_remove () {
-post_install
-}

Copied: evolution-data-server/repos/testing-i686/evolution-data-server.install 

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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 07:28:24
  Author: jgc
Revision: 156223

upgpkg: gtkhtml4 4.4.1-1

Update to 4.4.1

Modified:
  gtkhtml4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 11:23:53 UTC (rev 156222)
+++ PKGBUILD2012-04-16 11:28:24 UTC (rev 156223)
@@ -3,7 +3,7 @@
 
 pkgname=gtkhtml4
 _pkgbasename=gtkhtml
-pkgver=4.4.0
+pkgver=4.4.1
 pkgrel=1
 pkgdesc=A lightweight HTML renderer/editor widget for GTK3
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 url=http://www.gnome.org;
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('9c07260cd5d20c6dfba42fe1e784fffc98af3a82ff5b7d05be3174d6b0bffe9d')
+sha256sums=('2fb3286c5ab8b6349a694156f803e1162c5a234d30548eb0afdf82e139923236')
 
 build() {
 cd $_pkgbasename-$pkgver



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 07:28:50
  Author: jgc
Revision: 156224

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 11:28:24 UTC (rev 156223)
+++ testing-i686/PKGBUILD   2012-04-16 11:28:50 UTC (rev 156224)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtkhtml4
-_pkgbasename=gtkhtml
-pkgver=4.4.0
-pkgrel=1
-pkgdesc=A lightweight HTML renderer/editor widget for GTK3
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
-makedepends=('intltool')
-url=http://www.gnome.org;
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('9c07260cd5d20c6dfba42fe1e784fffc98af3a82ff5b7d05be3174d6b0bffe9d')
-
-build() {
-cd $_pkgbasename-$pkgver
-./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/gtkhtml4 \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd $_pkgbasename-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: gtkhtml4/repos/testing-i686/PKGBUILD (from rev 156223, 
gtkhtml4/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 11:28:50 UTC (rev 156224)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.4.1
+pkgrel=1
+pkgdesc=A lightweight HTML renderer/editor widget for GTK3
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
+makedepends=('intltool')
+url=http://www.gnome.org;
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('2fb3286c5ab8b6349a694156f803e1162c5a234d30548eb0afdf82e139923236')
+
+build() {
+cd $_pkgbasename-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/gtkhtml4 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $_pkgbasename-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-04-16 11:28:24 UTC (rev 156223)
+++ testing-x86_64/PKGBUILD 2012-04-16 11:28:50 UTC (rev 156224)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtkhtml4
-_pkgbasename=gtkhtml
-pkgver=4.4.0
-pkgrel=1
-pkgdesc=A lightweight HTML renderer/editor widget for GTK3
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
-makedepends=('intltool')
-url=http://www.gnome.org;
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('9c07260cd5d20c6dfba42fe1e784fffc98af3a82ff5b7d05be3174d6b0bffe9d')
-
-build() {
-cd $_pkgbasename-$pkgver
-./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/gtkhtml4 \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd $_pkgbasename-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: gtkhtml4/repos/testing-x86_64/PKGBUILD (from rev 156223, 
gtkhtml4/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-16 11:28:50 UTC (rev 156224)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.4.1
+pkgrel=1
+pkgdesc=A lightweight HTML renderer/editor widget for GTK3
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
+makedepends=('intltool')
+url=http://www.gnome.org;
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('2fb3286c5ab8b6349a694156f803e1162c5a234d30548eb0afdf82e139923236')
+
+build() {
+cd $_pkgbasename-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/gtkhtml4 \
+--localstatedir=/var --disable-static
+make
+}
+

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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 08:03:49
  Author: jgc
Revision: 156225

upgpkg: evolution 3.4.1-1

Update to 3.4.1

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 11:28:50 UTC (rev 156224)
+++ PKGBUILD2012-04-16 12:03:49 UTC (rev 156225)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=evolution
-pkgver=3.4.0.1
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=Manage your email, contacts and schedule
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 install=evolution.install
 url=http://www.gnome.org/projects/evolution/
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('364eacfc54912ba26738729d0f662a821140a712e3607cf569eb342f1dab4f7a')
+sha256sums=('43311bc38302fc26efff98852d72981b791941622d32a2e6e346377341c1814d')
 
 build() {
   cd $pkgname-$pkgver



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 08:04:13
  Author: jgc
Revision: 156226

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

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

+
 extra-i686/PKGBUILD|   93 ---
 extra-i686/evolution.install   |   48 ++--
 extra-x86_64/PKGBUILD  |   93 ---
 extra-x86_64/evolution.install |   48 ++--
 4 files changed, 144 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-16 12:03:49 UTC (rev 156225)
+++ extra-i686/PKGBUILD 2012-04-16 12:04:13 UTC (rev 156226)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution
-pkgver=3.2.3
-pkgrel=2
-pkgdesc=Manage your email, contacts and schedule
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'gstreamer0.10' 'libpst' 'libytnef' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
-optdepends=('bogofilter: possible junk filter plugin'
-'spamassassin: possible junk filter plugin')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-install=evolution.install
-url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a25d523e775c022ec9e68d7b989316e7252b687d70b9db2f60b72bb833099e9d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --disable-scrollkeeper \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --with-krb5=/usr \
-  --disable-image-inline
-  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
-  make -C plugins/tnef-attachments
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-  make -C plugins/tnef-attachments DESTDIR=$pkgdir install
-
-  install -m755 -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain evolution-3.2 $pkgdir/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 156225, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-16 12:04:13 UTC (rev 156226)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=evolution
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=Manage your email, contacts and schedule
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'gstreamer0.10' 'libpst' 'libytnef' 'desktop-file-utils' 'hicolor-icon-theme' 
'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
+optdepends=('bogofilter: possible junk filter plugin'
+'spamassassin: possible junk filter plugin')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=evolution.install
+url=http://www.gnome.org/projects/evolution/
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('43311bc38302fc26efff98852d72981b791941622d32a2e6e346377341c1814d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --with-krb5=/usr \
+  --disable-image-inline
+  
+  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
+  make -C plugins/tnef-attachments
+}
+
+package() 

[arch-commits] Commit in nss/repos (13 files)

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 08:08:24
  Author: jgc
Revision: 156227

db-move: moved nss from [testing] to [extra] (i686)

Added:
  nss/repos/extra-i686/PKGBUILD
(from rev 156226, nss/repos/testing-i686/PKGBUILD)
  nss/repos/extra-i686/add_spi+cacert_ca_certs.patch
(from rev 156226, nss/repos/testing-i686/add_spi+cacert_ca_certs.patch)
  nss/repos/extra-i686/nss-config.in
(from rev 156226, nss/repos/testing-i686/nss-config.in)
  nss/repos/extra-i686/nss-no-rpath.patch
(from rev 156226, nss/repos/testing-i686/nss-no-rpath.patch)
  nss/repos/extra-i686/nss.pc.in
(from rev 156226, nss/repos/testing-i686/nss.pc.in)
  nss/repos/extra-i686/ssl-renegotiate-transitional.patch
(from rev 156226, nss/repos/testing-i686/ssl-renegotiate-transitional.patch)
Deleted:
  nss/repos/extra-i686/PKGBUILD
  nss/repos/extra-i686/add_spi+cacert_ca_certs.patch
  nss/repos/extra-i686/nss-config.in
  nss/repos/extra-i686/nss-no-rpath.patch
  nss/repos/extra-i686/nss.pc.in
  nss/repos/extra-i686/ssl-renegotiate-transitional.patch
  nss/repos/testing-i686/

+
 PKGBUILD   |  210 +++---
 add_spi+cacert_ca_certs.patch  | 1136 +--
 nss-config.in  |  290 
 nss-no-rpath.patch |   28 
 nss.pc.in  |   22 
 ssl-renegotiate-transitional.patch |   42 -
 6 files changed, 864 insertions(+), 864 deletions(-)

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


[arch-commits] Commit in nss/repos (13 files)

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 08:08:26
  Author: jgc
Revision: 156228

db-move: moved nss from [testing] to [extra] (x86_64)

Added:
  nss/repos/extra-x86_64/PKGBUILD
(from rev 156226, nss/repos/testing-x86_64/PKGBUILD)
  nss/repos/extra-x86_64/add_spi+cacert_ca_certs.patch
(from rev 156226, nss/repos/testing-x86_64/add_spi+cacert_ca_certs.patch)
  nss/repos/extra-x86_64/nss-config.in
(from rev 156226, nss/repos/testing-x86_64/nss-config.in)
  nss/repos/extra-x86_64/nss-no-rpath.patch
(from rev 156226, nss/repos/testing-x86_64/nss-no-rpath.patch)
  nss/repos/extra-x86_64/nss.pc.in
(from rev 156226, nss/repos/testing-x86_64/nss.pc.in)
  nss/repos/extra-x86_64/ssl-renegotiate-transitional.patch
(from rev 156226, 
nss/repos/testing-x86_64/ssl-renegotiate-transitional.patch)
Deleted:
  nss/repos/extra-x86_64/PKGBUILD
  nss/repos/extra-x86_64/add_spi+cacert_ca_certs.patch
  nss/repos/extra-x86_64/nss-config.in
  nss/repos/extra-x86_64/nss-no-rpath.patch
  nss/repos/extra-x86_64/nss.pc.in
  nss/repos/extra-x86_64/ssl-renegotiate-transitional.patch
  nss/repos/testing-x86_64/

+
 PKGBUILD   |  210 +++---
 add_spi+cacert_ca_certs.patch  | 1136 +--
 nss-config.in  |  290 
 nss-no-rpath.patch |   28 
 nss.pc.in  |   22 
 ssl-renegotiate-transitional.patch |   42 -
 6 files changed, 864 insertions(+), 864 deletions(-)

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


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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 08:13:19
  Author: jgc
Revision: 156229

db-move: moved evolution from [extra] to [testing] (i686)

Added:
  evolution/repos/testing-i686/PKGBUILD
(from rev 156228, evolution/repos/extra-i686/PKGBUILD)
  evolution/repos/testing-i686/evolution.install
(from rev 156228, evolution/repos/extra-i686/evolution.install)
Deleted:
  evolution/repos/extra-i686/
  evolution/repos/testing-i686/PKGBUILD
  evolution/repos/testing-i686/evolution.install

---+
 PKGBUILD  |   96 ++--
 evolution.install |   48 +-
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 12:08:26 UTC (rev 156228)
+++ testing-i686/PKGBUILD   2012-04-16 12:13:19 UTC (rev 156229)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=evolution
-pkgver=3.4.0.1
-pkgrel=1
-pkgdesc=Manage your email, contacts and schedule
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'gstreamer0.10' 'libpst' 'libytnef' 'desktop-file-utils' 'hicolor-icon-theme' 
'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
-optdepends=('bogofilter: possible junk filter plugin'
-'spamassassin: possible junk filter plugin')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-install=evolution.install
-url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('364eacfc54912ba26738729d0f662a821140a712e3607cf569eb342f1dab4f7a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --with-krb5=/usr \
-  --disable-image-inline
-  
-  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
-  make -C plugins/tnef-attachments
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-  make -C plugins/tnef-attachments DESTDIR=$pkgdir install
-
-  install -m755 -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain evolution-3.2 $pkgdir/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: evolution/repos/testing-i686/PKGBUILD (from rev 156228, 
evolution/repos/extra-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 12:13:19 UTC (rev 156229)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=evolution
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=Manage your email, contacts and schedule
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'gstreamer0.10' 'libpst' 'libytnef' 'desktop-file-utils' 'hicolor-icon-theme' 
'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
+optdepends=('bogofilter: possible junk filter plugin'
+'spamassassin: possible junk filter plugin')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=evolution.install
+url=http://www.gnome.org/projects/evolution/
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('43311bc38302fc26efff98852d72981b791941622d32a2e6e346377341c1814d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --with-krb5=/usr \
+  --disable-image-inline
+  
+  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
+  make -C plugins/tnef-attachments
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+  make -C plugins/tnef-attachments DESTDIR=$pkgdir install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 

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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 08:13:21
  Author: jgc
Revision: 156230

db-move: moved evolution from [extra] to [testing] (x86_64)

Added:
  evolution/repos/testing-x86_64/PKGBUILD
(from rev 156228, evolution/repos/extra-x86_64/PKGBUILD)
  evolution/repos/testing-x86_64/evolution.install
(from rev 156228, evolution/repos/extra-x86_64/evolution.install)
Deleted:
  evolution/repos/extra-x86_64/
  evolution/repos/testing-x86_64/PKGBUILD
  evolution/repos/testing-x86_64/evolution.install

---+
 PKGBUILD  |   96 ++--
 evolution.install |   48 +-
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-04-16 12:13:19 UTC (rev 156229)
+++ testing-x86_64/PKGBUILD 2012-04-16 12:13:21 UTC (rev 156230)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=evolution
-pkgver=3.4.0.1
-pkgrel=1
-pkgdesc=Manage your email, contacts and schedule
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'gstreamer0.10' 'libpst' 'libytnef' 'desktop-file-utils' 'hicolor-icon-theme' 
'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
-optdepends=('bogofilter: possible junk filter plugin'
-'spamassassin: possible junk filter plugin')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-install=evolution.install
-url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('364eacfc54912ba26738729d0f662a821140a712e3607cf569eb342f1dab4f7a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --with-krb5=/usr \
-  --disable-image-inline
-  
-  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
-  make -C plugins/tnef-attachments
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-  make -C plugins/tnef-attachments DESTDIR=$pkgdir install
-
-  install -m755 -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain evolution-3.2 $pkgdir/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: evolution/repos/testing-x86_64/PKGBUILD (from rev 156228, 
evolution/repos/extra-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-16 12:13:21 UTC (rev 156230)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=evolution
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=Manage your email, contacts and schedule
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'gstreamer0.10' 'libpst' 'libytnef' 'desktop-file-utils' 'hicolor-icon-theme' 
'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
+optdepends=('bogofilter: possible junk filter plugin'
+'spamassassin: possible junk filter plugin')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=evolution.install
+url=http://www.gnome.org/projects/evolution/
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('43311bc38302fc26efff98852d72981b791941622d32a2e6e346377341c1814d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --with-krb5=/usr \
+  --disable-image-inline
+  
+  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
+  make -C plugins/tnef-attachments
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+  make -C plugins/tnef-attachments DESTDIR=$pkgdir install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema 

[arch-commits] Commit in evolution/repos (extra-i686 extra-x86_64)

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 08:21:41
  Author: jgc
Revision: 156231

Fix fuckup

Added:
  evolution/repos/extra-i686/
  evolution/repos/extra-x86_64/



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 08:38:53
  Author: jgc
Revision: 156232

upgpkg: gtksourceview3 3.4.1-1

Update to 3.4.1

Modified:
  gtksourceview3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 12:21:41 UTC (rev 156231)
+++ PKGBUILD2012-04-16 12:38:53 UTC (rev 156232)
@@ -3,7 +3,7 @@
 
 pkgname=gtksourceview3
 _pkgbasename=gtksourceview
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=A text widget adding syntax highlighting and more to GNOME
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('a380b0aaace095568a5b485dd479b61f61f77941d0c02a00246ad4dfe956b655')
+sha256sums=('8387b33c61efffcafed99ae896aed224a1ea8b3af45677c5d57e0d1842f6ffc1')
 
 build() {
   cd $_pkgbasename-$pkgver



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 08:39:20
  Author: jgc
Revision: 156233

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 12:38:53 UTC (rev 156232)
+++ testing-i686/PKGBUILD   2012-04-16 12:39:20 UTC (rev 156233)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=A text widget adding syntax highlighting and more to GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'gobject-introspection' 'glade')
-options=('!libtool')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('a380b0aaace095568a5b485dd479b61f61f77941d0c02a00246ad4dfe956b655')
-
-build() {
-  cd $_pkgbasename-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog
-  make
-}
-
-package() {
-  cd $_pkgbasename-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gtksourceview3/repos/testing-i686/PKGBUILD (from rev 156232, 
gtksourceview3/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 12:39:20 UTC (rev 156233)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=A text widget adding syntax highlighting and more to GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade')
+options=('!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('8387b33c61efffcafed99ae896aed224a1ea8b3af45677c5d57e0d1842f6ffc1')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
+  make
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-04-16 12:38:53 UTC (rev 156232)
+++ testing-x86_64/PKGBUILD 2012-04-16 12:39:20 UTC (rev 156233)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=A text widget adding syntax highlighting and more to GNOME
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'gobject-introspection' 'glade')
-options=('!libtool')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('a380b0aaace095568a5b485dd479b61f61f77941d0c02a00246ad4dfe956b655')
-
-build() {
-  cd $_pkgbasename-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog
-  make
-}
-
-package() {
-  cd $_pkgbasename-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gtksourceview3/repos/testing-x86_64/PKGBUILD (from rev 156232, 
gtksourceview3/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-16 12:39:20 UTC (rev 156233)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=A text widget adding syntax highlighting and more to GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade')
+options=('!libtool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('8387b33c61efffcafed99ae896aed224a1ea8b3af45677c5d57e0d1842f6ffc1')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  

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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 08:45:54
  Author: jgc
Revision: 156234

upgpkg: gcr 3.4.1-1

Update to 3.4.1

Modified:
  gcr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 12:39:20 UTC (rev 156233)
+++ PKGBUILD2012-04-16 12:45:54 UTC (rev 156234)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gcr
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=A library for bits of crypto UI and parsing
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=(!libtool)
 install=gcr.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6cb92178a04b5ea335102b43027420c200fe6a053e5e2009ffae91914a268106')
+sha256sums=('a0812b6e9623465b0053f4b1b09f3b9316317b2c6ed69a73bc2c5b3b6b849609')
 
 build() {
   cd $pkgname-$pkgver



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 08:46:17
  Author: jgc
Revision: 156235

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

Added:
  gcr/repos/testing-i686/PKGBUILD
(from rev 156234, gcr/trunk/PKGBUILD)
  gcr/repos/testing-i686/gcr.install
(from rev 156234, gcr/trunk/gcr.install)
  gcr/repos/testing-x86_64/PKGBUILD
(from rev 156234, gcr/trunk/PKGBUILD)
  gcr/repos/testing-x86_64/gcr.install
(from rev 156234, gcr/trunk/gcr.install)
Deleted:
  gcr/repos/testing-i686/PKGBUILD
  gcr/repos/testing-i686/gcr.install
  gcr/repos/testing-x86_64/PKGBUILD
  gcr/repos/testing-x86_64/gcr.install

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

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

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

Deleted: testing-i686/gcr.install
===
--- testing-i686/gcr.install2012-04-16 12:45:54 UTC (rev 156234)
+++ testing-i686/gcr.install2012-04-16 12:46:17 UTC (rev 156235)
@@ -1,14 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-update-mime-database /usr/share/mime  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade () {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gcr/repos/testing-i686/gcr.install (from rev 156234, 
gcr/trunk/gcr.install)
===
--- testing-i686/gcr.install(rev 0)
+++ testing-i686/gcr.install2012-04-16 12:46:17 UTC (rev 156235)
@@ -0,0 +1,14 @@
+post_install () {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+update-mime-database /usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade () {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-04-16 12:45:54 UTC (rev 156234)
+++ testing-x86_64/PKGBUILD 2012-04-16 12:46:17 UTC (rev 156235)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=A library for bits of crypto UI and parsing
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=('GPL2')
-depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt')
-makedepends=('intltool' 'gobject-introspection')
-options=(!libtool)

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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 08:53:51
  Author: jgc
Revision: 156236

upgpkg: gnome-desktop 1:3.4.1-1

Update to 3.4.1

Modified:
  gnome-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 12:46:17 UTC (rev 156235)
+++ PKGBUILD2012-04-16 12:53:51 UTC (rev 156236)
@@ -2,7 +2,7 @@
 # Maintainer:  Jan de Groot j...@archlinux.org
 
 pkgname=gnome-desktop
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 epoch=1
 pkgdesc=Library with common API for various GNOME modules
@@ -14,7 +14,7 @@
 groups=('gnome')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8b162ca977075c1dd806feef24e9db7ee0cbe42c0ef8d3fbc386265dcea2b08c')
+sha256sums=('7b36f16eeb36bb8feec9f51b53b50036df8d75d5b1c91e28b036e85b17fdb974')
 
 build() {
   cd $pkgname-$pkgver



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 08:54:17
  Author: jgc
Revision: 156237

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 12:53:51 UTC (rev 156236)
+++ testing-i686/PKGBUILD   2012-04-16 12:54:17 UTC (rev 156237)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot j...@archlinux.org
-
-pkgname=gnome-desktop
-pkgver=3.4.0
-pkgrel=1
-epoch=1
-pkgdesc=Library with common API for various GNOME modules
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('gsettings-desktop-schemas' 'gtk3')
-makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
-url=http://www.gnome.org;
-groups=('gnome')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8b162ca977075c1dd806feef24e9db7ee0cbe42c0ef8d3fbc386265dcea2b08c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --with-gnome-distributor=Arch Linux
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-desktop/repos/testing-i686/PKGBUILD (from rev 156236, 
gnome-desktop/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 12:54:17 UTC (rev 156237)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Jan de Groot j...@archlinux.org
+
+pkgname=gnome-desktop
+pkgver=3.4.1
+pkgrel=1
+epoch=1
+pkgdesc=Library with common API for various GNOME modules
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('gsettings-desktop-schemas' 'gtk3')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7b36f16eeb36bb8feec9f51b53b50036df8d75d5b1c91e28b036e85b17fdb974')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --with-gnome-distributor=Arch Linux
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-04-16 12:53:51 UTC (rev 156236)
+++ testing-x86_64/PKGBUILD 2012-04-16 12:54:17 UTC (rev 156237)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Jan de Groot j...@archlinux.org
-
-pkgname=gnome-desktop
-pkgver=3.4.0
-pkgrel=1
-epoch=1
-pkgdesc=Library with common API for various GNOME modules
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL')
-depends=('gsettings-desktop-schemas' 'gtk3')
-makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
-url=http://www.gnome.org;
-groups=('gnome')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8b162ca977075c1dd806feef24e9db7ee0cbe42c0ef8d3fbc386265dcea2b08c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --with-gnome-distributor=Arch Linux
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-desktop/repos/testing-x86_64/PKGBUILD (from rev 156236, 
gnome-desktop/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-16 12:54:17 UTC (rev 156237)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Jan de Groot j...@archlinux.org
+
+pkgname=gnome-desktop
+pkgver=3.4.1
+pkgrel=1
+epoch=1
+pkgdesc=Library with common API for various GNOME modules
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('gsettings-desktop-schemas' 'gtk3')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7b36f16eeb36bb8feec9f51b53b50036df8d75d5b1c91e28b036e85b17fdb974')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+   

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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:00:22
  Author: jgc
Revision: 156238

upgpkg: gnome-keyring 3.4.1-1

Update to 3.4.1

Modified:
  gnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 12:54:17 UTC (rev 156237)
+++ PKGBUILD2012-04-16 13:00:22 UTC (rev 156238)
@@ -2,7 +2,7 @@
 # Maintainer: Jan De Groot j...@archlinux.org
 
 pkgname=gnome-keyring
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=GNOME Password Management daemon
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url=http://www.gnome.org;
 install=gnome-keyring.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a3ea4ea71cdc5f25a4d72027ea6b775d20d9fead1ac71210d743e4cb2df3c3a2')
+sha256sums=('9e90267721198cbe6ebc08f6390d24901d9c0de39b180cd2ad1bbcdd7b30b249')
 
 build() {
   cd $pkgname-$pkgver



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:00:46
  Author: jgc
Revision: 156239

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

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

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

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

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

Deleted: testing-i686/gnome-keyring.install
===
--- testing-i686/gnome-keyring.install  2012-04-16 13:00:22 UTC (rev 156238)
+++ testing-i686/gnome-keyring.install  2012-04-16 13:00:46 UTC (rev 156239)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}

Copied: gnome-keyring/repos/testing-i686/gnome-keyring.install (from rev 
156238, gnome-keyring/trunk/gnome-keyring.install)
===
--- testing-i686/gnome-keyring.install  (rev 0)
+++ testing-i686/gnome-keyring.install  2012-04-16 13:00:46 UTC (rev 156239)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-04-16 13:00:22 UTC (rev 156238)
+++ testing-x86_64/PKGBUILD 2012-04-16 13:00:46 UTC (rev 156239)
@@ -1,32 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot 

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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:05:29
  Author: jgc
Revision: 156240

upgpkg: evolution-exchange 3.4.1-1

Update to 3.4.1

Modified:
  evolution-exchange/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 13:00:46 UTC (rev 156239)
+++ PKGBUILD2012-04-16 13:05:29 UTC (rev 156240)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution-exchange
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=Ximian Connector Exchange plugin for Evolution
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool' '!emptydirs')
 install=evolution-exchange.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7bfdf2fb44e691e7eb611aa0d1129cbacf43f7a2477fdae87f06368eecc89fb4')
+sha256sums=('a123b943e5a7128435b65219bfcd2a8f71223f8d7ef0319ec06011fbd392ea80')
 
 build() {
   cd $pkgname-$pkgver



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:05:52
  Author: jgc
Revision: 156241

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

Added:
  evolution-exchange/repos/testing-i686/PKGBUILD
(from rev 156240, evolution-exchange/trunk/PKGBUILD)
  evolution-exchange/repos/testing-i686/evolution-exchange.install
(from rev 156240, evolution-exchange/trunk/evolution-exchange.install)
  evolution-exchange/repos/testing-x86_64/PKGBUILD
(from rev 156240, evolution-exchange/trunk/PKGBUILD)
  evolution-exchange/repos/testing-x86_64/evolution-exchange.install
(from rev 156240, evolution-exchange/trunk/evolution-exchange.install)
Deleted:
  evolution-exchange/repos/testing-i686/PKGBUILD
  evolution-exchange/repos/testing-i686/evolution-exchange.install
  evolution-exchange/repos/testing-x86_64/PKGBUILD
  evolution-exchange/repos/testing-x86_64/evolution-exchange.install

---+
 testing-i686/PKGBUILD |   66 ++--
 testing-i686/evolution-exchange.install   |   34 +++---
 testing-x86_64/PKGBUILD   |   66 ++--
 testing-x86_64/evolution-exchange.install |   34 +++---
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 13:05:29 UTC (rev 156240)
+++ testing-i686/PKGBUILD   2012-04-16 13:05:52 UTC (rev 156241)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-exchange
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=Ximian Connector Exchange plugin for Evolution
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.ximian.com;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-install=evolution-exchange.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7bfdf2fb44e691e7eb611aa0d1129cbacf43f7a2477fdae87f06368eecc89fb4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static \
-  --with-libdb=/usr --with-krb5=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -m755 -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain evolution-exchange-3.2 $pkgdir/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: evolution-exchange/repos/testing-i686/PKGBUILD (from rev 156240, 
evolution-exchange/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 13:05:52 UTC (rev 156241)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-exchange
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=Ximian Connector Exchange plugin for Evolution
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.ximian.com;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+install=evolution-exchange.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a123b943e5a7128435b65219bfcd2a8f71223f8d7ef0319ec06011fbd392ea80')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static \
+  --with-libdb=/usr --with-krb5=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain evolution-exchange-3.2 $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Deleted: testing-i686/evolution-exchange.install
===
--- testing-i686/evolution-exchange.install 2012-04-16 13:05:29 UTC (rev 
156240)
+++ testing-i686/evolution-exchange.install 2012-04-16 13:05:52 UTC (rev 
156241)
@@ -1,17 +0,0 @@
-pkgname=evolution-exchange
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}

Copied: evolution-exchange/repos/testing-i686/evolution-exchange.install (from 
rev 156240, evolution-exchange/trunk/evolution-exchange.install)
===
--- testing-i686/evolution-exchange.install (rev 0)
+++ testing-i686/evolution-exchange.install 2012-04-16 13:05:52 UTC (rev 

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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:11:50
  Author: jgc
Revision: 156242

upgpkg: evolution-ews 3.4.1-1

Update to 3.4.1

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 13:05:52 UTC (rev 156241)
+++ PKGBUILD2012-04-16 13:11:50 UTC (rev 156242)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2bc20f65fc645f0a76d218d483650f9c9cc75ce3104ad849af6e7eec2d5a7f72')
+sha256sums=('afa56ce08a8bfb9878f5303308aa5c68eab4ffe67a70ba3bd54b0c4f868053ef')
 
 build() {
   cd $pkgname-$pkgver



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:12:33
  Author: jgc
Revision: 156243

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

Added:
  evolution-ews/repos/testing-i686/PKGBUILD
(from rev 156242, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/testing-x86_64/PKGBUILD
(from rev 156242, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/testing-i686/PKGBUILD
  evolution-ews/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 13:11:50 UTC (rev 156242)
+++ testing-i686/PKGBUILD   2012-04-16 13:12:33 UTC (rev 156243)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=http://www.gnome.org;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2bc20f65fc645f0a76d218d483650f9c9cc75ce3104ad849af6e7eec2d5a7f72')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/testing-i686/PKGBUILD (from rev 156242, 
evolution-ews/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 13:12:33 UTC (rev 156243)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('afa56ce08a8bfb9878f5303308aa5c68eab4ffe67a70ba3bd54b0c4f868053ef')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-04-16 13:11:50 UTC (rev 156242)
+++ testing-x86_64/PKGBUILD 2012-04-16 13:12:33 UTC (rev 156243)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=http://www.gnome.org;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2bc20f65fc645f0a76d218d483650f9c9cc75ce3104ad849af6e7eec2d5a7f72')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/testing-x86_64/PKGBUILD (from rev 156242, 
evolution-ews/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-16 13:12:33 UTC (rev 156243)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('afa56ce08a8bfb9878f5303308aa5c68eab4ffe67a70ba3bd54b0c4f868053ef')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install

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

2012-04-16 Thread Andrea Scarpino
Date: Monday, April 16, 2012 @ 09:16:15
  Author: andrea
Revision: 156244

upgpkg: libdbusmenu-qt 0.9.2-1

Upstream release

Modified:
  libdbusmenu-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 13:12:33 UTC (rev 156243)
+++ PKGBUILD2012-04-16 13:16:15 UTC (rev 156244)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libdbusmenu-qt
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.2
+pkgrel=1
 pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
 arch=('i686' 'x86_64')
 url=https://launchpad.net/libdbusmenu-qt;
@@ -11,7 +11,7 @@
 depends=('qt')
 makedepends=('cmake' 'doxygen' 'qjson')
 
source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('cc6b7b551377e2a07f6fa5afef0d29ff')
+md5sums=('9a49484927669cd2ec91b3bf9ba8b79e')
 
 build() {
   cd ${srcdir}



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

2012-04-16 Thread Andrea Scarpino
Date: Monday, April 16, 2012 @ 09:16:43
  Author: andrea
Revision: 156245

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

Added:
  libdbusmenu-qt/repos/extra-i686/PKGBUILD
(from rev 156244, libdbusmenu-qt/trunk/PKGBUILD)
  libdbusmenu-qt/repos/extra-x86_64/PKGBUILD
(from rev 156244, libdbusmenu-qt/trunk/PKGBUILD)
Deleted:
  libdbusmenu-qt/repos/extra-i686/PKGBUILD
  libdbusmenu-qt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-16 13:16:15 UTC (rev 156244)
+++ extra-i686/PKGBUILD 2012-04-16 13:16:43 UTC (rev 156245)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libdbusmenu-qt
-pkgver=0.9.0
-pkgrel=2
-pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
-arch=('i686' 'x86_64')
-url=https://launchpad.net/libdbusmenu-qt;
-license=('GPL')
-depends=('qt')
-makedepends=('cmake' 'doxygen' 'qjson')
-source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('cc6b7b551377e2a07f6fa5afef0d29ff')
-
-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
-}

Copied: libdbusmenu-qt/repos/extra-i686/PKGBUILD (from rev 156244, 
libdbusmenu-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-16 13:16:43 UTC (rev 156245)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libdbusmenu-qt
+pkgver=0.9.2
+pkgrel=1
+pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
+arch=('i686' 'x86_64')
+url=https://launchpad.net/libdbusmenu-qt;
+license=('GPL')
+depends=('qt')
+makedepends=('cmake' 'doxygen' 'qjson')
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9a49484927669cd2ec91b3bf9ba8b79e')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-16 13:16:15 UTC (rev 156244)
+++ extra-x86_64/PKGBUILD   2012-04-16 13:16:43 UTC (rev 156245)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libdbusmenu-qt
-pkgver=0.9.0
-pkgrel=2
-pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
-arch=('i686' 'x86_64')
-url=https://launchpad.net/libdbusmenu-qt;
-license=('GPL')
-depends=('qt')
-makedepends=('cmake' 'doxygen' 'qjson')
-source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('cc6b7b551377e2a07f6fa5afef0d29ff')
-
-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
-}

Copied: libdbusmenu-qt/repos/extra-x86_64/PKGBUILD (from rev 156244, 
libdbusmenu-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-04-16 13:16:43 UTC (rev 156245)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libdbusmenu-qt
+pkgver=0.9.2
+pkgrel=1
+pkgdesc=A library that provides a Qt implementation of the DBusMenu spec
+arch=('i686' 'x86_64')
+url=https://launchpad.net/libdbusmenu-qt;
+license=('GPL')
+depends=('qt')
+makedepends=('cmake' 'doxygen' 'qjson')
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9a49484927669cd2ec91b3bf9ba8b79e')
+
+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
+}



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:20:36
  Author: jgc
Revision: 156246

upgpkg: gnome-panel 3.4.1-1

Update to 3.4.1

Modified:
  gnome-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 13:16:43 UTC (rev 156245)
+++ PKGBUILD2012-04-16 13:20:36 UTC (rev 156246)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-panel
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,7 +14,7 @@
 groups=('gnome')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('70020645ecac8f54164454e6d413b62183d58372a8d10d2b072fee69eb11fd91')
+sha256sums=('513be6e709db88babac9f3ce9e517cb597d8c89569e5c9aaa957b74e0765a77f')
 
 build() {
   cd $pkgname-$pkgver



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:20:59
  Author: jgc
Revision: 156247

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

Added:
  gnome-panel/repos/testing-i686/PKGBUILD
(from rev 156246, gnome-panel/trunk/PKGBUILD)
  gnome-panel/repos/testing-i686/gnome-panel.install
(from rev 156246, gnome-panel/trunk/gnome-panel.install)
  gnome-panel/repos/testing-x86_64/PKGBUILD
(from rev 156246, gnome-panel/trunk/PKGBUILD)
  gnome-panel/repos/testing-x86_64/gnome-panel.install
(from rev 156246, gnome-panel/trunk/gnome-panel.install)
Deleted:
  gnome-panel/repos/testing-i686/PKGBUILD
  gnome-panel/repos/testing-i686/gnome-panel.install
  gnome-panel/repos/testing-x86_64/PKGBUILD
  gnome-panel/repos/testing-x86_64/gnome-panel.install

+
 testing-i686/PKGBUILD  |   72 +--
 testing-i686/gnome-panel.install   |   48 +++
 testing-x86_64/PKGBUILD|   72 +--
 testing-x86_64/gnome-panel.install |   48 +++
 4 files changed, 120 insertions(+), 120 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 13:20:36 UTC (rev 156246)
+++ testing-i686/PKGBUILD   2012-04-16 13:20:59 UTC (rev 156247)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-panel
-pkgver=3.4.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-pkgdesc=The GNOME Panel
-url=http://www.gnome.org;
-depends=('gnome-menus' 'gnome-desktop' 'evolution-data-server' 'librsvg' 
'libwnck3' 'libsm' 'dconf' 'telepathy-glib')
-makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection' 
'networkmanager' 'libcanberra')
-install=gnome-panel.install
-groups=('gnome')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('70020645ecac8f54164454e6d413b62183d58372a8d10d2b072fee69eb11fd91')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-panel \
-  --disable-scrollkeeper \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-
-  install -m755 -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain gnome-panel-3.0 $pkgdir/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: gnome-panel/repos/testing-i686/PKGBUILD (from rev 156246, 
gnome-panel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 13:20:59 UTC (rev 156247)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-panel
+pkgver=3.4.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc=The GNOME Panel
+url=http://www.gnome.org;
+depends=('gnome-menus' 'gnome-desktop' 'evolution-data-server' 'librsvg' 
'libwnck3' 'libsm' 'dconf' 'telepathy-glib')
+makedepends=('gnome-doc-utils' 'intltool' 'gobject-introspection' 
'networkmanager' 'libcanberra')
+install=gnome-panel.install
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('513be6e709db88babac9f3ce9e517cb597d8c89569e5c9aaa957b74e0765a77f')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-panel \
+  --disable-scrollkeeper \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain gnome-panel-3.0 $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Deleted: testing-i686/gnome-panel.install
===
--- testing-i686/gnome-panel.install2012-04-16 13:20:36 UTC (rev 156246)
+++ testing-i686/gnome-panel.install2012-04-16 13:20:59 UTC (rev 156247)
@@ -1,24 +0,0 @@
-pkgname=gnome-panel
-
-post_install() {
-  gconfpkg --install $pkgname
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t 

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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:25:13
  Author: jgc
Revision: 156248

upgpkg: seahorse 3.4.1-1

Update to 3.4.1

Modified:
  seahorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 13:20:59 UTC (rev 156247)
+++ PKGBUILD2012-04-16 13:25:13 UTC (rev 156248)
@@ -4,7 +4,7 @@
 # Contributor: Michel Brabants michel.li...@tiscali.be
 
 pkgname=seahorse
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=GNOME application for managing PGP keys.
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('6bb7a7952c3d39a6023ddb493d9e31c4ed99ef3da1062d5dfd4b47d1d4ca2cc9'
+sha256sums=('841443ed6d7f865e1c9347867527591287bcc5b2e281c8da11b2cb355d678faa'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:25:43
  Author: jgc
Revision: 156249

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

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

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

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

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

Deleted: testing-i686/seahorse-ssh-askpass.sh
===
--- 

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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:26:58
  Author: jgc
Revision: 156250

upgpkg: mousetweaks 3.4.1-1

Update to 3.4.1

Modified:
  mousetweaks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 13:25:43 UTC (rev 156249)
+++ PKGBUILD2012-04-16 13:26:58 UTC (rev 156250)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=mousetweaks
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=Mouse accessibility enhancements for the GNOME desktop
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 url=http://www.gnome.org;
 install=mousetweaks.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('f44711d47fb6fb6286ca46c144bbdc791e39c5062f923b55e9e300844d317144')
+sha256sums=('92571119dd0ee0c74e508bb8155b7b894c5185da52753fa431bb12e9bfe10c6f')
 
 build() {
   cd $pkgname-$pkgver



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:27:22
  Author: jgc
Revision: 156251

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

Added:
  mousetweaks/repos/testing-i686/PKGBUILD
(from rev 156250, mousetweaks/trunk/PKGBUILD)
  mousetweaks/repos/testing-i686/mousetweaks.install
(from rev 156250, mousetweaks/trunk/mousetweaks.install)
  mousetweaks/repos/testing-x86_64/PKGBUILD
(from rev 156250, mousetweaks/trunk/PKGBUILD)
  mousetweaks/repos/testing-x86_64/mousetweaks.install
(from rev 156250, mousetweaks/trunk/mousetweaks.install)
Deleted:
  mousetweaks/repos/testing-i686/PKGBUILD
  mousetweaks/repos/testing-i686/mousetweaks.install
  mousetweaks/repos/testing-x86_64/PKGBUILD
  mousetweaks/repos/testing-x86_64/mousetweaks.install

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

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

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

Deleted: testing-i686/mousetweaks.install
===
--- testing-i686/mousetweaks.install2012-04-16 13:26:58 UTC (rev 156250)
+++ testing-i686/mousetweaks.install2012-04-16 13:27:22 UTC (rev 156251)
@@ -1,17 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0)  0 )); then
-usr/sbin/gconfpkg --uninstall mousetweaks
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: mousetweaks/repos/testing-i686/mousetweaks.install (from rev 156250, 
mousetweaks/trunk/mousetweaks.install)
===
--- testing-i686/mousetweaks.install(rev 0)
+++ testing-i686/mousetweaks.install2012-04-16 13:27:22 UTC (rev 156251)
@@ -0,0 +1,17 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall mousetweaks
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-04-16 13:26:58 UTC (rev 156250)
+++ testing-x86_64/PKGBUILD 2012-04-16 13:27:22 UTC (rev 156251)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 

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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:30:57
  Author: jgc
Revision: 156252

upgpkg: devhelp 3.4.1-1

Update to 3.4.1

Modified:
  devhelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 13:27:22 UTC (rev 156251)
+++ PKGBUILD2012-04-16 13:30:57 UTC (rev 156252)
@@ -4,7 +4,7 @@
 # Contributor: Link Dupont l...@subpop.net
 
 pkgname=devhelp
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=API documentation browser for GNOME
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 install=devhelp.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('de7466250a433877abf562815eb1cc8dd663d80ae65cdf796285c0c5b05144e8')
+sha256sums=('3d1148d45d6fac5bb9a4fdf223f19ffa5774aa56df6bbf5b6e86363d8f2c')
 
 build() {
   cd $pkgname-$pkgver



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:31:21
  Author: jgc
Revision: 156253

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

Added:
  devhelp/repos/testing-i686/PKGBUILD
(from rev 156252, devhelp/trunk/PKGBUILD)
  devhelp/repos/testing-i686/devhelp.install
(from rev 156252, devhelp/trunk/devhelp.install)
  devhelp/repos/testing-x86_64/PKGBUILD
(from rev 156252, devhelp/trunk/PKGBUILD)
  devhelp/repos/testing-x86_64/devhelp.install
(from rev 156252, devhelp/trunk/devhelp.install)
Deleted:
  devhelp/repos/testing-i686/PKGBUILD
  devhelp/repos/testing-i686/devhelp.install
  devhelp/repos/testing-x86_64/PKGBUILD
  devhelp/repos/testing-x86_64/devhelp.install

+
 testing-i686/PKGBUILD  |   68 +++
 testing-i686/devhelp.install   |   44 -
 testing-x86_64/PKGBUILD|   68 +++
 testing-x86_64/devhelp.install |   44 -
 4 files changed, 112 insertions(+), 112 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 13:30:57 UTC (rev 156252)
+++ testing-i686/PKGBUILD   2012-04-16 13:31:21 UTC (rev 156253)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Link Dupont l...@subpop.net
-
-pkgname=devhelp
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=API documentation browser for GNOME
-arch=(i686 x86_64)
-license=('GPL')
-url=http://live.gnome.org/devhelp/;
-depends=('gconf' 'libwebkit3' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool' 'python2')
-options=('!libtool' '!emptydirs')
-install=devhelp.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('de7466250a433877abf562815eb1cc8dd663d80ae65cdf796285c0c5b05144e8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain devhelp ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: devhelp/repos/testing-i686/PKGBUILD (from rev 156252, 
devhelp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 13:31:21 UTC (rev 156253)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+
+pkgname=devhelp
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=API documentation browser for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+url=http://live.gnome.org/devhelp/;
+depends=('gconf' 'libwebkit3' 'hicolor-icon-theme')
+makedepends=('pkgconfig' 'intltool' 'python2')
+options=('!libtool' '!emptydirs')
+install=devhelp.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3d1148d45d6fac5bb9a4fdf223f19ffa5774aa56df6bbf5b6e86363d8f2c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain devhelp ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: testing-i686/devhelp.install
===
--- testing-i686/devhelp.install2012-04-16 13:30:57 UTC (rev 156252)
+++ testing-i686/devhelp.install2012-04-16 13:31:21 UTC (rev 156253)
@@ -1,22 +0,0 @@
-pkgname=devhelp
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: devhelp/repos/testing-i686/devhelp.install (from rev 156252, 
devhelp/trunk/devhelp.install)
===
--- testing-i686/devhelp.install(rev 0)
+++ testing-i686/devhelp.install2012-04-16 13:31:21 UTC (rev 156253)
@@ -0,0 +1,22 @@
+pkgname=devhelp
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  

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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:33:03
  Author: jgc
Revision: 156254

upgpkg: gnome-session 3.4.1-1

Update to 3.4.1

Modified:
  gnome-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 13:31:21 UTC (rev 156253)
+++ PKGBUILD2012-04-16 13:33:03 UTC (rev 156254)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-session
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=The GNOME Session Handler
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 url=http://www.gnome.org;
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bf8ba2ba9d61ad680df9e66ca38f05d6e3bf00c65634bb0dc5e41690862608e1')
+sha256sums=('0ad29c2c3158b9e0109d3463e587fe09f312b810a9db51775750b9af8ce457aa')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-session/repos/testing-x86_64 (4 files)

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:33:26
  Author: jgc
Revision: 156255

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

Added:
  gnome-session/repos/testing-x86_64/PKGBUILD
(from rev 156254, gnome-session/trunk/PKGBUILD)
  gnome-session/repos/testing-x86_64/gnome-session.install
(from rev 156254, gnome-session/trunk/gnome-session.install)
Deleted:
  gnome-session/repos/testing-x86_64/PKGBUILD
  gnome-session/repos/testing-x86_64/gnome-session.install

---+
 PKGBUILD  |   64 
 gnome-session.install |   24 +-
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-04-16 13:33:03 UTC (rev 156254)
+++ PKGBUILD2012-04-16 13:33:26 UTC (rev 156255)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-session
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=The GNOME Session Handler
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('libsystemd' 'consolekit' 'dconf' 'gconf' 'gsettings-desktop-schemas' 
'gtk3'
- 'hicolor-icon-theme' 'json-glib' 'libgl' 'libsm' 'libxtst' 
'polkit-gnome'
- 'startup-notification' 'upower')
-makedepends=('intltool' 'mesa' 'xtrans')
-options=('!emptydirs')
-install=gnome-session.install
-url=http://www.gnome.org;
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bf8ba2ba9d61ad680df9e66ca38f05d6e3bf00c65634bb0dc5e41690862608e1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/gnome-session \
-  --disable-schemas-compile --enable-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-session/repos/testing-x86_64/PKGBUILD (from rev 156254, 
gnome-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-04-16 13:33:26 UTC (rev 156255)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-session
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=The GNOME Session Handler
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('libsystemd' 'consolekit' 'dconf' 'gconf' 'gsettings-desktop-schemas' 
'gtk3'
+ 'hicolor-icon-theme' 'json-glib' 'libgl' 'libsm' 'libxtst' 
'polkit-gnome'
+ 'startup-notification' 'upower')
+makedepends=('intltool' 'mesa' 'xtrans')
+options=('!emptydirs')
+install=gnome-session.install
+url=http://www.gnome.org;
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0ad29c2c3158b9e0109d3463e587fe09f312b810a9db51775750b9af8ce457aa')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/gnome-session \
+  --disable-schemas-compile --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-session.install
===
--- gnome-session.install   2012-04-16 13:33:03 UTC (rev 156254)
+++ gnome-session.install   2012-04-16 13:33:26 UTC (rev 156255)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-session/repos/testing-x86_64/gnome-session.install (from rev 
156254, gnome-session/trunk/gnome-session.install)
===
--- gnome-session.install   (rev 0)
+++ gnome-session.install   2012-04-16 13:33:26 UTC (rev 156255)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in gnome-session/repos/testing-i686 (4 files)

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:34:01
  Author: jgc
Revision: 156256

archrelease: copy trunk to testing-i686

Added:
  gnome-session/repos/testing-i686/PKGBUILD
(from rev 156255, gnome-session/trunk/PKGBUILD)
  gnome-session/repos/testing-i686/gnome-session.install
(from rev 156255, gnome-session/trunk/gnome-session.install)
Deleted:
  gnome-session/repos/testing-i686/PKGBUILD
  gnome-session/repos/testing-i686/gnome-session.install

---+
 PKGBUILD  |   64 
 gnome-session.install |   24 +-
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-04-16 13:33:26 UTC (rev 156255)
+++ PKGBUILD2012-04-16 13:34:01 UTC (rev 156256)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-session
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=The GNOME Session Handler
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('libsystemd' 'consolekit' 'dconf' 'gconf' 'gsettings-desktop-schemas' 
'gtk3'
- 'hicolor-icon-theme' 'json-glib' 'libgl' 'libsm' 'libxtst' 
'polkit-gnome'
- 'startup-notification' 'upower')
-makedepends=('intltool' 'mesa' 'xtrans')
-options=('!emptydirs')
-install=gnome-session.install
-url=http://www.gnome.org;
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bf8ba2ba9d61ad680df9e66ca38f05d6e3bf00c65634bb0dc5e41690862608e1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/gnome-session \
-  --disable-schemas-compile --enable-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-session/repos/testing-i686/PKGBUILD (from rev 156255, 
gnome-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-04-16 13:34:01 UTC (rev 156256)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-session
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=The GNOME Session Handler
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('libsystemd' 'consolekit' 'dconf' 'gconf' 'gsettings-desktop-schemas' 
'gtk3'
+ 'hicolor-icon-theme' 'json-glib' 'libgl' 'libsm' 'libxtst' 
'polkit-gnome'
+ 'startup-notification' 'upower')
+makedepends=('intltool' 'mesa' 'xtrans')
+options=('!emptydirs')
+install=gnome-session.install
+url=http://www.gnome.org;
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0ad29c2c3158b9e0109d3463e587fe09f312b810a9db51775750b9af8ce457aa')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/gnome-session \
+  --disable-schemas-compile --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-session.install
===
--- gnome-session.install   2012-04-16 13:33:26 UTC (rev 156255)
+++ gnome-session.install   2012-04-16 13:34:01 UTC (rev 156256)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-session/repos/testing-i686/gnome-session.install (from rev 
156255, gnome-session/trunk/gnome-session.install)
===
--- gnome-session.install   (rev 0)
+++ gnome-session.install   2012-04-16 13:34:01 UTC (rev 156256)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in gsettings-desktop-schemas/trunk (PKGBUILD)

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:35:55
  Author: jgc
Revision: 156257

upgpkg: gsettings-desktop-schemas 3.4.1-1

Update to 3.4.1

Modified:
  gsettings-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 13:34:01 UTC (rev 156256)
+++ PKGBUILD2012-04-16 13:35:55 UTC (rev 156257)
@@ -4,7 +4,7 @@
 # Contributor: Adam Hani Schakaki (krzd) k...@krzd.net
 
 pkgname=gsettings-desktop-schemas
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=Shared GSettings schemas for the desktop
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'gobject-introspection')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2bbedcf40cb44acd9e266b114374d84b9eefb8da8fc7352d2fe12588ecb783f2')
+sha256sums=('c7360fc77d82595e238e44345f83c2e1d7bc9a7c452c89df507ddd1cf2b3602b')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gsettings-desktop-schemas/repos/testing-any (4 files)

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:36:09
  Author: jgc
Revision: 156258

archrelease: copy trunk to testing-any

Added:
  gsettings-desktop-schemas/repos/testing-any/PKGBUILD
(from rev 156257, gsettings-desktop-schemas/trunk/PKGBUILD)
  gsettings-desktop-schemas/repos/testing-any/gsettings-desktop-schemas.install
(from rev 156257, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/testing-any/PKGBUILD
  gsettings-desktop-schemas/repos/testing-any/gsettings-desktop-schemas.install

---+
 PKGBUILD  |   62 ++--
 gsettings-desktop-schemas.install |   22 ++--
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-04-16 13:35:55 UTC (rev 156257)
+++ PKGBUILD2012-04-16 13:36:09 UTC (rev 156258)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Adam Hani Schakaki (krzd) k...@krzd.net
-
-pkgname=gsettings-desktop-schemas
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=Shared GSettings schemas for the desktop
-arch=('any')
-url=http://live.gnome.org/;
-license=('GPL')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2bbedcf40cb44acd9e266b114374d84b9eefb8da8fc7352d2fe12588ecb783f2')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: gsettings-desktop-schemas/repos/testing-any/PKGBUILD (from rev 156257, 
gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-04-16 13:36:09 UTC (rev 156258)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Adam Hani Schakaki (krzd) k...@krzd.net
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=Shared GSettings schemas for the desktop
+arch=('any')
+url=http://live.gnome.org/;
+license=('GPL')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c7360fc77d82595e238e44345f83c2e1d7bc9a7c452c89df507ddd1cf2b3602b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: gsettings-desktop-schemas.install
===
--- gsettings-desktop-schemas.install   2012-04-16 13:35:55 UTC (rev 156257)
+++ gsettings-desktop-schemas.install   2012-04-16 13:36:09 UTC (rev 156258)
@@ -1,11 +0,0 @@
-post_install() {
-   glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 
gsettings-desktop-schemas/repos/testing-any/gsettings-desktop-schemas.install 
(from rev 156257, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2012-04-16 13:36:09 UTC (rev 156258)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:42:05
  Author: jgc
Revision: 156259

upgpkg: gnome-settings-daemon 3.4.1-1

Update to 3.4.1

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 13:36:09 UTC (rev 156258)
+++ PKGBUILD2012-04-16 13:42:05 UTC (rev 156259)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-settings-daemon
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=The GNOME Settings daemon
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 systemd-fallback.patch)
-sha256sums=('5639cbba28caa7b3e33990f49aeed11ed9325e78e76af2175d9ccd5ff298401d'
+sha256sums=('d5d4a270ec5692cdc56a58cfb57bc7f8fa93374566912a65e78c1c3db7faf4ed'
 '3af86d4b341d5ca7c94cc814b250b122309d38f48be0bf0581d0c77e763a8008')
 
 build() {



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:42:34
  Author: jgc
Revision: 156260

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

Added:
  gnome-settings-daemon/repos/testing-i686/PKGBUILD
(from rev 156259, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/testing-i686/gnome-settings-daemon.install
(from rev 156259, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon/repos/testing-i686/systemd-fallback.patch
(from rev 156259, gnome-settings-daemon/trunk/systemd-fallback.patch)
  gnome-settings-daemon/repos/testing-x86_64/PKGBUILD
(from rev 156259, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/testing-x86_64/gnome-settings-daemon.install
(from rev 156259, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon/repos/testing-x86_64/systemd-fallback.patch
(from rev 156259, gnome-settings-daemon/trunk/systemd-fallback.patch)
Deleted:
  gnome-settings-daemon/repos/testing-i686/PKGBUILD
  gnome-settings-daemon/repos/testing-i686/gnome-settings-daemon.install
  gnome-settings-daemon/repos/testing-i686/systemd-fallback.patch
  gnome-settings-daemon/repos/testing-x86_64/PKGBUILD
  gnome-settings-daemon/repos/testing-x86_64/gnome-settings-daemon.install
  gnome-settings-daemon/repos/testing-x86_64/systemd-fallback.patch

--+
 testing-i686/PKGBUILD|   78 +++---
 testing-i686/gnome-settings-daemon.install   |   24 -
 testing-i686/systemd-fallback.patch  |  308 -
 testing-x86_64/PKGBUILD  |   78 +++---
 testing-x86_64/gnome-settings-daemon.install |   24 -
 testing-x86_64/systemd-fallback.patch|  308 -
 6 files changed, 410 insertions(+), 410 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 13:42:05 UTC (rev 156259)
+++ testing-i686/PKGBUILD   2012-04-16 13:42:34 UTC (rev 156260)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-settings-daemon
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=The GNOME Settings daemon
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('colord' 'dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libgnomekbd' 'libnotify'
- 'libsystemd' 'libwacom' 'nss' 'pulseaudio' 'pulseaudio-alsa' 'upower')
-makedepends=('intltool' 'gtk-doc' 'gnome-desktop' 'gnome-common' 
'xf86-input-wacom')
-options=('!emptydirs' '!libtool')
-install=gnome-settings-daemon.install
-url=http://www.gnome.org;
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-systemd-fallback.patch)
-sha256sums=('5639cbba28caa7b3e33990f49aeed11ed9325e78e76af2175d9ccd5ff298401d'
-'3af86d4b341d5ca7c94cc814b250b122309d38f48be0bf0581d0c77e763a8008')
-
-build() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i ../systemd-fallback.patch
-  gnome-autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/gnome-settings-daemon --disable-static \
-  --enable-systemd
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-settings-daemon/repos/testing-i686/PKGBUILD (from rev 156259, 
gnome-settings-daemon/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 13:42:34 UTC (rev 156260)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-settings-daemon
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=The GNOME Settings daemon
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('colord' 'dconf' 'gnome-desktop' 'gsettings-desktop-schemas' 
'hicolor-icon-theme' 'libcanberra-pulse' 'libgnomekbd' 'libnotify'
+ 'libsystemd' 'libwacom' 'nss' 'pulseaudio' 'pulseaudio-alsa' 'upower')
+makedepends=('intltool' 'gtk-doc' 'gnome-desktop' 'gnome-common' 
'xf86-input-wacom')
+options=('!emptydirs' '!libtool')
+install=gnome-settings-daemon.install
+url=http://www.gnome.org;
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+systemd-fallback.patch)
+sha256sums=('d5d4a270ec5692cdc56a58cfb57bc7f8fa93374566912a65e78c1c3db7faf4ed'
+'3af86d4b341d5ca7c94cc814b250b122309d38f48be0bf0581d0c77e763a8008')
+
+build() {
+  cd $pkgname-$pkgver
+
+  patch -Np1 -i ../systemd-fallback.patch
+  gnome-autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-settings-daemon --disable-static \
+  --enable-systemd
+
+  

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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:45:52
  Author: jgc
Revision: 156261

upgpkg: libthai 0.1.17-1

Update to 0.1.17

Modified:
  libthai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 13:42:34 UTC (rev 156260)
+++ PKGBUILD2012-04-16 13:45:52 UTC (rev 156261)
@@ -3,7 +3,7 @@
 # Contributor: Chaiwat Suttipongsakul cwt...@gmail.com
 
 pkgname=libthai
-pkgver=0.1.16
+pkgver=0.1.17
 pkgrel=1
 pkgdesc=Thai language support routines
 url=http://linux.thai.net/projects/libthai;
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig')
 options=('!libtool' '!emptydirs')
 
source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('631ae09f531db6c94aedcc7ce226d6a5')
+md5sums=('d94ddbf5e5a09a911c459f0a4ad1c041')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:46:17
  Author: jgc
Revision: 156262

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-16 13:45:52 UTC (rev 156261)
+++ extra-i686/PKGBUILD 2012-04-16 13:46:17 UTC (rev 156262)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Chaiwat Suttipongsakul cwt...@gmail.com
-
-pkgname=libthai
-pkgver=0.1.16
-pkgrel=1
-pkgdesc=Thai language support routines
-url=http://linux.thai.net/projects/libthai;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libdatrie')
-makedepends=('pkgconfig')
-options=('!libtool' '!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('631ae09f531db6c94aedcc7ce226d6a5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libthai/repos/extra-i686/PKGBUILD (from rev 156261, 
libthai/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-16 13:46:17 UTC (rev 156262)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Chaiwat Suttipongsakul cwt...@gmail.com
+
+pkgname=libthai
+pkgver=0.1.17
+pkgrel=1
+pkgdesc=Thai language support routines
+url=http://linux.thai.net/projects/libthai;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libdatrie')
+makedepends=('pkgconfig')
+options=('!libtool' '!emptydirs')
+source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d94ddbf5e5a09a911c459f0a4ad1c041')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-16 13:45:52 UTC (rev 156261)
+++ extra-x86_64/PKGBUILD   2012-04-16 13:46:17 UTC (rev 156262)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Chaiwat Suttipongsakul cwt...@gmail.com
-
-pkgname=libthai
-pkgver=0.1.16
-pkgrel=1
-pkgdesc=Thai language support routines
-url=http://linux.thai.net/projects/libthai;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libdatrie')
-makedepends=('pkgconfig')
-options=('!libtool' '!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('631ae09f531db6c94aedcc7ce226d6a5')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libthai/repos/extra-x86_64/PKGBUILD (from rev 156261, 
libthai/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-04-16 13:46:17 UTC (rev 156262)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Chaiwat Suttipongsakul cwt...@gmail.com
+
+pkgname=libthai
+pkgver=0.1.17
+pkgrel=1
+pkgdesc=Thai language support routines
+url=http://linux.thai.net/projects/libthai;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libdatrie')
+makedepends=('pkgconfig')
+options=('!libtool' '!emptydirs')
+source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d94ddbf5e5a09a911c459f0a4ad1c041')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:51:05
  Author: jgc
Revision: 156263

upgpkg: gnome-control-center 3.4.1-1

Update to 3.4.1

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 13:46:17 UTC (rev 156262)
+++ PKGBUILD2012-04-16 13:51:05 UTC (rev 156263)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-control-center
-pkgver=3.4.0
-pkgrel=2
+pkgver=3.4.1
+pkgrel=1
 pkgdesc=The Control Center for GNOME
 arch=('i686' 'x86_64')
 depends=('accountsservice' 'cups-pk-helper' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus'
@@ -22,7 +22,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 systemd-fallback.patch)
-sha256sums=('09dafad9afbb6e01bd29dd9186e990545ad58ede3873ba7eff7009c6ffddb254'
+sha256sums=('c6ce4ecf5b747aa33a5904b053c1c4fd18a39ddcd0908463558e8b4b40ec3fd1'
 '5fa706de582228df36dfc13eb37470e543b2f228f1fc4ad27e35a781a8779b39')
 
 build() {



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:51:33
  Author: jgc
Revision: 156264

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

Added:
  gnome-control-center/repos/testing-i686/PKGBUILD
(from rev 156263, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/testing-i686/gnome-control-center.install
(from rev 156263, gnome-control-center/trunk/gnome-control-center.install)
  gnome-control-center/repos/testing-i686/systemd-fallback.patch
(from rev 156263, gnome-control-center/trunk/systemd-fallback.patch)
  gnome-control-center/repos/testing-x86_64/PKGBUILD
(from rev 156263, gnome-control-center/trunk/PKGBUILD)
  gnome-control-center/repos/testing-x86_64/gnome-control-center.install
(from rev 156263, gnome-control-center/trunk/gnome-control-center.install)
  gnome-control-center/repos/testing-x86_64/systemd-fallback.patch
(from rev 156263, gnome-control-center/trunk/systemd-fallback.patch)
Deleted:
  gnome-control-center/repos/testing-i686/PKGBUILD
  gnome-control-center/repos/testing-i686/gnome-control-center.install
  gnome-control-center/repos/testing-i686/systemd-fallback.patch
  gnome-control-center/repos/testing-x86_64/PKGBUILD
  gnome-control-center/repos/testing-x86_64/gnome-control-center.install
  gnome-control-center/repos/testing-x86_64/systemd-fallback.patch

-+
 testing-i686/PKGBUILD   |   92 +++---
 testing-i686/gnome-control-center.install   |   22 +--
 testing-i686/systemd-fallback.patch |  162 +-
 testing-x86_64/PKGBUILD |   92 +++---
 testing-x86_64/gnome-control-center.install |   22 +--
 testing-x86_64/systemd-fallback.patch   |  162 +-
 6 files changed, 276 insertions(+), 276 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 13:51:05 UTC (rev 156263)
+++ testing-i686/PKGBUILD   2012-04-16 13:51:33 UTC (rev 156264)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-control-center
-pkgver=3.4.0
-pkgrel=2
-pkgdesc=The Control Center for GNOME
-arch=('i686' 'x86_64')
-depends=('accountsservice' 'cups-pk-helper' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus'
- 'gnome-online-accounts' 'gnome-settings-daemon' 
'gsettings-desktop-schemas' 'gtk3'
- 'libgtop' 'libsocialweb' 'network-manager-applet' 
'sound-theme-freedesktop' 'upower'
- 'libsystemd' 'cheese')
-optdepends=('mesa-demos: provides glxinfo for graphics information'
-'apg: adds password generation for user accounts'
-'gnome-color-manager: for color management tasks')
-makedepends=('gnome-doc-utils' 'intltool' 'gnome-common')
-url=http://www.gnome.org;
-groups=('gnome')
-install=gnome-control-center.install
-license=('GPL')
-options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-systemd-fallback.patch)
-sha256sums=('09dafad9afbb6e01bd29dd9186e990545ad58ede3873ba7eff7009c6ffddb254'
-'5fa706de582228df36dfc13eb37470e543b2f228f1fc4ad27e35a781a8779b39')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  patch -Np1 -i ../systemd-fallback.patch
-  gnome-autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd --with-libsocialweb \
-  --disable-update-mimedb
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-control-center/repos/testing-i686/PKGBUILD (from rev 156263, 
gnome-control-center/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 13:51:33 UTC (rev 156264)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-control-center
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=The Control Center for GNOME
+arch=('i686' 'x86_64')
+depends=('accountsservice' 'cups-pk-helper' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus'
+ 'gnome-online-accounts' 'gnome-settings-daemon' 
'gsettings-desktop-schemas' 'gtk3'
+ 'libgtop' 'libsocialweb' 'network-manager-applet' 
'sound-theme-freedesktop' 'upower'
+ 'libsystemd' 'cheese')
+optdepends=('mesa-demos: provides glxinfo for graphics information'
+'apg: adds password generation 

[arch-commits] Commit in openjpeg/trunk (PKGBUILD openjpeg-1.4-autoconf.patch)

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 10:12:17
  Author: jgc
Revision: 156265

upgpkg: openjpeg 1.5.0-1

Update to 1.5.0

Modified:
  openjpeg/trunk/PKGBUILD
Deleted:
  openjpeg/trunk/openjpeg-1.4-autoconf.patch

-+
 PKGBUILD|   22 ---
 openjpeg-1.4-autoconf.patch |   78 --
 2 files changed, 8 insertions(+), 92 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 13:51:33 UTC (rev 156264)
+++ PKGBUILD2012-04-16 14:12:17 UTC (rev 156265)
@@ -2,34 +2,28 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=openjpeg
-pkgver=1.4
-_pkgver=v1_4
-_revision=r697
+pkgver=1.5.0
 pkgrel=1
 pkgdesc=An open source JPEG 2000 codec
 arch=(i686 x86_64)
 license=('BSD')
 url=http://www.openjpeg.org;
 depends=('zlib')
-source=(http://openjpeg.googlecode.com/files/openjpeg_${_pkgver}_sources_${_revision}.tgz
-   openjpeg-1.4-autoconf.patch)
-md5sums=('7870bb84e810dec63fcf3b712ebb93db'
- '46d1d26b59ce546444f3fe8d7c685775')
+options=('!libtool')
+source=(http://openjpeg.googlecode.com/files/openjpeg-${pkgver}.tar.gz)
+sha1sums=('dce705ae45f137e4698a8cf39d1fbf22bc434fa8')
 
-options=('!makeflags' '!libtool')
-
 build() {
-  cd ${srcdir}/${pkgname}_${_pkgver}_sources_${_revision}
-  patch -Np1 -i ${srcdir}/openjpeg-1.4-autoconf.patch
+  cd ${srcdir}/${pkgname}-${pkgver}
   # make sure we use system libs
-  rm -rf libs
+  rm -rf thirtparty
   ./configure --prefix=/usr \
-   --disable-static
+   --disable-static --disable-silent-rules
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}_${_pkgver}_sources_${_revision}
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -m755 -d ${pkgdir}/usr/share/licenses/openjpeg
   install -m644 LICENSE ${pkgdir}/usr/share/licenses/openjpeg/LICENSE

Deleted: openjpeg-1.4-autoconf.patch
===
--- openjpeg-1.4-autoconf.patch 2012-04-16 13:51:33 UTC (rev 156264)
+++ openjpeg-1.4-autoconf.patch 2012-04-16 14:12:17 UTC (rev 156265)
@@ -1,78 +0,0 @@
-diff -up openjpeg_v1_4_sources_r697/doc/Makefile.am.autoconf_DESTDIR 
openjpeg_v1_4_sources_r697/doc/Makefile.am
 openjpeg_v1_4_sources_r697/doc/Makefile.am.autoconf_DESTDIR
2011-01-02 12:14:47.0 -0600
-+++ openjpeg_v1_4_sources_r697/doc/Makefile.am 2011-01-12 12:12:20.959518549 
-0600
-@@ -20,30 +20,30 @@ all-local:
-   @cp man/man3/* .
- 
- install-data-hook:
--  $(INSTALL) -d $(doc_dir)
--  $(INSTALL) -d ${mandir}/man1 ${mandir}/man3
-+  $(INSTALL) -d $(DESTDIR)$(doc_dir)
-+  $(INSTALL) -d $(DESTDIR)${mandir}/man1 $(DESTDIR)${mandir}/man3
- if with_libjpwl
--  @(cd ${mandir}/man1  $(RM) JPWL_image_to_j2k* JPWL_j2k_to_image*)
--  @(cd ${mandir}/man3  $(RM) JPWL_libopenjpeg* )
-+  @(cd $(DESTDIR)${mandir}/man1  $(RM) JPWL_image_to_j2k* 
JPWL_j2k_to_image*)
-+  @(cd $(DESTDIR)${mandir}/man3  $(RM) JPWL_libopenjpeg* )
- endif
--  @(cd ${mandir}/man1  $(RM) image_to_j2k* j2k_to_image* j2k_dump* )
--  @(cd ${mandir}/man3  $(RM) libopenjpeg* )
-+  @(cd $(DESTDIR)${mandir}/man1  $(RM) image_to_j2k* j2k_to_image* 
j2k_dump* )
-+  @(cd $(DESTDIR)${mandir}/man3  $(RM) libopenjpeg* )
-   @gzip -f image_to_j2k.1 j2k_to_image.1 j2k_dump.1 libopenjpeg.3
--  @cp image_to_j2k.1.gz j2k_to_image.1.gz j2k_dump.1.gz ${mandir}/man1
--  @cp libopenjpeg.3.gz ${mandir}/man3
-+  @cp image_to_j2k.1.gz j2k_to_image.1.gz j2k_dump.1.gz 
$(DESTDIR)${mandir}/man1
-+  @cp libopenjpeg.3.gz $(DESTDIR)${mandir}/man3
-   @$(RM) *\.gz
- if with_libjpwl
--  @(cd ${mandir}/man1  \
-+  @(cd $(DESTDIR)${mandir}/man1  \
-   $(LN_S) image_to_j2k.1.gz JPWL_image_to_j2k.1.gz  \
-   $(LN_S) j2k_to_image.1.gz JPWL_j2k_to_image.1.gz)
-   @(cd ${mandir}/man3  $(LN_S) libopenjpeg.3.gz JPWL_libopenjpeg.3.gz)
- endif
--  @$(INSTALL) -m 644 ../LICENSE ../CHANGES $(doc_dir)
-+  @$(INSTALL) -m 644 ../LICENSE ../CHANGES $(DESTDIR)$(doc_dir)
- 
- uninstall-hook:
--  @(cd ${mandir}/man1  $(RM) JPWL_image_to_j2k* JPWL_j2k_to_image*  \
-+  @(cd $(DESTDIR)${mandir}/man1  $(RM) JPWL_image_to_j2k* 
JPWL_j2k_to_image*  \
-   $(RM) image_to_j2k* j2k_to_image* j2k_dump* )
--  @(cd ${mandir}/man3  $(RM) JPWL_libopenjpeg*  \
-+  @(cd $(DESTDIR)${mandir}/man3  $(RM) JPWL_libopenjpeg*  \
-   $(RM) libopenjpeg* )
--  @(cd $(doc_dir)  $(RM) * )
--  @rmdir $(doc_dir)
-+  @(cd $(DESTDIR)$(doc_dir)  $(RM) * )
-+  @rmdir $(DESTDIR)$(doc_dir)
-diff -up openjpeg_v1_4_sources_r697/Makefile.am.autoconf_DESTDIR 
openjpeg_v1_4_sources_r697/Makefile.am
 openjpeg_v1_4_sources_r697/Makefile.am.autoconf_DESTDIR2011-01-02 
12:14:55.0 -0600
-+++ openjpeg_v1_4_sources_r697/Makefile.am 2011-01-12 12:15:37.006321242 
-0600
-@@ -9,7 +9,7 @@ clean-local:
- 
- distclean-local: 

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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 10:12:28
  Author: jgc
Revision: 156266

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

Added:
  openjpeg/repos/extra-i686/PKGBUILD
(from rev 156265, openjpeg/trunk/PKGBUILD)
  openjpeg/repos/extra-x86_64/PKGBUILD
(from rev 156265, openjpeg/trunk/PKGBUILD)
Deleted:
  openjpeg/repos/extra-i686/PKGBUILD
  openjpeg/repos/extra-i686/openjpeg-1.4-autoconf.patch
  openjpeg/repos/extra-x86_64/PKGBUILD
  openjpeg/repos/extra-x86_64/openjpeg-1.4-autoconf.patch

--+
 extra-i686/PKGBUILD  |   66 +++-
 extra-i686/openjpeg-1.4-autoconf.patch   |   78 -
 extra-x86_64/PKGBUILD|   66 +++-
 extra-x86_64/openjpeg-1.4-autoconf.patch |   78 -
 4 files changed, 60 insertions(+), 228 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-16 14:12:17 UTC (rev 156265)
+++ extra-i686/PKGBUILD 2012-04-16 14:12:28 UTC (rev 156266)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=openjpeg
-pkgver=1.4
-_pkgver=v1_4
-_revision=r697
-pkgrel=1
-pkgdesc=An open source JPEG 2000 codec
-arch=(i686 x86_64)
-license=('BSD')
-url=http://www.openjpeg.org;
-depends=('zlib')
-source=(http://openjpeg.googlecode.com/files/openjpeg_${_pkgver}_sources_${_revision}.tgz
-   openjpeg-1.4-autoconf.patch)
-md5sums=('7870bb84e810dec63fcf3b712ebb93db'
- '46d1d26b59ce546444f3fe8d7c685775')
-
-options=('!makeflags' '!libtool')
-
-build() {
-  cd ${srcdir}/${pkgname}_${_pkgver}_sources_${_revision}
-  patch -Np1 -i ${srcdir}/openjpeg-1.4-autoconf.patch
-  # make sure we use system libs
-  rm -rf libs
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}_${_pkgver}_sources_${_revision}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/openjpeg
-  install -m644 LICENSE ${pkgdir}/usr/share/licenses/openjpeg/LICENSE
-}

Copied: openjpeg/repos/extra-i686/PKGBUILD (from rev 156265, 
openjpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-16 14:12:28 UTC (rev 156266)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=openjpeg
+pkgver=1.5.0
+pkgrel=1
+pkgdesc=An open source JPEG 2000 codec
+arch=(i686 x86_64)
+license=('BSD')
+url=http://www.openjpeg.org;
+depends=('zlib')
+options=('!libtool')
+source=(http://openjpeg.googlecode.com/files/openjpeg-${pkgver}.tar.gz)
+sha1sums=('dce705ae45f137e4698a8cf39d1fbf22bc434fa8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # make sure we use system libs
+  rm -rf thirtparty
+  ./configure --prefix=/usr \
+   --disable-static --disable-silent-rules
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/openjpeg
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/openjpeg/LICENSE
+}

Deleted: extra-i686/openjpeg-1.4-autoconf.patch
===
--- extra-i686/openjpeg-1.4-autoconf.patch  2012-04-16 14:12:17 UTC (rev 
156265)
+++ extra-i686/openjpeg-1.4-autoconf.patch  2012-04-16 14:12:28 UTC (rev 
156266)
@@ -1,78 +0,0 @@
-diff -up openjpeg_v1_4_sources_r697/doc/Makefile.am.autoconf_DESTDIR 
openjpeg_v1_4_sources_r697/doc/Makefile.am
 openjpeg_v1_4_sources_r697/doc/Makefile.am.autoconf_DESTDIR
2011-01-02 12:14:47.0 -0600
-+++ openjpeg_v1_4_sources_r697/doc/Makefile.am 2011-01-12 12:12:20.959518549 
-0600
-@@ -20,30 +20,30 @@ all-local:
-   @cp man/man3/* .
- 
- install-data-hook:
--  $(INSTALL) -d $(doc_dir)
--  $(INSTALL) -d ${mandir}/man1 ${mandir}/man3
-+  $(INSTALL) -d $(DESTDIR)$(doc_dir)
-+  $(INSTALL) -d $(DESTDIR)${mandir}/man1 $(DESTDIR)${mandir}/man3
- if with_libjpwl
--  @(cd ${mandir}/man1  $(RM) JPWL_image_to_j2k* JPWL_j2k_to_image*)
--  @(cd ${mandir}/man3  $(RM) JPWL_libopenjpeg* )
-+  @(cd $(DESTDIR)${mandir}/man1  $(RM) JPWL_image_to_j2k* 
JPWL_j2k_to_image*)
-+  @(cd $(DESTDIR)${mandir}/man3  $(RM) JPWL_libopenjpeg* )
- endif
--  @(cd ${mandir}/man1  $(RM) image_to_j2k* j2k_to_image* j2k_dump* )
--  @(cd ${mandir}/man3  $(RM) libopenjpeg* )
-+  @(cd $(DESTDIR)${mandir}/man1  $(RM) image_to_j2k* j2k_to_image* 
j2k_dump* )
-+  @(cd $(DESTDIR)${mandir}/man3  $(RM) libopenjpeg* )
-   @gzip -f image_to_j2k.1 j2k_to_image.1 j2k_dump.1 libopenjpeg.3
--  @cp image_to_j2k.1.gz j2k_to_image.1.gz j2k_dump.1.gz ${mandir}/man1
--  @cp libopenjpeg.3.gz ${mandir}/man3
-+  @cp image_to_j2k.1.gz j2k_to_image.1.gz j2k_dump.1.gz 
$(DESTDIR)${mandir}/man1
-+  @cp libopenjpeg.3.gz 

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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 10:21:37
  Author: jgc
Revision: 156267

upgpkg: iso-codes 3.34-1

Update to 3.34

Modified:
  iso-codes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 14:12:28 UTC (rev 156266)
+++ PKGBUILD2012-04-16 14:21:37 UTC (rev 156267)
@@ -2,15 +2,15 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=iso-codes
-pkgver=3.32
+pkgver=3.34
 pkgrel=1
 pkgdesc=Lists of the country, language, and currency names
 arch=('any')
 url=http://pkg-isocodes.alioth.debian.org/;
 license=('LGPL')
 
source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('32c8e19258796b38af79a15d658e40e7'
- '01cca4ffe8b31321c12db830be7b2ecd')
+md5sums=('6f86172dc7b1021a395887f44474ad61'
+ '7b7a39398c2d4576c5bf3158f87dfe46')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in iso-codes/repos/extra-any (PKGBUILD PKGBUILD)

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 10:21:44
  Author: jgc
Revision: 156268

archrelease: copy trunk to extra-any

Added:
  iso-codes/repos/extra-any/PKGBUILD
(from rev 156267, iso-codes/trunk/PKGBUILD)
Deleted:
  iso-codes/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-04-16 14:21:37 UTC (rev 156267)
+++ PKGBUILD2012-04-16 14:21:44 UTC (rev 156268)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=iso-codes
-pkgver=3.32
-pkgrel=1
-pkgdesc=Lists of the country, language, and currency names
-arch=('any')
-url=http://pkg-isocodes.alioth.debian.org/;
-license=('LGPL')
-source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('32c8e19258796b38af79a15d658e40e7'
- '01cca4ffe8b31321c12db830be7b2ecd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
-}

Copied: iso-codes/repos/extra-any/PKGBUILD (from rev 156267, 
iso-codes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-04-16 14:21:44 UTC (rev 156268)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=iso-codes
+pkgver=3.34
+pkgrel=1
+pkgdesc=Lists of the country, language, and currency names
+arch=('any')
+url=http://pkg-isocodes.alioth.debian.org/;
+license=('LGPL')
+source=(http://pkg-isocodes.alioth.debian.org/downloads/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('6f86172dc7b1021a395887f44474ad61'
+ '7b7a39398c2d4576c5bf3158f87dfe46')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir pkgconfigdir=/usr/lib/pkgconfig install
+}



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 10:29:55
  Author: jgc
Revision: 156269

upgpkg: libgphoto2 2.4.14-1

Update to 2.4.14, use 175 udev rules

Modified:
  libgphoto2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 14:21:44 UTC (rev 156268)
+++ PKGBUILD2012-04-16 14:29:55 UTC (rev 156269)
@@ -5,8 +5,8 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=libgphoto2
-pkgver=2.4.13
-pkgrel=2
+pkgver=2.4.14
+pkgrel=1
 pkgdesc=The core library of gphoto2, designed to allow access to digital 
camera by external programs.
 arch=(i686 x86_64)
 url=http://www.gphoto.org;
@@ -15,6 +15,7 @@
 install=libgphoto2.install
 options=('libtool')
 source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz)
+md5sums=('492bec63dd610906c3a28030be77e650')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -34,10 +35,9 @@
   install -m755 -d ${pkgdir}/usr/lib/udev/rules.d
   LD_LIBRARY_PATH=${pkgdir}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
   CAMLIBS=${pkgdir}/usr/lib/libgphoto2/${pkgver} \
-  ${pkgdir}/usr/lib/libgphoto2/print-camera-list udev-rules version 136 
 \
+  ${pkgdir}/usr/lib/libgphoto2/print-camera-list udev-rules version 175 
 \
   ${pkgdir}/usr/lib/udev/rules.d/40-gphoto.rules
 
   # Remove recursive symlink
   rm -f ${pkgdir}/usr/include/gphoto2/gphoto2
 }
-md5sums=('7d8a1d3ae02069af381f07a0bb4bfc15')



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 10:30:06
  Author: jgc
Revision: 156270

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

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

-+
 extra-i686/PKGBUILD |   86 +++---
 extra-i686/libgphoto2.install   |   12 ++---
 extra-x86_64/PKGBUILD   |   86 +++---
 extra-x86_64/libgphoto2.install |   12 ++---
 4 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-16 14:29:55 UTC (rev 156269)
+++ extra-i686/PKGBUILD 2012-04-16 14:30:06 UTC (rev 156270)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tom Gundersen t...@jklm.no
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=libgphoto2
-pkgver=2.4.13
-pkgrel=2
-pkgdesc=The core library of gphoto2, designed to allow access to digital 
camera by external programs.
-arch=(i686 x86_64)
-url=http://www.gphoto.org;
-license=(LGPL)
-depends=('libexif' 'libjpeg=8' 'gd' 'libltdl' 'libusb-compat' 'libusb')
-install=libgphoto2.install
-options=('libtool')
-source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure \
-   --prefix=/usr \
-   --disable-rpath
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # Remove unused udev helper
-  rm -rf ${pkgdir}/usr/lib/udev
-
-  install -m755 -d ${pkgdir}/usr/lib/udev/rules.d
-  LD_LIBRARY_PATH=${pkgdir}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
-  CAMLIBS=${pkgdir}/usr/lib/libgphoto2/${pkgver} \
-  ${pkgdir}/usr/lib/libgphoto2/print-camera-list udev-rules version 136 
 \
-  ${pkgdir}/usr/lib/udev/rules.d/40-gphoto.rules
-
-  # Remove recursive symlink
-  rm -f ${pkgdir}/usr/include/gphoto2/gphoto2
-}
-md5sums=('7d8a1d3ae02069af381f07a0bb4bfc15')

Copied: libgphoto2/repos/extra-i686/PKGBUILD (from rev 156269, 
libgphoto2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-16 14:30:06 UTC (rev 156270)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Eduardo Romero edua...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=libgphoto2
+pkgver=2.4.14
+pkgrel=1
+pkgdesc=The core library of gphoto2, designed to allow access to digital 
camera by external programs.
+arch=(i686 x86_64)
+url=http://www.gphoto.org;
+license=(LGPL)
+depends=('libexif' 'libjpeg=8' 'gd' 'libltdl' 'libusb-compat' 'libusb')
+install=libgphoto2.install
+options=('libtool')
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.gz)
+md5sums=('492bec63dd610906c3a28030be77e650')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure \
+   --prefix=/usr \
+   --disable-rpath
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Remove unused udev helper
+  rm -rf ${pkgdir}/usr/lib/udev
+
+  install -m755 -d ${pkgdir}/usr/lib/udev/rules.d
+  LD_LIBRARY_PATH=${pkgdir}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH \
+  CAMLIBS=${pkgdir}/usr/lib/libgphoto2/${pkgver} \
+  ${pkgdir}/usr/lib/libgphoto2/print-camera-list udev-rules version 175 
 \
+  ${pkgdir}/usr/lib/udev/rules.d/40-gphoto.rules
+
+  # Remove recursive symlink
+  rm -f ${pkgdir}/usr/include/gphoto2/gphoto2
+}

Deleted: extra-i686/libgphoto2.install
===
--- extra-i686/libgphoto2.install   2012-04-16 14:29:55 UTC (rev 156269)
+++ extra-i686/libgphoto2.install   2012-04-16 14:30:06 UTC (rev 156270)
@@ -1,6 +0,0 @@
-post_upgrade() {
-if [ $(vercmp $2 2.14.13) -lt 0 ]; then
-  groupdel camera /dev/null
-  echo Users no longer need to be in the 'camera' group to use camera devices
-fi
-}

Copied: libgphoto2/repos/extra-i686/libgphoto2.install (from rev 156269, 
libgphoto2/trunk/libgphoto2.install)
===
--- extra-i686/libgphoto2.install   (rev 0)
+++ 

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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 10:41:11
  Author: jgc
Revision: 156271

upgpkg: gphoto2 2.4.14-1

Update to 2.4.14

Modified:
  gphoto2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 14:30:06 UTC (rev 156270)
+++ PKGBUILD2012-04-16 14:41:11 UTC (rev 156271)
@@ -3,15 +3,15 @@
 # Contributor: Eduardo Romero edua...@archlinux.org
 # Contributor: Jason Chu ja...@archlinux.org
 pkgname=gphoto2
-pkgver=2.4.11
+pkgver=2.4.14
 pkgrel=1
 pkgdesc=A digital camera download and access program.
 arch=(i686 x86_64)
 url=http://www.gphoto.org;
 license=('GPL' 'LGPL')
-depends=('libgphoto2=2.4.11' 'popt' 'aalib' 'readline')
+depends=('libgphoto2=2.4.14' 'popt' 'readline')
 source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2635075f702b40eb2e95a80658bd4773')
+md5sums=('60fd6e44d89592f6172227be67227636')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 10:41:22
  Author: jgc
Revision: 156272

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-16 14:41:11 UTC (rev 156271)
+++ extra-i686/PKGBUILD 2012-04-16 14:41:22 UTC (rev 156272)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-pkgname=gphoto2
-pkgver=2.4.11
-pkgrel=1
-pkgdesc=A digital camera download and access program.
-arch=(i686 x86_64)
-url=http://www.gphoto.org;
-license=('GPL' 'LGPL')
-depends=('libgphoto2=2.4.11' 'popt' 'aalib' 'readline')
-source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2635075f702b40eb2e95a80658bd4773')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gphoto2/repos/extra-i686/PKGBUILD (from rev 156271, 
gphoto2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-16 14:41:22 UTC (rev 156272)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Eduardo Romero edua...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+pkgname=gphoto2
+pkgver=2.4.14
+pkgrel=1
+pkgdesc=A digital camera download and access program.
+arch=(i686 x86_64)
+url=http://www.gphoto.org;
+license=('GPL' 'LGPL')
+depends=('libgphoto2=2.4.14' 'popt' 'readline')
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('60fd6e44d89592f6172227be67227636')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-16 14:41:11 UTC (rev 156271)
+++ extra-x86_64/PKGBUILD   2012-04-16 14:41:22 UTC (rev 156272)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Jason Chu ja...@archlinux.org
-pkgname=gphoto2
-pkgver=2.4.11
-pkgrel=1
-pkgdesc=A digital camera download and access program.
-arch=(i686 x86_64)
-url=http://www.gphoto.org;
-license=('GPL' 'LGPL')
-depends=('libgphoto2=2.4.11' 'popt' 'aalib' 'readline')
-source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2635075f702b40eb2e95a80658bd4773')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gphoto2/repos/extra-x86_64/PKGBUILD (from rev 156271, 
gphoto2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-04-16 14:41:22 UTC (rev 156272)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Eduardo Romero edua...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+pkgname=gphoto2
+pkgver=2.4.14
+pkgrel=1
+pkgdesc=A digital camera download and access program.
+arch=(i686 x86_64)
+url=http://www.gphoto.org;
+license=('GPL' 'LGPL')
+depends=('libgphoto2=2.4.14' 'popt' 'readline')
+source=(http://downloads.sourceforge.net/gphoto/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('60fd6e44d89592f6172227be67227636')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 10:45:10
  Author: jgc
Revision: 156273

upgpkg: libgnome-keyring 3.4.1-1

Update to 3.4.1

Modified:
  libgnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 14:41:22 UTC (rev 156272)
+++ PKGBUILD2012-04-16 14:45:10 UTC (rev 156273)
@@ -2,7 +2,7 @@
 #Maintainer: Jan De Groot j...@archlinux.org
 
 pkgname=libgnome-keyring
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=GNOME keyring client library
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 options=('!libtool' '!emptydirs')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('60cc0728fd9c1c10c62b05abec24037ca616931e167b658ed78ec93ede2d3f7a')
+sha256sums=('e74a3e4521767fe5f05cc97cda8a355239567d9763ec628280ede8c2a4a379e8')
 
 build() {
   cd $pkgname-$pkgver



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 10:45:21
  Author: jgc
Revision: 156274

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

Added:
  libgnome-keyring/repos/testing-i686/PKGBUILD
(from rev 156273, libgnome-keyring/trunk/PKGBUILD)
  libgnome-keyring/repos/testing-x86_64/PKGBUILD
(from rev 156273, libgnome-keyring/trunk/PKGBUILD)
Deleted:
  libgnome-keyring/repos/testing-i686/PKGBUILD
  libgnome-keyring/repos/testing-x86_64/PKGBUILD

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

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

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

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

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



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 10:55:55
  Author: jgc
Revision: 156275

upgpkg: gthumb 2.90.3-1

Update to 2.90.3

Modified:
  gthumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 14:45:21 UTC (rev 156274)
+++ PKGBUILD2012-04-16 14:55:55 UTC (rev 156275)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Kieslich tob...@justdreams.de
 
 pkgname=gthumb
-pkgver=2.90.2
+pkgver=2.90.3
 pkgrel=1
 pkgdesc=Image browser and viewer for the GNOME Desktop
 arch=(i686 x86_64)
@@ -23,7 +23,7 @@
 options=('!libtool' '!emptydirs')
 install=gthumb.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('29a961ede929c172723cb5550977e4bf7cda4921228ed1ddafba09cc6bae4424')
+sha256sums=('6f3f5566e7f903b798d8c9e90423e381e198d620b88d4fdd72492058a4cb7db0')
 
 build() {
   cd $pkgname-$pkgver



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 10:56:09
  Author: jgc
Revision: 156276

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

Added:
  gthumb/repos/testing-i686/PKGBUILD
(from rev 156275, gthumb/trunk/PKGBUILD)
  gthumb/repos/testing-i686/gthumb.install
(from rev 156275, gthumb/trunk/gthumb.install)
  gthumb/repos/testing-x86_64/PKGBUILD
(from rev 156275, gthumb/trunk/PKGBUILD)
  gthumb/repos/testing-x86_64/gthumb.install
(from rev 156275, gthumb/trunk/gthumb.install)
Deleted:
  gthumb/repos/testing-i686/PKGBUILD
  gthumb/repos/testing-i686/gthumb.install
  gthumb/repos/testing-x86_64/PKGBUILD
  gthumb/repos/testing-x86_64/gthumb.install

---+
 testing-i686/PKGBUILD |   86 
 testing-i686/gthumb.install   |   38 -
 testing-x86_64/PKGBUILD   |   86 
 testing-x86_64/gthumb.install |   38 -
 4 files changed, 124 insertions(+), 124 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 14:55:55 UTC (rev 156275)
+++ testing-i686/PKGBUILD   2012-04-16 14:56:09 UTC (rev 156276)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-
-pkgname=gthumb
-pkgver=2.90.2
-pkgrel=1
-pkgdesc=Image browser and viewer for the GNOME Desktop
-arch=(i686 x86_64)
-license=('GPL')
-url=http://live.gnome.org/gthumb;
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'dconf' 'librsvg' 
'clutter-gtk'
- 'gstreamer0.10-base')
-makedepends=('intltool' 'gnome-doc-utils' 'libchamplain' 'libopenraw' 'exiv2' 
'libsoup-gnome'
- 'brasero' 'librsvg' 'libopenraw' 'liboauth')
-optdepends=('libopenraw: read RAW files'
-'exiv2: metadata support'
-'libchamplain: map viewer'
-'brasero: burn discs'
-'libsoup-gnome: web albums'
-'liboauth: web albums')
-options=('!libtool' '!emptydirs')
-install=gthumb.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('29a961ede929c172723cb5550977e4bf7cda4921228ed1ddafba09cc6bae4424')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-libchamplain --enable-libopenraw
-  
-  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: gthumb/repos/testing-i686/PKGBUILD (from rev 156275, 
gthumb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 14:56:09 UTC (rev 156276)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=gthumb
+pkgver=2.90.3
+pkgrel=1
+pkgdesc=Image browser and viewer for the GNOME Desktop
+arch=(i686 x86_64)
+license=('GPL')
+url=http://live.gnome.org/gthumb;
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'dconf' 'librsvg' 
'clutter-gtk'
+ 'gstreamer0.10-base')
+makedepends=('intltool' 'gnome-doc-utils' 'libchamplain' 'libopenraw' 'exiv2' 
'libsoup-gnome'
+ 'brasero' 'librsvg' 'libopenraw' 'liboauth')
+optdepends=('libopenraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'libsoup-gnome: web albums'
+'liboauth: web albums')
+options=('!libtool' '!emptydirs')
+install=gthumb.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6f3f5566e7f903b798d8c9e90423e381e198d620b88d4fdd72492058a4cb7db0')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-libchamplain --enable-libopenraw
+  
+  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: testing-i686/gthumb.install
===
--- testing-i686/gthumb.install 2012-04-16 

[arch-commits] Commit in xf86-video-intel/repos (testing-x86_64)

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 10:57:15
  Author: jgc
Revision: 156277

db-remove: xf86-video-intel removed by jgc

Deleted:
  xf86-video-intel/repos/testing-x86_64/



[arch-commits] Commit in xf86-video-intel/repos (testing-i686)

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 10:57:22
  Author: jgc
Revision: 156278

db-remove: xf86-video-intel removed by jgc

Deleted:
  xf86-video-intel/repos/testing-i686/



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 11:15:16
  Author: jgc
Revision: 156279

upgpkg: totem-plparser 3.4.1-1

Update to 3.4.1

Modified:
  totem-plparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 14:57:22 UTC (rev 156278)
+++ PKGBUILD2012-04-16 15:15:16 UTC (rev 156279)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=totem-plparser
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 url=http://www.gnome.org;
 pkgdesc=Totem playlist parser library
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'gobject-introspection')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
-sha256sums=('a9c9dd1c815f0a407546dd209c209284a846ae2978a82faf2b8d72e86a3b8cc7')
+sha256sums=('00b5b6c7a7a3679a1e4b03146eab71cb387a71f5c0c8c16a7c24697b9f56a192')
 
 build() {
   cd totem-pl-parser-$pkgver



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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 11:15:27
  Author: jgc
Revision: 156280

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

Added:
  totem-plparser/repos/testing-i686/PKGBUILD
(from rev 156279, totem-plparser/trunk/PKGBUILD)
  totem-plparser/repos/testing-x86_64/PKGBUILD
(from rev 156279, totem-plparser/trunk/PKGBUILD)
Deleted:
  totem-plparser/repos/testing-i686/PKGBUILD
  totem-plparser/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 15:15:16 UTC (rev 156279)
+++ testing-i686/PKGBUILD   2012-04-16 15:15:27 UTC (rev 156280)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=totem-plparser
-pkgver=3.4.0
-pkgrel=1
-url=http://www.gnome.org;
-pkgdesc=Totem playlist parser library
-license=('LGPL')
-arch=(i686 x86_64)
-depends=('gmime' 'libsoup-gnome' 'libarchive' 'libquvi')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
-sha256sums=('a9c9dd1c815f0a407546dd209c209284a846ae2978a82faf2b8d72e86a3b8cc7')
-
-build() {
-  cd totem-pl-parser-$pkgver
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --disable-static
-  make
-}
-
-package(){
-  cd totem-pl-parser-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: totem-plparser/repos/testing-i686/PKGBUILD (from rev 156279, 
totem-plparser/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 15:15:27 UTC (rev 156280)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=totem-plparser
+pkgver=3.4.1
+pkgrel=1
+url=http://www.gnome.org;
+pkgdesc=Totem playlist parser library
+license=('LGPL')
+arch=(i686 x86_64)
+depends=('gmime' 'libsoup-gnome' 'libarchive' 'libquvi')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
+sha256sums=('00b5b6c7a7a3679a1e4b03146eab71cb387a71f5c0c8c16a7c24697b9f56a192')
+
+build() {
+  cd totem-pl-parser-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-static
+  make
+}
+
+package(){
+  cd totem-pl-parser-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-04-16 15:15:16 UTC (rev 156279)
+++ testing-x86_64/PKGBUILD 2012-04-16 15:15:27 UTC (rev 156280)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=totem-plparser
-pkgver=3.4.0
-pkgrel=1
-url=http://www.gnome.org;
-pkgdesc=Totem playlist parser library
-license=('LGPL')
-arch=(i686 x86_64)
-depends=('gmime' 'libsoup-gnome' 'libarchive' 'libquvi')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
-sha256sums=('a9c9dd1c815f0a407546dd209c209284a846ae2978a82faf2b8d72e86a3b8cc7')
-
-build() {
-  cd totem-pl-parser-$pkgver
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --disable-static
-  make
-}
-
-package(){
-  cd totem-pl-parser-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: totem-plparser/repos/testing-x86_64/PKGBUILD (from rev 156279, 
totem-plparser/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-16 15:15:27 UTC (rev 156280)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=totem-plparser
+pkgver=3.4.1
+pkgrel=1
+url=http://www.gnome.org;
+pkgdesc=Totem playlist parser library
+license=('LGPL')
+arch=(i686 x86_64)
+depends=('gmime' 'libsoup-gnome' 'libarchive' 'libquvi')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz)
+sha256sums=('00b5b6c7a7a3679a1e4b03146eab71cb387a71f5c0c8c16a7c24697b9f56a192')
+
+build() {
+  cd 

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

2012-04-16 Thread andyrtr
Date: Monday, April 16, 2012 @ 11:18:38
  Author: andyrtr
Revision: 156281

upgpkg: xorg-xinput 1.5.99.901-1

upstream updates 1.5.99.901

Modified:
  xorg-xinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 15:15:27 UTC (rev 156280)
+++ PKGBUILD2012-04-16 15:18:38 UTC (rev 156281)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xorg-xinput
-pkgver=1.5.99.1
+pkgver=1.5.99.901
 pkgrel=1
 pkgdesc=Small commandline tool to configure devices
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros' 'inputproto')
 groups=('xorg-apps' 'xorg')
 
source=(http://xorg.freedesktop.org/archive/individual/app/xinput-${pkgver}.tar.bz2)
-sha1sums=('f979d9a4005d71db7e58064dff6ca6738bd9a345')
+sha1sums=('bc99cddeac306a23ad96f35d8ff3314d7e45d460')
 
 build() {
   cd ${srcdir}/xinput-${pkgver}



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

2012-04-16 Thread andyrtr
Date: Monday, April 16, 2012 @ 11:19:19
  Author: andyrtr
Revision: 156282

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

Added:
  xorg-xinput/repos/extra-i686/PKGBUILD
(from rev 156281, xorg-xinput/trunk/PKGBUILD)
  xorg-xinput/repos/extra-x86_64/PKGBUILD
(from rev 156281, xorg-xinput/trunk/PKGBUILD)
Deleted:
  xorg-xinput/repos/extra-i686/PKGBUILD
  xorg-xinput/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-16 15:18:38 UTC (rev 156281)
+++ extra-i686/PKGBUILD 2012-04-16 15:19:19 UTC (rev 156282)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xinput
-pkgver=1.5.99.1
-pkgrel=1
-pkgdesc=Small commandline tool to configure devices
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11' 'libxi=1.5.99.2' 'xorg-xrandr' 'libxinerama')
-makedepends=('xorg-util-macros' 'inputproto')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xinput-${pkgver}.tar.bz2)
-sha1sums=('f979d9a4005d71db7e58064dff6ca6738bd9a345')
-
-build() {
-  cd ${srcdir}/xinput-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xinput-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-xinput/repos/extra-i686/PKGBUILD (from rev 156281, 
xorg-xinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-16 15:19:19 UTC (rev 156282)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xinput
+pkgver=1.5.99.901
+pkgrel=1
+pkgdesc=Small commandline tool to configure devices
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxi=1.5.99.2' 'xorg-xrandr' 'libxinerama')
+makedepends=('xorg-util-macros' 'inputproto')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xinput-${pkgver}.tar.bz2)
+sha1sums=('bc99cddeac306a23ad96f35d8ff3314d7e45d460')
+
+build() {
+  cd ${srcdir}/xinput-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xinput-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-16 15:18:38 UTC (rev 156281)
+++ extra-x86_64/PKGBUILD   2012-04-16 15:19:19 UTC (rev 156282)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xorg-xinput
-pkgver=1.5.99.1
-pkgrel=1
-pkgdesc=Small commandline tool to configure devices
-arch=(i686 x86_64)
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('libx11' 'libxi=1.5.99.2' 'xorg-xrandr' 'libxinerama')
-makedepends=('xorg-util-macros' 'inputproto')
-groups=('xorg-apps' 'xorg')
-source=(http://xorg.freedesktop.org/archive/individual/app/xinput-${pkgver}.tar.bz2)
-sha1sums=('f979d9a4005d71db7e58064dff6ca6738bd9a345')
-
-build() {
-  cd ${srcdir}/xinput-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xinput-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xorg-xinput/repos/extra-x86_64/PKGBUILD (from rev 156281, 
xorg-xinput/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-04-16 15:19:19 UTC (rev 156282)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xorg-xinput
+pkgver=1.5.99.901
+pkgrel=1
+pkgdesc=Small commandline tool to configure devices
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('libx11' 'libxi=1.5.99.2' 'xorg-xrandr' 'libxinerama')
+makedepends=('xorg-util-macros' 'inputproto')
+groups=('xorg-apps' 'xorg')
+source=(http://xorg.freedesktop.org/archive/individual/app/xinput-${pkgver}.tar.bz2)
+sha1sums=('bc99cddeac306a23ad96f35d8ff3314d7e45d460')
+
+build() {
+  cd ${srcdir}/xinput-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/xinput-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING 

[arch-commits] Commit in xf86-input-synaptics/trunk (PKGBUILD)

2012-04-16 Thread andyrtr
Date: Monday, April 16, 2012 @ 11:21:36
  Author: andyrtr
Revision: 156283

upgpkg: xf86-input-synaptics 1.5.99.903-1

upstream updates 1.5.99.903

Modified:
  xf86-input-synaptics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 15:19:19 UTC (rev 156282)
+++ PKGBUILD2012-04-16 15:21:36 UTC (rev 156283)
@@ -5,7 +5,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=xf86-input-synaptics
-pkgver=1.5.99.902
+pkgver=1.5.99.903
 pkgrel=1
 pkgdesc=Synaptics driver for notebook touchpads
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 backup=('etc/X11/xorg.conf.d/10-synaptics.conf')
 
source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
 10-synaptics.conf)
-sha1sums=('2170854823caf39f15f47329514fdbe620e31e96'
+sha1sums=('adb8e28a8aced2ff660a4058d35b8656ffdf46ce'
   '68e1f4ef5e1038231d210eb422fa4d18c5922f0f')
 
 build() {



[arch-commits] Commit in xf86-input-synaptics/repos (8 files)

2012-04-16 Thread andyrtr
Date: Monday, April 16, 2012 @ 11:22:10
  Author: andyrtr
Revision: 156284

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

Added:
  xf86-input-synaptics/repos/extra-i686/10-synaptics.conf
(from rev 156283, xf86-input-synaptics/trunk/10-synaptics.conf)
  xf86-input-synaptics/repos/extra-i686/PKGBUILD
(from rev 156283, xf86-input-synaptics/trunk/PKGBUILD)
  xf86-input-synaptics/repos/extra-x86_64/10-synaptics.conf
(from rev 156283, xf86-input-synaptics/trunk/10-synaptics.conf)
  xf86-input-synaptics/repos/extra-x86_64/PKGBUILD
(from rev 156283, xf86-input-synaptics/trunk/PKGBUILD)
Deleted:
  xf86-input-synaptics/repos/extra-i686/10-synaptics.conf
  xf86-input-synaptics/repos/extra-i686/PKGBUILD
  xf86-input-synaptics/repos/extra-x86_64/10-synaptics.conf
  xf86-input-synaptics/repos/extra-x86_64/PKGBUILD

+
 extra-i686/10-synaptics.conf   |   18 
 extra-i686/PKGBUILD|   86 +++
 extra-x86_64/10-synaptics.conf |   18 
 extra-x86_64/PKGBUILD  |   86 +++
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/10-synaptics.conf
===
--- extra-i686/10-synaptics.conf2012-04-16 15:21:36 UTC (rev 156283)
+++ extra-i686/10-synaptics.conf2012-04-16 15:22:10 UTC (rev 156284)
@@ -1,9 +0,0 @@
-Section InputClass
-Identifier touchpad catchall
-Driver synaptics
-MatchIsTouchpad on
-MatchDevicePath /dev/input/event*
-Option TapButton1 1
-Option TapButton2 2
-Option TapButton3 3
-EndSection

Copied: xf86-input-synaptics/repos/extra-i686/10-synaptics.conf (from rev 
156283, xf86-input-synaptics/trunk/10-synaptics.conf)
===
--- extra-i686/10-synaptics.conf(rev 0)
+++ extra-i686/10-synaptics.conf2012-04-16 15:22:10 UTC (rev 156284)
@@ -0,0 +1,9 @@
+Section InputClass
+Identifier touchpad catchall
+Driver synaptics
+MatchIsTouchpad on
+MatchDevicePath /dev/input/event*
+Option TapButton1 1
+Option TapButton2 2
+Option TapButton3 3
+EndSection

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-16 15:21:36 UTC (rev 156283)
+++ extra-i686/PKGBUILD 2012-04-16 15:22:10 UTC (rev 156284)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tobias Powalowski  tp...@archlinux.org
-# Contributor: Thomas Bächler tho...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=xf86-input-synaptics
-pkgver=1.5.99.902
-pkgrel=1
-pkgdesc=Synaptics driver for notebook touchpads
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxtst' 'mtdev')
-makedepends=('xorg-server-devel=1.11.99.902' 'libxi' 'libx11')
-conflicts=('xorg-server1.11.99.902')
-replaces=('synaptics')
-provides=('synaptics')
-conflicts=('synaptics')
-groups=('xorg-drivers' 'xorg')
-options=(!libtool)
-backup=('etc/X11/xorg.conf.d/10-synaptics.conf')
-source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-10-synaptics.conf)
-sha1sums=('2170854823caf39f15f47329514fdbe620e31e96'
-  '68e1f4ef5e1038231d210eb422fa4d18c5922f0f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/etc/X11/xorg.conf.d
-  install -m644 ${srcdir}/10-synaptics.conf ${pkgdir}/etc/X11/xorg.conf.d/
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-
-  rm -rf ${pkgdir}/usr/share/X11
-}

Copied: xf86-input-synaptics/repos/extra-i686/PKGBUILD (from rev 156283, 
xf86-input-synaptics/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-16 15:22:10 UTC (rev 156284)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski  tp...@archlinux.org
+# Contributor: Thomas Bächler tho...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=xf86-input-synaptics
+pkgver=1.5.99.903
+pkgrel=1
+pkgdesc=Synaptics driver for notebook touchpads
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxtst' 'mtdev')
+makedepends=('xorg-server-devel=1.11.99.902' 'libxi' 'libx11')
+conflicts=('xorg-server1.11.99.902')
+replaces=('synaptics')
+provides=('synaptics')
+conflicts=('synaptics')
+groups=('xorg-drivers' 'xorg')
+options=(!libtool)

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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 11:22:55
  Author: jgc
Revision: 156285

Prepare sushi and gnome-documents for 3.4.1 releases. Sources are not yet on 
the FTP, so we cannot build yet.

Modified:
  gnome-documents/trunk/PKGBUILD
  sushi/trunk/PKGBUILD

+
 gnome-documents/trunk/PKGBUILD |6 +++---
 sushi/trunk/PKGBUILD   |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: gnome-documents/trunk/PKGBUILD
===
--- gnome-documents/trunk/PKGBUILD  2012-04-16 15:22:10 UTC (rev 156284)
+++ gnome-documents/trunk/PKGBUILD  2012-04-16 15:22:55 UTC (rev 156285)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-documents
-pkgver=0.4.0.1
+pkgver=0.4.1
 pkgrel=1
 pkgdesc=Documents Manager for GNOME
 arch=(i686 x86_64)
@@ -14,8 +14,8 @@
 optdepends=('unoconv: Support for Libreoffice document types')
 options=('!libtool')
 install=gnome-documents.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('91e9051b0453fbf271c2a9bc4f40789ea47da5c5269689e2e6897eb1d30621ca')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2b2c6b15ed9e6a46602977f1e8dc15e6655c171df8ede6a3f8a749ed6682da46')
 
 build() {
   cd $pkgname-$pkgver

Modified: sushi/trunk/PKGBUILD
===
--- sushi/trunk/PKGBUILD2012-04-16 15:22:10 UTC (rev 156284)
+++ sushi/trunk/PKGBUILD2012-04-16 15:22:55 UTC (rev 156285)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=sushi
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc=A quick previewer for Nautilus
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'gobject-introspection')
 options=(!libtool)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('75a72d442674fa63d817f70bdb2b9559752509f9bd8a2f6ff854f800eab1e9e7')
+sha256sums=('7889e4309443dd7dfd5c9546af23565d15813c3f8f2af6c6776702ca8911a7bd')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in nfs-utils/repos (testing-i686)

2012-04-16 Thread Tobias Powalowski
Date: Monday, April 16, 2012 @ 11:46:39
  Author: tpowa
Revision: 156286

db-remove: nfs-utils removed by tpowa

Deleted:
  nfs-utils/repos/testing-i686/



[arch-commits] Commit in nfs-utils/repos (testing-x86_64)

2012-04-16 Thread Tobias Powalowski
Date: Monday, April 16, 2012 @ 11:46:49
  Author: tpowa
Revision: 156287

db-remove: nfs-utils removed by tpowa

Deleted:
  nfs-utils/repos/testing-x86_64/



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

2012-04-16 Thread Florian Pritz
Date: Monday, April 16, 2012 @ 11:58:25
  Author: bluewind
Revision: 156288

upgpkg: netcfg 2.8.1-1

upstream update

Modified:
  netcfg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 15:46:49 UTC (rev 156287)
+++ PKGBUILD2012-04-16 15:58:25 UTC (rev 156288)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen j.wittev...@gmail.com
 
 pkgname=netcfg
-pkgver=2.8.0
+pkgver=2.8.1
 pkgrel=1
 pkgdesc=Network configuration and profile scripts
 url=http://archlinux.org;
@@ -18,7 +18,7 @@
)
 source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
 arch=(any)
-md5sums=('daed861ac8da3f60cfe494111b56cb06')
+md5sums=('ff9724ab9f655eb73e29b957004024e2')
 
 package() {
   cd $srcdir/netcfg-${pkgver}



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

2012-04-16 Thread Florian Pritz
Date: Monday, April 16, 2012 @ 11:58:43
  Author: bluewind
Revision: 156289

archrelease: copy trunk to testing-any

Added:
  netcfg/repos/testing-any/PKGBUILD
(from rev 156288, netcfg/trunk/PKGBUILD)
Deleted:
  netcfg/repos/testing-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-04-16 15:58:25 UTC (rev 156288)
+++ PKGBUILD2012-04-16 15:58:43 UTC (rev 156289)
@@ -1,32 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netcfg
-pkgver=2.8.0
-pkgrel=1
-pkgdesc=Network configuration and profile scripts
-url=http://archlinux.org;
-license=(BSD)
-backup=(etc/iftab etc/conf.d/netcfg)
-depends=(coreutils dhcpcd iproute2)
-#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
-optdepends=('dialog: for the menu based profile and wifi selectors'
-'bridge-utils: for bridge connections'
-'wpa_supplicant: for wireless networking support'
-'wpa_actiond: for automatic wireless connections through 
rc.d/net-auto-wireless'
-'ifplugd: for automatic wired connections through 
rc.d/net-auto-wired'
-'wireless_tools: for interface renaming through net-rename'
-   )
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
-arch=(any)
-md5sums=('daed861ac8da3f60cfe494111b56cb06')
-
-package() {
-  cd $srcdir/netcfg-${pkgver}
-  make DESTDIR=$pkgdir install
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
-  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
-}
-

Copied: netcfg/repos/testing-any/PKGBUILD (from rev 156288, 
netcfg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-04-16 15:58:43 UTC (rev 156289)
@@ -0,0 +1,32 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=2.8.1
+pkgrel=1
+pkgdesc=Network configuration and profile scripts
+url=http://archlinux.org;
+license=(BSD)
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=(coreutils dhcpcd iproute2)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based profile and wifi selectors'
+'bridge-utils: for bridge connections'
+'wpa_supplicant: for wireless networking support'
+'wpa_actiond: for automatic wireless connections through 
rc.d/net-auto-wireless'
+'ifplugd: for automatic wired connections through 
rc.d/net-auto-wired'
+'wireless_tools: for interface renaming through net-rename'
+   )
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
+arch=(any)
+md5sums=('ff9724ab9f655eb73e29b957004024e2')
+
+package() {
+  cd $srcdir/netcfg-${pkgver}
+  make DESTDIR=$pkgdir install
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
+}
+



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

2012-04-16 Thread andyrtr
Date: Monday, April 16, 2012 @ 14:15:05
  Author: andyrtr
Revision: 156290

upgpkg: nxclient 3.5.0.7-1.2

add its own ld.so.conf file; drop dep on nx-x11; use the same /usr/lib/nx dir 
as nx-x11

Added:
  nxclient/trunk/nxclient.ld.so.conf.d
Modified:
  nxclient/trunk/PKGBUILD
  nxclient/trunk/nxclient.install

---+
 PKGBUILD  |   36 +---
 nxclient.install  |2 +-
 nxclient.ld.so.conf.d |1 +
 3 files changed, 19 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 15:58:43 UTC (rev 156289)
+++ PKGBUILD2012-04-16 18:15:05 UTC (rev 156290)
@@ -4,25 +4,25 @@
 
 pkgname=nxclient
 pkgver=3.5.0.7
-pkgrel=1.1
+pkgrel=1.2
 pkgdesc=Nomachine's closed source client for NX servers
 arch=('i686' 'x86_64')
 url=http://nomachine.com;
 license=('custom:nomachine')
-depends=('libxext' 'libxft' 'xorg-xauth' 'libxcomp' 'nx-x11' 
'nx-common=3.5.0-4.1' 'desktop-file-utils')
+depends=('libxext' 'libxft' 'xorg-xauth' 'libxcomp' 'nx-common=3.5.0-4.1' 
'desktop-file-utils')
 makedepends=('rpmextract' 'chrpath')
 optdepends=('cups: for printing support')
-[ $CARCH = x86_64 ]  
source=(http://64.34.161.181/download/3.5.0/Linux/$pkgname-3.5.0-7.x86_64.rpm 
nomachine.key)
-[ $CARCH = x86_64 ]  md5sums=('0648c2e36a14d5810e26d7d640d8382f' 
'cb5df74aff5160eab9cd4313019ae228')
-[ $CARCH = i686 ]  
source=(http://64.34.161.181/download/3.5.0/Linux/$pkgname-3.5.0-7.i386.rpm 
nomachine.key)
-[ $CARCH = i686 ]   md5sums=('53e5b9b4a1096324e7d3dbd8ffb192a1' 
'cb5df74aff5160eab9cd4313019ae228')
+[ $CARCH = x86_64 ]  
source=(http://64.34.161.181/download/3.5.0/Linux/$pkgname-3.5.0-7.x86_64.rpm 
nomachine.key nxclient.ld.so.conf.d)
+[ $CARCH = x86_64 ]  md5sums=('0648c2e36a14d5810e26d7d640d8382f' 
'cb5df74aff5160eab9cd4313019ae228' '4faf0fbece74128729c77de7c67ee369')
+[ $CARCH = i686 ]  
source=(http://64.34.161.181/download/3.5.0/Linux/$pkgname-3.5.0-7.i386.rpm 
nomachine.key nxclient.ld.so.conf.d)
+[ $CARCH = i686 ]   md5sums=('53e5b9b4a1096324e7d3dbd8ffb192a1' 
'cb5df74aff5160eab9cd4313019ae228' '4faf0fbece74128729c77de7c67ee369')
 install=nxclient.install
 
 build() {
   cd ${srcdir}/
   rpmextract.sh *.rpm
-  sed -i -e 's:/usr/NX:/usr/lib/NX:g' etc/profile.d/nx.*
-  sed -i -e 's:/usr/NX:/usr/lib/NX:g' 
${srcdir}/usr/NX/share/applnk/network/*.desktop
+  sed -i -e 's:/usr/NX:/usr/lib/nx:g' etc/profile.d/nx.*
+  sed -i -e 's:/usr/NX:/usr/lib/nx:g' 
${srcdir}/usr/NX/share/applnk/network/*.desktop
 }
 
 package() {
@@ -46,27 +46,25 @@
   rm ${srcdir}/usr/NX/share/keys/server.id_dsa.key
 
   # move files
-  install -dm755 ${pkgdir}/usr/{bin,lib}
-  cp -aR ${srcdir}/usr/NX ${pkgdir}/usr/lib
+  install -dm755 ${pkgdir}/{etc/ld.so.conf.d,usr/{bin,lib/nx}}
+  cp -aR ${srcdir}/usr/NX/* ${pkgdir}/usr/lib/nx
   # add symlinks
   cd ${pkgdir}/usr/bin
-  ln -sv /usr/lib/NX/bin/{nxclient,nxkill,nxprint,nxservice} .
+  ln -sv /usr/lib/nx/bin/{nxclient,nxkill,nxprint,nxservice} .
 
-  # move libs into proper ld.conf.so place provided by nx-x11
-  install -dm 755 ${pkgdir}/usr/lib/nx
-  cp -aR ${pkgdir}/usr/lib/NX/lib* ${pkgdir}/usr/lib/nx
-  rm -rf ${pkgdir}/usr/lib/NX/lib*
+  # install ld.so.conf.d file to allow the linker to load libs from custom 
location
+  install -m 644 $srcdir/nxclient.ld.so.conf.d 
$pkgdir/etc/ld.so.conf.d/nxclient.conf
 
   # add default key file
-  install -D -m 644 ${srcdir}/nomachine.key 
${pkgdir}/usr/lib/NX/share/keys/server.id_dsa.key
+  install -D -m 644 ${srcdir}/nomachine.key 
${pkgdir}/usr/lib/nx/share/keys/server.id_dsa.key
 
   # add license file
   mkdir -p ${pkgdir}/usr/share/licenses/nxclient
-  mv ${pkgdir}/usr/lib/NX/share/documents/client/license-info 
${pkgdir}/usr/share/licenses/nxclient/LICENSE
+  mv ${pkgdir}/usr/lib/nx/share/documents/client/license-info 
${pkgdir}/usr/share/licenses/nxclient/LICENSE
 
   # some cleanup
-  rm -rf ${pkgdir}/usr/lib/NX/share/{documents,cups}
+  rm -rf ${pkgdir}/usr/lib/nx/share/{documents,cups}
   
   # fix insecure rpath
-  chrpath -d $pkgdir/usr/lib/NX/bin/nxclient
+  chrpath -d $pkgdir/usr/lib/nx/bin/nxclient
 }

Modified: nxclient.install
===
--- nxclient.install2012-04-16 15:58:43 UTC (rev 156289)
+++ nxclient.install2012-04-16 18:15:05 UTC (rev 156290)
@@ -10,7 +10,7 @@
 post_upgrade() {
   update-desktop-database -q
   
-  if [ `vercmp $2 3.5.0.7-1` -lt 0 ]; then
+  if [ `vercmp $2 3.5.0.7-1.1` -lt 0 ]; then
 # important upgrade notice
 echo because file location of the default key has been moved
 echo you may need to reconfigure your connection and settings

Added: nxclient.ld.so.conf.d
===
--- nxclient.ld.so.conf.d   (rev 0)
+++ nxclient.ld.so.conf.d   2012-04-16 18:15:05 UTC (rev 156290)
@@ -0,0 +1 @@
+/usr/lib/nx/lib


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

2012-04-16 Thread andyrtr
Date: Monday, April 16, 2012 @ 14:16:02
  Author: andyrtr
Revision: 156291

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

Added:
  nxclient/repos/staging-i686/PKGBUILD
(from rev 156290, nxclient/trunk/PKGBUILD)
  nxclient/repos/staging-i686/nomachine.key
(from rev 156290, nxclient/trunk/nomachine.key)
  nxclient/repos/staging-i686/nxclient.install
(from rev 156290, nxclient/trunk/nxclient.install)
  nxclient/repos/staging-i686/nxclient.ld.so.conf.d
(from rev 156290, nxclient/trunk/nxclient.ld.so.conf.d)
  nxclient/repos/staging-x86_64/PKGBUILD
(from rev 156290, nxclient/trunk/PKGBUILD)
  nxclient/repos/staging-x86_64/nomachine.key
(from rev 156290, nxclient/trunk/nomachine.key)
  nxclient/repos/staging-x86_64/nxclient.install
(from rev 156290, nxclient/trunk/nxclient.install)
  nxclient/repos/staging-x86_64/nxclient.ld.so.conf.d
(from rev 156290, nxclient/trunk/nxclient.ld.so.conf.d)
Deleted:
  nxclient/repos/staging-i686/PKGBUILD
  nxclient/repos/staging-i686/nomachine.key
  nxclient/repos/staging-i686/nxclient.install
  nxclient/repos/staging-x86_64/PKGBUILD
  nxclient/repos/staging-x86_64/nomachine.key
  nxclient/repos/staging-x86_64/nxclient.install

--+
 staging-i686/PKGBUILD|  142 -
 staging-i686/nomachine.key   |   24 ++---
 staging-i686/nxclient.install|   44 +-
 staging-i686/nxclient.ld.so.conf.d   |1 
 staging-x86_64/PKGBUILD  |  142 -
 staging-x86_64/nomachine.key |   24 ++---
 staging-x86_64/nxclient.install  |   44 +-
 staging-x86_64/nxclient.ld.so.conf.d |1 
 8 files changed, 210 insertions(+), 212 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-04-16 18:15:05 UTC (rev 156290)
+++ staging-i686/PKGBUILD   2012-04-16 18:16:02 UTC (rev 156291)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-#Contributed: eliott eli...@solarblue.net, Andre Naumann 
anaum...@sparced.org 
-
-pkgname=nxclient
-pkgver=3.5.0.7
-pkgrel=1.1
-pkgdesc=Nomachine's closed source client for NX servers
-arch=('i686' 'x86_64')
-url=http://nomachine.com;
-license=('custom:nomachine')
-depends=('libxext' 'libxft' 'xorg-xauth' 'libxcomp' 'nx-x11' 
'nx-common=3.5.0-4.1' 'desktop-file-utils')
-makedepends=('rpmextract' 'chrpath')
-optdepends=('cups: for printing support')
-[ $CARCH = x86_64 ]  
source=(http://64.34.161.181/download/3.5.0/Linux/$pkgname-3.5.0-7.x86_64.rpm 
nomachine.key)
-[ $CARCH = x86_64 ]  md5sums=('0648c2e36a14d5810e26d7d640d8382f' 
'cb5df74aff5160eab9cd4313019ae228')
-[ $CARCH = i686 ]  
source=(http://64.34.161.181/download/3.5.0/Linux/$pkgname-3.5.0-7.i386.rpm 
nomachine.key)
-[ $CARCH = i686 ]   md5sums=('53e5b9b4a1096324e7d3dbd8ffb192a1' 
'cb5df74aff5160eab9cd4313019ae228')
-install=nxclient.install
-
-build() {
-  cd ${srcdir}/
-  rpmextract.sh *.rpm
-  sed -i -e 's:/usr/NX:/usr/lib/NX:g' etc/profile.d/nx.*
-  sed -i -e 's:/usr/NX:/usr/lib/NX:g' 
${srcdir}/usr/NX/share/applnk/network/*.desktop
-}
-
-package() {
-  # profile files
-  install -D -m 755 ${srcdir}/etc/profile.d/nx.sh 
${pkgdir}/etc/profile.d/nx.sh 
-  install -D -m 755 ${srcdir}/etc/profile.d/nx.csh 
${pkgdir}/etc/profile.d/nx.csh 
-  # menu entries
-  install -D -m 644 
${srcdir}/usr/NX/share/applnk/network/nxclient-wizard.desktop 
${pkgdir}/usr/share/applications/nxclient-wizard.desktop
-  install -D -m 644 ${srcdir}/usr/NX/share/applnk/network/nxclient.desktop 
${pkgdir}/usr/share/applications/nxclient.desktop
-  install -D -m 644 
${srcdir}/usr/NX/share/applnk/network/nxclient-admin.desktop 
${pkgdir}/usr/share/applications/nxclient-admin.desktop
-  rm -r ${srcdir}/usr/NX/share/applnk
-
-  # remove libs that come in system and are provided by libxcomp/nx-x11
-  rm 
${srcdir}/usr/NX/lib/{libXcomp.*,libXcompsh.*,libcrypto.*,libjpeg.*,libz.*}
-
-  # provided by nx-common
-  rm ${srcdir}/usr/NX/bin/nxssh 
-  rm ${srcdir}/usr/NX/bin/nxesd # esd support has been fully dropped
- 
-  # provide default key file later
-  rm ${srcdir}/usr/NX/share/keys/server.id_dsa.key
-
-  # move files
-  install -dm755 ${pkgdir}/usr/{bin,lib}
-  cp -aR ${srcdir}/usr/NX ${pkgdir}/usr/lib
-  # add symlinks
-  cd ${pkgdir}/usr/bin
-  ln -sv /usr/lib/NX/bin/{nxclient,nxkill,nxprint,nxservice} .
-
-  # move libs into proper ld.conf.so place provided by nx-x11
-  install -dm 755 ${pkgdir}/usr/lib/nx
-  cp -aR ${pkgdir}/usr/lib/NX/lib* ${pkgdir}/usr/lib/nx
-  rm -rf ${pkgdir}/usr/lib/NX/lib*
-
-  # add default key file
-  install -D -m 644 ${srcdir}/nomachine.key 
${pkgdir}/usr/lib/NX/share/keys/server.id_dsa.key
-
-  # add license file
-  mkdir -p ${pkgdir}/usr/share/licenses/nxclient
-  mv ${pkgdir}/usr/lib/NX/share/documents/client/license-info 
${pkgdir}/usr/share/licenses/nxclient/LICENSE
-
-  # some cleanup

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

2012-04-16 Thread andyrtr
Date: Monday, April 16, 2012 @ 14:21:41
  Author: andyrtr
Revision: 156292

upgpkg: nx-common 3.5.0-4.2

add required symlinks

Modified:
  nx-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 18:16:02 UTC (rev 156291)
+++ PKGBUILD2012-04-16 18:21:41 UTC (rev 156292)
@@ -4,7 +4,7 @@
 
 pkgname=nx-common
 pkgver=3.5.0
-pkgrel=4.1
+pkgrel=4.2
 pkgdesc=NoMachine NX common package for client and server
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -36,10 +36,17 @@
 package() {
   install -dm755 ${pkgdir}/usr/{bin,lib/nx}
 
+
   # nxcompsh
   cd ${srcdir}/nxcompsh
-  cp -a libXcompsh.so* ${pkgdir}/usr/lib/nx # really needed?
+  cp -a libXcompsh.so* ${pkgdir}/usr/lib/nx
+  cd ${pkgdir}/usr/lib/
+  ln -sv /usr/lib/nx/libXcompsh.so{,.3,.3.5.0} .
+  # ^ really needed?
+
   # nxssh
   cd ${srcdir}/nxssh
-  install -D -m755 nxssh ${pkgdir}/usr/bin/nxssh
+  install -D -m755 nxssh ${pkgdir}/usr/lib/nx/bin/nxssh
+  cd ${pkgdir}/usr/bin
+  ln -sv /usr/lib/nx/bin/nxssh .
 }



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

2012-04-16 Thread andyrtr
Date: Monday, April 16, 2012 @ 14:22:30
  Author: andyrtr
Revision: 156293

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

Added:
  nx-common/repos/staging-i686/NXproto.h.64bit.diff
(from rev 156292, nx-common/trunk/NXproto.h.64bit.diff)
  nx-common/repos/staging-i686/PKGBUILD
(from rev 156292, nx-common/trunk/PKGBUILD)
  nx-common/repos/staging-i686/nx-3.5.0-libpng15.patch
(from rev 156292, nx-common/trunk/nx-3.5.0-libpng15.patch)
  nx-common/repos/staging-i686/nxcompsh-gcc43.patch
(from rev 156292, nx-common/trunk/nxcompsh-gcc43.patch)
  nx-common/repos/staging-x86_64/NXproto.h.64bit.diff
(from rev 156292, nx-common/trunk/NXproto.h.64bit.diff)
  nx-common/repos/staging-x86_64/PKGBUILD
(from rev 156292, nx-common/trunk/PKGBUILD)
  nx-common/repos/staging-x86_64/nx-3.5.0-libpng15.patch
(from rev 156292, nx-common/trunk/nx-3.5.0-libpng15.patch)
  nx-common/repos/staging-x86_64/nxcompsh-gcc43.patch
(from rev 156292, nx-common/trunk/nxcompsh-gcc43.patch)
Deleted:
  nx-common/repos/staging-i686/NXproto.h.64bit.diff
  nx-common/repos/staging-i686/PKGBUILD
  nx-common/repos/staging-i686/nx-3.5.0-libpng15.patch
  nx-common/repos/staging-i686/nxcompsh-gcc43.patch
  nx-common/repos/staging-x86_64/NXproto.h.64bit.diff
  nx-common/repos/staging-x86_64/PKGBUILD
  nx-common/repos/staging-x86_64/nx-3.5.0-libpng15.patch
  nx-common/repos/staging-x86_64/nxcompsh-gcc43.patch

+
 staging-i686/NXproto.h.64bit.diff  |  132 +++
 staging-i686/PKGBUILD  |   97 --
 staging-i686/nx-3.5.0-libpng15.patch   |   60 +++---
 staging-i686/nxcompsh-gcc43.patch  |   38 
 staging-x86_64/NXproto.h.64bit.diff|  132 +++
 staging-x86_64/PKGBUILD|   97 --
 staging-x86_64/nx-3.5.0-libpng15.patch |   60 +++---
 staging-x86_64/nxcompsh-gcc43.patch|   38 
 8 files changed, 334 insertions(+), 320 deletions(-)

Deleted: staging-i686/NXproto.h.64bit.diff
===
--- staging-i686/NXproto.h.64bit.diff   2012-04-16 18:21:41 UTC (rev 156292)
+++ staging-i686/NXproto.h.64bit.diff   2012-04-16 18:22:30 UTC (rev 156293)
@@ -1,66 +0,0 @@
 nxcomp.old/NXproto.h   2006-06-19 19:55:56.0 +0200
-+++ nxcomp/NXproto.h   2007-02-12 18:17:41.0 +0100
-@@ -26,6 +26,30 @@
- #include X11/Xmd.h
- #include X11/Xproto.h
- 
-+/*
-+  Copied from Xproto.h
-+ */
-+
-+/* For the purpose of the structure definitions in this file,
-+we must redefine the following types in terms of Xmd.h's types, which may
-+include bit fields.  All of these are #undef'd at the end of this file,
-+restoring the definitions in X.h.  */
-+
-+#define Window CARD32
-+#define Drawable CARD32
-+#define Font CARD32
-+#define Pixmap CARD32
-+#define Cursor CARD32
-+#define Colormap CARD32
-+#define GContext CARD32
-+#define Atom CARD32
-+#define VisualID CARD32
-+#define Time CARD32
-+#define KeyCode CARD8
-+#define KeySym CARD32
-+
-+/* End copied from Xproto.h */
-+
- #define sz_xNXGetControlParametersReq   4
- #define sz_xNXGetCleanupParametersReq   4
- #define sz_xNXGetImageParametersReq 4
-@@ -343,9 +367,9 @@
- CARD8dstDepth;
- CARD32   srcLength B32;
- CARD32   dstLength B32;
--INT16srcX B16, srcY B16;
-+CARD16srcX B16, srcY B16;
- CARD16   srcWidth B16, srcHeight B16;
--INT16dstX B16, dstY B16;
-+CARD16dstX B16, dstY B16;
- CARD16   dstWidth B16, dstHeight B16;
- } xNXPutPackedImageReq;
- 
-@@ -463,4 +487,20 @@
- }
- #endif
- 
-+/* Copied from Xproto.h */
-+
-+/* restore these definitions back to the typedefs in X.h */
-+#undef Window
-+#undef Drawable
-+#undef Font
-+#undef Pixmap
-+#undef Cursor
-+#undef Colormap
-+#undef GContext
-+#undef Atom
-+#undef VisualID
-+#undef Time
-+#undef KeyCode
-+#undef KeySym
-+
- #endif /* NXproto_H */

Copied: nx-common/repos/staging-i686/NXproto.h.64bit.diff (from rev 156292, 
nx-common/trunk/NXproto.h.64bit.diff)
===
--- staging-i686/NXproto.h.64bit.diff   (rev 0)
+++ staging-i686/NXproto.h.64bit.diff   2012-04-16 18:22:30 UTC (rev 156293)
@@ -0,0 +1,66 @@
+--- nxcomp.old/NXproto.h   2006-06-19 19:55:56.0 +0200
 nxcomp/NXproto.h   2007-02-12 18:17:41.0 +0100
+@@ -26,6 +26,30 @@
+ #include X11/Xmd.h
+ #include X11/Xproto.h
+ 
++/*
++  Copied from Xproto.h
++ */
++
++/* For the purpose of the structure definitions in this file,
++we must redefine the following types in terms of Xmd.h's types, which may
++include bit fields.  All of these are #undef'd at the end of this file,
++restoring the definitions in X.h.  */
++
++#define Window CARD32
++#define Drawable CARD32
++#define Font CARD32
++#define Pixmap CARD32
++#define Cursor 

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

2012-04-16 Thread Ionut Biru
Date: Monday, April 16, 2012 @ 14:31:33
  Author: ibiru
Revision: 156294

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 18:22:30 UTC (rev 156293)
+++ testing-i686/PKGBUILD   2012-04-16 18:31:33 UTC (rev 156294)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=sushi
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=A quick previewer for Nautilus
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=('GPL2')
-groups=(gnome-extra)
-depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz3' 'libwebkit3' 
'gtksourceview3' 'evince')
-makedepends=('intltool' 'gobject-introspection')
-options=(!libtool)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('75a72d442674fa63d817f70bdb2b9559752509f9bd8a2f6ff854f800eab1e9e7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sushi/repos/testing-i686/PKGBUILD (from rev 156293, 
sushi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 18:31:33 UTC (rev 156294)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=sushi
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=A quick previewer for Nautilus
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+groups=(gnome-extra)
+depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz3' 'libwebkit3' 
'gtksourceview3' 'evince')
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7889e4309443dd7dfd5c9546af23565d15813c3f8f2af6c6776702ca8911a7bd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-04-16 18:22:30 UTC (rev 156293)
+++ testing-x86_64/PKGBUILD 2012-04-16 18:31:33 UTC (rev 156294)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=sushi
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=A quick previewer for Nautilus
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=('GPL2')
-groups=(gnome-extra)
-depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz3' 'libwebkit3' 
'gtksourceview3' 'evince')
-makedepends=('intltool' 'gobject-introspection')
-options=(!libtool)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('75a72d442674fa63d817f70bdb2b9559752509f9bd8a2f6ff854f800eab1e9e7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sushi/repos/testing-x86_64/PKGBUILD (from rev 156293, 
sushi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-16 18:31:33 UTC (rev 156294)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=sushi
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=A quick previewer for Nautilus
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+groups=(gnome-extra)
+depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz3' 'libwebkit3' 
'gtksourceview3' 'evince')
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7889e4309443dd7dfd5c9546af23565d15813c3f8f2af6c6776702ca8911a7bd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-04-16 Thread Ionut Biru
Date: Monday, April 16, 2012 @ 14:35:37
  Author: ibiru
Revision: 156295

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

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

+
 testing-i686/PKGBUILD  |   70 +++
 testing-i686/gnome-documents.install   |   26 +--
 testing-x86_64/PKGBUILD|   70 +++
 testing-x86_64/gnome-documents.install |   26 +--
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 18:31:33 UTC (rev 156294)
+++ testing-i686/PKGBUILD   2012-04-16 18:35:37 UTC (rev 156295)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-documents
-pkgver=0.4.0.1
-pkgrel=1
-pkgdesc=Documents Manager for GNOME
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=('GPL')
-groups=('gnome-extra')
-depends=('clutter-gtk' 'evince' 'gjs' 'gtk3' 'gnome-desktop' 
'gnome-online-accounts' 'libgdata' 'tracker')
-makedepends=('intltool')
-optdepends=('unoconv: Support for Libreoffice document types')
-options=('!libtool')
-install=gnome-documents.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('91e9051b0453fbf271c2a9bc4f40789ea47da5c5269689e2e6897eb1d30621ca')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/gnome-documents
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/testing-i686/PKGBUILD (from rev 156294, 
gnome-documents/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 18:35:37 UTC (rev 156295)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-documents
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=Documents Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL')
+groups=('gnome-extra')
+depends=('clutter-gtk' 'evince' 'gjs' 'gtk3' 'gnome-desktop' 
'gnome-online-accounts' 'libgdata' 'tracker')
+makedepends=('intltool')
+optdepends=('unoconv: Support for Libreoffice document types')
+options=('!libtool')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2b2c6b15ed9e6a46602977f1e8dc15e6655c171df8ede6a3f8a749ed6682da46')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnome-documents
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-i686/gnome-documents.install
===
--- testing-i686/gnome-documents.install2012-04-16 18:31:33 UTC (rev 
156294)
+++ testing-i686/gnome-documents.install2012-04-16 18:35:37 UTC (rev 
156295)
@@ -1,13 +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
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-documents/repos/testing-i686/gnome-documents.install (from rev 
156294, gnome-documents/trunk/gnome-documents.install)
===
--- testing-i686/gnome-documents.install(rev 0)
+++ testing-i686/gnome-documents.install2012-04-16 18:35:37 UTC (rev 
156295)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- 

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

2012-04-16 Thread andyrtr
Date: Monday, April 16, 2012 @ 14:52:06
  Author: andyrtr
Revision: 156296

upgpkg: nx 3.5.0.12-0.4

add /usr/bin wrapppers; add more symlinks to work with nxclient

Modified:
  nx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 18:35:37 UTC (rev 156295)
+++ PKGBUILD2012-04-16 18:52:06 UTC (rev 156296)
@@ -4,7 +4,7 @@
 pkgbase=nx
 pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'nx-headers')
 pkgver=3.5.0.12
-pkgrel=0.3
+pkgrel=0.4
 arch=('i686' 'x86_64')
 url=http://wiki.x2go.org/;
 license=('GPL')
@@ -30,9 +30,10 @@
   pkgdesc=NX X compression library
   depends=('libjpeg-turbo' 'libpng' 'gcc-libs')

-  cd ${srcdir}/fakeinstall
-  install -dm755 ${pkgdir}/usr/lib/
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcomp.so* ${pkgdir}/usr/lib
+  install -dm755 ${pkgdir}/usr/lib/nx/lib
+  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcomp.so* ${pkgdir}/usr/lib/nx/lib
+  cd ${pkgdir}/usr/lib/
+  ln -sv /usr/lib/nx/lib/libXcomp.so{,.3,.3.5.0} .
 }
 
 package_nxproxy() {
@@ -40,9 +41,11 @@
   pkgdesc=NX proxy
   depends=('libxcomp')
   
-  cd ${srcdir}/fakeinstall
-  install -dm755 ${pkgdir}/usr/{bin,share/man/man1}
-  cp -a ${srcdir}/fakeinstall/usr/bin/nxproxy ${pkgdir}/usr/bin
+  install -dm755 ${pkgdir}/usr/{bin,share/man/man1,lib/nx}
+  cp -a ${srcdir}/fakeinstall/usr/bin/nxproxy ${pkgdir}/usr/lib/nx
+  # the wrapper
+  cp -a ${srcdir}/nx-libs_$pkgver/bin/nxproxy ${pkgdir}/usr/bin
+  chmod +x ${pkgdir}/usr/bin/nxproxy
   cp -a ${srcdir}/fakeinstall/usr/share/man/man1/nxproxy.1 
${pkgdir}/usr/share/man/man1
 }
 
@@ -51,20 +54,27 @@
   pkgdesc=Xcompext/Xcompshad library for NX
   depends=('libxcomp' 'nx-x11')

-  cd ${srcdir}/fakeinstall
-  install -dm755 ${pkgdir}/usr/lib/
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcompext.so* ${pkgdir}/usr/lib
+  install -dm755 ${pkgdir}/usr/lib/nx
+  #cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcompext.so* ${pkgdir}/usr/lib/nx
+  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcompext.so.3.5.0 
${pkgdir}/usr/lib/nx
+  cd ${pkgdir}/usr/lib/nx
+  ln -sv libXcompext.so.3.5.0 libXcompext.so.3
+  ln -sv libXcompext.so.3.5.0 libXcompext.so
+  cd ${pkgdir}/usr/lib/
+  ln -sv /usr/lib/nx/libXcompext.so{,.3,.3.5.0} .
 }
 
 package_nx-x11() {
-  
+ 
   pkgdesc=NX-X11 lib for the NX framework
   depends=('libxcomp')

-  cd ${srcdir}/fakeinstall
   install -dm755 ${pkgdir}/{etc/ld.so.conf.d,usr/bin,usr/lib/nx}
   cp -aR ${srcdir}/fakeinstall/usr/lib/NX3/lib*/nx/lib*.so* 
${pkgdir}/usr/lib/nx
-  cp -aR ${srcdir}/fakeinstall/usr/lib/NX3/bin/nxauth ${pkgdir}/usr/bin
+  cp -a ${srcdir}/fakeinstall/usr/lib/NX3/bin/nxauth ${pkgdir}/usr/lib/nx
+  # the wrapper
+  cp -a ${srcdir}/nx-libs_$pkgver/bin/nxauth ${pkgdir}/usr/bin
+  chmod +x ${pkgdir}/usr/bin/nxauth
   
   install -m 644 $srcdir/nx-x11.ld.so.conf.d 
$pkgdir/etc/ld.so.conf.d/nx.conf
 }
@@ -74,18 +84,17 @@
   pkgdesc=NX X server based on Xnest
   depends=('nx-xcompext')

-  cd ${srcdir}/fakeinstall
   install -dm755 ${pkgdir}/usr/{bin,lib/nx}
   cp -aR ${srcdir}/fakeinstall/usr/lib/NX3/bin/nxagent ${pkgdir}/usr/lib/nx
-  cd ${pkgdir}/usr/bin
-  ln -sv /usr/lib/nx/nxagent .
+  # the wrapper
+  cp -a ${srcdir}/nx-libs_$pkgver/bin/nxagent ${pkgdir}/usr/bin
+  chmod +x ${pkgdir}/usr/bin/nxagent
 }
 
 package_nx-headers() {
 
   pkgdesc=NX headers
   
-  cd ${srcdir}/fakeinstall
   install -dm755 ${pkgdir}/usr/include/nx
   cp -aR ${srcdir}/fakeinstall/usr/include/nx/* ${pkgdir}/usr/include/nx
 }  



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

2012-04-16 Thread andyrtr
Date: Monday, April 16, 2012 @ 14:52:45
  Author: andyrtr
Revision: 156297

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

Added:
  nx/repos/staging-i686/PKGBUILD
(from rev 156296, nx/trunk/PKGBUILD)
  nx/repos/staging-i686/nx-x11.ld.so.conf.d
(from rev 156296, nx/trunk/nx-x11.ld.so.conf.d)
  nx/repos/staging-x86_64/PKGBUILD
(from rev 156296, nx/trunk/PKGBUILD)
  nx/repos/staging-x86_64/nx-x11.ld.so.conf.d
(from rev 156296, nx/trunk/nx-x11.ld.so.conf.d)
Deleted:
  nx/repos/staging-i686/PKGBUILD
  nx/repos/staging-i686/nx-x11.ld.so.conf.d
  nx/repos/staging-x86_64/PKGBUILD
  nx/repos/staging-x86_64/nx-x11.ld.so.conf.d

+
 staging-i686/PKGBUILD  |  191 ++-
 staging-i686/nx-x11.ld.so.conf.d   |2 
 staging-x86_64/PKGBUILD|  191 ++-
 staging-x86_64/nx-x11.ld.so.conf.d |2 
 4 files changed, 202 insertions(+), 184 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-04-16 18:52:06 UTC (rev 156296)
+++ staging-i686/PKGBUILD   2012-04-16 18:52:45 UTC (rev 156297)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=nx
-pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'nx-headers')
-pkgver=3.5.0.12
-pkgrel=0.3
-arch=('i686' 'x86_64')
-url=http://wiki.x2go.org/;
-license=('GPL')
-options=('!makeflags')
-makedepends=('libjpeg-turbo' 'libpng' 'bash' 'perl' # runtime dependencies 
from subpackages
- 'xproto' 'freetype2' 'libxaw' 'libxrender' 'libxp' 'libxpm' 
'libxdamage' 'libxrandr' 'libxcomposite' 'libxtst' 'xorg-sessreg' # makedepends
- )
-source=(http://code.x2go.org/releases/source/nx-libs/nx-libs_$pkgver-full.tar.gz
-nx-x11.ld.so.conf.d)
-md5sums=('a2011e034a318016cf2260c30a567301'
- 'f2ec60c7e2d81bef2f7292d2b33681a6')
-
-build() {
-  cd ${srcdir}/nx-libs_$pkgver
-  make CONFIGURE=./configure --prefix=/usr --libdir=/usr/lib 
--libexecdir=/usr/lib --includedir=/usr/include
-  # fake install
-  mkdir $srcdir/fakeinstall
-  make DESTDIR=$srcdir/fakeinstall install
-}
-
-package_libxcomp() {
-  
-  pkgdesc=NX X compression library
-  depends=('libjpeg-turbo' 'libpng' 'gcc-libs')
-   
-  cd ${srcdir}/fakeinstall
-  install -dm755 ${pkgdir}/usr/lib/
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcomp.so* ${pkgdir}/usr/lib
-}
-
-package_nxproxy() {
-
-  pkgdesc=NX proxy
-  depends=('libxcomp')
-  
-  cd ${srcdir}/fakeinstall
-  install -dm755 ${pkgdir}/usr/{bin,share/man/man1}
-  cp -a ${srcdir}/fakeinstall/usr/bin/nxproxy ${pkgdir}/usr/bin
-  cp -a ${srcdir}/fakeinstall/usr/share/man/man1/nxproxy.1 
${pkgdir}/usr/share/man/man1
-}
-
-package_nx-xcompext() {
-  
-  pkgdesc=Xcompext/Xcompshad library for NX
-  depends=('libxcomp' 'nx-x11')
-   
-  cd ${srcdir}/fakeinstall
-  install -dm755 ${pkgdir}/usr/lib/
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcompext.so* ${pkgdir}/usr/lib
-}
-
-package_nx-x11() {
-  
-  pkgdesc=NX-X11 lib for the NX framework
-  depends=('libxcomp')
-   
-  cd ${srcdir}/fakeinstall
-  install -dm755 ${pkgdir}/{etc/ld.so.conf.d,usr/bin,usr/lib/nx}
-  cp -aR ${srcdir}/fakeinstall/usr/lib/NX3/lib*/nx/lib*.so* 
${pkgdir}/usr/lib/nx
-  cp -aR ${srcdir}/fakeinstall/usr/lib/NX3/bin/nxauth ${pkgdir}/usr/bin
-  
-  install -m 644 $srcdir/nx-x11.ld.so.conf.d 
$pkgdir/etc/ld.so.conf.d/nx.conf
-}
-
-package_nxagent() {
-  
-  pkgdesc=NX X server based on Xnest
-  depends=('nx-xcompext')
-   
-  cd ${srcdir}/fakeinstall
-  install -dm755 ${pkgdir}/usr/{bin,lib/nx}
-  cp -aR ${srcdir}/fakeinstall/usr/lib/NX3/bin/nxagent ${pkgdir}/usr/lib/nx
-  cd ${pkgdir}/usr/bin
-  ln -sv /usr/lib/nx/nxagent .
-}
-
-package_nx-headers() {
-
-  pkgdesc=NX headers
-  
-  cd ${srcdir}/fakeinstall
-  install -dm755 ${pkgdir}/usr/include/nx
-  cp -aR ${srcdir}/fakeinstall/usr/include/nx/* ${pkgdir}/usr/include/nx
-}  

Copied: nx/repos/staging-i686/PKGBUILD (from rev 156296, nx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-04-16 18:52:45 UTC (rev 156297)
@@ -0,0 +1,100 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=nx
+pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'nx-headers')
+pkgver=3.5.0.12
+pkgrel=0.4
+arch=('i686' 'x86_64')
+url=http://wiki.x2go.org/;
+license=('GPL')
+options=('!makeflags')
+makedepends=('libjpeg-turbo' 'libpng' 'bash' 'perl' # runtime dependencies 
from subpackages
+ 'xproto' 'freetype2' 'libxaw' 'libxrender' 'libxp' 'libxpm' 
'libxdamage' 'libxrandr' 'libxcomposite' 'libxtst' 'xorg-sessreg' # makedepends
+ )
+source=(http://code.x2go.org/releases/source/nx-libs/nx-libs_$pkgver-full.tar.gz
+nx-x11.ld.so.conf.d)

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

2012-04-16 Thread Ionut Biru
Date: Monday, April 16, 2012 @ 15:05:49
  Author: ibiru
Revision: 156298

update to 0.32.1

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 18:52:45 UTC (rev 156297)
+++ PKGBUILD2012-04-16 19:05:49 UTC (rev 156298)
@@ -3,7 +3,7 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.32.0
+pkgver=0.32.1
 pkgrel=1
 pkgdesc=Virtual Terminal Emulator widget for use with GTK3
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/GNOME/sources/vte/${pkgver%.*}/vte-$pkgver.tar.xz
 
make_alt_work.patch::http://git.gnome.org/browse/vte/patch/?id=b73782a28894e25ed146271f9d6c6775a6836199)
-sha256sums=('9fda2576265d9cad43f96dd55f5889b4bb9a2c80a4ff870a1219fd3e171b0583'
+sha256sums=('543e489943d439dc82a4ba54871984ea843c3ef0a1fffa24aa65dabc57e7e4da'
 '8307623b13bcaf214cc25207ee7afaf65575d334623460311c24437fbbae14d3')
 
 build() {



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

2012-04-16 Thread Ionut Biru
Date: Monday, April 16, 2012 @ 15:08:39
  Author: ibiru
Revision: 156299

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

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

-+
 testing-i686/PKGBUILD   |   84 +++---
 testing-x86_64/PKGBUILD |   84 +++---
 2 files changed, 84 insertions(+), 84 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 19:05:49 UTC (rev 156298)
+++ testing-i686/PKGBUILD   2012-04-16 19:08:39 UTC (rev 156299)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.32.0
-pkgrel=1
-pkgdesc=Virtual Terminal Emulator widget for use with GTK3
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-makedepends=('intltool' 'gobject-introspection' 'gtk3')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/GNOME/sources/vte/${pkgver%.*}/vte-$pkgver.tar.xz
-make_alt_work.patch::http://git.gnome.org/browse/vte/patch/?id=b73782a28894e25ed146271f9d6c6775a6836199)
-sha256sums=('9fda2576265d9cad43f96dd55f5889b4bb9a2c80a4ff870a1219fd3e171b0583'
-'8307623b13bcaf214cc25207ee7afaf65575d334623460311c24437fbbae14d3')
-
-build() {
-  cd vte-$pkgver
-  patch -Np1 -R -i $srcdir/make_alt_work.patch
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection
-  make
-}
-
-package_vte3(){
-  depends=('gtk3' 'vte-common')
-  cd vte-$pkgver
-  make DESTDIR=$pkgdir install
-
-  rm $pkgdir/usr/lib/vte/gnome-pty-helper
-}
-
-package_vte-common() {
-  pkgdesc=Common files used by vte and vte3
-  cd vte-$pkgver
-
-  make -C gnome-pty-helper DESTDIR=$pkgdir install
-}

Copied: vte3/repos/testing-i686/PKGBUILD (from rev 156298, vte3/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 19:08:39 UTC (rev 156299)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.32.1
+pkgrel=1
+pkgdesc=Virtual Terminal Emulator widget for use with GTK3
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/GNOME/sources/vte/${pkgver%.*}/vte-$pkgver.tar.xz
+make_alt_work.patch::http://git.gnome.org/browse/vte/patch/?id=b73782a28894e25ed146271f9d6c6775a6836199)
+sha256sums=('543e489943d439dc82a4ba54871984ea843c3ef0a1fffa24aa65dabc57e7e4da'
+'8307623b13bcaf214cc25207ee7afaf65575d334623460311c24437fbbae14d3')
+
+build() {
+  cd vte-$pkgver
+  patch -Np1 -R -i $srcdir/make_alt_work.patch
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package_vte3(){
+  depends=('gtk3' 'vte-common')
+  cd vte-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm $pkgdir/usr/lib/vte/gnome-pty-helper
+}
+
+package_vte-common() {
+  pkgdesc=Common files used by vte and vte3
+  cd vte-$pkgver
+
+  make -C gnome-pty-helper DESTDIR=$pkgdir install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-04-16 19:05:49 UTC (rev 156298)
+++ testing-x86_64/PKGBUILD 2012-04-16 19:08:39 UTC (rev 156299)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.32.0
-pkgrel=1
-pkgdesc=Virtual Terminal Emulator widget for use with GTK3
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-makedepends=('intltool' 'gobject-introspection' 'gtk3')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/GNOME/sources/vte/${pkgver%.*}/vte-$pkgver.tar.xz
-make_alt_work.patch::http://git.gnome.org/browse/vte/patch/?id=b73782a28894e25ed146271f9d6c6775a6836199)
-sha256sums=('9fda2576265d9cad43f96dd55f5889b4bb9a2c80a4ff870a1219fd3e171b0583'
-'8307623b13bcaf214cc25207ee7afaf65575d334623460311c24437fbbae14d3')
-
-build() {
-  cd vte-$pkgver
-  patch -Np1 -R -i $srcdir/make_alt_work.patch
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection
-  make
-}
-
-package_vte3(){
-  depends=('gtk3' 'vte-common')
-  cd vte-$pkgver
-  make DESTDIR=$pkgdir install
-
-  rm 

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

2012-04-16 Thread Ionut Biru
Date: Monday, April 16, 2012 @ 15:16:29
  Author: ibiru
Revision: 156300

update to 3.4.1.1

Modified:
  gnome-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 19:08:39 UTC (rev 156299)
+++ PKGBUILD2012-04-16 19:16:29 UTC (rev 156300)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-terminal
-pkgver=3.4.0.1
+pkgver=3.4.1.1
 pkgrel=1
 pkgdesc=The GNOME Terminal Emulator
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 groups=('gnome')
 install=gnome-terminal.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1369298498d62993b075dc6d4b9669bbce1acb7ba1f670a0ba39e40a2a25a092')
+sha256sums=('14d4a252fcbadf0a5fff89f1ff65f0a84d02f5e51c42f8fc14cee73eabc43fdd')
 
 build() {
   cd $pkgname-$pkgver



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

2012-04-16 Thread Ionut Biru
Date: Monday, April 16, 2012 @ 15:18:01
  Author: ibiru
Revision: 156301

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

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

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

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

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

Deleted: testing-i686/gnome-terminal.install
===
--- testing-i686/gnome-terminal.install 2012-04-16 19:16:29 UTC (rev 156300)
+++ testing-i686/gnome-terminal.install 2012-04-16 19:18:01 UTC (rev 156301)
@@ -1,17 +0,0 @@
-pkgname=gnome-terminal
-
-post_install() {
-  gconfpkg --install $pkgname
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}

Copied: gnome-terminal/repos/testing-i686/gnome-terminal.install (from rev 
156300, gnome-terminal/trunk/gnome-terminal.install)
===
--- testing-i686/gnome-terminal.install (rev 0)
+++ testing-i686/gnome-terminal.install 2012-04-16 19:18:01 UTC (rev 156301)
@@ -0,0 +1,17 @@
+pkgname=gnome-terminal
+
+post_install() {
+  gconfpkg --install $pkgname
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gconfpkg --uninstall $pkgname
+}

Deleted: 

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

2012-04-16 Thread Ionut Biru
Date: Monday, April 16, 2012 @ 15:26:48
  Author: ibiru
Revision: 156302

update to 3.4.1

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 19:18:01 UTC (rev 156301)
+++ PKGBUILD2012-04-16 19:26:48 UTC (rev 156302)
@@ -4,7 +4,7 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
 url=http://www.gnome.org;
@@ -19,7 +19,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
 browser-plugins.ini)
-sha256sums=('683209ea6eeffa39c277bab02567e4ae8250f00719ef8dd3f30e5f4bdf1f0f9c'
+sha256sums=('eadf138068c2e31bf8fe31b3d63536cb0fe32f834fcf4fbfb453a3fff5eec7ef'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
 
 build() {



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

2012-04-16 Thread Ionut Biru
Date: Monday, April 16, 2012 @ 15:34:25
  Author: ibiru
Revision: 156303

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

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

+
 testing-i686/PKGBUILD  |  152 +--
 testing-i686/browser-plugins.ini   |4 
 testing-i686/totem.install |   26 ++---
 testing-x86_64/PKGBUILD|  152 +--
 testing-x86_64/browser-plugins.ini |4 
 testing-x86_64/totem.install   |   26 ++---
 6 files changed, 182 insertions(+), 182 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 19:26:48 UTC (rev 156302)
+++ testing-i686/PKGBUILD   2012-04-16 19:34:25 UTC (rev 156303)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgbase=totem
-pkgname=('totem' 'totem-plugin')
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('GPL2' 'custom')
-depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 
'totem-plparser' 'libxxf86vm'
- 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 
'hicolor-icon-theme'
- 'gnome-icon-theme-symbolic' 'gsettings-desktop-schemas' 'dconf' 
'clutter-gst'
- 'clutter-gtk' 'mx' 'python2-gobject' 'pylint')
-makedepends=('intltool' 'gtk-doc' 'nautilus' 'libgdata' 'lirc-utils'
- 'libepc' 'bluez' 'vala' 'grilo')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
-browser-plugins.ini)
-sha256sums=('683209ea6eeffa39c277bab02567e4ae8250f00719ef8dd3f30e5f4bdf1f0f9c'
-'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/totem \
---localstatedir=/var \
---disable-static \
---enable-python \
---enable-nautilus
-  make
-}
-
-package_totem() {
-  groups=('gnome-extra')
-  install=totem.install
-  optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
-  'gstreamer0.10-bad-plugins: Extra media codecs'
-  'gstreamer0.10-ffmpeg: Extra media codecs'
-  'lirc-utils: Infrared Remote Control plugin'
-  'libepc: Publish Playlist plugin'
-  'libgdata: YouTube Browser plugin'
-  'bluez: Bemused plugin'
-  'grilo-plugins: Browse sidebar (remote media)'
-  'pyxdg: opensubtitles plugin')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  rm -r $pkgdir/usr/lib/mozilla
-  rm $pkgdir/usr/lib/totem/totem-plugin-viewer
-
-  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| \
-
$pkgdir/usr/lib/totem/{totem/totem-bugreport.py,plugins/iplayer/iplayer2.py}
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem/COPYING
-}
-
-package_totem-plugin() {
-  pkgdesc=Totem plugin for web browsers
-  depends=(totem=$pkgver)
-  backup=(etc/totem/browser-plugins.ini)
-
-  cd $pkgbase-$pkgver
-  make -C browser-plugin \
-plugindir=/usr/lib/mozilla/plugins \
-xptdir=/usr/lib/mozilla/plugins \
-DESTDIR=$pkgdir install
-  
-  install -Dm644 ../browser-plugins.ini $pkgdir/etc/totem/browser-plugins.ini
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem-plugin/COPYING
-}

Copied: totem/repos/testing-i686/PKGBUILD (from rev 156302, 
totem/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 19:34:25 UTC (rev 156303)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=A GNOME3 integrated movie player based on Gstreamer.
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')

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

2012-04-16 Thread Tobias Powalowski
Date: Monday, April 16, 2012 @ 15:42:23
  Author: tpowa
Revision: 156304

upgpkg: linux-lts 3.0.28-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |5 ++---
 linux-lts.install |2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 19:34:25 UTC (rev 156303)
+++ PKGBUILD2012-04-16 19:42:23 UTC (rev 156304)
@@ -7,7 +7,7 @@
 # pkgname=linux-custom   # Build kernel with a different name
 _kernelname=${pkgname#linux}
 _basekernel=3.0
-pkgver=${_basekernel}.27
+pkgver=${_basekernel}.28
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -24,14 +24,13 @@
 'i915-fix-ghost-tv-output.patch'
 'ext4-options.patch')
 md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '2fc7f9aee8dc3f42196485b3cbb65e9e'
+ '53174daadd72dfba9ccbb5ff527a3e31'
  '7f76dfca96b1fc218cd3c3a9418461e9'
  'e0a4acbf337ac931374b57af4bb6bb10'
  '21a33df5fba2da2f56e447fb171f02c0'
  '9d3c56a4b999c8bfbd4018089a62f662'
  '263725f20c0b9eb9c353040792d644e5'
  'c8299cf750a84e12d60b372c8ca7e1e8')
-
 build() {
   cd ${srcdir}/linux-${_basekernel}
 

Modified: linux-lts.install
===
--- linux-lts.install   2012-04-16 19:34:25 UTC (rev 156303)
+++ linux-lts.install   2012-04-16 19:42:23 UTC (rev 156304)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.27-1-lts
+KERNEL_VERSION=3.0.28-1-lts
 
 post_install () {
   # updating module dependencies



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

2012-04-16 Thread Tobias Powalowski
Date: Monday, April 16, 2012 @ 15:43:36
  Author: tpowa
Revision: 156305

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/CVE-2012-0056.patch
(from rev 156304, linux-lts/trunk/CVE-2012-0056.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 156304, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 156304, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 156304, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 156304, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 156304, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 156304, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 156304, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 156304, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/CVE-2012-0056.patch
(from rev 156304, linux-lts/trunk/CVE-2012-0056.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 156304, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 156304, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 156304, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 156304, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 156304, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 156304, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 156304, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 156304, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/CVE-2012-0056.patch |  269 
 testing-i686/PKGBUILD|  278 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5498 +
 testing-i686/config.x86_64   | 5282 
 testing-i686/ext4-options.patch  |   49 
 testing-i686/i915-fix-ghost-tv-output.patch  |   26 
 testing-i686/linux-lts.install   |   62 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/CVE-2012-0056.patch   |  269 
 testing-x86_64/PKGBUILD  |  278 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5498 +
 testing-x86_64/config.x86_64 | 5282 
 testing-x86_64/ext4-options.patch|   49 
 testing-x86_64/i915-fix-ghost-tv-output.patch|   26 
 testing-x86_64/linux-lts.install |   62 
 testing-x86_64/linux-lts.preset  |   14 
 18 files changed, 22980 insertions(+)

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


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

2012-04-16 Thread Ionut Biru
Date: Monday, April 16, 2012 @ 15:47:44
  Author: ibiru
Revision: 156306

update to 0.6.9

Modified:
  folks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 19:43:36 UTC (rev 156305)
+++ PKGBUILD2012-04-16 19:47:44 UTC (rev 156306)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=folks
-pkgver=0.6.8
+pkgver=0.6.9
 pkgrel=1
 pkgdesc=Library to aggregates people into metacontacts
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb')
 makedepends=('gobject-introspection' 'intltool')
 options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
-sha256sums=('4ee18ce808315f27ab6bf9f7d2b438dd4c1042a8ab6836bb5058b6dce167e0b1')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cb14657f581e3d4b50884ac099ab13c7f9949c99f95806d1b8ad865345d26540')
 
 build() {
   cd $pkgname-$pkgver



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

2012-04-16 Thread Ionut Biru
Date: Monday, April 16, 2012 @ 15:48:35
  Author: ibiru
Revision: 156307

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 19:47:44 UTC (rev 156306)
+++ testing-i686/PKGBUILD   2012-04-16 19:48:35 UTC (rev 156307)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=folks
-pkgver=0.6.8
-pkgrel=1
-pkgdesc=Library to aggregates people into metacontacts
-arch=(i686 x86_64)
-url=http://telepathy.freedesktop.org/wiki/Folks;
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb')
-makedepends=('gobject-introspection' 'intltool')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
-sha256sums=('4ee18ce808315f27ab6bf9f7d2b438dd4c1042a8ab6836bb5058b6dce167e0b1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: folks/repos/testing-i686/PKGBUILD (from rev 156306, 
folks/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 19:48:35 UTC (rev 156307)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.6.9
+pkgrel=1
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb')
+makedepends=('gobject-introspection' 'intltool')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cb14657f581e3d4b50884ac099ab13c7f9949c99f95806d1b8ad865345d26540')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-04-16 19:47:44 UTC (rev 156306)
+++ testing-x86_64/PKGBUILD 2012-04-16 19:48:35 UTC (rev 156307)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=folks
-pkgver=0.6.8
-pkgrel=1
-pkgdesc=Library to aggregates people into metacontacts
-arch=(i686 x86_64)
-url=http://telepathy.freedesktop.org/wiki/Folks;
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb')
-makedepends=('gobject-introspection' 'intltool')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.6/$pkgname-$pkgver.tar.xz)
-sha256sums=('4ee18ce808315f27ab6bf9f7d2b438dd4c1042a8ab6836bb5058b6dce167e0b1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: folks/repos/testing-x86_64/PKGBUILD (from rev 156306, 
folks/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-16 19:48:35 UTC (rev 156307)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=folks
+pkgver=0.6.9
+pkgrel=1
+pkgdesc=Library to aggregates people into metacontacts
+arch=(i686 x86_64)
+url=http://telepathy.freedesktop.org/wiki/Folks;
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libgee' 'libxml2' 'evolution-data-server' 
'libsocialweb')
+makedepends=('gobject-introspection' 'intltool')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('cb14657f581e3d4b50884ac099ab13c7f9949c99f95806d1b8ad865345d26540')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2012-04-16 Thread Ionut Biru
Date: Monday, April 16, 2012 @ 15:51:53
  Author: ibiru
Revision: 156308

update to 2.36.1

Modified:
  librsvg/trunk/PKGBUILD
  librsvg/trunk/librsvg.install

-+
 PKGBUILD|6 +++---
 librsvg.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

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

Modified: librsvg.install
===
--- librsvg.install 2012-04-16 19:48:35 UTC (rev 156307)
+++ librsvg.install 2012-04-16 19:51:53 UTC (rev 156308)
@@ -1,5 +1,5 @@
 post_install() {
-usr/bin/gdk-pixbuf-query-loaders --update-cache
+gdk-pixbuf-query-loaders --update-cache
 }
 
 post_upgrade() {



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

2012-04-16 Thread Ionut Biru
Date: Monday, April 16, 2012 @ 15:52:53
  Author: ibiru
Revision: 156309

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

Added:
  librsvg/repos/testing-i686/PKGBUILD
(from rev 156308, librsvg/trunk/PKGBUILD)
  librsvg/repos/testing-i686/librsvg.install
(from rev 156308, librsvg/trunk/librsvg.install)
  librsvg/repos/testing-x86_64/PKGBUILD
(from rev 156308, librsvg/trunk/PKGBUILD)
  librsvg/repos/testing-x86_64/librsvg.install
(from rev 156308, librsvg/trunk/librsvg.install)
Deleted:
  librsvg/repos/testing-i686/PKGBUILD
  librsvg/repos/testing-i686/librsvg.install
  librsvg/repos/testing-x86_64/PKGBUILD
  librsvg/repos/testing-x86_64/librsvg.install

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

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

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

Deleted: testing-i686/librsvg.install
===
--- testing-i686/librsvg.install2012-04-16 19:51:53 UTC (rev 156308)
+++ testing-i686/librsvg.install2012-04-16 19:52:53 UTC (rev 156309)
@@ -1,11 +0,0 @@
-post_install() {
-usr/bin/gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: librsvg/repos/testing-i686/librsvg.install (from rev 156308, 
librsvg/trunk/librsvg.install)
===
--- testing-i686/librsvg.install(rev 0)
+++ testing-i686/librsvg.install2012-04-16 19:52:53 UTC (rev 156309)
@@ -0,0 +1,11 @@
+post_install() {
+gdk-pixbuf-query-loaders --update-cache
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-04-16 19:51:53 UTC (rev 156308)
+++ testing-x86_64/PKGBUILD 2012-04-16 19:52:53 UTC (rev 156309)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=librsvg
-pkgver=2.36.0
-pkgrel=1
-pkgdesc=A SVG viewing library
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2=2.24.1-3' 'pango' 'libcroco')
-makedepends=('intltool' 'gtk2' 'gtk3' 'gobject-introspection')
-optdepends=('gtk3: for rsvg-view-3')
-options=('!libtool' '!emptydirs')
-url=http://librsvg.sourceforge.net/;
-install=librsvg.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e6475e08c73e92c8bc58824e215551bd64ac5e9a492ff8c520b89c01a7ea510a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() 

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

2012-04-16 Thread Ionut Biru
Date: Monday, April 16, 2012 @ 15:54:24
  Author: ibiru
Revision: 156310

update to 3.4.1

Modified:
  gnome-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 19:52:53 UTC (rev 156309)
+++ PKGBUILD2012-04-16 19:54:24 UTC (rev 156310)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-backgrounds
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc=Background images and data for GNOME
 arch=(any)
@@ -11,7 +11,7 @@
 license=('GPL')
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b17dfd76ab829b67148b380a0b57bda9972fd117efd5a9cefda88aa86c72feb2')
+sha256sums=('2bdf51b1be8f72e215889f288554d990201f9c0bde498e135f8a0e2ed6cfdde4')
 
 build() {
   cd $pkgname-$pkgver



  1   2   >