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

2014-08-10 Thread Jonathan Steel
Date: Sunday, August 10, 2014 @ 12:22:02
  Author: jsteel
Revision: 117089

upgpkg: gnubg 1.03.000-1

Modified:
  gnubg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 05:54:32 UTC (rev 117088)
+++ PKGBUILD2014-08-10 10:22:02 UTC (rev 117089)
@@ -1,9 +1,9 @@
-# Maintainer: jsteel jst...@aur.archlinux.org
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 # Contributor: Stefan Clarke fm0n...@yahoo.co.uk
 
 pkgname=gnubg
-pkgver=1.02.000
+pkgver=1.03.000
 pkgrel=1
 pkgdesc=A world class backgammon application
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=$pkgname.install
 source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
 $pkgname.desktop)
-md5sums=('eef4d08e20f1de40336de1bb3c9cb9ca'
+md5sums=('8447449769e545240bfe4c98c4c26ac1'
  '965f5c7c25f60b27d06cc6fef7befd30')
 
 build() {



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

2014-08-10 Thread Jonathan Steel
Date: Sunday, August 10, 2014 @ 12:22:23
  Author: jsteel
Revision: 117090

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

Added:
  gnubg/repos/community-i686/PKGBUILD
(from rev 117089, gnubg/trunk/PKGBUILD)
  gnubg/repos/community-i686/gnubg.desktop
(from rev 117089, gnubg/trunk/gnubg.desktop)
  gnubg/repos/community-i686/gnubg.install
(from rev 117089, gnubg/trunk/gnubg.install)
  gnubg/repos/community-x86_64/PKGBUILD
(from rev 117089, gnubg/trunk/PKGBUILD)
  gnubg/repos/community-x86_64/gnubg.desktop
(from rev 117089, gnubg/trunk/gnubg.desktop)
  gnubg/repos/community-x86_64/gnubg.install
(from rev 117089, gnubg/trunk/gnubg.install)
Deleted:
  gnubg/repos/community-i686/PKGBUILD
  gnubg/repos/community-i686/gnubg.desktop
  gnubg/repos/community-i686/gnubg.install
  gnubg/repos/community-x86_64/PKGBUILD
  gnubg/repos/community-x86_64/gnubg.desktop
  gnubg/repos/community-x86_64/gnubg.install

+
 /PKGBUILD  |   74 +++
 /gnubg.desktop |   38 
 /gnubg.install |   22 +++
 community-i686/PKGBUILD|   37 ---
 community-i686/gnubg.desktop   |   19 --
 community-i686/gnubg.install   |   11 -
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/gnubg.desktop |   19 --
 community-x86_64/gnubg.install |   11 -
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-10 10:22:02 UTC (rev 117089)
+++ community-i686/PKGBUILD 2014-08-10 10:22:23 UTC (rev 117090)
@@ -1,37 +0,0 @@
-# Maintainer: jsteel jst...@aur.archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Stefan Clarke fm0n...@yahoo.co.uk
-
-pkgname=gnubg
-pkgver=1.02.000
-pkgrel=1
-pkgdesc=A world class backgammon application
-arch=('i686' 'x86_64')
-url=http://www.gnubg.org;
-license=('GPL')
-depends=('python2' 'gtkglext' 'hicolor-icon-theme')
-install=$pkgname.install
-source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
-$pkgname.desktop)
-md5sums=('eef4d08e20f1de40336de1bb3c9cb9ca'
- '965f5c7c25f60b27d06cc6fef7befd30')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./autogen.sh
-
-  ./configure --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc \
---mandir=/usr/share/man
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-}

Copied: gnubg/repos/community-i686/PKGBUILD (from rev 117089, 
gnubg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-10 10:22:23 UTC (rev 117090)
@@ -0,0 +1,37 @@
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Stefan Clarke fm0n...@yahoo.co.uk
+
+pkgname=gnubg
+pkgver=1.03.000
+pkgrel=1
+pkgdesc=A world class backgammon application
+arch=('i686' 'x86_64')
+url=http://www.gnubg.org;
+license=('GPL')
+depends=('python2' 'gtkglext' 'hicolor-icon-theme')
+install=$pkgname.install
+source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
+$pkgname.desktop)
+md5sums=('8447449769e545240bfe4c98c4c26ac1'
+ '965f5c7c25f60b27d06cc6fef7befd30')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./autogen.sh
+
+  ./configure --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc \
+--mandir=/usr/share/man
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 $srcdir/$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+}

Deleted: community-i686/gnubg.desktop
===
--- community-i686/gnubg.desktop2014-08-10 10:22:02 UTC (rev 117089)
+++ community-i686/gnubg.desktop2014-08-10 10:22:23 UTC (rev 117090)
@@ -1,19 +0,0 @@
-[Desktop Entry]
-Name=GNU Backgammon
-Name[hr]=GNU Tavla
-Name[ru]=GNU  Нарды
-Name[sr]=ГНУ Тавла
-GenericName=Backgammon
-GenericName[hr]=Tavla
-GenericName[ru]=Нарды
-GenericName[sr]=Тавла
-Comment=GNU Backgammon
-Comment[hr]=GNU Tavla
-Comment[ru]=GNU Короткие нарды
-Comment[sr]=GNU Тавла
-Exec=gnubg
-Icon=gnubg
-StartupNotify=true
-Terminal=false
-Type=Application
-Categories=GTK;Game;StrategyGame;

Copied: gnubg/repos/community-i686/gnubg.desktop (from rev 117089, 
gnubg/trunk/gnubg.desktop)
===
--- community-i686/gnubg.desktop(rev 0)
+++ community-i686/gnubg.desktop2014-08-10 10:22:23 UTC (rev 117090)
@@ -0,0 +1,19 @@

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

2014-08-10 Thread Jonathan Steel
Date: Sunday, August 10, 2014 @ 12:46:59
  Author: jsteel
Revision: 117091

upgpkg: gnubg 1.03.000-1

Modified:
  gnubg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 10:22:23 UTC (rev 117090)
+++ PKGBUILD2014-08-10 10:46:59 UTC (rev 117091)
@@ -22,7 +22,7 @@
   ./autogen.sh
 
   ./configure --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc \
---mandir=/usr/share/man
+--mandir=/usr/share/man --enable-simd=sse2
 
   make
 }



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

2014-08-10 Thread Jonathan Steel
Date: Sunday, August 10, 2014 @ 12:47:24
  Author: jsteel
Revision: 117092

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

Added:
  gnubg/repos/community-i686/PKGBUILD
(from rev 117091, gnubg/trunk/PKGBUILD)
  gnubg/repos/community-i686/gnubg.desktop
(from rev 117091, gnubg/trunk/gnubg.desktop)
  gnubg/repos/community-i686/gnubg.install
(from rev 117091, gnubg/trunk/gnubg.install)
  gnubg/repos/community-x86_64/PKGBUILD
(from rev 117091, gnubg/trunk/PKGBUILD)
  gnubg/repos/community-x86_64/gnubg.desktop
(from rev 117091, gnubg/trunk/gnubg.desktop)
  gnubg/repos/community-x86_64/gnubg.install
(from rev 117091, gnubg/trunk/gnubg.install)
Deleted:
  gnubg/repos/community-i686/PKGBUILD
  gnubg/repos/community-i686/gnubg.desktop
  gnubg/repos/community-i686/gnubg.install
  gnubg/repos/community-x86_64/PKGBUILD
  gnubg/repos/community-x86_64/gnubg.desktop
  gnubg/repos/community-x86_64/gnubg.install

+
 /PKGBUILD  |   74 +++
 /gnubg.desktop |   38 
 /gnubg.install |   22 +++
 community-i686/PKGBUILD|   37 ---
 community-i686/gnubg.desktop   |   19 --
 community-i686/gnubg.install   |   11 -
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/gnubg.desktop |   19 --
 community-x86_64/gnubg.install |   11 -
 9 files changed, 134 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-10 10:46:59 UTC (rev 117091)
+++ community-i686/PKGBUILD 2014-08-10 10:47:24 UTC (rev 117092)
@@ -1,37 +0,0 @@
-# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Stefan Clarke fm0n...@yahoo.co.uk
-
-pkgname=gnubg
-pkgver=1.03.000
-pkgrel=1
-pkgdesc=A world class backgammon application
-arch=('i686' 'x86_64')
-url=http://www.gnubg.org;
-license=('GPL')
-depends=('python2' 'gtkglext' 'hicolor-icon-theme')
-install=$pkgname.install
-source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
-$pkgname.desktop)
-md5sums=('8447449769e545240bfe4c98c4c26ac1'
- '965f5c7c25f60b27d06cc6fef7befd30')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./autogen.sh
-
-  ./configure --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc \
---mandir=/usr/share/man
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-}

Copied: gnubg/repos/community-i686/PKGBUILD (from rev 117091, 
gnubg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-10 10:47:24 UTC (rev 117092)
@@ -0,0 +1,37 @@
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Stefan Clarke fm0n...@yahoo.co.uk
+
+pkgname=gnubg
+pkgver=1.03.000
+pkgrel=1
+pkgdesc=A world class backgammon application
+arch=('i686' 'x86_64')
+url=http://www.gnubg.org;
+license=('GPL')
+depends=('python2' 'gtkglext' 'hicolor-icon-theme')
+install=$pkgname.install
+source=($url/media/sources/$pkgname-release-$pkgver-sources.tar.gz
+$pkgname.desktop)
+md5sums=('8447449769e545240bfe4c98c4c26ac1'
+ '965f5c7c25f60b27d06cc6fef7befd30')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./autogen.sh
+
+  ./configure --prefix=/usr --bindir=/usr/bin --sysconfdir=/etc \
+--mandir=/usr/share/man --enable-simd=sse2
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 $srcdir/$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+}

Deleted: community-i686/gnubg.desktop
===
--- community-i686/gnubg.desktop2014-08-10 10:46:59 UTC (rev 117091)
+++ community-i686/gnubg.desktop2014-08-10 10:47:24 UTC (rev 117092)
@@ -1,19 +0,0 @@
-[Desktop Entry]
-Name=GNU Backgammon
-Name[hr]=GNU Tavla
-Name[ru]=GNU  Нарды
-Name[sr]=ГНУ Тавла
-GenericName=Backgammon
-GenericName[hr]=Tavla
-GenericName[ru]=Нарды
-GenericName[sr]=Тавла
-Comment=GNU Backgammon
-Comment[hr]=GNU Tavla
-Comment[ru]=GNU Короткие нарды
-Comment[sr]=GNU Тавла
-Exec=gnubg
-Icon=gnubg
-StartupNotify=true
-Terminal=false
-Type=Application
-Categories=GTK;Game;StrategyGame;

Copied: gnubg/repos/community-i686/gnubg.desktop (from rev 117091, 
gnubg/trunk/gnubg.desktop)
===
--- community-i686/gnubg.desktop(rev 0)
+++ community-i686/gnubg.desktop2014-08-10 10:47:24 UTC (rev 

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

2014-08-10 Thread Felix Yan
Date: Sunday, August 10, 2014 @ 13:09:17
  Author: fyan
Revision: 117093

upgpkg: shadowsocks 2.1.0-1

Modified:
  shadowsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 10:47:24 UTC (rev 117092)
+++ PKGBUILD2014-08-10 11:09:17 UTC (rev 117093)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@gmail.com
 
 pkgname=shadowsocks
-pkgver=2.0.12
+pkgver=2.1.0
 pkgrel=1
 pkgdesc=A lightweight tunnel proxy
 license=(MIT)
@@ -36,7 +36,7 @@
   install -Dm644 $srcdir/$pkgname-LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-sha512sums=('d2da9c7f230e7a9d71f487a76ed59985031cbc3d264b69fcb63b7f563047fab45efcdf3977ac33f7866b95f62c35e31178cb48e8d50ae36df0e796ce2a4a20bf'
+sha512sums=('7596487d45f2a0658234b15c0ff7895ec9d75cb892ed593578fa9a7d23f52d93e2a14e0a8e2690f3170aeeaa8dfe7650c685f8f150c176e60f7d50cec7051f73'
 
'88abf42d51d7b7baa2b9cef016bfd194373fd178980c2c6f1bbb3ce31d3267dfca71efb013c6596c57c0390fdb95d716ff4acca97bdf960e56e9edf16f770352'
 
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
 
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')



[arch-commits] Commit in shadowsocks/repos/community-any (8 files)

2014-08-10 Thread Felix Yan
Date: Sunday, August 10, 2014 @ 13:09:44
  Author: fyan
Revision: 117094

archrelease: copy trunk to community-any

Added:
  shadowsocks/repos/community-any/PKGBUILD
(from rev 117093, shadowsocks/trunk/PKGBUILD)
  shadowsocks/repos/community-any/shadowsocks-server@.service
(from rev 117093, shadowsocks/trunk/shadowsocks-server@.service)
  shadowsocks/repos/community-any/shadowsocks.install
(from rev 117093, shadowsocks/trunk/shadowsocks.install)
  shadowsocks/repos/community-any/shadowsocks@.service
(from rev 117093, shadowsocks/trunk/shadowsocks@.service)
Deleted:
  shadowsocks/repos/community-any/PKGBUILD
  shadowsocks/repos/community-any/shadowsocks-server@.service
  shadowsocks/repos/community-any/shadowsocks.install
  shadowsocks/repos/community-any/shadowsocks@.service

-+
 PKGBUILD|   84 +-
 shadowsocks-server@.service |   24 ++--
 shadowsocks.install |   10 ++---
 shadowsocks@.service|   24 ++--
 4 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-10 11:09:17 UTC (rev 117093)
+++ PKGBUILD2014-08-10 11:09:44 UTC (rev 117094)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgname=shadowsocks
-pkgver=2.0.12
-pkgrel=1
-pkgdesc=A lightweight tunnel proxy
-license=(MIT)
-url=http://pypi.python.org/pypi/shadowsocks;
-depends=('python2' 'python2-setuptools')
-optdepends=('python2-m2crypto: For any encryption method other than table'
-'python2-numpy: For salsa20 support'
-'python2-salsa20: For salsa20 support')
-source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
-
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
-shadowsocks@.service
-shadowsocks-server@.service)
-arch=('any')
-install=${pkgname}.install
-
-prepare() {
-  cd shadowsocks-$pkgver/shadowsocks
-  # python2 fix
-  sed -e 's_#!/usr/bin/env python$_#!/usr/bin/env python2_' \
-  -e 's_#!/usr/bin/python$_#!/usr/bin/python2_' \
-  -i local.py server.py encrypt.py __init__.py utils.py
-}
-
-package() {
-  cd $srcdir/shadowsocks-$pkgver
-  python2 setup.py install -O1 --root=$pkgdir
-  
-  install -d $pkgdir/etc/shadowsocks
-  install -Dm644 $srcdir/shadowsocks@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks@.service
-  install -Dm644 $srcdir/shadowsocks-server@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service
-  install -Dm644 $srcdir/$pkgname-LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha512sums=('d2da9c7f230e7a9d71f487a76ed59985031cbc3d264b69fcb63b7f563047fab45efcdf3977ac33f7866b95f62c35e31178cb48e8d50ae36df0e796ce2a4a20bf'
-
'88abf42d51d7b7baa2b9cef016bfd194373fd178980c2c6f1bbb3ce31d3267dfca71efb013c6596c57c0390fdb95d716ff4acca97bdf960e56e9edf16f770352'
-
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
-
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')

Copied: shadowsocks/repos/community-any/PKGBUILD (from rev 117093, 
shadowsocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-10 11:09:44 UTC (rev 117094)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgname=shadowsocks
+pkgver=2.1.0
+pkgrel=1
+pkgdesc=A lightweight tunnel proxy
+license=(MIT)
+url=http://pypi.python.org/pypi/shadowsocks;
+depends=('python2' 'python2-setuptools')
+optdepends=('python2-m2crypto: For any encryption method other than table'
+'python2-numpy: For salsa20 support'
+'python2-salsa20: For salsa20 support')
+source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
+
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
+shadowsocks@.service
+shadowsocks-server@.service)
+arch=('any')
+install=${pkgname}.install
+
+prepare() {
+  cd shadowsocks-$pkgver/shadowsocks
+  # python2 fix
+  sed -e 's_#!/usr/bin/env python$_#!/usr/bin/env python2_' \
+  -e 's_#!/usr/bin/python$_#!/usr/bin/python2_' \
+  -i local.py server.py encrypt.py __init__.py utils.py
+}
+
+package() {
+  cd $srcdir/shadowsocks-$pkgver
+  python2 setup.py install -O1 --root=$pkgdir
+  
+  install -d $pkgdir/etc/shadowsocks
+  install -Dm644 $srcdir/shadowsocks@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks@.service
+  install -Dm644 $srcdir/shadowsocks-server@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service
+  install -Dm644 $srcdir/$pkgname-LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

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

2014-08-10 Thread Jelle van der Waa
Date: Sunday, August 10, 2014 @ 15:14:08
  Author: jelle
Revision: 117095

fix FS#41509, fix make test

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 11:09:44 UTC (rev 117094)
+++ PKGBUILD2014-08-10 13:14:08 UTC (rev 117095)
@@ -27,7 +27,7 @@
 check() {
cd ${pkgname}-${pkgver}
 
-   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=./cfg  HAVE_RULES=yes test
+   LANG='en_US.UTF-8' make CFGDIR=./cfg  HAVE_RULES=yes test
 }
 
 package() {



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

2014-08-10 Thread Kyle Keen
Date: Sunday, August 10, 2014 @ 16:19:49
  Author: kkeen
Revision: 117096

upgpkg: puzzles 10212-1

Modified:
  puzzles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 13:14:08 UTC (rev 117095)
+++ PKGBUILD2014-08-10 14:19:49 UTC (rev 117096)
@@ -3,7 +3,7 @@
 # Maintainer: schuay jakob.gru...@gmail.com
 
 pkgname=puzzles
-pkgver=10146
+pkgver=10212
 pkgrel=1
 pkgdesc=Simon Tatham's Portable Puzzle Collection
 arch=('i686' 'x86_64')



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

2014-08-10 Thread Kyle Keen
Date: Sunday, August 10, 2014 @ 16:21:50
  Author: kkeen
Revision: 117097

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-10 14:19:49 UTC (rev 117096)
+++ community-i686/PKGBUILD 2014-08-10 14:21:50 UTC (rev 117097)
@@ -1,39 +0,0 @@
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=puzzles
-pkgver=10146
-pkgrel=1
-pkgdesc=Simon Tatham's Portable Puzzle Collection
-arch=('i686' 'x86_64')
-url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
-license=('MIT')
-makedepends=('pkgconfig' 'subversion')
-depends=('gtk2')
-source=(svn://svn.tartarus.org/sgt/puzzles#revision=$pkgver)
-md5sums=(SKIP)
-
-build() {
-cd ${srcdir}/${pkgname}
-
-./mkfiles.pl
-
-sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
-
-make -f Makefile.gtk prefix=/usr
-}
-
-package() {
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
-
-#fix FS#14600
-mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
-mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
-mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
-}

Copied: puzzles/repos/community-i686/PKGBUILD (from rev 117096, 
puzzles/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-10 14:21:50 UTC (rev 117097)
@@ -0,0 +1,39 @@
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=puzzles
+pkgver=10212
+pkgrel=1
+pkgdesc=Simon Tatham's Portable Puzzle Collection
+arch=('i686' 'x86_64')
+url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
+license=('MIT')
+makedepends=('pkgconfig' 'subversion')
+depends=('gtk2')
+source=(svn://svn.tartarus.org/sgt/puzzles#revision=$pkgver)
+md5sums=(SKIP)
+
+build() {
+cd ${srcdir}/${pkgname}
+
+./mkfiles.pl
+
+sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
+
+make -f Makefile.gtk prefix=/usr
+}
+
+package() {
+cd ${srcdir}/${pkgname}
+
+install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
+install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
+
+make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
+
+#fix FS#14600
+mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
+mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
+mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-10 14:19:49 UTC (rev 117096)
+++ community-x86_64/PKGBUILD   2014-08-10 14:21:50 UTC (rev 117097)
@@ -1,39 +0,0 @@
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=puzzles
-pkgver=10146
-pkgrel=1
-pkgdesc=Simon Tatham's Portable Puzzle Collection
-arch=('i686' 'x86_64')
-url=http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
-license=('MIT')
-makedepends=('pkgconfig' 'subversion')
-depends=('gtk2')
-source=(svn://svn.tartarus.org/sgt/puzzles#revision=$pkgver)
-md5sums=(SKIP)
-
-build() {
-cd ${srcdir}/${pkgname}
-
-./mkfiles.pl
-
-sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
-
-make -f Makefile.gtk prefix=/usr
-}
-
-package() {
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
-
-#fix FS#14600
-mv ${pkgdir}/usr/bin/net ${pkgdir}/usr/bin/puzzles-net
-mv ${pkgdir}/usr/bin/cube ${pkgdir}/usr/bin/puzzles-cube
-mv ${pkgdir}/usr/bin/blackbox ${pkgdir}/usr/bin/puzzles-blackbox
-}

Copied: puzzles/repos/community-x86_64/PKGBUILD (from rev 117096, 
puzzles/trunk/PKGBUILD)

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

2014-08-10 Thread Felix Yan
Date: Sunday, August 10, 2014 @ 16:48:30
  Author: fyan
Revision: 117098

upgpkg: shutter 0.92-1

Modified:
  shutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 14:21:50 UTC (rev 117097)
+++ PKGBUILD2014-08-10 14:48:30 UTC (rev 117098)
@@ -6,8 +6,8 @@
 # Contributor: TDY t...@gmx.com
 
 pkgname=shutter
-pkgver=0.91
-pkgrel=2
+pkgver=0.92
+pkgrel=1
 pkgdesc=a featureful screenshot tool (formerly gscrot)
 arch=('i686' 'x86_64')
 url=http://shutter-project.org/;
@@ -21,6 +21,7 @@
 'gnome-web-photo: Support for capturing websites')
#'perl-gtk2-appindicator: AppIndicator support')
 
source=(http://shutter-project.org/wp-content/uploads/releases/tars/$pkgname-$pkgver.tar.gz;)
+md5sums=('95d849c387deceaa0767a859004103db')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
@@ -37,4 +38,3 @@
   cp -a share $pkgdir/usr/
 }
 
-md5sums=('9775b904dd4e75b87f5e51bb861c74ad')



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

2014-08-10 Thread Felix Yan
Date: Sunday, August 10, 2014 @ 16:49:01
  Author: fyan
Revision: 117099

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-10 14:48:30 UTC (rev 117098)
+++ community-i686/PKGBUILD 2014-08-10 14:49:01 UTC (rev 117099)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Caleb Maclennan ca...@alerque.com
-# Contributor: Shanto sha...@hotmail.com
-# Contributor: Athurg ath...@gooth.cn
-# Contributor: TDY t...@gmx.com
-
-pkgname=shutter
-pkgver=0.91
-pkgrel=2
-pkgdesc=a featureful screenshot tool (formerly gscrot)
-arch=('i686' 'x86_64')
-url=http://shutter-project.org/;
-license=('GPL3')
-depends=(xdg-utils libxml-perl imagemagick bc procps librsvg gnome-perl
- perl-{gnome2-wnck,gtk2-{imageview,unique},x11-protocol,image-exiftool}
- perl-{proc-{simple,processtable},net-{dbus,dropbox-api},goo-canvas}
- 
perl-{sort-naturally,json,json-xs,xml-simple,www-mechanize,locale-gettext}
- perl-{file-{which,basedir,copy-recursive},path-class})
-optdepends=('nautilus-sendto: Send To functionality in right-click and main 
menu'
-'gnome-web-photo: Support for capturing websites')
-   #'perl-gtk2-appindicator: AppIndicator support')
-source=(http://shutter-project.org/wp-content/uploads/releases/tars/$pkgname-$pkgver.tar.gz;)
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Fix tray icon under many icon themes, from Gentoo
-  sed -e /\$tray-set_from_icon_name/s:set_from_icon_name:set_from_file: \
-  -e s:shutter-panel:/usr/share/icons/hicolor/scalable/apps/.svg: \
-  -i bin/shutter
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -Dm755 bin/$pkgname $pkgdir/usr/bin/$pkgname
-  cp -a share $pkgdir/usr/
-}
-
-md5sums=('9775b904dd4e75b87f5e51bb861c74ad')

Copied: shutter/repos/community-i686/PKGBUILD (from rev 117098, 
shutter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-10 14:49:01 UTC (rev 117099)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Caleb Maclennan ca...@alerque.com
+# Contributor: Shanto sha...@hotmail.com
+# Contributor: Athurg ath...@gooth.cn
+# Contributor: TDY t...@gmx.com
+
+pkgname=shutter
+pkgver=0.92
+pkgrel=1
+pkgdesc=a featureful screenshot tool (formerly gscrot)
+arch=('i686' 'x86_64')
+url=http://shutter-project.org/;
+license=('GPL3')
+depends=(xdg-utils libxml-perl imagemagick bc procps librsvg gnome-perl
+ perl-{gnome2-wnck,gtk2-{imageview,unique},x11-protocol,image-exiftool}
+ perl-{proc-{simple,processtable},net-{dbus,dropbox-api},goo-canvas}
+ 
perl-{sort-naturally,json,json-xs,xml-simple,www-mechanize,locale-gettext}
+ perl-{file-{which,basedir,copy-recursive},path-class})
+optdepends=('nautilus-sendto: Send To functionality in right-click and main 
menu'
+'gnome-web-photo: Support for capturing websites')
+   #'perl-gtk2-appindicator: AppIndicator support')
+source=(http://shutter-project.org/wp-content/uploads/releases/tars/$pkgname-$pkgver.tar.gz;)
+md5sums=('95d849c387deceaa0767a859004103db')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Fix tray icon under many icon themes, from Gentoo
+  sed -e /\$tray-set_from_icon_name/s:set_from_icon_name:set_from_file: \
+  -e s:shutter-panel:/usr/share/icons/hicolor/scalable/apps/.svg: \
+  -i bin/shutter
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -Dm755 bin/$pkgname $pkgdir/usr/bin/$pkgname
+  cp -a share $pkgdir/usr/
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-10 14:48:30 UTC (rev 117098)
+++ community-x86_64/PKGBUILD   2014-08-10 14:49:01 UTC (rev 117099)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Caleb Maclennan ca...@alerque.com
-# Contributor: Shanto sha...@hotmail.com
-# Contributor: Athurg ath...@gooth.cn
-# Contributor: TDY t...@gmx.com
-
-pkgname=shutter
-pkgver=0.91
-pkgrel=2
-pkgdesc=a featureful screenshot tool (formerly gscrot)
-arch=('i686' 'x86_64')
-url=http://shutter-project.org/;
-license=('GPL3')
-depends=(xdg-utils 

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

2014-08-10 Thread Felix Yan
Date: Sunday, August 10, 2014 @ 16:55:05
  Author: fyan
Revision: 219506

upgpkg: perl-extutils-depends 0.400-1

Modified:
  perl-extutils-depends/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-09 15:23:55 UTC (rev 219505)
+++ PKGBUILD2014-08-10 14:55:05 UTC (rev 219506)
@@ -5,7 +5,7 @@
 # Contributor: Arjan Timmerman ar...@soulfly.nl
 
 pkgname=perl-extutils-depends
-pkgver=0.309
+pkgver=0.400
 pkgrel=1
 pkgdesc=The Perl depends module
 arch=('any')
@@ -13,8 +13,8 @@
 license=('PerlArtistic')
 depends=('perl')
 options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-${pkgver}.tar.gz;)
-md5sums=('296b263773de070a9f96d76dbb248cca')
+source=(http://www.cpan.org/authors/id/T/TS/TSCH/ExtUtils-Depends-${pkgver}.tar.gz;)
+md5sums=('3c876c8199aec7c59d1b5df9fdaffd58')
 
 build() {
   cd ExtUtils-Depends-${pkgver}



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

2014-08-10 Thread Felix Yan
Date: Sunday, August 10, 2014 @ 16:55:25
  Author: fyan
Revision: 219507

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-10 14:55:05 UTC (rev 219506)
+++ PKGBUILD2014-08-10 14:55:25 UTC (rev 219507)
@@ -1,33 +0,0 @@
-# $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.309
-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=('296b263773de070a9f96d76dbb248cca')
-
-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 219506, 
perl-extutils-depends/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-10 14:55:25 UTC (rev 219507)
@@ -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.400
+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/T/TS/TSCH/ExtUtils-Depends-${pkgver}.tar.gz;)
+md5sums=('3c876c8199aec7c59d1b5df9fdaffd58')
+
+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 stuntrally/trunk (PKGBUILD)

2014-08-10 Thread Sven-Hendrik Haase
Date: Sunday, August 10, 2014 @ 18:58:02
  Author: svenstaro
Revision: 117100

upgpkg: stuntrally 2.4-1

upstream release 2.4

Modified:
  stuntrally/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 14:49:01 UTC (rev 117099)
+++ PKGBUILD2014-08-10 16:58:02 UTC (rev 117100)
@@ -4,8 +4,8 @@
 # Contributor: Jason Melton jason.mel...@gmail.com
 
 pkgname=stuntrally
-pkgver=2.3
-pkgrel=2
+pkgver=2.4
+pkgrel=1
 pkgdesc='Stunt Rally game with track editor, based on VDrift'
 arch=('x86_64' 'i686')
 license=('GPL3')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'boost' 'git')
 install=stuntrally.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz;)
-sha256sums=('828ea8e4a8ea73005e88ef015cb9808cc75d0cb50693a0f4a7d8b09edd0765fd')
+sha256sums=('273697fae75de64509aa26d8fc5fdfe662764c3ac7fc3fa9b8d72f8a76c7a677')
 
 build() {
   cd $srcdir/stuntrally-$pkgver/



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

2014-08-10 Thread Sven-Hendrik Haase
Date: Sunday, August 10, 2014 @ 18:58:11
  Author: svenstaro
Revision: 117101

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

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

-+
 /PKGBUILD   |   74 ++
 /stuntrally.install |   26 +++
 community-i686/PKGBUILD |   37 -
 community-i686/stuntrally.install   |   13 -
 community-x86_64/PKGBUILD   |   37 -
 community-x86_64/stuntrally.install |   13 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-10 16:58:02 UTC (rev 117100)
+++ community-i686/PKGBUILD 2014-08-10 16:58:11 UTC (rev 117101)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Sven Schneider archlinux.sandm...@googlemail.com
-# Contributor: Jason Melton jason.mel...@gmail.com
-
-pkgname=stuntrally
-pkgver=2.3
-pkgrel=2
-pkgdesc='Stunt Rally game with track editor, based on VDrift'
-arch=('x86_64' 'i686')
-license=('GPL3')
-url='http://code.google.com/p/vdrift-ogre'
-depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 
'stuntrally-data')
-makedepends=('cmake' 'boost' 'git')
-install=stuntrally.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz;)
-sha256sums=('828ea8e4a8ea73005e88ef015cb9808cc75d0cb50693a0f4a7d8b09edd0765fd')
-
-build() {
-  cd $srcdir/stuntrally-$pkgver/
-
-  rm -rf build
-  mkdir build  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSHARE_INSTALL=share/stuntrally
-  make
-}
-
-package() {
-  cd $srcdir/stuntrally-$pkgver/build/
-
-  make DESTDIR=$pkgdir install
-  rm -rf $pkgdir/usr/share/stuntrally/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-i686/PKGBUILD (from rev 117100, 
stuntrally/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-10 16:58:11 UTC (rev 117101)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Sven Schneider archlinux.sandm...@googlemail.com
+# Contributor: Jason Melton jason.mel...@gmail.com
+
+pkgname=stuntrally
+pkgver=2.4
+pkgrel=1
+pkgdesc='Stunt Rally game with track editor, based on VDrift'
+arch=('x86_64' 'i686')
+license=('GPL3')
+url='http://code.google.com/p/vdrift-ogre'
+depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 
'stuntrally-data')
+makedepends=('cmake' 'boost' 'git')
+install=stuntrally.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz;)
+sha256sums=('273697fae75de64509aa26d8fc5fdfe662764c3ac7fc3fa9b8d72f8a76c7a677')
+
+build() {
+  cd $srcdir/stuntrally-$pkgver/
+
+  rm -rf build
+  mkdir build  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSHARE_INSTALL=share/stuntrally
+  make
+}
+
+package() {
+  cd $srcdir/stuntrally-$pkgver/build/
+
+  make DESTDIR=$pkgdir install
+  rm -rf $pkgdir/usr/share/stuntrally/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/stuntrally.install
===
--- community-i686/stuntrally.install   2014-08-10 16:58:02 UTC (rev 117100)
+++ community-i686/stuntrally.install   2014-08-10 16:58:11 UTC (rev 117101)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-i686/stuntrally.install (from rev 117100, 
stuntrally/trunk/stuntrally.install)
===
--- community-i686/stuntrally.install   (rev 0)
+++ community-i686/stuntrally.install   2014-08-10 16:58:11 UTC (rev 117101)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD

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

2014-08-10 Thread Sven-Hendrik Haase
Date: Sunday, August 10, 2014 @ 18:59:51
  Author: svenstaro
Revision: 117102

upgpkg: stuntrally-data 2.4-1

upstream release 2.4

Modified:
  stuntrally-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 16:58:11 UTC (rev 117101)
+++ PKGBUILD2014-08-10 16:59:51 UTC (rev 117102)
@@ -2,7 +2,7 @@
 
 pkgname=stuntrally-data
 _pkgname=stuntrally
-pkgver=2.3
+pkgver=2.4
 pkgrel=1
 pkgdesc=Stunt Rally game with track editor, based on VDrift (data files)
 arch=('any')
@@ -11,8 +11,8 @@
 makedepends=('cmake' 'boost' 'libvorbis' 'mygui' 'sdl2' 'enet' 
'hicolor-icon-theme' 'libxcursor')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz;
 
$pkgname-tracks-$pkgver.tar.gz::https://github.com/stuntrally/tracks/archive/${pkgver}.tar.gz;)
-sha256sums=('828ea8e4a8ea73005e88ef015cb9808cc75d0cb50693a0f4a7d8b09edd0765fd'
-'8da6396abb569fbcf312095a96c2b7cfa92f510900d32b7d7e2fcd9478a7216f')
+sha256sums=('273697fae75de64509aa26d8fc5fdfe662764c3ac7fc3fa9b8d72f8a76c7a677'
+'aeff544dad02751e1a7b174d0edc87a8c56d4b66ce1e43e423bde2b2d3c51cbb')
 
 build() {
   # build the sources



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

2014-08-10 Thread Sven-Hendrik Haase
Date: Sunday, August 10, 2014 @ 19:00:03
  Author: svenstaro
Revision: 117103

archrelease: copy trunk to community-any

Added:
  stuntrally-data/repos/community-any/PKGBUILD
(from rev 117102, stuntrally-data/trunk/PKGBUILD)
Deleted:
  stuntrally-data/repos/community-any/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-10 16:59:51 UTC (rev 117102)
+++ PKGBUILD2014-08-10 17:00:03 UTC (rev 117103)
@@ -1,54 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=stuntrally-data
-_pkgname=stuntrally
-pkgver=2.3
-pkgrel=1
-pkgdesc=Stunt Rally game with track editor, based on VDrift (data files)
-arch=('any')
-license=('GPL3')
-url=http://code.google.com/p/vdrift-ogre;
-makedepends=('cmake' 'boost' 'libvorbis' 'mygui' 'sdl2' 'enet' 
'hicolor-icon-theme' 'libxcursor')
-source=($pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz;
-
$pkgname-tracks-$pkgver.tar.gz::https://github.com/stuntrally/tracks/archive/${pkgver}.tar.gz;)
-sha256sums=('828ea8e4a8ea73005e88ef015cb9808cc75d0cb50693a0f4a7d8b09edd0765fd'
-'8da6396abb569fbcf312095a96c2b7cfa92f510900d32b7d7e2fcd9478a7216f')
-
-build() {
-  # build the sources
-  cd ${srcdir}/stuntrally-${pkgver}/
-
-  rm -rf build
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSHARE_INSTALL=share/stuntrally
-  make
-
-  # build the tracks
-  cd ${srcdir}/tracks-${pkgver}/
-
-  rm -rf build
-  mkdir build  cd build
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  # install the sources
-  cd ${srcdir}/stuntrally-${pkgver}/build/
-  make DESTDIR=${pkgdir} install
-
-  # install the tracks
-  cd ${srcdir}/tracks-${pkgver}/build
-  make DESTDIR=${pkgdir}/usr/share/stuntrally/ install
-
-  # clean up
-  rm -rf ${pkgdir}/usr/share/stuntrally/tracks/build
-  rm -rf ${pkgdir}/usr/share/icons
-  rm -rf ${pkgdir}/usr/share/applications
-  rm -rf ${pkgdir}/usr/bin
-}

Copied: stuntrally-data/repos/community-any/PKGBUILD (from rev 117102, 
stuntrally-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-10 17:00:03 UTC (rev 117103)
@@ -0,0 +1,54 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=stuntrally-data
+_pkgname=stuntrally
+pkgver=2.4
+pkgrel=1
+pkgdesc=Stunt Rally game with track editor, based on VDrift (data files)
+arch=('any')
+license=('GPL3')
+url=http://code.google.com/p/vdrift-ogre;
+makedepends=('cmake' 'boost' 'libvorbis' 'mygui' 'sdl2' 'enet' 
'hicolor-icon-theme' 'libxcursor')
+source=($pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz;
+
$pkgname-tracks-$pkgver.tar.gz::https://github.com/stuntrally/tracks/archive/${pkgver}.tar.gz;)
+sha256sums=('273697fae75de64509aa26d8fc5fdfe662764c3ac7fc3fa9b8d72f8a76c7a677'
+'aeff544dad02751e1a7b174d0edc87a8c56d4b66ce1e43e423bde2b2d3c51cbb')
+
+build() {
+  # build the sources
+  cd ${srcdir}/stuntrally-${pkgver}/
+
+  rm -rf build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSHARE_INSTALL=share/stuntrally
+  make
+
+  # build the tracks
+  cd ${srcdir}/tracks-${pkgver}/
+
+  rm -rf build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  # install the sources
+  cd ${srcdir}/stuntrally-${pkgver}/build/
+  make DESTDIR=${pkgdir} install
+
+  # install the tracks
+  cd ${srcdir}/tracks-${pkgver}/build
+  make DESTDIR=${pkgdir}/usr/share/stuntrally/ install
+
+  # clean up
+  rm -rf ${pkgdir}/usr/share/stuntrally/tracks/build
+  rm -rf ${pkgdir}/usr/share/icons
+  rm -rf ${pkgdir}/usr/share/applications
+  rm -rf ${pkgdir}/usr/bin
+}



[arch-commits] Commit in (9 files)

2014-08-10 Thread Guillaume Alaux
Date: Sunday, August 10, 2014 @ 19:39:35
  Author: guillaume
Revision: 219508

First java8-openjdk version 8.u20.b23

Added:
  java8-openjdk/
  java8-openjdk/repos/
  java8-openjdk/trunk/
  java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch
  java8-openjdk/trunk/002_gcc.make-4.9.patch
  java8-openjdk/trunk/PKGBUILD
  java8-openjdk/trunk/install_jdk8-openjdk.sh
  java8-openjdk/trunk/install_jre8-openjdk-headless.sh
  java8-openjdk/trunk/install_jre8-openjdk.sh

-+
 001_adjust-mflags-for-gmake-4.patch |   46 +
 002_gcc.make-4.9.patch  |   12 +
 PKGBUILD|  281 ++
 install_jdk8-openjdk.sh |   38 
 install_jre8-openjdk-headless.sh|   39 
 install_jre8-openjdk.sh |   45 +
 6 files changed, 461 insertions(+)

Added: java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch
===
--- java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch 
(rev 0)
+++ java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch 2014-08-10 
17:39:35 UTC (rev 219508)
@@ -0,0 +1,46 @@
+
+# HG changeset patch
+# User henryjen
+# Date 1390363634 28800
+# Node ID e8d4d0db1f06c26defcbf68e6713afab632f3f30
+# Parent  c4b78cbea876aa86112cfda16c0026796848d582
+8028407: adjust-mflags.sh failed build with GNU Make 4.0 with -Ipath contains 
j
+Reviewed-by: erikj
+
+diff -r c4b78cbea876 -r e8d4d0db1f06 make/bsd/makefiles/adjust-mflags.sh
+--- a/make/bsd/makefiles/adjust-mflags.sh  Thu Dec 05 00:36:42 2013 -0800
 b/make/bsd/makefiles/adjust-mflags.sh  Tue Jan 21 20:07:14 2014 -0800
+@@ -64,7 +64,7 @@
+   echo $MFLAGS \
+   | sed '
+   s/^-/ -/
+-  s/ -\([^][^ ]*\)j/ -\1 -j/
++  s/ -\([^I][^I]*\)j/ -\1 -j/
+   s/ -j[0-9][0-9]*/ -j/
+   s/ -j\([^   ]\)/ -j -\1/
+   s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
+diff -r c4b78cbea876 -r e8d4d0db1f06 make/linux/makefiles/adjust-mflags.sh
+--- a/make/linux/makefiles/adjust-mflags.shThu Dec 05 00:36:42 2013 -0800
 b/make/linux/makefiles/adjust-mflags.shTue Jan 21 20:07:14 2014 -0800
+@@ -64,7 +64,7 @@
+   echo $MFLAGS \
+   | sed '
+   s/^-/ -/
+-  s/ -\([^][^ ]*\)j/ -\1 -j/
++  s/ -\([^I][^I]*\)j/ -\1 -j/
+   s/ -j[0-9][0-9]*/ -j/
+   s/ -j\([^   ]\)/ -j -\1/
+   s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
+diff -r c4b78cbea876 -r e8d4d0db1f06 make/solaris/makefiles/adjust-mflags.sh
+--- a/make/solaris/makefiles/adjust-mflags.sh  Thu Dec 05 00:36:42 2013 -0800
 b/make/solaris/makefiles/adjust-mflags.sh  Tue Jan 21 20:07:14 2014 -0800
+@@ -64,7 +64,7 @@
+   echo $MFLAGS \
+   | sed '
+   s/^-/ -/
+-  s/ -\([^][^ ]*\)j/ -\1 -j/
++  s/ -\([^I][^I]*\)j/ -\1 -j/
+   s/ -j[0-9][0-9]*/ -j/
+   s/ -j\([^   ]\)/ -j -\1/
+   s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
+

Added: java8-openjdk/trunk/002_gcc.make-4.9.patch
===
--- java8-openjdk/trunk/002_gcc.make-4.9.patch  (rev 0)
+++ java8-openjdk/trunk/002_gcc.make-4.9.patch  2014-08-10 17:39:35 UTC (rev 
219508)
@@ -0,0 +1,12 @@
+--- old/make/linux/makefiles/gcc.make  2014-04-23 22:07:59.838205838 +0100
 new/make/linux/makefiles/gcc.make  2014-04-23 22:07:59.754204533 +0100
+@@ -266,6 +266,9 @@
+   ifeq ($(shell expr $(CC_VER_MAJOR) = 4 \ $(CC_VER_MINOR) = 3), 1)
+ OPT_CFLAGS/mulnode.o += $(OPT_CFLAGS/NOOPT)
+   endif
++  ifeq ($(shell expr $(CC_VER_MAJOR) = 4 \ $(CC_VER_MINOR) = 9), 1)
++OPT_CFLAGS/macroAssembler_x86.o += -fno-devirtualize
++  endif
+ endif
+ 
+ # Flags for generating make dependency flags.

Added: java8-openjdk/trunk/PKGBUILD
===
--- java8-openjdk/trunk/PKGBUILD(rev 0)
+++ java8-openjdk/trunk/PKGBUILD2014-08-10 17:39:35 UTC (rev 219508)
@@ -0,0 +1,281 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Boyan Ding stu_...@126.com
+
+# TODO
+# once icedtea:
+#   pulse
+#   icedtea-web-java8
+#   add policytool desktop files
+
+pkgname=('jre8-openjdk-headless' 'jre8-openjdk' 'jdk8-openjdk' 'openjdk8-src')
+pkgbase=java8-openjdk
+_java_ver=8
+_jdk_update=20
+_jdk_build=23
+pkgver=${_java_ver}.u${_jdk_update}.b${_jdk_build}
+_repo_ver=jdk${_java_ver}u${_jdk_update}-b${_jdk_build}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://openjdk.java.net/'
+license=('custom')
+makedepends=('jdk7-openjdk' 'ccache' 'cpio' 'unzip' 'zip'
+ 'libxrender' 'libxtst' 'fontconfig' 'libcups' 'alsa-lib')

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

2014-08-10 Thread Guillaume Alaux
Date: Sunday, August 10, 2014 @ 19:51:56
  Author: guillaume
Revision: 219509

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

Added:
  java8-openjdk/repos/testing-i686/
  java8-openjdk/repos/testing-i686/001_adjust-mflags-for-gmake-4.patch
(from rev 219508, java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch)
  java8-openjdk/repos/testing-i686/002_gcc.make-4.9.patch
(from rev 219508, java8-openjdk/trunk/002_gcc.make-4.9.patch)
  java8-openjdk/repos/testing-i686/PKGBUILD
(from rev 219508, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/testing-i686/install_jdk8-openjdk.sh
(from rev 219508, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/testing-i686/install_jre8-openjdk-headless.sh
(from rev 219508, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/testing-i686/install_jre8-openjdk.sh
(from rev 219508, java8-openjdk/trunk/install_jre8-openjdk.sh)
  java8-openjdk/repos/testing-x86_64/
  java8-openjdk/repos/testing-x86_64/001_adjust-mflags-for-gmake-4.patch
(from rev 219508, java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch)
  java8-openjdk/repos/testing-x86_64/002_gcc.make-4.9.patch
(from rev 219508, java8-openjdk/trunk/002_gcc.make-4.9.patch)
  java8-openjdk/repos/testing-x86_64/PKGBUILD
(from rev 219508, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/testing-x86_64/install_jdk8-openjdk.sh
(from rev 219508, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/testing-x86_64/install_jre8-openjdk-headless.sh
(from rev 219508, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/testing-x86_64/install_jre8-openjdk.sh
(from rev 219508, java8-openjdk/trunk/install_jre8-openjdk.sh)

+
 testing-i686/001_adjust-mflags-for-gmake-4.patch   |   46 +++
 testing-i686/002_gcc.make-4.9.patch|   12 
 testing-i686/PKGBUILD  |  281 +++
 testing-i686/install_jdk8-openjdk.sh   |   38 ++
 testing-i686/install_jre8-openjdk-headless.sh  |   39 ++
 testing-i686/install_jre8-openjdk.sh   |   45 +++
 testing-x86_64/001_adjust-mflags-for-gmake-4.patch |   46 +++
 testing-x86_64/002_gcc.make-4.9.patch  |   12 
 testing-x86_64/PKGBUILD|  281 +++
 testing-x86_64/install_jdk8-openjdk.sh |   38 ++
 testing-x86_64/install_jre8-openjdk-headless.sh|   39 ++
 testing-x86_64/install_jre8-openjdk.sh |   45 +++
 12 files changed, 922 insertions(+)

Copied: java8-openjdk/repos/testing-i686/001_adjust-mflags-for-gmake-4.patch 
(from rev 219508, java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch)
===
--- testing-i686/001_adjust-mflags-for-gmake-4.patch
(rev 0)
+++ testing-i686/001_adjust-mflags-for-gmake-4.patch2014-08-10 17:51:56 UTC 
(rev 219509)
@@ -0,0 +1,46 @@
+
+# HG changeset patch
+# User henryjen
+# Date 1390363634 28800
+# Node ID e8d4d0db1f06c26defcbf68e6713afab632f3f30
+# Parent  c4b78cbea876aa86112cfda16c0026796848d582
+8028407: adjust-mflags.sh failed build with GNU Make 4.0 with -Ipath contains 
j
+Reviewed-by: erikj
+
+diff -r c4b78cbea876 -r e8d4d0db1f06 make/bsd/makefiles/adjust-mflags.sh
+--- a/make/bsd/makefiles/adjust-mflags.sh  Thu Dec 05 00:36:42 2013 -0800
 b/make/bsd/makefiles/adjust-mflags.sh  Tue Jan 21 20:07:14 2014 -0800
+@@ -64,7 +64,7 @@
+   echo $MFLAGS \
+   | sed '
+   s/^-/ -/
+-  s/ -\([^][^ ]*\)j/ -\1 -j/
++  s/ -\([^I][^I]*\)j/ -\1 -j/
+   s/ -j[0-9][0-9]*/ -j/
+   s/ -j\([^   ]\)/ -j -\1/
+   s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
+diff -r c4b78cbea876 -r e8d4d0db1f06 make/linux/makefiles/adjust-mflags.sh
+--- a/make/linux/makefiles/adjust-mflags.shThu Dec 05 00:36:42 2013 -0800
 b/make/linux/makefiles/adjust-mflags.shTue Jan 21 20:07:14 2014 -0800
+@@ -64,7 +64,7 @@
+   echo $MFLAGS \
+   | sed '
+   s/^-/ -/
+-  s/ -\([^][^ ]*\)j/ -\1 -j/
++  s/ -\([^I][^I]*\)j/ -\1 -j/
+   s/ -j[0-9][0-9]*/ -j/
+   s/ -j\([^   ]\)/ -j -\1/
+   s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
+diff -r c4b78cbea876 -r e8d4d0db1f06 make/solaris/makefiles/adjust-mflags.sh
+--- a/make/solaris/makefiles/adjust-mflags.sh  Thu Dec 05 00:36:42 2013 -0800
 b/make/solaris/makefiles/adjust-mflags.sh  Tue Jan 21 20:07:14 2014 -0800
+@@ -64,7 +64,7 @@
+   echo $MFLAGS \
+   | sed '
+   s/^-/ -/
+-  s/ -\([^][^ ]*\)j/ -\1 -j/
++  s/ -\([^I][^I]*\)j/ -\1 -j/
+   s/ -j[0-9][0-9]*/ -j/
+   s/ -j\([^   

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

2014-08-10 Thread Bartłomiej Piotrowski
Date: Sunday, August 10, 2014 @ 21:14:10
  Author: bpiotrowski
Revision: 219512

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

Added:
  bash/repos/testing-i686/
  bash/repos/testing-i686/PKGBUILD
(from rev 219511, bash/trunk/PKGBUILD)
  bash/repos/testing-i686/bash.install
(from rev 219511, bash/trunk/bash.install)
  bash/repos/testing-i686/dot.bash_logout
(from rev 219511, bash/trunk/dot.bash_logout)
  bash/repos/testing-i686/dot.bash_profile
(from rev 219511, bash/trunk/dot.bash_profile)
  bash/repos/testing-i686/dot.bashrc
(from rev 219511, bash/trunk/dot.bashrc)
  bash/repos/testing-i686/privmode-setuid-fail.patch
(from rev 219511, bash/trunk/privmode-setuid-fail.patch)
  bash/repos/testing-i686/system.bash_logout
(from rev 219511, bash/trunk/system.bash_logout)
  bash/repos/testing-i686/system.bashrc
(from rev 219511, bash/trunk/system.bashrc)
  bash/repos/testing-x86_64/
  bash/repos/testing-x86_64/PKGBUILD
(from rev 219511, bash/trunk/PKGBUILD)
  bash/repos/testing-x86_64/bash.install
(from rev 219511, bash/trunk/bash.install)
  bash/repos/testing-x86_64/dot.bash_logout
(from rev 219511, bash/trunk/dot.bash_logout)
  bash/repos/testing-x86_64/dot.bash_profile
(from rev 219511, bash/trunk/dot.bash_profile)
  bash/repos/testing-x86_64/dot.bashrc
(from rev 219511, bash/trunk/dot.bashrc)
  bash/repos/testing-x86_64/privmode-setuid-fail.patch
(from rev 219511, bash/trunk/privmode-setuid-fail.patch)
  bash/repos/testing-x86_64/system.bash_logout
(from rev 219511, bash/trunk/system.bash_logout)
  bash/repos/testing-x86_64/system.bashrc
(from rev 219511, bash/trunk/system.bashrc)

---+
 testing-i686/PKGBUILD |  130 
 testing-i686/bash.install |   16 +++
 testing-i686/dot.bash_logout  |3 
 testing-i686/dot.bash_profile |5 +
 testing-i686/dot.bashrc   |9 +
 testing-i686/privmode-setuid-fail.patch   |   29 ++
 testing-i686/system.bash_logout   |3 
 testing-i686/system.bashrc|   23 
 testing-x86_64/PKGBUILD   |  130 
 testing-x86_64/bash.install   |   16 +++
 testing-x86_64/dot.bash_logout|3 
 testing-x86_64/dot.bash_profile   |5 +
 testing-x86_64/dot.bashrc |9 +
 testing-x86_64/privmode-setuid-fail.patch |   29 ++
 testing-x86_64/system.bash_logout |3 
 testing-x86_64/system.bashrc  |   23 
 16 files changed, 436 insertions(+)

Copied: bash/repos/testing-i686/PKGBUILD (from rev 219511, bash/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-10 19:14:10 UTC (rev 219512)
@@ -0,0 +1,130 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=bash
+_basever=4.3
+_patchlevel=022
+pkgver=$_basever.$_patchlevel
+pkgrel=1
+pkgdesc='The GNU Bourne Again shell'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.gnu.org/software/bash/bash.html'
+groups=('base')
+backup=(etc/bash.bash{rc,_logout} etc/skel/.bash{rc,_profile,_logout})
+depends=('readline=6.3' 'glibc')
+provides=('sh')
+install=bash.install
+source=(http://ftp.gnu.org/gnu/bash/bash-$_basever.tar.gz{,.sig}
+dot.bashrc
+dot.bash_profile
+dot.bash_logout
+system.bashrc
+system.bash_logout
+privmode-setuid-fail.patch)
+
+if [[ $((10#${_patchlevel})) -gt 0 ]]; then
+for (( _p=1; _p=$((10#${_patchlevel})); _p++ )); do
+source=(${source[@]} 
http://ftp.gnu.org/gnu/bash/bash-$_basever-patches/bash${_basever//.}-$(printf 
%03d $_p){,.sig})
+done
+fi
+
+prepare() {
+  cd $pkgname-$_basever
+
+  for (( _p=1; _p=$((10#${_patchlevel})); _p++ )); do
+msg applying patch bash${_basever//.}-$(printf %03d $_p)
+patch -p0 -i ../bash${_basever//.}-$(printf %03d $_p)
+  done
+
+  # http://hmarco.org/bugs/bash_4.3-setuid-bug.html (FS#40663)
+  patch -p0 -i ../privmode-setuid-fail.patch
+}
+
+build() {
+  cd $pkgname-$_basever
+
+  
_bashconfig=(-DDEFAULT_PATH_VALUE=\'\/usr/local/sbin:/usr/local/bin:/usr/bin\\'
+   -DSTANDARD_UTILS_PATH=\'\/usr/bin\\'
+   -DSYS_BASHRC=\'\/etc/bash.bashrc\\'
+   -DSYS_BASH_LOGOUT=\'\/etc/bash.bash_logout\\')
+  export CFLAGS=${CFLAGS} ${_bashconfig[@]}
+
+  ./configure --prefix=/usr --with-curses --enable-readline \
+--without-bash-malloc --with-installed-readline
+  make
+}
+
+check() {
+  make -C $pkgname-$_basever check
+}
+
+package() {
+  make -C $pkgname-$_basever DESTDIR=$pkgdir install
+  ln -s bash $pkgdir/usr/bin/sh
+
+  install -dm755 $pkgdir/etc/skel/
+  # 

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

2014-08-10 Thread Bartłomiej Piotrowski
Date: Sunday, August 10, 2014 @ 21:13:55
  Author: bpiotrowski
Revision: 219511

upgpkg: bash 4.3.022-1

bump patch level

Modified:
  bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 18:41:24 UTC (rev 219510)
+++ PKGBUILD2014-08-10 19:13:55 UTC (rev 219511)
@@ -5,9 +5,9 @@
 
 pkgname=bash
 _basever=4.3
-_patchlevel=018
+_patchlevel=022
 pkgver=$_basever.$_patchlevel
-pkgrel=3
+pkgrel=1
 pkgdesc='The GNU Bourne Again shell'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -119,4 +119,12 @@
  '11e4046e1b86070f6adbb7ffc89641be'
  'SKIP'
  'cd5a9b46f5bea0dc0248c93c7dfac011'
+ 'SKIP'
+ 'cff4dc024d9d3456888aaaf8a36ca774'
+ 'SKIP'
+ '167839c5f147347f4a03d88ab97ff787'
+ 'SKIP'
+ '1d350671c48dec30b34d8b81f09cd79d'
+ 'SKIP'
+ '11c349af66a55481a3215ef2520bec36'
  'SKIP')



[arch-commits] Commit in (20 files)

2014-08-10 Thread Rémy Oudompheng
Date: Sunday, August 10, 2014 @ 21:23:18
  Author: remy
Revision: 219513

Initial version bump for TeXLive 2014.

Modified:
  texlive-bibtexextra/trunk/PKGBUILD
  texlive-bin/trunk/PKGBUILD
  texlive-core/trunk/PKGBUILD
  texlive-fontsextra/trunk/PKGBUILD
  texlive-formatsextra/trunk/PKGBUILD
  texlive-games/trunk/PKGBUILD
  texlive-genericextra/trunk/PKGBUILD
  texlive-htmlxml/trunk/PKGBUILD
  texlive-humanities/trunk/PKGBUILD
  texlive-langcjk/trunk/PKGBUILD
  texlive-langcyrillic/trunk/PKGBUILD
  texlive-langextra/trunk/PKGBUILD
  texlive-langgreek/trunk/PKGBUILD
  texlive-latexextra/trunk/PKGBUILD
  texlive-music/trunk/PKGBUILD
  texlive-pictures/trunk/PKGBUILD
  texlive-plainextra/trunk/PKGBUILD
  texlive-pstricks/trunk/PKGBUILD
  texlive-publishers/trunk/PKGBUILD
  texlive-science/trunk/PKGBUILD

-+
 texlive-bibtexextra/trunk/PKGBUILD  |6 +++---
 texlive-bin/trunk/PKGBUILD  |4 ++--
 texlive-core/trunk/PKGBUILD |6 +++---
 texlive-fontsextra/trunk/PKGBUILD   |6 +++---
 texlive-formatsextra/trunk/PKGBUILD |6 +++---
 texlive-games/trunk/PKGBUILD|6 +++---
 texlive-genericextra/trunk/PKGBUILD |6 +++---
 texlive-htmlxml/trunk/PKGBUILD  |6 +++---
 texlive-humanities/trunk/PKGBUILD   |6 +++---
 texlive-langcjk/trunk/PKGBUILD  |2 +-
 texlive-langcyrillic/trunk/PKGBUILD |6 +++---
 texlive-langextra/trunk/PKGBUILD|6 +++---
 texlive-langgreek/trunk/PKGBUILD|6 +++---
 texlive-latexextra/trunk/PKGBUILD   |6 +++---
 texlive-music/trunk/PKGBUILD|6 +++---
 texlive-pictures/trunk/PKGBUILD |6 +++---
 texlive-plainextra/trunk/PKGBUILD   |6 +++---
 texlive-pstricks/trunk/PKGBUILD |6 +++---
 texlive-publishers/trunk/PKGBUILD   |6 +++---
 texlive-science/trunk/PKGBUILD  |6 +++---
 20 files changed, 57 insertions(+), 57 deletions(-)

Modified: texlive-bibtexextra/trunk/PKGBUILD
===
--- texlive-bibtexextra/trunk/PKGBUILD  2014-08-10 19:14:10 UTC (rev 219512)
+++ texlive-bibtexextra/trunk/PKGBUILD  2014-08-10 19:23:18 UTC (rev 219513)
@@ -2,8 +2,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-bibtexextra
-pkgver=2013.33039
-_revnr=${pkgver#2013.}
+pkgver=2014.34822
+_revnr=${pkgver#2014.}
 pkgrel=1
 pkgdesc=TeX Live - Additional BibTeX styles and bibliography databases
 license=('GPL')
@@ -14,7 +14,7 @@
 source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=(!strip)
 install=texlive.install
-md5sums=('5c43566ebaadbe43d5164563128371c2')
+md5sums=('25ee0d7b00f04af728f44c8c3f4d30af')
 
 build() {
cd $srcdir

Modified: texlive-bin/trunk/PKGBUILD
===
--- texlive-bin/trunk/PKGBUILD  2014-08-10 19:14:10 UTC (rev 219512)
+++ texlive-bin/trunk/PKGBUILD  2014-08-10 19:23:18 UTC (rev 219513)
@@ -3,8 +3,8 @@
 # Contributor: francois francois.archlinux.org
 
 pkgname=texlive-bin
-pkgver=2013.30973
-pkgrel=10
+pkgver=2014.34260
+pkgrel=1
 _biber_ver=1.8 # for biblatex 2.8 only.
 pkgdesc=TeX Live binaries
 license=('GPL')

Modified: texlive-core/trunk/PKGBUILD
===
--- texlive-core/trunk/PKGBUILD 2014-08-10 19:14:10 UTC (rev 219512)
+++ texlive-core/trunk/PKGBUILD 2014-08-10 19:23:18 UTC (rev 219513)
@@ -1,8 +1,8 @@
 # Maintainer: Rémy Oudompheng r...@archlinux.org
 
 pkgname=texlive-core
-pkgver=2013.33063
-_revnr=${pkgver#2013.}
+pkgver=2014.34872
+_revnr=${pkgver#2014.}
 pkgrel=1
 pkgdesc=TeX Live core distribution
 license=('GPL')
@@ -41,7 +41,7 @@
etc/texmf/web2c/mktex.cnf \
etc/texmf/xdvi/XDvi)
 
-md5sums=('7e11e1bf401d0a152ac50ef48d676bb3'
+md5sums=('65e63bdefdc909b9d6e6624924e53feb'
  '8b998b0944a766abeb1ff8ca53029084'
  'df537245012f3e5f05bdc55644b7a3df'
  '16ad4dc53deb00029baef1b01ba1d984'

Modified: texlive-fontsextra/trunk/PKGBUILD
===
--- texlive-fontsextra/trunk/PKGBUILD   2014-08-10 19:14:10 UTC (rev 219512)
+++ texlive-fontsextra/trunk/PKGBUILD   2014-08-10 19:23:18 UTC (rev 219513)
@@ -1,8 +1,8 @@
 # Maintainer: Rémy Oudompheng remy.archlinux.org
 
 pkgname=texlive-fontsextra
-pkgver=2013.33010
-_revnr=${pkgver#2013.}
+pkgver=2014.34817
+_revnr=${pkgver#2014.}
 pkgrel=1
 pkgdesc=TeX Live - all sorts of extra fonts
 license=('GPL')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 options=(!strip)
 install=texlive.install
-md5sums=('4953978642ddcfc90854230b57145b5b'
+md5sums=('2094b82201b22a816f3b6fe09f373818'
  '2ee682ecd2a7defb5f089be09be2ffed')
 
 build() {

Modified: texlive-formatsextra/trunk/PKGBUILD
===
--- texlive-formatsextra/trunk/PKGBUILD 2014-08-10 19:14:10 UTC (rev 219512)
+++ texlive-formatsextra/trunk/PKGBUILD 2014-08-10 

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

2014-08-10 Thread Bartłomiej Piotrowski
Date: Sunday, August 10, 2014 @ 21:28:03
  Author: bpiotrowski
Revision: 117104

upgpkg: ansible 1.7-1

new upstream release

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 17:00:03 UTC (rev 117103)
+++ PKGBUILD2014-08-10 19:28:03 UTC (rev 117104)
@@ -6,7 +6,7 @@
 # Contributor: atweiden archb...@gmail.com
 
 pkgname=ansible
-pkgver=1.6.10
+pkgver=1.7
 pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
@@ -19,7 +19,7 @@
 'python2-keyczar: needed for accelerated mode')
 backup=('etc/ansible/ansible.cfg')
 source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('3d03c42073c4b6944f23dc06e150912f4f106d65fa00290c03f8972fd70e3c71')
+sha256sums=('3dc7174d8fe3f6c3cb13b988e620a52d4d8cae3b7922a46f59005a728821679e')
 
 build() {
   cd $pkgname-$pkgver



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

2014-08-10 Thread Bartłomiej Piotrowski
Date: Sunday, August 10, 2014 @ 21:30:05
  Author: bpiotrowski
Revision: 117105

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 117104, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-10 19:28:03 UTC (rev 117104)
+++ PKGBUILD2014-08-10 19:30:05 UTC (rev 117105)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Chris seitz.christ...@gmail.com
-# Contributor: m0ikz ndelato...@moikz.com.ar
-# Contributor: atweiden archb...@gmail.com
-
-pkgname=ansible
-pkgver=1.6.10
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
-makedepends=('asciidoc' 'fakeroot')
-optdepends=('python2-pyasn1: needed for accelerated mode'
-'python2-crypto: needed for accelerated mode'
-'python2-keyczar: needed for accelerated mode')
-backup=('etc/ansible/ansible.cfg')
-source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('3d03c42073c4b6944f23dc06e150912f4f106d65fa00290c03f8972fd70e3c71')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install -O1 --root=$pkgdir
-  find $pkgdir/usr/lib -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
-
-  install -d $pkgdir/usr/share/ansible
-  cp -dpr --no-preserve=ownership ./library/* $pkgdir/usr/share/ansible/
-  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible
-  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
-
-  install -Dm644 README.md $pkgdir/usr/share/doc/ansible/README.md
-  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
-
-  install -d $pkgdir/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ansible/repos/community-any/PKGBUILD (from rev 117104, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-10 19:30:05 UTC (rev 117105)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Chris seitz.christ...@gmail.com
+# Contributor: m0ikz ndelato...@moikz.com.ar
+# Contributor: atweiden archb...@gmail.com
+
+pkgname=ansible
+pkgver=1.7
+pkgrel=1
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='http://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
+makedepends=('asciidoc' 'fakeroot')
+optdepends=('python2-pyasn1: needed for accelerated mode'
+'python2-crypto: needed for accelerated mode'
+'python2-keyczar: needed for accelerated mode')
+backup=('etc/ansible/ansible.cfg')
+source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
+sha256sums=('3dc7174d8fe3f6c3cb13b988e620a52d4d8cae3b7922a46f59005a728821679e')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install -O1 --root=$pkgdir
+  find $pkgdir/usr/lib -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
+
+  install -d $pkgdir/usr/share/ansible
+  cp -dpr --no-preserve=ownership ./library/* $pkgdir/usr/share/ansible/
+  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible
+  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
+
+  install -Dm644 README.md $pkgdir/usr/share/doc/ansible/README.md
+  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
+
+  install -d $pkgdir/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-08-10 Thread Bartłomiej Piotrowski
Date: Sunday, August 10, 2014 @ 21:35:33
  Author: bpiotrowski
Revision: 117107

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

Added:
  mtd-utils/repos/community-i686/PKGBUILD
(from rev 117106, mtd-utils/trunk/PKGBUILD)
  mtd-utils/repos/community-x86_64/PKGBUILD
(from rev 117106, mtd-utils/trunk/PKGBUILD)
Deleted:
  mtd-utils/repos/community-i686/PKGBUILD
  mtd-utils/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-08-10 19:35:21 UTC (rev 117106)
+++ community-i686/PKGBUILD 2014-08-10 19:35:33 UTC (rev 117107)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Phil Pirozhkov pirjs...@gmail.com
-
-pkgname=mtd-utils
-pkgver=1.5.0
-pkgrel=4
-pkgdesc='Utilities for dealing with MTD devices'
-arch=('i686' 'x86_64')
-url='http://www.linux-mtd.infradead.org/'
-license=('GPL2')
-depends=('lzo2' 'util-linux')
-source=(ftp://ftp.infradead.org/pub/mtd-utils/$pkgname-$pkgver.tar.bz2)
-md5sums=('7332f1143be4ba8ee2de3096cbd3b03b')
-
-prepare() {
-  sed -i 's/sbin/bin/' $pkgname-$pkgver/common.mk
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: mtd-utils/repos/community-i686/PKGBUILD (from rev 117106, 
mtd-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-10 19:35:33 UTC (rev 117107)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Phil Pirozhkov pirjs...@gmail.com
+
+pkgname=mtd-utils
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='Utilities for dealing with MTD devices'
+arch=('i686' 'x86_64')
+url='http://www.linux-mtd.infradead.org/'
+license=('GPL2')
+depends=('lzo' 'util-linux')
+source=(ftp://ftp.infradead.org/pub/mtd-utils/$pkgname-$pkgver.tar.bz2)
+md5sums=('4ad1f758d49615efe14edb107eddac5c')
+
+prepare() {
+  sed -i 's/sbin/bin/' $pkgname-$pkgver/common.mk
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-10 19:35:21 UTC (rev 117106)
+++ community-x86_64/PKGBUILD   2014-08-10 19:35:33 UTC (rev 117107)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Phil Pirozhkov pirjs...@gmail.com
-
-pkgname=mtd-utils
-pkgver=1.5.0
-pkgrel=4
-pkgdesc='Utilities for dealing with MTD devices'
-arch=('i686' 'x86_64')
-url='http://www.linux-mtd.infradead.org/'
-license=('GPL2')
-depends=('lzo2' 'util-linux')
-source=(ftp://ftp.infradead.org/pub/mtd-utils/$pkgname-$pkgver.tar.bz2)
-md5sums=('7332f1143be4ba8ee2de3096cbd3b03b')
-
-prepare() {
-  sed -i 's/sbin/bin/' $pkgname-$pkgver/common.mk
-}
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: mtd-utils/repos/community-x86_64/PKGBUILD (from rev 117106, 
mtd-utils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-10 19:35:33 UTC (rev 117107)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Phil Pirozhkov pirjs...@gmail.com
+
+pkgname=mtd-utils
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='Utilities for dealing with MTD devices'
+arch=('i686' 'x86_64')
+url='http://www.linux-mtd.infradead.org/'
+license=('GPL2')
+depends=('lzo' 'util-linux')
+source=(ftp://ftp.infradead.org/pub/mtd-utils/$pkgname-$pkgver.tar.bz2)
+md5sums=('4ad1f758d49615efe14edb107eddac5c')
+
+prepare() {
+  sed -i 's/sbin/bin/' $pkgname-$pkgver/common.mk
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}



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

2014-08-10 Thread Bartłomiej Piotrowski
Date: Sunday, August 10, 2014 @ 21:35:21
  Author: bpiotrowski
Revision: 117106

upgpkg: mtd-utils 1.5.1-1

new upstream release

Modified:
  mtd-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 19:30:05 UTC (rev 117105)
+++ PKGBUILD2014-08-10 19:35:21 UTC (rev 117106)
@@ -3,8 +3,8 @@
 # Contributor: Phil Pirozhkov pirjs...@gmail.com
 
 pkgname=mtd-utils
-pkgver=1.5.0
-pkgrel=4
+pkgver=1.5.1
+pkgrel=1
 pkgdesc='Utilities for dealing with MTD devices'
 arch=('i686' 'x86_64')
 url='http://www.linux-mtd.infradead.org/'
@@ -11,7 +11,7 @@
 license=('GPL2')
 depends=('lzo' 'util-linux')
 source=(ftp://ftp.infradead.org/pub/mtd-utils/$pkgname-$pkgver.tar.bz2)
-md5sums=('7332f1143be4ba8ee2de3096cbd3b03b')
+md5sums=('4ad1f758d49615efe14edb107eddac5c')
 
 prepare() {
   sed -i 's/sbin/bin/' $pkgname-$pkgver/common.mk



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

2014-08-10 Thread Bartłomiej Piotrowski
Date: Sunday, August 10, 2014 @ 21:38:03
  Author: bpiotrowski
Revision: 117109

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

Added:
  profanity/repos/community-i686/PKGBUILD
(from rev 117108, profanity/trunk/PKGBUILD)
  profanity/repos/community-x86_64/PKGBUILD
(from rev 117108, profanity/trunk/PKGBUILD)
Deleted:
  profanity/repos/community-i686/PKGBUILD
  profanity/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-08-10 19:38:00 UTC (rev 117108)
+++ community-i686/PKGBUILD 2014-08-10 19:38:03 UTC (rev 117109)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: jason ryan jasonwr...@gmail.com
-
-pkgname=profanity
-pkgver=0.4.2
-pkgrel=1
-epoch=1
-pkgdesc='Console based XMPP client'
-arch=('i686' 'x86_64')
-url='http://www.profanity.im'
-license=('GPL3')
-depends=('curl' 'expat' 'glib2' 'libotr' 'gnutls')
-makedepends=('doxygen' 'libstrophe')
-source=(http://www.profanity.im/profanity-$pkgver.tar.gz)
-md5sums=('bc950b272d2d4869aedf79dd90185969')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: profanity/repos/community-i686/PKGBUILD (from rev 117108, 
profanity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-10 19:38:03 UTC (rev 117109)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: jason ryan jasonwr...@gmail.com
+
+pkgname=profanity
+pkgver=0.4.3
+pkgrel=1
+epoch=1
+pkgdesc='Console based XMPP client'
+arch=('i686' 'x86_64')
+url='http://www.profanity.im'
+license=('GPL3')
+depends=('curl' 'expat' 'glib2' 'libotr')
+makedepends=('doxygen' 'libstrophe')
+source=(http://www.profanity.im/profanity-$pkgver.tar.gz)
+md5sums=('bdeadf6790bd04b0a796affb670bc894')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-10 19:38:00 UTC (rev 117108)
+++ community-x86_64/PKGBUILD   2014-08-10 19:38:03 UTC (rev 117109)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: jason ryan jasonwr...@gmail.com
-
-pkgname=profanity
-pkgver=0.4.2
-pkgrel=1
-epoch=1
-pkgdesc='Console based XMPP client'
-arch=('i686' 'x86_64')
-url='http://www.profanity.im'
-license=('GPL3')
-depends=('curl' 'expat' 'glib2' 'libotr' 'gnutls')
-makedepends=('doxygen' 'libstrophe')
-source=(http://www.profanity.im/profanity-$pkgver.tar.gz)
-md5sums=('bc950b272d2d4869aedf79dd90185969')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: profanity/repos/community-x86_64/PKGBUILD (from rev 117108, 
profanity/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-10 19:38:03 UTC (rev 117109)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: jason ryan jasonwr...@gmail.com
+
+pkgname=profanity
+pkgver=0.4.3
+pkgrel=1
+epoch=1
+pkgdesc='Console based XMPP client'
+arch=('i686' 'x86_64')
+url='http://www.profanity.im'
+license=('GPL3')
+depends=('curl' 'expat' 'glib2' 'libotr')
+makedepends=('doxygen' 'libstrophe')
+source=(http://www.profanity.im/profanity-$pkgver.tar.gz)
+md5sums=('bdeadf6790bd04b0a796affb670bc894')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}



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

2014-08-10 Thread Bartłomiej Piotrowski
Date: Sunday, August 10, 2014 @ 21:38:00
  Author: bpiotrowski
Revision: 117108

upgpkg: profanity 1:0.4.3-1

new upstream release

Modified:
  profanity/trunk/PKGBUILD  (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 19:35:33 UTC (rev 117107)
+++ PKGBUILD2014-08-10 19:38:00 UTC (rev 117108)
@@ -3,7 +3,7 @@
 # Contributor: jason ryan jasonwr...@gmail.com
 
 pkgname=profanity
-pkgver=0.4.2
+pkgver=0.4.3
 pkgrel=1
 epoch=1
 pkgdesc='Console based XMPP client'
@@ -10,10 +10,10 @@
 arch=('i686' 'x86_64')
 url='http://www.profanity.im'
 license=('GPL3')
-depends=('curl' 'expat' 'glib2' 'libotr' 'gnutls')
+depends=('curl' 'expat' 'glib2' 'libotr')
 makedepends=('doxygen' 'libstrophe')
 source=(http://www.profanity.im/profanity-$pkgver.tar.gz)
-md5sums=('bc950b272d2d4869aedf79dd90185969')
+md5sums=('bdeadf6790bd04b0a796affb670bc894')
 
 build() {
   cd $pkgname-$pkgver


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


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

2014-08-10 Thread Bartłomiej Piotrowski
Date: Sunday, August 10, 2014 @ 21:41:06
  Author: bpiotrowski
Revision: 117110

upgpkg: umurmur 0.2.15-1

new upstream release

Modified:
  umurmur/trunk/PKGBUILD
Deleted:
  umurmur/trunk/0001-Update-to-use-Protobuf-C-1.0.0.patch

---+
 0001-Update-to-use-Protobuf-C-1.0.0.patch | 3760 
 PKGBUILD  |   17 
 2 files changed, 7 insertions(+), 3770 deletions(-)

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


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

2014-08-10 Thread Bartłomiej Piotrowski
Date: Sunday, August 10, 2014 @ 21:41:09
  Author: bpiotrowski
Revision: 117111

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

Added:
  umurmur/repos/community-i686/PKGBUILD
(from rev 117110, umurmur/trunk/PKGBUILD)
  umurmur/repos/community-i686/umurmur.install
(from rev 117110, umurmur/trunk/umurmur.install)
  umurmur/repos/community-i686/umurmur.service
(from rev 117110, umurmur/trunk/umurmur.service)
  umurmur/repos/community-x86_64/PKGBUILD
(from rev 117110, umurmur/trunk/PKGBUILD)
  umurmur/repos/community-x86_64/umurmur.install
(from rev 117110, umurmur/trunk/umurmur.install)
  umurmur/repos/community-x86_64/umurmur.service
(from rev 117110, umurmur/trunk/umurmur.service)
Deleted:
  umurmur/repos/community-i686/0001-Update-to-use-Protobuf-C-1.0.0.patch
  umurmur/repos/community-i686/PKGBUILD
  umurmur/repos/community-i686/umurmur.install
  umurmur/repos/community-i686/umurmur.service
  umurmur/repos/community-x86_64/0001-Update-to-use-Protobuf-C-1.0.0.patch
  umurmur/repos/community-x86_64/PKGBUILD
  umurmur/repos/community-x86_64/umurmur.install
  umurmur/repos/community-x86_64/umurmur.service

+
 /PKGBUILD  |   78 
 /umurmur.install   |   26 
 /umurmur.service   |   30 
 community-i686/0001-Update-to-use-Protobuf-C-1.0.0.patch   | 3760 ---
 community-i686/PKGBUILD|   42 
 community-i686/umurmur.install |   13 
 community-i686/umurmur.service |   15 
 community-x86_64/0001-Update-to-use-Protobuf-C-1.0.0.patch | 3760 ---
 community-x86_64/PKGBUILD  |   42 
 community-x86_64/umurmur.install   |   13 
 community-x86_64/umurmur.service   |   15 
 11 files changed, 134 insertions(+), 7660 deletions(-)

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


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

2014-08-10 Thread Bartłomiej Piotrowski
Date: Sunday, August 10, 2014 @ 21:46:44
  Author: bpiotrowski
Revision: 117112

upgpkg: menu-cache 0.6.0-1

new upstream release

Modified:
  menu-cache/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 19:41:09 UTC (rev 117111)
+++ PKGBUILD2014-08-10 19:46:44 UTC (rev 117112)
@@ -1,24 +1,30 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Angel Velasquez an...@archlinux.org
 # Contributor: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=menu-cache
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
 pkgdesc='Caching mechanism for freedesktop.org compliant menus'
 arch=('i686' 'x86_64')
 license=('GPL2')
 url='http://lxde.org/'
 depends=('glib2')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-sha256sums=('08e658021faecd4eefb26cc21b207251a6b4e844e131cec491471aba9eaea122')
+makedepends=('gtk-doc')
+source=(https://github.com/lxde/menu-cache/archive/$pkgver.tar.gz)
+md5sums=('696a345e500532a07f61863ed95565af')
 
+prepare() {
+  cd $pkgname-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib \
-  --disable-static
+--libexecdir=/usr/lib \
+--disable-static
   make
 }
 



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

2014-08-10 Thread Bartłomiej Piotrowski
Date: Sunday, August 10, 2014 @ 21:46:52
  Author: bpiotrowski
Revision: 117113

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

Added:
  menu-cache/repos/community-i686/PKGBUILD
(from rev 117112, menu-cache/trunk/PKGBUILD)
  menu-cache/repos/community-x86_64/PKGBUILD
(from rev 117112, menu-cache/trunk/PKGBUILD)
Deleted:
  menu-cache/repos/community-i686/PKGBUILD
  menu-cache/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-10 19:46:44 UTC (rev 117112)
+++ community-i686/PKGBUILD 2014-08-10 19:46:52 UTC (rev 117113)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=menu-cache
-pkgver=0.5.1
-pkgrel=2
-pkgdesc='Caching mechanism for freedesktop.org compliant menus'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-depends=('glib2')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-sha256sums=('08e658021faecd4eefb26cc21b207251a6b4e844e131cec491471aba9eaea122')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib \
-  --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: menu-cache/repos/community-i686/PKGBUILD (from rev 117112, 
menu-cache/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-10 19:46:52 UTC (rev 117113)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=menu-cache
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Caching mechanism for freedesktop.org compliant menus'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+depends=('glib2')
+makedepends=('gtk-doc')
+source=(https://github.com/lxde/menu-cache/archive/$pkgver.tar.gz)
+md5sums=('696a345e500532a07f61863ed95565af')
+
+prepare() {
+  cd $pkgname-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-10 19:46:44 UTC (rev 117112)
+++ community-x86_64/PKGBUILD   2014-08-10 19:46:52 UTC (rev 117113)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=menu-cache
-pkgver=0.5.1
-pkgrel=2
-pkgdesc='Caching mechanism for freedesktop.org compliant menus'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-depends=('glib2')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-sha256sums=('08e658021faecd4eefb26cc21b207251a6b4e844e131cec491471aba9eaea122')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib \
-  --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: menu-cache/repos/community-x86_64/PKGBUILD (from rev 117112, 
menu-cache/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-10 19:46:52 UTC (rev 117113)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=menu-cache
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Caching mechanism for freedesktop.org compliant menus'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+depends=('glib2')
+makedepends=('gtk-doc')
+source=(https://github.com/lxde/menu-cache/archive/$pkgver.tar.gz)
+md5sums=('696a345e500532a07f61863ed95565af')
+
+prepare() {
+  cd $pkgname-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2014-08-10 Thread Jelle van der Waa
Date: Sunday, August 10, 2014 @ 21:54:53
  Author: jelle
Revision: 117114

upgpkg: s3cmd 1.5.0rc1-2

fix FS#41519 add python2-dateutil as dep

Modified:
  s3cmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 19:46:52 UTC (rev 117113)
+++ PKGBUILD2014-08-10 19:54:53 UTC (rev 117114)
@@ -6,12 +6,12 @@
 pkgname=s3cmd
 pkgver=1.5.0rc1
 _pkgver=1.5.0-rc1
-pkgrel=1
+pkgrel=2
 pkgdesc=A command line client for Amazon S3
 arch=('any')
 url='http://s3tools.org/s3cmd'
 license=('GPL')
-depends=('python2')
+depends=('python2' 'python2-dateutil')
 optdepends=('gnupg: encrypted file storage')
 
source=(http://downloads.sourceforge.net/sourceforge/s3tools/$pkgname-$_pkgver.tar.gz;)
 md5sums=('eb5b461154b72890791c186ccdde13f0')



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

2014-08-10 Thread Jelle van der Waa
Date: Sunday, August 10, 2014 @ 21:55:02
  Author: jelle
Revision: 117115

archrelease: copy trunk to community-any

Added:
  s3cmd/repos/community-any/PKGBUILD
(from rev 117114, s3cmd/trunk/PKGBUILD)
Deleted:
  s3cmd/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-10 19:54:53 UTC (rev 117114)
+++ PKGBUILD2014-08-10 19:55:02 UTC (rev 117115)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Simon Lipp a...@simon.lipp.name
-# Contributor: Daniel Grana dan...@gmail.com
-
-pkgname=s3cmd
-pkgver=1.5.0rc1
-_pkgver=1.5.0-rc1
-pkgrel=1
-pkgdesc=A command line client for Amazon S3
-arch=('any')
-url='http://s3tools.org/s3cmd'
-license=('GPL')
-depends=('python2')
-optdepends=('gnupg: encrypted file storage')
-source=(http://downloads.sourceforge.net/sourceforge/s3tools/$pkgname-$_pkgver.tar.gz;)
-md5sums=('eb5b461154b72890791c186ccdde13f0')
-
-package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-  python2 setup.py install --root=$pkgdir
-}

Copied: s3cmd/repos/community-any/PKGBUILD (from rev 117114, 
s3cmd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-10 19:55:02 UTC (rev 117115)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Simon Lipp a...@simon.lipp.name
+# Contributor: Daniel Grana dan...@gmail.com
+
+pkgname=s3cmd
+pkgver=1.5.0rc1
+_pkgver=1.5.0-rc1
+pkgrel=2
+pkgdesc=A command line client for Amazon S3
+arch=('any')
+url='http://s3tools.org/s3cmd'
+license=('GPL')
+depends=('python2' 'python2-dateutil')
+optdepends=('gnupg: encrypted file storage')
+source=(http://downloads.sourceforge.net/sourceforge/s3tools/$pkgname-$_pkgver.tar.gz;)
+md5sums=('eb5b461154b72890791c186ccdde13f0')
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+  python2 setup.py install --root=$pkgdir
+}



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

2014-08-10 Thread Jelle van der Waa
Date: Sunday, August 10, 2014 @ 22:02:01
  Author: jelle
Revision: 117117

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-10 20:01:52 UTC (rev 117116)
+++ community-i686/PKGBUILD 2014-08-10 20:02:01 UTC (rev 117117)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-# Contributor: iom piz...@gmail.com
-
-pkgname=python2-pychm
-pkgver=0.8.4
-pkgrel=2
-pkgdesc=Python bindings for chmlib
-arch=('x86_64' 'i686')
-url=http://gnochm.sourceforge.net/;
-license=('GPL')
-depends=('chmlib' 'python2')
-replaces=('python-pychm=0.8.4')
-source=(http://downloads.sourceforge.net/sourceforge/gnochm/pychm-$pkgver.tar.gz)
-sha256sums=('84c99d7b28fb6862ee60a5d1d52fad0da4c95f1934e9c101d3293ee7e8b5357d')
-
-package() {
-  cd $srcdir/pychm-$pkgver
-
-  python2 setup.py install --root=$pkgdir
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-pychm/repos/community-i686/PKGBUILD (from rev 117116, 
python2-pychm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-10 20:02:01 UTC (rev 117117)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+# Contributor: iom piz...@gmail.com
+
+pkgname=python2-pychm
+pkgver=0.8.4.1
+pkgrel=1
+pkgdesc=Python bindings for chmlib
+arch=('x86_64' 'i686')
+url=https://github.com/dottedmag/pychm;
+license=('GPL')
+depends=('chmlib' 'python2')
+makedepends=('python2-setuptools')
+replaces=('python-pychm=0.8.4')
+source=(https://github.com/dottedmag/pychm/archive/v$pkgver.tar.gz)
+md5sums=('730c484583c14350e55dba1aa1b03360')
+
+package() {
+  cd $srcdir/pychm-$pkgver
+
+  python2 setup.py install --root=$pkgdir
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-10 20:01:52 UTC (rev 117116)
+++ community-x86_64/PKGBUILD   2014-08-10 20:02:01 UTC (rev 117117)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-# Contributor: iom piz...@gmail.com
-
-pkgname=python2-pychm
-pkgver=0.8.4
-pkgrel=2
-pkgdesc=Python bindings for chmlib
-arch=('x86_64' 'i686')
-url=http://gnochm.sourceforge.net/;
-license=('GPL')
-depends=('chmlib' 'python2')
-replaces=('python-pychm=0.8.4')
-source=(http://downloads.sourceforge.net/sourceforge/gnochm/pychm-$pkgver.tar.gz)
-sha256sums=('84c99d7b28fb6862ee60a5d1d52fad0da4c95f1934e9c101d3293ee7e8b5357d')
-
-package() {
-  cd $srcdir/pychm-$pkgver
-
-  python2 setup.py install --root=$pkgdir
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-pychm/repos/community-x86_64/PKGBUILD (from rev 117116, 
python2-pychm/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-08-10 20:02:01 UTC (rev 117117)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+# Contributor: iom piz...@gmail.com
+
+pkgname=python2-pychm
+pkgver=0.8.4.1
+pkgrel=1
+pkgdesc=Python bindings for chmlib
+arch=('x86_64' 'i686')
+url=https://github.com/dottedmag/pychm;
+license=('GPL')
+depends=('chmlib' 'python2')
+makedepends=('python2-setuptools')
+replaces=('python-pychm=0.8.4')
+source=(https://github.com/dottedmag/pychm/archive/v$pkgver.tar.gz)
+md5sums=('730c484583c14350e55dba1aa1b03360')
+
+package() {
+  cd $srcdir/pychm-$pkgver
+
+  python2 setup.py install --root=$pkgdir
+}
+
+# vim:set ts=2 sw=2 et:



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

2014-08-10 Thread Jelle van der Waa
Date: Sunday, August 10, 2014 @ 22:01:52
  Author: jelle
Revision: 117116

upgpkg: python2-pychm 0.8.4.1-1

new release, update homepage

Modified:
  python2-pychm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 19:55:02 UTC (rev 117115)
+++ PKGBUILD2014-08-10 20:01:52 UTC (rev 117116)
@@ -5,16 +5,17 @@
 # Contributor: iom piz...@gmail.com
 
 pkgname=python2-pychm
-pkgver=0.8.4
-pkgrel=2
+pkgver=0.8.4.1
+pkgrel=1
 pkgdesc=Python bindings for chmlib
 arch=('x86_64' 'i686')
-url=http://gnochm.sourceforge.net/;
+url=https://github.com/dottedmag/pychm;
 license=('GPL')
 depends=('chmlib' 'python2')
+makedepends=('python2-setuptools')
 replaces=('python-pychm=0.8.4')
-source=(http://downloads.sourceforge.net/sourceforge/gnochm/pychm-$pkgver.tar.gz)
-sha256sums=('84c99d7b28fb6862ee60a5d1d52fad0da4c95f1934e9c101d3293ee7e8b5357d')
+source=(https://github.com/dottedmag/pychm/archive/v$pkgver.tar.gz)
+md5sums=('730c484583c14350e55dba1aa1b03360')
 
 package() {
   cd $srcdir/pychm-$pkgver



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

2014-08-10 Thread Rémy Oudompheng
Date: Sunday, August 10, 2014 @ 22:34:03
  Author: remy
Revision: 219514

Fix broken symlink for pst2pdf command (FS#39663).

Modified:
  texlive-pstricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 19:23:18 UTC (rev 219513)
+++ PKGBUILD2014-08-10 20:34:03 UTC (rev 219514)
@@ -42,5 +42,5 @@
fi
install -m755 -d $pkgdir/usr/bin
ln -s /usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl 
$pkgdir/usr/bin/pedigree
-   ln -s /usr/share/texmf-dist/scripts/pst2pdf/pst2pdf $pkgdir/usr/bin/pst2pdf
+   ln -s /usr/share/texmf-dist/scripts/pst2pdf/pst2pdf.pl 
$pkgdir/usr/bin/pst2pdf
 }



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

2014-08-10 Thread Giovanni Scafora
Date: Sunday, August 10, 2014 @ 23:32:51
  Author: giovanni
Revision: 219515

upgpkg: unrar 1:5.1.7-1

upstream release

Added:
  unrar/trunk/unrar-5.1.7-soname.patch
Modified:
  unrar/trunk/PKGBUILD
Deleted:
  unrar/trunk/unrar-5.1.6-soname.patch

--+
 PKGBUILD |8 
 unrar-5.1.6-soname.patch |   11 ---
 unrar-5.1.7-soname.patch |   11 +++
 3 files changed, 15 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 20:34:03 UTC (rev 219514)
+++ PKGBUILD2014-08-10 21:32:51 UTC (rev 219515)
@@ -4,7 +4,7 @@
 
 pkgbase=unrar
 pkgname=('unrar' 'libunrar')
-pkgver=5.1.6
+pkgver=5.1.7
 pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
@@ -12,13 +12,13 @@
 license=('custom')
 makedepends=('gcc-libs')
 source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;
-'unrar-5.1.6-soname.patch')
-md5sums=('be9607c59d62c3b101a70cd62c681515'
+'unrar-5.1.7-soname.patch')
+md5sums=('af571529a358c972872b91792ffc0a80'
  'cd9a5291db0379d73148872cf6e6d3ce')
 
 prepare() {
   cd ${srcdir}/${pkgbase}
-  patch -Np1 -i ${srcdir}/unrar-5.1.6-soname.patch
+  patch -Np1 -i ${srcdir}/unrar-5.1.7-soname.patch
 }
 
 build() {

Deleted: unrar-5.1.6-soname.patch
===
--- unrar-5.1.6-soname.patch2014-08-10 20:34:03 UTC (rev 219514)
+++ unrar-5.1.6-soname.patch2014-08-10 21:32:51 UTC (rev 219515)
@@ -1,11 +0,0 @@
 a/makefile 2013-04-29 16:27:05.0 +0200
-+++ b/makefile 2013-10-01 22:07:29.611485989 +0200
-@@ -133,7 +133,7 @@
- lib:  CXXFLAGS+=$(LIBFLAGS)
- lib:  clean $(OBJECTS) $(LIB_OBJ)
-   @rm -f libunrar.so
--  $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
-+  $(LINK) -shared -Wl,-soname,libunrar.so.$(libversion) -o 
libunrar.so.$(libversion) $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
- 
- install-unrar:
-   install -D unrar $(DESTDIR)/bin/unrar

Added: unrar-5.1.7-soname.patch
===
--- unrar-5.1.7-soname.patch(rev 0)
+++ unrar-5.1.7-soname.patch2014-08-10 21:32:51 UTC (rev 219515)
@@ -0,0 +1,11 @@
+--- a/makefile 2013-04-29 16:27:05.0 +0200
 b/makefile 2013-10-01 22:07:29.611485989 +0200
+@@ -133,7 +133,7 @@
+ lib:  CXXFLAGS+=$(LIBFLAGS)
+ lib:  clean $(OBJECTS) $(LIB_OBJ)
+   @rm -f libunrar.so
+-  $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
++  $(LINK) -shared -Wl,-soname,libunrar.so.$(libversion) -o 
libunrar.so.$(libversion) $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
+ 
+ install-unrar:
+   install -D unrar $(DESTDIR)/bin/unrar



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

2014-08-10 Thread Giovanni Scafora
Date: Sunday, August 10, 2014 @ 23:32:59
  Author: giovanni
Revision: 219516

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

Added:
  unrar/repos/extra-i686/PKGBUILD
(from rev 219515, unrar/trunk/PKGBUILD)
  unrar/repos/extra-i686/unrar-5.1.7-soname.patch
(from rev 219515, unrar/trunk/unrar-5.1.7-soname.patch)
  unrar/repos/extra-x86_64/PKGBUILD
(from rev 219515, unrar/trunk/PKGBUILD)
  unrar/repos/extra-x86_64/unrar-5.1.7-soname.patch
(from rev 219515, unrar/trunk/unrar-5.1.7-soname.patch)
Deleted:
  unrar/repos/extra-i686/PKGBUILD
  unrar/repos/extra-i686/unrar-5.1.6-soname.patch
  unrar/repos/extra-x86_64/PKGBUILD
  unrar/repos/extra-x86_64/unrar-5.1.6-soname.patch

---+
 /PKGBUILD |  100 
 extra-i686/PKGBUILD   |   50 
 extra-i686/unrar-5.1.6-soname.patch   |   11 ---
 extra-i686/unrar-5.1.7-soname.patch   |   11 +++
 extra-x86_64/PKGBUILD |   50 
 extra-x86_64/unrar-5.1.6-soname.patch |   11 ---
 extra-x86_64/unrar-5.1.7-soname.patch |   11 +++
 7 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-10 21:32:51 UTC (rev 219515)
+++ extra-i686/PKGBUILD 2014-08-10 21:32:59 UTC (rev 219516)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: dorphell dorph...@gmx.net
-
-pkgbase=unrar
-pkgname=('unrar' 'libunrar')
-pkgver=5.1.6
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url=http://www.rarlab.com/rar_add.htm;
-license=('custom')
-makedepends=('gcc-libs')
-source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;
-'unrar-5.1.6-soname.patch')
-md5sums=('be9607c59d62c3b101a70cd62c681515'
- 'cd9a5291db0379d73148872cf6e6d3ce')
-
-prepare() {
-  cd ${srcdir}/${pkgbase}
-  patch -Np1 -i ${srcdir}/unrar-5.1.6-soname.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}
-  cp -a ${srcdir}/unrar ${srcdir}/libunrar
-  make -C ${srcdir}/libunrar lib libversion=${pkgver} CXXFLAGS=-fPIC 
${CXXFLAGS}
-  make CXXFLAGS=-fPIC ${CXXFLAGS} STRIP=true
-}
-
-package_unrar() {
-  pkgdesc=The RAR uncompression program
-  depends=('gcc-libs')
-  cd ${srcdir}/${pkgbase}
-  install -Dm755 unrar ${pkgdir}/usr/bin/unrar
-  # install license
-  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_libunrar() {
-  pkgdesc=Library and header file for applications that use libunrar
-  depends=('gcc-libs')
-  cd ${srcdir}/libunrar
-  install -Dm755 libunrar.so.${pkgver} 
${pkgdir}/usr/lib/libunrar.so.${pkgver}
-  install -Dm644 dll.hpp ${pkgdir}/usr/include/unrar/dll.hpp
-  ln -s libunrar.so.${pkgver} ${pkgdir}/usr/lib/libunrar.so.5
-  ln -s libunrar.so.${pkgver} ${pkgdir}/usr/lib/libunrar.so
-  # install license
-  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: unrar/repos/extra-i686/PKGBUILD (from rev 219515, unrar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-08-10 21:32:59 UTC (rev 219516)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: dorphell dorph...@gmx.net
+
+pkgbase=unrar
+pkgname=('unrar' 'libunrar')
+pkgver=5.1.7
+pkgrel=1
+epoch=1
+arch=('i686' 'x86_64')
+url=http://www.rarlab.com/rar_add.htm;
+license=('custom')
+makedepends=('gcc-libs')
+source=(http://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz;
+'unrar-5.1.7-soname.patch')
+md5sums=('af571529a358c972872b91792ffc0a80'
+ 'cd9a5291db0379d73148872cf6e6d3ce')
+
+prepare() {
+  cd ${srcdir}/${pkgbase}
+  patch -Np1 -i ${srcdir}/unrar-5.1.7-soname.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}
+  cp -a ${srcdir}/unrar ${srcdir}/libunrar
+  make -C ${srcdir}/libunrar lib libversion=${pkgver} CXXFLAGS=-fPIC 
${CXXFLAGS}
+  make CXXFLAGS=-fPIC ${CXXFLAGS} STRIP=true
+}
+
+package_unrar() {
+  pkgdesc=The RAR uncompression program
+  depends=('gcc-libs')
+  cd ${srcdir}/${pkgbase}
+  install -Dm755 unrar ${pkgdir}/usr/bin/unrar
+  # install license
+  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_libunrar() {
+  pkgdesc=Library and header file for applications that use libunrar
+  depends=('gcc-libs')
+  cd ${srcdir}/libunrar
+  install -Dm755 libunrar.so.${pkgver} 
${pkgdir}/usr/lib/libunrar.so.${pkgver}
+  install -Dm644 dll.hpp ${pkgdir}/usr/include/unrar/dll.hpp
+  ln -s libunrar.so.${pkgver} ${pkgdir}/usr/lib/libunrar.so.5
+  ln -s libunrar.so.${pkgver} ${pkgdir}/usr/lib/libunrar.so
+  # install license
+  install -Dm644 license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/unrar-5.1.6-soname.patch
===
--- 

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

2014-08-10 Thread Florian Pritz
Date: Monday, August 11, 2014 @ 00:08:07
  Author: bluewind
Revision: 117119

archrelease: copy trunk to community-any

Added:
  vimpager/repos/community-any/PKGBUILD
(from rev 117118, vimpager/trunk/PKGBUILD)
  vimpager/repos/community-any/license.txt
(from rev 117118, vimpager/trunk/license.txt)
Deleted:
  vimpager/repos/community-any/PKGBUILD
  vimpager/repos/community-any/license.txt

-+
 PKGBUILD|   73 +++
 license.txt |  574 +-
 2 files changed, 323 insertions(+), 324 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-10 22:08:04 UTC (rev 117118)
+++ PKGBUILD2014-08-10 22:08:07 UTC (rev 117119)
@@ -1,37 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=vimpager
-pkgver=1.8.9
-pkgrel=1
-pkgdesc=A vim-based script to use as a PAGER.
-arch=('any')
-url=http://www.vim.org/scripts/script.php?script_id=1723;
-license=('custom:vim')
-depends=('vim')
-noextract=(vimpager-$pkgver.tar.gz)
-backup=(etc/vimpagerrc)
-source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;
 
-   license.txt)
-md5sums=('73d4ebd29a4a2f33d9423e08f82d2285'
- 'cd49910a3dde6fe0a7e24ebe8cbf7066')
-
-build() {
-   cd ${srcdir}
-
-   mkdir -p $srcdir/vimpager-$pkgver
-   bsdtar --strip-components=1 -C $srcdir/vimpager-$pkgver -xf 
vimpager-$pkgver.tar.gz
-
-   cd $srcdir/vimpager-$pkgver
-
-   sed -i s/\r$// vimpager
-}
-
-package() {
-   cd ${srcdir}/vimpager-$pkgver
-
-   make SYSCONFDIR=/etc PREFIX=/usr DESTDIR=$pkgdir install
-
-   install -Dm644 $srcdir/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: vimpager/repos/community-any/PKGBUILD (from rev 117118, 
vimpager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-10 22:08:07 UTC (rev 117119)
@@ -0,0 +1,36 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=vimpager
+pkgver=1.8.9
+pkgrel=2
+pkgdesc=A vim-based script to use as a PAGER.
+arch=('any')
+url=http://www.vim.org/scripts/script.php?script_id=1723;
+license=('custom:BSD')
+depends=('vim')
+noextract=(vimpager-$pkgver.tar.gz)
+backup=(etc/vimpagerrc)
+source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;)
+md5sums=('73d4ebd29a4a2f33d9423e08f82d2285')
+
+build() {
+   cd ${srcdir}
+
+   mkdir -p $srcdir/vimpager-$pkgver
+   bsdtar --strip-components=1 -C $srcdir/vimpager-$pkgver -xf 
vimpager-$pkgver.tar.gz
+
+   cd $srcdir/vimpager-$pkgver
+
+   sed -i s/\r$// vimpager
+}
+
+package() {
+   cd ${srcdir}/vimpager-$pkgver
+
+   make SYSCONFDIR=/etc PREFIX=/usr DESTDIR=$pkgdir install
+
+   install -Dm644 README 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+   sed -n '/LICENSE AND COPYRIGHT/,$p' -i 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: license.txt
===
--- license.txt 2014-08-10 22:08:04 UTC (rev 117118)
+++ license.txt 2014-08-10 22:08:07 UTC (rev 117119)
@@ -1,287 +0,0 @@
-*uganda.txt*For Vim version 7.2.  Last change: 2008 Jun 21
-
-
- VIM REFERENCE MANUALby Bram Moolenaar
-
-
-   *uganda* *Uganda* *copying* *copyright* *license*
-SUMMARY
-   *iccf* *ICCF*
-Vim is Charityware.  You can use and copy it as much as you like, but you are
-encouraged to make a donation for needy children in Uganda.  Please see |kcc|
-below or visit the ICCF web site, available at these URLs:
-
-   http://iccf-holland.org/
-   http://www.vim.org/iccf/
-   http://www.iccf.nl/
-
-You can also sponsor the development of Vim.  Vim sponsors can vote for
-features.  See |sponsor|.  The money goes to Uganda anyway.
-
-The Open Publication License applies to the Vim documentation, see
-|manual-copyright|.
-
-=== begin of license ===
-
-VIM LICENSE
-
-I)  There are no restrictions on distributing unmodified copies of Vim except
-that they must include this license text.  You can also distribute
-unmodified parts of Vim, likewise unrestricted except that they must
-include this license text.  You are also allowed to include executables
-that you made from the unmodified Vim sources, plus your own usage
-examples and Vim scripts.
-
-II) It is allowed to distribute a modified (or extended) version of Vim,
-including executables and/or source code, when the following four
-conditions are met:
-1) This license text must be included 

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

2014-08-10 Thread Florian Pritz
Date: Monday, August 11, 2014 @ 00:08:04
  Author: bluewind
Revision: 117118

upgpkg: vimpager 1.8.9-2

fix license; FS#41521

Modified:
  vimpager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 20:02:01 UTC (rev 117117)
+++ PKGBUILD2014-08-10 22:08:04 UTC (rev 117118)
@@ -4,18 +4,16 @@
 
 pkgname=vimpager
 pkgver=1.8.9
-pkgrel=1
+pkgrel=2
 pkgdesc=A vim-based script to use as a PAGER.
 arch=('any')
 url=http://www.vim.org/scripts/script.php?script_id=1723;
-license=('custom:vim')
+license=('custom:BSD')
 depends=('vim')
 noextract=(vimpager-$pkgver.tar.gz)
 backup=(etc/vimpagerrc)
-source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;
 
-   license.txt)
-md5sums=('73d4ebd29a4a2f33d9423e08f82d2285'
- 'cd49910a3dde6fe0a7e24ebe8cbf7066')
+source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;)
+md5sums=('73d4ebd29a4a2f33d9423e08f82d2285')
 
 build() {
cd ${srcdir}
@@ -33,5 +31,6 @@
 
make SYSCONFDIR=/etc PREFIX=/usr DESTDIR=$pkgdir install
 
-   install -Dm644 $srcdir/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+   install -Dm644 README 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+   sed -n '/LICENSE AND COPYRIGHT/,$p' -i 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
 }



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

2014-08-10 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 00:17:07
  Author: bpiotrowski
Revision: 219517

upgpkg: boost 1.56.0-1

new upstream release

Modified:
  boost/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 21:32:59 UTC (rev 219516)
+++ PKGBUILD2014-08-10 22:17:07 UTC (rev 219517)
@@ -1,6 +1,6 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
 # Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: kevin ke...@archlinux.org
 # Contributor: Giovanni Scafora giova...@archlinux.org
 # Contributor: Kritoke krit...@gamebox.net
@@ -8,32 +8,18 @@
 
 pkgbase=boost
 pkgname=('boost-libs' 'boost')
-pkgver=1.55.0
+pkgver=1.56.0
 _boostver=${pkgver//./_}
-pkgrel=6
-url=http://www.boost.org/;
+pkgrel=1
+url='http://www.boost.org/'
 arch=('i686' 'x86_64')
 license=('custom')
 makedepends=('icu=53.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
-source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
-001-log_fix_dump_avx2.patch)
-sha1sums=('61ed0e57d3c7c8985805bb0682de3f4c65f4b6e5'
-  'a4a47cc5716df87d544ae7684aaf402287132d50')
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz)
+sha1sums=('1639723c6bdff873cdb6d747f8f8c9d9f066434d')
 
-prepare() {
+build() {
export _stagedir=${srcdir}/stagedir
-   cd ${pkgbase}_${_boostver}
-
-   patch -p0 -i ../001-log_fix_dump_avx2.patch
-
-   # Add an extra python version. This does not replace anything and python 
2.x need to be the default.
-   echo using python : 3.4 : /usr/bin/python3 : /usr/include/python3.4m : 
/usr/lib ;  ./tools/build/v2/user-config.jam
-
-   # Support for OpenMPI   
 
-   echo using mpi ;  ./tools/build/v2/user-config.jam
-}
-
-build() {
local JOBS=$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/'  ${MAKEFLAGS})
 
cd ${pkgbase}_${_boostver}
@@ -42,17 +28,15 @@
 
_bindir=bin.linuxx86
[[ ${CARCH} = x86_64 ]]  _bindir=bin.linuxx86_64
+   install -Dm755 tools/build/src/engine/$_bindir/b2 ${_stagedir}/bin/b2
 
-   install -dm755 ${_stagedir}/bin
-   install tools/build/v2/engine/${_bindir}/b2 ${_stagedir}/bin/b2
+   # Add an extra python version. This does not replace anything and python 2.x
+   # need to be the default.
+   echo using python : 3.4 : /usr/bin/python3 : /usr/include/python3.4m : 
/usr/lib ; \
+   project-config.jam
 
-   pushd tools
-   for _tool in bcp inspect quickbook compiler_status process_jam_log wave; do
-  ${_stagedir}/bin/b2 --toolset=gcc cflags=${CPPFLAGS} ${CFLAGS} 
-std=gnu++11 -O3 linkflags=${LDFLAGS} $_tool
-   done
-   ${_stagedir}/bin/b2 --toolset=gcc cflags=${CPPFLAGS} ${CFLAGS} -O3 
linkflags=${LDFLAGS} library_status
-   popd
-   cp -a dist/bin/* ${_stagedir}/bin
+   # Support for OpenMPI
+   echo using mpi ;  project-config.jam
 
# boostbook is needed by quickbook
install -dm755 ${_stagedir}/share/boostbook
@@ -80,7 +64,7 @@
 }
 
 package_boost() {
-   pkgdesc=Free peer-reviewed portable C++ source libraries - Development
+   pkgdesc='Free peer-reviewed portable C++ source libraries - development 
headers'
depends=(boost-libs=${pkgver})
optdepends=('python: for python bindings'
'python2: for python2 bindings'
@@ -100,7 +84,7 @@
 }
 
 package_boost-libs() {
-   pkgdesc=Free peer-reviewed portable C++ source libraries - Runtime
+   pkgdesc='Free peer-reviewed portable C++ source libraries - runtime 
libraries'
depends=('bzip2' 'zlib' 'icu')
optdepends=('openmpi: for mpi support')
 



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

2014-08-10 Thread Bartłomiej Piotrowski
Date: Monday, August 11, 2014 @ 00:17:14
  Author: bpiotrowski
Revision: 219518

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

Added:
  boost/repos/staging-i686/
  boost/repos/staging-i686/001-log_fix_dump_avx2.patch
(from rev 219517, boost/trunk/001-log_fix_dump_avx2.patch)
  boost/repos/staging-i686/PKGBUILD
(from rev 219517, boost/trunk/PKGBUILD)
  boost/repos/staging-x86_64/
  boost/repos/staging-x86_64/001-log_fix_dump_avx2.patch
(from rev 219517, boost/trunk/001-log_fix_dump_avx2.patch)
  boost/repos/staging-x86_64/PKGBUILD
(from rev 219517, boost/trunk/PKGBUILD)

+
 staging-i686/001-log_fix_dump_avx2.patch   |   13 +++
 staging-i686/PKGBUILD  |   96 +++
 staging-x86_64/001-log_fix_dump_avx2.patch |   13 +++
 staging-x86_64/PKGBUILD|   96 +++
 4 files changed, 218 insertions(+)

Copied: boost/repos/staging-i686/001-log_fix_dump_avx2.patch (from rev 219517, 
boost/trunk/001-log_fix_dump_avx2.patch)
===
--- staging-i686/001-log_fix_dump_avx2.patch(rev 0)
+++ staging-i686/001-log_fix_dump_avx2.patch2014-08-10 22:17:14 UTC (rev 
219518)
@@ -0,0 +1,13 @@
+Index: libs/log/src/dump_avx2.cpp
+===
+--- libs/log/src/dump_avx2.cpp (revision 86614)
 libs/log/src/dump_avx2.cpp (working copy)
+@@ -205,7 +205,7 @@
+ __m256i mm_input = _mm256_load_si256(reinterpret_cast const 
__m256i* (p));
+ __m256i mm_output1, mm_output2, mm_output3;
+ dump_pack(mm_char_10_to_a, mm_input, mm_output1, mm_output2, 
mm_output3);
+-store_characters_x3(mm_output1, mm_output2, mm_output3, buf);
++store_characters_x3(mm_output1, mm_output2, mm_output3, b);
+ }
+ 
+ _mm256_zeroall(); // need to zero all ymm registers to avoid register 
spills/restores the compler generates around the function call

Copied: boost/repos/staging-i686/PKGBUILD (from rev 219517, 
boost/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-10 22:17:14 UTC (rev 219518)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Kritoke krit...@gamebox.net
+# Contributor: Luca Roccia little_r...@users.sourceforge.net
+
+pkgbase=boost
+pkgname=('boost-libs' 'boost')
+pkgver=1.56.0
+_boostver=${pkgver//./_}
+pkgrel=1
+url='http://www.boost.org/'
+arch=('i686' 'x86_64')
+license=('custom')
+makedepends=('icu=53.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz)
+sha1sums=('1639723c6bdff873cdb6d747f8f8c9d9f066434d')
+
+build() {
+   export _stagedir=${srcdir}/stagedir
+   local JOBS=$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/'  ${MAKEFLAGS})
+
+   cd ${pkgbase}_${_boostver}
+
+   ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2
+
+   _bindir=bin.linuxx86
+   [[ ${CARCH} = x86_64 ]]  _bindir=bin.linuxx86_64
+   install -Dm755 tools/build/src/engine/$_bindir/b2 ${_stagedir}/bin/b2
+
+   # Add an extra python version. This does not replace anything and python 2.x
+   # need to be the default.
+   echo using python : 3.4 : /usr/bin/python3 : /usr/include/python3.4m : 
/usr/lib ; \
+   project-config.jam
+
+   # Support for OpenMPI
+   echo using mpi ;  project-config.jam
+
+   # boostbook is needed by quickbook
+   install -dm755 ${_stagedir}/share/boostbook
+   cp -a tools/boostbook/{xsl,dtd} ${_stagedir}/share/boostbook/
+
+   # default minimal install: release link=shared,static
+   # runtime-link=shared threading=single,multi
+   # --layout=tagged will add the -mt suffix for multithreaded libraries
+   # and installs includes in /usr/include/boost.
+   # --layout=system no longer adds the -mt suffix for multi-threaded libs.
+   # install to ${_stagedir} in preparation for split packaging
+   ${_stagedir}/bin/b2 \
+  variant=release \
+  debug-symbols=off \
+  threading=multi \
+  runtime-link=shared \
+  link=shared,static \
+  toolset=gcc \
+  python=2.7 \
+  cflags=${CPPFLAGS} ${CFLAGS} -O3 linkflags=${LDFLAGS} \
+  --layout=system \
+  --prefix=${_stagedir} \
+  ${JOBS} \
+  install
+}
+
+package_boost() {
+   pkgdesc='Free peer-reviewed portable C++ source libraries - development 
headers'
+   depends=(boost-libs=${pkgver})
+   optdepends=('python: for python bindings'
+   'python2: for python2 bindings'
+   'boost-build: to use boost jam for building your project.')
+   

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

2014-08-10 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 02:10:42
  Author: eric
Revision: 117120

upgpkg: youtube-dl 2014.08.10-1

Upstream update, Add rtmpdump optdepends (close FS#41483)

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 22:08:07 UTC (rev 117119)
+++ PKGBUILD2014-08-11 00:10:42 UTC (rev 117120)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.08.05
+pkgver=2014.08.10
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -9,10 +9,11 @@
 url=http://rg3.github.io/youtube-dl/;
 license=('custom')
 depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('4af2cc3e5b08751861dff83315751213fe09baa0'
+sha1sums=('fd4d544f4852eb803fea7a2918b8f6e7deb89931'
   'SKIP')
 
 prepare() {



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

2014-08-10 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 02:12:16
  Author: eric
Revision: 117121

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 117120, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-11 00:10:42 UTC (rev 117120)
+++ PKGBUILD2014-08-11 00:12:16 UTC (rev 117121)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.08.05
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('4af2cc3e5b08751861dff83315751213fe09baa0'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 117120, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-11 00:12:16 UTC (rev 117121)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.08.10
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('fd4d544f4852eb803fea7a2918b8f6e7deb89931'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-08-10 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 03:23:19
  Author: eric
Revision: 117122

upgpkg: electricsheep 2.7b33-17

Rebuild against wxgtk no-STL

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 00:12:16 UTC (rev 117121)
+++ PKGBUILD2014-08-11 01:23:19 UTC (rev 117122)
@@ -3,7 +3,7 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=16
+pkgrel=17
 pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
 arch=('i686' 'x86_64')
 url=http://community.electricsheep.org/;



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

2014-08-10 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 03:32:25
  Author: eric
Revision: 117123

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

Added:
  electricsheep/repos/community-staging-i686/
  electricsheep/repos/community-staging-i686/PKGBUILD
(from rev 117122, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-x86_64/
  electricsheep/repos/community-staging-x86_64/PKGBUILD
(from rev 117122, electricsheep/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   58 
 community-staging-x86_64/PKGBUILD |   58 
 2 files changed, 116 insertions(+)

Copied: electricsheep/repos/community-staging-i686/PKGBUILD (from rev 117122, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-11 01:32:25 UTC (rev 117123)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=17
+pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
+arch=('i686' 'x86_64')
+url=http://community.electricsheep.org/;
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=r125
+  _svntrunk=http://electricsheep.googlecode.com/svn/trunk/client_generic;
+  _svnmod=${pkgname}-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
+  sed -i '12 i\
+#include cstdio' Common/Singleton.h
+  mkdir m4
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  CPPFLAGS+= -I/usr/include/lua5.1 ./configure --prefix=/usr
+  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
+  make CXXFLAGS+=-DUSE_NEW_FFMPEG_API=1 GLEE_LIBS=-lGLee 
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop
+  install -D -m644 Runtime/logo.png 
${pkgdir}/usr/share/icons/electricsheep.png
+}

Copied: electricsheep/repos/community-staging-x86_64/PKGBUILD (from rev 117122, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-08-11 01:32:25 UTC (rev 117123)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=17
+pkgdesc=A screensaver that realize the collective dream of sleeping computers 
from all over the internet
+arch=('i686' 'x86_64')
+url=http://community.electricsheep.org/;
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=r125
+  _svntrunk=http://electricsheep.googlecode.com/svn/trunk/client_generic;
+  _svnmod=${pkgname}-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r 

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

2014-08-10 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 05:04:35
  Author: eric
Revision: 219519

upgpkg: wxpython 3.0.0.0-3

Rebuild against wxgtk no-STL

Modified:
  wxpython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-10 22:17:14 UTC (rev 219518)
+++ PKGBUILD2014-08-11 03:04:35 UTC (rev 219519)
@@ -4,7 +4,7 @@
 pkgname=wxpython
 pkgver=3.0.0.0
 _editraver=0.7.20
-pkgrel=2
+pkgrel=3
 pkgdesc=A wxWidgets GUI toolkit for Python
 arch=('i686' 'x86_64')
 license=('custom:wxWindows')



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

2014-08-10 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 05:06:42
  Author: eric
Revision: 219520

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

Added:
  wxpython/repos/staging-i686/
  wxpython/repos/staging-i686/PKGBUILD
(from rev 219519, wxpython/trunk/PKGBUILD)
  wxpython/repos/staging-x86_64/
  wxpython/repos/staging-x86_64/PKGBUILD
(from rev 219519, wxpython/trunk/PKGBUILD)

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

Copied: wxpython/repos/staging-i686/PKGBUILD (from rev 219519, 
wxpython/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-08-11 03:06:42 UTC (rev 219520)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=wxpython
+pkgver=3.0.0.0
+_editraver=0.7.20
+pkgrel=3
+pkgdesc=A wxWidgets GUI toolkit for Python
+arch=('i686' 'x86_64')
+license=('custom:wxWindows')
+url=http://www.wxpython.org;
+depends=('wxgtk' 'python2')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
+http://editra.googlecode.com/files/Editra-${_editraver}.tar.gz)
+sha1sums=('48451763275cfe4e5bbec49ccd75bc9652cba719'
+  'f439f4aa2cb90b8348cebb1670df9cf47ba341ab')
+
+prepare() {
+  cd ${srcdir}
+  find . -type f -exec sed -i 's/env python/env python2/' {} \;
+  sed -i 's/sys.exit(1)//' Editra-${_editraver}/setup.py
+}
+
+build() {
+  cd ${srcdir}/wxPython-src-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx --enable-mediactrl --disable-precomp-headers \
+--with-regex=sys --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys 
--with-libtiff=sys
+  cd wxPython
+  python2 setup.py WXPORT=gtk2 UNICODE=1 build
+}
+
+package() {
+  cd ${srcdir}/wxPython-src-${pkgver}/wxPython
+  python2 setup.py WXPORT=gtk2 UNICODE=1 install --root=${pkgdir}
+  install -D -m644 ../docs/licence.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  cd ${srcdir}/Editra-${_editraver}
+  python2 setup.py install --root=${pkgdir}
+  rm -r ${pkgdir}/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/tools/Editra
+}

Copied: wxpython/repos/staging-x86_64/PKGBUILD (from rev 219519, 
wxpython/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-08-11 03:06:42 UTC (rev 219520)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=wxpython
+pkgver=3.0.0.0
+_editraver=0.7.20
+pkgrel=3
+pkgdesc=A wxWidgets GUI toolkit for Python
+arch=('i686' 'x86_64')
+license=('custom:wxWindows')
+url=http://www.wxpython.org;
+depends=('wxgtk' 'python2')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
+http://editra.googlecode.com/files/Editra-${_editraver}.tar.gz)
+sha1sums=('48451763275cfe4e5bbec49ccd75bc9652cba719'
+  'f439f4aa2cb90b8348cebb1670df9cf47ba341ab')
+
+prepare() {
+  cd ${srcdir}
+  find . -type f -exec sed -i 's/env python/env python2/' {} \;
+  sed -i 's/sys.exit(1)//' Editra-${_editraver}/setup.py
+}
+
+build() {
+  cd ${srcdir}/wxPython-src-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx --enable-mediactrl --disable-precomp-headers \
+--with-regex=sys --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys 
--with-libtiff=sys
+  cd wxPython
+  python2 setup.py WXPORT=gtk2 UNICODE=1 build
+}
+
+package() {
+  cd ${srcdir}/wxPython-src-${pkgver}/wxPython
+  python2 setup.py WXPORT=gtk2 UNICODE=1 install --root=${pkgdir}
+  install -D -m644 ../docs/licence.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  cd ${srcdir}/Editra-${_editraver}
+  python2 setup.py install --root=${pkgdir}
+  rm -r ${pkgdir}/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/tools/Editra
+}



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

2014-08-10 Thread Felix Yan
Date: Monday, August 11, 2014 @ 06:32:16
  Author: fyan
Revision: 219521

upgpkg: python-setuptools 1:5.5-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 03:06:42 UTC (rev 219520)
+++ PKGBUILD2014-08-11 04:32:16 UTC (rev 219521)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.4.2
+pkgver=5.5
 pkgrel=1
 epoch=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
@@ -14,7 +14,7 @@
 makedepends=('python' 'python2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('849537d352269423ea527c05b7bc0bd5f6425e43074adbfda64bc7baacb4f829695fc9527e919074474f11b733387986ad7680f25e13e00607de263e3c05ea58')
+sha512sums=('229e92f816dd9ba4d75ab2a0268450bf5ec1ead2b491789bcf90a38f50456bbe7be64cbe31d49626f895a70c3facb35764c405ad66a9de99ac5f3a893c95c36a')
 
 prepare() {
   cp -a setuptools-${pkgver}{,-python2}



[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2014-08-10 Thread Felix Yan
Date: Monday, August 11, 2014 @ 06:32:40
  Author: fyan
Revision: 219522

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 219521, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-11 04:32:16 UTC (rev 219521)
+++ PKGBUILD2014-08-11 04:32:40 UTC (rev 219522)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=5.4.2
-pkgrel=1
-epoch=1
-pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
-arch=('any')
-license=('PSF')
-url=http://pypi.python.org/pypi/setuptools;
-makedepends=('python' 'python2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('849537d352269423ea527c05b7bc0bd5f6425e43074adbfda64bc7baacb4f829695fc9527e919074474f11b733387986ad7680f25e13e00607de263e3c05ea58')
-
-prepare() {
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd ${srcdir}/setuptools-${pkgver}
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd ${srcdir}/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py test
-
-  # Check python2 module
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py test
-}
- 
-package_python-setuptools() {
-  depends=('python=3.4')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd ${srcdir}/setuptools-${pkgver}
-  python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2=2.7')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd ${srcdir}/setuptools-${pkgver}-python2
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
-  rm ${pkgdir}/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 219521, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-11 04:32:40 UTC (rev 219522)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=5.5
+pkgrel=1
+epoch=1
+pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
+arch=('any')
+license=('PSF')
+url=http://pypi.python.org/pypi/setuptools;
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('229e92f816dd9ba4d75ab2a0268450bf5ec1ead2b491789bcf90a38f50456bbe7be64cbe31d49626f895a70c3facb35764c405ad66a9de99ac5f3a893c95c36a')
+
+prepare() {
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd ${srcdir}/setuptools-${pkgver}
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+  sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd ${srcdir}/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py test
+
+  # Check python2 module
+  cd ${srcdir}/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py test
+}
+ 
+package_python-setuptools() {
+ 

[arch-commits] Commit in glob2/trunk (PKGBUILD fix-ftbfs-gcc49.diff)

2014-08-10 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 07:18:00
  Author: eric
Revision: 117124

Fix build issue (close FS#40334)

Added:
  glob2/trunk/fix-ftbfs-gcc49.diff
Modified:
  glob2/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 fix-ftbfs-gcc49.diff |   14 ++
 2 files changed, 20 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-11 01:32:25 UTC (rev 117123)
+++ PKGBUILD2014-08-11 05:18:00 UTC (rev 117124)
@@ -13,16 +13,18 @@
 depends=('boost-libs' 'sdl_net' 'sdl_image' 'sdl_ttf' 'libvorbis' 'speex' 'glu'
  'fribidi' 'xdg-utils' 'libgl' 'hicolor-icon-theme')
 makedepends=('scons' 'boost' 'mesa')
-install=$pkgname.install
+install=glob2.install
 
source=(http://dl.sv.nongnu.org/releases/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz;
-$pkgname-${pkgver%.*}.1-gcc44.patch)
+glob2-0.9.4.1-gcc44.patch fix-ftbfs-gcc49.diff)
 sha256sums=('0f4d898ec6b05ce27b4a12ef242cc26571304b90d2509932a4743c71311314b8'
-'3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a')
+'3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a'
+'2bf0e51ca5de8c6f4910b68522a0265e07bb32beefe13b9912b59e5954c5bfba')
 
 prepare() {
   cd $pkgname-$pkgver
 
-  patch -Np0 -i $srcdir/$pkgname-${pkgver%.*}.1-gcc44.patch
+  patch -p0 -i $srcdir/glob2-0.9.4.1-gcc44.patch
+  patch -p1 -i $srcdir/fix-ftbfs-gcc49.diff
 }
 
 build() {

Added: fix-ftbfs-gcc49.diff
===
--- fix-ftbfs-gcc49.diff(rev 0)
+++ fix-ftbfs-gcc49.diff2014-08-11 05:18:00 UTC (rev 117124)
@@ -0,0 +1,14 @@
+Index: glob2-0.9.4.4/src/Game.h
+===
+--- glob2-0.9.4.4.orig/src/Game.h  2014-07-14 10:36:36.705074927 +0800
 glob2-0.9.4.4/src/Game.h   2014-07-14 10:38:28.733077827 +0800
+@@ -148,7 +148,8 @@
+   TOP_TO_BOTTOM,
+   BOTTOM_TO_TOP
+   };
+-  
++
++public:
+   struct BuildProject
+   {
+   int posX;



[arch-commits] Commit in glob2/repos/community-i686 (7 files)

2014-08-10 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 07:20:28
  Author: eric
Revision: 117125

archrelease: copy trunk to community-i686

Added:
  glob2/repos/community-i686/PKGBUILD
(from rev 117124, glob2/trunk/PKGBUILD)
  glob2/repos/community-i686/fix-ftbfs-gcc49.diff
(from rev 117124, glob2/trunk/fix-ftbfs-gcc49.diff)
  glob2/repos/community-i686/glob2-0.9.4.1-gcc44.patch
(from rev 117124, glob2/trunk/glob2-0.9.4.1-gcc44.patch)
  glob2/repos/community-i686/glob2.install
(from rev 117124, glob2/trunk/glob2.install)
Deleted:
  glob2/repos/community-i686/PKGBUILD
  glob2/repos/community-i686/glob2-0.9.4.1-gcc44.patch
  glob2/repos/community-i686/glob2.install

---+
 PKGBUILD  |   88 +++---
 fix-ftbfs-gcc49.diff  |   14 +++
 glob2-0.9.4.1-gcc44.patch |  174 ++--
 glob2.install |   26 +++---
 4 files changed, 159 insertions(+), 143 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-11 05:18:00 UTC (rev 117124)
+++ PKGBUILD2014-08-11 05:20:28 UTC (rev 117125)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-
-pkgname=glob2
-pkgver=0.9.4.4
-pkgrel=21
-pkgdesc='RTS game which minimizes micro-management'
-arch=('x86_64' 'i686')
-url='http://www.globulation2.org/'
-license=('GPL3')
-depends=('boost-libs' 'sdl_net' 'sdl_image' 'sdl_ttf' 'libvorbis' 'speex' 'glu'
- 'fribidi' 'xdg-utils' 'libgl' 'hicolor-icon-theme')
-makedepends=('scons' 'boost' 'mesa')
-install=$pkgname.install
-source=(http://dl.sv.nongnu.org/releases/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz;
-$pkgname-${pkgver%.*}.1-gcc44.patch)
-sha256sums=('0f4d898ec6b05ce27b4a12ef242cc26571304b90d2509932a4743c71311314b8'
-'3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np0 -i $srcdir/$pkgname-${pkgver%.*}.1-gcc44.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  scons LINKFLAGS=-lboost_system
-}
-
-package () {
-  cd $pkgname-$pkgver
-
-  scons install BINDIR=$pkgdir/usr/bin INSTALLDIR=$pkgdir/usr/share
-  find $pkgdir/usr/share -type f -exec chmod 644 '{}' \;
-  install -Dm644 data/icons/$pkgname-icon-48x48.png \
-$pkgdir/usr/share/pixmaps/$pkgname-icon-48x48.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glob2/repos/community-i686/PKGBUILD (from rev 117124, 
glob2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-11 05:20:28 UTC (rev 117125)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+
+pkgname=glob2
+pkgver=0.9.4.4
+pkgrel=21
+pkgdesc='RTS game which minimizes micro-management'
+arch=('x86_64' 'i686')
+url='http://www.globulation2.org/'
+license=('GPL3')
+depends=('boost-libs' 'sdl_net' 'sdl_image' 'sdl_ttf' 'libvorbis' 'speex' 'glu'
+ 'fribidi' 'xdg-utils' 'libgl' 'hicolor-icon-theme')
+makedepends=('scons' 'boost' 'mesa')
+install=glob2.install
+source=(http://dl.sv.nongnu.org/releases/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz;
+glob2-0.9.4.1-gcc44.patch fix-ftbfs-gcc49.diff)
+sha256sums=('0f4d898ec6b05ce27b4a12ef242cc26571304b90d2509932a4743c71311314b8'
+'3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a'
+'2bf0e51ca5de8c6f4910b68522a0265e07bb32beefe13b9912b59e5954c5bfba')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p0 -i $srcdir/glob2-0.9.4.1-gcc44.patch
+  patch -p1 -i $srcdir/fix-ftbfs-gcc49.diff
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  scons LINKFLAGS=-lboost_system
+}
+
+package () {
+  cd $pkgname-$pkgver
+
+  scons install BINDIR=$pkgdir/usr/bin INSTALLDIR=$pkgdir/usr/share
+  find $pkgdir/usr/share -type f -exec chmod 644 '{}' \;
+  install -Dm644 data/icons/$pkgname-icon-48x48.png \
+$pkgdir/usr/share/pixmaps/$pkgname-icon-48x48.png
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glob2/repos/community-i686/fix-ftbfs-gcc49.diff (from rev 117124, 
glob2/trunk/fix-ftbfs-gcc49.diff)
===
--- fix-ftbfs-gcc49.diff(rev 0)
+++ fix-ftbfs-gcc49.diff2014-08-11 05:20:28 UTC (rev 117125)
@@ -0,0 +1,14 @@
+Index: glob2-0.9.4.4/src/Game.h
+===
+--- glob2-0.9.4.4.orig/src/Game.h  2014-07-14 10:36:36.705074927 +0800
 glob2-0.9.4.4/src/Game.h   2014-07-14 10:38:28.733077827 +0800
+@@ -148,7 +148,8 @@
+   TOP_TO_BOTTOM,
+   BOTTOM_TO_TOP
+   };
+-  
++
++public:
+   struct BuildProject
+   {
+ 

[arch-commits] Commit in glob2/repos/community-x86_64 (7 files)

2014-08-10 Thread Eric Bélanger
Date: Monday, August 11, 2014 @ 07:22:29
  Author: eric
Revision: 117126

archrelease: copy trunk to community-x86_64

Added:
  glob2/repos/community-x86_64/PKGBUILD
(from rev 117125, glob2/trunk/PKGBUILD)
  glob2/repos/community-x86_64/fix-ftbfs-gcc49.diff
(from rev 117125, glob2/trunk/fix-ftbfs-gcc49.diff)
  glob2/repos/community-x86_64/glob2-0.9.4.1-gcc44.patch
(from rev 117125, glob2/trunk/glob2-0.9.4.1-gcc44.patch)
  glob2/repos/community-x86_64/glob2.install
(from rev 117125, glob2/trunk/glob2.install)
Deleted:
  glob2/repos/community-x86_64/PKGBUILD
  glob2/repos/community-x86_64/glob2-0.9.4.1-gcc44.patch
  glob2/repos/community-x86_64/glob2.install

---+
 PKGBUILD  |   88 +++---
 fix-ftbfs-gcc49.diff  |   14 +++
 glob2-0.9.4.1-gcc44.patch |  174 ++--
 glob2.install |   26 +++---
 4 files changed, 159 insertions(+), 143 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-11 05:20:28 UTC (rev 117125)
+++ PKGBUILD2014-08-11 05:22:29 UTC (rev 117126)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
-
-pkgname=glob2
-pkgver=0.9.4.4
-pkgrel=21
-pkgdesc='RTS game which minimizes micro-management'
-arch=('x86_64' 'i686')
-url='http://www.globulation2.org/'
-license=('GPL3')
-depends=('boost-libs' 'sdl_net' 'sdl_image' 'sdl_ttf' 'libvorbis' 'speex' 'glu'
- 'fribidi' 'xdg-utils' 'libgl' 'hicolor-icon-theme')
-makedepends=('scons' 'boost' 'mesa')
-install=$pkgname.install
-source=(http://dl.sv.nongnu.org/releases/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz;
-$pkgname-${pkgver%.*}.1-gcc44.patch)
-sha256sums=('0f4d898ec6b05ce27b4a12ef242cc26571304b90d2509932a4743c71311314b8'
-'3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np0 -i $srcdir/$pkgname-${pkgver%.*}.1-gcc44.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  scons LINKFLAGS=-lboost_system
-}
-
-package () {
-  cd $pkgname-$pkgver
-
-  scons install BINDIR=$pkgdir/usr/bin INSTALLDIR=$pkgdir/usr/share
-  find $pkgdir/usr/share -type f -exec chmod 644 '{}' \;
-  install -Dm644 data/icons/$pkgname-icon-48x48.png \
-$pkgdir/usr/share/pixmaps/$pkgname-icon-48x48.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glob2/repos/community-x86_64/PKGBUILD (from rev 117125, 
glob2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-11 05:22:29 UTC (rev 117126)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+
+pkgname=glob2
+pkgver=0.9.4.4
+pkgrel=21
+pkgdesc='RTS game which minimizes micro-management'
+arch=('x86_64' 'i686')
+url='http://www.globulation2.org/'
+license=('GPL3')
+depends=('boost-libs' 'sdl_net' 'sdl_image' 'sdl_ttf' 'libvorbis' 'speex' 'glu'
+ 'fribidi' 'xdg-utils' 'libgl' 'hicolor-icon-theme')
+makedepends=('scons' 'boost' 'mesa')
+install=glob2.install
+source=(http://dl.sv.nongnu.org/releases/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.gz;
+glob2-0.9.4.1-gcc44.patch fix-ftbfs-gcc49.diff)
+sha256sums=('0f4d898ec6b05ce27b4a12ef242cc26571304b90d2509932a4743c71311314b8'
+'3a0cfc06696d1aaf2d7948b5f6a09a8ce96492767039dc09bfc25182b92d7b7a'
+'2bf0e51ca5de8c6f4910b68522a0265e07bb32beefe13b9912b59e5954c5bfba')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -p0 -i $srcdir/glob2-0.9.4.1-gcc44.patch
+  patch -p1 -i $srcdir/fix-ftbfs-gcc49.diff
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  scons LINKFLAGS=-lboost_system
+}
+
+package () {
+  cd $pkgname-$pkgver
+
+  scons install BINDIR=$pkgdir/usr/bin INSTALLDIR=$pkgdir/usr/share
+  find $pkgdir/usr/share -type f -exec chmod 644 '{}' \;
+  install -Dm644 data/icons/$pkgname-icon-48x48.png \
+$pkgdir/usr/share/pixmaps/$pkgname-icon-48x48.png
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glob2/repos/community-x86_64/fix-ftbfs-gcc49.diff (from rev 117125, 
glob2/trunk/fix-ftbfs-gcc49.diff)
===
--- fix-ftbfs-gcc49.diff(rev 0)
+++ fix-ftbfs-gcc49.diff2014-08-11 05:22:29 UTC (rev 117126)
@@ -0,0 +1,14 @@
+Index: glob2-0.9.4.4/src/Game.h
+===
+--- glob2-0.9.4.4.orig/src/Game.h  2014-07-14 10:36:36.705074927 +0800
 glob2-0.9.4.4/src/Game.h   2014-07-14 10:38:28.733077827 +0800
+@@ -148,7 +148,8 @@
+   TOP_TO_BOTTOM,
+   BOTTOM_TO_TOP
+   };
+-  
++
++public:
+   struct BuildProject