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

2014-05-23 Thread Jürgen Hötzel
Date: Friday, May 23, 2014 @ 11:18:06
  Author: juergen
Revision: 213406

update to 1.1.18

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 02:47:32 UTC (rev 213405)
+++ PKGBUILD2014-05-23 09:18:06 UTC (rev 213406)
@@ -5,7 +5,7 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=1.1.17
+pkgver=1.1.18
 pkgrel=1
 pkgdesc=Steel Bank Common Lisp
 url=http://www.sbcl.org/;
@@ -17,7 +17,7 @@
 install=sbcl.install
 
source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
   arch-fixes.lisp)
-md5sums=('b912772de511c9c570db2e5f6f76ecfd'
+md5sums=('4dc4e8d8a5111ee4a689ab1a5db65f7d'
  '7ac0c1936547f4278198b8bf7725204d')
 
 



[arch-commits] Commit in qtchooser/trunk (3.conf PKGBUILD)

2014-05-23 Thread Andrea Scarpino
Date: Friday, May 23, 2014 @ 11:19:12
  Author: andrea
Revision: 213407

upgpkg: qtchooser 41-1

Use qtchooser from git to add qtdiag and bash completion; also disable qt3 
since it's in AUR now

Modified:
  qtchooser/trunk/PKGBUILD
Deleted:
  qtchooser/trunk/3.conf

--+
 3.conf   |2 --
 PKGBUILD |   16 
 2 files changed, 8 insertions(+), 10 deletions(-)

Deleted: 3.conf
===
--- 3.conf  2014-05-23 09:18:06 UTC (rev 213406)
+++ 3.conf  2014-05-23 09:19:12 UTC (rev 213407)
@@ -1,2 +0,0 @@
-/usr/lib/qt3/bin
-/usr/lib

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 09:18:06 UTC (rev 213406)
+++ PKGBUILD2014-05-23 09:19:12 UTC (rev 213407)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=qtchooser
-pkgver=39
+pkgver=41
 pkgrel=1
 pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on 
the system'
 arch=('i686' 'x86_64')
@@ -10,24 +10,24 @@
 license=('GPL')
 backup=('etc/xdg/qtchooser/default.conf')
 depends=('gcc-libs')
-source=(http://macieira.org/${pkgname}/${pkgname}-${pkgver}-g4717841.tar.gz;
-{3,4,5}.conf)
-md5sums=('fcf1b5e8373147e48ce72b9c1ffe3d10'
- '7c5da2b7911d1c4fabc63d6ef00f0020'
+makedepends=('git')
+source=(git://gitorious.org/qt/${pkgname}.git#commit=7985f775fb9cf9b77394a832f0c5f26de47c
+{4,5}.conf)
+md5sums=('SKIP'
  'aa4d49b269e1b806f5eea170801f0aa6'
  'cf83f09a9a5a44d898b93f624d74dd11')
 
 build() {
-  cd ${pkgname}-${pkgver}-g4717841
+  cd ${pkgname}
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}-g4717841
+  cd ${pkgname}
   make INSTALL_ROOT=${pkgdir} install
 
   install -d ${pkgdir}/etc/xdg/qtchooser
-  install -m644 ${srcdir}/{3,4,5}.conf \
+  install -m644 ${srcdir}/{4,5}.conf \
 ${pkgdir}/etc/xdg/qtchooser/
 
   # Set the default Qt



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

2014-05-23 Thread Andrea Scarpino
Date: Friday, May 23, 2014 @ 11:19:21
  Author: andrea
Revision: 213408

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

Added:
  qtchooser/repos/testing-i686/
  qtchooser/repos/testing-i686/4.conf
(from rev 213407, qtchooser/trunk/4.conf)
  qtchooser/repos/testing-i686/5.conf
(from rev 213407, qtchooser/trunk/5.conf)
  qtchooser/repos/testing-i686/PKGBUILD
(from rev 213407, qtchooser/trunk/PKGBUILD)
  qtchooser/repos/testing-x86_64/
  qtchooser/repos/testing-x86_64/4.conf
(from rev 213407, qtchooser/trunk/4.conf)
  qtchooser/repos/testing-x86_64/5.conf
(from rev 213407, qtchooser/trunk/5.conf)
  qtchooser/repos/testing-x86_64/PKGBUILD
(from rev 213407, qtchooser/trunk/PKGBUILD)

-+
 testing-i686/4.conf |2 ++
 testing-i686/5.conf |2 ++
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/4.conf   |2 ++
 testing-x86_64/5.conf   |2 ++
 testing-x86_64/PKGBUILD |   36 
 6 files changed, 80 insertions(+)

Copied: qtchooser/repos/testing-i686/4.conf (from rev 213407, 
qtchooser/trunk/4.conf)
===
--- testing-i686/4.conf (rev 0)
+++ testing-i686/4.conf 2014-05-23 09:19:21 UTC (rev 213408)
@@ -0,0 +1,2 @@
+/usr/lib/qt4/bin
+/usr/lib

Copied: qtchooser/repos/testing-i686/5.conf (from rev 213407, 
qtchooser/trunk/5.conf)
===
--- testing-i686/5.conf (rev 0)
+++ testing-i686/5.conf 2014-05-23 09:19:21 UTC (rev 213408)
@@ -0,0 +1,2 @@
+/usr/lib/qt/bin
+/usr/lib

Copied: qtchooser/repos/testing-i686/PKGBUILD (from rev 213407, 
qtchooser/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-23 09:19:21 UTC (rev 213408)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=qtchooser
+pkgver=41
+pkgrel=1
+pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on 
the system'
+arch=('i686' 'x86_64')
+url='http://qt.gitorious.org/qt/qtchooser'
+license=('GPL')
+backup=('etc/xdg/qtchooser/default.conf')
+depends=('gcc-libs')
+makedepends=('git')
+source=(git://gitorious.org/qt/${pkgname}.git#commit=7985f775fb9cf9b77394a832f0c5f26de47c
+{4,5}.conf)
+md5sums=('SKIP'
+ 'aa4d49b269e1b806f5eea170801f0aa6'
+ 'cf83f09a9a5a44d898b93f624d74dd11')
+
+build() {
+  cd ${pkgname}
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make INSTALL_ROOT=${pkgdir} install
+
+  install -d ${pkgdir}/etc/xdg/qtchooser
+  install -m644 ${srcdir}/{4,5}.conf \
+${pkgdir}/etc/xdg/qtchooser/
+
+  # Set the default Qt
+  ln -s /etc/xdg/qtchooser/5.conf \
+${pkgdir}/etc/xdg/qtchooser/default.conf
+}

Copied: qtchooser/repos/testing-x86_64/4.conf (from rev 213407, 
qtchooser/trunk/4.conf)
===
--- testing-x86_64/4.conf   (rev 0)
+++ testing-x86_64/4.conf   2014-05-23 09:19:21 UTC (rev 213408)
@@ -0,0 +1,2 @@
+/usr/lib/qt4/bin
+/usr/lib

Copied: qtchooser/repos/testing-x86_64/5.conf (from rev 213407, 
qtchooser/trunk/5.conf)
===
--- testing-x86_64/5.conf   (rev 0)
+++ testing-x86_64/5.conf   2014-05-23 09:19:21 UTC (rev 213408)
@@ -0,0 +1,2 @@
+/usr/lib/qt/bin
+/usr/lib

Copied: qtchooser/repos/testing-x86_64/PKGBUILD (from rev 213407, 
qtchooser/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-23 09:19:21 UTC (rev 213408)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=qtchooser
+pkgver=41
+pkgrel=1
+pkgdesc='Wrap the other Qt tools by searching for different instances of Qt on 
the system'
+arch=('i686' 'x86_64')
+url='http://qt.gitorious.org/qt/qtchooser'
+license=('GPL')
+backup=('etc/xdg/qtchooser/default.conf')
+depends=('gcc-libs')
+makedepends=('git')
+source=(git://gitorious.org/qt/${pkgname}.git#commit=7985f775fb9cf9b77394a832f0c5f26de47c
+{4,5}.conf)
+md5sums=('SKIP'
+ 'aa4d49b269e1b806f5eea170801f0aa6'
+ 'cf83f09a9a5a44d898b93f624d74dd11')
+
+build() {
+  cd ${pkgname}
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make INSTALL_ROOT=${pkgdir} install
+
+  install -d ${pkgdir}/etc/xdg/qtchooser
+  install -m644 ${srcdir}/{4,5}.conf \
+${pkgdir}/etc/xdg/qtchooser/
+
+  # Set the default Qt
+  ln -s /etc/xdg/qtchooser/5.conf \
+${pkgdir}/etc/xdg/qtchooser/default.conf
+}



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

2014-05-23 Thread Jürgen Hötzel
Date: Friday, May 23, 2014 @ 11:29:46
  Author: juergen
Revision: 213409

rebuild against sbcl-1.1.18

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 09:19:21 UTC (rev 213408)
+++ PKGBUILD2014-05-23 09:29:46 UTC (rev 213409)
@@ -4,12 +4,12 @@
 
 pkgname=maxima
 pkgver=5.33.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A sophisticated computer algebra system
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://maxima.sourceforge.net;
-depends=('sbcl=1.1.17' 'texinfo' 'sh')
+depends=('sbcl=1.1.18' 'texinfo' 'sh')
 makedepends=('python2')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version



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

2014-05-23 Thread Laurent Carlier
Date: Friday, May 23, 2014 @ 11:36:12
  Author: lcarlier
Revision: 213410

fix FS#37789, cleanups

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 09:29:46 UTC (rev 213409)
+++ PKGBUILD2014-05-23 09:36:12 UTC (rev 213410)
@@ -5,7 +5,7 @@
 pkgbase=mesa
 pkgname=('opencl-mesa' 'ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri' 'mesa' 
'mesa-libgl')
 pkgver=10.2.0rc3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 makedepends=('python2' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm'  'libxdamage' 'libvdpau' 'wayland' 
'elfutils' 'llvm' 'systemd'
@@ -65,12 +65,12 @@
   depends=('mesa-libgl' mesa=${pkgver} 'libcl' 'libclc' 'clang')
   optdepends=('opencl-headers: headers necessary for OpenCL development')
   
+  install -m755 -d ${pkgdir}/etc
+  mv -v ${srcdir}/fakeinstall/etc/OpenCL ${pkgdir}/etc/
+  
   install -m755 -d ${pkgdir}/usr/lib/
   mv -v ${srcdir}/fakeinstall/usr/lib/lib*OpenCL* ${pkgdir}/usr/lib/
 
-  install -m755 -d ${pkgdir}/etc
-  mv -v ${srcdir}/fakeinstall/etc/OpenCL ${pkgdir}/etc
-  
   install -m755 -d ${pkgdir}/usr/share/licenses/opencl-mesa
   install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/opencl-mesa/
 }
@@ -77,7 +77,7 @@
 
 package_ati-dri() {
   pkgdesc=Mesa drivers for AMD/ATI Radeon
-  depends=('mesa-libgl' 'libtxc_dxtn' mesa=${pkgver})
+  depends=('mesa-libgl' 'libtxc_dxtn' 'libomxil-bellagio' mesa=${pkgver})
   conflicts=('xf86-video-ati6.9.0-6')
 
   install -m755 -d ${pkgdir}/usr/lib/vdpau/
@@ -89,6 +89,11 @@
   install -m755 -d ${pkgdir}/usr/lib/gallium-pipe
   mv -v ${srcdir}/fakeinstall/usr/lib/gallium-pipe/pipe_{r300,r600,radeonsi}* 
${pkgdir}/usr/lib/gallium-pipe/
   
+  # I don't think it's currently useful to package libomx_r600
+  install -m755 -d ${pkgdir}/usr/lib/bellagio
+  # mv -v ${srcdir}/fakeinstall/usr/lib/bellagio/libomx_{r600,radeonsi}.so 
${pkgdir}/usr/lib/bellagio/
+  mv -v ${srcdir}/fakeinstall/usr/lib/bellagio/libomx_radeonsi.so 
${pkgdir}/usr/lib/bellagio/
+
   install -m755 -d ${pkgdir}/usr/share/licenses/ati-dri
   install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/ati-dri/
 }
@@ -116,6 +121,10 @@
   
   install -m755 -d ${pkgdir}/usr/lib/gallium-pipe
   mv -v ${srcdir}/fakeinstall/usr/lib/gallium-pipe/pipe_nouveau* 
${pkgdir}/usr/lib/gallium-pipe/
+
+  # I don't think it's currently useful to package it
+  #install -m755 -d ${pkgdir}/usr/lib/bellagio
+  #mv -v ${srcdir}/fakeinstall/usr/lib/bellagio/libomx_nouveau.so 
${pkgdir}/usr/lib/bellagio/
   
   install -m755 -d ${pkgdir}/usr/share/licenses/nouveau-dri
   install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/nouveau-dri/
@@ -137,18 +146,31 @@
 
 package_mesa() {
   pkgdesc=an open-source implementation of the OpenGL specification
-  depends=('libdrm' 'libvdpau' 'wayland' 'libxxf86vm' 'libxdamage' 
'libxshmfence' 'libomxil-bellagio' 'systemd' 'elfutils' 'llvm-libs')
+  depends=('libdrm' 'libvdpau' 'wayland' 'libxxf86vm' 'libxdamage' 
'libxshmfence' 'systemd' 'elfutils' 'llvm-libs')
   optdepends=('opengl-man-pages: for the OpenGL API man pages')
   provides=('libglapi' 'osmesa' 'libgbm' 'libgles' 'libegl' 
'khrplatform-devel')
   conflicts=('libglapi' 'osmesa' 'libgbm' 'libgles' 'libegl' 
'khrplatform-devel')
   replaces=('libglapi' 'osmesa' 'libgbm' 'libgles' 'libegl' 
'khrplatform-devel')
 
-  mv -v ${srcdir}/fakeinstall/* ${pkgdir}
+  install -m755 -d ${pkgdir}/etc
+  mv -v ${srcdir}/fakeinstall/etc/drirc ${pkgdir}/etc
+  
+  install -m755 -d ${pkgdir}/usr/lib/{gallium-pipe,gbm}
+  mv -v 
${srcdir}/fakeinstall/usr/lib/lib{OSMesa,gbm,glapi,wayland-egl,xatracker}.so* 
${pkgdir}/usr/lib/
+  mv -v ${srcdir}/fakeinstall/usr/lib/gallium-pipe/pipe_swrast* 
${pkgdir}/usr/lib/gallium-pipe/
+  mv -v ${srcdir}/fakeinstall/usr/lib/gbm/gbm_gallium_drm* 
${pkgdir}/usr/lib/gbm/
+
+  mv -v ${srcdir}/fakeinstall/usr/include ${pkgdir}/usr
+  mv -v ${srcdir}/fakeinstall/usr/lib/pkgconfig ${pkgdir}/usr/lib/
+  
+  install -m755 -d ${pkgdir}/usr/lib/xorg/modules/dri
+  mv -v ${srcdir}/fakeinstall/usr/lib/xorg/modules/dri/swrast_dri* 
${pkgdir}/usr/lib/xorg/modules/dri/
+  
   install -m755 -d ${pkgdir}/usr/lib/mesa
   # move libgl/EGL/glesv*.so to not conflict with blobs - may break .pc files ?
-  mv -v ${pkgdir}/usr/lib/libGL.so*${pkgdir}/usr/lib/mesa/
-  mv -v ${pkgdir}/usr/lib/libEGL.so*   ${pkgdir}/usr/lib/mesa/
-  mv -v ${pkgdir}/usr/lib/libGLES*.so* ${pkgdir}/usr/lib/mesa/
+  mv -v ${srcdir}/fakeinstall/usr/lib/libGL.so*${pkgdir}/usr/lib/mesa/
+  mv -v ${srcdir}/fakeinstall/usr/lib/libEGL.so*   ${pkgdir}/usr/lib/mesa/
+  mv -v ${srcdir}/fakeinstall/usr/lib/libGLES*.so* ${pkgdir}/usr/lib/mesa/
 
   install -m755 -d ${pkgdir}/usr/share/licenses/mesa
   install -m644 

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

2014-05-23 Thread Daniel Micay
Date: Friday, May 23, 2014 @ 11:43:05
  Author: thestinger
Revision: 111746

add optional dependencies on gradm and paxd

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 04:07:54 UTC (rev 111745)
+++ PKGBUILD2014-05-23 09:43:05 UTC (rev 111746)
@@ -165,7 +165,9 @@
   pkgdesc=The Linux kernel and modules with grsecurity/PaX patches
   [ ${pkgbase} = linux ]  groups=('base')
   depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio=0.7')
-  optdepends=('crda: to set the correct wireless channels of your country')
+  optdepends=('crda: to set the correct wireless channels of your country'
+  'gradm: to configure and enable Role Based Access Control (RBAC)'
+  'paxd: to enable PaX exploit mitigations and apply exceptions 
automatically')
   provides=(kernel26${_kernelname}=${_pkgver})
   conflicts=(kernel26${_kernelname})
   replaces=(kernel26${_kernelname})



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

2014-05-23 Thread Timothy Redaelli
Date: Friday, May 23, 2014 @ 11:44:06
  Author: tredaelli
Revision: 111747

upgpkg: parallel 20140522-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 09:43:05 UTC (rev 111746)
+++ PKGBUILD2014-05-23 09:44:06 UTC (rev 111747)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons sim...@cryp.to
 
 pkgname=parallel
-pkgver=20140422
+pkgver=20140522
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl')
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('be1cb2f4b15d4631a4712909cb7ba191'
+md5sums=('581ec94b81121bb923ce0aa47df516ae'
  'SKIP')
-sha1sums=('e376fb15bdc2d5a404c81ddde76fe9596a1bc784'
+sha1sums=('3dfd622b3e61d53dc296f85d5da54619c15d3a9c'
   'SKIP')
 
 build() {



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

2014-05-23 Thread Timothy Redaelli
Date: Friday, May 23, 2014 @ 11:44:12
  Author: tredaelli
Revision: 111748

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 111747, parallel/trunk/PKGBUILD)
  parallel/repos/community-any/fix-pod-numbers.patch
(from rev 111747, parallel/trunk/fix-pod-numbers.patch)
Deleted:
  parallel/repos/community-any/PKGBUILD
  parallel/repos/community-any/fix-pod-numbers.patch

---+
 PKGBUILD  |   62 +++
 fix-pod-numbers.patch |   94 
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-23 09:44:06 UTC (rev 111747)
+++ PKGBUILD2014-05-23 09:44:12 UTC (rev 111748)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Vianney le Clément vleclement AT gmail·com
-# Contributor: Peter Simons sim...@cryp.to
-
-pkgname=parallel
-pkgver=20140422
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl')
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('be1cb2f4b15d4631a4712909cb7ba191'
- 'SKIP')
-sha1sums=('e376fb15bdc2d5a404c81ddde76fe9596a1bc784'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 111747, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-23 09:44:12 UTC (rev 111748)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Vianney le Clément vleclement AT gmail·com
+# Contributor: Peter Simons sim...@cryp.to
+
+pkgname=parallel
+pkgver=20140522
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl')
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('581ec94b81121bb923ce0aa47df516ae'
+ 'SKIP')
+sha1sums=('3dfd622b3e61d53dc296f85d5da54619c15d3a9c'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: fix-pod-numbers.patch
===
--- fix-pod-numbers.patch   2014-05-23 09:44:06 UTC (rev 111747)
+++ fix-pod-numbers.patch   2014-05-23 09:44:12 UTC (rev 111748)
@@ -1,47 +0,0 @@
 src/parallel.pod.orig
-+++ src/parallel.pod
-@@ -528,18 +528,18 @@
- 
- =over 3
- 
--=item 0
-+=item 0Z
- 
- Do not halt if a job fails. Exit status will be the number of jobs
- failed. This is the default.
- 
--=item 1
-+=item 1Z
- 
- Do not start new jobs if a job fails, but complete the running jobs
- including cleanup. The exit status will be the exit status from the
- last failing job.
- 
--=item 2
-+=item 2Z
- 
- Kill off all jobs immediately and exit without cleanup. The exit
- status will be the exit status from the failing job.
-@@ -2760,7 +2760,7 @@
- 
- =over 6
- 
--=item 0
-+=item 0Z
- 
- All jobs ran without error.
- 
-@@ -2768,11 +2768,11 @@
- 
- Some of the jobs failed. The exit status gives the number of failed jobs
- 
--=item 254
-+=item 254Z
- 
- More than 253 jobs failed.
- 
--=item 255
-+=item 255Z
- 
- Other error.
- 

Copied: parallel/repos/community-any/fix-pod-numbers.patch (from rev 111747, 
parallel/trunk/fix-pod-numbers.patch)
===
--- fix-pod-numbers.patch   (rev 0)
+++ fix-pod-numbers.patch   2014-05-23 09:44:12 UTC (rev 111748)
@@ -0,0 +1,47 @@
+--- src/parallel.pod.orig
 src/parallel.pod
+@@ -528,18 +528,18 @@
+ 
+ =over 3
+ 
+-=item 0
++=item 0Z
+ 
+ Do not halt if a job fails. Exit status will be the number of jobs
+ failed. This is the default.
+ 
+-=item 1
++=item 1Z
+ 
+ Do not start new jobs if a job fails, but complete the running jobs
+ including cleanup. The exit status will be the exit status from the
+ last failing job.
+ 
+-=item 2
++=item 2Z
+ 
+ Kill off all jobs immediately and exit without cleanup. The exit
+ status will be the exit status from the failing job.
+@@ -2760,7 +2760,7 @@
+ 
+ =over 6
+ 
+-=item 0
++=item 0Z
+ 
+ All jobs ran without error.
+ 
+@@ -2768,11 +2768,11 @@
+ 
+ Some of the jobs failed. The exit status gives the number of failed jobs
+ 
+-=item 254
++=item 254Z
+ 
+ More than 253 jobs failed.
+ 
+-=item 255
++=item 255Z
+ 
+ Other error.
+ 



[arch-commits] Commit in dspam/repos/community-x86_64 (12 files)

2014-05-23 Thread Sergej Pupykin
Date: Friday, May 23, 2014 @ 11:48:30
  Author: spupykin
Revision: 111750

archrelease: copy trunk to community-x86_64

Added:
  dspam/repos/community-x86_64/PKGBUILD
(from rev 111749, dspam/trunk/PKGBUILD)
  dspam/repos/community-x86_64/dspam.install
(from rev 111749, dspam/trunk/dspam.install)
  dspam/repos/community-x86_64/dspam.logrotated
(from rev 111749, dspam/trunk/dspam.logrotated)
  dspam/repos/community-x86_64/dspam.service
(from rev 111749, dspam/trunk/dspam.service)
  dspam/repos/community-x86_64/dspam.tmpfiles
(from rev 111749, dspam/trunk/dspam.tmpfiles)
  dspam/repos/community-x86_64/dspam_maintenance.cron
(from rev 111749, dspam/trunk/dspam_maintenance.cron)
Deleted:
  dspam/repos/community-x86_64/PKGBUILD
  dspam/repos/community-x86_64/dspam.install
  dspam/repos/community-x86_64/dspam.logrotated
  dspam/repos/community-x86_64/dspam.service
  dspam/repos/community-x86_64/dspam.tmpfiles
  dspam/repos/community-x86_64/dspam_maintenance.cron

+
 PKGBUILD   |  175 +++
 dspam.install  |   88 +++
 dspam.logrotated   |   20 ++---
 dspam.service  |   22 ++---
 dspam.tmpfiles |2 
 dspam_maintenance.cron |   12 +--
 6 files changed, 161 insertions(+), 158 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-23 09:48:15 UTC (rev 111749)
+++ PKGBUILD2014-05-23 09:48:30 UTC (rev 111750)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=dspam
-pkgver=3.10.2
-pkgrel=8
-pkgdesc=A scalable, open-source statistical anti-spam filter
-arch=('i686' 'x86_64')
-url=http://dspam.nuclearelephant.com/;
-backup=('etc/dspam/dspam.conf'
-   'srv/http/dspam/cgi-bin/admins'
-   'srv/http/dspam/cgi-bin/subadmins')
-license=(GPL)
-depends=(readline libcap ncurses zlib openssl)
-makedepends=('libmariadbclient' 'postgresql-libs' 'db' 'sqlite' 'libldap')
-optdepends=('libmariadbclient: MariaDB support'
-   'postgresql-libs: PostgreSQL support'
-   'db: BerkeleyDB support'
-   'sqlite: SQLite support'
-   'clamav: ClamAV support'
-   'libldap: external lookup support')
-options=('zipman' 'docs')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/dspam/dspam/dspam-$pkgver/dspam-$pkgver.tar.gz
-   dspam.logrotated
-   dspam.service
-   dspam.tmpfiles
-   dspam_maintenance.cron)
-md5sums=('0e0e405d3284485b2a43f47eaf6b09bb'
- 'cec7e3df4cbc6feca387fb516a5b3490'
- '1581a94598cec370b66f37b118970676'
- '933643f2204ccbd7e451a439f83db1ea'
- 'ebfb0fec16a56f6e1a3a61ced2d5015d')
-
-build() {
-  OPTS=--with-dspam-owner=dspam --with-dspam-group=dspam 
--with-dspam-home-group=dspam --with-dspam-mode=2510 \
-   --enable-daemon --enable-virtual-users --enable-large-scale 
--enable-long-usernames --enable-external-lookup \
-   --enable-split-configuration --enable-syslog --enable-clamav \
-   --with-dspam-home=/var/lib/dspam --with-logdir=/var/log/dspam 
--with-logfile=/var/log/dspam/dspam.log \
-   --with-mysql-includes=/usr/include/mysql 
--with-mysql-libraries=/usr/lib \
-   
--with-storage-driver=hash_drv,mysql_drv,libdb4_drv,pgsql_drv,sqlite3_drv 
--enable-preferences-extension
-
-  cd $srcdir/$pkgname-$pkgver
-  [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --sysconfdir=/etc/dspam 
--localstatedir=/var ${OPTS}
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/srv/http/dspam
-  cp -a webui/* $pkgdir/srv/http/dspam/
-  find $pkgdir/srv/http/dspam/ -type f -name 'Makefile*' -exec rm -f {} \;
-  find $pkgdir/srv/http/dspam/ -type f -name '*.in' -exec rm -f {} \;
-
-  install -d $pkgdir/etc/logrotate.d \
-$pkgdir/usr/share/dspam/{mysql,pgsql}
-  install -m644 ../dspam.logrotated $pkgdir/etc/logrotate.d/dspam
-
-  sed -i 's|#ServerPID|ServerPID|' $pkgdir/etc/dspam/dspam.conf
-
-  sed -e 's:^#*\(ServerDomainSocketPath[\t 
]\{1,\}\).*:\1\/run/dspam/dspam.sock\:gI' \
-   -e 's:^#*\(ServerPID[\t 
]\{1,\}\).*:\1/run/dspam/dspam.pid:gI' \
-   -i $pkgdir/etc/dspam/dspam.conf
-
-  sed -i 's|/var/lib/mysql/mysql.sock|/run/mysqld/mysqld.sock|' 
$pkgdir/etc/dspam/dspam.conf
-
-  cp -r src/tools.mysql_drv/*.sql $pkgdir/usr/share/dspam/mysql
-  cp -r src/tools.pgsql_drv/*.sql $pkgdir/usr/share/dspam/pgsql
-
-  # install dspam_maintenance from contrib/
-  install -Dm0755 contrib/dspam_maintenance/dspam_maintenance.sh 
$pkgdir/usr/bin/dspam_maintenance
-  install -Dm0644 contrib/dspam_maintenance/dspam_maintenance.1 
$pkgdir/usr/share/man/man1/dspam_maintenance.1
-  install -Dm0755 $srcdir/dspam_maintenance.cron 
$pkgdir/etc/cron.daily/dspam_maintenance
-
-  cd 

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

2014-05-23 Thread Sergej Pupykin
Date: Friday, May 23, 2014 @ 11:48:15
  Author: spupykin
Revision: 111749

upgpkg: dspam 3.10.2-9

upd

Modified:
  dspam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 09:44:12 UTC (rev 111748)
+++ PKGBUILD2014-05-23 09:48:15 UTC (rev 111749)
@@ -4,7 +4,7 @@
 
 pkgname=dspam
 pkgver=3.10.2
-pkgrel=8
+pkgrel=9
 pkgdesc=A scalable, open-source statistical anti-spam filter
 arch=('i686' 'x86_64')
 url=http://dspam.nuclearelephant.com/;
@@ -41,8 +41,11 @@
--with-mysql-includes=/usr/include/mysql 
--with-mysql-libraries=/usr/lib \

--with-storage-driver=hash_drv,mysql_drv,libdb4_drv,pgsql_drv,sqlite3_drv 
--enable-preferences-extension
 
+  export CFLAGS=-O2
+  unset LDFLAGS
+
   cd $srcdir/$pkgname-$pkgver
-  [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --sysconfdir=/etc/dspam 
--localstatedir=/var ${OPTS}
+  ./configure --prefix=/usr --sysconfdir=/etc/dspam --localstatedir=/var 
${OPTS}
   make
 }
 



[arch-commits] Commit in dspam/repos/community-i686 (12 files)

2014-05-23 Thread Sergej Pupykin
Date: Friday, May 23, 2014 @ 11:50:11
  Author: spupykin
Revision: 111751

archrelease: copy trunk to community-i686

Added:
  dspam/repos/community-i686/PKGBUILD
(from rev 111750, dspam/trunk/PKGBUILD)
  dspam/repos/community-i686/dspam.install
(from rev 111750, dspam/trunk/dspam.install)
  dspam/repos/community-i686/dspam.logrotated
(from rev 111750, dspam/trunk/dspam.logrotated)
  dspam/repos/community-i686/dspam.service
(from rev 111750, dspam/trunk/dspam.service)
  dspam/repos/community-i686/dspam.tmpfiles
(from rev 111750, dspam/trunk/dspam.tmpfiles)
  dspam/repos/community-i686/dspam_maintenance.cron
(from rev 111750, dspam/trunk/dspam_maintenance.cron)
Deleted:
  dspam/repos/community-i686/PKGBUILD
  dspam/repos/community-i686/dspam.install
  dspam/repos/community-i686/dspam.logrotated
  dspam/repos/community-i686/dspam.service
  dspam/repos/community-i686/dspam.tmpfiles
  dspam/repos/community-i686/dspam_maintenance.cron

+
 PKGBUILD   |  175 +++
 dspam.install  |   88 +++
 dspam.logrotated   |   20 ++---
 dspam.service  |   22 ++---
 dspam.tmpfiles |2 
 dspam_maintenance.cron |   12 +--
 6 files changed, 161 insertions(+), 158 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-23 09:48:30 UTC (rev 111750)
+++ PKGBUILD2014-05-23 09:50:11 UTC (rev 111751)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=dspam
-pkgver=3.10.2
-pkgrel=8
-pkgdesc=A scalable, open-source statistical anti-spam filter
-arch=('i686' 'x86_64')
-url=http://dspam.nuclearelephant.com/;
-backup=('etc/dspam/dspam.conf'
-   'srv/http/dspam/cgi-bin/admins'
-   'srv/http/dspam/cgi-bin/subadmins')
-license=(GPL)
-depends=(readline libcap ncurses zlib openssl)
-makedepends=('libmariadbclient' 'postgresql-libs' 'db' 'sqlite' 'libldap')
-optdepends=('libmariadbclient: MariaDB support'
-   'postgresql-libs: PostgreSQL support'
-   'db: BerkeleyDB support'
-   'sqlite: SQLite support'
-   'clamav: ClamAV support'
-   'libldap: external lookup support')
-options=('zipman' 'docs')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/dspam/dspam/dspam-$pkgver/dspam-$pkgver.tar.gz
-   dspam.logrotated
-   dspam.service
-   dspam.tmpfiles
-   dspam_maintenance.cron)
-md5sums=('0e0e405d3284485b2a43f47eaf6b09bb'
- 'cec7e3df4cbc6feca387fb516a5b3490'
- '1581a94598cec370b66f37b118970676'
- '933643f2204ccbd7e451a439f83db1ea'
- 'ebfb0fec16a56f6e1a3a61ced2d5015d')
-
-build() {
-  OPTS=--with-dspam-owner=dspam --with-dspam-group=dspam 
--with-dspam-home-group=dspam --with-dspam-mode=2510 \
-   --enable-daemon --enable-virtual-users --enable-large-scale 
--enable-long-usernames --enable-external-lookup \
-   --enable-split-configuration --enable-syslog --enable-clamav \
-   --with-dspam-home=/var/lib/dspam --with-logdir=/var/log/dspam 
--with-logfile=/var/log/dspam/dspam.log \
-   --with-mysql-includes=/usr/include/mysql 
--with-mysql-libraries=/usr/lib \
-   
--with-storage-driver=hash_drv,mysql_drv,libdb4_drv,pgsql_drv,sqlite3_drv 
--enable-preferences-extension
-
-  cd $srcdir/$pkgname-$pkgver
-  [ $NOEXTRACT -eq 1 ] || ./configure --prefix=/usr --sysconfdir=/etc/dspam 
--localstatedir=/var ${OPTS}
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/srv/http/dspam
-  cp -a webui/* $pkgdir/srv/http/dspam/
-  find $pkgdir/srv/http/dspam/ -type f -name 'Makefile*' -exec rm -f {} \;
-  find $pkgdir/srv/http/dspam/ -type f -name '*.in' -exec rm -f {} \;
-
-  install -d $pkgdir/etc/logrotate.d \
-$pkgdir/usr/share/dspam/{mysql,pgsql}
-  install -m644 ../dspam.logrotated $pkgdir/etc/logrotate.d/dspam
-
-  sed -i 's|#ServerPID|ServerPID|' $pkgdir/etc/dspam/dspam.conf
-
-  sed -e 's:^#*\(ServerDomainSocketPath[\t 
]\{1,\}\).*:\1\/run/dspam/dspam.sock\:gI' \
-   -e 's:^#*\(ServerPID[\t 
]\{1,\}\).*:\1/run/dspam/dspam.pid:gI' \
-   -i $pkgdir/etc/dspam/dspam.conf
-
-  sed -i 's|/var/lib/mysql/mysql.sock|/run/mysqld/mysqld.sock|' 
$pkgdir/etc/dspam/dspam.conf
-
-  cp -r src/tools.mysql_drv/*.sql $pkgdir/usr/share/dspam/mysql
-  cp -r src/tools.pgsql_drv/*.sql $pkgdir/usr/share/dspam/pgsql
-
-  # install dspam_maintenance from contrib/
-  install -Dm0755 contrib/dspam_maintenance/dspam_maintenance.sh 
$pkgdir/usr/bin/dspam_maintenance
-  install -Dm0644 contrib/dspam_maintenance/dspam_maintenance.1 
$pkgdir/usr/share/man/man1/dspam_maintenance.1
-  install -Dm0755 $srcdir/dspam_maintenance.cron 
$pkgdir/etc/cron.daily/dspam_maintenance
-
-  cd $pkgdir/usr/share/man/man3
-  find 

[arch-commits] Commit in maxima/repos/extra-x86_64 (6 files)

2014-05-23 Thread Jürgen Hötzel
Date: Friday, May 23, 2014 @ 12:44:10
  Author: juergen
Revision: 213411

archrelease: copy trunk to extra-x86_64

Added:
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 213410, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 213410, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/maxima.install
(from rev 213410, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop
  maxima/repos/extra-x86_64/maxima.install

+
 PKGBUILD   |  106 +++
 maxima.desktop |   22 +--
 maxima.install |   36 +-
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-23 09:36:12 UTC (rev 213410)
+++ PKGBUILD2014-05-23 10:44:10 UTC (rev 213411)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=maxima
-pkgver=5.33.0
-pkgrel=2
-pkgdesc=A sophisticated computer algebra system
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://maxima.sourceforge.net;
-depends=('sbcl=1.1.17' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('0b57f1ada8676979c6d431d6e114c7b04e1e8c8c'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d ${pkgdir}/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: maxima/repos/extra-x86_64/PKGBUILD (from rev 213410, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-23 10:44:10 UTC (rev 213411)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=maxima
+pkgver=5.33.0
+pkgrel=3
+pkgdesc=A sophisticated computer algebra system
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://maxima.sourceforge.net;
+depends=('sbcl=1.1.18' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
+sha1sums=('0b57f1ada8676979c6d431d6e114c7b04e1e8c8c'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # set correct python executable to create docs
+  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 ${srcdir}/${pkgname}.desktop \
+   ${pkgdir}/usr/share/applications/${pkgname}.desktop
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d ${pkgdir}/usr/share/pixmaps/
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Deleted: maxima.desktop

[arch-commits] Commit in sbcl/repos/extra-x86_64 (8 files)

2014-05-23 Thread Jürgen Hötzel
Date: Friday, May 23, 2014 @ 12:44:45
  Author: juergen
Revision: 213412

archrelease: copy trunk to extra-x86_64

Added:
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 213411, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 213411, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-x86_64/sbcl.install
(from rev 213411, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch
(from rev 213411, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp
  sbcl/repos/extra-x86_64/sbcl.install
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-23 10:44:10 UTC (rev 213411)
+++ PKGBUILD2014-05-23 10:44:45 UTC (rev 213412)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.17
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('b912772de511c9c570db2e5f6f76ecfd'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-x86_64/PKGBUILD (from rev 213411, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-23 10:44:45 UTC (rev 213412)
@@ -0,0 +1,73 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.1.18
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('4dc4e8d8a5111ee4a689ab1a5db65f7d'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd 

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

2014-05-23 Thread Jürgen Hötzel
Date: Friday, May 23, 2014 @ 12:46:07
  Author: juergen
Revision: 213413

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 213412, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 213412, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 213412, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 213412, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-23 10:44:45 UTC (rev 213412)
+++ PKGBUILD2014-05-23 10:46:07 UTC (rev 213413)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.17
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('b912772de511c9c570db2e5f6f76ecfd'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 213412, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-23 10:46:07 UTC (rev 213413)
@@ -0,0 +1,73 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.1.18
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('4dc4e8d8a5111ee4a689ab1a5db65f7d'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # cannot 

[arch-commits] Commit in maxima/repos/extra-i686 (6 files)

2014-05-23 Thread Jürgen Hötzel
Date: Friday, May 23, 2014 @ 13:11:07
  Author: juergen
Revision: 213414

archrelease: copy trunk to extra-i686

Added:
  maxima/repos/extra-i686/PKGBUILD
(from rev 213413, maxima/trunk/PKGBUILD)
  maxima/repos/extra-i686/maxima.desktop
(from rev 213413, maxima/trunk/maxima.desktop)
  maxima/repos/extra-i686/maxima.install
(from rev 213413, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-i686/PKGBUILD
  maxima/repos/extra-i686/maxima.desktop
  maxima/repos/extra-i686/maxima.install

+
 PKGBUILD   |  106 +++
 maxima.desktop |   22 +--
 maxima.install |   36 +-
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-23 10:46:07 UTC (rev 213413)
+++ PKGBUILD2014-05-23 11:11:07 UTC (rev 213414)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=maxima
-pkgver=5.33.0
-pkgrel=2
-pkgdesc=A sophisticated computer algebra system
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://maxima.sourceforge.net;
-depends=('sbcl=1.1.17' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('0b57f1ada8676979c6d431d6e114c7b04e1e8c8c'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d ${pkgdir}/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: maxima/repos/extra-i686/PKGBUILD (from rev 213413, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-23 11:11:07 UTC (rev 213414)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=maxima
+pkgver=5.33.0
+pkgrel=3
+pkgdesc=A sophisticated computer algebra system
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://maxima.sourceforge.net;
+depends=('sbcl=1.1.18' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
+sha1sums=('0b57f1ada8676979c6d431d6e114c7b04e1e8c8c'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # set correct python executable to create docs
+  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 ${srcdir}/${pkgname}.desktop \
+   ${pkgdir}/usr/share/applications/${pkgname}.desktop
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d ${pkgdir}/usr/share/pixmaps/
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Deleted: maxima.desktop

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

2014-05-23 Thread Alexander Rødseth
Date: Friday, May 23, 2014 @ 13:17:36
  Author: arodseth
Revision: 111752

upgpkg: dart 1.4.0-1

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 09:50:11 UTC (rev 111751)
+++ PKGBUILD2014-05-23 11:17:36 UTC (rev 111752)
@@ -6,7 +6,7 @@
 # Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
 
 pkgname=dart
-pkgver=1.3.6
+pkgver=1.4.0
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
@@ -18,10 +18,10 @@
 
 if [[ $CARCH == x86_64 ]]; then
   
source=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
-  
sha256sums=('799c04cc1d797c46580c4ad58b762b5a6234419b9eb05bdcb9b8cac9221ef669')
+  
sha256sums=('3c9c8afef58b49e0d03add60ee54e5c4d77c95990fadb16bc0c9045cc3ed34de')
 else
   
source=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-  
sha256sums=('f9aa8f4d3164eca5ddd22012ed2d38ed523aeef9775d0b2229a77d611bdce97f')
+  
sha256sums=('107a67bc5a133551ba7c4ebc266fd521bae8133f79509c57bbe4d07b607926f9')
 fi
 
 prepare() {
@@ -44,7 +44,7 @@
   # Fix missing fi and missing newline
   echo -e fi\n  pub
 
-  # Extract license (AUTHORS and LICENSE files are missing
+  # Extract license (AUTHORS and LICENSE files are missing)
   head -n5 ../include/dart_api.h  ../../LICENSE
 }
 



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

2014-05-23 Thread Alexander Rødseth
Date: Friday, May 23, 2014 @ 13:17:45
  Author: arodseth
Revision: 111753

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-23 11:17:36 UTC (rev 111752)
+++ community-i686/PKGBUILD 2014-05-23 11:17:45 UTC (rev 111753)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: T. Jameson Little t.jameson.little at gmail dot com
-# Contributor: Usagi Ito us...@wonderrabbitproject.net
-# Contributor: siasia http://pastebin.com/qsBEmNCw
-# Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
-
-pkgname=dart
-pkgver=1.3.6
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-optdepends=('java-runtime: for dartanalyzer')
-makedepends=('setconf')
-options=('!strip')
-
-if [[ $CARCH == x86_64 ]]; then
-  
source=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
-  
sha256sums=('799c04cc1d797c46580c4ad58b762b5a6234419b9eb05bdcb9b8cac9221ef669')
-else
-  
source=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-  
sha256sums=('f9aa8f4d3164eca5ddd22012ed2d38ed523aeef9775d0b2229a77d611bdce97f')
-fi
-
-prepare() {
-  # Fix permissions
-  find $pkgname-sdk -type d -exec chmod 0755 '{}' + \
--or -type f -exec chmod 0644 '{}' +
-  chmod +x $pkgname-sdk/bin/*
-
-  # Fix paths
-  cd $pkgname-sdk/bin
-  setconf dart2js BIN_DIR /opt/$pkgname-sdk/bin
-  setconf dart2js PROG_NAME /opt/$pkgname-sdk/bin/dart2js
-  setconf dartanalyzer SCRIPT_DIR /opt/$pkgname-sdk/bin
-  setconf docgen BIN_DIR /opt/$pkgname-sdk/bin
-  setconf pub BIN_DIR /opt/$pkgname-sdk/bin
-  setconf pub SDK_DIR /opt/$pkgname-sdk/
-  setconf dartfmt BIN_DIR /opt/$pkgname-sdk/bin
-  setconf dartfmt SDK_DIR /opt/$pkgname-sdk/
-
-  # Fix missing fi and missing newline
-  echo -e fi\n  pub
-
-  # Extract license (AUTHORS and LICENSE files are missing
-  head -n5 ../include/dart_api.h  ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d $pkgdir{/opt/$pkgname-sdk,/usr/{bin,share/doc/$pkgname-sdk}}
-
-  # Package the files
-  cp -a $pkgname-sdk/* $pkgdir/opt/$pkgname-sdk/
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer docgen pub dartfmt; do
-ln -s /opt/$pkgname-sdk/bin/$f $pkgdir/usr/bin/$f
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv $pkgdir/opt/$pkgname-sdk/$f $pkgdir/usr/share/doc/$pkgname/
-  done
-
-  # BSD License
-  install -Dm644 LICENSE \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-i686/PKGBUILD (from rev 111752, 
dart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-23 11:17:45 UTC (rev 111753)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: T. Jameson Little t.jameson.little at gmail dot com
+# Contributor: Usagi Ito us...@wonderrabbitproject.net
+# Contributor: siasia http://pastebin.com/qsBEmNCw
+# Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
+
+pkgname=dart
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+optdepends=('java-runtime: for dartanalyzer')
+makedepends=('setconf')
+options=('!strip')
+
+if [[ $CARCH == x86_64 ]]; then
+  
source=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
+  
sha256sums=('3c9c8afef58b49e0d03add60ee54e5c4d77c95990fadb16bc0c9045cc3ed34de')
+else
+  
source=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
+  
sha256sums=('107a67bc5a133551ba7c4ebc266fd521bae8133f79509c57bbe4d07b607926f9')
+fi
+
+prepare() {
+  # Fix permissions
+  find $pkgname-sdk -type d -exec chmod 0755 '{}' + \
+-or -type f -exec chmod 0644 '{}' +
+  chmod +x $pkgname-sdk/bin/*
+
+  # Fix paths
+  cd $pkgname-sdk/bin
+  setconf dart2js BIN_DIR 

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

2014-05-23 Thread Daniel Wallace
Date: Friday, May 23, 2014 @ 15:33:38
  Author: dwallace
Revision: 111754

upgpkg: udiskie 0.8.0-2

upgpkg: udiskie 0.8.0  FS#40327

Modified:
  udiskie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 11:17:45 UTC (rev 111753)
+++ PKGBUILD2014-05-23 13:33:38 UTC (rev 111754)
@@ -3,14 +3,15 @@
 # Contributor: Byron Clark by...@theclarkfamily.name
 pkgname=udiskie
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Removable disk automounter using udisks
 arch=('any')
 url=https://pypi.python.org/pypi/udiskie;
 license=('MIT')
-depends=('udisks' 'python2-dbus' 'python2-gobject2' 'python2-notify' 
'python2-setuptools')
+depends=('udisks' 'python2-dbus' 'python2-gobject2' 'python2-notify' 
'python2-setuptools' python2-yaml)
 makedepends=('asciidoc')
-optdepends=('zenity: for luks decryption')
+optdepends=('zenity: for luks decryption'
+'pygtk: for tray icon')
 options=(!emptydirs)
 replaces=('python2-udiskie')
 optdepends=('udisks2: experimenatl use on the command line with -2')



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

2014-05-23 Thread Daniel Wallace
Date: Friday, May 23, 2014 @ 15:34:03
  Author: dwallace
Revision: 111755

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
(from rev 111754, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-23 13:33:38 UTC (rev 111754)
+++ PKGBUILD2014-05-23 13:34:03 UTC (rev 111755)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Byron Clark by...@theclarkfamily.name
-pkgname=udiskie
-pkgver=0.8.0
-pkgrel=1
-pkgdesc=Removable disk automounter using udisks
-arch=('any')
-url=https://pypi.python.org/pypi/udiskie;
-license=('MIT')
-depends=('udisks' 'python2-dbus' 'python2-gobject2' 'python2-notify' 
'python2-setuptools')
-makedepends=('asciidoc')
-optdepends=('zenity: for luks decryption')
-options=(!emptydirs)
-replaces=('python2-udiskie')
-optdepends=('udisks2: experimenatl use on the command line with -2')
-source=(https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('6b92c5f96d52f9a3597713abf9a53de3')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  make -C doc
-  install -m 0644 -D doc/${pkgname}.8 
$pkgdir/usr/share/man/man8/${pkgname}.8
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-}
-
-# vim:set ts=2 sw=2 et:

Copied: udiskie/repos/community-any/PKGBUILD (from rev 111754, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-23 13:34:03 UTC (rev 111755)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Byron Clark by...@theclarkfamily.name
+pkgname=udiskie
+pkgver=0.8.0
+pkgrel=2
+pkgdesc=Removable disk automounter using udisks
+arch=('any')
+url=https://pypi.python.org/pypi/udiskie;
+license=('MIT')
+depends=('udisks' 'python2-dbus' 'python2-gobject2' 'python2-notify' 
'python2-setuptools' python2-yaml)
+makedepends=('asciidoc')
+optdepends=('zenity: for luks decryption'
+'pygtk: for tray icon')
+options=(!emptydirs)
+replaces=('python2-udiskie')
+optdepends=('udisks2: experimenatl use on the command line with -2')
+source=(https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('6b92c5f96d52f9a3597713abf9a53de3')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  make -C doc
+  install -m 0644 -D doc/${pkgname}.8 
$pkgdir/usr/share/man/man8/${pkgname}.8
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-05-23 Thread Daniel Wallace
Date: Friday, May 23, 2014 @ 15:39:17
  Author: dwallace
Revision: 111757

archrelease: copy trunk to community-any

Added:
  python-jsonpointer/repos/community-any/COPYING
(from rev 111756, python-jsonpointer/trunk/COPYING)
  python-jsonpointer/repos/community-any/PKGBUILD
(from rev 111756, python-jsonpointer/trunk/PKGBUILD)
Deleted:
  python-jsonpointer/repos/community-any/COPYING
  python-jsonpointer/repos/community-any/PKGBUILD

--+
 COPYING  |   52 +++
 PKGBUILD |  100 +++--
 2 files changed, 77 insertions(+), 75 deletions(-)

Deleted: COPYING
===
--- COPYING 2014-05-23 13:38:57 UTC (rev 111756)
+++ COPYING 2014-05-23 13:39:17 UTC (rev 111757)
@@ -1,26 +0,0 @@
-Copyright (c) 2011 Stefan Kögl ste...@skoegl.net
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-3. The name of the author may not be used to endorse or promote products
-   derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-

Copied: python-jsonpointer/repos/community-any/COPYING (from rev 111756, 
python-jsonpointer/trunk/COPYING)
===
--- COPYING (rev 0)
+++ COPYING 2014-05-23 13:39:17 UTC (rev 111757)
@@ -0,0 +1,26 @@
+Copyright (c) 2011 Stefan Kögl ste...@skoegl.net
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-23 13:38:57 UTC (rev 111756)
+++ PKGBUILD2014-05-23 13:39:17 UTC (rev 111757)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Limao Luo luolimao+...@gmail.com
-
-pkgbase=python-jsonpointer
-_pkgname=jsonpointer
-pkgname=(python2-jsonpointer python-jsonpointer)
-pkgver=1.3
-pkgrel=2
-pkgdesc=Identify specific nodes in a JSON document (RFC 6901)
-arch=(any)
-url=https://github.com/stefankoegl/python-json-pointer
-license=(BSD)
-makedepends=(python2-d2to1 python2-oslo-config python2-pbr python2-prettytable 
python2-requests
-python2-setuptools python2-simplejson python-d2to1 python-oslo-config 
python-pbr 
-python-prettytable python-requests python-setuptools python-simplejson)
-source=(http://pypi.python.org/packages/source/j/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz
-

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

2014-05-23 Thread Daniel Wallace
Date: Friday, May 23, 2014 @ 15:38:57
  Author: dwallace
Revision: 111756

upgpkg: python-jsonpointer 1.3-3

upgpkg: python-jsonpointer FS #40499

Modified:
  python-jsonpointer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 13:34:03 UTC (rev 111755)
+++ PKGBUILD2014-05-23 13:38:57 UTC (rev 111756)
@@ -6,7 +6,7 @@
 _pkgname=jsonpointer
 pkgname=(python2-jsonpointer python-jsonpointer)
 pkgver=1.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Identify specific nodes in a JSON document (RFC 6901)
 arch=(any)
 url=https://github.com/stefankoegl/python-json-pointer
@@ -27,6 +27,7 @@
 }
 
 build() {
+export LANG=en_US.UTF-8
 cd $srcdir/$_pkgname-$pkgver
 python setup.py build
 cd $srcdir/$_pkgname-$pkgver-2
@@ -44,6 +45,7 @@
 cd $_pkgname-$pkgver-2
 depends=(python2-d2to1 python2-oslo-config python2-pbr python2-prettytable 
python2-requests
 python2-setuptools python2-simplejson python-d2to1)
-python setup.py install --prefix=/usr --root=$pkgdir
+python2 setup.py install --prefix=/usr --root=$pkgdir
+mv $pkgdir/usr/bin/jsonpointer $pkgdir/usr/bin/jsonpointer2 
 install -Dm644 $SRCDEST/COPYING 
$pkgdir/usr/share/licenses/$pkgname/COPYING
 }



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

2014-05-23 Thread Daniel Wallace
Date: Friday, May 23, 2014 @ 15:42:37
  Author: dwallace
Revision: 111758

upgpkg: python-jsonschema 2.3.0-3

upgpkg: python-jsonschema 2.3.0-3

Modified:
  python-jsonschema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 13:39:17 UTC (rev 111757)
+++ PKGBUILD2014-05-23 13:42:37 UTC (rev 111758)
@@ -7,7 +7,7 @@
 _pkgname=jsonschema
 pkgname=(python-jsonschema python2-jsonschema)
 pkgver=2.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc=An implementation of JSON Schema validation for Python
 arch=(any)
 url=http://pypi.python.org/pypi/jsonschema;



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

2014-05-23 Thread Daniel Wallace
Date: Friday, May 23, 2014 @ 15:42:59
  Author: dwallace
Revision: 111759

archrelease: copy trunk to community-any

Added:
  python-jsonschema/repos/community-any/PKGBUILD
(from rev 111758, python-jsonschema/trunk/PKGBUILD)
Deleted:
  python-jsonschema/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-23 13:42:37 UTC (rev 111758)
+++ PKGBUILD2014-05-23 13:42:59 UTC (rev 111759)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred.com
-# Contributor: Bogdan Szczurek thebod...@gmail.com
-# Contributor: Ismo Toijala ismo.toij...@gmail.com
-
-pkgbase=python-jsonschema
-_pkgname=jsonschema
-pkgname=(python-jsonschema python2-jsonschema)
-pkgver=2.3.0
-pkgrel=2
-pkgdesc=An implementation of JSON Schema validation for Python
-arch=(any)
-url=http://pypi.python.org/pypi/jsonschema;
-license=('MIT')
-makedepends=(python-setuptools python2-setuptools)
-source=(http://pypi.python.org/packages/source/j/jsonschema/${pkgname:7}-$pkgver.tar.gz;)
-
-prepare(){
-cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
-find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
-}
-
-package_python-jsonschema() {
-  cd $srcdir/$_pkgname-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-  depends=(python)
-  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-jsonschema() {
-  cd $srcdir/$_pkgname-$pkgver-2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-  depends=(python2)
-  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('410075e1969a9ec1838b5a6e1313c32b')

Copied: python-jsonschema/repos/community-any/PKGBUILD (from rev 111758, 
python-jsonschema/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-23 13:42:59 UTC (rev 111759)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred.com
+# Contributor: Bogdan Szczurek thebod...@gmail.com
+# Contributor: Ismo Toijala ismo.toij...@gmail.com
+
+pkgbase=python-jsonschema
+_pkgname=jsonschema
+pkgname=(python-jsonschema python2-jsonschema)
+pkgver=2.3.0
+pkgrel=3
+pkgdesc=An implementation of JSON Schema validation for Python
+arch=(any)
+url=http://pypi.python.org/pypi/jsonschema;
+license=('MIT')
+makedepends=(python-setuptools python2-setuptools)
+source=(http://pypi.python.org/packages/source/j/jsonschema/${pkgname:7}-$pkgver.tar.gz;)
+
+prepare(){
+cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
+find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+package_python-jsonschema() {
+  cd $srcdir/$_pkgname-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+  depends=(python)
+  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-jsonschema() {
+  cd $srcdir/$_pkgname-$pkgver-2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  depends=(python2)
+  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('410075e1969a9ec1838b5a6e1313c32b')



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

2014-05-23 Thread Daniel Wallace
Date: Friday, May 23, 2014 @ 15:52:18
  Author: dwallace
Revision: 111760

upgpkg: python-jsonpatch 1.5-3

upgpkg: python-jsonpatch 1.5-3 FS #40499

Modified:
  python-jsonpatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 13:42:59 UTC (rev 111759)
+++ PKGBUILD2014-05-23 13:52:18 UTC (rev 111760)
@@ -6,12 +6,13 @@
 _pkgname=jsonpatch
 pkgname=(python-$_pkgname python2-$_pkgname)
 pkgver=1.5
-pkgrel=2
+pkgrel=3
 pkgdesc=Python object model built on JSON schema and JSON patch
 arch=(any)
 url=https://github.com/stefankoegl/python-json-patch
 license=(BSD)
 makedepends=(python2-setuptools python2-jsonschema python-setuptools 
python-jsonschema)
+options=(!emptydirs)
 
source=(http://pypi.python.org/packages/source/j/${_pkgname#*-}/${_pkgname#*-}-$pkgver.tar.gz)
 sha256sums=('5b8874a5bd0b7201d8e917f820bbb3c8bbd55174ae9036220f83ac6dadc2c4df')
 
sha512sums=('5f542620139abc61d835392b7885367979607c2b67ce29cd8279d60b9485228e7e2d5ec9badb25acbb820689910ff0fbe38cda6ddaad217e543eb8c06186e354')
@@ -22,6 +23,7 @@
 }
 
 build() {
+LANG=en_US.UTF-8
 cd $srcdir/$_pkgname-$pkgver
 python setup.py build
 cd $srcdir/$_pkgname-$pkgver-2
@@ -31,10 +33,13 @@
 package_python-jsonpatch() {
 cd $srcdir/$_pkgname-$pkgver
 depends=(python-jsonschema)
+install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 python setup.py install --prefix=/usr --root=$pkgdir
 }
 package_python2-jsonpatch() {
 cd $srcdir/$_pkgname-$pkgver-2
 depends=(python2-jsonschema)
+install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 python2 setup.py install --prefix=/usr --root=$pkgdir
+rm $pkgdir/usr/bin/json{diff,patch}
 }



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

2014-05-23 Thread Daniel Wallace
Date: Friday, May 23, 2014 @ 15:52:40
  Author: dwallace
Revision: 111761

archrelease: copy trunk to community-any

Added:
  python-jsonpatch/repos/community-any/PKGBUILD
(from rev 111760, python-jsonpatch/trunk/PKGBUILD)
Deleted:
  python-jsonpatch/repos/community-any/PKGBUILD

--+
 PKGBUILD |   85 -
 1 file changed, 45 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-23 13:52:18 UTC (rev 111760)
+++ PKGBUILD2014-05-23 13:52:40 UTC (rev 111761)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Limao Luo luolimao+...@gmail.com
-
-pkgbase=python-jsonpatch
-_pkgname=jsonpatch
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=1.5
-pkgrel=2
-pkgdesc=Python object model built on JSON schema and JSON patch
-arch=(any)
-url=https://github.com/stefankoegl/python-json-patch
-license=(BSD)
-makedepends=(python2-setuptools python2-jsonschema python-setuptools 
python-jsonschema)
-source=(http://pypi.python.org/packages/source/j/${_pkgname#*-}/${_pkgname#*-}-$pkgver.tar.gz)
-sha256sums=('5b8874a5bd0b7201d8e917f820bbb3c8bbd55174ae9036220f83ac6dadc2c4df')
-sha512sums=('5f542620139abc61d835392b7885367979607c2b67ce29cd8279d60b9485228e7e2d5ec9badb25acbb820689910ff0fbe38cda6ddaad217e543eb8c06186e354')
-
-prepare(){
-cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
-find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
-}
-
-build() {
-cd $srcdir/$_pkgname-$pkgver
-python setup.py build
-cd $srcdir/$_pkgname-$pkgver-2
-python2 setup.py build
-}
-
-package_python-jsonpatch() {
-cd $srcdir/$_pkgname-$pkgver
-depends=(python-jsonschema)
-python setup.py install --prefix=/usr --root=$pkgdir
-}
-package_python2-jsonpatch() {
-cd $srcdir/$_pkgname-$pkgver-2
-depends=(python2-jsonschema)
-python2 setup.py install --prefix=/usr --root=$pkgdir
-}

Copied: python-jsonpatch/repos/community-any/PKGBUILD (from rev 111760, 
python-jsonpatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-23 13:52:40 UTC (rev 111761)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgbase=python-jsonpatch
+_pkgname=jsonpatch
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=1.5
+pkgrel=3
+pkgdesc=Python object model built on JSON schema and JSON patch
+arch=(any)
+url=https://github.com/stefankoegl/python-json-patch
+license=(BSD)
+makedepends=(python2-setuptools python2-jsonschema python-setuptools 
python-jsonschema)
+options=(!emptydirs)
+source=(http://pypi.python.org/packages/source/j/${_pkgname#*-}/${_pkgname#*-}-$pkgver.tar.gz)
+sha256sums=('5b8874a5bd0b7201d8e917f820bbb3c8bbd55174ae9036220f83ac6dadc2c4df')
+sha512sums=('5f542620139abc61d835392b7885367979607c2b67ce29cd8279d60b9485228e7e2d5ec9badb25acbb820689910ff0fbe38cda6ddaad217e543eb8c06186e354')
+
+prepare(){
+cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
+find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build() {
+LANG=en_US.UTF-8
+cd $srcdir/$_pkgname-$pkgver
+python setup.py build
+cd $srcdir/$_pkgname-$pkgver-2
+python2 setup.py build
+}
+
+package_python-jsonpatch() {
+cd $srcdir/$_pkgname-$pkgver
+depends=(python-jsonschema)
+install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+python setup.py install --prefix=/usr --root=$pkgdir
+}
+package_python2-jsonpatch() {
+cd $srcdir/$_pkgname-$pkgver-2
+depends=(python2-jsonschema)
+install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+python2 setup.py install --prefix=/usr --root=$pkgdir
+rm $pkgdir/usr/bin/json{diff,patch}
+}



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

2014-05-23 Thread Felix Yan
Date: Friday, May 23, 2014 @ 16:08:40
  Author: fyan
Revision: 111762

upgpkg: dd_rescue 1.44-1

Modified:
  dd_rescue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 13:52:40 UTC (rev 111761)
+++ PKGBUILD2014-05-23 14:08:40 UTC (rev 111762)
@@ -5,7 +5,7 @@
 # Contributor: Jose Riha jose1711 gmail com
 
 pkgname=dd_rescue
-pkgver=1.43
+pkgver=1.44
 pkgrel=1
 pkgdesc=A dd version that is very useful for data-recovery
 url=http://www.garloff.de/kurt/linux/ddrescue/;
@@ -31,4 +31,4 @@
   make DESTDIR=$pkgdir INSTALLDIR=$pkgdir/usr/bin install
 }
 
-sha512sums=('d0c090d5d94916cda4bd046b22324ea5c44cfd2f856af56b698ea0e9ab4b622564a652869e50fa4e2e3d59b8d10bbffd00b826453bed06d778e7326ebf72e87d')
+sha512sums=('16e9072aeda04fe898d36e13d1dfc871642c7d1d1ac79b787f3ffd24ced2e13c605b4b36f66334ee4e258d01eee286ef74862e498a5a9ea5f9bd65a66a6ec213')



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

2014-05-23 Thread Felix Yan
Date: Friday, May 23, 2014 @ 16:09:49
  Author: fyan
Revision: 111763

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-23 14:08:40 UTC (rev 111762)
+++ community-i686/PKGBUILD 2014-05-23 14:09:49 UTC (rev 111763)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Zerial ferna...@zerial.org
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: Jose Riha jose1711 gmail com
-
-pkgname=dd_rescue
-pkgver=1.43
-pkgrel=1
-pkgdesc=A dd version that is very useful for data-recovery
-url=http://www.garloff.de/kurt/linux/ddrescue/;
-license=(GPL)
-depends=('glibc')
-optdepends=('lzo2: for libddr_lzo')
-arch=('x86_64' 'i686')
-source=(http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz;)
-
-prepare() {
-  cd $pkgname
-  # Don't install to /usr/lib64
-  sed -i '/LIB = lib64/d' Makefile
-}
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir INSTALLDIR=$pkgdir/usr/bin install
-}
-
-sha512sums=('d0c090d5d94916cda4bd046b22324ea5c44cfd2f856af56b698ea0e9ab4b622564a652869e50fa4e2e3d59b8d10bbffd00b826453bed06d778e7326ebf72e87d')

Copied: dd_rescue/repos/community-i686/PKGBUILD (from rev 111762, 
dd_rescue/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-23 14:09:49 UTC (rev 111763)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Zerial ferna...@zerial.org
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: Jose Riha jose1711 gmail com
+
+pkgname=dd_rescue
+pkgver=1.44
+pkgrel=1
+pkgdesc=A dd version that is very useful for data-recovery
+url=http://www.garloff.de/kurt/linux/ddrescue/;
+license=(GPL)
+depends=('glibc')
+optdepends=('lzo2: for libddr_lzo')
+arch=('x86_64' 'i686')
+source=(http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz;)
+
+prepare() {
+  cd $pkgname
+  # Don't install to /usr/lib64
+  sed -i '/LIB = lib64/d' Makefile
+}
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir INSTALLDIR=$pkgdir/usr/bin install
+}
+
+sha512sums=('16e9072aeda04fe898d36e13d1dfc871642c7d1d1ac79b787f3ffd24ced2e13c605b4b36f66334ee4e258d01eee286ef74862e498a5a9ea5f9bd65a66a6ec213')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-23 14:08:40 UTC (rev 111762)
+++ community-x86_64/PKGBUILD   2014-05-23 14:09:49 UTC (rev 111763)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Zerial ferna...@zerial.org
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: Jose Riha jose1711 gmail com
-
-pkgname=dd_rescue
-pkgver=1.43
-pkgrel=1
-pkgdesc=A dd version that is very useful for data-recovery
-url=http://www.garloff.de/kurt/linux/ddrescue/;
-license=(GPL)
-depends=('glibc')
-optdepends=('lzo2: for libddr_lzo')
-arch=('x86_64' 'i686')
-source=(http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz;)
-
-prepare() {
-  cd $pkgname
-  # Don't install to /usr/lib64
-  sed -i '/LIB = lib64/d' Makefile
-}
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir INSTALLDIR=$pkgdir/usr/bin install
-}
-
-sha512sums=('d0c090d5d94916cda4bd046b22324ea5c44cfd2f856af56b698ea0e9ab4b622564a652869e50fa4e2e3d59b8d10bbffd00b826453bed06d778e7326ebf72e87d')

Copied: dd_rescue/repos/community-x86_64/PKGBUILD (from rev 111762, 
dd_rescue/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-23 14:09:49 UTC (rev 111763)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Zerial ferna...@zerial.org
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: Jose Riha jose1711 gmail com
+
+pkgname=dd_rescue
+pkgver=1.44
+pkgrel=1
+pkgdesc=A dd version that is very useful for data-recovery
+url=http://www.garloff.de/kurt/linux/ddrescue/;
+license=(GPL)
+depends=('glibc')
+optdepends=('lzo2: for libddr_lzo')

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

2014-05-23 Thread Daniel Wallace
Date: Friday, May 23, 2014 @ 16:47:18
  Author: dwallace
Revision: 111764

upgpkg: python2-systemd 212-2

upgpkg: python2-systemd 212-2

Modified:
  python2-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 14:09:49 UTC (rev 111763)
+++ PKGBUILD2014-05-23 14:47:18 UTC (rev 111764)
@@ -3,7 +3,7 @@
 pkgname=python2-systemd
 _pkgname=systemd
 pkgver=212
-pkgrel=1
+pkgrel=2
 pkgdesc=Python2 bindings for systemd
 arch=('x86_64' 'i686')
 url=http://www.freedesktop.org/wiki/Software/systemd/;
@@ -18,11 +18,9 @@
cd $_pkgname-$pkgver
 ./configure \
 --libexecdir=/usr/lib \
---disable-manpages \
---with-sysvinit-path=/etc/rc.d/init.d \
---with-rc-local-script-path-start=/etc/rc.d/rc.local \
+--disable-manpages
 PYTHON=python2
-   make
+   make CFLAGS=${CFLAGS} -fno-lto
 }
 
 package(){



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

2014-05-23 Thread Daniel Wallace
Date: Friday, May 23, 2014 @ 16:47:58
  Author: dwallace
Revision: 111765

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

Added:
  python2-systemd/repos/community-i686/PKGBUILD
(from rev 111764, python2-systemd/trunk/PKGBUILD)
  python2-systemd/repos/community-x86_64/PKGBUILD
(from rev 111764, python2-systemd/trunk/PKGBUILD)
Deleted:
  python2-systemd/repos/community-i686/PKGBUILD
  python2-systemd/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   33 ---
 community-x86_64/PKGBUILD |   33 ---
 3 files changed, 62 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-23 14:47:18 UTC (rev 111764)
+++ community-i686/PKGBUILD 2014-05-23 14:47:58 UTC (rev 111765)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-pkgname=python2-systemd
-_pkgname=systemd
-pkgver=212
-pkgrel=1
-pkgdesc=Python2 bindings for systemd
-arch=('x86_64' 'i686')
-url=http://www.freedesktop.org/wiki/Software/systemd/;
-license=('GPL')
-depends=('python2' systemd=$pkgver 'python2-lxml')
-makedepends=('intltool' 'gperf')
-source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('257a75fff826ff91cb1ce567091cf270')
-
-
-build() {
-   cd $_pkgname-$pkgver
-./configure \
---libexecdir=/usr/lib \
---disable-manpages \
---with-sysvinit-path=/etc/rc.d/init.d \
---with-rc-local-script-path-start=/etc/rc.d/rc.local \
-PYTHON=python2
-   make
-}
-
-package(){
-   cd $_pkgname-$pkgver
-make DESTDIR=$srcdir/root install
-install -dm755 $pkgdir/usr/lib/
-cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ 
$pkgdir/usr/lib/python2.7/
-}

Copied: python2-systemd/repos/community-i686/PKGBUILD (from rev 111764, 
python2-systemd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-23 14:47:58 UTC (rev 111765)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgname=python2-systemd
+_pkgname=systemd
+pkgver=212
+pkgrel=2
+pkgdesc=Python2 bindings for systemd
+arch=('x86_64' 'i686')
+url=http://www.freedesktop.org/wiki/Software/systemd/;
+license=('GPL')
+depends=('python2' systemd=$pkgver 'python2-lxml')
+makedepends=('intltool' 'gperf')
+source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
+md5sums=('257a75fff826ff91cb1ce567091cf270')
+
+
+build() {
+   cd $_pkgname-$pkgver
+./configure \
+--libexecdir=/usr/lib \
+--disable-manpages
+PYTHON=python2
+   make CFLAGS=${CFLAGS} -fno-lto
+}
+
+package(){
+   cd $_pkgname-$pkgver
+make DESTDIR=$srcdir/root install
+install -dm755 $pkgdir/usr/lib/
+cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ 
$pkgdir/usr/lib/python2.7/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-23 14:47:18 UTC (rev 111764)
+++ community-x86_64/PKGBUILD   2014-05-23 14:47:58 UTC (rev 111765)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-pkgname=python2-systemd
-_pkgname=systemd
-pkgver=212
-pkgrel=1
-pkgdesc=Python2 bindings for systemd
-arch=('x86_64' 'i686')
-url=http://www.freedesktop.org/wiki/Software/systemd/;
-license=('GPL')
-depends=('python2' systemd=$pkgver 'python2-lxml')
-makedepends=('intltool' 'gperf')
-source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('257a75fff826ff91cb1ce567091cf270')
-
-
-build() {
-   cd $_pkgname-$pkgver
-./configure \
---libexecdir=/usr/lib \
---disable-manpages \
---with-sysvinit-path=/etc/rc.d/init.d \
---with-rc-local-script-path-start=/etc/rc.d/rc.local \
-PYTHON=python2
-   make
-}
-
-package(){
-   cd $_pkgname-$pkgver
-make DESTDIR=$srcdir/root install
-install -dm755 $pkgdir/usr/lib/
-cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ 
$pkgdir/usr/lib/python2.7/
-}

Copied: python2-systemd/repos/community-x86_64/PKGBUILD (from rev 111764, 
python2-systemd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-23 14:47:58 UTC (rev 111765)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgname=python2-systemd
+_pkgname=systemd
+pkgver=212
+pkgrel=2
+pkgdesc=Python2 bindings for systemd
+arch=('x86_64' 'i686')

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

2014-05-23 Thread Andreas Radke
Date: Friday, May 23, 2014 @ 19:09:50
  Author: andyrtr
Revision: 213415

upgpkg: bluez 5.19-1

upstream update 5.19

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 11:11:07 UTC (rev 213414)
+++ PKGBUILD2014-05-23 17:09:50 UTC (rev 213415)
@@ -5,7 +5,7 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.18
+pkgver=5.19
 pkgrel=1
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 bluetooth.modprobe)
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('8c8bb13db83d0de6c85def2da8dfa0a758aff595405fb57a00719ed94d558340'
+sha256sums=('12778f3b66e71eec50eeb2e652de94a2578f33b8c8bd57c981fa00adab524c8a'
 '896a1403d9b7258c4fb0d41f3a6f70fd51eaa1115ab3f4259f3dbbe02b55766b'
 '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
 



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

2014-05-23 Thread Andreas Radke
Date: Friday, May 23, 2014 @ 19:10:18
  Author: andyrtr
Revision: 213416

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

Added:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 213415, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-i686/PKGBUILD
(from rev 213415, bluez/trunk/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.modprobe
(from rev 213415, bluez/trunk/bluetooth.modprobe)
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 213415, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 213415, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.modprobe
(from rev 213415, bluez/trunk/bluetooth.modprobe)
Deleted:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.modprobe
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.modprobe

---+
 /0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|  118 
 /PKGBUILD 
|  288 ++
 /bluetooth.modprobe   
|6 
 extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch   
|   59 --
 extra-i686/PKGBUILD   
|  144 -
 extra-i686/bluetooth.modprobe 
|3 
 extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|   59 --
 extra-x86_64/PKGBUILD 
|  144 -
 extra-x86_64/bluetooth.modprobe   
|3 
 9 files changed, 412 insertions(+), 412 deletions(-)

Deleted: 
extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2014-05-23 17:09:50 UTC (rev 213415)
+++ extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2014-05-23 17:10:18 UTC (rev 213416)
@@ -1,59 +0,0 @@
-From 3027cb7141fb65cf3eeda69c688db8c4045e2d3f Mon Sep 17 00:00:00 2001
-From: Giovanni Campagna gcampagna-cnudlrotfmnnlxjtenl...@public.gmane.org
-Date: Sat, 12 Oct 2013 17:45:25 +0200
-Subject: [PATCH] Allow using obexd without systemd in the user session
-
-Not all sessions run systemd --user (actually, the majority
-doesn't), so the dbus daemon must be able to spawn obexd
-directly, and to do so it needs the full path of the daemon.

- Makefile.obexd  | 4 ++--
- obexd/src/org.bluez.obex.service| 4 
- obexd/src/org.bluez.obex.service.in | 4 
- 3 files changed, 6 insertions(+), 6 deletions(-)
- delete mode 100644 obexd/src/org.bluez.obex.service
- create mode 100644 obexd/src/org.bluez.obex.service.in
-
-diff --git a/Makefile.obexd b/Makefile.obexd
-index 3760867..142e7c3 100644
 a/Makefile.obexd
-+++ b/Makefile.obexd
-@@ -2,12 +2,12 @@
- if SYSTEMD
- systemduserunitdir = @SYSTEMD_USERUNITDIR@
- systemduserunit_DATA = obexd/src/obex.service
-+endif
- 
- dbussessionbusdir = @DBUS_SESSIONBUSDIR@
- dbussessionbus_DATA = obexd/src/org.bluez.obex.service
--endif
- 
--EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service
-+EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service.in
- 
- obex_plugindir = $(libdir)/obex/plugins
- 
-diff --git a/obexd/src/org.bluez.obex.service 
b/obexd/src/org.bluez.obex.service
-deleted file mode 100644
-index a538088..000
 a/obexd/src/org.bluez.obex.service
-+++ /dev/null
-@@ -1,4 +0,0 @@
--[D-BUS Service]
--Name=org.bluez.obex
--Exec=/bin/false
--SystemdService=dbus-org.bluez.obex.service
-diff --git a/obexd/src/org.bluez.obex.service.in 
b/obexd/src/org.bluez.obex.service.in
-new file mode 100644
-index 000..9c815f2
 /dev/null
-+++ b/obexd/src/org.bluez.obex.service.in
-@@ -0,0 +1,4 @@
-+[D-BUS Service]
-+Name=org.bluez.obex
-+Exec=@libexecdir@/obexd
-+SystemdService=dbus-org.bluez.obex.service
--- 
-1.8.3.1
-
-

Copied: 
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 (from rev 213415, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
(rev 0)
+++ 

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

2014-05-23 Thread Andreas Radke
Date: Friday, May 23, 2014 @ 19:14:49
  Author: andyrtr
Revision: 213418

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 17:14:36 UTC (rev 213417)
+++ extra-i686/PKGBUILD 2014-05-23 17:14:49 UTC (rev 213418)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=lftp
-pkgver=4.4.16
-pkgrel=1
-pkgdesc=Sophisticated command line based FTP client
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url=http://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('73e9084731e4ba9bd886a86fdccec519'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-i686/PKGBUILD (from rev 213417, lftp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 17:14:49 UTC (rev 213418)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=lftp
+pkgver=4.5.0
+pkgrel=1
+pkgdesc=Sophisticated command line based FTP client
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url=http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('cddbbf3f958047f7ce5a2e4386b36fc8'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-23 17:14:36 UTC (rev 213417)
+++ extra-x86_64/PKGBUILD   2014-05-23 17:14:49 UTC (rev 213418)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=lftp
-pkgver=4.4.16
-pkgrel=1
-pkgdesc=Sophisticated command line based FTP client
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url=http://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('73e9084731e4ba9bd886a86fdccec519'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-x86_64/PKGBUILD (from rev 213417, lftp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-23 17:14:49 UTC (rev 213418)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=lftp
+pkgver=4.5.0
+pkgrel=1
+pkgdesc=Sophisticated command line based FTP client
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'expat' 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url=http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('cddbbf3f958047f7ce5a2e4386b36fc8'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {

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

2014-05-23 Thread Andreas Radke
Date: Friday, May 23, 2014 @ 19:14:36
  Author: andyrtr
Revision: 213417

upgpkg: lftp 4.5.0-1

upstream update 4.5.0

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 17:10:18 UTC (rev 213416)
+++ PKGBUILD2014-05-23 17:14:36 UTC (rev 213417)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=lftp
-pkgver=4.4.16
+pkgver=4.5.0
 pkgrel=1
 pkgdesc=Sophisticated command line based FTP client
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url=http://lftp.yar.ru/;
 backup=('etc/lftp.conf')
 source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('73e9084731e4ba9bd886a86fdccec519'
+md5sums=('cddbbf3f958047f7ce5a2e4386b36fc8'
  'SKIP')
 
 build() {



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

2014-05-23 Thread Andreas Radke
Date: Friday, May 23, 2014 @ 20:41:23
  Author: andyrtr
Revision: 213420

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

Added:
  librevenge/repos/extra-i686/
  librevenge/repos/extra-i686/PKGBUILD
(from rev 213419, librevenge/trunk/PKGBUILD)
  librevenge/repos/extra-x86_64/
  librevenge/repos/extra-x86_64/PKGBUILD
(from rev 213419, librevenge/trunk/PKGBUILD)

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

Copied: librevenge/repos/extra-i686/PKGBUILD (from rev 213419, 
librevenge/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 18:41:23 UTC (rev 213420)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=librevenge
+pkgver=0.0.0
+pkgrel=1
+pkgdesc=library for REVerses ENGineered formats filters
+arch=('i686' 'x86_64')
+url=http://sf.net/p/libwpd/librevenge/;
+license=('MPL')
+depends=('boost-libs')
+makedepends=('boost' 'doxygen')
+checkdepends=('cppunit')
+source=(http://sourceforge.net/projects/libwpd/files/librevenge/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz)
+sha1sums=('f0ede0ca90d9c94fc613407d16cb097101cd86ef')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd $pkgname-$pkgver
+   make check || /bin/true # i686 test suite fails
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir/ install
+}

Copied: librevenge/repos/extra-x86_64/PKGBUILD (from rev 213419, 
librevenge/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-23 18:41:23 UTC (rev 213420)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=librevenge
+pkgver=0.0.0
+pkgrel=1
+pkgdesc=library for REVerses ENGineered formats filters
+arch=('i686' 'x86_64')
+url=http://sf.net/p/libwpd/librevenge/;
+license=('MPL')
+depends=('boost-libs')
+makedepends=('boost' 'doxygen')
+checkdepends=('cppunit')
+source=(http://sourceforge.net/projects/libwpd/files/librevenge/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz)
+sha1sums=('f0ede0ca90d9c94fc613407d16cb097101cd86ef')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd $pkgname-$pkgver
+   make check || /bin/true # i686 test suite fails
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir/ install
+}



[arch-commits] Commit in (4 files)

2014-05-23 Thread Andreas Radke
Date: Friday, May 23, 2014 @ 20:40:16
  Author: andyrtr
Revision: 213419

add pkg required now for various libraries used in office suites

Added:
  librevenge/
  librevenge/repos/
  librevenge/trunk/
  librevenge/trunk/PKGBUILD

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

Added: librevenge/trunk/PKGBUILD
===
--- librevenge/trunk/PKGBUILD   (rev 0)
+++ librevenge/trunk/PKGBUILD   2014-05-23 18:40:16 UTC (rev 213419)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=librevenge
+pkgver=0.0.0
+pkgrel=1
+pkgdesc=library for REVerses ENGineered formats filters
+arch=('i686' 'x86_64')
+url=http://sf.net/p/libwpd/librevenge/;
+license=('MPL')
+depends=('boost-libs')
+makedepends=('boost' 'doxygen')
+checkdepends=('cppunit')
+source=(http://sourceforge.net/projects/libwpd/files/librevenge/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz)
+sha1sums=('f0ede0ca90d9c94fc613407d16cb097101cd86ef')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd $pkgname-$pkgver
+   make check || /bin/true # i686 test suite fails
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR=$pkgdir/ install
+}


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


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

2014-05-23 Thread Sébastien Luttringer
Date: Friday, May 23, 2014 @ 21:12:45
  Author: seblu
Revision: 213421

upgpkg: grep 2.19-1

- upstream bump
- cleanup

Modified:
  grep/trunk/PKGBUILD
  grep/trunk/grep.install
Deleted:
  grep/trunk/grep-2.11-exclude-dir-crash.patch

---+
 PKGBUILD  |   25 ++--
 grep-2.11-exclude-dir-crash.patch |   44 
 grep.install  |   11 -
 3 files changed, 19 insertions(+), 61 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 18:41:23 UTC (rev 213420)
+++ PKGBUILD2014-05-23 19:12:45 UTC (rev 213421)
@@ -1,34 +1,35 @@
 # $Id$
-# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=grep
-pkgver=2.18
+pkgver=2.19
 pkgrel=1
-pkgdesc=A string search utility
+pkgdesc='A string search utility'
 arch=('i686' 'x86_64')
 license=('GPL3')
-url=http://www.gnu.org/software/grep/grep.html;
+url='http://www.gnu.org/software/grep/grep.html'
 groups=('base' 'base-devel')
-depends=('glibc' 'pcre' 'sh')
+depends=('glibc' 'pcre')
 makedepends=('texinfo')
-install=${pkgname}.install
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('7439f8266f50844b56cc3e2721606541'
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('ac732142227d9fe9567d71301e127979'
  'SKIP')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --without-included-regex
   make
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   make check
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }

Deleted: grep-2.11-exclude-dir-crash.patch
===
--- grep-2.11-exclude-dir-crash.patch   2014-05-23 18:41:23 UTC (rev 213420)
+++ grep-2.11-exclude-dir-crash.patch   2014-05-23 19:12:45 UTC (rev 213421)
@@ -1,44 +0,0 @@
-From 12c957f786b12a4dd116f9c40a715d671d17fa16 Mon Sep 17 00:00:00 2001
-From: Allan McRae al...@archlinux.org
-Date: Mon, 12 Mar 2012 09:28:01 +0100
-Subject: [PATCH] grep: fix segfault with -r --exclude-dir and no file operand
-
-* src/main.c (grepdir): Don't invoke excluded_file_name on NULL.
-* NEWS (Bug fixes): Mention it.

- NEWS   |5 +
- src/main.c |2 +-
- 2 files changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/NEWS b/NEWS
-index d0a63d5..d4d70f5 100644
 a/NEWS
-+++ b/NEWS
-@@ -2,6 +2,11 @@ GNU grep NEWS-*- outline 
-*-
- 
- * Noteworthy changes in release ?.? (-??-??) [?]
- 
-+** Bug fixes
-+
-+   grep no longer segfaults with -r --exclude-dir and no file operand.
-+   I.e., :|grep -r --exclude-dir=D PAT would segfault.
-+
- 
- * Noteworthy changes in release 2.11 (2012-03-02) [stable]
- 
-diff --git a/src/main.c b/src/main.c
-index 2f6c761..f4f1235 100644
 a/src/main.c
-+++ b/src/main.c
-@@ -1361,7 +1361,7 @@ grepdir (char const *dir, struct stats const *stats)
-   struct stats const *ancestor;
-   char *name_space;
-   int status = 1;
--  if (excluded_directory_patterns
-+  if (dir  excluded_directory_patterns
-excluded_file_name (excluded_directory_patterns, dir))
- return 1;
- 
--- 
-1.7.9.3
-

Modified: grep.install
===
--- grep.install2014-05-23 18:41:23 UTC (rev 213420)
+++ grep.install2014-05-23 19:12:45 UTC (rev 213421)
@@ -2,16 +2,17 @@
 file=grep.info
 
 post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info $infodir/$file.gz $infodir/dir 2 /dev/null
 }
 
 post_upgrade() {
-  post_install $1
+  post_install $1
 }
 
 pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
 }
 
+# vim:set ts=2 sw=2 ft=sh et:



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

2014-05-23 Thread Sébastien Luttringer
Date: Friday, May 23, 2014 @ 21:13:03
  Author: seblu
Revision: 213422

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

Added:
  grep/repos/testing-i686/
  grep/repos/testing-i686/PKGBUILD
(from rev 213421, grep/trunk/PKGBUILD)
  grep/repos/testing-i686/grep.install
(from rev 213421, grep/trunk/grep.install)
  grep/repos/testing-x86_64/
  grep/repos/testing-x86_64/PKGBUILD
(from rev 213421, grep/trunk/PKGBUILD)
  grep/repos/testing-x86_64/grep.install
(from rev 213421, grep/trunk/grep.install)

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

Copied: grep/repos/testing-i686/PKGBUILD (from rev 213421, grep/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-23 19:13:03 UTC (rev 213422)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=grep
+pkgver=2.19
+pkgrel=1
+pkgdesc='A string search utility'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/grep/grep.html'
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre')
+makedepends=('texinfo')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('ac732142227d9fe9567d71301e127979'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: grep/repos/testing-i686/grep.install (from rev 213421, 
grep/trunk/grep.install)
===
--- testing-i686/grep.install   (rev 0)
+++ testing-i686/grep.install   2014-05-23 19:13:03 UTC (rev 213422)
@@ -0,0 +1,18 @@
+infodir=usr/share/info
+file=grep.info
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: grep/repos/testing-x86_64/PKGBUILD (from rev 213421, 
grep/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-23 19:13:03 UTC (rev 213422)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=grep
+pkgver=2.19
+pkgrel=1
+pkgdesc='A string search utility'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/grep/grep.html'
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre')
+makedepends=('texinfo')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('ac732142227d9fe9567d71301e127979'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: grep/repos/testing-x86_64/grep.install (from rev 213421, 
grep/trunk/grep.install)
===
--- testing-x86_64/grep.install (rev 0)
+++ testing-x86_64/grep.install 2014-05-23 19:13:03 UTC (rev 213422)
@@ -0,0 +1,18 @@
+infodir=usr/share/info
+file=grep.info
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+}
+
+# vim:set ts=2 sw=2 ft=sh et:



[arch-commits] Commit in libreoffice-fresh/trunk (8 files)

2014-05-23 Thread Andreas Radke
Date: Friday, May 23, 2014 @ 23:11:15
  Author: andyrtr
Revision: 213423

drop splitted build

Added:
  libreoffice-fresh/trunk/libreoffice-fresh.install
(from rev 213414, libreoffice-fresh/trunk/libreoffice-common.install)
Modified:
  libreoffice-fresh/trunk/PKGBUILD
Deleted:
  libreoffice-fresh/trunk/libreoffice-base.install
  libreoffice-fresh/trunk/libreoffice-calc.install
  libreoffice-fresh/trunk/libreoffice-common.install
  libreoffice-fresh/trunk/libreoffice-draw.install
  libreoffice-fresh/trunk/libreoffice-impress.install
  libreoffice-fresh/trunk/libreoffice-writer.install

-+
 PKGBUILD|  514 ++
 libreoffice-base.install|   11 
 libreoffice-calc.install|   11 
 libreoffice-common.install  |   47 ---
 libreoffice-draw.install|   11 
 libreoffice-fresh.install   |   13 +
 libreoffice-impress.install |   11 
 libreoffice-writer.install  |   11 
 8 files changed, 90 insertions(+), 539 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 19:13:03 UTC (rev 213422)
+++ PKGBUILD2014-05-23 21:11:15 UTC (rev 213423)
@@ -2,58 +2,63 @@
 # Maintainer: AndyRTR andy...@archlinux.org
 # Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
 
-pkgbase=libreoffice
-pkgname=('libreoffice-common'
-   'libreoffice-base'
-   'libreoffice-calc'
-   'libreoffice-draw'
-   'libreoffice-gnome'
-   'libreoffice-impress'
-   'libreoffice-kde4'
-   'libreoffice-math'
-   'libreoffice-sdk'
-   'libreoffice-sdk-doc'
-   'libreoffice-writer'
-   'libreoffice-en-US'
-   'libreoffice-postgresql-connector'
-   'libreoffice-extension-wiki-publisher'
-   'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
+pkgname=libreoffice-fresh
 _LOver=4.3.0.0.beta1
 pkgver=4.3.0
 pkgrel=0.2
+pkgdesc=LibreOffice branch which contains new features and program 
enhancements
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
-makedepends=( # makedepends
- 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
+depends=(curl=7.20.0 hunspell=1.2.8 python=3.4 'libwpd=0.9.2'
+'libwps' 'libxaw' neon=0.28.6 'pango' 'nspr' 'libjpeg' 
'libxrandr'
+'libgl' 'dbus-glib' 'libxslt' 'librsvg' 'redland' 'icu'
+'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 'graphite'
+'lcms2' 'poppler=0.24.0' 'libvisio' 'libetonyek' 'libodfgen'
+'libcdr' 'libmspub'
+'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info'
+'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils' 
#'telepathy-glib'
+'gst-plugins-base-libs' 'glu' 'ttf-liberation' # to satisfy 
regression tests
+'git')
+makedepends=('sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
 'gperf' 'kdelibs' 'gconf' 'gtk3' 'cppunit' 
'beanshell2' 'vigra'
 'clucene' 'junit' 'libmythes' 'libwpg'  'mesa' 
'clucene'
 'java-environment' 'postgresql-libs' 'bluez-libs' 
'harfbuzz-icu'
-'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew' 'apr' 
'serf'
- # the runtime dependencies
- curl=7.20.0 hunspell=1.2.8 python=3.4 'libwpd=0.9.2'
-'libwps' 'libxaw' neon=0.28.6 'pango' 'nspr' 
'libjpeg' 'libxrandr'
-'libgl' 'dbus-glib' 'libxslt' 'librsvg' 'redland' 'icu'
-'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 
'graphite'
-'lcms2' 'poppler=0.24.0' 'libvisio' 'libetonyek' 
'libodfgen'
-'libcdr' 'libmspub'
-'hicolor-icon-theme' 'desktop-file-utils' 
'shared-mime-info'
-'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils' 
#'telepathy-glib'
-'gst-plugins-base-libs' 'glu' 'ttf-liberation' # to 
satisfy regression tests
-'git')
-# there's only one single static library in libreoffice-sdk,
-# the next build that removes it may lead to trouble if people may use it
-# -rw-r--r-- 1 root root 5,1K 12. Okt 23:34 
/usr/lib/libreoffice/sdk/lib/libsalcpprt.a
-# options=('staticlibs')
-
-# http://download.documentfoundation.org/mirrors/all.html
-# http://wiki.documentfoundation.org/Mirrors
-
+'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew' 'apr' 
'serf')
+optdepends=('libreoffice-langpack: additional language support'
+'java-runtime: adds java support'
+'java-environment: required by extension-wiki-publisher and 
extension-nlpsolver'
+'pstoedit: translates PostScript and PDF graphics into 
other vector formats'
+'libmythes:for use in thesaurus'
+'beanshell2: 

[arch-commits] Commit in gcc-multilib/trunk (2 files)

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 00:38:36
  Author: heftig
Revision: 111766

4.9.0-3

Modified:
  gcc-multilib/trunk/PKGBUILD
Deleted:
  gcc-multilib/trunk/gcc-4.9-tree-ssa-threadedge.patch

---+
 PKGBUILD  |   16 ---
 gcc-4.9-tree-ssa-threadedge.patch |   38 
 2 files changed, 5 insertions(+), 49 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 14:47:58 UTC (rev 111765)
+++ PKGBUILD2014-05-23 22:38:36 UTC (rev 111766)
@@ -8,8 +8,8 @@
 pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
 pkgver=4.9.0
 _pkgver=4.9
-pkgrel=2
-_snapshot=4.9-20140507
+pkgrel=3
+_snapshot=4.9-20140521
 pkgdesc=The GNU Compiler Collection for multilib
 arch=('x86_64')
 license=('GPL' 'LGPL' 'FDL' 'custom')
@@ -20,13 +20,10 @@
 options=('!emptydirs')
 source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
 
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
-gcc-4.8-filename-output.patch
-   gcc-4.9-tree-ssa-threadedge.patch)
-md5sums=('47dc2b91d2876daff53c20c30164c38f'
- '40cb437805e2f7a006aa0d0c3098ab0f'
- '311ece7f5446d550e84e28692d2fb823')
+gcc-4.8-filename-output.patch)
+md5sums=('cd3cbe93ebc7207bf65d30e3c9a74a26'
+ '40cb437805e2f7a006aa0d0c3098ab0f')
 
-
 if [ -n ${_snapshot} ]; then
   _basedir=gcc-${_snapshot}
 else
@@ -52,9 +49,6 @@
   # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
   patch -p0 -i ${srcdir}/gcc-4.8-filename-output.patch
 
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60902
-  patch -p1 -i ${srcdir}/gcc-4.9-tree-ssa-threadedge.patch
-
   mkdir ${srcdir}/gcc-build
 }
 

Deleted: gcc-4.9-tree-ssa-threadedge.patch
===
--- gcc-4.9-tree-ssa-threadedge.patch   2014-05-23 14:47:58 UTC (rev 111765)
+++ gcc-4.9-tree-ssa-threadedge.patch   2014-05-23 22:38:36 UTC (rev 111766)
@@ -1,38 +0,0 @@
 trunk/gcc/tree-ssa-threadedge.c2014/04/23 17:53:56 209715
-+++ trunk/gcc/tree-ssa-threadedge.c2014/04/23 18:04:46 209716
-@@ -387,7 +387,34 @@
-(gimple_code (stmt) != GIMPLE_CALL
-   || gimple_call_lhs (stmt) == NULL_TREE
-   || TREE_CODE (gimple_call_lhs (stmt)) != SSA_NAME))
--  continue;
-+  {
-+/* STMT might still have DEFS and we need to invalidate any known
-+   equivalences for them.
-+
-+   Consider if STMT is a GIMPLE_ASM with one or more outputs that
-+   feeds a conditional inside a loop.  We might derive an equivalence
-+   due to the conditional.  */
-+tree op;
-+ssa_op_iter iter;
-+
-+if (backedge_seen)
-+  FOR_EACH_SSA_TREE_OPERAND (op, stmt, iter, SSA_OP_DEF)
-+{
-+  /* This call only invalidates equivalences created by
-+ PHI nodes.  This is by design to keep the cost of
-+ of invalidation reasonable.  */
-+  invalidate_equivalences (op, stack, src_map, dst_map);
-+
-+  /* However, conditionals can imply values for real
-+ operands as well.  And those won't be recorded in the
-+ maps.  In fact, those equivalences may be recorded totally
-+ outside the threading code.  We can just create a new
-+ temporary NULL equivalence here.  */
-+  record_temporary_equivalence (op, NULL_TREE, stack);
-+}
-+
-+continue;
-+  }
- 
-   /* The result of __builtin_object_size depends on all the arguments
-of a phi node. Temporarily using only one edge produces invalid



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 00:48:23
  Author: heftig
Revision: 213424

3.12.0

Modified:
  sound-juicer/trunk/PKGBUILD
  sound-juicer/trunk/sound-juicer.install

--+
 PKGBUILD |   35 ---
 sound-juicer.install |   16 +---
 2 files changed, 17 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 21:11:15 UTC (rev 213423)
+++ PKGBUILD2014-05-23 22:48:23 UTC (rev 213424)
@@ -4,43 +4,32 @@
 # Contributor: Ben contrasu...@myrealbox.com
 
 pkgname=sound-juicer
-pkgver=3.5.0
-pkgrel=2
+pkgver=3.12.0
+pkgrel=1
 pkgdesc=A cd ripper application
 arch=(i686 x86_64)
 license=(GPL)
-depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero hicolor-icon-theme gconf)
-makedepends=(intltool gnome-doc-utils gnome-common)
+depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero hicolor-icon-theme iso-codes)
+makedepends=(intltool itstool)
 options=(!emptydirs)
 url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 install=sound-juicer.install
-sha256sums=('ea76703e08e67590af7b8ce5206c343eb01d77cd5023c0bc958a0c2f5a98d2e9')
+sha256sums=('c6f98dc6d453e2890fdc3bb7d2e360318d82dafd0304aa0a23ff6ea10b7aff1f')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -e s/AM_GST_ELEMENT_CHECK/GST_ELEMENT_CHECK/ \
-  -e s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/ -i configure.in
-  autoreconf -f
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-scrollkeeper
+  cd ${pkgname}-${pkgver}
 
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
   # drop unneeded direct library deps with --as-needed
   # libtool doesn't make this easy, so we do it the hard way
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  # Remove RPATH
-  sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=|g' 
libtool
-  sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
-  export tagname=CC
-  make AM_CFLAGS=-export-dynamic
+  make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain sound-juicer ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
 }

Modified: sound-juicer.install
===
--- sound-juicer.install2014-05-23 21:11:15 UTC (rev 213423)
+++ sound-juicer.install2014-05-23 22:48:23 UTC (rev 213424)
@@ -1,24 +1,18 @@
-pkgname=sound-juicer
-
 post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
+  glib-compile-schemas /usr/share/glib-2.0/schemas
   update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 pre_upgrade() {
-  pre_remove $1
+  (( $(vercmp $2 3.12.0)  0 ))  gconfpkg --uninstall sound-juicer
+  return 0
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
 post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 00:49:48
  Author: heftig
Revision: 213425

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

Added:
  sound-juicer/repos/extra-i686/PKGBUILD
(from rev 213424, sound-juicer/trunk/PKGBUILD)
  sound-juicer/repos/extra-i686/sound-juicer.install
(from rev 213424, sound-juicer/trunk/sound-juicer.install)
  sound-juicer/repos/extra-x86_64/PKGBUILD
(from rev 213424, sound-juicer/trunk/PKGBUILD)
  sound-juicer/repos/extra-x86_64/sound-juicer.install
(from rev 213424, sound-juicer/trunk/sound-juicer.install)
Deleted:
  sound-juicer/repos/extra-i686/PKGBUILD
  sound-juicer/repos/extra-i686/sound-juicer.install
  sound-juicer/repos/extra-x86_64/PKGBUILD
  sound-juicer/repos/extra-x86_64/sound-juicer.install

---+
 /PKGBUILD |   70 
 /sound-juicer.install |   36 ++
 extra-i686/PKGBUILD   |   46 ---
 extra-i686/sound-juicer.install   |   24 
 extra-x86_64/PKGBUILD |   46 ---
 extra-x86_64/sound-juicer.install |   24 
 6 files changed, 106 insertions(+), 140 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 22:48:23 UTC (rev 213424)
+++ extra-i686/PKGBUILD 2014-05-23 22:49:48 UTC (rev 213425)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Ben contrasu...@myrealbox.com
-
-pkgname=sound-juicer
-pkgver=3.5.0
-pkgrel=2
-pkgdesc=A cd ripper application
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero hicolor-icon-theme gconf)
-makedepends=(intltool gnome-doc-utils gnome-common)
-options=(!emptydirs)
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-install=sound-juicer.install
-sha256sums=('ea76703e08e67590af7b8ce5206c343eb01d77cd5023c0bc958a0c2f5a98d2e9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -e s/AM_GST_ELEMENT_CHECK/GST_ELEMENT_CHECK/ \
-  -e s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/ -i configure.in
-  autoreconf -f
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-scrollkeeper
-
-  # drop unneeded direct library deps with --as-needed
-  # libtool doesn't make this easy, so we do it the hard way
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  # Remove RPATH
-  sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=|g' 
libtool
-  sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-
-  export tagname=CC
-  make AM_CFLAGS=-export-dynamic
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-
-  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain sound-juicer ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: sound-juicer/repos/extra-i686/PKGBUILD (from rev 213424, 
sound-juicer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 22:49:48 UTC (rev 213425)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Ben contrasu...@myrealbox.com
+
+pkgname=sound-juicer
+pkgver=3.12.0
+pkgrel=1
+pkgdesc=A cd ripper application
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libmusicbrainz5 libdiscid gtk3 gst-plugins-base gst-plugins-good 
brasero hicolor-icon-theme iso-codes)
+makedepends=(intltool itstool)
+options=(!emptydirs)
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+install=sound-juicer.install
+sha256sums=('c6f98dc6d453e2890fdc3bb7d2e360318d82dafd0304aa0a23ff6ea10b7aff1f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+
+  # drop unneeded direct library deps with --as-needed
+  # libtool doesn't make this easy, so we do it the hard way
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make 

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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 00:54:51
  Author: heftig
Revision: 213426

3.2.8

Modified:
  gthumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 22:49:48 UTC (rev 213425)
+++ PKGBUILD2014-05-23 22:54:51 UTC (rev 213426)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Kieslich tob...@justdreams.de
 
 pkgname=gthumb
-pkgver=3.2.7
-pkgrel=2
+pkgver=3.2.8
+pkgrel=1
 pkgdesc=Image browser and viewer for the GNOME Desktop
 arch=(i686 x86_64)
 license=(GPL)
@@ -22,7 +22,7 @@
 options=('!emptydirs')
 install=gthumb.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('36b179873d7219e5ce34584a9c3a9486d519aa9866f558a050ca85ebd122c44e')
+sha256sums=('d600aba747af551540f3bbae8e8afa1cc308c658d911318c98fd4bf52ecd61b8')
 
 prepare() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 00:56:07
  Author: heftig
Revision: 213428

3.12.2

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 22:56:01 UTC (rev 213427)
+++ PKGBUILD2014-05-23 22:56:07 UTC (rev 213428)
@@ -4,8 +4,8 @@
 
 pkgbase=gdm
 pkgname=(gdm libgdm)
-pkgver=3.12.1
-pkgrel=2
+pkgver=3.12.2
+pkgrel=1
 pkgdesc=Gnome Display Manager
 arch=(i686 x86_64)
 license=(GPL)
@@ -15,7 +15,7 @@
 checkdepends=('check')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz
 0001-Add-Arch-Linux-PAM-config-files.patch)
-sha256sums=('41a009252bf491dadd7644b3e74be5c9364b1971b519a1a9ef31257180c74913'
+sha256sums=('cc91fff5afd2a7c3e712c960a0b60744774167dcfc16f486372e1eb3c0aa1cc4'
 '49f2c70f96c796378ff749bb7283f23fb055424b2179d31e6235d6034c791bfd')
 
 prepare() {



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 00:56:01
  Author: heftig
Revision: 213427

3.12.2

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 22:54:51 UTC (rev 213426)
+++ PKGBUILD2014-05-23 22:56:01 UTC (rev 213427)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-shell-extensions
-pkgver=3.12.0
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Extensions for GNOME shell, including classic mode
 arch=(any)
@@ -14,7 +14,7 @@
 install=gnome-shell-extensions.install
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('75f5d4c0c7081466fe3cdb8252b8ba4bec821aec4185c1ca72fc9fa10601ee58')
+sha256sums=('30ba6e4792062e5a5cdd18e4a12230e68bfed1ded7de433ad241dd75e7ae2fc6')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 00:56:51
  Author: heftig
Revision: 213429

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

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

-+
 /PKGBUILD   |  102 ++
 /gthumb.install |   38 +++
 extra-i686/PKGBUILD |   51 -
 extra-i686/gthumb.install   |   19 ---
 extra-x86_64/PKGBUILD   |   51 -
 extra-x86_64/gthumb.install |   19 ---
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 22:56:07 UTC (rev 213428)
+++ extra-i686/PKGBUILD 2014-05-23 22:56:51 UTC (rev 213429)
@@ -1,51 +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=3.2.7
-pkgrel=2
-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
- gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret
- libsoup webkitgtk json-glib)
-makedepends=(intltool libchamplain libopenraw exiv2 itstool brasero librsvg 
libopenraw liboauth docbook-xsl)
-optdepends=('libopenraw: read RAW files'
-'exiv2: metadata support'
-'libchamplain: map viewer'
-'brasero: burn discs'
-'liboauth: web albums')
-options=('!emptydirs')
-install=gthumb.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('36b179873d7219e5ce34584a9c3a9486d519aa9866f558a050ca85ebd122c44e')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-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
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gthumb/repos/extra-i686/PKGBUILD (from rev 213428, 
gthumb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 22:56:51 UTC (rev 213429)
@@ -0,0 +1,51 @@
+# $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=3.2.8
+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
+ gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret
+ libsoup webkitgtk json-glib)
+makedepends=(intltool libchamplain libopenraw exiv2 itstool brasero librsvg 
libopenraw liboauth docbook-xsl)
+optdepends=('libopenraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'liboauth: web albums')
+options=('!emptydirs')
+install=gthumb.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d600aba747af551540f3bbae8e8afa1cc308c658d911318c98fd4bf52ecd61b8')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+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
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: 

[arch-commits] Commit in gnome-shell-extensions/repos/extra-any (4 files)

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:01:50
  Author: heftig
Revision: 213430

archrelease: copy trunk to extra-any

Added:
  gnome-shell-extensions/repos/extra-any/PKGBUILD
(from rev 213429, gnome-shell-extensions/trunk/PKGBUILD)
  gnome-shell-extensions/repos/extra-any/gnome-shell-extensions.install
(from rev 213429, 
gnome-shell-extensions/trunk/gnome-shell-extensions.install)
Deleted:
  gnome-shell-extensions/repos/extra-any/PKGBUILD
  gnome-shell-extensions/repos/extra-any/gnome-shell-extensions.install

+
 PKGBUILD   |   56 +++
 gnome-shell-extensions.install |   22 +++
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-23 22:56:51 UTC (rev 213429)
+++ PKGBUILD2014-05-23 23:01:50 UTC (rev 213430)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-shell-extensions
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Extensions for GNOME shell, including classic mode
-arch=(any)
-url=http://live.gnome.org/GnomeShell/Extensions;
-license=(GPL2)
-depends=(gnome-shell libgtop)
-makedepends=(intltool)
-optdepends=('nautilus: gnome-classic session')
-install=gnome-shell-extensions.install
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('75f5d4c0c7081466fe3cdb8252b8ba4bec821aec4185c1ca72fc9fa10601ee58')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-session 
--enable-extensions=all
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-shell-extensions/repos/extra-any/PKGBUILD (from rev 213429, 
gnome-shell-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-23 23:01:50 UTC (rev 213430)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-shell-extensions
+pkgver=3.12.2
+pkgrel=1
+pkgdesc=Extensions for GNOME shell, including classic mode
+arch=(any)
+url=http://live.gnome.org/GnomeShell/Extensions;
+license=(GPL2)
+depends=(gnome-shell libgtop)
+makedepends=(intltool)
+optdepends=('nautilus: gnome-classic session')
+install=gnome-shell-extensions.install
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('30ba6e4792062e5a5cdd18e4a12230e68bfed1ded7de433ad241dd75e7ae2fc6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-session 
--enable-extensions=all
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-shell-extensions.install
===
--- gnome-shell-extensions.install  2014-05-23 22:56:51 UTC (rev 213429)
+++ gnome-shell-extensions.install  2014-05-23 23:01:50 UTC (rev 213430)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-shell-extensions/repos/extra-any/gnome-shell-extensions.install 
(from rev 213429, gnome-shell-extensions/trunk/gnome-shell-extensions.install)
===
--- gnome-shell-extensions.install  (rev 0)
+++ gnome-shell-extensions.install  2014-05-23 23:01:50 UTC (rev 213430)
@@ -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 gdm/repos (16 files)

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:02:52
  Author: heftig
Revision: 213431

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

Added:
  gdm/repos/extra-i686/0001-Add-Arch-Linux-PAM-config-files.patch
(from rev 213430, gdm/trunk/0001-Add-Arch-Linux-PAM-config-files.patch)
  gdm/repos/extra-i686/PKGBUILD
(from rev 213430, gdm/trunk/PKGBUILD)
  gdm/repos/extra-i686/gdm.install
(from rev 213430, gdm/trunk/gdm.install)
  gdm/repos/extra-i686/libgdm.install
(from rev 213430, gdm/trunk/libgdm.install)
  gdm/repos/extra-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch
(from rev 213430, gdm/trunk/0001-Add-Arch-Linux-PAM-config-files.patch)
  gdm/repos/extra-x86_64/PKGBUILD
(from rev 213430, gdm/trunk/PKGBUILD)
  gdm/repos/extra-x86_64/gdm.install
(from rev 213430, gdm/trunk/gdm.install)
  gdm/repos/extra-x86_64/libgdm.install
(from rev 213430, gdm/trunk/libgdm.install)
Deleted:
  gdm/repos/extra-i686/0001-Add-Arch-Linux-PAM-config-files.patch
  gdm/repos/extra-i686/PKGBUILD
  gdm/repos/extra-i686/gdm.install
  gdm/repos/extra-i686/libgdm.install
  gdm/repos/extra-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch
  gdm/repos/extra-x86_64/PKGBUILD
  gdm/repos/extra-x86_64/gdm.install
  gdm/repos/extra-x86_64/libgdm.install

-+
 /0001-Add-Arch-Linux-PAM-config-files.patch |  404 ++
 /PKGBUILD   |  170 +
 /gdm.install|   46 +
 /libgdm.install |   22 
 extra-i686/0001-Add-Arch-Linux-PAM-config-files.patch   |  202 ---
 extra-i686/PKGBUILD |   85 --
 extra-i686/gdm.install  |   23 
 extra-i686/libgdm.install   |   11 
 extra-x86_64/0001-Add-Arch-Linux-PAM-config-files.patch |  202 ---
 extra-x86_64/PKGBUILD   |   85 --
 extra-x86_64/gdm.install|   23 
 extra-x86_64/libgdm.install |   11 
 12 files changed, 642 insertions(+), 642 deletions(-)

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


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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:05:10
  Author: heftig
Revision: 213432

3.12.2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:02:52 UTC (rev 213431)
+++ PKGBUILD2014-05-23 23:05:10 UTC (rev 213432)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=empathy
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=A GNOME instant messaging client using the Telepathy framework.
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 groups=(gnome)
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('53049c069ea893b58b3b2c4307c064e28835d3d61c8e53199bceda3d9e734981')
+sha256sums=('414d0c6b1a30b1afbf35ad04b0b9ff3ada3e06fab797a50a7147cdfe0905e7cd')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:07:48
  Author: heftig
Revision: 213434

4.8.1

Modified:
  gtkhtml4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:07:36 UTC (rev 213433)
+++ PKGBUILD2014-05-23 23:07:48 UTC (rev 213434)
@@ -3,16 +3,16 @@
 
 pkgname=gtkhtml4
 _pkgbasename=gtkhtml
-pkgver=4.8.0
+pkgver=4.8.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')
+depends=('gtk3' 'enchant' 'iso-codes' 'libsoup')
 makedepends=('intltool')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:3}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('a660b63bc6b771f6aa8bd846d79664da1ca08f023fcc2e4e4a53dc20224dea9b')
+sha256sums=('558bf8ec61d9e24cd67301613fc26ab54a495b4b75af5770d1259128aaeefa63')
 
 build() {
 cd $_pkgbasename-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:07:36
  Author: heftig
Revision: 213433

3.12.1

Modified:
  gnome-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:05:10 UTC (rev 213432)
+++ PKGBUILD2014-05-23 23:07:36 UTC (rev 213433)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-documents
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=Documents Manager for GNOME
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 optdepends=('unoconv: Support for Libreoffice document types')
 install=gnome-documents.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2177fe987da11f3a35c4a377486073d706eb40cd3874a005fba806a7b525f693')
+sha256sums=('6d0df1d90781d56992ed5d5c2591833e89e3aa756ccab63f82dd935185ce5a53')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:08:17
  Author: heftig
Revision: 213435

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

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

--+
 /PKGBUILD|   74 +
 /empathy.install |   32 +
 extra-i686/PKGBUILD  |   37 
 extra-i686/empathy.install   |   16 
 extra-x86_64/PKGBUILD|   37 
 extra-x86_64/empathy.install |   16 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 23:07:48 UTC (rev 213434)
+++ extra-i686/PKGBUILD 2014-05-23 23:08:17 UTC (rev 213435)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=empathy
-pkgver=3.12.1
-pkgrel=1
-pkgdesc=A GNOME instant messaging client using the Telepathy framework.
-arch=(i686 x86_64)
-url=http://live.gnome.org/Empathy;
-license=(GPL2)
-depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2 geocode-glib cheese libchamplain)
-makedepends=(intltool itstool docbook-xsl python2)
-optdepends=('telepathy-gabble: XMPP/Jabber support'
-'telepathy-idle: IRC support'
-'telepathy-salut: Link-local XMPP support'
-'telepathy-rakia: SIP support'
-'telepathy-haze: libpurple support')
-options=('!makeflags')
-groups=(gnome)
-install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('53049c069ea893b58b3b2c4307c064e28835d3d61c8e53199bceda3d9e734981')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sysconfdir=/etc  \
-  --libexecdir=/usr/lib/empathy \
-  --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: empathy/repos/extra-i686/PKGBUILD (from rev 213434, 
empathy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 23:08:17 UTC (rev 213435)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=empathy
+pkgver=3.12.2
+pkgrel=1
+pkgdesc=A GNOME instant messaging client using the Telepathy framework.
+arch=(i686 x86_64)
+url=http://live.gnome.org/Empathy;
+license=(GPL2)
+depends=(clutter-gst clutter-gtk folks gcr iso-codes libcanberra libpulse 
webkitgtk telepathy-farstream telepathy-glib telepathy-logger 
telepathy-mission-control geoclue2 geocode-glib cheese libchamplain)
+makedepends=(intltool itstool docbook-xsl python2)
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support')
+options=('!makeflags')
+groups=(gnome)
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('414d0c6b1a30b1afbf35ad04b0b9ff3ada3e06fab797a50a7147cdfe0905e7cd')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/empathy.install
===
--- extra-i686/empathy.install  2014-05-23 23:07:48 UTC (rev 213434)
+++ extra-i686/empathy.install  2014-05-23 23:08:17 UTC (rev 213435)
@@ -1,16 +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
-echo To use Empathy you need to install at least one Telepathy connection 
manager.
-}
-
-post_upgrade() {
-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_remove() {
-post_upgrade
-}

Copied: 

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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:11:00
  Author: heftig
Revision: 213437

3.12.2

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:10:24 UTC (rev 213436)
+++ PKGBUILD2014-05-23 23:11:00 UTC (rev 213437)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8558cc504e1c7f86e15b369f66acbcd9a041c213d22435493d6365ecbeefd1c7')
+sha256sums=('aa5a179c2fbb6b5119bb53157b6dcf145b1603e5e84fc63b9b50a8b437e43f20')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:10:24
  Author: heftig
Revision: 213436

0.20.11

Modified:
  gupnp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:08:17 UTC (rev 213435)
+++ PKGBUILD2014-05-23 23:10:24 UTC (rev 213436)
@@ -3,7 +3,7 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=gupnp
-pkgver=0.20.10
+pkgver=0.20.11
 pkgrel=1
 pkgdesc=An object-oriented UPNP framework
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection gtk-doc vala) 
 optdepends=('python2: gupnp-binding-tool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5c7f9278b50ed252606552e2f148be4e1b1616bc93ebc8b09b22fcf5d8aa08e4')
+sha256sums=('648ad091c7bae1c2b45ae9b9c0052f8c72903ce740d6e5be945c493dec85c160')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in five-or-more/trunk (PKGBUILD)

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:11:51
  Author: heftig
Revision: 213438

3.12.2

Modified:
  five-or-more/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:11:00 UTC (rev 213437)
+++ PKGBUILD2014-05-23 23:11:51 UTC (rev 213438)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=five-or-more
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Remove colored balls from the board by forming lines
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Five%20or%20more;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0d90aa7d3f26c0a2eaa459b7a210125156db0cc894c18ce5c0803988b33886ec')
+sha256sums=('96743cd55fcebc99c3ff0e7358900a9ee31b601e26b33f15f79e50dec2ae577e')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:12:26
  Author: heftig
Revision: 213439

3.12.2

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

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:11:51 UTC (rev 213438)
+++ PKGBUILD2014-05-23 23:12:26 UTC (rev 213439)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=four-in-a-row
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Make lines of the same color to win
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Four-in-a-row;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b7a999a689a0a208b6daad807ffcb56a65a70f11e311c43c44ca719700291dfe')
+sha256sums=('6180612c70a04e70f17bc165fdfccc8c7984e6ed7d3c2870221cf596864545ef')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:13:18
  Author: heftig
Revision: 213440

3.12.2

Modified:
  gnome-chess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:12:26 UTC (rev 213439)
+++ PKGBUILD2014-05-23 23:13:18 UTC (rev 213440)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-chess
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Play the classic two-player boardgame of chess
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 url=https://live.gnome.org/Chess;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9f0052ffb3deef5108c94558c1bb18ab4b2c8ca6e4adb7c75faaac0ce6e8ead8')
+sha256sums=('381e9f0b8ff470fd2df57b836c89e6a26ff10a6c885ddd3358b89b015b03147e')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:13:59
  Author: heftig
Revision: 213441

3.12.2

Modified:
  gnome-sudoku/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:13:18 UTC (rev 213440)
+++ PKGBUILD2014-05-23 23:13:59 UTC (rev 213441)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-sudoku
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Test your logic skills in this number grid puzzle
 arch=('any')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/GnomeSudoku;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1592aab91c929a08e7b73c38cfddf07d654eed45f4e43a3d87f19bb0be17a543')
+sha256sums=('31b57cdb60a0d4ecab529628822e04a700659ce7bb84aaa56b3c318500b1dd8b')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:14:42
  Author: heftig
Revision: 213442

3.12.2

Modified:
  iagno/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:13:59 UTC (rev 213441)
+++ PKGBUILD2014-05-23 23:14:42 UTC (rev 213442)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=iagno
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Dominate the board in a classic version of Reversi
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Iagno;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('980e9341c35e763d1f461a6f4f4970225b1caec2167718c5c19e04c52fbb2cab')
+sha256sums=('e1912000340ade2d86c9d0bc34b8aadc05093df4254be50f484d5eef47db1b9b')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:15:36
  Author: heftig
Revision: 213443

3.12.2

Modified:
  gnome-power-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:14:42 UTC (rev 213442)
+++ PKGBUILD2014-05-23 23:15:36 UTC (rev 213443)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-power-manager
-pkgver=3.12.0
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=System power information and statistics
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 install=gnome-power-manager.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('4e24dbfc56961a2889b1c67554695e0329f99ba658aac15747fcbee263393d59')
+sha256sums=('f025a35810434e9d1b1fa69e581d2e399db4c87625baa3850232ab6cbc19')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:18:26
  Author: heftig
Revision: 213444

3.12.2

Modified:
  gtksourceview3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:15:36 UTC (rev 213443)
+++ PKGBUILD2014-05-23 23:18:26 UTC (rev 213444)
@@ -3,7 +3,7 @@
 
 pkgname=gtksourceview3
 _pkgbasename=gtksourceview
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=A text widget adding syntax highlighting and more to GNOME
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection' 'glade')
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('008cc0758197aeb4843fc4d1220cbe1586a419455b8ef2efdc9d05a2e6f6bd3e')
+sha256sums=('62a31eee00f633d7959efb7eec44049ebd0345d670265853dcd21c057f3f30ad')
 
 build() {
   cd $_pkgbasename-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:19:25
  Author: heftig
Revision: 213445

3.12.2

Modified:
  gnome-color-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:18:26 UTC (rev 213444)
+++ PKGBUILD2014-05-23 23:19:25 UTC (rev 213445)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-color-manager
-pkgver=3.12.1
-pkgrel=2
+pkgver=3.12.2
+pkgrel=1
 pkgdesc=Color profile manager for the GNOME desktop
 arch=(i686 x86_64)
 url=http://projects.gnome.org/gnome-color-manager/;
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('06bbc4ce1cd7862a33c6b8d64e647770936cf8787756135b0781385bac1998a9')
+sha256sums=('7f406233c03499c786dac69d54a3b9312f7fd36a6c75e8b9c899cad1588731d0')
 
 build(){
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:20:27
  Author: heftig
Revision: 213446

3.12.2

Modified:
  gnome-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:19:25 UTC (rev 213445)
+++ PKGBUILD2014-05-23 23:20:27 UTC (rev 213446)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-backgrounds
-pkgver=3.12.1
+pkgver=3.12.2
 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:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ba032d8664805da9ca0d75ad91407b316b66cfeebce33c52895f4722065cd3cf')
+sha256sums=('ac4d3e0fffc5991865ca748e728a1ab87f167400105250ce2195b03502427180')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:21:00
  Author: heftig
Revision: 213447

3.12.1

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:20:27 UTC (rev 213446)
+++ PKGBUILD2014-05-23 23:21:00 UTC (rev 213447)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=epiphany
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 install=epiphany.install
 pkgdesc=A GNOME web browser based on the WebKit rendering engine.
@@ -14,7 +14,7 @@
 groups=('gnome')
 url=https://wiki.gnome.org/Apps/Web;
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c1872e38854b01320d5b8fc17179ebd0ae5ee247c92d3d3cdb7f2b9f54c90d25')
+sha256sums=('16d9f8f10443328b2f226c2da545e75c8433f50f103af8aeb692b098d5fbbf93')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:22:22
  Author: heftig
Revision: 213448

3.12.2

Modified:
  gnome-nibbles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:21:00 UTC (rev 213447)
+++ PKGBUILD2014-05-23 23:22:22 UTC (rev 213448)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-nibbles
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Guide a worm around a maze
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url=https://wiki.gnome.org/Apps/Nibbles;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fcb37c060492d7299f194c789358b69412cbff153272c3b69c7d31e6eae011b8')
+sha256sums=('3a8a2a845664bfae9a810bfb1dd039015d1b33b7503d2320212e801e5c19d90e')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:23:39
  Author: heftig
Revision: 213449

3.12.2.1

Modified:
  gnome-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:22:22 UTC (rev 213448)
+++ PKGBUILD2014-05-23 23:23:39 UTC (rev 213449)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-music
-pkgver=3.12.1
+pkgver=3.12.2.1
 pkgrel=1
 pkgdesc=Music player and management application
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 groups=('gnome-extra')
 install=gnome-music.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('197a62475a8f13eb9548a8d885c30f01d7f5b04e95dc09933e57f90dd79470fc')
+sha256sums=('9f0c99283853f054e3c5b4ad15df1e8fe3ac07bc046ac0f019ef0600ca969fef')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:25:12
  Author: heftig
Revision: 213451

3.12.2

Modified:
  gnome-mahjongg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:24:30 UTC (rev 213450)
+++ PKGBUILD2014-05-23 23:25:12 UTC (rev 213451)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-mahjongg
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Disassemble a pile of tiles by removing matching pairs
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Mahjongg;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('86b54c8b82131b9a6ffcb1eb41a8a29b859ae3a1ca99a1b08656cbe8bcca9f04')
+sha256sums=('933adf927a023e8d135d390dfa99dc4ab461b7ca75ae5e99a2af6286944a65e2')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:24:30
  Author: heftig
Revision: 213450

3.18.3

Modified:
  glade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:23:39 UTC (rev 213449)
+++ PKGBUILD2014-05-23 23:24:30 UTC (rev 213450)
@@ -2,7 +2,7 @@
 # Maintainer: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=glade
-pkgver=3.18.2
+pkgver=3.18.3
 pkgrel=1
 pkgdesc=User interface builder for GTK+ and GNOME.
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url=http://glade.gnome.org/;
 install=glade.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a2fd77e64e8d6c4d6cbd7f365b5b3a4a06b04f749c90acbdf7a09538b2a021fc')
+sha256sums=('ecdbce46e7fbfecd463be840b94fbf54d83723b3ebe075414cfd225ddab66452')
 
 prepare() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:26:46
  Author: heftig
Revision: 213453

3.12.2

Modified:
  tali/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:25:59 UTC (rev 213452)
+++ PKGBUILD2014-05-23 23:26:46 UTC (rev 213453)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=tali
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Beat the odds in a poker-style dice game
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Tali;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c0fec44bd9083a88c75d6e81610d8ac339e0836dc0f45b71035230c1db067191')
+sha256sums=('a1386ab9d6e04c2ceb422704bd8404b423452823bde63ea87096351d729afe1c')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gcc-multilib/repos (9 files)

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:26:47
  Author: heftig
Revision: 111767

archrelease: copy trunk to multilib-testing-x86_64

Added:
  gcc-multilib/repos/multilib-testing-x86_64/
  gcc-multilib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 111766, gcc-multilib/trunk/PKGBUILD)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-4.8-filename-output.patch
(from rev 111766, gcc-multilib/trunk/gcc-4.8-filename-output.patch)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-4.8-lambda-ICE.patch
(from rev 111766, gcc-multilib/trunk/gcc-4.8-lambda-ICE.patch)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-ada.install
(from rev 111766, gcc-multilib/trunk/gcc-ada.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-fortran.install
(from rev 111766, gcc-multilib/trunk/gcc-fortran.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-go.install
(from rev 111766, gcc-multilib/trunk/gcc-go.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc-libs.install
(from rev 111766, gcc-multilib/trunk/gcc-libs.install)
  gcc-multilib/repos/multilib-testing-x86_64/gcc.install
(from rev 111766, gcc-multilib/trunk/gcc.install)

---+
 PKGBUILD  |  377 
 gcc-4.8-filename-output.patch |   17 +
 gcc-4.8-lambda-ICE.patch  |   35 +++
 gcc-ada.install   |   20 ++
 gcc-fortran.install   |   16 +
 gcc-go.install|   20 ++
 gcc-libs.install  |   16 +
 gcc.install   |   20 ++
 8 files changed, 521 insertions(+)

Copied: gcc-multilib/repos/multilib-testing-x86_64/PKGBUILD (from rev 111766, 
gcc-multilib/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2014-05-23 23:26:47 UTC (rev 111767)
@@ -0,0 +1,377 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
+pkgver=4.9.0
+_pkgver=4.9
+pkgrel=3
+_snapshot=4.9-20140521
+pkgdesc=The GNU Compiler Collection for multilib
+arch=('x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils=2.24' 'libmpc' 'cloog' 'gcc-ada-multilib' 'doxygen'
+ 'lib32-glibc=2.19')
+checkdepends=('dejagnu' 'inetutils')
+options=('!emptydirs')
+source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+gcc-4.8-filename-output.patch)
+md5sums=('cd3cbe93ebc7207bf65d30e3c9a74a26'
+ '40cb437805e2f7a006aa0d0c3098ab0f')
+
+if [ -n ${_snapshot} ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+_libdir=usr/lib/gcc/$CHOST/$pkgver
+
+prepare() {
+  cd ${srcdir}/${_basedir}
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  [[ $CARCH == x86_64 ]]  sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+  echo ${pkgver}  gcc/BASE-VER
+
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
+  patch -p0 -i ${srcdir}/gcc-4.8-filename-output.patch
+
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ${srcdir}/${_basedir}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix \
+  --with-system-zlib --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --disable-libssp \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-cloog-backend=isl --disable-cloog-version-check \
+  --enable-lto --enable-plugin --enable-install-libiberty \
+  --with-linker-hash-style=gnu \
+  --enable-multilib --disable-werror \
+  --enable-checking=release
+  make
+  
+  # make documentation
+  make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
+}
+
+check() {
+  cd ${srcdir}/gcc-build
+
+  # increase stack size to prevent test failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31827
+  ulimit -s 32768
+

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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:25:59
  Author: heftig
Revision: 213452

3.12.2

Modified:
  gnome-tetravex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:25:12 UTC (rev 213451)
+++ PKGBUILD2014-05-23 23:25:59 UTC (rev 213452)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-tetravex
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Complete the puzzle by matching numbered tiles
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Tetravex;
 groups=(gnome-extra)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d50ba0eefb13b5293e7636b30d4f2621c9f001221eb144dbc7d283639871e8ff')
+sha256sums=('a3537a99cd80297dbbeeed8d603659231909ebd1e8a0c054feb58d81ccbff2b6')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:27:21
  Author: heftig
Revision: 213454

3.12.2

Modified:
  lightsoff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:26:46 UTC (rev 213453)
+++ PKGBUILD2014-05-23 23:27:21 UTC (rev 213454)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=lightsoff
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Turn off all the lights
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Lightsoff;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cd6b860988402f2c3791dad04046ccabdbd5f40cfe6253c330f3614ee7d0feb3')
+sha256sums=('112cb1fb7cda95189b89549016f671917436b0108fdff21f07c462e3d285138f')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:28:14
  Author: heftig
Revision: 213455

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

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

--+
 /PKGBUILD|   82 +
 /gnome-documents.install |   26 ++
 extra-i686/PKGBUILD  |   41 
 extra-i686/gnome-documents.install   |   13 -
 extra-x86_64/PKGBUILD|   41 
 extra-x86_64/gnome-documents.install |   13 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 23:27:21 UTC (rev 213454)
+++ extra-i686/PKGBUILD 2014-05-23 23:28:14 UTC (rev 213455)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-documents
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=Documents Manager for GNOME
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=(GPL)
-groups=(gnome-extra)
-depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
- tracker libzapojit webkitgtk gnome-online-miners)
-makedepends=(intltool gobject-introspection itstool docbook-xsl)
-optdepends=('unoconv: Support for Libreoffice document types')
-install=gnome-documents.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2177fe987da11f3a35c4a377486073d706eb40cd3874a005fba806a7b525f693')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname
-  make
-}
-
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

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

Deleted: extra-i686/gnome-documents.install
===
--- extra-i686/gnome-documents.install  2014-05-23 23:27:21 UTC (rev 213454)
+++ extra-i686/gnome-documents.install  2014-05-23 23:28:14 UTC (rev 213455)
@@ -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/extra-i686/gnome-documents.install (from rev 
213454, gnome-documents/trunk/gnome-documents.install)
===
--- extra-i686/gnome-documents.install  (rev 0)
+++ extra-i686/gnome-documents.install  2014-05-23 23:28:14 UTC (rev 213455)
@@ -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
+}
+

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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:28:27
  Author: heftig
Revision: 213456

3.12.2

Modified:
  quadrapassel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:28:14 UTC (rev 213455)
+++ PKGBUILD2014-05-23 23:28:27 UTC (rev 213456)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=quadrapassel
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Fit falling blocks together (Tetris-like game for GNOME)
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Quadrapassel;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d78f7393e2f156e51bc2ed3b4d5df3a724daddb7f9bbf0ddb3942e92ddc44369')
+sha256sums=('e83cc7043e90fc468ac322331b4862bf604b16579785af928b41ebe3b861b4db')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:29:13
  Author: heftig
Revision: 213457

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 23:28:27 UTC (rev 213456)
+++ extra-i686/PKGBUILD 2014-05-23 23:29:13 UTC (rev 213457)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtkhtml4
-_pkgbasename=gtkhtml
-pkgver=4.8.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;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:3}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('a660b63bc6b771f6aa8bd846d79664da1ca08f023fcc2e4e4a53dc20224dea9b')
-
-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/extra-i686/PKGBUILD (from rev 213456, 
gtkhtml4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 23:29:13 UTC (rev 213457)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.8.1
+pkgrel=1
+pkgdesc=A lightweight HTML renderer/editor widget for GTK3
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'enchant' 'iso-codes' 'libsoup')
+makedepends=('intltool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:3}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('558bf8ec61d9e24cd67301613fc26ab54a495b4b75af5770d1259128aaeefa63')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-23 23:28:27 UTC (rev 213456)
+++ extra-x86_64/PKGBUILD   2014-05-23 23:29:13 UTC (rev 213457)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtkhtml4
-_pkgbasename=gtkhtml
-pkgver=4.8.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;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:3}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('a660b63bc6b771f6aa8bd846d79664da1ca08f023fcc2e4e4a53dc20224dea9b')
-
-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/extra-x86_64/PKGBUILD (from rev 213456, 
gtkhtml4/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-23 23:29:13 UTC (rev 213457)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.8.1
+pkgrel=1
+pkgdesc=A lightweight HTML renderer/editor widget for GTK3
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'enchant' 'iso-codes' 'libsoup')
+makedepends=('intltool')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:3}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('558bf8ec61d9e24cd67301613fc26ab54a495b4b75af5770d1259128aaeefa63')
+
+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
+}



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:30:09
  Author: heftig
Revision: 213458

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 23:29:13 UTC (rev 213457)
+++ extra-i686/PKGBUILD 2014-05-23 23:30:09 UTC (rev 213458)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gupnp
-pkgver=0.20.10
-pkgrel=1
-pkgdesc=An object-oriented UPNP framework
-arch=(i686 x86_64)
-url=http://gupnp.org/;
-license=(LGPL)
-depends=(gssdp util-linux)
-makedepends=(gobject-introspection gtk-doc vala) 
-optdepends=('python2: gupnp-binding-tool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5c7f9278b50ed252606552e2f148be4e1b1616bc93ebc8b09b22fcf5d8aa08e4')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '1s|^#!.*python$|2|' tools/gupnp-binding-tool
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --with-context-manager=linux
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gupnp/repos/extra-i686/PKGBUILD (from rev 213457, gupnp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 23:30:09 UTC (rev 213458)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gupnp
+pkgver=0.20.11
+pkgrel=1
+pkgdesc=An object-oriented UPNP framework
+arch=(i686 x86_64)
+url=http://gupnp.org/;
+license=(LGPL)
+depends=(gssdp util-linux)
+makedepends=(gobject-introspection gtk-doc vala) 
+optdepends=('python2: gupnp-binding-tool')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('648ad091c7bae1c2b45ae9b9c0052f8c72903ce740d6e5be945c493dec85c160')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i '1s|^#!.*python$|2|' tools/gupnp-binding-tool
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --with-context-manager=linux
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-23 23:29:13 UTC (rev 213457)
+++ extra-x86_64/PKGBUILD   2014-05-23 23:30:09 UTC (rev 213458)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gupnp
-pkgver=0.20.10
-pkgrel=1
-pkgdesc=An object-oriented UPNP framework
-arch=(i686 x86_64)
-url=http://gupnp.org/;
-license=(LGPL)
-depends=(gssdp util-linux)
-makedepends=(gobject-introspection gtk-doc vala) 
-optdepends=('python2: gupnp-binding-tool')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('5c7f9278b50ed252606552e2f148be4e1b1616bc93ebc8b09b22fcf5d8aa08e4')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '1s|^#!.*python$|2|' tools/gupnp-binding-tool
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --with-context-manager=linux
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gupnp/repos/extra-x86_64/PKGBUILD (from rev 213457, 
gupnp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-23 23:30:09 UTC (rev 213458)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gupnp
+pkgver=0.20.11
+pkgrel=1
+pkgdesc=An object-oriented UPNP framework
+arch=(i686 x86_64)
+url=http://gupnp.org/;
+license=(LGPL)
+depends=(gssdp util-linux)
+makedepends=(gobject-introspection gtk-doc vala) 
+optdepends=('python2: gupnp-binding-tool')

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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:30:28
  Author: heftig
Revision: 213459

0.36.2

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:30:09 UTC (rev 213458)
+++ PKGBUILD2014-05-23 23:30:28 UTC (rev 213459)
@@ -3,7 +3,7 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.36.1
+pkgver=0.36.2
 pkgrel=1
 pkgdesc=Virtual Terminal Emulator widget for use with GTK3
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection' 'gtk3')
 url=http://www.gnome.org;
 source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('2b1d30d12a9c0074f80938f4bcb0d510cf3f105b28939b0d5aaddf95222bc3dd')
+sha256sums=('f45eed3aed823068c7563345ea947be0e6ddb3dacd74646e6d7d26a921e04345')
 
 build() {
   cd vte-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:30:52
  Author: heftig
Revision: 213460

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 23:30:28 UTC (rev 213459)
+++ extra-i686/PKGBUILD 2014-05-23 23:30:52 UTC (rev 213460)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.12.1
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=https://wiki.gnome.org/Apps/Evolution/EWS;
-depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
-makedepends=('intltool' 'evolution')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8558cc504e1c7f86e15b369f66acbcd9a041c213d22435493d6365ecbeefd1c7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/extra-i686/PKGBUILD (from rev 213459, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 23:30:52 UTC (rev 213460)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.12.2
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=https://wiki.gnome.org/Apps/Evolution/EWS;
+depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('aa5a179c2fbb6b5119bb53157b6dcf145b1603e5e84fc63b9b50a8b437e43f20')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-23 23:30:28 UTC (rev 213459)
+++ extra-x86_64/PKGBUILD   2014-05-23 23:30:52 UTC (rev 213460)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.12.1
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=https://wiki.gnome.org/Apps/Evolution/EWS;
-depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
-makedepends=('intltool' 'evolution')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8558cc504e1c7f86e15b369f66acbcd9a041c213d22435493d6365ecbeefd1c7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 213459, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-23 23:30:52 UTC (rev 213460)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.12.2
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=https://wiki.gnome.org/Apps/Evolution/EWS;
+depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('aa5a179c2fbb6b5119bb53157b6dcf145b1603e5e84fc63b9b50a8b437e43f20')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+

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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:32:14
  Author: heftig
Revision: 213461

3.12.2

Modified:
  gnome-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:30:52 UTC (rev 213460)
+++ PKGBUILD2014-05-23 23:32:14 UTC (rev 213461)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-terminal
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=The GNOME Terminal Emulator
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 groups=('gnome')
 install=gnome-terminal.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7b68714c63ea6bb6ed574b61f1328a7f7dc34a294d0911e9129d888d56c6')
+sha256sums=('ea19ce610af2873d26e1e75491415e17af6a5080366db966f9220fdeea5ebecd')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:32:48
  Author: heftig
Revision: 213462

3.12.1

Modified:
  gucharmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:32:14 UTC (rev 213461)
+++ PKGBUILD2014-05-23 23:32:48 UTC (rev 213462)
@@ -3,7 +3,7 @@
 # Contributor: Jan De Groot j...@archlinux.org
 
 pkgname=gucharmap
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=Gnome Unicode Charmap
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 groups=(gnome)
 install=gucharmap.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('902f02e741d7eebf919e8c6bb8936f7eafe88b4c556874c9121346c40dc55c0f')
+sha256sums=('5e260767da43f6dc31a8be33ca363da56781349b367464fa9c478bca66aa18d9')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:32:50
  Author: heftig
Revision: 213463

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

Added:
  five-or-more/repos/extra-i686/PKGBUILD
(from rev 213461, five-or-more/trunk/PKGBUILD)
  five-or-more/repos/extra-i686/five-or-more.install
(from rev 213461, five-or-more/trunk/five-or-more.install)
  five-or-more/repos/extra-x86_64/PKGBUILD
(from rev 213461, five-or-more/trunk/PKGBUILD)
  five-or-more/repos/extra-x86_64/five-or-more.install
(from rev 213461, five-or-more/trunk/five-or-more.install)
Deleted:
  five-or-more/repos/extra-i686/PKGBUILD
  five-or-more/repos/extra-i686/five-or-more.install
  five-or-more/repos/extra-x86_64/PKGBUILD
  five-or-more/repos/extra-x86_64/five-or-more.install

---+
 /PKGBUILD |   64 
 /five-or-more.install |   24 +
 extra-i686/PKGBUILD   |   32 --
 extra-i686/five-or-more.install   |   12 --
 extra-x86_64/PKGBUILD |   32 --
 extra-x86_64/five-or-more.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 23:32:48 UTC (rev 213462)
+++ extra-i686/PKGBUILD 2014-05-23 23:32:50 UTC (rev 213463)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=five-or-more
-pkgver=3.12.1
-pkgrel=1
-pkgdesc=Remove colored balls from the board by forming lines
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=five-or-more.install
-url=https://live.gnome.org/Five%20or%20more;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0d90aa7d3f26c0a2eaa459b7a210125156db0cc894c18ce5c0803988b33886ec')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: five-or-more/repos/extra-i686/PKGBUILD (from rev 213461, 
five-or-more/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 23:32:50 UTC (rev 213463)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=five-or-more
+pkgver=3.12.2
+pkgrel=1
+pkgdesc=Remove colored balls from the board by forming lines
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('hicolor-icon-theme' 'gtk3' 'librsvg')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=five-or-more.install
+url=https://live.gnome.org/Five%20or%20more;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('96743cd55fcebc99c3ff0e7358900a9ee31b601e26b33f15f79e50dec2ae577e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/five-or-more.install
===
--- extra-i686/five-or-more.install 2014-05-23 23:32:48 UTC (rev 213462)
+++ extra-i686/five-or-more.install 2014-05-23 23:32:50 UTC (rev 213463)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: five-or-more/repos/extra-i686/five-or-more.install (from rev 213461, 
five-or-more/trunk/five-or-more.install)
===
--- extra-i686/five-or-more.install (rev 0)
+++ extra-i686/five-or-more.install 2014-05-23 23:32:50 UTC (rev 213463)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-23 23:32:48 UTC (rev 213462)
+++ extra-x86_64/PKGBUILD   2014-05-23 23:32:50 UTC (rev 213463)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan 

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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:34:02
  Author: heftig
Revision: 213464

3.12.2

Modified:
  libgweather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:32:50 UTC (rev 213463)
+++ PKGBUILD2014-05-23 23:34:02 UTC (rev 213464)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot  j...@archlinux.org
 
 pkgname=libgweather
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Provides access to weather information from the net
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url=http://www.gnome.org/;
 install=libgweather.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e8e3a6c5f3a6e4e128afecdc4a95e6228d3d8afdaabaf10483168621527cfba8')
+sha256sums=('54ef096350d7774ab1b3f23ed768246301cdcedfaa762a2c46920bf87fcc1c37')
 
 build() {
 cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:34:13
  Author: heftig
Revision: 213465

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

Added:
  four-in-a-row/repos/extra-i686/PKGBUILD
(from rev 213463, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-i686/four-in-a-row.install
(from rev 213463, four-in-a-row/trunk/four-in-a-row.install)
  four-in-a-row/repos/extra-x86_64/PKGBUILD
(from rev 213464, four-in-a-row/trunk/PKGBUILD)
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install
(from rev 213464, four-in-a-row/trunk/four-in-a-row.install)
Deleted:
  four-in-a-row/repos/extra-i686/PKGBUILD
  four-in-a-row/repos/extra-i686/four-in-a-row.install
  four-in-a-row/repos/extra-x86_64/PKGBUILD
  four-in-a-row/repos/extra-x86_64/four-in-a-row.install

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

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

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

Deleted: extra-i686/four-in-a-row.install
===
--- extra-i686/four-in-a-row.install2014-05-23 23:34:02 UTC (rev 213464)
+++ extra-i686/four-in-a-row.install2014-05-23 23:34:13 UTC (rev 213465)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: four-in-a-row/repos/extra-i686/four-in-a-row.install (from rev 213463, 
four-in-a-row/trunk/four-in-a-row.install)
===
--- extra-i686/four-in-a-row.install(rev 0)
+++ extra-i686/four-in-a-row.install2014-05-23 23:34:13 UTC (rev 213465)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-23 23:34:02 UTC (rev 213464)
+++ extra-x86_64/PKGBUILD   2014-05-23 23:34:13 UTC (rev 213465)
@@ -1,32 +0,0 @@
-# $Id$

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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:34:48
  Author: heftig
Revision: 213466

3.12.2

Modified:
  gnome-klotski/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:34:13 UTC (rev 213465)
+++ PKGBUILD2014-05-23 23:34:48 UTC (rev 213466)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-klotski
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Slide blocks to solve the puzzle
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Klotski;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2f2f559f85405de8f9580f9743d922407d78cdd79b9c8e3a529ee9393a18')
+sha256sums=('ed3bbdb0c35aae495bc12f8950618fb485272e1d8f768ef446c4751b2c61c177')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:35:16
  Author: heftig
Revision: 213467

3.12.1

Modified:
  gnome-weather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:34:48 UTC (rev 213466)
+++ PKGBUILD2014-05-23 23:35:16 UTC (rev 213467)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-weather
-pkgver=3.12.0
+pkgver=3.12.1
 pkgrel=1
 pkgdesc=Access current weather conditions and forecasts
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=(gnome-extra)
 install=gnome-weather.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c0b700e450fff02012131f5ef5aacab57ac48d86872b9f8e9179e9d4ef794e4d')
+sha256sums=('23b99daf43838135c454af2c36a5964ab5e67a9c900a2b56ba9b3d96cdc67720')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:35:41
  Author: heftig
Revision: 213468

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

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

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

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

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

Deleted: extra-i686/gnome-chess.install
===
--- extra-i686/gnome-chess.install  2014-05-23 23:35:16 UTC (rev 213467)
+++ extra-i686/gnome-chess.install  2014-05-23 23:35:41 UTC (rev 213468)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-chess/repos/extra-i686/gnome-chess.install (from rev 213467, 
gnome-chess/trunk/gnome-chess.install)
===
--- extra-i686/gnome-chess.install  (rev 0)
+++ extra-i686/gnome-chess.install  2014-05-23 23:35:41 UTC (rev 213468)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-23 

[arch-commits] Commit in gnome-sudoku/repos/extra-any (4 files)

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:36:42
  Author: heftig
Revision: 213470

archrelease: copy trunk to extra-any

Added:
  gnome-sudoku/repos/extra-any/PKGBUILD
(from rev 213469, gnome-sudoku/trunk/PKGBUILD)
  gnome-sudoku/repos/extra-any/gnome-sudoku.install
(from rev 213469, gnome-sudoku/trunk/gnome-sudoku.install)
Deleted:
  gnome-sudoku/repos/extra-any/PKGBUILD
  gnome-sudoku/repos/extra-any/gnome-sudoku.install

--+
 PKGBUILD |   68 -
 gnome-sudoku.install |   24 -
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-23 23:36:10 UTC (rev 213469)
+++ PKGBUILD2014-05-23 23:36:42 UTC (rev 213470)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-sudoku
-pkgver=3.12.1
-pkgrel=1
-pkgdesc=Test your logic skills in this number grid puzzle
-arch=('any')
-license=('GPL')
-depends=('hicolor-icon-theme' 'python-gobject' 'dconf' 'gtk3')
-makedepends=('intltool' 'itstool')
-conflicts=('gnome-games')
-replaces=('gnome-games')
-options=('!emptydirs')
-install=gnome-sudoku.install
-url=https://live.gnome.org/GnomeSudoku;
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1592aab91c929a08e7b73c38cfddf07d654eed45f4e43a3d87f19bb0be17a543')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  sed -i 's_#! /usr/bin/python_#!/usr/bin/python2_' 
$pkgdir/usr/bin/gnome-sudoku
-}

Copied: gnome-sudoku/repos/extra-any/PKGBUILD (from rev 213469, 
gnome-sudoku/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-23 23:36:42 UTC (rev 213470)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-sudoku
+pkgver=3.12.2
+pkgrel=1
+pkgdesc=Test your logic skills in this number grid puzzle
+arch=('any')
+license=('GPL')
+depends=('hicolor-icon-theme' 'python-gobject' 'dconf' 'gtk3')
+makedepends=('intltool' 'itstool')
+conflicts=('gnome-games')
+replaces=('gnome-games')
+options=('!emptydirs')
+install=gnome-sudoku.install
+url=https://live.gnome.org/GnomeSudoku;
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('31b57cdb60a0d4ecab529628822e04a700659ce7bb84aaa56b3c318500b1dd8b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  sed -i 's_#! /usr/bin/python_#!/usr/bin/python2_' 
$pkgdir/usr/bin/gnome-sudoku
+}

Deleted: gnome-sudoku.install
===
--- gnome-sudoku.install2014-05-23 23:36:10 UTC (rev 213469)
+++ gnome-sudoku.install2014-05-23 23:36:42 UTC (rev 213470)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-sudoku/repos/extra-any/gnome-sudoku.install (from rev 213469, 
gnome-sudoku/trunk/gnome-sudoku.install)
===
--- gnome-sudoku.install(rev 0)
+++ gnome-sudoku.install2014-05-23 23:36:42 UTC (rev 213470)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:37:02
  Author: heftig
Revision: 213471

3.12.2

Modified:
  swell-foop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:36:42 UTC (rev 213470)
+++ PKGBUILD2014-05-23 23:37:02 UTC (rev 213471)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=swell-foop
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Clear the screen by removing groups of colored and shaped tiles
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Swell%20Foop;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d0ccb978c265dacadab635b832cb33e077930655013ee9161b68fce10c985dd9')
+sha256sums=('340147bcae5c9b765096326ab62f85f49054254b2574ff301993059af2f474cf')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:36:10
  Author: heftig
Revision: 213469

3.12.2

Modified:
  gnome-robots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:35:41 UTC (rev 213468)
+++ PKGBUILD2014-05-23 23:36:10 UTC (rev 213469)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-robots
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Avoid the robots and make them crash into each other
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 url=https://live.gnome.org/Robots;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f48477f0dfab25ca78920c005c7d02cbdd8fa771f3825e9106b784d2cb5ca4ad')
+sha256sums=('7a826835777611ce28a0e54b8e4cb3b221c200557ad155f7bd3aeacea29c97de')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:37:51
  Author: heftig
Revision: 213472

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

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

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

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

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

Deleted: extra-i686/iagno.install
===
--- extra-i686/iagno.install2014-05-23 23:37:02 UTC (rev 213471)
+++ extra-i686/iagno.install2014-05-23 23:37:51 UTC (rev 213472)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: iagno/repos/extra-i686/iagno.install (from rev 213471, 
iagno/trunk/iagno.install)
===
--- extra-i686/iagno.install(rev 0)
+++ extra-i686/iagno.install2014-05-23 23:37:51 UTC (rev 213472)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -f -q usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-23 23:37:02 UTC (rev 213471)
+++ extra-x86_64/PKGBUILD   2014-05-23 23:37:51 UTC (rev 213472)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=iagno
-pkgver=3.12.1
-pkgrel=1
-pkgdesc=Dominate the board in a classic version of Reversi
-arch=('i686' 'x86_64')
-license=('GPL')

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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:38:12
  Author: heftig
Revision: 213473

3.12.2

Modified:
  cheese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:37:51 UTC (rev 213472)
+++ PKGBUILD2014-05-23 23:38:12 UTC (rev 213473)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8185cecc4639c6c3c1474a0d50c8f571137a7ffada868329f0129dd6cb651a05')
+sha256sums=('a7b45369e75e222e3bd5e9a4408a0e6c230be0c49d359a387d36a42e17e3bc64')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:38:29
  Author: heftig
Revision: 213474

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

Added:
  gnome-power-manager/repos/extra-i686/PKGBUILD
(from rev 213473, gnome-power-manager/trunk/PKGBUILD)
  gnome-power-manager/repos/extra-i686/gnome-power-manager.install
(from rev 213473, gnome-power-manager/trunk/gnome-power-manager.install)
  gnome-power-manager/repos/extra-x86_64/PKGBUILD
(from rev 213473, gnome-power-manager/trunk/PKGBUILD)
  gnome-power-manager/repos/extra-x86_64/gnome-power-manager.install
(from rev 213473, gnome-power-manager/trunk/gnome-power-manager.install)
Deleted:
  gnome-power-manager/repos/extra-i686/PKGBUILD
  gnome-power-manager/repos/extra-i686/gnome-power-manager.install
  gnome-power-manager/repos/extra-x86_64/PKGBUILD
  gnome-power-manager/repos/extra-x86_64/gnome-power-manager.install

--+
 /PKGBUILD|   62 +
 /gnome-power-manager.install |   24 +++
 extra-i686/PKGBUILD  |   31 --
 extra-i686/gnome-power-manager.install   |   12 -
 extra-x86_64/PKGBUILD|   31 --
 extra-x86_64/gnome-power-manager.install |   12 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 23:38:12 UTC (rev 213473)
+++ extra-i686/PKGBUILD 2014-05-23 23:38:29 UTC (rev 213474)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-power-manager
-pkgver=3.12.0
-pkgrel=1
-pkgdesc=System power information and statistics
-arch=(i686 x86_64)
-url=http://www.gnome.org/projects/gnome-power-manager/;
-license=(GPL)
-depends=(gtk3 upower dconf hicolor-icon-theme)
-makedepends=(intltool)
-options=(!emptydirs)
-install=gnome-power-manager.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('4e24dbfc56961a2889b1c67554695e0329f99ba658aac15747fcbee263393d59')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib/gnome-power-manager \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-power-manager/repos/extra-i686/PKGBUILD (from rev 213473, 
gnome-power-manager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 23:38:29 UTC (rev 213474)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-power-manager
+pkgver=3.12.2
+pkgrel=1
+pkgdesc=System power information and statistics
+arch=(i686 x86_64)
+url=http://www.gnome.org/projects/gnome-power-manager/;
+license=(GPL)
+depends=(gtk3 upower dconf hicolor-icon-theme)
+makedepends=(intltool)
+options=(!emptydirs)
+install=gnome-power-manager.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f025a35810434e9d1b1fa69e581d2e399db4c87625baa3850232ab6cbc19')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-power-manager \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-power-manager.install
===
--- extra-i686/gnome-power-manager.install  2014-05-23 23:38:12 UTC (rev 
213473)
+++ extra-i686/gnome-power-manager.install  2014-05-23 23:38:29 UTC (rev 
213474)
@@ -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-power-manager/repos/extra-i686/gnome-power-manager.install (from 
rev 213473, gnome-power-manager/trunk/gnome-power-manager.install)
===
--- extra-i686/gnome-power-manager.install  (rev 0)
+++ extra-i686/gnome-power-manager.install  2014-05-23 23:38:29 UTC (rev 
213474)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   

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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:39:30
  Author: heftig
Revision: 213476

3.12.2

Modified:
  gnome-logs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:39:16 UTC (rev 213475)
+++ PKGBUILD2014-05-23 23:39:30 UTC (rev 213476)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-logs
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=A log viewer for the systemd journal
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(intltool itstool)
 install=gnome-logs.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('11f6eb1b87b12b52aafed9cbc0480d0042fe61c2d67de2e544ac239cd01f209f')
+sha256sums=('419dd07455e3f2e7c0a4731bd48f38dfaeb389d4031042c99d800847cc95d5f1')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:39:16
  Author: heftig
Revision: 213475

3.12.2

Modified:
  gnome-devel-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:38:29 UTC (rev 213474)
+++ PKGBUILD2014-05-23 23:39:16 UTC (rev 213475)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-devel-docs
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Developer documentation for GNOME
 arch=(any)
@@ -12,7 +12,7 @@
 url=http://www.gnome.org;
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('77b9efb8b976e0b1b3ffe95ed17ac3d32c3127025ac1abb0f9fa963a14d41f49')
+sha256sums=('ca542c90247a397a6a8759d917219d67727152b36b41cb8187a43a58bd8f044e')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:39:45
  Author: heftig
Revision: 213477

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

Added:
  gtksourceview3/repos/extra-i686/PKGBUILD
(from rev 213475, gtksourceview3/trunk/PKGBUILD)
  gtksourceview3/repos/extra-x86_64/PKGBUILD
(from rev 213476, gtksourceview3/trunk/PKGBUILD)
Deleted:
  gtksourceview3/repos/extra-i686/PKGBUILD
  gtksourceview3/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 23:39:30 UTC (rev 213476)
+++ extra-i686/PKGBUILD 2014-05-23 23:39:45 UTC (rev 213477)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.12.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')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('008cc0758197aeb4843fc4d1220cbe1586a419455b8ef2efdc9d05a2e6f6bd3e')
-
-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/extra-i686/PKGBUILD (from rev 213475, 
gtksourceview3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 23:39:45 UTC (rev 213477)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.12.2
+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')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('62a31eee00f633d7959efb7eec44049ebd0345d670265853dcd21c057f3f30ad')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-23 23:39:30 UTC (rev 213476)
+++ extra-x86_64/PKGBUILD   2014-05-23 23:39:45 UTC (rev 213477)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.12.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')
-url=http://www.gnome.org;
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('008cc0758197aeb4843fc4d1220cbe1586a419455b8ef2efdc9d05a2e6f6bd3e')
-
-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/extra-x86_64/PKGBUILD (from rev 213476, 
gtksourceview3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-23 23:39:45 UTC (rev 213477)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.12.2
+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')
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver:0:4}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('62a31eee00f633d7959efb7eec44049ebd0345d670265853dcd21c057f3f30ad')
+
+build() {
+  cd $_pkgbasename-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
+  make
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR=$pkgdir 

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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:41:13
  Author: heftig
Revision: 213478

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

Added:
  gnome-color-manager/repos/extra-i686/PKGBUILD
(from rev 213477, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/extra-i686/gnome-color-manager.install
(from rev 213477, gnome-color-manager/trunk/gnome-color-manager.install)
  gnome-color-manager/repos/extra-x86_64/PKGBUILD
(from rev 213477, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/extra-x86_64/gnome-color-manager.install
(from rev 213477, gnome-color-manager/trunk/gnome-color-manager.install)
Deleted:
  gnome-color-manager/repos/extra-i686/PKGBUILD
  gnome-color-manager/repos/extra-i686/gnome-color-manager.install
  gnome-color-manager/repos/extra-x86_64/PKGBUILD
  gnome-color-manager/repos/extra-x86_64/gnome-color-manager.install

--+
 /PKGBUILD|   70 +
 /gnome-color-manager.install |   38 +++
 extra-i686/PKGBUILD  |   35 --
 extra-i686/gnome-color-manager.install   |   19 ---
 extra-x86_64/PKGBUILD|   35 --
 extra-x86_64/gnome-color-manager.install |   19 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-23 23:39:45 UTC (rev 213477)
+++ extra-i686/PKGBUILD 2014-05-23 23:41:13 UTC (rev 213478)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-color-manager
-pkgver=3.12.1
-pkgrel=2
-pkgdesc=Color profile manager for the GNOME desktop
-arch=(i686 x86_64)
-url=http://projects.gnome.org/gnome-color-manager/;
-license=(GPL2)
-depends=(libcanberra vte3 exiv2 hicolor-icon-theme desktop-file-utils 
shared-color-targets colord-gtk libexif)
-makedepends=(intltool yelp-tools)
-optdepends=('argyllcms: color calibration')
-install=gnome-color-manager.install
-options=('!emptydirs')
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('06bbc4ce1cd7862a33c6b8d64e647770936cf8787756135b0781385bac1998a9')
-
-build(){
-  cd $pkgname-$pkgver
-
-  # man pages need docbook-sgml, which we don't have
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-color-manager/repos/extra-i686/PKGBUILD (from rev 213477, 
gnome-color-manager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-23 23:41:13 UTC (rev 213478)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-color-manager
+pkgver=3.12.2
+pkgrel=1
+pkgdesc=Color profile manager for the GNOME desktop
+arch=(i686 x86_64)
+url=http://projects.gnome.org/gnome-color-manager/;
+license=(GPL2)
+depends=(libcanberra vte3 exiv2 hicolor-icon-theme desktop-file-utils 
shared-color-targets colord-gtk libexif)
+makedepends=(intltool yelp-tools)
+optdepends=('argyllcms: color calibration')
+install=gnome-color-manager.install
+options=('!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7f406233c03499c786dac69d54a3b9312f7fd36a6c75e8b9c899cad1588731d0')
+
+build(){
+  cd $pkgname-$pkgver
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnome-color-manager.install
===
--- extra-i686/gnome-color-manager.install  2014-05-23 23:39:45 UTC (rev 
213477)
+++ extra-i686/gnome-color-manager.install  2014-05-23 23:41:13 UTC (rev 
213478)
@@ -1,19 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  

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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:42:16
  Author: heftig
Revision: 213480

3.12.2

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:41:38 UTC (rev 213479)
+++ PKGBUILD2014-05-23 23:42:16 UTC (rev 213480)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=eog
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Eye of Gnome: An image viewing and cataloging program
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 url=https://wiki.gnome.org/Apps/EyeOfGnome;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('69a68a95c1322f133e15d86616db3b4fd02a2100767e897a85157b6c8ac77dd1')
+sha256sums=('0ca8be7f20c98e9b104b2c1fa53df293e5403e6d517de845ae0f3b72777453fd')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:43:45
  Author: heftig
Revision: 213481

3.12.2

Modified:
  bijiben/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:42:16 UTC (rev 213480)
+++ PKGBUILD2014-05-23 23:43:45 UTC (rev 213481)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=bijiben
-pkgver=3.12.0
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Write out notes, every detail matters
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 groups=(gnome-extra)
 install=bijiben.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('03377f99f71920d3e94c7772f5b7a2aad067878f01d295715fd00b57f3732f26')
+sha256sums=('f319ef2a5b69ff9368e7488a28453da0f10eaa39a0f8e5d74623d0c07c824708')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:43:56
  Author: heftig
Revision: 213482

3.12.2

Modified:
  file-roller/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:43:45 UTC (rev 213481)
+++ PKGBUILD2014-05-23 23:43:56 UTC (rev 213482)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=file-roller
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=Create and modify archives
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 install=file-roller.install
 url=http://www.gnome.org;
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bb35ae0d3542eee59b916b699f86298dfe93379b1769d6ca1980b2db95672481')
+sha256sums=('0677be6618dba609eae2d76420e8a5a8d9a414bcec654e7b71e65b941764eacf')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-backgrounds/repos/extra-any (PKGBUILD PKGBUILD)

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:45:03
  Author: heftig
Revision: 213483

archrelease: copy trunk to extra-any

Added:
  gnome-backgrounds/repos/extra-any/PKGBUILD
(from rev 213482, gnome-backgrounds/trunk/PKGBUILD)
Deleted:
  gnome-backgrounds/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-23 23:43:56 UTC (rev 213482)
+++ PKGBUILD2014-05-23 23:45:03 UTC (rev 213483)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-backgrounds
-pkgver=3.12.1
-pkgrel=1
-pkgdesc=Background images and data for GNOME
-arch=(any)
-makedepends=('intltool')
-url=http://www.gnome.org;
-license=('GPL')
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ba032d8664805da9ca0d75ad91407b316b66cfeebce33c52895f4722065cd3cf')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-backgrounds/repos/extra-any/PKGBUILD (from rev 213482, 
gnome-backgrounds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-23 23:45:03 UTC (rev 213483)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-backgrounds
+pkgver=3.12.2
+pkgrel=1
+pkgdesc=Background images and data for GNOME
+arch=(any)
+makedepends=('intltool')
+url=http://www.gnome.org;
+license=('GPL')
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ac4d3e0fffc5991865ca748e728a1ab87f167400105250ce2195b03502427180')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-05-23 Thread Jan Steffens
Date: Saturday, May 24, 2014 @ 01:46:04
  Author: heftig
Revision: 213485

3.12.2

Modified:
  gnome-sound-recorder/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-23 23:45:17 UTC (rev 213484)
+++ PKGBUILD2014-05-23 23:46:04 UTC (rev 213485)
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 210371 2014-04-14 18:38:21Z jgc $
+# $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-sound-recorder
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=A utility to make simple audio recording from your GNOME desktop
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(intltool gobject-introspection)
 install=gnome-sound-recorder.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('12e94ac910b6259ca5e22216b14769167d668e3bc8ff240f57c1d0a2713d045e')
+sha256sums=('6b7f1e3fc5ed8452ca880a492812f8662ca82276195657f8c6516ee2979d878e')
 
 build() {
   cd $pkgname-$pkgver


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


  1   2   >