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

2016-06-10 Thread Antonio Rojas
Date: Saturday, June 11, 2016 @ 08:56:06
  Author: arojas
Revision: 269321

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  qt5-webengine/repos/kde-unstable-i686/PKGBUILD
(from rev 269320, qt5-webengine/kde-unstable/PKGBUILD)
  
qt5-webengine/repos/kde-unstable-i686/qt5-webengine-fno-delete-null-pointer-checks-2.patch
(from rev 269320, 
qt5-webengine/kde-unstable/qt5-webengine-fno-delete-null-pointer-checks-2.patch)
  
qt5-webengine/repos/kde-unstable-i686/qt5-webengine-fno-delete-null-pointer-checks.patch
(from rev 269320, 
qt5-webengine/kde-unstable/qt5-webengine-fno-delete-null-pointer-checks.patch)
  qt5-webengine/repos/kde-unstable-i686/qt5-webengine-nss.patch
(from rev 269320, qt5-webengine/kde-unstable/qt5-webengine-nss.patch)
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
(from rev 269320, qt5-webengine/kde-unstable/PKGBUILD)
  
qt5-webengine/repos/kde-unstable-x86_64/qt5-webengine-fno-delete-null-pointer-checks-2.patch
(from rev 269320, 
qt5-webengine/kde-unstable/qt5-webengine-fno-delete-null-pointer-checks-2.patch)
  
qt5-webengine/repos/kde-unstable-x86_64/qt5-webengine-fno-delete-null-pointer-checks.patch
(from rev 269320, 
qt5-webengine/kde-unstable/qt5-webengine-fno-delete-null-pointer-checks.patch)
  qt5-webengine/repos/kde-unstable-x86_64/qt5-webengine-nss.patch
(from rev 269320, qt5-webengine/kde-unstable/qt5-webengine-nss.patch)
Deleted:
  qt5-webengine/repos/kde-unstable-i686/PKGBUILD
  
qt5-webengine/repos/kde-unstable-i686/qt5-webengine-fno-delete-null-pointer-checks.patch
  qt5-webengine/repos/kde-unstable-i686/qt5-webengine-nss.patch
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
  
qt5-webengine/repos/kde-unstable-x86_64/qt5-webengine-fno-delete-null-pointer-checks.patch
  qt5-webengine/repos/kde-unstable-x86_64/qt5-webengine-nss.patch

--+
 /PKGBUILD|  
122 ++
 /qt5-webengine-fno-delete-null-pointer-checks.patch  |   
54 
 /qt5-webengine-nss.patch |   
62 +
 kde-unstable-i686/PKGBUILD   |   
58 
 kde-unstable-i686/qt5-webengine-fno-delete-null-pointer-checks-2.patch   |   
50 
 kde-unstable-i686/qt5-webengine-fno-delete-null-pointer-checks.patch |   
27 --
 kde-unstable-i686/qt5-webengine-nss.patch|   
31 --
 kde-unstable-x86_64/PKGBUILD |   
58 
 kde-unstable-x86_64/qt5-webengine-fno-delete-null-pointer-checks-2.patch |   
50 
 kde-unstable-x86_64/qt5-webengine-fno-delete-null-pointer-checks.patch   |   
27 --
 kde-unstable-x86_64/qt5-webengine-nss.patch  |   
31 --
 11 files changed, 338 insertions(+), 232 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-06-11 06:55:18 UTC (rev 269320)
+++ kde-unstable-i686/PKGBUILD  2016-06-11 06:56:06 UTC (rev 269321)
@@ -1,58 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'libxtst' 
'libxcursor' 'libpulse' 'pciutils' 'libxss' 'libvpx' 'opus'
- 'libevent' 'libsrtp' 'jsoncpp' 'libwebp' 'snappy' 'nss' 'libxml2' 
'libxslt' 'protobuf' 'libproxy') # minizip
-makedepends=('python2' 'git' 'gperf')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
 qt5-webengine-nss.patch
-qt5-webengine-fno-delete-null-pointer-checks.patch)
-
-md5sums=('cb0e6ee6fc580e651f536b5250777d0a'
- '2a1610b34204102938a24154a52e5571'
- '5671a16fef65152928789bffd1f7cf24')
-
-prepare() {
-  mkdir -p build
-
-  # Hack to force using python2
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
-
-  # Fix opening some websites with recent NSS 
https://github.com/QupZilla/qupzilla/issues/1870 (KaOSx patch)
-  cd ${_pkgfqn}
-  patch -p1 -i ../qt5-webengine-nss.patch
-
-  # Workaround for v8 segfaults with GCC 6
-  patch -p1 -i "$srcdir"/qt5-webengine-fno-delete-null-pointer-checks.patch
-}
-
-build() {
-  cd build
-
-  export PATH="$srcdir/bin:$PATH"
-  qmake WEBENGINE_CONFIG+=use_proprietary_codecs ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib"

[arch-commits] Commit in qt5-webengine/kde-unstable (2 files)

2016-06-10 Thread Antonio Rojas
Date: Saturday, June 11, 2016 @ 08:55:18
  Author: arojas
Revision: 269320

Fix v8 sefgaults for real

Added:
  
qt5-webengine/kde-unstable/qt5-webengine-fno-delete-null-pointer-checks-2.patch
Modified:
  qt5-webengine/kde-unstable/PKGBUILD

--+
 PKGBUILD |9 ++-
 qt5-webengine-fno-delete-null-pointer-checks-2.patch |   50 +
 2 files changed, 56 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-11 06:16:31 UTC (rev 269319)
+++ PKGBUILD2016-06-11 06:55:18 UTC (rev 269320)
@@ -5,7 +5,7 @@
 pkgname=qt5-webengine
 _qtver=5.7.0-rc
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -16,11 +16,12 @@
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
 
source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
 qt5-webengine-nss.patch
-qt5-webengine-fno-delete-null-pointer-checks.patch)
+qt5-webengine-fno-delete-null-pointer-checks.patch 
qt5-webengine-fno-delete-null-pointer-checks-2.patch)
 
 md5sums=('cb0e6ee6fc580e651f536b5250777d0a'
  '2a1610b34204102938a24154a52e5571'
- '5671a16fef65152928789bffd1f7cf24')
+ '5671a16fef65152928789bffd1f7cf24'
+ '8145ce05fb86e762f012ca1b56f718fe')
 
 prepare() {
   mkdir -p build
@@ -35,6 +36,8 @@
 
   # Workaround for v8 segfaults with GCC 6
   patch -p1 -i "$srcdir"/qt5-webengine-fno-delete-null-pointer-checks.patch
+  cd src/3rdparty
+  patch -p1 -i "$srcdir"/qt5-webengine-fno-delete-null-pointer-checks-2.patch
 }
 
 build() {

Added: qt5-webengine-fno-delete-null-pointer-checks-2.patch
===
--- qt5-webengine-fno-delete-null-pointer-checks-2.patch
(rev 0)
+++ qt5-webengine-fno-delete-null-pointer-checks-2.patch2016-06-11 
06:55:18 UTC (rev 269320)
@@ -0,0 +1,50 @@
+From ba36da6c1f59da7687f6924cc558105dcd1c44dc Mon Sep 17 00:00:00 2001
+From: Allan Sandfeld Jensen 
+Date: Fri, 10 Jun 2016 13:26:22 +0200
+Subject: [PATCH] Use -fno-delete-null-pointer-checks with gcc 6
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+V8 is not safe for removing null pointer checks. Until it is, we need
+to disable optimizations in GCC that assume it is not doing something
+wrong.
+
+This patch only enables it for v8, and requires it to be activated
+by qtwebengine.
+
+Change-Id: I9da15ecf85719f211ba921a620e9d195eff26178
+Task-number: QTBUG-53956
+Reviewed-by: Michael Brüning 
+---
+ chromium/v8/build/toolchain.gypi | 7 +++
+ 1 file changed, 7 insertions(+)
+
+diff --git a/chromium/v8/build/toolchain.gypi 
b/chromium/v8/build/toolchain.gypi
+index 8a26cc2..2dd4a50 100644
+--- a/chromium/v8/build/toolchain.gypi
 b/chromium/v8/build/toolchain.gypi
+@@ -72,6 +72,10 @@
+ # Some versions of GCC 4.5 seem to need -fno-strict-aliasing.
+ 'v8_no_strict_aliasing%': 0,
+ 
++# V8 needs support for illegal null this pointers, and must disable
++# optimizations in GCC 6 that relies on correct behavior.
++'v8_no_delete_null_pointer_checks%': 0,
++
+ # Chrome needs this definition unconditionally. For standalone V8 builds,
+ # it's handled in build/standalone.gypi.
+ 'want_separate_host_toolset%': 1,
+@@ -1066,6 +1070,9 @@
+   [ 'v8_no_strict_aliasing==1', {
+ 'cflags': [ '-fno-strict-aliasing' ],
+   }],
++  [ 'v8_no_delete_null_pointer_checks==1', {
++'cflags_cc': [ '-fno-delete-null-pointer-checks' ],
++  }],
+ ],  # conditions
+   }],
+   ['OS=="solaris"', {
+-- 
+2.8.3
+


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

2016-06-10 Thread Pierre Schmitz
Date: Saturday, June 11, 2016 @ 08:16:31
  Author: pierre
Revision: 269319

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

Added:
  php-apcu/repos/extra-i686/PKGBUILD
(from rev 269318, php-apcu/trunk/PKGBUILD)
  php-apcu/repos/extra-i686/apcu.ini
(from rev 269318, php-apcu/trunk/apcu.ini)
  php-apcu/repos/extra-x86_64/PKGBUILD
(from rev 269318, php-apcu/trunk/PKGBUILD)
  php-apcu/repos/extra-x86_64/apcu.ini
(from rev 269318, php-apcu/trunk/apcu.ini)
Deleted:
  php-apcu/repos/extra-i686/PKGBUILD
  php-apcu/repos/extra-i686/apcu.ini
  php-apcu/repos/extra-x86_64/PKGBUILD
  php-apcu/repos/extra-x86_64/apcu.ini

---+
 /PKGBUILD |   88 
 /apcu.ini |6 +++
 extra-i686/PKGBUILD   |   44 
 extra-i686/apcu.ini   |3 -
 extra-x86_64/PKGBUILD |   44 
 extra-x86_64/apcu.ini |3 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-11 06:16:16 UTC (rev 269318)
+++ extra-i686/PKGBUILD 2016-06-11 06:16:31 UTC (rev 269319)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=php-apcu
-pkgver=5.1.4
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A userland caching module for PHP'
-url='http://pecl.php.net/package/APCu'
-depends=('php')
-license=('PHP')
-source=("http://pecl.php.net/get/apcu-$pkgver.tgz";
-'apcu.ini')
-backup=('etc/php/conf.d/apcu.ini')
-md5sums=('af23ab91d9d1de142c940dbf2b2398df'
- 'a353f7efe61928aa2162720789fa171f')
-
-build() {
-   cd $srcdir/apcu-$pkgver
-
-   phpize
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd $srcdir/apcu-$pkgver
-
-   export REPORT_EXIT_STATUS=1
-   export NO_INTERACTION=1
-   export SKIP_ONLINE_TESTS=1
-   export SKIP_SLOW_TESTS=1
-   make test
-}
-
-package() {
-   cd $srcdir/apcu-$pkgver
-
-   make INSTALL_ROOT=$pkgdir install
-
-   install -D -m644 $srcdir/apcu.ini $pkgdir/etc/php/conf.d/apcu.ini
-   install -D -m644 apc.php $pkgdir/usr/share/webapps/php-apcu/apc.php
-   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apcu/install.txt
-}

Copied: php-apcu/repos/extra-i686/PKGBUILD (from rev 269318, 
php-apcu/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-11 06:16:31 UTC (rev 269319)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=php-apcu
+pkgver=5.1.5
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A userland caching module for PHP'
+url='http://pecl.php.net/package/APCu'
+depends=('php')
+license=('PHP')
+source=("http://pecl.php.net/get/apcu-$pkgver.tgz";
+'apcu.ini')
+backup=('etc/php/conf.d/apcu.ini')
+md5sums=('fcb4a8214419121bfae1b1288fe6697f'
+ 'a353f7efe61928aa2162720789fa171f')
+
+build() {
+   cd $srcdir/apcu-$pkgver
+
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd $srcdir/apcu-$pkgver
+
+   export REPORT_EXIT_STATUS=1
+   export NO_INTERACTION=1
+   export SKIP_ONLINE_TESTS=1
+   export SKIP_SLOW_TESTS=1
+   make test
+}
+
+package() {
+   cd $srcdir/apcu-$pkgver
+
+   make INSTALL_ROOT=$pkgdir install
+
+   install -D -m644 $srcdir/apcu.ini $pkgdir/etc/php/conf.d/apcu.ini
+   install -D -m644 apc.php $pkgdir/usr/share/webapps/php-apcu/apc.php
+   install -D -m644 INSTALL $pkgdir/usr/share/doc/php-apcu/install.txt
+}

Deleted: extra-i686/apcu.ini
===
--- extra-i686/apcu.ini 2016-06-11 06:16:16 UTC (rev 269318)
+++ extra-i686/apcu.ini 2016-06-11 06:16:31 UTC (rev 269319)
@@ -1,3 +0,0 @@
-;extension=apcu.so
-; install php-apcu-bc and enable apc.so for APC compatibility
-;extension=apc.so

Copied: php-apcu/repos/extra-i686/apcu.ini (from rev 269318, 
php-apcu/trunk/apcu.ini)
===
--- extra-i686/apcu.ini (rev 0)
+++ extra-i686/apcu.ini 2016-06-11 06:16:31 UTC (rev 269319)
@@ -0,0 +1,3 @@
+;extension=apcu.so
+; install php-apcu-bc and enable apc.so for APC compatibility
+;extension=apc.so

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-11 06:16:16 UTC (rev 269318)
+++ extra-x86_64/PKGBUILD   2016-06-11 06:16:31 UTC (rev 269319)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=php-apcu
-pkgver=5.1.4
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A userland caching module for PHP'
-url='http://pecl.php.net/package/APCu'
-depends=('php')
-license=('PHP')
-source=("http://pecl.php.net/get/apcu-$pkgver.tgz";
-'apcu.ini')
-backup=('etc/php/conf.d/apcu.ini')
-md5sums=('af23a

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

2016-06-10 Thread Pierre Schmitz
Date: Saturday, June 11, 2016 @ 08:16:16
  Author: pierre
Revision: 269318

upgpkg: php-apcu 5.1.5-1

Modified:
  php-apcu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-11 05:01:53 UTC (rev 269317)
+++ PKGBUILD2016-06-11 06:16:16 UTC (rev 269318)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=php-apcu
-pkgver=5.1.4
+pkgver=5.1.5
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='A userland caching module for PHP'
@@ -12,7 +12,7 @@
 source=("http://pecl.php.net/get/apcu-$pkgver.tgz";
 'apcu.ini')
 backup=('etc/php/conf.d/apcu.ini')
-md5sums=('af23ab91d9d1de142c940dbf2b2398df'
+md5sums=('fcb4a8214419121bfae1b1288fe6697f'
  'a353f7efe61928aa2162720789fa171f')
 
 build() {


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

2016-06-10 Thread Felix Yan
Date: Saturday, June 11, 2016 @ 07:16:06
  Author: fyan
Revision: 179257

upgpkg: phonegap 6.2.7-1

Modified:
  phonegap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-11 05:15:38 UTC (rev 179256)
+++ PKGBUILD2016-06-11 05:16:06 UTC (rev 179257)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=phonegap
-pkgver=6.2.6
+pkgver=6.2.7
 pkgrel=1
 pkgdesc="PhoneGap command-line interface and node.js library"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('b0a21788e7827de2630af4e66b8a54beaf27d1837aebcca638e5f382312396a0')
+sha256sums=('fc217269c03bb9504f70a799319cb0238dde10e7e79d7ddc663b2a65b6cb4dd6')
 
 package() {
   PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-06-10 Thread Felix Yan
Date: Saturday, June 11, 2016 @ 07:16:46
  Author: fyan
Revision: 179258

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-11 05:16:06 UTC (rev 179257)
+++ community-i686/PKGBUILD 2016-06-11 05:16:46 UTC (rev 179258)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=phonegap
-pkgver=6.2.6
-pkgrel=1
-pkgdesc="PhoneGap command-line interface and node.js library"
-arch=('i686' 'x86_64')
-url="https://github.com/phonegap/phonegap-cli";
-license=('Apache')
-depends=('npm' 'semver' 'cordova' 'browserify')
-makedepends=('python2')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('b0a21788e7827de2630af4e66b8a54beaf27d1837aebcca638e5f382312396a0')
-
-package() {
-  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver cordova npm browserify; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules/cordova-common/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: phonegap/repos/community-i686/PKGBUILD (from rev 179257, 
phonegap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-11 05:16:46 UTC (rev 179258)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=phonegap
+pkgver=6.2.7
+pkgrel=1
+pkgdesc="PhoneGap command-line interface and node.js library"
+arch=('i686' 'x86_64')
+url="https://github.com/phonegap/phonegap-cli";
+license=('Apache')
+depends=('npm' 'semver' 'cordova' 'browserify')
+makedepends=('python2')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('fc217269c03bb9504f70a799319cb0238dde10e7e79d7ddc663b2a65b6cb4dd6')
+
+package() {
+  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver cordova npm browserify; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules/cordova-common/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
==

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

2016-06-10 Thread Felix Yan
Date: Saturday, June 11, 2016 @ 07:15:38
  Author: fyan
Revision: 179256

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 179255, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-11 05:15:13 UTC (rev 179255)
+++ PKGBUILD2016-06-11 05:15:38 UTC (rev 179256)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=2.11.1
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('b11df6f57f69da2a51a091b2f76fa5f1')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 179255, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-11 05:15:38 UTC (rev 179256)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=2.12.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('62997238da77bc0c0def00ee81cf3400')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-06-10 Thread Felix Yan
Date: Saturday, June 11, 2016 @ 07:15:13
  Author: fyan
Revision: 179255

upgpkg: eslint 2.12.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-11 05:15:08 UTC (rev 179254)
+++ PKGBUILD2016-06-11 05:15:13 UTC (rev 179255)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=2.11.1
+pkgver=2.12.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('b11df6f57f69da2a51a091b2f76fa5f1')
+md5sums=('62997238da77bc0c0def00ee81cf3400')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-06-10 Thread Felix Yan
Date: Saturday, June 11, 2016 @ 07:15:08
  Author: fyan
Revision: 179254

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-11 05:14:40 UTC (rev 179253)
+++ PKGBUILD2016-06-11 05:15:08 UTC (rev 179254)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: mutantmonkey 
-
-pkgbase=python-amqp
-pkgname=('python-amqp' 'python2-amqp')
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="Low-level AMQP client for Python (fork of amqplib)"
-arch=('any')
-url="http://github.com/celery/py-amqp";
-license=('LGPL')
-makedepends=('python-vine' 'python2-vine' 'git')
-source=("git+https://github.com/celery/py-amqp.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a py-amqp{,-py2}
-}
-
-build() {
-  cd "$srcdir"/py-amqp
-  python setup.py build
-
-  cd "$srcdir"/py-amqp-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/py-amqp
-  nosetests3
-
-  cd "$srcdir"/py-amqp-py2
-  nosetests2
-}
-
-package_python-amqp() {
-  depends=('python-vine')
-
-  cd py-amqp
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-amqp() {
-  depends=('python2-vine')
-
-  cd py-amqp-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-amqp/repos/community-any/PKGBUILD (from rev 179253, 
python-amqp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-11 05:15:08 UTC (rev 179254)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-amqp
+pkgname=('python-amqp' 'python2-amqp')
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Low-level AMQP client for Python (fork of amqplib)"
+arch=('any')
+url="http://github.com/celery/py-amqp";
+license=('LGPL')
+makedepends=('python-vine' 'python2-vine' 'git')
+source=("git+https://github.com/celery/py-amqp.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a py-amqp{,-py2}
+}
+
+build() {
+  cd "$srcdir"/py-amqp
+  python setup.py build
+
+  cd "$srcdir"/py-amqp-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/py-amqp
+  nosetests3
+
+  cd "$srcdir"/py-amqp-py2
+  nosetests2
+}
+
+package_python-amqp() {
+  depends=('python-vine')
+
+  cd py-amqp
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-amqp() {
+  depends=('python2-vine')
+
+  cd py-amqp-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-06-10 Thread Felix Yan
Date: Saturday, June 11, 2016 @ 07:14:40
  Author: fyan
Revision: 179253

upgpkg: python-amqp 2.0.2-1

Modified:
  python-amqp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 21:42:46 UTC (rev 179252)
+++ PKGBUILD2016-06-11 05:14:40 UTC (rev 179253)
@@ -4,7 +4,7 @@
 
 pkgbase=python-amqp
 pkgname=('python-amqp' 'python2-amqp')
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="Low-level AMQP client for Python (fork of amqplib)"
 arch=('any')


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

2016-06-10 Thread Felix Yan
Date: Saturday, June 11, 2016 @ 07:01:53
  Author: fyan
Revision: 269317

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

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

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

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

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

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

2016-06-10 Thread Felix Yan
Date: Saturday, June 11, 2016 @ 06:55:04
  Author: fyan
Revision: 269315

upgpkg: python-zope-interface 4.2.0-1

Modified:
  python-zope-interface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 20:43:53 UTC (rev 269314)
+++ PKGBUILD2016-06-11 04:55:04 UTC (rev 269315)
@@ -5,16 +5,16 @@
 
 pkgbase=python-zope-interface
 pkgname=('python-zope-interface' 'python2-zope-interface')
-pkgver=4.1.3
-pkgrel=3
+pkgver=4.2.0
+pkgrel=1
 license=('ZPL')
 arch=('i686' 'x86_64')
 url="http://pypi.python.org/pypi/zope.interface";
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-zope-event' 'python2-zope-event')
-source=("http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz";
+source=("https://pypi.io/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz";
 __init__.py)
-md5sums=('9ae3d24c0c7415deb249dd1a132f0f79'
+md5sums=('2950a6db7e985e19c7a846cc20f5d82a'
  '1cdca3de4f8849a3d0d82b678710e112')
 
 prepare() {


[arch-commits] Commit in python-zope-interface/repos/extra-x86_64 (4 files)

2016-06-10 Thread Felix Yan
Date: Saturday, June 11, 2016 @ 06:55:22
  Author: fyan
Revision: 269316

archrelease: copy trunk to extra-x86_64

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

-+
 PKGBUILD|  116 +-
 __init__.py |4 +-
 2 files changed, 60 insertions(+), 60 deletions(-)

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

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

Deleted: __init__.py
===
--- __init__.py 2016-06-11 04:55:04 UTC (rev 269315)
+++ __init__.py 2016-06-11 04:55:22 UTC (rev 269316)
@@ -1,2 +0,0 @@
-from pkgutil import extend_path
-__path__ = extend_path(__path__, __name__)

Copied: python-zope-interface/repos/extra-x86_64/__init__.py (from rev 269315, 
python-zope-interface/trunk/__init__.py)
===

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

2016-06-10 Thread Gaetan Bisson
Date: Friday, June 10, 2016 @ 23:42:46
  Author: bisson
Revision: 179252

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

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 179251, unbound/trunk/PKGBUILD)
  unbound/repos/community-i686/conf
(from rev 179251, unbound/trunk/conf)
  unbound/repos/community-i686/install
(from rev 179251, unbound/trunk/install)
  unbound/repos/community-i686/service
(from rev 179251, unbound/trunk/service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 179251, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 179251, unbound/trunk/conf)
  unbound/repos/community-x86_64/install
(from rev 179251, unbound/trunk/install)
  unbound/repos/community-x86_64/service
(from rev 179251, unbound/trunk/service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/conf
  unbound/repos/community-i686/install
  unbound/repos/community-i686/service
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/service

---+
 /PKGBUILD |  104 
 /conf |   10 
 /install  |   20 
 /service  |   26 +++
 community-i686/PKGBUILD   |   52 --
 community-i686/conf   |5 --
 community-i686/install|   10 
 community-i686/service|   13 -
 community-x86_64/PKGBUILD |   52 --
 community-x86_64/conf |5 --
 community-x86_64/install  |   10 
 community-x86_64/service  |   13 -
 12 files changed, 160 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-10 21:41:12 UTC (rev 179251)
+++ community-i686/PKGBUILD 2016-06-10 21:42:46 UTC (rev 179252)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.5.8
-pkgrel=2
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='http://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'service'
-'conf')
-sha1sums=('1391888d2e3395d766545cd3dbdf0f1879c48080' 'SKIP'
-  '63fcc187cec6f262d81600e66c6747285c72ad15'
-  '98515708441cb831890a0b6d1986fd40649646c0')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --with-libevent \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --enable-relro-now \
-   --enable-pie \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 179251, 
unbound/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-10 21:42:46 UTC (rev 179252)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.5.9
+pkgrel=1
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='http://unbound.net/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
+source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'service'
+'conf')
+sha1sums=('4882c52aac0abcd72a86ac5d06e9cd39576620ce' 'SKIP'
+  '63fcc187cec6f262d81600e66c6747285c72ad15'
+  '98515708441cb831890a0b6d1986fd40649646c0')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \

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

2016-06-10 Thread Gaetan Bisson
Date: Friday, June 10, 2016 @ 23:41:12
  Author: bisson
Revision: 179251

upstream update

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 20:45:51 UTC (rev 179250)
+++ PKGBUILD2016-06-10 21:41:12 UTC (rev 179251)
@@ -4,8 +4,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.5.8
-pkgrel=2
+pkgver=1.5.9
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -18,7 +18,7 @@
 source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'service'
 'conf')
-sha1sums=('1391888d2e3395d766545cd3dbdf0f1879c48080' 'SKIP'
+sha1sums=('4882c52aac0abcd72a86ac5d06e9cd39576620ce' 'SKIP'
   '63fcc187cec6f262d81600e66c6747285c72ad15'
   '98515708441cb831890a0b6d1986fd40649646c0')
 


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

2016-06-10 Thread Christian Hesse
Date: Friday, June 10, 2016 @ 22:45:40
  Author: eworm
Revision: 179249

upgpkg: xcursor-comix 0.9.0-1

new upstream release

Modified:
  xcursor-comix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 19:04:56 UTC (rev 179248)
+++ PKGBUILD2016-06-10 20:45:40 UTC (rev 179249)
@@ -4,8 +4,8 @@
 # Contributor: Juan Diego Tascon
 
 pkgname=xcursor-comix
-pkgver=0.8.2
-pkgrel=3
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Comix X Cursor Theme"
 url="http://www.kde-look.org/content/show.php/ComixCursors?content=32627";
 depends=('libxcursor')
@@ -12,7 +12,7 @@
 license=('GPL')
 arch=(any)
 
source=("http://www.limitland.de/downloads/comixcursors/ComixCursors-${pkgver}.tar.bz2";)
-sha256sums=('3109e4d19d930a6a2a5c3422ebaaa2002640169118f9b12c042bb64995f3ec31')
+sha256sums=('91e9d7363743450efe173fdf3b01464b8706b161b47dff09ff78a6d161bc2648')
 
 package() {
mkdir -p ${pkgdir}/usr/share/icons


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

2016-06-10 Thread Christian Hesse
Date: Friday, June 10, 2016 @ 22:45:51
  Author: eworm
Revision: 179250

archrelease: copy trunk to community-any

Added:
  xcursor-comix/repos/community-any/PKGBUILD
(from rev 179249, xcursor-comix/trunk/PKGBUILD)
Deleted:
  xcursor-comix/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-10 20:45:40 UTC (rev 179249)
+++ PKGBUILD2016-06-10 20:45:51 UTC (rev 179250)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Dariusz Górecki 
-# Contributor: Juan Diego Tascon
-
-pkgname=xcursor-comix
-pkgver=0.8.2
-pkgrel=3
-pkgdesc="Comix X Cursor Theme"
-url="http://www.kde-look.org/content/show.php/ComixCursors?content=32627";
-depends=('libxcursor')
-license=('GPL')
-arch=(any)
-source=("http://www.limitland.de/downloads/comixcursors/ComixCursors-${pkgver}.tar.bz2";)
-sha256sums=('3109e4d19d930a6a2a5c3422ebaaa2002640169118f9b12c042bb64995f3ec31')
-
-package() {
-   mkdir -p ${pkgdir}/usr/share/icons
-   cp -R ${srcdir}/ComixCursors-[A-Z]* ${pkgdir}/usr/share/icons/
-}
-

Copied: xcursor-comix/repos/community-any/PKGBUILD (from rev 179249, 
xcursor-comix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-10 20:45:51 UTC (rev 179250)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Dariusz Górecki 
+# Contributor: Juan Diego Tascon
+
+pkgname=xcursor-comix
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Comix X Cursor Theme"
+url="http://www.kde-look.org/content/show.php/ComixCursors?content=32627";
+depends=('libxcursor')
+license=('GPL')
+arch=(any)
+source=("http://www.limitland.de/downloads/comixcursors/ComixCursors-${pkgver}.tar.bz2";)
+sha256sums=('91e9d7363743450efe173fdf3b01464b8706b161b47dff09ff78a6d161bc2648')
+
+package() {
+   mkdir -p ${pkgdir}/usr/share/icons
+   cp -R ${srcdir}/ComixCursors-[A-Z]* ${pkgdir}/usr/share/icons/
+}
+


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

2016-06-10 Thread Antonio Rojas
Date: Friday, June 10, 2016 @ 22:43:53
  Author: arojas
Revision: 269314

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  qt5-webengine/repos/kde-unstable-i686/PKGBUILD
(from rev 269313, qt5-webengine/kde-unstable/PKGBUILD)
  
qt5-webengine/repos/kde-unstable-i686/qt5-webengine-fno-delete-null-pointer-checks.patch
(from rev 269313, 
qt5-webengine/kde-unstable/qt5-webengine-fno-delete-null-pointer-checks.patch)
  qt5-webengine/repos/kde-unstable-i686/qt5-webengine-nss.patch
(from rev 269313, qt5-webengine/kde-unstable/qt5-webengine-nss.patch)
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
(from rev 269313, qt5-webengine/kde-unstable/PKGBUILD)
  
qt5-webengine/repos/kde-unstable-x86_64/qt5-webengine-fno-delete-null-pointer-checks.patch
(from rev 269313, 
qt5-webengine/kde-unstable/qt5-webengine-fno-delete-null-pointer-checks.patch)
  qt5-webengine/repos/kde-unstable-x86_64/qt5-webengine-nss.patch
(from rev 269313, qt5-webengine/kde-unstable/qt5-webengine-nss.patch)
Deleted:
  qt5-webengine/repos/kde-unstable-i686/PKGBUILD
  qt5-webengine/repos/kde-unstable-i686/qt5-webengine-nss.patch
  qt5-webengine/repos/kde-unstable-x86_64/PKGBUILD
  qt5-webengine/repos/kde-unstable-x86_64/qt5-webengine-nss.patch

+
 /PKGBUILD  |  116 
++
 /qt5-webengine-nss.patch   |   62 
+
 kde-unstable-i686/PKGBUILD |   57 

 kde-unstable-i686/qt5-webengine-fno-delete-null-pointer-checks.patch   |   27 
++
 kde-unstable-i686/qt5-webengine-nss.patch  |   31 
--
 kde-unstable-x86_64/PKGBUILD   |   57 

 kde-unstable-x86_64/qt5-webengine-fno-delete-null-pointer-checks.patch |   27 
++
 kde-unstable-x86_64/qt5-webengine-nss.patch|   31 
--
 8 files changed, 232 insertions(+), 176 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-06-10 20:43:10 UTC (rev 269313)
+++ kde-unstable-i686/PKGBUILD  2016-06-10 20:43:53 UTC (rev 269314)
@@ -1,57 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webengine
-_qtver=5.7.0-rc
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='Provides support for web applications using the Chromium browser 
project'
-depends=('qt5-webchannel' 'qt5-location' 'libxcomposite' 'libxrandr' 'libxtst' 
'libxcursor' 'libpulse' 'pciutils' 'libxss' 'libvpx' 'opus'
- 'libevent' 'libsrtp' 'jsoncpp' 'libwebp' 'snappy' 'nss' 'libxml2' 
'libxslt' 'protobuf' 'libproxy') # minizip
-makedepends=('python2' 'git' 'gperf')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
 qt5-webengine-nss.patch)
-md5sums=('cb0e6ee6fc580e651f536b5250777d0a'
- '2a1610b34204102938a24154a52e5571')
-
-prepare() {
-  mkdir -p build
-
-  # Hack to force using python2
-  mkdir -p bin
-  ln -s /usr/bin/python2 bin/python
-
-  # Fix opening some websites with recent NSS 
https://github.com/QupZilla/qupzilla/issues/1870 (KaOSx patch)
-  cd ${_pkgfqn}
-  patch -p1 -i ../qt5-webengine-nss.patch
-}
-
-build() {
-  cd build
-
-  # Work around bug in v8 in which GCC 6 optimizes away null pointer checks
-  # https://bugs.chromium.org/p/v8/issues/detail?id=3782
-  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69234
-  CFLAGS+=' -fno-delete-null-pointer-checks'
-
-  export PATH="$srcdir/bin:$PATH"
-  qmake WEBENGINE_CONFIG+=use_proprietary_codecs ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-webengine/repos/kde-unstable-i686/PKGBUILD (from rev 269313, 
qt5-webengine/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-06-10 20:43:53 UTC (rev 269314)
@@ -0,0 +1,58 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webengine
+_qtver=5.7.0-rc
+pkgver=${_qtver/-/}
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='Provides support for web applicatio

[arch-commits] Commit in qt5-webengine/kde-unstable (2 files)

2016-06-10 Thread Antonio Rojas
Date: Friday, June 10, 2016 @ 22:43:10
  Author: arojas
Revision: 269313

Fix v8 segfaults with GCC 6

Added:
  qt5-webengine/kde-unstable/qt5-webengine-fno-delete-null-pointer-checks.patch
Modified:
  qt5-webengine/kde-unstable/PKGBUILD

+
 PKGBUILD   |   17 ++-
 qt5-webengine-fno-delete-null-pointer-checks.patch |   27 +++
 2 files changed, 36 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 17:29:36 UTC (rev 269312)
+++ PKGBUILD2016-06-10 20:43:10 UTC (rev 269313)
@@ -5,7 +5,7 @@
 pkgname=qt5-webengine
 _qtver=5.7.0-rc
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -15,9 +15,12 @@
 makedepends=('python2' 'git' 'gperf')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
 qt5-webengine-nss.patch)
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz";
 qt5-webengine-nss.patch
+qt5-webengine-fno-delete-null-pointer-checks.patch)
+
 md5sums=('cb0e6ee6fc580e651f536b5250777d0a'
- '2a1610b34204102938a24154a52e5571')
+ '2a1610b34204102938a24154a52e5571'
+ '5671a16fef65152928789bffd1f7cf24')
 
 prepare() {
   mkdir -p build
@@ -29,16 +32,14 @@
   # Fix opening some websites with recent NSS 
https://github.com/QupZilla/qupzilla/issues/1870 (KaOSx patch)
   cd ${_pkgfqn}
   patch -p1 -i ../qt5-webengine-nss.patch
+
+  # Workaround for v8 segfaults with GCC 6
+  patch -p1 -i "$srcdir"/qt5-webengine-fno-delete-null-pointer-checks.patch
 }
 
 build() {
   cd build
 
-  # Work around bug in v8 in which GCC 6 optimizes away null pointer checks
-  # https://bugs.chromium.org/p/v8/issues/detail?id=3782
-  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69234
-  CFLAGS+=' -fno-delete-null-pointer-checks'
-
   export PATH="$srcdir/bin:$PATH"
   qmake WEBENGINE_CONFIG+=use_proprietary_codecs ../${_pkgfqn}
   make

Added: qt5-webengine-fno-delete-null-pointer-checks.patch
===
--- qt5-webengine-fno-delete-null-pointer-checks.patch  
(rev 0)
+++ qt5-webengine-fno-delete-null-pointer-checks.patch  2016-06-10 20:43:10 UTC 
(rev 269313)
@@ -0,0 +1,27 @@
+From 5133f095bea2d147e86b99eacaa48363d08db35b Mon Sep 17 00:00:00 2001
+From: Allan Sandfeld Jensen 
+Date: Fri, 10 Jun 2016 14:46:24 +0200
+Subject: [PATCH] Enable -fno_delete_null_pointer_checks on V8 for G++ 6
+
+Detect g++ 6 and disable null pointer check optimizations on v8.
+
+Change-Id: I5064823af3784786d455ce86592b5e65c1020f21
+Task-number: QTBUG-53956
+---
+
+diff --git a/src/core/config/linux.pri b/src/core/config/linux.pri
+index 8854a4b..b579e2a 100644
+--- a/src/core/config/linux.pri
 b/src/core/config/linux.pri
+@@ -29,6 +29,8 @@ use?(nss) {
+ use_openssl_certs=1
+ }
+ 
++gcc:!clang: greaterThan(QT_GCC_MAJOR_VERSION, 5): GYP_CONFIG += 
v8_no_delete_null_pointer_checks=1
++
+ contains(QT_CONFIG, system-zlib): use?(system_minizip): GYP_CONFIG += 
use_system_zlib=1
+ contains(QT_CONFIG, system-png): GYP_CONFIG += use_system_libpng=1
+ contains(QT_CONFIG, system-jpeg): GYP_CONFIG += use_system_libjpeg=1
+-- 
+2.8.3
+


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

2016-06-10 Thread Jelle van der Waa
Date: Friday, June 10, 2016 @ 21:04:56
  Author: jelle
Revision: 179248

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

Added:
  python-pyopencl/repos/community-i686/LICENSE.txt
(from rev 179247, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-i686/PKGBUILD
(from rev 179247, python-pyopencl/trunk/PKGBUILD)
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 179247, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 179247, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-i686/LICENSE.txt
  python-pyopencl/repos/community-i686/PKGBUILD
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

--+
 /LICENSE.txt |   40 +++
 /PKGBUILD|  144 +
 community-i686/LICENSE.txt   |   20 -
 community-i686/PKGBUILD  |   72 
 community-x86_64/LICENSE.txt |   20 -
 community-x86_64/PKGBUILD|   72 
 6 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/LICENSE.txt
===
--- community-i686/LICENSE.txt  2016-06-10 19:04:42 UTC (rev 179247)
+++ community-i686/LICENSE.txt  2016-06-10 19:04:56 UTC (rev 179248)
@@ -1,20 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-i686/LICENSE.txt (from rev 179247, 
python-pyopencl/trunk/LICENSE.txt)
===
--- community-i686/LICENSE.txt  (rev 0)
+++ community-i686/LICENSE.txt  2016-06-10 19:04:56 UTC (rev 179248)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-10 19:04:42 UTC (rev 179247)
+++ community-i686/PKGBUILD 2016-06-10 19:04:56 UTC (rev 179248)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-
-pkgbase=python-pyopencl
-pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2015.2.4
-pkgrel=1
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('i686' 'x86_64')
-url="http://mathema.tician.de/software/pyopencl";
-license=('custom')
-epoch=1
-checkdepends=('python2-six' 'python-six' 'python-appdirs' 'python2-appdirs')
-makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 
'libcl' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 
'python-numpy' 'python2-numpy')
-source=("http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz";
-'LICENSE.txt')
-sha1sums=('1262cb805178c69c1cbaf5d5e7b5f81ffa135326'
-  '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
-
-build() {
-   cd "$srcdir"
-
-   cp -a pyop

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

2016-06-10 Thread Jelle van der Waa
Date: Friday, June 10, 2016 @ 21:04:42
  Author: jelle
Revision: 179247

upgpkg: python-pyopencl 1:2016.1-1

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 16:21:59 UTC (rev 179246)
+++ PKGBUILD2016-06-10 19:04:42 UTC (rev 179247)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pyopencl
 pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2015.2.4
+pkgver=2016.1
 pkgrel=1
 pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 epoch=1
 checkdepends=('python2-six' 'python-six' 'python-appdirs' 'python2-appdirs')
 makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 
'libcl' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 
'python-numpy' 'python2-numpy')
-source=("http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz";
+source=("https://pypi.python.org/packages/cb/4e/fcb45db7d3005f5646f28a3de2a2f8e60a6e4b629f02bbb331320778f3a1/pyopencl-2016.1.tar.gz";
 'LICENSE.txt')
-sha1sums=('1262cb805178c69c1cbaf5d5e7b5f81ffa135326'
+sha1sums=('a57cb6771f6a29f743f33023887f770f7068dbba'
   '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
 
 build() {


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

2016-06-10 Thread Florian Pritz
Date: Friday, June 10, 2016 @ 19:29:31
  Author: bluewind
Revision: 269311

upgpkg: pacman-mirrorlist 20160610-1

upstream update

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 14:44:35 UTC (rev 269310)
+++ PKGBUILD2016-06-10 17:29:31 UTC (rev 269311)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=pacman-mirrorlist
-pkgver=20160606
+pkgver=20160610
 pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('773ddd0dba9a6bd62d36bde5cadc4dd9')
-sha256sums=('5e2c9f0216c7074c5b2764b38ba63eeb205223a22fdbdc95540d1f3c0fd0180f')
+md5sums=('653165cdccb1e26a3add1c9a627b9ff4')
+sha256sums=('e8b3fb6c54e099f8d6e246258442ded794319993353c40186e1ecfe99b617bba')

Modified: mirrorlist
===
--- mirrorlist  2016-06-10 14:44:35 UTC (rev 269310)
+++ mirrorlist  2016-06-10 17:29:31 UTC (rev 269311)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2016-06-06
+## Generated on 2016-06-10
 ##
 
 ## Worldwide
@@ -216,7 +216,7 @@
 #Server = https://arch-mirror.wtako.net/$repo/os/$arch
 
 ## Hungary
-#Server = http://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/$repo/os/$arch
+#Server = 
http://ftp.energia.mta.hu/pub/mirrors/ftp.archlinux.org/$repo/os/$arch
 
 ## Iceland
 #Server = http://mirror.system.is/arch/$repo/os/$arch


[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)

2016-06-10 Thread Florian Pritz
Date: Friday, June 10, 2016 @ 19:29:36
  Author: bluewind
Revision: 269312

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 269311, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 269311, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 269311, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/core-any/upgpkg

+
 PKGBUILD   |   62 ++--
 mirrorlist |  888 +--
 upgpkg |8 
 3 files changed, 479 insertions(+), 479 deletions(-)

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


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

2016-06-10 Thread Jelle van der Waa
Date: Friday, June 10, 2016 @ 18:21:59
  Author: jelle
Revision: 179246

archrelease: copy trunk to community-any

Added:
  python-decorator/repos/community-any/LICENSE.txt
(from rev 179245, python-decorator/trunk/LICENSE.txt)
  python-decorator/repos/community-any/PKGBUILD
(from rev 179245, python-decorator/trunk/PKGBUILD)
Deleted:
  python-decorator/repos/community-any/LICENSE.txt
  python-decorator/repos/community-any/PKGBUILD

-+
 LICENSE.txt |   52 -
 PKGBUILD|  118 +-
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: LICENSE.txt
===
--- LICENSE.txt 2016-06-10 16:21:51 UTC (rev 179245)
+++ LICENSE.txt 2016-06-10 16:21:59 UTC (rev 179246)
@@ -1,26 +0,0 @@
-Copyright (c) 2007, Michele Simionato
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-  Redistributions of source code must retain the above copyright 
-  notice, this list of conditions and the following disclaimer.
-  Redistributions in bytecode form must reproduce the above copyright
-  notice, this list of conditions and the following disclaimer in
-  the documentation and/or other materials provided with the
-  distribution. 
-
-  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-  HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
-  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
-  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
-  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
-  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
-  DAMAGE.

Copied: python-decorator/repos/community-any/LICENSE.txt (from rev 179245, 
python-decorator/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2016-06-10 16:21:59 UTC (rev 179246)
@@ -0,0 +1,26 @@
+Copyright (c) 2007, Michele Simionato
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+  Redistributions of source code must retain the above copyright 
+  notice, this list of conditions and the following disclaimer.
+  Redistributions in bytecode form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in
+  the documentation and/or other materials provided with the
+  distribution. 
+
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+  "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+  HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+  INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+  OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
+  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+  DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-10 16:21:51 UTC (rev 179245)
+++ PKGBUILD2016-06-10 16:21:59 UTC (rev 179246)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Pierre Chapuis 
-
-pkgname=('python-decorator' 'python2-decorator')
-pkgver=4.0.9
-pkgrel=1
-pkgdesc='Python Decorator module'
-arch=('any')
-url='http://pypi.python.org/pypi/decorator'
-license=('BSD')
-makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/d/decorator/decorator-${pkgver}.tar.gz";
-'LICENSE.txt')
-md5sums=('f12c5651ccd707e12a0abaa4f76cd69a'
- '0ca76d2c707f09dbb04acc425ea1a08b')
-
-build() {
-  # Make python and python2 builds possible
-  cp -r decorator-$pkgver decorator2-$pkgver
-
-  cd "$srcdir/decorator-$pkgver"
-
-  python3 setup.py build
-
-  cd "$srcdir/decorator2-$pkgver"
-
-  python2 setup.py build
-}
-
-package_python2-decorator() {
-depends=('python2')
-replaces=('python-decorator<=3.3.2-1')
-  cd "${srcdir}/decorator2-${pkgver}"

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

2016-06-10 Thread Jelle van der Waa
Date: Friday, June 10, 2016 @ 18:21:51
  Author: jelle
Revision: 179245

upgpkg: python-decorator 4.0.10-1

Modified:
  python-decorator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 16:16:57 UTC (rev 179244)
+++ PKGBUILD2016-06-10 16:21:51 UTC (rev 179245)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Chapuis 
 
 pkgname=('python-decorator' 'python2-decorator')
-pkgver=4.0.9
+pkgver=4.0.10
 pkgrel=1
 pkgdesc='Python Decorator module'
 arch=('any')
@@ -10,9 +10,9 @@
 url='http://pypi.python.org/pypi/decorator'
 license=('BSD')
 makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/d/decorator/decorator-${pkgver}.tar.gz";
+source=("https://pypi.python.org/packages/13/8a/4eed41e338e8dcc13ca41c94b142d4d20c0de684ee5065523fee406ce76f/decorator-4.0.10.tar.gz";
 'LICENSE.txt')
-md5sums=('f12c5651ccd707e12a0abaa4f76cd69a'
+md5sums=('434b57fdc3230c500716c5aff8896100'
  '0ca76d2c707f09dbb04acc425ea1a08b')
 
 build() {


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

2016-06-10 Thread Pierre Neidhardt
Date: Friday, June 10, 2016 @ 18:16:57
  Author: ambrevar
Revision: 179244

upgpkg: qutebrowser 0.7.0-1

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 14:44:51 UTC (rev 179243)
+++ PKGBUILD2016-06-10 16:16:57 UTC (rev 179244)
@@ -2,8 +2,8 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=0.6.2
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit"
 arch=("any")
 url="http://www.qutebrowser.org/";
@@ -21,7 +21,7 @@
"pdfjs: Displaying PDF in-browser")
 options=(!emptydirs)
 source=("http://qutebrowser.org/releases/v$pkgver/qutebrowser-$pkgver.tar.gz";)
-sha256sums=('3a4301566f8c183075f32ff53f2cded7fd28b692807e67662749cebf2fdde799')
+sha256sums=('76611616003c04d66a8ab88d9dcaa25f31f1b57cc98358ffb12c3b8320d9bb9f')
 
 build() {
cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in gst-plugins-bad/repos (4 files)

2016-06-10 Thread Jan Steffens
Date: Friday, June 10, 2016 @ 16:42:09
  Author: heftig
Revision: 269306

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

Added:
  gst-plugins-bad/repos/testing-i686/
  gst-plugins-bad/repos/testing-i686/PKGBUILD
(from rev 269305, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/testing-x86_64/
  gst-plugins-bad/repos/testing-x86_64/PKGBUILD
(from rev 269305, gst-plugins-bad/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   51 ++
 testing-x86_64/PKGBUILD |   51 ++
 2 files changed, 102 insertions(+)

Copied: gst-plugins-bad/repos/testing-i686/PKGBUILD (from rev 269305, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-10 14:42:09 UTC (rev 269306)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://gstreamer.freedesktop.org/";
+depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 faac 
celt libdca
+ soundtouch spandsp libdvdnav libmodplug libgme wayland neon libofa 
fluidsynth
+ openjpeg libwebp libsrtp gnutls wildmidi glu sbc rtmpdump libgudev 
graphene)
+makedepends=(schroedinger libexif libdvdread libvdpau libmpeg2 python valgrind 
wildmidi librsvg
+ gobject-introspection gtk-doc gtk3 clutter libtiger ladspa openal 
libusb
+ qt5-declarative qt5-x11extras qt5-wayland vulkan-headers 
vulkan-icd-loader)
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('d7995317530c8773ec088f94d9320909d41da61996b801ebacce9a56af493f97')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/"; \
+--with-gtk=3.0
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gst-plugins-bad/repos/testing-x86_64/PKGBUILD (from rev 269305, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-10 14:42:09 UTC (rev 269306)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://gstreamer.freedesktop.org/";
+depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 faac 
celt libdca
+ soundtouch spandsp libdvdnav libmodplug libgme wayland neon libofa 
fluidsynth
+ openjpeg libwebp libsrtp gnutls wildmidi glu sbc rtmpdump libgudev 
graphene)
+makedepends=(schroedinger libexif libdvdread libvdpau libmpeg2 python valgrind 
wildmidi librsvg
+ gobject-introspection gtk-doc gtk3 clutter libtiger ladspa openal 
libusb
+ qt5-declarative qt5-x11extras qt5-wayland vulkan-headers 
vulkan-icd-loader)
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('d7995317530c8773ec088f94d9320909d41da61996b801ebacce9a56af493f97')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/"; \
+--with-gtk=3.0
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in gst-plugins-bad/trunk (PKGBUILD)

2016-06-10 Thread Jan Steffens
Date: Friday, June 10, 2016 @ 16:41:11
  Author: heftig
Revision: 269305

1.8.2-1

Modified:
  gst-plugins-bad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 14:39:30 UTC (rev 269304)
+++ PKGBUILD2016-06-10 14:41:11 UTC (rev 269305)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-plugins-bad
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Bad Plugins"
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
  qt5-declarative qt5-x11extras qt5-wayland vulkan-headers 
vulkan-icd-loader)
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('0bbd58f363734fc0c4a620b2d6fb01d427fdafdbda7b90b4e15d03b751ca40f5')
+sha256sums=('d7995317530c8773ec088f94d9320909d41da61996b801ebacce9a56af493f97')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-06-10 Thread Jan Steffens
Date: Friday, June 10, 2016 @ 16:39:30
  Author: heftig
Revision: 269304

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

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

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

Copied: gst-python/repos/testing-i686/PKGBUILD (from rev 269303, 
gst-python/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-10 14:39:30 UTC (rev 269304)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan de Groot 
+
+pkgbase=gst-python
+pkgname=('gst-python' 'gst-python2')
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="GStreamer Python binding overrides"
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkg-config' 'python-gobject' 'python2-gobject' 
'gst-plugins-base')
+url="http://gstreamer.freedesktop.org/";
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('4f5015239482014c16f435559a45e6c87930340b65ee04e2e6fa164c8d724d97')
+
+prepare() {
+  mkdir py2 py3
+}
+
+_build() (
+  cd $1
+  # Out-of-tree build fails to check
+  cp -a ../$pkgbase-$pkgver/* .
+  ./configure --prefix=/usr
+  make
+)
+
+build() {
+  _build py3
+  PYTHON=python2 _build py2
+}
+
+check() {
+  make -C py3 check
+  make -C py2 check
+}
+
+package_gst-python() {
+  pkgdesc="${pkgdesc//Python/Python 3}"
+  depends=('python-gobject' 'gst-plugins-base')
+
+  make -C py3 DESTDIR="$pkgdir" install
+}
+
+package_gst-python2() {
+  pkgdesc="${pkgdesc//Python/Python 2}"
+  depends=('python2-gobject' 'gst-plugins-base')
+
+  make -C py2 DESTDIR="$pkgdir" install
+}

Copied: gst-python/repos/testing-x86_64/PKGBUILD (from rev 269303, 
gst-python/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-10 14:39:30 UTC (rev 269304)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan de Groot 
+
+pkgbase=gst-python
+pkgname=('gst-python' 'gst-python2')
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="GStreamer Python binding overrides"
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkg-config' 'python-gobject' 'python2-gobject' 
'gst-plugins-base')
+url="http://gstreamer.freedesktop.org/";
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('4f5015239482014c16f435559a45e6c87930340b65ee04e2e6fa164c8d724d97')
+
+prepare() {
+  mkdir py2 py3
+}
+
+_build() (
+  cd $1
+  # Out-of-tree build fails to check
+  cp -a ../$pkgbase-$pkgver/* .
+  ./configure --prefix=/usr
+  make
+)
+
+build() {
+  _build py3
+  PYTHON=python2 _build py2
+}
+
+check() {
+  make -C py3 check
+  make -C py2 check
+}
+
+package_gst-python() {
+  pkgdesc="${pkgdesc//Python/Python 3}"
+  depends=('python-gobject' 'gst-plugins-base')
+
+  make -C py3 DESTDIR="$pkgdir" install
+}
+
+package_gst-python2() {
+  pkgdesc="${pkgdesc//Python/Python 2}"
+  depends=('python2-gobject' 'gst-plugins-base')
+
+  make -C py2 DESTDIR="$pkgdir" install
+}


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

2016-06-10 Thread Jan Steffens
Date: Friday, June 10, 2016 @ 16:39:02
  Author: heftig
Revision: 269303

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

Added:
  gstreamer-vaapi/repos/testing-i686/
  gstreamer-vaapi/repos/testing-i686/PKGBUILD
(from rev 269302, gstreamer-vaapi/trunk/PKGBUILD)
  gstreamer-vaapi/repos/testing-x86_64/
  gstreamer-vaapi/repos/testing-x86_64/PKGBUILD
(from rev 269302, gstreamer-vaapi/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: gstreamer-vaapi/repos/testing-i686/PKGBUILD (from rev 269302, 
gstreamer-vaapi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-10 14:39:02 UTC (rev 269303)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gstreamer-vaapi
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework VAAPI Plugins"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://gstreamer.freedesktop.org/";
+depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
+makedepends=(gtk-doc)
+options=(!emptydirs)
+source=($url/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('5479e86f593d80c00bbd4a43b16b2027cb935412a2bb22c9ba4ac085627a9229')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --disable-builtin-libvpx --enable-gtk-doc \
+--with-package-name="GStreamer VAAPI Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gstreamer-vaapi/repos/testing-x86_64/PKGBUILD (from rev 269302, 
gstreamer-vaapi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-10 14:39:02 UTC (rev 269303)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gstreamer-vaapi
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework VAAPI Plugins"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://gstreamer.freedesktop.org/";
+depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
+makedepends=(gtk-doc)
+options=(!emptydirs)
+source=($url/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('5479e86f593d80c00bbd4a43b16b2027cb935412a2bb22c9ba4ac085627a9229')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --disable-builtin-libvpx --enable-gtk-doc \
+--with-package-name="GStreamer VAAPI Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-06-10 Thread Jan Steffens
Date: Friday, June 10, 2016 @ 16:38:24
  Author: heftig
Revision: 269302

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

Added:
  gst-libav/repos/testing-i686/
  gst-libav/repos/testing-i686/PKGBUILD
(from rev 269301, gst-libav/trunk/PKGBUILD)
  gst-libav/repos/testing-x86_64/
  gst-libav/repos/testing-x86_64/PKGBUILD
(from rev 269301, gst-libav/trunk/PKGBUILD)

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

Copied: gst-libav/repos/testing-i686/PKGBUILD (from rev 269301, 
gst-libav/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-10 14:38:24 UTC (rev 269302)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-libav
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="Gstreamer libav Plugin"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('gst-plugins-base-libs' 'bzip2' 'ffmpeg')
+makedepends=('python')
+options=(!emptydirs)
+provides=("gst-ffmpeg=$pkgver-$pkgrel")
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('b5f3c7a27b39b5f5c2f0bfd546b0c655020faf6b38d27b64b346c43e5ebf687a')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --with-libav-extra-configure="--enable-runtime-cpudetect" 
\
+--with-package-name="GStreamer libav Plugin (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/"; \
+--with-system-libav
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gst-libav/repos/testing-x86_64/PKGBUILD (from rev 269301, 
gst-libav/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-10 14:38:24 UTC (rev 269302)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-libav
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="Gstreamer libav Plugin"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('gst-plugins-base-libs' 'bzip2' 'ffmpeg')
+makedepends=('python')
+options=(!emptydirs)
+provides=("gst-ffmpeg=$pkgver-$pkgrel")
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('b5f3c7a27b39b5f5c2f0bfd546b0c655020faf6b38d27b64b346c43e5ebf687a')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --with-libav-extra-configure="--enable-runtime-cpudetect" 
\
+--with-package-name="GStreamer libav Plugin (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/"; \
+--with-system-libav
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in gst-plugins-ugly/repos (4 files)

2016-06-10 Thread Jan Steffens
Date: Friday, June 10, 2016 @ 16:37:55
  Author: heftig
Revision: 269301

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

Added:
  gst-plugins-ugly/repos/testing-i686/
  gst-plugins-ugly/repos/testing-i686/PKGBUILD
(from rev 269300, gst-plugins-ugly/trunk/PKGBUILD)
  gst-plugins-ugly/repos/testing-x86_64/
  gst-plugins-ugly/repos/testing-x86_64/PKGBUILD
(from rev 269300, gst-plugins-ugly/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: gst-plugins-ugly/repos/testing-i686/PKGBUILD (from rev 269300, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-10 14:37:55 UTC (rev 269301)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-ugly
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay'
+ 'libcdio' 'libx264' 'opencore-amr' 'mpg123')
+makedepends=('python' 'gtk-doc' 'x264')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('9c5b33a2a98fc1d6d6c99a1b536b1fb2de45f53cc8bf8ab85a8b8141fed1a8ac')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gst-plugins-ugly/repos/testing-x86_64/PKGBUILD (from rev 269300, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-10 14:37:55 UTC (rev 269301)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-ugly
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay'
+ 'libcdio' 'libx264' 'opencore-amr' 'mpg123')
+makedepends=('python' 'gtk-doc' 'x264')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('9c5b33a2a98fc1d6d6c99a1b536b1fb2de45f53cc8bf8ab85a8b8141fed1a8ac')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in gst-plugins-good/repos (4 files)

2016-06-10 Thread Jan Steffens
Date: Friday, June 10, 2016 @ 16:37:25
  Author: heftig
Revision: 269300

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

Added:
  gst-plugins-good/repos/testing-i686/
  gst-plugins-good/repos/testing-i686/PKGBUILD
(from rev 269299, gst-plugins-good/trunk/PKGBUILD)
  gst-plugins-good/repos/testing-x86_64/
  gst-plugins-good/repos/testing-x86_64/PKGBUILD
(from rev 269299, gst-plugins-good/trunk/PKGBUILD)

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

Copied: gst-plugins-good/repos/testing-i686/PKGBUILD (from rev 269299, 
gst-plugins-good/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-10 14:37:25 UTC (rev 269300)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://gstreamer.freedesktop.org/";
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev mpg123)
+makedepends=(gstreamer speex flac libraw1394 python gtk-doc)
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('8d7549118a3b7a009ece6bb38a05b66709c551d32d2adfd89eded4d1d7a23944')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
+#check() {
+#  cd $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gst-plugins-good/repos/testing-x86_64/PKGBUILD (from rev 269299, 
gst-plugins-good/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-10 14:37:25 UTC (rev 269300)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-good
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://gstreamer.freedesktop.org/";
+depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib 
libdv libshout libvpx
+ gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo 
libgudev mpg123)
+makedepends=(gstreamer speex flac libraw1394 python gtk-doc)
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('8d7549118a3b7a009ece6bb38a05b66709c551d32d2adfd89eded4d1d7a23944')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
+#check() {
+#  cd $pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 16:35:57
  Author: fyan
Revision: 179239

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-10 14:35:18 UTC (rev 179238)
+++ community-i686/PKGBUILD 2016-06-10 14:35:57 UTC (rev 179239)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: T. Jameson Little 
-# Contributor: Usagi Ito 
-# Contributor: siasia 
-# Contributor: Julien Nicoulaud 
-
-pkgname=dart
-pkgver=1.16.1
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip";)
-source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip";)
-sha512sums_x86_64=('d8a4cb37e60807610e34b00bf7f1a1d762331376f71f9fdd96fc89806b309ce54c118ab6b3efa408a060604da805524e4b214243387243e826e63198d849bbb8')
-sha512sums_i686=('f67f80587964540650d6b3c377ebba0a3032651a8b714c6494e45c17db828128f7020823f65c251e83f75bea2e043f3f603d21424c05ddf1054e749bba372600')
-
-prepare() {
-  # Fix permissions
-  find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
--or -type f -exec chmod 0644 '{}' +
-  chmod +x "$pkgname-sdk/bin/"*
-
-  cd "$pkgname-sdk/bin"
-
-  # Configure paths
-  setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
-  setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname-sdk/bin"
-  setconf pub BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf pub SDK_DIR "/opt/$pkgname-sdk/"
-  setconf dartfmt BIN_DIR "/opt/$pkgname-sdk/bin"
-  setconf dartfmt SDK_DIR "/opt/$pkgname-sdk/"
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 "../include/dart_api.h" > ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
-
-  # Package the files
-  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer pub dartfmt dartdevc; do
-ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
-  done
-
-  # BSD License
-  install -Dm644 LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-i686/PKGBUILD (from rev 179238, 
dart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-10 14:35:57 UTC (rev 179239)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=1.17.0
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip";)
+source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip";)
+sha512sums_x86_64=('97e6aa73877a7a5854bad37fa4447032dab653b8fd3966283ae28671295e1598b99b4cb9ee733c0a57a7bf05489c3dbd32a3113a3124ac752f8c242e1095383b')
+sha512sums_i686=('032d674960456a53a8e4adcf921a3626f6cd6b87d1dba6aebc96ed0880ff2968c79f5ec8edeb8498497e6b83a467cfea9bb2aa6d16119341e527f607e35b3eea')
+
+prepare() {
+  # Fix permissions
+  find "$pkgname-sdk" -type d -exec chmod 0755 '{}' + \
+-or -type f -exec chmod 0644 '{}' +
+  chmod +x "$pkgname-sdk/bin/"*
+
+  cd "$pkgname-sdk/bin"
+
+  # Configure paths
+  setconf dart2js BIN_DIR "/opt/$pkgname-sdk/bin"
+  setconf dart2js PROG_NAME "/opt/$pkgname-sdk/bin/dart2js"
+  set

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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 16:35:18
  Author: fyan
Revision: 179238

upgpkg: dart 1.17.0-1

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 13:51:16 UTC (rev 179237)
+++ PKGBUILD2016-06-10 14:35:18 UTC (rev 179238)
@@ -7,7 +7,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=dart
-pkgver=1.16.1
+pkgver=1.17.0
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
@@ -17,8 +17,8 @@
 options=('!strip')
 
source_x86_64+=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip";)
 
source_i686+=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip";)
-sha512sums_x86_64=('d8a4cb37e60807610e34b00bf7f1a1d762331376f71f9fdd96fc89806b309ce54c118ab6b3efa408a060604da805524e4b214243387243e826e63198d849bbb8')
-sha512sums_i686=('f67f80587964540650d6b3c377ebba0a3032651a8b714c6494e45c17db828128f7020823f65c251e83f75bea2e043f3f603d21424c05ddf1054e749bba372600')
+sha512sums_x86_64=('97e6aa73877a7a5854bad37fa4447032dab653b8fd3966283ae28671295e1598b99b4cb9ee733c0a57a7bf05489c3dbd32a3113a3124ac752f8c242e1095383b')
+sha512sums_i686=('032d674960456a53a8e4adcf921a3626f6cd6b87d1dba6aebc96ed0880ff2968c79f5ec8edeb8498497e6b83a467cfea9bb2aa6d16119341e527f607e35b3eea')
 
 prepare() {
   # Fix permissions


[arch-commits] Commit in gst-plugins-good/trunk (PKGBUILD)

2016-06-10 Thread Jan Steffens
Date: Friday, June 10, 2016 @ 16:35:10
  Author: heftig
Revision: 269299

1.8.2-1

Modified:
  gst-plugins-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 14:34:00 UTC (rev 269298)
+++ PKGBUILD2016-06-10 14:35:10 UTC (rev 269299)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gst-plugins-good
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Good Plugins"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 makedepends=(gstreamer speex flac libraw1394 python gtk-doc)
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('2103e17921d67894e82eafdd64fb9b06518599952fd93e625bfbc83ffead0972')
+sha256sums=('8d7549118a3b7a009ece6bb38a05b66709c551d32d2adfd89eded4d1d7a23944')
 
 build() {
   cd $pkgname-$pkgver


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

2016-06-10 Thread Jan Steffens
Date: Friday, June 10, 2016 @ 16:34:00
  Author: heftig
Revision: 269298

1.8.2-1

Modified:
  gstreamer-vaapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 14:33:33 UTC (rev 269297)
+++ PKGBUILD2016-06-10 14:34:00 UTC (rev 269298)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gstreamer-vaapi
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework VAAPI Plugins"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(gtk-doc)
 options=(!emptydirs)
 source=($url/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('2580a00fc626ecc60a6fef9a6366f18b6d451db1ca3fe0daf81c6a416a4a33c1')
+sha256sums=('5479e86f593d80c00bbd4a43b16b2027cb935412a2bb22c9ba4ac085627a9229')
 
 build() {
   cd $pkgname-$pkgver


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

2016-06-10 Thread Jan Steffens
Date: Friday, June 10, 2016 @ 16:33:33
  Author: heftig
Revision: 269297

1.8.2-1

Modified:
  gst-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 14:33:06 UTC (rev 269296)
+++ PKGBUILD2016-06-10 14:33:33 UTC (rev 269297)
@@ -5,7 +5,7 @@
 
 pkgbase=gst-python
 pkgname=('gst-python' 'gst-python2')
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="GStreamer Python binding overrides"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkg-config' 'python-gobject' 'python2-gobject' 
'gst-plugins-base')
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('76a3bfb72f9cb81d2b2cf8d07e420478e5b3592ea4b8056bb8c8127f73810a98')
+sha256sums=('4f5015239482014c16f435559a45e6c87930340b65ee04e2e6fa164c8d724d97')
 
 prepare() {
   mkdir py2 py3


[arch-commits] Commit in gst-plugins-ugly/trunk (PKGBUILD)

2016-06-10 Thread Jan Steffens
Date: Friday, June 10, 2016 @ 16:33:06
  Author: heftig
Revision: 269296

1.8.2-1

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 14:32:49 UTC (rev 269295)
+++ PKGBUILD2016-06-10 14:33:06 UTC (rev 269296)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gst-plugins-ugly
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('python' 'gtk-doc' 'x264')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('8e656a9a3be60d7e7ed3fb8e2a22d070b1f54f95d0b22accd876360e659446ce')
+sha256sums=('9c5b33a2a98fc1d6d6c99a1b536b1fb2de45f53cc8bf8ab85a8b8141fed1a8ac')
 
 build() {
   cd $pkgname-$pkgver


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

2016-06-10 Thread Jan Steffens
Date: Friday, June 10, 2016 @ 16:32:49
  Author: heftig
Revision: 269295

1.8.2-1

Modified:
  gst-libav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 14:29:01 UTC (rev 269294)
+++ PKGBUILD2016-06-10 14:32:49 UTC (rev 269295)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gst-libav
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="Gstreamer libav Plugin"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 provides=("gst-ffmpeg=$pkgver-$pkgrel")
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('44a49108c3531b5ac4f346a2247cd7fbafb0e8ab394394cb6d75a70300b38933')
+sha256sums=('b5f3c7a27b39b5f5c2f0bfd546b0c655020faf6b38d27b64b346c43e5ebf687a')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gst-plugins-base/repos (4 files)

2016-06-10 Thread Jan Steffens
Date: Friday, June 10, 2016 @ 16:29:01
  Author: heftig
Revision: 269294

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

Added:
  gst-plugins-base/repos/testing-i686/
  gst-plugins-base/repos/testing-i686/PKGBUILD
(from rev 269293, gst-plugins-base/trunk/PKGBUILD)
  gst-plugins-base/repos/testing-x86_64/
  gst-plugins-base/repos/testing-x86_64/PKGBUILD
(from rev 269293, gst-plugins-base/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   56 ++
 testing-x86_64/PKGBUILD |   56 ++
 2 files changed, 112 insertions(+)

Copied: gst-plugins-base/repos/testing-i686/PKGBUILD (from rev 269293, 
gst-plugins-base/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-10 14:29:01 UTC (rev 269294)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gst-plugins-base
+pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Base Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis'
+ 'libtheora' 'pango' 'gobject-introspection' 'opus')
+options=(!emptydirs)
+url="http://gstreamer.freedesktop.org/";
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('9d7109c8fb0a5dec8edb17b0053c59a46aba7ddf48dc48ea822ebbbd4339d38d')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name="GStreamer Base Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+
+  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  # Testsuite fails on one test. Some refcount leak
+  make check
+}
+
+package_gst-plugins-base-libs() {
+  pkgdesc="GStreamer Multimedia Framework Base Plugin libraries"
+  depends=('gstreamer' 'orc' 'libxv')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+package_gst-plugins-base() {
+  depends=("gst-plugins-base-libs=$pkgver" 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis'
+   'libtheora' 'pango' 'opus')
+
+  cd $pkgbase-$pkgver
+  make -C gst-libs DESTDIR="${pkgdir}" install
+  make -C ext DESTDIR="${pkgdir}" install
+  make -C gst-libs DESTDIR="${pkgdir}" uninstall
+}

Copied: gst-plugins-base/repos/testing-x86_64/PKGBUILD (from rev 269293, 
gst-plugins-base/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-10 14:29:01 UTC (rev 269294)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gst-plugins-base
+pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Base Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 
'libvisual' 'libvorbis'
+ 'libtheora' 'pango' 'gobject-introspection' 'opus')
+options=(!emptydirs)
+url="http://gstreamer.freedesktop.org/";
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('9d7109c8fb0a5dec8edb17b0053c59a46aba7ddf48dc48ea822ebbbd4339d38d')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name="GStreamer Base Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+
+  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  # Testsuite fails on one test. Some refcount leak
+  make check
+}
+
+package_gst-plugins-base-libs() {
+  pkgdesc="GStreamer Multimedia Framework Base Plugin libraries"
+  depends=('gstreamer' 'orc' 'libxv')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+
+package_gst-plugins-base() {
+  depends=("gst-plugins-base-libs=$pkgver" 'alsa-lib' 'cdparanoia' 'libvisual' 
'libvorbis'
+   'libtheora' 'pango' 'opus')
+
+  cd $pkgbase-$pkgver
+  make -C gst-libs DESTDIR="${pkgdir}" install
+  make -C ext DESTDIR="${pkgdir}" install
+  make -C gst-libs DESTDIR="${pkgdir}" uninstall
+}


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

2016-06-10 Thread Jan Steffens
Date: Friday, June 10, 2016 @ 16:28:04
  Author: heftig
Revision: 269293

1.8.2-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 14:20:42 UTC (rev 269292)
+++ PKGBUILD2016-06-10 14:28:04 UTC (rev 269293)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/";
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('15a9de985cd265c344e359f5b19347df4021b7611ed2c2d91917cb900f2fad6f')
+sha256sums=('9d7109c8fb0a5dec8edb17b0053c59a46aba7ddf48dc48ea822ebbbd4339d38d')
 
 build() {
   cd $pkgbase-$pkgver


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

2016-06-10 Thread Jan Steffens
Date: Friday, June 10, 2016 @ 16:20:42
  Author: heftig
Revision: 269292

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

Added:
  gstreamer/repos/testing-i686/
  gstreamer/repos/testing-i686/PKGBUILD
(from rev 269291, gstreamer/trunk/PKGBUILD)
  gstreamer/repos/testing-x86_64/
  gstreamer/repos/testing-x86_64/PKGBUILD
(from rev 269291, gstreamer/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: gstreamer/repos/testing-i686/PKGBUILD (from rev 269291, 
gstreamer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-10 14:20:42 UTC (rev 269292)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gstreamer
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('libxml2' 'glib2')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
+source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
+sha256sums=('9dbebe079c2ab2004ef7f2649fa317cabea1feb4fb5605c24d40744b90918341')
+
+build() {
+  cd "${srcdir}/gstreamer-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/"; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd "${srcdir}/gstreamer-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/gstreamer-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gstreamer/repos/testing-x86_64/PKGBUILD (from rev 269291, 
gstreamer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-10 14:20:42 UTC (rev 269292)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gstreamer
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('libxml2' 'glib2')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
+source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
+sha256sums=('9dbebe079c2ab2004ef7f2649fa317cabea1feb4fb5605c24d40744b90918341')
+
+build() {
+  cd "${srcdir}/gstreamer-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/"; \
+--enable-gtk-doc --disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd "${srcdir}/gstreamer-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/gstreamer-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2016-06-10 Thread Jan Steffens
Date: Friday, June 10, 2016 @ 16:19:39
  Author: heftig
Revision: 269291

1.8.2-1

Modified:
  gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 14:03:49 UTC (rev 269290)
+++ PKGBUILD2016-06-10 14:19:39 UTC (rev 269291)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gstreamer
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework"
 arch=('i686' 'x86_64')
@@ -9,10 +9,9 @@
 license=('LGPL')
 url="http://gstreamer.freedesktop.org/";
 depends=('libxml2' 'glib2')
-optdepends=('sh: feedback script')
 makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
 source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('5a3722fb9302dd977c17ced4240293dc777cb716dc98c8cca63d75c27e5e3107')
+sha256sums=('9dbebe079c2ab2004ef7f2649fa317cabea1feb4fb5605c24d40744b90918341')
 
 build() {
   cd "${srcdir}/gstreamer-${pkgver}"


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

2016-06-10 Thread Jan Steffens
Date: Friday, June 10, 2016 @ 16:03:49
  Author: heftig
Revision: 269290

sha256sums

Modified:
  openresolv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 12:40:52 UTC (rev 269289)
+++ PKGBUILD2016-06-10 14:03:49 UTC (rev 269290)
@@ -15,8 +15,8 @@
 makedepends=(systemd)
 
source=("http://roy.marples.name/downloads/openresolv/${pkgname}-${pkgver}.tar.xz";
 fs33801.patch)
-md5sums=('378cac69367745c03a932559298d6b0d'
- '44a23ce63b45adfc477837cdf6fefd0c')
+sha256sums=('d259d78fd92ac288f1b27959daee11be9a40d70e91af5432046164c260de1d43'
+'466678996689463af748bcdce7ea6f9f24f59004fa4db61fdc04da9f5fff2a6a')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 15:51:16
  Author: fyan
Revision: 179237

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

Added:
  stylish-haskell/repos/community-testing-i686/PKGBUILD
(from rev 179236, stylish-haskell/trunk/PKGBUILD)
  stylish-haskell/repos/community-testing-x86_64/PKGBUILD
(from rev 179236, stylish-haskell/trunk/PKGBUILD)
Deleted:
  stylish-haskell/repos/community-testing-i686/PKGBUILD
  stylish-haskell/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-06-10 13:50:37 UTC (rev 179236)
+++ community-testing-i686/PKGBUILD 2016-06-10 13:51:16 UTC (rev 179237)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=stylish-haskell
-pkgver=0.5.16.0
-pkgrel=9
-pkgdesc="Haskell code prettifier"
-url="https://github.com/jaspervdj/stylish-haskell";
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
- "haskell-strict" "haskell-syb" "haskell-yaml")
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('dc0c7f3fe9e61838374f60eb91b6f72e6b27d1a8a4971938aed7d48d313812bb')
-
-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" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: stylish-haskell/repos/community-testing-i686/PKGBUILD (from rev 179236, 
stylish-haskell/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-06-10 13:51:16 UTC (rev 179237)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.17.0
+pkgrel=1
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-src-exts" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-strict" "haskell-syb" 
"haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('374ad1e8206ae9b41b94b95fef55ad8d439c006fa650e6315ef04eca38e53b78')
+
+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" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2016-06-10 13:50:37 UTC (rev 179236)
+++ community-testing-x86_64/PKGBUILD   2016-06-10 13:51:16 UTC (rev 179237)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=stylish-haskell
-pkgver=0.5.16.0
-pkgrel=9
-pkgdesc="Haskell code prettifier"
-url="https://github.com/jaspervdj/stylish-haskell";
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
- "haskell-strict" "haskell-syb" "haskell-yaml")
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('dc0c7f3fe9e61838374f60eb91b6f72e6b27d1a8a4971938aed7d48d313812bb')
-
-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

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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 15:50:37
  Author: fyan
Revision: 179236

upgpkg: stylish-haskell 0.5.17.0-1

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 13:15:57 UTC (rev 179235)
+++ PKGBUILD2016-06-10 13:50:37 UTC (rev 179236)
@@ -3,17 +3,17 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=stylish-haskell
-pkgver=0.5.16.0
-pkgrel=9
+pkgver=0.5.17.0
+pkgrel=1
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('gmp' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
- "haskell-strict" "haskell-syb" "haskell-yaml")
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-src-exts" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-strict" "haskell-syb" 
"haskell-yaml")
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('dc0c7f3fe9e61838374f60eb91b6f72e6b27d1a8a4971938aed7d48d313812bb')
+sha256sums=('374ad1e8206ae9b41b94b95fef55ad8d439c006fa650e6315ef04eca38e53b78')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in gst-editing-services/repos (4 files)

2016-06-10 Thread Sergej Pupykin
Date: Friday, June 10, 2016 @ 15:15:57
  Author: spupykin
Revision: 179235

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

Added:
  gst-editing-services/repos/community-i686/PKGBUILD
(from rev 179234, gst-editing-services/trunk/PKGBUILD)
  gst-editing-services/repos/community-x86_64/PKGBUILD
(from rev 179234, gst-editing-services/trunk/PKGBUILD)
Deleted:
  gst-editing-services/repos/community-i686/PKGBUILD
  gst-editing-services/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-06-10 13:15:05 UTC (rev 179234)
+++ community-i686/PKGBUILD 2016-06-10 13:15:57 UTC (rev 179235)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Lubosz Sarnecki 
-# Contributor: Kerrick Staley 
-# Contributor: Thijs Vermeir 
-
-pkgname=gst-editing-services
-pkgver=1.8.1
-pkgrel=1
-pkgdesc='GStreamer editing services'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
-depends=('gst-plugins-base')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection'
-'bash-completion')
-source=("http://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-$pkgver.tar.xz";)
-sha256sums=('f5f7e97db04faeaf6ec941652e75221e244b88e570720e031965d81b759e7bd2')
-sha256sums=('897babc2da242438992a2361a74cde16d3feb5eab56c653a3aeb553f45365020')
-
-build() {
-  cd $srcdir/gstreamer-editing-services-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gstreamer-editing-services-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-editing-services/repos/community-i686/PKGBUILD (from rev 179234, 
gst-editing-services/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-10 13:15:57 UTC (rev 179235)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Lubosz Sarnecki 
+# Contributor: Kerrick Staley 
+# Contributor: Thijs Vermeir 
+
+pkgname=gst-editing-services
+pkgver=1.8.2
+pkgrel=1
+pkgdesc='GStreamer editing services'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
+depends=('gst-plugins-base')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection'
+'bash-completion')
+source=("http://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-$pkgver.tar.xz";)
+sha256sums=('f5f7e97db04faeaf6ec941652e75221e244b88e570720e031965d81b759e7bd2')
+sha256sums=('897babc2da242438992a2361a74cde16d3feb5eab56c653a3aeb553f45365020')
+sha256sums=('a1d57ff9461407cca1f6e7a9f31a5bdb73f73f33c488a3e3318b27e10a4332ae')
+
+build() {
+  cd $srcdir/gstreamer-editing-services-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/gstreamer-editing-services-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-06-10 13:15:05 UTC (rev 179234)
+++ community-x86_64/PKGBUILD   2016-06-10 13:15:57 UTC (rev 179235)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Lubosz Sarnecki 
-# Contributor: Kerrick Staley 
-# Contributor: Thijs Vermeir 
-
-pkgname=gst-editing-services
-pkgver=1.8.1
-pkgrel=1
-pkgdesc='GStreamer editing services'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://gstreamer.freedesktop.org/modules/gst-editing-services.html'
-depends=('gst-plugins-base')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection'
-'bash-completion')
-source=("http://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-$pkgver.tar.xz";)
-sha256sums=('f5f7e97db04faeaf6ec941652e75221e244b88e570720e031965d81b759e7bd2')
-sha256sums=('897babc2da242438992a2361a74cde16d3feb5eab56c653a3aeb553f45365020')
-
-build() {
-  cd $srcdir/gstreamer-editing-services-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/gstreamer-editing-services-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-editing-services/repos/community-x86_64/PKGBUILD (from rev 179234, 
gst-editing-services/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-06-10 13:15:57 UTC (rev 179235)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Lubosz Sarnecki 
+# Contributor

[arch-commits] Commit in gst-editing-services/trunk (PKGBUILD)

2016-06-10 Thread Sergej Pupykin
Date: Friday, June 10, 2016 @ 15:15:05
  Author: spupykin
Revision: 179234

upgpkg: gst-editing-services 1.8.2-1

upd

Modified:
  gst-editing-services/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 12:56:03 UTC (rev 179233)
+++ PKGBUILD2016-06-10 13:15:05 UTC (rev 179234)
@@ -5,7 +5,7 @@
 # Contributor: Thijs Vermeir 
 
 pkgname=gst-editing-services
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc='GStreamer editing services'
 arch=('i686' 'x86_64')
@@ -17,6 +17,7 @@
 
source=("http://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-$pkgver.tar.xz";)
 sha256sums=('f5f7e97db04faeaf6ec941652e75221e244b88e570720e031965d81b759e7bd2')
 sha256sums=('897babc2da242438992a2361a74cde16d3feb5eab56c653a3aeb553f45365020')
+sha256sums=('a1d57ff9461407cca1f6e7a9f31a5bdb73f73f33c488a3e3318b27e10a4332ae')
 
 build() {
   cd $srcdir/gstreamer-editing-services-$pkgver


[arch-commits] Commit in perl-unix-syslog/repos (community-any)

2016-06-10 Thread Sergej Pupykin
Date: Friday, June 10, 2016 @ 14:56:03
  Author: spupykin
Revision: 179233

Deleted:
  perl-unix-syslog/repos/community-any/


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

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 14:40:52
  Author: jgc
Revision: 269289

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-10 12:40:45 UTC (rev 269288)
+++ extra-i686/PKGBUILD 2016-06-10 12:40:52 UTC (rev 269289)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=librsvg
-pkgver=2.40.16
-pkgrel=2
-epoch=1
-pkgdesc="A SVG viewing library"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2' 'pango' 'libcroco')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
-options=('!emptydirs')
-url="https://wiki.gnome.org/Projects/LibRsvg";
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d48bcf6b03fa98f07df10332fb49d8c010786ddca6ab34cbba217684f533ff2e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --enable-vala
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: librsvg/repos/extra-i686/PKGBUILD (from rev 269288, 
librsvg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-10 12:40:52 UTC (rev 269289)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=librsvg
+pkgver=2.40.16
+pkgrel=1
+epoch=2
+pkgdesc="A SVG viewing library"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
+options=('!emptydirs')
+url="https://wiki.gnome.org/Projects/LibRsvg";
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d48bcf6b03fa98f07df10332fb49d8c010786ddca6ab34cbba217684f533ff2e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-vala
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-10 12:40:45 UTC (rev 269288)
+++ extra-x86_64/PKGBUILD   2016-06-10 12:40:52 UTC (rev 269289)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=librsvg
-pkgver=2.40.16
-pkgrel=2
-epoch=1
-pkgdesc="A SVG viewing library"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2' 'pango' 'libcroco')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
-options=('!emptydirs')
-url="https://wiki.gnome.org/Projects/LibRsvg";
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d48bcf6b03fa98f07df10332fb49d8c010786ddca6ab34cbba217684f533ff2e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --enable-vala
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: librsvg/repos/extra-x86_64/PKGBUILD (from rev 269288, 
librsvg/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-10 12:40:52 UTC (rev 269289)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=librsvg
+pkgver=2.40.16
+pkgrel=1
+epoch=2
+pkgdesc="A SVG viewing library"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
+options=('!emptydirs')
+url="https://wiki.gnome.org/Projects/LibRsvg";
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d48bcf6b03fa98f07df10332fb49d8c010786ddca6ab34cbba217684f533ff2e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-vala
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" i

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

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 14:40:45
  Author: jgc
Revision: 269288

upgpkg: librsvg 2:2.40.16-1

Switch epoch/pkgver (FS#49650)

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 12:36:03 UTC (rev 269287)
+++ PKGBUILD2016-06-10 12:40:45 UTC (rev 269288)
@@ -3,8 +3,8 @@
 
 pkgname=librsvg
 pkgver=2.40.16
-pkgrel=2
-epoch=1
+pkgrel=1
+epoch=2
 pkgdesc="A SVG viewing library"
 arch=(i686 x86_64)
 license=('LGPL')


[arch-commits] Commit in udisks/trunk (PKGBUILD udisks.service)

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 14:35:56
  Author: jgc
Revision: 269286

upgpkg: udisks 1.0.5-3

Use upstream systemd service files

Modified:
  udisks/trunk/PKGBUILD
Deleted:
  udisks/trunk/udisks.service

+
 PKGBUILD   |   12 +++-
 udisks.service |   10 --
 2 files changed, 3 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 11:55:00 UTC (rev 269285)
+++ PKGBUILD2016-06-10 12:35:56 UTC (rev 269286)
@@ -3,7 +3,7 @@
 
 pkgname=udisks
 pkgver=1.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Disk Management Service"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/udisks";
@@ -12,8 +12,9 @@
  'parted' 'device-mapper' 'libatasmart' 'lsof' 'libgudev')
 makedepends=('intltool' 'docbook-xsl')
 source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
-udisks.service
 drop-pci-db.patch)
+md5sums=('70d48dcfe523a74cd7c7fbbc2847fcdd'
+ '773cccd70afd18ace4332037feff67ec')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -48,13 +49,6 @@
   mv "${pkgdir}"/sbin/umount.udisks "${pkgdir}"/usr/bin/
   rm -r "${pkgdir}"/sbin
 
-  install -Dm644 "$srcdir/udisks.service" 
"$pkgdir/usr/lib/systemd/system/udisks.service"
-  echo "SystemdService=udisks.service" \
->> 
"$pkgdir/usr/share/dbus-1/system-services/org.freedesktop.UDisks.service"
-
   # install the /media folder
   install -d -m 755 $pkgdir/media
 }
-md5sums=('70d48dcfe523a74cd7c7fbbc2847fcdd'
- '5d80832b4d4da72beeb45c15b63a1481'
- '773cccd70afd18ace4332037feff67ec')

Deleted: udisks.service
===
--- udisks.service  2016-06-10 11:55:00 UTC (rev 269285)
+++ udisks.service  2016-06-10 12:35:56 UTC (rev 269286)
@@ -1,10 +0,0 @@
-[Unit]
-Description=UDisks
-
-[Service]
-Type=dbus
-BusName=org.freedesktop.UDisks
-ExecStart=/usr/lib/udisks/udisks-daemon
-
-[Install]
-WantedBy=graphical.target


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

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 14:36:03
  Author: jgc
Revision: 269287

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

Added:
  udisks/repos/extra-i686/PKGBUILD
(from rev 269286, udisks/trunk/PKGBUILD)
  udisks/repos/extra-i686/drop-pci-db.patch
(from rev 269286, udisks/trunk/drop-pci-db.patch)
  udisks/repos/extra-x86_64/PKGBUILD
(from rev 269286, udisks/trunk/PKGBUILD)
  udisks/repos/extra-x86_64/drop-pci-db.patch
(from rev 269286, udisks/trunk/drop-pci-db.patch)
Deleted:
  udisks/repos/extra-i686/PKGBUILD
  udisks/repos/extra-i686/drop-pci-db.patch
  udisks/repos/extra-i686/udisks.service
  udisks/repos/extra-x86_64/PKGBUILD
  udisks/repos/extra-x86_64/drop-pci-db.patch
  udisks/repos/extra-x86_64/udisks.service

+
 /PKGBUILD  |  108 +++
 /drop-pci-db.patch |   56 
 extra-i686/PKGBUILD|   60 -
 extra-i686/drop-pci-db.patch   |   28 --
 extra-i686/udisks.service  |   10 ---
 extra-x86_64/PKGBUILD  |   60 -
 extra-x86_64/drop-pci-db.patch |   28 --
 extra-x86_64/udisks.service|   10 ---
 8 files changed, 164 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-10 12:35:56 UTC (rev 269286)
+++ extra-i686/PKGBUILD 2016-06-10 12:36:03 UTC (rev 269287)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-
-pkgname=udisks
-pkgver=1.0.5
-pkgrel=2
-pkgdesc="Disk Management Service"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/wiki/Software/udisks";
-license=('GPL')
-depends=('systemd' 'util-linux' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit'
- 'parted' 'device-mapper' 'libatasmart' 'lsof' 'libgudev')
-makedepends=('intltool' 'docbook-xsl')
-source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
-udisks.service
-drop-pci-db.patch)
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # https://bugs.freedesktop.org/show_bug.cgi?id=90778
-  sed -i '1i #include ' src/helpers/job-drive-detach.c
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/udisks --disable-static
-
-  patch -p1 < ../drop-pci-db.patch
-
-  make
-  # fix mdadm location
-  sed -i -e 's#/sbin/mdadm#/usr/bin/mdadm#g' \
-"${srcdir}/${pkgname}-${pkgver}"/data/80-udisks.rules
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make profiledir=/usr/share/bash-completion/completions DESTDIR="${pkgdir}" 
install
-  chmod 644 
"${pkgdir}/usr/share/bash-completion/completions/udisks-bash-completion.sh"
-
-  # move udev helpers and rules to /usr/lib
-  mv "${pkgdir}"/lib/udev "${pkgdir}"/usr/lib/
-  rm -r "${pkgdir}"/lib
-
-  # move umount helper to /usr/bin
-  mv "${pkgdir}"/sbin/umount.udisks "${pkgdir}"/usr/bin/
-  rm -r "${pkgdir}"/sbin
-
-  install -Dm644 "$srcdir/udisks.service" 
"$pkgdir/usr/lib/systemd/system/udisks.service"
-  echo "SystemdService=udisks.service" \
->> 
"$pkgdir/usr/share/dbus-1/system-services/org.freedesktop.UDisks.service"
-
-  # install the /media folder
-  install -d -m 755 $pkgdir/media
-}
-md5sums=('70d48dcfe523a74cd7c7fbbc2847fcdd'
- '5d80832b4d4da72beeb45c15b63a1481'
- '773cccd70afd18ace4332037feff67ec')

Copied: udisks/repos/extra-i686/PKGBUILD (from rev 269286, 
udisks/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-10 12:36:03 UTC (rev 269287)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+
+pkgname=udisks
+pkgver=1.0.5
+pkgrel=3
+pkgdesc="Disk Management Service"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/udisks";
+license=('GPL')
+depends=('systemd' 'util-linux' 'sg3_utils' 'glib2' 'dbus-glib' 'polkit'
+ 'parted' 'device-mapper' 'libatasmart' 'lsof' 'libgudev')
+makedepends=('intltool' 'docbook-xsl')
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
+drop-pci-db.patch)
+md5sums=('70d48dcfe523a74cd7c7fbbc2847fcdd'
+ '773cccd70afd18ace4332037feff67ec')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # https://bugs.freedesktop.org/show_bug.cgi?id=90778
+  sed -i '1i #include ' src/helpers/job-drive-detach.c
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/udisks --disable-static
+
+  patch -p1 < ../drop-pci-db.patch
+
+  make
+  # fix mdadm location
+  sed -i -e 's#/sbin/mdadm#/usr/bin/mdadm#g' \
+"${srcdir}/${pkgname}-${pkgver}"/data/80-udisks.rules
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make profiledir=/usr/share/bash-completion/completions DE

[arch-commits] Commit in meld/trunk (PKGBUILD fix-dark-style.patch)

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 13:54:55
  Author: jgc
Revision: 269284

upgpkg: meld 3.16.0-2

Fix dark theme (FS#49170)

Added:
  meld/trunk/fix-dark-style.patch
Modified:
  meld/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 fix-dark-style.patch |   25 +
 2 files changed, 31 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 11:26:33 UTC (rev 269283)
+++ PKGBUILD2016-06-10 11:54:55 UTC (rev 269284)
@@ -6,7 +6,7 @@
 
 pkgname=meld
 pkgver=3.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Visual diff and merge tool'
 url='http://meldmerge.org/'
 license=(GPL)
@@ -14,8 +14,10 @@
 makedepends=(intltool itstool)
 depends=(python2-gobject python2-cairo gtksourceview3 
gsettings-desktop-schemas)
 optdepends=('python2-dbus: open a new tab in an already running instance')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz";)
-sha1sums=('12cd5074ad23650776334cf3d1f2d803d5f2db97')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz";
+   fix-dark-style.patch)
+sha1sums=('12cd5074ad23650776334cf3d1f2d803d5f2db97'
+  'b0c0d299524fb0ee57c47a723a570fc057766a51')
 
 # Meld does not support Python 3. The build succeeds, but
 # the main executable checks the version and errors out.
@@ -22,6 +24,7 @@
 
 prepare() {
   cd $pkgname-$pkgver
+  patch -Np1 -i ../fix-dark-style.patch
 }
 
 build() {

Added: fix-dark-style.patch
===
--- fix-dark-style.patch(rev 0)
+++ fix-dark-style.patch2016-06-10 11:54:55 UTC (rev 269284)
@@ -0,0 +1,25 @@
+From ff6f12bc870372b4409e9705c4b9f111e48b8c97 Mon Sep 17 00:00:00 2001
+From: Kai Willadsen 
+Date: Sat, 14 May 2016 06:51:38 +1000
+Subject: data: Fix unknown-text in meld-dark style
+
+---
+ data/styles/meld-dark.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/styles/meld-dark.xml b/data/styles/meld-dark.xml
+index da89251..74c49e8 100644
+--- a/data/styles/meld-dark.xml
 b/data/styles/meld-dark.xml
+@@ -11,7 +11,7 @@
+   
+   
+   
+-  
++  
+   
+   
+   
+-- 
+cgit v0.12
+


[arch-commits] Commit in meld/repos/extra-any (PKGBUILD PKGBUILD fix-dark-style.patch)

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 13:55:00
  Author: jgc
Revision: 269285

archrelease: copy trunk to extra-any

Added:
  meld/repos/extra-any/PKGBUILD
(from rev 269284, meld/trunk/PKGBUILD)
  meld/repos/extra-any/fix-dark-style.patch
(from rev 269284, meld/trunk/fix-dark-style.patch)
Deleted:
  meld/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   77 +
 fix-dark-style.patch |   25 +++
 2 files changed, 65 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-10 11:54:55 UTC (rev 269284)
+++ PKGBUILD2016-06-10 11:55:00 UTC (rev 269285)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Gaetan Bisson 
-# Contributor: Daniel J Griffiths 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=meld
-pkgver=3.16.0
-pkgrel=1
-pkgdesc='Visual diff and merge tool'
-url='http://meldmerge.org/'
-license=(GPL)
-arch=(any)
-makedepends=(intltool itstool)
-depends=(python2-gobject python2-cairo gtksourceview3 
gsettings-desktop-schemas)
-optdepends=('python2-dbus: open a new tab in an already running instance')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz";)
-sha1sums=('12cd5074ad23650776334cf3d1f2d803d5f2db97')
-
-# Meld does not support Python 3. The build succeeds, but
-# the main executable checks the version and errors out.
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  # using --skip-build breaks install
-  python2 setup.py --no-update-icon-cache --no-compile-schemas \
-install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: meld/repos/extra-any/PKGBUILD (from rev 269284, meld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-10 11:55:00 UTC (rev 269285)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=meld
+pkgver=3.16.0
+pkgrel=2
+pkgdesc='Visual diff and merge tool'
+url='http://meldmerge.org/'
+license=(GPL)
+arch=(any)
+makedepends=(intltool itstool)
+depends=(python2-gobject python2-cairo gtksourceview3 
gsettings-desktop-schemas)
+optdepends=('python2-dbus: open a new tab in an already running instance')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz";
+   fix-dark-style.patch)
+sha1sums=('12cd5074ad23650776334cf3d1f2d803d5f2db97'
+  'b0c0d299524fb0ee57c47a723a570fc057766a51')
+
+# Meld does not support Python 3. The build succeeds, but
+# the main executable checks the version and errors out.
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../fix-dark-style.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  # using --skip-build breaks install
+  python2 setup.py --no-update-icon-cache --no-compile-schemas \
+install --prefix=/usr --root="$pkgdir" --optimize=1
+}

Copied: meld/repos/extra-any/fix-dark-style.patch (from rev 269284, 
meld/trunk/fix-dark-style.patch)
===
--- fix-dark-style.patch(rev 0)
+++ fix-dark-style.patch2016-06-10 11:55:00 UTC (rev 269285)
@@ -0,0 +1,25 @@
+From ff6f12bc870372b4409e9705c4b9f111e48b8c97 Mon Sep 17 00:00:00 2001
+From: Kai Willadsen 
+Date: Sat, 14 May 2016 06:51:38 +1000
+Subject: data: Fix unknown-text in meld-dark style
+
+---
+ data/styles/meld-dark.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/styles/meld-dark.xml b/data/styles/meld-dark.xml
+index da89251..74c49e8 100644
+--- a/data/styles/meld-dark.xml
 b/data/styles/meld-dark.xml
+@@ -11,7 +11,7 @@
+   
+   
+   
+-  
++  
+   
+   
+   
+-- 
+cgit v0.12
+


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

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 13:26:33
  Author: jgc
Revision: 269283

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-10 11:26:25 UTC (rev 269282)
+++ extra-i686/PKGBUILD 2016-06-10 11:26:33 UTC (rev 269283)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=librsvg
-pkgver=2.40.15
-pkgrel=2
-epoch=2
-pkgdesc="A SVG viewing library"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2' 'pango' 'libcroco')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
-options=('!emptydirs')
-url="https://live.gnome.org/LibRsvg";
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d9cac4a123eec6e553a26e120979bab7425def9ae7ce7c079eba5e4a45db05f4')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --enable-vala
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: librsvg/repos/extra-i686/PKGBUILD (from rev 269282, 
librsvg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-10 11:26:33 UTC (rev 269283)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=librsvg
+pkgver=2.40.16
+pkgrel=2
+epoch=1
+pkgdesc="A SVG viewing library"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
+options=('!emptydirs')
+url="https://wiki.gnome.org/Projects/LibRsvg";
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d48bcf6b03fa98f07df10332fb49d8c010786ddca6ab34cbba217684f533ff2e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-vala
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-10 11:26:25 UTC (rev 269282)
+++ extra-x86_64/PKGBUILD   2016-06-10 11:26:33 UTC (rev 269283)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=librsvg
-pkgver=2.40.15
-pkgrel=2
-epoch=2
-pkgdesc="A SVG viewing library"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2' 'pango' 'libcroco')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
-options=('!emptydirs')
-url="https://live.gnome.org/LibRsvg";
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d9cac4a123eec6e553a26e120979bab7425def9ae7ce7c079eba5e4a45db05f4')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --enable-vala
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: librsvg/repos/extra-x86_64/PKGBUILD (from rev 269282, 
librsvg/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-10 11:26:33 UTC (rev 269283)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=librsvg
+pkgver=2.40.16
+pkgrel=2
+epoch=1
+pkgdesc="A SVG viewing library"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
+options=('!emptydirs')
+url="https://wiki.

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

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 13:26:25
  Author: jgc
Revision: 269282

upgpkg: librsvg 1:2.40.16-2

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 10:43:22 UTC (rev 269281)
+++ PKGBUILD2016-06-10 11:26:25 UTC (rev 269282)
@@ -2,9 +2,9 @@
 # Maintainer: Jan de Groot 
 
 pkgname=librsvg
-pkgver=2.40.15
+pkgver=2.40.16
 pkgrel=2
-epoch=2
+epoch=1
 pkgdesc="A SVG viewing library"
 arch=(i686 x86_64)
 license=('LGPL')
@@ -11,19 +11,15 @@
 depends=('gdk-pixbuf2' 'pango' 'libcroco')
 makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
 options=('!emptydirs')
-url="https://live.gnome.org/LibRsvg";
+url="https://wiki.gnome.org/Projects/LibRsvg";
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d9cac4a123eec6e553a26e120979bab7425def9ae7ce7c079eba5e4a45db05f4')
+sha256sums=('d48bcf6b03fa98f07df10332fb49d8c010786ddca6ab34cbba217684f533ff2e')
 
-prepare() {
-  cd $pkgname-$pkgver
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static --enable-vala
 
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
 
   make
 }


[arch-commits] Commit in lib32-expat/repos/multilib-x86_64 (7 files)

2016-06-10 Thread Levente Polyak
Date: Friday, June 10, 2016 @ 13:08:15
  Author: anthraxx
Revision: 179232

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-expat/repos/multilib-x86_64/CVE-2015-1283-refix.patch
(from rev 179231, lib32-expat/trunk/CVE-2015-1283-refix.patch)
  lib32-expat/repos/multilib-x86_64/CVE-2016-0718-v2-2-1.patch
(from rev 179231, lib32-expat/trunk/CVE-2016-0718-v2-2-1.patch)
  lib32-expat/repos/multilib-x86_64/PKGBUILD
(from rev 179231, lib32-expat/trunk/PKGBUILD)
  lib32-expat/repos/multilib-x86_64/cve-2012-6702-plus-cve-2016-5300-v1.patch
(from rev 179231, 
lib32-expat/trunk/cve-2012-6702-plus-cve-2016-5300-v1.patch)
Deleted:
  lib32-expat/repos/multilib-x86_64/CVE-2015-1283-refix.patch
  lib32-expat/repos/multilib-x86_64/CVE-2016-0718-v2-2-1.patch
  lib32-expat/repos/multilib-x86_64/PKGBUILD

---+
 CVE-2015-1283-refix.patch |   76 -
 CVE-2016-0718-v2-2-1.patch| 1512 ++--
 PKGBUILD  |   87 -
 cve-2012-6702-plus-cve-2016-5300-v1.patch |  134 ++
 4 files changed, 973 insertions(+), 836 deletions(-)

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


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

2016-06-10 Thread Levente Polyak
Date: Friday, June 10, 2016 @ 13:08:07
  Author: anthraxx
Revision: 179231

upgpkg: lib32-expat 2.1.1-3 (security: CVE-2012-6702 CVE-2016-5300)

Added:
  lib32-expat/trunk/cve-2012-6702-plus-cve-2016-5300-v1.patch
Modified:
  lib32-expat/trunk/PKGBUILD

---+
 PKGBUILD  |9 +
 cve-2012-6702-plus-cve-2016-5300-v1.patch |  134 
 2 files changed, 140 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 10:42:07 UTC (rev 179230)
+++ PKGBUILD2016-06-10 11:08:07 UTC (rev 179231)
@@ -4,7 +4,7 @@
 _pkgbasename=expat
 pkgname=lib32-${_pkgbasename}
 pkgver=2.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="An XML Parser library written in C (32 bit)"
 arch=('x86_64')
 url="http://expat.sourceforge.net/";
@@ -12,15 +12,18 @@
 depends=('lib32-glibc' "${_pkgbasename}")
 
source=(http://downloads.sourceforge.net/sourceforge/expat/${_pkgbasename}-${pkgver}.tar.bz2
 CVE-2015-1283-refix.patch
-CVE-2016-0718-v2-2-1.patch)
+CVE-2016-0718-v2-2-1.patch
+   cve-2012-6702-plus-cve-2016-5300-v1.patch)
 md5sums=('7380a64a8e3a9d66a9887b01d0d7ea81'
  'd54dd69a14bedb86fc6f6e0c0be5c4a4'
- 'beb1b2dc1f0d988ed85a5dd30a3b322a')
+ 'beb1b2dc1f0d988ed85a5dd30a3b322a'
+ '0d0df76777dc43221e4fc4522601d803')
 
 prepare() {
   cd "${srcdir}/${_pkgbasename}-${pkgver}"
   patch -p2 < "${srcdir}/CVE-2015-1283-refix.patch"
   patch -p2 < "${srcdir}/CVE-2016-0718-v2-2-1.patch"
+  patch -p2 < "${srcdir}/cve-2012-6702-plus-cve-2016-5300-v1.patch"
 }
 
 build() {

Added: cve-2012-6702-plus-cve-2016-5300-v1.patch
===
--- cve-2012-6702-plus-cve-2016-5300-v1.patch   (rev 0)
+++ cve-2012-6702-plus-cve-2016-5300-v1.patch   2016-06-10 11:08:07 UTC (rev 
179231)
@@ -0,0 +1,134 @@
+From cb31522769d11a375078a073cba94e7176cb48a4 Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping 
+Date: Wed, 16 Mar 2016 15:30:12 +0100
+Subject: [PATCH] Resolve call to srand, use more entropy (patch version 1.0)
+
+Squashed backport against vanilla Expat 2.1.1, addressing:
+* CVE-2012-6702 -- unanticipated internal calls to srand
+* CVE-2016-5300 -- use of too little entropy
+
+Since commit e3e81a6d9f0885ea02d3979151c358f314bf3d6d
+(released with Expat 2.1.0) Expat called srand by itself
+from inside generate_hash_secret_salt for an instance
+of XML_Parser if XML_SetHashSalt was either (a) not called
+for that instance or if (b) salt 0 was passed to XML_SetHashSalt
+prior to parsing.  That call to srand passed (rather litle)
+entropy extracted from the current time as a seed for srand.
+
+That call to srand (1) broke repeatability for code calling
+srand with a non-random seed prior to parsing with Expat,
+and (2) resulted in a rather small set of hashing salts in
+Expat in total.
+
+For a short- to mid-term fix, the new approach avoids calling
+srand altogether, extracts more entropy out of the clock and
+other sources, too.
+
+For a long term fix, we may want to read sizeof(long) bytes
+from a source like getrandom(..) on Linux, and from similar
+sources on other supported architectures.
+
+https://bugzilla.redhat.com/show_bug.cgi?id=1197087
+---
+ expat/CMakeLists.txt |  3 +++
+ expat/lib/xmlparse.c | 48 +---
+ 2 files changed, 44 insertions(+), 7 deletions(-)
+
+diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt
+index 353627e..524d514 100755
+--- a/expat/CMakeLists.txt
 b/expat/CMakeLists.txt
+@@ -41,6 +41,9 @@ include_directories(${CMAKE_BINARY_DIR} 
${CMAKE_SOURCE_DIR}/lib)
+ if(MSVC)
+ add_definitions(-D_CRT_SECURE_NO_WARNINGS -wd4996)
+ endif(MSVC)
++if(WIN32)
++add_definitions(-DCOMPILED_FROM_DSP)
++endif(WIN32)
+ 
+ set(expat_SRCS
+ lib/xmlparse.c
+diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c
+index e308c79..c5f942f 100644
+--- a/expat/lib/xmlparse.c
 b/expat/lib/xmlparse.c
+@@ -6,7 +6,14 @@
+ #include  /* memset(), memcpy() */
+ #include 
+ #include  /* UINT_MAX */
+-#include/* time() */
++
++#ifdef COMPILED_FROM_DSP
++#define getpid GetCurrentProcessId
++#else
++#include/* gettimeofday() */
++#include   /* getpid() */
++#include  /* getpid() */
++#endif
+ 
+ #define XML_BUILDING_EXPAT 1
+ 
+@@ -432,7 +439,7 @@ static ELEMENT_TYPE *
+ getElementType(XML_Parser parser, const ENCODING *enc,
+const char *ptr, const char *end);
+ 
+-static unsigned long generate_hash_secret_salt(void);
++static unsigned long generate_hash_secret_salt(XML_Parser parser);
+ static XML_Bool startParsing(XML_Parser parser);
+ 
+ static XML_Parser
+@@ -691,11 +698,38 @@ static const XML_Char implicitContext[] = {
+ };
+ 
+ static unsigned long
+-

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

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 12:43:22
  Author: jgc
Revision: 269281

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

Added:
  a52dec/repos/extra-i686/PKGBUILD
(from rev 269280, a52dec/trunk/PKGBUILD)
  a52dec/repos/extra-i686/a52dec-0.7.4-build.patch
(from rev 269280, a52dec/trunk/a52dec-0.7.4-build.patch)
  a52dec/repos/extra-i686/stderr.patch
(from rev 269280, a52dec/trunk/stderr.patch)
  a52dec/repos/extra-x86_64/PKGBUILD
(from rev 269280, a52dec/trunk/PKGBUILD)
  a52dec/repos/extra-x86_64/a52dec-0.7.4-build.patch
(from rev 269280, a52dec/trunk/a52dec-0.7.4-build.patch)
  a52dec/repos/extra-x86_64/stderr.patch
(from rev 269280, a52dec/trunk/stderr.patch)
Deleted:
  a52dec/repos/extra-i686/PKGBUILD
  a52dec/repos/extra-i686/a52dec-0.7.4-build.patch
  a52dec/repos/extra-x86_64/PKGBUILD
  a52dec/repos/extra-x86_64/a52dec-0.7.4-build.patch

---+
 /PKGBUILD |   82 
 /a52dec-0.7.4-build.patch |   54 +
 extra-i686/PKGBUILD   |   37 --
 extra-i686/a52dec-0.7.4-build.patch   |   27 --
 extra-i686/stderr.patch   |   17 ++
 extra-x86_64/PKGBUILD |   37 --
 extra-x86_64/a52dec-0.7.4-build.patch |   27 --
 extra-x86_64/stderr.patch |   17 ++
 8 files changed, 170 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-10 10:43:14 UTC (rev 269280)
+++ extra-i686/PKGBUILD 2016-06-10 10:43:22 UTC (rev 269281)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Thomas Baechler 
-# Contributor: Sarah Hay 
-
-pkgname=a52dec
-pkgver=0.7.4
-pkgrel=8
-pkgdesc="A free library for decoding ATSC A/52 streams"
-url="http://liba52.sourceforge.net/";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('glibc')
-source=("http://liba52.sourceforge.net/files/${pkgname}-${pkgver}.tar.gz";
-'a52dec-0.7.4-build.patch')
-md5sums=('caa9f5bc44232dc8aeea773fea56be80'
- 'fa16f224a7dceb7613824380abef0052')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  patch -Np1 -i ../a52dec-0.7.4-build.patch
-  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
-  mv configure.in configure.ac
-  ./bootstrap
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -m644 liba52/a52_internal.h "${pkgdir}/usr/include/a52dec/"
-}

Copied: a52dec/repos/extra-i686/PKGBUILD (from rev 269280, 
a52dec/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-10 10:43:22 UTC (rev 269281)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: Thomas Baechler 
+# Contributor: Sarah Hay 
+
+pkgname=a52dec
+pkgver=0.7.4
+pkgrel=9
+pkgdesc="A free library for decoding ATSC A/52 streams"
+url="http://liba52.sourceforge.net/";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('glibc')
+source=("http://liba52.sourceforge.net/files/${pkgname}-${pkgver}.tar.gz";
+'a52dec-0.7.4-build.patch'
+'stderr.patch')
+md5sums=('caa9f5bc44232dc8aeea773fea56be80'
+ 'fa16f224a7dceb7613824380abef0052'
+ '52f57e003259a24516eaab08b64ae703')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 -i ../a52dec-0.7.4-build.patch
+  patch -Np1 -i ../stderr.patch
+  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
+  mv configure.in configure.ac
+  ./bootstrap
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -m644 liba52/a52_internal.h "${pkgdir}/usr/include/a52dec/"
+}

Deleted: extra-i686/a52dec-0.7.4-build.patch
===
--- extra-i686/a52dec-0.7.4-build.patch 2016-06-10 10:43:14 UTC (rev 269280)
+++ extra-i686/a52dec-0.7.4-build.patch 2016-06-10 10:43:22 UTC (rev 269281)
@@ -1,27 +0,0 @@
-diff -Naur a52dec-0.7.4.orig/liba52/Makefile.am a52dec-0.7.4/liba52/Makefile.am
 a52dec-0.7.4.orig/liba52/Makefile.am   2002-01-27 20:36:48.0 
-0800
-+++ a52dec-0.7.4/liba52/Makefile.am2004-11-05 01:10:21.317401872 -0800
-@@ -1,4 +1,3 @@
--CFLAGS = @CFLAGS@ @LIBA52_CFLAGS@
- 
- lib_LTLIBRARIES = liba52.la
- 
-diff -Naur a52dec-0.7.4.orig/liba52/configure.incl 
a52dec-0.7.4/liba52/configure.incl
 a52dec-0.7.4.orig/liba52/configure.incl2002-01-27 20:36:48.0 
-0800
-+++ a52dec-0.7.4/liba52/configure.incl 2004-11-05 01:11:38.172672216 -0800
-@@ -2,7 +2,6 @@
- AC_SUBST([LIBA52_LIBS])
- 
- dnl avoid -fPIC when possible
--LIBA52_CFLAGS="$LIBA52_CFL

[arch-commits] Commit in a52dec/trunk (PKGBUILD stderr.patch)

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 12:43:14
  Author: jgc
Revision: 269280

upgpkg: a52dec 0.7.4-9

Fix FS#38602

Added:
  a52dec/trunk/stderr.patch
Modified:
  a52dec/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 stderr.patch |   17 +
 2 files changed, 25 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 10:27:20 UTC (rev 269279)
+++ PKGBUILD2016-06-10 10:43:14 UTC (rev 269280)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer:
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
 # Contributor: Thomas Baechler 
 # Contributor: Sarah Hay 
 
 pkgname=a52dec
 pkgver=0.7.4
-pkgrel=8
+pkgrel=9
 pkgdesc="A free library for decoding ATSC A/52 streams"
 url="http://liba52.sourceforge.net/";
 arch=('i686' 'x86_64')
@@ -12,13 +13,16 @@
 license=('GPL2')
 depends=('glibc')
 source=("http://liba52.sourceforge.net/files/${pkgname}-${pkgver}.tar.gz";
-'a52dec-0.7.4-build.patch')
+'a52dec-0.7.4-build.patch'
+'stderr.patch')
 md5sums=('caa9f5bc44232dc8aeea773fea56be80'
- 'fa16f224a7dceb7613824380abef0052')
+ 'fa16f224a7dceb7613824380abef0052'
+ '52f57e003259a24516eaab08b64ae703')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
   patch -Np1 -i ../a52dec-0.7.4-build.patch
+  patch -Np1 -i ../stderr.patch
   sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
   mv configure.in configure.ac
   ./bootstrap

Added: stderr.patch
===
--- stderr.patch(rev 0)
+++ stderr.patch2016-06-10 10:43:14 UTC (rev 269280)
@@ -0,0 +1,17 @@
+diff -aur a52dec-0.7.4.orig/liba52/imdct.c a52dec-0.7.4/liba52/imdct.c
+--- a52dec-0.7.4.orig/liba52/imdct.c   2016-06-10 02:39:52.984345055 -0700
 a52dec-0.7.4/liba52/imdct.c2016-06-10 02:41:08.304633486 -0700
+@@ -419,13 +419,11 @@
+ 
+ #ifdef LIBA52_DJBFFT
+ if (mm_accel & MM_ACCEL_DJBFFT) {
+-  fprintf (stderr, "Using djbfft for IMDCT transform\n");
+   ifft128 = (void (*) (complex_t *)) fftc4_un128;
+   ifft64 = (void (*) (complex_t *)) fftc4_un64;
+ } else
+ #endif
+ {
+-  fprintf (stderr, "No accelerated IMDCT transform found\n");
+   ifft128 = ifft128_c;
+   ifft64 = ifft64_c;
+ }


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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 12:32:22
  Author: fyan
Revision: 179229

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

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

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-06-10 10:31:46 UTC (rev 179228)
+++ community-testing-i686/PKGBUILD 2016-06-10 10:32:22 UTC (rev 179229)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgbase=hlint
-pkgname=(hlint haskell-hlint)
-pkgver=1.9.34
-pkgrel=2
-pkgdesc="Source code suggestions"
-url="http://community.haskell.org/~ndm/hlint/";
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-cmdargs" 
"haskell-cpphs"
- "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
- "haskell-refact")
-source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
-sha256sums=('637c3b27238e1c2e217e0c78185507bdeff2c1ce747575a0cbade727ce5f89d5')
-
-build() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
---libsubdir=\$compiler/site-local/\$pkgid \
--fgpl -fthreaded
-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_hlint() {
-depends=('gmp' 'libffi')
-
-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"
-}
-
-package_haskell-hlint() {
-pkgdesc="Source code suggestions (docs and libraries)"
-depends=("${makedepends[@]}" 'hlint')
-
-cd "${srcdir}/${pkgbase}-${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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
-rm -r "$pkgdir"/usr/{bin,share/${pkgbase}}
-}

Copied: hlint/repos/community-testing-i686/PKGBUILD (from rev 179228, 
hlint/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-06-10 10:32:22 UTC (rev 179229)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=hlint
+pkgname=(hlint haskell-hlint)
+pkgver=1.9.35
+pkgrel=1
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-cmdargs" 
"haskell-cpphs"
+ "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
+ "haskell-refact")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('5e6289dadc77a0862ee12ec09136059011fd779c96ff6ffeec899170a97d7a8a')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fgpl -fthreaded
+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_hlint() {
+depends=('gmp' 'libffi')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --d

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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 12:31:46
  Author: fyan
Revision: 179228

upgpkg: hlint 1.9.35-1

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 08:42:10 UTC (rev 179227)
+++ PKGBUILD2016-06-10 10:31:46 UTC (rev 179228)
@@ -4,8 +4,8 @@
 
 pkgbase=hlint
 pkgname=(hlint haskell-hlint)
-pkgver=1.9.34
-pkgrel=2
+pkgver=1.9.35
+pkgrel=1
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/";
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
  "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
  "haskell-refact")
 
source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
-sha256sums=('637c3b27238e1c2e217e0c78185507bdeff2c1ce747575a0cbade727ce5f89d5')
+sha256sums=('5e6289dadc77a0862ee12ec09136059011fd779c96ff6ffeec899170a97d7a8a')
 
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"


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

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 12:27:12
  Author: jgc
Revision: 269278

upgpkg: caribou 0.4.20+12+g31103d1-1

Update to git snapshot, fixes FS#47870, fixes a warning and updates some 
translations

Modified:
  caribou/trunk/PKGBUILD
Deleted:
  caribou/trunk/caribou.install

-+
 PKGBUILD|   25 +
 caribou.install |   13 -
 2 files changed, 17 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 10:20:05 UTC (rev 269277)
+++ PKGBUILD2016-06-10 10:27:12 UTC (rev 269278)
@@ -3,7 +3,7 @@
 # Contributor: Adam Hani Schakaki 
 
 pkgname=caribou
-pkgver=0.4.20
+pkgver=0.4.20+12+g31103d1
 pkgrel=1
 pkgdesc="A text entry and UI navigation application (on-screen keyboard)"
 arch=('i686' 'x86_64')
@@ -10,14 +10,23 @@
 url="http://live.gnome.org/Caribou";
 license=(LGPL)
 depends=(at-spi2-atk python-atspi python-gobject gtk3 libxklavier libgee 
clutter dconf)
-makedepends=(intltool docbook-xsl gtk2 gobject-introspection vala)
-install=caribou.install
+makedepends=(intltool docbook-xsl gtk2 gobject-introspection vala git 
gnome-common)
 options=(!emptydirs)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3a6664d5698c2b62a6c1c115743630d339ac237a7324bb354f2e5d55b4bb50d9')
+source=('git://git.gnome.org/caribou#commit=31103d19f57acf556245d82338793c4471ca966a')
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^CARIBOU_//' -e 's/_/./g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
 
   ./configure --prefix=/usr --sysconfdir=/etc \
 --libexecdir=/usr/lib/$pkgname \
@@ -31,12 +40,12 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make -k check
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }
 

Deleted: caribou.install
===
--- caribou.install 2016-06-10 10:20:05 UTC (rev 269277)
+++ caribou.install 2016-06-10 10:27:12 UTC (rev 269278)
@@ -1,13 +0,0 @@
-pkgname=caribou
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}


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

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 12:27:20
  Author: jgc
Revision: 269279

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

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

--+
 /PKGBUILD|  104 +
 extra-i686/PKGBUILD  |   43 
 extra-i686/caribou.install   |   13 -
 extra-x86_64/PKGBUILD|   43 
 extra-x86_64/caribou.install |   13 -
 5 files changed, 104 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-10 10:27:12 UTC (rev 269278)
+++ extra-i686/PKGBUILD 2016-06-10 10:27:20 UTC (rev 269279)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Adam Hani Schakaki 
-
-pkgname=caribou
-pkgver=0.4.20
-pkgrel=1
-pkgdesc="A text entry and UI navigation application (on-screen keyboard)"
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/Caribou";
-license=(LGPL)
-depends=(at-spi2-atk python-atspi python-gobject gtk3 libxklavier libgee 
clutter dconf)
-makedepends=(intltool docbook-xsl gtk2 gobject-introspection vala)
-install=caribou.install
-options=(!emptydirs)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3a6664d5698c2b62a6c1c115743630d339ac237a7324bb354f2e5d55b4bb50d9')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---disable-schemas-compile
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: caribou/repos/extra-i686/PKGBUILD (from rev 269278, 
caribou/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-10 10:27:20 UTC (rev 269279)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Adam Hani Schakaki 
+
+pkgname=caribou
+pkgver=0.4.20+12+g31103d1
+pkgrel=1
+pkgdesc="A text entry and UI navigation application (on-screen keyboard)"
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Caribou";
+license=(LGPL)
+depends=(at-spi2-atk python-atspi python-gobject gtk3 libxklavier libgee 
clutter dconf)
+makedepends=(intltool docbook-xsl gtk2 gobject-introspection vala git 
gnome-common)
+options=(!emptydirs)
+source=('git://git.gnome.org/caribou#commit=31103d19f57acf556245d82338793c4471ca966a')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^CARIBOU_//' -e 's/_/./g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--disable-schemas-compile
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/caribou.install
===
--- extra-i686/caribou.install  2016-06-10 10:27:12 UTC (rev 269278)
+++ extra-i686/caribou.install  2016-06-10 10:27:20 UTC (rev 269279)
@@ -1,13 +0,0 @@
-pkgname=caribou
-
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-10 10:27:12 UTC (rev 269278)
+++ extra-x86_64/PKGBUILD   2016-06-10 10:27:20 UTC (rev 269279)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Adam Hani Schakaki 
-
-pkgname=caribou
-pkgver=0.4.20
-pkgrel=1
-pkgdesc="A text entry and UI navigation application (on-screen keyboard)"
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/Caribou";
-license=(LGPL)
-depends=(at-spi2-atk python-atspi python-gobject gtk3 libxklavier libgee 
clutter dconf)
-makedepends=(intltool docbook-xsl gtk2 gobject-introspection vala)
-install=caribou.install
-options=(!emptydirs)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('3a6664d5698c2b62a

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

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 12:19:58
  Author: jgc
Revision: 269276

upgpkg: autogen 5.18.10-1

Kill install file

Modified:
  autogen/trunk/PKGBUILD
Deleted:
  autogen/trunk/autogen.install

-+
 PKGBUILD|9 -
 autogen.install |   20 
 2 files changed, 4 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 10:05:43 UTC (rev 269275)
+++ PKGBUILD2016-06-10 10:19:58 UTC (rev 269276)
@@ -4,7 +4,7 @@
 # Contributor: Tor Krill
 
 pkgname=autogen
-pkgver=5.18.7
+pkgver=5.18.10
 pkgrel=1
 pkgdesc="A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text"
 arch=('i686' 'x86_64')
@@ -11,11 +11,10 @@
 url="http://www.gnu.org/software/autogen/";
 license=('GPL3')
 depends=('guile' 'libxml2')
-install=autogen.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('59644e59d30a5ca458d140d61e1fb24d'
+source=(http://ftp.gnu.org/gnu/${pkgname}/rel{$pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('a9e91d1c30d27541c600e340f666a985'
  'SKIP')
-validpgpkeys=('1F967B15DEB2349CACDF3D71D9204CB5BFBF0221') # Bruce Korb 

+validpgpkeys=('44A088E295C3A722C450590EC9EF76DEB74EE762') # Bruce Korb 

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

Deleted: autogen.install
===
--- autogen.install 2016-06-10 10:05:43 UTC (rev 269275)
+++ autogen.install 2016-06-10 10:19:58 UTC (rev 269276)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(autogen.info autogen.info-1 autogen.info-2)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/${file}.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/${file}.gz $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 12:20:05
  Author: jgc
Revision: 269277

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

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

--+
 /PKGBUILD|   56 +
 extra-i686/PKGBUILD  |   29 -
 extra-i686/autogen.install   |   20 --
 extra-x86_64/PKGBUILD|   29 -
 extra-x86_64/autogen.install |   20 --
 5 files changed, 56 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-10 10:19:58 UTC (rev 269276)
+++ extra-i686/PKGBUILD 2016-06-10 10:20:05 UTC (rev 269277)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Arjan Timmerman 
-# Contributor: Tor Krill
-
-pkgname=autogen
-pkgver=5.18.7
-pkgrel=1
-pkgdesc="A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/autogen/";
-license=('GPL3')
-depends=('guile' 'libxml2')
-install=autogen.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('59644e59d30a5ca458d140d61e1fb24d'
- 'SKIP')
-validpgpkeys=('1F967B15DEB2349CACDF3D71D9204CB5BFBF0221') # Bruce Korb 

-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-} 

Copied: autogen/repos/extra-i686/PKGBUILD (from rev 269276, 
autogen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-10 10:20:05 UTC (rev 269277)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Arjan Timmerman 
+# Contributor: Tor Krill
+
+pkgname=autogen
+pkgver=5.18.10
+pkgrel=1
+pkgdesc="A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/autogen/";
+license=('GPL3')
+depends=('guile' 'libxml2')
+source=(http://ftp.gnu.org/gnu/${pkgname}/rel{$pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('a9e91d1c30d27541c600e340f666a985'
+ 'SKIP')
+validpgpkeys=('44A088E295C3A722C450590EC9EF76DEB74EE762') # Bruce Korb 

+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+} 

Deleted: extra-i686/autogen.install
===
--- extra-i686/autogen.install  2016-06-10 10:19:58 UTC (rev 269276)
+++ extra-i686/autogen.install  2016-06-10 10:20:05 UTC (rev 269277)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(autogen.info autogen.info-1 autogen.info-2)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/${file}.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/${file}.gz $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-10 10:19:58 UTC (rev 269276)
+++ extra-x86_64/PKGBUILD   2016-06-10 10:20:05 UTC (rev 269277)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Arjan Timmerman 
-# Contributor: Tor Krill
-
-pkgname=autogen
-pkgver=5.18.7
-pkgrel=1
-pkgdesc="A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/autogen/";
-license=('GPL3')
-depends=('guile' 'libxml2')
-install=autogen.install
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('59644e59d30a5ca458d140d61e1fb24d'
- 'SKIP')
-validpgpkeys=('1F967B15DEB2349CACDF3D71D9204CB5BFBF0221') # Bruce Korb 

-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-} 

Copied: autogen/repos/extra-x86_64/PKGBUILD (from rev 269276, 
autogen/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-10 10

[arch-commits] Commit in autoconf2.13/trunk (PKGBUILD autoconf.install)

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 12:05:39
  Author: jgc
Revision: 269274

upgpkg: autoconf2.13 2.13-4

Modified:
  autoconf2.13/trunk/PKGBUILD
Deleted:
  autoconf2.13/trunk/autoconf.install

--+
 PKGBUILD |3 +--
 autoconf.install |   20 
 2 files changed, 1 insertion(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 09:14:44 UTC (rev 269273)
+++ PKGBUILD2016-06-10 10:05:39 UTC (rev 269274)
@@ -5,13 +5,12 @@
 
 pkgname=autoconf2.13
 pkgver=2.13
-pkgrel=3
+pkgrel=4
 pkgdesc="A GNU tool for automatically configuring source code (Legacy 2.1x 
version)"
 arch=(any)
 url="http://www.gnu.org/software/autoconf/";
 license=('GPL2')
 depends=('perl')
-install=autoconf.install
 source=(http://ftpmirror.gnu.org/autoconf/autoconf-${pkgver}.tar.gz)
 md5sums=('9de56d4a161a723228220b0f425dc711')
 

Deleted: autoconf.install
===
--- autoconf.install2016-06-10 09:14:44 UTC (rev 269273)
+++ autoconf.install2016-06-10 10:05:39 UTC (rev 269274)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(autoconf-2.13.info standards-2.13.info)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in autoconf2.13/repos/extra-any (3 files)

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 12:05:43
  Author: jgc
Revision: 269275

archrelease: copy trunk to extra-any

Added:
  autoconf2.13/repos/extra-any/PKGBUILD
(from rev 269274, autoconf2.13/trunk/PKGBUILD)
Deleted:
  autoconf2.13/repos/extra-any/PKGBUILD
  autoconf2.13/repos/extra-any/autoconf.install

--+
 PKGBUILD |   57 ++---
 autoconf.install |   20 --
 2 files changed, 28 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-10 10:05:39 UTC (rev 269274)
+++ PKGBUILD2016-06-10 10:05:43 UTC (rev 269275)
@@ -1,29 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Tanguy Bouzéloc 
-# Contributor: Devin Cofer 
-
-pkgname=autoconf2.13
-pkgver=2.13
-pkgrel=3
-pkgdesc="A GNU tool for automatically configuring source code (Legacy 2.1x 
version)"
-arch=(any)
-url="http://www.gnu.org/software/autoconf/";
-license=('GPL2')
-depends=('perl')
-install=autoconf.install
-source=(http://ftpmirror.gnu.org/autoconf/autoconf-${pkgver}.tar.gz)
-md5sums=('9de56d4a161a723228220b0f425dc711')
-
-build() {
-  cd "${srcdir}/autoconf-${pkgver}"
-  ./configure --prefix=/usr --infodir=/usr/share/info --program-suffix=-2.13
-  make
-}
-
-package() {
-  cd "${srcdir}/autoconf-${pkgver}"
-  make prefix="${pkgdir}/usr" infodir="${pkgdir}/usr/share/info" install
-  mv "${pkgdir}"/usr/share/info/autoconf{,-2.13}.info
-  mv "${pkgdir}"/usr/share/info/standards{,-2.13}.info
-}

Copied: autoconf2.13/repos/extra-any/PKGBUILD (from rev 269274, 
autoconf2.13/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-10 10:05:43 UTC (rev 269275)
@@ -0,0 +1,28 @@
+# Maintainer: Jan de Groot 
+# Contributor: Tanguy Bouzéloc 
+# Contributor: Devin Cofer 
+
+pkgname=autoconf2.13
+pkgver=2.13
+pkgrel=4
+pkgdesc="A GNU tool for automatically configuring source code (Legacy 2.1x 
version)"
+arch=(any)
+url="http://www.gnu.org/software/autoconf/";
+license=('GPL2')
+depends=('perl')
+source=(http://ftpmirror.gnu.org/autoconf/autoconf-${pkgver}.tar.gz)
+md5sums=('9de56d4a161a723228220b0f425dc711')
+
+build() {
+  cd "${srcdir}/autoconf-${pkgver}"
+  ./configure --prefix=/usr --infodir=/usr/share/info --program-suffix=-2.13
+  make
+}
+
+package() {
+  cd "${srcdir}/autoconf-${pkgver}"
+  make prefix="${pkgdir}/usr" infodir="${pkgdir}/usr/share/info" install
+  mv "${pkgdir}"/usr/share/info/autoconf{,-2.13}.info
+  mv "${pkgdir}"/usr/share/info/standards{,-2.13}.info
+}

Deleted: autoconf.install
===
--- autoconf.install2016-06-10 10:05:39 UTC (rev 269274)
+++ autoconf.install2016-06-10 10:05:43 UTC (rev 269275)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(autoconf-2.13.info standards-2.13.info)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (gnome-desktop-sharp)

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 11:14:44
  Author: jgc
Revision: 269273

Remove old unused library

Deleted:
  gnome-desktop-sharp/


[arch-commits] Commit in (at-spi)

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 11:02:57
  Author: jgc
Revision: 269270

Remove, no longer supported upstream and at-spi2-atk should provide 
compatibility wrappers

Deleted:
  at-spi/


[arch-commits] Commit in at-spi2-atk/repos (4 files)

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 11:01:49
  Author: jgc
Revision: 269267

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

Added:
  at-spi2-atk/repos/extra-i686/PKGBUILD
(from rev 269266, at-spi2-atk/trunk/PKGBUILD)
  at-spi2-atk/repos/extra-x86_64/PKGBUILD
(from rev 269266, at-spi2-atk/trunk/PKGBUILD)
Deleted:
  at-spi2-atk/repos/extra-i686/PKGBUILD
  at-spi2-atk/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-10 09:01:42 UTC (rev 269266)
+++ extra-i686/PKGBUILD 2016-06-10 09:01:49 UTC (rev 269267)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=at-spi2-atk
-pkgver=2.20.1
-pkgrel=1
-pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Accessibility";
-license=('GPL2')
-depends=('at-spi2-core' 'libx11' 'atk')
-makedepends=('intltool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2358a794e918e8f47ce0c7370eee8fc8a6207ff1afe976ec9ff547a03277bf8e')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/extra-i686/PKGBUILD (from rev 269266, 
at-spi2-atk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-10 09:01:49 UTC (rev 269267)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-atk
+pkgver=2.20.1
+pkgrel=2
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Accessibility";
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk')
+makedepends=('intltool')
+provides=('at-spi')
+replaces=('at-spi')
+conflicts=('at-spi')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2358a794e918e8f47ce0c7370eee8fc8a6207ff1afe976ec9ff547a03277bf8e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-10 09:01:42 UTC (rev 269266)
+++ extra-x86_64/PKGBUILD   2016-06-10 09:01:49 UTC (rev 269267)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=at-spi2-atk
-pkgver=2.20.1
-pkgrel=1
-pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Accessibility";
-license=('GPL2')
-depends=('at-spi2-core' 'libx11' 'atk')
-makedepends=('intltool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2358a794e918e8f47ce0c7370eee8fc8a6207ff1afe976ec9ff547a03277bf8e')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-atk/repos/extra-x86_64/PKGBUILD (from rev 269266, 
at-spi2-atk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-10 09:01:49 UTC (rev 269267)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-atk
+pkgver=2.20.1
+pkgrel=2
+pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Accessibility";
+license=('GPL2')
+depends=('at-spi2-core' 'libx11' 'atk')
+makedepends=('intltool')
+provides=('at-spi')
+replaces=('at-spi')
+conflicts=('at-spi')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('2358a794e918e8f47ce0c7370eee8fc8a6207ff1afe976ec9ff547a03277bf8e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./co

[arch-commits] Commit in at-spi2-atk/trunk (PKGBUILD)

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 11:01:42
  Author: jgc
Revision: 269266

upgpkg: at-spi2-atk 2.20.1-2

Provide/replace/conflict at-spi

Modified:
  at-spi2-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 08:58:50 UTC (rev 269265)
+++ PKGBUILD2016-06-10 09:01:42 UTC (rev 269266)
@@ -3,7 +3,7 @@
 
 pkgname=at-spi2-atk
 pkgver=2.20.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A GTK+ module that bridges ATK to D-Bus at-spi"
 arch=('i686' 'x86_64')
 url="https://wiki.gnome.org/Accessibility";
@@ -10,6 +10,9 @@
 license=('GPL2')
 depends=('at-spi2-core' 'libx11' 'atk')
 makedepends=('intltool')
+provides=('at-spi')
+replaces=('at-spi')
+conflicts=('at-spi')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('2358a794e918e8f47ce0c7370eee8fc8a6207ff1afe976ec9ff547a03277bf8e')
 


[arch-commits] Commit in (python-pyspi)

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 10:58:50
  Author: jgc
Revision: 269265

Remove, not used

Deleted:
  python-pyspi/


[arch-commits] Commit in (java-access-bridge)

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 10:57:25
  Author: jgc
Revision: 269262

Remove old unused package

Deleted:
  java-access-bridge/


[arch-commits] Commit in (gnome-speech)

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 10:52:06
  Author: jgc
Revision: 269259

Remove, no longer needed

Deleted:
  gnome-speech/


[arch-commits] Commit in (dasher)

2016-06-10 Thread Jan de Groot
Date: Friday, June 10, 2016 @ 10:49:47
  Author: jgc
Revision: 269256

Remove, no recent release, old release segfaults, current git (marked as beta 
upstream) does not work at all

Deleted:
  dasher/


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

2016-06-10 Thread Massimiliano Torromeo
Date: Friday, June 10, 2016 @ 10:40:16
  Author: mtorromeo
Revision: 179165

upgpkg: rkt 1.8.0-1

Updated to 1.8.0

Modified:
  rkt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 08:40:15 UTC (rev 179164)
+++ PKGBUILD2016-06-10 08:40:16 UTC (rev 179165)
@@ -7,7 +7,7 @@
 # Contributor: Carl George  PGP-Key: 4BA2F7E101D9F512
 
 pkgname=rkt
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="App container runtime"
 arch=('x86_64')
@@ -32,7 +32,7 @@
 noextract=(coreos_production_pxe_image.cpio.gz
linux-$KERNEL_VERSION.tar.xz)
 validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4')
-sha256sums=('80806ea63fe741cc569c991f98721289cd439c2239c3a8b1966ced2e467ed182'
+sha256sums=('92edff82da05b45842afde21a29244835118e3f8c8a3f5f4b7aab719924b899c'
 '2e34b18dc6d8a7f89ab6dd64ed405299171067f4d9f0bb2cf18b15be9985bed2'
 'SKIP'
 '11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72'


[arch-commits] Commit in rkt/repos/community-x86_64 (6 files)

2016-06-10 Thread Massimiliano Torromeo
Date: Friday, June 10, 2016 @ 10:40:39
  Author: mtorromeo
Revision: 179178

archrelease: copy trunk to community-x86_64

Added:
  rkt/repos/community-x86_64/PKGBUILD
(from rev 179175, rkt/trunk/PKGBUILD)
  rkt/repos/community-x86_64/rkt.install
(from rev 179175, rkt/trunk/rkt.install)
  rkt/repos/community-x86_64/rkt.sysusers
(from rev 179176, rkt/trunk/rkt.sysusers)
Deleted:
  rkt/repos/community-x86_64/PKGBUILD
  rkt/repos/community-x86_64/rkt.install
  rkt/repos/community-x86_64/rkt.sysusers

--+
 PKGBUILD |  188 -
 rkt.install  |   20 +++---
 rkt.sysusers |4 -
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-10 08:40:38 UTC (rev 179177)
+++ PKGBUILD2016-06-10 08:40:39 UTC (rev 179178)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-# Contributor: Yuval Adam  PGP-Key: 271386AA2EB7672F
-# Contributor: Kenny Rasschaert  
PGP-Key: 1F70454121E41419
-# Contributor: Adrián Pérez de Castro  
PGP-Key: 91C559DBE4C9123B
-# Contributor: Carl George  PGP-Key: 4BA2F7E101D9F512
-
-pkgname=rkt
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="App container runtime"
-arch=('x86_64')
-url="https://github.com/coreos/rkt";
-license=(apache)
-depends=('glibc' 'openssl' 'zlib' 'systemd')
-makedepends=('cpio' 'go' 'wget' 'squashfs-tools' 'perl-capture-tiny'
- 'intltool' 'gperf' 'git' 'libseccomp' 'bc')
-
-# stage1/usr_from_coreos/coreos-common.mk
-CCN_IMG_RELEASE=1032.0.0
-CCN_SYSTEMD_VERSION=v229
-
-# stage1/usr_from_kvm/kernel.mk
-KERNEL_VERSION=4.3.1
-
-source=(https://github.com/coreos/rkt/archive/v$pkgver/$pkgname-$pkgver.tar.gz
-
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz
-
coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz.sig::http://alpha.release.core-os.net/amd64-usr/$CCN_IMG_RELEASE/coreos_production_pxe_image.cpio.gz.sig
-
https://www.kernel.org/pub/linux/kernel/v4.x/linux-$KERNEL_VERSION.tar.xz
-rkt.sysusers)
-noextract=(coreos_production_pxe_image.cpio.gz
-   linux-$KERNEL_VERSION.tar.xz)
-validpgpkeys=('04127D0BFABEC8871FFB2CCE50E0885593D2DCB4')
-sha256sums=('80806ea63fe741cc569c991f98721289cd439c2239c3a8b1966ced2e467ed182'
-'2e34b18dc6d8a7f89ab6dd64ed405299171067f4d9f0bb2cf18b15be9985bed2'
-'SKIP'
-'11faaff6e7546038b868f524cdf42a5a1b67be9fdfd37d931723a8deb1811b72'
-'2aee4e8547843f4e6c032761b97cb723c1ecd384d508b86f44d16826bc34d6d6')
-install="rkt.install"
-
-prepare() {
-  cd $pkgname-$pkgver
-  mkdir -p build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  cd build-rkt-$pkgver/tmp/usr_from_kvm/kernel/
-  ln -s "$srcdir"/linux-$KERNEL_VERSION.tar.xz
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export GOPATH="$PWD/Godeps/_workspace/src"
-
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---enable-tpm=auto \
---with-stage1-flavors=coreos,kvm,host,fly \
---with-stage1-default-flavor=coreos \
---with-stage1-default-images-directory=/usr/lib/rkt/stage1-images \
-
--with-stage1-default-location=/usr/lib/rkt/stage1-images/stage1-coreos.aci \
-
--with-coreos-local-pxe-image-path="$srcdir"/coreos_production_pxe_image-$CCN_IMG_RELEASE.cpio.gz
 \
---with-coreos-local-pxe-image-systemd-version=$CCN_SYSTEMD_VERSION
-
-  make manpages
-  make bash-completion
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  for unit in rkt-gc.{timer,service} rkt-metadata.{socket,service}; do
-install -Dm644 dist/init/systemd/$unit 
"$pkgdir"/usr/lib/systemd/system/$unit
-  done
-
-  install -Dm644 dist/init/systemd/tmpfiles.d/rkt.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rkt.conf
-  install -Dm644 "$srcdir"/rkt.sysusers "$pkgdir"/usr/lib/sysusers.d/rkt.conf
-  install -Dm644 dist/bash_completion/rkt.bash 
"$pkgdir"/usr/share/bash-completion/completions/rkt
-
-  cd dist/manpages
-  for f in *; do
-install -Dm644 "$f" "$pkgdir/usr/share/man/man1/$f"
-  done
-  cd ../..
-
-  cd build-$pkgname-$pkgver
-  install -dm755 "$pkgdir"/usr/bin "$pkgdir"/usr/lib/rkt/stage1-images
-  mv bin/{rkt,actool} "$pkgdir"/usr/bin
-  mv bin/stage1-*.aci "$pkgdir"/usr/lib/rkt/stage1-images/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rkt/repos/community-x86_64/PKGBUILD (from rev 179175, 
rkt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-10 08:40:39 UTC (rev 179178)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+# Contributor: Yuval Adam  PGP-Key: 271386AA2EB7672F
+# Contributor: Kenny Rasschaert  
PGP-Key: 1F70454121E41419
+# Contributor: Adrián Pérez de Castro  
PGP-Key: 91C559DBE4C9123B
+# Contributor: Carl George  PGP-Key: 4BA2F7E101D9F512
+
+p

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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 10:35:55
  Author: fyan
Revision: 179126

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

Added:
  agda/repos/community-staging-i686/
  agda/repos/community-staging-i686/PKGBUILD
(from rev 179125, agda/trunk/PKGBUILD)
  agda/repos/community-staging-i686/unordered-containers-0.2.6.patch
(from rev 179125, agda/trunk/unordered-containers-0.2.6.patch)
  agda/repos/community-staging-x86_64/
  agda/repos/community-staging-x86_64/PKGBUILD
(from rev 179125, agda/trunk/PKGBUILD)
  agda/repos/community-staging-x86_64/unordered-containers-0.2.6.patch
(from rev 179125, agda/trunk/unordered-containers-0.2.6.patch)

---+
 community-staging-i686/PKGBUILD   |   63 
 community-staging-i686/unordered-containers-0.2.6.patch   |   40 +++
 community-staging-x86_64/PKGBUILD |   63 
 community-staging-x86_64/unordered-containers-0.2.6.patch |   40 +++
 4 files changed, 206 insertions(+)

Copied: agda/repos/community-staging-i686/PKGBUILD (from rev 179125, 
agda/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-10 08:35:55 UTC (rev 179126)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=Agda
+pkgname=agda
+pkgver=2.5.1
+pkgrel=6
+pkgdesc="A dependently typed functional programming language and proof 
assistant"
+url="http://wiki.portal.chalmers.se/agda/";
+license=("custom")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-boxes" "haskell-cpphs"
+ "haskell-data-hash" "haskell-edisonapi" "haskell-edisoncore"
+ "haskell-edit-distance" "haskell-equivalence" "haskell-filemanip"
+ "haskell-geniplate-mirror" "haskell-hashable" "haskell-hashtables"
+ "haskell-monadplus" "haskell-mtl" "haskell-parallel"
+ "haskell-quickcheck" "haskell-src-exts" "haskell-strict"
+ "haskell-text" "haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-zlib")
+optdepends=('agda-stdlib: for standard library')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ee4658eafb514460d598322fa98528d1af6e25e5aa51843bb473c0d8a325c0c8')
+
+prepare() {
+sed -i 's/, EdisonAPI == 1.3/, EdisonAPI >= 1.3/' 
$_hkgname-$pkgver/$_hkgname.cabal
+
+# TODO: Find a better way!
+# Build it twice to compile the agdai file.
+cp -a ${_hkgname}-${pkgver}{,-tmp}
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcpphs -f-uhc
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+
+cd "${srcdir}/${_hkgname}-${pkgver}-tmp"
+runhaskell Setup configure --prefix="$PWD/target" --datasubdir="$pkgname"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup copy
+
+target/bin/agda target/share/agda/lib/prim/Agda/Primitive.agda
+for _file in target/share/agda/lib/prim/Agda/Builtin/*.agda; do
+target/bin/agda "$_file"
+done
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -m644 
"${srcdir}/${_hkgname}-${pkgver}-tmp"/target/share/agda/lib/prim/Agda/Primitive.agdai
 "$pkgdir"/usr/share/agda/lib/prim/Agda/Primitive.agdai  
+install -m644 
"${srcdir}/${_hkgname}-${pkgver}-tmp"/target/share/agda/lib/prim/Agda/Builtin/*.agdai
 "$pkgdir"/usr/share/agda/lib/prim/Agda/Builtin/
+
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: agda/repos/community-staging-i686/unordered-containers-0.2.6.patch 
(from rev 179125, agda/trunk/unordered-containers-0.2.6.patch)
===
--- community-staging-i686/unordered-containers-0.2.6.patch 
(rev 0)
+++ community-staging-i686/unordered-containers-0.2.6.patch 2016-06-10 
08:35:55 UTC (rev 179126)
@@ -0,0 +1,40 @@
+diff --git a/src/full/Agda/Utils/HashMap.hs b/src/full/Agda/Utils/HashMap.hs
+index 5e1da8b..bd14fac 100644
+--- a/src/full/Agda/Utils/HashMap.hs
 b/src/full/Agda/Utils/HashMap.hs
+@@ -1,29 +1,14 @@
+ module Agda.Utils.HashMap
+   ( module HashMap
+-  , mapMaybe
+-  , alter
+   ) where
+ 
+-import Data.Hashable
+ import Data.HashMap.Strict as HashMap
+-import qualified Data.Maybe as Maybe
+ 
+--- | Like 'Data.Map.Strict.mapMaybe'.
++-- ASR (20 January 2016) Issue 1779: I remove

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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 10:35:20
  Author: fyan
Revision: 179125

upgpkg: agda 2.5.1-6

rebuild with persistent-2.5, http-api-data-0.2.3, microlens-0.4.4.1, 
monads-tf-0.1.0.3, persistent-sqlite-2.5.0.2, persistent-template-2.5.1.3, 
unordered-containers-0.2.7.1, yaml-0.8.17.2

Modified:
  agda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 08:09:03 UTC (rev 179124)
+++ PKGBUILD2016-06-10 08:35:20 UTC (rev 179125)
@@ -5,7 +5,7 @@
 _hkgname=Agda
 pkgname=agda
 pkgver=2.5.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A dependently typed functional programming language and proof 
assistant"
 url="http://wiki.portal.chalmers.se/agda/";
 license=("custom")
@@ -24,6 +24,8 @@
 sha256sums=('ee4658eafb514460d598322fa98528d1af6e25e5aa51843bb473c0d8a325c0c8')
 
 prepare() {
+sed -i 's/, EdisonAPI == 1.3/, EdisonAPI >= 1.3/' 
$_hkgname-$pkgver/$_hkgname.cabal
+
 # TODO: Find a better way!
 # Build it twice to compile the agdai file.
 cp -a ${_hkgname}-${pkgver}{,-tmp}


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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 10:09:03
  Author: fyan
Revision: 179124

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 179123, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/stack.install
(from rev 179123, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 179123, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 179123, stack/trunk/stack.install)

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

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 179123, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-10 08:09:03 UTC (rev 179124)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.1.2
+pkgrel=3
+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-ansi-terminal" 
"haskell-async"
+ "haskell-attoparsec" "haskell-base-compat" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cryptohash"
+ "haskell-cryptohash-conduit" "haskell-edit-distance" 
"haskell-either"
+ "haskell-enclosed-exceptions" "haskell-errors" 
"haskell-exceptions" "haskell-extra"
+ "haskell-fast-logger" "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-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-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-stm" 
"haskell-streaming-commons"
+ "haskell-tar" "haskell-temporary" "haskell-text" 
"haskell-text-binary" "haskell-tls"
+ "haskell-transformers-base" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-vector-binary-instances" "haskell-yaml"
+ "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('fc836b24fdeac54244fc79b6775d5edee146b7e552ad8e69596c7cc2f2b10625')
+
+prepare() {
+sed -e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& 
<0.4,/' \
+-e 's/binary ==0.7.*,/binary >= 0.7 \&\& < 0.9,/' \
+-e 's/generic-deriving >=1.9.0 && <1.10,/generic-deriving >=1.9.0 \&\& 
<1.11,/' \
+-e 's/process >=1.2.0.0 && <1.3,/process >=1.2.0.0 \&\& <1.5,/' \
+-e 's/template-haskell >=2.9.0.0 && <2.11,/template-haskell >=2.9.0.0 
\&\& <2.12,/' \
+-e 's/time >=1.4.2 && <1.6,/time >=1.4.2 \&\& <1.7,/' \
+-e 's/transformers >=0.3.0.0 && <0.5,/transformers >=0.3.0.0 \&\& 
<0.6,/' \
+-e 's/transformers >=0.4.2.0 && <0.5/transformers >=0.4.2.0 \&\& 
<0.6/' \
+-e 's/monad-unlift >=0.1.2.0 && <0.2,/monad-unlift >=0.1.2.0 \&\& 
<0.3,/' \
+-i ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+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
+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=(

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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 10:07:58
  Author: fyan
Revision: 179123

upgpkg: stack 1.1.2-3

rebuild with persistent-2.5, http-api-data-0.2.3, microlens-0.4.4.1, 
monads-tf-0.1.0.3, persistent-sqlite-2.5.0.2, persistent-template-2.5.1.3, 
unordered-containers-0.2.7.1, yaml-0.8.17.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 07:42:23 UTC (rev 179122)
+++ PKGBUILD2016-06-10 08:07:58 UTC (rev 179123)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 09:42:23
  Author: fyan
Revision: 179122

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

Added:
  haskell-contravariant-extras/repos/community-staging-i686/
  haskell-contravariant-extras/repos/community-staging-i686/PKGBUILD
(from rev 179121, haskell-contravariant-extras/trunk/PKGBUILD)
  haskell-contravariant-extras/repos/community-staging-x86_64/
  haskell-contravariant-extras/repos/community-staging-x86_64/PKGBUILD
(from rev 179121, haskell-contravariant-extras/trunk/PKGBUILD)

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

Copied: haskell-contravariant-extras/repos/community-staging-i686/PKGBUILD 
(from rev 179121, haskell-contravariant-extras/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-10 07:42:23 UTC (rev 179122)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=contravariant-extras
+pkgname=haskell-contravariant-extras
+pkgver=0.3.2
+pkgrel=3
+pkgdesc="Extras for the \"contravariant\" package"
+url="https://github.com/nikita-volkov/contravariant-extras";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-prelude" "haskell-contravariant" 
"haskell-tuple-th")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('9fd92b6d240f9492c0474ce5261751ed9f01b6fd4292f0bbfc482e19d9012505')
+
+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" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-contravariant-extras/repos/community-staging-x86_64/PKGBUILD 
(from rev 179121, haskell-contravariant-extras/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-10 07:42:23 UTC (rev 179122)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=contravariant-extras
+pkgname=haskell-contravariant-extras
+pkgver=0.3.2
+pkgrel=3
+pkgdesc="Extras for the \"contravariant\" package"
+url="https://github.com/nikita-volkov/contravariant-extras";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-prelude" "haskell-contravariant" 
"haskell-tuple-th")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('9fd92b6d240f9492c0474ce5261751ed9f01b6fd4292f0bbfc482e19d9012505')
+
+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" 
"${pkgdir}/usr/share/licenses/${p

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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 09:41:49
  Author: fyan
Revision: 179121

upgpkg: haskell-contravariant-extras 0.3.2-3

rebuild with persistent-2.5, http-api-data-0.2.3, microlens-0.4.4.1, 
monads-tf-0.1.0.3, persistent-sqlite-2.5.0.2, persistent-template-2.5.1.3, 
unordered-containers-0.2.7.1, yaml-0.8.17.2

Modified:
  haskell-contravariant-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 07:39:13 UTC (rev 179120)
+++ PKGBUILD2016-06-10 07:41:49 UTC (rev 179121)
@@ -5,7 +5,7 @@
 _hkgname=contravariant-extras
 pkgname=haskell-contravariant-extras
 pkgver=0.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Extras for the \"contravariant\" package"
 url="https://github.com/nikita-volkov/contravariant-extras";
 license=("MIT")


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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 09:39:13
  Author: fyan
Revision: 179120

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

Added:
  haskell-conduit-combinators/repos/community-staging-i686/
  haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD
(from rev 179119, haskell-conduit-combinators/trunk/PKGBUILD)
  haskell-conduit-combinators/repos/community-staging-x86_64/
  haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD
(from rev 179119, haskell-conduit-combinators/trunk/PKGBUILD)

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

Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from 
rev 179119, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-10 07:39:13 UTC (rev 179120)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.0.3.1
+pkgrel=26
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/fpco/conduit-combinators";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('66a40be2cc964c36b06cf9b096c1a99b107dba06b62baa4b13b9c485dc4f8b48')
+
+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" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD 
(from rev 179119, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-10 07:39:13 UTC (rev 179120)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.0.3.1
+pkgrel=26
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/fpco/conduit-combinators";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('66a40be2cc964c36b06cf9b096c1a99b107dba06b62baa4b13b9c485dc4f8b48')
+
+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

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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 09:38:51
  Author: fyan
Revision: 179119

upgpkg: haskell-conduit-combinators 1.0.3.1-26

rebuild with persistent-2.5, http-api-data-0.2.3, microlens-0.4.4.1, 
monads-tf-0.1.0.3, persistent-sqlite-2.5.0.2, persistent-template-2.5.1.3, 
unordered-containers-0.2.7.1, yaml-0.8.17.2

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 07:38:37 UTC (rev 179118)
+++ PKGBUILD2016-06-10 07:38:51 UTC (rev 179119)
@@ -5,7 +5,7 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.0.3.1
-pkgrel=25
+pkgrel=26
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/fpco/conduit-combinators";
 license=("MIT")


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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 09:38:37
  Author: fyan
Revision: 179118

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

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

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

Copied: cgrep/repos/community-staging-i686/PKGBUILD (from rev 179117, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-10 07:38:37 UTC (rev 179118)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.14
+pkgrel=2
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/";
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'pcre')
+makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" 
"haskell-cmdargs"
+ "haskell-dlist" "haskell-either" "haskell-mtl" 
"haskell-regex-base"
+ "haskell-regex-pcre" "haskell-regex-posix" "haskell-safe" 
"haskell-split"
+ "haskell-stm" "haskell-stringsearch" "haskell-unix-compat"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('9e46ab2f0014e585f3bd8fd85a86926acec04b338bdfe2d6af82ca35cab130cd')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}

Copied: cgrep/repos/community-staging-x86_64/PKGBUILD (from rev 179117, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-10 07:38:37 UTC (rev 179118)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.14
+pkgrel=2
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/";
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'pcre')
+makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" 
"haskell-cmdargs"
+ "haskell-dlist" "haskell-either" "haskell-mtl" 
"haskell-regex-base"
+ "haskell-regex-pcre" "haskell-regex-posix" "haskell-safe" 
"haskell-split"
+ "haskell-stm" "haskell-stringsearch" "haskell-unix-compat"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('9e46ab2f0014e585f3bd8fd85a86926acec04b338bdfe2d6af82ca35cab130cd')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 09:38:13
  Author: fyan
Revision: 179117

upgpkg: cgrep 6.6.14-2

rebuild with persistent-2.5, http-api-data-0.2.3, microlens-0.4.4.1, 
monads-tf-0.1.0.3, persistent-sqlite-2.5.0.2, persistent-template-2.5.1.3, 
unordered-containers-0.2.7.1, yaml-0.8.17.2

Modified:
  cgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 07:37:59 UTC (rev 179116)
+++ PKGBUILD2016-06-10 07:38:13 UTC (rev 179117)
@@ -4,7 +4,7 @@
 
 pkgname=cgrep
 pkgver=6.6.14
-pkgrel=1
+pkgrel=2
 pkgdesc="A context-aware grep for source codes"
 url="http://awgn.github.io/cgrep/";
 license=("GPL2")


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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 09:37:35
  Author: fyan
Revision: 179115

upgpkg: hoogle 4.2.43-38

rebuild with persistent-2.5, http-api-data-0.2.3, microlens-0.4.4.1, 
monads-tf-0.1.0.3, persistent-sqlite-2.5.0.2, persistent-template-2.5.1.3, 
unordered-containers-0.2.7.1, yaml-0.8.17.2

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 07:36:39 UTC (rev 179114)
+++ PKGBUILD2016-06-10 07:37:35 UTC (rev 179115)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=4.2.43
-pkgrel=37
+pkgrel=38
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/";
 license=("custom:BSD3")


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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 09:37:59
  Author: fyan
Revision: 179116

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 179115, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-10 07:37:59 UTC (rev 179116)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=38
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+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}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 179115, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-10 07:37:59 UTC (rev 179116)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=38
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+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}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 09:36:39
  Author: fyan
Revision: 179114

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

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

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

Copied: stylish-haskell/repos/community-staging-i686/PKGBUILD (from rev 179113, 
stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-10 07:36:39 UTC (rev 179114)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.16.0
+pkgrel=9
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('dc0c7f3fe9e61838374f60eb91b6f72e6b27d1a8a4971938aed7d48d313812bb')
+
+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" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
179113, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-10 07:36:39 UTC (rev 179114)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.16.0
+pkgrel=9
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('dc0c7f3fe9e61838374f60eb91b6f72e6b27d1a8a4971938aed7d48d313812bb')
+
+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" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 09:36:00
  Author: fyan
Revision: 179112

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

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

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 179111, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-10 07:36:00 UTC (rev 179112)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.8.3.1
+pkgrel=5
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-resourcet" "haskell-scientific" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector"
+ "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('e56b4a1b73b5d1b394af9c9730a2baf6df93a8cfd72b0429af36253083fdfaa4')
+
+prepare() {
+sed -e 's/binary   >= 0.5&& < 0.8,/binary   >= 
0.5\&\& < 0.9,/' \
+-e 's/data-default >= 0.4&& < 0.7,/data-default >= 
0.4\&\& < 0.8,/' \
+-e 's/process  >= 1.0&& < 1.3,/process  >= 
1.0\&\& < 1.5,/' \
+-e 's/time >= 1.4&& < 1.6,/time >= 
1.4\&\& < 1.7,/' \
+-e 's/pandoc-citeproc  >= 0.4&& < 0.10,/pandoc-citeproc  
>= 0.4\&\& < 0.11,/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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 \
+-fcheckexternal -f-watchserver -f-previewserver
+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-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
179111, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-10 07:36:00 UTC (rev 179112)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.8.3.1
+pkgrel=5
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-resourcet" "haskell

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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 09:36:12
  Author: fyan
Revision: 179113

upgpkg: stylish-haskell 0.5.16.0-9

rebuild with persistent-2.5, http-api-data-0.2.3, microlens-0.4.4.1, 
monads-tf-0.1.0.3, persistent-sqlite-2.5.0.2, persistent-template-2.5.1.3, 
unordered-containers-0.2.7.1, yaml-0.8.17.2

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 07:36:00 UTC (rev 179112)
+++ PKGBUILD2016-06-10 07:36:12 UTC (rev 179113)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.5.16.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell";
 license=("custom:BSD3")


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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 09:35:16
  Author: fyan
Revision: 179111

upgpkg: haskell-hakyll 4.8.3.1-5

rebuild with persistent-2.5, http-api-data-0.2.3, microlens-0.4.4.1, 
monads-tf-0.1.0.3, persistent-sqlite-2.5.0.2, persistent-template-2.5.1.3, 
unordered-containers-0.2.7.1, yaml-0.8.17.2

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 07:34:12 UTC (rev 179110)
+++ PKGBUILD2016-06-10 07:35:16 UTC (rev 179111)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.8.3.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("custom:BSD3")


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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 09:34:12
  Author: fyan
Revision: 179110

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

Added:
  haskell-language-python/repos/community-staging-i686/
  haskell-language-python/repos/community-staging-i686/PKGBUILD
(from rev 179109, haskell-language-python/trunk/PKGBUILD)
  haskell-language-python/repos/community-staging-x86_64/
  haskell-language-python/repos/community-staging-x86_64/PKGBUILD
(from rev 179109, haskell-language-python/trunk/PKGBUILD)

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

Copied: haskell-language-python/repos/community-staging-i686/PKGBUILD (from rev 
179109, haskell-language-python/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-10 07:34:12 UTC (rev 179110)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=language-python
+pkgname=haskell-language-python
+pkgver=0.5.2
+pkgrel=4
+pkgdesc="Parsing and pretty printing of Python code."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" 'haskell-monads-tf' 'haskell-utf8-string')
+makedepends=('happy' 'alex')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('6c8bbde209ca62c32b9b89745f19203007c3dd407acc2f860a737b5a51446437')
+
+prepare() {
+sed -i 's/transformers >= 0.3 && < 0.5,/transformers >= 0.3 \&\& < 0.6,/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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 \
+-fsplit-base
+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-language-python/repos/community-staging-x86_64/PKGBUILD (from 
rev 179109, haskell-language-python/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-10 07:34:12 UTC (rev 179110)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=language-python
+pkgname=haskell-language-python
+pkgver=0.5.2
+pkgrel=4
+pkgdesc="Parsing and pretty printing of Python code."
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" 'haskell-monads-tf' 'haskell-utf8-string')
+makedepends=('happy' 'alex')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('6c8bbde209ca62c32b9b89745f19203007c3dd407acc2f860a737b5a51446437')
+
+prepare() {
+sed -i 's/transformers >= 0.3 && < 0.5,/transformers >= 0.3 \&\& < 0.6,/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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 \
+-fsplit-base
+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"
+   

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

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 09:33:33
  Author: fyan
Revision: 179109

upgpkg: haskell-language-python 0.5.2-4

rebuild with persistent-2.5, http-api-data-0.2.3, microlens-0.4.4.1, 
monads-tf-0.1.0.3, persistent-sqlite-2.5.0.2, persistent-template-2.5.1.3, 
unordered-containers-0.2.7.1, yaml-0.8.17.2

Modified:
  haskell-language-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 07:09:56 UTC (rev 179108)
+++ PKGBUILD2016-06-10 07:33:33 UTC (rev 179109)
@@ -5,7 +5,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Parsing and pretty printing of Python code."
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-bytestring-tree-builder/repos (4 files)

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 09:09:56
  Author: fyan
Revision: 179108

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

Added:
  haskell-bytestring-tree-builder/repos/community-staging-i686/
  haskell-bytestring-tree-builder/repos/community-staging-i686/PKGBUILD
(from rev 179107, haskell-bytestring-tree-builder/trunk/PKGBUILD)
  haskell-bytestring-tree-builder/repos/community-staging-x86_64/
  haskell-bytestring-tree-builder/repos/community-staging-x86_64/PKGBUILD
(from rev 179107, haskell-bytestring-tree-builder/trunk/PKGBUILD)

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

Copied: haskell-bytestring-tree-builder/repos/community-staging-i686/PKGBUILD 
(from rev 179107, haskell-bytestring-tree-builder/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-06-10 07:09:56 UTC (rev 179108)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bytestring-tree-builder
+pkgname=haskell-bytestring-tree-builder
+pkgver=0.2.7
+pkgrel=2
+pkgdesc="A very efficient ByteString builder implementation based on the 
binary tree"
+url="https://github.com/nikita-volkov/bytestring-tree-builder";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-prelude" "haskell-semigroups" 
"haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('1d62f411de750723b3b72bc3b60e288b3d2b52c0e982cff332544e2a7fe7a003')
+
+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" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-bytestring-tree-builder/repos/community-staging-x86_64/PKGBUILD 
(from rev 179107, haskell-bytestring-tree-builder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-06-10 07:09:56 UTC (rev 179108)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bytestring-tree-builder
+pkgname=haskell-bytestring-tree-builder
+pkgver=0.2.7
+pkgrel=2
+pkgdesc="A very efficient ByteString builder implementation based on the 
binary tree"
+url="https://github.com/nikita-volkov/bytestring-tree-builder";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base-prelude" "haskell-semigroups" 
"haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('1d62f411de750723b3b72bc3b60e288b3d2b52c0e982cff332544e2a7fe7a003')
+
+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}"
+runh

[arch-commits] Commit in haskell-bytestring-tree-builder/trunk (PKGBUILD)

2016-06-10 Thread Felix Yan
Date: Friday, June 10, 2016 @ 09:09:29
  Author: fyan
Revision: 179107

upgpkg: haskell-bytestring-tree-builder 0.2.7-2

rebuild with persistent-2.5, http-api-data-0.2.3, microlens-0.4.4.1, 
monads-tf-0.1.0.3, persistent-sqlite-2.5.0.2, persistent-template-2.5.1.3, 
unordered-containers-0.2.7.1, yaml-0.8.17.2

Modified:
  haskell-bytestring-tree-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-10 06:53:58 UTC (rev 179106)
+++ PKGBUILD2016-06-10 07:09:29 UTC (rev 179107)
@@ -5,7 +5,7 @@
 _hkgname=bytestring-tree-builder
 pkgname=haskell-bytestring-tree-builder
 pkgver=0.2.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A very efficient ByteString builder implementation based on the 
binary tree"
 url="https://github.com/nikita-volkov/bytestring-tree-builder";
 license=("MIT")


  1   2   >