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

2014-05-19 Thread Alexander Rødseth
Date: Monday, May 19, 2014 @ 11:37:10
  Author: arodseth
Revision: 111466

Correct hi color icons and latest revision

Added:
  tesseract-game/trunk/tesseract.install
Modified:
  tesseract-game/trunk/PKGBUILD

---+
 PKGBUILD  |   43 +--
 tesseract.install |   14 ++
 2 files changed, 39 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 03:37:34 UTC (rev 111465)
+++ PKGBUILD2014-05-19 09:37:10 UTC (rev 111466)
@@ -7,23 +7,23 @@
 
 pkgname=tesseract-game
 pkgver=1
-pkgrel=1
+pkgrel=2
 pkgdesc='Smooth FPS with map editing, instagib, DM and CTF'
 url='http://tesseract.gg/'
 arch=('x86_64' 'i686')
 license=('ZLIB')
-depends=('libgl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'libpng' 'mesa' 'zlib')
+depends=('libgl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'libpng' 'mesa' 'zlib' 
'hicolor-icon-theme')
 makedepends=('subversion' 'gendesk' 'imagemagick')
-source=('tesseract::svn://svn.tuxfamily.org/svnroot/tesseract/main#revision=1678'
-
'tesseract_large.png::http://upload.wikimedia.org/wikipedia/commons/5/50/Truncated_tesseract_stereographic_%28tC%29.png'
+source=('tesseract::svn://svn.tuxfamily.org/svnroot/tesseract/main#revision=1688'
 'tesseract.sh')
-md5sums=('SKIP'
- '3f7098fad57081bb1af0ee4771e20ad3'
- 'ab00bafb80c1c7764cba8f51120d4a9a')
+sha256sums=('SKIP'
+'34a03fb87b3f3e1f16d1744d42f566a36e67cbdeaee1876281857b341002566b')
 
 prepare() {
-  gendesk -f -n --pkgname tesseract --pkgdesc $pkgdesc --exec tesseract-game
-  convert -transparent white -resize 48x48 tesseract_large.png tesseract.png 
2 /dev/null
+  gendesk -f -n --pkgname ${pkgname/-game} --pkgdesc $pkgdesc --exec 
$pkgname
+  for dim in 16 32 48 64 128 256 512; do
+convert -resize ${dim}x${dim} tesseract/media/interface/cube.png 
$pkgname$dim.png 2 /dev/null
+  done
 }
 
 build() {
@@ -31,16 +31,23 @@
 }
 
 package() {
-  cd tesseract
+  local n=tesseract
+  cd $n
   make -C src install
-  install -d $pkgdir/usr/share/tesseract-game/
-  cp -R media/ config/ $pkgdir/usr/share/tesseract-game
-  install -Dm755 bin_unix/native_client $pkgdir/usr/bin/tesseract-client
-  install -Dm755 bin_unix/native_server $pkgdir/usr/bin/tesseract-server
-  install -Dm644 src/readme_tesseract.txt 
$pkgdir/usr/share/licenses/tesseract-game/LICENSE
-  install -Dm755 ../tesseract.sh $pkgdir/usr/bin/tesseract-game
-  install -Dm644 ../tesseract.desktop 
$pkgdir/usr/share/applications/tesseract.desktop
-  install -Dm644 ../tesseract.png $pkgdir/usr/share/pixmaps/tesseract.png
+  install -d $pkgdir/usr/share/$pkgname/
+  cp -R media/ config/ $pkgdir/usr/share/$pkgname
+  install -Dm755 bin_unix/native_client $pkgdir/usr/bin/$n-client
+  install -Dm755 bin_unix/native_server $pkgdir/usr/bin/$n-server
+  install -Dm644 src/readme_$n.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm755 ../$n.sh $pkgdir/usr/bin/$pkgname
+  install -Dm644 ../$n.desktop $pkgdir/usr/share/applications/$n.desktop
+  for dim in 16 32 48 64 128 256 512; do
+install -Dm644 ../$pkgname$dim.png \
+  $pkgdir/usr/share/icons/hicolor/${dim}x$dim/apps/$n.png
+  done
+  install -Dm644 ../${pkgname}48.png \
+$pkgdir/usr/share/pixmaps/$n.png
+  done
 }
 
 # vim:set ts=2 sw=2 et:

Added: tesseract.install
===
--- tesseract.install   (rev 0)
+++ tesseract.install   2014-05-19 09:37:10 UTC (rev 111466)
@@ -0,0 +1,14 @@
+post_upgrade() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:47:40
  Author: spupykin
Revision: 111467

upgpkg: gnustep-back 0.24.0-1

upd

Modified:
  gnustep-back/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 09:37:10 UTC (rev 111466)
+++ PKGBUILD2014-05-19 09:47:40 UTC (rev 111467)
@@ -4,8 +4,8 @@
 # Contributor: Sebastian Sareyko pub...@nooms.de
 
 pkgname=gnustep-back
-pkgver=0.23.0
-pkgrel=2
+pkgver=0.24.0
+pkgrel=1
 pkgdesc=The GNUstep GUI Backend
 arch=('i686' 'x86_64')
 url=http://www.gnustep.org/;
@@ -15,7 +15,7 @@
 conflicts=('gnustep-back-svn')
 groups=('gnustep-core')
 source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('bde6f222bc74a0ba02f57fa1908c200e')
+md5sums=('0b8393832bd928b9d3ec4eb68d7f6564')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:48:01
  Author: spupykin
Revision: 111468

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

Added:
  gnustep-back/repos/community-i686/ChangeLog
(from rev 111467, gnustep-back/trunk/ChangeLog)
  gnustep-back/repos/community-i686/PKGBUILD
(from rev 111467, gnustep-back/trunk/PKGBUILD)
  gnustep-back/repos/community-x86_64/ChangeLog
(from rev 111467, gnustep-back/trunk/ChangeLog)
  gnustep-back/repos/community-x86_64/PKGBUILD
(from rev 111467, gnustep-back/trunk/PKGBUILD)
Deleted:
  gnustep-back/repos/community-i686/ChangeLog
  gnustep-back/repos/community-i686/PKGBUILD
  gnustep-back/repos/community-x86_64/ChangeLog
  gnustep-back/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |4 ++
 /PKGBUILD  |   72 +++
 community-i686/ChangeLog   |2 -
 community-i686/PKGBUILD|   36 -
 community-x86_64/ChangeLog |2 -
 community-x86_64/PKGBUILD  |   36 -
 6 files changed, 76 insertions(+), 76 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-05-19 09:47:40 UTC (rev 111467)
+++ community-i686/ChangeLog2014-05-19 09:48:01 UTC (rev 111468)
@@ -1,2 +0,0 @@
-2007-06-27 tardo ta...@nagi-fanboi.net
-* version upgrade

Copied: gnustep-back/repos/community-i686/ChangeLog (from rev 111467, 
gnustep-back/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-05-19 09:48:01 UTC (rev 111468)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 09:47:40 UTC (rev 111467)
+++ community-i686/PKGBUILD 2014-05-19 09:48:01 UTC (rev 111468)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Sebastian Sareyko pub...@nooms.de
-
-pkgname=gnustep-back
-pkgver=0.23.0
-pkgrel=2
-pkgdesc=The GNUstep GUI Backend
-arch=('i686' 'x86_64')
-url=http://www.gnustep.org/;
-license=('LGPL')
-depends=(libgl libxmu gcc-libs freetype2 cairo)
-makedepends=('gnustep-make' 'gnustep-base' 'gnustep-gui' 'libffi' 'gcc-objc')
-conflicts=('gnustep-back-svn')
-groups=('gnustep-core')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('bde6f222bc74a0ba02f57fa1908c200e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  . /etc/profile.d/GNUstep.sh
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  . /etc/profile.d/GNUstep.sh
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/etc/ld.so.conf.d
-  cat $pkgdir/etc/ld.so.conf.d/gnustep.conf EOF
-/opt/GNUstep/System/Library/Libraries
-/usr/lib/GNUstep/Libraries
-EOF
-}

Copied: gnustep-back/repos/community-i686/PKGBUILD (from rev 111467, 
gnustep-back/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 09:48:01 UTC (rev 111468)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-back
+pkgver=0.24.0
+pkgrel=1
+pkgdesc=The GNUstep GUI Backend
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=('LGPL')
+depends=(libgl libxmu gcc-libs freetype2 cairo)
+makedepends=('gnustep-make' 'gnustep-base' 'gnustep-gui' 'libffi' 'gcc-objc')
+conflicts=('gnustep-back-svn')
+groups=('gnustep-core')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('0b8393832bd928b9d3ec4eb68d7f6564')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  make DESTDIR=$pkgdir install
+  mkdir -p $pkgdir/etc/ld.so.conf.d
+  cat $pkgdir/etc/ld.so.conf.d/gnustep.conf EOF
+/opt/GNUstep/System/Library/Libraries
+/usr/lib/GNUstep/Libraries
+EOF
+}

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2014-05-19 09:47:40 UTC (rev 111467)
+++ community-x86_64/ChangeLog  2014-05-19 09:48:01 UTC (rev 111468)
@@ -1,2 +0,0 @@
-2007-06-27 tardo ta...@nagi-fanboi.net
-* version upgrade

Copied: gnustep-back/repos/community-x86_64/ChangeLog (from rev 111467, 
gnustep-back/trunk/ChangeLog)
===
--- community-x86_64/ChangeLog  (rev 0)

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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:48:30
  Author: spupykin
Revision: 111470

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

Added:
  gnustep-base/repos/community-i686/ChangeLog
(from rev 111469, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-i686/PKGBUILD
(from rev 111469, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-x86_64/ChangeLog
(from rev 111469, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-x86_64/PKGBUILD
(from rev 111469, gnustep-base/trunk/PKGBUILD)
Deleted:
  gnustep-base/repos/community-i686/ChangeLog
  gnustep-base/repos/community-i686/PKGBUILD
  gnustep-base/repos/community-x86_64/ChangeLog
  gnustep-base/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   12 +++
 /PKGBUILD  |   72 +++
 community-i686/ChangeLog   |6 ---
 community-i686/PKGBUILD|   36 -
 community-x86_64/ChangeLog |6 ---
 community-x86_64/PKGBUILD  |   36 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-05-19 09:48:09 UTC (rev 111469)
+++ community-i686/ChangeLog2014-05-19 09:48:30 UTC (rev 111470)
@@ -1,6 +0,0 @@
-2007-07-24 Snowman eric@archlinux
-   * rebuilt against toolchain in current
-   * fixed SMP build
-   * fixed file ownership
-2007-06-26 tardo ta...@nagi-fanboi.net
-* Built for x86_64

Copied: gnustep-base/repos/community-i686/ChangeLog (from rev 111469, 
gnustep-base/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-05-19 09:48:30 UTC (rev 111470)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman eric@archlinux
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 09:48:09 UTC (rev 111469)
+++ community-i686/PKGBUILD 2014-05-19 09:48:30 UTC (rev 111470)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Sebastian Sareyko pub...@nooms.de
-
-pkgname=gnustep-base
-pkgver=1.24.5
-pkgrel=6
-pkgdesc=The GNUstep base package
-arch=('i686' 'x86_64')
-url=http://www.gnustep.org/;
-license=(GPL LGPL)
-depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
-makedepends=(gcc-objc)
-conflicts=('gnustep-base-svn')
-groups=('gnustep-core')
-options=('!emptydirs' '!makeflags')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('df4e9786c6845d091a677b55d4e2c7c3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  source /etc/profile.d/GNUstep.sh
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
-   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
-  # fix file ownership
-  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
-  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
-  make VERBOSE=1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  chown -R root.root $pkgdir/
-}

Copied: gnustep-base/repos/community-i686/PKGBUILD (from rev 111469, 
gnustep-base/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 09:48:30 UTC (rev 111470)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-base
+pkgver=1.24.6
+pkgrel=1
+pkgdesc=The GNUstep base package
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=(GPL LGPL)
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('02e45ae9a7e5e75bf32cc1a6e8381bc1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
+  make 

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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:48:43
  Author: spupykin
Revision: 111471

upgpkg: gnustep-gui 0.24.0-1

upd

Modified:
  gnustep-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 09:48:30 UTC (rev 111470)
+++ PKGBUILD2014-05-19 09:48:43 UTC (rev 111471)
@@ -4,8 +4,8 @@
 # Contributor: Sebastian Sareyko pub...@nooms.de
 
 pkgname=gnustep-gui
-pkgver=0.23.1
-pkgrel=7
+pkgver=0.24.0
+pkgrel=1
 pkgdesc=The GNUstep GUI class library
 arch=('i686' 'x86_64')
 url=http://www.gnustep.org/;
@@ -17,7 +17,7 @@
 options=('!makeflags')
 source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
 giflib-5.0.patch)
-md5sums=('1771bdb42f27ee946b17bf60fef5eb2e'
+md5sums=('bd289f0c7b2626d093ad92364069b9a7'
  'b998c0bc3e2bc260c2779d7a50ce6407')
 
 build() {
@@ -24,9 +24,9 @@
   cd $srcdir/$pkgname-$pkgver
   . /etc/profile.d/GNUstep.sh
   ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
-  sed -i 's|#include GNUstepBase/preface.h|//#include 
GNUstepBase/preface.h |' Source/GSGuiPrivate.h
-  sed -i 's|png_sizeof|sizeof|g' Source/NSBitmapImageRep+PNG.m
-  patch -Np1 -i ../giflib-5.0.patch
+#  sed -i 's|#include GNUstepBase/preface.h|//#include 
GNUstepBase/preface.h |' Source/GSGuiPrivate.h
+#  sed -i 's|png_sizeof|sizeof|g' Source/NSBitmapImageRep+PNG.m
+#  patch -Np1 -i ../giflib-5.0.patch
   make
 }
 



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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:48:09
  Author: spupykin
Revision: 111469

upgpkg: gnustep-base 1.24.6-1

upd

Modified:
  gnustep-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 09:48:01 UTC (rev 111468)
+++ PKGBUILD2014-05-19 09:48:09 UTC (rev 111469)
@@ -4,8 +4,8 @@
 # Contributor: Sebastian Sareyko pub...@nooms.de
 
 pkgname=gnustep-base
-pkgver=1.24.5
-pkgrel=6
+pkgver=1.24.6
+pkgrel=1
 pkgdesc=The GNUstep base package
 arch=('i686' 'x86_64')
 url=http://www.gnustep.org/;
@@ -16,7 +16,7 @@
 groups=('gnustep-core')
 options=('!emptydirs' '!makeflags')
 source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('df4e9786c6845d091a677b55d4e2c7c3')
+md5sums=('02e45ae9a7e5e75bf32cc1a6e8381bc1')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:49:20
  Author: spupykin
Revision: 111473

upgpkg: gnustep-make 2.6.6-1

upd

Modified:
  gnustep-make/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 09:49:08 UTC (rev 111472)
+++ PKGBUILD2014-05-19 09:49:20 UTC (rev 111473)
@@ -3,8 +3,8 @@
 # Contributor: Sebastian Sareyko pub...@nooms.de
 
 pkgname=gnustep-make
-pkgver=2.6.5
-pkgrel=2
+pkgver=2.6.6
+pkgrel=1
 pkgdesc=The GNUstep make package
 arch=('i686' 'x86_64') # See FS#29546
 url=http://www.gnustep.org/;
@@ -13,7 +13,7 @@
 conflicts=('gnustep-make-svn')
 groups=('gnustep-core')
 source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('1e143d2c920cef02535ab533af8b1846')
+md5sums=('e9ddf251e31c54545e70b0521b73a48e')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:49:08
  Author: spupykin
Revision: 111472

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

Added:
  gnustep-gui/repos/community-i686/ChangeLog
(from rev 111471, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-i686/PKGBUILD
(from rev 111471, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-i686/giflib-5.0.patch
(from rev 111471, gnustep-gui/trunk/giflib-5.0.patch)
  gnustep-gui/repos/community-x86_64/ChangeLog
(from rev 111471, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-x86_64/PKGBUILD
(from rev 111471, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-x86_64/giflib-5.0.patch
(from rev 111471, gnustep-gui/trunk/giflib-5.0.patch)
Deleted:
  gnustep-gui/repos/community-i686/ChangeLog
  gnustep-gui/repos/community-i686/PKGBUILD
  gnustep-gui/repos/community-i686/giflib-5.0.patch
  gnustep-gui/repos/community-x86_64/ChangeLog
  gnustep-gui/repos/community-x86_64/PKGBUILD
  gnustep-gui/repos/community-x86_64/giflib-5.0.patch

---+
 /ChangeLog|4 ++
 /PKGBUILD |   72 
 /giflib-5.0.patch |   42 +
 community-i686/ChangeLog  |2 -
 community-i686/PKGBUILD   |   36 --
 community-i686/giflib-5.0.patch   |   21 --
 community-x86_64/ChangeLog|2 -
 community-x86_64/PKGBUILD |   36 --
 community-x86_64/giflib-5.0.patch |   21 --
 9 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-05-19 09:48:43 UTC (rev 111471)
+++ community-i686/ChangeLog2014-05-19 09:49:08 UTC (rev 111472)
@@ -1,2 +0,0 @@
-2007-06-27 tardo ta...@nagi-fanboi.net
-* version upgrade

Copied: gnustep-gui/repos/community-i686/ChangeLog (from rev 111471, 
gnustep-gui/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-05-19 09:49:08 UTC (rev 111472)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 09:48:43 UTC (rev 111471)
+++ community-i686/PKGBUILD 2014-05-19 09:49:08 UTC (rev 111472)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Sebastian Sareyko pub...@nooms.de
-
-pkgname=gnustep-gui
-pkgver=0.23.1
-pkgrel=7
-pkgdesc=The GNUstep GUI class library
-arch=('i686' 'x86_64')
-url=http://www.gnustep.org/;
-license=('LGPL')
-depends=('gnustep-back' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 
'giflib' 'libao')
-makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
-conflicts=('gnustep-gui-svn')
-groups=('gnustep-core')
-options=('!makeflags')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
-giflib-5.0.patch)
-md5sums=('1771bdb42f27ee946b17bf60fef5eb2e'
- 'b998c0bc3e2bc260c2779d7a50ce6407')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  . /etc/profile.d/GNUstep.sh
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
-  sed -i 's|#include GNUstepBase/preface.h|//#include 
GNUstepBase/preface.h |' Source/GSGuiPrivate.h
-  sed -i 's|png_sizeof|sizeof|g' Source/NSBitmapImageRep+PNG.m
-  patch -Np1 -i ../giflib-5.0.patch
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnustep-gui/repos/community-i686/PKGBUILD (from rev 111471, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 09:49:08 UTC (rev 111472)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-gui
+pkgver=0.24.0
+pkgrel=1
+pkgdesc=The GNUstep GUI class library
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=('LGPL')
+depends=('gnustep-back' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 
'giflib' 'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+giflib-5.0.patch)
+md5sums=('bd289f0c7b2626d093ad92364069b9a7'
+ 'b998c0bc3e2bc260c2779d7a50ce6407')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+#  sed -i 's|#include 

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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:49:41
  Author: spupykin
Revision: 111474

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

Added:
  gnustep-make/repos/community-i686/ChangeLog
(from rev 111473, gnustep-make/trunk/ChangeLog)
  gnustep-make/repos/community-i686/PKGBUILD
(from rev 111473, gnustep-make/trunk/PKGBUILD)
  gnustep-make/repos/community-x86_64/ChangeLog
(from rev 111473, gnustep-make/trunk/ChangeLog)
  gnustep-make/repos/community-x86_64/PKGBUILD
(from rev 111473, gnustep-make/trunk/PKGBUILD)
Deleted:
  gnustep-make/repos/community-i686/ChangeLog
  gnustep-make/repos/community-i686/PKGBUILD
  gnustep-make/repos/community-x86_64/ChangeLog
  gnustep-make/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |4 ++
 /PKGBUILD  |   60 +++
 community-i686/ChangeLog   |2 -
 community-i686/PKGBUILD|   30 -
 community-x86_64/ChangeLog |2 -
 community-x86_64/PKGBUILD  |   30 -
 6 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-05-19 09:49:20 UTC (rev 111473)
+++ community-i686/ChangeLog2014-05-19 09:49:41 UTC (rev 111474)
@@ -1,2 +0,0 @@
-2007-06-27 tardo ta...@nagi-fanboi.net
-* version upgrade

Copied: gnustep-make/repos/community-i686/ChangeLog (from rev 111473, 
gnustep-make/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-05-19 09:49:41 UTC (rev 111474)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 09:49:20 UTC (rev 111473)
+++ community-i686/PKGBUILD 2014-05-19 09:49:41 UTC (rev 111474)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Sebastian Sareyko pub...@nooms.de
-
-pkgname=gnustep-make
-pkgver=2.6.5
-pkgrel=2
-pkgdesc=The GNUstep make package
-arch=('i686' 'x86_64')
-url=http://www.gnustep.org/;
-license=('GPL')
-depends=()
-conflicts=('gnustep-make-svn')
-groups=('gnustep-core')
-source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
-md5sums=('1e143d2c920cef02535ab533af8b1846')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m755 \
-$pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh \
-$pkgdir/etc/profile.d/GNUstep.sh
-}

Copied: gnustep-make/repos/community-i686/PKGBUILD (from rev 111473, 
gnustep-make/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 09:49:41 UTC (rev 111474)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-make
+pkgver=2.6.6
+pkgrel=1
+pkgdesc=The GNUstep make package
+arch=('i686' 'x86_64') # See FS#29546
+url=http://www.gnustep.org/;
+license=('GPL')
+depends=()
+conflicts=('gnustep-make-svn')
+groups=('gnustep-core')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('e9ddf251e31c54545e70b0521b73a48e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m755 \
+$pkgdir/usr/share/GNUstep/Makefiles/GNUstep.sh \
+$pkgdir/etc/profile.d/GNUstep.sh
+}

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2014-05-19 09:49:20 UTC (rev 111473)
+++ community-x86_64/ChangeLog  2014-05-19 09:49:41 UTC (rev 111474)
@@ -1,2 +0,0 @@
-2007-06-27 tardo ta...@nagi-fanboi.net
-* version upgrade

Copied: gnustep-make/repos/community-x86_64/ChangeLog (from rev 111473, 
gnustep-make/trunk/ChangeLog)
===
--- community-x86_64/ChangeLog  (rev 0)
+++ community-x86_64/ChangeLog  2014-05-19 09:49:41 UTC (rev 111474)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-19 09:49:20 UTC (rev 111473)
+++ community-x86_64/PKGBUILD   2014-05-19 09:49:41 UTC (rev 111474)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Sebastian Sareyko pub...@nooms.de
-
-pkgname=gnustep-make

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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:49:46
  Author: spupykin
Revision: 111475

upgpkg: openjpeg2 2.1.0-1

upd

Modified:
  openjpeg2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 09:49:41 UTC (rev 111474)
+++ PKGBUILD2014-05-19 09:49:46 UTC (rev 111475)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=openjpeg2
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc=An open source JPEG 2000 codec, version ${pkgver}
 arch=(i686 x86_64)
@@ -10,12 +10,12 @@
 url=http://www.openjpeg.org;
 makedepends=('cmake')
 depends=('zlib')
-source=(http://openjpeg.googlecode.com/files/openjpeg-${pkgver}.tar.gz)
-sha1sums=('0af78ab2283b43421458f80373422d8029a9f7a7')
+source=(http://downloads.sourceforge.net/project/openjpeg.mirror/$pkgver/openjpeg-$pkgver.tar.gz)
+md5sums=('f6419fcc233df84f9a81eb36633c6db6')
 
 build() {
   cd ${srcdir}/openjpeg-${pkgver}
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DOC=on .
   make
 }
 



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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:50:09
  Author: spupykin
Revision: 111476

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 09:49:46 UTC (rev 111475)
+++ community-i686/PKGBUILD 2014-05-19 09:50:09 UTC (rev 111476)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 99936 2013-10-31 02:34:11Z allan $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=openjpeg2
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=An open source JPEG 2000 codec, version ${pkgver}
-arch=(i686 x86_64)
-license=('BSD')
-url=http://www.openjpeg.org;
-makedepends=('cmake')
-depends=('zlib')
-source=(http://openjpeg.googlecode.com/files/openjpeg-${pkgver}.tar.gz)
-sha1sums=('0af78ab2283b43421458f80373422d8029a9f7a7')
-
-build() {
-  cd ${srcdir}/openjpeg-${pkgver}
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd ${srcdir}/openjpeg-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: openjpeg2/repos/community-i686/PKGBUILD (from rev 111475, 
openjpeg2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 09:50:09 UTC (rev 111476)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 99936 2013-10-31 02:34:11Z allan $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=openjpeg2
+pkgver=2.1.0
+pkgrel=1
+pkgdesc=An open source JPEG 2000 codec, version ${pkgver}
+arch=(i686 x86_64)
+license=('BSD')
+url=http://www.openjpeg.org;
+makedepends=('cmake')
+depends=('zlib')
+source=(http://downloads.sourceforge.net/project/openjpeg.mirror/$pkgver/openjpeg-$pkgver.tar.gz)
+md5sums=('f6419fcc233df84f9a81eb36633c6db6')
+
+build() {
+  cd ${srcdir}/openjpeg-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DOC=on .
+  make
+}
+
+package() {
+  cd ${srcdir}/openjpeg-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-19 09:49:46 UTC (rev 111475)
+++ community-x86_64/PKGBUILD   2014-05-19 09:50:09 UTC (rev 111476)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 99936 2013-10-31 02:34:11Z allan $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=openjpeg2
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=An open source JPEG 2000 codec, version ${pkgver}
-arch=(i686 x86_64)
-license=('BSD')
-url=http://www.openjpeg.org;
-makedepends=('cmake')
-depends=('zlib')
-source=(http://openjpeg.googlecode.com/files/openjpeg-${pkgver}.tar.gz)
-sha1sums=('0af78ab2283b43421458f80373422d8029a9f7a7')
-
-build() {
-  cd ${srcdir}/openjpeg-${pkgver}
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd ${srcdir}/openjpeg-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: openjpeg2/repos/community-x86_64/PKGBUILD (from rev 111475, 
openjpeg2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-19 09:50:09 UTC (rev 111476)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 99936 2013-10-31 02:34:11Z allan $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=openjpeg2
+pkgver=2.1.0
+pkgrel=1
+pkgdesc=An open source JPEG 2000 codec, version ${pkgver}
+arch=(i686 x86_64)
+license=('BSD')
+url=http://www.openjpeg.org;
+makedepends=('cmake')
+depends=('zlib')
+source=(http://downloads.sourceforge.net/project/openjpeg.mirror/$pkgver/openjpeg-$pkgver.tar.gz)
+md5sums=('f6419fcc233df84f9a81eb36633c6db6')
+
+build() {
+  cd ${srcdir}/openjpeg-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DOC=on .
+  make
+}
+
+package() {
+  cd ${srcdir}/openjpeg-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:50:14
  Author: spupykin
Revision: 111477

upgpkg: squid 3.4.5-2

upd

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 09:50:09 UTC (rev 111476)
+++ PKGBUILD2014-05-19 09:50:14 UTC (rev 111477)
@@ -6,7 +6,7 @@
 
 pkgname=squid
 pkgver=3.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
 url='http://www.squid-cache.org'
@@ -15,7 +15,10 @@
 license=('GPL')
 options=('emptydirs')
 backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf')
+'etc/squid/mime.conf'
+'etc/squid/errorpage.css'
+'etc/squid/cachemgr.conf'
+'etc/squid/msntauth.conf')
 install=$pkgname.install
 source=(http://www.squid-cache.org/Versions/v3/3.4/$pkgname-$pkgver.tar.bz2;
 'squid.pam'



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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:50:52
  Author: spupykin
Revision: 111478

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

Added:
  squid/repos/community-i686/PKGBUILD
(from rev 111477, squid/trunk/PKGBUILD)
  squid/repos/community-i686/squid.cron
(from rev 111477, squid/trunk/squid.cron)
  squid/repos/community-i686/squid.install
(from rev 111477, squid/trunk/squid.install)
  squid/repos/community-i686/squid.pam
(from rev 111477, squid/trunk/squid.pam)
  squid/repos/community-i686/squid.service
(from rev 111477, squid/trunk/squid.service)
  squid/repos/community-i686/squid.tmpfiles
(from rev 111477, squid/trunk/squid.tmpfiles)
  squid/repos/community-x86_64/PKGBUILD
(from rev 111477, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid.cron
(from rev 111477, squid/trunk/squid.cron)
  squid/repos/community-x86_64/squid.install
(from rev 111477, squid/trunk/squid.install)
  squid/repos/community-x86_64/squid.pam
(from rev 111477, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.service
(from rev 111477, squid/trunk/squid.service)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 111477, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-i686/PKGBUILD
  squid/repos/community-i686/squid.cron
  squid/repos/community-i686/squid.install
  squid/repos/community-i686/squid.pam
  squid/repos/community-i686/squid.service
  squid/repos/community-i686/squid.tmpfiles
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid.cron
  squid/repos/community-x86_64/squid.install
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.service
  squid/repos/community-x86_64/squid.tmpfiles

-+
 /PKGBUILD   |  190 ++
 /squid.cron |   18 +++
 /squid.install  |   30 ++
 /squid.pam  |8 +
 /squid.service  |   26 +
 /squid.tmpfiles |2 
 community-i686/PKGBUILD |   92 --
 community-i686/squid.cron   |9 -
 community-i686/squid.install|   15 ---
 community-i686/squid.pam|4 
 community-i686/squid.service|   13 --
 community-i686/squid.tmpfiles   |1 
 community-x86_64/PKGBUILD   |   92 --
 community-x86_64/squid.cron |9 -
 community-x86_64/squid.install  |   15 ---
 community-x86_64/squid.pam  |4 
 community-x86_64/squid.service  |   13 --
 community-x86_64/squid.tmpfiles |1 
 18 files changed, 274 insertions(+), 268 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 09:50:14 UTC (rev 111477)
+++ community-i686/PKGBUILD 2014-05-19 09:50:52 UTC (rev 111478)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Mark Coolen mark.coo...@gmail.com
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Kevin Piche ke...@archlinux.org
-
-pkgname=squid
-pkgver=3.4.5
-pkgrel=1
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64' 'i686')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'cron' 'perl' 'libltdl' 'libpcap')
-makedepends=('libcap' 'krb5')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf')
-install=$pkgname.install
-source=(http://www.squid-cache.org/Versions/v3/3.4/$pkgname-$pkgver.tar.bz2;
-'squid.pam'
-'squid.cron'
-'squid.service'
-'squid.tmpfiles')
-md5sums=('b6bee84755c9bd08a119a386c26c9189'
- '270977cdd9b47ef44c0c427ab9034777'
- 'a71425c4951f2e5b640d19e6a5048531'
- 'ceeb57c69ebb165676219222f109a24e'
- 'd243da117c1aee03c0cc6052f023a380')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-#  patch -p0 $srcdir/ssl.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---datadir=/usr/share/squid \
---sysconfdir=/etc/squid \
---libexecdir=/usr/lib/squid \
---localstatedir=/var \
---with-logdir=/var/log/squid \
---with-pidfile=/run/squid.pid \
---enable-auth \
---enable-auth-basic \
---enable-auth-ntlm \
---enable-auth-digest \
---enable-auth-negotiate \
---enable-removal-policies=lru,heap \
---enable-storeio=aufs,ufs,diskd \
---enable-delay-pools \
---enable-arp-acl \
---enable-ssl \
---enable-snmp \
---enable-linux-netfilter \
---enable-ident-lookups \
---enable-useragent-log \
---enable-cache-digests \
---enable-referer-log \
---enable-arp-acl \
---enable-htcp \
---enable-carp \
---enable-epoll \
---with-large-files \
---enable-arp-acl \
---with-default-user=proxy \
---enable-async-io \
---enable-truncate \
---enable-icap-client \
-

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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:51:06
  Author: spupykin
Revision: 111479

upgpkg: units 2.11-2

upd

Modified:
  units/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 09:50:52 UTC (rev 111478)
+++ PKGBUILD2014-05-19 09:51:06 UTC (rev 111479)
@@ -5,11 +5,11 @@
 
 pkgname=units
 pkgver=2.11
-pkgrel=1
+pkgrel=2
 pkgdesc=converts between different units
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/units/units.html;
-depends=('readline')
+depends=('readline' 'python')
 license=(GPL)
 options=('!makeflags')
 install=units.install



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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:51:33
  Author: spupykin
Revision: 111481

upgpkg: wanderlust 20140519-1

upd

Modified:
  wanderlust/trunk/PKGBUILD
  wanderlust/trunk/wanderlust.install

+
 PKGBUILD   |4 ++--
 wanderlust.install |9 +
 2 files changed, 11 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 09:51:28 UTC (rev 111480)
+++ PKGBUILD2014-05-19 09:51:33 UTC (rev 111481)
@@ -4,7 +4,7 @@
 
 pkgname=wanderlust
 #pkgver=2.15.9
-pkgver=20140515
+pkgver=20140519
 pkgrel=1
 pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
 arch=(any)
@@ -15,7 +15,7 @@
 optdepends=('bbdb: contact management utility')
 install=wanderlust.install
 
source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
-md5sums=('1df42d9268f4225b15294f9aa082ba4a')
+md5sums=('b9d0a80e9688bcfa4c1ee32a2b63cb67')
 
 package() {
   cd $srcdir/wanderlust-wanderlust-*

Modified: wanderlust.install
===
--- wanderlust.install  2014-05-19 09:51:28 UTC (rev 111480)
+++ wanderlust.install  2014-05-19 09:51:33 UTC (rev 111481)
@@ -1,3 +1,5 @@
+infodir=/usr/share/info
+
 post_install () {
 cat  EOF
 == Put this in your $HOME/.emacs file to enable Wanderlust
@@ -6,8 +8,15 @@
 (autoload 'wl-other-frame wl Wanderlust on new frame. t)
 (autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
 EOF
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/wl.info.gz $infodir/dir
 }
 
 post_upgrade () {
   post_install $1
 }
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/wl.info.gz $infodir/dir
+}



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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:51:46
  Author: spupykin
Revision: 111482

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   60 +--
 wanderlust.install |   35 ++---
 2 files changed, 52 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-19 09:51:33 UTC (rev 111481)
+++ PKGBUILD2014-05-19 09:51:46 UTC (rev 111482)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Norberto Lopes shel...@mail.telepac.pt
-
-pkgname=wanderlust
-#pkgver=2.15.9
-pkgver=20140515
-pkgrel=1
-pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
-arch=(any)
-url=http://www.gohome.org/wl;
-license=('GPL')
-depends=('emacs' 'emacs-apel=10.7' 'flim' 'semi')
-makedepends=('cvs' 'bbdb')
-optdepends=('bbdb: contact management utility')
-install=wanderlust.install
-source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
-md5sums=('1df42d9268f4225b15294f9aa082ba4a')
-
-package() {
-  cd $srcdir/wanderlust-wanderlust-*
-  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval (princ (format \%d.%d\ 
emacs-major-version emacs-minor-version))`/etc/wl/icons/
-  install -dm0755 $pkgdir/usr/share/info
-  make all info
-  make install install-info \
-   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
-   PIXMAPDIR=$pkgdir$PIXMAPDIR \
-   INFODIR=$pkgdir/usr/share/info
-  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
-}

Copied: wanderlust/repos/community-any/PKGBUILD (from rev 111481, 
wanderlust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-19 09:51:46 UTC (rev 111482)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Norberto Lopes shel...@mail.telepac.pt
+
+pkgname=wanderlust
+#pkgver=2.15.9
+pkgver=20140519
+pkgrel=1
+pkgdesc=Mail/News reader supporting IMAP4rev1 for emacs.
+arch=(any)
+url=http://www.gohome.org/wl;
+license=('GPL')
+depends=('emacs' 'emacs-apel=10.7' 'flim' 'semi')
+makedepends=('cvs' 'bbdb')
+optdepends=('bbdb: contact management utility')
+install=wanderlust.install
+source=(wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master;)
+md5sums=('b9d0a80e9688bcfa4c1ee32a2b63cb67')
+
+package() {
+  cd $srcdir/wanderlust-wanderlust-*
+  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval (princ (format \%d.%d\ 
emacs-major-version emacs-minor-version))`/etc/wl/icons/
+  install -dm0755 $pkgdir/usr/share/info
+  make all info
+  make install install-info \
+   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
+   PIXMAPDIR=$pkgdir$PIXMAPDIR \
+   INFODIR=$pkgdir/usr/share/info
+  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
+}

Deleted: wanderlust.install
===
--- wanderlust.install  2014-05-19 09:51:33 UTC (rev 111481)
+++ wanderlust.install  2014-05-19 09:51:46 UTC (rev 111482)
@@ -1,13 +0,0 @@
-post_install () {
-cat  EOF
-== Put this in your $HOME/.emacs file to enable Wanderlust
-
-(autoload 'wl wl Wanderlust t)
-(autoload 'wl-other-frame wl Wanderlust on new frame. t)
-(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
-EOF
-}
-
-post_upgrade () {
-  post_install $1
-}

Copied: wanderlust/repos/community-any/wanderlust.install (from rev 111481, 
wanderlust/trunk/wanderlust.install)
===
--- wanderlust.install  (rev 0)
+++ wanderlust.install  2014-05-19 09:51:46 UTC (rev 111482)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+
+post_install () {
+cat  EOF
+== Put this in your $HOME/.emacs file to enable Wanderlust
+
+(autoload 'wl wl Wanderlust t)
+(autoload 'wl-other-frame wl Wanderlust on new frame. t)
+(autoload 'wl-draft wl-draft Write draft with Wanderlust. t)
+EOF
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/wl.info.gz $infodir/dir
+}
+
+post_upgrade () {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/wl.info.gz $infodir/dir
+}



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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:51:28
  Author: spupykin
Revision: 111480

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

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

+
 /PKGBUILD  |   56 +++
 /units.install |   36 +
 community-i686/PKGBUILD|   28 ---
 community-i686/units.install   |   18 
 community-x86_64/PKGBUILD  |   28 ---
 community-x86_64/units.install |   18 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 09:51:06 UTC (rev 111479)
+++ community-i686/PKGBUILD 2014-05-19 09:51:28 UTC (rev 111480)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jeff Mickey j...@archlinux.org
-# Contributor: Steve Sansom snsan...@gmail.com
-
-pkgname=units
-pkgver=2.11
-pkgrel=1
-pkgdesc=converts between different units
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/units/units.html;
-depends=('readline')
-license=(GPL)
-options=('!makeflags')
-install=units.install
-source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz)
-md5sums=('1d83f4e68135495aa9267b848de78dc5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: units/repos/community-i686/PKGBUILD (from rev 111479, 
units/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 09:51:28 UTC (rev 111480)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jeff Mickey j...@archlinux.org
+# Contributor: Steve Sansom snsan...@gmail.com
+
+pkgname=units
+pkgver=2.11
+pkgrel=2
+pkgdesc=converts between different units
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/units/units.html;
+depends=('readline' 'python')
+license=(GPL)
+options=('!makeflags')
+install=units.install
+source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz)
+md5sums=('1d83f4e68135495aa9267b848de78dc5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/units.install
===
--- community-i686/units.install2014-05-19 09:51:06 UTC (rev 111479)
+++ community-i686/units.install2014-05-19 09:51:28 UTC (rev 111480)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(units.info)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

Copied: units/repos/community-i686/units.install (from rev 111479, 
units/trunk/units.install)
===
--- community-i686/units.install(rev 0)
+++ community-i686/units.install2014-05-19 09:51:28 UTC (rev 111480)
@@ -0,0 +1,18 @@
+infodir=/usr/share/info
+filelist=(units.info)
+
+post_install() {
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-19 09:51:06 UTC (rev 111479)
+++ community-x86_64/PKGBUILD   2014-05-19 09:51:28 UTC (rev 111480)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jeff Mickey j...@archlinux.org
-# Contributor: Steve Sansom snsan...@gmail.com
-
-pkgname=units
-pkgver=2.11
-pkgrel=1
-pkgdesc=converts between different units
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/units/units.html;
-depends=('readline')
-license=(GPL)

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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:51:52
  Author: spupykin
Revision: 111483

upgpkg: wqy-zenhei 0.9.45-4

upd

Modified:
  wqy-zenhei/trunk/PKGBUILD
  wqy-zenhei/trunk/wqy-zenhei.install

+
 PKGBUILD   |2 +-
 wqy-zenhei.install |   37 ++---
 2 files changed, 19 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 09:51:46 UTC (rev 111482)
+++ PKGBUILD2014-05-19 09:51:52 UTC (rev 111483)
@@ -6,7 +6,7 @@
 
 pkgname=wqy-zenhei
 pkgver=0.9.45
-pkgrel=3
+pkgrel=4
 pkgdesc=A Hei Ti Style (sans-serif) Chinese Outline Font.
 arch=('any')
 license=('GPL2' 'custom:font embedding exception')

Modified: wqy-zenhei.install
===
--- wqy-zenhei.install  2014-05-19 09:51:46 UTC (rev 111482)
+++ wqy-zenhei.install  2014-05-19 09:51:52 UTC (rev 111483)
@@ -1,30 +1,29 @@
 post_install() {
-   echo -n Updating font cache... 
-   mkfontscale /usr/share/fonts/wenquanyi/wqy-zenhei
-   mkfontdir /usr/share/fonts/wenquanyi/wqy-zenhei
-   fc-cache -f /usr/share/fonts/wenquanyi/wqy-zenhei  /dev/null
-   echo done.
-   echo wqy-zenhei post install message
+  echo -n Updating font cache... 
+  mkfontscale /usr/share/fonts/wenquanyi/wqy-zenhei
+  mkfontdir /usr/share/fonts/wenquanyi/wqy-zenhei
+  fc-cache -f /usr/share/fonts/wenquanyi/wqy-zenhei  /dev/null
+  echo done.
+  echo wqy-zenhei post install message
 cat EOF
-== Special Note: By default, we disabled the embedded bitmaps,
-so that the characters will be displayed as Anti-aliased glyphs.
-For those who want to use bitmap font rendering (for 9pt-12pt),
-you can modify the enclosed 44-wqy-zenhei.conf and change the line
-   edit name=\embeddedbitmap\boolfalse/bool/edit
-to
-   edit name=\embeddedbitmap\booltrue/bool/edit
+== Special Note: By default, we disabled the embedded bitmaps, so that the
+characters will be displayed as anti-aliased glyphs.  Those who want to 
+use bitmap font rendering (for 9pt-12pt) can do the following:
 
-Remove 44-wqy-zenhei.conf and 66-wqy-zenhei-sharp.conf symlinks
-from /etc/fonts/conf.d/ directory if you have problems with this
-package.
+cd /etc/fonts/conf.d
+rm 65-wqy-zenhei.conf
+ln -s ../conf.avail/43-wqy-zenhei-sharp.conf .
+
+Remove the symlinks 43-wqy-zenhei-sharp.conf and 65-wqy-zenhei.conf from 
+/etc/fonts/conf.d if you have problems with this package.
 EOF
 }
 
 post_upgrade() {
-   post_install $1
+  post_install $1
 }
 
 post_remove() {
-   rm -r /usr/share/fonts/wenquanyi/wqy-zenhei
-   rmdir --ignore-fail-on-non-empty /usr/share/fonts/wenquanyi/
+  rm -r /usr/share/fonts/wenquanyi/wqy-zenhei
+  rmdir --ignore-fail-on-non-empty /usr/share/fonts/wenquanyi/
 }



[arch-commits] Commit in wqy-zenhei/repos/community-any (6 files)

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 11:52:07
  Author: spupykin
Revision: 111484

archrelease: copy trunk to community-any

Added:
  wqy-zenhei/repos/community-any/44-wqy-zenhei.conf.diff
(from rev 111483, wqy-zenhei/trunk/44-wqy-zenhei.conf.diff)
  wqy-zenhei/repos/community-any/PKGBUILD
(from rev 111483, wqy-zenhei/trunk/PKGBUILD)
  wqy-zenhei/repos/community-any/wqy-zenhei.install
(from rev 111483, wqy-zenhei/trunk/wqy-zenhei.install)
Deleted:
  wqy-zenhei/repos/community-any/44-wqy-zenhei.conf.diff
  wqy-zenhei/repos/community-any/PKGBUILD
  wqy-zenhei/repos/community-any/wqy-zenhei.install

-+
 44-wqy-zenhei.conf.diff |   28 +++---
 PKGBUILD|   86 +++---
 wqy-zenhei.install  |   59 +++
 3 files changed, 86 insertions(+), 87 deletions(-)

Deleted: 44-wqy-zenhei.conf.diff
===
--- 44-wqy-zenhei.conf.diff 2014-05-19 09:51:52 UTC (rev 111483)
+++ 44-wqy-zenhei.conf.diff 2014-05-19 09:52:07 UTC (rev 111484)
@@ -1,14 +0,0 @@
 44-wqy-zenhei.conf.org 2009-05-18 00:25:41.0 +0400
-+++ 44-wqy-zenhei.conf 2012-09-25 19:21:44.0 +0400
-@@ -6,7 +6,11 @@
-   match target=font
- test qual=any name=family
- stringWenQuanYi Zen Hei/string
-+/test 
-+test qual=any name=family
- string文泉驿正黑/string
-+/test 
-+test qual=any name=family
- string文泉驛正黑/string
- /test 
- edit name=globaladvanceboolfalse/bool/edit

Copied: wqy-zenhei/repos/community-any/44-wqy-zenhei.conf.diff (from rev 
111483, wqy-zenhei/trunk/44-wqy-zenhei.conf.diff)
===
--- 44-wqy-zenhei.conf.diff (rev 0)
+++ 44-wqy-zenhei.conf.diff 2014-05-19 09:52:07 UTC (rev 111484)
@@ -0,0 +1,14 @@
+--- 44-wqy-zenhei.conf.org 2009-05-18 00:25:41.0 +0400
 44-wqy-zenhei.conf 2012-09-25 19:21:44.0 +0400
+@@ -6,7 +6,11 @@
+   match target=font
+ test qual=any name=family
+ stringWenQuanYi Zen Hei/string
++/test 
++test qual=any name=family
+ string文泉驿正黑/string
++/test 
++test qual=any name=family
+ string文泉驛正黑/string
+ /test 
+ edit name=globaladvanceboolfalse/bool/edit

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-19 09:51:52 UTC (rev 111483)
+++ PKGBUILD2014-05-19 09:52:07 UTC (rev 111484)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-#$Id$
-# Maintainer: JJDaNiMoTh jjdanimoth@gmail.com
-# Contributor: zlowly zlowly [at] archlinux.org
-
-pkgname=wqy-zenhei
-pkgver=0.9.45
-pkgrel=3
-pkgdesc=A Hei Ti Style (sans-serif) Chinese Outline Font.
-arch=('any')
-license=('GPL2' 'custom:font embedding exception')
-install=wqy-zenhei.install
-url=http://wenq.org/enindex.cgi;
-depends=('fontconfig' 'xorg-font-utils')
-source=(http://downloads.sourceforge.net/project/wqy/wqy-zenhei/$pkgver%20%28Fighting-state%20RC1%29/wqy-zenhei-$pkgver.tar.gz;
-   44-wqy-zenhei.conf.diff)
-md5sums=('4c6c3f4e902dd5ee0a121e8c41d040bd'
- '1cdbb5dd5ea90faf48cf1ba61077da15')
-
-build() {
-  cd $srcdir/$pkgname
-
-  patch -p0 44-wqy-zenhei.conf $srcdir/44-wqy-zenhei.conf.diff
-
-  grep README -e GPL v2 license with font embedding exception -A 12 | 
FONTEXCEPTION
-
-  mkdir -p $pkgdir/usr/share/fonts/wenquanyi/wqy-zenhei/
-  mkdir -p $pkgdir/etc/fonts/conf.avail/
-  mkdir -p $pkgdir/etc/fonts/conf.d
-
-  install -m644 -D FONTEXCEPTION 
$pkgdir/usr/share/licenses/${pkgname}/FONTEXCEPTION
-  install -m644 *.ttc $pkgdir/usr/share/fonts/wenquanyi/wqy-zenhei/
-  install -m644 *.conf $pkgdir/etc/fonts/conf.avail/
-  install -m755 -D zenheiset $pkgdir/usr/bin/zenheiset
-
-  # https://bugs.archlinux.org/task/24177
-  mv $pkgdir/etc/fonts/conf.avail/44-wqy-zenhei.conf 
$pkgdir/etc/fonts/conf.avail/65-wqy-zenhei.conf
-
-  cd $pkgdir/etc/fonts/conf.d/
-  ln -s ../conf.avail/65-wqy-zenhei.conf .
-#  ln -s ../conf.avail/66-wqy-zenhei-sharp.conf .
-}

Copied: wqy-zenhei/repos/community-any/PKGBUILD (from rev 111483, 
wqy-zenhei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-19 09:52:07 UTC (rev 111484)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+#$Id$
+# Maintainer: JJDaNiMoTh jjdanimoth@gmail.com
+# Contributor: zlowly zlowly [at] archlinux.org
+
+pkgname=wqy-zenhei
+pkgver=0.9.45
+pkgrel=4
+pkgdesc=A Hei Ti Style (sans-serif) Chinese Outline Font.
+arch=('any')
+license=('GPL2' 'custom:font embedding exception')
+install=wqy-zenhei.install
+url=http://wenq.org/enindex.cgi;
+depends=('fontconfig' 

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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 12:08:09
  Author: spupykin
Revision: 111488

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

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

-+
 /PKGBUILD   |   90 ++
 /librcc.install |   12 +
 community-i686/PKGBUILD |   45 ---
 community-i686/librcc.install   |6 --
 community-x86_64/PKGBUILD   |   45 ---
 community-x86_64/librcc.install |6 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 10:07:49 UTC (rev 111487)
+++ community-i686/PKGBUILD 2014-05-19 10:08:09 UTC (rev 111488)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=librcc
-pkgver=0.2.10
-pkgrel=3
-pkgdesc=Charset Conversion Library
-arch=(i686 x86_64)
-url=http://rusxmms.sourceforge.net/;
-license=('GPL')
-depends=('aspell' 'enca' 'libxml2' 'librcd')
-makedepends=('patch' 'gtk' 'gtk2')
-install=librcc.install
-source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('077260cf58ae9624c964652b79fbb5fb')
-
-build() {
-  cd $srcdir/$pkgname-${pkgver}
-  ./configure --prefix=/usr --disable-bdb
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-${pkgver}
-  mkdir -p $pkgdir/etc/rcc
-  mkdir -p $pkgdir/usr/lib/rcc/engines
-  mkdir -p $pkgdir/usr/bin
-
-  make DESTDIR=$pkgdir install
-
-  make -C examples
-  make -C examples install DESTDIR=$pkgdir
-  rm -f $pkgdir/usr/bin/example*
-
-  install -m 644 examples/rcc.xml $pkgdir/etc
-
-  if [ -f $pkgdir/usr/bin/rcc-gtk2-config ]; then
-  ln -s rcc-gtk2-config $pkgdir/usr/bin/rcc-config
-  elif [ -f $pkgdir/usr/bin/rcc-gtk-config ]; then
-  ln -s rcc-gtk-config $pkgdir/usr/bin/rcc-config
-  else
-  echo #!/bin/bash  $pkgdir/usr/bin/rcc-config
-  echo echo \Configuration UI is not available!\  
$pkgdir/usr/bin/rcc-config
-  fi
-}

Copied: librcc/repos/community-i686/PKGBUILD (from rev 111487, 
librcc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 10:08:09 UTC (rev 111488)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=librcc
+pkgver=0.2.10
+pkgrel=4
+pkgdesc=Charset Conversion Library
+arch=(i686 x86_64)
+url=http://rusxmms.sourceforge.net/;
+license=('GPL')
+depends=('aspell' 'enca' 'libxml2' 'librcd')
+makedepends=('patch' 'gtk2')
+install=librcc.install
+source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('077260cf58ae9624c964652b79fbb5fb')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}
+  ./configure --prefix=/usr --disable-bdb
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}
+  mkdir -p $pkgdir/etc/rcc
+  mkdir -p $pkgdir/usr/lib/rcc/engines
+  mkdir -p $pkgdir/usr/bin
+
+  make DESTDIR=$pkgdir install
+
+  make -C examples
+  make -C examples install DESTDIR=$pkgdir
+  rm -f $pkgdir/usr/bin/example*
+
+  install -m 644 examples/rcc.xml $pkgdir/etc
+
+  if [ -f $pkgdir/usr/bin/rcc-gtk2-config ]; then
+  ln -s rcc-gtk2-config $pkgdir/usr/bin/rcc-config
+  elif [ -f $pkgdir/usr/bin/rcc-gtk-config ]; then
+  ln -s rcc-gtk-config $pkgdir/usr/bin/rcc-config
+  else
+  echo #!/bin/bash  $pkgdir/usr/bin/rcc-config
+  echo echo \Configuration UI is not available!\  
$pkgdir/usr/bin/rcc-config
+  fi
+}

Deleted: community-i686/librcc.install
===
--- community-i686/librcc.install   2014-05-19 10:07:49 UTC (rev 111487)
+++ community-i686/librcc.install   2014-05-19 10:08:09 UTC (rev 111488)
@@ -1,6 +0,0 @@
-post_install() {
-  echo -- Don't forget to install gtk or/and gtk2 packages to enable librcc
-  echogui features
-  echo -- Also you may change /usr/bin/rcc-config symlink to switch between
-  echogtk and gtk2 (rcc-gtk-config and rcc-gtk2-config)
-}

Copied: librcc/repos/community-i686/librcc.install (from rev 111487, 
librcc/trunk/librcc.install)
===
--- community-i686/librcc.install   (rev 0)
+++ community-i686/librcc.install   2014-05-19 10:08:09 

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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 12:07:37
  Author: spupykin
Revision: 111486

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 10:07:15 UTC (rev 111485)
+++ community-i686/PKGBUILD 2014-05-19 10:07:37 UTC (rev 111486)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jacek Poplawski jacekpoplaw...@gmail.com
-# Contributor: Charlie Cox cco...@yahoo.com
-
-pkgname=atanks
-pkgver=5.7
-pkgrel=1
-pkgdesc=Atomic Tanks
-url=http://atanks.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('sed')
-depends=('allegro4=4.4.0.1' 'gcc-libs')
-source=(http://downloads.sourceforge.net/project/atanks/atanks/atanks-${pkgver}/atanks-${pkgver}.tar.gz;)
-md5sums=('135f8cb55e99a4a7b34996f260a9de6a')
-
-build() {
-  cd atanks-${pkgver}
-  make
-}
-
-package() {
-  cd atanks-${pkgver}
-  make DESTDIR=${pkgdir} INSTALL=install -c install
-
-  sed -i 's/^Name=atanks/Name=Atomic Tanks/' atanks.desktop
-  sed -i 's/^Categories=Game;/Categories=Game;StrategyGame;/' atanks.desktop
-
-  install -Dm644 atanks.desktop $pkgdir/usr/share/applications/atanks.desktop
-  install -Dm644 atanks.png $pkgdir/usr/share/pixmaps/atanks.png
-}

Copied: atanks/repos/community-i686/PKGBUILD (from rev 111485, 
atanks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 10:07:37 UTC (rev 111486)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jacek Poplawski jacekpoplaw...@gmail.com
+# Contributor: Charlie Cox cco...@yahoo.com
+
+pkgname=atanks
+pkgver=5.9
+pkgrel=1
+pkgdesc=Atomic Tanks
+url=http://atanks.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('sed')
+depends=('allegro4' 'gcc-libs')
+source=(http://downloads.sourceforge.net/project/atanks/atanks/atanks-${pkgver}/atanks-${pkgver}.tar.gz;)
+md5sums=('76d92aba871d86b0752d3d01da2782b0')
+
+build() {
+  cd atanks-${pkgver}
+  make
+}
+
+package() {
+  cd atanks-${pkgver}
+  make DESTDIR=${pkgdir} INSTALL=install -c install
+
+  sed -i 's/^Name=atanks/Name=Atomic Tanks/' atanks.desktop
+  sed -i 's/^Categories=Game;/Categories=Game;StrategyGame;/' atanks.desktop
+
+  install -Dm644 atanks.desktop $pkgdir/usr/share/applications/atanks.desktop
+  install -Dm644 atanks.png $pkgdir/usr/share/pixmaps/atanks.png
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-19 10:07:15 UTC (rev 111485)
+++ community-x86_64/PKGBUILD   2014-05-19 10:07:37 UTC (rev 111486)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jacek Poplawski jacekpoplaw...@gmail.com
-# Contributor: Charlie Cox cco...@yahoo.com
-
-pkgname=atanks
-pkgver=5.7
-pkgrel=1
-pkgdesc=Atomic Tanks
-url=http://atanks.sourceforge.net;
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('sed')
-depends=('allegro4=4.4.0.1' 'gcc-libs')
-source=(http://downloads.sourceforge.net/project/atanks/atanks/atanks-${pkgver}/atanks-${pkgver}.tar.gz;)
-md5sums=('135f8cb55e99a4a7b34996f260a9de6a')
-
-build() {
-  cd atanks-${pkgver}
-  make
-}
-
-package() {
-  cd atanks-${pkgver}
-  make DESTDIR=${pkgdir} INSTALL=install -c install
-
-  sed -i 's/^Name=atanks/Name=Atomic Tanks/' atanks.desktop
-  sed -i 's/^Categories=Game;/Categories=Game;StrategyGame;/' atanks.desktop
-
-  install -Dm644 atanks.desktop $pkgdir/usr/share/applications/atanks.desktop
-  install -Dm644 atanks.png $pkgdir/usr/share/pixmaps/atanks.png
-}

Copied: atanks/repos/community-x86_64/PKGBUILD (from rev 111485, 
atanks/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-19 10:07:37 UTC (rev 111486)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jacek Poplawski jacekpoplaw...@gmail.com
+# Contributor: Charlie Cox cco...@yahoo.com
+
+pkgname=atanks
+pkgver=5.9
+pkgrel=1
+pkgdesc=Atomic Tanks
+url=http://atanks.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('sed')
+depends=('allegro4' 

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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 12:07:15
  Author: spupykin
Revision: 111485

upgpkg: atanks 5.9-1

upd

Modified:
  atanks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 09:52:07 UTC (rev 111484)
+++ PKGBUILD2014-05-19 10:07:15 UTC (rev 111485)
@@ -4,7 +4,7 @@
 # Contributor: Charlie Cox cco...@yahoo.com
 
 pkgname=atanks
-pkgver=5.7
+pkgver=5.9
 pkgrel=1
 pkgdesc=Atomic Tanks
 url=http://atanks.sourceforge.net;
@@ -11,9 +11,9 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 makedepends=('sed')
-depends=('allegro4=4.4.0.1' 'gcc-libs')
+depends=('allegro4' 'gcc-libs')
 
source=(http://downloads.sourceforge.net/project/atanks/atanks/atanks-${pkgver}/atanks-${pkgver}.tar.gz;)
-md5sums=('135f8cb55e99a4a7b34996f260a9de6a')
+md5sums=('76d92aba871d86b0752d3d01da2782b0')
 
 build() {
   cd atanks-${pkgver}



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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 12:07:49
  Author: spupykin
Revision: 111487

upgpkg: librcc 0.2.10-4

upd

Modified:
  librcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 10:07:37 UTC (rev 111486)
+++ PKGBUILD2014-05-19 10:07:49 UTC (rev 111487)
@@ -3,13 +3,13 @@
 
 pkgname=librcc
 pkgver=0.2.10
-pkgrel=3
+pkgrel=4
 pkgdesc=Charset Conversion Library
 arch=(i686 x86_64)
 url=http://rusxmms.sourceforge.net/;
 license=('GPL')
 depends=('aspell' 'enca' 'libxml2' 'librcd')
-makedepends=('patch' 'gtk' 'gtk2')
+makedepends=('patch' 'gtk2')
 install=librcc.install
 source=(http://downloads.sourceforge.net/rusxmms/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('077260cf58ae9624c964652b79fbb5fb')



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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 12:08:13
  Author: spupykin
Revision: 111489

upgpkg: twin 0.6.2-6

upd

Modified:
  twin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 10:08:09 UTC (rev 111488)
+++ PKGBUILD2014-05-19 10:08:13 UTC (rev 111489)
@@ -4,13 +4,12 @@
 
 pkgname=twin
 pkgver=0.6.2
-pkgrel=5
+pkgrel=6
 pkgdesc=A text-mode window environment
 arch=('i686' 'x86_64')
 url='http://sourceforge.net/projects/twin/'
 license=('GPL2' 'LGPL2.1')
 depends=('gpm' 'zlib' 'libxpm')
-optdepends=('gtk')
 options=('!makeflags')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
 md5sums=('6211c8b2e655003eb96b1fc5dc37e7d9')



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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 12:08:44
  Author: spupykin
Revision: 111491

upgpkg: xmms2 0.8DrO_o-26

upd

Modified:
  xmms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 10:08:37 UTC (rev 111490)
+++ PKGBUILD2014-05-19 10:08:44 UTC (rev 111491)
@@ -3,7 +3,7 @@
 
 pkgname=xmms2
 pkgver=0.8DrO_o
-pkgrel=25
+pkgrel=26
 pkgdesc=complete rewrite of the popular music player
 arch=('i686' 'x86_64')
 url=http://xmms2.org/;
@@ -10,7 +10,7 @@
 license=('LGPL')
 backup=('etc/conf.d/xmms2d.conf')
 depends=('sqlite' 'libmad')
-makedepends=('alsa-lib' 'boost' 'curl' 'faad2' 'ffmpeg' 'fftw' 'flac' 'glib'
+makedepends=('alsa-lib' 'boost' 'curl' 'faad2' 'ffmpeg' 'fftw' 'flac'
'jack' 'libao' 'libmms' 'libmpcdec' 'libofa' 'libsamplerate' 'libshout'
'libdiscid' 'libcdio-paranoia'
'libvorbis' 'libxml2' 'mpg123' 'perl' 'pulseaudio' 'pyrex'
@@ -72,7 +72,7 @@
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./waf configure --prefix=/usr \
-   
--with-optionals=python,launcher,xmmsclient++,xmmsclient++-glib,perl,ruby,nycli,pixmaps,et,mdns,medialib-updater
 \
+   
--with-optionals=python,launcher,xmmsclient++,perl,ruby,nycli,pixmaps,et,mdns,medialib-updater
 \
--with-ruby-archdir=`ruby -e 'puts RbConfig::CONFIG[vendorarchdir]'` \
--with-ruby-libdir=`ruby -e 'puts RbConfig::CONFIG[vendorlibdir]'`
   ./waf build



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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 12:08:37
  Author: spupykin
Revision: 111490

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 10:08:13 UTC (rev 111489)
+++ community-i686/PKGBUILD 2014-05-19 10:08:37 UTC (rev 111490)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
-
-pkgname=twin
-pkgver=0.6.2
-pkgrel=5
-pkgdesc=A text-mode window environment
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/twin/'
-license=('GPL2' 'LGPL2.1')
-depends=('gpm' 'zlib' 'libxpm')
-optdepends=('gtk')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('6211c8b2e655003eb96b1fc5dc37e7d9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  LDFLAGS=-lX11 ./configure --prefix=/usr --sbindir=/usr/bin \
-   --enable-tt=yes \
-   --enable-tt-hw-twin=yes --enable-tt-hw-twin-tunnel=yes 
--enable-tt-hw-twin-detunnel=yes \
-   --enable-tt-hw-xml=yes
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: twin/repos/community-i686/PKGBUILD (from rev 111489, 
twin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 10:08:37 UTC (rev 111490)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
+
+pkgname=twin
+pkgver=0.6.2
+pkgrel=6
+pkgdesc=A text-mode window environment
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/twin/'
+license=('GPL2' 'LGPL2.1')
+depends=('gpm' 'zlib' 'libxpm')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('6211c8b2e655003eb96b1fc5dc37e7d9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  LDFLAGS=-lX11 ./configure --prefix=/usr --sbindir=/usr/bin \
+   --enable-tt=yes \
+   --enable-tt-hw-twin=yes --enable-tt-hw-twin-tunnel=yes 
--enable-tt-hw-twin-detunnel=yes \
+   --enable-tt-hw-xml=yes
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-19 10:08:13 UTC (rev 111489)
+++ community-x86_64/PKGBUILD   2014-05-19 10:08:37 UTC (rev 111490)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
-
-pkgname=twin
-pkgver=0.6.2
-pkgrel=5
-pkgdesc=A text-mode window environment
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/twin/'
-license=('GPL2' 'LGPL2.1')
-depends=('gpm' 'zlib' 'libxpm')
-optdepends=('gtk')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('6211c8b2e655003eb96b1fc5dc37e7d9')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  LDFLAGS=-lX11 ./configure --prefix=/usr --sbindir=/usr/bin \
-   --enable-tt=yes \
-   --enable-tt-hw-twin=yes --enable-tt-hw-twin-tunnel=yes 
--enable-tt-hw-twin-detunnel=yes \
-   --enable-tt-hw-xml=yes
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: twin/repos/community-x86_64/PKGBUILD (from rev 111489, 
twin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-19 10:08:37 UTC (rev 111490)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: G_Syme demichan(at)mail(dot)upb(dot)de
+
+pkgname=twin
+pkgver=0.6.2
+pkgrel=6
+pkgdesc=A text-mode window environment
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/twin/'
+license=('GPL2' 'LGPL2.1')
+depends=('gpm' 'zlib' 'libxpm')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('6211c8b2e655003eb96b1fc5dc37e7d9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  LDFLAGS=-lX11 ./configure --prefix=/usr --sbindir=/usr/bin \
+   --enable-tt=yes \
+   --enable-tt-hw-twin=yes --enable-tt-hw-twin-tunnel=yes 

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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 12:10:09
  Author: spupykin
Revision: 111494

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

Added:
  xosd/repos/community-i686/PKGBUILD
(from rev 111493, xosd/trunk/PKGBUILD)
  xosd/repos/community-x86_64/PKGBUILD
(from rev 111493, xosd/trunk/PKGBUILD)
Deleted:
  xosd/repos/community-i686/PKGBUILD
  xosd/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-19 10:09:42 UTC (rev 111493)
+++ community-i686/PKGBUILD 2014-05-19 10:10:09 UTC (rev 111494)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=xosd
-pkgver=2.2.14
-pkgrel=7
-pkgdesc=Displays text on your screen. On-Screen-Display-libs for some tools
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://www.ignavus.net/software.html;
-depends=('libxt' 'libxinerama' 'sh')
-makedepends=('xmms' 'gdk-pixbuf')
-optdepends=('gdk-pixbuf: for using the xmms plugin')
-source=(http://downloads.sourceforge.net/libxosd/${pkgname}-${pkgver}.tar.gz;
-   
http://ftp.de.debian.org/debian/pool/main/x/xosd/xosd_$pkgver-2.debian.tar.gz;)
-md5sums=('4b349fe930e4eee2f504d6c02673e24d'
- 'cd3c37f4e4bbfba6f3ffd7ec43256cc2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/debian/patches/25_fix_mangapges.diff
-  patch -p1 $srcdir/debian/patches/328676.diff
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  sed -i 's/AC_DEFUN(AM_PATH_LIBXOSD,/AC_DEFUN([AM_PATH_LIBXOSD],/' \
-$pkgdir/usr/share/aclocal/libxosd.m4
-}

Copied: xosd/repos/community-i686/PKGBUILD (from rev 111493, 
xosd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 10:10:09 UTC (rev 111494)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=xosd
+pkgver=2.2.14
+pkgrel=8
+pkgdesc=Displays text on your screen. On-Screen-Display-libs for some tools
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.ignavus.net/software.html;
+depends=('libxt' 'libxinerama' 'sh')
+source=(http://downloads.sourceforge.net/libxosd/${pkgname}-${pkgver}.tar.gz;
+   
http://ftp.de.debian.org/debian/pool/main/x/xosd/xosd_$pkgver-2.debian.tar.gz;)
+md5sums=('4b349fe930e4eee2f504d6c02673e24d'
+ 'cd3c37f4e4bbfba6f3ffd7ec43256cc2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/debian/patches/25_fix_mangapges.diff
+  patch -p1 $srcdir/debian/patches/328676.diff
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  sed -i 's/AC_DEFUN(AM_PATH_LIBXOSD,/AC_DEFUN([AM_PATH_LIBXOSD],/' \
+$pkgdir/usr/share/aclocal/libxosd.m4
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-19 10:09:42 UTC (rev 111493)
+++ community-x86_64/PKGBUILD   2014-05-19 10:10:09 UTC (rev 111494)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-
-pkgname=xosd
-pkgver=2.2.14
-pkgrel=7
-pkgdesc=Displays text on your screen. On-Screen-Display-libs for some tools
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://www.ignavus.net/software.html;
-depends=('libxt' 'libxinerama' 'sh')
-makedepends=('xmms' 'gdk-pixbuf')
-optdepends=('gdk-pixbuf: for using the xmms plugin')
-source=(http://downloads.sourceforge.net/libxosd/${pkgname}-${pkgver}.tar.gz;
-   
http://ftp.de.debian.org/debian/pool/main/x/xosd/xosd_$pkgver-2.debian.tar.gz;)
-md5sums=('4b349fe930e4eee2f504d6c02673e24d'
- 'cd3c37f4e4bbfba6f3ffd7ec43256cc2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 $srcdir/debian/patches/25_fix_mangapges.diff
-  patch -p1 $srcdir/debian/patches/328676.diff
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  sed -i 's/AC_DEFUN(AM_PATH_LIBXOSD,/AC_DEFUN([AM_PATH_LIBXOSD],/' \
-$pkgdir/usr/share/aclocal/libxosd.m4
-}

Copied: xosd/repos/community-x86_64/PKGBUILD (from rev 111493, 
xosd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   

[arch-commits] Commit in xmms2/repos (32 files)

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 12:09:32
  Author: spupykin
Revision: 111492

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

Added:
  xmms2/repos/community-i686/PKGBUILD
(from rev 111491, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-i686/ffmpeg2.0.patch
(from rev 111491, xmms2/trunk/ffmpeg2.0.patch)
  xmms2/repos/community-i686/vorbis-albumart.patch
(from rev 111491, xmms2/trunk/vorbis-albumart.patch)
  xmms2/repos/community-i686/xmms2-helpers.patch
(from rev 111491, xmms2/trunk/xmms2-helpers.patch)
  xmms2/repos/community-i686/xmms2-ruby-1.9.patch
(from rev 111491, xmms2/trunk/xmms2-ruby-1.9.patch)
  xmms2/repos/community-i686/xmms2.install
(from rev 111491, xmms2/trunk/xmms2.install)
  xmms2/repos/community-i686/xmms2d.conf
(from rev 111491, xmms2/trunk/xmms2d.conf)
  xmms2/repos/community-i686/xmms2d.service
(from rev 111491, xmms2/trunk/xmms2d.service)
  xmms2/repos/community-x86_64/PKGBUILD
(from rev 111491, xmms2/trunk/PKGBUILD)
  xmms2/repos/community-x86_64/ffmpeg2.0.patch
(from rev 111491, xmms2/trunk/ffmpeg2.0.patch)
  xmms2/repos/community-x86_64/vorbis-albumart.patch
(from rev 111491, xmms2/trunk/vorbis-albumart.patch)
  xmms2/repos/community-x86_64/xmms2-helpers.patch
(from rev 111491, xmms2/trunk/xmms2-helpers.patch)
  xmms2/repos/community-x86_64/xmms2-ruby-1.9.patch
(from rev 111491, xmms2/trunk/xmms2-ruby-1.9.patch)
  xmms2/repos/community-x86_64/xmms2.install
(from rev 111491, xmms2/trunk/xmms2.install)
  xmms2/repos/community-x86_64/xmms2d.conf
(from rev 111491, xmms2/trunk/xmms2d.conf)
  xmms2/repos/community-x86_64/xmms2d.service
(from rev 111491, xmms2/trunk/xmms2d.service)
Deleted:
  xmms2/repos/community-i686/PKGBUILD
  xmms2/repos/community-i686/ffmpeg2.0.patch
  xmms2/repos/community-i686/vorbis-albumart.patch
  xmms2/repos/community-i686/xmms2-helpers.patch
  xmms2/repos/community-i686/xmms2-ruby-1.9.patch
  xmms2/repos/community-i686/xmms2.install
  xmms2/repos/community-i686/xmms2d.conf
  xmms2/repos/community-i686/xmms2d.service
  xmms2/repos/community-x86_64/PKGBUILD
  xmms2/repos/community-x86_64/ffmpeg2.0.patch
  xmms2/repos/community-x86_64/vorbis-albumart.patch
  xmms2/repos/community-x86_64/xmms2-helpers.patch
  xmms2/repos/community-x86_64/xmms2-ruby-1.9.patch
  xmms2/repos/community-x86_64/xmms2.install
  xmms2/repos/community-x86_64/xmms2d.conf
  xmms2/repos/community-x86_64/xmms2d.service

+
 /PKGBUILD  |  184 ++
 /ffmpeg2.0.patch   |   74 +
 /vorbis-albumart.patch |  400 +++
 /xmms2-helpers.patch   |   26 ++
 /xmms2-ruby-1.9.patch  |  118 +
 /xmms2.install |6 
 /xmms2d.conf   |   62 
 /xmms2d.service|   24 +
 community-i686/PKGBUILD|   92 ---
 community-i686/ffmpeg2.0.patch |   37 --
 community-i686/vorbis-albumart.patch   |  200 ---
 community-i686/xmms2-helpers.patch |   13 -
 community-i686/xmms2-ruby-1.9.patch|   59 
 community-i686/xmms2.install   |3 
 community-i686/xmms2d.conf |   31 --
 community-i686/xmms2d.service  |   12 
 community-x86_64/PKGBUILD  |   92 ---
 community-x86_64/ffmpeg2.0.patch   |   37 --
 community-x86_64/vorbis-albumart.patch |  200 ---
 community-x86_64/xmms2-helpers.patch   |   13 -
 community-x86_64/xmms2-ruby-1.9.patch  |   59 
 community-x86_64/xmms2.install |3 
 community-x86_64/xmms2d.conf   |   31 --
 community-x86_64/xmms2d.service|   12 
 24 files changed, 894 insertions(+), 894 deletions(-)

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


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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 12:09:42
  Author: spupykin
Revision: 111493

upgpkg: xosd 2.2.14-8

upd

Modified:
  xosd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 10:09:32 UTC (rev 111492)
+++ PKGBUILD2014-05-19 10:09:42 UTC (rev 111493)
@@ -4,14 +4,12 @@
 
 pkgname=xosd
 pkgver=2.2.14
-pkgrel=7
+pkgrel=8
 pkgdesc=Displays text on your screen. On-Screen-Display-libs for some tools
 arch=('i686' 'x86_64')
 license=('GPL2')
 url=http://www.ignavus.net/software.html;
 depends=('libxt' 'libxinerama' 'sh')
-makedepends=('xmms' 'gdk-pixbuf')
-optdepends=('gdk-pixbuf: for using the xmms plugin')
 source=(http://downloads.sourceforge.net/libxosd/${pkgname}-${pkgver}.tar.gz;

http://ftp.de.debian.org/debian/pool/main/x/xosd/xosd_$pkgver-2.debian.tar.gz;)
 md5sums=('4b349fe930e4eee2f504d6c02673e24d'



[arch-commits] Commit in perlpanel/repos/community-any (6 files)

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 12:10:30
  Author: spupykin
Revision: 111496

archrelease: copy trunk to community-any

Added:
  perlpanel/repos/community-any/PKGBUILD
(from rev 111495, perlpanel/trunk/PKGBUILD)
  perlpanel/repos/community-any/arch.patch
(from rev 111495, perlpanel/trunk/arch.patch)
  perlpanel/repos/community-any/perlpanel.install
(from rev 111495, perlpanel/trunk/perlpanel.install)
Deleted:
  perlpanel/repos/community-any/PKGBUILD
  perlpanel/repos/community-any/arch.patch
  perlpanel/repos/community-any/perlpanel.install

---+
 PKGBUILD  |   77 +---
 arch.patch|   74 -
 perlpanel.install |   28 +-
 3 files changed, 89 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-19 10:10:16 UTC (rev 111495)
+++ PKGBUILD2014-05-19 10:10:30 UTC (rev 111496)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Georg Grabler ggrab...@gmail.com
-
-pkgname=perlpanel
-pkgver=20080729
-pkgrel=4
-pkgdesc=The ideal accompaniment to a light-weight Window Manager such as 
OpenBox, or a desktop-drawing program like iDesk.
-arch=('any')
-url=http://savannah.nongnu.org/projects/perlpanel;
-license=('GPL')
-install=perlpanel.install
-depends=('glade-perl' 'gnome-vfs-perl' 'perl-date-manip' 'perl-gnome2-wnck' 
'perl-locale-gettext' 'perl-xml-parser' 'perl-xml-simple' 'hicolor-icon-theme')
-optdepends=('perl-xmms: XMMS applet')
-source=(http://archlinux-stuff.googlecode.com/files/PerlPanel-$pkgver.tar.gz
-   arch.patch)
-md5sums=('8c7b76c4a5447ba4deef34b29bf883b7'
- 'c224817ecd0fa7372b3326a3f8196c3e')
-
-build() {
-  cd $srcdir/PerlPanel
-  chmod -R u+w *
-  sed -i 's|PREFIX=/usr/local|PREFIX=/usr|' Makefile
-
-  patch -p1 ../arch.patch
-
-  make
-}
-
-package() {
-  cd $srcdir/PerlPanel
-
-  make DESTDIR=$pkgdir install
-
-  find $pkgdir -name '.packlist' -exec rm '{}' \;
-  find $pkgdir -name 'perllocal.pod' -exec rm '{}' \;
-  find $pkgdir -depth -type d -empty -exec rmdir '{}' \;
-  find $pkgdir -depth -type d -name CVS -exec rm -rf {} \;
-}

Copied: perlpanel/repos/community-any/PKGBUILD (from rev 111495, 
perlpanel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-19 10:10:30 UTC (rev 111496)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Georg Grabler ggrab...@gmail.com
+
+pkgname=perlpanel
+pkgver=20080729
+pkgrel=5
+pkgdesc=The ideal accompaniment to a light-weight Window Manager such as 
OpenBox, or a desktop-drawing program like iDesk.
+arch=('any')
+url=http://savannah.nongnu.org/projects/perlpanel;
+license=('GPL')
+install=perlpanel.install
+depends=('glade-perl' 'gnome-vfs-perl' 'perl-date-manip' 'perl-gnome2-wnck' 
'perl-locale-gettext' 'perl-xml-parser' 'perl-xml-simple' 'hicolor-icon-theme')
+source=(http://archlinux-stuff.googlecode.com/files/PerlPanel-$pkgver.tar.gz
+   arch.patch)
+md5sums=('8c7b76c4a5447ba4deef34b29bf883b7'
+ 'c224817ecd0fa7372b3326a3f8196c3e')
+
+prepare() {
+  cd $srcdir/PerlPanel
+  chmod -R u+w *
+  sed -i 's|PREFIX=/usr/local|PREFIX=/usr|' Makefile
+  patch -p1 ../arch.patch
+}
+
+build() {
+  cd $srcdir/PerlPanel
+  make
+}
+
+package() {
+  cd $srcdir/PerlPanel
+  make DESTDIR=$pkgdir install
+  find $pkgdir -name '.packlist' -exec rm '{}' \;
+  find $pkgdir -name 'perllocal.pod' -exec rm '{}' \;
+  find $pkgdir -depth -type d -empty -exec rmdir '{}' \;
+  find $pkgdir -depth -type d -name CVS -exec rm -rf {} \;
+}

Deleted: arch.patch
===
--- arch.patch  2014-05-19 10:10:16 UTC (rev 111495)
+++ arch.patch  2014-05-19 10:10:30 UTC (rev 111496)
@@ -1,37 +0,0 @@
-diff -wbBur PerlPanel.org/lib/PerlPanel.pm PerlPanel/lib/PerlPanel.pm
 PerlPanel.org/lib/PerlPanel.pm 2005-02-21 18:58:50.0 +0300
-+++ PerlPanel/lib/PerlPanel.pm 2008-07-29 18:12:46.0 +0400
-@@ -269,10 +269,7 @@
- 
-   $self-{icon_theme}-set_custom_theme($theme);
- 
--  if ($VERSION !~ /^[\d\.]$/) {
--  # we're in sandbox mode
-   
$self-{icon_theme}-prepend_search_path(sprintf('%s/share/icons', $PREFIX));
--  }
-   $self-{icon_theme}-prepend_search_path(sprintf('%s/.%s/icon-files', 
$ENV{HOME}, lc($NAME)));
-   
$self-{icon_theme}-prepend_search_path(sprintf('%s/.local/share/icons', 
$ENV{HOME}));
- 
-diff -wbBur PerlPanel.org/src/perlpanel-applet-install 
PerlPanel/src/perlpanel-applet-install
 PerlPanel.org/src/perlpanel-applet-install 2004-10-20 03:09:51.0 
+0400
-+++ PerlPanel/src/perlpanel-applet-install 2008-07-29 18:12:26.0 
+0400
-@@ -74,19 +74,11 @@
- 
- } else {
-   my %args;
--  

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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 12:10:16
  Author: spupykin
Revision: 111495

upgpkg: perlpanel 20080729-5

upd

Modified:
  perlpanel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 10:10:09 UTC (rev 111494)
+++ PKGBUILD2014-05-19 10:10:16 UTC (rev 111495)
@@ -4,7 +4,7 @@
 
 pkgname=perlpanel
 pkgver=20080729
-pkgrel=4
+pkgrel=5
 pkgdesc=The ideal accompaniment to a light-weight Window Manager such as 
OpenBox, or a desktop-drawing program like iDesk.
 arch=('any')
 url=http://savannah.nongnu.org/projects/perlpanel;
@@ -11,27 +11,26 @@
 license=('GPL')
 install=perlpanel.install
 depends=('glade-perl' 'gnome-vfs-perl' 'perl-date-manip' 'perl-gnome2-wnck' 
'perl-locale-gettext' 'perl-xml-parser' 'perl-xml-simple' 'hicolor-icon-theme')
-optdepends=('perl-xmms: XMMS applet')
 source=(http://archlinux-stuff.googlecode.com/files/PerlPanel-$pkgver.tar.gz
arch.patch)
 md5sums=('8c7b76c4a5447ba4deef34b29bf883b7'
  'c224817ecd0fa7372b3326a3f8196c3e')
 
-build() {
+prepare() {
   cd $srcdir/PerlPanel
   chmod -R u+w *
   sed -i 's|PREFIX=/usr/local|PREFIX=/usr|' Makefile
-
   patch -p1 ../arch.patch
+}
 
+build() {
+  cd $srcdir/PerlPanel
   make
 }
 
 package() {
   cd $srcdir/PerlPanel
-
   make DESTDIR=$pkgdir install
-
   find $pkgdir -name '.packlist' -exec rm '{}' \;
   find $pkgdir -name 'perllocal.pod' -exec rm '{}' \;
   find $pkgdir -depth -type d -empty -exec rmdir '{}' \;



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

2014-05-19 Thread Alexander Rødseth
Date: Monday, May 19, 2014 @ 12:16:39
  Author: arodseth
Revision: 111497

upgpkg: tesseract-game 1-2

Modified:
  tesseract-game/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 10:10:30 UTC (rev 111496)
+++ PKGBUILD2014-05-19 10:16:39 UTC (rev 111497)
@@ -45,9 +45,7 @@
 install -Dm644 ../$pkgname$dim.png \
   $pkgdir/usr/share/icons/hicolor/${dim}x$dim/apps/$n.png
   done
-  install -Dm644 ../${pkgname}48.png \
-$pkgdir/usr/share/pixmaps/$n.png
-  done
+  install -Dm644 ../${pkgname}48.png $pkgdir/usr/share/pixmaps/$n.png
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-05-19 Thread Alexander Rødseth
Date: Monday, May 19, 2014 @ 12:16:54
  Author: arodseth
Revision: 111498

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

Added:
  tesseract-game/repos/community-i686/PKGBUILD
(from rev 111497, tesseract-game/trunk/PKGBUILD)
  tesseract-game/repos/community-i686/tesseract.install
(from rev 111497, tesseract-game/trunk/tesseract.install)
  tesseract-game/repos/community-i686/tesseract.sh
(from rev 111497, tesseract-game/trunk/tesseract.sh)
  tesseract-game/repos/community-x86_64/PKGBUILD
(from rev 111497, tesseract-game/trunk/PKGBUILD)
  tesseract-game/repos/community-x86_64/tesseract.install
(from rev 111497, tesseract-game/trunk/tesseract.install)
  tesseract-game/repos/community-x86_64/tesseract.sh
(from rev 111497, tesseract-game/trunk/tesseract.sh)
Deleted:
  tesseract-game/repos/community-i686/PKGBUILD
  tesseract-game/repos/community-i686/tesseract.sh
  tesseract-game/repos/community-x86_64/PKGBUILD
  tesseract-game/repos/community-x86_64/tesseract.sh

+
 /PKGBUILD  |  102 +++
 /tesseract.sh  |   12 
 community-i686/PKGBUILD|   46 ---
 community-i686/tesseract.install   |   14 
 community-i686/tesseract.sh|6 --
 community-x86_64/PKGBUILD  |   46 ---
 community-x86_64/tesseract.install |   14 
 community-x86_64/tesseract.sh  |6 --
 8 files changed, 142 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 10:16:39 UTC (rev 111497)
+++ community-i686/PKGBUILD 2014-05-19 10:16:54 UTC (rev 111498)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: portals portals at riseup.net
-# Contributor: novemberist
-# Contributor: PyroDevil
-# Contributor: giacomogiorgia...@gmail.com 
-
-pkgname=tesseract-game
-pkgver=1
-pkgrel=1
-pkgdesc='Smooth FPS with map editing, instagib, DM and CTF'
-url='http://tesseract.gg/'
-arch=('x86_64' 'i686')
-license=('ZLIB')
-depends=('libgl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'libpng' 'mesa' 'zlib')
-makedepends=('subversion' 'gendesk' 'imagemagick')
-source=('tesseract::svn://svn.tuxfamily.org/svnroot/tesseract/main#revision=1678'
-
'tesseract_large.png::http://upload.wikimedia.org/wikipedia/commons/5/50/Truncated_tesseract_stereographic_%28tC%29.png'
-'tesseract.sh')
-md5sums=('SKIP'
- '3f7098fad57081bb1af0ee4771e20ad3'
- 'ab00bafb80c1c7764cba8f51120d4a9a')
-
-prepare() {
-  gendesk -f -n --pkgname tesseract --pkgdesc $pkgdesc --exec tesseract-game
-  convert -transparent white -resize 48x48 tesseract_large.png tesseract.png 
2 /dev/null
-}
-
-build() {
-  make -C tesseract/src
-}
-
-package() {
-  cd tesseract
-  make -C src install
-  install -d $pkgdir/usr/share/tesseract-game/
-  cp -R media/ config/ $pkgdir/usr/share/tesseract-game
-  install -Dm755 bin_unix/native_client $pkgdir/usr/bin/tesseract-client
-  install -Dm755 bin_unix/native_server $pkgdir/usr/bin/tesseract-server
-  install -Dm644 src/readme_tesseract.txt 
$pkgdir/usr/share/licenses/tesseract-game/LICENSE
-  install -Dm755 ../tesseract.sh $pkgdir/usr/bin/tesseract-game
-  install -Dm644 ../tesseract.desktop 
$pkgdir/usr/share/applications/tesseract.desktop
-  install -Dm644 ../tesseract.png $pkgdir/usr/share/pixmaps/tesseract.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tesseract-game/repos/community-i686/PKGBUILD (from rev 111497, 
tesseract-game/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 10:16:54 UTC (rev 111498)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: portals portals at riseup.net
+# Contributor: novemberist
+# Contributor: PyroDevil
+# Contributor: giacomogiorgia...@gmail.com 
+
+pkgname=tesseract-game
+pkgver=1
+pkgrel=2
+pkgdesc='Smooth FPS with map editing, instagib, DM and CTF'
+url='http://tesseract.gg/'
+arch=('x86_64' 'i686')
+license=('ZLIB')
+depends=('libgl' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'libpng' 'mesa' 'zlib' 
'hicolor-icon-theme')
+makedepends=('subversion' 'gendesk' 'imagemagick')
+source=('tesseract::svn://svn.tuxfamily.org/svnroot/tesseract/main#revision=1688'
+'tesseract.sh')
+sha256sums=('SKIP'
+'34a03fb87b3f3e1f16d1744d42f566a36e67cbdeaee1876281857b341002566b')
+
+prepare() {
+  gendesk -f -n --pkgname ${pkgname/-game} --pkgdesc $pkgdesc --exec 
$pkgname
+  for dim in 16 32 48 64 128 256 512; do
+convert -resize ${dim}x${dim} tesseract/media/interface/cube.png 
$pkgname$dim.png 2 /dev/null
+  done
+}
+
+build() {
+  make -C tesseract/src
+}
+
+package() {
+  local n=tesseract
+  cd $n
+  make -C src install
+  install -d 

[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2014-05-19 Thread Sven-Hendrik Haase
Date: Monday, May 19, 2014 @ 12:47:41
  Author: svenstaro
Revision: 111499

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 111498, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 111498, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 111498, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  363 
 wine.install  |   24 +--
 3 files changed, 218 insertions(+), 209 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2014-05-19 10:16:54 UTC (rev 111498)
+++ 30-win32-aliases.conf   2014-05-19 10:47:41 UTC (rev 111499)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 111498, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2014-05-19 10:47:41 UTC (rev 111499)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-19 10:16:54 UTC (rev 111498)
+++ PKGBUILD2014-05-19 10:47:41 UTC (rev 111499)
@@ -1,177 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.19
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-md5sums=('31bec293e8c87ce3696f1e78730f5d4d'
- 'SKIP'
- '1ff4e467f59409272088d92173a0f801')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-pluginslib32-alsa-plugins
-  alsa-liblib32-alsa-lib
-  libjpeg-turbo   lib32-libjpeg-turbo
-  libxcomposite   lib32-libxcomposite
-  

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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 12:48:03
  Author: spupykin
Revision: 111500

upgpkg: sdcc 3.4.0-2

upd

Modified:
  sdcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 10:47:41 UTC (rev 111499)
+++ PKGBUILD2014-05-19 10:48:03 UTC (rev 111500)
@@ -4,7 +4,7 @@
 
 pkgname=sdcc
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 
and the Motorola 68HC08)
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -26,7 +26,8 @@
   ./configure \
--prefix=/usr \
--includedir=/usr/include/sdcc \
-   --libdir=/usr/lib/sdcc
+   --libdir=/usr/lib/sdcc \
+   --disable-werror
   make
 }
 



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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 12:48:21
  Author: spupykin
Revision: 111501

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 10:48:03 UTC (rev 111500)
+++ community-i686/PKGBUILD 2014-05-19 10:48:21 UTC (rev 111501)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jose Negron josenj.a...@mailnull.net
-
-pkgname=sdcc
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 
and the Motorola 68HC08)
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bash' 'gcc-libs' 'boost-libs')
-makedepends=('gputils' 'flex' 'bison' 'patch' 'boost')
-optdepends=('python')
-url=http://sdcc.sourceforge.net/;
-options=(!strip  staticlibs)
-source=(http://downloads.sourceforge.net/sourceforge/sdcc/$pkgname-src-$pkgver.tar.bz2)
-md5sums=('92db2ea2526f6cef412547bb1e759a48')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|CC -E|CC -O2 -E|g' support/sdbinutils/libiberty/configure
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure \
-   --prefix=/usr \
-   --includedir=/usr/include/sdcc \
-   --libdir=/usr/lib/sdcc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make install DESTDIR=$pkgdir
-
-  if [ -d $pkgdir/usr/lib/lib ]; then
-mv $pkgdir/usr/lib/lib/* $pkgdir/usr/lib/sdcc/
-rm -rf $pkgdir/usr/lib/lib
-  fi
-
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python3|' 
$pkgdir/usr/bin/as2gbmap
-}

Copied: sdcc/repos/community-i686/PKGBUILD (from rev 111500, 
sdcc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 10:48:21 UTC (rev 111501)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jose Negron josenj.a...@mailnull.net
+
+pkgname=sdcc
+pkgver=3.4.0
+pkgrel=2
+pkgdesc=Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 
and the Motorola 68HC08)
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bash' 'gcc-libs' 'boost-libs')
+makedepends=('gputils' 'flex' 'bison' 'patch' 'boost')
+optdepends=('python')
+url=http://sdcc.sourceforge.net/;
+options=(!strip  staticlibs)
+source=(http://downloads.sourceforge.net/sourceforge/sdcc/$pkgname-src-$pkgver.tar.bz2)
+md5sums=('92db2ea2526f6cef412547bb1e759a48')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|CC -E|CC -O2 -E|g' support/sdbinutils/libiberty/configure
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+   --prefix=/usr \
+   --includedir=/usr/include/sdcc \
+   --libdir=/usr/lib/sdcc \
+   --disable-werror
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make install DESTDIR=$pkgdir
+
+  if [ -d $pkgdir/usr/lib/lib ]; then
+mv $pkgdir/usr/lib/lib/* $pkgdir/usr/lib/sdcc/
+rm -rf $pkgdir/usr/lib/lib
+  fi
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python3|' 
$pkgdir/usr/bin/as2gbmap
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-19 10:48:03 UTC (rev 111500)
+++ community-x86_64/PKGBUILD   2014-05-19 10:48:21 UTC (rev 111501)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jose Negron josenj.a...@mailnull.net
-
-pkgname=sdcc
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 
and the Motorola 68HC08)
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bash' 'gcc-libs' 'boost-libs')
-makedepends=('gputils' 'flex' 'bison' 'patch' 'boost')
-optdepends=('python')
-url=http://sdcc.sourceforge.net/;
-options=(!strip  staticlibs)
-source=(http://downloads.sourceforge.net/sourceforge/sdcc/$pkgname-src-$pkgver.tar.bz2)
-md5sums=('92db2ea2526f6cef412547bb1e759a48')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|CC -E|CC -O2 -E|g' support/sdbinutils/libiberty/configure
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure \
-   --prefix=/usr \
-   --includedir=/usr/include/sdcc \
-   --libdir=/usr/lib/sdcc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make install DESTDIR=$pkgdir
-
-  if [ -d $pkgdir/usr/lib/lib ]; then
-mv $pkgdir/usr/lib/lib/* 

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

2014-05-19 Thread Sven-Hendrik Haase
Date: Monday, May 19, 2014 @ 12:59:48
  Author: svenstaro
Revision: 111502

upgpkg: blender 14:2.70a-3

Try to fix segfault

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 10:48:21 UTC (rev 111501)
+++ PKGBUILD2014-05-19 10:59:48 UTC (rev 111502)
@@ -42,6 +42,7 @@
 
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
 fi
 md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
+
 prepare() {
   cd $srcdir/$pkgname-$pkgver
 
@@ -83,7 +84,10 @@
 -DPYTHON_VERSION=3.4 \
 -DPYTHON_LIBPATH=/usr/lib \
 -DPYTHON_LIBRARY=python3.4m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m \
+-DCMAKE_CXX_FLAGS_RELEASE=-O1 -DNDEBUG \
+-DCMAKE_C_FLAGS_RELEASE=-O1 -DNDEBUG
+  # Fix for gcc 4.9 :/
   make
 }
 



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

2014-05-19 Thread Sven-Hendrik Haase
Date: Monday, May 19, 2014 @ 13:01:13
  Author: svenstaro
Revision: 111503

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

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

--+
 /PKGBUILD|  198 +
 /blender.install |   26 
 community-i686/PKGBUILD  |   95 -
 community-i686/blender.install   |   13 --
 community-x86_64/PKGBUILD|   95 -
 community-x86_64/blender.install |   13 --
 6 files changed, 224 insertions(+), 216 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 10:59:48 UTC (rev 111502)
+++ community-i686/PKGBUILD 2014-05-19 11:01:13 UTC (rev 111503)
@@ -1,95 +0,0 @@
-# $Id$
-# Contributor: John Sowiak j...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
-_gittag=v2.70a
-#_gitcommit=ff
-
-pkgname=blender
-pkgver=2.70a
-[[ -n $_gitcommit ]]  pkgver=2.70.$_gitcommit
-pkgrel=2
-epoch=14
-pkgdesc=A fully integrated 3D graphics creation suite
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'llvm'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
-makedepends=('cmake' 'boost' 'subversion' 'mesa' 'git')
-[[ $CARCH == x86_64 ]]  makedepends+=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-source=(git://git.blender.org/blender-addons.git
-git://git.blender.org/blender-addons-contrib.git
-git://git.blender.org/blender-translations.git
-git://git.blender.org/scons.git)
-if [[ -n $_gittag ]]; then
-
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag})
-else
-
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
-fi
-md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  git submodule init
-  git config submodule.release/scripts/addons.url ${srcdir}/blender-addons
-  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
-  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
-  git config submodule.scons.url ${srcdir}/scons
-  git submodule update
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir build  cd build
-
-  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DWITH_OPENCOLLADA=ON \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_GAMEENGINE=ON \
--DWITH_JACK=ON \
--DWITH_PLAYER=ON \
--DWITH_CODEC_FFMPEG=ON \
--DWITH_CODEC_SNDFILE=ON \
--DWITH_CYCLES=ON \
--DWITH_LLVM=ON \
--DLLVM_VERSION=3.4 \
--DLLVM_STATIC=OFF \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DWITH_FFTW3=ON \
--DWITH_MOD_OCEANSIM=ON \
--DPYTHON_VERSION=3.4 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.4m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-
-  make DESTDIR=${pkgdir} install
-  python -m compileall ${pkgdir}/usr/share/blender
-}

Copied: blender/repos/community-i686/PKGBUILD (from rev 111502, 
blender/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 11:01:13 UTC (rev 111503)
@@ -0,0 +1,99 @@
+# $Id$

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

2014-05-19 Thread Sven-Hendrik Haase
Date: Monday, May 19, 2014 @ 13:34:54
  Author: svenstaro
Revision: 111504

upgpkg: blender 14:2.70a-4

Try to fix segfault

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 11:01:13 UTC (rev 111503)
+++ PKGBUILD2014-05-19 11:34:54 UTC (rev 111504)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.70a
 [[ -n $_gitcommit ]]  pkgver=2.70.$_gitcommit
-pkgrel=3
+pkgrel=4
 epoch=14
 pkgdesc=A fully integrated 3D graphics creation suite
 arch=('i686' 'x86_64')



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

2014-05-19 Thread Sven-Hendrik Haase
Date: Monday, May 19, 2014 @ 13:35:01
  Author: svenstaro
Revision: 111505

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

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

--+
 /PKGBUILD|  198 +
 /blender.install |   26 
 community-i686/PKGBUILD  |   99 --
 community-i686/blender.install   |   13 --
 community-x86_64/PKGBUILD|   99 --
 community-x86_64/blender.install |   13 --
 6 files changed, 224 insertions(+), 224 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 11:34:54 UTC (rev 111504)
+++ community-i686/PKGBUILD 2014-05-19 11:35:01 UTC (rev 111505)
@@ -1,99 +0,0 @@
-# $Id$
-# Contributor: John Sowiak j...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-# Sometimes blender.org takes some time to release patch releases and because 
Arch users
-# are impatient, we sometimes need to build from git directly.
-# Update because I get so many queries on this:
-# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
-# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
-# or simply roll with a new version. I usually choose the latter when the 
former seems
-# unreasonable.
-
-_gittag=v2.70a
-#_gitcommit=ff
-
-pkgname=blender
-pkgver=2.70a
-[[ -n $_gitcommit ]]  pkgver=2.70.$_gitcommit
-pkgrel=3
-epoch=14
-pkgdesc=A fully integrated 3D graphics creation suite
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.blender.org;
-depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 'llvm'
- 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage')
-makedepends=('cmake' 'boost' 'subversion' 'mesa' 'git')
-[[ $CARCH == x86_64 ]]  makedepends+=('cuda')
-optdepends=('cuda: cycles renderer cuda support')
-options=(!strip)
-install=blender.install
-source=(git://git.blender.org/blender-addons.git
-git://git.blender.org/blender-addons-contrib.git
-git://git.blender.org/blender-translations.git
-git://git.blender.org/scons.git)
-if [[ -n $_gittag ]]; then
-
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag})
-else
-
source+=(${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit})
-fi
-md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  git submodule init
-  git config submodule.release/scripts/addons.url ${srcdir}/blender-addons
-  git config submodule.release/scripts/addons_contrib.url 
${srcdir}/blender-addons-contrib
-  git config submodule.release/datafiles/locale.url 
${srcdir}/blender-translations
-  git config submodule.scons.url ${srcdir}/scons
-  git submodule update
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir build  cd build
-
-  [[ $CARCH == i686 ]]  BUILDCUDA=OFF || BUILDCUDA=ON
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_INSTALL_PORTABLE=OFF \
--DWITH_PYTHON_INSTALL=OFF \
--DWITH_OPENCOLLADA=ON \
--DOPENIMAGEIO_ROOT_DIR=/usr \
--DWITH_GAMEENGINE=ON \
--DWITH_JACK=ON \
--DWITH_PLAYER=ON \
--DWITH_CODEC_FFMPEG=ON \
--DWITH_CODEC_SNDFILE=ON \
--DWITH_CYCLES=ON \
--DWITH_LLVM=ON \
--DLLVM_VERSION=3.4 \
--DLLVM_STATIC=OFF \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
--DWITH_CYCLES_OSL=ON \
--DWITH_FFTW3=ON \
--DWITH_MOD_OCEANSIM=ON \
--DPYTHON_VERSION=3.4 \
--DPYTHON_LIBPATH=/usr/lib \
--DPYTHON_LIBRARY=python3.4m \
--DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m \
--DCMAKE_CXX_FLAGS_RELEASE=-O1 -DNDEBUG \
--DCMAKE_C_FLAGS_RELEASE=-O1 -DNDEBUG
-  # Fix for gcc 4.9 :/
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-
-  make DESTDIR=${pkgdir} install
-  python -m compileall ${pkgdir}/usr/share/blender
-}

Copied: blender/repos/community-i686/PKGBUILD (from rev 111504, 
blender/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD   

[arch-commits] Commit in mesa-demos/trunk (2 files)

2014-05-19 Thread Laurent Carlier
Date: Monday, May 19, 2014 @ 14:03:07
  Author: lcarlier
Revision: 213124

upgpkg: mesa-demos 8.1.0-2

fix building with mesa-10.2 (FS#40435)

Added:
  mesa-demos/trunk/drawtex-resolve-glDrawTexfOES-extension-function.patch
Modified:
  mesa-demos/trunk/PKGBUILD

+
 PKGBUILD   |   14 +-
 drawtex-resolve-glDrawTexfOES-extension-function.patch |   94 +++
 2 files changed, 105 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 02:58:52 UTC (rev 213123)
+++ PKGBUILD2014-05-19 12:03:07 UTC (rev 213124)
@@ -4,7 +4,7 @@
 
 pkgname='mesa-demos'
 pkgver=8.1.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc=Mesa demos and tools
 url=http://mesa3d.sourceforge.net;
@@ -11,10 +11,18 @@
 license=('custom')
 depends=('libgl' 'glew')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/demos/${pkgver}/mesa-demos-${pkgver}.tar.bz2;
-'LICENSE')
+'LICENSE'
+drawtex-resolve-glDrawTexfOES-extension-function.patch)
 sha256sums=('9703fa0646b32a1e68d2abf5628f936f77bf97c69ffcaac90de380820a87a828'
-'7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
+'7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2'
+'963b3e45b2eccafea50fdab4f2fac17bd308f4c15522c00d4787b50ebb25423a')
 
+prepare() {
+  cd ${srcdir}/mesa-demos-${pkgver}
+  # merged upstream
+  patch -Np1 -i ../drawtex-resolve-glDrawTexfOES-extension-function.patch
+}
+
 build() {
   cd ${srcdir}/mesa-demos-${pkgver}
   ./configure --prefix=/usr

Added: drawtex-resolve-glDrawTexfOES-extension-function.patch
===
--- drawtex-resolve-glDrawTexfOES-extension-function.patch  
(rev 0)
+++ drawtex-resolve-glDrawTexfOES-extension-function.patch  2014-05-19 
12:03:07 UTC (rev 213124)
@@ -0,0 +1,94 @@
+From 9c326a34e088971a3c11b2e5289cd1a8e4d439df Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Tapani=20P=C3=A4lli?= tapani.pa...@intel.com
+Date: Wed, 30 Apr 2014 14:05:11 +0300
+Subject: [PATCH] drawtex: resolve glDrawTexfOES extension function
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78101
+Signed-off-by: Tapani Pälli tapani.pa...@intel.com
+Reviewed-by: Brian Paul bri...@vmware.com
+Reviewed-by: Ian Romanick ian.d.roman...@intel.com
+---
+ src/egl/opengles1/drawtex.c | 10 +-
+ 1 file changed, 9 insertions(+), 1 deletion(-)
+
+diff --git a/src/egl/opengles1/drawtex.c b/src/egl/opengles1/drawtex.c
+index 524f931..1ba8ac7 100644
+--- a/src/egl/opengles1/drawtex.c
 b/src/egl/opengles1/drawtex.c
+@@ -25,13 +25,14 @@ static GLfloat width = 200, height = 200;
+ static GLboolean animate = GL_FALSE;
+ static int win;
+ 
++static PFNGLDRAWTEXFOESPROC glDrawTexfOES_func = NULL;
+ 
+ static void
+ draw(void)
+ {
+glClear(GL_COLOR_BUFFER_BIT);
+ 
+-   glDrawTexfOES(view_posx, view_posy, 0.0, width, height);
++   glDrawTexfOES_func(view_posx, view_posy, 0.0, width, height);
+ }
+ 
+ 
+@@ -128,6 +129,13 @@ init(void)
+   exit(1);
+}
+ 
++   glDrawTexfOES_func = eglGetProcAddress(glDrawTexfOES);
++
++   if (!glDrawTexfOES_func) {
++  fprintf(stderr, Sorry, failed to resolve glDrawTexfOES function\n);
++  exit(1);
++   }
++
+glClearColor(0.4, 0.4, 0.4, 0.0);
+ 
+make_smile_texture();
+-- 
+1.9.2
+
+From 6ad8820c457845300806a2f9469599460ca96af9 Mon Sep 17 00:00:00 2001
+From: Stefan Dirsch sndir...@suse.de
+Date: Thu, 8 May 2014 11:48:44 +0200
+Subject: [PATCH] drawtex: fixed compiler warnings related to use of
+ eglGetProcAddress
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Add proper EGL/egl.h include and cast in order to fix compiler
+warnings related to the use of eglGetProcAddress.
+
+Reviewed-By: Tapani Pälli tapani.pa...@intel.com
+---
+ src/egl/opengles1/drawtex.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/egl/opengles1/drawtex.c b/src/egl/opengles1/drawtex.c
+index 1ba8ac7..dc1de13 100644
+--- a/src/egl/opengles1/drawtex.c
 b/src/egl/opengles1/drawtex.c
+@@ -16,6 +16,7 @@
+ #include string.h
+ #include GLES/gl.h
+ #include GLES/glext.h
++#include EGL/egl.h
+ 
+ #include eglut.h
+ 
+@@ -129,7 +130,7 @@ init(void)
+   exit(1);
+}
+ 
+-   glDrawTexfOES_func = eglGetProcAddress(glDrawTexfOES);
++   glDrawTexfOES_func = (PFNGLDRAWTEXFOESPROC) 
eglGetProcAddress(glDrawTexfOES);
+ 
+if (!glDrawTexfOES_func) {
+   fprintf(stderr, Sorry, failed to resolve glDrawTexfOES function\n);
+-- 
+1.9.2
+



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

2014-05-19 Thread Laurent Carlier
Date: Monday, May 19, 2014 @ 14:03:20
  Author: lcarlier
Revision: 213125

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

Added:
  mesa-demos/repos/extra-i686/LICENSE
(from rev 213124, mesa-demos/trunk/LICENSE)
  mesa-demos/repos/extra-i686/PKGBUILD
(from rev 213124, mesa-demos/trunk/PKGBUILD)
  
mesa-demos/repos/extra-i686/drawtex-resolve-glDrawTexfOES-extension-function.patch
(from rev 213124, 
mesa-demos/trunk/drawtex-resolve-glDrawTexfOES-extension-function.patch)
  mesa-demos/repos/extra-x86_64/LICENSE
(from rev 213124, mesa-demos/trunk/LICENSE)
  mesa-demos/repos/extra-x86_64/PKGBUILD
(from rev 213124, mesa-demos/trunk/PKGBUILD)
  
mesa-demos/repos/extra-x86_64/drawtex-resolve-glDrawTexfOES-extension-function.patch
(from rev 213124, 
mesa-demos/trunk/drawtex-resolve-glDrawTexfOES-extension-function.patch)
Deleted:
  mesa-demos/repos/extra-i686/LICENSE
  mesa-demos/repos/extra-i686/PKGBUILD
  mesa-demos/repos/extra-x86_64/LICENSE
  mesa-demos/repos/extra-x86_64/PKGBUILD

-+
 /LICENSE|  164 
++
 /PKGBUILD   |   74 
 extra-i686/LICENSE  |   82 
-
 extra-i686/PKGBUILD |   29 -
 extra-i686/drawtex-resolve-glDrawTexfOES-extension-function.patch   |   94 
+
 extra-x86_64/LICENSE|   82 
-
 extra-x86_64/PKGBUILD   |   29 -
 extra-x86_64/drawtex-resolve-glDrawTexfOES-extension-function.patch |   94 
+
 8 files changed, 426 insertions(+), 222 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2014-05-19 12:03:07 UTC (rev 213124)
+++ extra-i686/LICENSE  2014-05-19 12:03:20 UTC (rev 213125)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the Software),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers 

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

2014-05-19 Thread Sven-Hendrik Haase
Date: Monday, May 19, 2014 @ 15:54:06
  Author: svenstaro
Revision: 111507

Fix FS#40400

Modified:
  virtualgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 11:42:18 UTC (rev 111506)
+++ PKGBUILD2014-05-19 13:54:06 UTC (rev 111507)
@@ -11,7 +11,7 @@
 license=('LGPL')
 depends=('libxv' 'glu' 'libjpeg-turbo')
 makedepends=('cmake' 'mesa')
-source=(http://downloads.sourceforge.net/project/virtualgl/VirtualGL/$pkgver/VirtualGL-$pkgver.tar.gz;)
+source=(http://downloads.sourceforge.net/project/virtualgl/${pkgver}/VirtualGL-${pkgver}.tar.gz;)
 sha1sums=('7128fc546f0bc65a74296e19d474e52d41acbf47')
  
 build() {



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

2014-05-19 Thread Sven-Hendrik Haase
Date: Monday, May 19, 2014 @ 15:58:30
  Author: svenstaro
Revision: 111508

upgpkg: lib32-libxslt 1.1.28-2

Add dependency on libxslt

Modified:
  lib32-libxslt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 13:54:06 UTC (rev 111507)
+++ PKGBUILD2014-05-19 13:58:30 UTC (rev 111508)
@@ -1,14 +1,13 @@
-# Sven-Hendrik Haase s...@lutzhaase.com
-
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 _pkgbasename=libxslt
 pkgname=lib32-libxslt
 pkgver=1.1.28
-pkgrel=1
+pkgrel=2
 pkgdesc=XML stylesheet transformation library (32-bit)
 arch=('x86_64')
 url=http://xmlsoft.org/XSLT/;
 license=('custom')
-depends=('lib32-libxml2' 'lib32-libgcrypt')
+depends=('lib32-libxml2' 'lib32-libgcrypt' 'libxslt')
 makedepends=(gcc-multilib)
 options=(!libtool)
 source=(ftp://xmlsoft.org/libxslt/${_pkgbasename}-${pkgver}.tar.gz)



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

2014-05-19 Thread Sven-Hendrik Haase
Date: Monday, May 19, 2014 @ 15:58:33
  Author: svenstaro
Revision: 111509

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libxslt/repos/multilib-x86_64/PKGBUILD
(from rev 111508, lib32-libxslt/trunk/PKGBUILD)
Deleted:
  lib32-libxslt/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-19 13:58:30 UTC (rev 111508)
+++ PKGBUILD2014-05-19 13:58:33 UTC (rev 111509)
@@ -1,37 +0,0 @@
-# Sven-Hendrik Haase s...@lutzhaase.com
-
-_pkgbasename=libxslt
-pkgname=lib32-libxslt
-pkgver=1.1.28
-pkgrel=1
-pkgdesc=XML stylesheet transformation library (32-bit)
-arch=('x86_64')
-url=http://xmlsoft.org/XSLT/;
-license=('custom')
-depends=('lib32-libxml2' 'lib32-libgcrypt')
-makedepends=(gcc-multilib)
-options=(!libtool)
-source=(ftp://xmlsoft.org/libxslt/${_pkgbasename}-${pkgver}.tar.gz)
-md5sums=('9667bf6f9310b957254fdcf6596600b7')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-  ./configure --prefix=/usr --libdir=/usr/lib32 --without-python
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/licenses
-  ln -s ${_pkgbasename} ${pkgdir}/usr/share/licenses/${pkgname}
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  rm -f ${pkgdir}/usr/lib/python*/site-packages/*.a
-}

Copied: lib32-libxslt/repos/multilib-x86_64/PKGBUILD (from rev 111508, 
lib32-libxslt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-19 13:58:33 UTC (rev 111509)
@@ -0,0 +1,36 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+_pkgbasename=libxslt
+pkgname=lib32-libxslt
+pkgver=1.1.28
+pkgrel=2
+pkgdesc=XML stylesheet transformation library (32-bit)
+arch=('x86_64')
+url=http://xmlsoft.org/XSLT/;
+license=('custom')
+depends=('lib32-libxml2' 'lib32-libgcrypt' 'libxslt')
+makedepends=(gcc-multilib)
+options=(!libtool)
+source=(ftp://xmlsoft.org/libxslt/${_pkgbasename}-${pkgver}.tar.gz)
+md5sums=('9667bf6f9310b957254fdcf6596600b7')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
+  ./configure --prefix=/usr --libdir=/usr/lib32 --without-python
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/licenses
+  ln -s ${_pkgbasename} ${pkgdir}/usr/share/licenses/${pkgname}
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  rm -f ${pkgdir}/usr/lib/python*/site-packages/*.a
+}



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

2014-05-19 Thread Alexander Rødseth
Date: Monday, May 19, 2014 @ 16:15:04
  Author: arodseth
Revision: 111510

upgpkg: hwinfo 21.4.1.1-2

Modified:
  hwinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 13:58:33 UTC (rev 111509)
+++ PKGBUILD2014-05-19 14:15:04 UTC (rev 111510)
@@ -6,7 +6,7 @@
 
 pkgname=hwinfo
 pkgver=21.4.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Hardware detection tool from openSUSE'
 arch=('x86_64' 'i686')
 url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 
source=($pkgname.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm;
 'custom_ioctl.patch')
-sha256sums=('69abbeb2e53268fcf675fea990bb6703dc3031235c130605bae853b898b59205'
+sha256sums=('e7f6cbee65de4cf667179fb012cd4d1822c7d04519db7cebcfebcff0d09e61fc'
 '6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
 
 prepare() {



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

2014-05-19 Thread Alexander Rødseth
Date: Monday, May 19, 2014 @ 16:15:14
  Author: arodseth
Revision: 111511

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

Added:
  hwinfo/repos/community-i686/PKGBUILD
(from rev 111510, hwinfo/trunk/PKGBUILD)
  hwinfo/repos/community-i686/custom_ioctl.patch
(from rev 111510, hwinfo/trunk/custom_ioctl.patch)
  hwinfo/repos/community-x86_64/PKGBUILD
(from rev 111510, hwinfo/trunk/PKGBUILD)
  hwinfo/repos/community-x86_64/custom_ioctl.patch
(from rev 111510, hwinfo/trunk/custom_ioctl.patch)
Deleted:
  hwinfo/repos/community-i686/PKGBUILD
  hwinfo/repos/community-i686/custom_ioctl.patch
  hwinfo/repos/community-x86_64/PKGBUILD
  hwinfo/repos/community-x86_64/custom_ioctl.patch

-+
 /PKGBUILD   |   92 ++
 /custom_ioctl.patch |   32 +++
 community-i686/PKGBUILD |   46 -
 community-i686/custom_ioctl.patch   |   16 -
 community-x86_64/PKGBUILD   |   46 -
 community-x86_64/custom_ioctl.patch |   16 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 14:15:04 UTC (rev 111510)
+++ community-i686/PKGBUILD 2014-05-19 14:15:14 UTC (rev 111511)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Gergely Imreh imrehgATgmailDOTcom
-# Contributor: champus, madeye, ranguvar and ninja_pt
-
-pkgname=hwinfo
-pkgver=21.4.1.1
-pkgrel=1
-pkgdesc='Hardware detection tool from openSUSE'
-arch=('x86_64' 'i686')
-url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
-license=('GPL2')
-depends=('libx86emu' 'bash' 'perl')
-makedepends=('sysfsutils' 'rpmextract' 'flex' 'aria2')
-options=('!emptydirs')
-source=($pkgname.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm;
-'custom_ioctl.patch')
-sha256sums=('69abbeb2e53268fcf675fea990bb6703dc3031235c130605bae853b898b59205'
-'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
-
-prepare() {
-  # Downloading the source rpm file, using meta4
-  aria2c -M $pkgname.meta4 -V -c --allow-overwrite=true --no-conf=true
-
-  # Wish upstream could just provide a normal $pkgname-$pkgver.tar.gz...
-  rpmextract.sh $pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm
-  tar jxf $pkgname-${pkgver%.*.*}.tar.bz2
-
-  # Patching
-  cd $pkgname-${pkgver%.*.*}
-  patch -p0 -i ../custom_ioctl.patch
-}
-
-build() {
-  make -C $pkgname-${pkgver%.*.*} -j1 \
-CFLAGS+=-fPIC -I$srcdir/$pkgname-${pkgver%.*.*}/src/hd \
-LIBDIR=/usr/lib
-}
-
-package() {
-  make -C $pkgname-${pkgver%.*.*} LIBDIR=/usr/lib DESTDIR=$pkgdir install
-  mv $pkgdir/usr/sbin $pkgdir/usr/bin
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hwinfo/repos/community-i686/PKGBUILD (from rev 111510, 
hwinfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 14:15:14 UTC (rev 111511)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Gergely Imreh imrehgATgmailDOTcom
+# Contributor: champus, madeye, ranguvar and ninja_pt
+
+pkgname=hwinfo
+pkgver=21.4.1.1
+pkgrel=2
+pkgdesc='Hardware detection tool from openSUSE'
+arch=('x86_64' 'i686')
+url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
+license=('GPL2')
+depends=('libx86emu' 'bash' 'perl')
+makedepends=('sysfsutils' 'rpmextract' 'flex' 'aria2')
+options=('!emptydirs')
+source=($pkgname.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm;
+'custom_ioctl.patch')
+sha256sums=('e7f6cbee65de4cf667179fb012cd4d1822c7d04519db7cebcfebcff0d09e61fc'
+'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
+
+prepare() {
+  # Downloading the source rpm file, using meta4
+  aria2c -M $pkgname.meta4 -V -c --allow-overwrite=true --no-conf=true
+
+  # Wish upstream could just provide a normal $pkgname-$pkgver.tar.gz...
+  rpmextract.sh $pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm
+  tar jxf $pkgname-${pkgver%.*.*}.tar.bz2
+
+  # Patching
+  cd $pkgname-${pkgver%.*.*}
+  patch -p0 -i ../custom_ioctl.patch
+}
+
+build() {
+  make -C $pkgname-${pkgver%.*.*} -j1 \
+CFLAGS+=-fPIC -I$srcdir/$pkgname-${pkgver%.*.*}/src/hd \
+LIBDIR=/usr/lib
+}
+
+package() {
+  make -C $pkgname-${pkgver%.*.*} LIBDIR=/usr/lib DESTDIR=$pkgdir install
+  mv $pkgdir/usr/sbin $pkgdir/usr/bin
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/custom_ioctl.patch
===
--- 

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

2014-05-19 Thread Alexander Rødseth
Date: Monday, May 19, 2014 @ 16:32:47
  Author: arodseth
Revision: 111522

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

Added:
  hwinfo/repos/community-i686/PKGBUILD
(from rev 111521, hwinfo/trunk/PKGBUILD)
  hwinfo/repos/community-i686/custom_ioctl.patch
(from rev 111521, hwinfo/trunk/custom_ioctl.patch)
  hwinfo/repos/community-x86_64/PKGBUILD
(from rev 111521, hwinfo/trunk/PKGBUILD)
  hwinfo/repos/community-x86_64/custom_ioctl.patch
(from rev 111521, hwinfo/trunk/custom_ioctl.patch)
Deleted:
  hwinfo/repos/community-i686/PKGBUILD
  hwinfo/repos/community-i686/custom_ioctl.patch
  hwinfo/repos/community-x86_64/PKGBUILD
  hwinfo/repos/community-x86_64/custom_ioctl.patch

-+
 /PKGBUILD   |   92 ++
 /custom_ioctl.patch |   32 +++
 community-i686/PKGBUILD |   46 -
 community-i686/custom_ioctl.patch   |   16 -
 community-x86_64/PKGBUILD   |   46 -
 community-x86_64/custom_ioctl.patch |   16 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 14:32:39 UTC (rev 111521)
+++ community-i686/PKGBUILD 2014-05-19 14:32:47 UTC (rev 111522)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Gergely Imreh imrehgATgmailDOTcom
-# Contributor: champus, madeye, ranguvar and ninja_pt
-
-pkgname=hwinfo
-pkgver=21.4.1.1
-pkgrel=2
-pkgdesc='Hardware detection tool from openSUSE'
-arch=('x86_64' 'i686')
-url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
-license=('GPL2')
-depends=('libx86emu' 'bash' 'perl')
-makedepends=('sysfsutils' 'rpmextract' 'flex' 'aria2')
-options=('!emptydirs')
-source=($pkgname.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm;
-'custom_ioctl.patch')
-sha256sums=('e7f6cbee65de4cf667179fb012cd4d1822c7d04519db7cebcfebcff0d09e61fc'
-'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
-
-prepare() {
-  # Downloading the source rpm file, using meta4
-  aria2c -M $pkgname.meta4 -V -c --allow-overwrite=true --no-conf=true
-
-  # Wish upstream could just provide a normal $pkgname-$pkgver.tar.gz...
-  rpmextract.sh $pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm
-  tar jxf $pkgname-${pkgver%.*.*}.tar.bz2
-
-  # Patching
-  cd $pkgname-${pkgver%.*.*}
-  patch -p0 -i ../custom_ioctl.patch
-}
-
-build() {
-  make -C $pkgname-${pkgver%.*.*} -j1 \
-CFLAGS+=-fPIC -I$srcdir/$pkgname-${pkgver%.*.*}/src/hd \
-LIBDIR=/usr/lib
-}
-
-package() {
-  make -C $pkgname-${pkgver%.*.*} LIBDIR=/usr/lib DESTDIR=$pkgdir install
-  mv $pkgdir/usr/sbin $pkgdir/usr/bin
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hwinfo/repos/community-i686/PKGBUILD (from rev 111521, 
hwinfo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 14:32:47 UTC (rev 111522)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Gergely Imreh imrehgATgmailDOTcom
+# Contributor: champus, madeye, ranguvar and ninja_pt
+
+pkgname=hwinfo
+pkgver=21.4.1.1
+pkgrel=2
+pkgdesc='Hardware detection tool from openSUSE'
+arch=('x86_64' 'i686')
+url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
+license=('GPL2')
+depends=('libx86emu' 'bash' 'perl')
+makedepends=('sysfsutils' 'rpmextract' 'flex' 'aria2')
+options=('!emptydirs')
+source=($pkgname.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm;
+'custom_ioctl.patch')
+sha256sums=('SKIP'
+'6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
+
+prepare() {
+  # Downloading the source rpm file, using meta4
+  aria2c -M $pkgname.meta4 -V -c --allow-overwrite=true --no-conf=true
+
+  # Wish upstream could just provide a normal $pkgname-$pkgver.tar.gz...
+  rpmextract.sh $pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm
+  tar jxf $pkgname-${pkgver%.*.*}.tar.bz2
+
+  # Patching
+  cd $pkgname-${pkgver%.*.*}
+  patch -p0 -i ../custom_ioctl.patch
+}
+
+build() {
+  make -C $pkgname-${pkgver%.*.*} -j1 \
+CFLAGS+=-fPIC -I$srcdir/$pkgname-${pkgver%.*.*}/src/hd \
+LIBDIR=/usr/lib
+}
+
+package() {
+  make -C $pkgname-${pkgver%.*.*} LIBDIR=/usr/lib DESTDIR=$pkgdir install
+  mv $pkgdir/usr/sbin $pkgdir/usr/bin
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/custom_ioctl.patch
===
--- community-i686/custom_ioctl.patch   2014-05-19 14:32:39 UTC (rev 

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

2014-05-19 Thread Alexander Rødseth
Date: Monday, May 19, 2014 @ 16:32:39
  Author: arodseth
Revision: 111521

upgpkg: hwinfo 21.4.1.1-2

Modified:
  hwinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 14:17:59 UTC (rev 111520)
+++ PKGBUILD2014-05-19 14:32:39 UTC (rev 111521)
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 
source=($pkgname.meta4::http://download.opensuse.org/source/factory/repo/oss/suse/src/$pkgname-${pkgver%.*.*}-${pkgver#*.*.}.src.rpm;
 'custom_ioctl.patch')
-sha256sums=('e7f6cbee65de4cf667179fb012cd4d1822c7d04519db7cebcfebcff0d09e61fc'
+sha256sums=('SKIP'
 '6e83b50aa34f31db5fe6de938402e7c4dda6ffa9ffe1346c076e4779018fcf1d')
 
 prepare() {



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

2014-05-19 Thread Sven-Hendrik Haase
Date: Monday, May 19, 2014 @ 16:45:04
  Author: svenstaro
Revision: 111523

upgpkg: wine 1.7.19-3

Try to fix FS#40064

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 14:32:47 UTC (rev 111522)
+++ PKGBUILD2014-05-19 14:45:04 UTC (rev 111523)
@@ -6,13 +6,13 @@
 
 pkgname=wine
 pkgver=1.7.19
-pkgrel=2
+pkgrel=3
 
 _pkgbasever=${pkgver/rc/-rc}
 
 
source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf
-
gcc49.patch::http://bugs.winehq.org/attachment.cgi?id=48545action=diffcontext=patchcollapsed=headers=1format=raw;)
+
wine-gcc49.patch::http://bugs.winehq.org/attachment.cgi?id=48545action=diffcontext=patchcollapsed=headers=1format=raw;)
 sha1sums=('ee142be03db09290b4adcdf1d412ee1850acd1e9'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb'
@@ -102,7 +102,7 @@
 
 prepare() {
   cd $pkgname-$_pkgbasever
-  patch -Np1  $srcdir/gcc49.patch
+  patch -Np1  $srcdir/wine-gcc49.patch
 }
 
 build() {



[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2014-05-19 Thread Sven-Hendrik Haase
Date: Monday, May 19, 2014 @ 16:45:10
  Author: svenstaro
Revision: 111524

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 111523, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 111523, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 111523, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  372 
 wine.install  |   24 +--
 3 files changed, 218 insertions(+), 218 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2014-05-19 14:45:04 UTC (rev 111523)
+++ 30-win32-aliases.conf   2014-05-19 14:45:10 UTC (rev 111524)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 111523, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2014-05-19 14:45:10 UTC (rev 111524)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-19 14:45:04 UTC (rev 111523)
+++ PKGBUILD2014-05-19 14:45:10 UTC (rev 111524)
@@ -1,186 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.19
-pkgrel=2
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf
-
gcc49.patch::http://bugs.winehq.org/attachment.cgi?id=48545action=diffcontext=patchcollapsed=headers=1format=raw;)
-sha1sums=('ee142be03db09290b4adcdf1d412ee1850acd1e9'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb'
-  '031ceed1a5fd4e1c26b183abfc7c0749b806a237')
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  

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

2014-05-19 Thread Massimiliano Torromeo
Date: Monday, May 19, 2014 @ 17:21:17
  Author: mtorromeo
Revision: 111525

upgpkg: percona-server 5.6.17_65.0-1

Included headers and perconaserver_config tool

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 14:45:10 UTC (rev 111524)
+++ PKGBUILD2014-05-19 15:21:17 UTC (rev 111525)
@@ -42,7 +42,7 @@
-DINSTALL_MANDIR=share/man \
-DINSTALL_PLUGINDIR=lib/mysql/plugin \
-DINSTALL_SCRIPTDIR=bin \
-   -DINSTALL_INCLUDEDIR=include/mysql \
+   -DINSTALL_INCLUDEDIR=include/perconaserver \
-DINSTALL_DOCREADMEDIR=share/mysql \
-DINSTALL_SUPPORTFILESDIR=share/mysql \
-DINSTALL_MYSQLSHAREDIR=share/mysql \
@@ -73,9 +73,16 @@
 package_libperconaserverclient() {
pkgdesc='Percona Server client libraries'
depends=('openssl')
+   pkgrel=2
 
-   cd build/libmysql
-   make DESTDIR=$pkgdir install
+   cd build
+   for dir in include libmysql libmysqld libservices; do
+   make -C $dir DESTDIR=$pkgdir install
+   done
+
+   install -Dm755 scripts/mysql_config 
$pkgdir/usr/bin/perconaserver_config
+   install -d $pkgdir/usr/share/man/man1
+   install -m644 $srcdir/$pkgbase-$_pkgver/man/mysql_config.1 
$pkgdir/usr/share/man/man1/perconaserver_config.1
 }
 
 package_percona-server-clients() {



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

2014-05-19 Thread Massimiliano Torromeo
Date: Monday, May 19, 2014 @ 17:24:46
  Author: mtorromeo
Revision: 111526

upgpkg: percona-server 5.6.17_65.0-2

Included headers and perconaserver_config tool

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 15:21:17 UTC (rev 111525)
+++ PKGBUILD2014-05-19 15:24:46 UTC (rev 111526)
@@ -6,7 +6,7 @@
 pkgver=5.6.17_65.0
 _pkgver=${pkgver/_/-}
 _myver=${pkgver/_rel*}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools')
 license=('GPL')
@@ -73,7 +73,6 @@
 package_libperconaserverclient() {
pkgdesc='Percona Server client libraries'
depends=('openssl')
-   pkgrel=2
 
cd build
for dir in include libmysql libmysqld libservices; do



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

2014-05-19 Thread Bartłomiej Piotrowski
Date: Monday, May 19, 2014 @ 17:34:58
  Author: bpiotrowski
Revision: 213305

upgpkg: mariadb 10.0.11-3

remove static libraries to make eworm happy (FS#40352)

Modified:
  mariadb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 15:04:30 UTC (rev 213304)
+++ PKGBUILD2014-05-19 15:34:58 UTC (rev 213305)
@@ -5,7 +5,7 @@
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
 pkgver=10.0.11
 _pkgver=${pkgver/.a/a}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://mariadb.org/'
@@ -80,7 +80,6 @@
   depends=('openssl' 'libaio' 'zlib' 'pcre')
   conflicts=('libmysqlclient')
   provides=(libmysqlclient=$pkgver)
-  options=('staticlibs')
 
   cd build
   for dir in include libmysql libmysqld libservices; do



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

2014-05-19 Thread Bartłomiej Piotrowski
Date: Monday, May 19, 2014 @ 17:35:13
  Author: bpiotrowski
Revision: 213306

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

Added:
  mariadb/repos/testing-i686/PKGBUILD
(from rev 213305, mariadb/trunk/PKGBUILD)
  mariadb/repos/testing-i686/mariadb-post.sh
(from rev 213305, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/testing-i686/mariadb-tmpfile.conf
(from rev 213305, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/testing-i686/mariadb.install
(from rev 213305, mariadb/trunk/mariadb.install)
  mariadb/repos/testing-i686/mariadb.service
(from rev 213305, mariadb/trunk/mariadb.service)
  mariadb/repos/testing-x86_64/PKGBUILD
(from rev 213305, mariadb/trunk/PKGBUILD)
  mariadb/repos/testing-x86_64/mariadb-post.sh
(from rev 213305, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/testing-x86_64/mariadb-tmpfile.conf
(from rev 213305, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/testing-x86_64/mariadb.install
(from rev 213305, mariadb/trunk/mariadb.install)
  mariadb/repos/testing-x86_64/mariadb.service
(from rev 213305, mariadb/trunk/mariadb.service)
Deleted:
  mariadb/repos/testing-i686/PKGBUILD
  mariadb/repos/testing-i686/mariadb-post.sh
  mariadb/repos/testing-i686/mariadb-tmpfile.conf
  mariadb/repos/testing-i686/mariadb.install
  mariadb/repos/testing-i686/mariadb.service
  mariadb/repos/testing-x86_64/PKGBUILD
  mariadb/repos/testing-x86_64/mariadb-post.sh
  mariadb/repos/testing-x86_64/mariadb-tmpfile.conf
  mariadb/repos/testing-x86_64/mariadb.install
  mariadb/repos/testing-x86_64/mariadb.service

-+
 /PKGBUILD   |  316 ++
 /mariadb-post.sh|   16 +
 /mariadb-tmpfile.conf   |2 
 /mariadb.install|   98 ++
 /mariadb.service|   32 +++
 testing-i686/PKGBUILD   |  159 -
 testing-i686/mariadb-post.sh|8 
 testing-i686/mariadb-tmpfile.conf   |1 
 testing-i686/mariadb.install|   49 -
 testing-i686/mariadb.service|   16 -
 testing-x86_64/PKGBUILD |  159 -
 testing-x86_64/mariadb-post.sh  |8 
 testing-x86_64/mariadb-tmpfile.conf |1 
 testing-x86_64/mariadb.install  |   49 -
 testing-x86_64/mariadb.service  |   16 -
 15 files changed, 464 insertions(+), 466 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-05-19 15:34:58 UTC (rev 213305)
+++ testing-i686/PKGBUILD   2014-05-19 15:35:13 UTC (rev 213306)
@@ -1,159 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgbase=mariadb
-pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.0.11
-_pkgver=${pkgver/.a/a}
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre' 
'clang')
-source=(https://downloads.mariadb.org/interstitial/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz
-mariadb.service
-mariadb-post.sh
-mariadb-tmpfile.conf)
-md5sums=('faa2ea3f9c6f7bc5f021d299367a7a8d'
- 'd488fffa9f62f9949c4aa1bb6e6db692'
- 'b79e65a5aa536e6b5bc60988eb0b78a2'
- '2fa6e456964d4ff5e6d4f9ff0126aed6')
-
-prepare() {
-  cd $pkgbase-$_pkgver
-
-  # Fix build with ld.gold (for building with clang)
-  # https://mariadb.atlassian.net/browse/MDEV-5982
-  sed -i 's/-Wl,/-T,/' libmysql/CMakeLists.txt
-}
-
-build() {
-  mkdir build
-  cd build
-
-  CC=clang CXX=clang++ \
-  cmake ../$pkgbase-$_pkgver \
--DBUILD_CONFIG=mysql_release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_PCRE=system \
--DWITH_LIBWRAP=OFF \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_ARCHIVE_STORAGE_ENGINE=1 \
--DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITH_TOKUDB_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DWITHOUT_PBXT_STORAGE_ENGINE=1 \
--DWITHOUT_TOKUDB=1 \
-

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

2014-05-19 Thread Anatol Pomozov
Date: Monday, May 19, 2014 @ 18:02:36
  Author: anatolik
Revision: 213307

Remove desktop-file-utils from dependencies. It is used in install script to 
update ctee caon cache.

Modified:
  racket/trunk/PKGBUILD
  racket/trunk/racket.install

+
 PKGBUILD   |2 +-
 racket.install |9 +++--
 2 files changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 15:35:13 UTC (rev 213306)
+++ PKGBUILD2014-05-19 16:02:36 UTC (rev 213307)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url=http://racket-lang.org/;
 license=('GPL3' 'LGPL3' 'custom')
-depends=('gtk2' 'desktop-file-utils')
+depends=('gtk2')
 makedepends=('gsfonts' 'sqlite')
 options=('!strip' '!emptydirs')
 install=racket.install

Modified: racket.install
===
--- racket.install  2014-05-19 15:35:13 UTC (rev 213306)
+++ racket.install  2014-05-19 16:02:36 UTC (rev 213307)
@@ -1,6 +1,11 @@
 post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  if type -P update-desktop-database  /dev/null; then
+update-desktop-database -q
+  fi
+
+  if type -P gtk-update-icon-cache  /dev/null; then
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  fi
 }
 
 post_upgrade() {



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

2014-05-19 Thread Laurent Carlier
Date: Monday, May 19, 2014 @ 18:22:02
  Author: lcarlier
Revision: 213311

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

Added:
  elfutils/repos/extra-i686/CVE-2014-0172.patch
(from rev 213310, elfutils/trunk/CVE-2014-0172.patch)
  elfutils/repos/extra-i686/PKGBUILD
(from rev 213310, elfutils/trunk/PKGBUILD)
  elfutils/repos/extra-i686/fix-run-backtrace-native-core-test.patch
(from rev 213310, elfutils/trunk/fix-run-backtrace-native-core-test.patch)
  elfutils/repos/extra-x86_64/CVE-2014-0172.patch
(from rev 213310, elfutils/trunk/CVE-2014-0172.patch)
  elfutils/repos/extra-x86_64/PKGBUILD
(from rev 213310, elfutils/trunk/PKGBUILD)
  elfutils/repos/extra-x86_64/fix-run-backtrace-native-core-test.patch
(from rev 213310, elfutils/trunk/fix-run-backtrace-native-core-test.patch)
Deleted:
  elfutils/repos/extra-i686/CVE-2014-0172.patch
  elfutils/repos/extra-i686/PKGBUILD
  elfutils/repos/extra-i686/fix-run-backtrace-native-core-test.patch
  elfutils/repos/extra-x86_64/CVE-2014-0172.patch
  elfutils/repos/extra-x86_64/PKGBUILD
  elfutils/repos/extra-x86_64/fix-run-backtrace-native-core-test.patch

---+
 /CVE-2014-0172.patch  |   74 +++
 /PKGBUILD |  104 
 /fix-run-backtrace-native-core-test.patch |   86 +
 extra-i686/CVE-2014-0172.patch|   37 -
 extra-i686/PKGBUILD   |   54 
 extra-i686/fix-run-backtrace-native-core-test.patch   |   43 --
 extra-x86_64/CVE-2014-0172.patch  |   37 -
 extra-x86_64/PKGBUILD |   54 
 extra-x86_64/fix-run-backtrace-native-core-test.patch |   43 --
 9 files changed, 264 insertions(+), 268 deletions(-)

Deleted: extra-i686/CVE-2014-0172.patch
===
--- extra-i686/CVE-2014-0172.patch  2014-05-19 16:21:49 UTC (rev 213310)
+++ extra-i686/CVE-2014-0172.patch  2014-05-19 16:22:02 UTC (rev 213311)
@@ -1,37 +0,0 @@
-From 7f1eec317db79627b473c5b149a22a1b20d1f68f Mon Sep 17 00:00:00 2001
-From: Mark Wielaard m...@redhat.com
-Date: Wed, 9 Apr 2014 11:33:23 +0200
-Subject: [PATCH] CVE-2014-0172 Check for overflow before calling malloc to
- uncompress data.
-
-https://bugzilla.redhat.com/show_bug.cgi?id=1085663
-
-Reported-by: Florian Weimer fwei...@redhat.com
-Signed-off-by: Mark Wielaard m...@redhat.com
-diff --git a/libdw/dwarf_begin_elf.c b/libdw/dwarf_begin_elf.c
-index 79daeac..34ea373 100644
 a/libdw/dwarf_begin_elf.c
-+++ b/libdw/dwarf_begin_elf.c
-@@ -1,5 +1,5 @@
- /* Create descriptor from ELF descriptor for processing file.
--   Copyright (C) 2002-2011 Red Hat, Inc.
-+   Copyright (C) 2002-2011, 2014 Red Hat, Inc.
-This file is part of elfutils.
-Written by Ulrich Drepper drep...@redhat.com, 2002.
- 
-@@ -282,6 +282,12 @@ check_section (Dwarf *result, GElf_Ehdr *ehdr, Elf_Scn 
*scn, bool inscngrp)
-   memcpy (size, data-d_buf + 4, sizeof size);
-   size = be64toh (size);
- 
-+  /* Check for unsigned overflow so malloc always allocated
-+ enough memory for both the Elf_Data header and the
-+ uncompressed section data.  */
-+  if (unlikely (sizeof (Elf_Data) + size  size))
-+break;
-+
-   Elf_Data *zdata = malloc (sizeof (Elf_Data) + size);
-   if (unlikely (zdata == NULL))
- break;
--- 
-1.9.2
-

Copied: elfutils/repos/extra-i686/CVE-2014-0172.patch (from rev 213310, 
elfutils/trunk/CVE-2014-0172.patch)
===
--- extra-i686/CVE-2014-0172.patch  (rev 0)
+++ extra-i686/CVE-2014-0172.patch  2014-05-19 16:22:02 UTC (rev 213311)
@@ -0,0 +1,37 @@
+From 7f1eec317db79627b473c5b149a22a1b20d1f68f Mon Sep 17 00:00:00 2001
+From: Mark Wielaard m...@redhat.com
+Date: Wed, 9 Apr 2014 11:33:23 +0200
+Subject: [PATCH] CVE-2014-0172 Check for overflow before calling malloc to
+ uncompress data.
+
+https://bugzilla.redhat.com/show_bug.cgi?id=1085663
+
+Reported-by: Florian Weimer fwei...@redhat.com
+Signed-off-by: Mark Wielaard m...@redhat.com
+diff --git a/libdw/dwarf_begin_elf.c b/libdw/dwarf_begin_elf.c
+index 79daeac..34ea373 100644
+--- a/libdw/dwarf_begin_elf.c
 b/libdw/dwarf_begin_elf.c
+@@ -1,5 +1,5 @@
+ /* Create descriptor from ELF descriptor for processing file.
+-   Copyright (C) 2002-2011 Red Hat, Inc.
++   Copyright (C) 2002-2011, 2014 Red Hat, Inc.
+This file is part of elfutils.
+Written by Ulrich Drepper drep...@redhat.com, 2002.
+ 
+@@ -282,6 +282,12 @@ check_section (Dwarf *result, GElf_Ehdr *ehdr, Elf_Scn 
*scn, bool inscngrp)
+   memcpy (size, data-d_buf + 4, sizeof size);
+   size = be64toh (size);
+ 
++  /* Check for unsigned overflow 

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

2014-05-19 Thread Laurent Carlier
Date: Monday, May 19, 2014 @ 18:21:49
  Author: lcarlier
Revision: 213310

upgpkg: elfutils 0.158-3

install static libs (FS#40364)

Modified:
  elfutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 16:09:55 UTC (rev 213309)
+++ PKGBUILD2014-05-19 16:21:49 UTC (rev 213310)
@@ -4,7 +4,7 @@
 
 pkgname=elfutils
 pkgver=0.158
-pkgrel=2
+pkgrel=3
 pkgdesc=Libraries and utilities to handle ELF object files and DWARF 
debugging information
 arch=('i686' 'x86_64')
 url=https://fedorahosted.org/elfutils/;
@@ -49,6 +49,4 @@
   cd ${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install
-  
-  rm ${pkgdir}/usr/lib/lib{asm,dw,elf}.a
 }



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

2014-05-19 Thread Massimiliano Torromeo
Date: Monday, May 19, 2014 @ 18:34:14
  Author: mtorromeo
Revision: 111530

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

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 111529, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/mysql56-bufsize.patch
(from rev 111529, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-i686/mysqld-post.sh
(from rev 111529, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-i686/mysqld-tmpfile.conf
(from rev 111529, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-i686/mysqld.service
(from rev 111529, percona-server/trunk/mysqld.service)
  percona-server/repos/community-i686/percona.install
(from rev 111529, percona-server/trunk/percona.install)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 111529, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
(from rev 111529, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-x86_64/mysqld-post.sh
(from rev 111529, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
(from rev 111529, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-x86_64/mysqld.service
(from rev 111529, percona-server/trunk/mysqld.service)
  percona-server/repos/community-x86_64/percona.install
(from rev 111529, percona-server/trunk/percona.install)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/mysql56-bufsize.patch
  percona-server/repos/community-i686/mysqld-post.sh
  percona-server/repos/community-i686/mysqld-tmpfile.conf
  percona-server/repos/community-i686/mysqld.service
  percona-server/repos/community-i686/percona.install
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
  percona-server/repos/community-x86_64/mysqld-post.sh
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
  percona-server/repos/community-x86_64/mysqld.service
  percona-server/repos/community-x86_64/percona.install

+
 /PKGBUILD  |  288 +++
 /mysql56-bufsize.patch |   40 
 /mysqld-post.sh|   16 +
 /mysqld-tmpfile.conf   |2 
 /mysqld.service|   32 +++
 /percona.install   |   74 +++
 community-i686/PKGBUILD|  138 --
 community-i686/mysql56-bufsize.patch   |   20 --
 community-i686/mysqld-post.sh  |8 
 community-i686/mysqld-tmpfile.conf |1 
 community-i686/mysqld.service  |   16 -
 community-i686/percona.install |   37 ---
 community-x86_64/PKGBUILD  |  138 --
 community-x86_64/mysql56-bufsize.patch |   20 --
 community-x86_64/mysqld-post.sh|8 
 community-x86_64/mysqld-tmpfile.conf   |1 
 community-x86_64/mysqld.service|   16 -
 community-x86_64/percona.install   |   37 ---
 18 files changed, 452 insertions(+), 440 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 16:12:55 UTC (rev 111529)
+++ community-i686/PKGBUILD 2014-05-19 16:34:14 UTC (rev 111530)
@@ -1,138 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgbase=percona-server
-pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.6.17_65.0
-_pkgver=${pkgver/_/-}
-_myver=${pkgver/_rel*}
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools')
-license=('GPL')
-url=http://www.percona.com/software/percona-server/;
-source=(http://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz;
-'mysqld-post.sh'
-'mysqld.service'
-'mysqld-tmpfile.conf'
-'mysql56-bufsize.patch')
-
-prepare() {
-   cd $pkgbase-$_pkgver
-   patch -p0 -i ../mysql56-bufsize.patch
-
-   rm -v sql/sql_yacc.{cc,h}
-}
-
-build() {
-   rm -rf build
-   mkdir build
-   cd build
-
-   cmake ../$pkgbase-$_pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONFDIR=/etc/mysql \
-   -DMYSQL_DATADIR=/var/lib/mysql \
-   -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
-   -DDEFAULT_CHARSET=utf8 \
-   -DDEFAULT_COLLATION=utf8_general_ci \
-   -DENABLED_LOCAL_INFILE=ON \
-   -DINSTALL_INFODIR=share/mysql/docs \
-   -DINSTALL_MANDIR=share/man \
-   -DINSTALL_PLUGINDIR=lib/mysql/plugin \
-   

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

2014-05-19 Thread Tobias Powalowski
Date: Monday, May 19, 2014 @ 18:57:25
  Author: tpowa
Revision: 213312

db-move: moved ilmbase from [testing] to [extra] (i686, x86_64)

Added:
  ilmbase/repos/extra-i686/PKGBUILD
(from rev 213311, ilmbase/repos/testing-i686/PKGBUILD)
  ilmbase/repos/extra-i686/ilmbase-1.0.3-pkgconfig.patch
(from rev 213311, ilmbase/repos/testing-i686/ilmbase-1.0.3-pkgconfig.patch)
  ilmbase/repos/extra-i686/ilmbase-2.0.1-no_undefined.patch
(from rev 213311, 
ilmbase/repos/testing-i686/ilmbase-2.0.1-no_undefined.patch)
  ilmbase/repos/extra-i686/ilmbase-IexMath.patch
(from rev 213311, ilmbase/repos/testing-i686/ilmbase-IexMath.patch)
  ilmbase/repos/extra-x86_64/PKGBUILD
(from rev 213311, ilmbase/repos/testing-x86_64/PKGBUILD)
  ilmbase/repos/extra-x86_64/ilmbase-1.0.3-pkgconfig.patch
(from rev 213311, 
ilmbase/repos/testing-x86_64/ilmbase-1.0.3-pkgconfig.patch)
  ilmbase/repos/extra-x86_64/ilmbase-2.0.1-no_undefined.patch
(from rev 213311, 
ilmbase/repos/testing-x86_64/ilmbase-2.0.1-no_undefined.patch)
  ilmbase/repos/extra-x86_64/ilmbase-IexMath.patch
(from rev 213311, ilmbase/repos/testing-x86_64/ilmbase-IexMath.patch)
Deleted:
  ilmbase/repos/extra-i686/PKGBUILD
  ilmbase/repos/extra-i686/ilmbase-IexMath.patch
  ilmbase/repos/extra-x86_64/PKGBUILD
  ilmbase/repos/extra-x86_64/ilmbase-IexMath.patch
  ilmbase/repos/testing-i686/
  ilmbase/repos/testing-x86_64/

---+
 /PKGBUILD |   92 
 /ilmbase-IexMath.patch|   24 ++
 extra-i686/PKGBUILD   |   31 
 extra-i686/ilmbase-1.0.3-pkgconfig.patch  |8 ++
 extra-i686/ilmbase-2.0.1-no_undefined.patch   |   24 ++
 extra-i686/ilmbase-IexMath.patch  |   12 ---
 extra-x86_64/PKGBUILD |   31 
 extra-x86_64/ilmbase-1.0.3-pkgconfig.patch|8 ++
 extra-x86_64/ilmbase-2.0.1-no_undefined.patch |   24 ++
 extra-x86_64/ilmbase-IexMath.patch|   12 ---
 10 files changed, 180 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-19 16:22:02 UTC (rev 213311)
+++ extra-i686/PKGBUILD 2014-05-19 16:57:25 UTC (rev 213312)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=ilmbase
-pkgver=2.0.1
-pkgrel=2
-depends=('gcc-libs')
-pkgdesc=Base libraries from ILM for OpenEXR
-arch=(i686 x86_64)
-url=http://www.openexr.com;
-license=('custom')
-source=(http://download.savannah.nongnu.org/releases/openexr/$pkgname-$pkgver.tar.gz)
 
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/$pkgname-$pkgver
-  # one of the tests fails randomly for an unknown reason
-  make check || true
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-md5sums=('74c0d0d2873960bd0dc1993f8e03f0ae')

Copied: ilmbase/repos/extra-i686/PKGBUILD (from rev 213311, 
ilmbase/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-19 16:57:25 UTC (rev 213312)
@@ -0,0 +1,46 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=ilmbase
+pkgver=2.1.0
+pkgrel=1
+depends=('gcc-libs')
+pkgdesc=Base libraries from ILM for OpenEXR
+arch=(i686 x86_64)
+url=http://www.openexr.com;
+license=('custom')
+source=(http://download.savannah.nongnu.org/releases/openexr/$pkgname-$pkgver.tar.gz
+ilmbase-2.0.1-no_undefined.patch
+ilmbase-1.0.3-pkgconfig.patch)
+
+prepare() {
+  cd ${srcdir}/$pkgname-$pkgver
+  # patches from fedora
+  patch -p1 -i ../ilmbase-2.0.1-no_undefined.patch
+  patch -p1 -i ../ilmbase-1.0.3-pkgconfig.patch
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  # manually set PTHREAD_LIBS to include -lpthread until libtool bogosity is 
fixed,
+  # https://bugzilla.redhat.com/show_bug.cgi?id=661333
+  make PTHREAD_LIBS=-pthread -lpthread
+}
+
+check() {
+  cd ${srcdir}/$pkgname-$pkgver
+  # one of the tests fails randomly for an unknown reason
+  make check || true
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+md5sums=('8ba2f608191ad020e50277d8a3ba0850'
+ '27ff3915e03964f85a9e9fb896a93479')
+md5sums=('8ba2f608191ad020e50277d8a3ba0850'
+ '27ff3915e03964f85a9e9fb896a93479'
+ 'ed3eb3dfa2393adc6829cc9ca8caa0ff')

Copied: ilmbase/repos/extra-i686/ilmbase-1.0.3-pkgconfig.patch (from rev 
213311, ilmbase/repos/testing-i686/ilmbase-1.0.3-pkgconfig.patch)

[arch-commits] Commit in pam/repos (18 files)

2014-05-19 Thread Tobias Powalowski
Date: Monday, May 19, 2014 @ 19:03:12
  Author: tpowa
Revision: 213313

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

Added:
  pam/repos/core-i686/PKGBUILD
(from rev 213312, pam/repos/testing-i686/PKGBUILD)
  pam/repos/core-i686/other
(from rev 213312, pam/repos/testing-i686/other)
  pam/repos/core-i686/pam-1.1.8-cve-2013-7041.patch
(from rev 213312, pam/repos/testing-i686/pam-1.1.8-cve-2013-7041.patch)
  pam/repos/core-i686/pam-1.1.8-cve-2014-2583.patch
(from rev 213312, pam/repos/testing-i686/pam-1.1.8-cve-2014-2583.patch)
  pam/repos/core-i686/pam_unix2-glibc216.patch
(from rev 213312, pam/repos/testing-i686/pam_unix2-glibc216.patch)
  pam/repos/core-x86_64/PKGBUILD
(from rev 213312, pam/repos/testing-x86_64/PKGBUILD)
  pam/repos/core-x86_64/other
(from rev 213312, pam/repos/testing-x86_64/other)
  pam/repos/core-x86_64/pam-1.1.8-cve-2013-7041.patch
(from rev 213312, pam/repos/testing-x86_64/pam-1.1.8-cve-2013-7041.patch)
  pam/repos/core-x86_64/pam-1.1.8-cve-2014-2583.patch
(from rev 213312, pam/repos/testing-x86_64/pam-1.1.8-cve-2014-2583.patch)
  pam/repos/core-x86_64/pam_unix2-glibc216.patch
(from rev 213312, pam/repos/testing-x86_64/pam_unix2-glibc216.patch)
Deleted:
  pam/repos/core-i686/PKGBUILD
  pam/repos/core-i686/other
  pam/repos/core-i686/pam_unix2-glibc216.patch
  pam/repos/core-x86_64/PKGBUILD
  pam/repos/core-x86_64/other
  pam/repos/core-x86_64/pam_unix2-glibc216.patch
  pam/repos/testing-i686/
  pam/repos/testing-x86_64/

---+
 /PKGBUILD |  164 
 /other|   10 +
 /pam_unix2-glibc216.patch |   40 ++
 core-i686/PKGBUILD|   69 ---
 core-i686/other   |5 
 core-i686/pam-1.1.8-cve-2013-7041.patch   |   52 
 core-i686/pam-1.1.8-cve-2014-2583.patch   |   56 +
 core-i686/pam_unix2-glibc216.patch|   20 ---
 core-x86_64/PKGBUILD  |   69 ---
 core-x86_64/other |5 
 core-x86_64/pam-1.1.8-cve-2013-7041.patch |   52 
 core-x86_64/pam-1.1.8-cve-2014-2583.patch |   56 +
 core-x86_64/pam_unix2-glibc216.patch  |   20 ---
 13 files changed, 430 insertions(+), 188 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-05-19 16:57:25 UTC (rev 213312)
+++ core-i686/PKGBUILD  2014-05-19 17:03:12 UTC (rev 213313)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=pam
-pkgver=1.1.8
-pkgrel=3
-pkgdesc=PAM (Pluggable Authentication Modules) library
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://linux-pam.org;
-depends=('glibc' 'cracklib' 'libtirpc' 'pambase')
-makedepends=('flex' 'w3m' 'docbook-xml=4.4' 'docbook-xsl')
-backup=(etc/security/{access.conf,group.conf,limits.conf,namespace.conf,namespace.init,pam_env.conf,time.conf}
 etc/default/passwd etc/environment)
-source=(https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-$pkgver.tar.bz2
-
#http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$pkgver.tar.bz2
-ftp://ftp.archlinux.org/other/pam_unix2/pam_unix2-2.9.1.tar.bz2
-pam_unix2-glibc216.patch)
-options=('!emptydirs')
-md5sums=('35b6091af95981b1b2cd60d813b5e4ee'
- 'da6a46e5f8cd3eaa7cbc4fc3a7e2b555'
- 'dac109f68e04a4df37575fda6001ea17')
-
-build() {
-  cd $srcdir/Linux-PAM-$pkgver
-  ./configure --libdir=/usr/lib --sbindir=/usr/bin --disable-db
-  make
-
-  cd $srcdir/pam_unix2-2.9.1
-  patch -Np1 -i ../pam_unix2-glibc216.patch
-
-  # modify flags to build against the pam compiled here, not a system lib.
-  ./configure \
-  CFLAGS=$CFLAGS -I$srcdir/Linux-PAM-$pkgver/libpam/include/ \
-  LDFLAGS=$LDFLAGS -L$srcdir/Linux-PAM-$pkgver/libpam/.libs/ \
-  --libdir=/usr/lib \
-  --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/Linux-PAM-$pkgver
-  make DESTDIR=$pkgdir SCONFIGDIR=/etc/security install
-
-  # build pam_unix2 module
-  # source ftp://ftp.suse.com/pub/people/kukuk/pam/pam_unix2
-  cd $srcdir/pam_unix2-2.9.1
-  make DESTDIR=$pkgdir install
-
-  # add the realtime permissions for audio users
-  sed -i 's|# End of file||' $pkgdir/etc/security/limits.conf
-  cat $pkgdir/etc/security/limits.conf _EOT
-*   -   rtprio  0
-*   -   nice0
-@audio  -   rtprio  65
-@audio  -   nice   -10
-@audio  -   memlock 4
-_EOT
-
-  # fix some missing symlinks from old pam for compatibility
-  cd $pkgdir/usr/lib/security
-  ln -s pam_unix.so pam_unix_acct.so
-  ln -s pam_unix.so pam_unix_auth.so
-  ln -s pam_unix.so pam_unix_passwd.so
-  ln -s pam_unix.so pam_unix_session.so
-
-  # set unix_chkpwd uid

[arch-commits] Commit in zathura-pdf-mupdf/repos (4 files)

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 19:11:16
  Author: spupykin
Revision: 111532

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

Added:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
(from rev 111531, zathura-pdf-mupdf/trunk/PKGBUILD)
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD
(from rev 111531, zathura-pdf-mupdf/trunk/PKGBUILD)
Deleted:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 17:10:59 UTC (rev 111531)
+++ community-i686/PKGBUILD 2014-05-19 17:11:16 UTC (rev 111532)
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Moritz Lipp m...@pwmt.org
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.6
-pkgrel=3
-pkgdesc=Adds pdf support to zathura by using the mupdf library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;
-license=('custom')
-depends=('zathura' 'jbig2dec' 'openjpeg2')
-conflicts=('zathura-pdf-poppler')
-makedepends=('mupdf=1.4')
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('5102e416aecc2a14d78cc9c83d529b39')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver MUPDF_LIB=-lmupdf -lmujs
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-mupdf/repos/community-i686/PKGBUILD (from rev 111531, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 17:11:16 UTC (rev 111532)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Moritz Lipp m...@pwmt.org
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.2.6
+pkgrel=4
+pkgdesc=Adds pdf support to zathura by using the mupdf library
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;
+license=('custom')
+depends=('zathura' 'jbig2dec' 'openjpeg2')
+conflicts=('zathura-pdf-poppler')
+makedepends=('mupdf=1.4')
+source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('5102e416aecc2a14d78cc9c83d529b39')
+
+build() {
+  make -C ${srcdir}/$pkgname-$pkgver MUPDF_LIB=-lmupdf -lmujs
+}
+
+package(){
+  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-19 17:10:59 UTC (rev 111531)
+++ community-x86_64/PKGBUILD   2014-05-19 17:11:16 UTC (rev 111532)
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Moritz Lipp m...@pwmt.org
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.6
-pkgrel=3
-pkgdesc=Adds pdf support to zathura by using the mupdf library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;
-license=('custom')
-depends=('zathura' 'jbig2dec' 'openjpeg2')
-conflicts=('zathura-pdf-poppler')
-makedepends=('mupdf=1.4')
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('5102e416aecc2a14d78cc9c83d529b39')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver MUPDF_LIB=-lmupdf -lmujs
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD (from rev 111531, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-19 17:11:16 UTC (rev 111532)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Moritz Lipp m...@pwmt.org
+
+pkgname=zathura-pdf-mupdf

[arch-commits] Commit in zathura-pdf-mupdf/trunk (PKGBUILD)

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 19:10:59
  Author: spupykin
Revision: 111531

upgpkg: zathura-pdf-mupdf 0.2.6-4

upd

Modified:
  zathura-pdf-mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 16:34:14 UTC (rev 111530)
+++ PKGBUILD2014-05-19 17:10:59 UTC (rev 111531)
@@ -5,7 +5,7 @@
 
 pkgname=zathura-pdf-mupdf
 pkgver=0.2.6
-pkgrel=3
+pkgrel=4
 pkgdesc=Adds pdf support to zathura by using the mupdf library
 arch=('i686' 'x86_64')
 url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-mupdf/;



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

2014-05-19 Thread Jelle van der Waa
Date: Monday, May 19, 2014 @ 19:26:45
  Author: jelle
Revision: 111533

upgpkg: autocutsel 0.10.0-1

Modified:
  autocutsel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 17:11:16 UTC (rev 111532)
+++ PKGBUILD2014-05-19 17:26:45 UTC (rev 111533)
@@ -4,16 +4,16 @@
 # Maintainer: Stefan Husmann stefan-husm...@t-online.de
 
 pkgname=autocutsel
-pkgver=0.9.1
+pkgver=0.10.0
 pkgrel=1
 pkgdesc=synchronizes the two copy/paste buffers mainly used by X applications
 arch=('i686' 'x86_64')
 depends=('libxaw')
 
source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocutsel-$pkgver.tar.gz)
-url=http://www.nongnu.org/autocutsel/;
+url=https://github.com/sigmike/autocutsel;
 install=autocutsel.install
 license=('GPL')
-md5sums=('7bf76b1ea7a15592f05d02b4c086d4cd')
+md5sums=('7d5b96e5f7b79b883d8350f104043366')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2014-05-19 Thread Jelle van der Waa
Date: Monday, May 19, 2014 @ 19:26:56
  Author: jelle
Revision: 111534

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

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

-+
 /PKGBUILD   |   52 ++
 /autocutsel.install |   40 ++
 community-i686/PKGBUILD |   26 -
 community-i686/autocutsel.install   |   20 -
 community-x86_64/PKGBUILD   |   26 -
 community-x86_64/autocutsel.install |   20 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 17:26:45 UTC (rev 111533)
+++ community-i686/PKGBUILD 2014-05-19 17:26:56 UTC (rev 111534)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Tom Killian t...@archlinux.org
-# Contributor: Nikos Kouremenos (zeppelin) kourem at gmail dot com
-# Maintainer: Stefan Husmann stefan-husm...@t-online.de
-
-pkgname=autocutsel
-pkgver=0.9.1
-pkgrel=1
-pkgdesc=synchronizes the two copy/paste buffers mainly used by X applications
-arch=('i686' 'x86_64')
-depends=('libxaw')
-source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocutsel-$pkgver.tar.gz)
-url=http://www.nongnu.org/autocutsel/;
-install=autocutsel.install
-license=('GPL')
-md5sums=('7bf76b1ea7a15592f05d02b4c086d4cd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install 
-}

Copied: autocutsel/repos/community-i686/PKGBUILD (from rev 111533, 
autocutsel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 17:26:56 UTC (rev 111534)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Tom Killian t...@archlinux.org
+# Contributor: Nikos Kouremenos (zeppelin) kourem at gmail dot com
+# Maintainer: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=autocutsel
+pkgver=0.10.0
+pkgrel=1
+pkgdesc=synchronizes the two copy/paste buffers mainly used by X applications
+arch=('i686' 'x86_64')
+depends=('libxaw')
+source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocutsel-$pkgver.tar.gz)
+url=https://github.com/sigmike/autocutsel;
+install=autocutsel.install
+license=('GPL')
+md5sums=('7d5b96e5f7b79b883d8350f104043366')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install 
+}

Deleted: community-i686/autocutsel.install
===
--- community-i686/autocutsel.install   2014-05-19 17:26:45 UTC (rev 111533)
+++ community-i686/autocutsel.install   2014-05-19 17:26:56 UTC (rev 111534)
@@ -1,20 +0,0 @@
-post_install() {
-cat  EOF
-Add the following lines to your ~/.xinitrc or, for
-system-wide use, to a new file, named, say, 40-autocutsel
-in the directory /etc/X11/xinit/xinitrc.d/ :
-
-autocutsel -fork 
-autocutsel -selection PRIMARY -fork 
-EOF
-}
-
-post_upgrade() {
-  post_install 
-}
-post_remove() {
-cat  EOF
-  you might want to remove autocutsel related files in 
-  /etc/X11/xinit/xinitrc.d now.
-EOF
-}

Copied: autocutsel/repos/community-i686/autocutsel.install (from rev 111533, 
autocutsel/trunk/autocutsel.install)
===
--- community-i686/autocutsel.install   (rev 0)
+++ community-i686/autocutsel.install   2014-05-19 17:26:56 UTC (rev 111534)
@@ -0,0 +1,20 @@
+post_install() {
+cat  EOF
+Add the following lines to your ~/.xinitrc or, for
+system-wide use, to a new file, named, say, 40-autocutsel
+in the directory /etc/X11/xinit/xinitrc.d/ :
+
+autocutsel -fork 
+autocutsel -selection PRIMARY -fork 
+EOF
+}
+
+post_upgrade() {
+  post_install 
+}
+post_remove() {
+cat  EOF
+  you might want to remove autocutsel related files in 
+  /etc/X11/xinit/xinitrc.d now.
+EOF
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-19 17:26:45 UTC (rev 111533)
+++ 

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

2014-05-19 Thread Bartłomiej Piotrowski
Date: Monday, May 19, 2014 @ 19:27:44
  Author: bpiotrowski
Revision: 111535

archrelease: copy trunk to community-i686

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

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

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

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



[arch-commits] Commit in perl-log-log4perl/trunk (PKGBUILD)

2014-05-19 Thread Felix Yan
Date: Monday, May 19, 2014 @ 19:53:35
  Author: fyan
Revision: 213314

upgpkg: perl-log-log4perl 1.44-1

Modified:
  perl-log-log4perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 17:03:12 UTC (rev 213313)
+++ PKGBUILD2014-05-19 17:53:35 UTC (rev 213314)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer:
+# Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=perl-log-log4perl
-pkgver=1.43
+pkgver=1.44
 pkgrel=1
 pkgdesc='Log4j implementation for Perl'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Log-Log4perl-$pkgver.tar.gz;)
-md5sums=('c7b15008426c31f14726ed1257cd7b68')
+md5sums=('4065a8b123badf07a3d6f57b48a0aa5c')
 
 build() {
   cd Log-Log4perl-$pkgver



[arch-commits] Commit in perl-log-log4perl/repos/extra-any (PKGBUILD PKGBUILD)

2014-05-19 Thread Felix Yan
Date: Monday, May 19, 2014 @ 19:54:16
  Author: fyan
Revision: 213315

archrelease: copy trunk to extra-any

Added:
  perl-log-log4perl/repos/extra-any/PKGBUILD
(from rev 213314, perl-log-log4perl/trunk/PKGBUILD)
Deleted:
  perl-log-log4perl/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-19 17:53:35 UTC (rev 213314)
+++ PKGBUILD2014-05-19 17:54:16 UTC (rev 213315)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-log-log4perl
-pkgver=1.43
-pkgrel=1
-pkgdesc='Log4j implementation for Perl'
-arch=('any')
-url=https://metacpan.org/release/Log-Log4perl;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Log-Log4perl-$pkgver.tar.gz;)
-md5sums=('c7b15008426c31f14726ed1257cd7b68')
-
-build() {
-  cd Log-Log4perl-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Log-Log4perl-$pkgver
-  make test
-}
-
-package() {
-  cd Log-Log4perl-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: perl-log-log4perl/repos/extra-any/PKGBUILD (from rev 213314, 
perl-log-log4perl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-19 17:54:16 UTC (rev 213315)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=perl-log-log4perl
+pkgver=1.44
+pkgrel=1
+pkgdesc='Log4j implementation for Perl'
+arch=('any')
+url=https://metacpan.org/release/Log-Log4perl;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/Log-Log4perl-$pkgver.tar.gz;)
+md5sums=('4065a8b123badf07a3d6f57b48a0aa5c')
+
+build() {
+  cd Log-Log4perl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Log-Log4perl-$pkgver
+  make test
+}
+
+package() {
+  cd Log-Log4perl-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-05-19 Thread Felix Yan
Date: Monday, May 19, 2014 @ 19:56:53
  Author: fyan
Revision: 213316

upgpkg: python 3.4.1-1

- upstream new release

Modified:
  python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 17:54:16 UTC (rev 213315)
+++ PKGBUILD2014-05-19 17:56:53 UTC (rev 213316)
@@ -6,8 +6,8 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=python
-pkgver=3.4.0
-pkgrel=3
+pkgver=3.4.1
+pkgrel=1
 _pybasever=3.4
 pkgdesc=Next generation of the python high-level scripting language
 arch=('i686' 'x86_64')
@@ -14,7 +14,8 @@
 license=('custom')
 url=http://www.python.org/;
 depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
-makedepends=('tk=8.6.0' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal')
+makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal')
+checkdepends=('gdb')
 optdepends=('python-setuptools'
 'python-pip'
 'sqlite'
@@ -24,26 +25,15 @@
 options=('!makeflags')
 provides=('python3')
 replaces=('python3')
-source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz
-
python3.4-test_sqlite.patch::http://hg.python.org/cpython/raw-rev/4d626a9df062
-issue21207.patch::http://hg.python.org/cpython/raw-rev/a66524ce9551)
-sha1sums=('f54d7cf6af5dbd9bddbe31cf4772f39711381dbe'
-  'b13a0b728d8e1fe1d81dea501b064cb1032f183b'
-  '67486ae413698d6bd3c32de10a9a1e885d0097b8')
+source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
+sha1sums=('143e098efe7ee7bec8a4904ec4b322f28a067a03')
 
 prepare() {
-  cd ${srcdir}/Python-${pkgver}
+  cd Python-${pkgver}
 
   # FS#23997
   sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python| Lib/cgi.py
 
-  # http://bugs.python.org/issue20901
-  patch -p1 -i $srcdir/python3.4-test_sqlite.patch
-
-  # http://bugs.python.org/issue21207 FS#40108
-  sed -i 62,74d $srcdir/issue21207.patch # Remove conflicting NEWS part
-  patch -p1 -i $srcdir/issue21207.patch
-
   # Ensure that we are using the system copy of various libraries (expat, 
zlib, libffi, and libmpdec),
   # rather than copies shipped in the tarball
   rm -r Modules/expat
@@ -53,7 +43,7 @@
 }
 
 build() {
-  cd ${srcdir}/Python-${pkgver}
+  cd Python-${pkgver}
 
   # Disable bundled pip  setuptools
   ./configure --prefix=/usr \
@@ -72,22 +62,25 @@
 }
 
 check() {
-  cd ${srcdir}/Python-${pkgver}
+  # test_site: http://bugs.python.org/issue21535
+  # test_urllib2_localnet: domain blackhole.snakebite.net not exist ?!
+
+  cd Python-${pkgver}
   LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:${LD_LIBRARY_PATH} \
- ${srcdir}/Python-${pkgver}/python -m test.regrtest -x test_posixpath 
test_logging test_uuid
+  TERM=screen \
+ ${srcdir}/Python-${pkgver}/python -m test.regrtest -uall -x 
test_posixpath test_uuid test_site test_urllib2_localnet
 }
 
 package() {
-  cd ${srcdir}/Python-${pkgver}
+  cd Python-${pkgver}
   make DESTDIR=${pkgdir} install maninstall
 
   # Why are these not done by default...
-  ln -sf python3   ${pkgdir}/usr/bin/python
-  ln -sf python3-config${pkgdir}/usr/bin/python-config
-  ln -sf idle3 ${pkgdir}/usr/bin/idle
-  ln -sf pydoc3${pkgdir}/usr/bin/pydoc
-  ln -sf python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python3.1
-  ln -sf python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python.1
+  ln -s python3   ${pkgdir}/usr/bin/python
+  ln -s python3-config${pkgdir}/usr/bin/python-config
+  ln -s idle3 ${pkgdir}/usr/bin/idle
+  ln -s pydoc3${pkgdir}/usr/bin/pydoc
+  ln -s python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python.1
 
   # Fix FS#22552
   ln -sf ../../libpython${_pybasever}m.so \



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

2014-05-19 Thread Felix Yan
Date: Monday, May 19, 2014 @ 19:57:51
  Author: fyan
Revision: 213317

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

Added:
  python/repos/testing-i686/
  python/repos/testing-i686/PKGBUILD
(from rev 213316, python/trunk/PKGBUILD)
  python/repos/testing-x86_64/
  python/repos/testing-x86_64/PKGBUILD
(from rev 213316, python/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   94 ++
 testing-x86_64/PKGBUILD |   94 ++
 2 files changed, 188 insertions(+)

Copied: python/repos/testing-i686/PKGBUILD (from rev 213316, 
python/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-19 17:57:51 UTC (rev 213317)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=python
+pkgver=3.4.1
+pkgrel=1
+_pybasever=3.4
+pkgdesc=Next generation of the python high-level scripting language
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.python.org/;
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal')
+checkdepends=('gdb')
+optdepends=('python-setuptools'
+'python-pip'
+'sqlite'
+'mpdecimal: for decimal'
+'xz: for lzma'
+'tk: for tkinter')
+options=('!makeflags')
+provides=('python3')
+replaces=('python3')
+source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
+sha1sums=('143e098efe7ee7bec8a4904ec4b322f28a067a03')
+
+prepare() {
+  cd Python-${pkgver}
+
+  # FS#23997
+  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python| Lib/cgi.py
+
+  # Ensure that we are using the system copy of various libraries (expat, 
zlib, libffi, and libmpdec),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+  rm -r Modules/_decimal/libmpdec
+}
+
+build() {
+  cd Python-${pkgver}
+
+  # Disable bundled pip  setuptools
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads \
+  --with-computed-gotos \
+  --enable-ipv6 \
+  --with-valgrind \
+  --with-system-expat \
+  --with-dbmliborder=gdbm:ndbm \
+  --with-system-ffi \
+  --with-system-libmpdec \
+  --without-ensurepip
+
+  make
+}
+
+check() {
+  # test_site: http://bugs.python.org/issue21535
+  # test_urllib2_localnet: domain blackhole.snakebite.net not exist ?!
+
+  cd Python-${pkgver}
+  LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:${LD_LIBRARY_PATH} \
+  TERM=screen \
+ ${srcdir}/Python-${pkgver}/python -m test.regrtest -uall -x 
test_posixpath test_uuid test_site test_urllib2_localnet
+}
+
+package() {
+  cd Python-${pkgver}
+  make DESTDIR=${pkgdir} install maninstall
+
+  # Why are these not done by default...
+  ln -s python3   ${pkgdir}/usr/bin/python
+  ln -s python3-config${pkgdir}/usr/bin/python-config
+  ln -s idle3 ${pkgdir}/usr/bin/idle
+  ln -s pydoc3${pkgdir}/usr/bin/pydoc
+  ln -s python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python.1
+
+  # Fix FS#22552
+  ln -sf ../../libpython${_pybasever}m.so \
+
${pkgdir}/usr/lib/python${_pybasever}/config-${_pybasever}m/libpython${_pybasever}m.so
+
+  # Clean-up reference to build directory
+  sed -i s|$srcdir/Python-${pkgver}:|| 
$pkgdir/usr/lib/python${_pybasever}/config-${_pybasever}m/Makefile
+
+  # License
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: python/repos/testing-x86_64/PKGBUILD (from rev 213316, 
python/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-19 17:57:51 UTC (rev 213317)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=python
+pkgver=3.4.1
+pkgrel=1
+_pybasever=3.4
+pkgdesc=Next generation of the python high-level scripting language
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.python.org/;
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal')
+checkdepends=('gdb')
+optdepends=('python-setuptools'
+'python-pip'
+'sqlite'
+'mpdecimal: for decimal'
+

[arch-commits] Commit in perl-extutils-depends/trunk (PKGBUILD)

2014-05-19 Thread Felix Yan
Date: Monday, May 19, 2014 @ 19:58:49
  Author: fyan
Revision: 213318

upgpkg: perl-extutils-depends 0.308-1

Modified:
  perl-extutils-depends/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 17:57:51 UTC (rev 213317)
+++ PKGBUILD2014-05-19 17:58:49 UTC (rev 213318)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
 # Contributor: Sarah Hay sa...@archlinux.org
 # Contributor: Arjan Timmerman ar...@soulfly.nl
 
 pkgname=perl-extutils-depends
-pkgver=0.307
+pkgver=0.308
 pkgrel=1
 pkgdesc=The Perl depends module
 arch=('any')
@@ -13,7 +14,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-${pkgver}.tar.gz)
-md5sums=('b08b1943e30a0b25c32130c3f4fc84f8')
+md5sums=('cea7ebb99d05fe47c24a1de043b478f2')
 
 build() {
   cd ExtUtils-Depends-${pkgver}



[arch-commits] Commit in perl-extutils-depends/repos/extra-any (PKGBUILD PKGBUILD)

2014-05-19 Thread Felix Yan
Date: Monday, May 19, 2014 @ 19:59:30
  Author: fyan
Revision: 213319

archrelease: copy trunk to extra-any

Added:
  perl-extutils-depends/repos/extra-any/PKGBUILD
(from rev 213318, perl-extutils-depends/trunk/PKGBUILD)
Deleted:
  perl-extutils-depends/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-19 17:58:49 UTC (rev 213318)
+++ PKGBUILD2014-05-19 17:59:30 UTC (rev 213319)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Sarah Hay sa...@archlinux.org
-# Contributor: Arjan Timmerman ar...@soulfly.nl
-
-pkgname=perl-extutils-depends
-pkgver=0.307
-pkgrel=1
-pkgdesc=The Perl depends module
-arch=('any')
-url=http://search.cpan.org/dist/ExtUtils-Depends/;
-license=('PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-${pkgver}.tar.gz)
-md5sums=('b08b1943e30a0b25c32130c3f4fc84f8')
-
-build() {
-  cd ExtUtils-Depends-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ExtUtils-Depends-${pkgver}
-  make test
-}
-
-package() {
-  cd ExtUtils-Depends-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-extutils-depends/repos/extra-any/PKGBUILD (from rev 213318, 
perl-extutils-depends/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-19 17:59:30 UTC (rev 213319)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+# Contributor: Arjan Timmerman ar...@soulfly.nl
+
+pkgname=perl-extutils-depends
+pkgver=0.308
+pkgrel=1
+pkgdesc=The Perl depends module
+arch=('any')
+url=http://search.cpan.org/dist/ExtUtils-Depends/;
+license=('PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-${pkgver}.tar.gz)
+md5sums=('cea7ebb99d05fe47c24a1de043b478f2')
+
+build() {
+  cd ExtUtils-Depends-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ExtUtils-Depends-${pkgver}
+  make test
+}
+
+package() {
+  cd ExtUtils-Depends-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-05-19 Thread Anatol Pomozov
Date: Monday, May 19, 2014 @ 21:48:22
  Author: anatolik
Revision: 213320

upgpkg: gnome-system-monitor 3.12.2-1

Rebuild for libgtop-2.30.0 so bump

Modified:
  gnome-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 17:59:30 UTC (rev 213319)
+++ PKGBUILD2014-05-19 19:48:22 UTC (rev 213320)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=gnome-system-monitor
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc=A system monitor for GNOME
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 groups=('gnome')
 install=gnome-system-monitor.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9abdf046248f26b3945a6aba4098ab04907416cdc07e19a7a8aeb568e2428f0f')
+sha256sums=('ba074e2157302d91d73b68e13207bf85452b84234e429b1ec9b9a7b1c70736d8')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-19 Thread Anatol Pomozov
Date: Monday, May 19, 2014 @ 21:48:52
  Author: anatolik
Revision: 213321

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

Added:
  gnome-system-monitor/repos/staging-i686/
  gnome-system-monitor/repos/staging-i686/PKGBUILD
(from rev 213320, gnome-system-monitor/trunk/PKGBUILD)
  gnome-system-monitor/repos/staging-i686/gnome-system-monitor.install
(from rev 213320, gnome-system-monitor/trunk/gnome-system-monitor.install)
  gnome-system-monitor/repos/staging-x86_64/
  gnome-system-monitor/repos/staging-x86_64/PKGBUILD
(from rev 213320, gnome-system-monitor/trunk/PKGBUILD)
  gnome-system-monitor/repos/staging-x86_64/gnome-system-monitor.install
(from rev 213320, gnome-system-monitor/trunk/gnome-system-monitor.install)

-+
 staging-i686/PKGBUILD   |   30 ++
 staging-i686/gnome-system-monitor.install   |   11 +
 staging-x86_64/PKGBUILD |   30 ++
 staging-x86_64/gnome-system-monitor.install |   11 +
 4 files changed, 82 insertions(+)

Copied: gnome-system-monitor/repos/staging-i686/PKGBUILD (from rev 213320, 
gnome-system-monitor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-19 19:48:52 UTC (rev 213321)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-system-monitor
+pkgver=3.12.2
+pkgrel=1
+pkgdesc=A system monitor for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'systemd')
+makedepends=('itstool' 'docbook-xsl' 'intltool')
+options=(!emptydirs)
+url=http://www.gnome.org;
+groups=('gnome')
+install=gnome-system-monitor.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ba074e2157302d91d73b68e13207bf85452b84234e429b1ec9b9a7b1c70736d8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-system-monitor/repos/staging-i686/gnome-system-monitor.install 
(from rev 213320, gnome-system-monitor/trunk/gnome-system-monitor.install)
===
--- staging-i686/gnome-system-monitor.install   (rev 0)
+++ staging-i686/gnome-system-monitor.install   2014-05-19 19:48:52 UTC (rev 
213321)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnome-system-monitor/repos/staging-x86_64/PKGBUILD (from rev 213320, 
gnome-system-monitor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-19 19:48:52 UTC (rev 213321)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-system-monitor
+pkgver=3.12.2
+pkgrel=1
+pkgdesc=A system monitor for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('libgtop' 'gtkmm3' 'librsvg' 'gnome-icon-theme' 'systemd')
+makedepends=('itstool' 'docbook-xsl' 'intltool')
+options=(!emptydirs)
+url=http://www.gnome.org;
+groups=('gnome')
+install=gnome-system-monitor.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ba074e2157302d91d73b68e13207bf85452b84234e429b1ec9b9a7b1c70736d8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --enable-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-system-monitor/repos/staging-x86_64/gnome-system-monitor.install 
(from rev 213320, gnome-system-monitor/trunk/gnome-system-monitor.install)
===
--- staging-x86_64/gnome-system-monitor.install (rev 0)
+++ staging-x86_64/gnome-system-monitor.install 2014-05-19 19:48:52 UTC (rev 
213321)
@@ -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 cpanminus/trunk (PKGBUILD)

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 22:11:14
  Author: spupykin
Revision: 111536

upgpkg: cpanminus 1.7004-1

upd

Modified:
  cpanminus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 17:27:44 UTC (rev 111535)
+++ PKGBUILD2014-05-19 20:11:14 UTC (rev 111536)
@@ -2,7 +2,7 @@
 # Maintainer: 
 
 pkgname=cpanminus
-pkgver=1.7001
+pkgver=1.7004
 pkgrel=1
 pkgdesc='Get, unpack, build and install modules from CPAN'
 arch=('any')
@@ -12,6 +12,7 @@
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
 sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
+sha1sums=('1bbcb48d7d542eb4df8109067c9843f47f86ca5a')
 
 build() {
   cd App-cpanminus-$pkgver



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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 22:11:41
  Author: spupykin
Revision: 111539

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

Added:
  perl-clone/repos/community-i686/PKGBUILD
(from rev 111538, perl-clone/trunk/PKGBUILD)
  perl-clone/repos/community-x86_64/PKGBUILD
(from rev 111538, perl-clone/trunk/PKGBUILD)
Deleted:
  perl-clone/repos/community-i686/PKGBUILD
  perl-clone/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 20:11:27 UTC (rev 111538)
+++ community-i686/PKGBUILD 2014-05-19 20:11:41 UTC (rev 111539)
@@ -1,28 +0,0 @@
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-# Contributor: François Charette firmicus ατ gmx δοτ net
-# Contributor: Alex Dioso adioso-gmail*com
-
-pkgname=perl-clone
-pkgver=0.36
-pkgrel=1
-pkgdesc='Recursive copy of nested objects.'
-arch=('i686' 'x86_64')
-url='http://search.cpan.org/~RDF/Clone'
-license=('GPL' 'PerlArtistic')
-depends=('perl=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GARU/Clone-$pkgver.tar.gz;)
-md5sums=('bb7aeeb66b183f600e5a4ccb941cbc1b')
-
-build() {
-  cd  Clone-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  Clone-${pkgver}
-  make DESTDIR=${pkgdir} install
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-clone/repos/community-i686/PKGBUILD (from rev 111538, 
perl-clone/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 20:11:41 UTC (rev 111539)
@@ -0,0 +1,28 @@
+# Maintainer: Thomas Dziedzic  gostrc at gmail 
+# Contributor: François Charette firmicus ατ gmx δοτ net
+# Contributor: Alex Dioso adioso-gmail*com
+
+pkgname=perl-clone
+pkgver=0.37
+pkgrel=1
+pkgdesc='Recursive copy of nested objects.'
+arch=('i686' 'x86_64')
+url='http://search.cpan.org/~RDF/Clone'
+license=('GPL' 'PerlArtistic')
+depends=('perl=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GARU/Clone-$pkgver.tar.gz;)
+md5sums=('b0c9d1bcf9e85ab2fbc0b436cfc801f5')
+
+build() {
+  cd  Clone-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  Clone-${pkgver}
+  make DESTDIR=${pkgdir} install
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-19 20:11:27 UTC (rev 111538)
+++ community-x86_64/PKGBUILD   2014-05-19 20:11:41 UTC (rev 111539)
@@ -1,28 +0,0 @@
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
-# Contributor: François Charette firmicus ατ gmx δοτ net
-# Contributor: Alex Dioso adioso-gmail*com
-
-pkgname=perl-clone
-pkgver=0.36
-pkgrel=1
-pkgdesc='Recursive copy of nested objects.'
-arch=('i686' 'x86_64')
-url='http://search.cpan.org/~RDF/Clone'
-license=('GPL' 'PerlArtistic')
-depends=('perl=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GARU/Clone-$pkgver.tar.gz;)
-md5sums=('bb7aeeb66b183f600e5a4ccb941cbc1b')
-
-build() {
-  cd  Clone-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  Clone-${pkgver}
-  make DESTDIR=${pkgdir} install
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-clone/repos/community-x86_64/PKGBUILD (from rev 111538, 
perl-clone/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-19 20:11:41 UTC (rev 111539)
@@ -0,0 +1,28 @@
+# Maintainer: Thomas Dziedzic  gostrc at gmail 
+# Contributor: François Charette firmicus ατ gmx δοτ net
+# Contributor: Alex Dioso adioso-gmail*com
+
+pkgname=perl-clone
+pkgver=0.37
+pkgrel=1
+pkgdesc='Recursive copy of nested objects.'
+arch=('i686' 'x86_64')
+url='http://search.cpan.org/~RDF/Clone'
+license=('GPL' 'PerlArtistic')
+depends=('perl=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GA/GARU/Clone-$pkgver.tar.gz;)
+md5sums=('b0c9d1bcf9e85ab2fbc0b436cfc801f5')
+
+build() {
+  cd  Clone-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  Clone-${pkgver}
+  make DESTDIR=${pkgdir} install
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 22:11:27
  Author: spupykin
Revision: 111538

upgpkg: perl-clone 0.37-1

upd

Modified:
  perl-clone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 20:11:24 UTC (rev 111537)
+++ PKGBUILD2014-05-19 20:11:27 UTC (rev 111538)
@@ -3,7 +3,7 @@
 # Contributor: Alex Dioso adioso-gmail*com
 
 pkgname=perl-clone
-pkgver=0.36
+pkgver=0.37
 pkgrel=1
 pkgdesc='Recursive copy of nested objects.'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('perl=5.10.0')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/G/GA/GARU/Clone-$pkgver.tar.gz;)
-md5sums=('bb7aeeb66b183f600e5a4ccb941cbc1b')
+md5sums=('b0c9d1bcf9e85ab2fbc0b436cfc801f5')
 
 build() {
   cd  Clone-${pkgver}



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

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 22:11:24
  Author: spupykin
Revision: 111537

archrelease: copy trunk to community-any

Added:
  cpanminus/repos/community-any/PKGBUILD
(from rev 111536, cpanminus/trunk/PKGBUILD)
Deleted:
  cpanminus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-19 20:11:14 UTC (rev 111536)
+++ PKGBUILD2014-05-19 20:11:24 UTC (rev 111537)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=cpanminus
-pkgver=1.7001
-pkgrel=1
-pkgdesc='Get, unpack, build and install modules from CPAN'
-arch=('any')
-url=https://metacpan.org/release/App-cpanminus;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
-sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
-
-build() {
-  cd App-cpanminus-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd App-cpanminus-$pkgver
-  make test
-}
-
-package() {
-  cd App-cpanminus-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 111536, 
cpanminus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-19 20:11:24 UTC (rev 111537)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: 
+
+pkgname=cpanminus
+pkgver=1.7004
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN'
+arch=('any')
+url=https://metacpan.org/release/App-cpanminus;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
+sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
+sha1sums=('1bbcb48d7d542eb4df8109067c9843f47f86ca5a')
+
+build() {
+  cd App-cpanminus-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd App-cpanminus-$pkgver
+  make test
+}
+
+package() {
+  cd App-cpanminus-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in perl-cpan-perl-releases/trunk (PKGBUILD)

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 22:11:44
  Author: spupykin
Revision: 111540

upgpkg: perl-cpan-perl-releases 1.70-1

upd

Modified:
  perl-cpan-perl-releases/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 20:11:41 UTC (rev 111539)
+++ PKGBUILD2014-05-19 20:11:44 UTC (rev 111540)
@@ -2,7 +2,7 @@
 # Maintainer: 
 
 pkgname=perl-cpan-perl-releases
-pkgver=1.68
+pkgver=1.70
 pkgrel=1
 pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz;)
-md5sums=('2ac6549c5192cfc8eedebe79656b1f91')
+md5sums=('e887b9b4c2c281cccab54a57627a5279')
 
 build() {
   cd CPAN-Perl-Releases-$pkgver



[arch-commits] Commit in perl-cpan-perl-releases/repos/community-any (2 files)

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 22:11:52
  Author: spupykin
Revision: 111541

archrelease: copy trunk to community-any

Added:
  perl-cpan-perl-releases/repos/community-any/PKGBUILD
(from rev 111540, perl-cpan-perl-releases/trunk/PKGBUILD)
Deleted:
  perl-cpan-perl-releases/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-19 20:11:44 UTC (rev 111540)
+++ PKGBUILD2014-05-19 20:11:52 UTC (rev 111541)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=perl-cpan-perl-releases
-pkgver=1.68
-pkgrel=1
-pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
-arch=('any')
-url=https://metacpan.org/release/CPAN-Perl-Releases;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz;)
-md5sums=('2ac6549c5192cfc8eedebe79656b1f91')
-
-build() {
-  cd CPAN-Perl-Releases-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd CPAN-Perl-Releases-$pkgver
-  make test
-}
-
-package() {
-  cd CPAN-Perl-Releases-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: perl-cpan-perl-releases/repos/community-any/PKGBUILD (from rev 111540, 
perl-cpan-perl-releases/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-19 20:11:52 UTC (rev 111541)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-cpan-perl-releases
+pkgver=1.70
+pkgrel=1
+pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
+arch=('any')
+url=https://metacpan.org/release/CPAN-Perl-Releases;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz;)
+md5sums=('e887b9b4c2c281cccab54a57627a5279')
+
+build() {
+  cd CPAN-Perl-Releases-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd CPAN-Perl-Releases-$pkgver
+  make test
+}
+
+package() {
+  cd CPAN-Perl-Releases-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in perl-dbd-pg/trunk (PKGBUILD)

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 22:11:54
  Author: spupykin
Revision: 111542

upgpkg: perl-dbd-pg 3.2.0-1

upd

Modified:
  perl-dbd-pg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 20:11:52 UTC (rev 111541)
+++ PKGBUILD2014-05-19 20:11:54 UTC (rev 111542)
@@ -3,7 +3,7 @@
 # Contributor: François Charette firmicus ατ gmx δοτ net
 
 pkgname=perl-dbd-pg
-pkgver=3.1.1
+pkgver=3.2.0
 pkgrel=1
 pkgdesc=Postgres Driver for DBI
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('perl-dbi=1.52' 'postgresql-libs')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz;)
-md5sums=('ad5c5439356351f908fa47e91856e75f')
+md5sums=('21b5a7f2d0a3ceccea67ed9e69e41ace')
 
 build() {
   cd  DBD-Pg-${pkgver}



[arch-commits] Commit in perl-finance-quote/repos/community-any (PKGBUILD PKGBUILD)

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 22:12:19
  Author: spupykin
Revision: 111545

archrelease: copy trunk to community-any

Added:
  perl-finance-quote/repos/community-any/PKGBUILD
(from rev 111544, perl-finance-quote/trunk/PKGBUILD)
Deleted:
  perl-finance-quote/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-19 20:12:11 UTC (rev 111544)
+++ PKGBUILD2014-05-19 20:12:19 UTC (rev 111545)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-finance-quote
-pkgver=1.31
-pkgrel=1
-pkgdesc=Perl/CPAN Module Finance::Quote : Fetch stock prices over the 
Internet
-arch=(any)
-url=http://search.cpan.org/dist/Finance-Quote/;
-license=(GPL PerlArtistic)
-makedepends=( perl-html-tableextract perl-crypt-ssleay perl-libwww)
-depends=(perl-html-tree perl-html-tableextract perl-crypt-ssleay
-perl-libwww perl-date-calc perl-json)
-source=(http://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-$pkgver.tar.gz;)
-md5sums=('dbc58088467064a4b72bba60b6c8b989')
-
-build() {
-  cd $srcdir/Finance-Quote-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Finance-Quote-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-finance-quote/repos/community-any/PKGBUILD (from rev 111544, 
perl-finance-quote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-19 20:12:19 UTC (rev 111545)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-finance-quote
+pkgver=1.32
+pkgrel=1
+pkgdesc=Perl/CPAN Module Finance::Quote : Fetch stock prices over the 
Internet
+arch=(any)
+url=http://search.cpan.org/dist/Finance-Quote/;
+license=(GPL PerlArtistic)
+makedepends=( perl-html-tableextract perl-crypt-ssleay perl-libwww)
+depends=(perl-html-tree perl-html-tableextract perl-crypt-ssleay
+perl-libwww perl-date-calc perl-json)
+source=(http://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-$pkgver.tar.gz;)
+md5sums=('11c998acfb996e8adefcb3ea22f11207')
+
+build() {
+  cd $srcdir/Finance-Quote-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Finance-Quote-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-finance-quote/trunk (PKGBUILD)

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 22:12:11
  Author: spupykin
Revision: 111544

upgpkg: perl-finance-quote 1.32-1

upd

Modified:
  perl-finance-quote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 20:12:08 UTC (rev 111543)
+++ PKGBUILD2014-05-19 20:12:11 UTC (rev 111544)
@@ -3,7 +3,7 @@
 # Maintainer: Charles Mauch cma...@gmail.com
 
 pkgname=perl-finance-quote
-pkgver=1.31
+pkgver=1.32
 pkgrel=1
 pkgdesc=Perl/CPAN Module Finance::Quote : Fetch stock prices over the 
Internet
 arch=(any)
@@ -13,7 +13,7 @@
 depends=(perl-html-tree perl-html-tableextract perl-crypt-ssleay
 perl-libwww perl-date-calc perl-json)
 
source=(http://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-$pkgver.tar.gz;)
-md5sums=('dbc58088467064a4b72bba60b6c8b989')
+md5sums=('11c998acfb996e8adefcb3ea22f11207')
 
 build() {
   cd $srcdir/Finance-Quote-$pkgver



[arch-commits] Commit in perl-poe-component-ikc/repos/community-any (2 files)

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 22:12:41
  Author: spupykin
Revision: 111549

archrelease: copy trunk to community-any

Added:
  perl-poe-component-ikc/repos/community-any/PKGBUILD
(from rev 111548, perl-poe-component-ikc/trunk/PKGBUILD)
Deleted:
  perl-poe-component-ikc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-19 20:12:33 UTC (rev 111548)
+++ PKGBUILD2014-05-19 20:12:41 UTC (rev 111549)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Charles Mauch cma...@gmail.com
-
-pkgname=perl-poe-component-ikc
-pkgver=0.2305
-pkgrel=1
-pkgdesc=Perl/CPAN Module POE::Component::IKC
-arch=(any)
-url=http://search.cpan.org/dist/POE-Component-IKC/;
-license=(GPL PerlArtistic)
-makedepends=(perl-poe)
-depends=(perl-poe)
-source=(http://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-IKC-$pkgver.tar.gz;)
-md5sums=('b1b3a348e8d5f935d4a7995aea4139ee')
-
-build() {
-  cd $srcdir/POE-Component-IKC-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/POE-Component-IKC-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-poe-component-ikc/repos/community-any/PKGBUILD (from rev 111548, 
perl-poe-component-ikc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-19 20:12:41 UTC (rev 111549)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Charles Mauch cma...@gmail.com
+
+pkgname=perl-poe-component-ikc
+pkgver=0.2401
+pkgrel=1
+pkgdesc=Perl/CPAN Module POE::Component::IKC
+arch=(any)
+url=http://search.cpan.org/dist/POE-Component-IKC/;
+license=(GPL PerlArtistic)
+makedepends=(perl-poe)
+depends=(perl-poe)
+source=(http://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-IKC-$pkgver.tar.gz;)
+md5sums=('66107a16e56ecb9a1ff266bb456d3121')
+
+build() {
+  cd $srcdir/POE-Component-IKC-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/POE-Component-IKC-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-dbd-pg/repos (4 files)

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 22:12:08
  Author: spupykin
Revision: 111543

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

Added:
  perl-dbd-pg/repos/community-i686/PKGBUILD
(from rev 111542, perl-dbd-pg/trunk/PKGBUILD)
  perl-dbd-pg/repos/community-x86_64/PKGBUILD
(from rev 111542, perl-dbd-pg/trunk/PKGBUILD)
Deleted:
  perl-dbd-pg/repos/community-i686/PKGBUILD
  perl-dbd-pg/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-19 20:11:54 UTC (rev 111542)
+++ community-i686/PKGBUILD 2014-05-19 20:12:08 UTC (rev 111543)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-dbd-pg
-pkgver=3.1.1
-pkgrel=1
-pkgdesc=Postgres Driver for DBI
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DBD-Pg;
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi=1.52' 'postgresql-libs')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz;)
-md5sums=('ad5c5439356351f908fa47e91856e75f')
-
-build() {
-  cd  DBD-Pg-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  DBD-Pg-${pkgver}
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-dbd-pg/repos/community-i686/PKGBUILD (from rev 111542, 
perl-dbd-pg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-19 20:12:08 UTC (rev 111543)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-dbd-pg
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Postgres Driver for DBI
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DBD-Pg;
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi=1.52' 'postgresql-libs')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz;)
+md5sums=('21b5a7f2d0a3ceccea67ed9e69e41ace')
+
+build() {
+  cd  DBD-Pg-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  DBD-Pg-${pkgver}
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-19 20:11:54 UTC (rev 111542)
+++ community-x86_64/PKGBUILD   2014-05-19 20:12:08 UTC (rev 111543)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-dbd-pg
-pkgver=3.1.1
-pkgrel=1
-pkgdesc=Postgres Driver for DBI
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DBD-Pg;
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi=1.52' 'postgresql-libs')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz;)
-md5sums=('ad5c5439356351f908fa47e91856e75f')
-
-build() {
-  cd  DBD-Pg-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  DBD-Pg-${pkgver}
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-dbd-pg/repos/community-x86_64/PKGBUILD (from rev 111542, 
perl-dbd-pg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-19 20:12:08 UTC (rev 111543)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-dbd-pg
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Postgres Driver for DBI
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DBD-Pg;
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi=1.52' 'postgresql-libs')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-${pkgver}.tar.gz;)
+md5sums=('21b5a7f2d0a3ceccea67ed9e69e41ace')
+
+build() {
+  cd  DBD-Pg-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  DBD-Pg-${pkgver}
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



[arch-commits] Commit in perl-net-imap-simple/repos/community-any (PKGBUILD PKGBUILD)

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 22:12:30
  Author: spupykin
Revision: 111547

archrelease: copy trunk to community-any

Added:
  perl-net-imap-simple/repos/community-any/PKGBUILD
(from rev 111546, perl-net-imap-simple/trunk/PKGBUILD)
Deleted:
  perl-net-imap-simple/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-19 20:12:22 UTC (rev 111546)
+++ PKGBUILD2014-05-19 20:12:30 UTC (rev 111547)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=perl-net-imap-simple
-pkgver=1.2204
-pkgrel=1
-pkgdesc=Net::IMAP::Simple - a simple IMAP access library
-arch=(any)
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Net-IMAP-Simple/;
-depends=('perl=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/J/JE/JETTERO/Net-IMAP-Simple-${pkgver}.tar.gz)
-md5sums=('addb27081d85150edd68f3436a072ec8')
-
-build() {
-  cd $srcdir/Net-IMAP-Simple-${pkgver}
-  yes n | perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Net-IMAP-Simple-${pkgver}
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name perllocal.pod -delete
-  find $pkgdir -name .packlist -delete
-}

Copied: perl-net-imap-simple/repos/community-any/PKGBUILD (from rev 111546, 
perl-net-imap-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-19 20:12:30 UTC (rev 111547)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-net-imap-simple
+pkgver=1.2205
+pkgrel=1
+pkgdesc=Net::IMAP::Simple - a simple IMAP access library
+arch=(any)
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Net-IMAP-Simple/;
+depends=('perl=5.10.0')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/J/JE/JETTERO/Net-IMAP-Simple-${pkgver}.tar.gz)
+md5sums=('618e78030753891e2bf628029bc69288')
+
+build() {
+  cd $srcdir/Net-IMAP-Simple-${pkgver}
+  yes n | perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Net-IMAP-Simple-${pkgver}
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name perllocal.pod -delete
+  find $pkgdir -name .packlist -delete
+}



[arch-commits] Commit in perl-poe-component-ikc/trunk (PKGBUILD)

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 22:12:33
  Author: spupykin
Revision: 111548

upgpkg: perl-poe-component-ikc 0.2401-1

upd

Modified:
  perl-poe-component-ikc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 20:12:30 UTC (rev 111547)
+++ PKGBUILD2014-05-19 20:12:33 UTC (rev 111548)
@@ -3,7 +3,7 @@
 # Maintainer: Charles Mauch cma...@gmail.com
 
 pkgname=perl-poe-component-ikc
-pkgver=0.2305
+pkgver=0.2401
 pkgrel=1
 pkgdesc=Perl/CPAN Module POE::Component::IKC
 arch=(any)
@@ -12,7 +12,7 @@
 makedepends=(perl-poe)
 depends=(perl-poe)
 
source=(http://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-IKC-$pkgver.tar.gz;)
-md5sums=('b1b3a348e8d5f935d4a7995aea4139ee')
+md5sums=('66107a16e56ecb9a1ff266bb456d3121')
 
 build() {
   cd $srcdir/POE-Component-IKC-$pkgver



[arch-commits] Commit in perl-net-imap-simple/trunk (PKGBUILD)

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 22:12:22
  Author: spupykin
Revision: 111546

upgpkg: perl-net-imap-simple 1.2205-1

upd

Modified:
  perl-net-imap-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 20:12:19 UTC (rev 111545)
+++ PKGBUILD2014-05-19 20:12:22 UTC (rev 111546)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=perl-net-imap-simple
-pkgver=1.2204
+pkgver=1.2205
 pkgrel=1
 pkgdesc=Net::IMAP::Simple - a simple IMAP access library
 arch=(any)
@@ -10,7 +10,7 @@
 depends=('perl=5.10.0')
 options=(!emptydirs)
 
source=(http://search.cpan.org/CPAN/authors/id/J/JE/JETTERO/Net-IMAP-Simple-${pkgver}.tar.gz)
-md5sums=('addb27081d85150edd68f3436a072ec8')
+md5sums=('618e78030753891e2bf628029bc69288')
 
 build() {
   cd $srcdir/Net-IMAP-Simple-${pkgver}



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

2014-05-19 Thread Anatol Pomozov
Date: Tuesday, May 20, 2014 @ 00:27:09
  Author: anatolik
Revision: 111550

upgpkg: gdesklets 0.36.3-5

Rebuild for libgtop so bump

Modified:
  gdesklets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 20:12:41 UTC (rev 111549)
+++ PKGBUILD2014-05-19 22:27:09 UTC (rev 111550)
@@ -5,7 +5,7 @@
 
 pkgname=gdesklets
 pkgver=0.36.3
-pkgrel=4
+pkgrel=5
 pkgdesc=System for bringing mini programs (desklets) onto your desktop
 arch=('i686' 'x86_64')
 url=https://launchpad.net/gdesklets;
@@ -41,6 +41,8 @@
 }
 
 build() {
+  cd $srcdir/$pkgname-$pkgver
+
   autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-static \



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

2014-05-19 Thread Anatol Pomozov
Date: Tuesday, May 20, 2014 @ 00:28:02
  Author: anatolik
Revision: 111551

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

Added:
  gdesklets/repos/staging-i686/
  gdesklets/repos/staging-i686/PKGBUILD
(from rev 111550, gdesklets/trunk/PKGBUILD)
  gdesklets/repos/staging-i686/fix-vfs.patch
(from rev 111550, gdesklets/trunk/fix-vfs.patch)
  gdesklets/repos/staging-i686/gdesklets-core-0.36.3-.in-files.patch
(from rev 111550, gdesklets/trunk/gdesklets-core-0.36.3-.in-files.patch)
  gdesklets/repos/staging-i686/gdesklets.install
(from rev 111550, gdesklets/trunk/gdesklets.install)
  gdesklets/repos/staging-i686/make-gconf-optional.patch
(from rev 111550, gdesklets/trunk/make-gconf-optional.patch)
  gdesklets/repos/staging-x86_64/
  gdesklets/repos/staging-x86_64/PKGBUILD
(from rev 111550, gdesklets/trunk/PKGBUILD)
  gdesklets/repos/staging-x86_64/fix-vfs.patch
(from rev 111550, gdesklets/trunk/fix-vfs.patch)
  gdesklets/repos/staging-x86_64/gdesklets-core-0.36.3-.in-files.patch
(from rev 111550, gdesklets/trunk/gdesklets-core-0.36.3-.in-files.patch)
  gdesklets/repos/staging-x86_64/gdesklets.install
(from rev 111550, gdesklets/trunk/gdesklets.install)
  gdesklets/repos/staging-x86_64/make-gconf-optional.patch
(from rev 111550, gdesklets/trunk/make-gconf-optional.patch)

--+
 staging-i686/PKGBUILD|   56 ++
 staging-i686/fix-vfs.patch   |   11 +
 staging-i686/gdesklets-core-0.36.3-.in-files.patch   |  149 +
 staging-i686/gdesklets.install   |   13 +
 staging-i686/make-gconf-optional.patch   |   36 
 staging-x86_64/PKGBUILD  |   56 ++
 staging-x86_64/fix-vfs.patch |   11 +
 staging-x86_64/gdesklets-core-0.36.3-.in-files.patch |  149 +
 staging-x86_64/gdesklets.install |   13 +
 staging-x86_64/make-gconf-optional.patch |   36 
 10 files changed, 530 insertions(+)

Copied: gdesklets/repos/staging-i686/PKGBUILD (from rev 111550, 
gdesklets/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-19 22:28:02 UTC (rev 111551)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: nifan car...@nifan.tk
+# Contributor: Roman Kyrylych ro...@archlinux.org
+
+pkgname=gdesklets
+pkgver=0.36.3
+pkgrel=5
+pkgdesc=System for bringing mini programs (desklets) onto your desktop
+arch=('i686' 'x86_64')
+url=https://launchpad.net/gdesklets;
+license=('GPL') 
+depends=('libgtop' 'librsvg' 'pygtk' 'desktop-file-utils' 'gnome-icon-theme' 
'xdg-utils')
+makedepends=('gnome-python' 'intltool')
+install=$pkgname.install
+source=(https://launchpad.net/gdesklets/0.3x/release-of-$pkgver/+download/$pkgname-$pkgver.tar.bz2
+gdesklets-core-0.36.3-.in-files.patch
+fix-vfs.patch
+make-gconf-optional.patch)
+md5sums=('60c0c4e7301b3e653702b6fe5bf7e698'
+ '27839bbefc2f6664ff31cff2d48dfeed'
+ '55ac07d16a571f29033495307c4d0f0c'
+ '45e81dd0fb20157bb840d006c3a4e2ea')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Build fix
+  patch -Np0 -i $srcdir/gdesklets-core-0.36.3-.in-files.patch
+
+  # Runtime fix without gnome-vfs
+  patch -Np1 -i $srcdir/fix-vfs.patch
+
+  # Make gconf dependency optional
+  patch -Np1 -i $srcdir/make-gconf-optional.patch
+
+  # Python2 fix
+  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+  sed -i 's/python -c/$PYTHON -c/' configure.ac
+  sed -i 's/python/python2/' shell/plugins/PackageInstaller/__init__.py
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Copied: gdesklets/repos/staging-i686/fix-vfs.patch (from rev 111550, 
gdesklets/trunk/fix-vfs.patch)
===
--- staging-i686/fix-vfs.patch  (rev 0)
+++ staging-i686/fix-vfs.patch  2014-05-19 22:28:02 UTC (rev 111551)
@@ -0,0 +1,11 @@
+diff -Naur gdesklets-0.36.3.orig/utils/vfs.py gdesklets-0.36.3/utils/vfs.py
+--- gdesklets-0.36.3.orig/utils/vfs.py 2008-03-20 00:00:59.0 +0100
 gdesklets-0.36.3/utils/vfs.py  2012-01-10 03:40:42.026593299 +0100
+@@ -21,7 +21,6 @@
+ OPEN_WRITE = gnomevfs.OPEN_WRITE
+ 
+ except ImportError:
+-log(Using urllib, because gnomevfs isn't available)
+ OPEN_READ = r
+ OPEN_WRITE = w
+ 

Copied: gdesklets/repos/staging-i686/gdesklets-core-0.36.3-.in-files.patch 
(from rev 111550, 

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

2014-05-19 Thread Anatol Pomozov
Date: Tuesday, May 20, 2014 @ 00:30:02
  Author: anatolik
Revision: 111552

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

Added:
  gdesklets/repos/community-staging-i686/
  gdesklets/repos/community-staging-i686/PKGBUILD
(from rev 111551, gdesklets/trunk/PKGBUILD)
  gdesklets/repos/community-staging-i686/fix-vfs.patch
(from rev 111551, gdesklets/trunk/fix-vfs.patch)
  gdesklets/repos/community-staging-i686/gdesklets-core-0.36.3-.in-files.patch
(from rev 111551, gdesklets/trunk/gdesklets-core-0.36.3-.in-files.patch)
  gdesklets/repos/community-staging-i686/gdesklets.install
(from rev 111551, gdesklets/trunk/gdesklets.install)
  gdesklets/repos/community-staging-i686/make-gconf-optional.patch
(from rev 111551, gdesklets/trunk/make-gconf-optional.patch)
  gdesklets/repos/community-staging-x86_64/
  gdesklets/repos/community-staging-x86_64/PKGBUILD
(from rev 111551, gdesklets/trunk/PKGBUILD)
  gdesklets/repos/community-staging-x86_64/fix-vfs.patch
(from rev 111551, gdesklets/trunk/fix-vfs.patch)
  gdesklets/repos/community-staging-x86_64/gdesklets-core-0.36.3-.in-files.patch
(from rev 111551, gdesklets/trunk/gdesklets-core-0.36.3-.in-files.patch)
  gdesklets/repos/community-staging-x86_64/gdesklets.install
(from rev 111551, gdesklets/trunk/gdesklets.install)
  gdesklets/repos/community-staging-x86_64/make-gconf-optional.patch
(from rev 111551, gdesklets/trunk/make-gconf-optional.patch)

+
 community-staging-i686/PKGBUILD|   56 +++
 community-staging-i686/fix-vfs.patch   |   11 
 community-staging-i686/gdesklets-core-0.36.3-.in-files.patch   |  149 
++
 community-staging-i686/gdesklets.install   |   13 
 community-staging-i686/make-gconf-optional.patch   |   36 ++
 community-staging-x86_64/PKGBUILD  |   56 +++
 community-staging-x86_64/fix-vfs.patch |   11 
 community-staging-x86_64/gdesklets-core-0.36.3-.in-files.patch |  149 
++
 community-staging-x86_64/gdesklets.install |   13 
 community-staging-x86_64/make-gconf-optional.patch |   36 ++
 10 files changed, 530 insertions(+)

Copied: gdesklets/repos/community-staging-i686/PKGBUILD (from rev 111551, 
gdesklets/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-19 22:30:02 UTC (rev 111552)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: nifan car...@nifan.tk
+# Contributor: Roman Kyrylych ro...@archlinux.org
+
+pkgname=gdesklets
+pkgver=0.36.3
+pkgrel=5
+pkgdesc=System for bringing mini programs (desklets) onto your desktop
+arch=('i686' 'x86_64')
+url=https://launchpad.net/gdesklets;
+license=('GPL') 
+depends=('libgtop' 'librsvg' 'pygtk' 'desktop-file-utils' 'gnome-icon-theme' 
'xdg-utils')
+makedepends=('gnome-python' 'intltool')
+install=$pkgname.install
+source=(https://launchpad.net/gdesklets/0.3x/release-of-$pkgver/+download/$pkgname-$pkgver.tar.bz2
+gdesklets-core-0.36.3-.in-files.patch
+fix-vfs.patch
+make-gconf-optional.patch)
+md5sums=('60c0c4e7301b3e653702b6fe5bf7e698'
+ '27839bbefc2f6664ff31cff2d48dfeed'
+ '55ac07d16a571f29033495307c4d0f0c'
+ '45e81dd0fb20157bb840d006c3a4e2ea')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Build fix
+  patch -Np0 -i $srcdir/gdesklets-core-0.36.3-.in-files.patch
+
+  # Runtime fix without gnome-vfs
+  patch -Np1 -i $srcdir/fix-vfs.patch
+
+  # Make gconf dependency optional
+  patch -Np1 -i $srcdir/make-gconf-optional.patch
+
+  # Python2 fix
+  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+  sed -i 's/python -c/$PYTHON -c/' configure.ac
+  sed -i 's/python/python2/' shell/plugins/PackageInstaller/__init__.py
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Copied: gdesklets/repos/community-staging-i686/fix-vfs.patch (from rev 111551, 
gdesklets/trunk/fix-vfs.patch)
===
--- community-staging-i686/fix-vfs.patch(rev 0)
+++ community-staging-i686/fix-vfs.patch2014-05-19 22:30:02 UTC (rev 
111552)
@@ -0,0 +1,11 @@
+diff -Naur gdesklets-0.36.3.orig/utils/vfs.py gdesklets-0.36.3/utils/vfs.py
+--- gdesklets-0.36.3.orig/utils/vfs.py 2008-03-20 00:00:59.0 +0100
 gdesklets-0.36.3/utils/vfs.py  2012-01-10 03:40:42.026593299 +0100
+@@ -21,7 +21,6 @@
+ 

[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)

2014-05-19 Thread Eric Bélanger
Date: Tuesday, May 20, 2014 @ 03:04:04
  Author: eric
Revision: 213322

upgpkg: perl-io-socket-ssl 1.988-1

Upstream update

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 19:48:52 UTC (rev 213321)
+++ PKGBUILD2014-05-20 01:04:04 UTC (rev 213322)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=perl-io-socket-ssl
-pkgver=1.984
+pkgver=1.988
 pkgrel=1
 pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('perl-io-socket-inet6')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('16f45ccb7c605591943465d55fa6fdec65a3e631')
+sha1sums=('f2f7927d79634f8318c53cf97187618bd8412a64')
 
 build() {
   cd IO-Socket-SSL-${pkgver}



[arch-commits] Commit in perl-io-socket-ssl/repos/extra-any (PKGBUILD PKGBUILD)

2014-05-19 Thread Eric Bélanger
Date: Tuesday, May 20, 2014 @ 03:05:38
  Author: eric
Revision: 213323

archrelease: copy trunk to extra-any

Added:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD
(from rev 213322, perl-io-socket-ssl/trunk/PKGBUILD)
Deleted:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-20 01:04:04 UTC (rev 213322)
+++ PKGBUILD2014-05-20 01:05:38 UTC (rev 213323)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=perl-io-socket-ssl
-pkgver=1.984
-pkgrel=1
-pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/IO-Socket-SSL/;
-depends=('perl-net-ssleay' 'perl' 'perl-uri')
-checkdepends=('perl-io-socket-inet6')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('16f45ccb7c605591943465d55fa6fdec65a3e631')
-
-build() {
-  cd IO-Socket-SSL-${pkgver}
-  yes | perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd IO-Socket-SSL-${pkgver}
-  make test
-}
-
-package() {
-  cd IO-Socket-SSL-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-io-socket-ssl/repos/extra-any/PKGBUILD (from rev 213322, 
perl-io-socket-ssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-20 01:05:38 UTC (rev 213323)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=perl-io-socket-ssl
+pkgver=1.988
+pkgrel=1
+pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/IO-Socket-SSL/;
+depends=('perl-net-ssleay' 'perl' 'perl-uri')
+checkdepends=('perl-io-socket-inet6')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
+sha1sums=('f2f7927d79634f8318c53cf97187618bd8412a64')
+
+build() {
+  cd IO-Socket-SSL-${pkgver}
+  yes | perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd IO-Socket-SSL-${pkgver}
+  make test
+}
+
+package() {
+  cd IO-Socket-SSL-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2014-05-19 Thread Eric Bélanger
Date: Tuesday, May 20, 2014 @ 03:27:54
  Author: eric
Revision: 111553

upgpkg: gerbv 2.6.1-3

Remove optdepends on obsolete gdk-pixbuf, Clean up depends, Make install script 
quiet

Modified:
  gerbv/trunk/PKGBUILD
  gerbv/trunk/gerbv.install

---+
 PKGBUILD  |7 ---
 gerbv.install |8 ++--
 2 files changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-19 22:30:02 UTC (rev 111552)
+++ PKGBUILD2014-05-20 01:27:54 UTC (rev 111553)
@@ -5,17 +5,18 @@
 
 pkgname=gerbv
 pkgver=2.6.1
-pkgrel=2
+pkgrel=3
 pkgdesc=An open source Gerber file (RS-274X only) viewer
 #url=http://gerbv.gpleda.org/;
 url=http://gerbv.geda-project.org/;
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('gtk2' 'shared-mime-info' 'hicolor-icon-theme')
-optdepends=('gdk-pixbuf: export of images' 'cairo: for better graphics')
+depends=('gtk2')
+optdepends=('cairo: for better graphics')
 makedepends=('cvs' 'gettext')
 # cvs for autopoint
 install=$pkgname.install
+changelog=ChangeLog
 source=(http://downloads.sourceforge.net/gerbv/$pkgname-$pkgver.tar.gz;
 reautopointissues.diff)
 md5sums=('9a8af19574025fb15f987c3df610f8ae'

Modified: gerbv.install
===
--- gerbv.install   2014-05-19 22:30:02 UTC (rev 111552)
+++ gerbv.install   2014-05-20 01:27:54 UTC (rev 111553)
@@ -1,10 +1,8 @@
 post_install() {
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
-   echo Updating icon cache...
-   /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
+   /usr/bin/gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
 fi
 if [ -x /usr/bin/update-desktop-database ]; then
-   echo Updating desktop database..
/usr/bin/update-desktop-database /usr/share/applications
 fi
 }
@@ -11,11 +9,9 @@
  
 post_upgrade() {
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
-   echo Updating icon cache...
-   /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
+   /usr/bin/gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
 fi
 if [ -x /usr/bin/update-desktop-database ]; then
-   echo Updating desktop database..
/usr/bin/update-desktop-database /usr/share/applications
 fi
 }



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

2014-05-19 Thread Eric Bélanger
Date: Tuesday, May 20, 2014 @ 03:32:22
  Author: eric
Revision: 111554

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

Added:
  gerbv/repos/community-i686/ChangeLog
(from rev 111553, gerbv/trunk/ChangeLog)
  gerbv/repos/community-i686/PKGBUILD
(from rev 111553, gerbv/trunk/PKGBUILD)
  gerbv/repos/community-i686/gerbv.install
(from rev 111553, gerbv/trunk/gerbv.install)
  gerbv/repos/community-i686/reautopointissues.diff
(from rev 111553, gerbv/trunk/reautopointissues.diff)
  gerbv/repos/community-x86_64/ChangeLog
(from rev 111553, gerbv/trunk/ChangeLog)
  gerbv/repos/community-x86_64/PKGBUILD
(from rev 111553, gerbv/trunk/PKGBUILD)
  gerbv/repos/community-x86_64/gerbv.install
(from rev 111553, gerbv/trunk/gerbv.install)
  gerbv/repos/community-x86_64/reautopointissues.diff
(from rev 111553, gerbv/trunk/reautopointissues.diff)
Deleted:
  gerbv/repos/community-i686/ChangeLog
  gerbv/repos/community-i686/PKGBUILD
  gerbv/repos/community-i686/gerbv.install
  gerbv/repos/community-i686/reautopointissues.diff
  gerbv/repos/community-x86_64/ChangeLog
  gerbv/repos/community-x86_64/PKGBUILD
  gerbv/repos/community-x86_64/gerbv.install
  gerbv/repos/community-x86_64/reautopointissues.diff

-+
 /ChangeLog  |   70 
 /PKGBUILD   |   84 
 /gerbv.install  |   34 
 /reautopointissues.diff | 8236 ++
 community-i686/ChangeLog|   35 
 community-i686/PKGBUILD |   41 
 community-i686/gerbv.install|   21 
 community-i686/reautopointissues.diff   | 4118 ---
 community-x86_64/ChangeLog  |   35 
 community-x86_64/PKGBUILD   |   41 
 community-x86_64/gerbv.install  |   21 
 community-x86_64/reautopointissues.diff | 4118 ---
 12 files changed, 8424 insertions(+), 8430 deletions(-)

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