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

2016-05-04 Thread Felix Yan
Date: Thursday, May 5, 2016 @ 05:56:10
  Author: fyan
Revision: 173809

upgpkg: ruby-bundler 1.12.2-1

Modified:
  ruby-bundler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-05 02:45:15 UTC (rev 173808)
+++ PKGBUILD2016-05-05 03:56:10 UTC (rev 173809)
@@ -7,7 +7,7 @@
 
 pkgname=ruby-bundler
 _gemname=${pkgname#ruby-}
-pkgver=1.12.1
+pkgver=1.12.2
 pkgrel=1
 pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
 noextract=("$_gemname-$pkgver.gem")
-sha256sums=('e3133b1a73d51d7adb9898e24ef07d84e479fb121b8f848320756db222ceaed0')
+sha256sums=('5fffd46672fd7c5405cb8b29919b110ad37f3feb40cbc54b1779f593aebf5963')
 
 package() {
   cd "$srcdir"


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

2016-05-04 Thread Felix Yan
Date: Thursday, May 5, 2016 @ 05:56:43
  Author: fyan
Revision: 173810

archrelease: copy trunk to community-any

Added:
  ruby-bundler/repos/community-any/PKGBUILD
(from rev 173809, ruby-bundler/trunk/PKGBUILD)
Deleted:
  ruby-bundler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-05 03:56:10 UTC (rev 173809)
+++ PKGBUILD2016-05-05 03:56:43 UTC (rev 173810)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonne Haß 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Anatol Pomozov 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-bundler
-_gemname=${pkgname#ruby-}
-pkgver=1.12.1
-pkgrel=1
-pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
-arch=('any')
-url='http://bundler.io'
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
-noextract=("$_gemname-$pkgver.gem")
-sha256sums=('e3133b1a73d51d7adb9898e24ef07d84e479fb121b8f848320756db222ceaed0')
-
-package() {
-  cd "$srcdir"
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
- -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}

Copied: ruby-bundler/repos/community-any/PKGBUILD (from rev 173809, 
ruby-bundler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-05 03:56:43 UTC (rev 173810)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonne Haß 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anatol Pomozov 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-bundler
+_gemname=${pkgname#ruby-}
+pkgver=1.12.2
+pkgrel=1
+pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
+arch=('any')
+url='http://bundler.io'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
+noextract=("$_gemname-$pkgver.gem")
+sha256sums=('5fffd46672fd7c5405cb8b29919b110ad37f3feb40cbc54b1779f593aebf5963')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
+ -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}


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

2016-05-04 Thread Felix Yan
Date: Thursday, May 5, 2016 @ 04:45:01
  Author: fyan
Revision: 173807

upgpkg: python2-contextlib2 0.5.3-1

Modified:
  python2-contextlib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-05 02:29:32 UTC (rev 173806)
+++ PKGBUILD2016-05-05 02:45:01 UTC (rev 173807)
@@ -4,8 +4,8 @@
 
 _pypiname=contextlib2
 pkgname=python2-contextlib2
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.5.3
+pkgrel=1
 pkgdesc="contextlib2 is a backport of the standard library’s contextlib module 
to earlier Python versions"
 arch=('any')
 url="http://pypi.python.org/pypi/${_pypiname};
@@ -12,8 +12,8 @@
 license=('PSF')
 depends=('python2')
 makedepends=('python2-setuptools')
-source=("https://pypi.python.org/packages/source/${_pypiname:0:1}/${_pypiname}/${_pypiname}-$pkgver.tar.gz;)
-md5sums=('b7f4c5a2b900c419b11b20f59838de1b')
+source=("https://pypi.io/packages/source/${_pypiname:0:1}/${_pypiname}/${_pypiname}-$pkgver.tar.gz;)
+md5sums=('26ad6b6e4d60aa36cb4ecee4747cddd4')
 
 build() {
   cd "${srcdir}/${_pypiname}-$pkgver"


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

2016-05-04 Thread Felix Yan
Date: Thursday, May 5, 2016 @ 04:45:15
  Author: fyan
Revision: 173808

archrelease: copy trunk to community-any

Added:
  python2-contextlib2/repos/community-any/PKGBUILD
(from rev 173807, python2-contextlib2/trunk/PKGBUILD)
Deleted:
  python2-contextlib2/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-05 02:45:01 UTC (rev 173807)
+++ PKGBUILD2016-05-05 02:45:15 UTC (rev 173808)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Cedric Girard 
-
-_pypiname=contextlib2
-pkgname=python2-contextlib2
-pkgver=0.5.1
-pkgrel=2
-pkgdesc="contextlib2 is a backport of the standard library’s contextlib module 
to earlier Python versions"
-arch=('any')
-url="http://pypi.python.org/pypi/${_pypiname};
-license=('PSF')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("https://pypi.python.org/packages/source/${_pypiname:0:1}/${_pypiname}/${_pypiname}-$pkgver.tar.gz;)
-md5sums=('b7f4c5a2b900c419b11b20f59838de1b')
-
-build() {
-  cd "${srcdir}/${_pypiname}-$pkgver"
-  python2 setup.py build
-}
-
-package() {
-  cd ${_pypiname}-$pkgver
-  python2 setup.py install --root="${pkgdir}"
-  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python2-contextlib2/repos/community-any/PKGBUILD (from rev 173807, 
python2-contextlib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-05 02:45:15 UTC (rev 173808)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Cedric Girard 
+
+_pypiname=contextlib2
+pkgname=python2-contextlib2
+pkgver=0.5.3
+pkgrel=1
+pkgdesc="contextlib2 is a backport of the standard library’s contextlib module 
to earlier Python versions"
+arch=('any')
+url="http://pypi.python.org/pypi/${_pypiname};
+license=('PSF')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.io/packages/source/${_pypiname:0:1}/${_pypiname}/${_pypiname}-$pkgver.tar.gz;)
+md5sums=('26ad6b6e4d60aa36cb4ecee4747cddd4')
+
+build() {
+  cd "${srcdir}/${_pypiname}-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd ${_pypiname}-$pkgver
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-05-04 Thread Felix Yan
Date: Thursday, May 5, 2016 @ 04:39:16
  Author: fyan
Revision: 266905

upgpkg: python-cryptography 1.3.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 23:49:01 UTC (rev 266904)
+++ PKGBUILD2016-05-05 02:39:16 UTC (rev 266905)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis')
-source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('bc8148d2ff2d80fef8ef2d2e856b3a7f')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
+md5sums=('0359190f291824dc8ad9e6d477a607b2')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2016-05-04 Thread Felix Yan
Date: Thursday, May 5, 2016 @ 04:39:39
  Author: fyan
Revision: 266906

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

Added:
  python-cryptography/repos/extra-i686/PKGBUILD
(from rev 266905, python-cryptography/trunk/PKGBUILD)
  python-cryptography/repos/extra-x86_64/PKGBUILD
(from rev 266905, python-cryptography/trunk/PKGBUILD)
Deleted:
  python-cryptography/repos/extra-i686/PKGBUILD
  python-cryptography/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-05 02:39:16 UTC (rev 266905)
+++ extra-i686/PKGBUILD 2016-05-05 02:39:39 UTC (rev 266906)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography
-pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
-arch=('i686' 'x86_64')
-license=('Apache')
-url="http://pypi.python.org/pypi/cryptography;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34'
- 'python-pyasn1' 'python2-pyasn1' 'python-idna' 'python2-idna' 
'python2-ipaddress')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
-  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
-  'python-hypothesis' 'python2-hypothesis')
-source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('bc8148d2ff2d80fef8ef2d2e856b3a7f')
-
-prepare() {
-  cp -a cryptography-${pkgver}{,-python2}
-}
-
-build() {
-   cd "$srcdir"/cryptography-$pkgver
-   python setup.py build
- 
-   cd "$srcdir"/cryptography-$pkgver-python2
-   python2 setup.py build
-}
-
-check() {
-   cd "$srcdir"/cryptography-$pkgver
-   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python setup.py ptr
-
-   cd "$srcdir"/cryptography-$pkgver-python2
-   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
ptr
-}
- 
-package_python-cryptography() {
-   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna')
- 
-   cd cryptography-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
- 
-package_python2-cryptography() {
-   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 
'python2-idna' 'python2-ipaddress')
- 
-   cd cryptography-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/extra-i686/PKGBUILD (from rev 266905, 
python-cryptography/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-05 02:39:39 UTC (rev 266906)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34'
+ 'python-pyasn1' 'python2-pyasn1' 'python-idna' 'python2-idna' 
'python2-ipaddress')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
+  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
+  'python-hypothesis' 'python2-hypothesis')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
+md5sums=('0359190f291824dc8ad9e6d477a607b2')
+
+prepare() {
+  cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+   cd "$srcdir"/cryptography-$pkgver
+   python setup.py build
+ 
+   cd "$srcdir"/cryptography-$pkgver-python2
+   python2 setup.py build
+}
+
+check() {
+   cd "$srcdir"/cryptography-$pkgver
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python setup.py ptr
+
+   cd "$srcdir"/cryptography-$pkgver-python2
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
ptr
+}
+ 
+package_python-cryptography() {
+   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna')
+ 
+   cd cryptography-$pkgver
+   python setup.py 

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

2016-05-04 Thread Felix Yan
Date: Thursday, May 5, 2016 @ 04:29:32
  Author: fyan
Revision: 173806

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-05 02:29:18 UTC (rev 173805)
+++ PKGBUILD2016-05-05 02:29:32 UTC (rev 173806)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Thomas S Hatch 
-
-pkgbase=python-ioflo
-pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.5.2
-pkgrel=1
-pkgdesc='Flo based programming interface in python'
-arch=('any')
-url='http://ioflo.com'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/ioflo/ioflo.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a ioflo{,-py2}
-}
-
-build() {
-  cd "$srcdir"/ioflo
-  python setup.py build
-
-  cd "$srcdir"/ioflo-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/ioflo
-  python setup.py nosetests || warning "Tests failed"
-
-  cd "$srcdir"/ioflo-py2
-  python2 setup.py nosetests || warning "Tests failed"
-}
-
-package_python-ioflo() {
-  depends=('python')
-
-  cd ioflo
-  python setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-ioflo() {
-  depends=('python2')
-
-  cd ioflo-py2
-  python2 setup.py install --root="$pkgdir" -O1
-
-  rm "$pkgdir"/usr/bin/ioflo
-}

Copied: python-ioflo/repos/community-any/PKGBUILD (from rev 173805, 
python-ioflo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-05 02:29:32 UTC (rev 173806)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgbase=python-ioflo
+pkgname=('python-ioflo' 'python2-ioflo')
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='Flo based programming interface in python'
+arch=('any')
+url='http://ioflo.com'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/ioflo/ioflo.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a ioflo{,-py2}
+}
+
+build() {
+  cd "$srcdir"/ioflo
+  python setup.py build
+
+  cd "$srcdir"/ioflo-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/ioflo
+  python setup.py nosetests || warning "Tests failed"
+
+  cd "$srcdir"/ioflo-py2
+  python2 setup.py nosetests || warning "Tests failed"
+}
+
+package_python-ioflo() {
+  depends=('python')
+
+  cd ioflo
+  python setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-ioflo() {
+  depends=('python2')
+
+  cd ioflo-py2
+  python2 setup.py install --root="$pkgdir" -O1
+
+  rm "$pkgdir"/usr/bin/ioflo
+}


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

2016-05-04 Thread Felix Yan
Date: Thursday, May 5, 2016 @ 04:29:18
  Author: fyan
Revision: 173805

upgpkg: python-ioflo 1.5.3-1

Modified:
  python-ioflo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-05 02:18:57 UTC (rev 173804)
+++ PKGBUILD2016-05-05 02:29:18 UTC (rev 173805)
@@ -5,7 +5,7 @@
 
 pkgbase=python-ioflo
 pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc='Flo based programming interface in python'
 arch=('any')


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

2016-05-04 Thread Felix Yan
Date: Thursday, May 5, 2016 @ 04:18:57
  Author: fyan
Revision: 173804

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-05 02:18:16 UTC (rev 173803)
+++ community-i686/PKGBUILD 2016-05-05 02:18:57 UTC (rev 173804)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgname=python-peewee
-pkgname=('python-peewee' 'python2-peewee')
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="a little orm"
-url="https://pypi.python.org/pypi/peewee/;
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git')
-checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask'
-  'python2-pysqlite') #'python-psycopg2' 'python2-psycopg2')
-source=("git+https://github.com/coleifer/peewee.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a peewee{,-py2}
-}
-
-build() {
-  cd "$srcdir/peewee"
-  python setup.py build
-
-  cd "$srcdir/peewee-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/peewee"
-  python runtests.py -a
-
-  cd "$srcdir/peewee-py2"
-  python2 runtests.py -a
-}
-
-package_python-peewee() {
-  depends=('python')
-  optdepends=('python-psycopg2: for PostgreSQL database support'
-  'mysql-python: for MySQL database support')
-
-  cd "$srcdir/peewee"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-peewee() {
-  depends=('python2')
-  optdepends=('python2-psycopg2: for PostgreSQL database support')
-
-  cd "$srcdir/peewee-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir/usr/bin/"pwiz{,2}.py
-}

Copied: python-peewee/repos/community-i686/PKGBUILD (from rev 173803, 
python-peewee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-05 02:18:57 UTC (rev 173804)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Blackleg 
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgname=python-peewee
+pkgname=('python-peewee' 'python2-peewee')
+pkgver=2.8.1
+pkgrel=1
+pkgdesc="a little orm"
+url="https://pypi.python.org/pypi/peewee/;
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'cython' 'cython2' 'git')
+checkdepends=('python-apsw' 'python2-apsw' 'python-flask' 'python2-flask'
+  'python2-pysqlite') #'python-psycopg2' 'python2-psycopg2')
+source=("git+https://github.com/coleifer/peewee.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a peewee{,-py2}
+}
+
+build() {
+  cd "$srcdir/peewee"
+  python setup.py build
+
+  cd "$srcdir/peewee-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/peewee"
+  python runtests.py -a
+
+  cd "$srcdir/peewee-py2"
+  python2 runtests.py -a
+}
+
+package_python-peewee() {
+  depends=('python')
+  optdepends=('python-psycopg2: for PostgreSQL database support'
+  'mysql-python: for MySQL database support')
+
+  cd "$srcdir/peewee"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-peewee() {
+  depends=('python2')
+  optdepends=('python2-psycopg2: for PostgreSQL database support')
+
+  cd "$srcdir/peewee-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir/usr/bin/"pwiz{,2}.py
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-05 02:18:16 UTC (rev 173803)
+++ community-x86_64/PKGBUILD   2016-05-05 02:18:57 UTC (rev 173804)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgname=python-peewee

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

2016-05-04 Thread Felix Yan
Date: Thursday, May 5, 2016 @ 04:18:16
  Author: fyan
Revision: 173803

upgpkg: python-peewee 2.8.1-1

Modified:
  python-peewee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-05 02:17:18 UTC (rev 173802)
+++ PKGBUILD2016-05-05 02:18:16 UTC (rev 173803)
@@ -6,7 +6,7 @@
 
 pkgname=python-peewee
 pkgname=('python-peewee' 'python2-peewee')
-pkgver=2.8.0
+pkgver=2.8.1
 pkgrel=1
 pkgdesc="a little orm"
 url="https://pypi.python.org/pypi/peewee/;


[arch-commits] Commit in python-cryptography-vectors/repos/community-any (2 files)

2016-05-04 Thread Felix Yan
Date: Thursday, May 5, 2016 @ 04:17:18
  Author: fyan
Revision: 173802

archrelease: copy trunk to community-any

Added:
  python-cryptography-vectors/repos/community-any/PKGBUILD
(from rev 173801, python-cryptography-vectors/trunk/PKGBUILD)
Deleted:
  python-cryptography-vectors/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-05 02:17:03 UTC (rev 173801)
+++ PKGBUILD2016-05-05 02:17:18 UTC (rev 173802)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography-vectors
-pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="Test vectors for the cryptography package"
-arch=('any')
-license=('Apache')
-url="http://pypi.python.org/pypi/cryptography-vectors;
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-md5sums=('b464c99f79d186504370b4549cad0773')
-
-prepare() {
-   cp -a cryptography_vectors-$pkgver{,-python2}
-}
-
-package_python-cryptography-vectors() {
-   depends=('python')
- 
-   cd cryptography_vectors-$pkgver
-   python3 setup.py install --root="$pkgdir" --optimize=1
-}
- 
-package_python2-cryptography-vectors() {
-   depends=('python2')
- 
-   cd cryptography_vectors-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cryptography-vectors/repos/community-any/PKGBUILD (from rev 
173801, python-cryptography-vectors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-05 02:17:18 UTC (rev 173802)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography-vectors
+pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="Test vectors for the cryptography package"
+arch=('any')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography-vectors;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
+md5sums=('c88c2ba36fa86d218cc9d497e29e0f0f')
+
+prepare() {
+   cp -a cryptography_vectors-$pkgver{,-python2}
+}
+
+package_python-cryptography-vectors() {
+   depends=('python')
+ 
+   cd cryptography_vectors-$pkgver
+   python3 setup.py install --root="$pkgdir" --optimize=1
+}
+ 
+package_python2-cryptography-vectors() {
+   depends=('python2')
+ 
+   cd cryptography_vectors-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2016-05-04 Thread Felix Yan
Date: Thursday, May 5, 2016 @ 04:17:03
  Author: fyan
Revision: 173801

upgpkg: python-cryptography-vectors 1.3.2-1

Modified:
  python-cryptography-vectors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-05 00:44:14 UTC (rev 173800)
+++ PKGBUILD2016-05-05 02:17:03 UTC (rev 173801)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography-vectors
 pkgname=('python-cryptography-vectors' 'python2-cryptography-vectors')
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="Test vectors for the cryptography package"
 arch=('any')
@@ -10,8 +10,8 @@
 license=('Apache')
 url="http://pypi.python.org/pypi/cryptography-vectors;
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
-md5sums=('b464c99f79d186504370b4549cad0773')
+source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-${pkgver}.tar.gz;)
+md5sums=('c88c2ba36fa86d218cc9d497e29e0f0f')
 
 prepare() {
cp -a cryptography_vectors-$pkgver{,-python2}


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

2016-05-04 Thread Sven-Hendrik Haase
Date: Thursday, May 5, 2016 @ 02:16:00
  Author: svenstaro
Revision: 173781

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-05 00:15:54 UTC (rev 173780)
+++ PKGBUILD2016-05-05 00:16:00 UTC (rev 173781)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=ansible
-pkgver=2.0.2.0
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
-optdepends=('python2-passlib: crypt values for vars_prompt')
-makedepends=('asciidoc' 'fakeroot')
-backup=('etc/ansible/ansible.cfg')
-source=(http://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz)
-md5sums=('e210c7d696fe2c084f78a07b8cbc2981')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install -O1 --root="${pkgdir}"
-  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/ansible/COPYING
-
-  install -d "${pkgdir}"/usr/share/ansible/doc
-  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
-  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
-
-  install -d "${pkgdir}"/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
-}

Copied: ansible/repos/community-any/PKGBUILD (from rev 173780, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-05 00:16:00 UTC (rev 173781)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Daniel Wallace 
+# Contributor: Chris 
+# Contributor: m0ikz 
+# Contributor: atweiden 
+
+pkgname=ansible
+pkgver=2.0.2.0
+pkgrel=2
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='http://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 
'python2-crypto')
+optdepends=('python2-passlib: crypt values for vars_prompt')
+makedepends=('asciidoc' 'fakeroot')
+backup=('etc/ansible/ansible.cfg')
+source=(http://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz)
+md5sums=('e210c7d696fe2c084f78a07b8cbc2981')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install -O1 --root="${pkgdir}"
+  install -Dm644 COPYING "${pkgdir}"/usr/share/doc/ansible/COPYING
+
+  install -d "${pkgdir}"/usr/share/ansible/doc
+  cp -dpr --no-preserve=ownership ./examples "${pkgdir}"/usr/share/ansible/doc/
+  install -Dm644 examples/ansible.cfg "${pkgdir}"/etc/ansible/ansible.cfg
+
+  install -d "${pkgdir}"/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
"${pkgdir}"/usr/share/man/man1
+}


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

2016-05-04 Thread Sven-Hendrik Haase
Date: Thursday, May 5, 2016 @ 02:15:54
  Author: svenstaro
Revision: 173780

upgpkg: ansible 2.0.2.0-2

Add python2-crypto (FS#49158)

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-05 00:14:19 UTC (rev 173779)
+++ PKGBUILD2016-05-05 00:15:54 UTC (rev 173780)
@@ -8,12 +8,12 @@
 
 pkgname=ansible
 pkgver=2.0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='http://www.ansible.com'
 license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 
'python2-crypto')
 optdepends=('python2-passlib: crypt values for vars_prompt')
 makedepends=('asciidoc' 'fakeroot')
 backup=('etc/ansible/ansible.cfg')


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

2016-05-04 Thread Sven-Hendrik Haase
Date: Thursday, May 5, 2016 @ 02:14:19
  Author: svenstaro
Revision: 173779

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

Added:
  gitlab-workhorse/repos/community-i686/PKGBUILD
(from rev 173778, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
(from rev 173778, gitlab-workhorse/trunk/gitlab-workhorse.service)
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
(from rev 173778, gitlab-workhorse/trunk/PKGBUILD)
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service
(from rev 173778, gitlab-workhorse/trunk/gitlab-workhorse.service)
Deleted:
  gitlab-workhorse/repos/community-i686/PKGBUILD
  gitlab-workhorse/repos/community-i686/gitlab-workhorse.service
  gitlab-workhorse/repos/community-x86_64/PKGBUILD
  gitlab-workhorse/repos/community-x86_64/gitlab-workhorse.service

---+
 /PKGBUILD |   66 
 /gitlab-workhorse.service |   40 
 community-i686/PKGBUILD   |   33 --
 community-i686/gitlab-workhorse.service   |   20 
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/gitlab-workhorse.service |   20 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-05 00:14:12 UTC (rev 173778)
+++ community-i686/PKGBUILD 2016-05-05 00:14:19 UTC (rev 173779)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Caleb Maclennan 
-# Contributor: Pavol (Lopo) Hluchy 
-
-pkgname=gitlab-workhorse
-pkgver=0.7.2
-pkgrel=3
-pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
-arch=('i686' 'x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-workhorse;
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=${pkgver};
-"gitlab-workhorse.service")
-sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
-'95fd491795ed837012e71d6c8bececb82b6790a94b96615d4ffb0b018b5b7ea4')
-
-build() {
-  cd "${pkgname}-${pkgver}-"*
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}-"*
-
-  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-workhorse/repos/community-i686/PKGBUILD (from rev 173778, 
gitlab-workhorse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-05 00:14:19 UTC (rev 173779)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Caleb Maclennan 
+# Contributor: Pavol (Lopo) Hluchy 
+
+pkgname=gitlab-workhorse
+pkgver=0.7.2
+pkgrel=4
+pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-workhorse;
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=${pkgver};
+"gitlab-workhorse.service")
+sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
+'75574fe2e66915f7c2010e2402911f04e756b77f28743c5cea268c427d45b431')
+
+build() {
+  cd "${pkgname}-${pkgver}-"*
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}-"*
+
+  install -Dm755 "gitlab-workhorse" "${pkgdir}/usr/bin/gitlab-workhorse"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-workhorse.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-workhorse.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/gitlab-workhorse.service
===
--- community-i686/gitlab-workhorse.service 2016-05-05 00:14:12 UTC (rev 
173778)
+++ community-i686/gitlab-workhorse.service 2016-05-05 00:14:19 UTC (rev 
173779)
@@ -1,20 +0,0 @@
-[Unit]
-Description=Gitlab Workhorse
-Requires=gitlab-unicorn.service
-After=gitlab-unicorn.service
-
-[Service]
-User=gitlab
-Group=gitlab
-WorkingDirectory=/usr/share/webapps/gitlab
-SyslogIdentifier=gitlab-workhorse
-CapabilityBoundingSet=
-ProtectSystem=full
-ProtectHome=true
-NoNewPrivileges=true
-ExecStart=/usr/bin/gitlab-workhorse -authBackend http://127.0.0.1:8080 
/var/lib/gitlab/repositories
-ExecStop=/usr/bin/kill -QUIT $MAINPID

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

2016-05-04 Thread Sven-Hendrik Haase
Date: Thursday, May 5, 2016 @ 02:14:12
  Author: svenstaro
Revision: 173778

upgpkg: gitlab-workhorse 0.7.2-4

Switch ExecStart command (FS#49201)

Modified:
  gitlab-workhorse/trunk/PKGBUILD
  gitlab-workhorse/trunk/gitlab-workhorse.service

--+
 PKGBUILD |4 ++--
 gitlab-workhorse.service |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-05 00:10:37 UTC (rev 173777)
+++ PKGBUILD2016-05-05 00:14:12 UTC (rev 173778)
@@ -4,7 +4,7 @@
 
 pkgname=gitlab-workhorse
 pkgver=0.7.2
-pkgrel=3
+pkgrel=4
 pkgdesc="HTTP server to unload Git HTTP traffic from GitLab Rails app 
(Unicorn)"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-workhorse;
@@ -14,7 +14,7 @@
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-workhorse/repository/archive.tar.gz?ref=${pkgver};
 "gitlab-workhorse.service")
 sha256sums=('d0572a901568ba5cf74776dc5cbd0ee140fdacd62c7140c9f5f7cba0dcc456e2'
-'95fd491795ed837012e71d6c8bececb82b6790a94b96615d4ffb0b018b5b7ea4')
+'75574fe2e66915f7c2010e2402911f04e756b77f28743c5cea268c427d45b431')
 
 build() {
   cd "${pkgname}-${pkgver}-"*

Modified: gitlab-workhorse.service
===
--- gitlab-workhorse.service2016-05-05 00:10:37 UTC (rev 173777)
+++ gitlab-workhorse.service2016-05-05 00:14:12 UTC (rev 173778)
@@ -12,7 +12,7 @@
 ProtectSystem=full
 ProtectHome=true
 NoNewPrivileges=true
-ExecStart=/usr/bin/gitlab-workhorse -authBackend http://127.0.0.1:8080 
/var/lib/gitlab/repositories
+ExecStart=/usr/bin/gitlab-workhorse -listenUmask 0 -authBackend 
http://localhost:8080 -authSocket /var/lib/gitlab/sockets/gitlab.socket 
-listenAddr /run/gitlab/gitlab-workhorse.socket -listenNetwork unix 
/var/lib/gitlab/repositories -documentRoot /usr/share/webapps/gitlab/public
 ExecStop=/usr/bin/kill -QUIT $MAINPID
 ExecReload=/usr/bin/kill -USR2 $MAINPID
 


[arch-commits] Commit in gitlab/repos (68 files)

2016-05-04 Thread Sven-Hendrik Haase
Date: Thursday, May 5, 2016 @ 02:10:37
  Author: svenstaro
Revision: 173777

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

Added:
  gitlab/repos/community-i686/PKGBUILD
(from rev 173776, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-i686/apache-ssl.conf.example
(from rev 173776, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-i686/apache.conf.example
(from rev 173776, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
(from rev 173776, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-i686/apache2.2.conf.example
(from rev 173776, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-i686/gitlab-backup.service
(from rev 173776, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-i686/gitlab-backup.timer
(from rev 173776, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-i686/gitlab-mailroom.service
(from rev 173776, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-i686/gitlab-sidekiq.service
(from rev 173776, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-i686/gitlab-unicorn.service
(from rev 173776, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-i686/gitlab.install
(from rev 173776, gitlab/trunk/gitlab.install)
  gitlab/repos/community-i686/gitlab.logrotate
(from rev 173776, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-i686/gitlab.target
(from rev 173776, gitlab/trunk/gitlab.target)
  gitlab/repos/community-i686/gitlab.tmpfiles.d
(from rev 173776, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-i686/lighttpd.conf.example
(from rev 173776, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-i686/nginx-ssl.conf.example
(from rev 173776, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-i686/nginx.conf.example
(from rev 173776, gitlab/trunk/nginx.conf.example)
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 173776, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/apache-ssl.conf.example
(from rev 173776, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-x86_64/apache.conf.example
(from rev 173776, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
(from rev 173776, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-x86_64/apache2.2.conf.example
(from rev 173776, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 173776, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 173776, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 173776, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 173776, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 173776, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 173776, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 173776, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 173776, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 173776, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 173776, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
(from rev 173776, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-x86_64/nginx.conf.example
(from rev 173776, gitlab/trunk/nginx.conf.example)
Deleted:
  gitlab/repos/community-i686/PKGBUILD
  gitlab/repos/community-i686/apache-ssl.conf.example
  gitlab/repos/community-i686/apache.conf.example
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
  gitlab/repos/community-i686/apache2.2.conf.example
  gitlab/repos/community-i686/gitlab-backup.service
  gitlab/repos/community-i686/gitlab-backup.timer
  gitlab/repos/community-i686/gitlab-mailroom.service
  gitlab/repos/community-i686/gitlab-sidekiq.service
  gitlab/repos/community-i686/gitlab-unicorn.service
  gitlab/repos/community-i686/gitlab.install
  gitlab/repos/community-i686/gitlab.logrotate
  gitlab/repos/community-i686/gitlab.target
  gitlab/repos/community-i686/gitlab.tmpfiles.d
  gitlab/repos/community-i686/lighttpd.conf.example
  gitlab/repos/community-i686/nginx-ssl.conf.example
  gitlab/repos/community-i686/nginx.conf.example
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/apache-ssl.conf.example
  gitlab/repos/community-x86_64/apache.conf.example
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
  gitlab/repos/community-x86_64/apache2.2.conf.example
  gitlab/repos/community-x86_64/gitlab-backup.service
  

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

2016-05-04 Thread Sven-Hendrik Haase
Date: Thursday, May 5, 2016 @ 02:10:11
  Author: svenstaro
Revision: 173776

upgpkg: gitlab 8.7.2-7

Remove build fragment

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 23:56:39 UTC (rev 173775)
+++ PKGBUILD2016-05-05 00:10:11 UTC (rev 173776)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=8.7.2
-pkgrel=6
+pkgrel=7
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README;
@@ -120,7 +120,7 @@
   sed -i '/symlink/d' config/initializers/gitlab_shell_secret_token.rb
   bundle-2.1 exec rake assets:precompile RAILS_ENV=production
   # After building assets, clean this up again
-  rm config/database.yml
+  rm config/database.yml config/database.yml.postgresql.orig
 }
 
 package() {


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

2016-05-04 Thread Gaetan Bisson
Date: Thursday, May 5, 2016 @ 01:56:39
  Author: bisson
Revision: 173775

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-04 23:56:00 UTC (rev 173774)
+++ community-i686/PKGBUILD 2016-05-04 23:56:39 UTC (rev 173775)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias 
-# Contributor: Leslie P. Polzer 
-# Contributor: erm67 
-# Contributor: Daniel J Griffiths
-# Maintainer: Gaetan Bisson 
-
-pkgname=djview
-pkgver=4.10.5
-pkgrel=2
-pkgdesc='Portable DjVu viewer and browser plugin'
-url='http://djvu.sourceforge.net/djview4.html'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('qt5-tools')
-depends=('qt5-base' 'djvulibre'
- 'libxkbcommon-x11' 'libsm')
-source=("http://downloads.sourceforge.net/djvu/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('b3ca4d638a630913cd2596e2399f8049b4559a4f')
-
-conflicts=('djview4')
-provides=('djview4')
-replaces=('djview4')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export QMAKE=qmake-qt5
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s djview "${pkgdir}"/usr/bin/djview4
-}

Copied: djview/repos/community-i686/PKGBUILD (from rev 173774, 
djview/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-04 23:56:39 UTC (rev 173775)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Contributor: Leslie P. Polzer 
+# Contributor: erm67 
+# Contributor: Daniel J Griffiths
+# Maintainer: Gaetan Bisson 
+
+pkgname=djview
+pkgver=4.10.6
+pkgrel=1
+pkgdesc='Portable DjVu viewer and browser plugin'
+url='http://djvu.sourceforge.net/djview4.html'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('qt5-tools')
+depends=('qt5-base' 'djvulibre'
+ 'libxkbcommon-x11' 'libsm')
+source=("http://downloads.sourceforge.net/djvu/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('9d2790f208fea45f5cd31cfd5ab6b24a3ba91415')
+
+conflicts=('djview4')
+provides=('djview4')
+replaces=('djview4')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export QMAKE=qmake-qt5
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s djview "${pkgdir}"/usr/bin/djview4
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-04 23:56:00 UTC (rev 173774)
+++ community-x86_64/PKGBUILD   2016-05-04 23:56:39 UTC (rev 173775)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias 
-# Contributor: Leslie P. Polzer 
-# Contributor: erm67 
-# Contributor: Daniel J Griffiths
-# Maintainer: Gaetan Bisson 
-
-pkgname=djview
-pkgver=4.10.5
-pkgrel=2
-pkgdesc='Portable DjVu viewer and browser plugin'
-url='http://djvu.sourceforge.net/djview4.html'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('qt5-tools')
-depends=('qt5-base' 'djvulibre'
- 'libxkbcommon-x11' 'libsm')
-source=("http://downloads.sourceforge.net/djvu/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('b3ca4d638a630913cd2596e2399f8049b4559a4f')
-
-conflicts=('djview4')
-provides=('djview4')
-replaces=('djview4')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export QMAKE=qmake-qt5
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s djview "${pkgdir}"/usr/bin/djview4
-}

Copied: djview/repos/community-x86_64/PKGBUILD (from rev 173774, 
djview/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-04 23:56:39 UTC (rev 173775)
@@ -0,0 +1,36 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Contributor: Leslie P. Polzer 
+# Contributor: erm67 
+# Contributor: Daniel J Griffiths
+# Maintainer: Gaetan Bisson 
+
+pkgname=djview
+pkgver=4.10.6
+pkgrel=1
+pkgdesc='Portable DjVu viewer and browser plugin'
+url='http://djvu.sourceforge.net/djview4.html'

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

2016-05-04 Thread Gaetan Bisson
Date: Thursday, May 5, 2016 @ 01:56:00
  Author: bisson
Revision: 173774

upstream update

Modified:
  djview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 23:37:53 UTC (rev 173773)
+++ PKGBUILD2016-05-04 23:56:00 UTC (rev 173774)
@@ -6,8 +6,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=djview
-pkgver=4.10.5
-pkgrel=2
+pkgver=4.10.6
+pkgrel=1
 pkgdesc='Portable DjVu viewer and browser plugin'
 url='http://djvu.sourceforge.net/djview4.html'
 license=('GPL')
@@ -16,7 +16,7 @@
 depends=('qt5-base' 'djvulibre'
  'libxkbcommon-x11' 'libsm')
 source=("http://downloads.sourceforge.net/djvu/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('b3ca4d638a630913cd2596e2399f8049b4559a4f')
+sha1sums=('9d2790f208fea45f5cd31cfd5ab6b24a3ba91415')
 
 conflicts=('djview4')
 provides=('djview4')


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

2016-05-04 Thread Gaetan Bisson
Date: Thursday, May 5, 2016 @ 01:49:01
  Author: bisson
Revision: 266904

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

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 266903, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 266903, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 266903, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 266903, gnupg/trunk/install)

-+
 testing-i686/PKGBUILD   |   62 ++
 testing-i686/install|4 ++
 testing-x86_64/PKGBUILD |   62 ++
 testing-x86_64/install  |4 ++
 4 files changed, 132 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 266903, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-04 23:49:01 UTC (rev 266904)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.12
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('3b01a35ac04277ea31cc01b4ac4e230e54b5480c' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
+   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+   rm "${pkgdir}/usr/share/gnupg/com-certs.pem" # FS#33059
+}

Copied: gnupg/repos/testing-i686/install (from rev 266903, gnupg/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2016-05-04 23:49:01 UTC (rev 266904)
@@ -0,0 +1,4 @@
+post_install() {
+   # See FS#42798 and FS#47371
+   dirmngr /dev/null || true
+}

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 266903, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-04 23:49:01 UTC (rev 266904)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.12
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('3b01a35ac04277ea31cc01b4ac4e230e54b5480c' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+

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

2016-05-04 Thread Gaetan Bisson
Date: Thursday, May 5, 2016 @ 01:48:22
  Author: bisson
Revision: 266903

upstream update, remove deprecated install file

Modified:
  gnupg/trunk/PKGBUILD
  gnupg/trunk/install

--+
 PKGBUILD |4 ++--
 install  |   21 +
 2 files changed, 3 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 21:59:04 UTC (rev 266902)
+++ PKGBUILD2016-05-04 23:48:22 UTC (rev 266903)
@@ -5,7 +5,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=gnupg
-pkgver=2.1.11
+pkgver=2.1.12
 pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
@@ -21,7 +21,7 @@
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
 
source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha1sums=('4af2032a60ff22e322b1c5b270d6d2228f59a3a3' 'SKIP')
+sha1sums=('3b01a35ac04277ea31cc01b4ac4e230e54b5480c' 'SKIP')
 
 install=install
 

Modified: install
===
--- install 2016-05-04 21:59:04 UTC (rev 266902)
+++ install 2016-05-04 23:48:22 UTC (rev 266903)
@@ -1,23 +1,4 @@
-info_dir=/usr/share/info
-info_files=(gnupg.info gnupg.info-1 gnupg.info-2)
-
 post_install() {
# See FS#42798 and FS#47371
-   dirmngr /dev/null
-
-   [ -x usr/bin/install-info ] || return 0
-   for f in ${info_files[@]}; do
-   usr/bin/install-info ${info_dir}/$f ${info_dir}/dir 2> /dev/null
-   done
+   dirmngr /dev/null || true
 }
-
-pre_remove() {
-   [ -x usr/bin/install-info ] || return 0
-   for f in ${info_files[@]}; do
-   usr/bin/install-info --delete ${info_dir}/$f ${info_dir}/dir 2> 
/dev/null
-   done
-}
-
-post_upgrade() {
-   post_install
-}


[arch-commits] Commit in gitlab/repos (68 files)

2016-05-04 Thread Sven-Hendrik Haase
Date: Thursday, May 5, 2016 @ 01:37:53
  Author: svenstaro
Revision: 173773

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

Added:
  gitlab/repos/community-i686/PKGBUILD
(from rev 173772, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-i686/apache-ssl.conf.example
(from rev 173772, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-i686/apache.conf.example
(from rev 173772, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
(from rev 173772, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-i686/apache2.2.conf.example
(from rev 173772, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-i686/gitlab-backup.service
(from rev 173772, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-i686/gitlab-backup.timer
(from rev 173772, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-i686/gitlab-mailroom.service
(from rev 173772, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-i686/gitlab-sidekiq.service
(from rev 173772, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-i686/gitlab-unicorn.service
(from rev 173772, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-i686/gitlab.install
(from rev 173772, gitlab/trunk/gitlab.install)
  gitlab/repos/community-i686/gitlab.logrotate
(from rev 173772, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-i686/gitlab.target
(from rev 173772, gitlab/trunk/gitlab.target)
  gitlab/repos/community-i686/gitlab.tmpfiles.d
(from rev 173772, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-i686/lighttpd.conf.example
(from rev 173772, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-i686/nginx-ssl.conf.example
(from rev 173772, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-i686/nginx.conf.example
(from rev 173772, gitlab/trunk/nginx.conf.example)
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 173772, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/apache-ssl.conf.example
(from rev 173772, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-x86_64/apache.conf.example
(from rev 173772, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
(from rev 173772, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-x86_64/apache2.2.conf.example
(from rev 173772, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 173772, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 173772, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 173772, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 173772, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 173772, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 173772, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 173772, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 173772, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 173772, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 173772, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
(from rev 173772, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-x86_64/nginx.conf.example
(from rev 173772, gitlab/trunk/nginx.conf.example)
Deleted:
  gitlab/repos/community-i686/PKGBUILD
  gitlab/repos/community-i686/apache-ssl.conf.example
  gitlab/repos/community-i686/apache.conf.example
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
  gitlab/repos/community-i686/apache2.2.conf.example
  gitlab/repos/community-i686/gitlab-backup.service
  gitlab/repos/community-i686/gitlab-backup.timer
  gitlab/repos/community-i686/gitlab-mailroom.service
  gitlab/repos/community-i686/gitlab-sidekiq.service
  gitlab/repos/community-i686/gitlab-unicorn.service
  gitlab/repos/community-i686/gitlab.install
  gitlab/repos/community-i686/gitlab.logrotate
  gitlab/repos/community-i686/gitlab.target
  gitlab/repos/community-i686/gitlab.tmpfiles.d
  gitlab/repos/community-i686/lighttpd.conf.example
  gitlab/repos/community-i686/nginx-ssl.conf.example
  gitlab/repos/community-i686/nginx.conf.example
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/apache-ssl.conf.example
  gitlab/repos/community-x86_64/apache.conf.example
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
  gitlab/repos/community-x86_64/apache2.2.conf.example
  gitlab/repos/community-x86_64/gitlab-backup.service
  

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

2016-05-04 Thread Sven-Hendrik Haase
Date: Thursday, May 5, 2016 @ 01:37:29
  Author: svenstaro
Revision: 173772

upgpkg: gitlab 8.7.2-6

Fix postgresql example file

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 22:08:05 UTC (rev 173771)
+++ PKGBUILD2016-05-04 23:37:29 UTC (rev 173772)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=8.7.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README;
@@ -21,6 +21,7 @@
 'smtp-server: mail server in order to receive mail notifications')
 backup=("etc/webapps/${pkgname}/application.rb"
 "etc/webapps/${pkgname}/gitlab.yml"
+"etc/webapps/${pkgname}/secret"
 "etc/webapps/${pkgname}/resque.yml"
 "etc/webapps/${pkgname}/unicorn.rb"
 "etc/logrotate.d/${pkgname}")
@@ -84,9 +85,14 @@
   -e "s|${_datadir}/log/|${_logdir}/|g" \
   config/unicorn.rb.example > config/unicorn.rb
 
-  msg2 "Patching username in database.yml..."
+  # We need this one untouched because otherwise assets will fail
+  cp config/database.yml.postgresql config/database.yml.postgresql.orig
+
+  msg2 "Patching username in database.yml.{mysql,postgresql}..."
sed -e "s|username: git|username: gitlab|" \
- config/database.yml.mysql > config/database.yml
+ config/database.yml.mysql > config/database.yml.mysql
+   sed -e "s|username: git|username: gitlab|" \
+ config/database.yml.postgresql > 
config/database.yml.postgresql
 
   msg2 "Pathing redis connection in resque.yml"
   sed -e "s|production: unix:/var/run/redis/redis.sock|production: 
redis://localhost:6379|" \
@@ -109,9 +115,12 @@
   bundle-2.1 config build.nokogiri --use-system-libraries
   bundle-2.1 install -j$(nproc) --no-cache --deployment --without development 
test aws kerberos
 
-  cp config/database.yml.postgresql config/database.yml
+  # We'll temporarily stick this in here so we can build the assets
+  cp config/database.yml.postgresql.orig config/database.yml
   sed -i '/symlink/d' config/initializers/gitlab_shell_secret_token.rb
   bundle-2.1 exec rake assets:precompile RAILS_ENV=production
+  # After building assets, clean this up again
+  rm config/database.yml
 }
 
 package() {


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

2016-05-04 Thread Jaroslav Lichtblau
Date: Thursday, May 5, 2016 @ 00:08:05
  Author: jlichtblau
Revision: 173771

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

Added:
  quassel/repos/community-i686/PKGBUILD
(from rev 173770, quassel/trunk/PKGBUILD)
  quassel/repos/community-i686/quassel.conf
(from rev 173770, quassel/trunk/quassel.conf)
  quassel/repos/community-i686/quassel.install
(from rev 173770, quassel/trunk/quassel.install)
  quassel/repos/community-i686/quassel.service
(from rev 173770, quassel/trunk/quassel.service)
  quassel/repos/community-x86_64/PKGBUILD
(from rev 173770, quassel/trunk/PKGBUILD)
  quassel/repos/community-x86_64/quassel.conf
(from rev 173770, quassel/trunk/quassel.conf)
  quassel/repos/community-x86_64/quassel.install
(from rev 173770, quassel/trunk/quassel.install)
  quassel/repos/community-x86_64/quassel.service
(from rev 173770, quassel/trunk/quassel.service)
Deleted:
  quassel/repos/community-i686/PKGBUILD
  quassel/repos/community-i686/quassel-client.install
  quassel/repos/community-i686/quassel-monolithic.install
  quassel/repos/community-i686/quassel.conf
  quassel/repos/community-i686/quassel.install
  quassel/repos/community-i686/quassel.service
  quassel/repos/community-x86_64/PKGBUILD
  quassel/repos/community-x86_64/quassel-client.install
  quassel/repos/community-x86_64/quassel-monolithic.install
  quassel/repos/community-x86_64/quassel.conf
  quassel/repos/community-x86_64/quassel.install
  quassel/repos/community-x86_64/quassel.service

-+
 /PKGBUILD   |  234 ++
 /quassel.conf   |4 
 /quassel.install|   40 
 /quassel.service|   28 +++
 community-i686/PKGBUILD |  118 -
 community-i686/quassel-client.install   |9 -
 community-i686/quassel-monolithic.install   |9 -
 community-i686/quassel.conf |2 
 community-i686/quassel.install  |   21 --
 community-i686/quassel.service  |   14 -
 community-x86_64/PKGBUILD   |  118 -
 community-x86_64/quassel-client.install |9 -
 community-x86_64/quassel-monolithic.install |9 -
 community-x86_64/quassel.conf   |2 
 community-x86_64/quassel.install|   21 --
 community-x86_64/quassel.service|   14 -
 16 files changed, 306 insertions(+), 346 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-04 22:07:36 UTC (rev 173770)
+++ community-i686/PKGBUILD 2016-05-04 22:08:05 UTC (rev 173771)
@@ -1,118 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Vesa Kaihlavirta 
-
-pkgbase=quassel
-pkgname=('quassel-client' 'quassel-core' 'quassel-monolithic')
-pkgver=0.12.3
-pkgrel=1
-pkgdesc="Next-generation distributed IRC client"
-arch=('i686' 'x86_64')
-url="http://quassel-irc.org/;
-license=('GPL')
-makedepends=('cmake' 'extra-cmake-modules' 'qt5-base' 'qt5-tools' 'qca-qt5' 
'qt5-script' 'knotifyconfig')
-source=(http://quassel-irc.org/pub/$pkgbase-$pkgver.tar.bz2
-$pkgbase.service
-$pkgbase.conf)
-sha256sums=('4d3ee91b85cce3d8df62faf55ad35bebd6fc45085ed6248b8a41d2858de3d434'
-'5dbe20290f3361b9b7a74a52905137e76b656976febf2d31082a2276f9dcde7f'
-'f3031ea8217e01ba42cea14606169e3e27affa5918968ffd5a03c21ae92fe2b8')
-
-prepare() {
-  cd "${srcdir}"
-  mkdir build{,-client,-mono}
-  cd quassel-${pkgver}
-}
-
-build() {
-  cd "${srcdir}"
-
-  # Core
-  cd "${srcdir}"/build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DWITH_KDE=OFF \
--DUSE_QT5=ON \
--DWITH_OPENSSL=ON \
--DWANT_CORE=ON \
--DWANT_MONO=OFF \
--DWANT_QTCLIENT=OFF \
--DWITH_DBUS=OFF \
--DWITH_OXYGEN=OFF \
--DWITH_PHONON=OFF \
--DWITH_WEBKIT=OFF \
--DCMAKE_BUILD_TYPE="Release" \
-../quassel-${pkgver}/ \
--Wno-dev
-  make
-
-  # Client
-  cd "${srcdir}"/build-client
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DUSE_QT5=ON \
--DWITH_KDE=ON \
--DWITH_OPENSSL=ON \
--DWANT_CORE=OFF \
--DWANT_QTCLIENT=ON \
--DWANT_MONO=OFF \
--DCMAKE_BUILD_TYPE="Release" \
-../quassel-${pkgver}/ \
--Wno-dev
-  make
-
-  # Monolithic
-  cd "${srcdir}"/build-mono
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DUSE_QT5=ON \
--DWITH_KDE=ON \
--DWITH_OPENSSL=ON \
--DWANT_CORE=OFF \
--DWANT_QTCLIENT=OFF \
--DWANT_MONO=ON \
--DCMAKE_BUILD_TYPE="Release" \
-../quassel-${pkgver}/ \
--Wno-dev
-  make
-}
-
-package_quassel-core() {
-pkgdesc="Next-generation distributed IRC client - core only"
-depends=('icu' 'qca-qt5' 'qt5-script')
-optdepends=('postgresql: PostgreSQL database support')
-backup=(etc/conf.d/quassel)

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

2016-05-04 Thread Jaroslav Lichtblau
Date: Thursday, May 5, 2016 @ 00:07:36
  Author: jlichtblau
Revision: 173770

upgpkg: quassel 0.12.4-1 - new upstream release

Modified:
  quassel/trunk/PKGBUILD
  quassel/trunk/quassel.install
Deleted:
  quassel/trunk/quassel-client.install
  quassel/trunk/quassel-monolithic.install

+
 PKGBUILD   |7 +++
 quassel-client.install |9 -
 quassel-monolithic.install |9 -
 quassel.install|1 -
 4 files changed, 3 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 20:36:56 UTC (rev 173769)
+++ PKGBUILD2016-05-04 22:07:36 UTC (rev 173770)
@@ -10,7 +10,8 @@
 arch=('i686' 'x86_64')
 url="http://quassel-irc.org/;
 license=('GPL')
-makedepends=('cmake' 'extra-cmake-modules' 'qt5-base' 'qt5-tools' 'qca-qt5' 
'qt5-script' 'knotifyconfig')
+makedepends=('cmake' 'extra-cmake-modules' 'qt5-base' 'qt5-tools'
+ 'qca-qt5' 'qt5-script' 'knotifyconfig' 'python')
 source=(http://quassel-irc.org/pub/$pkgbase-$pkgver.tar.bz2
 $pkgbase.service
 $pkgbase.conf)
@@ -82,7 +83,7 @@
 depends=('icu' 'qca-qt5' 'qt5-script')
 optdepends=('postgresql: PostgreSQL database support')
 backup=(etc/conf.d/quassel)
-install=quassel.install
+install=$pkgbase.install
   cd "${srcdir}"/build
 
   make DESTDIR="${pkgdir}" install
@@ -100,7 +101,6 @@
 pkgdesc="Next-generation distributed IRC client - client only"
 depends=('qt5-base' 'qt5-webkit' 'knotifyconfig')
 conflicts=('quassel-monolithic')
-install=quassel-client.install
   cd "${srcdir}"/build-client
 
   make DESTDIR="${pkgdir}" install
@@ -111,7 +111,6 @@
 depends=('qt5-base' 'qca-qt5' 'qt5-webkit' 'qt5-script' 'knotifyconfig')
 optdepends=('postgresql: PostgreSQL database support')
 conflicts=('quassel-client')
-install=quassel-monolithic.install
   cd "${srcdir}"/build-mono
 
   make DESTDIR="${pkgdir}" install

Deleted: quassel-client.install
===
--- quassel-client.install  2016-05-04 20:36:56 UTC (rev 173769)
+++ quassel-client.install  2016-05-04 22:07:36 UTC (rev 173770)
@@ -1,9 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-post_upgrade() {
-post_install
-}
-post_remove() {
-post_install
-}

Deleted: quassel-monolithic.install
===
--- quassel-monolithic.install  2016-05-04 20:36:56 UTC (rev 173769)
+++ quassel-monolithic.install  2016-05-04 22:07:36 UTC (rev 173770)
@@ -1,9 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-post_upgrade() {
-post_install
-}
-post_remove() {
-post_install
-}

Modified: quassel.install
===
--- quassel.install 2016-05-04 20:36:56 UTC (rev 173769)
+++ quassel.install 2016-05-04 22:07:36 UTC (rev 173770)
@@ -1,7 +1,6 @@
 post_install() {
   useradd -r -s /bin/false -d /var/lib/quassel quassel
   mkdir -p /var/lib/quassel && chown -R quassel:quassel /var/lib/quassel
-#  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
 }
 
 post_upgrade() {


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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 23:59:04
  Author: arojas
Revision: 266902

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

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

+
 /PKGBUILD  |   66 +++
 extra-i686/PKGBUILD|   34 
 extra-i686/drumstick.install   |   13 ---
 extra-x86_64/PKGBUILD  |   34 
 extra-x86_64/drumstick.install |   13 ---
 5 files changed, 66 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-04 21:58:28 UTC (rev 266901)
+++ extra-i686/PKGBUILD 2016-05-04 21:59:04 UTC (rev 266902)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('i686' 'x86_64')
-url="http://drumstick.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
-makedepends=('cmake' 'doxygen' 'docbook-xsl')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
-md5sums=('f8e6d9de7943853146c39e52242cb705')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}

Copied: drumstick/repos/extra-i686/PKGBUILD (from rev 266901, 
drumstick/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-04 21:59:04 UTC (rev 266902)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Dany Martineau 
+
+pkgname=drumstick
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('i686' 'x86_64')
+url="http://drumstick.sourceforge.net/;
+license=('GPL')
+depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
+md5sums=('f8e6d9de7943853146c39e52242cb705')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}

Deleted: extra-i686/drumstick.install
===
--- extra-i686/drumstick.install2016-05-04 21:58:28 UTC (rev 266901)
+++ extra-i686/drumstick.install2016-05-04 21:59:04 UTC (rev 266902)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
\ No newline at end of file

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-04 21:58:28 UTC (rev 266901)
+++ extra-x86_64/PKGBUILD   2016-05-04 21:59:04 UTC (rev 266902)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Dany Martineau 
-
-pkgname=drumstick
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('i686' 'x86_64')
-url="http://drumstick.sourceforge.net/;
-license=('GPL')
-depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
-makedepends=('cmake' 'doxygen' 'docbook-xsl')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
-md5sums=('f8e6d9de7943853146c39e52242cb705')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}

Copied: drumstick/repos/extra-x86_64/PKGBUILD (from rev 266901, 
drumstick/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 23:58:28
  Author: arojas
Revision: 266901

Hooks

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

---+
 PKGBUILD  |3 +--
 drumstick.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 21:40:29 UTC (rev 266900)
+++ PKGBUILD2016-05-04 21:58:28 UTC (rev 266901)
@@ -4,7 +4,7 @@
 
 pkgname=drumstick
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="MIDI libraries for Qt5/C++"
 arch=('i686' 'x86_64')
 url="http://drumstick.sourceforge.net/;
@@ -11,7 +11,6 @@
 license=('GPL')
 depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 
'shared-mime-info' 'qt5-svg')
 makedepends=('cmake' 'doxygen' 'docbook-xsl')
-install="$pkgname.install"
 
source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;)
 md5sums=('f8e6d9de7943853146c39e52242cb705')
 

Deleted: drumstick.install
===
--- drumstick.install   2016-05-04 21:40:29 UTC (rev 266900)
+++ drumstick.install   2016-05-04 21:58:28 UTC (rev 266901)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
\ No newline at end of file


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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 23:40:29
  Author: arojas
Revision: 266900

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

Added:
  mplayer/repos/testing-i686/
  mplayer/repos/testing-i686/PKGBUILD
(from rev 266899, mplayer/trunk/PKGBUILD)
  mplayer/repos/testing-i686/cdio-includes.patch
(from rev 266899, mplayer/trunk/cdio-includes.patch)
  
mplayer/repos/testing-i686/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
(from rev 266899, 
mplayer/trunk/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch)
  mplayer/repos/testing-i686/include-samba-4.0.patch
(from rev 266899, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/testing-i686/mplayer.desktop
(from rev 266899, mplayer/trunk/mplayer.desktop)
  mplayer/repos/testing-i686/mplayer.png
(from rev 266899, mplayer/trunk/mplayer.png)
  mplayer/repos/testing-i686/revert-icl-fixes.patch
(from rev 266899, mplayer/trunk/revert-icl-fixes.patch)
  mplayer/repos/testing-x86_64/
  mplayer/repos/testing-x86_64/PKGBUILD
(from rev 266899, mplayer/trunk/PKGBUILD)
  mplayer/repos/testing-x86_64/cdio-includes.patch
(from rev 266899, mplayer/trunk/cdio-includes.patch)
  
mplayer/repos/testing-x86_64/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
(from rev 266899, 
mplayer/trunk/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch)
  mplayer/repos/testing-x86_64/include-samba-4.0.patch
(from rev 266899, mplayer/trunk/include-samba-4.0.patch)
  mplayer/repos/testing-x86_64/mplayer.desktop
(from rev 266899, mplayer/trunk/mplayer.desktop)
  mplayer/repos/testing-x86_64/mplayer.png
(from rev 266899, mplayer/trunk/mplayer.png)
  mplayer/repos/testing-x86_64/revert-icl-fixes.patch
(from rev 266899, mplayer/trunk/revert-icl-fixes.patch)

---+
 testing-i686/PKGBUILD |  
116 ++
 testing-i686/cdio-includes.patch  |   
43 +++
 testing-i686/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch   |   
41 +++
 testing-i686/include-samba-4.0.patch  |   
12 +
 testing-i686/mplayer.desktop  |   
22 +
 testing-i686/revert-icl-fixes.patch   |   
66 +
 testing-x86_64/PKGBUILD   |  
116 ++
 testing-x86_64/cdio-includes.patch|   
43 +++
 testing-x86_64/ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch |   
41 +++
 testing-x86_64/include-samba-4.0.patch|   
12 +
 testing-x86_64/mplayer.desktop|   
22 +
 testing-x86_64/revert-icl-fixes.patch |   
66 +
 12 files changed, 600 insertions(+)

Copied: mplayer/repos/testing-i686/PKGBUILD (from rev 266899, 
mplayer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-04 21:40:29 UTC (rev 266900)
@@ -0,0 +1,116 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Hugo Doria 
+
+pkgbase=mplayer
+pkgname=('mplayer' 'mencoder')
+pkgver=37857
+pkgrel=1
+arch=('i686' 'x86_64')
+makedepends=(
+  'libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora'
+  'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient' 'aalib' 'jack' 'libcaca'
+  'faac' 'faad2' 'lirc'  'libxvmc' 'enca' 'libvdpau' 'opencore-amr'
+  'libdca' 'a52dec' 'schroedinger' 'libvpx' 'libpulse' 'fribidi' 'unzip' 'mesa'
+  'live-media' 'yasm' 'git' 'fontconfig' 'mpg123' 'ladspa' 'libass' 'libbluray'
+  'libcdio-paranoia' 'opus' 'subversion' 'x264' 'libx264' 'rtmpdump' 'gnutls'
+  'gsm' 'libdvdcss' 'libdvdread' 'libdvdnav' 'ffmpeg'
+)
+license=('GPL')
+url='http://www.mplayerhq.hu/'
+options=('!buildflags' '!emptydirs')
+source=($pkgbase-$pkgver::svn://svn.mplayerhq.hu/mplayer/trunk#revision=$pkgver
+mplayer.desktop
+include-samba-4.0.patch
+ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
+revert-icl-fixes.patch)
+md5sums=('SKIP'
+ '62f44a58f072b2b1a3c3d3e4976d64b3'
+ '868a92bdef148df7f38bfa992b26ce9d'
+ '71be9bcd297cb9ce833bbc5d425c0470'
+ '3579402002b7302fdf2d146639333efd')
+
+#pkgver() {
+#  cd $pkgbase-$pkgver
+#  svnversion
+#}
+
+prepare() {
+  cd $pkgbase-$pkgver
+#  mv ../ffmpeg-*/ ./ffmpeg
+
+  patch -Np1 -i ../include-samba-4.0.patch
+  patch -Np0 -i ../revert-icl-fixes.patch
+#  patch -d ffmpeg -Np1 
<../ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
+
+  ./version.sh
+}
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr 

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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 23:39:36
  Author: arojas
Revision: 266899

Update to rev 37857 (FS#49195), use system ffmpeg (FS#48658), remove install 
file

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

-+
 PKGBUILD|   29 -
 mplayer.install |   11 ---
 2 files changed, 12 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 21:35:19 UTC (rev 266898)
+++ PKGBUILD2016-05-04 21:39:36 UTC (rev 266899)
@@ -5,8 +5,8 @@
 
 pkgbase=mplayer
 pkgname=('mplayer' 'mencoder')
-pkgver=37379
-pkgrel=7
+pkgver=37857
+pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=(
   'libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora'
@@ -15,39 +15,34 @@
   'libdca' 'a52dec' 'schroedinger' 'libvpx' 'libpulse' 'fribidi' 'unzip' 'mesa'
   'live-media' 'yasm' 'git' 'fontconfig' 'mpg123' 'ladspa' 'libass' 'libbluray'
   'libcdio-paranoia' 'opus' 'subversion' 'x264' 'libx264' 'rtmpdump' 'gnutls'
-  'gsm' 'libdvdcss' 'libdvdread' 'libdvdnav'
+  'gsm' 'libdvdcss' 'libdvdread' 'libdvdnav' 'ffmpeg'
 )
 license=('GPL')
 url='http://www.mplayerhq.hu/'
 options=('!buildflags' '!emptydirs')
 source=($pkgbase-$pkgver::svn://svn.mplayerhq.hu/mplayer/trunk#revision=$pkgver
-http://ffmpeg.org/releases/ffmpeg-2.6.7.tar.bz2
 mplayer.desktop
-cdio-includes.patch
 include-samba-4.0.patch
 ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
 revert-icl-fixes.patch)
 md5sums=('SKIP'
- '7521d6f70c5c54107572c501f77a6cd7'
  '62f44a58f072b2b1a3c3d3e4976d64b3'
- '7b5be7191aafbea64218dc4916343bbc'
  '868a92bdef148df7f38bfa992b26ce9d'
  '71be9bcd297cb9ce833bbc5d425c0470'
  '3579402002b7302fdf2d146639333efd')
 
-pkgver() {
-  cd $pkgbase-$pkgver
-  svnversion
-}
+#pkgver() {
+#  cd $pkgbase-$pkgver
+#  svnversion
+#}
 
 prepare() {
   cd $pkgbase-$pkgver
-  mv ../ffmpeg-*/ ./ffmpeg
+#  mv ../ffmpeg-*/ ./ffmpeg
 
-  patch -Np0 -i ../cdio-includes.patch
   patch -Np1 -i ../include-samba-4.0.patch
   patch -Np0 -i ../revert-icl-fixes.patch
-  patch -d ffmpeg -Np1 
<../ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
+#  patch -d ffmpeg -Np1 
<../ffmpeg-libvpxenc-remove-some-unused-ctrl-id-mappings.patch
 
   ./version.sh
 }
@@ -68,6 +63,7 @@
 --disable-mga \
 --disable-ass-internal \
 --disable-cdparanoia \
+--disable-ffmpeg_a \
 --enable-xvmc \
 --enable-radio \
 --enable-radio-capture \
@@ -81,7 +77,6 @@
 
 package_mplayer() {
   pkgdesc='Media player for Linux'
-  install=mplayer.install
   backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
   depends=(
 'desktop-file-utils' 'ttf-font' 'enca' 'libxss' 'a52dec' 'libvpx'
@@ -90,7 +85,7 @@
 'opencore-amr' 'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga'
 'fribidi' 'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123'
 'libass' 'libxxf86vm' 'libbluray' 'libcdio-paranoia' 'opus' 'rtmpdump'
-'gsm' 'gnutls' 'libdvdnav'
+'gsm' 'gnutls' 'libdvdnav' 'ffmpeg'
   )
 
   cd $pkgbase-$pkgver
@@ -113,7 +108,7 @@
 'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore'
 'opencore-amr' 'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2'
 'schroedinger' 'mpg123' 'libass' 'libbluray' 'libcdio-paranoia'
-'libvorbis' 'opus' 'rtmpdump' 'gsm' 'libdvdnav'
+'libvorbis' 'opus' 'rtmpdump' 'gsm' 'libdvdnav' 'ffmpeg'
   )
 
   make -C $pkgbase-$pkgver DESTDIR="$pkgdir" install-mencoder 
install-mencoder-man

Deleted: mplayer.install
===
--- mplayer.install 2016-05-04 21:35:19 UTC (rev 266898)
+++ mplayer.install 2016-05-04 21:39:36 UTC (rev 266899)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}


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

2016-05-04 Thread Andreas Radke
Date: Wednesday, May 4, 2016 @ 23:35:19
  Author: andyrtr
Revision: 266898

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

Added:
  gssproxy/repos/testing-i686/
  gssproxy/repos/testing-i686/PKGBUILD
(from rev 266897, gssproxy/trunk/PKGBUILD)
  gssproxy/repos/testing-x86_64/
  gssproxy/repos/testing-x86_64/PKGBUILD
(from rev 266897, gssproxy/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   67 ++
 testing-x86_64/PKGBUILD |   67 ++
 2 files changed, 134 insertions(+)

Copied: gssproxy/repos/testing-i686/PKGBUILD (from rev 266897, 
gssproxy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-04 21:35:19 UTC (rev 266898)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Mantas Mikulėnas 
+
+pkgname=gssproxy
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="GSSAPI Proxy"
+arch=(i686 x86_64)
+url="https://fedorahosted.org/gss-proxy/;
+license=('custom: MIT')
+depends=('krb5' 'popt' 'ding-libs')
+makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen'  'po4a')
+options=('emptydirs')
+backup=('etc/gssproxy/gssproxy.conf' 'etc/gss/mech')
+source=(https://fedorahosted.org/released/gss-proxy/$pkgname-$pkgver.tar.gz)
+sha512sums=('14a50583fa304a667243b470415d107026042871374b69e5c5ff82ceb7ae9fd83532241ac032e79e87cea1706970ea0d552f5fc31a0340e22242f4cc4abd5cf8')
+
+prepare() {
+  cd "$srcdir/gssproxy-$pkgver"
+  # delete unneeded service dependency
+  sed -i "/# GSSPROXY will not be started until syslog is/d" 
systemd/gssproxy.service.in
+  sed -i "/^After=syslog.target/d" systemd/gssproxy.service.in
+  
+  # see http://pkgs.fedoraproject.org/cgit/nfs-utils.git/tree/nfs-utils.spec 
creating symlinks
+  # rpc-gssd.service is nfs-secure.service
+  sed -i "s/nfs-secure.service/rpc-gssd.service/" systemd/gssproxy.service.in
+  # rpc.svcgssd is nfs-secure-server.service
+  sed -i "s/nfs-secure-server.service/rpc-svcgssd.service/" 
systemd/gssproxy.service.in
+}
+
+build() {
+  cd gssproxy-$pkgver
+  # make it find bundled verto from krb5 without its own pkg-config file
+  export VERTO_CFLAGS="-I/usr/include"
+  export VERTO_LIBS="-L/usr/lib -lverto"
+  ./configure --prefix=/usr \
+--sysconfdir=/etc  \
+--with-pubconf-path=/etc/gssproxy \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--without-selinux \
+--with-initscript=systemd 
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  #make -k check
+  make test_proxymech
+}
+
+
+package() {
+  cd gssproxy-$pkgver
+  make DESTDIR=$pkgdir install
+  
+  # cleanup empty directories
+  rm -rf $pkgdir/usr/include
+  rm -rf $pkgdir/usr/share/doc
+
+  install -m644 examples/gssproxy.conf $pkgdir/etc/gssproxy/gssproxy.conf
+  install -m644 examples/mech  $pkgdir/etc/gss/mech
+  
+  install -m755 -d ${pkgdir}/usr/share/licenses/$pkgname
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/
+}

Copied: gssproxy/repos/testing-x86_64/PKGBUILD (from rev 266897, 
gssproxy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-04 21:35:19 UTC (rev 266898)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Mantas Mikulėnas 
+
+pkgname=gssproxy
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="GSSAPI Proxy"
+arch=(i686 x86_64)
+url="https://fedorahosted.org/gss-proxy/;
+license=('custom: MIT')
+depends=('krb5' 'popt' 'ding-libs')
+makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen'  'po4a')
+options=('emptydirs')
+backup=('etc/gssproxy/gssproxy.conf' 'etc/gss/mech')
+source=(https://fedorahosted.org/released/gss-proxy/$pkgname-$pkgver.tar.gz)
+sha512sums=('14a50583fa304a667243b470415d107026042871374b69e5c5ff82ceb7ae9fd83532241ac032e79e87cea1706970ea0d552f5fc31a0340e22242f4cc4abd5cf8')
+
+prepare() {
+  cd "$srcdir/gssproxy-$pkgver"
+  # delete unneeded service dependency
+  sed -i "/# GSSPROXY will not be started until syslog is/d" 
systemd/gssproxy.service.in
+  sed -i "/^After=syslog.target/d" systemd/gssproxy.service.in
+  
+  # see http://pkgs.fedoraproject.org/cgit/nfs-utils.git/tree/nfs-utils.spec 
creating symlinks
+  # rpc-gssd.service is nfs-secure.service
+  sed -i "s/nfs-secure.service/rpc-gssd.service/" systemd/gssproxy.service.in
+  # rpc.svcgssd is nfs-secure-server.service
+  sed -i "s/nfs-secure-server.service/rpc-svcgssd.service/" 
systemd/gssproxy.service.in
+}
+
+build() {
+  cd gssproxy-$pkgver
+  # make it find bundled verto from krb5 without its own pkg-config file
+  export VERTO_CFLAGS="-I/usr/include"
+  export VERTO_LIBS="-L/usr/lib -lverto"
+  ./configure --prefix=/usr \
+--sysconfdir=/etc  \
+--with-pubconf-path=/etc/gssproxy \
+

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

2016-05-04 Thread Andreas Radke
Date: Wednesday, May 4, 2016 @ 23:35:02
  Author: andyrtr
Revision: 266897

upgpkg: gssproxy 0.5.0-1

upstream update 0.5.0

Modified:
  gssproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 21:08:32 UTC (rev 266896)
+++ PKGBUILD2016-05-04 21:35:02 UTC (rev 266897)
@@ -3,7 +3,7 @@
 # Contributor: Mantas Mikulėnas 
 
 pkgname=gssproxy
-pkgver=0.4.1
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="GSSAPI Proxy"
 arch=(i686 x86_64)
@@ -10,11 +10,11 @@
 url="https://fedorahosted.org/gss-proxy/;
 license=('custom: MIT')
 depends=('krb5' 'popt' 'ding-libs')
-makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen' )
+makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen'  'po4a')
 options=('emptydirs')
 backup=('etc/gssproxy/gssproxy.conf' 'etc/gss/mech')
 source=(https://fedorahosted.org/released/gss-proxy/$pkgname-$pkgver.tar.gz)
-sha512sums=('f536075601ec8936ca876d94c9212b8e80c7bd5ee3dff23d04ddcfb90b848a48022f226609d6cd3b6a92d6dbfcbd32b9dddcf45dc8380cb58e5d10e8ef1b7ec5')
+sha512sums=('14a50583fa304a667243b470415d107026042871374b69e5c5ff82ceb7ae9fd83532241ac032e79e87cea1706970ea0d552f5fc31a0340e22242f4cc4abd5cf8')
 
 prepare() {
   cd "$srcdir/gssproxy-$pkgver"
@@ -55,6 +55,7 @@
   cd gssproxy-$pkgver
   make DESTDIR=$pkgdir install
   
+  # cleanup empty directories
   rm -rf $pkgdir/usr/include
   rm -rf $pkgdir/usr/share/doc
 


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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 23:08:32
  Author: arojas
Revision: 266896

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

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

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   44 --
 extra-i686/wget.install   |   20 --
 extra-x86_64/PKGBUILD |   44 --
 extra-x86_64/wget.install |   20 --
 5 files changed, 86 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-04 21:08:01 UTC (rev 266895)
+++ extra-i686/PKGBUILD 2016-05-04 21:08:32 UTC (rev 266896)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=wget
-pkgver=1.17.1
-pkgrel=1
-pkgdesc="A network utility to retrieve files from the Web"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/wget/wget.html;
-license=('GPL3')
-depends=('openssl' 'libidn' 'libutil-linux')
-checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
-optdepends=('ca-certificates: HTTPS downloads')
-backup=('etc/wgetrc')
-install=wget.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('8ae737ab2252607ce708f98d1dd7559ebf047f48'
-  'SKIP')
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  cat >> doc/sample.wgetrc <
+
+pkgname=wget
+pkgver=1.17.1
+pkgrel=2
+pkgdesc="A network utility to retrieve files from the Web"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/wget/wget.html;
+license=('GPL3')
+depends=('openssl' 'libidn' 'libutil-linux')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('8ae737ab2252607ce708f98d1dd7559ebf047f48'
+  'SKIP')
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cat >> doc/sample.wgetrc < /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-04 21:08:01 UTC (rev 266895)
+++ extra-x86_64/PKGBUILD   2016-05-04 21:08:32 UTC (rev 266896)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=wget
-pkgver=1.17.1
-pkgrel=1
-pkgdesc="A network utility to retrieve files from the Web"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/wget/wget.html;
-license=('GPL3')
-depends=('openssl' 'libidn' 'libutil-linux')
-checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
-optdepends=('ca-certificates: HTTPS downloads')
-backup=('etc/wgetrc')
-install=wget.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('8ae737ab2252607ce708f98d1dd7559ebf047f48'
-  'SKIP')
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  cat >> doc/sample.wgetrc <
+
+pkgname=wget
+pkgver=1.17.1
+pkgrel=2
+pkgdesc="A network utility to retrieve files from the Web"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/wget/wget.html;
+license=('GPL3')
+depends=('openssl' 'libidn' 'libutil-linux')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('8ae737ab2252607ce708f98d1dd7559ebf047f48'
+  'SKIP')
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cat >> doc/sample.wgetrc < /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}


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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 23:08:01
  Author: arojas
Revision: 266895

Hooks

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 21:00:06 UTC (rev 266894)
+++ PKGBUILD2016-05-04 21:08:01 UTC (rev 266895)
@@ -3,7 +3,7 @@
 
 pkgname=wget
 pkgver=1.17.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A network utility to retrieve files from the Web"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/wget/wget.html;
@@ -12,7 +12,6 @@
 checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
 optdepends=('ca-certificates: HTTPS downloads')
 backup=('etc/wgetrc')
-install=wget.install
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
 sha1sums=('8ae737ab2252607ce708f98d1dd7559ebf047f48'
   'SKIP')

Deleted: wget.install
===
--- wget.install2016-05-04 21:00:06 UTC (rev 266894)
+++ wget.install2016-05-04 21:08:01 UTC (rev 266895)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(wget.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}


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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 23:00:06
  Author: arojas
Revision: 266894

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

Added:
  flashplugin/repos/extra-i686/PKGBUILD
(from rev 266893, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-i686/flashplugin.install
(from rev 266893, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-i686/mms.cfg
(from rev 266893, flashplugin/trunk/mms.cfg)
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 266893, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-x86_64/flashplugin.install
(from rev 266893, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-x86_64/mms.cfg
(from rev 266893, flashplugin/trunk/mms.cfg)
Deleted:
  flashplugin/repos/extra-i686/PKGBUILD
  flashplugin/repos/extra-i686/flashplugin.install
  flashplugin/repos/extra-i686/mms.cfg
  flashplugin/repos/extra-x86_64/PKGBUILD
  flashplugin/repos/extra-x86_64/flashplugin.install
  flashplugin/repos/extra-x86_64/mms.cfg

--+
 /PKGBUILD|   88 +
 /flashplugin.install |   26 ++
 /mms.cfg |4 +
 extra-i686/PKGBUILD  |   44 --
 extra-i686/flashplugin.install   |   14 -
 extra-i686/mms.cfg   |2 
 extra-x86_64/PKGBUILD|   44 --
 extra-x86_64/flashplugin.install |   14 -
 extra-x86_64/mms.cfg |2 
 9 files changed, 118 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-04 20:59:28 UTC (rev 266893)
+++ extra-i686/PKGBUILD 2016-05-04 21:00:06 UTC (rev 266894)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Andrea Scarpino 
-
-pkgname=flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.616
-pkgrel=1
-pkgdesc='Adobe Flash Player'
-url='http://get.adobe.com/flashplayer'
-arch=('i686' 'x86_64')
-depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
-optdepends=('libvdpau: GPU acceleration on Nvidia card')
-provides=('flashplayer')
-license=('custom')
-options=(!strip)
-install=flashplugin.install
-backup=(etc/adobe/mms.cfg)
-source=(http://www.adobe.com/products/eulas/pdfs/${_licensefile}
-mms.cfg)
-source_i686=(flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz)
-source_x86_64=(flashplugin_$pkgver.x86_64.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz)
-md5sums=('94ca2aecb409abfe36494d1a7ec7591d'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-md5sums_i686=('489771efdee853e534d1025fba036f51')
-md5sums_x86_64=('18271ef4389464f5236e415a8f140872')
-
-package () {
-install -Dm755 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
-if [ "$CARCH" = x86_64 ]; then
-install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so 
"$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so"
-else
-install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so 
"$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so"
-fi
-install -Dm755 usr/bin/flash-player-properties 
"$pkgdir/usr/bin/flash-player-properties"
-for i in 16x16 22x22 24x24 32x32 48x48; do
-install -Dm644 
usr/share/icons/hicolor/$i/apps/flash-player-properties.png \
-
"$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png"
-done
-install -Dm644 usr/share/applications/flash-player-properties.desktop 
"$pkgdir/usr/share/applications/flash-player-properties.desktop"
-install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop 
"$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop"
-install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
-install -Dm644 mms.cfg "$pkgdir/etc/adobe/mms.cfg"
-}

Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 266893, 
flashplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-04 21:00:06 UTC (rev 266894)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.616
+pkgrel=2
+pkgdesc='Adobe Flash Player'
+url='http://get.adobe.com/flashplayer'
+arch=('i686' 'x86_64')
+depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
+optdepends=('libvdpau: GPU acceleration on Nvidia card')
+provides=('flashplayer')
+license=('custom')
+options=(!strip)
+install=flashplugin.install

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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 22:59:28
  Author: arojas
Revision: 266893

Hooks

Modified:
  flashplugin/trunk/PKGBUILD
  flashplugin/trunk/flashplugin.install

-+
 PKGBUILD|2 +-
 flashplugin.install |1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 20:54:06 UTC (rev 266892)
+++ PKGBUILD2016-05-04 20:59:28 UTC (rev 266893)
@@ -5,7 +5,7 @@
 pkgname=flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
 pkgver=11.2.202.616
-pkgrel=1
+pkgrel=2
 pkgdesc='Adobe Flash Player'
 url='http://get.adobe.com/flashplayer'
 arch=('i686' 'x86_64')

Modified: flashplugin.install
===
--- flashplugin.install 2016-05-04 20:54:06 UTC (rev 266892)
+++ flashplugin.install 2016-05-04 20:59:28 UTC (rev 266893)
@@ -1,5 +1,4 @@
 post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 echo " >> "
 echo " >> If you have an NVIDIA card that supports libvdpau or Broadcom 
Crystal HD chips,"
 echo " >> uncomment EnableLinuxHWVideoDecode=1 from /etc/adobe/mms.cfg."


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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 22:54:06
  Author: arojas
Revision: 266892

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

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

-+
 /PKGBUILD   |   54 ++
 extra-i686/PKGBUILD |   28 -
 extra-i686/kdiff3.install   |   11 
 extra-x86_64/PKGBUILD   |   28 -
 extra-x86_64/kdiff3.install |   11 
 5 files changed, 54 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-04 20:53:36 UTC (rev 266891)
+++ extra-i686/PKGBUILD 2016-05-04 20:54:06 UTC (rev 266892)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=kdiff3
-pkgver=0.9.98
-pkgrel=4
-pkgdesc="A KDE file comparator/merge tool"
-arch=('i686' 'x86_64')
-url="http://kdiff3.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'kdebase-lib' 'docbook-xml')
-optdepends=('kdebase-lib: for the plugin')
-install=kdiff3.install
-source=(http://downloads.sourceforge.net/sourceforge/kdiff3/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('1390b4ca9c58316de49cb0aabb433f14ebf2dc3f')
-
-build() {
-  mkdir ${pkgname}-${pkgver}/release
-  cd ${pkgname}-${pkgver}/release
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/release
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdiff3/repos/extra-i686/PKGBUILD (from rev 266891, 
kdiff3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-04 20:54:06 UTC (rev 266892)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=kdiff3
+pkgver=0.9.98
+pkgrel=5
+pkgdesc="A KDE file comparator/merge tool"
+arch=('i686' 'x86_64')
+url="http://kdiff3.sourceforge.net/;
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'kdebase-lib' 'docbook-xml')
+optdepends=('kdebase-lib: for the plugin')
+source=(http://downloads.sourceforge.net/sourceforge/kdiff3/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('1390b4ca9c58316de49cb0aabb433f14ebf2dc3f')
+
+build() {
+  mkdir ${pkgname}-${pkgver}/release
+  cd ${pkgname}-${pkgver}/release
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/release
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdiff3.install
===
--- extra-i686/kdiff3.install   2016-05-04 20:53:36 UTC (rev 266891)
+++ extra-i686/kdiff3.install   2016-05-04 20:54:06 UTC (rev 266892)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-04 20:53:36 UTC (rev 266891)
+++ extra-x86_64/PKGBUILD   2016-05-04 20:54:06 UTC (rev 266892)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=kdiff3
-pkgver=0.9.98
-pkgrel=4
-pkgdesc="A KDE file comparator/merge tool"
-arch=('i686' 'x86_64')
-url="http://kdiff3.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'kdebase-lib' 'docbook-xml')
-optdepends=('kdebase-lib: for the plugin')
-install=kdiff3.install
-source=(http://downloads.sourceforge.net/sourceforge/kdiff3/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('1390b4ca9c58316de49cb0aabb433f14ebf2dc3f')
-
-build() {
-  mkdir ${pkgname}-${pkgver}/release
-  cd ${pkgname}-${pkgver}/release
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/release
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdiff3/repos/extra-x86_64/PKGBUILD (from rev 266891, 
kdiff3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-04 20:54:06 UTC (rev 266892)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=kdiff3
+pkgver=0.9.98
+pkgrel=5
+pkgdesc="A KDE file comparator/merge tool"
+arch=('i686' 'x86_64')
+url="http://kdiff3.sourceforge.net/;
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'kdebase-lib' 'docbook-xml')
+optdepends=('kdebase-lib: for the plugin')

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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 22:53:36
  Author: arojas
Revision: 266891

Hooks

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

+
 PKGBUILD   |3 +--
 kdiff3.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 20:48:57 UTC (rev 266890)
+++ PKGBUILD2016-05-04 20:53:36 UTC (rev 266891)
@@ -3,7 +3,7 @@
 
 pkgname=kdiff3
 pkgver=0.9.98
-pkgrel=4
+pkgrel=5
 pkgdesc="A KDE file comparator/merge tool"
 arch=('i686' 'x86_64')
 url="http://kdiff3.sourceforge.net/;
@@ -11,7 +11,6 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4' 'kdebase-lib' 'docbook-xml')
 optdepends=('kdebase-lib: for the plugin')
-install=kdiff3.install
 
source=(http://downloads.sourceforge.net/sourceforge/kdiff3/${pkgname}-${pkgver}.tar.gz)
 sha1sums=('1390b4ca9c58316de49cb0aabb433f14ebf2dc3f')
 

Deleted: kdiff3.install
===
--- kdiff3.install  2016-05-04 20:48:57 UTC (rev 266890)
+++ kdiff3.install  2016-05-04 20:53:36 UTC (rev 266891)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 22:48:57
  Author: arojas
Revision: 266890

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

Added:
  k3b/repos/extra-i686/PKGBUILD
(from rev 266889, k3b/trunk/PKGBUILD)
  k3b/repos/extra-i686/k3b-ffmpeg3.patch
(from rev 266889, k3b/trunk/k3b-ffmpeg3.patch)
  k3b/repos/extra-x86_64/PKGBUILD
(from rev 266889, k3b/trunk/PKGBUILD)
  k3b/repos/extra-x86_64/k3b-ffmpeg3.patch
(from rev 266889, k3b/trunk/k3b-ffmpeg3.patch)
Deleted:
  k3b/repos/extra-i686/PKGBUILD
  k3b/repos/extra-i686/k3b-ffmpeg3.patch
  k3b/repos/extra-i686/k3b.install
  k3b/repos/extra-x86_64/PKGBUILD
  k3b/repos/extra-x86_64/k3b-ffmpeg3.patch
  k3b/repos/extra-x86_64/k3b.install

+
 /PKGBUILD  |   90 
 /k3b-ffmpeg3.patch |  276 +++
 extra-i686/PKGBUILD|   46 --
 extra-i686/k3b-ffmpeg3.patch   |  138 ---
 extra-i686/k3b.install |   13 -
 extra-x86_64/PKGBUILD  |   46 --
 extra-x86_64/k3b-ffmpeg3.patch |  138 ---
 extra-x86_64/k3b.install   |   13 -
 8 files changed, 366 insertions(+), 394 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-04 20:48:26 UTC (rev 266889)
+++ extra-i686/PKGBUILD 2016-05-04 20:48:57 UTC (rev 266890)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=k3b
-pkgver=2.0.3a
-pkgrel=5
-epoch=1
-pkgdesc="Feature-rich and easy to handle CD burning application"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/k3b/;
-license=('GPL')
-depends=('kdebase-runtime' 'libkcddb' 'libsamplerate' 'libmad'
- 'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrkit' 'libxft')
-makedepends=('cmake' 'automoc4' 'docbook-xml')
-optdepends=('dvd+rw-tools: for dvd burning support'
-'vcdimager: for vcd burning support'
-'transcode: for advanced mpeg conversion support'
-'emovix: for bootable multimedia cd/dvd support'
-'cdrdao: for disk-at-once (DAO) mode support'
-'cdparanoia: for cd ripping support')
-install=k3b.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz 
k3b-ffmpeg3.patch)
-sha1sums=('f1001db3b5b32ef6bdb827742f1ca357c82b216f'
-  '8ee47b04e92499d484c49e33dd33dabdf53025c9')
-
-prepare() {
-  cd $pkgname-2.0.3
-# Workaround build failure with cmake 3.4
-  sed -e "s|^cmake_minimum_required|#cmake_minimum_required|" -i CMakeLists.txt
-# Fix build with ffmpeg 3.0 (Gentoo)
-  patch -p1 -i ../k3b-ffmpeg3.patch
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-2.0.3 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: k3b/repos/extra-i686/PKGBUILD (from rev 266889, k3b/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-04 20:48:57 UTC (rev 266890)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=k3b
+pkgver=2.0.3a
+pkgrel=6
+epoch=1
+pkgdesc="Feature-rich and easy to handle CD burning application"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/k3b/;
+license=('GPL')
+depends=('kdebase-runtime' 'libkcddb' 'libsamplerate' 'libmad'
+ 'ffmpeg' 'taglib' 'libmpcdec' 'libdvdread' 'cdrkit' 'libxft')
+makedepends=('cmake' 'automoc4' 'docbook-xml')
+optdepends=('dvd+rw-tools: for dvd burning support'
+'vcdimager: for vcd burning support'
+'transcode: for advanced mpeg conversion support'
+'emovix: for bootable multimedia cd/dvd support'
+'cdrdao: for disk-at-once (DAO) mode support'
+'cdparanoia: for cd ripping support')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz 
k3b-ffmpeg3.patch)
+sha1sums=('f1001db3b5b32ef6bdb827742f1ca357c82b216f'
+  '8ee47b04e92499d484c49e33dd33dabdf53025c9')
+
+prepare() {
+  cd $pkgname-2.0.3
+# Workaround build failure with cmake 3.4
+  sed -e "s|^cmake_minimum_required|#cmake_minimum_required|" -i CMakeLists.txt
+# Fix build with ffmpeg 3.0 (Gentoo)
+  patch -p1 -i ../k3b-ffmpeg3.patch
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-2.0.3 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/k3b-ffmpeg3.patch
===
--- extra-i686/k3b-ffmpeg3.patch2016-05-04 20:48:26 UTC (rev 266889)
+++ extra-i686/k3b-ffmpeg3.patch2016-05-04 20:48:57 UTC (rev 266890)
@@ -1,138 +0,0 @@
-From 52d3d64863d2fab4128f524870851f18f5cae1fc Mon Sep 17 00:00:00 2001
-From: 

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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 22:48:26
  Author: arojas
Revision: 266889

Hooks

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

-+
 PKGBUILD|3 +--
 k3b.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 20:33:21 UTC (rev 266888)
+++ PKGBUILD2016-05-04 20:48:26 UTC (rev 266889)
@@ -3,7 +3,7 @@
 
 pkgname=k3b
 pkgver=2.0.3a
-pkgrel=5
+pkgrel=6
 epoch=1
 pkgdesc="Feature-rich and easy to handle CD burning application"
 arch=('i686' 'x86_64')
@@ -18,7 +18,6 @@
 'emovix: for bootable multimedia cd/dvd support'
 'cdrdao: for disk-at-once (DAO) mode support'
 'cdparanoia: for cd ripping support')
-install=k3b.install
 source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.xz 
k3b-ffmpeg3.patch)
 sha1sums=('f1001db3b5b32ef6bdb827742f1ca357c82b216f'
   '8ee47b04e92499d484c49e33dd33dabdf53025c9')

Deleted: k3b.install
===
--- k3b.install 2016-05-04 20:33:21 UTC (rev 266888)
+++ k3b.install 2016-05-04 20:48:26 UTC (rev 266889)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-mime-database usr/share/mime  &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}


[arch-commits] Commit in gitlab/repos (68 files)

2016-05-04 Thread Sven-Hendrik Haase
Date: Wednesday, May 4, 2016 @ 22:36:56
  Author: svenstaro
Revision: 173769

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

Added:
  gitlab/repos/community-i686/PKGBUILD
(from rev 173768, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-i686/apache-ssl.conf.example
(from rev 173768, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-i686/apache.conf.example
(from rev 173768, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
(from rev 173768, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-i686/apache2.2.conf.example
(from rev 173768, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-i686/gitlab-backup.service
(from rev 173768, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-i686/gitlab-backup.timer
(from rev 173768, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-i686/gitlab-mailroom.service
(from rev 173768, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-i686/gitlab-sidekiq.service
(from rev 173768, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-i686/gitlab-unicorn.service
(from rev 173768, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-i686/gitlab.install
(from rev 173768, gitlab/trunk/gitlab.install)
  gitlab/repos/community-i686/gitlab.logrotate
(from rev 173768, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-i686/gitlab.target
(from rev 173768, gitlab/trunk/gitlab.target)
  gitlab/repos/community-i686/gitlab.tmpfiles.d
(from rev 173768, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-i686/lighttpd.conf.example
(from rev 173768, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-i686/nginx-ssl.conf.example
(from rev 173768, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-i686/nginx.conf.example
(from rev 173768, gitlab/trunk/nginx.conf.example)
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 173768, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/apache-ssl.conf.example
(from rev 173768, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-x86_64/apache.conf.example
(from rev 173768, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
(from rev 173768, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-x86_64/apache2.2.conf.example
(from rev 173768, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 173768, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 173768, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 173768, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 173768, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 173768, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 173768, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 173768, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 173768, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 173768, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 173768, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
(from rev 173768, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-x86_64/nginx.conf.example
(from rev 173768, gitlab/trunk/nginx.conf.example)
Deleted:
  gitlab/repos/community-i686/PKGBUILD
  gitlab/repos/community-i686/apache-ssl.conf.example
  gitlab/repos/community-i686/apache.conf.example
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
  gitlab/repos/community-i686/apache2.2.conf.example
  gitlab/repos/community-i686/gitlab-backup.service
  gitlab/repos/community-i686/gitlab-backup.timer
  gitlab/repos/community-i686/gitlab-mailroom.service
  gitlab/repos/community-i686/gitlab-sidekiq.service
  gitlab/repos/community-i686/gitlab-unicorn.service
  gitlab/repos/community-i686/gitlab.install
  gitlab/repos/community-i686/gitlab.logrotate
  gitlab/repos/community-i686/gitlab.target
  gitlab/repos/community-i686/gitlab.tmpfiles.d
  gitlab/repos/community-i686/lighttpd.conf.example
  gitlab/repos/community-i686/nginx-ssl.conf.example
  gitlab/repos/community-i686/nginx.conf.example
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/apache-ssl.conf.example
  gitlab/repos/community-x86_64/apache.conf.example
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
  gitlab/repos/community-x86_64/apache2.2.conf.example
  gitlab/repos/community-x86_64/gitlab-backup.service
  

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

2016-05-04 Thread Sven-Hendrik Haase
Date: Wednesday, May 4, 2016 @ 22:36:24
  Author: svenstaro
Revision: 173768

upgpkg: gitlab 8.7.2-5

Fix paths

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 20:27:02 UTC (rev 173767)
+++ PKGBUILD2016-05-04 20:36:24 UTC (rev 173768)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=8.7.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README;
@@ -146,6 +146,8 @@
 
   ln -fs /etc/webapps/gitlab-shell/secret 
"${pkgdir}${_datadir}/.gitlab_shell_secret"
 
+  sed -i "s|require_relative '../lib|require '${_datadir}/lib|" 
config/application.rb
+  
   # Install config files
   for config_file in application.rb gitlab.yml unicorn.rb resque.yml; do
 mv "config/${config_file}" "${pkgdir}${_etcdir}/"


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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 22:33:21
  Author: arojas
Revision: 266888

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

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

---+
 /PKGBUILD |   64 
 extra-i686/PKGBUILD   |   33 
 extra-i686/help2man.install   |   18 ---
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/help2man.install |   18 ---
 5 files changed, 64 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-04 20:32:51 UTC (rev 266887)
+++ extra-i686/PKGBUILD 2016-05-04 20:33:21 UTC (rev 266888)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Paul Mattal 
-
-pkgname=help2man
-pkgver=1.47.3
-pkgrel=1
-pkgdesc="Conversion tool to create man files"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/help2man/;
-license=('GPL')
-depends=('perl-locale-gettext')
-install=help2man.install
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('d1d44a7a7b2bd61755a2045d96ecaea0'
- 'SKIP')
-validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: help2man/repos/extra-i686/PKGBUILD (from rev 266887, 
help2man/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-04 20:33:21 UTC (rev 266888)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Paul Mattal 
+
+pkgname=help2man
+pkgver=1.47.3
+pkgrel=2
+pkgdesc="Conversion tool to create man files"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/help2man/;
+license=('GPL')
+depends=('perl-locale-gettext')
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('d1d44a7a7b2bd61755a2045d96ecaea0'
+ 'SKIP')
+validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/help2man.install
===
--- extra-i686/help2man.install 2016-05-04 20:32:51 UTC (rev 266887)
+++ extra-i686/help2man.install 2016-05-04 20:33:21 UTC (rev 266888)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(help2man.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-04 20:32:51 UTC (rev 266887)
+++ extra-x86_64/PKGBUILD   2016-05-04 20:33:21 UTC (rev 266888)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Paul Mattal 
-
-pkgname=help2man
-pkgver=1.47.3
-pkgrel=1
-pkgdesc="Conversion tool to create man files"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/help2man/;
-license=('GPL')
-depends=('perl-locale-gettext')
-install=help2man.install
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('d1d44a7a7b2bd61755a2045d96ecaea0'
- 'SKIP')
-validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: help2man/repos/extra-x86_64/PKGBUILD (from rev 266887, 

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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 22:32:51
  Author: arojas
Revision: 266887

Hooks

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 20:22:57 UTC (rev 266886)
+++ PKGBUILD2016-05-04 20:32:51 UTC (rev 266887)
@@ -4,13 +4,12 @@
 
 pkgname=help2man
 pkgver=1.47.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Conversion tool to create man files"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/help2man/;
 license=('GPL')
 depends=('perl-locale-gettext')
-install=help2man.install
 source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
 md5sums=('d1d44a7a7b2bd61755a2045d96ecaea0'
  'SKIP')

Deleted: help2man.install
===
--- help2man.install2016-05-04 20:22:57 UTC (rev 266886)
+++ help2man.install2016-05-04 20:32:51 UTC (rev 266887)
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(help2man.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
-  done
-}


[arch-commits] Commit in volwheel/repos/community-any (5 files)

2016-05-04 Thread Jelle van der Waa
Date: Wednesday, May 4, 2016 @ 22:27:02
  Author: jelle
Revision: 173767

archrelease: copy trunk to community-any

Added:
  volwheel/repos/community-any/ChangeLog
(from rev 173766, volwheel/trunk/ChangeLog)
  volwheel/repos/community-any/PKGBUILD
(from rev 173766, volwheel/trunk/PKGBUILD)
Deleted:
  volwheel/repos/community-any/ChangeLog
  volwheel/repos/community-any/PKGBUILD
  volwheel/repos/community-any/volwheel.install

--+
 ChangeLog|   34 ++--
 PKGBUILD |   87 ++---
 volwheel.install |   15 -
 3 files changed, 60 insertions(+), 76 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2016-05-04 20:26:56 UTC (rev 173766)
+++ ChangeLog   2016-05-04 20:27:02 UTC (rev 173767)
@@ -1,17 +0,0 @@
-2009-01-02  Alexander Fehr  
-
-  * volwheel-0.2.6-1:
-  New upstream release.
-
-2008-08-25  Alexander Fehr  
-
-  * volwheel-0.2.5-1:
-  New upstream release.
-
-2008-07-09  Alexander Fehr  
-
-  * volwheel-0.2.4-1:
-  New upstream release.
-  Changed url.
-  Removed dependency on gnome-icon-theme.
-  Added ChangeLog.

Copied: volwheel/repos/community-any/ChangeLog (from rev 173766, 
volwheel/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-05-04 20:27:02 UTC (rev 173767)
@@ -0,0 +1,17 @@
+2009-01-02  Alexander Fehr  
+
+  * volwheel-0.2.6-1:
+  New upstream release.
+
+2008-08-25  Alexander Fehr  
+
+  * volwheel-0.2.5-1:
+  New upstream release.
+
+2008-07-09  Alexander Fehr  
+
+  * volwheel-0.2.4-1:
+  New upstream release.
+  Changed url.
+  Removed dependency on gnome-icon-theme.
+  Added ChangeLog.

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-04 20:26:56 UTC (rev 173766)
+++ PKGBUILD2016-05-04 20:27:02 UTC (rev 173767)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Alexander Fehr 
-# Contributor: Olivier Duclos 
-# Maintainer : Daniel J Griffiths 
-
-pkgname=volwheel
-pkgver=0.2.8
-pkgrel=5
-pkgdesc="Tray icon to change volume with the mouse"
-arch=('any')
-url="http://oliwer.net/b/volwheel.html;
-license=('GPL3')
-depends=('perl-gtk2-trayicon' 'hicolor-icon-theme' 'desktop-file-utils')
-optdepends=("alsa-utils: for ALSA support"
-   "oss: for OSS support")
-install=volwheel.install
-source=(http://olwtools.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-md5sums=('aee73416972c4029dfb6a6048dcf0905')
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-# Fix deprecated defined 
-sed -i  's/defined(@ARGV)/@ARGV/g'  volwheel
-
-# Fix paths
-sed -i 's/\/usr\/local/\/usr/g' volwheel
-sed -i 's/${prefix}/\/usr/g' volwheel
-
-install -Dm755 volwheel $pkgdir/usr/bin/$pkgname
-
-install -d $pkgdir/usr/lib/$pkgname
-install -d $pkgdir/usr/share/$pkgname/icons
-
-install -m644 lib/* $pkgdir/usr/lib/$pkgname
-
-cp -r  icons/* $pkgdir/usr/share/$pkgname/icons/
-
-install -Dm644 icons/volwheel.svg 
$pkgdir/usr/share/icons/scalable/apps/$pkgname.svg
-install -Dm644 icons/volwheel.svg 
$pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg
-
-install -Dm644 volwheel.desktop  
$pkgdir/usr/share/applications/volwheel.desktop
-
-}

Copied: volwheel/repos/community-any/PKGBUILD (from rev 173766, 
volwheel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-04 20:27:02 UTC (rev 173767)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Alexander Fehr 
+# Contributor: Olivier Duclos 
+# Maintainer : Daniel J Griffiths 
+
+pkgname=volwheel
+pkgver=0.2.8
+pkgrel=6
+pkgdesc="Tray icon to change volume with the mouse"
+arch=('any')
+url="http://oliwer.net/b/volwheel.html;
+license=('GPL3')
+depends=('perl-gtk2-trayicon' 'hicolor-icon-theme' 'desktop-file-utils')
+optdepends=("alsa-utils: for ALSA support"
+   "oss: for OSS support")
+source=(http://olwtools.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+md5sums=('aee73416972c4029dfb6a6048dcf0905')
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+# Fix deprecated defined 
+sed -i  's/defined(@ARGV)/@ARGV/g'  volwheel
+
+# Fix paths
+sed -i 's/\/usr\/local/\/usr/g' volwheel
+sed -i 's/${prefix}/\/usr/g' volwheel
+
+install -Dm755 volwheel $pkgdir/usr/bin/$pkgname
+
+install -d $pkgdir/usr/lib/$pkgname
+install -d $pkgdir/usr/share/$pkgname/icons
+
+install -m644 lib/* $pkgdir/usr/lib/$pkgname
+
+cp -r  icons/* $pkgdir/usr/share/$pkgname/icons/
+
+install -Dm644 icons/volwheel.svg 
$pkgdir/usr/share/icons/scalable/apps/$pkgname.svg
+  

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

2016-05-04 Thread Jelle van der Waa
Date: Wednesday, May 4, 2016 @ 22:26:56
  Author: jelle
Revision: 173766

upgpkg: volwheel 0.2.8-6

Hooks rebuild

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

--+
 PKGBUILD |3 +--
 volwheel.install |   15 ---
 2 files changed, 1 insertion(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 19:29:16 UTC (rev 173765)
+++ PKGBUILD2016-05-04 20:26:56 UTC (rev 173766)
@@ -5,7 +5,7 @@
 
 pkgname=volwheel
 pkgver=0.2.8
-pkgrel=5
+pkgrel=6
 pkgdesc="Tray icon to change volume with the mouse"
 arch=('any')
 url="http://oliwer.net/b/volwheel.html;
@@ -13,7 +13,6 @@
 depends=('perl-gtk2-trayicon' 'hicolor-icon-theme' 'desktop-file-utils')
 optdepends=("alsa-utils: for ALSA support"
"oss: for OSS support")
-install=volwheel.install
 source=(http://olwtools.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
 md5sums=('aee73416972c4029dfb6a6048dcf0905')
 

Deleted: volwheel.install
===
--- volwheel.install2016-05-04 19:29:16 UTC (rev 173765)
+++ volwheel.install2016-05-04 20:26:56 UTC (rev 173766)
@@ -1,15 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:
-


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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 22:22:57
  Author: arojas
Revision: 266886

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

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

-+
 /PKGBUILD   |   62 ++
 extra-i686/PKGBUILD |   32 -
 extra-i686/basket.install   |   13 
 extra-x86_64/PKGBUILD   |   32 -
 extra-x86_64/basket.install |   13 
 5 files changed, 62 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-04 20:22:25 UTC (rev 266885)
+++ extra-i686/PKGBUILD 2016-05-04 20:22:57 UTC (rev 266886)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: James Rayner 
-# Contributor: lucke 
-
-pkgname=basket
-pkgver=1.81
-pkgrel=6
-pkgdesc="All-purpose notes taker for KDE."
-arch=('i686' 'x86_64')
-url="http://basket.kde.org/;
-depends=('kdelibs' 'gpgme' 'qimageblitz' 'hicolor-icon-theme' 
'kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-license=('GPL')
-source=(http://basket.kde.org/downloads/$pkgname-$pkgver.tar.bz2)
-sha1sums=('209d92048523f341259d79510fa56977690e5dfc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: basket/repos/extra-i686/PKGBUILD (from rev 266885, 
basket/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-04 20:22:57 UTC (rev 266886)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: James Rayner 
+# Contributor: lucke 
+
+pkgname=basket
+pkgver=1.81
+pkgrel=7
+pkgdesc="All-purpose notes taker for KDE."
+arch=('i686' 'x86_64')
+url="http://basket.kde.org/;
+depends=('kdelibs' 'gpgme' 'qimageblitz' 'hicolor-icon-theme' 
'kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+license=('GPL')
+source=(http://basket.kde.org/downloads/$pkgname-$pkgver.tar.bz2)
+sha1sums=('209d92048523f341259d79510fa56977690e5dfc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/basket.install
===
--- extra-i686/basket.install   2016-05-04 20:22:25 UTC (rev 266885)
+++ extra-i686/basket.install   2016-05-04 20:22:57 UTC (rev 266886)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-04 20:22:25 UTC (rev 266885)
+++ extra-x86_64/PKGBUILD   2016-05-04 20:22:57 UTC (rev 266886)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: James Rayner 
-# Contributor: lucke 
-
-pkgname=basket
-pkgver=1.81
-pkgrel=6
-pkgdesc="All-purpose notes taker for KDE."
-arch=('i686' 'x86_64')
-url="http://basket.kde.org/;
-depends=('kdelibs' 'gpgme' 'qimageblitz' 'hicolor-icon-theme' 
'kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-license=('GPL')
-source=(http://basket.kde.org/downloads/$pkgname-$pkgver.tar.bz2)
-sha1sums=('209d92048523f341259d79510fa56977690e5dfc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: basket/repos/extra-x86_64/PKGBUILD (from rev 266885, 
basket/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-04 20:22:57 UTC (rev 266886)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: James Rayner 
+# Contributor: lucke 
+
+pkgname=basket
+pkgver=1.81
+pkgrel=7
+pkgdesc="All-purpose 

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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 22:22:25
  Author: arojas
Revision: 266885

Hooks

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

+
 PKGBUILD   |3 +--
 basket.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 20:20:26 UTC (rev 266884)
+++ PKGBUILD2016-05-04 20:22:25 UTC (rev 266885)
@@ -5,13 +5,12 @@
 
 pkgname=basket
 pkgver=1.81
-pkgrel=6
+pkgrel=7
 pkgdesc="All-purpose notes taker for KDE."
 arch=('i686' 'x86_64')
 url="http://basket.kde.org/;
 depends=('kdelibs' 'gpgme' 'qimageblitz' 'hicolor-icon-theme' 
'kdebase-runtime')
 makedepends=('cmake' 'automoc4')
-install=$pkgname.install
 license=('GPL')
 source=(http://basket.kde.org/downloads/$pkgname-$pkgver.tar.bz2)
 sha1sums=('209d92048523f341259d79510fa56977690e5dfc')

Deleted: basket.install
===
--- basket.install  2016-05-04 20:20:26 UTC (rev 266884)
+++ basket.install  2016-05-04 20:22:25 UTC (rev 266885)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-


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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 22:19:56
  Author: arojas
Revision: 266883

Hooks

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

--+
 PKGBUILD |3 +--
 ktorrent.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 20:13:08 UTC (rev 266882)
+++ PKGBUILD2016-05-04 20:19:56 UTC (rev 266883)
@@ -5,7 +5,7 @@
 
 pkgname=ktorrent
 pkgver=5.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=('i686' 'x86_64')
 url='http://ktorrent.pwsp.net/'
@@ -13,7 +13,6 @@
 depends=('libktorrent' 'kdelibs4support' 'kcmutils' 'knotifyconfig' 'kross')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost' 
'plasma-workspace' 'kdnssd' 'taglib')
 optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin')
-install=${pkgname}.install
 
source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
 sha1sums=('0f20f529ed08a7d13008945e961c637352aa43b6')
 

Deleted: ktorrent.install
===
--- ktorrent.install2016-05-04 20:13:08 UTC (rev 266882)
+++ ktorrent.install2016-05-04 20:19:56 UTC (rev 266883)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-mime-database usr/share/mime &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 22:13:08
  Author: arojas
Revision: 266882

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

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

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   32 ---
 extra-i686/kile.install   |   13 -
 extra-x86_64/PKGBUILD |   32 ---
 extra-x86_64/kile.install |   13 -
 5 files changed, 60 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-04 20:12:28 UTC (rev 266881)
+++ extra-i686/PKGBUILD 2016-05-04 20:13:08 UTC (rev 266882)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=kile
-pkgver=2.1.3
-pkgrel=6
-pkgdesc="A user friendly TeX/LaTeX frontend for KDE"
-arch=("i686" "x86_64")
-license=('GPL2')
-url="http://kile.sourceforge.net/;
-depends=('kdebase-runtime' 'texlive-core' 'kdebase-katepart')
-makedepends=('cmake' 'automoc4')
-optdepends=('kdebase-konsole: embedded terminal')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha1sums=('1a80748d5f01f359b5e5c28140ec90691f0166c5')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kile/repos/extra-i686/PKGBUILD (from rev 266881, kile/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-04 20:13:08 UTC (rev 266882)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=kile
+pkgver=2.1.3
+pkgrel=7
+pkgdesc="A user friendly TeX/LaTeX frontend for KDE"
+arch=("i686" "x86_64")
+license=('GPL2')
+url="http://kile.sourceforge.net/;
+depends=('kdebase-runtime' 'texlive-core' 'kdebase-katepart')
+makedepends=('cmake' 'automoc4')
+optdepends=('kdebase-konsole: embedded terminal')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha1sums=('1a80748d5f01f359b5e5c28140ec90691f0166c5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kile.install
===
--- extra-i686/kile.install 2016-05-04 20:12:28 UTC (rev 266881)
+++ extra-i686/kile.install 2016-05-04 20:13:08 UTC (rev 266882)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-mime-database usr/share/mime &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-04 20:12:28 UTC (rev 266881)
+++ extra-x86_64/PKGBUILD   2016-05-04 20:13:08 UTC (rev 266882)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=kile
-pkgver=2.1.3
-pkgrel=6
-pkgdesc="A user friendly TeX/LaTeX frontend for KDE"
-arch=("i686" "x86_64")
-license=('GPL2')
-url="http://kile.sourceforge.net/;
-depends=('kdebase-runtime' 'texlive-core' 'kdebase-katepart')
-makedepends=('cmake' 'automoc4')
-optdepends=('kdebase-konsole: embedded terminal')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha1sums=('1a80748d5f01f359b5e5c28140ec90691f0166c5')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kile/repos/extra-x86_64/PKGBUILD (from rev 266881, kile/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-04 20:13:08 UTC (rev 266882)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=kile
+pkgver=2.1.3
+pkgrel=7
+pkgdesc="A user friendly 

[arch-commits] Commit in digikam/trunk (PKGBUILD digikam.install kipi-plugins.install)

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 21:52:28
  Author: arojas
Revision: 266879

Hooks

Modified:
  digikam/trunk/PKGBUILD
Deleted:
  digikam/trunk/digikam.install
  digikam/trunk/kipi-plugins.install

--+
 PKGBUILD |8 +++-
 digikam.install  |   12 
 kipi-plugins.install |   12 
 3 files changed, 3 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 19:19:46 UTC (rev 266878)
+++ PKGBUILD2016-05-04 19:52:28 UTC (rev 266879)
@@ -6,7 +6,7 @@
 pkgbase=digikam
 pkgname=('digikam' 'kipi-plugins')
 pkgver=4.14.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Digital photo management application for KDE"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -40,11 +40,10 @@
 
 package_digikam() {
   pkgdesc="Digital photo management application for KDE"
-  depends=('kdebase-runtime' 'kdepimlibs4' 'libgphoto2' 'opencv' 'liblqr'
+  depends=('kdebase-runtime' 'libgphoto2' 'opencv' 'liblqr'
'libkipi4' 'libkexiv2_4' 'libkdcraw4' 'libkface4' 'libkgeomap4' 
'lensfun' 
   'libpgf' 'libbaloo4')
   optdepends=('kipi-plugins: more tools and plugins')
-  install=digikam.install
 
   cd build/core
   make DESTDIR="${pkgdir}" install
@@ -64,7 +63,7 @@
 
 package_kipi-plugins() {
   pkgdesc="A collection of plugins extending the KDE graphics and image 
applications as digiKam"
-  depends=('kdebase-runtime' 'kdepimlibs4' 'libkdcraw4' 'libkipi4' 'libksane4' 
'libkexiv2_4')
+  depends=('kdebase-runtime' 'libkdcraw4' 'libkipi4' 'libksane4' 'libkexiv2_4')
   optdepends=('libkgeomap4: Geolocalize tool'
   'libmediawiki: MediaWiki Export plugin'
   'libkvkontakte: VKontakte.ru Exporter plugin'
@@ -73,7 +72,6 @@
   'imagemagick: Video SlideShow plugin'
  'hugin: panorama tools')
   options=('staticlibs')
-  install=kipi-plugins.install
 
   cd build/extra/kipi-plugins
   make DESTDIR="${pkgdir}" install

Deleted: digikam.install
===
--- digikam.install 2016-05-04 19:19:46 UTC (rev 266878)
+++ digikam.install 2016-05-04 19:52:28 UTC (rev 266879)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Deleted: kipi-plugins.install
===
--- kipi-plugins.install2016-05-04 19:19:46 UTC (rev 266878)
+++ kipi-plugins.install2016-05-04 19:52:28 UTC (rev 266879)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


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

2016-05-04 Thread Jelle van der Waa
Date: Wednesday, May 4, 2016 @ 21:29:16
  Author: jelle
Revision: 173765

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

Added:
  vte3-ng/repos/community-i686/PKGBUILD
(from rev 173764, vte3-ng/trunk/PKGBUILD)
  vte3-ng/repos/community-x86_64/PKGBUILD
(from rev 173764, vte3-ng/trunk/PKGBUILD)
Deleted:
  vte3-ng/repos/community-i686/PKGBUILD
  vte3-ng/repos/community-i686/remove_cursor.patch
  vte3-ng/repos/community-x86_64/PKGBUILD
  vte3-ng/repos/community-x86_64/remove_cursor.patch

--+
 /PKGBUILD|   70 +
 community-i686/PKGBUILD  |   35 
 community-i686/remove_cursor.patch   |   32 ---
 community-x86_64/PKGBUILD|   35 
 community-x86_64/remove_cursor.patch |   32 ---
 5 files changed, 70 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-04 19:29:03 UTC (rev 173764)
+++ community-i686/PKGBUILD 2016-05-04 19:29:16 UTC (rev 173765)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-
-pkgname=vte3-ng
-_basever=0.44.1
-pkgver=$_basever.a
-pkgrel=1
-pkgdesc="Enhanced Virtual Terminal Emulator widget for use with GTK3"
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!emptydirs')
-depends=('gtk3' 'vte-common' 'pcre2')
-makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'gtk-doc' 
'gperf')
-url="https://github.com/thestinger/vte-ng;
-source=("https://github.com/thestinger/vte-ng/archive/$pkgver.tar.gz;)
-md5sums=('c9841e2aa5b299c2b61ac1ab83f64760')
-provides=(vte3=$_basever vte3-select-text=$_basever)
-conflicts=(vte3 vte3-select-text)
-replaces=(vte3-select-text)
-
-build() {
-  cd "vte-ng-$pkgver"
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection
-  make
-}
-
-package() {
-  cd "vte-ng-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir/etc/profile.d/vte.sh"
-}

Copied: vte3-ng/repos/community-i686/PKGBUILD (from rev 173764, 
vte3-ng/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-04 19:29:16 UTC (rev 173765)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Micay 
+
+pkgname=vte3-ng
+_basever=0.44.1
+pkgver=$_basever.b
+pkgrel=1
+pkgdesc="Enhanced Virtual Terminal Emulator widget for use with GTK3"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!emptydirs')
+depends=('gtk3' 'vte-common' 'pcre2')
+makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'gtk-doc' 
'gperf')
+url="https://github.com/thestinger/vte-ng;
+source=("https://github.com/thestinger/vte-ng/archive/$pkgver.tar.gz;)
+md5sums=('e070846470080972a021b1a6cbfac043')
+provides=(vte3=$_basever vte3-select-text=$_basever)
+conflicts=(vte3 vte3-select-text)
+replaces=(vte3-select-text)
+
+build() {
+  cd "vte-ng-$pkgver"
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package() {
+  cd "vte-ng-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir/etc/profile.d/vte.sh"
+}

Deleted: community-i686/remove_cursor.patch
===
--- community-i686/remove_cursor.patch  2016-05-04 19:29:03 UTC (rev 173764)
+++ community-i686/remove_cursor.patch  2016-05-04 19:29:16 UTC (rev 173765)
@@ -1,32 +0,0 @@
-From e5a00b5b71194be9f2881dee67d82c308406dea7 Mon Sep 17 00:00:00 2001
-From: Egmont Koblinger 
-Date: Wed, 30 Mar 2016 10:46:53 +0200
-Subject: [PATCH] widget: Properly remove the cursor from its old position
-
-https://bugzilla.gnome.org/show_bug.cgi?id=764299

- src/vte.cc | 4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/src/vte.cc b/src/vte.cc
-index ce54d89..23f2782 100644
 a/src/vte.cc
-+++ b/src/vte.cc
-@@ -4069,8 +4069,7 @@ VteTerminalPrivate::process_incoming()
- if ((saved_cursor.col != m_screen->cursor.col) ||
- (saved_cursor.row != m_screen->cursor.row)) {
-   /* invalidate the old and new cursor positions */
--// FIXMEchpe shouldn't this be old_cursor_visible with an 
'auto old_cursor_visible = ...'above?
--  if (m_cursor_visible)
-+  if (saved_cursor_visible)
-   invalidate_cell(saved_cursor.col, saved_cursor.row);
-   invalidate_cursor_once();
-   check_cursor_blink();
-@@ -4078,7 +4077,6 @@ VteTerminalPrivate::process_incoming()
-   queue_cursor_moved();
- } else if ((saved_cursor_visible != m_cursor_visible) ||
-   

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

2016-05-04 Thread Jelle van der Waa
Date: Wednesday, May 4, 2016 @ 21:29:03
  Author: jelle
Revision: 173764

upgpkg: vte3-ng 0.44.1.b-1

Fix cursor invalidation bug

Modified:
  vte3-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 19:26:33 UTC (rev 173763)
+++ PKGBUILD2016-05-04 19:29:03 UTC (rev 173764)
@@ -3,7 +3,7 @@
 
 pkgname=vte3-ng
 _basever=0.44.1
-pkgver=$_basever.a
+pkgver=$_basever.b
 pkgrel=1
 pkgdesc="Enhanced Virtual Terminal Emulator widget for use with GTK3"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'gtk-doc' 
'gperf')
 url="https://github.com/thestinger/vte-ng;
 source=("https://github.com/thestinger/vte-ng/archive/$pkgver.tar.gz;)
-md5sums=('c9841e2aa5b299c2b61ac1ab83f64760')
+md5sums=('e070846470080972a021b1a6cbfac043')
 provides=(vte3=$_basever vte3-select-text=$_basever)
 conflicts=(vte3 vte3-select-text)
 replaces=(vte3-select-text)


[arch-commits] Commit in vte3-ng/trunk (remove_cursor.patch)

2016-05-04 Thread Jelle van der Waa
Date: Wednesday, May 4, 2016 @ 21:26:33
  Author: jelle
Revision: 173763

remove unused patch

Deleted:
  vte3-ng/trunk/remove_cursor.patch

-+
 remove_cursor.patch |   32 
 1 file changed, 32 deletions(-)

Deleted: remove_cursor.patch
===
--- remove_cursor.patch 2016-05-04 18:10:37 UTC (rev 173762)
+++ remove_cursor.patch 2016-05-04 19:26:33 UTC (rev 173763)
@@ -1,32 +0,0 @@
-From e5a00b5b71194be9f2881dee67d82c308406dea7 Mon Sep 17 00:00:00 2001
-From: Egmont Koblinger 
-Date: Wed, 30 Mar 2016 10:46:53 +0200
-Subject: [PATCH] widget: Properly remove the cursor from its old position
-
-https://bugzilla.gnome.org/show_bug.cgi?id=764299

- src/vte.cc | 4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/src/vte.cc b/src/vte.cc
-index ce54d89..23f2782 100644
 a/src/vte.cc
-+++ b/src/vte.cc
-@@ -4069,8 +4069,7 @@ VteTerminalPrivate::process_incoming()
- if ((saved_cursor.col != m_screen->cursor.col) ||
- (saved_cursor.row != m_screen->cursor.row)) {
-   /* invalidate the old and new cursor positions */
--// FIXMEchpe shouldn't this be old_cursor_visible with an 
'auto old_cursor_visible = ...'above?
--  if (m_cursor_visible)
-+  if (saved_cursor_visible)
-   invalidate_cell(saved_cursor.col, saved_cursor.row);
-   invalidate_cursor_once();
-   check_cursor_blink();
-@@ -4078,7 +4077,6 @@ VteTerminalPrivate::process_incoming()
-   queue_cursor_moved();
- } else if ((saved_cursor_visible != m_cursor_visible) ||
-(saved_cursor_style != m_cursor_style)) {
--// FIXMEchpe need to invalidate like invalidate_cursor_once() 
just for the saved_cursor coords!
-   invalidate_cell(saved_cursor.col, saved_cursor.row);
-   check_cursor_blink();
-   }


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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 21:19:46
  Author: arojas
Revision: 266878

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

Added:
  amarok/repos/extra-i686/PKGBUILD
(from rev 266877, amarok/trunk/PKGBUILD)
  amarok/repos/extra-i686/taglib_version_detect.patch
(from rev 266877, amarok/trunk/taglib_version_detect.patch)
  amarok/repos/extra-x86_64/PKGBUILD
(from rev 266877, amarok/trunk/PKGBUILD)
  amarok/repos/extra-x86_64/taglib_version_detect.patch
(from rev 266877, amarok/trunk/taglib_version_detect.patch)
Deleted:
  amarok/repos/extra-i686/PKGBUILD
  amarok/repos/extra-i686/amarok.install
  amarok/repos/extra-i686/taglib_version_detect.patch
  amarok/repos/extra-x86_64/PKGBUILD
  amarok/repos/extra-x86_64/amarok.install
  amarok/repos/extra-x86_64/taglib_version_detect.patch

--+
 /PKGBUILD|  106 +
 /taglib_version_detect.patch |   52 ++
 extra-i686/PKGBUILD  |   54 --
 extra-i686/amarok.install|   12 ---
 extra-i686/taglib_version_detect.patch   |   26 ---
 extra-x86_64/PKGBUILD|   54 --
 extra-x86_64/amarok.install  |   12 ---
 extra-x86_64/taglib_version_detect.patch |   26 ---
 8 files changed, 158 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-04 19:19:12 UTC (rev 266877)
+++ extra-i686/PKGBUILD 2016-05-04 19:19:46 UTC (rev 266878)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Andrea Scarpino 
-# Contributor: damir 
-
-pkgname=amarok
-pkgver=2.8.0
-pkgrel=8
-pkgdesc="The powerful music player for KDE"
-arch=("i686" "x86_64")
-url="http://amarok.kde.org/;
-license=('GPL2' 'LGPL2.1' 'FDL')
-depends=('kdebase-runtime' 'mariadb' 'qtscriptgenerator' 'taglib-extras'
-'liblastfm' 'ffmpeg' 'libofa' 'qjson')
-makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
- 'libmygpo-qt' 'mesa' 'clamz')
-optdepends=("libgpod: support for Apple iPod audio devices"
-"libmtp: support for portable media devices"
-"loudmouth: backend needed by mp3tunes for syncing"
-"ifuse: support for Apple iPod Touch and iPhone"
-"libmygpo-qt: gpodder.net Internet Service"
-"clamz: allow to download songs from Amazon.com"
-"gst-libav: MP3 codecs")
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
-taglib_version_detect.patch 
amarok-ffmpeg3.patch::"https://git.reviewboard.kde.org/r/126682/diff/raw/;)
-sha1sums=('e76ccd53c05d57f9457d74cd08c2c41383c00937'
-  '8b2752a0fe78621bdb9ccdb763919ea265b52b06'
-  '819cb060cd9c63b576cc433f835cb4c175b07fd0')
-
-prepare() {
-  mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../taglib_version_detect.patch
-# Fix build against ffmpeg 3.0
-  patch -p1 -i ../amarok-ffmpeg3.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_NepomukCore=OFF \
--DWITH_Soprano=OFF
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: amarok/repos/extra-i686/PKGBUILD (from rev 266877, 
amarok/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-04 19:19:46 UTC (rev 266878)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=amarok
+pkgver=2.8.0
+pkgrel=9
+pkgdesc="The powerful music player for KDE"
+arch=("i686" "x86_64")
+url="http://amarok.kde.org/;
+license=('GPL2' 'LGPL2.1' 'FDL')
+depends=('kdebase-runtime' 'mariadb' 'qtscriptgenerator' 'taglib-extras'
+'liblastfm' 'ffmpeg' 'libofa' 'qjson')
+makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
+ 'libmygpo-qt' 'mesa' 'clamz')
+optdepends=("libgpod: support for Apple iPod audio devices"
+"libmtp: support for portable media devices"
+"loudmouth: backend needed by mp3tunes for syncing"
+"ifuse: support for Apple iPod Touch and iPhone"
+"libmygpo-qt: gpodder.net Internet Service"
+"clamz: allow to download songs from Amazon.com"
+"gst-libav: MP3 codecs")
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
+taglib_version_detect.patch 
amarok-ffmpeg3.patch::"https://git.reviewboard.kde.org/r/126682/diff/raw/;)

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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 21:19:12
  Author: arojas
Revision: 266877

Hooks

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

+
 PKGBUILD   |3 +--
 amarok.install |   12 
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 18:15:22 UTC (rev 266876)
+++ PKGBUILD2016-05-04 19:19:12 UTC (rev 266877)
@@ -5,7 +5,7 @@
 
 pkgname=amarok
 pkgver=2.8.0
-pkgrel=8
+pkgrel=9
 pkgdesc="The powerful music player for KDE"
 arch=("i686" "x86_64")
 url="http://amarok.kde.org/;
@@ -21,7 +21,6 @@
 "libmygpo-qt: gpodder.net Internet Service"
 "clamz: allow to download songs from Amazon.com"
 "gst-libav: MP3 codecs")
-install="${pkgname}.install"
 
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;
 taglib_version_detect.patch 
amarok-ffmpeg3.patch::"https://git.reviewboard.kde.org/r/126682/diff/raw/;)
 sha1sums=('e76ccd53c05d57f9457d74cd08c2c41383c00937'

Deleted: amarok.install
===
--- amarok.install  2016-05-04 18:15:22 UTC (rev 266876)
+++ amarok.install  2016-05-04 19:19:12 UTC (rev 266877)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


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

2016-05-04 Thread Andreas Radke
Date: Wednesday, May 4, 2016 @ 20:15:22
  Author: andyrtr
Revision: 266876

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

Added:
  xterm/repos/extra-i686/LICENSE
(from rev 266875, xterm/trunk/LICENSE)
  xterm/repos/extra-i686/PKGBUILD
(from rev 266875, xterm/trunk/PKGBUILD)
  xterm/repos/extra-x86_64/LICENSE
(from rev 266875, xterm/trunk/LICENSE)
  xterm/repos/extra-x86_64/PKGBUILD
(from rev 266875, xterm/trunk/PKGBUILD)
Deleted:
  xterm/repos/extra-i686/LICENSE
  xterm/repos/extra-i686/PKGBUILD
  xterm/repos/extra-x86_64/LICENSE
  xterm/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  146 
 /PKGBUILD |  126 +
 extra-i686/LICENSE|   73 
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/LICENSE  |   73 
 extra-x86_64/PKGBUILD |   62 
 6 files changed, 272 insertions(+), 270 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2016-05-04 18:15:04 UTC (rev 266875)
+++ extra-i686/LICENSE  2016-05-04 18:15:22 UTC (rev 266876)
@@ -1,73 +0,0 @@
-/***
-
-Copyright 2002-2008,2009 by Thomas E. Dickey
-
-All Rights Reserved
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name(s) of the above copyright
-holders shall not be used in advertising or otherwise to promote the
-sale, use or other dealings in this Software without prior written
-authorization.
-
-Copyright 1987, 1988  The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-
-Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
-
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Digital not be used in
-advertising or publicity pertaining to distribution of the software
-without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-**/

Copied: xterm/repos/extra-i686/LICENSE 

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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 20:10:37
  Author: arojas
Revision: 173762

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

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

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   45 -
 community-i686/kadu.install   |   12 -
 community-x86_64/PKGBUILD |   45 -
 community-x86_64/kadu.install |   12 -
 5 files changed, 84 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-04 18:10:06 UTC (rev 173761)
+++ community-i686/PKGBUILD 2016-05-04 18:10:37 UTC (rev 173762)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych
-# Contributor: Jaroslaw Swierczynski 
-
-pkgname=kadu
-pkgver=3.0
-pkgrel=1
-pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
-arch=('i686' 'x86_64')
-url='http://www.kadu.net/'
-license=('GPL')
-depends=('libgadu' 'libxss' 'enchant' 'phonon-qt5' 'qca-qt5'
- 'libmpdclient' 'libotr' 'libarchive' 'injeqt' 'xdg-utils' 
'qt5-multimedia'
- 'qt5-x11extras' 'qt5-svg' 'qt5-script' 'qt5-webkit' 
'hicolor-icon-theme')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja'
- 'qt5-tools' 'qxmpp')
-optdepends=('qxmpp: Jabber protocol')
-install=kadu.install
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('9d42c16682b338c14e6a912efd739447'
- '289814966b21db02efab4125eec41b74'
- '961d79dbbf5ec5827b8cda424773b9c8')
-
-prepare() {
-  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
-  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
-}
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--GNinja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" LIBDIR=/usr/lib ninja -C build install
-  chrpath -d "$pkgdir"/usr/lib/kadu/plugins/*.so
-}

Copied: kadu/repos/community-i686/PKGBUILD (from rev 173761, 
kadu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-04 18:10:37 UTC (rev 173762)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski 
+
+pkgname=kadu
+pkgver=3.0
+pkgrel=2
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+depends=('libgadu' 'libxss' 'enchant' 'phonon-qt5' 'qca-qt5'
+ 'libmpdclient' 'libotr' 'libarchive' 'injeqt' 'xdg-utils' 
'qt5-multimedia'
+ 'qt5-x11extras' 'qt5-svg' 'qt5-script' 'qt5-webkit' 
'hicolor-icon-theme')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja'
+ 'qt5-tools' 'qxmpp')
+optdepends=('qxmpp: Jabber protocol')
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('9d42c16682b338c14e6a912efd739447')
+
+prepare() {
+  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
+  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
+}
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-GNinja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" LIBDIR=/usr/lib ninja -C build install
+  chrpath -d "$pkgdir"/usr/lib/kadu/plugins/*.so
+}

Deleted: community-i686/kadu.install
===
--- community-i686/kadu.install 2016-05-04 18:10:06 UTC (rev 173761)
+++ community-i686/kadu.install 2016-05-04 18:10:37 UTC (rev 173762)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-04 18:10:06 UTC (rev 173761)
+++ community-x86_64/PKGBUILD   2016-05-04 18:10:37 UTC (rev 173762)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych
-# Contributor: Jaroslaw Swierczynski 

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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 20:10:06
  Author: arojas
Revision: 173761

Hooks

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

--+
 PKGBUILD |7 ++-
 kadu.install |   12 
 2 files changed, 2 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 17:22:50 UTC (rev 173760)
+++ PKGBUILD2016-05-04 18:10:06 UTC (rev 173761)
@@ -5,7 +5,7 @@
 
 pkgname=kadu
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
 arch=('i686' 'x86_64')
 url='http://www.kadu.net/'
@@ -16,11 +16,8 @@
 makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja'
  'qt5-tools' 'qxmpp')
 optdepends=('qxmpp: Jabber protocol')
-install=kadu.install
 source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
-md5sums=('9d42c16682b338c14e6a912efd739447'
- '289814966b21db02efab4125eec41b74'
- '961d79dbbf5ec5827b8cda424773b9c8')
+md5sums=('9d42c16682b338c14e6a912efd739447')
 
 prepare() {
   sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake

Deleted: kadu.install
===
--- kadu.install2016-05-04 17:22:50 UTC (rev 173760)
+++ kadu.install2016-05-04 18:10:06 UTC (rev 173761)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-


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

2016-05-04 Thread Antonio Rojas
Date: Wednesday, May 4, 2016 @ 20:09:12
  Author: arojas
Revision: 266873

Hooks

Modified:
  vlc/trunk/PKGBUILD
  vlc/trunk/vlc.install

-+
 PKGBUILD|2 +-
 vlc.install |7 ---
 2 files changed, 1 insertion(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 17:57:42 UTC (rev 266872)
+++ PKGBUILD2016-05-04 18:09:12 UTC (rev 266873)
@@ -5,7 +5,7 @@
 
 pkgname=vlc
 pkgver=2.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player"
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/;

Modified: vlc.install
===
--- vlc.install 2016-05-04 17:57:42 UTC (rev 266872)
+++ vlc.install 2016-05-04 18:09:12 UTC (rev 266873)
@@ -1,7 +1,5 @@
 post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
 usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins
-update-desktop-database -q
 }
 
 post_upgrade() {
@@ -11,8 +9,3 @@
 pre_remove() {
 rm -f usr/lib/vlc/plugins/plugins-*.dat
 }
-
-post_remove() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}


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

2016-05-04 Thread Florian Pritz
Date: Wednesday, May 4, 2016 @ 19:46:23
  Author: bluewind
Revision: 266870

upgpkg: pacman-mirrorlist 20160504-1

upstream update

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 16:54:08 UTC (rev 266869)
+++ PKGBUILD2016-05-04 17:46:23 UTC (rev 266870)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee <d...@archlinux.org>
 
 pkgname=pacman-mirrorlist
-pkgver=20160502
+pkgver=20160504
 pkgrel=1
 pkgdesc="Arch Linux mirror list for use by pacman"
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('cb2882156ac5e985a70461851ad13922')
-sha256sums=('5d31e010ef6e7a2668b692b20069e436eea2c0c88ba897f34614bdb3703a4e79')
+md5sums=('ce872c4d600170df2afe09811a490c16')
+sha256sums=('8dafeed38c6bd6668d9391ed52dc24745009d33677962a935d4c3d6dc453b054')

Modified: mirrorlist
===
--- mirrorlist  2016-05-04 16:54:08 UTC (rev 266869)
+++ mirrorlist  2016-05-04 17:46:23 UTC (rev 266870)
@@ -1,6 +1,6 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2016-05-02
+## Generated on 2016-05-04
 ##
 
 ## Worldwide
@@ -108,6 +108,7 @@
 #Server = http://archlinux.de-labrusse.fr/$repo/os/$arch
 #Server = http://mirror.archlinux.ikoula.com/archlinux/$repo/os/$arch
 #Server = http://archlinux.vi-di.fr/$repo/os/$arch
+#Server = https://archlinux.vi-di.fr/$repo/os/$arch
 #Server = http://mirror.armbrust.me/archlinux/$repo/os/$arch
 #Server = https://mirror.armbrust.me/archlinux/$repo/os/$arch
 #Server = http://mir.art-software.fr/arch/$repo/os/$arch
@@ -165,6 +166,7 @@
 #Server = https://archlinux.honkgong.info/$repo/os/$arch
 #Server = http://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/$arch
 #Server = http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/$arch
+#Server = http://archlinux.mirror.iphh.net/$repo/os/$arch
 #Server = http://arch.jensgutermuth.de/$repo/os/$arch
 #Server = https://arch.jensgutermuth.de/$repo/os/$arch
 #Server = http://mirror.js-webcoding.de/pub/archlinux/$repo/os/$arch
@@ -173,6 +175,7 @@
 #Server = https://k42.ch/mirror/archlinux/$repo/os/$arch
 #Server = http://mirror.de.leaseweb.net/archlinux/$repo/os/$arch
 #Server = http://mirror.metalgamer.eu/archlinux/$repo/os/$arch
+#Server = https://mirror.metalgamer.eu/archlinux/$repo/os/$arch
 #Server = http://mirror.michael-eckert.net/archlinux/$repo/os/$arch
 #Server = http://archlinux.my-universe.com/$repo/os/$arch
 #Server = https://archlinux.my-universe.com/$repo/os/$arch
@@ -179,6 +182,7 @@
 #Server = http://mirrors.n-ix.net/archlinux/$repo/os/$arch
 #Server = http://mirror.netcologne.de/archlinux/$repo/os/$arch
 #Server = http://mirrors.niyawe.de/archlinux/$repo/os/$arch
+#Server = https://mirrors.niyawe.de/archlinux/$repo/os/$arch
 #Server = http://mirror.pseudoform.org/$repo/os/$arch
 #Server = https://mirror.pseudoform.org/$repo/os/$arch
 #Server = http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch


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

2016-05-04 Thread Florian Pritz
Date: Wednesday, May 4, 2016 @ 19:46:27
  Author: bluewind
Revision: 266871

archrelease: copy trunk to core-any

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

+
 PKGBUILD   |   62 ++--
 mirrorlist |  882 +--
 upgpkg |8 
 3 files changed, 478 insertions(+), 474 deletions(-)

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


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

2016-05-04 Thread Jakob Gruber
Date: Wednesday, May 4, 2016 @ 19:22:43
  Author: schuay
Revision: 173759

archrelease: copy trunk to community-i686

Added:
  shntool/repos/community-i686/PKGBUILD
(from rev 173758, shntool/trunk/PKGBUILD)
  shntool/repos/community-i686/shntool-3.0.10-large-size.diff
(from rev 173758, shntool/trunk/shntool-3.0.10-large-size.diff)
  shntool/repos/community-i686/shntool-3.0.10-large-times.diff
(from rev 173758, shntool/trunk/shntool-3.0.10-large-times.diff)
Deleted:
  shntool/repos/community-i686/PKGBUILD

-+
 PKGBUILD|   86 +++---
 shntool-3.0.10-large-size.diff  |   22 +
 shntool-3.0.10-large-times.diff |   39 +
 3 files changed, 104 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-04 17:22:31 UTC (rev 173758)
+++ PKGBUILD2016-05-04 17:22:43 UTC (rev 173759)
@@ -1,43 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Michal Hybner 
-
-pkgname=shntool
-pkgver=3.0.10
-pkgrel=4
-pkgdesc="A multi-purpose WAVE data processing and reporting utility"
-arch=('i686' 'x86_64')
-url="http://www.etree.org/shnutils/shntool/;
-license=('GPL')
-options=(!emptydirs)
-depends=('glibc')
-optdepends=('mac: support for ape format'
-'flac: support for flac format'
-'wavpack: support for wv format')
-source=("http://www.etree.org/shnutils/shntool/dist/src/${pkgname}-${pkgver}.tar.gz;
-'shntool-3.0.10-large-size.diff'
-'shntool-3.0.10-large-times.diff')
-
-# Patches taken from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684600
-
-prepare() {
-   cd "${srcdir}"/${pkgname}-${pkgver}
-  patch -Np1 < "${srcdir}/shntool-3.0.10-large-size.diff"
-  patch -Np1 < "${srcdir}/shntool-3.0.10-large-times.diff"
-}
-
-build() {
-   cd "${srcdir}"/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}"/${pkgname}-${pkgver}
-   make DESTDIR="${pkgdir}" install
-}
-
-md5sums=('5d41f8f42c3c15e3145a7a43539c3eae'
- '4265935ef1d684a4b49041278ffda7de'
- '6f0d61ddbf8cbee5c0b51a99e987ddda')
-
-# vim:set ts=2 sw=2 et:

Copied: shntool/repos/community-i686/PKGBUILD (from rev 173758, 
shntool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-04 17:22:43 UTC (rev 173759)
@@ -0,0 +1,43 @@
+# Maintainer: schuay 
+# Contributor: Michal Hybner 
+
+pkgname=shntool
+pkgver=3.0.10
+pkgrel=4
+pkgdesc="A multi-purpose WAVE data processing and reporting utility"
+arch=('i686' 'x86_64')
+url="http://www.etree.org/shnutils/shntool/;
+license=('GPL')
+options=(!emptydirs)
+depends=('glibc')
+optdepends=('mac: support for ape format'
+'flac: support for flac format'
+'wavpack: support for wv format')
+source=("http://www.etree.org/shnutils/shntool/dist/src/${pkgname}-${pkgver}.tar.gz;
+'shntool-3.0.10-large-size.diff'
+'shntool-3.0.10-large-times.diff')
+
+# Patches taken from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684600
+
+prepare() {
+   cd "${srcdir}"/${pkgname}-${pkgver}
+  patch -Np1 < "${srcdir}/shntool-3.0.10-large-size.diff"
+  patch -Np1 < "${srcdir}/shntool-3.0.10-large-times.diff"
+}
+
+build() {
+   cd "${srcdir}"/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}"/${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('5d41f8f42c3c15e3145a7a43539c3eae'
+ '4265935ef1d684a4b49041278ffda7de'
+ '6f0d61ddbf8cbee5c0b51a99e987ddda')
+
+# vim:set ts=2 sw=2 et:

Copied: shntool/repos/community-i686/shntool-3.0.10-large-size.diff (from rev 
173758, shntool/trunk/shntool-3.0.10-large-size.diff)
===
--- shntool-3.0.10-large-size.diff  (rev 0)
+++ shntool-3.0.10-large-size.diff  2016-05-04 17:22:43 UTC (rev 173759)
@@ -0,0 +1,22 @@
+diff -aur shntool-3.0.10-clean/src/core_fileio.c 
shntool-3.0.10-size/src/core_fileio.c
+--- shntool-3.0.10-clean/src/core_fileio.c 2009-03-11 17:18:01.0 
+
 shntool-3.0.10-size/src/core_fileio.c  2012-08-11 17:20:14.0 
+0100
+@@ -110,10 +110,16 @@
+   buf[4] = 0;
+ 
+   if (be_val)
+-*be_val = (buf[0] << 24) | (buf[1] << 16) | (buf[2] << 8) | buf[3];
++*be_val = (((unsigned long)buf[0]) << 24)
++  | (((unsigned long)buf[1]) << 16)
++  | (((unsigned long)buf[2]) << 8)
++  | ((unsigned long)buf[3]);
+ 
+   if (le_val)
+-*le_val = (buf[3] << 24) | (buf[2] << 16) | (buf[1] << 8) | buf[0];
++*le_val = (((unsigned long)buf[3]) << 24)
++  | (((unsigned long)buf[2]) << 16)
++ 

[arch-commits] Commit in shntool/repos/community-x86_64 (4 files)

2016-05-04 Thread Jakob Gruber
Date: Wednesday, May 4, 2016 @ 19:22:50
  Author: schuay
Revision: 173760

archrelease: copy trunk to community-x86_64

Added:
  shntool/repos/community-x86_64/PKGBUILD
(from rev 173759, shntool/trunk/PKGBUILD)
  shntool/repos/community-x86_64/shntool-3.0.10-large-size.diff
(from rev 173759, shntool/trunk/shntool-3.0.10-large-size.diff)
  shntool/repos/community-x86_64/shntool-3.0.10-large-times.diff
(from rev 173759, shntool/trunk/shntool-3.0.10-large-times.diff)
Deleted:
  shntool/repos/community-x86_64/PKGBUILD

-+
 PKGBUILD|   86 +++---
 shntool-3.0.10-large-size.diff  |   22 +
 shntool-3.0.10-large-times.diff |   39 +
 3 files changed, 104 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-04 17:22:43 UTC (rev 173759)
+++ PKGBUILD2016-05-04 17:22:50 UTC (rev 173760)
@@ -1,43 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Michal Hybner 
-
-pkgname=shntool
-pkgver=3.0.10
-pkgrel=4
-pkgdesc="A multi-purpose WAVE data processing and reporting utility"
-arch=('i686' 'x86_64')
-url="http://www.etree.org/shnutils/shntool/;
-license=('GPL')
-options=(!emptydirs)
-depends=('glibc')
-optdepends=('mac: support for ape format'
-'flac: support for flac format'
-'wavpack: support for wv format')
-source=("http://www.etree.org/shnutils/shntool/dist/src/${pkgname}-${pkgver}.tar.gz;
-'shntool-3.0.10-large-size.diff'
-'shntool-3.0.10-large-times.diff')
-
-# Patches taken from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684600
-
-prepare() {
-   cd "${srcdir}"/${pkgname}-${pkgver}
-  patch -Np1 < "${srcdir}/shntool-3.0.10-large-size.diff"
-  patch -Np1 < "${srcdir}/shntool-3.0.10-large-times.diff"
-}
-
-build() {
-   cd "${srcdir}"/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}"/${pkgname}-${pkgver}
-   make DESTDIR="${pkgdir}" install
-}
-
-md5sums=('5d41f8f42c3c15e3145a7a43539c3eae'
- '4265935ef1d684a4b49041278ffda7de'
- '6f0d61ddbf8cbee5c0b51a99e987ddda')
-
-# vim:set ts=2 sw=2 et:

Copied: shntool/repos/community-x86_64/PKGBUILD (from rev 173759, 
shntool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-04 17:22:50 UTC (rev 173760)
@@ -0,0 +1,43 @@
+# Maintainer: schuay 
+# Contributor: Michal Hybner 
+
+pkgname=shntool
+pkgver=3.0.10
+pkgrel=4
+pkgdesc="A multi-purpose WAVE data processing and reporting utility"
+arch=('i686' 'x86_64')
+url="http://www.etree.org/shnutils/shntool/;
+license=('GPL')
+options=(!emptydirs)
+depends=('glibc')
+optdepends=('mac: support for ape format'
+'flac: support for flac format'
+'wavpack: support for wv format')
+source=("http://www.etree.org/shnutils/shntool/dist/src/${pkgname}-${pkgver}.tar.gz;
+'shntool-3.0.10-large-size.diff'
+'shntool-3.0.10-large-times.diff')
+
+# Patches taken from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684600
+
+prepare() {
+   cd "${srcdir}"/${pkgname}-${pkgver}
+  patch -Np1 < "${srcdir}/shntool-3.0.10-large-size.diff"
+  patch -Np1 < "${srcdir}/shntool-3.0.10-large-times.diff"
+}
+
+build() {
+   cd "${srcdir}"/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}"/${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+}
+
+md5sums=('5d41f8f42c3c15e3145a7a43539c3eae'
+ '4265935ef1d684a4b49041278ffda7de'
+ '6f0d61ddbf8cbee5c0b51a99e987ddda')
+
+# vim:set ts=2 sw=2 et:

Copied: shntool/repos/community-x86_64/shntool-3.0.10-large-size.diff (from rev 
173759, shntool/trunk/shntool-3.0.10-large-size.diff)
===
--- shntool-3.0.10-large-size.diff  (rev 0)
+++ shntool-3.0.10-large-size.diff  2016-05-04 17:22:50 UTC (rev 173760)
@@ -0,0 +1,22 @@
+diff -aur shntool-3.0.10-clean/src/core_fileio.c 
shntool-3.0.10-size/src/core_fileio.c
+--- shntool-3.0.10-clean/src/core_fileio.c 2009-03-11 17:18:01.0 
+
 shntool-3.0.10-size/src/core_fileio.c  2012-08-11 17:20:14.0 
+0100
+@@ -110,10 +110,16 @@
+   buf[4] = 0;
+ 
+   if (be_val)
+-*be_val = (buf[0] << 24) | (buf[1] << 16) | (buf[2] << 8) | buf[3];
++*be_val = (((unsigned long)buf[0]) << 24)
++  | (((unsigned long)buf[1]) << 16)
++  | (((unsigned long)buf[2]) << 8)
++  | ((unsigned long)buf[3]);
+ 
+   if (le_val)
+-*le_val = (buf[3] << 24) | (buf[2] << 16) | (buf[1] << 8) | buf[0];
++*le_val = (((unsigned long)buf[3]) << 24)
++  | (((unsigned long)buf[2]) 

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

2016-05-04 Thread Jakob Gruber
Date: Wednesday, May 4, 2016 @ 19:22:31
  Author: schuay
Revision: 173758

add shntool patches FS#49199

Added:
  shntool/trunk/shntool-3.0.10-large-size.diff
  shntool/trunk/shntool-3.0.10-large-times.diff

-+
 shntool-3.0.10-large-size.diff  |   22 +
 shntool-3.0.10-large-times.diff |   39 ++
 2 files changed, 61 insertions(+)

Added: shntool-3.0.10-large-size.diff
===
--- shntool-3.0.10-large-size.diff  (rev 0)
+++ shntool-3.0.10-large-size.diff  2016-05-04 17:22:31 UTC (rev 173758)
@@ -0,0 +1,22 @@
+diff -aur shntool-3.0.10-clean/src/core_fileio.c 
shntool-3.0.10-size/src/core_fileio.c
+--- shntool-3.0.10-clean/src/core_fileio.c 2009-03-11 17:18:01.0 
+
 shntool-3.0.10-size/src/core_fileio.c  2012-08-11 17:20:14.0 
+0100
+@@ -110,10 +110,16 @@
+   buf[4] = 0;
+ 
+   if (be_val)
+-*be_val = (buf[0] << 24) | (buf[1] << 16) | (buf[2] << 8) | buf[3];
++*be_val = (((unsigned long)buf[0]) << 24)
++  | (((unsigned long)buf[1]) << 16)
++  | (((unsigned long)buf[2]) << 8)
++  | ((unsigned long)buf[3]);
+ 
+   if (le_val)
+-*le_val = (buf[3] << 24) | (buf[2] << 16) | (buf[1] << 8) | buf[0];
++*le_val = (((unsigned long)buf[3]) << 24)
++  | (((unsigned long)buf[2]) << 16)
++  | (((unsigned long)buf[1]) << 8)
++  | ((unsigned long)buf[0]);
+ 
+   if (tag_val)
+ tagcpy(tag_val,buf);

Added: shntool-3.0.10-large-times.diff
===
--- shntool-3.0.10-large-times.diff (rev 0)
+++ shntool-3.0.10-large-times.diff 2016-05-04 17:22:31 UTC (rev 173758)
@@ -0,0 +1,39 @@
+diff -aur shntool-3.0.10-clean/src/core_mode.c shntool-3.0.10/src/core_mode.c
+--- shntool-3.0.10-clean/src/core_mode.c   2009-03-30 06:55:33.0 
+0100
 shntool-3.0.10/src/core_mode.c 2012-08-11 16:37:58.0 +0100
+@@ -310,8 +310,8 @@
+   if (sec >= 60)
+ st_error("invalid value for seconds: [%d]",sec);
+ 
+-  bytes = (wlong)(min * info->rate * 60) +
+-  (wlong)(sec * info->rate);
++  bytes = (((wlong)min) * info->rate * 60) +
++  (((wlong)sec) * info->rate);
+ 
+   return bytes;
+ }
+@@ -358,9 +358,9 @@
+   if (frames >= 75)
+ st_error("invalid value for frames: [%d]",frames);
+ 
+-  bytes = (wlong)(min * CD_RATE * 60) +
+-  (wlong)(sec * CD_RATE) +
+-  (wlong)(frames * CD_BLOCK_SIZE);
++  bytes = (((wlong)min) * CD_RATE * 60) +
++  (((wlong)sec) * CD_RATE) +
++  (((wlong)frames) * CD_BLOCK_SIZE);
+ 
+   return bytes;
+ }
+@@ -403,8 +403,8 @@
+ 
+   nearest_byte = (int)double)ms * (double)info->rate) / 1000.0) + 0.5);
+ 
+-  bytes = (wlong)(min * info->rate * 60) +
+-  (wlong)(sec * info->rate);
++  bytes = (((wlong)min) * info->rate * 60) +
++  (((wlong)sec) * info->rate);
+ 
+   if (PROB_NOT_CD(info)) {
+ bytes += nearest_byte;
+


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

2016-05-04 Thread Maxime Gauduin
Date: Wednesday, May 4, 2016 @ 18:55:05
  Author: alucryd
Revision: 173757

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-04 16:50:22 UTC (rev 173756)
+++ PKGBUILD2016-05-04 16:55:05 UTC (rev 173757)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.100
-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'
-'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=('ae78013ab873c2ddbb886d30b37d69a15734d0c77dd77cd7c3cbbf64790f66ed')
-
-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 173756, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-04 16:55:05 UTC (rev 173757)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.103
+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'
+'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=('cf4ee7a0ca634a9d01409fee3ece706b00bd62baf9e14de88dc5065580485ef8')
+
+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 darcs/trunk (PKGBUILD)

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 18:45:36
  Author: fyan
Revision: 173754

upgpkg: darcs 2.12.0-3

rebuild with concurrent-output-1.7.6, retry-0.7.2, split-0.2.3.1, tar-0.5.0.3

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 16:43:29 UTC (rev 173753)
+++ PKGBUILD2016-05-04 16:45:36 UTC (rev 173754)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL")


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

2016-05-04 Thread Maxime Gauduin
Date: Wednesday, May 4, 2016 @ 18:50:22
  Author: alucryd
Revision: 173756

upgpkg: lollypop 0.9.103-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 16:46:26 UTC (rev 173755)
+++ PKGBUILD2016-05-04 16:50:22 UTC (rev 173756)
@@ -4,7 +4,7 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.100
+pkgver=0.9.103
 pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
@@ -18,7 +18,7 @@
 'python-pylast: Last.FM support'
 'python-wikipedia: Wikipedia support')
 
source=("https://github.com/gnumdk/lollypop/releases/download/${pkgver}/lollypop-${pkgver}.tar.xz;)
-sha256sums=('ae78013ab873c2ddbb886d30b37d69a15734d0c77dd77cd7c3cbbf64790f66ed')
+sha256sums=('cf4ee7a0ca634a9d01409fee3ece706b00bd62baf9e14de88dc5065580485ef8')
 
 build() {
   cd lollypop-${pkgver}


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

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 18:46:26
  Author: fyan
Revision: 173755

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

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

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

Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 173754, 
darcs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-04 16:46:26 UTC (rev 173755)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.0
+pkgrel=3
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
+ "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec"
+ "haskell-sandi" "haskell-random" "haskell-regex-applicative"
+ "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text"
+ "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable 
\
+-f-rts -foptimize -f-warn-as-error \
+-f-libiconv -fuse-time-1point5 -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share/doc}
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 173754, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-04 16:46:26 UTC (rev 173755)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.0
+pkgrel=3
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
+ "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec"
+ "haskell-sandi" "haskell-random" "haskell-regex-applicative"
+ "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text"
+ "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable 
\
+-f-rts -foptimize -f-warn-as-error \
+-f-libiconv -fuse-time-1point5 -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r 

[arch-commits] Commit in haskell-hackage-security/repos (6 files)

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 18:43:29
  Author: fyan
Revision: 173753

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

Added:
  haskell-hackage-security/repos/community-staging-i686/
  haskell-hackage-security/repos/community-staging-i686/PKGBUILD
(from rev 173752, haskell-hackage-security/trunk/PKGBUILD)
  
haskell-hackage-security/repos/community-staging-i686/haskell-hackage-security.install
(from rev 173752, 
haskell-hackage-security/trunk/haskell-hackage-security.install)
  haskell-hackage-security/repos/community-staging-x86_64/
  haskell-hackage-security/repos/community-staging-x86_64/PKGBUILD
(from rev 173752, haskell-hackage-security/trunk/PKGBUILD)
  
haskell-hackage-security/repos/community-staging-x86_64/haskell-hackage-security.install
(from rev 173752, 
haskell-hackage-security/trunk/haskell-hackage-security.install)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-i686/haskell-hackage-security.install   |   18 
 community-staging-x86_64/PKGBUILD |   45 
 community-staging-x86_64/haskell-hackage-security.install |   18 
 4 files changed, 126 insertions(+)

Copied: haskell-hackage-security/repos/community-staging-i686/PKGBUILD (from 
rev 173752, haskell-hackage-security/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-04 16:43:29 UTC (rev 173753)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hackage-security
+pkgname=haskell-hackage-security
+pkgver=0.5.1.0
+pkgrel=2
+pkgdesc="Hackage security library"
+url="https://github.com/well-typed/hackage-security;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-cryptohash-sha256" "haskell-ed25519" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-parsec" "haskell-tar" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('5b2effb1e342f00c57db0b1390c46f9c6142e8039bb062ddab589ba438c88eba')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fbase48 -fuse-network-uri -f-old-directory
+runhaskell Setup build
+# runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-hackage-security/repos/community-staging-i686/haskell-hackage-security.install
 (from rev 173752, 
haskell-hackage-security/trunk/haskell-hackage-security.install)
===
--- community-staging-i686/haskell-hackage-security.install 
(rev 0)
+++ community-staging-i686/haskell-hackage-security.install 2016-05-04 
16:43:29 UTC (rev 173753)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hackage-security
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-hackage-security/repos/community-staging-x86_64/PKGBUILD (from 
rev 173752, haskell-hackage-security/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-04 16:43:29 UTC (rev 173753)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 18:42:38
  Author: fyan
Revision: 173752

upgpkg: haskell-hackage-security 0.5.1.0-2

rebuild with concurrent-output-1.7.6, retry-0.7.2, split-0.2.3.1, tar-0.5.0.3

Modified:
  haskell-hackage-security/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 16:42:24 UTC (rev 173751)
+++ PKGBUILD2016-05-04 16:42:38 UTC (rev 173752)
@@ -5,7 +5,7 @@
 _hkgname=hackage-security
 pkgname=haskell-hackage-security
 pkgver=0.5.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Hackage security library"
 url="https://github.com/well-typed/hackage-security;
 license=("custom:BSD3")


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

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 18:42:24
  Author: fyan
Revision: 173751

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

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

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

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

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


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

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 18:41:36
  Author: fyan
Revision: 173750

upgpkg: cgrep 6.6.3-8

rebuild with concurrent-output-1.7.6, retry-0.7.2, split-0.2.3.1, tar-0.5.0.3

Modified:
  cgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 16:40:43 UTC (rev 173749)
+++ PKGBUILD2016-05-04 16:41:36 UTC (rev 173750)
@@ -4,7 +4,7 @@
 
 pkgname=cgrep
 pkgver=6.6.3
-pkgrel=7
+pkgrel=8
 pkgdesc="A context-aware grep for source codes"
 url="http://awgn.github.io/cgrep/;
 license=("GPL2")


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

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 18:40:43
  Author: fyan
Revision: 173749

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

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

+
 community-staging-i686/PKGBUILD|   83 +++
 community-staging-i686/haskell-stack.install   |   18 
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   83 +++
 community-staging-x86_64/haskell-stack.install |   18 
 community-staging-x86_64/stack.install |4 +
 6 files changed, 210 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 173748, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-04 16:40:43 UTC (rev 173749)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-async"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-cryptohash"
+ "haskell-cryptohash-conduit" "haskell-edit-distance" 
"haskell-either"
+ "haskell-enclosed-exceptions" "haskell-errors" 
"haskell-exceptions"
+ "haskell-extra" "haskell-fast-logger" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-gitrev" "haskell-hashable" "haskell-hastache" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-hpack" "haskell-lifted-base" "haskell-microlens"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
+ "haskell-open-browser" "haskell-optparse-applicative" 
"haskell-optparse-simple"
+ "haskell-path" "haskell-path-io" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-project-template" 
"haskell-resourcet"
+ "haskell-retry" "haskell-safe" "haskell-semigroups" 
"haskell-split" "haskell-stm"
+ "haskell-streaming-commons" "haskell-tar" "haskell-temporary" 
"haskell-text"
+ "haskell-text-binary" "haskell-transformers-base" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('58cce7048438bc452a81384493b4644034d5a0b456acd51bf7c19098a9cf406a')
+
+prepare() {
+sed -e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& 
<0.4,/' \
+-i ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+install 

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

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 18:39:36
  Author: fyan
Revision: 173748

upgpkg: stack 1.1.0-1

rebuild with concurrent-output-1.7.6, retry-0.7.2, split-0.2.3.1, tar-0.5.0.3

Modified:
  stack/trunk/PKGBUILD

--+
 PKGBUILD |   27 +--
 1 file changed, 13 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 16:26:53 UTC (rev 173747)
+++ PKGBUILD2016-05-04 16:39:36 UTC (rev 173748)
@@ -4,8 +4,8 @@
 
 pkgbase=stack
 pkgname=(stack haskell-stack)
-pkgver=1.0.4.3
-pkgrel=9
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")
@@ -19,23 +19,22 @@
  "haskell-extra" "haskell-fast-logger" "haskell-filelock" 
"haskell-fsnotify"
  "haskell-gitrev" "haskell-hashable" "haskell-hastache" 
"haskell-http-client"
  "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types"
- "haskell-hpack" "haskell-lifted-base" "haskell-monad-control"
- "haskell-monad-logger" "haskell-mtl" 
"haskell-optparse-applicative"
- "haskell-optparse-simple" "haskell-path" "haskell-path-io"
- "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
- "haskell-project-template" "haskell-resourcet" "haskell-retry" 
"haskell-safe"
- "haskell-semigroups" "haskell-split" "haskell-stm" 
"haskell-streaming-commons"
- "haskell-tar" "haskell-temporary" "haskell-text" 
"haskell-text-binary"
- "haskell-transformers-base" "haskell-unix-compat" 
"haskell-unordered-containers"
- "haskell-uuid" "haskell-vector" "haskell-vector-binary-instances"
+ "haskell-hpack" "haskell-lifted-base" "haskell-microlens"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
+ "haskell-open-browser" "haskell-optparse-applicative" 
"haskell-optparse-simple"
+ "haskell-path" "haskell-path-io" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-project-template" 
"haskell-resourcet"
+ "haskell-retry" "haskell-safe" "haskell-semigroups" 
"haskell-split" "haskell-stm"
+ "haskell-streaming-commons" "haskell-tar" "haskell-temporary" 
"haskell-text"
+ "haskell-text-binary" "haskell-transformers-base" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
  "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('2a445ff671cfd75ccf3185c52832298598dc03dbfbede2b7be21237f63c305b2')
+sha256sums=('58cce7048438bc452a81384493b4644034d5a0b456acd51bf7c19098a9cf406a')
 
 prepare() {
-sed -e 's/hpack >=0.9.0 && <0.12/hpack >=0.9.0 \&\& <0.14/' \
--e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& 
<0.4,/' \
+sed -e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& 
<0.4,/' \
 -i ${pkgbase}-${pkgver}/${pkgbase}.cabal
 }
 


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

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 18:26:53
  Author: fyan
Revision: 173747

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

Added:
  git-annex/repos/community-staging-i686/
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 173746, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 173746, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 173746, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-04 16:26:53 UTC (rev 173747)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160419
+pkgrel=6
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-api" "haskell-cryptonite"
+ "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-disk-free-space"
+ "haskell-dlist" "haskell-dns" "haskell-edit-distance" 
"haskell-esqueleto"
+ "haskell-exceptions" "haskell-fdo-notify" "haskell-feed" 
"haskell-gnutls"
+ "haskell-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-ifelse" "haskell-json" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger"
+ "haskell-mountpoints" "haskell-mtl" "haskell-network" 
"haskell-network-info"
+ "haskell-network-multicast" "haskell-network-protocol-xmpp" 
"haskell-network-uri"
+ "haskell-old-locale" "haskell-optparse-applicative" 
"haskell-path-pieces"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" 
"haskell-shakespeare"
+ "haskell-stm" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" 
"haskell-yesod-core"
+ "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('1452a55809ba7367847fc4a77f2d8a5365af92e130d5ca460bf0880a26a6fb8e')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing 
-fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 bash-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/git-annex"
+
+rm "$pkgdir/usr/share/doc/git-annex/COPYRIGHT"
+rmdir "$pkgdir/usr/share/doc/git-annex" "$pkgdir/usr/share/doc"
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 173746, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-04 16:26:53 UTC (rev 173747)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160419
+pkgrel=6
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')

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

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 18:26:06
  Author: fyan
Revision: 173746

upgpkg: git-annex 6.20160419-6

rebuild with concurrent-output-1.7.6, retry-0.7.2, split-0.2.3.1, tar-0.5.0.3

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 16:12:39 UTC (rev 173745)
+++ PKGBUILD2016-05-04 16:26:06 UTC (rev 173746)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20160419
-pkgrel=5
+pkgrel=6
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 18:12:39
  Author: fyan
Revision: 173745

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

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

-+
 community-staging-i686/PKGBUILD |   50 ++
 community-staging-i686/haskell-hakyll.install   |   18 +++
 community-staging-x86_64/PKGBUILD   |   50 ++
 community-staging-x86_64/haskell-hakyll.install |   18 +++
 4 files changed, 136 insertions(+)

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 173744, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-04 16:12:39 UTC (rev 173745)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.8.3.0
+pkgrel=3
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-resourcet" "haskell-tagsoup" "haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector"
+ "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('d01a2ec0fbc3efffb6e7fcc2971842b6c6bd893327324cada0e345d3a5e504ef')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -f-watchserver -f-previewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-i686/haskell-hakyll.install 
(from rev 173744, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-05-04 16:12:39 UTC 
(rev 173745)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hakyll
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
173744, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-04 16:12:39 UTC (rev 173745)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix 

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

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 18:11:53
  Author: fyan
Revision: 173744

upgpkg: haskell-hakyll 4.8.3.0-3

rebuild with concurrent-output-1.7.6, retry-0.7.2, split-0.2.3.1, tar-0.5.0.3

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 16:07:43 UTC (rev 173743)
+++ PKGBUILD2016-05-04 16:11:53 UTC (rev 173744)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.8.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 18:07:43
  Author: fyan
Revision: 173743

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

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

---+
 community-staging-i686/PKGBUILD   |   66 
 community-staging-i686/haskell-agda.install   |   18 +++
 community-staging-i686/unordered-containers-0.2.6.patch   |   40 +++
 community-staging-x86_64/PKGBUILD |   66 
 community-staging-x86_64/haskell-agda.install |   18 +++
 community-staging-x86_64/unordered-containers-0.2.6.patch |   40 +++
 6 files changed, 248 insertions(+)

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

Copied: agda/repos/community-staging-i686/haskell-agda.install (from rev 
173742, agda/trunk/haskell-agda.install)
===
--- community-staging-i686/haskell-agda.install (rev 0)
+++ community-staging-i686/haskell-agda.install 2016-05-04 

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

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 18:06:39
  Author: fyan
Revision: 173742

upgpkg: agda 2.5.1-4

rebuild with concurrent-output-1.7.6, retry-0.7.2, split-0.2.3.1, tar-0.5.0.3

Modified:
  agda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 16:02:35 UTC (rev 173741)
+++ PKGBUILD2016-05-04 16:06:39 UTC (rev 173742)
@@ -5,7 +5,7 @@
 _hkgname=Agda
 pkgname=agda
 pkgver=2.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A dependently typed functional programming language and proof 
assistant"
 url="http://wiki.portal.chalmers.se/agda/;
 license=("custom")


[arch-commits] Commit in haskell-open-browser/repos (6 files)

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 18:02:35
  Author: fyan
Revision: 173741

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

Added:
  haskell-open-browser/repos/community-i686/
  haskell-open-browser/repos/community-i686/PKGBUILD
(from rev 173740, haskell-open-browser/trunk/PKGBUILD)
  haskell-open-browser/repos/community-i686/haskell-open-browser.install
(from rev 173740, haskell-open-browser/trunk/haskell-open-browser.install)
  haskell-open-browser/repos/community-x86_64/
  haskell-open-browser/repos/community-x86_64/PKGBUILD
(from rev 173740, haskell-open-browser/trunk/PKGBUILD)
  haskell-open-browser/repos/community-x86_64/haskell-open-browser.install
(from rev 173740, haskell-open-browser/trunk/haskell-open-browser.install)

---+
 community-i686/PKGBUILD   |   42 
 community-i686/haskell-open-browser.install   |   18 ++
 community-x86_64/PKGBUILD |   42 
 community-x86_64/haskell-open-browser.install |   18 ++
 4 files changed, 120 insertions(+)

Copied: haskell-open-browser/repos/community-i686/PKGBUILD (from rev 173740, 
haskell-open-browser/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-04 16:02:35 UTC (rev 173741)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=open-browser
+pkgname=haskell-open-browser
+pkgver=0.2.1.0
+pkgrel=1
+pkgdesc="Open a web browser from Haskell."
+url="https://github.com/rightfold/open-browser;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('0bed2e63800f738e78a4803ed22902accb50ac02068b96c17ce83a267244ca66')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-open-browser/repos/community-i686/haskell-open-browser.install 
(from rev 173740, haskell-open-browser/trunk/haskell-open-browser.install)
===
--- community-i686/haskell-open-browser.install (rev 0)
+++ community-i686/haskell-open-browser.install 2016-05-04 16:02:35 UTC (rev 
173741)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-open-browser
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-open-browser/repos/community-x86_64/PKGBUILD (from rev 173740, 
haskell-open-browser/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-04 16:02:35 UTC (rev 173741)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=open-browser
+pkgname=haskell-open-browser
+pkgver=0.2.1.0
+pkgrel=1
+pkgdesc="Open a web browser from Haskell."
+url="https://github.com/rightfold/open-browser;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('0bed2e63800f738e78a4803ed22902accb50ac02068b96c17ce83a267244ca66')
+
+build() {
+ 

[arch-commits] Commit in (5 files)

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 18:01:42
  Author: fyan
Revision: 173740

addpkg: haskell-open-browser 0.2.1.0-1

Added:
  haskell-open-browser/
  haskell-open-browser/repos/
  haskell-open-browser/trunk/
  haskell-open-browser/trunk/PKGBUILD
  haskell-open-browser/trunk/haskell-open-browser.install

--+
 PKGBUILD |   42 +
 haskell-open-browser.install |   18 +
 2 files changed, 60 insertions(+)

Added: haskell-open-browser/trunk/PKGBUILD
===
--- haskell-open-browser/trunk/PKGBUILD (rev 0)
+++ haskell-open-browser/trunk/PKGBUILD 2016-05-04 16:01:42 UTC (rev 173740)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=open-browser
+pkgname=haskell-open-browser
+pkgver=0.2.1.0
+pkgrel=1
+pkgdesc="Open a web browser from Haskell."
+url="https://github.com/rightfold/open-browser;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('0bed2e63800f738e78a4803ed22902accb50ac02068b96c17ce83a267244ca66')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-open-browser/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-open-browser/trunk/haskell-open-browser.install
===
--- haskell-open-browser/trunk/haskell-open-browser.install 
(rev 0)
+++ haskell-open-browser/trunk/haskell-open-browser.install 2016-05-04 
16:01:42 UTC (rev 173740)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-open-browser
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 17:47:37
  Author: fyan
Revision: 173739

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

Added:
  haskell-microlens/repos/community-i686/
  haskell-microlens/repos/community-i686/PKGBUILD
(from rev 173738, haskell-microlens/trunk/PKGBUILD)
  haskell-microlens/repos/community-i686/haskell-microlens.install
(from rev 173738, haskell-microlens/trunk/haskell-microlens.install)
  haskell-microlens/repos/community-x86_64/
  haskell-microlens/repos/community-x86_64/PKGBUILD
(from rev 173738, haskell-microlens/trunk/PKGBUILD)
  haskell-microlens/repos/community-x86_64/haskell-microlens.install
(from rev 173738, haskell-microlens/trunk/haskell-microlens.install)

+
 community-i686/PKGBUILD|   42 +++
 community-i686/haskell-microlens.install   |   18 +++
 community-x86_64/PKGBUILD  |   42 +++
 community-x86_64/haskell-microlens.install |   18 +++
 4 files changed, 120 insertions(+)

Copied: haskell-microlens/repos/community-i686/PKGBUILD (from rev 173738, 
haskell-microlens/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-04 15:47:37 UTC (rev 173739)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=microlens
+pkgname=haskell-microlens
+pkgver=0.4.3.0
+pkgrel=1
+pkgdesc="A tiny part of the lens library with no dependencies"
+url="http://github.com/aelve/microlens;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('c6476fa747094cc385a0aa369f705d3c5edbe5435e0e15d20dcb4ffa84443620')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-microlens/repos/community-i686/haskell-microlens.install (from 
rev 173738, haskell-microlens/trunk/haskell-microlens.install)
===
--- community-i686/haskell-microlens.install(rev 0)
+++ community-i686/haskell-microlens.install2016-05-04 15:47:37 UTC (rev 
173739)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-microlens
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-microlens/repos/community-x86_64/PKGBUILD (from rev 173738, 
haskell-microlens/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-04 15:47:37 UTC (rev 173739)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=microlens
+pkgname=haskell-microlens
+pkgver=0.4.3.0
+pkgrel=1
+pkgdesc="A tiny part of the lens library with no dependencies"
+url="http://github.com/aelve/microlens;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('c6476fa747094cc385a0aa369f705d3c5edbe5435e0e15d20dcb4ffa84443620')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell 

[arch-commits] Commit in (5 files)

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 17:46:40
  Author: fyan
Revision: 173738

addpkg: haskell-microlens 0.4.3.0-1

Added:
  haskell-microlens/
  haskell-microlens/repos/
  haskell-microlens/trunk/
  haskell-microlens/trunk/PKGBUILD
  haskell-microlens/trunk/haskell-microlens.install

---+
 PKGBUILD  |   42 ++
 haskell-microlens.install |   18 ++
 2 files changed, 60 insertions(+)

Added: haskell-microlens/trunk/PKGBUILD
===
--- haskell-microlens/trunk/PKGBUILD(rev 0)
+++ haskell-microlens/trunk/PKGBUILD2016-05-04 15:46:40 UTC (rev 173738)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=microlens
+pkgname=haskell-microlens
+pkgver=0.4.3.0
+pkgrel=1
+pkgdesc="A tiny part of the lens library with no dependencies"
+url="http://github.com/aelve/microlens;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('c6476fa747094cc385a0aa369f705d3c5edbe5435e0e15d20dcb4ffa84443620')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-microlens/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-microlens/trunk/haskell-microlens.install
===
--- haskell-microlens/trunk/haskell-microlens.install   
(rev 0)
+++ haskell-microlens/trunk/haskell-microlens.install   2016-05-04 15:46:40 UTC 
(rev 173738)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-microlens
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 17:30:53
  Author: fyan
Revision: 173737

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

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

--+
 community-staging-i686/PKGBUILD  |   47 ++
 community-staging-i686/haskell-conduit-combinators.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   47 ++
 community-staging-x86_64/haskell-conduit-combinators.install |   18 +++
 4 files changed, 130 insertions(+)

Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from 
rev 173736, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-04 15:30:53 UTC (rev 173737)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.0.3.1
+pkgrel=21
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/fpco/conduit-combinators;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('66a40be2cc964c36b06cf9b096c1a99b107dba06b62baa4b13b9c485dc4f8b48')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-conduit-combinators/repos/community-staging-i686/haskell-conduit-combinators.install
 (from rev 173736, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)
===
--- community-staging-i686/haskell-conduit-combinators.install  
(rev 0)
+++ community-staging-i686/haskell-conduit-combinators.install  2016-05-04 
15:30:53 UTC (rev 173737)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit-combinators
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD 
(from rev 173736, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- 

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

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 17:30:05
  Author: fyan
Revision: 173736

upgpkg: haskell-conduit-combinators 1.0.3.1-21

rebuild with concurrent-output-1.7.6, retry-0.7.2, split-0.2.3.1, tar-0.5.0.3

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 15:29:08 UTC (rev 173735)
+++ PKGBUILD2016-05-04 15:30:05 UTC (rev 173736)
@@ -5,7 +5,7 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.0.3.1
-pkgrel=20
+pkgrel=21
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/fpco/conduit-combinators;
 license=("MIT")


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

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 17:29:08
  Author: fyan
Revision: 173735

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

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

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

Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 173734, 
idris/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-04 15:29:08 UTC (rev 173735)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.11.1
+pkgrel=2
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=7.10.3" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal" "haskell-ansi-wl-pprint"
+ "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-ieee754" "haskell-mtl"
+ "haskell-libffi" "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers"
+ "haskell-safe" "haskell-split" "haskell-terminal-size" 
"haskell-text"
+ "haskell-transformers-compat" "haskell-trifecta" 
"haskell-uniplate"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('51df8882aa778000833127a64b319aba07f712fe6e41033af401fbf99c08b964')
+
+prepare() {
+sed -i 's/zip-archive > 0.2.3.5 && < 0.2.4/zip-archive > 0.2.3.5 \&\& < 
0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 173734, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-04 15:29:08 UTC (rev 173735)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.11.1
+pkgrel=2
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=7.10.3" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal" "haskell-ansi-wl-pprint"
+ "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-ieee754" "haskell-mtl"
+ "haskell-libffi" "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers"
+ "haskell-safe" "haskell-split" "haskell-terminal-size" 
"haskell-text"
+ "haskell-transformers-compat" "haskell-trifecta" 
"haskell-uniplate"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('51df8882aa778000833127a64b319aba07f712fe6e41033af401fbf99c08b964')
+
+prepare() {
+sed -i 's/zip-archive > 0.2.3.5 && < 0.2.4/zip-archive > 0.2.3.5 \&\& < 
0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+

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

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 17:28:23
  Author: fyan
Revision: 173734

upgpkg: idris 0.11.1-2

rebuild with concurrent-output-1.7.6, retry-0.7.2, split-0.2.3.1, tar-0.5.0.3

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 14:41:05 UTC (rev 173733)
+++ PKGBUILD2016-05-04 15:28:23 UTC (rev 173734)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=0.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")


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

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 16:41:05
  Author: fyan
Revision: 173733

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

Added:
  ghc-mod/repos/community-staging-i686/
  ghc-mod/repos/community-staging-i686/PKGBUILD
(from rev 173732, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-i686/haskell-ghc-mod.install
(from rev 173732, ghc-mod/trunk/haskell-ghc-mod.install)
  ghc-mod/repos/community-staging-x86_64/
  ghc-mod/repos/community-staging-x86_64/PKGBUILD
(from rev 173732, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-x86_64/haskell-ghc-mod.install
(from rev 173732, ghc-mod/trunk/haskell-ghc-mod.install)

--+
 community-staging-i686/PKGBUILD  |   61 +
 community-staging-i686/haskell-ghc-mod.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   61 +
 community-staging-x86_64/haskell-ghc-mod.install |   18 ++
 4 files changed, 158 insertions(+)

Copied: ghc-mod/repos/community-staging-i686/PKGBUILD (from rev 173732, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-04 14:41:05 UTC (rev 173733)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.5.0.0
+pkgrel=23
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
+ "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
+ "haskell-split" "haskell-syb" "haskell-temporary" "haskell-text"
+ "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('d05be8f3541e875cd4ebefb28968cfc095fc323e49328f2e40581f6f5de70d31')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_ghc-mod() {
+depends=('cabal-helper' 'ghc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "COPYING.BSD3" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+}
+
+package_haskell-ghc-mod() {
+pkgdesc="Happy Haskell Programming (docs and libraries)"
+depends=("${makedepends[@]}" 'ghc-mod')
+install="haskell-ghc-mod.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
+rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
+}

Copied: ghc-mod/repos/community-staging-i686/haskell-ghc-mod.install (from rev 
173732, ghc-mod/trunk/haskell-ghc-mod.install)
===
--- community-staging-i686/haskell-ghc-mod.install  
(rev 0)
+++ community-staging-i686/haskell-ghc-mod.install  2016-05-04 14:41:05 UTC 
(rev 173733)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-ghc-mod
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: ghc-mod/repos/community-staging-x86_64/PKGBUILD (from rev 173732, 
ghc-mod/trunk/PKGBUILD)

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

2016-05-04 Thread Felix Yan
Date: Wednesday, May 4, 2016 @ 16:40:18
  Author: fyan
Revision: 173732

upgpkg: ghc-mod 5.5.0.0-23

rebuild with concurrent-output-1.7.6, retry-0.7.2, split-0.2.3.1, tar-0.5.0.3

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 14:33:23 UTC (rev 173731)
+++ PKGBUILD2016-05-04 14:40:18 UTC (rev 173732)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=22
+pkgrel=23
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


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

2016-05-04 Thread Sergej Pupykin
Date: Wednesday, May 4, 2016 @ 16:33:23
  Author: spupykin
Revision: 173731

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

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

-+
 /PKGBUILD   |   78 ++
 /kmymoney.changelog |  100 ++
 community-i686/PKGBUILD |   39 -
 community-i686/kmymoney.changelog   |   50 -
 community-x86_64/PKGBUILD   |   39 -
 community-x86_64/kmymoney.changelog |   50 -
 6 files changed, 178 insertions(+), 178 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-04 14:33:05 UTC (rev 173730)
+++ community-i686/PKGBUILD 2016-05-04 14:33:23 UTC (rev 173731)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Laurent Carlier 
-# Contributor: Vamp898 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Eric Belanger 
-# Contributor: Todd Maynard 
-
-pkgname=kmymoney
-pkgver=4.7.2
-pkgrel=4
-pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
-arch=('i686' 'x86_64')
-url="http://kmymoney2.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen')
-replaces=('kmymoney2')
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
-sha256sums=('bfb2c29ff30988f46324c2dae197a06b58d07336a1947adc22bcfed3e554393d')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  mkdir build
-  cd build
-
-  cmake ../ \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: kmymoney/repos/community-i686/PKGBUILD (from rev 173730, 
kmymoney/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-04 14:33:23 UTC (rev 173731)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Laurent Carlier 
+# Contributor: Vamp898 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Eric Belanger 
+# Contributor: Todd Maynard 
+
+pkgname=kmymoney
+pkgver=4.7.2
+pkgrel=5
+pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
+arch=('i686' 'x86_64')
+url="http://kmymoney2.sourceforge.net/;
+license=('GPL')
+depends=('kdebase-runtime' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen')
+replaces=('kmymoney2')
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
+sha256sums=('bfb2c29ff30988f46324c2dae197a06b58d07336a1947adc22bcfed3e554393d')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  mkdir build
+  cd build
+
+  cmake ../ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver/build
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/kmymoney.changelog
===
--- community-i686/kmymoney.changelog   2016-05-04 14:33:05 UTC (rev 173730)
+++ community-i686/kmymoney.changelog   2016-05-04 14:33:23 UTC (rev 173731)
@@ -1,50 +0,0 @@
-2016-04-29 Jaroslav Lichtblau 
-   * kmymoney 4.7.2-4 pacman hooks rebuild
-
-2016-01-09 Jaroslav Lichtblau 
-   * kmymoney 4.7.2-3 libical rebuild
-
-2015-04-28 Jaroslav Lichtblau 
-   * kmymoney 4.7.2-1
-
-2014-11-02 Jaroslav Lichtblau 
-   * kmymoney 4.7.1-1
-
-2014-10-02 

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

2016-05-04 Thread Sergej Pupykin
Date: Wednesday, May 4, 2016 @ 16:33:05
  Author: spupykin
Revision: 173730

upgpkg: kmymoney 4.7.2-5

upd

Modified:
  kmymoney/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 14:18:51 UTC (rev 173729)
+++ PKGBUILD2016-05-04 14:33:05 UTC (rev 173730)
@@ -8,7 +8,7 @@
 
 pkgname=kmymoney
 pkgver=4.7.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
 arch=('i686' 'x86_64')
 url="http://kmymoney2.sourceforge.net/;


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

2016-05-04 Thread Sergej Pupykin
Date: Wednesday, May 4, 2016 @ 15:30:04
  Author: spupykin
Revision: 173728

Modified:
  mingw-w64-gcc/trunk/PKGBUILD
Deleted:
  mingw-w64-gcc/trunk/gcc-make-xmmintrin-header-cplusplus-compatible.patch
  mingw-w64-gcc/trunk/isl.patch
  mingw-w64-gcc/trunk/libgomp.patch

--+
 PKGBUILD |   25 +
 gcc-make-xmmintrin-header-cplusplus-compatible.patch |   24 -
 isl.patch|   76 -
 libgomp.patch|   41 -
 4 files changed, 6 insertions(+), 160 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 13:20:45 UTC (rev 173727)
+++ PKGBUILD2016-05-04 13:30:04 UTC (rev 173728)
@@ -5,7 +5,7 @@
 _targets="i686-w64-mingw32 x86_64-w64-mingw32"
 
 pkgname=mingw-w64-gcc
-pkgver=5.3.0
+pkgver=6.1.1
 _islver=0.12.2
 _cloogver=0.18.1
 pkgrel=1
@@ -26,34 +26,21 @@
 options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
 
source=("ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2;
"http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2;
-   "http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz;
-   'gcc-make-xmmintrin-header-cplusplus-compatible.patch'
-   'libgomp.patch')
-md5sums=('c9616fd448f980259c31de613e575719'
+   "http://www.bastoul.net/cloog/pages/download/cloog-${_cloogver}.tar.gz;)
+md5sums=('8fb6cb98b8459f5863328380fbf06bd1'
  'e039bfcfb6c2ab039b8ee69bf883e824'
- 'e34fca0540d840e5d0f6427e98c92252'
- 'da6c9ba6baebe1286f3219d4181cdbb8'
- '83a29951782870ac94f497815cbfd73e')
+ 'e34fca0540d840e5d0f6427e98c92252')
 
 prepare() {
   cd ${srcdir}/gcc-${pkgver}
-
   # link isl/cloog for in-tree builds
   ln -s ../isl-${_islver} isl
   ln -s ../cloog-${_cloogver} cloog
 
   #do not install libiberty
-  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
+#  sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
   # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
-
-  # The file xmmintrin.h doesn't contain an extern "C" part
-  # This conflicts with mingw-w64 intrin.h and results in build
-  # failure like this one in mingw-w64-qt5-qtbase:
-  # /usr/lib/gcc/i686-w64-mingw32/4.8.0/include/xmmintrin.h:997:1: error: 
previous declaration of 'int _m_pextrw(__m64, int)' with 'C++' linkage
-  # /usr/i686-w64-mingw32/include/intrin.h:561:28: error: conflicts with new 
declaration with 'C' linkage
-#  patch -p0 -i ${srcdir}/gcc-make-xmmintrin-header-cplusplus-compatible.patch
-#  patch -p0 -i ${srcdir}/libgomp.patch
+#  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
 }
 
 build() {

Deleted: gcc-make-xmmintrin-header-cplusplus-compatible.patch
===
--- gcc-make-xmmintrin-header-cplusplus-compatible.patch2016-05-04 
13:20:45 UTC (rev 173727)
+++ gcc-make-xmmintrin-header-cplusplus-compatible.patch2016-05-04 
13:30:04 UTC (rev 173728)
@@ -1,24 +0,0 @@
 gcc/config/i386/xmmintrin.h.orig   2013-01-18 14:57:27.762645582 +0100
-+++ gcc/config/i386/xmmintrin.h2013-01-18 14:58:27.604561940 +0100
-@@ -37,6 +37,10 @@
- /* Get _mm_malloc () and _mm_free ().  */
- #include 
- 
-+#ifdef __cplusplus
-+extern "C" {
-+#endif
-+
- /* The Intel API is flexible enough that we must allow aliasing with other
-vector types, and their scalar components.  */
- typedef float __m128 __attribute__ ((__vector_size__ (16), __may_alias__));
-@@ -1241,6 +1245,10 @@
-   (row3) = __builtin_ia32_movhlps (__t3, __t2);   
\
- } while (0)
- 
-+#ifdef __cplusplus
-+}
-+#endif
-+
- /* For backward source compatibility.  */
- #ifdef __SSE2__
- # include 

Deleted: isl.patch
===
--- isl.patch   2016-05-04 13:20:45 UTC (rev 173727)
+++ isl.patch   2016-05-04 13:30:04 UTC (rev 173728)
@@ -1,76 +0,0 @@
-diff -wbBur gcc-4.9.0/gcc/graphite-clast-to-gimple.c 
gcc-4.9.0.my/gcc/graphite-clast-to-gimple.c
 gcc-4.9.0/gcc/graphite-clast-to-gimple.c   2014-03-03 15:39:22.0 
+0400
-+++ gcc-4.9.0.my/gcc/graphite-clast-to-gimple.c2014-06-09 
15:23:14.858543000 +0400
-@@ -28,6 +28,8 @@
- #include 
- #include 
- #include 
-+#include 
-+#include 
- #include 
- #include 
- #endif
-diff -wbBur gcc-4.9.0/gcc/graphite-interchange.c 
gcc-4.9.0.my/gcc/graphite-interchange.c
 gcc-4.9.0/gcc/graphite-interchange.c   2014-01-03 02:23:26.0 
+0400
-+++ gcc-4.9.0.my/gcc/graphite-interchange.c2014-06-09 15:24:02.275209122 
+0400
-@@ -29,6 +29,9 @@
- #include 
- #include 
- #include 
-+#include 
-+#include 
-+#include 
- #include 
- #include 
- #endif
-diff 

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

2016-05-04 Thread Sergej Pupykin
Date: Wednesday, May 4, 2016 @ 15:20:45
  Author: spupykin
Revision: 173727

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

Added:
  sshguard/repos/community-i686/ChangeLog
(from rev 173726, sshguard/trunk/ChangeLog)
  sshguard/repos/community-i686/PKGBUILD
(from rev 173726, sshguard/trunk/PKGBUILD)
  sshguard/repos/community-i686/sshguard-journalctl
(from rev 173726, sshguard/trunk/sshguard-journalctl)
  sshguard/repos/community-i686/sshguard.install
(from rev 173726, sshguard/trunk/sshguard.install)
  sshguard/repos/community-i686/sshguard.service
(from rev 173726, sshguard/trunk/sshguard.service)
  sshguard/repos/community-x86_64/ChangeLog
(from rev 173726, sshguard/trunk/ChangeLog)
  sshguard/repos/community-x86_64/PKGBUILD
(from rev 173726, sshguard/trunk/PKGBUILD)
  sshguard/repos/community-x86_64/sshguard-journalctl
(from rev 173726, sshguard/trunk/sshguard-journalctl)
  sshguard/repos/community-x86_64/sshguard.install
(from rev 173726, sshguard/trunk/sshguard.install)
  sshguard/repos/community-x86_64/sshguard.service
(from rev 173726, sshguard/trunk/sshguard.service)
Deleted:
  sshguard/repos/community-i686/ChangeLog
  sshguard/repos/community-i686/PKGBUILD
  sshguard/repos/community-i686/sshguard-journalctl
  sshguard/repos/community-i686/sshguard.install
  sshguard/repos/community-i686/sshguard.service
  sshguard/repos/community-x86_64/ChangeLog
  sshguard/repos/community-x86_64/PKGBUILD
  sshguard/repos/community-x86_64/sshguard-journalctl
  sshguard/repos/community-x86_64/sshguard.install
  sshguard/repos/community-x86_64/sshguard.service

--+
 /ChangeLog   |6 ++
 /PKGBUILD|   80 +
 /sshguard-journalctl |8 +++
 /sshguard.install|   28 +++
 /sshguard.service|   18 +++
 community-i686/ChangeLog |3 -
 community-i686/PKGBUILD  |   37 ---
 community-i686/sshguard-journalctl   |4 -
 community-i686/sshguard.install  |   14 -
 community-i686/sshguard.service  |9 ---
 community-x86_64/ChangeLog   |3 -
 community-x86_64/PKGBUILD|   37 ---
 community-x86_64/sshguard-journalctl |4 -
 community-x86_64/sshguard.install|   14 -
 community-x86_64/sshguard.service|9 ---
 15 files changed, 140 insertions(+), 134 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-05-04 13:20:22 UTC (rev 173726)
+++ community-i686/ChangeLog2016-05-04 13:20:45 UTC (rev 173727)
@@ -1,3 +0,0 @@
-2007-06-28 tardo 
-* Built for x86_64
-

Copied: sshguard/repos/community-i686/ChangeLog (from rev 173726, 
sshguard/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-05-04 13:20:45 UTC (rev 173727)
@@ -0,0 +1,3 @@
+2007-06-28 tardo 
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-04 13:20:22 UTC (rev 173726)
+++ community-i686/PKGBUILD 2016-05-04 13:20:45 UTC (rev 173727)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=sshguard
-pkgver=1.6.3
-pkgrel=3
-pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables"
-arch=('i686' 'x86_64')
-url="http://www.sshguard.net/;
-license=('GPL')
-depends=('iptables')
-install=sshguard.install
-source=("http://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz;
-   sshguard.service
-   sshguard-journalctl)
-sha256sums=('6c4d3be2acf6349b4ac5d6fff4bbcd8fa988c82876d848cbbd0c7c99bc0438c7'
-'77b5cb4d00a34f1a0f03272464bac66793389ba05e89be6b7bfb78bdff0b0e92'
-'ce7c3f56edb1b43e0a1629ed646d667d7196808ba82edf7c9e1c3c9c03fca2ba')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|^DAYNO.*|DAYNO   [0-9]?[1-9]|' src/parser/attack_scanner.l
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-firewall=iptables
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir/sshguard.service" 
"$pkgdir/usr/lib/systemd/system/sshguard.service"
-  install -Dm0755 "$srcdir/sshguard-journalctl" 
"$pkgdir/usr/lib/systemd/scripts/sshguard-journalctl"
-}

Copied: sshguard/repos/community-i686/PKGBUILD (from rev 173726, 
sshguard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD   

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

2016-05-04 Thread Sergej Pupykin
Date: Wednesday, May 4, 2016 @ 15:20:09
  Author: spupykin
Revision: 173724

upgpkg: owncloud-app-gallery 9.0.2-1

upd

Modified:
  owncloud-app-gallery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 13:20:03 UTC (rev 173723)
+++ PKGBUILD2016-05-04 13:20:09 UTC (rev 173724)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=owncloud-app-gallery
-pkgver=9.0.1
+pkgver=9.0.2
 pkgrel=1
 pkgdesc="Gallery app for owncloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz;)
-md5sums=('22e370ab236e3299daa845a9530b9734')
+md5sums=('78146bc4360939e55d88c168fc137d07')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-documents/repos/community-any (2 files)

2016-05-04 Thread Sergej Pupykin
Date: Wednesday, May 4, 2016 @ 15:20:03
  Author: spupykin
Revision: 173723

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-04 13:19:52 UTC (rev 173722)
+++ PKGBUILD2016-05-04 13:20:03 UTC (rev 173723)
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-documents
-epoch=1
-pkgver=9.0.1
-pkgrel=1
-pkgdesc="Documents app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz;)
-md5sums=('d995f0eead1d56da7c4d8ec84f49b558')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/documents-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/documents
-}

Copied: owncloud-app-documents/repos/community-any/PKGBUILD (from rev 173722, 
owncloud-app-documents/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-04 13:20:03 UTC (rev 173723)
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-documents
+epoch=1
+pkgver=9.0.2
+pkgrel=1
+pkgdesc="Documents app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/documents/archive/v$pkgver.tar.gz;)
+md5sums=('7406780d79176e3b0544bb9494ce06d0')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/documents-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/documents
+}


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

2016-05-04 Thread Sergej Pupykin
Date: Wednesday, May 4, 2016 @ 15:20:22
  Author: spupykin
Revision: 173726

upgpkg: sshguard 1.6.4-1

upd

Modified:
  sshguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 13:20:18 UTC (rev 173725)
+++ PKGBUILD2016-05-04 13:20:22 UTC (rev 173726)
@@ -3,8 +3,8 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=sshguard
-pkgver=1.6.3
-pkgrel=3
+pkgver=1.6.4
+pkgrel=1
 pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables"
 arch=('i686' 'x86_64')
 url="http://www.sshguard.net/;
@@ -17,6 +17,9 @@
 sha256sums=('6c4d3be2acf6349b4ac5d6fff4bbcd8fa988c82876d848cbbd0c7c99bc0438c7'
 '77b5cb4d00a34f1a0f03272464bac66793389ba05e89be6b7bfb78bdff0b0e92'
 'ce7c3f56edb1b43e0a1629ed646d667d7196808ba82edf7c9e1c3c9c03fca2ba')
+sha256sums=('654d5412ed010e500e2715ddeebfda57ab23c47a2bd30dfdc1e68c4f04c912a9'
+'77b5cb4d00a34f1a0f03272464bac66793389ba05e89be6b7bfb78bdff0b0e92'
+'ce7c3f56edb1b43e0a1629ed646d667d7196808ba82edf7c9e1c3c9c03fca2ba')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-05-04 Thread Sergej Pupykin
Date: Wednesday, May 4, 2016 @ 15:20:18
  Author: spupykin
Revision: 173725

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-04 13:20:09 UTC (rev 173724)
+++ PKGBUILD2016-05-04 13:20:18 UTC (rev 173725)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-gallery
-pkgver=9.0.1
-pkgrel=1
-pkgdesc="Gallery app for owncloud"
-arch=('any')
-url="http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz;)
-md5sums=('22e370ab236e3299daa845a9530b9734')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/gallery-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/gallery
-}

Copied: owncloud-app-gallery/repos/community-any/PKGBUILD (from rev 173724, 
owncloud-app-gallery/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-04 13:20:18 UTC (rev 173725)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-gallery
+pkgver=9.0.2
+pkgrel=1
+pkgdesc="Gallery app for owncloud"
+arch=('any')
+url="http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/gallery/archive/v$pkgver.tar.gz;)
+md5sums=('78146bc4360939e55d88c168fc137d07')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/gallery-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/gallery
+}


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

2016-05-04 Thread Sergej Pupykin
Date: Wednesday, May 4, 2016 @ 15:19:38
  Author: spupykin
Revision: 173720

upgpkg: owncloud-app-bookmarks 9.0.2-1

upd

Modified:
  owncloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 13:19:32 UTC (rev 173719)
+++ PKGBUILD2016-05-04 13:19:38 UTC (rev 173720)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=owncloud-app-bookmarks
-pkgver=9.0.1
+pkgver=9.0.2
 pkgrel=1
 pkgdesc="Bookmarks app for owncloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/bookmarks/archive/v$pkgver.tar.gz;)
-md5sums=('e96a309ca4a683a9cb4ac6cdb7e2eb4d')
+md5sums=('91a13e9eacd5140bdf4464bc4bbaf139')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


  1   2   >