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

2016-09-05 Thread Felix Yan
Date: Tuesday, September 6, 2016 @ 05:39:52
  Author: felixonmars
Revision: 188611

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-06 05:39:39 UTC (rev 188610)
+++ PKGBUILD2016-09-06 05:39:52 UTC (rev 188611)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-configargparse
-pkgname=('python-configargparse' 'python2-configargparse')
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='A drop-in replacement for argparse that allows options to also be set 
via config files and/or environment variables'
-arch=('any')
-url='https://github.com/zorro3/ConfigArgParse'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=("git+https://github.com/bw2/ConfigArgParse.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a ConfigArgParse{,-py2}
-}
-
-check() {
-  cd "$srcdir/ConfigArgParse"
-  # https://github.com/bw2/ConfigArgParse/issues/31
-  python setup.py test || warning "Tests failed"
-
-  cd "$srcdir/ConfigArgParse-py2"
-  python2 setup.py test
-}
-
-package_python-configargparse() {
-  depends=('python')
-  cd ConfigArgParse
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-configargparse() {
-  depends=('python2')
-  cd ConfigArgParse
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-configargparse/repos/community-any/PKGBUILD (from rev 188610, 
python-configargparse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-06 05:39:52 UTC (rev 188611)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-configargparse
+pkgname=('python-configargparse' 'python2-configargparse')
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='A drop-in replacement for argparse that allows options to also be set 
via config files and/or environment variables'
+arch=('any')
+url='https://github.com/zorro3/ConfigArgParse'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=("git+https://github.com/bw2/ConfigArgParse.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a ConfigArgParse{,-py2}
+}
+
+check() {
+  cd "$srcdir/ConfigArgParse"
+  # https://github.com/bw2/ConfigArgParse/issues/31
+  python setup.py test || warning "Tests failed"
+
+  cd "$srcdir/ConfigArgParse-py2"
+  python2 setup.py test
+}
+
+package_python-configargparse() {
+  depends=('python')
+  cd ConfigArgParse
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-configargparse() {
+  depends=('python2')
+  cd ConfigArgParse
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-09-05 Thread Felix Yan
Date: Tuesday, September 6, 2016 @ 05:39:39
  Author: felixonmars
Revision: 188610

upgpkg: python-configargparse 0.11.0-1

Modified:
  python-configargparse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 21:35:48 UTC (rev 188609)
+++ PKGBUILD2016-09-06 05:39:39 UTC (rev 188610)
@@ -3,7 +3,7 @@
 
 pkgbase=python-configargparse
 pkgname=('python-configargparse' 'python2-configargparse')
-pkgver=0.10.0
+pkgver=0.11.0
 pkgrel=1
 pkgdesc='A drop-in replacement for argparse that allows options to also be set 
via config files and/or environment variables'
 arch=('any')


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

2016-09-05 Thread Sven-Hendrik Haase
Date: Monday, September 5, 2016 @ 21:35:36
  Author: svenstaro
Revision: 188608

upgpkg: spring-1944 2.0-2

Update map selection

Modified:
  spring-1944/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 20:44:58 UTC (rev 188607)
+++ PKGBUILD2016-09-05 21:35:36 UTC (rev 188608)
@@ -3,7 +3,7 @@
 # Contributor: ReNoM 
 pkgname=spring-1944
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A WWII themed game with four fully functional sides (US, Germany, 
USSR, Britain), period-accurate units and strengths"
 arch=(any)
 url="http://spring1944.net/;


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

2016-09-05 Thread Sven-Hendrik Haase
Date: Monday, September 5, 2016 @ 21:35:48
  Author: svenstaro
Revision: 188609

archrelease: copy trunk to community-any

Added:
  spring-1944/repos/community-any/PKGBUILD
(from rev 188608, spring-1944/trunk/PKGBUILD)
Deleted:
  spring-1944/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-05 21:35:36 UTC (rev 188608)
+++ PKGBUILD2016-09-05 21:35:48 UTC (rev 188609)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: ReNoM 
-pkgname=spring-1944
-pkgver=2.0
-pkgrel=1
-pkgdesc="A WWII themed game with four fully functional sides (US, Germany, 
USSR, Britain), period-accurate units and strengths"
-arch=(any)
-url="http://spring1944.net/;
-license=("GPL")
-depends=('spring')
-source=("http://spring1944.net/files/Maps/1944_Caucasus_Skirmish_V4.sd7;
-"http://spring1944.net/files/Maps/1944_Cooper_Hill.sd7;
-"http://spring1944.net/files/Maps/1944_BocageSkirmish.sd7;
-"http://spring1944.net/files/Maps/1944_Red_Planet.sd7;
-"http://spring1944.net/files/Maps/1944_Village_Crossing_V2.sd7;
-"http://spring1944.net/files/Maps/1944_Terra_Firma.sd7;
-"http://spring1944.net/files/Maps/1944_FloodBank_v0.sd7;
-   
"http://spring1944.net/files/Maps/1944_Titan.sd7;
-"http://spring1944.net/files/Maps/1944_Kiev_V4.sd7;
-"http://spring1944.net/files/Maps/Nuclear_Winter_1944.sd7;
-"http://spring1944.net/files/Maps/Verdant_1944.sd7;
-"http://spring1944.net/files/Maps/1944_Road_To_Rome_V3.sd7;
-"http://spring1944.net/files/Maps/1944_Prokhorovka_V2.sd7;
-"http://spring1944.net/files/Maps/1944_Moro_River_V1.sd7;
-"http://spring1944.net/files/Maps/1944_Hill_128.sd7;
-"http://spring1944.net/files/Maps/Europe_a2.sd7;
-"http://spring1944.net/files/Maps/1944_Liege_V2.sd7;
-"http://spring1944.net/files/Maps/1944_river_valley_v4.sdz;)
-md5sums=('3c29e33ff8d2848fa4f9d9893dc430dc'
- '4d6faadde397b8abf14a09eac29d604c'
- 'fd78cc0602afde996338b3ef4556e86c'
- 'f275b790c7171c32098a04459d21384f'
- '3b9ab4004f03df719ef6acacfece5970'
- '7ae909f80ea623034efc46060ba875f4'
- '82a0502c2536d29ab2898d01fddebaa8'
- '642057347ad44e3c61ebe66941c6205d'
- '708d064156962462de8e666c8859cbc4'
- 'fb2fa95398d64209d9009e79a8a1b838'
- 'fc691a482cdfaede5a920fbdc57df0e0'
- '3557ca2600616ce25b492181a761793c'
- '3a44b2c120ef5d8640262e517803ef11'
- '2f41e2a1fcbb3d2780c82dd2b2c4a66d'
- '80e946153726ea5054e8fb0338b986d9'
- '862f0879a65054b0cbddd7e69bf1de36'
- 'b49180c8963578a46fc414591323bcd6'
- '4ce517c0485f036dd67f9e948c790c41')
-
-package() {
-  mkdir -p $pkgdir/usr/share/spring/games
-  mkdir -p $pkgdir/usr/share/spring/maps
-  install -Dm644 -t $pkgdir/usr/share/spring/games $srcdir/*.sdz
-  install -Dm644 -t $pkgdir/usr/share/spring/maps $srcdir/*.sd7
-}
-
-# vim: sw=2:ts=2 et:

Copied: spring-1944/repos/community-any/PKGBUILD (from rev 188608, 
spring-1944/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-05 21:35:48 UTC (rev 188609)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: ReNoM 
+pkgname=spring-1944
+pkgver=2.0
+pkgrel=2
+pkgdesc="A WWII themed game with four fully functional sides (US, Germany, 
USSR, Britain), period-accurate units and strengths"
+arch=(any)
+url="http://spring1944.net/;
+license=("GPL")
+depends=('spring')
+source=("http://spring1944.net/files/Maps/1944_Caucasus_Skirmish_V4.sd7;
+"http://spring1944.net/files/Maps/1944_Cooper_Hill.sd7;
+"http://spring1944.net/files/Maps/1944_BocageSkirmish.sd7;
+"http://spring1944.net/files/Maps/1944_Red_Planet.sd7;
+"http://spring1944.net/files/Maps/1944_Village_Crossing_V2.sd7;
+"http://spring1944.net/files/Maps/1944_Terra_Firma.sd7;
+"http://spring1944.net/files/Maps/1944_FloodBank_v0.sd7;
+   
"http://spring1944.net/files/Maps/1944_Titan.sd7;
+"http://spring1944.net/files/Maps/1944_Kiev_V4.sd7;
+"http://spring1944.net/files/Maps/Nuclear_Winter_1944.sd7;
+"http://spring1944.net/files/Maps/Verdant_1944.sd7;
+"http://spring1944.net/files/Maps/1944_Road_To_Rome_V3.sd7;
+"http://spring1944.net/files/Maps/1944_Prokhorovka_V2.sd7;
+"http://spring1944.net/files/Maps/1944_Moro_River_V1.sd7;
+"http://spring1944.net/files/Maps/1944_Hill_128.sd7;
+"http://spring1944.net/files/Maps/Europe_a2.sd7;
+

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

2016-09-05 Thread Jaroslav Lichtblau
Date: Monday, September 5, 2016 @ 20:44:58
  Author: jlichtblau
Revision: 188607

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

Added:
  nzbget/repos/community-i686/PKGBUILD
(from rev 188606, nzbget/trunk/PKGBUILD)
  nzbget/repos/community-i686/nzbget.changelog
(from rev 188606, nzbget/trunk/nzbget.changelog)
  nzbget/repos/community-x86_64/PKGBUILD
(from rev 188606, nzbget/trunk/PKGBUILD)
  nzbget/repos/community-x86_64/nzbget.changelog
(from rev 188606, nzbget/trunk/nzbget.changelog)
Deleted:
  nzbget/repos/community-i686/PKGBUILD
  nzbget/repos/community-i686/nzbget.changelog
  nzbget/repos/community-x86_64/PKGBUILD
  nzbget/repos/community-x86_64/nzbget.changelog

---+
 /PKGBUILD |   64 +
 /nzbget.changelog |  168 
 community-i686/PKGBUILD   |   32 --
 community-i686/nzbget.changelog   |   81 -
 community-x86_64/PKGBUILD |   32 --
 community-x86_64/nzbget.changelog |   81 -
 6 files changed, 232 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-05 20:44:44 UTC (rev 188606)
+++ community-i686/PKGBUILD 2016-09-05 20:44:58 UTC (rev 188607)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alexander Rødseth 
-
-pkgname=nzbget
-pkgver=17.0
-pkgrel=1
-pkgdesc="Download from Usenet using .nzb files"
-arch=('i686' 'x86_64')
-url="http://nzbget.net/;
-license=('GPL')
-depends=('libxml2')
-optdepends=('python: to run included scripts')
-changelog=$pkgname.changelog
-source=(https://github.com/nzbget/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz)
-sha256sums=('795c830344dcc8751a2234a8344190b3f3e48e1ce92dcff02ee0af95a5fa46ae')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}"/usr/share/$pkgname
-  install -m644 -t "${pkgdir}"/usr/share/$pkgname ChangeLog README
-}

Copied: nzbget/repos/community-i686/PKGBUILD (from rev 188606, 
nzbget/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-05 20:44:58 UTC (rev 188607)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alexander Rødseth 
+
+pkgname=nzbget
+pkgver=17.1
+pkgrel=1
+pkgdesc="Download from Usenet using .nzb files"
+arch=('i686' 'x86_64')
+url="http://nzbget.net/;
+license=('GPL')
+depends=('libxml2')
+optdepends=('python: to run included scripts')
+changelog=$pkgname.changelog
+source=(https://github.com/nzbget/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz)
+sha256sums=('4b3cf500d9bb6e9ab65b2c8451358e6c93af0368176f193eebafca17d7209c39')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck 
--with-tlslib=OpenSSL
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}"/usr/share/$pkgname
+  install -m644 -t "${pkgdir}"/usr/share/$pkgname ChangeLog README
+}

Deleted: community-i686/nzbget.changelog
===
--- community-i686/nzbget.changelog 2016-09-05 20:44:44 UTC (rev 188606)
+++ community-i686/nzbget.changelog 2016-09-05 20:44:58 UTC (rev 188607)
@@ -1,81 +0,0 @@
-2016-07-28 Jaroslav Lichtblau 
-  * nzbget 17.0-1
-
-2015-12-05 Jaroslav Lichtblau 
-  * nzbget 16.4-1
-
-2015-10-30 Jaroslav Lichtblau 
-  * nzbget 16.3-1
-
-2015-10-25 Jaroslav Lichtblau 
-  * nzbget 16.2-2 FS#46862 fix
-
-2015-10-24 Jaroslav Lichtblau 
-  * nzbget 16.2-1
-
-2015-10-20 Jaroslav Lichtblau 
-  * nzbget 16.1-1
-
-2015-10-12 Jaroslav Lichtblau 
-  * nzbget 16.0-1
-
-2015-05-20 Jaroslav Lichtblau 
-  * nzbget 15.0-1
-
-2015-03-08 Jaroslav Lichtblau 
-  * nzbget 14.2-1
-
-2014-11-28 Jaroslav Lichtblau 
-  * nzbget 14.1-1
-
-2014-11-10 Jaroslav Lichtblau 
-  * nzbget 14.0-1
-
-2014-07-18 Jaroslav Lichtblau 
-  * nzbget 13.0-1
-
-2014-05-25 Jaroslav Lichtblau 
-  * nzbget 12.0-2 FS#40075 implemented
-
-2014-01-14 Jaroslav Lichtblau 
-  * nzbget 12.0-1
-
-2013-09-03 Maxime Gauduin 

[arch-commits] Commit in nzbget/trunk (PKGBUILD nzbget.changelog)

2016-09-05 Thread Jaroslav Lichtblau
Date: Monday, September 5, 2016 @ 20:44:44
  Author: jlichtblau
Revision: 188606

upgpkg: nzbget 17.1-1 - new upstream release

Modified:
  nzbget/trunk/PKGBUILD
  nzbget/trunk/nzbget.changelog

--+
 PKGBUILD |4 ++--
 nzbget.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 20:24:21 UTC (rev 188605)
+++ PKGBUILD2016-09-05 20:44:44 UTC (rev 188606)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=nzbget
-pkgver=17.0
+pkgver=17.1
 pkgrel=1
 pkgdesc="Download from Usenet using .nzb files"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 optdepends=('python: to run included scripts')
 changelog=$pkgname.changelog
 
source=(https://github.com/nzbget/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz)
-sha256sums=('795c830344dcc8751a2234a8344190b3f3e48e1ce92dcff02ee0af95a5fa46ae')
+sha256sums=('4b3cf500d9bb6e9ab65b2c8451358e6c93af0368176f193eebafca17d7209c39')
 
 build() {
   cd $pkgname-$pkgver

Modified: nzbget.changelog
===
--- nzbget.changelog2016-09-05 20:24:21 UTC (rev 188605)
+++ nzbget.changelog2016-09-05 20:44:44 UTC (rev 188606)
@@ -1,3 +1,6 @@
+2016-09-05 Jaroslav Lichtblau 
+  * nzbget 17.1-1
+
 2016-07-28 Jaroslav Lichtblau 
   * nzbget 17.0-1
 


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

2016-09-05 Thread Sven-Hendrik Haase
Date: Monday, September 5, 2016 @ 20:24:21
  Author: svenstaro
Revision: 188605

archrelease: copy trunk to community-any

Added:
  spring-1944/repos/community-any/PKGBUILD
(from rev 188604, spring-1944/trunk/PKGBUILD)
Deleted:
  spring-1944/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-05 20:24:08 UTC (rev 188604)
+++ PKGBUILD2016-09-05 20:24:21 UTC (rev 188605)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: ReNoM 
-pkgname=spring-1944
-pkgver=2.0
-pkgrel=1
-pkgdesc="A WWII themed game with four fully functional sides (US, Germany, 
USSR, Britain), period-accurate units and strengths"
-arch=(any)
-url="http://spring1944.net/;
-license="GPL"
-depends=('spring')
-source=("http://springfiles.com/sites/default/files/downloads/spring/games/s44v17_neptune.sdz;
-"http://spring1944.net/files/Maps/1944_BocageSkirmish.sd7;
-"http://spring1944.net/files/Maps/1944_Kiev_V4.sd7; 
-"http://spring1944.net/files/Maps/1944_Road_To_Rome_V3.sd7;
-"http://spring1944.net/files/Maps/1944_Caucasus_Skirmish_V4.sd7;
-"http://spring1944.net/files/Maps/1944_Village_Crossing_V2.sd7;
-"http://spring1944.net/files/Maps/1944_Terra_Firma.sd7;)
-md5sums=('8940b62fec57c6385dd2d2c125ff2eb5'
- 'fd78cc0602afde996338b3ef4556e86c'
- '708d064156962462de8e666c8859cbc4'
- '3557ca2600616ce25b492181a761793c'
- '3c29e33ff8d2848fa4f9d9893dc430dc'
- '3b9ab4004f03df719ef6acacfece5970'
- '7ae909f80ea623034efc46060ba875f4')
-
-package() {
-  mkdir -p $pkgdir/usr/share/spring/games
-  mkdir -p $pkgdir/usr/share/spring/maps
-  install -Dm644 -t $pkgdir/usr/share/spring/games $srcdir/*.sdz
-  install -Dm644 -t $pkgdir/usr/share/spring/maps $srcdir/*.sd7
-}
-
-# vim: sw=2:ts=2 et:

Copied: spring-1944/repos/community-any/PKGBUILD (from rev 188604, 
spring-1944/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-05 20:24:21 UTC (rev 188605)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: ReNoM 
+pkgname=spring-1944
+pkgver=2.0
+pkgrel=1
+pkgdesc="A WWII themed game with four fully functional sides (US, Germany, 
USSR, Britain), period-accurate units and strengths"
+arch=(any)
+url="http://spring1944.net/;
+license=("GPL")
+depends=('spring')
+source=("http://spring1944.net/files/Maps/1944_Caucasus_Skirmish_V4.sd7;
+"http://spring1944.net/files/Maps/1944_Cooper_Hill.sd7;
+"http://spring1944.net/files/Maps/1944_BocageSkirmish.sd7;
+"http://spring1944.net/files/Maps/1944_Red_Planet.sd7;
+"http://spring1944.net/files/Maps/1944_Village_Crossing_V2.sd7;
+"http://spring1944.net/files/Maps/1944_Terra_Firma.sd7;
+"http://spring1944.net/files/Maps/1944_FloodBank_v0.sd7;
+   
"http://spring1944.net/files/Maps/1944_Titan.sd7;
+"http://spring1944.net/files/Maps/1944_Kiev_V4.sd7;
+"http://spring1944.net/files/Maps/Nuclear_Winter_1944.sd7;
+"http://spring1944.net/files/Maps/Verdant_1944.sd7;
+"http://spring1944.net/files/Maps/1944_Road_To_Rome_V3.sd7;
+"http://spring1944.net/files/Maps/1944_Prokhorovka_V2.sd7;
+"http://spring1944.net/files/Maps/1944_Moro_River_V1.sd7;
+"http://spring1944.net/files/Maps/1944_Hill_128.sd7;
+"http://spring1944.net/files/Maps/Europe_a2.sd7;
+"http://spring1944.net/files/Maps/1944_Liege_V2.sd7;
+"http://spring1944.net/files/Maps/1944_river_valley_v4.sdz;)
+md5sums=('3c29e33ff8d2848fa4f9d9893dc430dc'
+ '4d6faadde397b8abf14a09eac29d604c'
+ 'fd78cc0602afde996338b3ef4556e86c'
+ 'f275b790c7171c32098a04459d21384f'
+ '3b9ab4004f03df719ef6acacfece5970'
+ '7ae909f80ea623034efc46060ba875f4'
+ '82a0502c2536d29ab2898d01fddebaa8'
+ '642057347ad44e3c61ebe66941c6205d'
+ '708d064156962462de8e666c8859cbc4'
+ 'fb2fa95398d64209d9009e79a8a1b838'
+ 'fc691a482cdfaede5a920fbdc57df0e0'
+ '3557ca2600616ce25b492181a761793c'
+ '3a44b2c120ef5d8640262e517803ef11'
+ '2f41e2a1fcbb3d2780c82dd2b2c4a66d'
+ '80e946153726ea5054e8fb0338b986d9'
+ '862f0879a65054b0cbddd7e69bf1de36'
+ 'b49180c8963578a46fc414591323bcd6'
+ '4ce517c0485f036dd67f9e948c790c41')
+
+package() {
+  mkdir -p $pkgdir/usr/share/spring/games
+  mkdir -p $pkgdir/usr/share/spring/maps
+  install -Dm644 -t $pkgdir/usr/share/spring/games $srcdir/*.sdz
+  install -Dm644 -t $pkgdir/usr/share/spring/maps $srcdir/*.sd7
+}
+
+# vim: sw=2:ts=2 et:


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

2016-09-05 Thread Sven-Hendrik Haase
Date: Monday, September 5, 2016 @ 20:24:08
  Author: svenstaro
Revision: 188604

upgpkg: spring-1944 2.0-1

Update map selection

Modified:
  spring-1944/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 19:53:25 UTC (rev 188603)
+++ PKGBUILD2016-09-05 20:24:08 UTC (rev 188604)
@@ -9,20 +9,42 @@
 url="http://spring1944.net/;
 license=("GPL")
 depends=('spring')
-source=("http://springfiles.com/sites/default/files/downloads/spring/games/s44v17_neptune.sdz;
+source=("http://spring1944.net/files/Maps/1944_Caucasus_Skirmish_V4.sd7;
+"http://spring1944.net/files/Maps/1944_Cooper_Hill.sd7;
 "http://spring1944.net/files/Maps/1944_BocageSkirmish.sd7;
-"http://spring1944.net/files/Maps/1944_Kiev_V4.sd7; 
+"http://spring1944.net/files/Maps/1944_Red_Planet.sd7;
+"http://spring1944.net/files/Maps/1944_Village_Crossing_V2.sd7;
+"http://spring1944.net/files/Maps/1944_Terra_Firma.sd7;
+"http://spring1944.net/files/Maps/1944_FloodBank_v0.sd7;
+   
"http://spring1944.net/files/Maps/1944_Titan.sd7;
+"http://spring1944.net/files/Maps/1944_Kiev_V4.sd7;
+"http://spring1944.net/files/Maps/Nuclear_Winter_1944.sd7;
+"http://spring1944.net/files/Maps/Verdant_1944.sd7;
 "http://spring1944.net/files/Maps/1944_Road_To_Rome_V3.sd7;
-"http://spring1944.net/files/Maps/1944_Caucasus_Skirmish_V4.sd7;
-"http://spring1944.net/files/Maps/1944_Village_Crossing_V2.sd7;
-"http://spring1944.net/files/Maps/1944_Terra_Firma.sd7;)
-md5sums=('8940b62fec57c6385dd2d2c125ff2eb5'
+"http://spring1944.net/files/Maps/1944_Prokhorovka_V2.sd7;
+"http://spring1944.net/files/Maps/1944_Moro_River_V1.sd7;
+"http://spring1944.net/files/Maps/1944_Hill_128.sd7;
+"http://spring1944.net/files/Maps/Europe_a2.sd7;
+"http://spring1944.net/files/Maps/1944_Liege_V2.sd7;
+"http://spring1944.net/files/Maps/1944_river_valley_v4.sdz;)
+md5sums=('3c29e33ff8d2848fa4f9d9893dc430dc'
+ '4d6faadde397b8abf14a09eac29d604c'
  'fd78cc0602afde996338b3ef4556e86c'
+ 'f275b790c7171c32098a04459d21384f'
+ '3b9ab4004f03df719ef6acacfece5970'
+ '7ae909f80ea623034efc46060ba875f4'
+ '82a0502c2536d29ab2898d01fddebaa8'
+ '642057347ad44e3c61ebe66941c6205d'
  '708d064156962462de8e666c8859cbc4'
+ 'fb2fa95398d64209d9009e79a8a1b838'
+ 'fc691a482cdfaede5a920fbdc57df0e0'
  '3557ca2600616ce25b492181a761793c'
- '3c29e33ff8d2848fa4f9d9893dc430dc'
- '3b9ab4004f03df719ef6acacfece5970'
- '7ae909f80ea623034efc46060ba875f4')
+ '3a44b2c120ef5d8640262e517803ef11'
+ '2f41e2a1fcbb3d2780c82dd2b2c4a66d'
+ '80e946153726ea5054e8fb0338b986d9'
+ '862f0879a65054b0cbddd7e69bf1de36'
+ 'b49180c8963578a46fc414591323bcd6'
+ '4ce517c0485f036dd67f9e948c790c41')
 
 package() {
   mkdir -p $pkgdir/usr/share/spring/games


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

2016-09-05 Thread Gaëtan Bisson
Date: Monday, September 5, 2016 @ 19:53:25
  Author: bisson
Revision: 188603

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

Added:
  sthttpd/repos/community-i686/PKGBUILD
(from rev 188602, sthttpd/trunk/PKGBUILD)
  sthttpd/repos/community-i686/config
(from rev 188602, sthttpd/trunk/config)
  sthttpd/repos/community-i686/discreet.patch
(from rev 188602, sthttpd/trunk/discreet.patch)
  sthttpd/repos/community-i686/service
(from rev 188602, sthttpd/trunk/service)
  sthttpd/repos/community-x86_64/PKGBUILD
(from rev 188602, sthttpd/trunk/PKGBUILD)
  sthttpd/repos/community-x86_64/config
(from rev 188602, sthttpd/trunk/config)
  sthttpd/repos/community-x86_64/discreet.patch
(from rev 188602, sthttpd/trunk/discreet.patch)
  sthttpd/repos/community-x86_64/service
(from rev 188602, sthttpd/trunk/service)
Deleted:
  sthttpd/repos/community-i686/PKGBUILD
  sthttpd/repos/community-i686/config
  sthttpd/repos/community-i686/discreet.patch
  sthttpd/repos/community-i686/service
  sthttpd/repos/community-x86_64/PKGBUILD
  sthttpd/repos/community-x86_64/config
  sthttpd/repos/community-x86_64/discreet.patch
  sthttpd/repos/community-x86_64/service

-+
 /PKGBUILD   |  116 ++
 /config |   10 +++
 /discreet.patch |   68 ++
 /service|   20 ++
 community-i686/PKGBUILD |   59 ---
 community-i686/config   |4 -
 community-i686/discreet.patch   |   34 ---
 community-i686/service  |   10 ---
 community-x86_64/PKGBUILD   |   59 ---
 community-x86_64/config |4 -
 community-x86_64/discreet.patch |   34 ---
 community-x86_64/service|   10 ---
 12 files changed, 214 insertions(+), 214 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-05 19:52:30 UTC (rev 188602)
+++ community-i686/PKGBUILD 2016-09-05 19:53:25 UTC (rev 188603)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Damir Perisa 
-# Contributor: Stewart Starbuck 
-
-pkgname=sthttpd
-pkgver=2.27.0
-pkgrel=2
-pkgdesc='Supported fork of the thttpd web server'
-url='http://opensource.dyc.edu/sthttpd'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-backup=('etc/thttpd.conf')
-validpgpkeys=('1FEDFAD9D82C52A53BABDC799384FA6EF52D4BBA')
-source=("http://opensource.dyc.edu/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'discreet.patch'
-'service'
-'config')
-sha1sums=('27ea739c4e3c7922979c4357a80fe6d141da4356' 'SKIP'
-  'ae0143fce29cf7eb84ebbee9640b9a2c977b5093'
-  '73bd76de0e89a9cc31e5605659837d83b3c8dfde'
-  '7a6413491b6ba68625d450caa3c6f071af0ca1ac')
-
-conflicts=('thttpd')
-provides=('thttpd')
-replaces=('thttpd')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   aclocal && automake --add-missing
-   patch -p1 -i ../discreet.patch
-   sed '/DEFAULT_CHARSET/c #define DEFAULT_CHARSET "utf-8"' -i src/thttpd.h
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export WEBDIR=/srv/http
-   export WEBGROUP=http
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --mandir=/usr/share/man \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rm -fr "${pkgdir}"/srv
-
-   install -Dm644 ../config "${pkgdir}"/etc/thttpd.conf
-   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/thttpd.service
-   install -Dm644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-   # Avoid conflicts with Apache
-   mv "${pkgdir}"/usr/bin/htpasswd{,-thttpd}
-   mv "${pkgdir}"/usr/share/man/man1/htpasswd{,-thttpd}.1
-}

Copied: sthttpd/repos/community-i686/PKGBUILD (from rev 188602, 
sthttpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-05 19:53:25 UTC (rev 188603)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Damir Perisa 
+# Contributor: Stewart Starbuck 
+
+pkgname=sthttpd
+pkgver=2.27.0
+pkgrel=3
+pkgdesc='Supported fork of the thttpd web server'
+url='http://opensource.dyc.edu/sthttpd'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+backup=('etc/thttpd.conf')
+validpgpkeys=('1FEDFAD9D82C52A53BABDC799384FA6EF52D4BBA')
+source=("http://opensource.dyc.edu/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'discreet.patch'
+'service'
+'config')

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

2016-09-05 Thread Gaëtan Bisson
Date: Monday, September 5, 2016 @ 19:52:30
  Author: bisson
Revision: 188602

move charset fix from prepare() to config

Modified:
  sthttpd/trunk/PKGBUILD
  sthttpd/trunk/config

--+
 PKGBUILD |5 ++---
 config   |5 +++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 19:18:31 UTC (rev 188601)
+++ PKGBUILD2016-09-05 19:52:30 UTC (rev 188602)
@@ -5,7 +5,7 @@
 
 pkgname=sthttpd
 pkgver=2.27.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Supported fork of the thttpd web server'
 url='http://opensource.dyc.edu/sthttpd'
 license=('custom:BSD')
@@ -19,7 +19,7 @@
 sha1sums=('27ea739c4e3c7922979c4357a80fe6d141da4356' 'SKIP'
   'ae0143fce29cf7eb84ebbee9640b9a2c977b5093'
   '73bd76de0e89a9cc31e5605659837d83b3c8dfde'
-  '7a6413491b6ba68625d450caa3c6f071af0ca1ac')
+  '4e2d1f714a68fadc2ae8fd6ba6b826c4785a77fd')
 
 conflicts=('thttpd')
 provides=('thttpd')
@@ -29,7 +29,6 @@
cd "${srcdir}/${pkgname}-${pkgver}"
aclocal && automake --add-missing
patch -p1 -i ../discreet.patch
-   sed '/DEFAULT_CHARSET/c #define DEFAULT_CHARSET "utf-8"' -i src/thttpd.h
 }
 
 build() {

Modified: config
===
--- config  2016-09-05 19:18:31 UTC (rev 188601)
+++ config  2016-09-05 19:52:30 UTC (rev 188602)
@@ -1,4 +1,5 @@
+user=http
 dir=/srv/http
+cgipat=**.cgi
+charset=utf-8
 vhost
-user=http
-cgipat=**.cgi


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

2016-09-05 Thread Sven-Hendrik Haase
Date: Monday, September 5, 2016 @ 19:18:31
  Author: svenstaro
Revision: 188601

Fix license to be an array

Modified:
  spring-kp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 19:15:48 UTC (rev 188600)
+++ PKGBUILD2016-09-05 19:18:31 UTC (rev 188601)
@@ -6,7 +6,7 @@
 pkgdesc="Kernel Panic is an RTS game about computers. Bits and bytes wage war 
in a matrix of DOOM! The only resources are time and space, there is no metal 
or energy economy in KP."
 arch=(any)
 url="http://springrts.com/wiki/Kernel_Panic;
-license="custom:publicdomain"
+license=("custom:publicdomain")
 depends=('spring')
 
source=("http://springfiles.com/sites/default/files/downloads/spring/game-installers/kernel_panic_${pkgver}.zip;)
 md5sums=('f3b35feb78217c554079922612977aab')


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

2016-09-05 Thread Sven-Hendrik Haase
Date: Monday, September 5, 2016 @ 19:15:48
  Author: svenstaro
Revision: 188600

Fix source

Modified:
  dstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 19:13:32 UTC (rev 188599)
+++ PKGBUILD2016-09-05 19:15:48 UTC (rev 188600)
@@ -11,8 +11,8 @@
 url="http://dag.wieers.com/home-made/dstat/;
 license=('GPL')
 depends=('python2')
-source=(https://github.com/dagwieers/dstat/archive/dstat-${pkgver}.tar.gz)
-md5sums=('a8f8243b60aeebb2f8ebfd97526b4f30')
+source=(https://github.com/dagwieers/dstat/archive/${pkgver}.tar.gz)
+md5sums=('be27c905e6737993306dbbcee735e8ad')
 
 package() {
   cd $pkgname-$pkgname-$pkgver


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

2016-09-05 Thread Sven-Hendrik Haase
Date: Monday, September 5, 2016 @ 19:13:32
  Author: svenstaro
Revision: 188599

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-05 19:13:14 UTC (rev 188598)
+++ community-i686/PKGBUILD 2016-09-05 19:13:32 UTC (rev 188599)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=box2d
-pkgver=2.3.1
-pkgrel=2
-pkgdesc="2D rigid body simulation library for games"
-url="http://www.box2d.org/;
-license=('zlib')
-arch=('i686' 'x86_64')
-#depends=('freeglut')
-makedepends=('cmake' 'doxygen' 'subversion')
-optdepends=()
-source=("${pkgname}-${pkgver}::svn+http://box2d.googlecode.com/svn/tags/v${pkgver};)
-md5sums=('SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/Box2D
- 
-  msg "Starting build"
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build 
-   cmake .. \
--DBOX2D_INSTALL=ON \
--DBOX2D_INSTALL_DOC=ON \
--DBOX2D_BUILD_SHARED=ON \
--DBOX2D_BUILD_STATIC=OFF \
--DBOX2D_BUILD_EXAMPLES=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/Box2D
-
-  cd Documentation
-  doxygen
-
-  cd ../build
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/Box2D/License.txt 
${pkgdir}/usr/share/licenses/box2d/LICENSE
-}
-# vim: sw=2 ts=2 et:

Copied: box2d/repos/community-i686/PKGBUILD (from rev 188598, 
box2d/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-05 19:13:32 UTC (rev 188599)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=box2d
+pkgver=2.3.1
+pkgrel=3
+pkgdesc="2D rigid body simulation library for games"
+url="http://www.box2d.org/;
+license=('zlib')
+arch=('i686' 'x86_64')
+#depends=('freeglut')
+makedepends=('cmake' 'doxygen' 'subversion')
+optdepends=()
+source=("https://github.com/erincatto/Box2D/archive/v${pkgver}.tar.gz;)
+md5sums=('70e25df706e848dbe611ca5b5c07a4ae')
+
+build() {
+  cd Box2D-${pkgver}/Box2D
+
+  msg "Starting build"
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+   cmake .. \
+-DBOX2D_INSTALL=ON \
+-DBOX2D_INSTALL_DOC=ON \
+-DBOX2D_BUILD_SHARED=ON \
+-DBOX2D_BUILD_STATIC=OFF \
+-DBOX2D_BUILD_EXAMPLES=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd Box2D-${pkgver}/Box2D/Documentation
+
+  doxygen
+
+  cd ../build
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ../License.txt ${pkgdir}/usr/share/licenses/box2d/LICENSE
+}
+# vim: sw=2 ts=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-05 19:13:14 UTC (rev 188598)
+++ community-x86_64/PKGBUILD   2016-09-05 19:13:32 UTC (rev 188599)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=box2d
-pkgver=2.3.1
-pkgrel=2
-pkgdesc="2D rigid body simulation library for games"
-url="http://www.box2d.org/;
-license=('zlib')
-arch=('i686' 'x86_64')
-#depends=('freeglut')
-makedepends=('cmake' 'doxygen' 'subversion')
-optdepends=()
-source=("${pkgname}-${pkgver}::svn+http://box2d.googlecode.com/svn/tags/v${pkgver};)
-md5sums=('SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/Box2D
- 
-  msg "Starting build"
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build 
-   cmake .. \
--DBOX2D_INSTALL=ON \
--DBOX2D_INSTALL_DOC=ON \
--DBOX2D_BUILD_SHARED=ON \
--DBOX2D_BUILD_STATIC=OFF \
--DBOX2D_BUILD_EXAMPLES=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/Box2D
-
-  cd Documentation
-  doxygen
-
-  cd ../build
-
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/Box2D/License.txt 
${pkgdir}/usr/share/licenses/box2d/LICENSE
-}
-# vim: sw=2 ts=2 et:

Copied: box2d/repos/community-x86_64/PKGBUILD (from rev 188598, 
box2d/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-05 19:13:32 UTC (rev 188599)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+

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

2016-09-05 Thread Sven-Hendrik Haase
Date: Monday, September 5, 2016 @ 19:13:14
  Author: svenstaro
Revision: 188598

upgpkg: box2d 2.3.1-3

Fix source

Modified:
  box2d/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 18:59:45 UTC (rev 188597)
+++ PKGBUILD2016-09-05 19:13:14 UTC (rev 188598)
@@ -3,7 +3,7 @@
 
 pkgname=box2d
 pkgver=2.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="2D rigid body simulation library for games"
 url="http://www.box2d.org/;
 license=('zlib')
@@ -11,15 +11,15 @@
 #depends=('freeglut')
 makedepends=('cmake' 'doxygen' 'subversion')
 optdepends=()
-source=("${pkgname}-${pkgver}::svn+http://box2d.googlecode.com/svn/tags/v${pkgver};)
-md5sums=('SKIP')
+source=("https://github.com/erincatto/Box2D/archive/v${pkgver}.tar.gz;)
+md5sums=('70e25df706e848dbe611ca5b5c07a4ae')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/Box2D
- 
+  cd Box2D-${pkgver}/Box2D
+
   msg "Starting build"
   [[ -d build ]] && rm -r build
-  mkdir build && cd build 
+  mkdir build && cd build
cmake .. \
 -DBOX2D_INSTALL=ON \
 -DBOX2D_INSTALL_DOC=ON \
@@ -31,9 +31,8 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/Box2D
+  cd Box2D-${pkgver}/Box2D/Documentation
 
-  cd Documentation
   doxygen
 
   cd ../build
@@ -40,6 +39,6 @@
 
   make DESTDIR=${pkgdir} install
 
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/Box2D/License.txt 
${pkgdir}/usr/share/licenses/box2d/LICENSE
+  install -Dm644 ../License.txt ${pkgdir}/usr/share/licenses/box2d/LICENSE
 }
 # vim: sw=2 ts=2 et:


[arch-commits] Commit in lib32-mesa/repos/multilib-x86_64 (9 files)

2016-09-05 Thread Laurent Carlier
Date: Monday, September 5, 2016 @ 18:59:45
  Author: lcarlier
Revision: 188597

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 188596, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 188596, lib32-mesa/trunk/PKGBUILD)
  lib32-mesa/repos/multilib-x86_64/remove-libpthread-stubs.patch
(from rev 188596, lib32-mesa/trunk/remove-libpthread-stubs.patch)
Deleted:
  
lib32-mesa/repos/multilib-x86_64/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch
  
lib32-mesa/repos/multilib-x86_64/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch
  
lib32-mesa/repos/multilib-x86_64/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
  lib32-mesa/repos/multilib-x86_64/remove-libpthread-stubs.patch

---+
 0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch  |   17 
 0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch |   76 ---
 0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch|   38 -
 LICENSE   |  164 +++---
 PKGBUILD  |  288 +---
 remove-libpthread-stubs.patch |   28 -
 6 files changed, 234 insertions(+), 377 deletions(-)

Deleted: 0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch
===
--- 0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch2016-09-05 18:59:36 UTC 
(rev 188596)
+++ 0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch2016-09-05 18:59:45 UTC 
(rev 188597)
@@ -1,17 +0,0 @@
-diff --git a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp 
b/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
-index 7564119..38e2c4a 100644
 a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
-+++ b/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
-@@ -6058,7 +6058,11 @@ st_translate_program(
-   inputSemanticName[i], inputSemanticIndex[i],
-   interpMode[i], 0, interpLocation[i],
-   array_id, array_size);
--i += array_size - 1;
-+
-+GLuint base_attr = inputSlotToAttr[i];
-+while (i + 1 < numInputs &&
-+   inputSlotToAttr[i + 1] < base_attr + array_size)
-+   ++i;
-  }
-  else {
- t->inputs[i] = ureg_DECL_fs_input_cyl_centroid(ureg,

Deleted: 0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch
===
--- 0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch   2016-09-05 
18:59:36 UTC (rev 188596)
+++ 0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch   2016-09-05 
18:59:45 UTC (rev 188597)
@@ -1,76 +0,0 @@
-From 9ce52baf7f479d506bcea17a371dcf2fad92f139 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Christian=20K=C3=B6nig?= 
-Date: Wed, 13 Jul 2016 14:54:31 +0200
-Subject: [PATCH] st/mesa: fix reference counting bug in st_vdpau
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Otherwise we leak the resources created for the DMA-buf descriptors.
-
-Signed-off-by: Christian König 
-Cc: 12.0 
-Tested-and-Reviewed by: Leo Liu 
-Ack-by: Tom St Denis 

- src/mesa/state_tracker/st_vdpau.c | 10 --
- 1 file changed, 8 insertions(+), 2 deletions(-)
-
-diff --git a/src/mesa/state_tracker/st_vdpau.c 
b/src/mesa/state_tracker/st_vdpau.c
-index dffa52f..4f599dd 100644
 a/src/mesa/state_tracker/st_vdpau.c
-+++ b/src/mesa/state_tracker/st_vdpau.c
-@@ -65,6 +65,7 @@ st_vdpau_video_surface_gallium(struct gl_context *ctx, const 
void *vdpSurface,
- 
-struct pipe_video_buffer *buffer;
-struct pipe_sampler_view **samplers;
-+   struct pipe_resource *res = NULL;
- 
-getProcAddr = (void *)ctx->vdpGetProcAddress;
-if (getProcAddr(device, VDP_FUNC_ID_VIDEO_SURFACE_GALLIUM, (void**)))
-@@ -82,7 +83,8 @@ st_vdpau_video_surface_gallium(struct gl_context *ctx, const 
void *vdpSurface,
-if (!sv)
-   return NULL;
- 
--   return sv->texture;
-+   pipe_resource_reference(, sv->texture);
-+   return res;
- }
- 
- static struct pipe_resource *
-@@ -90,13 +92,15 @@ st_vdpau_output_surface_gallium(struct gl_context *ctx, 
const void *vdpSurface)
- {
-int (*getProcAddr)(uint32_t device, uint32_t id, void **ptr);
-uint32_t device = (uintptr_t)ctx->vdpDevice;
-+   struct pipe_resource *res = NULL;
-VdpOutputSurfaceGallium *f;
- 
-getProcAddr = (void *)ctx->vdpGetProcAddress;
-if (getProcAddr(device, VDP_FUNC_ID_OUTPUT_SURFACE_GALLIUM, (void**)))
-   return NULL;
- 
--   return f((uintptr_t)vdpSurface);
-+   pipe_resource_reference(, f((uintptr_t)vdpSurface));

[arch-commits] Commit in lib32-mesa/trunk (4 files)

2016-09-05 Thread Laurent Carlier
Date: Monday, September 5, 2016 @ 18:59:36
  Author: lcarlier
Revision: 188596

upgpkg: lib32-mesa 12.0.2-1

upstream update 12.0.2

Modified:
  lib32-mesa/trunk/PKGBUILD
Deleted:
  lib32-mesa/trunk/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch
  lib32-mesa/trunk/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch
  lib32-mesa/trunk/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch

---+
 0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch  |   17 --
 0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch |   76 
 0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch|   38 --
 PKGBUILD  |   22 ---
 4 files changed, 5 insertions(+), 148 deletions(-)

Deleted: 0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch
===
--- 0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch2016-09-05 18:10:31 UTC 
(rev 188595)
+++ 0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch2016-09-05 18:59:36 UTC 
(rev 188596)
@@ -1,17 +0,0 @@
-diff --git a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp 
b/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
-index 7564119..38e2c4a 100644
 a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
-+++ b/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
-@@ -6058,7 +6058,11 @@ st_translate_program(
-   inputSemanticName[i], inputSemanticIndex[i],
-   interpMode[i], 0, interpLocation[i],
-   array_id, array_size);
--i += array_size - 1;
-+
-+GLuint base_attr = inputSlotToAttr[i];
-+while (i + 1 < numInputs &&
-+   inputSlotToAttr[i + 1] < base_attr + array_size)
-+   ++i;
-  }
-  else {
- t->inputs[i] = ureg_DECL_fs_input_cyl_centroid(ureg,

Deleted: 0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch
===
--- 0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch   2016-09-05 
18:10:31 UTC (rev 188595)
+++ 0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch   2016-09-05 
18:59:36 UTC (rev 188596)
@@ -1,76 +0,0 @@
-From 9ce52baf7f479d506bcea17a371dcf2fad92f139 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Christian=20K=C3=B6nig?= 
-Date: Wed, 13 Jul 2016 14:54:31 +0200
-Subject: [PATCH] st/mesa: fix reference counting bug in st_vdpau
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Otherwise we leak the resources created for the DMA-buf descriptors.
-
-Signed-off-by: Christian König 
-Cc: 12.0 
-Tested-and-Reviewed by: Leo Liu 
-Ack-by: Tom St Denis 

- src/mesa/state_tracker/st_vdpau.c | 10 --
- 1 file changed, 8 insertions(+), 2 deletions(-)
-
-diff --git a/src/mesa/state_tracker/st_vdpau.c 
b/src/mesa/state_tracker/st_vdpau.c
-index dffa52f..4f599dd 100644
 a/src/mesa/state_tracker/st_vdpau.c
-+++ b/src/mesa/state_tracker/st_vdpau.c
-@@ -65,6 +65,7 @@ st_vdpau_video_surface_gallium(struct gl_context *ctx, const 
void *vdpSurface,
- 
-struct pipe_video_buffer *buffer;
-struct pipe_sampler_view **samplers;
-+   struct pipe_resource *res = NULL;
- 
-getProcAddr = (void *)ctx->vdpGetProcAddress;
-if (getProcAddr(device, VDP_FUNC_ID_VIDEO_SURFACE_GALLIUM, (void**)))
-@@ -82,7 +83,8 @@ st_vdpau_video_surface_gallium(struct gl_context *ctx, const 
void *vdpSurface,
-if (!sv)
-   return NULL;
- 
--   return sv->texture;
-+   pipe_resource_reference(, sv->texture);
-+   return res;
- }
- 
- static struct pipe_resource *
-@@ -90,13 +92,15 @@ st_vdpau_output_surface_gallium(struct gl_context *ctx, 
const void *vdpSurface)
- {
-int (*getProcAddr)(uint32_t device, uint32_t id, void **ptr);
-uint32_t device = (uintptr_t)ctx->vdpDevice;
-+   struct pipe_resource *res = NULL;
-VdpOutputSurfaceGallium *f;
- 
-getProcAddr = (void *)ctx->vdpGetProcAddress;
-if (getProcAddr(device, VDP_FUNC_ID_OUTPUT_SURFACE_GALLIUM, (void**)))
-   return NULL;
- 
--   return f((uintptr_t)vdpSurface);
-+   pipe_resource_reference(, f((uintptr_t)vdpSurface));
-+   return res;
- }
- 
- static struct pipe_resource *
-@@ -208,6 +212,7 @@ st_vdpau_map_surface(struct gl_context *ctx, GLenum 
target, GLenum access,
-/* do we have different screen objects ? */
-if (res->screen != st->pipe->screen) {
-   _mesa_error(ctx, GL_INVALID_OPERATION, "VDPAUMapSurfacesNV");
-+  pipe_resource_reference(, NULL);
-   return;
-}
- 
-@@ -241,6 +246,7 @@ st_vdpau_map_surface(struct gl_context *ctx, GLenum 
target, GLenum access,
-stObj->surface_format = res->format;
- 
-_mesa_dirty_texobj(ctx, texObj);
-+   pipe_resource_reference(, NULL);
- }
- 
- static 

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

2016-09-05 Thread Laurent Carlier
Date: Monday, September 5, 2016 @ 18:46:56
  Author: lcarlier
Revision: 275778

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 275777, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 275777, mesa/trunk/PKGBUILD)
  mesa/repos/extra-i686/remove-libpthread-stubs.patch
(from rev 275777, mesa/trunk/remove-libpthread-stubs.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 275777, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 275777, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/remove-libpthread-stubs.patch
(from rev 275777, mesa/trunk/remove-libpthread-stubs.patch)
Deleted:
  mesa/repos/extra-i686/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch
  
mesa/repos/extra-i686/0001-i965-import-prime-buffers-in-the-current-context-not.patch
  
mesa/repos/extra-i686/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch
  mesa/repos/extra-i686/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-i686/remove-libpthread-stubs.patch
  mesa/repos/extra-x86_64/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch
  
mesa/repos/extra-x86_64/0001-i965-import-prime-buffers-in-the-current-context-not.patch
  
mesa/repos/extra-x86_64/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch
  mesa/repos/extra-x86_64/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD
  mesa/repos/extra-x86_64/remove-libpthread-stubs.patch

--+
 /LICENSE | 
 164 
 /PKGBUILD| 
 384 ++
 /remove-libpthread-stubs.patch   | 
  28 
 extra-i686/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch  | 
  17 
 extra-i686/0001-i965-import-prime-buffers-in-the-current-context-not.patch   | 
  66 -
 extra-i686/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch | 
  76 -
 extra-i686/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch| 
  38 
 extra-i686/LICENSE   | 
  82 --
 extra-i686/PKGBUILD  | 
 209 -
 extra-i686/remove-libpthread-stubs.patch | 
  14 
 extra-x86_64/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch| 
  17 
 extra-x86_64/0001-i965-import-prime-buffers-in-the-current-context-not.patch | 
  66 -
 extra-x86_64/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch   | 
  76 -
 extra-x86_64/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch  | 
  38 
 extra-x86_64/LICENSE | 
  82 --
 extra-x86_64/PKGBUILD| 
 209 -
 extra-x86_64/remove-libpthread-stubs.patch   | 
  14 
 17 files changed, 576 insertions(+), 1004 deletions(-)

Deleted: extra-i686/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch
===
--- extra-i686/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch 2016-09-05 
18:46:44 UTC (rev 275777)
+++ extra-i686/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch 2016-09-05 
18:46:56 UTC (rev 275778)
@@ -1,17 +0,0 @@
-diff --git a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp 
b/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
-index 7564119..38e2c4a 100644
 a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
-+++ b/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
-@@ -6058,7 +6058,11 @@ st_translate_program(
-   inputSemanticName[i], inputSemanticIndex[i],
-   interpMode[i], 0, interpLocation[i],
-   array_id, array_size);
--i += array_size - 1;
-+
-+GLuint base_attr = inputSlotToAttr[i];
-+while (i + 1 < numInputs &&
-+   inputSlotToAttr[i + 1] < base_attr + array_size)
-+   ++i;
-  }
-  else {
- t->inputs[i] = ureg_DECL_fs_input_cyl_centroid(ureg,

Deleted: 
extra-i686/0001-i965-import-prime-buffers-in-the-current-context-not.patch
===
--- extra-i686/0001-i965-import-prime-buffers-in-the-current-context-not.patch  
2016-09-05 18:46:44 UTC (rev 275777)
+++ extra-i686/0001-i965-import-prime-buffers-in-the-current-context-not.patch  
2016-09-05 18:46:56 UTC (rev 275778)
@@ -1,66 +0,0 @@
-From e180e9e3c830d3611a6cf7d32e988b4c28d20942 Mon Sep 17 00:00:00 2001
-From: Martin Peres 
-Date: Wed, 3 Aug 2016 12:58:23 +0300
-Subject: [PATCH] i965: 

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

2016-09-05 Thread Laurent Carlier
Date: Monday, September 5, 2016 @ 18:46:44
  Author: lcarlier
Revision: 275777

upgpkg: mesa 12.0.2-1

upstream update 12.0.2

Modified:
  mesa/trunk/PKGBUILD
Deleted:
  mesa/trunk/0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch
  mesa/trunk/0001-i965-import-prime-buffers-in-the-current-context-not.patch
  mesa/trunk/0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch
  mesa/trunk/0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch

-+
 0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch|   17 --
 0001-i965-import-prime-buffers-in-the-current-context-not.patch |   66 
 0001-st-mesa-fix-reference-counting-bug-in-st_vdpau.patch   |   76 
--
 0002-vl-dri3-fix-a-memory-leak-from-front-buffer.patch  |   38 -
 PKGBUILD|   27 ---
 5 files changed, 5 insertions(+), 219 deletions(-)

Deleted: 0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch
===
--- 0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch2016-09-05 17:45:40 UTC 
(rev 275776)
+++ 0001-Mesa-dev-st_glsl_to_tgsi-overlord-fix.patch2016-09-05 18:46:44 UTC 
(rev 275777)
@@ -1,17 +0,0 @@
-diff --git a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp 
b/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
-index 7564119..38e2c4a 100644
 a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
-+++ b/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
-@@ -6058,7 +6058,11 @@ st_translate_program(
-   inputSemanticName[i], inputSemanticIndex[i],
-   interpMode[i], 0, interpLocation[i],
-   array_id, array_size);
--i += array_size - 1;
-+
-+GLuint base_attr = inputSlotToAttr[i];
-+while (i + 1 < numInputs &&
-+   inputSlotToAttr[i + 1] < base_attr + array_size)
-+   ++i;
-  }
-  else {
- t->inputs[i] = ureg_DECL_fs_input_cyl_centroid(ureg,

Deleted: 0001-i965-import-prime-buffers-in-the-current-context-not.patch
===
--- 0001-i965-import-prime-buffers-in-the-current-context-not.patch 
2016-09-05 17:45:40 UTC (rev 275776)
+++ 0001-i965-import-prime-buffers-in-the-current-context-not.patch 
2016-09-05 18:46:44 UTC (rev 275777)
@@ -1,66 +0,0 @@
-From e180e9e3c830d3611a6cf7d32e988b4c28d20942 Mon Sep 17 00:00:00 2001
-From: Martin Peres 
-Date: Wed, 3 Aug 2016 12:58:23 +0300
-Subject: [PATCH] i965: import prime buffers in the current context, not screen
-
-This mirrors the codepath taken by DRI2 in IntelSetTexBuffer2() and
-fixes many applications when using DRI3:
- - Totem with libva on hw-accelerated decoding
- - obs-studio, using Window Capture (Xcomposite) as a Source
- - gstreamer with VAAPI
-
-Cc: mesa-sta...@lists.freedesktop.org
-Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=71759
-Signed-off-by: Martin Peres 

- src/mesa/drivers/dri/i965/intel_screen.c | 25 +++--
- 1 file changed, 23 insertions(+), 2 deletions(-)
-
-diff --git a/src/mesa/drivers/dri/i965/intel_screen.c 
b/src/mesa/drivers/dri/i965/intel_screen.c
-index ae51c40..169d578 100644
 a/src/mesa/drivers/dri/i965/intel_screen.c
-+++ b/src/mesa/drivers/dri/i965/intel_screen.c
-@@ -702,8 +702,11 @@ intel_create_image_from_fds(__DRIscreen *screen,
- int *fds, int num_fds, int *strides, int *offsets,
- void *loaderPrivate)
- {
-+   GET_CURRENT_CONTEXT(ctx);
-struct intel_screen *intelScreen = screen->driverPrivate;
-+   struct brw_context *brw = brw_context(ctx);
-struct intel_image_format *f;
-+   dri_bufmgr *bufmgr;
-__DRIimage *image;
-int i, index;
- 
-@@ -744,8 +747,26 @@ intel_create_image_from_fds(__DRIscreen *screen,
-  size = end;
-}
- 
--   image->bo = drm_intel_bo_gem_create_from_prime(intelScreen->bufmgr,
--  fds[0], size);
-+   /* Let's import the buffer into the current context instead of the current
-+* screen as some applications like gstreamer, totem, or obs create 
multiple
-+* X connections which end up creating multiple screens and thus multiple
-+* buffer managers. They then proceed to use a different X connection than
-+* the one used by the currently-bound context to call GLXBindTexImageExt()
-+* which should then import the buffer in the current bound context and not
-+* the current screen. This is done properly upstairs for texture 
management
-+* so we need to mirror this behaviour if we don't want the kernel 
rejecting
-+* our pushbuffers as the buffer would not have been imported by the same
-+* buffer manager that sent the pushbuffer referencing it.
-+*
-+* 

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

2016-09-05 Thread Jelle van der Waa
Date: Monday, September 5, 2016 @ 18:10:31
  Author: jelle
Revision: 188595

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-05 18:10:18 UTC (rev 188594)
+++ community-i686/PKGBUILD 2016-09-05 18:10:31 UTC (rev 188595)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Arch Haskell Team 
-
-pkgname=xmobar
-pkgver=0.24.2
-pkgrel=1
-pkgdesc="A Minimalistic Text Based Status Bar"
-url="http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
-makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 
'haskell-network-uri'
- 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat' 'haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-
-build() {
-cd xmobar-$pkgver
-
-runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft 
with_iwlib with_xpm"
-runhaskell Setup build
-}
-
-package() {
-cd xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('5c8d5846af195eea5a9e8edaac909543')

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 188594, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-05 18:10:31 UTC (rev 188595)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.24.3
+pkgrel=1
+pkgdesc="A Minimalistic Text Based Status Bar"
+url="http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
+makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 
'haskell-network-uri'
+ 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat' 'haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd xmobar-$pkgver
+
+runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft 
with_iwlib with_xpm"
+runhaskell Setup build
+}
+
+package() {
+cd xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('8d0b8e12da0346ab74b113b83bed11d0')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-05 18:10:18 UTC (rev 188594)
+++ community-x86_64/PKGBUILD   2016-09-05 18:10:31 UTC (rev 188595)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Arch Haskell Team 
-
-pkgname=xmobar
-pkgver=0.24.2
-pkgrel=1
-pkgdesc="A Minimalistic Text Based Status Bar"
-url="http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
-makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 
'haskell-network-uri'
- 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat' 'haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-
-build() {
-cd xmobar-$pkgver
-
-runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft 
with_iwlib with_xpm"
-runhaskell Setup build
-}
-
-package() {
-cd xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('5c8d5846af195eea5a9e8edaac909543')

Copied: xmobar/repos/community-x86_64/PKGBUILD (from rev 188594, 
xmobar/trunk/PKGBUILD)
===
--- 

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

2016-09-05 Thread Jelle van der Waa
Date: Monday, September 5, 2016 @ 18:10:18
  Author: jelle
Revision: 188594

upgpkg: xmobar 0.24.3-1

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 16:57:44 UTC (rev 188593)
+++ PKGBUILD2016-09-05 18:10:18 UTC (rev 188594)
@@ -3,7 +3,7 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=xmobar
-pkgver=0.24.2
+pkgver=0.24.3
 pkgrel=1
 pkgdesc="A Minimalistic Text Based Status Bar"
 url="http://hackage.haskell.org/package/xmobar;
@@ -28,4 +28,4 @@
 install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('5c8d5846af195eea5a9e8edaac909543')
+md5sums=('8d0b8e12da0346ab74b113b83bed11d0')


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

2016-09-05 Thread Antonio Rojas
Date: Monday, September 5, 2016 @ 17:45:40
  Author: arojas
Revision: 275776

Add fingerprint (FS#50657)

Modified:
  strace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 13:40:35 UTC (rev 275775)
+++ PKGBUILD2016-09-05 17:45:40 UTC (rev 275776)
@@ -10,8 +10,10 @@
 url="http://sourceforge.net/projects/strace/;
 license=('custom')
 depends=('perl' 'libunwind')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz;)
-md5sums=('4b78c7febdd24c79d5147824d1a080a3')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz"{,.asc})
+md5sums=('4b78c7febdd24c79d5147824d1a080a3'
+ 'SKIP')
+validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin 

 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in mingw-w64-gcc/repos (4 files)

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 16:57:44
  Author: spupykin
Revision: 188593

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

Added:
  mingw-w64-gcc/repos/community-testing-i686/
  mingw-w64-gcc/repos/community-testing-i686/PKGBUILD
(from rev 188592, mingw-w64-gcc/trunk/PKGBUILD)
  mingw-w64-gcc/repos/community-testing-x86_64/
  mingw-w64-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 188592, mingw-w64-gcc/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   71 
 community-testing-x86_64/PKGBUILD |   71 
 2 files changed, 142 insertions(+)

Copied: mingw-w64-gcc/repos/community-testing-i686/PKGBUILD (from rev 188592, 
mingw-w64-gcc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-09-05 16:57:44 UTC (rev 188593)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: rubenvb vanboxem  ruben  gmail  com
+
+_targets="i686-w64-mingw32 x86_64-w64-mingw32"
+
+pkgname=mingw-w64-gcc
+pkgver=6.2.1
+_commit=c2103c17
+_islver=0.17.1
+pkgrel=1
+pkgdesc="Cross GCC for the MinGW-w64 cross-compiler"
+arch=('i686' 'x86_64')
+url="http://gcc.gnu.org;
+license=('GPL' 'LGPL' 'FDL' 'custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+depends=('zlib' 'libmpc'
+'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
+'mingw-w64-headers')
+makedepends=("gcc-ada=${pkgver}" 'git')
+#checkdepends=('dejagnu') # Windows executables could run on Arch through 
bin_mft and Wine
+optdepends=()
+provides=('mingw-w64-gcc-base')
+replaces=()
+backup=()
+options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
+source=("git://gcc.gnu.org/git/gcc.git#commit=${_commit}"
+   "http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2;)
+md5sums=('SKIP'
+ '5184f543a013165e8057be59728664b1')
+
+prepare() {
+  cd ${srcdir}/gcc
+  # link isl for in-tree builds
+  ln -s ../isl-${_islver} isl
+}
+
+build() {
+  for _target in ${_targets}; do
+mkdir -p ${srcdir}/gcc-build-${_target} && cd 
${srcdir}/gcc-build-${_target}
+
+${srcdir}/gcc/configure --prefix=/usr --libexecdir=/usr/lib \
+--target=${_target} \
+--enable-languages=c,lto,c++,objc,obj-c++,fortran,ada \
+--enable-shared --enable-static \
+--enable-threads=posix --enable-fully-dynamic-string 
--enable-libstdcxx-time=yes \
+--with-system-zlib --enable-cloog-backend=isl \
+--enable-lto --disable-dw2-exceptions --enable-libgomp \
+--disable-multilib --enable-checking=release
+make all
+  done
+}
+
+package() {
+  for _target in ${_targets}; do
+cd ${srcdir}/gcc-build-${_target}
+make DESTDIR=${pkgdir} install
+${_target}-strip ${pkgdir}/usr/${_target}/lib/*.dll
+strip ${pkgdir}/usr/bin/${_target}-*
+strip 
${pkgdir}/usr/lib/gcc/${_target}/${pkgver}/{cc1*,collect2,gnat1,f951,lto*}
+ln -s ${_target}-gcc $pkgdir/usr/bin/${_target}-cc
+# mv dlls
+mkdir -p $pkgdir/usr/${_target}/bin/
+mv $pkgdir/usr/${_target}/lib/*.dll $pkgdir/usr/${_target}/bin/
+  done
+  strip ${pkgdir}/usr/bin/*
+  # remove unnecessary files
+  rm -r ${pkgdir}/usr/share
+  rm -f ${pkgdir}/usr/lib/libcc1.so*
+  rm -f ${pkgdir}/usr/lib/libcc1.a
+}

Copied: mingw-w64-gcc/repos/community-testing-x86_64/PKGBUILD (from rev 188592, 
mingw-w64-gcc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-09-05 16:57:44 UTC (rev 188593)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: rubenvb vanboxem  ruben  gmail  com
+
+_targets="i686-w64-mingw32 x86_64-w64-mingw32"
+
+pkgname=mingw-w64-gcc
+pkgver=6.2.1
+_commit=c2103c17
+_islver=0.17.1
+pkgrel=1
+pkgdesc="Cross GCC for the MinGW-w64 cross-compiler"
+arch=('i686' 'x86_64')
+url="http://gcc.gnu.org;
+license=('GPL' 'LGPL' 'FDL' 'custom')
+groups=('mingw-w64-toolchain' 'mingw-w64')
+depends=('zlib' 'libmpc'
+'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
+'mingw-w64-headers')
+makedepends=("gcc-ada=${pkgver}" 'git')
+#checkdepends=('dejagnu') # Windows executables could run on Arch through 
bin_mft and Wine
+optdepends=()
+provides=('mingw-w64-gcc-base')
+replaces=()
+backup=()
+options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
+source=("git://gcc.gnu.org/git/gcc.git#commit=${_commit}"
+   "http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2;)
+md5sums=('SKIP'
+ '5184f543a013165e8057be59728664b1')
+
+prepare() {
+  cd ${srcdir}/gcc
+  # link isl for in-tree builds
+  ln -s ../isl-${_islver} isl
+}
+
+build() {
+  for _target in ${_targets}; do
+mkdir -p 

[arch-commits] Commit in mingw-w64-gcc/trunk (PKGBUILD)

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 16:57:19
  Author: spupykin
Revision: 188592

upgpkg: mingw-w64-gcc 6.2.1-1

upd

Modified:
  mingw-w64-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 16:27:13 UTC (rev 188591)
+++ PKGBUILD2016-09-05 16:57:19 UTC (rev 188592)
@@ -5,10 +5,9 @@
 _targets="i686-w64-mingw32 x86_64-w64-mingw32"
 
 pkgname=mingw-w64-gcc
-pkgver=6.1.1
-_snapshot=6-20160505
+pkgver=6.2.1
+_commit=c2103c17
 _islver=0.17.1
-_cloogver=0.18.4
 pkgrel=1
 pkgdesc="Cross GCC for the MinGW-w64 cross-compiler"
 arch=('i686' 'x86_64')
@@ -18,7 +17,7 @@
 depends=('zlib' 'libmpc'
 'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads'
 'mingw-w64-headers')
-makedepends=("gcc-ada=${pkgver}")
+makedepends=("gcc-ada=${pkgver}" 'git')
 #checkdepends=('dejagnu') # Windows executables could run on Arch through 
bin_mft and Wine
 optdepends=()
 provides=('mingw-w64-gcc-base')
@@ -25,30 +24,15 @@
 replaces=()
 backup=()
 options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
-#source=("ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
-source=("ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2;
-   "http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2;
-   "http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz;)
-md5sums=('acb8c7d76a0061c068e406eaa65eff33'
- '5184f543a013165e8057be59728664b1'
- 'e531f725244856c92c9bba009ff44faf')
+source=("git://gcc.gnu.org/git/gcc.git#commit=${_commit}"
+   "http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2;)
+md5sums=('SKIP'
+ '5184f543a013165e8057be59728664b1')
 
-if [ -n "$_snapshot" ]; then
-  _basedir=gcc-$_snapshot
-else
-  _basedir=gcc-$pkgver
-fi
-
 prepare() {
-  cd ${srcdir}/${_basedir}
-  # link isl/cloog for in-tree builds
+  cd ${srcdir}/gcc
+  # link isl for in-tree builds
   ln -s ../isl-${_islver} isl
-  ln -s ../cloog-${_cloogver} cloog
-
-  #do not install libiberty
-#  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-#  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
 }
 
 build() {
@@ -55,7 +39,7 @@
   for _target in ${_targets}; do
 mkdir -p ${srcdir}/gcc-build-${_target} && cd 
${srcdir}/gcc-build-${_target}
 
-${srcdir}/${_basedir}/configure --prefix=/usr --libexecdir=/usr/lib \
+${srcdir}/gcc/configure --prefix=/usr --libexecdir=/usr/lib \
 --target=${_target} \
 --enable-languages=c,lto,c++,objc,obj-c++,fortran,ada \
 --enable-shared --enable-static \


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

2016-09-05 Thread Timothy Redaelli
Date: Monday, September 5, 2016 @ 16:27:13
  Author: tredaelli
Revision: 188591

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

Added:
  bitcoin/repos/community-testing-i686/PKGBUILD
(from rev 188590, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-testing-x86_64/PKGBUILD
(from rev 188590, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-testing-i686/PKGBUILD
  bitcoin/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |  442 
 community-testing-i686/PKGBUILD   |  101 
 community-testing-x86_64/PKGBUILD |  101 
 3 files changed, 442 insertions(+), 202 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-09-05 15:06:21 UTC (rev 188590)
+++ community-testing-i686/PKGBUILD 2016-09-05 16:27:13 UTC (rev 188591)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.12.1
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf')
-license=('MIT')
-source=(http://bitcoin.org/bin/bitcoin-core-$pkgver/bitcoin-$pkgver.tar.gz
-
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/bitcoin-qt.desktop
-
https://raw.github.com/bitcoin/bitcoin/v$pkgver/share/pixmaps/bitcoin128.png
-
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/examples/bitcoin.conf
-
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoind.1
-
https://raw.github.com/bitcoin/bitcoin/v$pkgver/contrib/debian/manpages/bitcoin.conf.5)
-#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
-sha256sums=('08fc3b6c05c39fb975bba1f6dd49992df46511790ce8dc67398208af9565e199'
-'b65b377c0d9ecae9eea722843bca0add6bdb7e50929a7e1f751b79b6621c6073'
-'ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722'
-'efe06ab377706338bc75fa1e24de9785950029f3350a17a4b8ce563b760f3c0c'
-'7d090ddd485c36d4fae5e6627388c5550f824fd498d5fd958ec999857fff7b28'
-'7f4021e34d52c321f679b548fcf6d55b4da30077b7aed392976f048ab88dcdd1')
-
-# Upstream should be more coherent!
-case "$pkgver" in
-*.*.*.*)
-  _pkgver=${pkgver%.*}
-  ;;
-*)
-  _pkgver=$pkgver
-  ;;
-esac
-
-# TODO: Build using db 4.8.30
-#prepare() {
-#  mkdir -p db4
-#}
-
-build() {
-#  cd "db-$_dbver.NC/build_unix"
-#  ../dist/configure --enable-cxx --disable-shared --with-pic 
--prefix="$srcdir/db4"
-#  make
-#  make install
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  ./configure --prefix=/usr --with-gui=qt5 --with-incompatible-bdb 
#LDFLAGS="-L$srcdir/db4/lib/ $LDFLAGS" CPPFLAGS="-I$srcdir/db4/include/ 
$CPPFLAGS"
-  make
-}
-
-package_bitcoin-qt() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
-  depends=(boost-libs desktop-file-utils libevent qt5-base miniupnpc qrencode 
protobuf)
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
-  install -Dm644 "$srcdir"/bitcoin-qt.desktop \
-"$pkgdir"/usr/share/applications/bitcoin.desktop
-  install -Dm644 "$srcdir"/bitcoin128.png \
-"$pkgdir"/usr/share/pixmaps/bitcoin128.png
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-daemon() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
-  depends=(boost-libs libevent miniupnpc)
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
-  install -Dm644 "$srcdir"/bitcoin.conf \
-"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
-  install -Dm644 "$srcdir"/bitcoind.1 \
-"$pkgdir"/usr/share/man/man1/bitcoind.1
-  install -Dm644 "$srcdir"/bitcoin.conf.5 \
-"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-cli() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
-  depends=(boost-libs libevent)
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-tx() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - 
Transaction tool"
-  depends=(boost-libs openssl)
-
-  cd "$pkgbase-$pkgver"
-  install -Dm755 src/bitcoin-tx "$pkgdir"/usr/bin/bitcoin-tx
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bitcoin/repos/community-testing-i686/PKGBUILD (from rev 188590, 
bitcoin/trunk/PKGBUILD)

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

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 15:06:21
  Author: spupykin
Revision: 188590

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-05 15:05:57 UTC (rev 188589)
+++ community-i686/PKGBUILD 2016-09-05 15:06:21 UTC (rev 188590)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: farid 
-# Contributor: Archie 
-
-pkgbase=gmic
-pkgname=("gmic" "gimp-plugin-gmic" "zart")
-pkgver=1.7.2
-pkgrel=1
-arch=("i686" "x86_64")
-url="http://gmic.eu/;
-license=("custom:CeCILL")
-makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
-source=("http://gmic.eu/files/source/gmic_$pkgver.tar.gz;)
-md5sums=('93ca12905081f1b6004ce8f2e8ddcc8f')
-
-prepare() {
-  cd "${srcdir}/gmic-${pkgver}"
-  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
--e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
-src/Makefile
-}
-
-build() {
-  cd "${srcdir}/gmic-${pkgver}"
-  (cd zart && qmake-qt4 -o Makefile zart.pro)
-  make -C src all
-  make -C zart all
-}
-
-package_gmic() {
-  pkgdesc="GREYC's Magic Image Converter: image processing framework"
-  depends=("opencv" "fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11")
-  replaces=("greycstoration")
-
-  cd "${srcdir}/gmic-${pkgver}"
-  make -C src install DESTDIR="$pkgdir" USR="/usr"
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  rm -rf "${pkgdir}/usr/"{bin/zart,lib/gimp,share/zart}
-}
-
-package_zart() {
-  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
-  depends=("opencv" "fftw" "qt4")
-
-  cd "${srcdir}/gmic-${pkgver}"
-  install -Dm755 zart/zart "${pkgdir}/usr/bin/zart"
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc="Gimp plugin for the G'MIC image processing framework"
-  depends=("opencv" "gimp" "fftw")
-  replaces=("gimp-plugin-greycstoration" "gimp-plugin-gmic4gimp")
-
-  cd "${srcdir}/gmic-${pkgver}"
-  install -Dm755 src/gmic_gimp "${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp"
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: gmic/repos/community-i686/PKGBUILD (from rev 188589, 
gmic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-05 15:06:21 UTC (rev 188590)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=("gmic" "gimp-plugin-gmic" "zart")
+pkgver=1.7.5
+_commit=cb34b9d1cb6125917905f82f8b2af8e2abacac7d
+pkgrel=1
+arch=("i686" "x86_64")
+url="http://gmic.eu/;
+license=("custom:CeCILL")
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2' 'git')
+source=("http://gmic.eu/files/source/gmic_$pkgver.tar.gz;
+   "git://github.com/dtschump/gmic-community.git#commit=${_commit}")
+md5sums=('d7c8c979d1c31e627b5ec799c76966dc'
+ 'SKIP')
+
+prepare() {
+  mv "${srcdir}/gmic-${pkgver}" "${srcdir}/gmic"
+  cd "${srcdir}/gmic"
+  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
+-e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+src/Makefile
+  ln -sf ../gmic-community/zart zart
+}
+
+build() {
+  cd "${srcdir}/gmic"
+  (cd zart && qmake-qt4 -o Makefile zart.pro)
+  make -C src all
+  make -C zart all
+}
+
+package_gmic() {
+  pkgdesc="GREYC's Magic Image Converter: image processing framework"
+  depends=("opencv" "fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11")
+  replaces=("greycstoration")
+
+  cd "${srcdir}/gmic"
+  make -C src install DESTDIR="$pkgdir" USR="/usr"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -rf "${pkgdir}/usr/"{bin/zart,lib/gimp,share/zart}
+}
+
+package_zart() {
+  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
+  depends=("opencv" "fftw" "qt4")
+
+  cd "${srcdir}/gmic"
+  install -Dm755 zart/zart "${pkgdir}/usr/bin/zart"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

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

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 15:05:57
  Author: spupykin
Revision: 188589

upgpkg: gmic 1.7.5-1

upd

Modified:
  gmic/trunk/PKGBUILD

--+
 PKGBUILD |   23 ++-
 1 file changed, 14 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 14:50:56 UTC (rev 188588)
+++ PKGBUILD2016-09-05 15:05:57 UTC (rev 188589)
@@ -6,24 +6,29 @@
 
 pkgbase=gmic
 pkgname=("gmic" "gimp-plugin-gmic" "zart")
-pkgver=1.7.2
+pkgver=1.7.5
+_commit=cb34b9d1cb6125917905f82f8b2af8e2abacac7d
 pkgrel=1
 arch=("i686" "x86_64")
 url="http://gmic.eu/;
 license=("custom:CeCILL")
-makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
-source=("http://gmic.eu/files/source/gmic_$pkgver.tar.gz;)
-md5sums=('93ca12905081f1b6004ce8f2e8ddcc8f')
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2' 'git')
+source=("http://gmic.eu/files/source/gmic_$pkgver.tar.gz;
+   "git://github.com/dtschump/gmic-community.git#commit=${_commit}")
+md5sums=('d7c8c979d1c31e627b5ec799c76966dc'
+ 'SKIP')
 
 prepare() {
-  cd "${srcdir}/gmic-${pkgver}"
+  mv "${srcdir}/gmic-${pkgver}" "${srcdir}/gmic"
+  cd "${srcdir}/gmic"
   sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
 -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
 src/Makefile
+  ln -sf ../gmic-community/zart zart
 }
 
 build() {
-  cd "${srcdir}/gmic-${pkgver}"
+  cd "${srcdir}/gmic"
   (cd zart && qmake-qt4 -o Makefile zart.pro)
   make -C src all
   make -C zart all
@@ -34,7 +39,7 @@
   depends=("opencv" "fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11")
   replaces=("greycstoration")
 
-  cd "${srcdir}/gmic-${pkgver}"
+  cd "${srcdir}/gmic"
   make -C src install DESTDIR="$pkgdir" USR="/usr"
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   rm -rf "${pkgdir}/usr/"{bin/zart,lib/gimp,share/zart}
@@ -44,7 +49,7 @@
   pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
   depends=("opencv" "fftw" "qt4")
 
-  cd "${srcdir}/gmic-${pkgver}"
+  cd "${srcdir}/gmic"
   install -Dm755 zart/zart "${pkgdir}/usr/bin/zart"
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
@@ -54,7 +59,7 @@
   depends=("opencv" "gimp" "fftw")
   replaces=("gimp-plugin-greycstoration" "gimp-plugin-gmic4gimp")
 
-  cd "${srcdir}/gmic-${pkgver}"
+  cd "${srcdir}/gmic"
   install -Dm755 src/gmic_gimp "${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp"
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


[arch-commits] Commit in lib32-libcurl-compat/repos/multilib-x86_64 (2 files)

2016-09-05 Thread Maxime Gauduin
Date: Monday, September 5, 2016 @ 14:50:56
  Author: alucryd
Revision: 188588

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libcurl-compat/repos/multilib-x86_64/PKGBUILD
(from rev 188587, lib32-libcurl-compat/trunk/PKGBUILD)
Deleted:
  lib32-libcurl-compat/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-05 14:50:50 UTC (rev 188587)
+++ PKGBUILD2016-09-05 14:50:56 UTC (rev 188588)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Piotr Balcerowski 
-
-pkgname=lib32-libcurl-compat
-pkgver=7.50.1
-pkgrel=2
-pkgdesc='An URL retrieval library (without versioned symbols)'
-arch=('x86_64')
-url='http://curl.haxx.se'
-license=('MIT')
-depends=('lib32-glibc' 'lib32-krb5' 'lib32-libidn' 'lib32-openssl' 'lib32-zlib'
- 'libcurl-compat'
- 'libssh2.so')
-makedepends=('gcc-multilib')
-options=('strip')
-source=("http://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
-sha256sums=('3e392cf600822b817be82d9080b377fcbab70538d5a8bf525a1cd66e157b99ea'
-'SKIP')
-validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
-
-build() {
-  cd curl-${pkgver}
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-ldap \
---disable-ldaps \
---disable-manual \
---disable-versioned-symbols \
---enable-ipv6 \
---enable-threaded-resolver \
---with-gssapi \
---with-libidn \
---with-random='/dev/urandom' \
---with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
-
-  make -C lib
-}
-
-package() {
-  cd curl-${pkgver}
-
-  make -C lib DESTDIR="${pkgdir}" install
-
-  mv "${pkgdir}"/usr/lib32/libcurl{,-compat}.so.4.4.0
-  rm "${pkgdir}"/usr/lib32/libcurl.{a,so}*
-  for version in 3 4.0.0 4.1.0 4.2.0 4.3.0; do
-ln -s libcurl-compat.so.4.4.0 "${pkgdir}"/usr/lib32/libcurl.so.${version}
-  done
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libcurl-compat "${pkgdir}"/usr/share/licenses/lib32-libcurl-compat
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libcurl-compat/repos/multilib-x86_64/PKGBUILD (from rev 188587, 
lib32-libcurl-compat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-05 14:50:56 UTC (rev 188588)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Piotr Balcerowski 
+
+pkgname=lib32-libcurl-compat
+pkgver=7.50.1
+pkgrel=3
+pkgdesc='An URL retrieval library (without versioned symbols)'
+arch=('x86_64')
+url='http://curl.haxx.se'
+license=('MIT')
+depends=('lib32-glibc' 'lib32-krb5' 'lib32-libidn' 'lib32-libssh2'
+ 'lib32-openssl' 'lib32-zlib' 'libcurl-compat')
+makedepends=('gcc-multilib')
+options=('strip')
+source=("http://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+sha256sums=('3e392cf600822b817be82d9080b377fcbab70538d5a8bf525a1cd66e157b99ea'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+build() {
+  cd curl-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--with-gssapi \
+--with-libidn \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib32/libcurl{,-compat}.so.4.4.0
+  rm "${pkgdir}"/usr/lib32/libcurl.{a,so}*
+  for version in 3 4.0.0 4.1.0 4.2.0 4.3.0; do
+ln -s libcurl-compat.so.4.4.0 "${pkgdir}"/usr/lib32/libcurl.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libcurl-compat "${pkgdir}"/usr/share/licenses/lib32-libcurl-compat
+}
+
+# vim: ts=2 sw=2 et:


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

2016-09-05 Thread Maxime Gauduin
Date: Monday, September 5, 2016 @ 14:50:50
  Author: alucryd
Revision: 188587

FS#50515: lib32-libcurl-compat 7.50.1-3

Modified:
  lib32-libcurl-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 14:47:36 UTC (rev 188586)
+++ PKGBUILD2016-09-05 14:50:50 UTC (rev 188587)
@@ -4,14 +4,13 @@
 
 pkgname=lib32-libcurl-compat
 pkgver=7.50.1
-pkgrel=2
+pkgrel=3
 pkgdesc='An URL retrieval library (without versioned symbols)'
 arch=('x86_64')
 url='http://curl.haxx.se'
 license=('MIT')
-depends=('lib32-glibc' 'lib32-krb5' 'lib32-libidn' 'lib32-openssl' 'lib32-zlib'
- 'libcurl-compat'
- 'libssh2.so')
+depends=('lib32-glibc' 'lib32-krb5' 'lib32-libidn' 'lib32-libssh2'
+ 'lib32-openssl' 'lib32-zlib' 'libcurl-compat')
 makedepends=('gcc-multilib')
 options=('strip')
 source=("http://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})


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

2016-09-05 Thread Maxime Gauduin
Date: Monday, September 5, 2016 @ 14:47:26
  Author: alucryd
Revision: 188585

FS#50515: lib32-libcurl-gnutls 7.50.1-5

Modified:
  lib32-libcurl-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 14:34:57 UTC (rev 188584)
+++ PKGBUILD2016-09-05 14:47:26 UTC (rev 188585)
@@ -4,14 +4,13 @@
 
 pkgname=lib32-libcurl-gnutls
 pkgver=7.50.1
-pkgrel=4
+pkgrel=5
 pkgdesc='An URL retrieval library'
 arch=('x86_64')
 url='http://curl.haxx.se'
 license=('MIT')
-depends=('lib32-glibc' 'lib32-gnutls' 'lib32-nettle' 'lib32-zlib'
- 'libcurl-gnutls'
- 'libssh2.so')
+depends=('lib32-glibc' 'lib32-gnutls' 'lib32-libssh2' 'lib32-nettle'
+ 'lib32-zlib' 'libcurl-gnutls')
 makedepends=('gcc-multilib')
 options=('strip')
 source=("http://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
@@ -22,8 +21,8 @@
 build() {
   cd curl-${pkgver}
 
-  export CC="gcc -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
 
   ./configure \
 --prefix='/usr' \


[arch-commits] Commit in lib32-libcurl-gnutls/repos/multilib-x86_64 (2 files)

2016-09-05 Thread Maxime Gauduin
Date: Monday, September 5, 2016 @ 14:47:36
  Author: alucryd
Revision: 188586

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libcurl-gnutls/repos/multilib-x86_64/PKGBUILD
(from rev 188585, lib32-libcurl-gnutls/trunk/PKGBUILD)
Deleted:
  lib32-libcurl-gnutls/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-05 14:47:26 UTC (rev 188585)
+++ PKGBUILD2016-09-05 14:47:36 UTC (rev 188586)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Lizao (Larry) Li 
-
-pkgname=lib32-libcurl-gnutls
-pkgver=7.50.1
-pkgrel=4
-pkgdesc='An URL retrieval library'
-arch=('x86_64')
-url='http://curl.haxx.se'
-license=('MIT')
-depends=('lib32-glibc' 'lib32-gnutls' 'lib32-nettle' 'lib32-zlib'
- 'libcurl-gnutls'
- 'libssh2.so')
-makedepends=('gcc-multilib')
-options=('strip')
-source=("http://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
-sha256sums=('3e392cf600822b817be82d9080b377fcbab70538d5a8bf525a1cd66e157b99ea'
-'SKIP')
-validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
-
-build() {
-  cd curl-${pkgver}
-
-  export CC="gcc -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---disable-ldap \
---disable-ldaps \
---disable-manual \
---disable-versioned-symbols \
---enable-ipv6 \
---enable-threaded-resolver \
---without-gssapi \
---without-libidn \
---without-ssl \
---with-gnutls='/usr' \
---with-random='/dev/urandom' \
---with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
-
-  make -C lib
-}
-
-package() {
-  cd curl-${pkgver}
-
-  make -C lib DESTDIR="${pkgdir}" install
-
-  mv "${pkgdir}"/usr/lib32/libcurl{,-gnutls}.so.4.4.0
-  rm "${pkgdir}"/usr/lib32/libcurl.{a,so}*
-  for version in 3 4 4.0.0 4.1.0 4.2.0 4.3.0; do
-ln -s libcurl-gnutls.so.4.4.0 
"${pkgdir}"/usr/lib32/libcurl-gnutls.so.${version}
-  done
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s libcurl-gnutls "${pkgdir}"/usr/share/licenses/lib32-libcurl-gnutls
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libcurl-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 188585, 
lib32-libcurl-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-05 14:47:36 UTC (rev 188586)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Lizao (Larry) Li 
+
+pkgname=lib32-libcurl-gnutls
+pkgver=7.50.1
+pkgrel=5
+pkgdesc='An URL retrieval library'
+arch=('x86_64')
+url='http://curl.haxx.se'
+license=('MIT')
+depends=('lib32-glibc' 'lib32-gnutls' 'lib32-libssh2' 'lib32-nettle'
+ 'lib32-zlib' 'libcurl-gnutls')
+makedepends=('gcc-multilib')
+options=('strip')
+source=("http://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+sha256sums=('3e392cf600822b817be82d9080b377fcbab70538d5a8bf525a1cd66e157b99ea'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+build() {
+  cd curl-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--disable-versioned-symbols \
+--enable-ipv6 \
+--enable-threaded-resolver \
+--without-gssapi \
+--without-libidn \
+--without-ssl \
+--with-gnutls='/usr' \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  make -C lib
+}
+
+package() {
+  cd curl-${pkgver}
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib32/libcurl{,-gnutls}.so.4.4.0
+  rm "${pkgdir}"/usr/lib32/libcurl.{a,so}*
+  for version in 3 4 4.0.0 4.1.0 4.2.0 4.3.0; do
+ln -s libcurl-gnutls.so.4.4.0 
"${pkgdir}"/usr/lib32/libcurl-gnutls.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libcurl-gnutls "${pkgdir}"/usr/share/licenses/lib32-libcurl-gnutls
+}
+
+# vim: ts=2 sw=2 et:


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

2016-09-05 Thread Antonio Rojas
Date: Monday, September 5, 2016 @ 14:34:57
  Author: arojas
Revision: 188584

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

Added:
  qt5ct/repos/community-i686/COPYING.BSD
(from rev 188583, qt5ct/trunk/COPYING.BSD)
  qt5ct/repos/community-i686/PKGBUILD
(from rev 188583, qt5ct/trunk/PKGBUILD)
  qt5ct/repos/community-x86_64/COPYING.BSD
(from rev 188583, qt5ct/trunk/COPYING.BSD)
  qt5ct/repos/community-x86_64/PKGBUILD
(from rev 188583, qt5ct/trunk/PKGBUILD)
Deleted:
  qt5ct/repos/community-i686/COPYING.BSD
  qt5ct/repos/community-i686/PKGBUILD
  qt5ct/repos/community-x86_64/COPYING.BSD
  qt5ct/repos/community-x86_64/PKGBUILD

--+
 /COPYING.BSD |   60 +++
 /PKGBUILD|   62 +
 community-i686/COPYING.BSD   |   30 ---
 community-i686/PKGBUILD  |   31 
 community-x86_64/COPYING.BSD |   30 ---
 community-x86_64/PKGBUILD|   31 
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/COPYING.BSD
===
--- community-i686/COPYING.BSD  2016-09-05 14:33:40 UTC (rev 188583)
+++ community-i686/COPYING.BSD  2016-09-05 14:34:57 UTC (rev 188584)
@@ -1,30 +0,0 @@
-Software License Agreement (BSD License)
-
-Copyright (c) 2015, Ilya Kotov
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without 
modification,
-are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this 
-  list of conditions and the following disclaimer.
-
-* Redistributions in binary form must reproduce the above copyright notice, 
this
-  list of conditions and the following disclaimer in the documentation and/or
-  other materials provided with the distribution.
-
-* Neither the name of schillmania.com nor the names of its contributors may be
-  used to endorse or promote products derived from this software without
-  specific prior written permission from schillmania.com.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
-ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-

Copied: qt5ct/repos/community-i686/COPYING.BSD (from rev 188583, 
qt5ct/trunk/COPYING.BSD)
===
--- community-i686/COPYING.BSD  (rev 0)
+++ community-i686/COPYING.BSD  2016-09-05 14:34:57 UTC (rev 188584)
@@ -0,0 +1,30 @@
+Software License Agreement (BSD License)
+
+Copyright (c) 2015, Ilya Kotov
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification,
+are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this 
+  list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice, 
this
+  list of conditions and the following disclaimer in the documentation and/or
+  other materials provided with the distribution.
+
+* Neither the name of schillmania.com nor the names of its contributors may be
+  used to endorse or promote products derived from this software without
+  specific prior written permission from schillmania.com.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD

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

2016-09-05 Thread Antonio Rojas
Date: Monday, September 5, 2016 @ 14:33:40
  Author: arojas
Revision: 188583

Update to 0.26

Modified:
  qt5ct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 13:56:00 UTC (rev 188582)
+++ PKGBUILD2016-09-05 14:33:40 UTC (rev 188583)
@@ -4,16 +4,16 @@
 # Contributor: Zatherz 
 
 pkgname=qt5ct
-pkgver=0.25
+pkgver=0.26
 pkgrel=1
 pkgdesc="Qt5 Configuration Utility"
 arch=(i686 x86_64)
-url="http://opendesktop.org/content/show.php?content=168066;
+url="http://qt5ct.sourceforge.net;
 license=(BSD)
 depends=(qt5-svg)
 makedepends=(qt5-tools)
 
source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;
 'COPYING.BSD')
-sha256sums=('b2669f4317c511895f33d5d11d14a5d9535340c6fb20effe4dd37ab6c152e057'
+sha256sums=('33883e6a12c5f9392701cc3ecc3a54181e53ce827755e8e2af8530bbc6606c5b'
 'b1742f842de71738501a471e4ce1cac38a02d3240a91848fbd32429bc20aa69b')
 
 build() {


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

2016-09-05 Thread Felix Yan
Date: Monday, September 5, 2016 @ 13:56:00
  Author: felixonmars
Revision: 188582

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-05 13:55:34 UTC (rev 188581)
+++ PKGBUILD2016-09-05 13:56:00 UTC (rev 188582)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-testfixtures
-pkgname=('python-testfixtures' 'python2-testfixtures')
-pkgver=4.10.0
-pkgrel=1
-pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
-arch=('any')
-license=('MIT')
-url="https://github.com/Simplistix/testfixtures;
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-  'python-manuel' 'python2-manuel' 'python-nose-fixes' 
'python2-nose-fixes')
-source=("git+https://github.com/Simplistix/testfixtures.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a testfixtures{,-py2}
-}
-
-build() {
-  cd "$srcdir"/testfixtures
-  python setup.py build
-
-  cd "$srcdir"/testfixtures-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/testfixtures
-  nosetests3
-
-  cd "$srcdir"/testfixtures-py2
-  nosetests2
-}
-
-package_python-testfixtures() {
-  depends=('python')
-
-  cd testfixtures
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 docs/license.txt 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-
-package_python2-testfixtures() {
-  depends=('python2')
-
-  cd testfixtures-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 docs/license.txt 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}

Copied: python-testfixtures/repos/community-any/PKGBUILD (from rev 188581, 
python-testfixtures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-05 13:56:00 UTC (rev 188582)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-testfixtures
+pkgname=('python-testfixtures' 'python2-testfixtures')
+pkgver=4.10.1
+pkgrel=1
+pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/Simplistix/testfixtures;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
+  'python-manuel' 'python2-manuel' 'python-nose-fixes' 
'python2-nose-fixes')
+source=("git+https://github.com/Simplistix/testfixtures.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a testfixtures{,-py2}
+}
+
+build() {
+  cd "$srcdir"/testfixtures
+  python setup.py build
+
+  cd "$srcdir"/testfixtures-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/testfixtures
+  nosetests3
+
+  cd "$srcdir"/testfixtures-py2
+  nosetests2
+}
+
+package_python-testfixtures() {
+  depends=('python')
+
+  cd testfixtures
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}
+
+package_python2-testfixtures() {
+  depends=('python2')
+
+  cd testfixtures-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}


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

2016-09-05 Thread Felix Yan
Date: Monday, September 5, 2016 @ 13:55:34
  Author: felixonmars
Revision: 188581

upgpkg: python-testfixtures 4.10.1-1

Modified:
  python-testfixtures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 13:52:23 UTC (rev 188580)
+++ PKGBUILD2016-09-05 13:55:34 UTC (rev 188581)
@@ -3,7 +3,7 @@
 
 pkgbase=python-testfixtures
 pkgname=('python-testfixtures' 'python2-testfixtures')
-pkgver=4.10.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
 arch=('any')


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

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 13:46:09
  Author: spupykin
Revision: 188578

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

Added:
  prosody/repos/community-testing-i686/
  prosody/repos/community-testing-i686/PKGBUILD
(from rev 188577, prosody/trunk/PKGBUILD)
  prosody/repos/community-testing-i686/fix-config.patch
(from rev 188577, prosody/trunk/fix-config.patch)
  prosody/repos/community-testing-i686/prosody.install
(from rev 188577, prosody/trunk/prosody.install)
  prosody/repos/community-testing-i686/prosody.logrotated
(from rev 188577, prosody/trunk/prosody.logrotated)
  prosody/repos/community-testing-i686/prosody.service
(from rev 188577, prosody/trunk/prosody.service)
  prosody/repos/community-testing-i686/prosody.tmpfile.d
(from rev 188577, prosody/trunk/prosody.tmpfile.d)
  prosody/repos/community-testing-i686/sysuser.conf
(from rev 188577, prosody/trunk/sysuser.conf)
  prosody/repos/community-testing-x86_64/
  prosody/repos/community-testing-x86_64/PKGBUILD
(from rev 188577, prosody/trunk/PKGBUILD)
  prosody/repos/community-testing-x86_64/fix-config.patch
(from rev 188577, prosody/trunk/fix-config.patch)
  prosody/repos/community-testing-x86_64/prosody.install
(from rev 188577, prosody/trunk/prosody.install)
  prosody/repos/community-testing-x86_64/prosody.logrotated
(from rev 188577, prosody/trunk/prosody.logrotated)
  prosody/repos/community-testing-x86_64/prosody.service
(from rev 188577, prosody/trunk/prosody.service)
  prosody/repos/community-testing-x86_64/prosody.tmpfile.d
(from rev 188577, prosody/trunk/prosody.tmpfile.d)
  prosody/repos/community-testing-x86_64/sysuser.conf
(from rev 188577, prosody/trunk/sysuser.conf)

-+
 community-testing-i686/PKGBUILD |   87 ++
 community-testing-i686/fix-config.patch |   44 +
 community-testing-i686/prosody.install  |   28 
 community-testing-i686/prosody.logrotated   |9 ++
 community-testing-i686/prosody.service  |   14 
 community-testing-i686/prosody.tmpfile.d|1 
 community-testing-i686/sysuser.conf |3 
 community-testing-x86_64/PKGBUILD   |   87 ++
 community-testing-x86_64/fix-config.patch   |   44 +
 community-testing-x86_64/prosody.install|   28 
 community-testing-x86_64/prosody.logrotated |9 ++
 community-testing-x86_64/prosody.service|   14 
 community-testing-x86_64/prosody.tmpfile.d  |1 
 community-testing-x86_64/sysuser.conf   |3 
 14 files changed, 372 insertions(+)

Copied: prosody/repos/community-testing-i686/PKGBUILD (from rev 188577, 
prosody/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-09-05 13:46:09 UTC (rev 188578)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Old Maintainer: Dwayne Bent 
+# Old Maintainer: Tilman Vatteroth 
+# Contributor: Paul-Sebastian Manole 
+# Contributor: Timothée Ravier 
+# Contributor: Christoph Stahl 
+
+pkgname=prosody
+pkgrel=1
+pkgver=0.10.r7656+.296543556065+
+pkgver() {
+  cd "$srcdir/prosody-hg"
+  printf "0.10.r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
+}
+pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua 
(development build from trunk-branch)"
+arch=('i686' 'x86_64')
+url="https://prosody.im/;
+license=('MIT')
+depends=('lua51' 'lua51-socket' 'lua51-expat' 'lua51-filesystem' 'libidn'
+ 'openssl')
+makedepends=('mercurial')
+conflicts=('prosody')
+provides=('prosody')
+optdepends=('lua51-sec: TLS encryption support'
+   'lua51-bitop: websocket support'
+   'lua51-event: libevent support')
+install=prosody.install
+backup=('etc/prosody/prosody.cfg.lua')
+source=("prosody-hg::hg+https://hg.prosody.im/trunk;
+'prosody.tmpfile.d'
+'sysuser.conf'
+'prosody.service')
+md5sums=('SKIP'
+ 'dc8405a6a235b83dc8a0dcdf7b71cbaa'
+ '385ca73d9f6046f3636266ce9bf38797'
+ 'e5957c72ed81f9ade2dd7a08bec21fdb')
+
+prepare() {
+  cd prosody-hg
+
+  # disable logging to output and activate syslog
+  sed -i s/"info = "/"-- info = "/g prosody.cfg.lua.dist
+  sed -i s/"error = "/"-- error = "/g prosody.cfg.lua.dist
+  sed -i s/"--\ \"\*syslog\"\;"/"\"*syslog\"\;"/g prosody.cfg.lua.dist
+
+  # add pidfile and daemonize
+  # daemonize is important for systemd!
+  mv prosody.cfg.lua.dist prosody.cfg.lua.old
+
+  echo --Important for systemd >> prosody.cfg.lua.dist
+  echo -- daemonize is important for systemd. if you set this to false the 
systemd startup will freeze. >> prosody.cfg.lua.dist
+  echo daemonize = true 

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

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 13:45:38
  Author: spupykin
Revision: 188577

upgpkg: prosody 0.10.r7656+.296543556065+-1

upd

Modified:
  prosody/trunk/PKGBUILD
  prosody/trunk/prosody.install

-+
 PKGBUILD|   77 --
 prosody.install |1 
 2 files changed, 46 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 12:59:43 UTC (rev 188576)
+++ PKGBUILD2016-09-05 13:45:38 UTC (rev 188577)
@@ -1,48 +1,66 @@
 # $Id$
 # Maintainer: Sergej Pupykin 
-# Maintainer: Dwayne Bent 
+# Old Maintainer: Dwayne Bent 
+# Old Maintainer: Tilman Vatteroth 
 # Contributor: Paul-Sebastian Manole 
 # Contributor: Timothée Ravier 
+# Contributor: Christoph Stahl 
 
 pkgname=prosody
-pkgver=0.9.10
-pkgrel=2
-pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua"
+pkgrel=1
+pkgver=0.10.r7656+.296543556065+
+pkgver() {
+  cd "$srcdir/prosody-hg"
+  printf "0.10.r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
+}
+pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua 
(development build from trunk-branch)"
 arch=('i686' 'x86_64')
-url="http://prosody.im/;
+url="https://prosody.im/;
 license=('MIT')
 depends=('lua51' 'lua51-socket' 'lua51-expat' 'lua51-filesystem' 'libidn'
  'openssl')
+makedepends=('mercurial')
+conflicts=('prosody')
+provides=('prosody')
 optdepends=('lua51-sec: TLS encryption support'
-   'lua51-zlib: compression support')
+   'lua51-bitop: websocket support'
+   'lua51-event: libevent support')
 install=prosody.install
-backup=('etc/logrotate.d/prosody'
-'etc/prosody/prosody.cfg.lua')
-validpgpkeys=('32A9EDDE3609931EB98CEAC315907E8E7BDD6BFE'
- '3E52119EF853C59678DBBF6BADED9A77B67AD329')
-source=("http://prosody.im/downloads/source/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'prosody.logrotated'
-'fix-config.patch'
+backup=('etc/prosody/prosody.cfg.lua')
+source=("prosody-hg::hg+https://hg.prosody.im/trunk;
 'prosody.tmpfile.d'
-'prosody.service'
-'sysuser.conf')
-md5sums=('ef6d4a9e6dcae577eb52f7277d7beac5'
- 'SKIP'
- '5b44aee99f1fa9e7f055e067688cafbd'
- '01b6aa0b1e1e3067756c45b0751bee78'
+'sysuser.conf'
+'prosody.service')
+md5sums=('SKIP'
  'dc8405a6a235b83dc8a0dcdf7b71cbaa'
- 'e5957c72ed81f9ade2dd7a08bec21fdb'
- '385ca73d9f6046f3636266ce9bf38797')
+ '385ca73d9f6046f3636266ce9bf38797'
+ 'e5957c72ed81f9ade2dd7a08bec21fdb')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 < $srcdir/fix-config.patch
-  sed -i 's|require "socket"|local socket = require "socket"|' prosodyctl
-  sed -i 's|sock, err = socket.udp();|sock, err = (socket.udp4 or 
socket.udp)();|g' net/dns.lua
+  cd prosody-hg
+
+  # disable logging to output and activate syslog
+  sed -i s/"info = "/"-- info = "/g prosody.cfg.lua.dist
+  sed -i s/"error = "/"-- error = "/g prosody.cfg.lua.dist
+  sed -i s/"--\ \"\*syslog\"\;"/"\"*syslog\"\;"/g prosody.cfg.lua.dist
+
+  # add pidfile and daemonize
+  # daemonize is important for systemd!
+  mv prosody.cfg.lua.dist prosody.cfg.lua.old
+
+  echo --Important for systemd >> prosody.cfg.lua.dist
+  echo -- daemonize is important for systemd. if you set this to false the 
systemd startup will freeze. >> prosody.cfg.lua.dist
+  echo daemonize = true >> prosody.cfg.lua.dist
+  echo 'pidfile = "/run/prosody/prosody.pid"'>> prosody.cfg.lua.dist
+  echo "" >> prosody.cfg.lua.dist
+  cat prosody.cfg.lua.old >> prosody.cfg.lua.dist
+  rm prosody.cfg.lua.old
+
+  #sed -i 's|sock, err = socket.udp();|sock, err = (socket.udp4 or 
socket.udp)();|g' net/dns.lua
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd prosody-hg
   ./configure --ostype=linux --prefix=/usr --sysconfdir=/etc/prosody \
 --datadir=/var/lib/prosody --with-lua-include=/usr/include/lua5.1 \
 --cflags="${CFLAGS} -fPIC -Wall -Wextra -D_GNU_SOURCE" \
@@ -52,11 +70,10 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd prosody-hg
   make DESTDIR="${pkgdir}" install
   make DESTDIR="${pkgdir}" install -C tools/migration
 
-#  install -Dm 0644 $srcdir/prosody.logrotated 
"${pkgdir}"/etc/logrotate.d/prosody
   install -Dm 0644 $srcdir/prosody.tmpfile.d 
"${pkgdir}"/usr/lib/tmpfiles.d/prosody.conf
   install -Dm 0644 $srcdir/prosody.service 
"${pkgdir}"/usr/lib/systemd/system/prosody.service
   install -Dm644 $srcdir/sysuser.conf "$pkgdir"/usr/lib/sysusers.d/prosody.conf
@@ -65,8 +82,6 @@
 install -Dm 0644 ${i} "${pkgdir}"/usr/share/prosody/${i}
   done
 
-  install -Dm 0644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+  install -Dm 0644 COPYING "${pkgdir}"/usr/share/licenses/prosody-hg/COPYING
   rm 

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

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 12:59:43
  Author: spupykin
Revision: 188576

archrelease: copy trunk to community-any

Added:
  virt-manager/repos/community-any/PKGBUILD
(from rev 188575, virt-manager/trunk/PKGBUILD)
Deleted:
  virt-manager/repos/community-any/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-05 12:59:33 UTC (rev 188575)
+++ PKGBUILD2016-09-05 12:59:43 UTC (rev 188576)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Wiersma 
-
-pkgbase=virt-manager
-pkgname=(virt-install virt-manager)
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Console user interface for managing virtual machines"
-arch=('any')
-url="http://virt-manager.org/;
-license=('GPL')
-depends=('python2' 'libvirt-python' 'libxml2' 'libvirt'
-'libosinfo' 'python2-ipaddr' 'python2-gobject' 'python2-requests')
-makedepends=('intltool>=0.35.0'
-'dbus-python' 'gtk-vnc' 'rarian'
-'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser' 'python2-cairo'
-'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
-'graphite' 'spice-gtk3'
-'libvirt-glib' 'vte3')
-source=("http://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz;)
-md5sums=('3cb69f1d108ae6d16bab2fce7ec639ea')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  python2 setup.py build
-}
-
-package_virt-install() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  python2 setup.py --no-update-icon-cache --no-compile-schemas install --root 
"$pkgdir"
-  python2 -m compileall "${pkgdir}/usr/share/virt-manager"
-  python2 -O -m compileall "${pkgdir}/usr/share/virt-manager"
-  rm "${pkgdir}/usr/bin/virt-manager"
-}
-
-package_virt-manager() {
-  pkgdesc="Desktop user interface for managing virtual machines"
-  depends=("virt-install=$pkgver"
-   'python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
-   'dbus-python' 'gtk-vnc' 'rarian'
-   'yajl' 'librsvg' 'libuser' 'python2-cairo'
-   'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
-   'graphite' 'spice-gtk3'
-   'libvirt-glib' 'vte3')
-  cd "$srcdir/$pkgbase-$pkgver"
-  install -Dm 755 build/virt-manager -t "${pkgdir}/usr/bin"
-}

Copied: virt-manager/repos/community-any/PKGBUILD (from rev 188575, 
virt-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-05 12:59:43 UTC (rev 188576)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Wiersma 
+
+pkgbase=virt-manager
+pkgname=(virt-install virt-manager)
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="Console user interface for managing virtual machines"
+arch=('any')
+url="http://virt-manager.org/;
+license=('GPL')
+depends=('python2' 'libvirt-python' 'libxml2' 'libvirt'
+'libosinfo' 'python2-ipaddr' 'python2-gobject' 'python2-requests')
+makedepends=('intltool>=0.35.0'
+'dbus-python' 'gtk-vnc' 'rarian'
+'yajl' 'librsvg' 'libuser' 'python2-cairo'
+'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
+'graphite' 'spice-gtk3'
+'libvirt-glib' 'vte3')
+source=("http://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz;)
+md5sums=('3cb69f1d108ae6d16bab2fce7ec639ea')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  python2 setup.py build
+}
+
+package_virt-install() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  python2 setup.py --no-update-icon-cache --no-compile-schemas install --root 
"$pkgdir"
+  python2 -m compileall "${pkgdir}/usr/share/virt-manager"
+  python2 -O -m compileall "${pkgdir}/usr/share/virt-manager"
+  rm "${pkgdir}/usr/bin/virt-manager"
+}
+
+package_virt-manager() {
+  pkgdesc="Desktop user interface for managing virtual machines"
+  depends=("virt-install=$pkgver"
+   'python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber'
+   'dbus-python' 'gtk-vnc' 'rarian'
+   'yajl' 'librsvg' 'libuser' 'python2-cairo'
+   'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
+   'graphite' 'spice-gtk3'
+   'libvirt-glib' 'vte3')
+  cd "$srcdir/$pkgbase-$pkgver"
+  install -Dm 755 build/virt-manager -t "${pkgdir}/usr/bin"
+}


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

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 12:59:33
  Author: spupykin
Revision: 188575

upgpkg: virt-manager 1.4.0-2

upd

Modified:
  virt-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 12:57:05 UTC (rev 188574)
+++ PKGBUILD2016-09-05 12:59:33 UTC (rev 188575)
@@ -6,7 +6,7 @@
 pkgbase=virt-manager
 pkgname=(virt-install virt-manager)
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Console user interface for managing virtual machines"
 arch=('any')
 url="http://virt-manager.org/;
@@ -15,7 +15,7 @@
 'libosinfo' 'python2-ipaddr' 'python2-gobject' 'python2-requests')
 makedepends=('intltool>=0.35.0'
 'dbus-python' 'gtk-vnc' 'rarian'
-'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser' 'python2-cairo'
+'yajl' 'librsvg' 'libuser' 'python2-cairo'
 'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass'
 'graphite' 'spice-gtk3'
 'libvirt-glib' 'vte3')


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

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 12:57:05
  Author: spupykin
Revision: 188574

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

Added:
  unrealircd/repos/community-i686/PKGBUILD
(from rev 188573, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-i686/install.pl
(from rev 188573, unrealircd/trunk/install.pl)
  unrealircd/repos/community-i686/unrealircd.install
(from rev 188573, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-i686/unrealircd.service
(from rev 188573, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-i686/unrealircd.tmpfiles.d
(from rev 188573, unrealircd/trunk/unrealircd.tmpfiles.d)
  unrealircd/repos/community-x86_64/PKGBUILD
(from rev 188573, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-x86_64/install.pl
(from rev 188573, unrealircd/trunk/install.pl)
  unrealircd/repos/community-x86_64/unrealircd.install
(from rev 188573, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-x86_64/unrealircd.service
(from rev 188573, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d
(from rev 188573, unrealircd/trunk/unrealircd.tmpfiles.d)
Deleted:
  unrealircd/repos/community-i686/PKGBUILD
  unrealircd/repos/community-i686/install.pl
  unrealircd/repos/community-i686/unrealircd.install
  unrealircd/repos/community-i686/unrealircd.service
  unrealircd/repos/community-i686/unrealircd.tmpfiles.d
  unrealircd/repos/community-x86_64/PKGBUILD
  unrealircd/repos/community-x86_64/install.pl
  unrealircd/repos/community-x86_64/unrealircd.install
  unrealircd/repos/community-x86_64/unrealircd.service
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d

+
 /PKGBUILD  |  136 +++
 /install.pl|   10 ++
 /unrealircd.install|   24 +
 /unrealircd.service|   24 +
 /unrealircd.tmpfiles.d |2 
 community-i686/PKGBUILD|   68 ---
 community-i686/install.pl  |5 -
 community-i686/unrealircd.install  |   12 --
 community-i686/unrealircd.service  |   12 --
 community-i686/unrealircd.tmpfiles.d   |1 
 community-x86_64/PKGBUILD  |   68 ---
 community-x86_64/install.pl|5 -
 community-x86_64/unrealircd.install|   12 --
 community-x86_64/unrealircd.service|   12 --
 community-x86_64/unrealircd.tmpfiles.d |1 
 15 files changed, 196 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-05 12:56:42 UTC (rev 188573)
+++ community-i686/PKGBUILD 2016-09-05 12:57:05 UTC (rev 188574)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zerial 
-
-pkgname=unrealircd
-pkgver=4.0.5
-pkgrel=3
-pkgdesc="Open Source IRC Server"
-arch=('i686' 'x86_64')
-url="http://unrealircd.com;
-license=('GPL2')
-depends=('openssl' 'curl' 'c-ares')
-conflicts=('ircd')
-provides=('ircd')
-backup=('etc/unrealircd/unrealircd.conf')
-install=unrealircd.install
-source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz
-   unrealircd.service
-   unrealircd.tmpfiles.d
-   install.pl)
-md5sums=('d447caa31dc541c4a80aa54290602132'
- '677d8de0bae770488a2c1730f9475a51'
- '3ec519ea7dbe99696eb6c51dfc0d382a'
- '3a23792b03420fc578cf6688b1574ae3')
-
-prepare() {
-  cd $srcdir/unrealircd-$pkgver
-  sed -i \
--e 's|$(INSTALL) -m 0700|$(INSTALL) -m 0755|g' \
--e 's|$(INSTALL) -m 0600|$(INSTALL) -m 0644|g' \
-Makefile.in
-}
-
-build() {
-  cd $srcdir/unrealircd-$pkgver
-  ./configure \
---with-pidfile=/run/unrealircd/ircd.pid \
---with-showlistmodes \
---enable-ssl=/usr \
---with-bindir=/usr/bin \
---with-datadir=/var/lib/unrealircd \
---with-confdir=/etc/unrealircd \
---with-modulesdir=/usr/lib/unrealircd \
---with-logdir=/var/log/unrealircd \
---with-cachedir=/var/cache/unrealircd \
---with-docdir=/usr/share/doc/unrealircd \
---with-tmpdir=/tmp \
---with-scriptdir=/usr \
---with-nick-history=2000 \
---with-sendq=300 \
---with-permissions=0644 \
---with-fd-setsize=1024 \
---enable-dynamic-linking
-  make
-}
-
-package() {
-  cd $srcdir/unrealircd-$pkgver
-
-  export pkgdir
-  make INSTALL=$srcdir/install.pl install
-  mv $pkgdir/usr/unrealircd $pkgdir/etc/unrealircd/unrealircd
-  cp $pkgdir/etc/unrealircd/examples/example.conf 
$pkgdir/etc/unrealircd/unrealircd.conf
-  rm -rf $pkgdir/tmp
-
-  install -Dm0644 $srcdir/unrealircd.service 
$pkgdir/usr/lib/systemd/system/unrealircd.service
-  install -Dm0644 $srcdir/unrealircd.tmpfiles.d 
$pkgdir/usr/lib/tmpfiles.d/unrealircd.conf
-}

Copied: 

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

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 12:56:21
  Author: spupykin
Revision: 188571

upgpkg: gnubiff 2.2.17-1

upd

Modified:
  gnubiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 12:00:41 UTC (rev 188570)
+++ PKGBUILD2016-09-05 12:56:21 UTC (rev 188571)
@@ -4,8 +4,8 @@
 # Contributor: Todd Musall 
 
 pkgname=gnubiff
-pkgver=2.2.16
-pkgrel=4
+pkgver=2.2.17
+pkgrel=1
 pkgdesc="Mail notification program that checks for mail and displays headers 
when new mail has arrived"
 arch=('i686' 'x86_64')
 url="http://gnubiff.sourceforge.net/;
@@ -14,12 +14,12 @@
 makedepends=('intltool')
 source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz
mutex.patch)
-md5sums=('f908510bf3d9b38f883dc5873b09f99c'
+md5sums=('6371ca2986efdaf1e47bc5a44249513a'
  '76de63fbc4a1487560cfae210fc1d6e4')
 
 prepare() {
   cd $srcdir/gnubiff-$pkgver
-  patch -p1 <$srcdir/mutex.patch
+#  patch -p1 <$srcdir/mutex.patch
 }
 
 build() {


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

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 12:56:42
  Author: spupykin
Revision: 188573

upgpkg: unrealircd 4.0.6-1

upd

Modified:
  unrealircd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 12:56:38 UTC (rev 188572)
+++ PKGBUILD2016-09-05 12:56:42 UTC (rev 188573)
@@ -3,8 +3,8 @@
 # Contributor: Zerial 
 
 pkgname=unrealircd
-pkgver=4.0.5
-pkgrel=3
+pkgver=4.0.6
+pkgrel=1
 pkgdesc="Open Source IRC Server"
 arch=('i686' 'x86_64')
 url="http://unrealircd.com;
@@ -18,7 +18,7 @@
unrealircd.service
unrealircd.tmpfiles.d
install.pl)
-md5sums=('d447caa31dc541c4a80aa54290602132'
+md5sums=('9503e3ef97d24fba106b490a5d4dd355'
  '677d8de0bae770488a2c1730f9475a51'
  '3ec519ea7dbe99696eb6c51dfc0d382a'
  '3a23792b03420fc578cf6688b1574ae3')


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

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 12:56:38
  Author: spupykin
Revision: 188572

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

Added:
  gnubiff/repos/community-i686/PKGBUILD
(from rev 188571, gnubiff/trunk/PKGBUILD)
  gnubiff/repos/community-i686/mutex.patch
(from rev 188571, gnubiff/trunk/mutex.patch)
  gnubiff/repos/community-x86_64/PKGBUILD
(from rev 188571, gnubiff/trunk/PKGBUILD)
  gnubiff/repos/community-x86_64/mutex.patch
(from rev 188571, gnubiff/trunk/mutex.patch)
Deleted:
  gnubiff/repos/community-i686/PKGBUILD
  gnubiff/repos/community-i686/mutex.patch
  gnubiff/repos/community-x86_64/PKGBUILD
  gnubiff/repos/community-x86_64/mutex.patch

--+
 /PKGBUILD|   70 +
 /mutex.patch |   26 +++
 community-i686/PKGBUILD  |   35 
 community-i686/mutex.patch   |   13 ---
 community-x86_64/PKGBUILD|   35 
 community-x86_64/mutex.patch |   13 ---
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-05 12:56:21 UTC (rev 188571)
+++ community-i686/PKGBUILD 2016-09-05 12:56:38 UTC (rev 188572)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Tom K 
-# Contributor: Todd Musall 
-
-pkgname=gnubiff
-pkgver=2.2.16
-pkgrel=4
-pkgdesc="Mail notification program that checks for mail and displays headers 
when new mail has arrived"
-arch=('i686' 'x86_64')
-url="http://gnubiff.sourceforge.net/;
-license=("GPL")
-depends=('gtk3' 'popt')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz
-   mutex.patch)
-md5sums=('f908510bf3d9b38f883dc5873b09f99c'
- '76de63fbc4a1487560cfae210fc1d6e4')
-
-prepare() {
-  cd $srcdir/gnubiff-$pkgver
-  patch -p1 <$srcdir/mutex.patch
-}
-
-build() {
-  cd $srcdir/gnubiff-$pkgver
-  ./configure --prefix=/usr --with-password 
--with-password-string="65423957eb027b94c9e661611c0e4271" \
-   --disable-fam --disable-gnome
-  make
-}
-
-package() {
-  cd $srcdir/gnubiff-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnubiff/repos/community-i686/PKGBUILD (from rev 188571, 
gnubiff/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-05 12:56:38 UTC (rev 188572)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Tom K 
+# Contributor: Todd Musall 
+
+pkgname=gnubiff
+pkgver=2.2.17
+pkgrel=1
+pkgdesc="Mail notification program that checks for mail and displays headers 
when new mail has arrived"
+arch=('i686' 'x86_64')
+url="http://gnubiff.sourceforge.net/;
+license=("GPL")
+depends=('gtk3' 'popt')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz
+   mutex.patch)
+md5sums=('6371ca2986efdaf1e47bc5a44249513a'
+ '76de63fbc4a1487560cfae210fc1d6e4')
+
+prepare() {
+  cd $srcdir/gnubiff-$pkgver
+#  patch -p1 <$srcdir/mutex.patch
+}
+
+build() {
+  cd $srcdir/gnubiff-$pkgver
+  ./configure --prefix=/usr --with-password 
--with-password-string="65423957eb027b94c9e661611c0e4271" \
+   --disable-fam --disable-gnome
+  make
+}
+
+package() {
+  cd $srcdir/gnubiff-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/mutex.patch
===
--- community-i686/mutex.patch  2016-09-05 12:56:21 UTC (rev 188571)
+++ community-i686/mutex.patch  2016-09-05 12:56:38 UTC (rev 188572)
@@ -1,13 +0,0 @@
-diff --git a/src/mailbox.cc b/src/mailbox.cc
-index 0fa4af3..23b29a9 100644
 a/src/mailbox.cc
-+++ b/src/mailbox.cc
-@@ -104,7 +104,7 @@ Mailbox::~Mailbox (void)
-   g_mutex_unlock (mutex_);
- 
-   // Free all mutexes
--  g_mutex_unlock (mutex_);
-+  g_mutex_free (mutex_);
-   g_mutex_lock (monitor_mutex_);
-   g_mutex_unlock (monitor_mutex_);
-   g_mutex_free (monitor_mutex_);

Copied: gnubiff/repos/community-i686/mutex.patch (from rev 188571, 
gnubiff/trunk/mutex.patch)
===
--- community-i686/mutex.patch  (rev 0)
+++ community-i686/mutex.patch  2016-09-05 12:56:38 UTC (rev 188572)
@@ -0,0 +1,13 @@
+diff --git a/src/mailbox.cc b/src/mailbox.cc
+index 0fa4af3..23b29a9 100644
+--- a/src/mailbox.cc
 b/src/mailbox.cc
+@@ -104,7 +104,7 @@ Mailbox::~Mailbox (void)
+   g_mutex_unlock (mutex_);
+ 
+   // Free all mutexes
+-  g_mutex_unlock (mutex_);
++  g_mutex_free (mutex_);
+   g_mutex_lock (monitor_mutex_);
+   g_mutex_unlock (monitor_mutex_);

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

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 12:00:41
  Author: spupykin
Revision: 188570

avoid source cache conflict: "node" is too common name

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 11:51:37 UTC (rev 188569)
+++ PKGBUILD2016-09-05 12:00:41 UTC (rev 188570)
@@ -18,11 +18,11 @@
 depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser') # 'v8')
 makedepends=('python2' 'procps-ng' 'git')
 optdepends=('npm: nodejs package manager')
-source=("git+https://github.com/nodejs/node.git#tag=v$pkgver;)
+source=("nodejs::git+https://github.com/nodejs/node.git#tag=v$pkgver;)
 sha256sums=('SKIP')
 
 prepare() {
-  cd node
+  cd nodejs
 
   msg 'Fixing for python2 name'
   find -type f -exec sed \
@@ -36,7 +36,7 @@
 }
 
 build() {
-  cd node
+  cd nodejs
 
   export PYTHON=python2
   ./configure \
@@ -53,12 +53,12 @@
 }
 
 check() {
-  cd node
+  cd nodejs
   make test || warning "Tests failed"
 }
 
 package() {
-  cd node
+  cd nodejs
 
   make DESTDIR="$pkgdir" install
 


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

2016-09-05 Thread Antonio Rojas
Date: Monday, September 5, 2016 @ 11:51:37
  Author: arojas
Revision: 188569

Fix URL

Modified:
  kup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 11:20:01 UTC (rev 188568)
+++ PKGBUILD2016-09-05 11:51:37 UTC (rev 188569)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc="A KDE bup backup software for helping people to keep up-to-date 
backups"
 arch=(i686 x86_64)
-url="http://kde-apps.org/content/show.php/Kup+Backup+System?content=147465;
+url="https://www.linux-apps.com/p/1127689/;
 license=(GPL2)
 depends=(kidletime kinit hicolor-icon-theme)
 makedepends=(extra-cmake-modules python)


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

2016-09-05 Thread Antonio Rojas
Date: Monday, September 5, 2016 @ 11:46:55
  Author: arojas
Revision: 275774

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

Added:
  lapack/repos/extra-i686/LICENSE.blas
(from rev 275773, lapack/trunk/LICENSE.blas)
  lapack/repos/extra-i686/PKGBUILD
(from rev 275773, lapack/trunk/PKGBUILD)
  lapack/repos/extra-x86_64/LICENSE.blas
(from rev 275773, lapack/trunk/LICENSE.blas)
  lapack/repos/extra-x86_64/PKGBUILD
(from rev 275773, lapack/trunk/PKGBUILD)
Deleted:
  lapack/repos/extra-i686/LICENSE.blas
  lapack/repos/extra-i686/PKGBUILD
  lapack/repos/extra-i686/lapack-fix-pkgconfig.patch
  lapack/repos/extra-x86_64/LICENSE.blas
  lapack/repos/extra-x86_64/PKGBUILD
  lapack/repos/extra-x86_64/lapack-fix-pkgconfig.patch

-+
 /LICENSE.blas   |   38 ++
 /PKGBUILD   |  168 ++
 extra-i686/LICENSE.blas |   19 ---
 extra-i686/PKGBUILD |   76 -
 extra-i686/lapack-fix-pkgconfig.patch   |   46 
 extra-x86_64/LICENSE.blas   |   19 ---
 extra-x86_64/PKGBUILD   |   76 -
 extra-x86_64/lapack-fix-pkgconfig.patch |   46 
 8 files changed, 206 insertions(+), 282 deletions(-)

Deleted: extra-i686/LICENSE.blas
===
--- extra-i686/LICENSE.blas 2016-09-05 11:46:17 UTC (rev 275773)
+++ extra-i686/LICENSE.blas 2016-09-05 11:46:55 UTC (rev 275774)
@@ -1,19 +0,0 @@
-From: http://www.netlib.org/blas/faq.html
-
- 2) Are there legal restrictions on the use of BLAS reference
-implementation software? 
-
-The reference BLAS is a freely-available software package. It is
-available from netlib via anonymous ftp and the World Wide Web. Thus,
-it can be included in commercial software packages (and has been). We
-only ask that proper credit be given to the authors. 
-
-Like all software, it is copyrighted. It is not trademarked, but we do
-ask the following: 
-
-If you modify the source for these routines we ask that you change the
-name of the routine and comment the changes made to the original. 
-
-We will gladly answer any questions regarding the software. If a
-modification is done, however, it is the responsibility of the person
-who modified the routine to provide support. 

Copied: lapack/repos/extra-i686/LICENSE.blas (from rev 275773, 
lapack/trunk/LICENSE.blas)
===
--- extra-i686/LICENSE.blas (rev 0)
+++ extra-i686/LICENSE.blas 2016-09-05 11:46:55 UTC (rev 275774)
@@ -0,0 +1,19 @@
+From: http://www.netlib.org/blas/faq.html
+
+ 2) Are there legal restrictions on the use of BLAS reference
+implementation software? 
+
+The reference BLAS is a freely-available software package. It is
+available from netlib via anonymous ftp and the World Wide Web. Thus,
+it can be included in commercial software packages (and has been). We
+only ask that proper credit be given to the authors. 
+
+Like all software, it is copyrighted. It is not trademarked, but we do
+ask the following: 
+
+If you modify the source for these routines we ask that you change the
+name of the routine and comment the changes made to the original. 
+
+We will gladly answer any questions regarding the software. If a
+modification is done, however, it is the responsibility of the person
+who modified the routine to provide support. 

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-05 11:46:17 UTC (rev 275773)
+++ extra-i686/PKGBUILD 2016-09-05 11:46:55 UTC (rev 275774)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Jan de Groot 
-# Contributor: damir 
-# Contributor: Jason Taylor 
-
-pkgbase=lapack
-pkgname=('lapack' 'blas' 'cblas' 'lapacke')
-pkgver=3.6.1
-pkgrel=1
-url="http://www.netlib.org/lapack;
-pkgdesc="Linear Algebra PACKage"
-makedepends=('gcc-fortran' 'cmake' 'python')
-arch=('i686' 'x86_64')
-license=("custom")
-source=(http://www.netlib.org/${pkgbase}/${pkgbase}-${pkgver}.tgz LICENSE.blas)
-sha1sums=('7220a9bc9c766cb513007f313b804d88f110c228'
-  '2491a151a37f0162b25fc4e4e9a8ac444b574a76')
-
-build() {
-  install -d build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_SHARED_LIBS=ON \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_Fortran_COMPILER=gfortran \
--DLAPACKE=ON \
--DCBLAS=ON \
--DBUILD_DEPRECATED=ON
-  make
-}
-
-package_lapack() {
-  depends=("blas")
-  
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/lib/{libblas.*,libcblas.*,liblapacke.*}
-  rm -r 

[arch-commits] Commit in lapack/trunk (PKGBUILD lapack-fix-pkgconfig.patch)

2016-09-05 Thread Antonio Rojas
Date: Monday, September 5, 2016 @ 11:46:17
  Author: arojas
Revision: 275773

Fix cblas and lapacke .pc files (FS#50052)

Modified:
  lapack/trunk/PKGBUILD
Deleted:
  lapack/trunk/lapack-fix-pkgconfig.patch

+
 PKGBUILD   |   14 ++---
 lapack-fix-pkgconfig.patch |   46 ---
 2 files changed, 11 insertions(+), 49 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 11:37:18 UTC (rev 275772)
+++ PKGBUILD2016-09-05 11:46:17 UTC (rev 275773)
@@ -7,16 +7,24 @@
 pkgbase=lapack
 pkgname=('lapack' 'blas' 'cblas' 'lapacke')
 pkgver=3.6.1
-pkgrel=1
+pkgrel=2
 url="http://www.netlib.org/lapack;
 pkgdesc="Linear Algebra PACKage"
 makedepends=('gcc-fortran' 'cmake' 'python')
 arch=('i686' 'x86_64')
 license=("custom")
-source=(http://www.netlib.org/${pkgbase}/${pkgbase}-${pkgver}.tgz LICENSE.blas)
+source=(http://www.netlib.org/${pkgbase}/${pkgbase}-${pkgver}.tgz LICENSE.blas
+
fix-pkgconfig.patch::"https://github.com/Reference-LAPACK/lapack/commit/e0975e7b.patch;)
 sha1sums=('7220a9bc9c766cb513007f313b804d88f110c228'
-  '2491a151a37f0162b25fc4e4e9a8ac444b574a76')
+  '2491a151a37f0162b25fc4e4e9a8ac444b574a76'
+  '75635a902bbe8813337bbebe6becf301d0973ee7')
 
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix cblas and lapacke .pc files
+  patch -p1 -i ../fix-pkgconfig.patch
+}
+
 build() {
   install -d build
   cd build

Deleted: lapack-fix-pkgconfig.patch
===
--- lapack-fix-pkgconfig.patch  2016-09-05 11:37:18 UTC (rev 275772)
+++ lapack-fix-pkgconfig.patch  2016-09-05 11:46:17 UTC (rev 275773)
@@ -1,46 +0,0 @@
-From b5a386540793536bec214254d21b404c5f64040b Mon Sep 17 00:00:00 2001
-From: julie 
-Date: Wed, 2 Mar 2016 04:00:38 +
-Subject: [PATCH] Fix for pkgconfig files lapack.pc, blas.pc - PATCH sent by
- Christoph Conrads on March 1st 2016
-
-git-svn-id: https://icl.cs.utk.edu/svn/lapack-dev/lapack/trunk@1733 
8a072113-8704-0410-8d35-dd094bca7971

- BLAS/blas.pc.in | 6 +++---
- lapack.pc.in| 6 +++---
- 2 files changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/BLAS/blas.pc.in b/BLAS/blas.pc.in
-index 845a25c..b8963c5 100644
 a/BLAS/blas.pc.in
-+++ b/BLAS/blas.pc.in
-@@ -1,9 +1,9 @@
--prefix=@prefix@
--libdir=@libdir@
-+prefix=@CMAKE_INSTALL_PREFIX@
-+libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@
- 
- Name: blas
- Description: Basic Linear Algebra Subprograms F77 reference implementations
- Version: @LAPACK_VERSION@
- URL: http://www.netlib.org/blas/
--Libs: -L${libdir} -lblas
-+Libs: -L@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@ -lblas
- Libs.private: -lm
-diff --git a/lapack.pc.in b/lapack.pc.in
-index d34c870..4d4fe01 100644
 a/lapack.pc.in
-+++ b/lapack.pc.in
-@@ -1,9 +1,9 @@
--prefix=@prefix@
--libdir=@libdir@
-+prefix=@CMAKE_INSTALL_PREFIX@
-+libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@
- 
- Name: lapack
- Description: FORTRAN reference implementation of LAPACK Linear Algebra PACKage
- Version: @LAPACK_VERSION@
- URL: http://www.netlib.org/lapack/
--Libs: -L${libdir} -llapack
-+Libs: -L@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@ -llapack
- Requires: blas


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

2016-09-05 Thread Ronald van Haren
Date: Monday, September 5, 2016 @ 11:37:18
  Author: ronald
Revision: 275772

db-remove: emotion_generic_players removed by ronald

Deleted:
  emotion_generic_players/repos/extra-x86_64/


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

2016-09-05 Thread Ronald van Haren
Date: Monday, September 5, 2016 @ 11:37:12
  Author: ronald
Revision: 275770

db-remove: elementary removed by ronald

Deleted:
  elementary/repos/extra-x86_64/


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

2016-09-05 Thread Ronald van Haren
Date: Monday, September 5, 2016 @ 11:37:15
  Author: ronald
Revision: 275771

db-remove: evas_generic_loaders removed by ronald

Deleted:
  evas_generic_loaders/repos/extra-x86_64/


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

2016-09-05 Thread Ronald van Haren
Date: Monday, September 5, 2016 @ 11:37:00
  Author: ronald
Revision: 275768

db-remove: evas_generic_loaders removed by ronald

Deleted:
  evas_generic_loaders/repos/extra-i686/


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

2016-09-05 Thread Ronald van Haren
Date: Monday, September 5, 2016 @ 11:37:03
  Author: ronald
Revision: 275769

db-remove: emotion_generic_players removed by ronald

Deleted:
  emotion_generic_players/repos/extra-i686/


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

2016-09-05 Thread Ronald van Haren
Date: Monday, September 5, 2016 @ 11:36:57
  Author: ronald
Revision: 275767

db-remove: elementary removed by ronald

Deleted:
  elementary/repos/extra-i686/


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

2016-09-05 Thread Ronald van Haren
Date: Monday, September 5, 2016 @ 11:34:48
  Author: ronald
Revision: 275766

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

Added:
  efl/repos/extra-i686/PKGBUILD
(from rev 275765, efl/repos/testing-i686/PKGBUILD)
  efl/repos/extra-i686/efl-1.10.0-giflib-5.1.0.patch
(from rev 275765, efl/repos/testing-i686/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/extra-i686/eina_doxygen.patch
(from rev 275765, efl/repos/testing-i686/eina_doxygen.patch)
  efl/repos/extra-x86_64/PKGBUILD
(from rev 275765, efl/repos/testing-x86_64/PKGBUILD)
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
(from rev 275765, efl/repos/testing-x86_64/efl-1.10.0-giflib-5.1.0.patch)
  efl/repos/extra-x86_64/eina_doxygen.patch
(from rev 275765, efl/repos/testing-x86_64/eina_doxygen.patch)
Deleted:
  efl/repos/extra-i686/PKGBUILD
  efl/repos/extra-i686/efl-1.10.0-giflib-5.1.0.patch
  efl/repos/extra-i686/eina_doxygen.patch
  efl/repos/extra-x86_64/PKGBUILD
  efl/repos/extra-x86_64/efl-1.10.0-giflib-5.1.0.patch
  efl/repos/extra-x86_64/eina_doxygen.patch
  efl/repos/testing-i686/
  efl/repos/testing-x86_64/

+
 /PKGBUILD  |  144 +++
 /efl-1.10.0-giflib-5.1.0.patch |   78 ++
 /eina_doxygen.patch|   20 +++
 extra-i686/PKGBUILD|   71 -
 extra-i686/efl-1.10.0-giflib-5.1.0.patch   |   39 ---
 extra-i686/eina_doxygen.patch  |   10 -
 extra-x86_64/PKGBUILD  |   71 -
 extra-x86_64/efl-1.10.0-giflib-5.1.0.patch |   39 ---
 extra-x86_64/eina_doxygen.patch|   10 -
 9 files changed, 242 insertions(+), 240 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-05 11:34:46 UTC (rev 275765)
+++ extra-i686/PKGBUILD 2016-09-05 11:34:48 UTC (rev 275766)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
-
-pkgbase=efl
-pkgname=('efl' 'efl-docs')
-pkgver=1.17.2
-pkgrel=1
-pkgdesc="Enlightenment Foundation Libraries"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('BSD' 'LGPL2.1' 'GPL2' 'custom')
-depends=('bullet' 'libjpeg-turbo' 'gst-plugins-base'
- 'luajit' 'curl' 'fribidi' 'libpulse' 'libxcomposite'
- 'libxinerama' 'libxrandr' 'libxss' 'libinput'
- 'libxcursor' 'libxp' 'libwebp' 'shared-mime-info'
- 'libxkbcommon' 'wayland' 'lz4' 'openjpeg' 'avahi')
-optdepends=('python2: einabench-cmp')
-makedepends=('doxygen' 'python' 'texlive-core' 'ghostscript')
-replaces=('ecore' 'edje' 'eet' 'eeze' 'efreet' 'eina' 'eio' 'embryo'
-  'emotion' 'ethumb' 'evas')
-options=('!emptydirs')
-source=(http://download.enlightenment.org/rel/libs/${pkgname}/$pkgname-$pkgver.tar.xz
-   'eina_doxygen.patch')
-sha1sums=('d72270e88d6e44cfe6a01386d3a7d9d3e6291f32'
-  'ef2b961e793c711685623a149ab55b1bec9a3676')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's/env python$/&2/' src/scripts/eina/eina-bench-cmp
-
-  # fix docs building
-  patch -Np0 -i ${srcdir}/eina_doxygen.patch
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr \
-  --disable-static --disable-tslib --enable-fb \
-  --enable-xinput22 --enable-multisense --enable-systemd \
-  --enable-image-loader-webp --enable-harfbuzz --enable-wayland \
-  --enable-liblz4 --enable-drm
-
-  make
-  make -j1 doc
-}
-
-package_efl(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR=${pkgdir} install
-
-  # install non-standard license files
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.BSD" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.BSD"
-  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/licenses/COPYING.SMALL" \
-"${pkgdir}/usr/share/licenses/${pkgname}/COPYING.SMALL"
-}
-
-package_efl-docs() {
-  pkgdesc="Documentation for the Enlightenment Foundation Libraries"
-  depends=()
-
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  install -d "${pkgdir}/usr/share/doc/${pkgbase}"
-  cp -a doc/html "${pkgdir}/usr/share/doc/${pkgbase}/html"
-  cp -a doc/latex "${pkgdir}/usr/share/doc/${pkgbase}/latex"
-}
-

Copied: efl/repos/extra-i686/PKGBUILD (from rev 275765, 
efl/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-05 11:34:48 UTC (rev 275766)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
+
+pkgbase=efl
+pkgname=('efl' 'efl-docs')
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Enlightenment Foundation Libraries"

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

2016-09-05 Thread Ronald van Haren
Date: Monday, September 5, 2016 @ 11:34:46
  Author: ronald
Revision: 275765

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

Added:
  enlightenment/repos/extra-i686/PKGBUILD
(from rev 275764, enlightenment/repos/testing-i686/PKGBUILD)
  enlightenment/repos/extra-i686/e_alert.patch
(from rev 275764, enlightenment/repos/testing-i686/e_alert.patch)
  enlightenment/repos/extra-x86_64/PKGBUILD
(from rev 275764, enlightenment/repos/testing-x86_64/PKGBUILD)
  enlightenment/repos/extra-x86_64/e_alert.patch
(from rev 275764, enlightenment/repos/testing-x86_64/e_alert.patch)
Deleted:
  enlightenment/repos/extra-i686/PKGBUILD
  enlightenment/repos/extra-x86_64/PKGBUILD
  enlightenment/repos/testing-i686/
  enlightenment/repos/testing-x86_64/

+
 /PKGBUILD  |   96 +++
 extra-i686/PKGBUILD|   40 -
 extra-i686/e_alert.patch   |   22 +
 extra-x86_64/PKGBUILD  |   40 -
 extra-x86_64/e_alert.patch |   22 +
 5 files changed, 140 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-05 09:41:35 UTC (rev 275764)
+++ extra-i686/PKGBUILD 2016-09-05 11:34:46 UTC (rev 275765)
@@ -1,40 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: Enlightenment Developers 
>
-
-pkgname=enlightenment
-pkgver=0.20.10
-pkgrel=1
-pkgdesc="Enlightenment window manager"
-arch=('i686' 'x86_64')
-url="http://www.enlightenment.org;
-license=('BSD')
-depends=('elementary' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
- 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
-optdepends=('connman: network module'
-'acpid: power events on laptop lid close'
-   'geoip-database: geolocation module')
-provides=('notification-daemon')
-backup=('etc/enlightenment/sysactions.conf'
-'etc/xdg/menus/e-applications.menu')
-source=(http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz)
-sha1sums=('0f8b5b1e1cabfc9583d7080a9bfdf8631679fe9a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  export CFLAGS="$CFLAGS -fvisibility=hidden"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---enable-xwayland --enable-wayland \
---disable-wl-weekeyboard
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR="$pkgdir" install
-
-  # install LICENSE
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: enlightenment/repos/extra-i686/PKGBUILD (from rev 275764, 
enlightenment/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-05 11:34:46 UTC (rev 275765)
@@ -0,0 +1,48 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Enlightenment Developers 
>
+
+pkgname=enlightenment
+pkgver=0.21.1
+pkgrel=1
+pkgdesc="Enlightenment window manager"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org;
+license=('BSD')
+depends=('efl' 'xcb-util-keysyms' 'hicolor-icon-theme' 'pixman' 'mesa'
+ 'desktop-file-utils' 'udisks2' 'ttf-font' 'bluez-libs')
+optdepends=('connman: network module'
+'acpid: power events on laptop lid close'
+   'geoip-database: geolocation module')
+provides=('notification-daemon')
+backup=('etc/enlightenment/sysactions.conf'
+'etc/xdg/menus/e-applications.menu')
+source=("http://download.enlightenment.org/rel/apps/${pkgname}/$pkgname-$pkgver.tar.gz;
+'e_alert.patch')
+sha1sums=('b52cf961a15e89a062499f344713d8375f7891db'
+  '23e305c9f0eaa9d22963f2ac79c4d87a29fb422b')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # upstream build fix: define EFL_BETA_API_SUPPORT before any include
+  patch -Np1 -i ${srcdir}/e_alert.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CFLAGS="$CFLAGS -fvisibility=hidden"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--enable-xwayland --enable-wayland \
+--disable-wl-weekeyboard
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make -j1 DESTDIR="$pkgdir" install
+
+  # install LICENSE
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: enlightenment/repos/extra-i686/e_alert.patch (from rev 275764, 
enlightenment/repos/testing-i686/e_alert.patch)
===
--- extra-i686/e_alert.patch(rev 0)
+++ extra-i686/e_alert.patch2016-09-05 11:34:46 UTC (rev 275765)
@@ -0,0 +1,22 @@
+diff --git a/src/bin/e_alert_main.c b/src/bin/e_alert_main.c
+index b2bcd3c..c0cb3c6 100644
+--- a/src/bin/e_alert_main.c
 

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

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 11:20:01
  Author: spupykin
Revision: 188568

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

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 188567, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 188567, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 188567, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 188567, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 188567, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 188567, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 188567, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 188567, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 188567, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 188567, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd.conf.d
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

-+
 /PKGBUILD   |  258 ++
 /libvirt.install|   20 ++
 /libvirt.tmpfiles.d |8 
 /libvirtd-guests.conf.d |   18 ++
 /libvirtd.conf.d|2 
 community-i686/PKGBUILD |  129 ---
 community-i686/libvirt.install  |   10 -
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |9 -
 community-i686/libvirtd.conf.d  |1 
 community-x86_64/PKGBUILD   |  129 ---
 community-x86_64/libvirt.install|   10 -
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |9 -
 community-x86_64/libvirtd.conf.d|1 
 15 files changed, 306 insertions(+), 306 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-05 11:19:39 UTC (rev 188567)
+++ community-i686/PKGBUILD 2016-09-05 11:20:01 UTC (rev 188568)
@@ -1,129 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgname=libvirt
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
-arch=('i686' 'x86_64')
-url="http://libvirt.org/;
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 
'libpcap' 'libcap-ng'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'numactl' 'gettext' 'ceph' 'libssh2' 
'netcf')
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
-'libiscsi' 'open-iscsi'
-'perl-xml-xpath' 'libxslt' 'qemu')
-optdepends=('ebtables: required for default NAT networking'
-   'dnsmasq: required for default NAT/DHCP for guests'
-   'bridge-utils: for bridged networking'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode'
-   'pm-utils: host power management')
-options=('emptydirs')
-backup=('etc/conf.d/libvirt-guests'
-   'etc/conf.d/libvirtd'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/virtlogd.conf'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/lxc.conf'
-   'etc/libvirt/nwfilter/allow-arp.xml'
-   'etc/libvirt/nwfilter/allow-dhcp-server.xml'
-   'etc/libvirt/nwfilter/allow-dhcp.xml'
-   'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
-   'etc/libvirt/nwfilter/allow-ipv4.xml'
-   'etc/libvirt/nwfilter/clean-traffic.xml'
-   'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-spoofing.xml'
-   'etc/libvirt/nwfilter/no-ip-multicast.xml'
-   'etc/libvirt/nwfilter/no-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-mac-broadcast.xml'
-   'etc/libvirt/nwfilter/no-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
-   'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
-   

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

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 11:19:39
  Author: spupykin
Revision: 188567

upgpkg: libvirt 2.2.0-1

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 11:12:10 UTC (rev 188566)
+++ PKGBUILD2016-09-05 11:19:39 UTC (rev 188567)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Wiersma 
 
 pkgname=libvirt
-pkgver=2.1.0
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('i686' 'x86_64')
@@ -64,7 +64,7 @@
libvirtd.conf.d
libvirtd-guests.conf.d
libvirt.tmpfiles.d)
-md5sums=('fd1c054a8b59235e877efb728de79386'
+md5sums=('2462e768e1518026c3105a0466b5fece'
  '5e31269067dbd12ca871234450bb66bb'
  '384fff96c6248d4f020f6fa66c32b357'
  '020971887442ebbf1b6949e031c8dd3f')


[arch-commits] Commit in darktable/repos/community-x86_64 (PKGBUILD PKGBUILD)

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 11:12:10
  Author: spupykin
Revision: 188566

archrelease: copy trunk to community-x86_64

Added:
  darktable/repos/community-x86_64/PKGBUILD
(from rev 188565, darktable/trunk/PKGBUILD)
Deleted:
  darktable/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-05 11:07:05 UTC (rev 188565)
+++ PKGBUILD2016-09-05 11:12:10 UTC (rev 188566)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Christian Himpel 
-# Contributor: Johannes Hanika 
-
-# Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
-
-pkgname=darktable
-pkgver=2.0.5
-pkgrel=2
-pkgdesc="Utility to organize and develop raw images"
-epoch=1
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
-'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk3' 'pugixml' 'json-glib' 'flickcurl' 'lua52'
-'colord' 'colord-gtk' 'graphicsmagick')
-makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map')
-optdepends=('librsvg' 'osm-gps-map')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
-md5sums=('ad02f1ce777ac653f6937bd979e20c36')
-
-build() {
-  cd "$srcdir/$pkgname-release-$pkgver"
-  mkdir -p build
-  cd build
-  CXXFLAGS+=" -fpermissive"
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DBUILD_USERMANUAL=False \
-  -DUSE_LIBSECRET=On \
-  -DUSE_LUA=On \
-  -DUSE_GNOME_KEYRING=Off \
-  -DUSE_COLORD=On \
-  -DPROJECT_VERSION=$pkgver \
-  ..
-  make
-
-  cd ../tools/basecurve
-  cmake .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-release-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm0755 ../tools/basecurve/dt-curve-tool 
$pkgdir/usr/bin/dt-curve-tool
-  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper 
$pkgdir/usr/bin/dt-curve-tool-helper
-}

Copied: darktable/repos/community-x86_64/PKGBUILD (from rev 188565, 
darktable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-05 11:12:10 UTC (rev 188566)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Christian Himpel 
+# Contributor: Johannes Hanika 
+
+# Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
+
+pkgname=darktable
+pkgver=2.0.6
+pkgrel=1
+pkgdesc="Utility to organize and develop raw images"
+epoch=1
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
+'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk3' 'pugixml' 'json-glib' 'flickcurl' 'lua52'
+'colord' 'colord-gtk' 'graphicsmagick')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map')
+optdepends=('librsvg' 'osm-gps-map')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
+md5sums=('38f4431065db699344bee9b1952e816b')
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DBUILD_USERMANUAL=False \
+  -DUSE_LIBSECRET=On \
+  -DUSE_LUA=On \
+  -DUSE_GNOME_KEYRING=Off \
+  -DUSE_COLORD=On \
+  -DPROJECT_VERSION=$pkgver \
+  ..
+  make
+
+  cd ../tools/basecurve
+  cmake .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-release-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm0755 ../tools/basecurve/dt-curve-tool 
$pkgdir/usr/bin/dt-curve-tool
+  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper 
$pkgdir/usr/bin/dt-curve-tool-helper
+}


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

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 11:06:48
  Author: spupykin
Revision: 188563

archrelease: copy trunk to community-any

Added:
  gramps/repos/community-any/PKGBUILD
(from rev 188562, gramps/trunk/PKGBUILD)
  gramps/repos/community-any/ignore_intltool_errors.patch
(from rev 188562, gramps/trunk/ignore_intltool_errors.patch)
Deleted:
  gramps/repos/community-any/PKGBUILD
  gramps/repos/community-any/ignore_intltool_errors.patch

--+
 PKGBUILD |   84 -
 ignore_intltool_errors.patch |   24 +--
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-05 11:06:39 UTC (rev 188562)
+++ PKGBUILD2016-09-05 11:06:48 UTC (rev 188563)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-# Contributor: Cory Farmer 
-# Contributor: György Balló 
-
-pkgname=gramps
-epoch=2
-pkgver=4.2.3
-pkgrel=2
-pkgdesc="A genealogy program, which helps you track your family tree"
-arch=('any')
-url="http://gramps-project.org/;
-license=('GPL')
-depends=('goocanvas' 'gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 
-'python-bsddb' 'desktop-file-utils'
-'shared-mime-info' 'python-cairo')
-makedepends=('intltool')
-optdepends=('graphviz: enable creation of graphs (required for tree reports)'
-   'gtkspell3: enable spell checking in the notes'
-   'rcs: manage multiple revisions of your family trees'
-   'python-pillow: crop and convert images to JPG'
-   'libgexiv2: manage Exif metadata embedded in your media'
-   'python-pyicu: improves localised sorting'
-   'osm-gps-map: Geography feature'
-   'ttf-freefont: more font support in the reports')
-#  'python-osmgpsmap: show maps in the geography view'
-#  'webkitgtk: allows websites to be opened in Gramps'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gramps-project/gramps/archive/v$pkgver.tar.gz;)
-md5sums=('ad106f2621c5d5093bf01306e3a029f7')
-
-build() {
-  cd "$srcdir/gramps-$pkgver"
-  python setup.py build
-}
-
-package() {
-_pyver=`pacman -Q python | cut -f2 -d' ' | cut -f1,2 -d.`
-  cd "$srcdir/gramps-$pkgver"
-  python setup.py install --root=$pkgdir
-  echo -n '/usr/share' 
>$pkgdir/usr/lib/python${_pyver}/site-packages/gramps/gen/utils/resource-path
-}

Copied: gramps/repos/community-any/PKGBUILD (from rev 188562, 
gramps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-05 11:06:48 UTC (rev 188563)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+# Contributor: Cory Farmer 
+# Contributor: György Balló 
+
+pkgname=gramps
+epoch=2
+pkgver=4.2.4
+pkgrel=1
+pkgdesc="A genealogy program, which helps you track your family tree"
+arch=('any')
+url="http://gramps-project.org/;
+license=('GPL')
+depends=('goocanvas' 'gtk3' 'python-gobject' 'librsvg' 'xdg-utils' 
+'python-bsddb' 'desktop-file-utils'
+'shared-mime-info' 'python-cairo')
+makedepends=('intltool')
+optdepends=('graphviz: enable creation of graphs (required for tree reports)'
+   'gtkspell3: enable spell checking in the notes'
+   'rcs: manage multiple revisions of your family trees'
+   'python-pillow: crop and convert images to JPG'
+   'libgexiv2: manage Exif metadata embedded in your media'
+   'python-pyicu: improves localised sorting'
+   'osm-gps-map: Geography feature'
+   'ttf-freefont: more font support in the reports')
+#  'python-osmgpsmap: show maps in the geography view'
+#  'webkitgtk: allows websites to be opened in Gramps'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gramps-project/gramps/archive/v$pkgver.tar.gz;)
+md5sums=('99372551f58e8e97d45bc77f5157fdf4')
+
+build() {
+  cd "$srcdir/gramps-$pkgver"
+  python setup.py build
+}
+
+package() {
+_pyver=`pacman -Q python | cut -f2 -d' ' | cut -f1,2 -d.`
+  cd "$srcdir/gramps-$pkgver"
+  python setup.py install --root=$pkgdir
+  echo -n '/usr/share' 
>$pkgdir/usr/lib/python${_pyver}/site-packages/gramps/gen/utils/resource-path
+}

Deleted: ignore_intltool_errors.patch
===
--- ignore_intltool_errors.patch2016-09-05 11:06:39 UTC (rev 188562)
+++ ignore_intltool_errors.patch2016-09-05 11:06:48 UTC (rev 188563)
@@ -1,12 +0,0 @@
-diff -aur gramps-4.2.0/setup.py gramps-4.2.0.new/setup.py
 gramps-4.2.0/setup.py  2015-07-29 20:53:06.0 +0200
-+++ gramps-4.2.0.new/setup.py  2015-09-20 17:58:17.035215951 +0200
-@@ -91,7 

[arch-commits] Commit in owncloud-app-contacts/trunk (PKGBUILD)

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 11:06:56
  Author: spupykin
Revision: 188564

upgpkg: owncloud-app-contacts 2:1.4.0.0-1

upd

Modified:
  owncloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 11:06:48 UTC (rev 188563)
+++ PKGBUILD2016-09-05 11:06:56 UTC (rev 188564)
@@ -3,7 +3,7 @@
 
 pkgname=owncloud-app-contacts
 epoch=2
-pkgver=1.3.1.0
+pkgver=1.4.0.0
 pkgrel=1
 pkgdesc="Contacts app for owncloud"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('bower' 'gulp' 'npm' 'git')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
-md5sums=('592ff23476f91b1008877c4c9808b4da')
+md5sums=('bed4745cac2121c9145525c36fcd7311')
 
 build() {
   cd ${srcdir}/contacts-$pkgver


[arch-commits] Commit in owncloud-app-contacts/repos/community-any (PKGBUILD PKGBUILD)

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 11:07:05
  Author: spupykin
Revision: 188565

archrelease: copy trunk to community-any

Added:
  owncloud-app-contacts/repos/community-any/PKGBUILD
(from rev 188564, owncloud-app-contacts/trunk/PKGBUILD)
Deleted:
  owncloud-app-contacts/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-05 11:06:56 UTC (rev 188564)
+++ PKGBUILD2016-09-05 11:07:05 UTC (rev 188565)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-contacts
-epoch=2
-pkgver=1.3.1.0
-pkgrel=1
-pkgdesc="Contacts app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=('bower' 'gulp' 'npm' 'git')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
-md5sums=('592ff23476f91b1008877c4c9808b4da')
-
-build() {
-  cd ${srcdir}/contacts-$pkgver
-  bower install
-  npm install
-  gulp
-}
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
-}

Copied: owncloud-app-contacts/repos/community-any/PKGBUILD (from rev 188564, 
owncloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-05 11:07:05 UTC (rev 188565)
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-contacts
+epoch=2
+pkgver=1.4.0.0
+pkgrel=1
+pkgdesc="Contacts app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=('bower' 'gulp' 'npm' 'git')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
+md5sums=('bed4745cac2121c9145525c36fcd7311')
+
+build() {
+  cd ${srcdir}/contacts-$pkgver
+  bower install
+  npm install
+  gulp
+}
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
+}


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

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 11:06:34
  Author: spupykin
Revision: 188561

archrelease: copy trunk to community-i686

Added:
  darktable/repos/community-i686/PKGBUILD
(from rev 188560, darktable/trunk/PKGBUILD)
Deleted:
  darktable/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-05 11:06:24 UTC (rev 188560)
+++ PKGBUILD2016-09-05 11:06:34 UTC (rev 188561)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Christian Himpel 
-# Contributor: Johannes Hanika 
-
-# Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
-
-pkgname=darktable
-pkgver=2.0.5
-pkgrel=2
-pkgdesc="Utility to organize and develop raw images"
-epoch=1
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
-'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk3' 'pugixml' 'json-glib' 'flickcurl' 'lua52'
-'colord' 'colord-gtk' 'graphicsmagick')
-makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map')
-optdepends=('librsvg' 'osm-gps-map')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
-md5sums=('ad02f1ce777ac653f6937bd979e20c36')
-
-build() {
-  cd "$srcdir/$pkgname-release-$pkgver"
-  mkdir -p build
-  cd build
-  CXXFLAGS+=" -fpermissive"
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DBUILD_USERMANUAL=False \
-  -DUSE_LIBSECRET=On \
-  -DUSE_LUA=On \
-  -DUSE_GNOME_KEYRING=Off \
-  -DUSE_COLORD=On \
-  -DPROJECT_VERSION=$pkgver \
-  ..
-  make
-
-  cd ../tools/basecurve
-  cmake .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-release-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm0755 ../tools/basecurve/dt-curve-tool 
$pkgdir/usr/bin/dt-curve-tool
-  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper 
$pkgdir/usr/bin/dt-curve-tool-helper
-}

Copied: darktable/repos/community-i686/PKGBUILD (from rev 188560, 
darktable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-05 11:06:34 UTC (rev 188561)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Christian Himpel 
+# Contributor: Johannes Hanika 
+
+# Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
+
+pkgname=darktable
+pkgver=2.0.6
+pkgrel=1
+pkgdesc="Utility to organize and develop raw images"
+epoch=1
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2>=0.18' 'lcms2' 'lensfun>=0.2.3' 'desktop-file-utils'
+'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk3' 'pugixml' 'json-glib' 'flickcurl' 'lua52'
+'colord' 'colord-gtk' 'graphicsmagick')
+makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map')
+optdepends=('librsvg' 'osm-gps-map')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
+md5sums=('38f4431065db699344bee9b1952e816b')
+
+build() {
+  cd "$srcdir/$pkgname-release-$pkgver"
+  mkdir -p build
+  cd build
+  CXXFLAGS+=" -fpermissive"
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DBUILD_USERMANUAL=False \
+  -DUSE_LIBSECRET=On \
+  -DUSE_LUA=On \
+  -DUSE_GNOME_KEYRING=Off \
+  -DUSE_COLORD=On \
+  -DPROJECT_VERSION=$pkgver \
+  ..
+  make
+
+  cd ../tools/basecurve
+  cmake .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-release-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm0755 ../tools/basecurve/dt-curve-tool 
$pkgdir/usr/bin/dt-curve-tool
+  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper 
$pkgdir/usr/bin/dt-curve-tool-helper
+}


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

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 11:06:39
  Author: spupykin
Revision: 188562

upgpkg: gramps 2:4.2.4-1

upd

Modified:
  gramps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 11:06:34 UTC (rev 188561)
+++ PKGBUILD2016-09-05 11:06:39 UTC (rev 188562)
@@ -6,8 +6,8 @@
 
 pkgname=gramps
 epoch=2
-pkgver=4.2.3
-pkgrel=2
+pkgver=4.2.4
+pkgrel=1
 pkgdesc="A genealogy program, which helps you track your family tree"
 arch=('any')
 url="http://gramps-project.org/;
@@ -27,7 +27,7 @@
 #  'python-osmgpsmap: show maps in the geography view'
 #  'webkitgtk: allows websites to be opened in Gramps'
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/gramps-project/gramps/archive/v$pkgver.tar.gz;)
-md5sums=('ad106f2621c5d5093bf01306e3a029f7')
+md5sums=('99372551f58e8e97d45bc77f5157fdf4')
 
 build() {
   cd "$srcdir/gramps-$pkgver"


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

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 11:06:24
  Author: spupykin
Revision: 188560

upgpkg: darktable 1:2.0.6-1

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 11:05:05 UTC (rev 188559)
+++ PKGBUILD2016-09-05 11:06:24 UTC (rev 188560)
@@ -6,8 +6,8 @@
 # Don't bump to 2.1 plz, it's a development branch. (- bpiotrowski)
 
 pkgname=darktable
-pkgver=2.0.5
-pkgrel=2
+pkgver=2.0.6
+pkgrel=1
 pkgdesc="Utility to organize and develop raw images"
 epoch=1
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 makedepends=('intltool>=0.40' 'cmake' 'librsvg' 'osm-gps-map')
 optdepends=('librsvg' 'osm-gps-map')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
-md5sums=('ad02f1ce777ac653f6937bd979e20c36')
+md5sums=('38f4431065db699344bee9b1952e816b')
 
 build() {
   cd "$srcdir/$pkgname-release-$pkgver"


[arch-commits] Commit in q4wine/repos/multilib-x86_64 (4 files)

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 11:05:05
  Author: spupykin
Revision: 188559

archrelease: copy trunk to multilib-x86_64

Added:
  q4wine/repos/multilib-x86_64/PKGBUILD
(from rev 188558, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-x86_64/q4wine.desktop
(from rev 188558, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/multilib-x86_64/PKGBUILD
  q4wine/repos/multilib-x86_64/q4wine.desktop

+
 PKGBUILD   |   88 +++
 q4wine.desktop |   36 +++---
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-05 10:55:40 UTC (rev 188558)
+++ PKGBUILD2016-09-05 11:05:05 UTC (rev 188559)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Chris Giles 
-
-pkgname=q4wine
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="A Qt4 GUI for Wine"
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/${pkgname}/;
-license=("GPL3")
-if [[ $CARCH == x86_64 ]]; then
-  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
-  depends=("lib32-mesa-libgl" "qt5-base" "qt5-tools" "wine" "sqlite3" "which" 
"icoutils")
-  makedepends=("cmake")
-else
-  depends=("qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
-  makedepends=("cmake")
-fi
-optdepends=("winetricks" "fuseiso")
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-md5sums=('6533de222da1c08d488ad310af48a632')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_WINETRIKS=ON \
--DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
--DQT5=ON \
-.
-  make
-}
-
-package() {
-if [[ $CARCH == x86_64 ]]; then
-  # remove hardcoded lib32-mesa-libgl
-  depends=(${depends[@]:1})
-fi
-
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install
-}

Copied: q4wine/repos/multilib-x86_64/PKGBUILD (from rev 188558, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-05 11:05:05 UTC (rev 188559)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Chris Giles 
+
+pkgname=q4wine
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="A Qt4 GUI for Wine"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/${pkgname}/;
+license=("GPL3")
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=("lib32-mesa-libgl" "qt5-base" "qt5-tools" "wine" "sqlite3" "which" 
"icoutils")
+  makedepends=("cmake")
+else
+  depends=("qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake")
+fi
+optdepends=("winetricks" "fuseiso")
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('057196650872afbdc171b1c581ccf631')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
+-DQT5=ON \
+.
+  make
+}
+
+package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+}

Deleted: q4wine.desktop
===
--- q4wine.desktop  2016-09-05 10:55:40 UTC (rev 188558)
+++ q4wine.desktop  2016-09-05 11:05:05 UTC (rev 188559)
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=Q4Wine
-GenericName=A Qt4 GUI for Wine
-Comment=A Qt4 GUI for Wine
-#Version=0.1
-Type=Application
-Categories=KDE;Qt;Settings
-Terminal=false
-Encoding=UTF-8
-Icon=wine
-Exec=q4wine
-#ServiceTypes=inode/directory
-#Actions=Create;
-#X-KDE-Submenu=
-#X-KDE-Priority=TopLevel
-#X-KDE-Icon=tgz
-X-KDE-StartupNotify=true
-#X-DCOP-ServiceType=Unique

Copied: q4wine/repos/multilib-x86_64/q4wine.desktop (from rev 188558, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2016-09-05 11:05:05 UTC (rev 188559)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique


[arch-commits] Commit in q4wine/repos/community-i686 (4 files)

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 10:55:40
  Author: spupykin
Revision: 188558

archrelease: copy trunk to community-i686

Added:
  q4wine/repos/community-i686/PKGBUILD
(from rev 188557, q4wine/trunk/PKGBUILD)
  q4wine/repos/community-i686/q4wine.desktop
(from rev 188557, q4wine/trunk/q4wine.desktop)
Deleted:
  q4wine/repos/community-i686/PKGBUILD
  q4wine/repos/community-i686/q4wine.desktop

+
 PKGBUILD   |   88 +++
 q4wine.desktop |   36 +++---
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-05 10:55:25 UTC (rev 188557)
+++ PKGBUILD2016-09-05 10:55:40 UTC (rev 188558)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Chris Giles 
-
-pkgname=q4wine
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="A Qt4 GUI for Wine"
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/${pkgname}/;
-license=("GPL3")
-if [[ $CARCH == x86_64 ]]; then
-  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
-  depends=("lib32-mesa-libgl" "qt5-base" "qt5-tools" "wine" "sqlite3" "which" 
"icoutils")
-  makedepends=("cmake")
-else
-  depends=("qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
-  makedepends=("cmake")
-fi
-optdepends=("winetricks" "fuseiso")
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-md5sums=('6533de222da1c08d488ad310af48a632')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_WINETRIKS=ON \
--DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
--DQT5=ON \
-.
-  make
-}
-
-package() {
-if [[ $CARCH == x86_64 ]]; then
-  # remove hardcoded lib32-mesa-libgl
-  depends=(${depends[@]:1})
-fi
-
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-  make DESTDIR=${pkgdir} install
-}

Copied: q4wine/repos/community-i686/PKGBUILD (from rev 188557, 
q4wine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-05 10:55:40 UTC (rev 188558)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Chris Giles 
+
+pkgname=q4wine
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="A Qt4 GUI for Wine"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/${pkgname}/;
+license=("GPL3")
+if [[ $CARCH == x86_64 ]]; then
+  # in multilib repo catalyst is 1st and default, so hardcode lib32-mesa-libgl
+  depends=("lib32-mesa-libgl" "qt5-base" "qt5-tools" "wine" "sqlite3" "which" 
"icoutils")
+  makedepends=("cmake")
+else
+  depends=("qt5-base" "qt5-tools" "wine" "sqlite3" "which" "icoutils")
+  makedepends=("cmake")
+fi
+optdepends=("winetricks" "fuseiso")
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('057196650872afbdc171b1c581ccf631')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname \
+-DQT5=ON \
+.
+  make
+}
+
+package() {
+if [[ $CARCH == x86_64 ]]; then
+  # remove hardcoded lib32-mesa-libgl
+  depends=(${depends[@]:1})
+fi
+
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+}

Deleted: q4wine.desktop
===
--- q4wine.desktop  2016-09-05 10:55:25 UTC (rev 188557)
+++ q4wine.desktop  2016-09-05 10:55:40 UTC (rev 188558)
@@ -1,18 +0,0 @@
-[Desktop Entry]
-Name=Q4Wine
-GenericName=A Qt4 GUI for Wine
-Comment=A Qt4 GUI for Wine
-#Version=0.1
-Type=Application
-Categories=KDE;Qt;Settings
-Terminal=false
-Encoding=UTF-8
-Icon=wine
-Exec=q4wine
-#ServiceTypes=inode/directory
-#Actions=Create;
-#X-KDE-Submenu=
-#X-KDE-Priority=TopLevel
-#X-KDE-Icon=tgz
-X-KDE-StartupNotify=true
-#X-DCOP-ServiceType=Unique

Copied: q4wine/repos/community-i686/q4wine.desktop (from rev 188557, 
q4wine/trunk/q4wine.desktop)
===
--- q4wine.desktop  (rev 0)
+++ q4wine.desktop  2016-09-05 10:55:40 UTC (rev 188558)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique


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

2016-09-05 Thread Sergej Pupykin
Date: Monday, September 5, 2016 @ 10:55:25
  Author: spupykin
Revision: 188557

upgpkg: q4wine 1.3.2-1

upd

Modified:
  q4wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 07:41:43 UTC (rev 188556)
+++ PKGBUILD2016-09-05 10:55:25 UTC (rev 188557)
@@ -3,7 +3,7 @@
 # Contributor: Chris Giles 
 
 pkgname=q4wine
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="A Qt4 GUI for Wine"
 arch=("i686" "x86_64")
@@ -20,7 +20,7 @@
 optdepends=("winetricks" "fuseiso")
 options=('!emptydirs')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
-md5sums=('6533de222da1c08d488ad310af48a632')
+md5sums=('057196650872afbdc171b1c581ccf631')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver/_/-}


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

2016-09-05 Thread Felix Yan
Date: Monday, September 5, 2016 @ 09:41:08
  Author: felixonmars
Revision: 275763

upgpkg: python-zope-interface 4.3.2-1

Modified:
  python-zope-interface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 09:10:02 UTC (rev 275762)
+++ PKGBUILD2016-09-05 09:41:08 UTC (rev 275763)
@@ -5,7 +5,7 @@
 
 pkgbase=python-zope-interface
 pkgname=('python-zope-interface' 'python2-zope-interface')
-pkgver=4.3.1
+pkgver=4.3.2
 pkgrel=1
 license=('ZPL')
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-zope-event' 'python2-zope-event')
 
source=("https://pypi.io/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz;
 __init__.py)
-md5sums=('e843f79c6da42b658bdb96f44f3b7eb6'
+md5sums=('5f7e15a5bcdfa3c6c0e93ffe45caf87c'
  '1cdca3de4f8849a3d0d82b678710e112')
 
 prepare() {


[arch-commits] Commit in python-zope-interface/repos (8 files)

2016-09-05 Thread Felix Yan
Date: Monday, September 5, 2016 @ 09:41:35
  Author: felixonmars
Revision: 275764

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

Added:
  python-zope-interface/repos/extra-i686/PKGBUILD
(from rev 275763, python-zope-interface/trunk/PKGBUILD)
  python-zope-interface/repos/extra-i686/__init__.py
(from rev 275763, python-zope-interface/trunk/__init__.py)
  python-zope-interface/repos/extra-x86_64/PKGBUILD
(from rev 275763, python-zope-interface/trunk/PKGBUILD)
  python-zope-interface/repos/extra-x86_64/__init__.py
(from rev 275763, python-zope-interface/trunk/__init__.py)
Deleted:
  python-zope-interface/repos/extra-i686/PKGBUILD
  python-zope-interface/repos/extra-i686/__init__.py
  python-zope-interface/repos/extra-x86_64/PKGBUILD
  python-zope-interface/repos/extra-x86_64/__init__.py

--+
 /PKGBUILD|  116 +
 /__init__.py |4 +
 extra-i686/PKGBUILD  |   58 --
 extra-i686/__init__.py   |2 
 extra-x86_64/PKGBUILD|   58 --
 extra-x86_64/__init__.py |2 
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-05 09:41:08 UTC (rev 275763)
+++ extra-i686/PKGBUILD 2016-09-05 09:41:35 UTC (rev 275764)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer : Felix Yan 
-# Contributor: Ionut Biru 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=python-zope-interface
-pkgname=('python-zope-interface' 'python2-zope-interface')
-pkgver=4.3.1
-pkgrel=1
-license=('ZPL')
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/zope.interface;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-zope-event' 'python2-zope-event')
-source=("https://pypi.io/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz;
-__init__.py)
-md5sums=('e843f79c6da42b658bdb96f44f3b7eb6'
- '1cdca3de4f8849a3d0d82b678710e112')
-
-prepare() {
-  cp -a zope.interface-${pkgver}{,-py2}
-}
-
-build() {
-  cd "${srcdir}/zope.interface-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/zope.interface-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/zope.interface-${pkgver}"
-  python setup.py test
-
-  cd "${srcdir}/zope.interface-${pkgver}-py2"
-  python2 setup.py test
-}
-
-package_python-zope-interface() {
-  pkgdesc='Zope Interfaces for Python 3.x'
-  depends=('python')
- 
-  cd "${srcdir}/zope.interface-${pkgver}"
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  install -Dm644 ../__init__.py 
"$pkgdir"/usr/lib/python3.5/site-packages/zope/__init__.py
-}
-
-package_python2-zope-interface(){
-  pkgdesc='Zope Interfaces for Python 2.x'
-  depends=('python2')
-  replaces=('zope-interface')
-  provides=('zope-interface')
-
-  cd "${srcdir}/zope.interface-${pkgver}-py2"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  install -Dm644 ../__init__.py 
"$pkgdir"/usr/lib/python2.7/site-packages/zope/__init__.py
-}

Copied: python-zope-interface/repos/extra-i686/PKGBUILD (from rev 275763, 
python-zope-interface/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-05 09:41:35 UTC (rev 275764)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=python-zope-interface
+pkgname=('python-zope-interface' 'python2-zope-interface')
+pkgver=4.3.2
+pkgrel=1
+license=('ZPL')
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/zope.interface;
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-zope-event' 'python2-zope-event')
+source=("https://pypi.io/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz;
+__init__.py)
+md5sums=('5f7e15a5bcdfa3c6c0e93ffe45caf87c'
+ '1cdca3de4f8849a3d0d82b678710e112')
+
+prepare() {
+  cp -a zope.interface-${pkgver}{,-py2}
+}
+
+build() {
+  cd "${srcdir}/zope.interface-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/zope.interface-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/zope.interface-${pkgver}"
+  python setup.py test
+
+  cd "${srcdir}/zope.interface-${pkgver}-py2"
+  python2 setup.py test
+}
+
+package_python-zope-interface() {
+  pkgdesc='Zope Interfaces for Python 3.x'
+  depends=('python')
+ 
+  cd "${srcdir}/zope.interface-${pkgver}"
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -Dm644 ../__init__.py 
"$pkgdir"/usr/lib/python3.5/site-packages/zope/__init__.py
+}
+
+package_python2-zope-interface(){
+  pkgdesc='Zope Interfaces for 

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

2016-09-05 Thread Antonio Rojas
Date: Monday, September 5, 2016 @ 09:10:02
  Author: arojas
Revision: 275762

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-05 09:09:23 UTC (rev 275761)
+++ extra-i686/PKGBUILD 2016-09-05 09:10:02 UTC (rev 275762)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkgapi
-pkgver=5.3.0
-pkgrel=1
-pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
-url='https://projects.kde.org/projects/extragear/libs/libkgapi'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(kcalcore kcontacts qt5-webkit)
-makedepends=(extra-cmake-modules kdoctools qt5-tools kdesignerplugin python)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;
- 
bug355908.patch::"https://quickgit.kde.org/?p=libkgapi.git=commitdiff=46b9c59d=plain;)
-md5sums=('13f187699c144809b2449e786c81dde4'
- '03314cf2f8241fe6b4881c62614fe1c4')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix syncing Google Calendar events 
https://bugs.kde.org/show_bug.cgi?id=355908
-  patch -p1 -i ../bug355908.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkgapi/repos/extra-i686/PKGBUILD (from rev 275761, 
libkgapi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-05 09:10:02 UTC (rev 275762)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkgapi
+pkgver=5.3.1
+pkgrel=1
+pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kcalcore kcontacts qt5-webkit)
+makedepends=(extra-cmake-modules kdoctools qt5-tools kdesignerplugin python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;
+ 
bug355908.patch::"https://quickgit.kde.org/?p=libkgapi.git=commitdiff=46b9c59d=plain;)
+md5sums=('5f3b1e15ce5dff404bf2a552ae67d890'
+ '03314cf2f8241fe6b4881c62614fe1c4')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix syncing Google Calendar events 
https://bugs.kde.org/show_bug.cgi?id=355908
+  patch -p1 -i ../bug355908.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-05 09:09:23 UTC (rev 275761)
+++ extra-x86_64/PKGBUILD   2016-09-05 09:10:02 UTC (rev 275762)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkgapi
-pkgver=5.3.0
-pkgrel=1
-pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
-url='https://projects.kde.org/projects/extragear/libs/libkgapi'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(kcalcore kcontacts qt5-webkit)
-makedepends=(extra-cmake-modules kdoctools qt5-tools kdesignerplugin python)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;
- 
bug355908.patch::"https://quickgit.kde.org/?p=libkgapi.git=commitdiff=46b9c59d=plain;)
-md5sums=('13f187699c144809b2449e786c81dde4'
- '03314cf2f8241fe6b4881c62614fe1c4')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix syncing Google Calendar events 
https://bugs.kde.org/show_bug.cgi?id=355908
-  patch -p1 -i ../bug355908.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make 

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

2016-09-05 Thread Antonio Rojas
Date: Monday, September 5, 2016 @ 09:09:23
  Author: arojas
Revision: 275761

Update to 5.3.1

Modified:
  libkgapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 07:41:48 UTC (rev 275760)
+++ PKGBUILD2016-09-05 09:09:23 UTC (rev 275761)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=libkgapi
-pkgver=5.3.0
+pkgver=5.3.1
 pkgrel=1
 pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
 url='https://projects.kde.org/projects/extragear/libs/libkgapi'
@@ -10,10 +10,10 @@
 arch=(i686 x86_64)
 license=(GPL LGPL FDL)
 depends=(kcalcore kcontacts qt5-webkit)
-makedepends=(extra-cmake-modules kdoctools qt5-tools)
+makedepends=(extra-cmake-modules kdoctools qt5-tools kdesignerplugin python)
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;
  
bug355908.patch::"https://quickgit.kde.org/?p=libkgapi.git=commitdiff=46b9c59d=plain;)
-md5sums=('13f187699c144809b2449e786c81dde4'
+md5sums=('5f3b1e15ce5dff404bf2a552ae67d890'
  '03314cf2f8241fe6b4881c62614fe1c4')
 
 prepare() {


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

2016-09-05 Thread Evgeniy Alekseev
Date: Monday, September 5, 2016 @ 07:41:43
  Author: arcanis
Revision: 188556

archrelease: copy trunk to community-any

Added:
  eric/repos/community-any/.contrib
(from rev 188555, eric/trunk/.contrib)
  eric/repos/community-any/ChangeLog
(from rev 188555, eric/trunk/ChangeLog)
  eric/repos/community-any/PKGBUILD
(from rev 188555, eric/trunk/PKGBUILD)
Deleted:
  eric/repos/community-any/.contrib
  eric/repos/community-any/ChangeLog
  eric/repos/community-any/PKGBUILD

---+
 .contrib  |   14 +--
 ChangeLog |  175 +++---
 PKGBUILD  |  276 ++--
 3 files changed, 234 insertions(+), 231 deletions(-)

Deleted: .contrib
===
--- .contrib2016-09-05 07:41:32 UTC (rev 188555)
+++ .contrib2016-09-05 07:41:43 UTC (rev 188556)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger 
-riai 
-Ben 
-Daniel J Griffiths 
-Felix Rohrbach 

Copied: eric/repos/community-any/.contrib (from rev 188555, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2016-09-05 07:41:43 UTC (rev 188556)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger 
+riai 
+Ben 
+Daniel J Griffiths 
+Felix Rohrbach 

Deleted: ChangeLog
===
--- ChangeLog   2016-09-05 07:41:32 UTC (rev 188555)
+++ ChangeLog   2016-09-05 07:41:43 UTC (rev 188556)
@@ -1,86 +0,0 @@
-6.1.8-1:
-upstream update
-
-6.1.7-1:
-upstream update
-
-6.1.6-1:
-upstream update
-
-6.1.5-1:
-upstream update
-
-6.1.4-2:
-drop install file, move to pacman hooks
-
-6.1.4-1:
-upstream update
-
-6.1.3-1:
-upstream update
-
-6.1.2-1:
-upstream update
-
-6.1.1-1:
-upstream update
-
-6.1.0-1:
-upstream update
-
-6.0.11-1:
-upstream update
-
-6.0.10-1:
-upstream update
-
-6.0.9-2:
-python3.5 rebuild
-
-6.0.9-1:
-upstream update
-
-6.0.8-1:
-upstream update
-
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.1-2:
-* fix FS#43573
-* fix API path
-
-6.0.1-1:
-upstream update
-
-6.0.0-1:
-* upstream update
-* split to qt5 and qt4 packages
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-* upstream update
-* create python2-eric package
-
-5.4.7-1:
-upstream update. Create eric-common package

Copied: eric/repos/community-any/ChangeLog (from rev 188555, 
eric/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-09-05 07:41:43 UTC (rev 188556)
@@ -0,0 +1,89 @@
+6.1.9-1:
+upstream update
+
+6.1.8-1:
+upstream update
+
+6.1.7-1:
+upstream update
+
+6.1.6-1:
+upstream update
+
+6.1.5-1:
+upstream update
+
+6.1.4-2:
+drop install file, move to pacman hooks
+
+6.1.4-1:
+upstream update
+
+6.1.3-1:
+upstream update
+
+6.1.2-1:
+upstream update
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upstream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-2:
+python3.5 rebuild
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.1-2:
+* fix FS#43573
+* fix API path
+
+6.0.1-1:
+upstream update
+
+6.0.0-1:
+* upstream update
+* split to qt5 and qt4 packages
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-05 07:41:32 UTC (rev 188555)
+++ PKGBUILD2016-09-05 07:41:43 UTC (rev 188556)
@@ -1,138 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Ray Rashif 
-# Contributor: Brad Fanella 
-# See .contrib for older/other contributors
-
-pkgbase=eric
-pkgname=('eric-common' 'eric' 'python2-eric'
- 'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.1.8
-pkgrel=1
-pkgdesc="A full-featured Python and Ruby IDE in PyQt"
-arch=('any')
-url="http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla' 'python2-qscintilla'
- 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
- 'qt5-svg' 'qt5-webkit')
-source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz;)
-md5sums=('a070c679fbc93fab4f3b718a5875e5d0')
-changelog=ChangeLog

[arch-commits] Commit in linux/trunk (config config.x86_64)

2016-09-05 Thread Tobias Powalowski
Date: Monday, September 5, 2016 @ 07:41:48
  Author: tpowa
Revision: 275760

add KEYBOARD_GPIO=m

Modified:
  linux/trunk/config
  linux/trunk/config.x86_64

---+
 config|2 +-
 config.x86_64 |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: config
===
--- config  2016-09-05 06:11:56 UTC (rev 275759)
+++ config  2016-09-05 07:41:48 UTC (rev 275760)
@@ -3304,7 +3304,7 @@
 CONFIG_KEYBOARD_QT1070=m
 CONFIG_KEYBOARD_QT2160=m
 # CONFIG_KEYBOARD_LKKBD is not set
-# CONFIG_KEYBOARD_GPIO is not set
+CONFIG_KEYBOARD_GPIO=m 
 # CONFIG_KEYBOARD_GPIO_POLLED is not set
 CONFIG_KEYBOARD_TCA6416=m
 CONFIG_KEYBOARD_TCA8418=m

Modified: config.x86_64
===
--- config.x86_64   2016-09-05 06:11:56 UTC (rev 275759)
+++ config.x86_64   2016-09-05 07:41:48 UTC (rev 275760)
@@ -3240,7 +3240,7 @@
 CONFIG_KEYBOARD_QT1070=m
 CONFIG_KEYBOARD_QT2160=m
 # CONFIG_KEYBOARD_LKKBD is not set
-# CONFIG_KEYBOARD_GPIO is not set
+CONFIG_KEYBOARD_GPIO=m 
 # CONFIG_KEYBOARD_GPIO_POLLED is not set
 CONFIG_KEYBOARD_TCA6416=m
 CONFIG_KEYBOARD_TCA8418=m


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

2016-09-05 Thread Evgeniy Alekseev
Date: Monday, September 5, 2016 @ 07:41:32
  Author: arcanis
Revision: 188555

upgpkg: eric 6.1.9-1

Modified:
  eric/trunk/ChangeLog
  eric/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2016-09-05 07:40:08 UTC (rev 188554)
+++ ChangeLog   2016-09-05 07:41:32 UTC (rev 188555)
@@ -1,3 +1,6 @@
+6.1.9-1:
+upstream update
+
 6.1.8-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 07:40:08 UTC (rev 188554)
+++ PKGBUILD2016-09-05 07:41:32 UTC (rev 188555)
@@ -7,7 +7,7 @@
 pkgbase=eric
 pkgname=('eric-common' 'eric' 'python2-eric'
  'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.1.8
+pkgver=6.1.9
 pkgrel=1
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
@@ -17,7 +17,7 @@
  'python-qscintilla-qt5' 'python2-qscintilla-qt5'
  'qt5-svg' 'qt5-webkit')
 source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz;)
-md5sums=('a070c679fbc93fab4f3b718a5875e5d0')
+md5sums=('8ced922333bb7c8a644f2c9d72a60b58')
 changelog=ChangeLog
 
 prepare() {


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

2016-09-05 Thread Evgeniy Alekseev
Date: Monday, September 5, 2016 @ 07:40:08
  Author: arcanis
Revision: 188554

archrelease: copy trunk to community-any

Added:
  eric-i18n/repos/community-any/ChangeLog
(from rev 188553, eric-i18n/trunk/ChangeLog)
  eric-i18n/repos/community-any/PKGBUILD
(from rev 188553, eric-i18n/trunk/PKGBUILD)
Deleted:
  eric-i18n/repos/community-any/ChangeLog
  eric-i18n/repos/community-any/PKGBUILD

---+
 ChangeLog |  177 ++--
 PKGBUILD  |  137 +-
 2 files changed, 153 insertions(+), 161 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2016-09-05 07:39:52 UTC (rev 188553)
+++ ChangeLog   2016-09-05 07:40:08 UTC (rev 188554)
@@ -1,87 +0,0 @@
-6.1.8-1:
-upstream update
-
-6.1.7-1:
-upstream update
-
-6.1.6-1:
-upstream update
-
-6.1.5-2:
-fix broken Qt4 translations
-
-6.1.5-1:
-upstream update
-
-6.1.4-1:
-upstream update
-
-6.1.3-1:
-upstream update
-
-6.1.2-3:
-* rename zh_CN package to zh_cn
-* fix description
-
-6.1.2-2:
-rebuild in clean chroot for .BUILDINFO
-
-6.1.2-1:
-upstream update
-
-6.1.1-2:
-fix FS#47677
-
-6.1.1-1:
-upstream update
-
-6.1.0-1:
-upsream update
-
-6.0.11-1:
-upstream update
-
-6.0.10-1:
-upstream update
-
-6.0.9-1:
-upstream update
-
-6.0.8-1:
-upstream update
-
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.0-1:
-upstream update
-
-6.0.0-2:
-rename qt4 packages to more pretty name
-
-6.0.0-1:
-upstream update
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-upstream update. Create package

Copied: eric-i18n/repos/community-any/ChangeLog (from rev 188553, 
eric-i18n/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-09-05 07:40:08 UTC (rev 188554)
@@ -0,0 +1,90 @@
+6.1.9-1:
+upstream update
+
+6.1.8-1:
+upstream update
+
+6.1.7-1:
+upstream update
+
+6.1.6-1:
+upstream update
+
+6.1.5-2:
+fix broken Qt4 translations
+
+6.1.5-1:
+upstream update
+
+6.1.4-1:
+upstream update
+
+6.1.3-1:
+upstream update
+
+6.1.2-3:
+* rename zh_CN package to zh_cn
+* fix description
+
+6.1.2-2:
+rebuild in clean chroot for .BUILDINFO
+
+6.1.2-1:
+upstream update
+
+6.1.1-2:
+fix FS#47677
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upsream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.0-1:
+upstream update
+
+6.0.0-2:
+rename qt4 packages to more pretty name
+
+6.0.0-1:
+upstream update
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+upstream update. Create package

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-05 07:39:52 UTC (rev 188553)
+++ PKGBUILD2016-09-05 07:40:08 UTC (rev 188554)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=6.1.8
-pkgrel=1
-pkgdesc="Language pack for the Eric IDE"
-arch=('any')
-makedepends=("eric-common>=${pkgver}" "eric-common-qt4>=${pkgver}")
-depends=()
-url="http://eric-ide.python-projects.org/index.html;
-license=('GPL3')
-depends=()
-changelog=ChangeLog
-
-_languages=('cs "Czech"'
-'de "German"'
-'en "English"'
-'es "Spanish"'
-'fr "French"'
-'it "Italian"'
-'pt "Portuguese"'
-'ru "Russian"'
-'tr "Turkish"'
-'zh_CN  "Chinese (Simplified)"')
-
-pkgname=()
-source=()
-_url=http://downloads.sourceforge.net/eric-ide/
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-
-  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
-  source+=("${_url}/eric6-i18n-${_locale}-${pkgver}.tar.gz")
-
-  for _qtver in '-qt4' ''; do
-eval "package_eric${_qtver}-i18n-${_locale,,}() {
-  _package ${_locale} ${_qtver}
-}"
-  done
-done
-
-_package() {
-  pkgdesc="${1} language pack for Eric IDE"
-  depends=("eric-common${2}>=${pkgver}")
-
-  [ -z ${2} ] && _qtver="qt" || _qtver="qt4"
-  install -Dm644 "eric6-${pkgver}/eric/i18n/eric6_${1}.qm" \
- "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
-}
-
-md5sums=('004b9c9879d3f5936456b43fd3a5ccea'
- 'e20d3bbf9b19971dc5010dffe2170d1c'
- '45937b86ab14e84fd96ac43975986cab'
- 'e90f5b0710eeb930c23352d4b4f035d4'
- '43b0612a66bc3923483f2b73a48a25a3'
- 'd11208fce2b5d5a2c5892c1a04c48810'
- 

[arch-commits] Commit in eric-i18n/trunk (ChangeLog PKGBUILD)

2016-09-05 Thread Evgeniy Alekseev
Date: Monday, September 5, 2016 @ 07:39:52
  Author: arcanis
Revision: 188553

upgpkg: eric-i18n 6.1.9-1

Modified:
  eric-i18n/trunk/ChangeLog
  eric-i18n/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |   33 +++--
 2 files changed, 14 insertions(+), 22 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2016-09-05 06:13:30 UTC (rev 188552)
+++ ChangeLog   2016-09-05 07:39:52 UTC (rev 188553)
@@ -1,3 +1,6 @@
+6.1.9-1:
+upstream update
+
 6.1.8-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 06:13:30 UTC (rev 188552)
+++ PKGBUILD2016-09-05 07:39:52 UTC (rev 188553)
@@ -3,7 +3,7 @@
 # Contributor: M0Rf30
 
 pkgbase=eric-i18n
-pkgver=6.1.8
+pkgver=6.1.9
 pkgrel=1
 pkgdesc="Language pack for the Eric IDE"
 arch=('any')
@@ -51,24 +51,13 @@
  "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
 }
 
-md5sums=('004b9c9879d3f5936456b43fd3a5ccea'
- 'e20d3bbf9b19971dc5010dffe2170d1c'
- '45937b86ab14e84fd96ac43975986cab'
- 'e90f5b0710eeb930c23352d4b4f035d4'
- '43b0612a66bc3923483f2b73a48a25a3'
- 'd11208fce2b5d5a2c5892c1a04c48810'
- '4ee8cc5924b5abb030ee31b2795a4ac1'
- '0ae0cb427f863a57bf4bdd65237cc13e'
- 'a6c944102234fcbff901ec364e8b4ef7'
- '004c5c7217b074690cec4d44871ce55c')
-
-md5sums=('59b93605acb8347e7db1395212ce6227'
- '9545c8cdf249cad9f781f1d8370a66b8'
- '7d709226d2e2f290ba7d128afd73d313'
- 'fe29993897d0517f843523201dcbad0e'
- '423ccf8d72afc647661b7c5df405666e'
- 'a82a238b0066b203ffe1864e90108911'
- '374298c95f7be546f2a6ece95ef663aa'
- 'aff7b532221b56fca8a00e1faee43782'
- '1f117f9f58cac67f5e16e2580b41cbdc'
- 'd4a536e50053a5141d5bcfb910f4')
+md5sums=('ab34d8e8b7b96dd0921023fa286de3f5'
+ 'dd931b7873035e029c6bd8aa3f7be341'
+ 'de061bffbbb3ac2f2f90060f4c9f684a'
+ '5eb0413e54c847eea60e8219b792affd'
+ '1419f06a78eac7497f0b3197eb858c1f'
+ 'c5b1bea2388d7ea802ac534ef4744990'
+ '8d00511cb71c1baba2623e63fbbd02d9'
+ 'db02dbba15dffcde490f28cf8b85fe41'
+ '69393d73b4dec375ed7b7154e1cfd7d6'
+ 'b1e508f50bb9ca0abe907edb4aab3c14')


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

2016-09-05 Thread Felix Yan
Date: Monday, September 5, 2016 @ 06:13:10
  Author: felixonmars
Revision: 188551

upgpkg: pyprof2calltree 1.4.0-1

Modified:
  pyprof2calltree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-04 19:48:21 UTC (rev 188550)
+++ PKGBUILD2016-09-05 06:13:10 UTC (rev 188551)
@@ -5,15 +5,15 @@
 
 pkgbase=pyprof2calltree
 pkgname=(pyprof2calltree python2-pyprof2calltree)
-pkgver=1.3.2
-pkgrel=3
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="Help visualize profiling data from cProfile with kcachegrind"
 url="https://pypi.python.org/pypi/pyprof2calltree/;
 arch=('any')
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pyprof2calltree/pyprof2calltree-${pkgver}.tar.gz)
-sha1sums=('ef2d80d3da4cf70d8550464fd8d506c37f4e13f3')
+source=("https://pypi.io/packages/source/p/pyprof2calltree/pyprof2calltree-$pkgver.tar.gz;)
+sha1sums=('df2068f94a4f9259f6dda2741338798878ba6478')
 
 prepare() {
   sed -n '/# Copyright/,/# THE SOFTWARE\./p' 
pyprof2calltree-$pkgver/pyprof2calltree.py > LICENSE
@@ -21,24 +21,27 @@
 }
 
 build() {
-  cd "$srcdir/pyprof2calltree-$pkgver"
+  cd "$srcdir"/pyprof2calltree-$pkgver
   python setup.py build
+
+  cd "$srcdir"/pyprof2calltree-$pkgver-py2
+  python setup.py build
 }
 
 package_pyprof2calltree() {
   depends=('python-setuptools')
 
-  cd "$srcdir/pyprof2calltree-$pkgver"
+  cd pyprof2calltree-$pkgver
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-pyprof2calltree() {
   depends=('python2-setuptools')
 
-  cd "$srcdir/pyprof2calltree-$pkgver-py2"
+  cd pyprof2calltree-$pkgver-py2
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
   mv "$pkgdir/usr/bin/pyprof2calltree"{,2}
 }


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

2016-09-05 Thread Felix Yan
Date: Monday, September 5, 2016 @ 06:13:30
  Author: felixonmars
Revision: 188552

archrelease: copy trunk to community-any

Added:
  pyprof2calltree/repos/community-any/PKGBUILD
(from rev 188551, pyprof2calltree/trunk/PKGBUILD)
Deleted:
  pyprof2calltree/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-05 06:13:10 UTC (rev 188551)
+++ PKGBUILD2016-09-05 06:13:30 UTC (rev 188552)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Florian Bruhin (The Compiler) 
-# Contributor: Brecht Machiels 
-
-pkgbase=pyprof2calltree
-pkgname=(pyprof2calltree python2-pyprof2calltree)
-pkgver=1.3.2
-pkgrel=3
-pkgdesc="Help visualize profiling data from cProfile with kcachegrind"
-url="https://pypi.python.org/pypi/pyprof2calltree/;
-arch=('any')
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pyprof2calltree/pyprof2calltree-${pkgver}.tar.gz)
-sha1sums=('ef2d80d3da4cf70d8550464fd8d506c37f4e13f3')
-
-prepare() {
-  sed -n '/# Copyright/,/# THE SOFTWARE\./p' 
pyprof2calltree-$pkgver/pyprof2calltree.py > LICENSE
-  cp -a pyprof2calltree-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/pyprof2calltree-$pkgver"
-  python setup.py build
-}
-
-package_pyprof2calltree() {
-  depends=('python-setuptools')
-
-  cd "$srcdir/pyprof2calltree-$pkgver"
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-pyprof2calltree() {
-  depends=('python2-setuptools')
-
-  cd "$srcdir/pyprof2calltree-$pkgver-py2"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -D -m644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  mv "$pkgdir/usr/bin/pyprof2calltree"{,2}
-}

Copied: pyprof2calltree/repos/community-any/PKGBUILD (from rev 188551, 
pyprof2calltree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-05 06:13:30 UTC (rev 188552)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Florian Bruhin (The Compiler) 
+# Contributor: Brecht Machiels 
+
+pkgbase=pyprof2calltree
+pkgname=(pyprof2calltree python2-pyprof2calltree)
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Help visualize profiling data from cProfile with kcachegrind"
+url="https://pypi.python.org/pypi/pyprof2calltree/;
+arch=('any')
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/p/pyprof2calltree/pyprof2calltree-$pkgver.tar.gz;)
+sha1sums=('df2068f94a4f9259f6dda2741338798878ba6478')
+
+prepare() {
+  sed -n '/# Copyright/,/# THE SOFTWARE\./p' 
pyprof2calltree-$pkgver/pyprof2calltree.py > LICENSE
+  cp -a pyprof2calltree-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pyprof2calltree-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyprof2calltree-$pkgver-py2
+  python setup.py build
+}
+
+package_pyprof2calltree() {
+  depends=('python-setuptools')
+
+  cd pyprof2calltree-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyprof2calltree() {
+  depends=('python2-setuptools')
+
+  cd pyprof2calltree-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir/usr/bin/pyprof2calltree"{,2}
+}


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

2016-09-05 Thread Christian Hesse
Date: Monday, September 5, 2016 @ 06:11:56
  Author: eworm
Revision: 275759

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

Added:
  e2fsprogs/repos/testing-i686/MIT-LICENSE
(from rev 275758, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-i686/PKGBUILD
(from rev 275758, e2fsprogs/trunk/PKGBUILD)
  e2fsprogs/repos/testing-i686/mke2fs.conf
(from rev 275758, e2fsprogs/trunk/mke2fs.conf)
  e2fsprogs/repos/testing-x86_64/MIT-LICENSE
(from rev 275758, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-x86_64/PKGBUILD
(from rev 275758, e2fsprogs/trunk/PKGBUILD)
  e2fsprogs/repos/testing-x86_64/mke2fs.conf
(from rev 275758, e2fsprogs/trunk/mke2fs.conf)
Deleted:
  e2fsprogs/repos/testing-i686/MIT-LICENSE
  e2fsprogs/repos/testing-i686/PKGBUILD
  e2fsprogs/repos/testing-i686/mke2fs.conf
  e2fsprogs/repos/testing-x86_64/MIT-LICENSE
  e2fsprogs/repos/testing-x86_64/PKGBUILD
  e2fsprogs/repos/testing-x86_64/mke2fs.conf

+
 /MIT-LICENSE   |   50 +
 /PKGBUILD  |  120 +++
 /mke2fs.conf   |   52 ++
 testing-i686/MIT-LICENSE   |   25 
 testing-i686/PKGBUILD  |   58 
 testing-i686/mke2fs.conf   |   26 -
 testing-x86_64/MIT-LICENSE |   25 
 testing-x86_64/PKGBUILD|   58 
 testing-x86_64/mke2fs.conf |   26 -
 9 files changed, 222 insertions(+), 218 deletions(-)

Deleted: testing-i686/MIT-LICENSE
===
--- testing-i686/MIT-LICENSE2016-09-05 06:11:53 UTC (rev 275758)
+++ testing-i686/MIT-LICENSE2016-09-05 06:11:56 UTC (rev 275759)
@@ -1,25 +0,0 @@
-Copyright (c) 2003-2007 Theodore Ts'o 
-Copyright (c) 1997-2003 Yann Dirson 
-Copyright (c) 2001 Alcove 
-Copyright (c) 1997 Klee Dienes
-Copyright (c) 1995-1996 Michael Nonweiler 
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject
-to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
-KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
-BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
-IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: e2fsprogs/repos/testing-i686/MIT-LICENSE (from rev 275758, 
e2fsprogs/trunk/MIT-LICENSE)
===
--- testing-i686/MIT-LICENSE(rev 0)
+++ testing-i686/MIT-LICENSE2016-09-05 06:11:56 UTC (rev 275759)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o 
+Copyright (c) 1997-2003 Yann Dirson 
+Copyright (c) 2001 Alcove 
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler 
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-09-05 06:11:53 UTC (rev 275758)
+++ testing-i686/PKGBUILD   2016-09-05 06:11:56 UTC (rev 275759)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Ronald van 

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

2016-09-05 Thread Christian Hesse
Date: Monday, September 5, 2016 @ 06:11:53
  Author: eworm
Revision: 275758

upgpkg: e2fsprogs 1.43.3-1

* new upstream release
* change download source and add source verification by signature

Modified:
  e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-05 02:27:55 UTC (rev 275757)
+++ PKGBUILD2016-09-05 06:11:53 UTC (rev 275758)
@@ -3,7 +3,7 @@
 # Contributor: judd 
 
 pkgname=e2fsprogs
-pkgver=1.43.2
+pkgver=1.43.3
 pkgrel=1
 pkgdesc="Ext2/3/4 filesystem utilities"
 arch=('i686' 'x86_64')
@@ -12,11 +12,13 @@
 groups=('base')
 depends=('sh' 'libutil-linux')
 makedepends=('bc' 'util-linux')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'MIT-LICENSE')
 backup=('etc/mke2fs.conf')
 options=('staticlibs')
-sha1sums=('bc64ea8d651b25effec6b22cfa53db814d0a3616'
+validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o 

+source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar."{xz,sign}
+'MIT-LICENSE')
+sha1sums=('7116ab195c411b29bb1532777b95a4e5ccad78c2'
+  'SKIP'
   'f4a0d5b0cdb980e3fedd6f5e7dde0b0ffb7bbdfb')