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

2016-07-09 Thread Jonathan Steel
Date: Saturday, July 9, 2016 @ 07:06:14
  Author: jsteel
Revision: 182558

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-09 07:05:56 UTC (rev 182557)
+++ community-i686/PKGBUILD 2016-07-09 07:06:14 UTC (rev 182558)
@@ -1,43 +0,0 @@
-# Maintainer: Jonathan Steel 
-
-pkgname=leatherman
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="Collection of C++ and CMake utility libraries"
-arch=('i686' 'x86_64')
-url="https://github.com/puppetlabs/leatherman";
-license=('APACHE')
-makedepends=('boost' 'cmake')
-checkdepends=('ruby')
-source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz)
-md5sums=('33dce7f1705effdc31c999421875032c')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
-  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
-$( grep -rl rb_data_object_alloc ruby )
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make test
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install DESTDIR="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: leatherman/repos/community-i686/PKGBUILD (from rev 182557, 
leatherman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-09 07:06:14 UTC (rev 182558)
@@ -0,0 +1,43 @@
+# Maintainer: Jonathan Steel 
+
+pkgname=leatherman
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="Collection of C++ and CMake utility libraries"
+arch=('i686' 'x86_64')
+url="https://github.com/puppetlabs/leatherman";
+license=('APACHE')
+makedepends=('boost' 'cmake')
+checkdepends=('ruby')
+source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz)
+md5sums=('361e850d380cbbf84a4af018b8c5c3ed')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-09 07:05:56 UTC (rev 182557)
+++ community-x86_64/PKGBUILD   2016-07-09 07:06:14 UTC (rev 182558)
@@ -1,43 +0,0 @@
-# Maintainer: Jonathan Steel 
-
-pkgname=leatherman
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="Collection of C++ and CMake utility libraries"
-arch=('i686' 'x86_64')
-url="https://github.com/puppetlabs/leatherman";
-license=('APACHE')
-makedepends=('boost' 'cmake')
-checkdepends=('ruby')
-source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz)
-md5sums=('33dce7f1705effdc31c999421875032c')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Ruby 2.3 fix: replace rb_data_object_alloc symbol with rb_data_object_wrap
-  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
-$( grep -rl rb_data_object_alloc ruby )
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make test
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install DESTDIR="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: leatherman/repos/community-x86_64/PKGBUILD (from rev 182557, 
leatherman/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-09 07:06:14 UTC (rev 182558)
@@ -0,0 +1,43 @@
+# Maintainer: Jonathan Steel 
+
+pkgname=leatherman
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="Collection of C++ and CMake utility libraries"
+arch=('i686' 'x86_64')
+url="https://github.com/puppetlabs/leatherman";
+license=('APACHE')
+makedepends=('boost' 'cmake')
+checkdepends=('ruby')
+source=($pkgname-$pkgver.tar

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

2016-07-09 Thread Jonathan Steel
Date: Saturday, July 9, 2016 @ 07:05:56
  Author: jsteel
Revision: 182557

upgpkg: leatherman 0.7.5-1

Modified:
  leatherman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 05:16:51 UTC (rev 182556)
+++ PKGBUILD2016-07-09 07:05:56 UTC (rev 182557)
@@ -1,7 +1,7 @@
 # Maintainer: Jonathan Steel 
 
 pkgname=leatherman
-pkgver=0.7.2
+pkgver=0.7.5
 pkgrel=1
 pkgdesc="Collection of C++ and CMake utility libraries"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 makedepends=('boost' 'cmake')
 checkdepends=('ruby')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/puppetlabs/leatherman/archive/$pkgver.tar.gz)
-md5sums=('33dce7f1705effdc31c999421875032c')
+md5sums=('361e850d380cbbf84a4af018b8c5c3ed')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-07-09 Thread Andreas Radke
Date: Saturday, July 9, 2016 @ 08:09:26
  Author: andyrtr
Revision: 271229

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

Added:
  pigeonhole/repos/extra-i686/PKGBUILD
(from rev 271228, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/extra-i686/dovecot.conf
(from rev 271228, pigeonhole/trunk/dovecot.conf)
  pigeonhole/repos/extra-x86_64/PKGBUILD
(from rev 271228, pigeonhole/trunk/PKGBUILD)
  pigeonhole/repos/extra-x86_64/dovecot.conf
(from rev 271228, pigeonhole/trunk/dovecot.conf)
Deleted:
  pigeonhole/repos/extra-i686/PKGBUILD
  pigeonhole/repos/extra-i686/dovecot.conf
  pigeonhole/repos/extra-x86_64/PKGBUILD
  pigeonhole/repos/extra-x86_64/dovecot.conf

---+
 /PKGBUILD |   98 
 /dovecot.conf |2 
 extra-i686/PKGBUILD   |   49 --
 extra-i686/dovecot.conf   |1 
 extra-x86_64/PKGBUILD |   49 --
 extra-x86_64/dovecot.conf |1 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-09 08:09:15 UTC (rev 271228)
+++ extra-i686/PKGBUILD 2016-07-09 08:09:26 UTC (rev 271229)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-# Contributorr: Peter Lewis 
-# Contributor: Sebastian Köhler 
-
-# This must be built against the version of dovecot being used,
-# else mail delivery will fail.
-# Specify the version of dovecot to be used here:
-_dcpkgver=2.2.25
-# Make sure to bump pkgrel if changing this.
-
-pkgname=pigeonhole
-pkgver=0.4.14
-pkgrel=2
-pkgdesc="Sieve implementation for Dovecot"
-arch=('i686' 'x86_64')
-url="http://pigeonhole.dovecot.org/";
-license=('LGPL')
-depends=('dovecot='$_dcpkgver)
-conflicts=('dovecot-sieve' 'pigeonhole-hg')
-source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
-"dovecot.conf")
-sha256sums=('dff30a636c1516158f3e159c669a254569c9dabaa6ecfa3669379101ea5b3300'
-'SKIP'
-'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
-validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

-
-build() {
-  cd dovecot-2.2-$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---with-dovecot=/usr/lib/dovecot \
---with-moduledir=/usr/lib/dovecot/modules \
---disable-static
-  make
-}
-
-check() {
-  cd dovecot-2.2-$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd dovecot-2.2-$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir/" install
-  install -m 644 -D "$srcdir/dovecot.conf" 
"$pkgdir/etc/ld.so.conf.d/dovecot.conf"
-}

Copied: pigeonhole/repos/extra-i686/PKGBUILD (from rev 271228, 
pigeonhole/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-09 08:09:26 UTC (rev 271229)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+# Contributorr: Peter Lewis 
+# Contributor: Sebastian Köhler 
+
+# This must be built against the version of dovecot being used,
+# else mail delivery will fail.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.2.25
+# Make sure to bump pkgrel if changing this.
+
+pkgname=pigeonhole
+pkgver=0.4.15
+pkgrel=1
+pkgdesc="Sieve implementation for Dovecot"
+arch=('i686' 'x86_64')
+url="http://pigeonhole.dovecot.org/";
+license=('LGPL')
+depends=('dovecot='$_dcpkgver)
+conflicts=('dovecot-sieve' 'pigeonhole-hg')
+source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
+"dovecot.conf")
+sha256sums=('c99ace6ead310c6c3b639922da618f90d846307da4fe252d994e5e51bf8a3de3'
+'SKIP'
+'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

+
+build() {
+  cd dovecot-2.2-$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-dovecot=/usr/lib/dovecot \
+--with-moduledir=/usr/lib/dovecot/modules \
+--disable-static
+  make
+}
+
+check() {
+  cd dovecot-2.2-$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd dovecot-2.2-$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir/" install
+  install -m 644 -D "$srcdir/dovecot.conf" 
"$pkgdir/etc/ld.so.conf.d/dovecot.conf"
+}

Deleted: extra-i686/dovecot.conf
===
--- extra-i686/dovecot.conf 2016-07-09 08:09:15 UTC (rev 271228)
+++ extra-i686/dovecot.conf 2016-07-09 08:09:26 UTC (rev 271229)
@@ -1 +0,0 @@
-/usr/lib/dovecot

Copied: pigeonhole/repos/extra-i686/dovecot.conf (from rev 271228, 
pigeonhole/trunk/dovecot.conf)
===
--- extra-i686/dovecot.conf (rev 0)
+++ extra-i686/dovecot.conf 2016-07-09 08:09:26 UTC (rev 271229)
@@ -0,0 +1 @@
+/usr/lib/dovecot

Deleted: ex

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

2016-07-09 Thread Andreas Radke
Date: Saturday, July 9, 2016 @ 08:09:15
  Author: andyrtr
Revision: 271228

upgpkg: pigeonhole 0.4.15-1

upstream update 0.4.15

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 05:03:57 UTC (rev 271227)
+++ PKGBUILD2016-07-09 08:09:15 UTC (rev 271228)
@@ -11,8 +11,8 @@
 # Make sure to bump pkgrel if changing this.
 
 pkgname=pigeonhole
-pkgver=0.4.14
-pkgrel=2
+pkgver=0.4.15
+pkgrel=1
 pkgdesc="Sieve implementation for Dovecot"
 arch=('i686' 'x86_64')
 url="http://pigeonhole.dovecot.org/";
@@ -21,7 +21,7 @@
 conflicts=('dovecot-sieve' 'pigeonhole-hg')
 
source=("http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-$pkgname-$pkgver.tar.gz"{,.sig}
 "dovecot.conf")
-sha256sums=('dff30a636c1516158f3e159c669a254569c9dabaa6ecfa3669379101ea5b3300'
+sha256sums=('c99ace6ead310c6c3b639922da618f90d846307da4fe252d994e5e51bf8a3de3'
 'SKIP'
 'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
 validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 



[arch-commits] Commit in (4 files)

2016-07-09 Thread Felix Yan
Date: Saturday, July 9, 2016 @ 10:35:42
  Author: felixonmars
Revision: 182560

addpkg: python-kivy 1.9.1-1

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

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

Added: python-kivy/trunk/PKGBUILD
===
--- python-kivy/trunk/PKGBUILD  (rev 0)
+++ python-kivy/trunk/PKGBUILD  2016-07-09 10:35:42 UTC (rev 182560)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Lev Lybin 
+# Contributor: lagrange 
+# Contributor: mid-kid 
+
+pkgbase=python-kivy
+pkgname=('python-kivy' 'python2-kivy')
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="A software library for rapid development of hardware-accelerated 
multitouch applications."
+arch=('i686' 'x86_64')
+url="http://kivy.org/";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'gstreamer' 'sdl2_ttf'
+ 'sdl2_mixer' 'sdl2_image')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock' 'python-coverage' 
'python2-coverage'
+  'python-dbus' 'python2-dbus' 'python-gobject' 'python2-gobject' 
'xorg-server-xvfb'
+  'git' 'mtdev' 'xclip' 'xsel' 'gst-plugins-base' 
'gst-plugins-good')
+source=("https://pypi.python.org/packages/source/K/Kivy/kivy-$pkgver.tar.gz";)
+sha256sums=('29bc45be34c26a8acb1dafdd329145f997a473be344cd052659f821f6478637e')
+
+prepare() {
+  # For better metadata
+  export KIVY_USE_SETUPTOOLS=1
+
+  export LC_CTYPE=en_US.UTF-8
+
+  cp -a kivy-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/kivy-$pkgver
+  python setup.py build build_ext --inplace
+
+  cd "$srcdir"/kivy-$pkgver-py2
+  python2 setup.py build build_ext --inplace
+}
+
+check() {
+  cd "$srcdir"/kivy-$pkgver
+  PYTHONPATH="$PWD:$PYTHONPATH" xvfb-run -s "-screen 0 1280x720x24 -ac 
+extension GLX" make test
+
+  cd "$srcdir"/kivy-$pkgver-py2
+  PYTHONPATH="$PWD:$PYTHONPATH" xvfb-run -s "-screen 0 1280x720x24 -ac 
+extension GLX" make PYTHON=python2 test
+}
+
+package_python-kivy() {
+  depends=('python' 'gstreamer' 'sdl2_ttf' 'sdl2_mixer' 'sdl2_image')
+
+  cd kivy-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-kivy() {
+  depends=('python2' 'gstreamer' 'sdl2_ttf' 'sdl2_mixer' 'sdl2_image')
+
+  cd kivy-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/share/kivy{,2}-examples
+}


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


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

2016-07-09 Thread Felix Yan
Date: Saturday, July 9, 2016 @ 10:36:14
  Author: felixonmars
Revision: 182562

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

Added:
  python-kivy/repos/community-i686/
  python-kivy/repos/community-i686/PKGBUILD
(from rev 182560, python-kivy/trunk/PKGBUILD)
  python-kivy/repos/community-x86_64/
  python-kivy/repos/community-x86_64/PKGBUILD
(from rev 182561, python-kivy/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   64 
 community-x86_64/PKGBUILD |   64 
 2 files changed, 128 insertions(+)

Copied: python-kivy/repos/community-i686/PKGBUILD (from rev 182560, 
python-kivy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-09 10:36:14 UTC (rev 182562)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Lev Lybin 
+# Contributor: lagrange 
+# Contributor: mid-kid 
+
+pkgbase=python-kivy
+pkgname=('python-kivy' 'python2-kivy')
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="A software library for rapid development of hardware-accelerated 
multitouch applications."
+arch=('i686' 'x86_64')
+url="http://kivy.org/";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'gstreamer' 'sdl2_ttf'
+ 'sdl2_mixer' 'sdl2_image')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock' 'python-coverage' 
'python2-coverage'
+  'python-dbus' 'python2-dbus' 'python-gobject' 'python2-gobject' 
'xorg-server-xvfb'
+  'git' 'mtdev' 'xclip' 'xsel' 'gst-plugins-base' 
'gst-plugins-good')
+source=("https://pypi.python.org/packages/source/K/Kivy/kivy-$pkgver.tar.gz";)
+sha256sums=('29bc45be34c26a8acb1dafdd329145f997a473be344cd052659f821f6478637e')
+
+prepare() {
+  # For better metadata
+  export KIVY_USE_SETUPTOOLS=1
+
+  export LC_CTYPE=en_US.UTF-8
+
+  cp -a kivy-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/kivy-$pkgver
+  python setup.py build build_ext --inplace
+
+  cd "$srcdir"/kivy-$pkgver-py2
+  python2 setup.py build build_ext --inplace
+}
+
+check() {
+  cd "$srcdir"/kivy-$pkgver
+  PYTHONPATH="$PWD:$PYTHONPATH" xvfb-run -s "-screen 0 1280x720x24 -ac 
+extension GLX" make test
+
+  cd "$srcdir"/kivy-$pkgver-py2
+  PYTHONPATH="$PWD:$PYTHONPATH" xvfb-run -s "-screen 0 1280x720x24 -ac 
+extension GLX" make PYTHON=python2 test
+}
+
+package_python-kivy() {
+  depends=('python' 'gstreamer' 'sdl2_ttf' 'sdl2_mixer' 'sdl2_image')
+
+  cd kivy-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-kivy() {
+  depends=('python2' 'gstreamer' 'sdl2_ttf' 'sdl2_mixer' 'sdl2_image')
+
+  cd kivy-$pkgver-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/share/kivy{,2}-examples
+}

Copied: python-kivy/repos/community-x86_64/PKGBUILD (from rev 182561, 
python-kivy/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-09 10:36:14 UTC (rev 182562)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Lev Lybin 
+# Contributor: lagrange 
+# Contributor: mid-kid 
+
+pkgbase=python-kivy
+pkgname=('python-kivy' 'python2-kivy')
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="A software library for rapid development of hardware-accelerated 
multitouch applications."
+arch=('i686' 'x86_64')
+url="http://kivy.org/";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 
'gstreamer' 'sdl2_ttf'
+ 'sdl2_mixer' 'sdl2_image')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock' 'python-coverage' 
'python2-coverage'
+  'python-dbus' 'python2-dbus' 'python-gobject' 'python2-gobject' 
'xorg-server-xvfb'
+  'git' 'mtdev' 'xclip' 'xsel' 'gst-plugins-base' 
'gst-plugins-good')
+source=("https://pypi.python.org/packages/source/K/Kivy/kivy-$pkgver.tar.gz";)
+sha256sums=('29bc45be34c26a8acb1dafdd329145f997a473be344cd052659f821f6478637e')
+
+prepare() {
+  # For better metadata
+  export KIVY_USE_SETUPTOOLS=1
+
+  export LC_CTYPE=en_US.UTF-8
+
+  cp -a kivy-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/kivy-$pkgver
+  python setup.py build build_ext --inplace
+
+  cd "$srcdir"/kivy-$pkgver-py2
+  python2 setup.py build build_ext --inplace
+}
+
+check() {
+  cd "$srcdir"/kivy-$pkgver
+  PYTHONPATH="$PWD:$PYTHONPATH" xvfb-run -s "-screen 0 1280x720x24 -ac 
+extension GLX" make test
+
+  cd "$srcdir"/kivy-$pkgver-py2
+  PYTHONPATH="$PWD:$PYTHONPATH" xvfb-run -s "-screen 0 1280x720x24 -ac 
+extension GLX" make PYTHON=python2 test
+}
+
+package_python-kivy() {
+  depends=('python' 'gstreamer' 'sdl2_tt

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

2016-07-09 Thread Antonio Rojas
Date: Saturday, July 9, 2016 @ 10:36:29
  Author: arojas
Revision: 182563

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-09 10:36:14 UTC (rev 182562)
+++ PKGBUILD2016-07-09 10:36:29 UTC (rev 182563)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgbase=python-txaio
-pkgname=(python-txaio python2-txaio)
-pkgver=2.4.0
-pkgrel=1
-pkgdesc='Utilities to support code that runs unmodified on Twisted and asyncio'
-arch=(any)
-url='https://github.com/tavendo/txaio'
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools python-twisted 
python2-twisted)
-source=(https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz)
-sha1sums=('43f6b924fdb83307cf3660609ad40ae822fe5156')
-
-prepare() {
-  cp -a txaio-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/txaio-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/txaio-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/txaio-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/txaio-$pkgver-py2"
-  python2 setup.py test
-}
-
-package_python-txaio() {
-  depends=(python python-six python-twisted)
-
-  cd "$srcdir/txaio-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-txaio() {
-  depends=(python2 python2-six python2-twisted)
-
-  cd "$srcdir/txaio-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-txaio/repos/community-any/PKGBUILD (from rev 182562, 
python-txaio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-09 10:36:29 UTC (rev 182563)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgbase=python-txaio
+pkgname=(python-txaio python2-txaio)
+pkgver=2.5.1
+pkgrel=1
+pkgdesc='Utilities to support code that runs unmodified on Twisted and asyncio'
+arch=(any)
+url='https://github.com/tavendo/txaio'
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools python-twisted 
python2-twisted)
+source=(https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz)
+sha1sums=('9875868632db4d7c2890e9f7afa7106b878dc96e')
+
+prepare() {
+  cp -a txaio-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/txaio-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/txaio-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/txaio-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/txaio-$pkgver-py2"
+  python2 setup.py test
+}
+
+package_python-txaio() {
+  depends=(python python-six python-twisted)
+
+  cd "$srcdir/txaio-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-txaio() {
+  depends=(python2 python2-six python2-twisted)
+
+  cd "$srcdir/txaio-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-07-09 Thread Antonio Rojas
Date: Saturday, July 9, 2016 @ 10:36:00
  Author: arojas
Revision: 182561

Update to 2.5.1

Modified:
  python-txaio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 10:35:42 UTC (rev 182560)
+++ PKGBUILD2016-07-09 10:36:00 UTC (rev 182561)
@@ -3,7 +3,7 @@
 
 pkgbase=python-txaio
 pkgname=(python-txaio python2-txaio)
-pkgver=2.4.0
+pkgver=2.5.1
 pkgrel=1
 pkgdesc='Utilities to support code that runs unmodified on Twisted and asyncio'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools python-twisted 
python2-twisted)
 source=(https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz)
-sha1sums=('43f6b924fdb83307cf3660609ad40ae822fe5156')
+sha1sums=('9875868632db4d7c2890e9f7afa7106b878dc96e')
 
 prepare() {
   cp -a txaio-$pkgver{,-py2}


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

2016-07-09 Thread Antonio Rojas
Date: Saturday, July 9, 2016 @ 10:37:26
  Author: arojas
Revision: 182564

Update to 0.32

Modified:
  meson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 10:36:29 UTC (rev 182563)
+++ PKGBUILD2016-07-09 10:37:26 UTC (rev 182564)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=meson
-pkgver=0.31.0
+pkgver=0.32.0
 pkgrel=1
 pkgdesc='SCons-like build system that use python as a front-end language and 
Ninja as a building backend'
 url='http://mesonbuild.com/'
@@ -10,8 +10,8 @@
 optdepends=('python-pyqt5: GUI support')
 #checkdepends=(gcc-objc gnustep-make vala rust gcc-fortran mono boost 
qt5-base) #gtest or googletest
 license=(Apache)
-source=(https://pypi.python.org/packages/source/m/meson/meson-$pkgver.tar.gz)
-sha1sums=('dedfe5d729a492dfb9fdd0460feb222f9db4d744')
+source=(https://pypi.io/packages/source/m/meson/meson-$pkgver.tar.gz)
+sha1sums=('9db0eb1f550d388e7a845cc20078d0ce79319a22')
 
 check() {
   cd meson-$pkgver


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

2016-07-09 Thread Antonio Rojas
Date: Saturday, July 9, 2016 @ 10:37:42
  Author: arojas
Revision: 182565

archrelease: copy trunk to community-any

Added:
  meson/repos/community-any/PKGBUILD
(from rev 182564, meson/trunk/PKGBUILD)
Deleted:
  meson/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-09 10:37:26 UTC (rev 182564)
+++ PKGBUILD2016-07-09 10:37:42 UTC (rev 182565)
@@ -1,26 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-pkgname=meson
-pkgver=0.31.0
-pkgrel=1
-pkgdesc='SCons-like build system that use python as a front-end language and 
Ninja as a building backend'
-url='http://mesonbuild.com/'
-arch=(any)
-depends=(python ninja)
-optdepends=('python-pyqt5: GUI support')
-#checkdepends=(gcc-objc gnustep-make vala rust gcc-fortran mono boost 
qt5-base) #gtest or googletest
-license=(Apache)
-source=(https://pypi.python.org/packages/source/m/meson/meson-$pkgver.tar.gz)
-sha1sums=('dedfe5d729a492dfb9fdd0460feb222f9db4d744')
-
-check() {
-  cd meson-$pkgver
-#  tests require a lot of dependencies
-#  ./run_tests.py
-}
-
-package() {
-  cd meson-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: meson/repos/community-any/PKGBUILD (from rev 182564, 
meson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-09 10:37:42 UTC (rev 182565)
@@ -0,0 +1,26 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=meson
+pkgver=0.32.0
+pkgrel=1
+pkgdesc='SCons-like build system that use python as a front-end language and 
Ninja as a building backend'
+url='http://mesonbuild.com/'
+arch=(any)
+depends=(python ninja)
+optdepends=('python-pyqt5: GUI support')
+#checkdepends=(gcc-objc gnustep-make vala rust gcc-fortran mono boost 
qt5-base) #gtest or googletest
+license=(Apache)
+source=(https://pypi.io/packages/source/m/meson/meson-$pkgver.tar.gz)
+sha1sums=('9db0eb1f550d388e7a845cc20078d0ce79319a22')
+
+check() {
+  cd meson-$pkgver
+#  tests require a lot of dependencies
+#  ./run_tests.py
+}
+
+package() {
+  cd meson-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


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

2016-07-09 Thread Antonio Rojas
Date: Saturday, July 9, 2016 @ 10:40:57
  Author: arojas
Revision: 182566

Update to 2.0

Modified:
  nullmailer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 10:37:42 UTC (rev 182565)
+++ PKGBUILD2016-07-09 10:40:57 UTC (rev 182566)
@@ -4,8 +4,8 @@
 # Contributor: Kurt J. Bosch 
 
 pkgname=nullmailer
-pkgver=1.13
-pkgrel=6
+pkgver=2.0
+pkgrel=1
 pkgdesc="Simple relay-only mail transport agent."
 arch=('i686' 'x86_64')
 url="http://www.untroubled.org/nullmailer/";
@@ -17,7 +17,7 @@
 install=nullmailer.install
 
source=("http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz";
 nullmailer.service)
-md5sums=('aaeb8746fbc082917b26d0827ccc9270'
+md5sums=('e35e8248056fd21a2e464d34116c44a2'
  '300f17c52422d4156583f207f2405930')
 
 build() {


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

2016-07-09 Thread Antonio Rojas
Date: Saturday, July 9, 2016 @ 10:41:23
  Author: arojas
Revision: 182567

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

Added:
  nullmailer/repos/community-i686/PKGBUILD
(from rev 182566, nullmailer/trunk/PKGBUILD)
  nullmailer/repos/community-i686/nullmailer.install
(from rev 182566, nullmailer/trunk/nullmailer.install)
  nullmailer/repos/community-i686/nullmailer.service
(from rev 182566, nullmailer/trunk/nullmailer.service)
  nullmailer/repos/community-x86_64/PKGBUILD
(from rev 182566, nullmailer/trunk/PKGBUILD)
  nullmailer/repos/community-x86_64/nullmailer.install
(from rev 182566, nullmailer/trunk/nullmailer.install)
  nullmailer/repos/community-x86_64/nullmailer.service
(from rev 182566, nullmailer/trunk/nullmailer.service)
Deleted:
  nullmailer/repos/community-i686/PKGBUILD
  nullmailer/repos/community-i686/nullmailer.install
  nullmailer/repos/community-i686/nullmailer.service
  nullmailer/repos/community-x86_64/PKGBUILD
  nullmailer/repos/community-x86_64/nullmailer.install
  nullmailer/repos/community-x86_64/nullmailer.service

-+
 /PKGBUILD   |   82 ++
 /nullmailer.install |   70 +
 /nullmailer.service |   26 ++
 community-i686/PKGBUILD |   41 -
 community-i686/nullmailer.install   |   35 --
 community-i686/nullmailer.service   |   13 -
 community-x86_64/PKGBUILD   |   41 -
 community-x86_64/nullmailer.install |   35 --
 community-x86_64/nullmailer.service |   13 -
 9 files changed, 178 insertions(+), 178 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-09 10:40:57 UTC (rev 182566)
+++ community-i686/PKGBUILD 2016-07-09 10:41:23 UTC (rev 182567)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: Roberto Alsina 
-# Contributor: Kurt J. Bosch 
-
-pkgname=nullmailer
-pkgver=1.13
-pkgrel=6
-pkgdesc="Simple relay-only mail transport agent."
-arch=('i686' 'x86_64')
-url="http://www.untroubled.org/nullmailer/";
-license=("GPL")
-provides=('smtp-forwarder')
-conflicts=('smtp-forwarder' 'smtp-server')
-depends=('gnutls')
-options=(emptydirs)
-install=nullmailer.install
-source=("http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz";
-nullmailer.service)
-md5sums=('aaeb8746fbc082917b26d0827ccc9270'
- '300f17c52422d4156583f207f2405930')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-tls
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-install -D -m 0644 ../nullmailer.service 
"${pkgdir}/usr/lib/systemd/system/nullmailer.service"
-# Remove pipe and create on install to work around makepkg hang on grep -R
-rm -f "${pkgdir}/var/nullmailer/trigger"
-}

Copied: nullmailer/repos/community-i686/PKGBUILD (from rev 182566, 
nullmailer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-09 10:41:23 UTC (rev 182567)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Roberto Alsina 
+# Contributor: Kurt J. Bosch 
+
+pkgname=nullmailer
+pkgver=2.0
+pkgrel=1
+pkgdesc="Simple relay-only mail transport agent."
+arch=('i686' 'x86_64')
+url="http://www.untroubled.org/nullmailer/";
+license=("GPL")
+provides=('smtp-forwarder')
+conflicts=('smtp-forwarder' 'smtp-server')
+depends=('gnutls')
+options=(emptydirs)
+install=nullmailer.install
+source=("http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz";
+nullmailer.service)
+md5sums=('e35e8248056fd21a2e464d34116c44a2'
+ '300f17c52422d4156583f207f2405930')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-tls
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -D -m 0644 ../nullmailer.service 
"${pkgdir}/usr/lib/systemd/system/nullmailer.service"
+# Remove pipe and create on install to work around makepkg hang on grep -R
+rm -f "${pkgdir}/var/nullmailer/trigger"
+}

Deleted: community-i686/nullmailer.install
===
--- community-i686/nullmailer.install   2016-07-09 10:40:57 UTC (rev 182566)
+++ community-i686/nullmailer.install   2016-0

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

2016-07-09 Thread Antonio Rojas
Date: Saturday, July 9, 2016 @ 10:43:42
  Author: arojas
Revision: 182568

Update to 3.8

Modified:
  ps_mem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 10:41:23 UTC (rev 182567)
+++ PKGBUILD2016-07-09 10:43:42 UTC (rev 182568)
@@ -4,7 +4,7 @@
 # Contributor: Ali Gündüz 
 
 pkgname=ps_mem
-pkgver=3.5
+pkgver=3.8
 pkgrel=1
 pkgdesc="List processes by memory usage"
 arch=('any')


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

2016-07-09 Thread Antonio Rojas
Date: Saturday, July 9, 2016 @ 10:44:00
  Author: arojas
Revision: 182569

archrelease: copy trunk to community-any

Added:
  ps_mem/repos/community-any/PKGBUILD
(from rev 182568, ps_mem/trunk/PKGBUILD)
Deleted:
  ps_mem/repos/community-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-09 10:43:42 UTC (rev 182568)
+++ PKGBUILD2016-07-09 10:44:00 UTC (rev 182569)
@@ -1,25 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress 
-# Contributor: Kyle Keen 
-# Contributor: Ali Gündüz 
-
-pkgname=ps_mem
-pkgver=3.5
-pkgrel=1
-pkgdesc="List processes by memory usage"
-arch=('any')
-url="http://www.pixelbeat.org/scripts/";
-license=('GPL')
-# Compatible with both Python 2.x and 3.x
-depends=('python')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=7e295aecfe4f83c7bbf02c0f4c78c198ad20db22";)
-md5sums=('SKIP')
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
-  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-

Copied: ps_mem/repos/community-any/PKGBUILD (from rev 182568, 
ps_mem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-09 10:44:00 UTC (rev 182569)
@@ -0,0 +1,25 @@
+# $Id:
+# Maintainer : Martin Wimpress 
+# Contributor: Kyle Keen 
+# Contributor: Ali Gündüz 
+
+pkgname=ps_mem
+pkgver=3.8
+pkgrel=1
+pkgdesc="List processes by memory usage"
+arch=('any')
+url="http://www.pixelbeat.org/scripts/";
+license=('GPL')
+# Compatible with both Python 2.x and 3.x
+depends=('python')
+makedepends=('git')
+source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=7e295aecfe4f83c7bbf02c0f4c78c198ad20db22";)
+md5sums=('SKIP')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
+  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+


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

2016-07-09 Thread Andreas Radke
Date: Saturday, July 9, 2016 @ 10:58:44
  Author: andyrtr
Revision: 271230

upgpkg: tzdata 2016f-1

upstream update 2016f

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 08:09:26 UTC (rev 271229)
+++ PKGBUILD2016-07-09 10:58:44 UTC (rev 271230)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=tzdata
-pkgver=2016e
+pkgver=2016f
 pkgrel=1
 pkgdesc="Sources for time zone and daylight saving time data"
 arch=('any')
@@ -9,10 +9,11 @@
 url="http://www.iana.org/time-zones";
 license=('GPL')
 options=('!emptydirs')
-source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
-sha512sums=('dace0f6fc87a73879ca3a1b143d7dcf9c50803e23e6b8c91f83711704e28129af776676c547c42f14dee7f1e8e285ce25296e53a52d11f4c8f155b5f80f4beb3'
-  'SKIP')
-validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 

+# new signing key is not available via public keyservers
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
 #{,.asc})
+sha512sums=('0472f9516b6c3d83c0a5d0953a5535f4c48d9b9171e125f528188dac512f3556bc1805b7029c4f467a122cbce1beb4e804dd4ae63b259952de3bb217f8e8941d')
+#'SKIP')
+#validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 

 
 timezones=('africa' 'antarctica' 'asia' 'australasia'
'europe' 'northamerica' 'southamerica'


[arch-commits] Commit in tzdata/repos (testing-any testing-any/PKGBUILD)

2016-07-09 Thread Andreas Radke
Date: Saturday, July 9, 2016 @ 10:58:51
  Author: andyrtr
Revision: 271231

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 271230, tzdata/trunk/PKGBUILD)

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

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 271230, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-07-09 10:58:51 UTC (rev 271231)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=tzdata
+pkgver=2016f
+pkgrel=1
+pkgdesc="Sources for time zone and daylight saving time data"
+arch=('any')
+url="http://www.iana.org/time-zones";
+license=('GPL')
+options=('!emptydirs')
+# new signing key is not available via public keyservers
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
 #{,.asc})
+sha512sums=('0472f9516b6c3d83c0a5d0953a5535f4c48d9b9171e125f528188dac512f3556bc1805b7029c4f467a122cbce1beb4e804dd4ae63b259952de3bb217f8e8941d')
+#'SKIP')
+#validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 

+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone1970.tab 
zone.tab # zone.tab is depricated and will go soon
+}


[arch-commits] Commit in java-atk-wrapper/trunk (2 files)

2016-07-09 Thread Antonio Rojas
Date: Saturday, July 9, 2016 @ 11:05:38
  Author: arojas
Revision: 182570

Update to 0.33.2

Added:
  java-atk-wrapper/trunk/removeNotExistingManifestInclusion.patch
Modified:
  java-atk-wrapper/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 removeNotExistingManifestInclusion.patch |   22 ++
 2 files changed, 37 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 10:44:00 UTC (rev 182569)
+++ PKGBUILD2016-07-09 11:05:38 UTC (rev 182570)
@@ -3,17 +3,23 @@
 # Contributor: Kyle 
 
 pkgname=java-atk-wrapper
-pkgver=0.30.4
-pkgrel=3
+pkgver=0.33.2
+pkgrel=1
 pkgdesc="ATK wrapper for screen reader access to Java Swing applications"
 arch=(i686 x86_64)
 url="https://git.gnome.org/browse/java-atk-wrapper/";
 license=('LGPL')
-depends=('gconf' 'gtk2' 'java-runtime' 'xorg-xprop')
+depends=('gtk2' 'java-runtime' 'xorg-xprop' 'gtk3')
 makedepends=('java-environment')
-source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.30/$pkgname-$pkgver.tar.bz2";)
-md5sums=('45b7aafdc4b9fd1c3dd0a39485df5dfa')
+source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";
 removeNotExistingManifestInclusion.patch)
+md5sums=('a1884b4e1a00730088f9a83d56be4b95'
+ '0bab0ce96496b3abe5f1b4ecb392')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p0 -i ../removeNotExistingManifestInclusion.patch # Fedora patch
+}
+
 build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
@@ -23,4 +29,8 @@
 package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
+
+# make install is broken
+  mv "$pkgdir"/build/.local/share/java-atk-wrapper/usr/lib/jvm 
"$pkgdir"/usr/lib
+  rm -r "$pkgdir"/build
 }

Added: removeNotExistingManifestInclusion.patch
===
--- removeNotExistingManifestInclusion.patch(rev 0)
+++ removeNotExistingManifestInclusion.patch2016-07-09 11:05:38 UTC (rev 
182570)
@@ -0,0 +1,22 @@
+--- wrapper/Makefile.am
 wrapper/Makefile.am
+@@ -16,7 +16,7 @@
+ EXTRA_DIST = $(properties_DATA)
+ 
+ $(JARFILES) : $(DEP_CLASSES)
+-  $(JAR) cfm $(JARFILES) manifest.txt org/GNOME/Accessibility/*.class
++  $(JAR) cf $(JARFILES) org/GNOME/Accessibility/*.class
+ 
+ all-local : $(DATA) $(JARFILES)
+ 
+--- wrapper/Makefile.in
 wrapper/Makefile.in
+@@ -717,7 +717,7 @@
+ 
+ 
+ $(JARFILES) : $(DEP_CLASSES)
+-  $(JAR) cfm $(JARFILES) manifest.txt org/GNOME/Accessibility/*.class
++  $(JAR) cf $(JARFILES) org/GNOME/Accessibility/*.class
+ 
+ all-local : $(DATA) $(JARFILES)
+ 


[arch-commits] Commit in java-atk-wrapper/repos (6 files)

2016-07-09 Thread Antonio Rojas
Date: Saturday, July 9, 2016 @ 11:06:19
  Author: arojas
Revision: 182571

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

Added:
  java-atk-wrapper/repos/community-i686/PKGBUILD
(from rev 182570, java-atk-wrapper/trunk/PKGBUILD)
  java-atk-wrapper/repos/community-i686/removeNotExistingManifestInclusion.patch
(from rev 182570, 
java-atk-wrapper/trunk/removeNotExistingManifestInclusion.patch)
  java-atk-wrapper/repos/community-x86_64/PKGBUILD
(from rev 182570, java-atk-wrapper/trunk/PKGBUILD)
  
java-atk-wrapper/repos/community-x86_64/removeNotExistingManifestInclusion.patch
(from rev 182570, 
java-atk-wrapper/trunk/removeNotExistingManifestInclusion.patch)
Deleted:
  java-atk-wrapper/repos/community-i686/PKGBUILD
  java-atk-wrapper/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   26 
 community-i686/removeNotExistingManifestInclusion.patch   |   22 +++
 community-x86_64/PKGBUILD |   26 
 community-x86_64/removeNotExistingManifestInclusion.patch |   22 +++
 5 files changed, 116 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-09 11:05:38 UTC (rev 182570)
+++ community-i686/PKGBUILD 2016-07-09 11:06:19 UTC (rev 182571)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Martin Wimpress 
-# Contributor: Kyle 
-
-pkgname=java-atk-wrapper
-pkgver=0.30.4
-pkgrel=3
-pkgdesc="ATK wrapper for screen reader access to Java Swing applications"
-arch=(i686 x86_64)
-url="https://git.gnome.org/browse/java-atk-wrapper/";
-license=('LGPL')
-depends=('gconf' 'gtk2' 'java-runtime' 'xorg-xprop')
-makedepends=('java-environment')
-source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/0.30/$pkgname-$pkgver.tar.bz2";)
-md5sums=('45b7aafdc4b9fd1c3dd0a39485df5dfa')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir/" install
-}

Copied: java-atk-wrapper/repos/community-i686/PKGBUILD (from rev 182570, 
java-atk-wrapper/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-09 11:06:19 UTC (rev 182571)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Martin Wimpress 
+# Contributor: Kyle 
+
+pkgname=java-atk-wrapper
+pkgver=0.33.2
+pkgrel=1
+pkgdesc="ATK wrapper for screen reader access to Java Swing applications"
+arch=(i686 x86_64)
+url="https://git.gnome.org/browse/java-atk-wrapper/";
+license=('LGPL')
+depends=('gtk2' 'java-runtime' 'xorg-xprop' 'gtk3')
+makedepends=('java-environment')
+source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz";
 removeNotExistingManifestInclusion.patch)
+md5sums=('a1884b4e1a00730088f9a83d56be4b95'
+ '0bab0ce96496b3abe5f1b4ecb392')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p0 -i ../removeNotExistingManifestInclusion.patch # Fedora patch
+}
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+
+# make install is broken
+  mv "$pkgdir"/build/.local/share/java-atk-wrapper/usr/lib/jvm 
"$pkgdir"/usr/lib
+  rm -r "$pkgdir"/build
+}

Copied: 
java-atk-wrapper/repos/community-i686/removeNotExistingManifestInclusion.patch 
(from rev 182570, 
java-atk-wrapper/trunk/removeNotExistingManifestInclusion.patch)
===
--- community-i686/removeNotExistingManifestInclusion.patch 
(rev 0)
+++ community-i686/removeNotExistingManifestInclusion.patch 2016-07-09 
11:06:19 UTC (rev 182571)
@@ -0,0 +1,22 @@
+--- wrapper/Makefile.am
 wrapper/Makefile.am
+@@ -16,7 +16,7 @@
+ EXTRA_DIST = $(properties_DATA)
+ 
+ $(JARFILES) : $(DEP_CLASSES)
+-  $(JAR) cfm $(JARFILES) manifest.txt org/GNOME/Accessibility/*.class
++  $(JAR) cf $(JARFILES) org/GNOME/Accessibility/*.class
+ 
+ all-local : $(DATA) $(JARFILES)
+ 
+--- wrapper/Makefile.in
 wrapper/Makefile.in
+@@ -717,7 +717,7 @@
+ 
+ 
+ $(JARFILES) : $(DEP_CLASSES)
+-  $(JAR) cfm $(JARFILES) manifest.txt org/GNOME/Accessibility/*.class
++  $(JAR) cf $(JARFILES) org/GNOME/Accessibility/*.class
+ 
+ all-local : $(DATA) $(JARFILES)
+ 

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-09 11:05:38 UTC (rev 182570)
+++ community-x86_64/PKGBUILD   2016-07-09 11:06:19 UTC (rev 182571)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer:  Martin Wimpress 
-# Contributor: K

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

2016-07-09 Thread Maxime Gauduin
Date: Saturday, July 9, 2016 @ 11:14:09
  Author: alucryd
Revision: 182573

upgpkg: lollypop 0.9.112-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 11:10:56 UTC (rev 182572)
+++ PKGBUILD2016-07-09 11:14:09 UTC (rev 182573)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.111
+pkgver=0.9.112
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
@@ -19,7 +19,7 @@
 'python-pylast: Last.FM support'
 'python-wikipedia: Wikipedia support')
 
source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz";)
-sha256sums=('b31b7a14c75fbab7fef097d681bf1eb70825bc4a305b47e03166bf9d156f89a4')
+sha256sums=('be9c0123e8d2ee6771929ed2aaac8fe0ae744141a97f7741bf3123c224d4e30e')
 
 build() {
   cd lollypop-${pkgver}


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

2016-07-09 Thread Maxime Gauduin
Date: Saturday, July 9, 2016 @ 11:14:24
  Author: alucryd
Revision: 182574

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 182573, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-09 11:14:09 UTC (rev 182573)
+++ PKGBUILD2016-07-09 11:14:24 UTC (rev 182574)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.111
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://github.com/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gst-python' 'gtk3' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
-optdepends=('gst-libav: FFmpeg plugin for GStreamer'
-'kid3-qt: Store covers in tags'
-'libsecret: Last.FM support'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support')
-source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz";)
-sha256sums=('b31b7a14c75fbab7fef097d681bf1eb70825bc4a305b47e03166bf9d156f89a4')
-
-build() {
-  cd lollypop-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd lollypop-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 182573, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-09 11:14:24 UTC (rev 182574)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.112
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://github.com/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gst-python' 'gtk3' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'python')
+optdepends=('gst-libav: FFmpeg plugin for GStreamer'
+'kid3-qt: Store covers in tags'
+'libsecret: Last.FM support'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support')
+source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz";)
+sha256sums=('be9c0123e8d2ee6771929ed2aaac8fe0ae744141a97f7741bf3123c224d4e30e')
+
+build() {
+  cd lollypop-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd lollypop-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2016-07-09 Thread Maxime Gauduin
Date: Saturday, July 9, 2016 @ 11:21:31
  Author: alucryd
Revision: 182575

upgpkg: emby-server 3.0.5985-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 11:14:24 UTC (rev 182574)
+++ PKGBUILD2016-07-09 11:21:31 UTC (rev 182575)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.0.5972
+pkgver=3.0.5985
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('3d4e6519cf6844ea76d0c23f032f463829b4cf06e33e22ae9d2cf184513db537'
+sha256sums=('8bc025dfa35aa9ee23dd9682f19b6a248233afad0aebe55a379c1b7753c6e89a'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


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

2016-07-09 Thread Felix Yan
Date: Saturday, July 9, 2016 @ 11:23:15
  Author: felixonmars
Revision: 182577

upgpkg: wine 1.9.14-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 11:22:21 UTC (rev 182576)
+++ PKGBUILD2016-07-09 11:23:15 UTC (rev 182577)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=1.9.13
+pkgver=1.9.14
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('157efa125c047ac5a2f64f5ef2d26e9592645f82'
+sha1sums=('d09bca2a32d80857f97847795bc82749200ef12c'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


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

2016-07-09 Thread Maxime Gauduin
Date: Saturday, July 9, 2016 @ 11:22:21
  Author: alucryd
Revision: 182576

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

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 182575, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 182575, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 182575, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 182575, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 182575, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 182575, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 182575, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 182575, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 182575, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 182575, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 182575, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 182575, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service
  emby-server/repos/community-x86_64/PKGBUILD
  emby-server/repos/community-x86_64/emby-migrate-database
  emby-server/repos/community-x86_64/emby-server
  emby-server/repos/community-x86_64/emby-server.conf
  emby-server/repos/community-x86_64/emby-server.install
  emby-server/repos/community-x86_64/emby-server.service

+
 /PKGBUILD  |  112 +++
 /emby-migrate-database |  112 +++
 /emby-server   |6 +
 /emby-server.conf  |8 ++
 /emby-server.install   |   62 +
 /emby-server.service   |   32 
 community-i686/PKGBUILD|   56 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 
 community-i686/emby-server.conf|4 -
 community-i686/emby-server.install |   31 
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/emby-migrate-database |   56 ---
 community-x86_64/emby-server   |3 
 community-x86_64/emby-server.conf  |4 -
 community-x86_64/emby-server.install   |   31 
 community-x86_64/emby-server.service   |   16 
 18 files changed, 332 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-09 11:21:31 UTC (rev 182575)
+++ community-i686/PKGBUILD 2016-07-09 11:22:21 UTC (rev 182576)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.0.5972
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'mono' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/MediaBrowser/archive/${pkgver}.tar.gz";
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('3d4e6519cf6844ea76d0c23f032f463829b4cf06e33e22ae9d2cf184513db537'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/{etc/conf.d,usr/{

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

2016-07-09 Thread Felix Yan
Date: Saturday, July 9, 2016 @ 11:23:36
  Author: felixonmars
Revision: 182578

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-07-09 11:23:15 UTC (rev 182577)
+++ 30-win32-aliases.conf   2016-07-09 11:23:36 UTC (rev 182578)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 182577, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-07-09 11:23:36 UTC (rev 182578)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

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

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

2016-07-09 Thread Felix Yan
Date: Saturday, July 9, 2016 @ 11:23:58
  Author: felixonmars
Revision: 182579

archrelease: copy trunk to community-i686

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

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

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-07-09 11:23:36 UTC (rev 182578)
+++ 30-win32-aliases.conf   2016-07-09 11:23:58 UTC (rev 182579)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 182578, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-07-09 11:23:58 UTC (rev 182579)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

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

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

2016-07-09 Thread Felix Yan
Date: Saturday, July 9, 2016 @ 11:24:08
  Author: felixonmars
Revision: 182580

upgpkg: twine 1.7.3-1

Modified:
  twine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 11:23:58 UTC (rev 182579)
+++ PKGBUILD2016-07-09 11:24:08 UTC (rev 182580)
@@ -4,7 +4,7 @@
 
 pkgbase=twine
 pkgname=('twine' 'python2-twine')
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc='Collection of utilities for interacting with PyPI'
 arch=('any')


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

2016-07-09 Thread Felix Yan
Date: Saturday, July 9, 2016 @ 11:24:31
  Author: felixonmars
Revision: 182581

archrelease: copy trunk to community-any

Added:
  twine/repos/community-any/PKGBUILD
(from rev 182580, twine/trunk/PKGBUILD)
Deleted:
  twine/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-09 11:24:08 UTC (rev 182580)
+++ PKGBUILD2016-07-09 11:24:31 UTC (rev 182581)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
- 'python-requests-toolbelt' 'python2-requests-toolbelt' 
'python-pkginfo'
- 'python2-pkginfo' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
-source=("git+https://github.com/pypa/twine.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a twine{,-py2}
-}
-
-build() {
-  cd "$srcdir"/twine
-  python setup.py build
-
-  cd "$srcdir"/twine-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/twine
-  python setup.py ptr
-
-  cd "$srcdir"/twine-py2
-  python2 setup.py ptr
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-clint')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd twine
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  ln -s twine "$pkgdir"/usr/bin/twine3
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-clint')
-
-  cd twine-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/twine{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 182580, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-09 11:24:31 UTC (rev 182581)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.7.3
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
+ 'python-requests-toolbelt' 'python2-requests-toolbelt' 
'python-pkginfo'
+ 'python2-pkginfo' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
+source=("git+https://github.com/pypa/twine.git#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a twine{,-py2}
+}
+
+build() {
+  cd "$srcdir"/twine
+  python setup.py build
+
+  cd "$srcdir"/twine-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/twine
+  python setup.py ptr
+
+  cd "$srcdir"/twine-py2
+  python2 setup.py ptr
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-clint')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd twine
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-clint')
+
+  cd twine-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/twine{,2}
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in btrfs-progs/trunk (btrfs-scrub@.timer)

2016-07-09 Thread Sébastien Luttringer
Date: Saturday, July 9, 2016 @ 12:04:42
  Author: seblu
Revision: 271233

Same device name display between service and timer

Modified:
  btrfs-progs/trunk/btrfs-scrub@.timer

+
 btrfs-scrub@.timer |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: btrfs-scrub@.timer
===
--- btrfs-scrub@.timer  2016-07-09 11:35:42 UTC (rev 271232)
+++ btrfs-scrub@.timer  2016-07-09 12:04:42 UTC (rev 271233)
@@ -1,5 +1,5 @@
 [Unit]
-Description=Monthly Btrfs scrub on %I
+Description=Monthly Btrfs scrub on %f
 
 [Timer]
 OnCalendar=monthly


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

2016-07-09 Thread Jelle van der Waa
Date: Saturday, July 9, 2016 @ 12:16:32
  Author: jelle
Revision: 182582

upgpkg: calibre 2.62.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 11:24:31 UTC (rev 182581)
+++ PKGBUILD2016-07-09 12:16:32 UTC (rev 182582)
@@ -8,8 +8,8 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=2.61.0
-pkgrel=2
+pkgver=2.62.0
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="https://calibre-ebook.com/";
@@ -29,7 +29,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig";)
-sha256sums=('a88c3da1320c346cb4847d3a887674e4aa4c965b4e2311e425343d9fe72b5df7'
+sha256sums=('ca4e7b13bfbf3950e32c91d163bd31a310fb386375d4c02f4bde8dd7b49b1a97'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2016-07-09 Thread Jelle van der Waa
Date: Saturday, July 9, 2016 @ 12:17:55
  Author: jelle
Revision: 182583

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-09 12:16:32 UTC (rev 182582)
+++ community-i686/PKGBUILD 2016-07-09 12:17:55 UTC (rev 182583)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=2.61.0
-pkgrel=2
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/";
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig";)
-sha256sums=('a88c3da1320c346cb4847d3a887674e4aa4c965b4e2311e425343d9fe72b5df7'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 182582, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-09 12:17:55 UTC (rev 182583)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.62.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/";
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
+ 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
+makedepends=('qt5-x11extras' '

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

2016-07-09 Thread Felix Yan
Date: Saturday, July 9, 2016 @ 13:47:31
  Author: felixonmars
Revision: 182584

upgpkg: twine 1.7.4-1

Modified:
  twine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 12:17:55 UTC (rev 182583)
+++ PKGBUILD2016-07-09 13:47:31 UTC (rev 182584)
@@ -4,7 +4,7 @@
 
 pkgbase=twine
 pkgname=('twine' 'python2-twine')
-pkgver=1.7.3
+pkgver=1.7.4
 pkgrel=1
 pkgdesc='Collection of utilities for interacting with PyPI'
 arch=('any')


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

2016-07-09 Thread Felix Yan
Date: Saturday, July 9, 2016 @ 13:47:55
  Author: felixonmars
Revision: 182585

archrelease: copy trunk to community-any

Added:
  twine/repos/community-any/PKGBUILD
(from rev 182584, twine/trunk/PKGBUILD)
Deleted:
  twine/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-09 13:47:31 UTC (rev 182584)
+++ PKGBUILD2016-07-09 13:47:55 UTC (rev 182585)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=twine
-pkgname=('twine' 'python2-twine')
-pkgver=1.7.3
-pkgrel=1
-pkgdesc='Collection of utilities for interacting with PyPI'
-arch=('any')
-url='https://pypi.python.org/pypi/twine'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
- 'python-requests-toolbelt' 'python2-requests-toolbelt' 
'python-pkginfo'
- 'python2-pkginfo' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
-source=("git+https://github.com/pypa/twine.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a twine{,-py2}
-}
-
-build() {
-  cd "$srcdir"/twine
-  python setup.py build
-
-  cd "$srcdir"/twine-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/twine
-  python setup.py ptr
-
-  cd "$srcdir"/twine-py2
-  python2 setup.py ptr
-}
-
-package_twine() {
-  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-clint')
-  provides=('python-twine')
-  conflicts=('python-twine')
-  replaces=('python-twine')
-
-  cd twine
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  ln -s twine "$pkgdir"/usr/bin/twine3
-}
-
-package_python2-twine() {
-  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-clint')
-
-  cd twine-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/twine{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: twine/repos/community-any/PKGBUILD (from rev 182584, 
twine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-09 13:47:55 UTC (rev 182585)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=twine
+pkgname=('twine' 'python2-twine')
+pkgver=1.7.4
+pkgrel=1
+pkgdesc='Collection of utilities for interacting with PyPI'
+arch=('any')
+url='https://pypi.python.org/pypi/twine'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-clint' 
'python2-clint'
+ 'python-requests-toolbelt' 'python2-requests-toolbelt' 
'python-pkginfo'
+ 'python2-pkginfo' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend')
+source=("git+https://github.com/pypa/twine.git#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a twine{,-py2}
+}
+
+build() {
+  cd "$srcdir"/twine
+  python setup.py build
+
+  cd "$srcdir"/twine-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/twine
+  python setup.py ptr
+
+  cd "$srcdir"/twine-py2
+  python2 setup.py ptr
+}
+
+package_twine() {
+  depends=('python-setuptools' 'python-requests-toolbelt' 'python-pkginfo' 
'python-clint')
+  provides=('python-twine')
+  conflicts=('python-twine')
+  replaces=('python-twine')
+
+  cd twine
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  ln -s twine "$pkgdir"/usr/bin/twine3
+}
+
+package_python2-twine() {
+  depends=('python2-setuptools' 'python2-requests-toolbelt' 'python2-pkginfo' 
'python2-clint')
+
+  cd twine-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/twine{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-09 Thread Felix Yan
Date: Saturday, July 9, 2016 @ 14:39:41
  Author: felixonmars
Revision: 182586

upgpkg: python-fake-factory 0.5.9-1

Modified:
  python-fake-factory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 13:47:55 UTC (rev 182585)
+++ PKGBUILD2016-07-09 14:39:41 UTC (rev 182586)
@@ -5,7 +5,7 @@
 
 pkgbase=python-fake-factory
 pkgname=(python-fake-factory python2-fake-factory)
-pkgver=0.5.8
+pkgver=0.5.9
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')


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

2016-07-09 Thread Felix Yan
Date: Saturday, July 9, 2016 @ 14:39:58
  Author: felixonmars
Revision: 182587

archrelease: copy trunk to community-any

Added:
  python-fake-factory/repos/community-any/PKGBUILD
(from rev 182586, python-fake-factory/trunk/PKGBUILD)
Deleted:
  python-fake-factory/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-09 14:39:41 UTC (rev 182586)
+++ PKGBUILD2016-07-09 14:39:58 UTC (rev 182587)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: dnuux 
-
-pkgbase=python-fake-factory
-pkgname=(python-fake-factory python2-fake-factory)
-pkgver=0.5.8
-pkgrel=1
-pkgdesc='Faker generates fake data for you.'
-arch=('any')
-url='http://www.joke2k.net/faker/'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
-checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser' 
'python-nose' 'python2-nose'
-  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
-  'python2-ipaddress')
-source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a faker{,-py2}
-}
-
-build() {
-  cd "$srcdir"/faker
-  python setup.py build
-
-  cd "$srcdir"/faker-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/faker
-  nosetests3
-
-  cd "$srcdir"/faker-py2
-  nosetests2
-}
-
-package_python-fake-factory() {
-  depends=('python-setuptools' 'python-dateutil')
-
-  cd "$srcdir"/faker
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-package_python2-fake-factory() {
-  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
-
-  cd "$srcdir"/faker-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/faker{,2}
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-fake-factory/repos/community-any/PKGBUILD (from rev 182586, 
python-fake-factory/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-09 14:39:58 UTC (rev 182587)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgbase=python-fake-factory
+pkgname=(python-fake-factory python2-fake-factory)
+pkgver=0.5.9
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='http://www.joke2k.net/faker/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
+checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser' 
'python-nose' 'python2-nose'
+  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
+  'python2-ipaddress')
+source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a faker{,-py2}
+}
+
+build() {
+  cd "$srcdir"/faker
+  python setup.py build
+
+  cd "$srcdir"/faker-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/faker
+  nosetests3
+
+  cd "$srcdir"/faker-py2
+  nosetests2
+}
+
+package_python-fake-factory() {
+  depends=('python-setuptools' 'python-dateutil')
+
+  cd "$srcdir"/faker
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+package_python2-fake-factory() {
+  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
+
+  cd "$srcdir"/faker-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/faker{,2}
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-07-09 Thread Massimiliano Torromeo
Date: Saturday, July 9, 2016 @ 16:19:52
  Author: mtorromeo
Revision: 182588

upgpkg: percona-server 5.7.13_6-1

Updated to 5.7.13

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 14:39:58 UTC (rev 182587)
+++ PKGBUILD2016-07-09 16:19:52 UTC (rev 182588)
@@ -3,11 +3,11 @@
 
 pkgbase=percona-server
 pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.7.12_5
+pkgver=5.7.13_6
 _boost_ver=1.59.0
 _pkgver=${pkgver/_/-}
 _myver=${pkgver/_rel*}
-pkgrel=4
+pkgrel=1
 arch=('i686' 'x86_64')
 # valgrind necessary for bug 
https://bugs.launchpad.net/percona-server/+bug/1494283
 makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools' 'valgrind' 
'pam' 'numactl' 'jemalloc')
@@ -166,7 +166,7 @@
rm usr/share/man/man1/mysql-test-run.pl.1
 }
 
-sha256sums=('1840b60878c2a11538c1a8793d8679c538c796ec840fedf191716149f381fada'
+sha256sums=('ce6867394d43c6814300ebe26310544bb504e0f558c8a3b8278ea6aa838fd645'
 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac'
 '1db0f48f06545307898bfed9305e5b4c2997ee97375cd8d0b2a36ee93370d00f'
 'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83'


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

2016-07-09 Thread Massimiliano Torromeo
Date: Saturday, July 9, 2016 @ 16:20:46
  Author: mtorromeo
Revision: 182589

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

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 182588, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/make_pair.patch
(from rev 182588, percona-server/trunk/make_pair.patch)
  percona-server/repos/community-i686/my.cnf
(from rev 182588, percona-server/trunk/my.cnf)
  percona-server/repos/community-i686/mysql-user.conf
(from rev 182588, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-i686/percona.install
(from rev 182588, percona-server/trunk/percona.install)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 182588, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/make_pair.patch
(from rev 182588, percona-server/trunk/make_pair.patch)
  percona-server/repos/community-x86_64/my.cnf
(from rev 182588, percona-server/trunk/my.cnf)
  percona-server/repos/community-x86_64/mysql-user.conf
(from rev 182588, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-x86_64/percona.install
(from rev 182588, percona-server/trunk/percona.install)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/make_pair.patch
  percona-server/repos/community-i686/my.cnf
  percona-server/repos/community-i686/mysql-user.conf
  percona-server/repos/community-i686/percona.install
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/make_pair.patch
  percona-server/repos/community-x86_64/my.cnf
  percona-server/repos/community-x86_64/mysql-user.conf
  percona-server/repos/community-x86_64/percona.install

--+
 /PKGBUILD|  346 +
 /make_pair.patch |   50 +
 /my.cnf  |   76 
 /mysql-user.conf |2 
 /percona.install |   38 
 community-i686/PKGBUILD  |  173 --
 community-i686/make_pair.patch   |   25 --
 community-i686/my.cnf|   38 
 community-i686/mysql-user.conf   |1 
 community-i686/percona.install   |   19 --
 community-x86_64/PKGBUILD|  173 --
 community-x86_64/make_pair.patch |   25 --
 community-x86_64/my.cnf  |   38 
 community-x86_64/mysql-user.conf |1 
 community-x86_64/percona.install |   19 --
 15 files changed, 512 insertions(+), 512 deletions(-)

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


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

2016-07-09 Thread Antonio Rojas
Date: Saturday, July 9, 2016 @ 17:19:04
  Author: arojas
Revision: 182590

Use upstream service file, fix paths in install file (FS#50005)

Modified:
  nullmailer/trunk/PKGBUILD
  nullmailer/trunk/nullmailer.install
Deleted:
  nullmailer/trunk/nullmailer.service

+
 PKGBUILD   |   17 +++--
 nullmailer.install |6 +++---
 nullmailer.service |   13 -
 3 files changed, 10 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 16:20:46 UTC (rev 182589)
+++ PKGBUILD2016-07-09 17:19:04 UTC (rev 182590)
@@ -5,7 +5,7 @@
 
 pkgname=nullmailer
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple relay-only mail transport agent."
 arch=('i686' 'x86_64')
 url="http://www.untroubled.org/nullmailer/";
@@ -15,13 +15,11 @@
 depends=('gnutls')
 options=(emptydirs)
 install=nullmailer.install
-source=("http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz";
-nullmailer.service)
-md5sums=('e35e8248056fd21a2e464d34116c44a2'
- '300f17c52422d4156583f207f2405930')
+source=("http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('e35e8248056fd21a2e464d34116c44a2')
 
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/${pkgname} \
@@ -33,9 +31,8 @@
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
-install -D -m 0644 ../nullmailer.service 
"${pkgdir}/usr/lib/systemd/system/nullmailer.service"
-# Remove pipe and create on install to work around makepkg hang on grep -R
-rm -f "${pkgdir}/var/nullmailer/trigger"
+
+install -Dm644 scripts/nullmailer.service 
"$pkgdir"/usr/lib/systemd/system/nullmailer.service
 }

Modified: nullmailer.install
===
--- nullmailer.install  2016-07-09 16:20:46 UTC (rev 182589)
+++ nullmailer.install  2016-07-09 17:19:04 UTC (rev 182590)
@@ -1,14 +1,14 @@
 post_install() {
 if ! getent passwd nullmail > /dev/null; then
 echo "==> Creating nullmail user"
-usr/bin/useradd --comment "nullmailer MTA" --shell /bin/sh --home 
/var/nullmailer --system --user-group nullmail
+usr/bin/useradd --comment "nullmailer MTA" --shell /bin/sh --home 
/var/spool/nullmailer --system --user-group nullmail
 fi
 
 echo "==> Creating trigger fifo"
-rm -f var/nullmailer/trigger && mkfifo -m 600 var/nullmailer/trigger
+rm -f var/spool/nullmailer/trigger && mkfifo -m 600 
var/spool/nullmailer/trigger
 
 echo "==> Fixing permissions"
-chown nullmail var/nullmailer/*
+chown nullmail var/spool/nullmailer/*
 chown nullmail usr/bin/nullmailer-queue
 chmod u+s  usr/bin/nullmailer-queue
 chown nullmail usr/bin/mailq

Deleted: nullmailer.service
===
--- nullmailer.service  2016-07-09 16:20:46 UTC (rev 182589)
+++ nullmailer.service  2016-07-09 17:19:04 UTC (rev 182590)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Nullmailer relay-only MTA
-After=local-fs.target
-ConditionPathExists=/var/nullmailer/queue
-
-[Install]
-WantedBy=multi-user.target
-
-[Service]
-WorkingDirectory=/var/nullmailer
-ExecStart=/usr/bin/nullmailer-send
-User=nullmail
-Restart=always


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

2016-07-09 Thread Antonio Rojas
Date: Saturday, July 9, 2016 @ 17:20:08
  Author: arojas
Revision: 182591

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

Added:
  nullmailer/repos/community-i686/PKGBUILD
(from rev 182590, nullmailer/trunk/PKGBUILD)
  nullmailer/repos/community-i686/nullmailer.install
(from rev 182590, nullmailer/trunk/nullmailer.install)
  nullmailer/repos/community-x86_64/PKGBUILD
(from rev 182590, nullmailer/trunk/PKGBUILD)
  nullmailer/repos/community-x86_64/nullmailer.install
(from rev 182590, nullmailer/trunk/nullmailer.install)
Deleted:
  nullmailer/repos/community-i686/PKGBUILD
  nullmailer/repos/community-i686/nullmailer.install
  nullmailer/repos/community-i686/nullmailer.service
  nullmailer/repos/community-x86_64/PKGBUILD
  nullmailer/repos/community-x86_64/nullmailer.install
  nullmailer/repos/community-x86_64/nullmailer.service

-+
 /PKGBUILD   |   76 ++
 /nullmailer.install |   70 +++
 community-i686/PKGBUILD |   41 --
 community-i686/nullmailer.install   |   35 ---
 community-i686/nullmailer.service   |   13 -
 community-x86_64/PKGBUILD   |   41 --
 community-x86_64/nullmailer.install |   35 ---
 community-x86_64/nullmailer.service |   13 -
 8 files changed, 146 insertions(+), 178 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-09 17:19:04 UTC (rev 182590)
+++ community-i686/PKGBUILD 2016-07-09 17:20:08 UTC (rev 182591)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Contributor: Roberto Alsina 
-# Contributor: Kurt J. Bosch 
-
-pkgname=nullmailer
-pkgver=2.0
-pkgrel=1
-pkgdesc="Simple relay-only mail transport agent."
-arch=('i686' 'x86_64')
-url="http://www.untroubled.org/nullmailer/";
-license=("GPL")
-provides=('smtp-forwarder')
-conflicts=('smtp-forwarder' 'smtp-server')
-depends=('gnutls')
-options=(emptydirs)
-install=nullmailer.install
-source=("http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz";
-nullmailer.service)
-md5sums=('e35e8248056fd21a2e464d34116c44a2'
- '300f17c52422d4156583f207f2405930')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-tls
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-install -D -m 0644 ../nullmailer.service 
"${pkgdir}/usr/lib/systemd/system/nullmailer.service"
-# Remove pipe and create on install to work around makepkg hang on grep -R
-rm -f "${pkgdir}/var/nullmailer/trigger"
-}

Copied: nullmailer/repos/community-i686/PKGBUILD (from rev 182590, 
nullmailer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-09 17:20:08 UTC (rev 182591)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Contributor: Roberto Alsina 
+# Contributor: Kurt J. Bosch 
+
+pkgname=nullmailer
+pkgver=2.0
+pkgrel=2
+pkgdesc="Simple relay-only mail transport agent."
+arch=('i686' 'x86_64')
+url="http://www.untroubled.org/nullmailer/";
+license=("GPL")
+provides=('smtp-forwarder')
+conflicts=('smtp-forwarder' 'smtp-server')
+depends=('gnutls')
+options=(emptydirs)
+install=nullmailer.install
+source=("http://www.untroubled.org/nullmailer/archive/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('e35e8248056fd21a2e464d34116c44a2')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-tls
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+
+install -Dm644 scripts/nullmailer.service 
"$pkgdir"/usr/lib/systemd/system/nullmailer.service
+}

Deleted: community-i686/nullmailer.install
===
--- community-i686/nullmailer.install   2016-07-09 17:19:04 UTC (rev 182590)
+++ community-i686/nullmailer.install   2016-07-09 17:20:08 UTC (rev 182591)
@@ -1,35 +0,0 @@
-post_install() {
-if ! getent passwd nullmail > /dev/null; then
-echo "==> Creating nullmail user"
-usr/bin/useradd --comment "nullmailer MTA" --shell /bin/sh --home 
/var/nullmailer --system --user-group nullmail
-fi
-
-echo "==> Creating trigger fifo"
-rm -f var/nullmailer/trigger && mkfifo -m 600 var/nullmailer/trigger
-
-echo "==> Fixing permissions"
-chown nullmail var/nullmailer/*
-chown nullmail

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

2016-07-09 Thread Kyle Keen
Date: Saturday, July 9, 2016 @ 17:31:41
  Author: kkeen
Revision: 182592

upgpkg: hd-idle 1.05-1

Modified:
  hd-idle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 17:20:08 UTC (rev 182591)
+++ PKGBUILD2016-07-09 17:31:41 UTC (rev 182592)
@@ -3,8 +3,8 @@
 # Contributor: Tilman Blumenbach 
 
 pkgname=hd-idle
-pkgver=1.04
-pkgrel=4
+pkgver=1.05
+pkgrel=1
 pkgdesc='Utility program for spinning-down external disks after a period of 
idle time.'
 arch=('i686' 'x86_64')
 backup=(etc/conf.d/hd-idle)
@@ -13,7 +13,7 @@
 depends=('glibc')
 source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tgz";
 "hd-idle.service")
-md5sums=('41e52e669fc59fa82ee0c2bcce1336d3'
+md5sums=('5fa72fe717bc80011a79d6740d2903f3'
  '6e9162a075a7a99c3d10e9cde9c499df')
 
 build() {


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

2016-07-09 Thread Kyle Keen
Date: Saturday, July 9, 2016 @ 17:32:32
  Author: kkeen
Revision: 182593

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

Added:
  hd-idle/repos/community-i686/PKGBUILD
(from rev 182592, hd-idle/trunk/PKGBUILD)
  hd-idle/repos/community-i686/hd-idle.service
(from rev 182592, hd-idle/trunk/hd-idle.service)
  hd-idle/repos/community-x86_64/PKGBUILD
(from rev 182592, hd-idle/trunk/PKGBUILD)
  hd-idle/repos/community-x86_64/hd-idle.service
(from rev 182592, hd-idle/trunk/hd-idle.service)
Deleted:
  hd-idle/repos/community-i686/PKGBUILD
  hd-idle/repos/community-i686/hd-idle.service
  hd-idle/repos/community-x86_64/PKGBUILD
  hd-idle/repos/community-x86_64/hd-idle.service

--+
 /PKGBUILD|   72 +
 /hd-idle.service |   20 ++
 community-i686/PKGBUILD  |   36 --
 community-i686/hd-idle.service   |   10 -
 community-x86_64/PKGBUILD|   36 --
 community-x86_64/hd-idle.service |   10 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-09 17:31:41 UTC (rev 182592)
+++ community-i686/PKGBUILD 2016-07-09 17:32:32 UTC (rev 182593)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Tilman Blumenbach 
-
-pkgname=hd-idle
-pkgver=1.04
-pkgrel=4
-pkgdesc='Utility program for spinning-down external disks after a period of 
idle time.'
-arch=('i686' 'x86_64')
-backup=(etc/conf.d/hd-idle)
-url="http://hd-idle.sourceforge.net/";
-license=('GPL')
-depends=('glibc')
-source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tgz";
-"hd-idle.service")
-md5sums=('41e52e669fc59fa82ee0c2bcce1336d3'
- '6e9162a075a7a99c3d10e9cde9c499df')
-
-build() {
-cd "$srcdir/$pkgname"
-sed -i 's|/sbin|/bin|' Makefile
-make
-}
-
-package() {
-cd "$srcdir/$pkgname"
-
-make TARGET_DIR="$pkgdir/usr" install
-
-install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
-install -Dm644 debian/hd-idle.default "$pkgdir/etc/conf.d/hd-idle"
-
-cd "$srcdir"
-install -Dm644 hd-idle.service 
"$pkgdir/usr/lib/systemd/system/hd-idle.service"
-}
-

Copied: hd-idle/repos/community-i686/PKGBUILD (from rev 182592, 
hd-idle/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-09 17:32:32 UTC (rev 182593)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Tilman Blumenbach 
+
+pkgname=hd-idle
+pkgver=1.05
+pkgrel=1
+pkgdesc='Utility program for spinning-down external disks after a period of 
idle time.'
+arch=('i686' 'x86_64')
+backup=(etc/conf.d/hd-idle)
+url="http://hd-idle.sourceforge.net/";
+license=('GPL')
+depends=('glibc')
+source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tgz";
+"hd-idle.service")
+md5sums=('5fa72fe717bc80011a79d6740d2903f3'
+ '6e9162a075a7a99c3d10e9cde9c499df')
+
+build() {
+cd "$srcdir/$pkgname"
+sed -i 's|/sbin|/bin|' Makefile
+make
+}
+
+package() {
+cd "$srcdir/$pkgname"
+
+make TARGET_DIR="$pkgdir/usr" install
+
+install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
+install -Dm644 debian/hd-idle.default "$pkgdir/etc/conf.d/hd-idle"
+
+cd "$srcdir"
+install -Dm644 hd-idle.service 
"$pkgdir/usr/lib/systemd/system/hd-idle.service"
+}
+

Deleted: community-i686/hd-idle.service
===
--- community-i686/hd-idle.service  2016-07-09 17:31:41 UTC (rev 182592)
+++ community-i686/hd-idle.service  2016-07-09 17:32:32 UTC (rev 182593)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Hard drive idling daemon
-
-[Service]
-Type=simple
-EnvironmentFile=/etc/conf.d/hd-idle
-ExecStart=/usr/sbin/hd-idle -d $HD_IDLE_OPTS
-
-[Install]
-WantedBy=multi-user.target

Copied: hd-idle/repos/community-i686/hd-idle.service (from rev 182592, 
hd-idle/trunk/hd-idle.service)
===
--- community-i686/hd-idle.service  (rev 0)
+++ community-i686/hd-idle.service  2016-07-09 17:32:32 UTC (rev 182593)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Hard drive idling daemon
+
+[Service]
+Type=simple
+EnvironmentFile=/etc/conf.d/hd-idle
+ExecStart=/usr/sbin/hd-idle -d $HD_IDLE_OPTS
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-09 17:31:41 UTC (rev 182592)
+++ community-x86_64/PKGBUILD   2016-07-09 17:32:32 UTC (rev 182593)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Tilman Blumenbach 
-
-pkgname=hd-idle
-pkgver=1.04
-pkgrel=4
-pkgdesc='Utility progr

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

2016-07-09 Thread Gaëtan Bisson
Date: Saturday, July 9, 2016 @ 18:17:52
  Author: bisson
Revision: 271234

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 12:04:42 UTC (rev 271233)
+++ PKGBUILD2016-07-09 18:17:52 UTC (rev 271234)
@@ -6,8 +6,8 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.19.16
-pkgrel=2
+pkgver=0.19.17
+pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
 license=('GPL')
@@ -20,7 +20,7 @@
 
source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
 'tmpfiles.d'
 'conf')
-sha1sums=('2b110898c8365ce69a8cedd01db2404748c4c09c' 'SKIP'
+sha1sums=('88d98884a262af3be74e2791ae9e5eb898f6dfbb' 'SKIP'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '291fd5cda9f0845834a553017327c4586bd853f6')
 


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

2016-07-09 Thread Gaëtan Bisson
Date: Saturday, July 9, 2016 @ 18:19:26
  Author: bisson
Revision: 271235

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 271234, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 271234, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 271234, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 271234, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 271234, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 271234, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 271234, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 271234, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  126 ++
 /conf   |   12 
 /install|   22 
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   63 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   63 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 162 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-09 18:17:52 UTC (rev 271234)
+++ extra-i686/PKGBUILD 2016-07-09 18:19:26 UTC (rev 271235)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.16
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('2b110898c8365ce69a8cedd01db2404748c4c09c' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 271234, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-09 18:19:26 UTC (rev 271235)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.17
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+   

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

2016-07-09 Thread Alexander Rødseth
Date: Saturday, July 9, 2016 @ 19:28:13
  Author: arodseth
Revision: 182595

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-09 19:28:00 UTC (rev 182594)
+++ community-i686/PKGBUILD 2016-07-09 19:28:13 UTC (rev 182595)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-
-pkgname=rust
-epoch=1
-pkgver=1.9.0
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='http://www.rust-lang.org/'
-license=('MIT' 'Apache')
-makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc')
-source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('b19b21193d7d36039debeaaa1f61cbf98787e0ce94bd85c5cbe2a59462d7cfcd'
-'SKIP')
-options=('staticlibs' '!strip')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
-
-build() {
-  cd "rustc-$pkgver"
-
-  ./configure --prefix=/usr --disable-docs --release-channel=stable
-  make CFLAGS="$CFLAGS -fPIC -w"
-}
-
-package() {
-  cd "rustc-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE-APACHE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
-  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
-
-  cd "$pkgdir/usr/lib"
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust/repos/community-i686/PKGBUILD (from rev 182594, 
rust/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-09 19:28:13 UTC (rev 182595)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+
+pkgname=rust
+epoch=1
+pkgver=1.10.0
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='http://www.rust-lang.org/'
+license=('MIT' 'Apache')
+makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc')
+source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
+sha256sums=('a4015aacf4f6d8a8239253c4da46e7abaa8584f8214d1828d2ff0a8f56176869'
+'SKIP')
+options=('staticlibs' '!strip')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
+
+build() {
+  cd "rustc-$pkgver"
+
+  ./configure --prefix=/usr --disable-docs --release-channel=stable
+  make CFLAGS="$CFLAGS -fPIC -w"
+}
+
+package() {
+  cd "rustc-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE-APACHE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-APACHE"
+  install -Dm644 LICENSE-MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE-MIT"
+
+  cd "$pkgdir/usr/lib"
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-09 19:28:00 UTC (rev 182594)
+++ community-x86_64/PKGBUILD   2016-07-09 19:28:13 UTC (rev 182595)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-
-pkgname=rust
-epoch=1
-pkgver=1.9.0
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='http://www.rust-lang.org/'
-license=('MIT' 'Apache')
-makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc')
-source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('b19b21193d7d36039debeaaa1f61cbf98787e0ce94bd85c5cbe2a59462d7cfcd'
-'SKIP')
-options=('staticlibs' '!strip')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-#gpg --keyserver hkp://keys.gnupg.net --recv-keys 
108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE
-
-build() {
-  cd "rustc-$pkgver"
-
-  ./configure --prefix=/usr --disable-docs --release-channel=stable

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

2016-07-09 Thread Alexander Rødseth
Date: Saturday, July 9, 2016 @ 19:28:00
  Author: arodseth
Revision: 182594

upgpkg: rust 1:1.10.0-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 17:32:32 UTC (rev 182593)
+++ PKGBUILD2016-07-09 19:28:00 UTC (rev 182594)
@@ -4,7 +4,7 @@
 
 pkgname=rust
 epoch=1
-pkgver=1.9.0
+pkgver=1.10.0
 pkgrel=1
 arch=('x86_64' 'i686')
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
@@ -12,7 +12,7 @@
 license=('MIT' 'Apache')
 makedepends=('libffi' 'perl' 'python2' 'curl' 'jemalloc')
 source=("http://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
-sha256sums=('b19b21193d7d36039debeaaa1f61cbf98787e0ce94bd85c5cbe2a59462d7cfcd'
+sha256sums=('a4015aacf4f6d8a8239253c4da46e7abaa8584f8214d1828d2ff0a8f56176869'
 'SKIP')
 options=('staticlibs' '!strip')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 


[arch-commits] Commit in intel-ucode/repos/testing-any (8 files)

2016-07-09 Thread Christian Hesse
Date: Saturday, July 9, 2016 @ 19:34:18
  Author: eworm
Revision: 271237

archrelease: copy trunk to testing-any

Added:
  intel-ucode/repos/testing-any/LICENSE
(from rev 271236, intel-ucode/trunk/LICENSE)
  intel-ucode/repos/testing-any/PKGBUILD
(from rev 271236, intel-ucode/trunk/PKGBUILD)
  intel-ucode/repos/testing-any/intel-microcode2ucode.c
(from rev 271236, intel-ucode/trunk/intel-microcode2ucode.c)
  intel-ucode/repos/testing-any/intel-ucode.install
(from rev 271236, intel-ucode/trunk/intel-ucode.install)
Deleted:
  intel-ucode/repos/testing-any/LICENSE
  intel-ucode/repos/testing-any/PKGBUILD
  intel-ucode/repos/testing-any/intel-microcode2ucode.c
  intel-ucode/repos/testing-any/intel-ucode.install

-+
 LICENSE |  246 ++--
 PKGBUILD|   85 +++-
 intel-microcode2ucode.c |  308 +++---
 intel-ucode.install |   25 +--
 4 files changed, 338 insertions(+), 326 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-07-09 19:34:14 UTC (rev 271236)
+++ LICENSE 2016-07-09 19:34:18 UTC (rev 271237)
@@ -1,123 +0,0 @@
-INTEL SOFTWARE LICENSE AGREEMENT
-
-IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
-Do not use or load this software and any associated materials (collectively,
-the "Software") until you have carefully read the following terms and
-conditions. By loading or using the Software, you agree to the terms of this
-Agreement. If you do not wish to so agree, do not install or use the Software.
-
-LICENSES: Please Note:
-- If you are a network administrator, the "Site License" below shall
-apply to you.
-- If you are an end user, the "Single User License" shall apply to you.
-- If you are an original equipment manufacturer (OEM), the "OEM License"
-shall apply to you.
-
-SITE LICENSE. You may copy the Software onto your organization's computers
-for your organization's use, and you may make a reasonable number of
-back-up copies of the Software, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may not sublicense or permit simultaneous use of the Software by
-more than one user.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-SINGLE USER LICENSE. You may copy the Software onto a single computer for
-your personal, noncommercial use, and you may make one back-up copy of the
-Software, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may not sublicense or permit simultaneous use of the Software by
-more than one user.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-OEM LICENSE: You may reproduce and distribute the Software only as an
-integral part of or incorporated in Your product or as a standalone
-Software maintenance update for existing end users of Your products,
-excluding any other standalone products, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may only distribute the Software to your customers pursuant to a
-written license agreement. Such license agreement may be a "break-the-
-seal" license agreement. At a minimum such license shall safeguard
-Intel's ownership rights to the Software.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-NO OTHER RIGHTS. No rights or licenses are granted by Intel to You, expressly
-or by implication, with respect to any proprietary i

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

2016-07-09 Thread Christian Hesse
Date: Saturday, July 9, 2016 @ 19:34:14
  Author: eworm
Revision: 271236

upgpkg: intel-ucode 20160607-2

remove microcode for Intel Skylake CPUs with signature 0x406e3 (FS#49806)

Modified:
  intel-ucode/trunk/PKGBUILD
  intel-ucode/trunk/intel-ucode.install

-+
 PKGBUILD|   13 -
 intel-ucode.install |3 ++-
 2 files changed, 14 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 18:19:26 UTC (rev 271235)
+++ PKGBUILD2016-07-09 19:34:14 UTC (rev 271236)
@@ -3,7 +3,7 @@
 
 pkgname=intel-ucode
 pkgver=20160607
-pkgrel=1
+pkgrel=2
 pkgdesc="Microcode update files for Intel CPUs"
 arch=('any')
 install=$pkgname.install
@@ -18,9 +18,20 @@
 sha256sums=('db821eb47af2caa39613caee0eb89a9584b2ebc4a9ab1b9624fe778f9a41fa7d'
 '6983e83ec10c6467fb9101ea496e0443f0574c805907155118e2c9f0bbea97b6'
 '03a13a966316a4d3d9c7e1b46007fd4b80911aea5ddd957ddf33ce660efe03de')
+prepare() {
+  cd "$srcdir"
+
+  # Some Intel Skylake CPUs with signature 0x406e3 have issues updating
+  # microcode. Remove for now...
+  # https://bugs.archlinux.org/task/49806
+  sed -i -e "/mc0406e3/,/mc/d" microcode.dat
+}
+
 build() {
   cd "$srcdir"
+
   gcc -Wall ${CFLAGS} -o intel-microcode2ucode intel-microcode2ucode.c
+
   ./intel-microcode2ucode ./microcode.dat
 }
 

Modified: intel-ucode.install
===
--- intel-ucode.install 2016-07-09 18:19:26 UTC (rev 271235)
+++ intel-ucode.install 2016-07-09 19:34:14 UTC (rev 271236)
@@ -7,6 +7,7 @@
 echo " /boot/intel-ucode.img"
 echo "as the first initrd to your bootloader."
 echo
-echo "For more information, see 
https://wiki.archlinux.org/index.php/Microcode#Enabling_Intel_Microcode_Updates";
+echo "For more information, see:"
+echo 
"https://wiki.archlinux.org/index.php/Microcode#Enabling_Intel_Microcode_Updates";
   fi
 }


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

2016-07-09 Thread Alexander Rødseth
Date: Saturday, July 9, 2016 @ 21:09:11
  Author: arodseth
Revision: 182596

upgpkg: cargo 0.11.0-1

Modified:
  cargo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 19:28:13 UTC (rev 182595)
+++ PKGBUILD2016-07-09 21:09:11 UTC (rev 182596)
@@ -3,8 +3,8 @@
 # Contributor: Christopher Reimer 
 
 pkgname=cargo
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.11.0
+pkgrel=1
 pkgdesc='Rust package manager'
 url='http://crates.io/'
 arch=('x86_64' 'i686')


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

2016-07-09 Thread Alexander Rødseth
Date: Saturday, July 9, 2016 @ 21:09:33
  Author: arodseth
Revision: 182597

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-09 21:09:11 UTC (rev 182596)
+++ community-i686/PKGBUILD 2016-07-09 21:09:33 UTC (rev 182597)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Christopher Reimer 
-
-pkgname=cargo
-pkgver=0.10.0
-pkgrel=2
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('APACHE' 'MIT' 'custom')
-depends=('curl' 'rust' 'clang')
-makedepends=('cmake' 'git' 'python')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  git submodule init
-  git submodule update
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --enable-optimize
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-
-  # Contains reference to $srcdir and $pkgdir
-  find "$pkgdir" -name install.log -delete
-  find "$pkgdir" -name manifest-cargo -delete
-
-  # Conflicts with the rust package
-  find "$pkgdir" -name uninstall.sh -delete
-
-  install -d "$pkgdir/usr/share/bash-completion/completions"
-  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
-"$pkgdir/usr/share/bash-completion/completions/cargo"
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
-"$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo/repos/community-i686/PKGBUILD (from rev 182596, 
cargo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-09 21:09:33 UTC (rev 182597)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Christopher Reimer 
+
+pkgname=cargo
+pkgver=0.11.0
+pkgrel=1
+pkgdesc='Rust package manager'
+url='http://crates.io/'
+arch=('x86_64' 'i686')
+license=('APACHE' 'MIT' 'custom')
+depends=('curl' 'rust' 'clang')
+makedepends=('cmake' 'git' 'python')
+options=('!emptydirs')
+source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  git submodule init
+  git submodule update
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --enable-optimize
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" install
+
+  # Contains reference to $srcdir and $pkgdir
+  find "$pkgdir" -name install.log -delete
+  find "$pkgdir" -name manifest-cargo -delete
+
+  # Conflicts with the rust package
+  find "$pkgdir" -name uninstall.sh -delete
+
+  install -d "$pkgdir/usr/share/bash-completion/completions"
+  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
+"$pkgdir/usr/share/bash-completion/completions/cargo"
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
+"$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-09 21:09:11 UTC (rev 182596)
+++ community-x86_64/PKGBUILD   2016-07-09 21:09:33 UTC (rev 182597)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Christopher Reimer 
-
-pkgname=cargo
-pkgver=0.10.0
-pkgrel=2
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('APACHE' 'MIT' 'custom')
-depends=('curl' 'rust' 'clang')
-makedepends=('cmake' 'git' 'python')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  git submodule init
-  git submodule update
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --enable-optimize
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-
-  # Contains reference to $srcdir and $pkgdir
-  find "$pkgdir" -name install.log -delete
-  find "$pkgdir" -name manifest-cargo -delete
-
-  # Conflicts with the rust package
-  find "$pkgdir" -name uninstall.sh -delete
-
-  install -d "$pkgdir/usr/share/bash-completion/completions"
-  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
-"$pkgdir/usr/share/bash-completion/

[arch-commits] Commit in thunderbird/trunk (PKGBUILD mozilla-1228540.patch)

2016-07-09 Thread Jan Steffens
Date: Saturday, July 9, 2016 @ 22:36:30
  Author: heftig
Revision: 271238

45.2.0-1

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/mozilla-1228540.patch

---+
 PKGBUILD  |   14 
 mozilla-1228540.patch | 5338 ++--
 2 files changed, 1123 insertions(+), 4229 deletions(-)

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


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

2016-07-09 Thread Jan Steffens
Date: Saturday, July 9, 2016 @ 22:37:08
  Author: heftig
Revision: 271239

45.2.0-1

Modified:
  thunderbird-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 22:36:30 UTC (rev 271238)
+++ PKGBUILD2016-07-09 22:37:08 UTC (rev 271239)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=thunderbird-i18n
-pkgver=45.1.1
+pkgver=45.2.0
 pkgrel=1
 pkgdesc="Language pack for Thunderbird"
 arch=('any')
@@ -97,61 +97,61 @@
 
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
 }
 
-md5sums=('0a25b02c9e6426bc5d541eb7f4c3eb92'
- '0bff70138acd73aab9afece2c9bf756c'
- 'ba2fd37bce042092d919797aa3f5d262'
- 'e30a6876d7cbd4ccb194be7f072bb89a'
- '416006f0e468db96297139779d8cb29d'
- 'e33ef28eb40ef348f901ec975f08d8b1'
- 'ceb50ae56820a3cad61028199e4807d6'
- '36bb968540817621533089afac4303ce'
- 'c5cfed8d08555fbff41b47a608642ae8'
- '96addb2918aa641ba9dc17cf2a7032d0'
- 'c4bfd90387647a7a1b6f761a8008b5ed'
- 'd43413b73e33f04d65a38c77fe167789'
- '315610321033a66e5ff111767d17cceb'
- '35a7af06108c99d64c18c8d2a8e7e486'
- '796d3acdabb235a6cd7a433a600ecaac'
- '90b10010af044bf472ce2e4d1271828e'
- 'b1d78474d543c66103e7c756afdefb59'
- 'd0fee1653b2f75306280ca7e39c02672'
- '5da9e256d319072c915004ddf56e5adf'
- '569c27b30a514162ab77acee83fa8cd7'
- '93b743344bfed946589b891c7abba9c0'
- '329126f5495649d5ac2494df4aa17911'
- 'df0f779691a72ffea2514d085e361c56'
- '53a6f2ed388836525b650a641022b9e0'
- 'e12d2d8a33070f3844491aae4296ca70'
- 'd37bb5b1c48f2314e44040a7d2022434'
- '18d431186bddbba40820e82ecd4fee82'
- '914efb1c178c42366fcbdb953b021b93'
- '449b3009678fc44b35b88c8978144abb'
- 'ac9c181248f0a82ee2e3f17584a4123c'
- 'b7c66b5cb59ab176556cff8682802325'
- '7033cf0aed98c4cacaa881eba76426fd'
- '9b219824440f841ac143718a2139b02b'
- 'efc97cf490e6646d5ca91e1c22690add'
- '6bddd0866f497a29eb15ff477f50a7be'
- '8ec0cdedceb6bca3ec4b202e4a9ec54e'
- 'a3d0aca82587f929974be9e208edc6e2'
- 'b881a59767fc3ea941d07fb3ca3bb82c'
- '24ffc83b2b5ab68c83d5362a38301cfe'
- '418dc411b48e25344633648d624f0fbe'
- '68481c517dc8d1301e63c3dd2d8398f0'
- 'f03604d5cd17198e73d961bdc0cac132'
- 'e0cbb33072a4237403c0da0609851ab1'
- '1b42719e8b967b2140349755c3c78f91'
- 'bcc8a1282b5dc634ae3a4a3084405a20'
- '10c6a3227e2a88d92e583508a3ab2ba9'
- '7664a91202033cd4713696a3889c3abb'
- 'fcad61c4b3767946c273d538dc49'
- '0e9ef9c86f1b4bade9f083c6cab22c1c'
- '989a6849d887a60c5a0ec63820e76383'
- '8d92f1d5ce4c6b8e4716bbd93a1deeab'
- 'df03ad705eb55e78db16faacd617d226'
- '687f2e0876bf589f8d785419804e9743'
- '1f5e8202938d67dcb31a37cc0a7325ad'
- '5af983efb4f8a3a3600a96651c53e133'
- 'ba39dcd905f432790c42b30501bc5a21'
- 'd6827351297d90343bfe1340e62befb9'
- '915503e6ded624ac6601231f5f03fb6a')
+md5sums=('6e8a4a2b7aac209a1eb3aeca299e8f9e'
+ 'dbd0504d00c81692d3a307493c887682'
+ 'bf1cfc353c82644e48b4b4862aa87554'
+ '56d4995d56ee8a78c4c9da51f56fbb26'
+ '5cc68e127237aad07a9a200afac7f856'
+ '9b5342ca91bfb99785ed1f5e77a0851e'
+ 'b28ddad3e1363de0bac2e28436e7e001'
+ 'ceaccde8e893fdb3b87774d084a2af22'
+ '2d40414c1532192bbe5116faaf813e74'
+ '82c3fbe8cf690b7d1354e152601da1ce'
+ 'e7519703ae9aeb8f89bc45006f4fed21'
+ '51e280cfeb2f932726b1f95ce3592bc2'
+ '3f776e96f9c5b5d387823a519b9439e6'
+ 'a5c9939451e6ba6fc7bdf128a41cc72c'
+ '3b702ed450840845df02ade1ffe56b15'
+ 'ac84c7ebe3332905f65649318730c083'
+ '06e3896de570f86d870714c1e895a5be'
+ '79cecdb2c6951012c9ae090e3540e659'
+ 'dd91886cbe6809e59b83c6799a4496eb'
+ '3b30628e635bf52e2eca2536cc3a3cf0'
+ 'ab306aee1ea39bd32f899653844c8b72'
+ '0ea344e404acc33370e5b671270dd1c8'
+ '7cff01dc23826e0c9116ffec3c639bc8'
+ '3f59801154c9c796f41b0fd12f66392e'
+ 'be0d2e5d46fcc132f4f65f1065f74537'
+ '00b272b198617ead40b16f4bae51f21d'
+ 'f01216288994901157ab152f142de382'
+ 'd0f4d0793b22939e8f923536b2d05033'
+ 'edf6c5972c4d24c98eb1a9f85d310fb9'
+ '090ad52c9c9723ecf2ce32f0d4febb03'
+ '8e7f70d2db9aea611e37fdc75474a319'
+ '5d51b60ddab9233b134566d3db566e5d'
+ '47c3cb4d3a194e74c71b35f8f580b22c'
+ '4847aa0e5847e2d36202dbd48f5c60f1'
+ '8972c01499e7869f6e32015ec6d4172e'
+ '8d1071de0598369e37beb867eb6bbb31'
+ '

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

2016-07-09 Thread Fabio Castelli
Date: Saturday, July 9, 2016 @ 22:39:46
  Author: muflone
Revision: 182598

upgpkg: bluegriffon 2.1.1-1

Modified:
  bluegriffon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 21:09:33 UTC (rev 182597)
+++ PKGBUILD2016-07-09 22:39:46 UTC (rev 182598)
@@ -3,7 +3,7 @@
 # Contributor: Balló György 
 
 pkgname=bluegriffon
-pkgver=2.1
+pkgver=2.1.1
 _mozilla_ver=f14898695ee0
 pkgrel=1
 pkgdesc="The next-generation Web Editor based on the rendering engine of 
Firefox"
@@ -18,7 +18,7 @@
 
"mozilla-central-${_mozilla_ver}.tar.bz2"::"http://hg.mozilla.org/mozilla-central/archive/${_mozilla_ver}.tar.bz2";
 "mozconfig"
 "${pkgname}.desktop")
-sha256sums=('524baa8fe0510c254d8e59a3aac1ff2aa26ee1cda7817a7a71ef8851c108eea4'
+sha256sums=('50810c4b287c1cd14aedbfff48dd93df4ff3c590e0dcca52f7ef28841b49e5ee'
 '0b13213b5f9b3819b56872f7fb4fa7a1170ade06f8797dc4e5f7c8eabca2'
 '56832f428267dc31a2ae1e863edb066cb91559bfdd07ccfdf25f4a3752d1c977'
 '882133b77840356985a81e496b4ddc443f8f33c068cfb7ef0858497820adcfff')


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

2016-07-09 Thread Fabio Castelli
Date: Saturday, July 9, 2016 @ 22:41:28
  Author: muflone
Revision: 182599

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

Added:
  bluegriffon/repos/community-testing-i686/
  bluegriffon/repos/community-testing-i686/PKGBUILD
(from rev 182598, bluegriffon/trunk/PKGBUILD)
  bluegriffon/repos/community-testing-i686/bluegriffon.desktop
(from rev 182598, bluegriffon/trunk/bluegriffon.desktop)
  bluegriffon/repos/community-testing-i686/mozconfig
(from rev 182598, bluegriffon/trunk/mozconfig)
  bluegriffon/repos/community-testing-x86_64/
  bluegriffon/repos/community-testing-x86_64/PKGBUILD
(from rev 182598, bluegriffon/trunk/PKGBUILD)
  bluegriffon/repos/community-testing-x86_64/bluegriffon.desktop
(from rev 182598, bluegriffon/trunk/bluegriffon.desktop)
  bluegriffon/repos/community-testing-x86_64/mozconfig
(from rev 182598, bluegriffon/trunk/mozconfig)

--+
 community-testing-i686/PKGBUILD  |   79 +
 community-testing-i686/bluegriffon.desktop   |   16 +
 community-testing-i686/mozconfig |   62 +++
 community-testing-x86_64/PKGBUILD|   79 +
 community-testing-x86_64/bluegriffon.desktop |   16 +
 community-testing-x86_64/mozconfig   |   62 +++
 6 files changed, 314 insertions(+)

Copied: bluegriffon/repos/community-testing-i686/PKGBUILD (from rev 182598, 
bluegriffon/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-07-09 22:41:28 UTC (rev 182599)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Balló György 
+
+pkgname=bluegriffon
+pkgver=2.1.1
+_mozilla_ver=f14898695ee0
+pkgrel=1
+pkgdesc="The next-generation Web Editor based on the rendering engine of 
Firefox"
+arch=('i686' 'x86_64')
+url="http://bluegriffon.org/";
+license=('MPL' 'GPL' 'LGPL')
+depends=('alsa-lib' 'desktop-file-utils' 'dbus-glib' 'gtk2' 'hunspell' 
'mozilla-common'
+ 'nss' 'libevent' 'libvpx' 'libxt' 'python2' 'startup-notification' 
'gconf')
+makedepends=('autoconf2.13' 'libpulse' 'unzip' 'zip' 'yasm')
+options=('!emptydirs')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/therealglazou/${pkgname}/archive/${pkgver}.tar.gz";
+
"mozilla-central-${_mozilla_ver}.tar.bz2"::"http://hg.mozilla.org/mozilla-central/archive/${_mozilla_ver}.tar.bz2";
+"mozconfig"
+"${pkgname}.desktop")
+sha256sums=('50810c4b287c1cd14aedbfff48dd93df4ff3c590e0dcca52f7ef28841b49e5ee'
+'0b13213b5f9b3819b56872f7fb4fa7a1170ade06f8797dc4e5f7c8eabca2'
+'56832f428267dc31a2ae1e863edb066cb91559bfdd07ccfdf25f4a3752d1c977'
+'882133b77840356985a81e496b4ddc443f8f33c068cfb7ef0858497820adcfff')
+
+prepare() {
+  cd "${srcdir}/mozilla-central-${_mozilla_ver}"
+
+  # Move files to their correct location
+  cp -r "${srcdir}/${pkgname}-${pkgver}" bluegriffon
+  cp "${srcdir}/mozconfig" .mozconfig
+
+  # Apply BlueGriffon's upstream customizations
+  patch -Np1 -i bluegriffon/config/content.patch
+
+  # python2 fix
+  find . -name \*.py -exec sed -i 's@^#.*python$@#!/usr/bin/python2@' '{}' \;
+}
+
+build() {
+  cd "${srcdir}/mozilla-central-${_mozilla_ver}"
+
+  # configure script misdetects the preprocessor without an optimization level
+  # https://bugs.archlinux.org/task/34644
+  export CPPFLAGS+=' -O2'
+  export PYTHON=python2
+
+  # Build the package
+  ./mach build
+}
+
+package() {
+  cd "${srcdir}/mozilla-central-${_mozilla_ver}"
+
+  # Install files
+  install -m 755 -d "${pkgdir}/usr/lib/${pkgname}"
+  cp -LR bg/dist/bin/* "${pkgdir}/usr/lib/${pkgname}"
+
+  # Install executable file
+  install -m 755 -d "${pkgdir}/usr/bin"
+  ln -sf /usr/lib/${pkgname}/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+
+  # Install icons
+  cp bg/dist/branding/mozicon128.png bg/dist/branding/default128.png
+  for _icon in 16 32 48 128; do
+  install -Dm644 bg/dist/branding/default${_icon}.png \
+
"${pkgdir}/usr/share/icons/hicolor/${_icon}x${_icon}/apps/${pkgname}.png"
+  done
+
+  # Install desktop file
+  install -Dm644 ../${pkgname}.desktop \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+
+  # Use system-provided dictionaries
+  rm -rf "${pkgdir}/usr/lib/${pkgname}/dictionaries"
+  ln -sf /usr/share/hunspell "${pkgdir}/usr/lib/${pkgname}/dictionaries"
+  rm -rf "${pkgdir}/usr/lib/${pkgname}hyphenation"
+  ln -sf /usr/share/hyphen "${pkgdir}/usr/lib/${pkgname}/hyphenation"
+}

Copied: bluegriffon/repos/community-testing-i686/bluegriffon.desktop (from rev 
182598, bluegriffon/trunk/bluegriffon.desktop)
===
--- community-testing-i686/bluegriffon.desktop  (rev 0)
+++ communi

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

2016-07-09 Thread Jan Steffens
Date: Saturday, July 9, 2016 @ 22:47:49
  Author: heftig
Revision: 271240

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

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 271239, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/firefox-gcc-6.0.patch
(from rev 271239, thunderbird/trunk/firefox-gcc-6.0.patch)
  thunderbird/repos/extra-i686/mozconfig
(from rev 271239, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-i686/mozilla-1228540-1.patch
(from rev 271239, thunderbird/trunk/mozilla-1228540-1.patch)
  thunderbird/repos/extra-i686/mozilla-1228540.patch
(from rev 271239, thunderbird/trunk/mozilla-1228540.patch)
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
(from rev 271239, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 271239, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-i686/vendor.js
(from rev 271239, thunderbird/trunk/vendor.js)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 271239, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/firefox-gcc-6.0.patch
(from rev 271239, thunderbird/trunk/firefox-gcc-6.0.patch)
  thunderbird/repos/extra-x86_64/mozconfig
(from rev 271239, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-x86_64/mozilla-1228540-1.patch
(from rev 271239, thunderbird/trunk/mozilla-1228540-1.patch)
  thunderbird/repos/extra-x86_64/mozilla-1228540.patch
(from rev 271239, thunderbird/trunk/mozilla-1228540.patch)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 271239, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 271239, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/vendor.js
(from rev 271239, thunderbird/trunk/vendor.js)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/firefox-gcc-6.0.patch
  thunderbird/repos/extra-i686/mozconfig
  thunderbird/repos/extra-i686/mozilla-1228540-1.patch
  thunderbird/repos/extra-i686/mozilla-1228540.patch
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-i686/vendor.js
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/firefox-gcc-6.0.patch
  thunderbird/repos/extra-x86_64/mozconfig
  thunderbird/repos/extra-x86_64/mozilla-1228540-1.patch
  thunderbird/repos/extra-x86_64/mozilla-1228540.patch
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  232 
 /firefox-gcc-6.0.patch |   52 
 /mozconfig |   66 
 /mozilla-1228540-1.patch   |  168 
 /mozilla-1228540.patch |12064 +++
 /thunderbird-install-dir.patch |   24 
 /thunderbird.desktop   |  346 
 /vendor.js |   18 
 extra-i686/PKGBUILD|  116 
 extra-i686/firefox-gcc-6.0.patch   |   26 
 extra-i686/mozconfig   |   33 
 extra-i686/mozilla-1228540-1.patch |   84 
 extra-i686/mozilla-1228540.patch   | 9138 
 extra-i686/thunderbird-install-dir.patch   |   12 
 extra-i686/thunderbird.desktop |  173 
 extra-i686/vendor.js   |9 
 extra-x86_64/PKGBUILD  |  116 
 extra-x86_64/firefox-gcc-6.0.patch |   26 
 extra-x86_64/mozconfig |   33 
 extra-x86_64/mozilla-1228540-1.patch   |   84 
 extra-x86_64/mozilla-1228540.patch | 9138 
 extra-x86_64/thunderbird-install-dir.patch |   12 
 extra-x86_64/thunderbird.desktop   |  173 
 extra-x86_64/vendor.js |9 
 24 files changed, 12970 insertions(+), 19182 deletions(-)

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


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

2016-07-09 Thread Jan Steffens
Date: Saturday, July 9, 2016 @ 22:51:16
  Author: heftig
Revision: 271241

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 271240, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  314 ++---
 1 file changed, 157 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-09 22:47:49 UTC (rev 271240)
+++ PKGBUILD2016-07-09 22:51:16 UTC (rev 271241)
@@ -1,157 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Andrea Scarpino 
-# Contributor: Thomas Baechler 
-
-pkgbase=thunderbird-i18n
-pkgver=45.1.1
-pkgrel=1
-pkgdesc="Language pack for Thunderbird"
-arch=('any')
-url="http://www.mozilla.com/";
-license=('MPL' 'GPL')
-
-_languages=(
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'br "Breton"'
-  'ca "Catalan"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-ES  "Spanish (Spain)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'he "Hebrew"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ko "Korean"'
-  'lt "Lithuanian"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta-LK  "Tamil (Sri Lanka)"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'vi "Vietnamese"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Thunderbird"
-  depends=("thunderbird>=$pkgver")
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
-}
-
-md5sums=('0a25b02c9e6426bc5d541eb7f4c3eb92'
- '0bff70138acd73aab9afece2c9bf756c'
- 'ba2fd37bce042092d919797aa3f5d262'
- 'e30a6876d7cbd4ccb194be7f072bb89a'
- '416006f0e468db96297139779d8cb29d'
- 'e33ef28eb40ef348f901ec975f08d8b1'
- 'ceb50ae56820a3cad61028199e4807d6'
- '36bb968540817621533089afac4303ce'
- 'c5cfed8d08555fbff41b47a608642ae8'
- '96addb2918aa641ba9dc17cf2a7032d0'
- 'c4bfd90387647a7a1b6f761a8008b5ed'
- 'd43413b73e33f04d65a38c77fe167789'
- '315610321033a66e5ff111767d17cceb'
- '35a7af06108c99d64c18c8d2a8e7e486'
- '796d3acdabb235a6cd7a433a600ecaac'
- '90b10010af044bf472ce2e4d1271828e'
- 'b1d78474d543c66103e7c756afdefb59'
- 'd0fee1653b2f75306280ca7e39c02672'
- '5da9e256d319072c915004ddf56e5adf'
- '569c27b30a514162ab77acee83fa8cd7'
- '93b743344bfed946589b891c7abba9c0'
- '329126f5495649d5ac2494df4aa17911'
- 'df0f779691a72ffea2514d085e361c56'
- '53a6f2ed388836525b650a641022b9e0'
- 'e12d2d8a33070f3844491aae4296ca70'
- 'd37bb5b1c48f2314e44040a7d2022434'
- '18d431186bddbba40820e82ecd4fee82'
- '914efb1c178c42366fcbdb953b021b93'
- '449b3009678fc44b35b88c8978144abb'
- 'ac9c181248f0a82ee2e3f17584a4123c'
- 'b7c66b5cb59ab176556cff8682802325'
- '7033cf0aed98c4cacaa881eba76426fd'
- '9b219824440f841ac143718a2139b02b'
- 'efc97cf490e6646d5ca91e1c22690add'
- '6bddd0866f497a29eb15ff477f50a7be'
- '8ec0cdedceb6bca3ec4b202e4a9ec54e'
- 'a3d0aca82587f929974be9e208edc6e2'
- 'b881a59767fc3ea941d07fb3ca3bb82c'
- '24ffc83b2b5ab68c83d5362a38301cfe'
- '418dc411b48e25344633648d624f0fbe'
- '68481c517dc8d1301e63c3dd2d8398f0'
- 'f03604d5cd17198e73d961bdc0cac132'
- 'e0cbb33072a4237403c0da0609851ab1'
-  

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

2016-07-09 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 04:56:02
  Author: felixonmars
Revision: 182600

upgpkg: winetricks 20160709-1

Modified:
  winetricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 22:41:28 UTC (rev 182599)
+++ PKGBUILD2016-07-10 04:56:02 UTC (rev 182600)
@@ -4,7 +4,7 @@
 # Contributor: Allan McRae 
 
 pkgname=winetricks
-pkgver=20160627
+pkgver=20160709
 pkgrel=1
 pkgdesc='Script to install various redistributable runtime libraries in Wine.'
 url='http://wiki.winehq.org/winetricks'
@@ -13,7 +13,7 @@
 optdepends=('zenity: GUI for GNOME desktop'
 'kdebase-kdialog: GUI for KDE desktop')
 source=("https://github.com/Winetricks/winetricks/archive/${pkgver}.tar.gz";)
-md5sums=('21779ec1eadfcd6bcc59c6e2fc353207')
+md5sums=('446d7cbeb1a0c10f74c4c673d4d159bd')
 
 package() {
   depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')


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

2016-07-09 Thread Felix Yan
Date: Sunday, July 10, 2016 @ 04:56:18
  Author: felixonmars
Revision: 182601

archrelease: copy trunk to community-any

Added:
  winetricks/repos/community-any/PKGBUILD
(from rev 182600, winetricks/trunk/PKGBUILD)
Deleted:
  winetricks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-07-10 04:56:02 UTC (rev 182600)
+++ PKGBUILD2016-07-10 04:56:18 UTC (rev 182601)
@@ -1,23 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Laurent Carlier 
-# Contributor: DsTr 
-# Contributor: Allan McRae 
-
-pkgname=winetricks
-pkgver=20160627
-pkgrel=1
-pkgdesc='Script to install various redistributable runtime libraries in Wine.'
-url='http://wiki.winehq.org/winetricks'
-license=('LGPL')
-arch=('any')
-optdepends=('zenity: GUI for GNOME desktop'
-'kdebase-kdialog: GUI for KDE desktop')
-source=("https://github.com/Winetricks/winetricks/archive/${pkgver}.tar.gz";)
-md5sums=('21779ec1eadfcd6bcc59c6e2fc353207')
-
-package() {
-  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
-
-  cd "winetricks-${pkgver}"
-  make DESTDIR="${pkgdir}" install 
-}

Copied: winetricks/repos/community-any/PKGBUILD (from rev 182600, 
winetricks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-07-10 04:56:18 UTC (rev 182601)
@@ -0,0 +1,23 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Laurent Carlier 
+# Contributor: DsTr 
+# Contributor: Allan McRae 
+
+pkgname=winetricks
+pkgver=20160709
+pkgrel=1
+pkgdesc='Script to install various redistributable runtime libraries in Wine.'
+url='http://wiki.winehq.org/winetricks'
+license=('LGPL')
+arch=('any')
+optdepends=('zenity: GUI for GNOME desktop'
+'kdebase-kdialog: GUI for KDE desktop')
+source=("https://github.com/Winetricks/winetricks/archive/${pkgver}.tar.gz";)
+md5sums=('446d7cbeb1a0c10f74c4c673d4d159bd')
+
+package() {
+  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
+
+  cd "winetricks-${pkgver}"
+  make DESTDIR="${pkgdir}" install 
+}