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

2017-01-07 Thread Jiachen Yang
Date: Sunday, January 8, 2017 @ 07:51:57
  Author: farseerfc
Revision: 206080

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-08 07:50:40 UTC (rev 206079)
+++ community-i686/PKGBUILD 2017-01-08 07:51:57 UTC (rev 206080)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang 
-# Maintainer: Felix Yan 
-
-pkgname=tuntox
-pkgver=0.0.5.6d74a7a
-_commit=6d74a7a2da9690ca56b3543a240d53b6b3915bf3
-pkgrel=3
-pkgdesc='Tunnel TCP connections over the Tox protocol'
-arch=('i686' 'x86_64')
-url='https://github.com/gjedeer/tuntox'
-license=('GPL3')
-depends=('toxcore')
-makedepends=('git' 'cscope')
-source=("git+https://github.com/gjedeer/tuntox.git#commit=$_commit";  
#tag=$pkgver
-   )
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
-}
-
-build() {
-  cd $pkgname
-
-  make gitversion.h tuntox_nostatic  # use dynamic linking
-  mv tuntox_nostatic tuntox
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
-  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
-}

Copied: tuntox/repos/community-i686/PKGBUILD (from rev 206079, 
tuntox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-08 07:51:57 UTC (rev 206080)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jiachen Yang 
+# Maintainer: Felix Yan 
+
+pkgname=tuntox
+pkgver=0.0.6
+_commit=fad23001af27f1cd380f7d05270ddcc04244f507
+pkgrel=1
+pkgdesc='Tunnel TCP connections over the Tox protocol'
+arch=('i686' 'x86_64')
+url='https://github.com/gjedeer/tuntox'
+license=('GPL3')
+depends=('toxcore')
+makedepends=('cscope')
+source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit";  
#tag=$pkgver
+"https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz";
+
"https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc";
+   )
+
+sha512sums=('57893516d2186f9830784f23f6312746ea6c64e0c75c84fbb3f1453da6d7c25f29cb9a848c0160b0d93dc0098d46cd923cf13b5bf2c3142c4cc05b0b14a73872'
+'SKIP')
+validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ 

+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Makefile requires these, make it happy
+  # pending issue: https://github.com/gjedeer/tuntox/issues/35
+  mkdir -p .git
+  touch .git/HEAD .git/index
+  echo "#define GITVERSION \"${_commit}\"" > gitversion.h
+  make tuntox_nostatic  # use dynamic linking
+  mv tuntox_nostatic tuntox
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
+  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-08 07:50:40 UTC (rev 206079)
+++ community-x86_64/PKGBUILD   2017-01-08 07:51:57 UTC (rev 206080)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jiachen Yang 
-# Maintainer: Felix Yan 
-
-pkgname=tuntox
-pkgver=0.0.5.6d74a7a
-_commit=6d74a7a2da9690ca56b3543a240d53b6b3915bf3
-pkgrel=3
-pkgdesc='Tunnel TCP connections over the Tox protocol'
-arch=('i686' 'x86_64')
-url='https://github.com/gjedeer/tuntox'
-license=('GPL3')
-depends=('toxcore')
-makedepends=('git' 'cscope')
-source=("git+https://github.com/gjedeer/tuntox.git#commit=$_commit";  
#tag=$pkgver
-   )
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
-}
-
-build() {
-  cd $pkgname
-
-  make gitversion.h tuntox_nostatic  # use dynamic linking
-  mv tuntox_nostatic tuntox
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
-  install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
-}

Copied: tuntox/repos/community-x86_64/PKGBUILD (from rev 206079, 
tuntox/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-08 07:51:57 UTC (rev 2060

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

2017-01-07 Thread Jiachen Yang
Date: Sunday, January 8, 2017 @ 07:50:40
  Author: farseerfc
Revision: 206079

upgpkg: tuntox 0.0.6-1

tuntox 0.0.6

Modified:
  tuntox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-08 06:26:48 UTC (rev 206078)
+++ PKGBUILD2017-01-08 07:50:40 UTC (rev 206079)
@@ -3,33 +3,43 @@
 # Maintainer: Felix Yan 
 
 pkgname=tuntox
-pkgver=0.0.5.6d74a7a
-_commit=6d74a7a2da9690ca56b3543a240d53b6b3915bf3
-pkgrel=3
+pkgver=0.0.6
+_commit=fad23001af27f1cd380f7d05270ddcc04244f507
+pkgrel=1
 pkgdesc='Tunnel TCP connections over the Tox protocol'
 arch=('i686' 'x86_64')
 url='https://github.com/gjedeer/tuntox'
 license=('GPL3')
 depends=('toxcore')
-makedepends=('git' 'cscope')
-source=("git+https://github.com/gjedeer/tuntox.git#commit=$_commit";  
#tag=$pkgver
+makedepends=('cscope')
+source=( # "git+https://github.com/gjedeer/tuntox.git#commit=$_commit";  
#tag=$pkgver
+"https://github.com/gjedeer/${pkgname}/archive/${pkgver}.tar.gz";
+
"https://github.com/gjedeer/${pkgname}/releases/download/${pkgver}/${pkgver}.tar.gz.asc";
)
-sha512sums=('SKIP')
 
+sha512sums=('57893516d2186f9830784f23f6312746ea6c64e0c75c84fbb3f1453da6d7c25f29cb9a848c0160b0d93dc0098d46cd923cf13b5bf2c3142c4cc05b0b14a73872'
+'SKIP')
+validpgpkeys=('11C1B15A5D5DD662E469928AEBDA6B974ED3D2B7')  # GDR!_ 

+
 prepare() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   sed -i "s|DEPS=libsodium toxcore|DEPS=libsodium libtoxcore|" Makefile
 }
 
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
 
-  make gitversion.h tuntox_nostatic  # use dynamic linking
+  # Makefile requires these, make it happy
+  # pending issue: https://github.com/gjedeer/tuntox/issues/35
+  mkdir -p .git
+  touch .git/HEAD .git/index
+  echo "#define GITVERSION \"${_commit}\"" > gitversion.h
+  make tuntox_nostatic  # use dynamic linking
   mv tuntox_nostatic tuntox
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   install -Dm755 tuntox "$pkgdir/usr/bin/tuntox"
   install -Dm644 scripts/tuntox.service 
"$pkgdir/usr/lib/systemd/system/tuntox.service"
 }


[arch-commits] Commit in gcc/repos/core-x86_64 (PKGBUILD)

2017-01-07 Thread Allan McRae
Date: Sunday, January 8, 2017 @ 07:46:22
  Author: allan
Revision: 285546

theatre

Modified:
  gcc/repos/core-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-08 07:46:19 UTC (rev 285545)
+++ PKGBUILD2017-01-08 07:46:22 UTC (rev 285546)
@@ -17,7 +17,7 @@
 makedepends=('binutils>=2.26' 'libmpc' 'gcc-ada' 'doxygen' 'git')
 checkdepends=('dejagnu' 'inetutils')
 options=('!emptydirs')
-source=(git://gcc.gnu.org/git/gcc.git#commit=${_commit}
+source=(git+https://gcc.gnu.org/git/gcc.git#commit=${_commit}
 http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2)
 md5sums=('SKIP'
  'ac1f25a0677912952718a51f5bc20f32')


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

2017-01-07 Thread Pierre Schmitz
Date: Sunday, January 8, 2017 @ 07:46:33
  Author: pierre
Revision: 285547

archrelease: copy trunk to extra-any

Added:
  composer/repos/extra-any/PKGBUILD
(from rev 285546, composer/trunk/PKGBUILD)
Deleted:
  composer/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-08 07:46:22 UTC (rev 285546)
+++ PKGBUILD2017-01-08 07:46:33 UTC (rev 285547)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=composer
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Dependency Manager for PHP"
-arch=('any')
-license=('MIT')
-url='https://getcomposer.org/'
-depends=('php')
-makedepends=('git')
-replaces=('php-composer')
-conflicts=('php-composer')
-provides=('php-composer')
-source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver}";
-
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar";)
-md5sums=('SKIP'
- 'b18bc39a106f2862ebf84c0652629c65')
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   php ${srcdir}/${pkgname}-${pkgver}.phar -n install --no-dev 
--prefer-dist
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   php -d phar.readonly=Off bin/compile
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   # check if the upstream build and ours differ
-   diff -q ${srcdir}/${pkgname}-${pkgver}.phar composer.phar
-
-   # Install the dev dependencies to run the unit tests
-   bin/composer -n install --prefer-dist
-   vendor/bin/phpunit
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: composer/repos/extra-any/PKGBUILD (from rev 285546, 
composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-08 07:46:33 UTC (rev 285547)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=composer
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Dependency Manager for PHP"
+arch=('any')
+license=('MIT')
+url='https://getcomposer.org/'
+depends=('php')
+makedepends=('git')
+replaces=('php-composer')
+conflicts=('php-composer')
+provides=('php-composer')
+source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver}";
+
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar";)
+md5sums=('SKIP'
+ '6b1bd542ae9fcf88948c4088cd883e78')
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   php ${srcdir}/${pkgname}-${pkgver}.phar -n install --no-dev 
--prefer-dist
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   php -d phar.readonly=Off bin/compile
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   # check if the upstream build and ours differ
+   diff -q ${srcdir}/${pkgname}-${pkgver}.phar composer.phar
+
+   # Install the dev dependencies to run the unit tests
+   bin/composer -n install --prefer-dist
+   vendor/bin/phpunit
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}


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

2017-01-07 Thread Pierre Schmitz
Date: Sunday, January 8, 2017 @ 07:46:19
  Author: pierre
Revision: 285545

upgpkg: composer 1.3.1-1

Modified:
  composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-08 02:50:26 UTC (rev 285544)
+++ PKGBUILD2017-01-08 07:46:19 UTC (rev 285545)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -16,7 +16,7 @@
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver}";
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar";)
 md5sums=('SKIP'
- 'b18bc39a106f2862ebf84c0652629c65')
+ '6b1bd542ae9fcf88948c4088cd883e78')
 
 prepare() {
cd ${srcdir}/${pkgname}


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

2017-01-07 Thread Kyle Keen
Date: Sunday, January 8, 2017 @ 06:26:14
  Author: kkeen
Revision: 206077

upgpkg: python-pillow 4.0.0-2  FS#52420

Modified:
  python-pillow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-08 05:11:26 UTC (rev 206076)
+++ PKGBUILD2017-01-08 06:26:14 UTC (rev 206077)
@@ -5,7 +5,7 @@
 pkgbase=python-pillow
 pkgname=(python-pillow python2-pillow)
 pkgver=4.0.0
-pkgrel=1
+pkgrel=2
 # consider splitting out sane if this gets weird enough
 _sanever=2.8.3
 _appname=Pillow
@@ -15,6 +15,10 @@
 arch=('i686' 'x86_64')
 url="http://python-pillow.github.io/";
 license=('BSD')
+depends=('python' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
+optdepends=('tk: for the ImageTK module'
+'sane: for the Sane module'
+'python-pyqt4: for the ImageQt module')
 makedepends=('python-setuptools' 'python2-setuptools' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
 
source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz";
 
"Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz";)
@@ -34,7 +38,7 @@
 }  
 
 package_python-pillow() {
-  depends=('python' 'lcms2' 'libwebp' 'openjpeg2')
+  depends=('python' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
   optdepends=('tk: for the ImageTK module'
   'sane: for the Sane module'
   'python-pyqt4: for the ImageQt module')
@@ -57,7 +61,7 @@
 
 package_python2-pillow() {
   pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
-  depends=('python2' 'lcms2' 'libwebp' 'openjpeg2')
+  depends=('python2' 'lcms2' 'libwebp' 'openjpeg2' 'python2-olefile')
   optdepends=('tk: for the ImageTK module'
   'sane: for the Sane module'
   'python2-pyqt4: for the ImageQt module')


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

2017-01-07 Thread Kyle Keen
Date: Sunday, January 8, 2017 @ 06:26:48
  Author: kkeen
Revision: 206078

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

Added:
  python-pillow/repos/community-i686/PKGBUILD
(from rev 206077, python-pillow/trunk/PKGBUILD)
  python-pillow/repos/community-x86_64/PKGBUILD
(from rev 206077, python-pillow/trunk/PKGBUILD)
Deleted:
  python-pillow/repos/community-i686/PKGBUILD
  python-pillow/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  176 
 community-i686/PKGBUILD   |   84 -
 community-x86_64/PKGBUILD |   84 -
 3 files changed, 176 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-08 06:26:14 UTC (rev 206077)
+++ community-i686/PKGBUILD 2017-01-08 06:26:48 UTC (rev 206078)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: minder
-
-pkgbase=python-pillow
-pkgname=(python-pillow python2-pillow)
-pkgver=4.0.0
-pkgrel=1
-# consider splitting out sane if this gets weird enough
-_sanever=2.8.3
-_appname=Pillow
-_py2basever=2.7
-_py3basever=3.6m
-pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
-arch=('i686' 'x86_64')
-url="http://python-pillow.github.io/";
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
-source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz";
-
"Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz";)
-md5sums=('d5af224b0fa2c66dacc9814785fef9e7'
- '96877da43524fdab2c367541da547d2b')
-
-# future optional things:
-# libimagequant
-
-prepare() {
-  cd "$srcdir"
-  # allow sane to build
-  sed -i "s|os.path.join|'../libImaging', &|" "$srcdir/Sane-$_sanever/setup.py"
-  cp -r "$srcdir/Sane-$_sanever" "$srcdir/$_appname-$pkgver/Sane"
-  # py2 and py3
-  cp -r "$srcdir/$_appname-$pkgver" "$srcdir/${_appname}2-$pkgver"
-}  
-
-package_python-pillow() {
-  depends=('python' 'lcms2' 'libwebp' 'openjpeg2')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python-pyqt4: for the ImageQt module')
-  cd "$srcdir/$_appname-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=0
-  pushd Sane
-python3 setup.py install --root="$pkgdir/" --optimize=0
-  popd
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py3basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py3basever/" libImaging/*.h
-
-  # clean up bins
-  cd "$pkgdir/usr/bin"
-  for f in *.py; do
-mv "$f" "${f%.py}"
-  done
-}
-
-package_python2-pillow() {
-  pkgdesc="Python Imaging Library (PIL) fork. Python2 version."
-  depends=('python2' 'lcms2' 'libwebp' 'openjpeg2')
-  optdepends=('tk: for the ImageTK module'
-  'sane: for the Sane module'
-  'python2-pyqt4: for the ImageQt module')
-  provides=('python-imaging' 'python2-imaging')
-  conflicts=('python-imaging' 'python2-imaging')
-  cd "$srcdir/${_appname}2-$pkgver"
-  sed -i 's|python$|python2|' PIL/OleFileIO.py
-  python2 setup.py install --root="$pkgdir/" --optimize=0
-  pushd Sane
-python2 setup.py install --root="$pkgdir/" --optimize=0
-  popd
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  install -dm755 "$pkgdir/usr/include/python$_py2basever/"
-  install -m644 -t "$pkgdir/usr/include/python$_py2basever/" libImaging/*.h
-
-  # clean up bins
-  cd "$pkgdir/usr/bin"
-  for f in *.py; do
-mv "$f" "${f%.py}2"
-  done
-}
-

Copied: python-pillow/repos/community-i686/PKGBUILD (from rev 206077, 
python-pillow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-08 06:26:48 UTC (rev 206078)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: minder
+
+pkgbase=python-pillow
+pkgname=(python-pillow python2-pillow)
+pkgver=4.0.0
+pkgrel=2
+# consider splitting out sane if this gets weird enough
+_sanever=2.8.3
+_appname=Pillow
+_py2basever=2.7
+_py3basever=3.6m
+pkgdesc="Python Imaging Library (PIL) fork. Python3 version."
+arch=('i686' 'x86_64')
+url="http://python-pillow.github.io/";
+license=('BSD')
+depends=('python' 'lcms2' 'libwebp' 'openjpeg2' 'python-olefile')
+optdepends=('tk: for the ImageTK module'
+'sane: for the Sane module'
+'python-pyqt4: for the ImageQt module')
+makedepends=('python-setuptools' 'python2-setuptools' 'lcms2' 'libwebp' 
'openjpeg2' 'tk' 'sane')
+source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz";
+
"Sane-$_sanever.tar.gz::https://github.com/python-pillow/Sane/archive/v$_sanever.tar.gz";

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

2017-01-07 Thread Levente Polyak
Date: Sunday, January 8, 2017 @ 05:11:26
  Author: anthraxx
Revision: 206076

archrelease: copy trunk to community-any

Added:
  python-olefile/repos/community-any/
  python-olefile/repos/community-any/PKGBUILD
(from rev 206075, python-olefile/trunk/PKGBUILD)

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

Copied: python-olefile/repos/community-any/PKGBUILD (from rev 206075, 
python-olefile/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-08 05:11:26 UTC (rev 206076)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-olefile
+pkgname=('python-olefile' 'python2-olefile')
+_pyname=olefile
+pkgver=0.43
+pkgrel=2
+pkgdesc='Python library to parse, read and write Microsoft OLE2 files 
(formerly OleFileIO_PL)'
+url='http://www.decalage.info/olefile'
+arch=('any')
+license=('BSD')
+makedepends=('python' 'python2')
+source=(https://bitbucket.org/decalage/olefileio_pl/downloads/${_pyname}-${pkgver}.zip)
+sha512sums=('7642d559ab71525fe70b06a106608a82c4b25b3f389fdf1805ee6795ac5b3d2c0957e126d60b2d791008a6431d9f9e599df13767802c37800e275292b980de8e')
+
+prepare() {
+  rm ${_pyname}-${pkgver}/olefile/olefile2.{py,html}
+  cp -ra ${_pyname}-${pkgver}{,py2}
+}
+
+package_python-olefile() {
+  depends=('python')
+  replaces=('python3-olefileio')
+  conflicts=('python3-olefileio')
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 ${_pyname}/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md ${_pyname}/doc/* -t 
"${pkgdir}/usr/share/doc/${pkgname}/README"
+
+}
+
+package_python2-olefile() {
+  depends=('python2')
+  replaces=('python2-olefileio')
+  conflicts=('python2-olefileio')
+  cd ${_pyname}-${pkgver}py2
+  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 ${_pyname}/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md ${_pyname}/doc/* -t 
"${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2017-01-07 Thread Levente Polyak
Date: Sunday, January 8, 2017 @ 05:11:13
  Author: anthraxx
Revision: 206075

upgpkg: python-olefile 0.43-2

Added:
  python-olefile/
  python-olefile/repos/
  python-olefile/trunk/
  python-olefile/trunk/PKGBUILD

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

Added: python-olefile/trunk/PKGBUILD
===
--- python-olefile/trunk/PKGBUILD   (rev 0)
+++ python-olefile/trunk/PKGBUILD   2017-01-08 05:11:13 UTC (rev 206075)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-olefile
+pkgname=('python-olefile' 'python2-olefile')
+_pyname=olefile
+pkgver=0.43
+pkgrel=2
+pkgdesc='Python library to parse, read and write Microsoft OLE2 files 
(formerly OleFileIO_PL)'
+url='http://www.decalage.info/olefile'
+arch=('any')
+license=('BSD')
+makedepends=('python' 'python2')
+source=(https://bitbucket.org/decalage/olefileio_pl/downloads/${_pyname}-${pkgver}.zip)
+sha512sums=('7642d559ab71525fe70b06a106608a82c4b25b3f389fdf1805ee6795ac5b3d2c0957e126d60b2d791008a6431d9f9e599df13767802c37800e275292b980de8e')
+
+prepare() {
+  rm ${_pyname}-${pkgver}/olefile/olefile2.{py,html}
+  cp -ra ${_pyname}-${pkgver}{,py2}
+}
+
+package_python-olefile() {
+  depends=('python')
+  replaces=('python3-olefileio')
+  conflicts=('python3-olefileio')
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 ${_pyname}/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md ${_pyname}/doc/* -t 
"${pkgdir}/usr/share/doc/${pkgname}/README"
+
+}
+
+package_python2-olefile() {
+  depends=('python2')
+  replaces=('python2-olefileio')
+  conflicts=('python2-olefileio')
+  cd ${_pyname}-${pkgver}py2
+  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 ${_pyname}/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md ${_pyname}/doc/* -t 
"${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-01-07 Thread Levente Polyak
Date: Sunday, January 8, 2017 @ 04:40:26
  Author: anthraxx
Revision: 206074

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-08 04:40:15 UTC (rev 206073)
+++ community-i686/PKGBUILD 2017-01-08 04:40:26 UTC (rev 206074)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=4.13.10
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
-optdepends=('ruby-pg: database support')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha512sums=('e0508f1b2392cc7405d74b7706742fc5a22d48730a267adf136390f3b8dee7b12b666fdfd32d3a8bb16406d2cd88d14ffbb9e85262ec2e68d06b66ac1d78b848')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-i686/PKGBUILD (from rev 206073, 
metasploit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-08 04:40:26 UTC (rev 206074)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=4.13.12
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
+optdepends=('ruby-pg: database support')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha512sums=('da986f3d8cec927d23cb198fcbc5cf1fb865d6924a3c6eefc72246fefdd68c84e92b80de4b719f5d7fe790f32ab45e1cfdc3763466df6a308e776efc9ed98475')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
+local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
+chmod 755 "${_msffile}"
+  done
+
+  (cd "${pkgdir}/opt/${pkgname}"
+for f in tools/*/*.rb; do
+ 

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

2017-01-07 Thread Levente Polyak
Date: Sunday, January 8, 2017 @ 04:40:15
  Author: anthraxx
Revision: 206073

upgpkg: metasploit 4.13.12-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-08 04:02:59 UTC (rev 206072)
+++ PKGBUILD2017-01-08 04:40:15 UTC (rev 206073)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=4.13.10
+pkgver=4.13.12
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
@@ -13,7 +13,7 @@
 optdepends=('ruby-pg: database support')
 options=('!strip' '!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha512sums=('e0508f1b2392cc7405d74b7706742fc5a22d48730a267adf136390f3b8dee7b12b666fdfd32d3a8bb16406d2cd88d14ffbb9e85262ec2e68d06b66ac1d78b848')
+sha512sums=('da986f3d8cec927d23cb198fcbc5cf1fb865d6924a3c6eefc72246fefdd68c84e92b80de4b719f5d7fe790f32ab45e1cfdc3763466df6a308e776efc9ed98475')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}


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

2017-01-07 Thread Levente Polyak
Date: Sunday, January 8, 2017 @ 04:02:59
  Author: anthraxx
Revision: 206072

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

Added:
  hashcat/repos/community-i686/PKGBUILD
(from rev 206071, hashcat/trunk/PKGBUILD)
  hashcat/repos/community-x86_64/PKGBUILD
(from rev 206071, hashcat/trunk/PKGBUILD)
Deleted:
  hashcat/repos/community-i686/PKGBUILD
  hashcat/repos/community-i686/fix-make-flags.patch
  hashcat/repos/community-x86_64/PKGBUILD
  hashcat/repos/community-x86_64/fix-make-flags.patch

---+
 /PKGBUILD |   70 
 community-i686/PKGBUILD   |   37 
 community-i686/fix-make-flags.patch   |   40 --
 community-x86_64/PKGBUILD |   37 
 community-x86_64/fix-make-flags.patch |   40 --
 5 files changed, 70 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-08 04:02:44 UTC (rev 206071)
+++ community-i686/PKGBUILD 2017-01-08 04:02:59 UTC (rev 206072)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sam Stuewe 
-
-pkgname=hashcat
-pkgver=3.20
-pkgrel=2
-pkgdesc='Multithreaded advanced password recovery utility'
-url='https://hashcat.net/hashcat'
-arch=('i686' 'x86_64')
-depends=('gmp' 'opencl-icd-loader')
-optdepends=('libxnvctrl: NVIDIA X driver configuration support')
-makedepends=('opencl-headers')
-license=('MIT')
-source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc}
-fix-make-flags.patch)
-sha512sums=('2d227b6d73eeb06461dba995368cad2e1b0df9ab5c60a6aec101a30cca213ff50424576b1e6674d362e258bb8fd2158ca6c19925d781f9fefcaa8024217460af'
-'SKIP'
-
'04d86c0480c221f3e781534b0a9a50950a376a8c798ebee8042446f5d2e11f78677f7c670deb5f132fcf38c962ea13c64ac522e2a18712efbad559a5077dc211')
-validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 < "${srcdir}/fix-make-flags.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-  install -Dm 644 docs/license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hashcat/repos/community-i686/PKGBUILD (from rev 206071, 
hashcat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-08 04:02:59 UTC (rev 206072)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sam Stuewe 
+
+pkgname=hashcat
+pkgver=3.30
+pkgrel=1
+pkgdesc='Multithreaded advanced password recovery utility'
+url='https://hashcat.net/hashcat'
+arch=('i686' 'x86_64')
+depends=('gmp' 'opencl-icd-loader')
+optdepends=('libxnvctrl: NVIDIA X driver configuration support')
+makedepends=('opencl-headers')
+license=('MIT')
+source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('9c87978c72a595babec964e0c9ee506fdc24c870966dabf3854996808c910af369329e95932e1833a917a316441a83d6ba5cfff0f54bb5d8f9af6981243746cb'
+'SKIP')
+validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed 's|-Wl,-rpath .||g' -i src/Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm 644 docs/license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/fix-make-flags.patch
===
--- community-i686/fix-make-flags.patch 2017-01-08 04:02:44 UTC (rev 206071)
+++ community-i686/fix-make-flags.patch 2017-01-08 04:02:59 UTC (rev 206072)
@@ -1,40 +0,0 @@
-From 62fc436a4f2b1ed3adbab920cf3b1572a5c53e9b Mon Sep 17 00:00:00 2001
-From: anthraxx 
-Date: Tue, 6 Dec 2016 20:39:04 +0100
-Subject: [PATCH] extend global CFLAGS and LDFLAGS to aid distro packaging
-
-This preserves globally defined CFLAGS and LDFLAGS and simply
-extends those variables to aid distro based packaging toolchains
-and predefined distro wide defaults like SSP, relro etc.
-
-this re-fixes 7f8aaf74302816d03fbff62dab5c987d498acdde after it was
-somehow undone ;)

- src/Makefile | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/Makefile b/src/Makefile
-index 308ad41..e7d8307 100644
 a/src/Makefile
-+++ b/src/Makefile
-@@ -101,7 +101,7 @@ BINARY_NATIVE   := $(PROG_NAME)
- ## General compiler and linker options
- ##
- 
--CFLAGS  := -pipe -std=c99 -Iinclude/ -IOpenCL/
-+CFLAGS  += -pipe -std=c99 -Iinclude/ -IOpenCL/
- CFLAGS   

[arch-commits] Commit in hashcat/trunk (fix-make-flags.patch)

2017-01-07 Thread Levente Polyak
Date: Sunday, January 8, 2017 @ 04:02:44
  Author: anthraxx
Revision: 206071

upgpkg: hashcat 3.30-1 (remove insure rpath)

Deleted:
  hashcat/trunk/fix-make-flags.patch

--+
 fix-make-flags.patch |   40 
 1 file changed, 40 deletions(-)

Deleted: fix-make-flags.patch
===
--- fix-make-flags.patch2017-01-08 04:00:37 UTC (rev 206070)
+++ fix-make-flags.patch2017-01-08 04:02:44 UTC (rev 206071)
@@ -1,40 +0,0 @@
-From 62fc436a4f2b1ed3adbab920cf3b1572a5c53e9b Mon Sep 17 00:00:00 2001
-From: anthraxx 
-Date: Tue, 6 Dec 2016 20:39:04 +0100
-Subject: [PATCH] extend global CFLAGS and LDFLAGS to aid distro packaging
-
-This preserves globally defined CFLAGS and LDFLAGS and simply
-extends those variables to aid distro based packaging toolchains
-and predefined distro wide defaults like SSP, relro etc.
-
-this re-fixes 7f8aaf74302816d03fbff62dab5c987d498acdde after it was
-somehow undone ;)

- src/Makefile | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/Makefile b/src/Makefile
-index 308ad41..e7d8307 100644
 a/src/Makefile
-+++ b/src/Makefile
-@@ -101,7 +101,7 @@ BINARY_NATIVE   := $(PROG_NAME)
- ## General compiler and linker options
- ##
- 
--CFLAGS  := -pipe -std=c99 -Iinclude/ -IOpenCL/
-+CFLAGS  += -pipe -std=c99 -Iinclude/ -IOpenCL/
- CFLAGS  += -W
- CFLAGS  += -Wall
- CFLAGS  += -Wextra
-@@ -137,7 +137,7 @@ CFLAGS  += -ftrapv
- 
- #CFLAGS  += -Wstack-usage=524288
- 
--LFLAGS  :=
-+LFLAGS  := $(LDFLAGS)
- 
- ifndef DEBUG
- CFLAGS  += -O2
--- 
-2.10.2
-


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

2017-01-07 Thread Levente Polyak
Date: Sunday, January 8, 2017 @ 04:00:37
  Author: anthraxx
Revision: 206070

upgpkg: hashcat 3.30-1

Modified:
  hashcat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-08 03:03:42 UTC (rev 206069)
+++ PKGBUILD2017-01-08 04:00:37 UTC (rev 206070)
@@ -2,8 +2,8 @@
 # Contributor: Sam Stuewe 
 
 pkgname=hashcat
-pkgver=3.20
-pkgrel=2
+pkgver=3.30
+pkgrel=1
 pkgdesc='Multithreaded advanced password recovery utility'
 url='https://hashcat.net/hashcat'
 arch=('i686' 'x86_64')
@@ -11,16 +11,14 @@
 optdepends=('libxnvctrl: NVIDIA X driver configuration support')
 makedepends=('opencl-headers')
 license=('MIT')
-source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc}
-fix-make-flags.patch)
-sha512sums=('2d227b6d73eeb06461dba995368cad2e1b0df9ab5c60a6aec101a30cca213ff50424576b1e6674d362e258bb8fd2158ca6c19925d781f9fefcaa8024217460af'
-'SKIP'
-
'04d86c0480c221f3e781534b0a9a50950a376a8c798ebee8042446f5d2e11f78677f7c670deb5f132fcf38c962ea13c64ac522e2a18712efbad559a5077dc211')
+source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('9c87978c72a595babec964e0c9ee506fdc24c870966dabf3854996808c910af369329e95932e1833a917a316441a83d6ba5cfff0f54bb5d8f9af6981243746cb'
+'SKIP')
 validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -p1 < "${srcdir}/fix-make-flags.patch"
+  sed 's|-Wl,-rpath .||g' -i src/Makefile
 }
 
 build() {


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

2017-01-07 Thread Levente Polyak
Date: Sunday, January 8, 2017 @ 03:03:19
  Author: anthraxx
Revision: 206068

upgpkg: python-flask-wtf 0.14-1

Modified:
  python-flask-wtf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-08 01:09:51 UTC (rev 206067)
+++ PKGBUILD2017-01-08 03:03:19 UTC (rev 206068)
@@ -4,8 +4,8 @@
 _pyname=flask-wtf
 pkgbase=python-flask-wtf
 pkgname=('python-flask-wtf' 'python2-flask-wtf')
-pkgver=0.13.1
-pkgrel=2
+pkgver=0.14
+pkgrel=1
 pkgdesc='Simple integration of Flask and WTForms'
 url='https://flask-wtf.readthedocs.io/'
 arch=('any')
@@ -14,8 +14,9 @@
  'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-wtforms' 'python2-werkzeug')
 checkdepends=('python-flask-babel' 'python-nose'
   'python2-flask-babel' 'python2-nose')
+options=('!makeflags')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lepture/flask-wtf/archive/v${pkgver}.tar.gz)
-sha512sums=('131eb94e6af676b1aad9047be90318565972d5bfb7c3afa701bb34788cfbd3730f27b137a204abb3d0e54dd974d3b441a304be2fee99ca7a0a559d0f7b1eceff')
+sha512sums=('dcb3aa6643aef8350da8bc6ae8c137631c3ec5d6c671365d3c7e3901e675762c9937502bffcbc062f6a928618a0716fa420687841216dfac657392a3adbeba6c')
 
 prepare() {
   sed -r 's|dist = get_distribution|#|' -i ${_pyname}-${pkgver}/docs/conf.py


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

2017-01-07 Thread Levente Polyak
Date: Sunday, January 8, 2017 @ 03:03:42
  Author: anthraxx
Revision: 206069

archrelease: copy trunk to community-any

Added:
  python-flask-wtf/repos/community-any/PKGBUILD
(from rev 206068, python-flask-wtf/trunk/PKGBUILD)
Deleted:
  python-flask-wtf/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-08 03:03:19 UTC (rev 206068)
+++ PKGBUILD2017-01-08 03:03:42 UTC (rev 206069)
@@ -1,65 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Serge Victor 
-
-_pyname=flask-wtf
-pkgbase=python-flask-wtf
-pkgname=('python-flask-wtf' 'python2-flask-wtf')
-pkgver=0.13.1
-pkgrel=2
-pkgdesc='Simple integration of Flask and WTForms'
-url='https://flask-wtf.readthedocs.io/'
-arch=('any')
-license=('BSD')
-makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-wtforms' 'python-werkzeug'
- 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-wtforms' 'python2-werkzeug')
-checkdepends=('python-flask-babel' 'python-nose'
-  'python2-flask-babel' 'python2-nose')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lepture/flask-wtf/archive/v${pkgver}.tar.gz)
-sha512sums=('131eb94e6af676b1aad9047be90318565972d5bfb7c3afa701bb34788cfbd3730f27b137a204abb3d0e54dd974d3b441a304be2fee99ca7a0a559d0f7b1eceff')
-
-prepare() {
-  sed -r 's|dist = get_distribution|#|' -i ${_pyname}-${pkgver}/docs/conf.py
-  sed -r "s|(version =)|\\1 '${pkgver}'  #|" -i 
${_pyname}-${pkgver}/docs/conf.py
-  sed -r "s|(release =)|\\1 '${pkgver}'  #|" -i 
${_pyname}-${pkgver}/docs/conf.py
-  cp -a ${_pyname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pyname}-${pkgver}
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${_pyname}-${pkgver}-py2
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${_pyname}-${pkgver}
-nosetests
-  )
-  (cd ${_pyname}-${pkgver}-py2
-nosetests2
-  )
-}
-
-package_python-flask-wtf() {
-  depends=('python-flask' 'python-wtforms' 'python-werkzeug')
-  cd ${_pyname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst  -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/_build/text "${pkgdir}/usr/share/doc/${pkgname}/text"
-  install -Dm 644 docs/_build/man/flask-wtf.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-flask-wtf() {
-  depends=('python2-flask' 'python2-wtforms' 'python2-werkzeug')
-  cd ${_pyname}-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst  -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/_build/text "${pkgdir}/usr/share/doc/${pkgname}/text"
-  install -Dm 644 docs/_build/man/flask-wtf.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-wtf/repos/community-any/PKGBUILD (from rev 206068, 
python-flask-wtf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-08 03:03:42 UTC (rev 206069)
@@ -0,0 +1,66 @@
+# Maintainer: Levente Polyak 
+# Contributor: Serge Victor 
+
+_pyname=flask-wtf
+pkgbase=python-flask-wtf
+pkgname=('python-flask-wtf' 'python2-flask-wtf')
+pkgver=0.14
+pkgrel=1
+pkgdesc='Simple integration of Flask and WTForms'
+url='https://flask-wtf.readthedocs.io/'
+arch=('any')
+license=('BSD')
+makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-wtforms' 'python-werkzeug'
+ 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-wtforms' 'python2-werkzeug')
+checkdepends=('python-flask-babel' 'python-nose'
+  'python2-flask-babel' 'python2-nose')
+options=('!makeflags')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lepture/flask-wtf/archive/v${pkgver}.tar.gz)
+sha512sums=('dcb3aa6643aef8350da8bc6ae8c137631c3ec5d6c671365d3c7e3901e675762c9937502bffcbc062f6a928618a0716fa420687841216dfac657392a3adbeba6c')
+
+prepare() {
+  sed -r 's|dist = get_distribution|#|' -i ${_pyname}-${pkgver}/docs/conf.py
+  sed -r "s|(version =)|\\1 '${pkgver}'  #|" -i 
${_pyname}-${pkgver}/docs/conf.py
+  sed -r "s|(release =)|\\1 '${pkgver}'  #|" -i 
${_pyname}-${pkgver}/docs/conf.py
+  cp -a ${_pyname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pyname}-${pkgver}
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${_pyname}-${pkgver}-py2
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${_pyname}-${pkgver}
+nosetests
+  )
+  (cd ${_pyname}-${pkgver}-py2
+nosetests2
+  )
+}
+
+package_python-flask-wtf() {
+  depends=('python-flask' 'python-wtforms' 'python-werkzeug')
+  cd ${_p

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

2017-01-07 Thread Levente Polyak
Date: Sunday, January 8, 2017 @ 02:50:26
  Author: anthraxx
Revision: 285544

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-08 02:50:11 UTC (rev 285543)
+++ extra-i686/PKGBUILD 2017-01-08 02:50:26 UTC (rev 285544)
@@ -1,71 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Eric Bélanger 
-
-pkgbase=avidemux
-pkgname=('avidemux-cli' 'avidemux-qt')
-pkgver=2.6.16
-pkgrel=1
-pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
-url='http://fixounet.free.fr/avidemux/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('cmake' 'libxslt' 'qt5-base' 'jack' 'libvorbis' 'libxv' 'opus' 
'desktop-file-utils'
- 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 'libx264' 
'x265' 'libsamplerate'
- 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva' 
'intltool' 'sqlite'
- 'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools' 'pkg-config')
-options=('!emptydirs')
-source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
-sha512sums=('617c36f6f0557ac6c4bda140f4efb262a3bc4529f49d2d34eabd3a6aeff1fda800fd2bb1e4b5ac542d4be099d763ee006555db12d57e5e19d795ecb83e569fa6')
-
-prepare() {
-  cd ${pkgbase}_${pkgver}
-  sed -i 's|../avidemux/qt4|../avidemux/qt4 
-DLRELEASE_EXECUTABLE=/usr/bin/lrelease-qt5|' bootStrap.bash
-  cp avidemux2.desktop avidemux-qt.desktop
-  sed -ri 's|(Name=).*|\1avidemux (Qt)|' avidemux-qt.desktop
-  sed -ri 's|(Exec=).*|\1avidemux3_qt5|' avidemux-qt.desktop
-}
-
-build() {
-  cd ${pkgbase}_${pkgver}
-  bash bootStrap.bash --with-core --with-cli --with-plugins
-}
-
-package_avidemux-cli() {
-  depends=('libxml2' 'fontconfig' 'libvpx' 'libva' 'sqlite')
-  optdepends=('lame: for the corresponding audio encoder plugin'
-  'faac: for the corresponding audio encoder plugin'
-  'faad2: for the corresponding audio decoder plugin'
-  'opus: for the corresponding audio decoder plugin'
-  'opencore-amr: for the corresponding audio decoder plugin'
-  'jack: for the corresponding audio device plugin'
-  'libpulse: for the corresponding audio device plugin'
-  'x264: for the corresponding video encoder plugin'
-  'libx264: for the corresponding video encoder plugin'
-  'x265: for the corresponding video encoder plugin'
-  'xvidcore: for the corresponding video encoder plugin'
-  'qt5-base: for the QtScript scripting support'
-  'libdca: for the corresponding audio decoder plugin'
-  'fribidi: for the corresponding video filter plugin')
-
-  cd ${pkgbase}_${pkgver}
-  make -C buildCli DESTDIR="${pkgdir}" install
-  make -C buildCore DESTDIR="${pkgdir}" install
-  make -C buildPluginsCLI DESTDIR="${pkgdir}" install
-  make -C buildPluginsCommon DESTDIR="${pkgdir}" install
-
-  install -Dm 644 avidemux_icon.png "${pkgdir}/usr/share/pixmaps/avidemux.png"
-  install -Dm 644 man/avidemux.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-package_avidemux-qt() {
-  pkgdesc='Graphical tool to edit video (filter/re-encode/split) - Qt GUI'
-  depends=("avidemux-cli=${pkgver}" 'qt5-base' 'x264' 'x265' 'libx264' 'glu' 
'libxv' 'desktop-file-utils')
-  replaces=('avidemux-gtk')
-
-  cd ${pkgbase}_${pkgver}
-  make -C buildQt5 DESTDIR="${pkgdir}" install
-  make -C buildPluginsQt5 DESTDIR="${pkgdir}" install
-  install -Dm 644 avidemux-qt.desktop -t "${pkgdir}/usr/share/applications"
-}
-
-# vim: ts=2 sw=2 et:

Copied: avidemux/repos/extra-i686/PKGBUILD (from rev 285543, 
avidemux/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-08 02:50:26 UTC (rev 285544)
@@ -0,0 +1,71 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eric Bélanger 
+
+pkgbase=avidemux
+pkgname=('avidemux-cli' 'avidemux-qt')
+pkgver=2.6.18
+pkgrel=1
+pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
+url='http://fixounet.free.fr/avidemux/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('cmake' 'libxslt' 'qt5-base' 'jack' 'libvorbis' 'libxv' 'opus' 
'desktop-file-utils'
+ 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 'libx264' 
'x265' 'libsamplerate'
+ 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva' 
'intltoo

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

2017-01-07 Thread Levente Polyak
Date: Sunday, January 8, 2017 @ 02:50:11
  Author: anthraxx
Revision: 285543

upgpkg: avidemux 2.6.18-1

Modified:
  avidemux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 20:45:16 UTC (rev 285542)
+++ PKGBUILD2017-01-08 02:50:11 UTC (rev 285543)
@@ -3,7 +3,7 @@
 
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-qt')
-pkgver=2.6.16
+pkgver=2.6.18
 pkgrel=1
 pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
 url='http://fixounet.free.fr/avidemux/'
@@ -15,7 +15,7 @@
  'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools' 'pkg-config')
 options=('!emptydirs')
 source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
-sha512sums=('617c36f6f0557ac6c4bda140f4efb262a3bc4529f49d2d34eabd3a6aeff1fda800fd2bb1e4b5ac542d4be099d763ee006555db12d57e5e19d795ecb83e569fa6')
+sha512sums=('e31304a8a3fd7116428255164e446d2ccf8acd8a65247b116a57009a64c2f454e1f143281aa5035f8f3c08380a3c8e7178c23bc019c78aed6176f5d25f7e0744')
 
 prepare() {
   cd ${pkgbase}_${pkgver}


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

2017-01-07 Thread Alexandre Filgueira
Date: Sunday, January 8, 2017 @ 01:09:51
  Author: faidoc
Revision: 206067

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 206066, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 206066, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 206066, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 206066, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 206066, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 206066, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

--+
 /PKGBUILD|  228 +
 /default-theme.patch |   50 +++
 /set_wheel.patch |  112 
 community-i686/PKGBUILD  |  114 
 community-i686/default-theme.patch   |   25 ---
 community-i686/set_wheel.patch   |   56 
 community-x86_64/PKGBUILD|  114 
 community-x86_64/default-theme.patch |   25 ---
 community-x86_64/set_wheel.patch |   56 
 9 files changed, 390 insertions(+), 390 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-08 01:08:28 UTC (rev 206066)
+++ community-i686/PKGBUILD 2017-01-08 01:09:51 UTC (rev 206067)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.2.7
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/Cinnamon";
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'networkmanager' 'muffin' 'python2-cairo' 'python-dbus' 
'python2-dbus' 'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz";
-"set_wheel.patch"
-"default-theme.patch")
-sha256sums=('69ab4510e4239f577a7acc7ea987d0522caa9796bfaa4a062a5009009ebc5a80'
-'97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
-'566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for Adwaita theme
-  sed -i 's/@selected_bg_color;/@theme_selected_bg_color;/' \
-files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
-
-  # GNOME Terminal desktop file was renamed in GNOME 3.20
-  sed -i 's/gnome-terminal.desktop/org.gnome.Terminal.desktop/' 
data/org.cinnamon.gs

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

2017-01-07 Thread Alexandre Filgueira
Date: Sunday, January 8, 2017 @ 01:08:28
  Author: faidoc
Revision: 206066

upgpkg: cinnamon 3.2.8-1

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-08 00:24:15 UTC (rev 206065)
+++ PKGBUILD2017-01-08 01:08:28 UTC (rev 206066)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=3.2.7
+pkgver=3.2.8
 pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz";
 "set_wheel.patch"
 "default-theme.patch")
-sha256sums=('69ab4510e4239f577a7acc7ea987d0522caa9796bfaa4a062a5009009ebc5a80'
+sha256sums=('b67ef52f239026930ba351f327e8298361dabf881a0af6c299530e83c62fac9a'
 '97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
 '566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5')
 


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

2017-01-07 Thread Felix Yan
Date: Sunday, January 8, 2017 @ 00:24:15
  Author: felixonmars
Revision: 206065

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

Added:
  deepin-desktop/repos/community-i686/PKGBUILD
(from rev 206064, deepin-desktop/trunk/PKGBUILD)
  deepin-desktop/repos/community-x86_64/PKGBUILD
(from rev 206064, deepin-desktop/trunk/PKGBUILD)
Deleted:
  deepin-desktop/repos/community-i686/PKGBUILD
  deepin-desktop/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 2017-01-08 00:23:43 UTC (rev 206064)
+++ community-i686/PKGBUILD 2017-01-08 00:24:15 UTC (rev 206065)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop
-pkgver=4.0.0
-pkgrel=2
-pkgdesc='Deepin desktop-environment - Desktop module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-desktop";
-license=('GPL3')
-depends=('gsettings-qt' 'deepin-daemon' 'deepin-tool-kit' 'startdde' 
'deepin-dock' 'gtk2' 'qt5-svg'
- 'qt5-x11extras' 'libqtxdg' 'deepin-file-manager' 
'deepin-qt5integration')
-makedepends=('git' 'boost' 'qt5-tools')
-conflicts=('dde-desktop')
-replaces=('dde-desktop')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-desktop.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-desktop
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-desktop
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-desktop/repos/community-i686/PKGBUILD (from rev 206064, 
deepin-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-08 00:24:15 UTC (rev 206065)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop
+pkgver=4.0.0
+pkgrel=3
+pkgdesc='Deepin desktop-environment - Desktop module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-desktop";
+license=('GPL3')
+depends=('gsettings-qt' 'deepin-daemon' 'deepin-tool-kit' 'startdde' 
'deepin-dock' 'gtk2' 'qt5-svg'
+ 'qt5-x11extras' 'libqtxdg' 'deepin-file-manager' 
'deepin-qt5integration')
+makedepends=('git' 'boost' 'qt5-tools')
+conflicts=('dde-desktop')
+replaces=('dde-desktop')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-desktop.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-desktop
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-desktop
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-08 00:23:43 UTC (rev 206064)
+++ community-x86_64/PKGBUILD   2017-01-08 00:24:15 UTC (rev 206065)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop
-pkgver=4.0.0
-pkgrel=2
-pkgdesc='Deepin desktop-environment - Desktop module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-desktop";
-license=('GPL3')
-depends=('gsettings-qt' 'deepin-daemon' 'deepin-tool-kit' 'startdde' 
'deepin-dock' 'gtk2' 'qt5-svg'
- 'qt5-x11extras' 'libqtxdg' 'deepin-file-manager' 
'deepin-qt5integration')
-makedepends=('git' 'boost' 'qt5-tools')
-conflicts=('dde-desktop')
-replaces=('dde-desktop')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-desktop.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-desktop
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-desktop
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-desktop/repos/community-x86_64/PKGBUILD (from rev 206064, 
deepin-desktop/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-08 00:24:15 UTC (rev 206065)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop
+pkgver=4.0.0
+pkgrel=3
+pkgdesc='Deepin desktop-environment - Desktop module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-desktop";
+license=('GPL3')
+depends=('gsettings-qt' 'deepin-daemon' 'deepin-tool-kit' 'startdde' 
'deepin-dock' 'gtk2' 'qt5-svg'
+ 'qt5-x11extras' 'libqtxdg' 'deepin-file-manager' 
'deepin-qt5integration')
+makedepends=('git' 'boost' 'qt5-tools')
+conflicts=('dde-desktop')
+replaces=('dde-desktop')
+groups=('deepin')
+source=("git+https://cr.deepin.

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

2017-01-07 Thread Felix Yan
Date: Sunday, January 8, 2017 @ 00:23:43
  Author: felixonmars
Revision: 206064

upgpkg: deepin-desktop 4.0.0-3

rebuild with deepin-file-manager 1.3.6

Modified:
  deepin-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-08 00:11:57 UTC (rev 206063)
+++ PKGBUILD2017-01-08 00:23:43 UTC (rev 206064)
@@ -5,7 +5,7 @@
 
 pkgname=deepin-desktop
 pkgver=4.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Deepin desktop-environment - Desktop module'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-desktop";


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

2017-01-07 Thread Felix Yan
Date: Sunday, January 8, 2017 @ 00:11:57
  Author: felixonmars
Revision: 206063

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-08 00:11:11 UTC (rev 206062)
+++ community-i686/PKGBUILD 2017-01-08 00:11:57 UTC (rev 206063)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=hindent
-pkgver=5.2.1
-pkgrel=7
-pkgdesc="Extensible Haskell pretty printer"
-url="http://www.github.com/chrisdone/hindent";
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-descriptive" "haskell-exceptions" 
"haskell-monad-loops"
- "haskell-mtl" "haskell-path" "haskell-path-io" "haskell-src-exts" 
"haskell-text"
- "haskell-unix-compat" "haskell-utf8-string" "haskell-yaml")
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('0c3118ccf087bea9dfaa9cbcb76bd6ed35919acd2fa511c741e97277b6b01c53')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup configure -O --prefix=/usr \
---docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
-runhaskell Setup build
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -r "$pkgdir"/usr/{lib,share/doc}
-
-install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
-}

Copied: hindent/repos/community-i686/PKGBUILD (from rev 206062, 
hindent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-08 00:11:57 UTC (rev 206063)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=5.2.2
+pkgrel=1
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-descriptive" "haskell-exceptions" 
"haskell-monad-loops"
+ "haskell-mtl" "haskell-path" "haskell-path-io" "haskell-src-exts" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('1fc9a92a501552b17219a13fd691e380cc2e2bbf4d768788f13b47639ff4237d')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-08 00:11:11 UTC (rev 206062)
+++ community-x86_64/PKGBUILD   2017-01-08 00:11:57 UTC (rev 206063)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=hindent
-pkgver=5.2.1
-pkgrel=7
-pkgdesc="Extensible Haskell pretty printer"
-url="http://www.github.com/chrisdone/hindent";
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-descriptive" "haskell-exceptions" 
"haskell-monad-loops"
- "haskell-mtl" "haskell-path" "haskell-path-io" "haskell-src-exts" 
"haskell-text"
- "haskell-unix-compat" "haskell-utf8-string" "haskell-yaml")
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('0c3118ccf087bea9dfaa9cbcb76bd6ed35919acd2fa511c741e97277b6b01c53')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup configure -O --prefix=/usr \
---docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
-runhaskell Setup build
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
- 

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

2017-01-07 Thread Felix Yan
Date: Sunday, January 8, 2017 @ 00:11:11
  Author: felixonmars
Revision: 206062

upgpkg: hindent 5.2.2-1

Modified:
  hindent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 23:56:52 UTC (rev 206061)
+++ PKGBUILD2017-01-08 00:11:11 UTC (rev 206062)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hindent
-pkgver=5.2.1
-pkgrel=7
+pkgver=5.2.2
+pkgrel=1
 pkgdesc="Extensible Haskell pretty printer"
 url="http://www.github.com/chrisdone/hindent";
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
  "haskell-mtl" "haskell-path" "haskell-path-io" "haskell-src-exts" 
"haskell-text"
  "haskell-unix-compat" "haskell-utf8-string" "haskell-yaml")
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('0c3118ccf087bea9dfaa9cbcb76bd6ed35919acd2fa511c741e97277b6b01c53')
+sha256sums=('1fc9a92a501552b17219a13fd691e380cc2e2bbf4d768788f13b47639ff4237d')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-01-07 Thread Christian Hesse
Date: Saturday, January 7, 2017 @ 23:56:52
  Author: eworm
Revision: 206061

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

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

---+
 /PKGBUILD |  110 
 community-testing-i686/PKGBUILD   |   55 --
 community-testing-x86_64/PKGBUILD |   55 --
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-01-07 23:56:45 UTC (rev 206060)
+++ community-testing-i686/PKGBUILD 2017-01-07 23:56:52 UTC (rev 206061)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-epoch=1
-pkgver=0.23.0
-pkgrel=2
-_waf_version=1.8.12
-pkgdesc='a free, open source, and cross-platform media player'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
-  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
-  'libxrandr' 'jack' 'smbclient' 'rubberband' 'uchardet'
-)
-makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
-optdepends=('youtube-dl: for video-sharing websites playback')
-options=('!emptydirs' '!buildflags')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz";
-  "http://www.freehackers.org/~tnagy/release/waf-${_waf_version}";)
-sha256sums=('8aeefe5970587dfc454d2b89726b603f156bd7a9ae427654eef0d60c68d94998'
-  '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  install -m755 "${srcdir}"/waf-${_waf_version} waf
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-cdda \
---enable-encoding \
---enable-libmpv-shared \
---enable-zsh-comp
-
-  ./waf build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  ./waf install --destdir="$pkgdir"
-
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-"$pkgdir"/usr/share/doc/mpv
-}

Copied: mpv/repos/community-testing-i686/PKGBUILD (from rev 206060, 
mpv/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-07 23:56:52 UTC (rev 206061)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+pkgver=0.23.0
+pkgrel=3
+_waf_version=1.8.12
+pkgdesc='a free, open source, and cross-platform media player'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'libxss'
+  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
+  'libxrandr' 'jack' 'smbclient' 'rubberband' 'uchardet'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz";
+  "http://www.freehackers.org/~tnagy/release/waf-${_waf_version}";)
+sha256sums=('8aeefe5970587dfc454d2b89726b603f156bd7a9ae427654eef0d60c68d94998'
+  '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  install -m755 "${srcdir}"/waf-${_waf_version} waf
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-cdda \
+--enable-encoding \
+--enable-libmpv-shared \
+--enable-zsh-comp
+
+  ./waf build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf install --destdir="$pkgdir"
+
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2017-01-07 23:56:45 UTC (rev 206060)
+++ community-testing-x86_64/PKGBUILD   2017-01-07 23:56:52 UTC (rev 206061)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-epoch=1
-pkgver=0.23.0
-pkgrel=2
-_waf_version=1.8.12
-pkgdesc='a free, open source, and cross-platform medi

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

2017-01-07 Thread Christian Hesse
Date: Saturday, January 7, 2017 @ 23:56:45
  Author: eworm
Revision: 206060

upgpkg: mpv 1:0.23.0-3

drop dependency to enca

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 23:48:05 UTC (rev 206059)
+++ PKGBUILD2017-01-07 23:56:45 UTC (rev 206060)
@@ -6,7 +6,7 @@
 pkgname=mpv
 epoch=1
 pkgver=0.23.0
-pkgrel=2
+pkgrel=3
 _waf_version=1.8.12
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('GPL')
 url='http://mpv.io'
 depends=(
-  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'libxss'
   'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
   'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
   'libxrandr' 'jack' 'smbclient' 'rubberband' 'uchardet'


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

2017-01-07 Thread Christian Hesse
Date: Saturday, January 7, 2017 @ 23:48:05
  Author: eworm
Revision: 206059

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

Added:
  mpv/repos/community-testing-i686/
  mpv/repos/community-testing-i686/PKGBUILD
(from rev 206058, mpv/trunk/PKGBUILD)
  mpv/repos/community-testing-x86_64/
  mpv/repos/community-testing-x86_64/PKGBUILD
(from rev 206058, mpv/trunk/PKGBUILD)

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

Copied: mpv/repos/community-testing-i686/PKGBUILD (from rev 206058, 
mpv/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-07 23:48:05 UTC (rev 206059)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+pkgver=0.23.0
+pkgrel=2
+_waf_version=1.8.12
+pkgdesc='a free, open source, and cross-platform media player'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
+  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
+  'libxrandr' 'jack' 'smbclient' 'rubberband' 'uchardet'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz";
+  "http://www.freehackers.org/~tnagy/release/waf-${_waf_version}";)
+sha256sums=('8aeefe5970587dfc454d2b89726b603f156bd7a9ae427654eef0d60c68d94998'
+  '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  install -m755 "${srcdir}"/waf-${_waf_version} waf
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-cdda \
+--enable-encoding \
+--enable-libmpv-shared \
+--enable-zsh-comp
+
+  ./waf build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf install --destdir="$pkgdir"
+
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}

Copied: mpv/repos/community-testing-x86_64/PKGBUILD (from rev 206058, 
mpv/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-01-07 23:48:05 UTC (rev 206059)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+pkgver=0.23.0
+pkgrel=2
+_waf_version=1.8.12
+pkgdesc='a free, open source, and cross-platform media player'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
+  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
+  'libxrandr' 'jack' 'smbclient' 'rubberband' 'uchardet'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz";
+  "http://www.freehackers.org/~tnagy/release/waf-${_waf_version}";)
+sha256sums=('8aeefe5970587dfc454d2b89726b603f156bd7a9ae427654eef0d60c68d94998'
+  '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  install -m755 "${srcdir}"/waf-${_waf_version} waf
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-cdda \
+--enable-encoding \
+--enable-libmpv-shared \
+--enable-zsh-comp
+
+  ./waf build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf install --destdir="$pkgdir"
+
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}


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

2017-01-07 Thread Christian Hesse
Date: Saturday, January 7, 2017 @ 23:48:00
  Author: eworm
Revision: 206058

upgpkg: mpv 1:0.23.0-2

add dependency to uchardet (FS#52269)

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 23:43:13 UTC (rev 206057)
+++ PKGBUILD2017-01-07 23:48:00 UTC (rev 206058)
@@ -6,7 +6,7 @@
 pkgname=mpv
 epoch=1
 pkgver=0.23.0
-pkgrel=1
+pkgrel=2
 _waf_version=1.8.12
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
   'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'enca' 'libxss'
   'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
   'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
-  'libxrandr' 'jack' 'smbclient' 'rubberband'
+  'libxrandr' 'jack' 'smbclient' 'rubberband' 'uchardet'
 )
 makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
 optdepends=('youtube-dl: for video-sharing websites playback')


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

2017-01-07 Thread Christian Hesse
Date: Saturday, January 7, 2017 @ 23:43:13
  Author: eworm
Revision: 206057

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

Added:
  uchardet/repos/community-i686/
  uchardet/repos/community-i686/PKGBUILD
(from rev 206056, uchardet/trunk/PKGBUILD)
  uchardet/repos/community-x86_64/
  uchardet/repos/community-x86_64/PKGBUILD
(from rev 206056, uchardet/trunk/PKGBUILD)

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

Copied: uchardet/repos/community-i686/PKGBUILD (from rev 206056, 
uchardet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-07 23:43:13 UTC (rev 206057)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Timothée Ravier 
+# Contributor: Blake Imsland 
+
+pkgname=uchardet
+pkgver=0.0.6
+pkgrel=1
+pkgdesc='Encoding detector library ported from Mozilla'
+arch=('i686' 'x86_64')
+url='https://www.freedesktop.org/wiki/Software/uchardet'
+license=('MPL')
+makedepends=('cmake')
+source=("https://www.freedesktop.org/software/${pkgname}/releases/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('8351328cdfbcb2432e63938721dd781eb8c11ebc56e3a89d0f84576b96002c61')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DCMAKE_BUILD_TYPE=Release
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}/" install
+}
+

Copied: uchardet/repos/community-x86_64/PKGBUILD (from rev 206056, 
uchardet/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-07 23:43:13 UTC (rev 206057)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Timothée Ravier 
+# Contributor: Blake Imsland 
+
+pkgname=uchardet
+pkgver=0.0.6
+pkgrel=1
+pkgdesc='Encoding detector library ported from Mozilla'
+arch=('i686' 'x86_64')
+url='https://www.freedesktop.org/wiki/Software/uchardet'
+license=('MPL')
+makedepends=('cmake')
+source=("https://www.freedesktop.org/software/${pkgname}/releases/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('8351328cdfbcb2432e63938721dd781eb8c11ebc56e3a89d0f84576b96002c61')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DCMAKE_BUILD_TYPE=Release
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}/" install
+}
+


[arch-commits] Commit in (4 files)

2017-01-07 Thread Christian Hesse
Date: Saturday, January 7, 2017 @ 23:41:01
  Author: eworm
Revision: 206056

initial import of uchardet

Added:
  uchardet/
  uchardet/repos/
  uchardet/trunk/
  uchardet/trunk/PKGBUILD

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

Added: uchardet/trunk/PKGBUILD
===
--- uchardet/trunk/PKGBUILD (rev 0)
+++ uchardet/trunk/PKGBUILD 2017-01-07 23:41:01 UTC (rev 206056)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Timothée Ravier 
+# Contributor: Blake Imsland 
+
+pkgname=uchardet
+pkgver=0.0.6
+pkgrel=1
+pkgdesc='Encoding detector library ported from Mozilla'
+arch=('i686' 'x86_64')
+url='https://www.freedesktop.org/wiki/Software/uchardet'
+license=('MPL')
+makedepends=('cmake')
+source=("https://www.freedesktop.org/software/${pkgname}/releases/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('8351328cdfbcb2432e63938721dd781eb8c11ebc56e3a89d0f84576b96002c61')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DCMAKE_BUILD_TYPE=Release
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}/" install
+}
+


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


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

2017-01-07 Thread Levente Polyak
Date: Saturday, January 7, 2017 @ 23:20:35
  Author: anthraxx
Revision: 206055

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-07 23:20:28 UTC (rev 206054)
+++ PKGBUILD2017-01-07 23:20:35 UTC (rev 206055)
@@ -1,64 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-socketio
-pkgname=('python-socketio' 'python2-socketio')
-pkgver=1.6.1
-pkgrel=2
-pkgdesc='Python implementation of the Socket.IO realtime server'
-url='https://github.com/miguelgrinberg/python-socketio'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-six' 'python-engineio'
- 'python2-setuptools' 'python2-sphinx' 'python2-six' 
'python2-engineio')
-checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
-sha512sums=('ce7085fcb67e00a5fa89f44a266bc3e6b978c34cce06246f85270174a0f9798b35c2baf088251cba643e1204bd9fefe3e6b4e17d866d82b776283aa9a3053de5')
-
-prepare() {
-  cp -ra ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${pkgbase}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${pkgbase}-${pkgver}
-py.test
-  )
-  (cd ${pkgbase}-${pkgver}-py2
-py.test2
-  )
-}
-
-package_python-socketio() {
-  depends=('python-six' 'python-engineio')
-
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-socketio() {
-  depends=('python2-six' 'python2-engineio')
-
-  cd ${pkgbase}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-socketio/repos/community-any/PKGBUILD (from rev 206054, 
python-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-07 23:20:35 UTC (rev 206055)
@@ -0,0 +1,64 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-socketio
+pkgname=('python-socketio' 'python2-socketio')
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='Python implementation of the Socket.IO realtime server'
+url='https://github.com/miguelgrinberg/python-socketio'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-six' 'python-engineio'
+ 'python2-setuptools' 'python2-sphinx' 'python2-six' 
'python2-engineio')
+checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
+sha512sums=('e734949ef017d5e4680e68cdbadade9f76a1bfbee0ebda58d5ce44dd455341ce0e26edaebceeb31cf1296ce0fbc05f6df23f03a3ab1089d23486110d7c8795be')
+
+prepare() {
+  cp -ra ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${pkgbase}-${pkgver}
+py.test
+  )
+  (cd ${pkgbase}-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-socketio() {
+  depends=('python-six' 'python-engineio')
+
+  cd ${pkgbase}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
+  install -Dm 644 docs/_build/man/socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+package_python2-socketio() {
+  depends=('

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

2017-01-07 Thread Levente Polyak
Date: Saturday, January 7, 2017 @ 23:20:28
  Author: anthraxx
Revision: 206054

upgpkg: python-socketio 1.6.2-1

Modified:
  python-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 22:48:35 UTC (rev 206053)
+++ PKGBUILD2017-01-07 23:20:28 UTC (rev 206054)
@@ -2,8 +2,8 @@
 
 pkgbase=python-socketio
 pkgname=('python-socketio' 'python2-socketio')
-pkgver=1.6.1
-pkgrel=2
+pkgver=1.6.2
+pkgrel=1
 pkgdesc='Python implementation of the Socket.IO realtime server'
 url='https://github.com/miguelgrinberg/python-socketio'
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest' 'python-mock' 'python2-pytest' 'python2-mock')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
-sha512sums=('ce7085fcb67e00a5fa89f44a266bc3e6b978c34cce06246f85270174a0f9798b35c2baf088251cba643e1204bd9fefe3e6b4e17d866d82b776283aa9a3053de5')
+sha512sums=('e734949ef017d5e4680e68cdbadade9f76a1bfbee0ebda58d5ce44dd455341ce0e26edaebceeb31cf1296ce0fbc05f6df23f03a3ab1089d23486110d7c8795be')
 
 prepare() {
   cp -ra ${pkgbase}-${pkgver}{,-py2}


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

2017-01-07 Thread Levente Polyak
Date: Saturday, January 7, 2017 @ 22:48:35
  Author: anthraxx
Revision: 206053

archrelease: copy trunk to community-x86_64

Added:
  diffoscope/repos/community-x86_64/PKGBUILD
(from rev 206052, diffoscope/trunk/PKGBUILD)
Deleted:
  diffoscope/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-07 22:48:28 UTC (rev 206052)
+++ PKGBUILD2017-01-07 22:48:35 UTC (rev 206053)
@@ -1,73 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=66
-pkgrel=2
-pkgdesc='Tool for in-depth comparison of files, archives, and directories'
-url='https://diffoscope.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-setuptools')
-# TODO: python-argcomplete
-optdepends=(
-  'acl: access control list utilities support'
-  'binutils: binary utilities support'
-  'bzip2: bzip2 utilities support'
-  'cdrkit: ISO utilities support'
-  'colord: ICC profiles support'
-  'cpio: cpio archive support'
-  'diffutils: diff utilities support'
-  'e2fsprogs: Ext2/3/4 filesystem utilities support'
-  'enjarify: Android dex file support'
-  'fpc: Free Pascal utilities support'
-  'java-environment: java utilities support'
-  #'libcaca: image compare support'
-  'llvm: LLVM bitcode files support'
-  'fontforge: bitmap font utilities support'
-  'gettext: GNU internationalization utilities support'
-  'ghc: haskell utilities support'
-  'gnupg: GNU privacy guard support'
-  'mono: mono support'
-  'mono-tools: mono utilities support'
-  'openssh: OpenSSH key comparing support'
-  'poppler: PDF utilities support'
-  'sqlite: SQLite support'
-  'squashfs-tools: squashfs filesystem support'
-  #'python-guestfs: guestfs filesystem support'
-  'tlsh: fuzzy matching supprt'
-  'unzip: zip utilities support'
-  'gzip: gzip utilities support'
-  'tar: tar utilities support'
-  'vim: Vi IMproved (xxd) utilities support'
-  'xz: XZ and LZMA utilities support'
-)
-checkdepends=(
-  'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'diffutils' 
'e2fsprogs' 'enjarify' 'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg'
-  'mono' 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'tlsh' 'unzip' 
'gzip' 'tar' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh')
-source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('e74b0a3110935974abc26d8ffeebe661fe7fb22304d9fa70a1dcde5de15921786e932ad19244f2b318f6ee6cbec4ce1b337562b27b1a990d998a7291f0fca9c7')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/python-magic/d' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  # TODO: readd fpc
-  # TODO: colord test fails with lcms2 >= 2.8
-  PYTHONPATH=".:${PYTHONPATH}" py.test -k 'not test_icc and not test_ppu'
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffoscope/repos/community-x86_64/PKGBUILD (from rev 206052, 
diffoscope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-07 22:48:35 UTC (rev 206053)
@@ -0,0 +1,73 @@
+# Maintainer: Levente Polyak 
+
+pkgname=diffoscope
+pkgver=67
+pkgrel=1
+pkgdesc='Tool for in-depth comparison of files, archives, and directories'
+url='https://diffoscope.org/'
+arch=('x86_64')
+license=('GPL3')
+depends=('python-magic' 'python-libarchive-c' 'python-setuptools')
+# TODO: python-argcomplete
+optdepends=(
+  'acl: access control list utilities support'
+  'binutils: binary utilities support'
+  'bzip2: bzip2 utilities support'
+  'cdrkit: ISO utilities support'
+  'colord: ICC profiles support'
+  'cpio: cpio archive support'
+  'diffutils: diff utilities support'
+  'e2fsprogs: Ext2/3/4 filesystem utilities support'
+  'enjarify: Android dex file support'
+  'fpc: Free Pascal utilities support'
+  'java-environment: java utilities support'
+  #'libcaca: image compare support'
+  'llvm: LLVM bitcode files support'
+  'fontforge: bitmap font utilities support'
+  'gettext: GNU internationalization utilities support'
+  'ghc: haskell utilities support'
+  'gnupg: GNU privacy guard support'
+  'mono: mono support'
+  'mono-tools: mono utilities support'
+  'openssh: OpenSSH key comparing support'
+  'poppler: PDF utilities support'
+  'sqlite: SQLite support'
+  'squashfs-tools: squashfs filesystem support'
+  #'python-guestfs: guestfs filesystem support'
+  'tlsh: fuzzy matching supprt'
+  'unzip: zip utilities support'
+  'gzip: gzip utilities support'
+  'tar: tar utilities support'
+  'vim: Vi IMp

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

2017-01-07 Thread Levente Polyak
Date: Saturday, January 7, 2017 @ 22:48:28
  Author: anthraxx
Revision: 206052

upgpkg: diffoscope 67-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 22:31:01 UTC (rev 206051)
+++ PKGBUILD2017-01-07 22:48:28 UTC (rev 206052)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=66
-pkgrel=2
+pkgver=67
+pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
 arch=('x86_64')
@@ -45,7 +45,7 @@
   'python-pytest' 'acl' 'binutils' 'bzip2' 'cdrkit' 'cpio' 'diffutils' 
'e2fsprogs' 'enjarify' 'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg'
   'mono' 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'tlsh' 'unzip' 
'gzip' 'tar' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh')
 
source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('e74b0a3110935974abc26d8ffeebe661fe7fb22304d9fa70a1dcde5de15921786e932ad19244f2b318f6ee6cbec4ce1b337562b27b1a990d998a7291f0fca9c7')
+sha512sums=('25ac319eed6af7ce1ab4ff9cc7af37c2e985e73bfc8792497d84d7415a86de8b1a0a38fdfcb307139f0de46dab6f58ba5d2069405a8f75d89fb6591c2e02b042')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2017-01-07 Thread Levente Polyak
Date: Saturday, January 7, 2017 @ 22:31:01
  Author: anthraxx
Revision: 206051

archrelease: copy trunk to community-any

Added:
  gradle/repos/community-any/PKGBUILD
(from rev 206050, gradle/trunk/PKGBUILD)
  gradle/repos/community-any/gradle.sh
(from rev 206050, gradle/trunk/gradle.sh)
Deleted:
  gradle/repos/community-any/PKGBUILD
  gradle/repos/community-any/gradle.sh

---+
 PKGBUILD  |  147 +---
 gradle.sh |4 -
 2 files changed, 75 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-07 22:30:53 UTC (rev 206050)
+++ PKGBUILD2017-01-07 22:31:01 UTC (rev 206051)
@@ -1,74 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Simon Legner 
-# Contributor: Chris Molozian (novabyte) 
-# Contributor: Sanjuro Makabe (itti) 
-
-pkgbase=gradle
-pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='Powerful build system for the JVM'
-url='https://gradle.org/'
-arch=('any')
-license=('Apache')
-depends=('java-environment' 'bash')
-source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
-${pkgbase}.sh)
-sha512sums=('6087192a231962e7029189bdb9b9a6ab30029befa1aab9185e940f4582291dbc37be6aa8c0f6b1c08f9dc8948c7cb1c0eb130c2b3abc5c2ec4892a75f87c26fc'
-
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
-
-package_gradle() {
-  cd ${pkgbase}-${pkgver}
-
-  # install profile.d script
-  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
-  install -d "${pkgdir}/usr/bin"
-
-  # copy across jar files
-  install -Dm 644 lib/*.jar "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm 644 lib/plugins/*.jar 
"${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-
-  # copy across supporting text documentation and scripts
-  install -m 644 NOTICE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 LICENSE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.txt "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.html "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 755 bin/gradle "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -m 644 init.d/*.* "${pkgdir}/usr/share/java/${pkgname}/init.d"
-
-  # link gradle script to /usr/bin
-  ln -s /usr/share/java/${pkgname}/bin/${pkgname} "${pkgdir}/usr/bin"
-}
-
-package_gradle-doc() {
-  pkgdesc='Powerful build system for the JVM (documentation and samples)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/gradle/docs"
-  install -d "${pkgdir}/usr/share/java/gradle/samples"
-
-  # copy across documentation and samples
-  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs"
-  cp -r samples/* "${pkgdir}/usr/share/java/gradle/samples"
-}
-
-package_gradle-src() {
-  pkgdesc='Powerful build system for the JVM (sources)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-  install -d "${pkgdir}/usr/share/java/gradle/src"
-  cp -r src/* "${pkgdir}/usr/share/java/gradle/src"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gradle/repos/community-any/PKGBUILD (from rev 206050, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-07 22:31:01 UTC (rev 206051)
@@ -0,0 +1,73 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Legner 
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=3.3
+pkgrel=1
+pkgdesc='Powerful build system for the JVM'
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment' 'bash')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
+${pkgbase}.sh)
+sha512sums=('4b852eaf4030c780516fe9214c289e49fc93fc62672da70b7fd6bbbcd128e6912dd196195ce32570984503ea53b48593a41fbf4ec69b0f18b5e32c2fe9e556b3'
+
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
+
+package_gradle() {
+  cd ${pkgbase}-${pkgver}
+
+  # install profile.d script
+  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
+
+  # create the necessary directory structure
+  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
+  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
+  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
+  install -d "${pkgdir}/usr/bin"
+
+  # copy across jar file

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

2017-01-07 Thread Levente Polyak
Date: Saturday, January 7, 2017 @ 22:30:53
  Author: anthraxx
Revision: 206050

upgpkg: gradle 3.3-1

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 22:15:46 UTC (rev 206049)
+++ PKGBUILD2017-01-07 22:30:53 UTC (rev 206050)
@@ -5,7 +5,7 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=3.2.1
+pkgver=3.3
 pkgrel=1
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
@@ -14,7 +14,7 @@
 depends=('java-environment' 'bash')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
 ${pkgbase}.sh)
-sha512sums=('6087192a231962e7029189bdb9b9a6ab30029befa1aab9185e940f4582291dbc37be6aa8c0f6b1c08f9dc8948c7cb1c0eb130c2b3abc5c2ec4892a75f87c26fc'
+sha512sums=('4b852eaf4030c780516fe9214c289e49fc93fc62672da70b7fd6bbbcd128e6912dd196195ce32570984503ea53b48593a41fbf4ec69b0f18b5e32c2fe9e556b3'
 
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
 
 package_gradle() {
@@ -36,7 +36,6 @@
   # copy across supporting text documentation and scripts
   install -m 644 NOTICE "${pkgdir}/usr/share/java/${pkgname}"
   install -m 644 LICENSE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.txt "${pkgdir}/usr/share/java/${pkgname}"
   install -m 644 *.html "${pkgdir}/usr/share/java/${pkgname}"
   install -m 755 bin/gradle "${pkgdir}/usr/share/java/${pkgname}/bin"
   install -m 644 init.d/*.* "${pkgdir}/usr/share/java/${pkgname}/init.d"


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

2017-01-07 Thread Levente Polyak
Date: Saturday, January 7, 2017 @ 22:15:46
  Author: anthraxx
Revision: 206049

archrelease: copy trunk to community-any

Added:
  gufw/repos/community-any/PKGBUILD
(from rev 206048, gufw/trunk/PKGBUILD)
Deleted:
  gufw/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-07 22:15:39 UTC (rev 206048)
+++ PKGBUILD2017-01-07 22:15:46 UTC (rev 206049)
@@ -1,23 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor : Martin Wimpress 
-
-pkgname=gufw
-_pkgver=17.04
-pkgver=${_pkgver}.1
-pkgrel=2
-pkgdesc='Uncomplicated way to manage your Linux firewall'
-url='https://gufw.org/'
-arch=('any')
-license=('GPL3')
-depends=('gtk3' 'polkit' 'python-gobject' 'ufw' 'webkit2gtk' 'net-tools' 
'desktop-file-utils' 'gtk-update-icon-cache')
-makedepends=('intltool' 'python-distutils-extra')
-source=(https://launchpad.net/gui-ufw/${_pkgver}/${_pkgver}/+download/gui-ufw-${pkgver}.tar.gz)
-sha512sums=('f8168652d6bfc0b50de3a74e1db08539642347b652af1d18310bc1fcaa774da5c72fef57778562f042bf19eb329fd0d576c15ce6200ee87ce48700fa02a7104c')
-
-package(){
-  cd gui-ufw-${pkgver}
-  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
-  python setup.py install --root="${pkgdir}" -O1
-}
-
-# vim: ts=2 sw=2 et:

Copied: gufw/repos/community-any/PKGBUILD (from rev 206048, gufw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-07 22:15:46 UTC (rev 206049)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak 
+# Contributor : Martin Wimpress 
+
+pkgname=gufw
+_pkgver=17.04
+pkgver=${_pkgver}.1
+pkgrel=3
+pkgdesc='Uncomplicated way to manage your Linux firewall'
+url='https://gufw.org/'
+arch=('any')
+license=('GPL3')
+depends=('gtk3' 'polkit' 'python-gobject' 'ufw' 'webkit2gtk' 'net-tools' 
'desktop-file-utils' 'gtk-update-icon-cache')
+makedepends=('intltool' 'python-distutils-extra')
+source=(https://launchpad.net/gui-ufw/${_pkgver}/${_pkgver}/+download/gui-ufw-${pkgver}.tar.gz)
+sha512sums=('f8168652d6bfc0b50de3a74e1db08539642347b652af1d18310bc1fcaa774da5c72fef57778562f042bf19eb329fd0d576c15ce6200ee87ce48700fa02a7104c')
+
+prepare() {
+  cd gui-ufw-${pkgver}
+  sed 's|python3.5|python3.6|g' -i bin/gufw-pkexec
+}
+
+package(){
+  cd gui-ufw-${pkgver}
+  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+  python setup.py install --root="${pkgdir}" -O1
+}
+
+# vim: ts=2 sw=2 et:


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

2017-01-07 Thread Levente Polyak
Date: Saturday, January 7, 2017 @ 22:15:39
  Author: anthraxx
Revision: 206048

upgpkg: gufw 17.04.1-3 (fix launcher for python 3.6)

Modified:
  gufw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 21:08:41 UTC (rev 206047)
+++ PKGBUILD2017-01-07 22:15:39 UTC (rev 206048)
@@ -4,7 +4,7 @@
 pkgname=gufw
 _pkgver=17.04
 pkgver=${_pkgver}.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Uncomplicated way to manage your Linux firewall'
 url='https://gufw.org/'
 arch=('any')
@@ -14,6 +14,11 @@
 
source=(https://launchpad.net/gui-ufw/${_pkgver}/${_pkgver}/+download/gui-ufw-${pkgver}.tar.gz)
 
sha512sums=('f8168652d6bfc0b50de3a74e1db08539642347b652af1d18310bc1fcaa774da5c72fef57778562f042bf19eb329fd0d576c15ce6200ee87ce48700fa02a7104c')
 
+prepare() {
+  cd gui-ufw-${pkgver}
+  sed 's|python3.5|python3.6|g' -i bin/gufw-pkexec
+}
+
 package(){
   cd gui-ufw-${pkgver}
   export XDG_RUNTIME_DIR="/tmp/${pkgname}"


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

2017-01-07 Thread Levente Polyak
Date: Saturday, January 7, 2017 @ 21:08:34
  Author: anthraxx
Revision: 206046

upgpkg: sqlmap 1.1-1

Modified:
  sqlmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 21:01:45 UTC (rev 206045)
+++ PKGBUILD2017-01-07 21:08:34 UTC (rev 206046)
@@ -3,7 +3,7 @@
 # Contributor: fxbru 
 
 pkgname=sqlmap
-pkgver=1.0.12
+pkgver=1.1
 pkgrel=1
 pkgdesc='Automatic SQL injection and database takeover tool'
 url='http://sqlmap.org'
@@ -12,7 +12,7 @@
 depends=('python2' 'sh')
 backup=('etc/sqlmap.conf')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sqlmapproject/sqlmap/archive/${pkgver}.tar.gz)
-sha512sums=('077836bc24c14755728b09c5eb1ea05fdd556e992d55daeff677b1aacb736de706fb4908468fdc50e8c6d9a6a1515fbeefb28aef9db4711a625bcb70e42ad8cf')
+sha512sums=('44d1bcf966c0cd01eecb3540e4aaf15375d0f40d3054b0a914816ef557a33b1490c4431beef3f521841bc29771e6ca541cecb1434d2ea74a0b6b96a9edb6e239')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-01-07 Thread Levente Polyak
Date: Saturday, January 7, 2017 @ 21:08:41
  Author: anthraxx
Revision: 206047

archrelease: copy trunk to community-any

Added:
  sqlmap/repos/community-any/PKGBUILD
(from rev 206046, sqlmap/trunk/PKGBUILD)
Deleted:
  sqlmap/repos/community-any/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-07 21:08:34 UTC (rev 206046)
+++ PKGBUILD2017-01-07 21:08:41 UTC (rev 206047)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Evan Teitelman 
-# Contributor: fxbru 
-
-pkgname=sqlmap
-pkgver=1.0.12
-pkgrel=1
-pkgdesc='Automatic SQL injection and database takeover tool'
-url='http://sqlmap.org'
-arch=('any')
-license=('GPL2')
-depends=('python2' 'sh')
-backup=('etc/sqlmap.conf')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sqlmapproject/sqlmap/archive/${pkgver}.tar.gz)
-sha512sums=('077836bc24c14755728b09c5eb1ea05fdd556e992d55daeff677b1aacb736de706fb4908468fdc50e8c6d9a6a1515fbeefb28aef9db4711a625bcb70e42ad8cf')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 -m compileall .
-  python2 -O -m compileall .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/etc"
-  install -d "${pkgdir}/usr/bin"
-  install -d "${pkgdir}/opt/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-
-  mv doc "${pkgdir}/usr/share/doc/${pkgname}"
-  mv sqlmap.conf "${pkgdir}/etc/sqlmap.conf"
-  ln -sf /etc/sqlmap.conf "${pkgdir}/opt/${pkgname}/sqlmap.conf"
-  cp -a --no-preserve=ownership * "${pkgdir}/opt/${pkgname}"
-
-  cat > "${pkgdir}/usr/bin/sqlmap" << EOF
-#!/bin/sh
-cd /opt/${pkgname}
-python2 sqlmap.py "\$@"
-EOF
-  cat > "${pkgdir}/usr/bin/sqlmapapi" << EOF
-#!/bin/sh
-cd /opt/${pkgname}
-python2 sqlmapapi.py "\$@"
-EOF
-
-  chmod 755 "${pkgdir}/usr/bin/sqlmap"
-  chmod 755 "${pkgdir}/usr/bin/sqlmapapi"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sqlmap/repos/community-any/PKGBUILD (from rev 206046, 
sqlmap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-07 21:08:41 UTC (rev 206047)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Contributor: Evan Teitelman 
+# Contributor: fxbru 
+
+pkgname=sqlmap
+pkgver=1.1
+pkgrel=1
+pkgdesc='Automatic SQL injection and database takeover tool'
+url='http://sqlmap.org'
+arch=('any')
+license=('GPL2')
+depends=('python2' 'sh')
+backup=('etc/sqlmap.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sqlmapproject/sqlmap/archive/${pkgver}.tar.gz)
+sha512sums=('44d1bcf966c0cd01eecb3540e4aaf15375d0f40d3054b0a914816ef557a33b1490c4431beef3f521841bc29771e6ca541cecb1434d2ea74a0b6b96a9edb6e239')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 -m compileall .
+  python2 -O -m compileall .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/etc"
+  install -d "${pkgdir}/usr/bin"
+  install -d "${pkgdir}/opt/${pkgname}"
+  install -d "${pkgdir}/usr/share/doc"
+
+  mv doc "${pkgdir}/usr/share/doc/${pkgname}"
+  mv sqlmap.conf "${pkgdir}/etc/sqlmap.conf"
+  ln -sf /etc/sqlmap.conf "${pkgdir}/opt/${pkgname}/sqlmap.conf"
+  cp -a --no-preserve=ownership * "${pkgdir}/opt/${pkgname}"
+
+  cat > "${pkgdir}/usr/bin/sqlmap" << EOF
+#!/bin/sh
+cd /opt/${pkgname}
+python2 sqlmap.py "\$@"
+EOF
+  cat > "${pkgdir}/usr/bin/sqlmapapi" << EOF
+#!/bin/sh
+cd /opt/${pkgname}
+python2 sqlmapapi.py "\$@"
+EOF
+
+  chmod 755 "${pkgdir}/usr/bin/sqlmap"
+  chmod 755 "${pkgdir}/usr/bin/sqlmapapi"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-01-07 Thread Levente Polyak
Date: Saturday, January 7, 2017 @ 21:01:45
  Author: anthraxx
Revision: 206045

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-07 21:01:33 UTC (rev 206044)
+++ community-i686/PKGBUILD 2017-01-07 21:01:45 UTC (rev 206045)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=4.13.9
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
-optdepends=('ruby-pg: database support')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha512sums=('ab969a2b3abb8730f77d27d6ee0983da96911377e68308b7fa4d066c851405159205ed381af6c547db47b260d71f45587f09e7c23deaa2c55fdc7d82b8b37c31')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-i686/PKGBUILD (from rev 206044, 
metasploit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-07 21:01:45 UTC (rev 206045)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=4.13.10
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
+optdepends=('ruby-pg: database support')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha512sums=('e0508f1b2392cc7405d74b7706742fc5a22d48730a267adf136390f3b8dee7b12b666fdfd32d3a8bb16406d2cd88d14ffbb9e85262ec2e68d06b66ac1d78b848')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
+local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
+chmod 755 "${_msffile}"
+  done
+
+  (cd "${pkgdir}/opt/${pkgname}"
+for f in tools/*/*.rb; do
+

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

2017-01-07 Thread Levente Polyak
Date: Saturday, January 7, 2017 @ 21:01:33
  Author: anthraxx
Revision: 206044

upgpkg: metasploit 4.13.10-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 21:00:23 UTC (rev 206043)
+++ PKGBUILD2017-01-07 21:01:33 UTC (rev 206044)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=4.13.9
+pkgver=4.13.10
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
@@ -13,7 +13,7 @@
 optdepends=('ruby-pg: database support')
 options=('!strip' '!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha512sums=('ab969a2b3abb8730f77d27d6ee0983da96911377e68308b7fa4d066c851405159205ed381af6c547db47b260d71f45587f09e7c23deaa2c55fdc7d82b8b37c31')
+sha512sums=('e0508f1b2392cc7405d74b7706742fc5a22d48730a267adf136390f3b8dee7b12b666fdfd32d3a8bb16406d2cd88d14ffbb9e85262ec2e68d06b66ac1d78b848')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}


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

2017-01-07 Thread Levente Polyak
Date: Saturday, January 7, 2017 @ 21:00:23
  Author: anthraxx
Revision: 206043

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  167 -
 1 file changed, 88 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-07 21:00:16 UTC (rev 206042)
+++ PKGBUILD2017-01-07 21:00:23 UTC (rev 206043)
@@ -1,79 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-eventlet
-pkgname=('python-eventlet' 'python2-eventlet')
-_pyname=eventlet
-pkgver=0.19.0
-pkgrel=2
-pkgdesc='Highly concurrent networking library'
-url='http://eventlet.net'
-arch=('any')
-license=('MIT')
-makedepends=('python-greenlet' 'python-setuptools' 'python-sphinx' 
'python2-greenlet' 'python2-setuptools' 'python2-sphinx' 'python2-subprocess32')
-#TODO: add 'python-dnspython' if test is fixed
-checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq'
-  'python2-psycopg2' 'python2-nose' 'python2-pyopenssl' 
'python2-httplib2' 'python2-mock' 'python2-pyzmq' 'python2-dnspython')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/eventlet/eventlet/archive/v${pkgver}.tar.gz)
-sha512sums=('a80814b4ce90edbcc904d56efab2f5e1d3cd39e2b2943e07042ede332395c2fce806e323fa5d44a91d76b985f38179e168d9d4a1e45de04319faeb89b354d862')
-
-prepare() {
-  (cd ${_pyname}-${pkgver}
-sed -r 's|(check_idle_cpu_usage\(.*,) .*\)|\1 0.8\)|g' -i tests/*_test.py
-  )
-  cp -a ${_pyname}-${pkgver}{,-py2}
-  sed 's|python|python2|' -i ${_pyname}-${pkgver}-py2/examples/*
-}
-
-build() {
-  (cd ${_pyname}-${pkgver}
-python setup.py build
-make -C doc text
-  )
-  (cd ${_pyname}-${pkgver}-py2
-python2 setup.py build
-make -C doc text
-  )
-}
-
-check() {
-  (cd ${_pyname}-${pkgver}
-nosetests -sv tests
-  )
-  (cd ${_pyname}-${pkgver}-py2
-nosetests2 -sv tests
-  )
-}
-
-package_python-eventlet() {
-  depends=('python' 'python-greenlet')
-  optdepends=('python-psycopg2: non-blocking PostgreSQL support'
-  'python-pyopenssl: non-blocking SSL support'
-  'python-httplib2: non-blocking HTTP support'
-  'python-pyzmq: non-blocking ZeroMQ support'
-  'python-dnspython: non-blocking DNS support')
-
-  cd ${_pyname}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r doc/_build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_python2-eventlet() {
-  depends=('python2' 'python2-greenlet' 'python2-subprocess32')
-  optdepends=('python2-psycopg2: non-blocking PostgreSQL support'
-  'python2-pyopenssl: non-blocking SSL support'
-  'python2-httplib2: non-blocking HTTP support'
-  'python2-pyzmq: non-blocking ZeroMQ support'
-  'python2-dnspython: non-blocking DNS support')
-
-  cd ${_pyname}-${pkgver}-py2
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r doc/_build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-eventlet/repos/community-any/PKGBUILD (from rev 206042, 
python-eventlet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-07 21:00:23 UTC (rev 206043)
@@ -0,0 +1,88 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-eventlet
+pkgname=('python-eventlet' 'python2-eventlet')
+_pyname=eventlet
+pkgver=0.20.1
+pkgrel=1
+pkgdesc='Highly concurrent networking library'
+url='http://eventlet.net'
+arch=('any')
+license=('MIT')
+makedepends=('python2-pip' 'python-greenlet' 'python-setuptools' 
'python-sphinx' 'python2-greenlet' 'python2-setuptools' 'python2-sphinx' 
'python2-subprocess32')
+#TODO: add 'python-dnspython' if test is fixed
+checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq'
+  'python2-psycopg2' 'python2-nose' 'python2-pyopenssl' 
'python2-httplib2' 'python2-mock' 'python2-pyzmq' 'python2-dnspython')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/eventlet/eventlet/archive/v${pkgver}.tar.gz
+
python36-1.patch::https://github.com/eventlet/eventlet/commit/461348f9a8459724be87c281eea4e0408138a82c.patch
+
python36-2.patch::https://github.com/eventlet/eventlet/commit/ed79125c652d7ea02cb79a84c1292fdc19932a94.pat

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

2017-01-07 Thread Levente Polyak
Date: Saturday, January 7, 2017 @ 21:00:16
  Author: anthraxx
Revision: 206042

upgpkg: python-eventlet 0.20.1-1

- adding some python 3.6 patches

Modified:
  python-eventlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 17:44:41 UTC (rev 206041)
+++ PKGBUILD2017-01-07 21:00:16 UTC (rev 206042)
@@ -3,22 +3,31 @@
 pkgbase=python-eventlet
 pkgname=('python-eventlet' 'python2-eventlet')
 _pyname=eventlet
-pkgver=0.19.0
-pkgrel=2
+pkgver=0.20.1
+pkgrel=1
 pkgdesc='Highly concurrent networking library'
 url='http://eventlet.net'
 arch=('any')
 license=('MIT')
-makedepends=('python-greenlet' 'python-setuptools' 'python-sphinx' 
'python2-greenlet' 'python2-setuptools' 'python2-sphinx' 'python2-subprocess32')
+makedepends=('python2-pip' 'python-greenlet' 'python-setuptools' 
'python-sphinx' 'python2-greenlet' 'python2-setuptools' 'python2-sphinx' 
'python2-subprocess32')
 #TODO: add 'python-dnspython' if test is fixed
 checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq'
   'python2-psycopg2' 'python2-nose' 'python2-pyopenssl' 
'python2-httplib2' 'python2-mock' 'python2-pyzmq' 'python2-dnspython')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/eventlet/eventlet/archive/v${pkgver}.tar.gz)
-sha512sums=('a80814b4ce90edbcc904d56efab2f5e1d3cd39e2b2943e07042ede332395c2fce806e323fa5d44a91d76b985f38179e168d9d4a1e45de04319faeb89b354d862')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/eventlet/eventlet/archive/v${pkgver}.tar.gz
+
python36-1.patch::https://github.com/eventlet/eventlet/commit/461348f9a8459724be87c281eea4e0408138a82c.patch
+
python36-2.patch::https://github.com/eventlet/eventlet/commit/ed79125c652d7ea02cb79a84c1292fdc19932a94.patch
+
python36-3.patch::https://github.com/eventlet/eventlet/commit/7595a5a4b789ce9492f88c96a412cdf1e47e60cc.patch)
+sha512sums=('fbd6073c0046f58eb9375a358010c56727cc9674c118558244dc7f4c10e2763923c0a0a12623c921b261667bbfe5c6b1eaf5ed0835338ffbe927596dd2ee67f1'
+
'ffd4e3d5c8ee3eb0235f075708a183186788e780b1a6ad020fa258a880f2afdcdea0cb1da4f60c11e025520c9dbfeea5be438ae365a00e826206682ed35c6b59'
+
'12d94cc282e4e70d0c0682e6f90d695339451629eb7b72792c13fc7bc1747598df134d1819ea248fdc499e6522e689bd29a099478badeb6f44380137d40b7cf7'
+
'e96ad673894b9238af2fe7d4afcce179c66b5fb83c3464e949399f0d19b9355d7975b57f706ea18b65414ec42fe28f44156e348da34ade0a139c6d488354f9f0')
 
 prepare() {
   (cd ${_pyname}-${pkgver}
 sed -r 's|(check_idle_cpu_usage\(.*,) .*\)|\1 0.8\)|g' -i tests/*_test.py
+patch -p1 < "${srcdir}/python36-1.patch"
+patch -p1 < "${srcdir}/python36-2.patch"
+patch -p1 < "${srcdir}/python36-3.patch"
   )
   cp -a ${_pyname}-${pkgver}{,-py2}
   sed 's|python|python2|' -i ${_pyname}-${pkgver}-py2/examples/*


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

2017-01-07 Thread Antonio Rojas
Date: Saturday, January 7, 2017 @ 20:45:16
  Author: arojas
Revision: 285542

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 285541, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 285541, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 285541, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 285541, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  196 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   98 -
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   98 -
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-07 20:44:28 UTC (rev 285541)
+++ extra-i686/PKGBUILD 2017-01-07 20:45:16 UTC (rev 285542)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.7.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/";
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
-source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('8ddf9de218581b5a84455d5f5422c61999e3077c'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'opencl-icd-loader')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '

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

2017-01-07 Thread Antonio Rojas
Date: Saturday, January 7, 2017 @ 20:44:28
  Author: arojas
Revision: 285541

Update to 6.9.7.3

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 17:38:52 UTC (rev 285540)
+++ PKGBUILD2017-01-07 20:44:28 UTC (rev 285541)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.7.1
+pkgver=6.9.7.3
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/";
@@ -13,7 +13,7 @@
  'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
 
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('8ddf9de218581b5a84455d5f5422c61999e3077c'
+sha1sums=('84511c38f5ac05f75eec3c4fecb4c44d1caa734f'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


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

2017-01-07 Thread Anatol Pomozov
Date: Saturday, January 7, 2017 @ 17:44:41
  Author: anatolik
Revision: 206041

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

Added:
  libsigrokdecode/repos/community-testing-i686/
  libsigrokdecode/repos/community-testing-i686/PKGBUILD
(from rev 206040, libsigrokdecode/trunk/PKGBUILD)
  libsigrokdecode/repos/community-testing-x86_64/
  libsigrokdecode/repos/community-testing-x86_64/PKGBUILD
(from rev 206040, libsigrokdecode/trunk/PKGBUILD)

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

Copied: libsigrokdecode/repos/community-testing-i686/PKGBUILD (from rev 206040, 
libsigrokdecode/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-07 17:44:41 UTC (rev 206041)
@@ -0,0 +1,24 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=libsigrokdecode
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='Client software that supports various hardware logic analyzers, 
protocol decoders library'
+arch=(i686 x86_64)
+url='http://www.sigrok.org/wiki/Libsigrokdecode'
+license=(GPL3)
+depends=(glib2 python)
+source=(http://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz)
+sha1sums=('500f28c648711bfeeb8408fcda2397d5bd29bafb')
+
+build() {
+  cd libsigrokdecode-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libsigrokdecode-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}

Copied: libsigrokdecode/repos/community-testing-x86_64/PKGBUILD (from rev 
206040, libsigrokdecode/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-01-07 17:44:41 UTC (rev 206041)
@@ -0,0 +1,24 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=libsigrokdecode
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='Client software that supports various hardware logic analyzers, 
protocol decoders library'
+arch=(i686 x86_64)
+url='http://www.sigrok.org/wiki/Libsigrokdecode'
+license=(GPL3)
+depends=(glib2 python)
+source=(http://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz)
+sha1sums=('500f28c648711bfeeb8408fcda2397d5bd29bafb')
+
+build() {
+  cd libsigrokdecode-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libsigrokdecode-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2017-01-07 Thread Anatol Pomozov
Date: Saturday, January 7, 2017 @ 17:44:09
  Author: anatolik
Revision: 206040

upgpkg: libsigrokdecode 0.4.1-1

Modified:
  libsigrokdecode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 17:24:40 UTC (rev 206039)
+++ PKGBUILD2017-01-07 17:44:09 UTC (rev 206040)
@@ -2,8 +2,8 @@
 # Contributor: Thomas Krug 
 
 pkgname=libsigrokdecode
-pkgver=0.4.0
-pkgrel=3
+pkgver=0.4.1
+pkgrel=1
 pkgdesc='Client software that supports various hardware logic analyzers, 
protocol decoders library'
 arch=(i686 x86_64)
 url='http://www.sigrok.org/wiki/Libsigrokdecode'
@@ -10,7 +10,7 @@
 license=(GPL3)
 depends=(glib2 python)
 
source=(http://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz)
-sha1sums=('f65d4c672fe4df1ceb334a06268d70357389f183')
+sha1sums=('500f28c648711bfeeb8408fcda2397d5bd29bafb')
 
 build() {
   cd libsigrokdecode-$pkgver


[arch-commits] Commit in vim/repos (26 files)

2017-01-07 Thread Anatol Pomozov
Date: Saturday, January 7, 2017 @ 17:38:52
  Author: anatolik
Revision: 285540

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

Added:
  vim/repos/extra-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
(from rev 285539, 
vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch)
  vim/repos/extra-i686/0002-Further-fix-widget-sizing.patch
(from rev 285539, vim/trunk/0002-Further-fix-widget-sizing.patch)
  vim/repos/extra-i686/PKGBUILD
(from rev 285539, vim/trunk/PKGBUILD)
  vim/repos/extra-i686/archlinux.vim
(from rev 285539, vim/trunk/archlinux.vim)
  vim/repos/extra-i686/fix-tests-python36.patch
(from rev 285539, vim/trunk/fix-tests-python36.patch)
  vim/repos/extra-i686/vimdoc.hook
(from rev 285539, vim/trunk/vimdoc.hook)
  vim/repos/extra-i686/vimrc
(from rev 285539, vim/trunk/vimrc)
  vim/repos/extra-x86_64/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
(from rev 285539, 
vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch)
  vim/repos/extra-x86_64/0002-Further-fix-widget-sizing.patch
(from rev 285539, vim/trunk/0002-Further-fix-widget-sizing.patch)
  vim/repos/extra-x86_64/PKGBUILD
(from rev 285539, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 285539, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/fix-tests-python36.patch
(from rev 285539, vim/trunk/fix-tests-python36.patch)
  vim/repos/extra-x86_64/vimdoc.hook
(from rev 285539, vim/trunk/vimdoc.hook)
  vim/repos/extra-x86_64/vimrc
(from rev 285539, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
  vim/repos/extra-i686/0002-Further-fix-widget-sizing.patch
  vim/repos/extra-i686/PKGBUILD
  vim/repos/extra-i686/archlinux.vim
  vim/repos/extra-i686/vimdoc.hook
  vim/repos/extra-i686/vimrc
  vim/repos/extra-x86_64/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
  vim/repos/extra-x86_64/0002-Further-fix-widget-sizing.patch
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/vimdoc.hook
  vim/repos/extra-x86_64/vimrc

--+
 /0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch |   78 +
 /0002-Further-fix-widget-sizing.patch|   58 +
 /PKGBUILD|  444 
++
 /archlinux.vim   |   50 +
 /vimdoc.hook |   22 
 /vimrc   |   36 
 extra-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch   |   39 
 extra-i686/0002-Further-fix-widget-sizing.patch  |   29 
 extra-i686/PKGBUILD  |  217 

 extra-i686/archlinux.vim |   25 
 extra-i686/fix-tests-python36.patch  |   38 
 extra-i686/vimdoc.hook   |   11 
 extra-i686/vimrc |   18 
 extra-x86_64/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch |   39 
 extra-x86_64/0002-Further-fix-widget-sizing.patch|   29 
 extra-x86_64/PKGBUILD|  217 

 extra-x86_64/archlinux.vim   |   25 
 extra-x86_64/fix-tests-python36.patch|   38 
 extra-x86_64/vimdoc.hook |   11 
 extra-x86_64/vimrc   |   18 
 20 files changed, 764 insertions(+), 678 deletions(-)

Deleted: extra-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
===
--- extra-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch  
2017-01-07 17:37:39 UTC (rev 285539)
+++ extra-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch  
2017-01-07 17:38:52 UTC (rev 285540)
@@ -1,39 +0,0 @@
-From 0060136ccbe78ff791e5bd732510cff12094bec9 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sun, 23 Oct 2016 21:12:15 +0200
-Subject: [PATCH 1/2] Fix widget sizing on current Gtk+ 3.22 branch
-
-Gtk recently started emitting configure events when repositioning child
-windows[1]. Events for the form's child windows bubble up the widget
-hierarchy, get caught by our configure event handler, and treated as if
-they were reporting the size of the form window. As a result, the shell
-was sized using far too small dimensions[2][3]. This change will be part
-of Gtk+ 3.22.2.
-
-Solve this by checking whether the configure event we get is really for
-the form widget.
-
-[1]: 
https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-22&id

[arch-commits] Commit in vim/trunk (PKGBUILD fix-tests-python36.patch)

2017-01-07 Thread Anatol Pomozov
Date: Saturday, January 7, 2017 @ 17:37:39
  Author: anatolik
Revision: 285539

FS#52401: python3.6 rebuild

bump vim version to 8.0.0149

Added:
  vim/trunk/fix-tests-python36.patch
Modified:
  vim/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 fix-tests-python36.patch |   38 ++
 2 files changed, 45 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 16:04:10 UTC (rev 285538)
+++ PKGBUILD2017-01-07 17:37:39 UTC (rev 285539)
@@ -9,7 +9,7 @@
 
 pkgbase=vim
 pkgname=(vim gvim vim-runtime)
-pkgver=8.0.0086
+pkgver=8.0.0149
 _versiondir=80
 pkgrel=1
 arch=(i686 x86_64)
@@ -19,12 +19,14 @@
 source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz
 0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
 0002-Further-fix-widget-sizing.patch
+fix-tests-python36.patch
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha1sums=('d4e6cf6223965aedda744c5f97a8d5d55ff77b33'
+sha1sums=('70782aa518b5d2803ec4dc65333752f20792c67e'
   'ca4a3bdf8b512336bff4af3ae93d95a8580e0eaf'
   '04b86163bb379a7d42058d932aed3075ed49d2a9'
+  '6e1f7859293cd0b19d8265a26a83106994b5'
   '539bfaa0517dfff6d61c37f9c2d81a0db756a4c9'
   '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2'
   'adc4c82b6c4097944e5a767270a772721455eb8c')
@@ -37,6 +39,9 @@
   #patch -Np2 -i 
"$srcdir"/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
   #patch -Np2 -i "$srcdir"/0002-Further-fix-widget-sizing.patch
 
+  # https://github.com/vim/vim/issues/1359
+  patch -p2 < "$srcdir"/fix-tests-python36.patch
+
   # define the place for the global (g)vimrc file (set to /etc/vimrc)
   sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
   sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h

Added: fix-tests-python36.patch
===
--- fix-tests-python36.patch(rev 0)
+++ fix-tests-python36.patch2017-01-07 17:37:39 UTC (rev 285539)
@@ -0,0 +1,38 @@
+commit 70c8d2d8c412ad5639db8a018c7385fd99d0373f
+Author: Anatol Pomozov 
+Date:   Sat Jan 7 09:26:22 2017 -0800
+
+Fix error messages for Python 3.6
+
+https://github.com/vim/vim/issues/1359
+https://bugs.archlinux.org/task/52401
+https://bbs.archlinux.org/viewtopic.php?id=221579
+
+diff --git a/src/testdir/test87.ok b/src/testdir/test87.ok
+index d90ef8625..b51788bde 100644
+--- a/src/testdir/test87.ok
 b/src/testdir/test87.ok
+@@ -658,10 +658,10 @@ assert sys.stderr.closed()==False:NOT FAILED
+ assert sys.stdout.errors=="strict":NOT FAILED
+ assert sys.stderr.errors=="strict":NOT FAILED
+ assert sys.stdout.encoding==sys.stderr.encoding:NOT FAILED
+-sys.stdout.write(None):(, TypeError("Can't convert 
'NoneType' object to str implicitly",))
++sys.stdout.write(None):(, TypeError('argument must be str, 
bytes or bytearray, not None',))
+ >> OutputWriteLines
+ sys.stdout.writelines(None):(, TypeError("'NoneType' 
object is not iterable",))
+-sys.stdout.writelines([1]):(, TypeError("Can't convert 
'int' object to str implicitly",))
++sys.stdout.writelines([1]):(, TypeError('argument must be 
str, bytes or bytearray, not int',))
+ >>> Testing *Iter* using sys.stdout.writelines(%s)
+ sys.stdout.writelines(FailingIter()):(, 
NotImplementedError('iter',))
+ sys.stdout.writelines(FailingIterNext()):(, 
NotImplementedError('next',))
+@@ -700,8 +700,8 @@ vim.foreach_rtp(NoArgsCall()):(, 
TypeError('__call__() takes
+ vim.foreach_rtp(FailingCall()):(, 
NotImplementedError('call',))
+ vim.foreach_rtp(int, 2):(, TypeError('foreach_rtp() takes 
exactly one argument (2 given)',))
+ > import
+-import xxx_no_such_module_xxx:(, ImportError('No module 
named xxx_no_such_module_xxx',))
+-import failing_import:(, ImportError('No module named 
failing_import',))
++import xxx_no_such_module_xxx:(, 
ModuleNotFoundError("No module named 'xxx_no_such_module_xxx'",))
++import failing_import:(, ModuleNotFoundError("No 
module named 'failing_import'",))
+ import failing:(, NotImplementedError())
+ > Options
+ >> OptionsItem


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

2017-01-07 Thread Jaroslav Lichtblau
Date: Saturday, January 7, 2017 @ 17:24:40
  Author: jlichtblau
Revision: 206039

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-07 17:24:23 UTC (rev 206038)
+++ community-i686/PKGBUILD 2017-01-07 17:24:40 UTC (rev 206039)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: TDY 
-
-pkgname=moneymanagerex
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="An easy-to-use personal finance suite"
-arch=('i686' 'x86_64')
-url="http://www.moneymanagerex.org/";
-license=('GPL')
-depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
-makedepends=('git' 'boost' 'gettext')
-optdepends=('cups: for printing support')
-replaces=('mmex')
-_commit=('d661518f5e04a54bfcb39201c44529d6413c6276') # 
https://github.com/moneymanagerex/moneymanagerex/issues/954
-source=(git+https://github.com/moneymanagerex/moneymanagerex.git#commit=${_commit})
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}"/$pkgname
-
-  git submodule update --init
-}
-
-build() {
-  cd "${srcdir}"/$pkgname
-
-  ./configure --prefix=/usr --disable-shared --enable-unicode
-  make
-  make po
-}
-
-package() {
-  cd "${srcdir}"/$pkgname
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: moneymanagerex/repos/community-i686/PKGBUILD (from rev 206038, 
moneymanagerex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-07 17:24:40 UTC (rev 206039)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: TDY 
+
+pkgname=moneymanagerex
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="An easy-to-use personal finance suite"
+arch=('i686' 'x86_64')
+url="http://www.moneymanagerex.org/";
+license=('GPL')
+depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
+makedepends=('git' 'boost' 'gettext')
+optdepends=('cups: for printing support')
+replaces=('mmex')
+_commit=('52159cdb7362ba9b4714c64ff0b2d988c6256d6f')
+source=(git+https://github.com/moneymanagerex/moneymanagerex.git#commit=${_commit})
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"/$pkgname
+
+  git submodule update --init
+}
+
+build() {
+  cd "${srcdir}"/$pkgname
+
+  ./configure --prefix=/usr --disable-shared --enable-unicode
+  make
+  make po
+}
+
+package() {
+  cd "${srcdir}"/$pkgname
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-07 17:24:23 UTC (rev 206038)
+++ community-x86_64/PKGBUILD   2017-01-07 17:24:40 UTC (rev 206039)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: TDY 
-
-pkgname=moneymanagerex
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="An easy-to-use personal finance suite"
-arch=('i686' 'x86_64')
-url="http://www.moneymanagerex.org/";
-license=('GPL')
-depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
-makedepends=('git' 'boost' 'gettext')
-optdepends=('cups: for printing support')
-replaces=('mmex')
-_commit=('d661518f5e04a54bfcb39201c44529d6413c6276') # 
https://github.com/moneymanagerex/moneymanagerex/issues/954
-source=(git+https://github.com/moneymanagerex/moneymanagerex.git#commit=${_commit})
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}"/$pkgname
-
-  git submodule update --init
-}
-
-build() {
-  cd "${srcdir}"/$pkgname
-
-  ./configure --prefix=/usr --disable-shared --enable-unicode
-  make
-  make po
-}
-
-package() {
-  cd "${srcdir}"/$pkgname
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: moneymanagerex/repos/community-x86_64/PKGBUILD (from rev 206038, 
moneymanagerex/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-07 17:24:40 UTC (rev 206039)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: TDY 
+
+pkgname=moneymanagerex
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="An easy-to-use personal finance suite"
+arch=('i686' 'x86_64')
+url="http://www.moneymanagerex.org/";
+license=('GPL')
+depends=('wxgtk' 'webkitgtk2' 'hicolor-icon-theme')
+makedepends=('git' 'boost' 'gettext')
+optdepends=('cups: for printing support')
+replaces=('mmex')
+_commit=('52159cdb7362ba9b4714c64ff0b2d988

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

2017-01-07 Thread Jaroslav Lichtblau
Date: Saturday, January 7, 2017 @ 17:24:23
  Author: jlichtblau
Revision: 206038

upgpkg: moneymanagerex 1.3.1-1 - new upstream release

Modified:
  moneymanagerex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 16:53:15 UTC (rev 206037)
+++ PKGBUILD2017-01-07 17:24:23 UTC (rev 206038)
@@ -3,7 +3,7 @@
 # Contributor: TDY 
 
 pkgname=moneymanagerex
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="An easy-to-use personal finance suite"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('git' 'boost' 'gettext')
 optdepends=('cups: for printing support')
 replaces=('mmex')
-_commit=('d661518f5e04a54bfcb39201c44529d6413c6276') # 
https://github.com/moneymanagerex/moneymanagerex/issues/954
+_commit=('52159cdb7362ba9b4714c64ff0b2d988c6256d6f')
 
source=(git+https://github.com/moneymanagerex/moneymanagerex.git#commit=${_commit})
 sha256sums=('SKIP')
 


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

2017-01-07 Thread Jakob Gruber
Date: Saturday, January 7, 2017 @ 16:53:15
  Author: schuay
Revision: 206037

archrelease: copy trunk to community-any

Added:
  ranger/repos/community-any/PKGBUILD
(from rev 206036, ranger/trunk/PKGBUILD)
Deleted:
  ranger/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-07 16:53:04 UTC (rev 206036)
+++ PKGBUILD2017-01-07 16:53:15 UTC (rev 206037)
@@ -1,38 +0,0 @@
-# Maintainer: schuay 
-# Previous maintainer: Roman Zimbelmann 
-
-pkgname=ranger
-pkgver=1.7.2
-pkgrel=2
-pkgdesc='A simple, vim-like file manager'
-arch=('any')
-url='http://ranger.nongnu.org'
-license=('GPL')
-depends=('python')
-optdepends=(
-'python-chardet: in case of encoding detection problems'
-'sudo: to use the "run as root"-feature'
-'libcaca: for ASCII-art image previews'
-'highlight: for syntax highlighting of code'
-'atool: for previews of archives'
-'w3m: for previews of images and html pages'
-'lynx: for previews of html pages'
-'elinks: for previews of html pages'
-'poppler: for pdf previews'
-'transmission-cli: for viewing bittorrent information'
-'mediainfo: for viewing information about media files'
-'perl-image-exiftool: for viewing information about media files')
-conflicts=('ranger-git')
-source=("http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz";
-"http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz.sig";)
-sha256sums=('94f6e342daee4445f15db5a7440a11138487c49cc25da0c473bbf1b8978f5b79'
-'50810c22a3ac6c88dbc6a30c20feb87d401456cb9128591a16e1f1b7582224e4')
-validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF') # huterich
-
-package() { 
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Replace "python" with the python binary you want ranger to use!
-  # (python 2.6 and >=3.1 supported, below 2.6 will certainly not work.)
-  python setup.py -q install --root="${pkgdir}" --optimize=1
-}

Copied: ranger/repos/community-any/PKGBUILD (from rev 206036, 
ranger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-07 16:53:15 UTC (rev 206037)
@@ -0,0 +1,38 @@
+# Maintainer: schuay 
+# Previous maintainer: Roman Zimbelmann 
+
+pkgname=ranger
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='A simple, vim-like file manager'
+arch=('any')
+url='http://ranger.nongnu.org'
+license=('GPL')
+depends=('python')
+optdepends=(
+'python-chardet: in case of encoding detection problems'
+'sudo: to use the "run as root"-feature'
+'libcaca: for ASCII-art image previews'
+'highlight: for syntax highlighting of code'
+'atool: for previews of archives'
+'w3m: for previews of images and html pages'
+'lynx: for previews of html pages'
+'elinks: for previews of html pages'
+'poppler: for pdf previews'
+'transmission-cli: for viewing bittorrent information'
+'mediainfo: for viewing information about media files'
+'perl-image-exiftool: for viewing information about media files')
+conflicts=('ranger-git')
+source=("http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz";
+"http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz.sig";)
+sha256sums=('ce02476cb93d51b901eb6f5f0fc9675c58bd0a2f11d2ce0cdb667e15ec314092'
+'SKIP')
+validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF') # huterich
+
+package() { 
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Replace "python" with the python binary you want ranger to use!
+  # (python 2.6 and >=3.1 supported, below 2.6 will certainly not work.)
+  python setup.py -q install --root="${pkgdir}" --optimize=1
+}


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

2017-01-07 Thread Jakob Gruber
Date: Saturday, January 7, 2017 @ 16:53:04
  Author: schuay
Revision: 206036

ranger-1.8.0-1

Modified:
  ranger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 16:43:57 UTC (rev 206035)
+++ PKGBUILD2017-01-07 16:53:04 UTC (rev 206036)
@@ -2,8 +2,8 @@
 # Previous maintainer: Roman Zimbelmann 
 
 pkgname=ranger
-pkgver=1.7.2
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
 pkgdesc='A simple, vim-like file manager'
 arch=('any')
 url='http://ranger.nongnu.org'
@@ -25,8 +25,8 @@
 conflicts=('ranger-git')
 source=("http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz";
 "http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz.sig";)
-sha256sums=('94f6e342daee4445f15db5a7440a11138487c49cc25da0c473bbf1b8978f5b79'
-'50810c22a3ac6c88dbc6a30c20feb87d401456cb9128591a16e1f1b7582224e4')
+sha256sums=('ce02476cb93d51b901eb6f5f0fc9675c58bd0a2f11d2ce0cdb667e15ec314092'
+'SKIP')
 validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF') # huterich
 
 package() { 


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

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 16:43:57
  Author: heftig
Revision: 206035

archrelease: copy trunk to community-any

Added:
  cdemu-client/repos/community-any/PKGBUILD
(from rev 206034, cdemu-client/trunk/PKGBUILD)
  cdemu-client/repos/community-any/build-fixes.diff
(from rev 206034, cdemu-client/trunk/build-fixes.diff)
Deleted:
  cdemu-client/repos/community-any/PKGBUILD
  cdemu-client/repos/community-any/cdemu-client.install

--+
 PKGBUILD |   84 ++---
 build-fixes.diff |   14 
 cdemu-client.install |   11 --
 3 files changed, 52 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-07 16:41:37 UTC (rev 206034)
+++ PKGBUILD2017-01-07 16:43:57 UTC (rev 206035)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=cdemu-client
-pkgver=3.0.4
-pkgrel=1
-pkgdesc="Simple command-line client for controlling cdemu-daemon"
-arch=(any)
-url="http://cdemu.sourceforge.net/";
-license=(GPL)
-depends=(python2 dbus-python cdemu-daemon)
-makedepends=(intltool cmake)
-conflicts=('cdemu')
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('e415a98672ac1ed908dab2ba43a94bc0af7653c470a87d6d9338a59d9856fd86')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-
-  # python2 fix
-  sed -i '1s|^#!.*python$|&2|' src/cdemu
-
-  # fix text domain
-  sed -i '/^project /s/cdemu/&-client/' CMakeLists.txt
-
-  # bash completions
-  sed -e 
's|${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d|${CMAKE_INSTALL_DATADIR}/bash-completion/completions|g'
 \
-  -e '/FILES data\/cdemu-bash-completion.sh/aRENAME cdemu' \
-  -i CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: cdemu-client/repos/community-any/PKGBUILD (from rev 206034, 
cdemu-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-07 16:43:57 UTC (rev 206035)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=cdemu-client
+pkgver=3.0.4
+pkgrel=2
+pkgdesc="Simple command-line client for controlling cdemu-daemon"
+arch=(any)
+url="http://cdemu.sourceforge.net/";
+license=(GPL)
+depends=(python-gobject cdemu-daemon)
+makedepends=(intltool cmake)
+conflicts=('cdemu')
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
+build-fixes.diff)
+sha256sums=('e415a98672ac1ed908dab2ba43a94bc0af7653c470a87d6d9338a59d9856fd86'
+'908f919e779832eb05013cb0e3ecb49795afddaa4aa8cb946ec78c3218acf534')
+
+prepare() {
+  mkdir build
+  cd $pkgname-$pkgver
+  patch -Np2 -i ../build-fixes.diff
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: cdemu-client/repos/community-any/build-fixes.diff (from rev 206034, 
cdemu-client/trunk/build-fixes.diff)
===
--- build-fixes.diff(rev 0)
+++ build-fixes.diff2017-01-07 16:43:57 UTC (rev 206035)
@@ -0,0 +1,14 @@
+diff --git i/cdemu-client/CMakeLists.txt w/cdemu-client/CMakeLists.txt
+index cdcff25232886440..5296229538cd64bf 100644
+--- i/cdemu-client/CMakeLists.txt
 w/cdemu-client/CMakeLists.txt
+@@ -38,7 +38,8 @@ install (
+ 
+ install (
+ FILES data/cdemu-bash-completion.sh
+-DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d
++DESTINATION ${CMAKE_INSTALL_DATADIR}/bash-completion/completions
++RENAME cdemu
+ )
+ 
+ install (

Deleted: cdemu-client.install
===
--- cdemu-client.install2017-01-07 16:41:37 UTC (rev 206034)
+++ cdemu-client.install2017-01-07 16:43:57 UTC (rev 206035)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in cdemu-client/trunk (PKGBUILD build-fixes.diff)

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 16:41:37
  Author: heftig
Revision: 206034

Drop unneeded patch

Modified:
  cdemu-client/trunk/PKGBUILD
  cdemu-client/trunk/build-fixes.diff

--+
 PKGBUILD |2 +-
 build-fixes.diff |   11 +--
 2 files changed, 2 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 16:38:33 UTC (rev 206033)
+++ PKGBUILD2017-01-07 16:41:37 UTC (rev 206034)
@@ -16,7 +16,7 @@
 source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
 build-fixes.diff)
 sha256sums=('e415a98672ac1ed908dab2ba43a94bc0af7653c470a87d6d9338a59d9856fd86'
-'168b12cc879bd40c116b2da3803215b5d8290383d3b27d16419ddd6eb53f7f72')
+'908f919e779832eb05013cb0e3ecb49795afddaa4aa8cb946ec78c3218acf534')
 
 prepare() {
   mkdir build

Modified: build-fixes.diff
===
--- build-fixes.diff2017-01-07 16:38:33 UTC (rev 206033)
+++ build-fixes.diff2017-01-07 16:41:37 UTC (rev 206034)
@@ -1,16 +1,7 @@
 diff --git i/cdemu-client/CMakeLists.txt w/cdemu-client/CMakeLists.txt
-index cdcff25232886440..33507a7a5db4332e 100644
+index cdcff25232886440..5296229538cd64bf 100644
 --- i/cdemu-client/CMakeLists.txt
 +++ w/cdemu-client/CMakeLists.txt
-@@ -1,7 +1,7 @@
- cmake_minimum_required (VERSION 2.8.5)
- 
- # Project name
--project (cdemu NONE)
-+project (cdemu-client NONE)
- 
- # Additional CMake modules.
- list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
 @@ -38,7 +38,8 @@ install (
  
  install (


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

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 16:38:33
  Author: heftig
Revision: 206033

3.0.4-2: FS#51390 deps

Added:
  cdemu-client/trunk/build-fixes.diff
Modified:
  cdemu-client/trunk/PKGBUILD
Deleted:
  cdemu-client/trunk/cdemu-client.install

--+
 PKGBUILD |   22 +++---
 build-fixes.diff |   23 +++
 cdemu-client.install |   11 ---
 3 files changed, 30 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 16:37:50 UTC (rev 206032)
+++ PKGBUILD2017-01-07 16:38:33 UTC (rev 206033)
@@ -5,31 +5,23 @@
 
 pkgname=cdemu-client
 pkgver=3.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple command-line client for controlling cdemu-daemon"
 arch=(any)
 url="http://cdemu.sourceforge.net/";
 license=(GPL)
-depends=(python2 dbus-python cdemu-daemon)
+depends=(python-gobject cdemu-daemon)
 makedepends=(intltool cmake)
 conflicts=('cdemu')
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";)
-sha256sums=('e415a98672ac1ed908dab2ba43a94bc0af7653c470a87d6d9338a59d9856fd86')
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
+build-fixes.diff)
+sha256sums=('e415a98672ac1ed908dab2ba43a94bc0af7653c470a87d6d9338a59d9856fd86'
+'168b12cc879bd40c116b2da3803215b5d8290383d3b27d16419ddd6eb53f7f72')
 
 prepare() {
   mkdir build
   cd $pkgname-$pkgver
-
-  # python2 fix
-  sed -i '1s|^#!.*python$|&2|' src/cdemu
-
-  # fix text domain
-  sed -i '/^project /s/cdemu/&-client/' CMakeLists.txt
-
-  # bash completions
-  sed -e 
's|${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d|${CMAKE_INSTALL_DATADIR}/bash-completion/completions|g'
 \
-  -e '/FILES data\/cdemu-bash-completion.sh/aRENAME cdemu' \
-  -i CMakeLists.txt
+  patch -Np2 -i ../build-fixes.diff
 }
 
 build() {

Added: build-fixes.diff
===
--- build-fixes.diff(rev 0)
+++ build-fixes.diff2017-01-07 16:38:33 UTC (rev 206033)
@@ -0,0 +1,23 @@
+diff --git i/cdemu-client/CMakeLists.txt w/cdemu-client/CMakeLists.txt
+index cdcff25232886440..33507a7a5db4332e 100644
+--- i/cdemu-client/CMakeLists.txt
 w/cdemu-client/CMakeLists.txt
+@@ -1,7 +1,7 @@
+ cmake_minimum_required (VERSION 2.8.5)
+ 
+ # Project name
+-project (cdemu NONE)
++project (cdemu-client NONE)
+ 
+ # Additional CMake modules.
+ list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
+@@ -38,7 +38,8 @@ install (
+ 
+ install (
+ FILES data/cdemu-bash-completion.sh
+-DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d
++DESTINATION ${CMAKE_INSTALL_DATADIR}/bash-completion/completions
++RENAME cdemu
+ )
+ 
+ install (

Deleted: cdemu-client.install
===
--- cdemu-client.install2017-01-07 16:37:50 UTC (rev 206032)
+++ cdemu-client.install2017-01-07 16:38:33 UTC (rev 206033)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in cdemu-daemon/trunk (cdemu-daemon.install)

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 16:37:50
  Author: heftig
Revision: 206032

alter install wording

Modified:
  cdemu-daemon/trunk/cdemu-daemon.install

--+
 cdemu-daemon.install |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: cdemu-daemon.install
===
--- cdemu-daemon.install2017-01-07 16:03:15 UTC (rev 206031)
+++ cdemu-daemon.install2017-01-07 16:37:50 UTC (rev 206032)
@@ -1,8 +1,8 @@
 post_install () {
   cat < Only users with at a physical terminal or in the 'cdemu'
-group can communicate with the system daemon or make use
-of a session daemon.
+  > Only users with a hardware seat or in the 'cdemu' group
+can communicate with the system daemon or make use of a
+session daemon.
 
   > If you want to output CD-Audio you need to use a session
 daemon, e.g. via "cdemu -b session". If you use ALSA and


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

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 16:04:10
  Author: heftig
Revision: 285538

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

Added:
  linux-zen/repos/testing-i686/99-linux.hook
(from rev 285537, linux-zen/trunk/99-linux.hook)
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 285537, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/change-default-console-loglevel.patch
(from rev 285537, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-i686/config
(from rev 285537, linux-zen/trunk/config)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 285537, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 285537, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 285537, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/99-linux.hook
(from rev 285537, linux-zen/trunk/99-linux.hook)
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 285537, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 285537, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-x86_64/config
(from rev 285537, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 285537, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 285537, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 285537, linux-zen/trunk/linux.preset)
Deleted:
  linux-zen/repos/testing-i686/99-linux.hook
  linux-zen/repos/testing-i686/PKGBUILD
  linux-zen/repos/testing-i686/change-default-console-loglevel.patch
  linux-zen/repos/testing-i686/config
  linux-zen/repos/testing-i686/config.x86_64
  linux-zen/repos/testing-i686/linux.install
  linux-zen/repos/testing-i686/linux.preset
  linux-zen/repos/testing-x86_64/99-linux.hook
  linux-zen/repos/testing-x86_64/PKGBUILD
  linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch
  linux-zen/repos/testing-x86_64/config
  linux-zen/repos/testing-x86_64/config.x86_64
  linux-zen/repos/testing-x86_64/linux.install
  linux-zen/repos/testing-x86_64/linux.preset

--+
 /99-linux.hook   |   22 
 /PKGBUILD|  622 
 /change-default-console-loglevel.patch   |   22 
 /config  |16610 +
 /config.x86_64   |16136 
 /linux.install   |   54 
 /linux.preset|   28 
 testing-i686/99-linux.hook   |   11 
 testing-i686/PKGBUILD|  309 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8305 
 testing-i686/config.x86_64   | 8070 
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/99-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  309 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8305 
 testing-x86_64/config.x86_64 | 8070 
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 21 files changed, 33494 insertions(+), 33494 deletions(-)

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


[arch-commits] Commit in lib32-libpulse/repos (2 files)

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 16:03:15
  Author: heftig
Revision: 206031

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libpulse/repos/multilib-testing-x86_64/
  lib32-libpulse/repos/multilib-testing-x86_64/PKGBUILD
(from rev 206030, lib32-libpulse/trunk/PKGBUILD)

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

Copied: lib32-libpulse/repos/multilib-testing-x86_64/PKGBUILD (from rev 206030, 
lib32-libpulse/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2017-01-07 16:03:15 UTC (rev 206031)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Daniel J Griffiths 
+# Contributor: Corrado Primier 
+# Contributor: William Rea 
+
+_pkgbasename=libpulse
+pkgname=lib32-$_pkgbasename
+pkgdesc="A featureful, general-purpose sound server (32-bit client libraries)"
+pkgver=9.99.1
+pkgrel=1
+arch=(x86_64)
+url="http://www.freedesktop.org/wiki/Software/PulseAudio";
+license=(LGPL)
+depends=(lib32-dbus lib32-json-c lib32-systemd lib32-glib2
+ lib32-libasyncns lib32-libcap lib32-libxtst lib32-libsm 
lib32-libsndfile
+ $_pkgbasename)
+makedepends=(gcc-multilib libtool-multilib intltool lib32-speexdsp lib32-gtk3 
git)
+optdepends=('lib32-alsa-plugins: ALSA support')
+provides=("lib32-pulseaudio=$pkgver")
+conflicts=(lib32-pulseaudio)
+replaces=(lib32-pulseaudio)
+options=(!emptydirs)
+_commit=72256f9302b5530b56b8abb7c3fe4b1426c1cb8e  # tags/v9.99.1^0
+source=("git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=$_commit";)
+sha256sums=('SKIP')
+
+_pulsever=$pkgver
+[[ $_pulsever = *.*.* ]] && _pulsever=${_pulsever%.*}
+
+_libs="libpulse.la libpulse-simple.la libpulse-mainloop-glib.la"
+_pkglibs="libpulsecommon-${_pulsever}.la libpulsedsp.la"
+
+prepare() {
+  cd pulseaudio
+  NOCONFIGURE=1 ./bootstrap.sh
+}
+
+build() {
+  cd pulseaudio
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib32 \
+--localstatedir=/var \
+--disable-tcpwrap \
+--disable-bluez4 \
+--disable-samplerate \
+--disable-rpath \
+--disable-default-build-tests \
+DATADIRNAME=share
+
+  # fight unused direct deps
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make -C src $_libs $_pkglibs
+}
+
+package() {
+  cd pulseaudio
+  make -j1 -C src DESTDIR="$pkgdir" \
+lib_LTLIBRARIES="$_libs" install-libLTLIBRARIES
+  make -j1 -C src DESTDIR="$pkgdir" \
+pkglib_LTLIBRARIES="$_pkglibs" install-pkglibLTLIBRARIES
+  make -j1 DESTDIR="$pkgdir" install-pkgconfigDATA
+}


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

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 16:02:33
  Author: heftig
Revision: 206030

9.99.1-1

Modified:
  lib32-libpulse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 15:21:38 UTC (rev 206029)
+++ PKGBUILD2017-01-07 16:02:33 UTC (rev 206030)
@@ -7,8 +7,8 @@
 _pkgbasename=libpulse
 pkgname=lib32-$_pkgbasename
 pkgdesc="A featureful, general-purpose sound server (32-bit client libraries)"
-pkgver=9.0
-pkgrel=2
+pkgver=9.99.1
+pkgrel=1
 arch=(x86_64)
 url="http://www.freedesktop.org/wiki/Software/PulseAudio";
 license=(LGPL)
@@ -15,14 +15,15 @@
 depends=(lib32-dbus lib32-json-c lib32-systemd lib32-glib2
  lib32-libasyncns lib32-libcap lib32-libxtst lib32-libsm 
lib32-libsndfile
  $_pkgbasename)
-makedepends=(gcc-multilib libtool-multilib intltool lib32-speexdsp lib32-gtk2 
git)
+makedepends=(gcc-multilib libtool-multilib intltool lib32-speexdsp lib32-gtk3 
git)
 optdepends=('lib32-alsa-plugins: ALSA support')
 provides=("lib32-pulseaudio=$pkgver")
 conflicts=(lib32-pulseaudio)
 replaces=(lib32-pulseaudio)
-options=(!emptydirs !libtool)
-source=("http://freedesktop.org/software/pulseaudio/releases/pulseaudio-$pkgver.tar.xz";)
-sha256sums=('c3d3d66b827f18fbe903fe3df647013f09fc1e2191c035be1ee2d82a9e404686')
+options=(!emptydirs)
+_commit=72256f9302b5530b56b8abb7c3fe4b1426c1cb8e  # tags/v9.99.1^0
+source=("git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=$_commit";)
+sha256sums=('SKIP')
 
 _pulsever=$pkgver
 [[ $_pulsever = *.*.* ]] && _pulsever=${_pulsever%.*}
@@ -31,11 +32,12 @@
 _pkglibs="libpulsecommon-${_pulsever}.la libpulsedsp.la"
 
 prepare() {
-  cd pulseaudio-$pkgver
+  cd pulseaudio
+  NOCONFIGURE=1 ./bootstrap.sh
 }
 
 build() {
-  cd pulseaudio-$pkgver
+  cd pulseaudio
 
   export CC="gcc -m32"
   export CXX="g++ -m32"
@@ -42,8 +44,8 @@
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
   ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
 --sysconfdir=/etc \
---libdir=/usr/lib32 \
 --libexecdir=/usr/lib32 \
 --localstatedir=/var \
 --disable-tcpwrap \
@@ -60,7 +62,7 @@
 }
 
 package() {
-  cd pulseaudio-$pkgver
+  cd pulseaudio
   make -j1 -C src DESTDIR="$pkgdir" \
 lib_LTLIBRARIES="$_libs" install-libLTLIBRARIES
   make -j1 -C src DESTDIR="$pkgdir" \


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

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 15:51:14
  Author: heftig
Revision: 285537

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

Added:
  pulseaudio/repos/testing-i686/
  pulseaudio/repos/testing-i686/PKGBUILD
(from rev 285536, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/testing-i686/padsp-lib32.patch
(from rev 285536, pulseaudio/trunk/padsp-lib32.patch)
  pulseaudio/repos/testing-i686/pulseaudio.install
(from rev 285536, pulseaudio/trunk/pulseaudio.install)
  pulseaudio/repos/testing-x86_64/
  pulseaudio/repos/testing-x86_64/PKGBUILD
(from rev 285536, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/testing-x86_64/padsp-lib32.patch
(from rev 285536, pulseaudio/trunk/padsp-lib32.patch)
  pulseaudio/repos/testing-x86_64/pulseaudio.install
(from rev 285536, pulseaudio/trunk/pulseaudio.install)

---+
 testing-i686/PKGBUILD |  206 
 testing-i686/padsp-lib32.patch|   15 ++
 testing-i686/pulseaudio.install   |   14 ++
 testing-x86_64/PKGBUILD   |  206 
 testing-x86_64/padsp-lib32.patch  |   15 ++
 testing-x86_64/pulseaudio.install |   14 ++
 6 files changed, 470 insertions(+)

Copied: pulseaudio/repos/testing-i686/PKGBUILD (from rev 285536, 
pulseaudio/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-01-07 15:51:14 UTC (rev 285537)
@@ -0,0 +1,206 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Daniel J Griffiths 
+# Contributor: Corrado Primier 
+# Contributor: William Rea 
+
+pkgbase=pulseaudio
+pkgname=(pulseaudio libpulse 
pulseaudio-{gconf,zeroconf,lirc,jack,bluetooth,equalizer})
+pkgdesc="A featureful, general-purpose sound server"
+pkgver=9.99.1
+pkgrel=1
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/PulseAudio";
+license=(GPL)
+makedepends=(libasyncns libcap attr libxtst libsm libsndfile libtool rtkit 
libsoxr
+ speexdsp tdb systemd dbus avahi bluez bluez-libs gconf intltool 
jack2-dbus sbc
+ lirc openssl fftw orc json-c gtk3 webrtc-audio-processing
+ check autoconf-archive git)
+options=(!emptydirs)
+_commit=72256f9302b5530b56b8abb7c3fe4b1426c1cb8e  # tags/v9.99.1^0
+source=("git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=$_commit";
+padsp-lib32.patch)
+sha256sums=('SKIP'
+'7832fc59df76538ff10aedd297c03cb7ff117235da8bfad26082994bb5b84332')
+
+pkgver() {
+  cd pulseaudio
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd pulseaudio
+  NOCONFIGURE=1 ./bootstrap.sh
+}
+
+build() {
+  cd pulseaudio
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--with-udev-rules-dir=/usr/lib/udev/rules.d \
+--with-database=tdb \
+--disable-tcpwrap \
+--disable-bluez4 \
+--disable-samplerate \
+--disable-rpath \
+--disable-default-build-tests \
+DATADIRNAME=share
+
+  # fight unused direct deps
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package_pulseaudio() {
+  depends=("libpulse=$pkgver-$pkgrel" rtkit libltdl speexdsp tdb orc libsoxr
+   webrtc-audio-processing)
+  optdepends=('pulseaudio-alsa: ALSA configuration (recommended)')
+  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
+  install=pulseaudio.install
+  replaces=('pulseaudio-xen<=9.0')
+
+  cd pulseaudio
+
+  _pulsever=$(./git-version-gen .tarball-version)
+  while [[ $_pulsever = *.*.* ]]; do
+_pulsever=${_pulsever%.*}
+  done
+  _pulsever=${_pulsever%%-*}
+
+  make -j1 DESTDIR="$pkgdir" install \
+bashcompletiondir=/usr/share/bash-completion/completions
+
+  cd "$pkgdir"
+  patch -Np1 -i "$srcdir/padsp-lib32.patch"
+
+  # Assumes that any volume adjustment is intended by the user, who can control
+  # each app's volume. Misbehaving clients can trigger earsplitting volume
+  # jumps. App volumes can diverge wildly and cause apps without their own
+  # volume control to fall below sink volume; a sink-only volume control will
+  # suddenly be unable to make such an app loud enough.
+  sed -e '/flat-volumes/iflat-volumes = no' \
+  -i etc/pulse/daemon.conf
+
+  # Superseded by socket activation
+  sed -e '/autospawn/iautospawn = no' \
+  -i etc/pulse/client.conf
+
+  # Disable cork-request module, can result in e.g. media players unpausing
+  # when there's a Skype call incoming
+  sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#&|' \
+  -i usr/bin/start-pulseaudio-x11
+
+  rm etc/dbus-1/system.d/pulseaudio-system.conf
+
+### Split libpulse
+
+  mkdir -p 
"$srcdir"/libpulse/{etc/pulse,usr/{bin,lib/pulseaudio,share/man/man{1,5}}}
+
+  mv etc/pulse/client.conf \
+ "$srcdir/libpulse/etc/pulse"
+
+  mv usr/bin/pa{cat,ctl,dsp,mon,play,rec,record} \
+ "$

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

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 15:48:30
  Author: heftig
Revision: 285536

4.9.1-1

Modified:
  linux-zen/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 15:47:59 UTC (rev 285535)
+++ PKGBUILD2017-01-07 15:48:30 UTC (rev 285536)
@@ -6,9 +6,9 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.9
-_zenpatch=zen-4.9-4f4d49c2f303279e163bebf8c48b0cbe525c7adb.diff
-pkgver=4.9
-pkgrel=2
+_zenpatch=zen-4.9.1-af83793cd79f7290ecad9b4518bfdf36a14d299a.diff
+pkgver=4.9.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel";
 license=('GPL2')
@@ -16,8 +16,8 @@
 options=('!strip')
 source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz";
 "https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign";
-#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz";
-#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign";
+"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz";
+"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign";
 "https://pkgbuild.com/~heftig/zen-patches/${_zenpatch}.xz";
 "https://pkgbuild.com/~heftig/zen-patches/${_zenpatch}.sign";
 # the main kernel config files
@@ -31,8 +31,10 @@
 
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'9ff141f632cf000407717fb8e0ba072c04e7835c4918a9f381d75bc2f14bc363'
+'db6dfd7c38a9b6a62052d7a60c6fc5818e07fb2d8fc758ba576e87a8b150e305'
 'SKIP'
+'33e26455f3aea14563a4eaeced2588d89294cb48ab0487cc5361e81d709c15e5'
+'SKIP'
 '2dca73aa37702b935b2b7e9771b6091629975f9cc5053c4ed69f28cd06a0d130'
 'c273362059ecaade324eaa4fc6e6f2a30fb7958daaa91bcd584bf1342dfc0858'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
@@ -50,7 +52,7 @@
   cd "${srcdir}/${_srcname}"
 
   # add upstream patch
-  #patch -p1 -i "${srcdir}/patch-${pkgver}"
+  patch -p1 -i "${srcdir}/patch-${pkgver}"
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git


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

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 15:47:59
  Author: heftig
Revision: 285535

9.99.1-1

Modified:
  pulseaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 15:39:07 UTC (rev 285534)
+++ PKGBUILD2017-01-07 15:47:59 UTC (rev 285535)
@@ -5,29 +5,36 @@
 # Contributor: William Rea 
 
 pkgbase=pulseaudio
-pkgname=(pulseaudio libpulse 
pulseaudio-{gconf,zeroconf,lirc,xen,jack,bluetooth,equalizer})
+pkgname=(pulseaudio libpulse 
pulseaudio-{gconf,zeroconf,lirc,jack,bluetooth,equalizer})
 pkgdesc="A featureful, general-purpose sound server"
-pkgver=9.0
+pkgver=9.99.1
 pkgrel=1
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/PulseAudio";
-license=(LGPL)
+license=(GPL)
 makedepends=(libasyncns libcap attr libxtst libsm libsndfile libtool rtkit 
libsoxr
  speexdsp tdb systemd dbus avahi bluez bluez-libs gconf intltool 
jack2-dbus sbc
- lirc openssl xenstore fftw orc json-c gtk3 webrtc-audio-processing
- check)
+ lirc openssl fftw orc json-c gtk3 webrtc-audio-processing
+ check autoconf-archive git)
 options=(!emptydirs)
-source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz
+_commit=72256f9302b5530b56b8abb7c3fe4b1426c1cb8e  # tags/v9.99.1^0
+source=("git+https://anongit.freedesktop.org/git/pulseaudio/pulseaudio#commit=$_commit";
 padsp-lib32.patch)
-sha256sums=('c3d3d66b827f18fbe903fe3df647013f09fc1e2191c035be1ee2d82a9e404686'
+sha256sums=('SKIP'
 '7832fc59df76538ff10aedd297c03cb7ff117235da8bfad26082994bb5b84332')
 
+pkgver() {
+  cd pulseaudio
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
 prepare() {
-  cd $pkgbase-$pkgver
+  cd pulseaudio
+  NOCONFIGURE=1 ./bootstrap.sh
 }
 
 build() {
-  cd $pkgbase-$pkgver
+  cd pulseaudio
 
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
@@ -54,8 +61,9 @@
   optdepends=('pulseaudio-alsa: ALSA configuration (recommended)')
   backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
   install=pulseaudio.install
+  replaces=('pulseaudio-xen<=9.0')
 
-  cd $pkgbase-$pkgver
+  cd pulseaudio
 
   _pulsever=$(./git-version-gen .tarball-version)
   while [[ $_pulsever = *.*.* ]]; do
@@ -119,7 +127,7 @@
 
 ### Split modules
 
-  mkdir -p 
"$srcdir"/{gconf,zeroconf,lirc,xen,jack,bluetooth,equalizer}/usr/lib/pulse-$_pulsever/modules
 \
+  mkdir -p 
"$srcdir"/{gconf,zeroconf,lirc,jack,bluetooth,equalizer}/usr/lib/pulse-$_pulsever/modules
 \
"$srcdir"/{gconf/usr/lib/pulse,equalizer/usr/bin}
 
   mv usr/lib/pulse-$_pulsever/modules/module-gconf.so \
@@ -133,9 +141,6 @@
   mv usr/lib/pulse-$_pulsever/modules/module-lirc.so \
  "$srcdir/lirc/usr/lib/pulse-$_pulsever/modules"
 
-  mv usr/lib/pulse-$_pulsever/modules/module-xenpv-sink.so \
- "$srcdir/xen/usr/lib/pulse-$_pulsever/modules"
-
   mv 
usr/lib/pulse-$_pulsever/modules/module-jack{-sink,-source,dbus-detect}.so \
  "$srcdir/jack/usr/lib/pulse-$_pulsever/modules"
 
@@ -151,6 +156,7 @@
 package_libpulse() {
   pkgdesc="$pkgdesc (client library)"
   depends=(dbus libasyncns libcap libxtst libsm libsndfile json-c systemd)
+  license=(LGPL)
   backup=(etc/pulse/client.conf)
 
   mv "$srcdir"/libpulse/* "$pkgdir"
@@ -177,14 +183,6 @@
   mv "$srcdir"/lirc/* "$pkgdir"
 }
 
-package_pulseaudio-xen(){
-  pkgdesc="Xen support for PulseAudio"
-  depends=("pulseaudio=$pkgver-$pkgrel" xenstore)
-  license=(GPL2)
-
-  mv "$srcdir"/xen/* "$pkgdir"
-}
-
 package_pulseaudio-jack(){
   pkgdesc="Jack support for PulseAudio"
   depends=("pulseaudio=$pkgver-$pkgrel" jack2)


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

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 15:39:07
  Author: heftig
Revision: 285534

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

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

-+
 /PKGBUILD   |   82 ++
 testing-i686/PKGBUILD   |   41 ---
 testing-x86_64/PKGBUILD |   41 ---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-01-07 15:38:40 UTC (rev 285533)
+++ testing-i686/PKGBUILD   2017-01-07 15:39:07 UTC (rev 285534)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libphonenumber
-pkgver=7.7.4
-pkgrel=3
-pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
-url="https://github.com/googlei18n/libphonenumber";
-arch=(i686 x86_64)
-depends=(icu protobuf boost-libs)
-makedepends=(boost cmake gtest git java-environment)
-license=("Apache")
-_commit=fedbc7020703e479d61d907419217bb1f8da5348  # tags/v7.7.4^0
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
-}
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname/cpp
-  make
-}
-
-check() {
-  cd build
-  make tests
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libphonenumber/repos/testing-i686/PKGBUILD (from rev 285533, 
libphonenumber/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-01-07 15:39:07 UTC (rev 285534)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libphonenumber
+pkgver=8.0.0
+pkgrel=1
+pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
+url="https://github.com/googlei18n/libphonenumber";
+arch=(i686 x86_64)
+depends=(icu protobuf boost-libs)
+makedepends=(boost cmake gtest git java-environment)
+license=("Apache")
+_commit=1eb06f31e1dd3ee3ce699d095a0ad4f281ee0f2c  # tags/v8.0.0^0
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname/cpp
+  make
+}
+
+check() {
+  cd build
+  make tests
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-01-07 15:38:40 UTC (rev 285533)
+++ testing-x86_64/PKGBUILD 2017-01-07 15:39:07 UTC (rev 285534)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libphonenumber
-pkgver=7.7.4
-pkgrel=3
-pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
-url="https://github.com/googlei18n/libphonenumber";
-arch=(i686 x86_64)
-depends=(icu protobuf boost-libs)
-makedepends=(boost cmake gtest git java-environment)
-license=("Apache")
-_commit=fedbc7020703e479d61d907419217bb1f8da5348  # tags/v7.7.4^0
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
-}
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname/cpp
-  make
-}
-
-check() {
-  cd build
-  make tests
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libphonenumber/repos/testing-x86_64/PKGBUILD (from rev 285533, 
libphonenumber/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-01-07 15:39:07 UTC (rev 285534)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libphonenumber
+pkgver=8.0.0
+pkgrel=1
+pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
+url="https://github.com/googlei18n/libphonenumber";
+arch=(i686 x86_64)
+depends=(icu protobuf boost-libs)
+makedepends=(boost cmake gtest git java-environmen

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

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 15:38:40
  Author: heftig
Revision: 285533

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

Added:
  evolution-data-server/repos/testing-i686/
  evolution-data-server/repos/testing-i686/PKGBUILD
(from rev 285532, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/testing-x86_64/
  evolution-data-server/repos/testing-x86_64/PKGBUILD
(from rev 285532, evolution-data-server/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   52 ++
 testing-x86_64/PKGBUILD |   52 ++
 2 files changed, 104 insertions(+)

Copied: evolution-data-server/repos/testing-i686/PKGBUILD (from rev 285532, 
evolution-data-server/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-01-07 15:38:40 UTC (rev 285533)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.22.3
+pkgrel=2
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution";
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git 
gnome-common)
+license=(GPL)
+_commit=9d0d40d02034e37b6589f463f4e2a07fc6e5a782  # 
tags/EVOLUTION_DATA_SERVER_3_22_3^0
+source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr --with-phonenumber=/usr \
+  --enable-vala-bindings --disable-uoa \
+  --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  make check -k || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: evolution-data-server/repos/testing-x86_64/PKGBUILD (from rev 285532, 
evolution-data-server/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-01-07 15:38:40 UTC (rev 285533)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.22.3
+pkgrel=2
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution";
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git 
gnome-common)
+license=(GPL)
+_commit=9d0d40d02034e37b6589f463f4e2a07fc6e5a782  # 
tags/EVOLUTION_DATA_SERVER_3_22_3^0
+source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr --with-phonenumber=/usr \
+  --enable-vala-bindings --disable-uoa \
+  --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  make check -k || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 15:36:57
  Author: heftig
Revision: 285532

8.0.0-1

Modified:
  libphonenumber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 15:36:43 UTC (rev 285531)
+++ PKGBUILD2017-01-07 15:36:57 UTC (rev 285532)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libphonenumber
-pkgver=7.7.4
-pkgrel=3
+pkgver=8.0.0
+pkgrel=1
 pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
 url="https://github.com/googlei18n/libphonenumber";
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 depends=(icu protobuf boost-libs)
 makedepends=(boost cmake gtest git java-environment)
 license=("Apache")
-_commit=fedbc7020703e479d61d907419217bb1f8da5348  # tags/v7.7.4^0
+_commit=1eb06f31e1dd3ee3ce699d095a0ad4f281ee0f2c  # tags/v8.0.0^0
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 


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

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 15:36:43
  Author: heftig
Revision: 285531

3.22.3-2: Rebuild for libphonenumber 8.0.0

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 15:26:11 UTC (rev 285530)
+++ PKGBUILD2017-01-07 15:36:43 UTC (rev 285531)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-data-server
 pkgver=3.22.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution";
 arch=(i686 x86_64)


[arch-commits] Commit in deluge/repos/extra-any (10 files)

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 15:26:11
  Author: heftig
Revision: 285530

archrelease: copy trunk to extra-any

Added:
  deluge/repos/extra-any/PKGBUILD
(from rev 285529, deluge/trunk/PKGBUILD)
  deluge/repos/extra-any/deluge-web.service
(from rev 285529, deluge/trunk/deluge-web.service)
  deluge/repos/extra-any/deluge.install
(from rev 285529, deluge/trunk/deluge.install)
  deluge/repos/extra-any/deluged.service
(from rev 285529, deluge/trunk/deluged.service)
  deluge/repos/extra-any/untag-build.patch
(from rev 285529, deluge/trunk/untag-build.patch)
Deleted:
  deluge/repos/extra-any/PKGBUILD
  deluge/repos/extra-any/deluge-web.service
  deluge/repos/extra-any/deluge.install
  deluge/repos/extra-any/deluged.service
  deluge/repos/extra-any/untag-build.patch

+
 PKGBUILD   |  114 +--
 deluge-web.service |   20 
 deluge.install |   14 +++---
 deluged.service|   22 -
 untag-build.patch  |   20 
 5 files changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-07 15:25:20 UTC (rev 285529)
+++ PKGBUILD2017-01-07 15:26:11 UTC (rev 285530)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=deluge
-pkgver=1.3.13+2+g6c73105
-pkgrel=1
-pkgdesc="A BitTorrent client with multiple user interfaces in a client/server 
model"
-arch=(any)
-url="http://deluge-torrent.org/";
-license=(GPL3)
-depends=(python2-xdg libtorrent-rasterbar python2-twisted python2-pyopenssl
- python2-chardet python2-setuptools)
-makedepends=(intltool pygtk librsvg python2-mako git)
-optdepends=('python2-notify: libnotify notifications'
-'pygtk: needed for gtk ui'
-'librsvg: needed for gtk ui'
-'python2-mako: needed for web ui')
-install=deluge.install
-_commit=6c73105a7307508c8267614bfe0be9a34b9bfb36  # 1.3-stable
-source=("git://git.deluge-torrent.org/deluge.git#commit=$_commit"
-untag-build.patch
-deluged.service deluge-web.service)
-sha256sums=('SKIP'
-'fbd17f13765f5560bab01a81a42aff0f2f757a4a6fa29379ae31d95b9721e4f2'
-'58a451bb6cf4fe6ff78a4fb71d51c5910340a2de032ff435c3c7365015ab538f'
-'c3f2d6ad5bc9de5ffd9973d92badbe04a9ecf12c0c575e13d505a96add03275a')
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../untag-build.patch
-  sed -i '1s/python$/&2/' \
-deluge/ui/Win32IconImagePlugin.py \
-deluge/ui/web/gen_gettext.py
-}
-
-pkgver() {
-  cd $pkgname
-  git describe | sed 's/^deluge-//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 ../deluged.service 
"$pkgdir/usr/lib/systemd/system/deluged.service"
-  install -Dm644 ../deluge-web.service 
"$pkgdir/usr/lib/systemd/system/deluge-web.service"
-
-  install -d "$pkgdir/srv"
-  install -d -m 775 -o 125 -g 125 "$pkgdir/srv/deluge"
-}

Copied: deluge/repos/extra-any/PKGBUILD (from rev 285529, deluge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-07 15:26:11 UTC (rev 285530)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=deluge
+pkgver=1.3.13+11+g48cedf635
+pkgrel=1
+pkgdesc="A BitTorrent client with multiple user interfaces in a client/server 
model"
+arch=(any)
+url="http://deluge-torrent.org/";
+license=(GPL3)
+depends=(python2-xdg libtorrent-rasterbar python2-twisted python2-pyopenssl
+ python2-chardet python2-setuptools)
+makedepends=(intltool pygtk librsvg python2-mako git)
+optdepends=('python2-notify: libnotify notifications'
+'pygtk: needed for gtk ui'
+'librsvg: needed for gtk ui'
+'python2-mako: needed for web ui')
+install=deluge.install
+_commit=48cedf635feb01b81d927e7e84d13067931381d7  # 1.3-stable
+source=("git://git.deluge-torrent.org/deluge.git#commit=$_commit"
+untag-build.patch
+deluged.service deluge-web.service)
+sha256sums=('SKIP'
+'fbd17f13765f5560bab01a81a42aff0f2f757a4a6fa29379ae31d95b9721e4f2'
+'58a451bb6cf4fe6ff78a4fb71d51c5910340a2de032ff435c3c7365015ab538f'
+'c3f2d6ad5bc9de5ffd9973d92badbe04a9ecf12c0c575e13d505a96add03275a')
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../untag-build.patch
+  sed -i '1s/python$/&2/' \
+deluge/ui/Win32IconImagePlugin.py \
+deluge/ui/web/gen_gettext.py
+}
+
+pkgver() {
+  cd $pkgname
+  git describe | sed 's/^deluge-//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize

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

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 15:25:20
  Author: heftig
Revision: 285529

1.3.13+11+g48cedf635-1

Modified:
  deluge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 15:11:33 UTC (rev 285528)
+++ PKGBUILD2017-01-07 15:25:20 UTC (rev 285529)
@@ -4,7 +4,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=deluge
-pkgver=1.3.13+2+g6c73105
+pkgver=1.3.13+11+g48cedf635
 pkgrel=1
 pkgdesc="A BitTorrent client with multiple user interfaces in a client/server 
model"
 arch=(any)
@@ -18,7 +18,7 @@
 'librsvg: needed for gtk ui'
 'python2-mako: needed for web ui')
 install=deluge.install
-_commit=6c73105a7307508c8267614bfe0be9a34b9bfb36  # 1.3-stable
+_commit=48cedf635feb01b81d927e7e84d13067931381d7  # 1.3-stable
 source=("git://git.deluge-torrent.org/deluge.git#commit=$_commit"
 untag-build.patch
 deluged.service deluge-web.service)


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

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 15:21:38
  Author: heftig
Revision: 206029

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-alsa-lib/repos/multilib-x86_64/PKGBUILD
(from rev 206028, lib32-alsa-lib/trunk/PKGBUILD)
Deleted:
  lib32-alsa-lib/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-07 15:21:07 UTC (rev 206028)
+++ PKGBUILD2017-01-07 15:21:38 UTC (rev 206029)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-
-_pkgbasename=alsa-lib
-pkgname=lib32-${_pkgbasename}
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="An alternative implementation of Linux sound support (32 bit)"
-arch=('x86_64')
-url="http://www.alsa-project.org";
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=('gcc-multilib')
-license=('GPL')
-source=(ftp://ftp.alsa-project.org/pub/lib/${_pkgbasename}-$pkgver.tar.bz2)
-md5sums=('1946e6438b8262a7b8fdadacd0e06ba7')
-
-build() {
-  cd $srcdir/${_pkgbasename}-$pkgver
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-python
-  make
-}
-
-package() {
-  cd $srcdir/${_pkgbasename}-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Clean up lib32 package
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}

Copied: lib32-alsa-lib/repos/multilib-x86_64/PKGBUILD (from rev 206028, 
lib32-alsa-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-07 15:21:38 UTC (rev 206029)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+_pkgbasename=alsa-lib
+pkgname=lib32-${_pkgbasename}
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support (32 bit)"
+arch=('x86_64')
+url="http://www.alsa-project.org";
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=('gcc-multilib')
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/lib/${_pkgbasename}-$pkgver.tar.bz2)
+sha1sums=('8ef0b9725296ac8f24e06f20196f5b2b62ab27a9')
+
+build() {
+  cd $srcdir/${_pkgbasename}-$pkgver
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-python
+  make
+}
+
+package() {
+  cd $srcdir/${_pkgbasename}-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Clean up lib32 package
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}


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

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 15:21:07
  Author: heftig
Revision: 206028

1.1.3-1

Modified:
  lib32-alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 13:59:49 UTC (rev 206027)
+++ PKGBUILD2017-01-07 15:21:07 UTC (rev 206028)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Jan "heftig" Steffens 
+# Maintainer: Jan Alexander Steffens (heftig) 
 
 _pkgbasename=alsa-lib
 pkgname=lib32-${_pkgbasename}
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support (32 bit)"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('gcc-multilib')
 license=('GPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/${_pkgbasename}-$pkgver.tar.bz2)
-md5sums=('1946e6438b8262a7b8fdadacd0e06ba7')
+sha1sums=('8ef0b9725296ac8f24e06f20196f5b2b62ab27a9')
 
 build() {
   cd $srcdir/${_pkgbasename}-$pkgver


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

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 15:11:33
  Author: heftig
Revision: 285528

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-07 15:10:55 UTC (rev 285527)
+++ extra-i686/PKGBUILD 2017-01-07 15:11:33 UTC (rev 285528)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.3.4
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
-arch=(i686 x86_64)
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc 
ragel git
- python2)
-_commit=b843c6d8b66c2833cd35407ee494546465e6d775  # tags/1.3.4^0
-source=("git+https://github.com/behdad/harfbuzz#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd $pkgbase
-  sed -i '1s/python$/&2/' test/shaping/hb-unicode-encode
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-  CFLAGS+=' -DNDEBUG'
-  CXXFLAGS+=' -DNDEBUG'
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject --enable-gtk-doc
-  make
-}
-
-check() {
-  cd $pkgbase
-  PATH="$srcdir/path:$PATH" make check
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu(){
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dm644 $pkgbase/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 285527, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-07 15:11:33 UTC (rev 285528)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
+arch=(i686 x86_64)
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc 
ragel git
+ python2)
+_commit=af596a5655ee2ed09da17a7de79f619e1547dcd9  # tags/1.4.1^0
+source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd $pkgbase
+  sed -i '1s/python$/&2/' test/shaping/hb-unicode-encode
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  CFLAGS+=' -DNDEBUG'
+  CXXFLAGS+=' -DNDEBUG'
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgbase
+  PATH="$srcdir/path:$PATH" make check
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dm644 $pkgbase/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-07 15:10:55 UTC (rev 285527)
+++ extra-x86_64/PKGBUILD   2017-01-07 

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

2017-01-07 Thread Jan Steffens
Date: Saturday, January 7, 2017 @ 15:10:55
  Author: heftig
Revision: 285527

1.4.1-1

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 14:42:50 UTC (rev 285526)
+++ PKGBUILD2017-01-07 15:10:55 UTC (rev 285527)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.3.4
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc 
ragel git
  python2)
-_commit=b843c6d8b66c2833cd35407ee494546465e6d775  # tags/1.3.4^0
+_commit=af596a5655ee2ed09da17a7de79f619e1547dcd9  # tags/1.4.1^0
 source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2017-01-07 Thread Bartłomiej Piotrowski
Date: Saturday, January 7, 2017 @ 14:42:50
  Author: bpiotrowski
Revision: 285526

libdwarf is a build dependency

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 14:24:26 UTC (rev 285525)
+++ PKGBUILD2017-01-07 14:42:50 UTC (rev 285526)
@@ -9,7 +9,7 @@
 arch=(i686 x86_64)
 license=(GPL)
 depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib
- libseccomp libarchive libelf libcap libdwarf)
+ libseccomp libarchive libelf libcap)
 makedepends=(intltool python gobject-introspection gtk-doc git docbook-xsl 
xmlto
  libdwarf)
 install=flatpak.install


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

2017-01-07 Thread Bartłomiej Piotrowski
Date: Saturday, January 7, 2017 @ 14:24:26
  Author: bpiotrowski
Revision: 285525

Use libdwarf from repositories, drop unused libgsystem dependency

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 12:44:09 UTC (rev 285524)
+++ PKGBUILD2017-01-07 14:24:26 UTC (rev 285525)
@@ -8,9 +8,10 @@
 url="http://flatpak.org";
 arch=(i686 x86_64)
 license=(GPL)
-depends=(dbus systemd glib2 libsoup polkit xorg-xauth libgsystem ostree fuse 
json-glib libseccomp
- libarchive libelf libcap)
-makedepends=(intltool python gobject-introspection gtk-doc git docbook-xsl 
xmlto)
+depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib
+ libseccomp libarchive libelf libcap libdwarf)
+makedepends=(intltool python gobject-introspection gtk-doc git docbook-xsl 
xmlto
+ libdwarf)
 install=flatpak.install
 _commit=7f31a1acae8f9825ccd083cf450cf411e467fb68  # tags/0.8.0^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit";
@@ -43,7 +44,8 @@
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --sbindir=/usr/bin --libexecdir=/usr/lib/$pkgname --disable-static \
---enable-gtk-doc --with-priv-mode=setuid
+--enable-gtk-doc --with-priv-mode=setuid \
+--with-dwarf-header=/usr/include/libdwarf
 
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 


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

2017-01-07 Thread NicoHood
Date: Saturday, January 7, 2017 @ 13:59:49
  Author: nicohood
Revision: 206027

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

Added:
  arduino/repos/community-testing-i686/
  arduino/repos/community-testing-i686/PKGBUILD
(from rev 206026, arduino/trunk/PKGBUILD)
  arduino/repos/community-testing-i686/arduino.install
(from rev 206026, arduino/trunk/arduino.install)
  arduino/repos/community-testing-i686/arduino.sh
(from rev 206026, arduino/trunk/arduino.sh)
  arduino/repos/community-testing-i686/build.patch
(from rev 206026, arduino/trunk/build.patch)
  arduino/repos/community-testing-x86_64/
  arduino/repos/community-testing-x86_64/PKGBUILD
(from rev 206026, arduino/trunk/PKGBUILD)
  arduino/repos/community-testing-x86_64/arduino.install
(from rev 206026, arduino/trunk/arduino.install)
  arduino/repos/community-testing-x86_64/arduino.sh
(from rev 206026, arduino/trunk/arduino.sh)
  arduino/repos/community-testing-x86_64/build.patch
(from rev 206026, arduino/trunk/build.patch)

--+
 community-testing-i686/PKGBUILD  |  102 
 community-testing-i686/arduino.install   |   31 +++
 community-testing-i686/arduino.sh|3 
 community-testing-i686/build.patch   |  239 +
 community-testing-x86_64/PKGBUILD|  102 
 community-testing-x86_64/arduino.install |   31 +++
 community-testing-x86_64/arduino.sh  |3 
 community-testing-x86_64/build.patch |  239 +
 8 files changed, 750 insertions(+)

Copied: arduino/repos/community-testing-i686/PKGBUILD (from rev 206026, 
arduino/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-07 13:59:49 UTC (rev 206027)
@@ -0,0 +1,102 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Tomas Schertel 
+# Contributor: Christopher Loen 
+# Contributor: Peter Reschenhofer 
+# Contributor: Niels Martignène 
+# Contributor: PyroPeter 
+# Contributor: darkapex 
+# Contributor: tty0 
+
+pkgname=arduino
+pkgver=1.8.0
+pkgrel=3
+epoch=1
+pkgdesc="Arduino prototyping platform SDK"
+arch=('i686' 'x86_64')
+url="https://github.com/arduino/Arduino";
+license=('GPL' 'LGPL')
+depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'java-runtime=8' 
'arduino-builder')
+makedepends=('java-environment=8' 'apache-ant' 'unzip')
+optdepends=('arduino-docs: Offline documentation for arduino'
+'arduino-avr-core: AVR core with upstream avr-gcc and avrdude'
+'python2: Intel Galileo Board installation')
+options=(!strip)
+install="arduino.install"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/arduino/Arduino/archive/${pkgver}.tar.gz";
+
"https://github.com/arduino-libraries/WiFi101-FirmwareUpdater-Plugin/releases/download/v0.8.3/WiFi101-Updater-ArduinoIDE-Plugin-0.8.3.zip";
+"https://downloads.arduino.cc/libastylej-2.05.1-3.zip";
+"https://downloads.arduino.cc/liblistSerials/liblistSerials-1.4.0.zip";
+"arduino.sh"
+"build.patch")
+sha512sums=('25edea8cb188155ead2e2e9364067e445cf9d160d2fb7caea3c25adeb2e5e13072de8e7b1a45dfbd40c3346356decfad9de1d2e67838c532bd5ef8550678033d'
+
'fb2c5f77ea047c060e67705886d106379ac4a297f3a7d1f7d6d0b2410c4592f09cece4578aeeaed867c03a2efe5fe8d124ccc36c4189ee5c875cd16473a6faab'
+
'7f82d64e34ef2d85a6b037caeecfa338b72f8edfc57a9903af3ab89b1d42cf7dfd9a6170abe8131ae3e6506850d82ed5092c3b08983a16d9c80319cd24c14555'
+
'd78270ee9007fc8427b7f962aced6c14fd4772deca1bbf4ad47c3c74d9addb74e67184e80516af4613cf8d7270bc50d4019437d9ad84274d6fc26b68c4a00db1'
+
'd97e73a6764232c5fbcdbd46d98f1dfde1d95d8256f578fb05480694423842ec864c49d572a325c7d00b026619d84dc114f1e3e0d2f8219b94871dce1718f05a'
+
'9963e964fe2206ce11a2981d3655ff73aa79e8a9dcbc5b03ee4fa84fd036b0d4b28af6ddd6c8bd0cdf8564c42209b738838141da9b185eeb47067ddb78afd9b7')
+
+prepare()
+{
+# Patch arduino build process.
+# See PR: https://github.com/arduino/Arduino/pull/5438
+cd "${srcdir}/Arduino-${pkgver}"
+patch -Np1 -i "${srcdir}/build.patch"
+}
+
+build() {
+cd "Arduino-${pkgver}/build"
+
+# Compile with java8
+export PATH=/usr/lib/jvm/java-8-openjdk/jre/bin/:$PATH
+
+# Do not include their avr-core + tools and no docs. We build them 
seperately
+ant clean dist -Dversion=${pkgver} build -Dlight_bundle=true \
+ -Dno_docs=true \
+ -Dlocal_sources=true \
+ -Dno_arduino_builder=true
+}
+
+package() {
+cd "Arduino-${pkgver}/build/linux/work"
+
+# Create directories
+install -dm755 
"${pkgdir}/usr/share/"{doc,icons/hicolor,applications,mim

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

2017-01-07 Thread NicoHood
Date: Saturday, January 7, 2017 @ 13:56:17
  Author: nicohood
Revision: 206026

upgpkg: arduino 1:1.8.0-3

Modified:
  arduino/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 12:44:23 UTC (rev 206025)
+++ PKGBUILD2017-01-07 13:56:17 UTC (rev 206026)
@@ -10,7 +10,7 @@
 
 pkgname=arduino
 pkgver=1.8.0
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Arduino prototyping platform SDK"
 arch=('i686' 'x86_64')
@@ -77,7 +77,9 @@
 # https://github.com/arduino/listSerialPortsC/issues/9
 
 # Arduino-builder
+# https://bugs.archlinux.org/task/52377
 ln -s /usr/bin/arduino-builder 
"${pkgdir}/usr/share/arduino/arduino-builder"
+install -dm755 "${pkgdir}/usr/share/arduino/tools-builder"
 
 #rm "${pkgdir}/usr/share/arduino/lib/libastylej.so"
 #ln -s /usr/lib/libastyle-2.05.1.so 
"${pkgdir}/usr/share/arduino/lib/libastylej.so"


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

2017-01-07 Thread Nicola Squartini
Date: Saturday, January 7, 2017 @ 12:07:01
  Author: tensor5
Revision: 206021

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-07 12:06:14 UTC (rev 206020)
+++ community-i686/PKGBUILD 2017-01-07 12:07:01 UTC (rev 206021)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=parity
-pkgver=1.4.7
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('i686' 'x86_64')
-url='https://ethcore.io/parity.html'
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethcore/parity/archive/v${pkgver}.tar.gz";)
-sha256sums=('eb11b0c9c8ad6a93931408059e41555491a1ecbbe535cc4719fbb1cf095b3d04')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-cargo build --release
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-install -Dm755 -t "${pkgdir}"/usr/bin target/release/parity
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/system scripts/parity.service
-}

Copied: parity/repos/community-i686/PKGBUILD (from rev 206020, 
parity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-07 12:07:01 UTC (rev 206021)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=parity
+pkgver=1.4.8
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('i686' 'x86_64')
+url='https://ethcore.io/parity.html'
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethcore/parity/archive/v${pkgver}.tar.gz";)
+sha256sums=('eec89b73f308da7504daa4ab51ed483b8b005f0b02f28e3418325e1af5bb0a55')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+cargo build --release
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+install -Dm755 -t "${pkgdir}"/usr/bin target/release/parity
+install -Dm644 -t "${pkgdir}"/usr/lib/systemd/system scripts/parity.service
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-07 12:06:14 UTC (rev 206020)
+++ community-x86_64/PKGBUILD   2017-01-07 12:07:01 UTC (rev 206021)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=parity
-pkgver=1.4.7
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('i686' 'x86_64')
-url='https://ethcore.io/parity.html'
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethcore/parity/archive/v${pkgver}.tar.gz";)
-sha256sums=('eb11b0c9c8ad6a93931408059e41555491a1ecbbe535cc4719fbb1cf095b3d04')
-
-build() {
-cd ${pkgname}-${pkgver}
-
-cargo build --release
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-install -Dm755 -t "${pkgdir}"/usr/bin target/release/parity
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/system scripts/parity.service
-}

Copied: parity/repos/community-x86_64/PKGBUILD (from rev 206020, 
parity/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-07 12:07:01 UTC (rev 206021)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=parity
+pkgver=1.4.8
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('i686' 'x86_64')
+url='https://ethcore.io/parity.html'
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethcore/parity/archive/v${pkgver}.tar.gz";)
+sha256sums=('eec89b73f308da7504daa4ab51ed483b8b005f0b02f28e3418325e1af5bb0a55')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+cargo build --release
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+install -Dm755 -t "${pkgdir}"/usr/bin target/release/parity
+install -Dm644 -t "${pkgdir}"/usr/lib/systemd/system scripts/parity.service
+}


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

2017-01-07 Thread Nicola Squartini
Date: Saturday, January 7, 2017 @ 12:06:14
  Author: tensor5
Revision: 206020

upgpkg: parity 1.4.8-1

Modified:
  parity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 10:20:11 UTC (rev 206019)
+++ PKGBUILD2017-01-07 12:06:14 UTC (rev 206020)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity
-pkgver=1.4.7
+pkgver=1.4.8
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethcore/parity/archive/v${pkgver}.tar.gz";)
-sha256sums=('eb11b0c9c8ad6a93931408059e41555491a1ecbbe535cc4719fbb1cf095b3d04')
+sha256sums=('eec89b73f308da7504daa4ab51ed483b8b005f0b02f28e3418325e1af5bb0a55')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2017-01-07 Thread Felix Yan
Date: Saturday, January 7, 2017 @ 10:09:05
  Author: felixonmars
Revision: 206015

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

Added:
  stack/repos/community-staging-i686/
  stack/repos/community-staging-i686/PKGBUILD
(from rev 206014, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/stack.install
(from rev 206014, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 206014, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 206014, stack/trunk/stack.install)

+
 community-staging-i686/PKGBUILD|   79 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   79 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 166 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 206014, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-07 10:09:05 UTC (rev 206015)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.3.2
+pkgrel=6
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-clock" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" 
"haskell-either" "haskell-errors"
+ "haskell-exceptions" "haskell-extra" "haskell-fast-logger" 
"haskell-file-embed"
+ "haskell-filelock" "haskell-fsnotify" "haskell-generic-deriving" 
"haskell-gitrev"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types" "haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-microlens"
+ "haskell-monad-control" "haskell-monad-logger" 
"haskell-monad-unlift" "haskell-mtl"
+ "haskell-open-browser" "haskell-optparse-applicative" 
"haskell-optparse-simple"
+ "haskell-path" "haskell-path-io" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('488b9292ea605c92f6ebf79b233e8e374d857b21053051cb44b305dad8f0d3f7')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}
+
+package_haskell-stack() {
+pkgdesc="The Haskell Tool Stack (docs and libraries)"
+depend

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

2017-01-07 Thread Felix Yan
Date: Saturday, January 7, 2017 @ 10:08:28
  Author: felixonmars
Revision: 206014

upgpkg: stack 1.3.2-6

rebuild with Glob-0.7.14

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 09:18:43 UTC (rev 206013)
+++ PKGBUILD2017-01-07 10:08:28 UTC (rev 206014)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.3.2
-pkgrel=5
+pkgrel=6
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


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

2017-01-07 Thread Felix Yan
Date: Saturday, January 7, 2017 @ 09:18:08
  Author: felixonmars
Revision: 206012

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

Added:
  haskell-criterion/repos/community-staging-i686/
  haskell-criterion/repos/community-staging-i686/PKGBUILD
(from rev 206011, haskell-criterion/trunk/PKGBUILD)
  haskell-criterion/repos/community-staging-x86_64/
  haskell-criterion/repos/community-staging-x86_64/PKGBUILD
(from rev 206011, haskell-criterion/trunk/PKGBUILD)

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

Copied: haskell-criterion/repos/community-staging-i686/PKGBUILD (from rev 
206011, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-07 09:18:08 UTC (rev 206012)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.1.4.0
+pkgrel=13
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-wl-pprint" 
"haskell-cassava" "haskell-code-page"
+ "haskell-glob" "haskell-hastache" "haskell-js-flot" 
"haskell-js-jquery" "haskell-mtl"
+ "haskell-mwc-random" "haskell-optparse-applicative" "haskell-parsec" 
"haskell-statistics"
+ "haskell-text" "haskell-transformers-compat" "haskell-vector" 
"haskell-vector-algorithms")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('53a243fc759ed3100e71f96a5f6649658d076d91d52ce2853a6f8587aa3cfa76')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-fast
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 
206011, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-07 09:18:08 UTC (rev 206012)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.1.4.0
+pkgrel=13
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-wl-pprint" 
"haskell-cassava" "haskell-code-page"
+ "haskell-glob" "haskell-hastache" "haskell-js-flot" 
"haskell-js-jquery" "haskell-mtl"
+ "haskell-mwc-random" "haskell-optparse-applicative" "haskell-parsec" 
"haskell-statistics"
+ "haskell-text" "haskell-transformers-compat" "haskell-vector" 
"haskell-vector-algorithms")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('53a243fc759ed3100e71f96a5f6649658d076d91d52ce2853a6f8587aa3cfa76')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-fast
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unreg

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

2017-01-07 Thread Felix Yan
Date: Saturday, January 7, 2017 @ 09:17:34
  Author: felixonmars
Revision: 206011

upgpkg: haskell-criterion 1.1.4.0-13

rebuild with Glob-0.7.14

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 09:12:27 UTC (rev 206010)
+++ PKGBUILD2017-01-07 09:17:34 UTC (rev 206011)
@@ -5,7 +5,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.1.4.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion";
 license=("custom:BSD3")


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

2017-01-07 Thread Felix Yan
Date: Saturday, January 7, 2017 @ 09:12:27
  Author: felixonmars
Revision: 206010

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

Added:
  haskell-hpack/repos/community-staging-i686/
  haskell-hpack/repos/community-staging-i686/PKGBUILD
(from rev 206009, haskell-hpack/trunk/PKGBUILD)
  haskell-hpack/repos/community-staging-x86_64/
  haskell-hpack/repos/community-staging-x86_64/PKGBUILD
(from rev 206009, haskell-hpack/trunk/PKGBUILD)

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

Copied: haskell-hpack/repos/community-staging-i686/PKGBUILD (from rev 206009, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-07 09:12:27 UTC (rev 206010)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.15.0
+pkgrel=14
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme";
+license=("MIT")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-yaml')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+md5sums=('ff26cc3e29fe45db8a6abfe666713477')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+  
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}

Copied: haskell-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 206009, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-07 09:12:27 UTC (rev 206010)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.15.0
+pkgrel=14
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme";
+license=("MIT")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-yaml')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+md5sums=('ff26cc3e29fe45db8a6abfe666713477')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+  
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}


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

2017-01-07 Thread Felix Yan
Date: Saturday, January 7, 2017 @ 09:11:48
  Author: felixonmars
Revision: 206009

upgpkg: haskell-hpack 0.15.0-14

rebuild with Glob-0.7.14

Modified:
  haskell-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 09:08:19 UTC (rev 206008)
+++ PKGBUILD2017-01-07 09:11:48 UTC (rev 206009)
@@ -6,7 +6,7 @@
 pkgname=haskell-hpack
 _hkgname=hpack
 pkgver=0.15.0
-pkgrel=13
+pkgrel=14
 pkgdesc="An alternative format for Haskell packages"
 url="https://github.com/sol/hpack#readme";
 license=("MIT")


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

2017-01-07 Thread Felix Yan
Date: Saturday, January 7, 2017 @ 09:08:19
  Author: felixonmars
Revision: 206008

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

Added:
  haskell-glob/repos/community-staging-i686/
  haskell-glob/repos/community-staging-i686/PKGBUILD
(from rev 206007, haskell-glob/trunk/PKGBUILD)
  haskell-glob/repos/community-staging-x86_64/
  haskell-glob/repos/community-staging-x86_64/PKGBUILD
(from rev 206007, haskell-glob/trunk/PKGBUILD)

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

Copied: haskell-glob/repos/community-staging-i686/PKGBUILD (from rev 206007, 
haskell-glob/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-07 09:08:19 UTC (rev 206008)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=Glob
+pkgname=haskell-glob
+pkgver=0.7.14
+pkgrel=1
+pkgdesc="Globbing library"
+url="http://iki.fi/matti.niemenmaa/glob/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-dlist" "haskell-transformers-compat")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('2837b88916e8ba4314fdbb556de8b0e7f577b848d3e80a08959b6ef47e1c842b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+}

Copied: haskell-glob/repos/community-staging-x86_64/PKGBUILD (from rev 206007, 
haskell-glob/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-07 09:08:19 UTC (rev 206008)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=Glob
+pkgname=haskell-glob
+pkgver=0.7.14
+pkgrel=1
+pkgdesc="Globbing library"
+url="http://iki.fi/matti.niemenmaa/glob/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-dlist" "haskell-transformers-compat")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('2837b88916e8ba4314fdbb556de8b0e7f577b848d3e80a08959b6ef47e1c842b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+}


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

2017-01-07 Thread Felix Yan
Date: Saturday, January 7, 2017 @ 09:07:35
  Author: felixonmars
Revision: 206007

upgpkg: haskell-glob 0.7.14-1

rebuild with Glob-0.7.14

Modified:
  haskell-glob/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 09:07:17 UTC (rev 206006)
+++ PKGBUILD2017-01-07 09:07:35 UTC (rev 206007)
@@ -4,7 +4,7 @@
 
 _hkgname=Glob
 pkgname=haskell-glob
-pkgver=0.7.13
+pkgver=0.7.14
 pkgrel=1
 pkgdesc="Globbing library"
 url="http://iki.fi/matti.niemenmaa/glob/";
@@ -11,8 +11,8 @@
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-dlist" "haskell-transformers-compat")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('fe99d9434a2dbbac5385cb6690cbb6e2f2eb25df6ab5ce99c8121fc3fdddbd4c')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('2837b88916e8ba4314fdbb556de8b0e7f577b848d3e80a08959b6ef47e1c842b')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-01-07 Thread Antonio Rojas
Date: Saturday, January 7, 2017 @ 09:07:17
  Author: arojas
Revision: 206006

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-07 09:06:46 UTC (rev 206005)
+++ community-i686/PKGBUILD 2017-01-07 09:07:17 UTC (rev 206006)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Tobias Powalowski 
-# Contributor: Nick B 
-
-pkgname=partitionmanager
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/kdepartitionmanager/";
-license=(GPL2)
-depends=(kpmcore hicolor-icon-theme kde-cli-tools)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('d0a1f24593eeb6296702f5ce4792bc53'
- 'SKIP')
-validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: partitionmanager/repos/community-i686/PKGBUILD (from rev 206005, 
partitionmanager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-07 09:07:17 UTC (rev 206006)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tobias Powalowski 
+# Contributor: Nick B 
+
+pkgname=partitionmanager
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/";
+license=(GPL2)
+depends=(kpmcore hicolor-icon-theme kde-cli-tools)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('dee1c38e0e9e5f88b867c735e91d32f4'
+ 'SKIP')
+validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-07 09:06:46 UTC (rev 206005)
+++ community-x86_64/PKGBUILD   2017-01-07 09:07:17 UTC (rev 206006)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Tobias Powalowski 
-# Contributor: Nick B 
-
-pkgname=partitionmanager
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/kdepartitionmanager/";
-license=(GPL2)
-depends=(kpmcore hicolor-icon-theme kde-cli-tools)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('d0a1f24593eeb6296702f5ce4792bc53'
- 'SKIP')
-validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: partitionmanager/repos/community-x86_64/PKGBUILD (from rev 206005, 
partitionmanager/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-07 09:07:17 UTC (rev 206006)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tobias Powalowski 
+# Contributor: Nick B 
+
+pkgname=partitionmanager
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="A KDE util

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

2017-01-07 Thread Antonio Rojas
Date: Saturday, January 7, 2017 @ 09:06:46
  Author: arojas
Revision: 206005

Update to 3.0.1

Modified:
  partitionmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 08:27:57 UTC (rev 206004)
+++ PKGBUILD2017-01-07 09:06:46 UTC (rev 206005)
@@ -4,8 +4,8 @@
 # Contributor: Nick B 
 
 pkgname=partitionmanager
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
 pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
 arch=(i686 x86_64)
 url="http://kde.org/applications/system/kdepartitionmanager/";
@@ -13,7 +13,7 @@
 depends=(kpmcore hicolor-icon-theme kde-cli-tools)
 makedepends=(extra-cmake-modules kdoctools python)
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('d0a1f24593eeb6296702f5ce4792bc53'
+md5sums=('dee1c38e0e9e5f88b867c735e91d32f4'
  'SKIP')
 validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas 

 


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

2017-01-07 Thread Felix Yan
Date: Saturday, January 7, 2017 @ 08:27:57
  Author: felixonmars
Revision: 206004

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 206003, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 206003, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 2 files changed, 198 insertions(+), 198 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-01-07 08:25:11 UTC (rev 206003)
+++ 30-win32-aliases.conf   2017-01-07 08:27:57 UTC (rev 206004)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 206003, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-01-07 08:27:57 UTC (rev 206004)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-07 08:25:11 UTC (rev 206003)
+++ PKGBUILD2017-01-07 08:27:57 UTC (rev 206004)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=2.0rc3
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/2.0/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('2643cdd306ba2f25142f56c55e3704230842a0f1'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com";
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  prov

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

2017-01-07 Thread Felix Yan
Date: Saturday, January 7, 2017 @ 08:24:07
  Author: felixonmars
Revision: 205973

archrelease: copy trunk to multilib-x86_64

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

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 2 files changed, 198 insertions(+), 198 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-01-07 08:24:04 UTC (rev 205972)
+++ 30-win32-aliases.conf   2017-01-07 08:24:07 UTC (rev 205973)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 205967, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-01-07 08:24:07 UTC (rev 205973)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-07 08:24:04 UTC (rev 205972)
+++ PKGBUILD2017-01-07 08:24:07 UTC (rev 205973)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=2.0rc3
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/2.0/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('2643cdd306ba2f25142f56c55e3704230842a0f1'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com";
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-

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

2017-01-07 Thread Felix Yan
Date: Saturday, January 7, 2017 @ 08:23:43
  Author: felixonmars
Revision: 205966

upgpkg: wine 2.0rc4-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-07 07:50:04 UTC (rev 205965)
+++ PKGBUILD2017-01-07 08:23:43 UTC (rev 205966)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=2.0rc3
+pkgver=2.0rc4
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(https://dl.winehq.org/wine/source/2.0/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('2643cdd306ba2f25142f56c55e3704230842a0f1'
+sha1sums=('8950490863853fe988e7338b24842f9fb35ef249'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7