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

2017-08-11 Thread Felix Yan
Date: Saturday, August 12, 2017 @ 05:58:30
  Author: felixonmars
Revision: 249940

upgpkg: haskell-microlens-aeson 2.2.0.1-14

rebuild with microlens,0.4.8.1

Modified:
  haskell-microlens-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-12 05:39:07 UTC (rev 249939)
+++ PKGBUILD2017-08-12 05:58:30 UTC (rev 249940)
@@ -4,7 +4,7 @@
 _hkgname=microlens-aeson
 pkgname=haskell-microlens-aeson
 pkgver=2.2.0.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Law-abiding lenses for Aeson, using microlens"
 url="http://github.com/fosskers/microlens-aeson/;
 license=('MIT')


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

2017-08-11 Thread Felix Yan
Date: Saturday, August 12, 2017 @ 05:58:52
  Author: felixonmars
Revision: 249941

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

Added:
  haskell-microlens-aeson/repos/community-staging-i686/
  haskell-microlens-aeson/repos/community-staging-i686/PKGBUILD
(from rev 249940, haskell-microlens-aeson/trunk/PKGBUILD)
  haskell-microlens-aeson/repos/community-staging-x86_64/
  haskell-microlens-aeson/repos/community-staging-x86_64/PKGBUILD
(from rev 249940, haskell-microlens-aeson/trunk/PKGBUILD)

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

Copied: haskell-microlens-aeson/repos/community-staging-i686/PKGBUILD (from rev 
249940, haskell-microlens-aeson/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-12 05:58:52 UTC (rev 249941)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=microlens-aeson
+pkgname=haskell-microlens-aeson
+pkgver=2.2.0.1
+pkgrel=14
+pkgdesc="Law-abiding lenses for Aeson, using microlens"
+url="http://github.com/fosskers/microlens-aeson/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-attoparsec' 'haskell-microlens' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('a62398c2d8b3e55d8e054d437b110094cb73cb9ba22fe96bbe9c272c039b9991858a64ca92c407c73ec6ef2ff46664ed1d98b3417126ab5ef89ba368d0aaec46')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-microlens-aeson/repos/community-staging-x86_64/PKGBUILD (from 
rev 249940, haskell-microlens-aeson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-12 05:58:52 UTC (rev 249941)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=microlens-aeson
+pkgname=haskell-microlens-aeson
+pkgver=2.2.0.1
+pkgrel=14
+pkgdesc="Law-abiding lenses for Aeson, using microlens"
+url="http://github.com/fosskers/microlens-aeson/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-attoparsec' 'haskell-microlens' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('a62398c2d8b3e55d8e054d437b110094cb73cb9ba22fe96bbe9c272c039b9991858a64ca92c407c73ec6ef2ff46664ed1d98b3417126ab5ef89ba368d0aaec46')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 

[arch-commits] Commit in python-celery/repos/community-any (12 files)

2017-08-11 Thread Felix Yan
Date: Saturday, August 12, 2017 @ 05:39:07
  Author: felixonmars
Revision: 249939

archrelease: copy trunk to community-any

Added:
  python-celery/repos/community-any/PKGBUILD
(from rev 249938, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-any/celery.tmpfiles.d
(from rev 249938, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-any/celery2.tmpfiles.d
(from rev 249938, python-celery/trunk/celery2.tmpfiles.d)
  python-celery/repos/community-any/celery2@.service
(from rev 249938, python-celery/trunk/celery2@.service)
  python-celery/repos/community-any/celery@.service
(from rev 249938, python-celery/trunk/celery@.service)
Deleted:
  python-celery/repos/community-any/PKGBUILD
  python-celery/repos/community-any/celery.tmpfiles.d
  python-celery/repos/community-any/celery2.tmpfiles.d
  python-celery/repos/community-any/celery2@.service
  python-celery/repos/community-any/celery@.service
  python-celery/repos/community-any/python-celery.install
  python-celery/repos/community-any/python2-celery.install

+
 PKGBUILD   |  202 +++
 celery.tmpfiles.d  |4 
 celery2.tmpfiles.d |4 
 celery2@.service   |   30 +++---
 celery@.service|   30 +++---
 python-celery.install  |3 
 python2-celery.install |3 
 7 files changed, 133 insertions(+), 143 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-12 05:38:34 UTC (rev 249938)
+++ PKGBUILD2017-08-12 05:39:07 UTC (rev 249939)
@@ -1,103 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Marcin Kolenda 
-# Contributor: Valentin Haloiu 
-# Contributor: Lukas Linhart 
-# Contributor: Marco Elver 
-# Contributor: apkawa 
-
-pkgbase=python-celery
-pkgname=('python-celery' 'python2-celery')
-pkgver=4.0.2
-pkgrel=2
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-kombu' 
'python2-kombu'
- 'python-billiard' 'python2-billiard' 'python-pytz' 'python2-pytz')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-case' 
'python2-case'
-  'python-pyopenssl' 'python2-pyopenssl' 'python-gevent' 
'python2-gevent'
-  'python2-librabbitmq' 'python-pymongo' 'python2-pymongo' 
'python-msgpack'
-  'python2-msgpack' 'python-pyro' 'python2-pyro' 'python-redis' 
'python2-redis'
-  'python-sqlalchemy' 'python2-sqlalchemy' 'python-boto' 
'python2-boto' 'python-yaml'
-  'python2-yaml' 'python-pyzmq' 'python2-pyzmq' 'python-eventlet' 
'python2-eventlet')
-source=("https://pypi.io/packages/source/c/celery/celery-$pkgver.tar.gz;
-celery@.service celery2@.service python-celery.install 
python2-celery.install
-celery.tmpfiles.d celery2.tmpfiles.d)
-options=('!emptydirs')
-sha256sums=('e3d5a6c56a73ff8f2ddd4d06dc37f4c2afe4bb4da7928b884d0725ea865ef54d'
-'2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
-'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
-'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'
-'19cfffc0447ec5046b106bc33cc8422942b82f9339971405398835d5d8079f00'
-'c60185a7e2192dfd98d41cbea6ef0f8ed24cafd79aeae6f0792360fa6ddf6f46'
-'fdb55a9b2ee2b7e0b55ffb576ebcd14d846cdfdb2c5131a68c64275c391f6aa5')
-
-prepare() {
-  cp -a celery-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/celery-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/celery-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/celery-$pkgver
-  # Tests stuck with Python 3.6
-  # https://bugs.python.org/issue27650
-  # python setup.py ptr
-
-  cd "$srcdir"/celery-$pkgver-py2
-  python2 setup.py ptr
-}
-
-package_python-celery() {
-  depends=('python-kombu' 'python-billiard' 'python-pytz')
-  optdepends=('python-pyopenssl: for celery.security'
-  'python-pymongo: for celery.backends.mongodb'
-  'python-msgpack: for using the msgpack serializer'
-  'python-pyro: for using Pyro4 message transport'
-  'python-redis: for celery.backends.redis'
-  'python-sqlalchemy: for celery.backends.database'
-  'python-boto: for SQS transport'
-  'python-yaml: for using the yaml serializer'
-  'python-pyzmq: for using ZeroMQ transport')
-  install=python-celery.install
-
-  cd "$srcdir"/celery-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 "$srcdir"/celery@.service 
"$pkgdir"/usr/lib/systemd/system/celery@.service
-  

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

2017-08-11 Thread Felix Yan
Date: Saturday, August 12, 2017 @ 05:38:34
  Author: felixonmars
Revision: 249938

upgpkg: python-celery 4.1.0-1

Modified:
  python-celery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-12 05:37:34 UTC (rev 249937)
+++ PKGBUILD2017-08-12 05:38:34 UTC (rev 249938)
@@ -8,8 +8,8 @@
 
 pkgbase=python-celery
 pkgname=('python-celery' 'python2-celery')
-pkgver=4.0.2
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
 pkgdesc='Distributed Asynchronous Task Queue'
 arch=('any')
 url='http://celeryproject.org/'
@@ -26,13 +26,11 @@
 celery@.service celery2@.service
 celery.tmpfiles.d celery2.tmpfiles.d)
 options=('!emptydirs')
-sha256sums=('e3d5a6c56a73ff8f2ddd4d06dc37f4c2afe4bb4da7928b884d0725ea865ef54d'
-'2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
-'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
-'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'
-'19cfffc0447ec5046b106bc33cc8422942b82f9339971405398835d5d8079f00'
-'c60185a7e2192dfd98d41cbea6ef0f8ed24cafd79aeae6f0792360fa6ddf6f46'
-'fdb55a9b2ee2b7e0b55ffb576ebcd14d846cdfdb2c5131a68c64275c391f6aa5')
+sha512sums=('5232adc43ba55d01f2b030382075750033e0c5c2abdc8308903e0cef7a465513b7765e2ae495da6555b377452ae233500530ef9d57e584a5352a54c5f4731c64'
+
'3c6c9dbdacca2de12d49c03526b34797fd867c14d04115af0d1fda64d2848a5d3f64ceb6d284be319a81d932dc86e69c157b6f5f859f2fa213fc2f43a6052c65'
+
'1227803e56d5ea7879e097609b8f85633d6c0af4fa3607b98b4f30ffad093b0f3c3e7c54d965f44e954b6d9642a08e767836a9b837e225772d61dffa2042577c'
+
'67279b75c3b44d065811c9c90aee006296164000912d5bb97c74956b26ee4ad4f0847e846052a896d379848b869c849300367e676d3f689cf29e3a0c7ae5310b'
+
'ffeb86b07440de7943343d5a9348980a45d414f42dd29fd78f70e3680600e5dfb6a3a48748746e3af00f42aad9ba1cd8efeb8b2e81e86fb6febde16429b51399')
 
 prepare() {
   cp -a celery-$pkgver{,-py2}
@@ -50,10 +48,10 @@
   cd "$srcdir"/celery-$pkgver
   # Tests stuck with Python 3.6
   # https://bugs.python.org/issue27650
-  # python setup.py ptr
+  # python setup.py pytest
 
   cd "$srcdir"/celery-$pkgver-py2
-  python2 setup.py ptr
+  python2 setup.py pytest
 }
 
 package_python-celery() {


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

2017-08-11 Thread Felix Yan
Date: Saturday, August 12, 2017 @ 05:37:34
  Author: felixonmars
Revision: 249937

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

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

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

Copied: haskell-microlens/repos/community-staging-i686/PKGBUILD (from rev 
249936, haskell-microlens/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-12 05:37:34 UTC (rev 249937)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=microlens
+pkgname=haskell-microlens
+pkgver=0.4.8.1
+pkgrel=1
+pkgdesc="A tiny lens library with no dependencies. If you're writing an app, 
you probably want microlens-platform, not this."
+url="http://github.com/aelve/microlens;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c16420d40c75c6a8903b21b34177dc5cb6d597e5fb22e60a4e3e4592aef14a488462163759a6e191b8ff02ecad1faafaca92d09a32836813db681b96f5baa664')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-microlens/repos/community-staging-x86_64/PKGBUILD (from rev 
249936, haskell-microlens/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-12 05:37:34 UTC (rev 249937)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=microlens
+pkgname=haskell-microlens
+pkgver=0.4.8.1
+pkgrel=1
+pkgdesc="A tiny lens library with no dependencies. If you're writing an app, 
you probably want microlens-platform, not this."
+url="http://github.com/aelve/microlens;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c16420d40c75c6a8903b21b34177dc5cb6d597e5fb22e60a4e3e4592aef14a488462163759a6e191b8ff02ecad1faafaca92d09a32836813db681b96f5baa664')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s 

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

2017-08-11 Thread Felix Yan
Date: Saturday, August 12, 2017 @ 05:37:11
  Author: felixonmars
Revision: 249936

upgpkg: haskell-microlens 0.4.8.1-1

rebuild with microlens,0.4.8.1

Modified:
  haskell-microlens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-12 05:34:41 UTC (rev 249935)
+++ PKGBUILD2017-08-12 05:37:11 UTC (rev 249936)
@@ -4,15 +4,15 @@
 
 _hkgname=microlens
 pkgname=haskell-microlens
-pkgver=0.4.8.0
-pkgrel=2
+pkgver=0.4.8.1
+pkgrel=1
 pkgdesc="A tiny lens library with no dependencies. If you're writing an app, 
you probably want microlens-platform, not this."
 url="http://github.com/aelve/microlens;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc")
+depends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('aa0b12717671593f7e2cd686762fb842b22bf3e5b4559e4db8863f1d30be7af5')
+sha512sums=('c16420d40c75c6a8903b21b34177dc5cb6d597e5fb22e60a4e3e4592aef14a488462163759a6e191b8ff02ecad1faafaca92d09a32836813db681b96f5baa664')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -19,7 +19,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script


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

2017-08-11 Thread Felix Yan
Date: Saturday, August 12, 2017 @ 05:34:24
  Author: felixonmars
Revision: 249934

upgpkg: python-zope-deprecation 4.3.0-1

Modified:
  python-zope-deprecation/trunk/PKGBUILD

--+
 PKGBUILD |   29 +++--
 1 file changed, 15 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-12 05:33:39 UTC (rev 249933)
+++ PKGBUILD2017-08-12 05:34:24 UTC (rev 249934)
@@ -1,35 +1,36 @@
 # $Id$
 # Maintainer: Felix Yan 
 
+pkgbase=python-zope-deprecation
 pkgname=('python-zope-deprecation' 'python2-zope-deprecation')
-pkgver=4.2.0
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
 pkgdesc="Zope Deprecation Infrastructure"
 arch=('any')
 url="https://github.com/zopefoundation/zope.deprecation;
 license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
+makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/zopefoundation/zope.deprecation.git#tag=$pkgver;)
-sha256sums=('SKIP')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.deprecation/archive/$pkgver.tar.gz;)
+sha512sums=('a1eb90897c39e0a3caf9012ee43a32894e3bc69e78cfa2d3d76f37b745d72e6746ac0f5269ac23a9aef569195fdfc100c1e61ad1b121e9a162cb1427f88d7e1e')
 
 prepare() {
-  cp -a zope.deprecation{,-py2}
+  cp -a zope.deprecation-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir/zope.deprecation"
+  cd "$srcdir"/zope.deprecation-$pkgver
   python setup.py build
 
-  cd "$srcdir/zope.deprecation-py2"
+  cd "$srcdir"/zope.deprecation-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/zope.deprecation"
+  cd "$srcdir"/zope.deprecation-$pkgver
   nosetests3
 
-  cd "$srcdir/zope.deprecation-py2"
+  cd "$srcdir"/zope.deprecation-$pkgver-py2
   nosetests2
 }
 
@@ -36,15 +37,15 @@
 package_python-zope-deprecation() {
   depends=('python-setuptools')
 
-  cd "$srcdir/zope.deprecation"
-  python setup.py install --root="$pkgdir/" --optimize=1
+  cd zope.deprecation-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
 }
 
 package_python2-zope-deprecation() {
   depends=('python2-setuptools')
 
-  cd "$srcdir/zope.deprecation-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
+  cd zope.deprecation-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
 }
 
 # vim:set ts=2 sw=2 et:


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

2017-08-11 Thread Felix Yan
Date: Saturday, August 12, 2017 @ 05:34:41
  Author: felixonmars
Revision: 249935

archrelease: copy trunk to community-any

Added:
  python-zope-deprecation/repos/community-any/PKGBUILD
(from rev 249934, python-zope-deprecation/trunk/PKGBUILD)
Deleted:
  python-zope-deprecation/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-12 05:34:24 UTC (rev 249934)
+++ PKGBUILD2017-08-12 05:34:41 UTC (rev 249935)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=('python-zope-deprecation' 'python2-zope-deprecation')
-pkgver=4.2.0
-pkgrel=2
-pkgdesc="Zope Deprecation Infrastructure"
-arch=('any')
-url="https://github.com/zopefoundation/zope.deprecation;
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/zopefoundation/zope.deprecation.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a zope.deprecation{,-py2}
-}
-
-build() {
-  cd "$srcdir/zope.deprecation"
-  python setup.py build
-
-  cd "$srcdir/zope.deprecation-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/zope.deprecation"
-  nosetests3
-
-  cd "$srcdir/zope.deprecation-py2"
-  nosetests2
-}
-
-package_python-zope-deprecation() {
-  depends=('python-setuptools')
-
-  cd "$srcdir/zope.deprecation"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-zope-deprecation() {
-  depends=('python2-setuptools')
-
-  cd "$srcdir/zope.deprecation-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-deprecation/repos/community-any/PKGBUILD (from rev 249934, 
python-zope-deprecation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-12 05:34:41 UTC (rev 249935)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-zope-deprecation
+pkgname=('python-zope-deprecation' 'python2-zope-deprecation')
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="Zope Deprecation Infrastructure"
+arch=('any')
+url="https://github.com/zopefoundation/zope.deprecation;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.deprecation/archive/$pkgver.tar.gz;)
+sha512sums=('a1eb90897c39e0a3caf9012ee43a32894e3bc69e78cfa2d3d76f37b745d72e6746ac0f5269ac23a9aef569195fdfc100c1e61ad1b121e9a162cb1427f88d7e1e')
+
+prepare() {
+  cp -a zope.deprecation-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/zope.deprecation-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/zope.deprecation-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.deprecation-$pkgver
+  nosetests3
+
+  cd "$srcdir"/zope.deprecation-$pkgver-py2
+  nosetests2
+}
+
+package_python-zope-deprecation() {
+  depends=('python-setuptools')
+
+  cd zope.deprecation-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-zope-deprecation() {
+  depends=('python2-setuptools')
+
+  cd zope.deprecation-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-08-11 Thread Sébastien Luttringer
Date: Friday, August 11, 2017 @ 23:30:22
  Author: seblu
Revision: 301959

archrelease: copy trunk to extra-any

Added:
  wayland-protocols/repos/extra-any/PKGBUILD
(from rev 301958, wayland-protocols/trunk/PKGBUILD)
Deleted:
  wayland-protocols/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-11 23:30:10 UTC (rev 301958)
+++ PKGBUILD2017-08-11 23:30:22 UTC (rev 301959)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-
-pkgname=wayland-protocols
-pkgver=1.9
-pkgrel=1
-pkgdesc='Specifications of extended Wayland protocols'
-arch=('any')
-url='https://wayland.freedesktop.org/'
-license=('MIT')
-makedepends=('wayland')
-validpgpkeys=('8307C0A224BABDA1BABD0EB9A6EEEC9E0136164A'  # Jonas Ådahl
-  'A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # Daniel Stone
-source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('66954853df10e144bb3c4f6facf0e7a49ff391e2'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wayland-protocols/repos/extra-any/PKGBUILD (from rev 301958, 
wayland-protocols/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-11 23:30:22 UTC (rev 301959)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+
+pkgname=wayland-protocols
+pkgver=1.10
+pkgrel=1
+pkgdesc='Specifications of extended Wayland protocols'
+arch=('any')
+url='https://wayland.freedesktop.org/'
+license=('MIT')
+makedepends=('wayland')
+validpgpkeys=('8307C0A224BABDA1BABD0EB9A6EEEC9E0136164A'  # Jonas Ådahl
+  'A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # Daniel Stone
+source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('4f1322f03fa8b2e6467b8f71471f53eff82728a4'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-08-11 Thread Sébastien Luttringer
Date: Friday, August 11, 2017 @ 23:30:10
  Author: seblu
Revision: 301958

upgpkg: wayland-protocols 1.10-1

Modified:
  wayland-protocols/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 23:19:12 UTC (rev 301957)
+++ PKGBUILD2017-08-11 23:30:10 UTC (rev 301958)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer 
 
 pkgname=wayland-protocols
-pkgver=1.9
+pkgver=1.10
 pkgrel=1
 pkgdesc='Specifications of extended Wayland protocols'
 arch=('any')
@@ -12,7 +12,7 @@
 validpgpkeys=('8307C0A224BABDA1BABD0EB9A6EEEC9E0136164A'  # Jonas Ådahl
   'A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # Daniel Stone
 
source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('66954853df10e144bb3c4f6facf0e7a49ff391e2'
+sha1sums=('4f1322f03fa8b2e6467b8f71471f53eff82728a4'
   'SKIP')
 
 build() {


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

2017-08-11 Thread Sébastien Luttringer
Date: Friday, August 11, 2017 @ 23:28:34
  Author: seblu
Revision: 249902

upgpkg: ferm 2.4.1-1

Modified:
  ferm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 23:26:39 UTC (rev 249901)
+++ PKGBUILD2017-08-11 23:28:34 UTC (rev 249902)
@@ -4,7 +4,7 @@
 # Contributor: Manuel Mazzuola 
 
 pkgname=ferm
-pkgver=2.4
+pkgver=2.4.1
 pkgrel=1
 pkgdesc='Tool to maintain complex firewalls'
 arch=('any')
@@ -13,10 +13,12 @@
 depends=('iptables' 'perl')
 optdepends=('ebtables' 'arptables' 'ipset')
 backup=("etc/$pkgname.conf")
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann 

 source=(
-  "http://ferm.foo-projects.org/download/${pkgver:0:3}/$pkgname-$pkgver.tar.gz;
+  
"http://ferm.foo-projects.org/download/${pkgver:0:3}/$pkgname-$pkgver.tar.xz"{,.sig}
   "$pkgname.service")
-md5sums=('82a04e5bd064126aa759d9e64e5418dc'
+md5sums=('4d359bc809887bcf401eef7e76012e5c'
+ 'SKIP'
  '9c5ece2628fd86a73b70f9c39df63e9f')
 
 package() {


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

2017-08-11 Thread Sébastien Luttringer
Date: Friday, August 11, 2017 @ 23:28:44
  Author: seblu
Revision: 249903

archrelease: copy trunk to community-any

Added:
  ferm/repos/community-any/PKGBUILD
(from rev 249902, ferm/trunk/PKGBUILD)
  ferm/repos/community-any/ferm.service
(from rev 249902, ferm/trunk/ferm.service)
Deleted:
  ferm/repos/community-any/PKGBUILD
  ferm/repos/community-any/ferm.service

--+
 PKGBUILD |   76 +
 ferm.service |   30 +++---
 2 files changed, 54 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-11 23:28:34 UTC (rev 249902)
+++ PKGBUILD2017-08-11 23:28:44 UTC (rev 249903)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Marti Raudsepp 
-# Contributor: Manuel Mazzuola 
-
-pkgname=ferm
-pkgver=2.4
-pkgrel=1
-pkgdesc='Tool to maintain complex firewalls'
-arch=('any')
-url='http://ferm.foo-projects.org/'
-license=('GPL2')
-depends=('iptables' 'perl')
-optdepends=('ebtables' 'arptables' 'ipset')
-backup=("etc/$pkgname.conf")
-source=(
-  "http://ferm.foo-projects.org/download/${pkgver:0:3}/$pkgname-$pkgver.tar.gz;
-  "$pkgname.service")
-md5sums=('82a04e5bd064126aa759d9e64e5418dc'
- '9c5ece2628fd86a73b70f9c39df63e9f')
-
-package() {
-  # software setup
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir/usr" install
-  cd "$pkgdir"
-  # setup default config
-  install -D -m 644 usr/share/doc/ferm/examples/workstation.ferm 
etc/$pkgname.conf
-  # remove fancy docs
-  rm usr/share/doc/ferm/ferm.{html,txt}
-  # /usr merge
-  mv usr/sbin usr/bin
-  # systemd
-  install -Dm 644 "$srcdir/$pkgname.service" 
usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ferm/repos/community-any/PKGBUILD (from rev 249902, ferm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-11 23:28:44 UTC (rev 249903)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Marti Raudsepp 
+# Contributor: Manuel Mazzuola 
+
+pkgname=ferm
+pkgver=2.4.1
+pkgrel=1
+pkgdesc='Tool to maintain complex firewalls'
+arch=('any')
+url='http://ferm.foo-projects.org/'
+license=('GPL2')
+depends=('iptables' 'perl')
+optdepends=('ebtables' 'arptables' 'ipset')
+backup=("etc/$pkgname.conf")
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann 

+source=(
+  
"http://ferm.foo-projects.org/download/${pkgver:0:3}/$pkgname-$pkgver.tar.xz"{,.sig}
+  "$pkgname.service")
+md5sums=('4d359bc809887bcf401eef7e76012e5c'
+ 'SKIP'
+ '9c5ece2628fd86a73b70f9c39df63e9f')
+
+package() {
+  # software setup
+  cd $pkgname-$pkgver
+  make PREFIX="$pkgdir/usr" install
+  cd "$pkgdir"
+  # setup default config
+  install -D -m 644 usr/share/doc/ferm/examples/workstation.ferm 
etc/$pkgname.conf
+  # remove fancy docs
+  rm usr/share/doc/ferm/ferm.{html,txt}
+  # /usr merge
+  mv usr/sbin usr/bin
+  # systemd
+  install -Dm 644 "$srcdir/$pkgname.service" 
usr/lib/systemd/system/$pkgname.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ferm.service
===
--- ferm.service2017-08-11 23:28:34 UTC (rev 249902)
+++ ferm.service2017-08-11 23:28:44 UTC (rev 249903)
@@ -1,15 +0,0 @@
-[Unit]
-Description=for Easy Rule Making
-After=ipset.service
-Before=network-pre.target
-Wants=network-pre.target
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/bin/ferm /etc/ferm.conf
-ExecReload=/usr/bin/ferm /etc/ferm.conf
-ExecStop=/usr/bin/ferm -F /etc/ferm.conf
-
-[Install]
-WantedBy=multi-user.target

Copied: ferm/repos/community-any/ferm.service (from rev 249902, 
ferm/trunk/ferm.service)
===
--- ferm.service(rev 0)
+++ ferm.service2017-08-11 23:28:44 UTC (rev 249903)
@@ -0,0 +1,15 @@
+[Unit]
+Description=for Easy Rule Making
+After=ipset.service
+Before=network-pre.target
+Wants=network-pre.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/ferm /etc/ferm.conf
+ExecReload=/usr/bin/ferm /etc/ferm.conf
+ExecStop=/usr/bin/ferm -F /etc/ferm.conf
+
+[Install]
+WantedBy=multi-user.target


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

2017-08-11 Thread Anatol Pomozov
Date: Friday, August 11, 2017 @ 23:26:39
  Author: anatolik
Revision: 249901

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

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

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

Copied: sshfs/repos/community-testing-i686/PKGBUILD (from rev 249900, 
sshfs/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-08-11 23:26:39 UTC (rev 249901)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+
+pkgname=sshfs
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="FUSE client based on the SSH File Transfer Protocol"
+arch=(x86_64 i686)
+url="http://github.com/libfuse/sshfs;
+license=(GPL)
+depends=(fuse3 glib2 openssh)
+makedepends=(meson)
+source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$pkgver/sshfs-$pkgver.tar.gz{,.asc})
+sha256sums=('c4f439ef0b8122e126f3ab9c0c84cc1665a58777e0f10806fa68f241bc6d3874'
+'SKIP')
+validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath 

+
+build() {
+  cd $pkgname-$pkgver
+
+  [[ $CARCH == 'i686' ]] && export CFLAGS+=" -D_FILE_OFFSET_BITS=64"
+  rm -rf build
+  mkdir build
+  cd build
+  meson --prefix=/usr ..
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}

Copied: sshfs/repos/community-testing-x86_64/PKGBUILD (from rev 249900, 
sshfs/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-08-11 23:26:39 UTC (rev 249901)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+
+pkgname=sshfs
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="FUSE client based on the SSH File Transfer Protocol"
+arch=(x86_64 i686)
+url="http://github.com/libfuse/sshfs;
+license=(GPL)
+depends=(fuse3 glib2 openssh)
+makedepends=(meson)
+source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$pkgver/sshfs-$pkgver.tar.gz{,.asc})
+sha256sums=('c4f439ef0b8122e126f3ab9c0c84cc1665a58777e0f10806fa68f241bc6d3874'
+'SKIP')
+validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath 

+
+build() {
+  cd $pkgname-$pkgver
+
+  [[ $CARCH == 'i686' ]] && export CFLAGS+=" -D_FILE_OFFSET_BITS=64"
+  rm -rf build
+  mkdir build
+  cd build
+  meson --prefix=/usr ..
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}


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

2017-08-11 Thread Anatol Pomozov
Date: Friday, August 11, 2017 @ 23:26:00
  Author: anatolik
Revision: 249900

upgpkg: sshfs 3.1.0-1

Switch default build system to meson

Modified:
  sshfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 23:15:04 UTC (rev 249899)
+++ PKGBUILD2017-08-11 23:26:00 UTC (rev 249900)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=sshfs
-pkgver=3.0.0
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="FUSE client based on the SSH File Transfer Protocol"
 arch=(x86_64 i686)
@@ -10,8 +10,9 @@
 url="http://github.com/libfuse/sshfs;
 license=(GPL)
 depends=(fuse3 glib2 openssh)
+makedepends=(meson)
 
source=(https://github.com/libfuse/sshfs/releases/download/sshfs-$pkgver/sshfs-$pkgver.tar.gz{,.asc})
-sha256sums=('644966c7326c1b788a80318c5806f20f6d42dd72ab686f66d6120bd108b54d2d'
+sha256sums=('c4f439ef0b8122e126f3ab9c0c84cc1665a58777e0f10806fa68f241bc6d3874'
 'SKIP')
 validpgpkeys=('ED31791B2C5C1613AF388B8AD113FCAC3C4E599F') # Nikolaus Rath 

 
@@ -19,12 +20,15 @@
   cd $pkgname-$pkgver
 
   [[ $CARCH == 'i686' ]] && export CFLAGS+=" -D_FILE_OFFSET_BITS=64"
-  ./configure --prefix=/usr
-  make
+  rm -rf build
+  mkdir build
+  cd build
+  meson --prefix=/usr ..
+  ninja
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver/build
 
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja install
 }


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

2017-08-11 Thread Anatol Pomozov
Date: Friday, August 11, 2017 @ 23:19:12
  Author: anatolik
Revision: 301957

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

Added:
  fuse3/repos/testing-i686/
  fuse3/repos/testing-i686/PKGBUILD
(from rev 301956, fuse3/trunk/PKGBUILD)
  fuse3/repos/testing-i686/fuse.conf
(from rev 301956, fuse3/trunk/fuse.conf)
  fuse3/repos/testing-x86_64/
  fuse3/repos/testing-x86_64/PKGBUILD
(from rev 301956, fuse3/trunk/PKGBUILD)
  fuse3/repos/testing-x86_64/fuse.conf
(from rev 301956, fuse3/trunk/fuse.conf)

--+
 testing-i686/PKGBUILD|   72 +
 testing-i686/fuse.conf   |9 +
 testing-x86_64/PKGBUILD  |   72 +
 testing-x86_64/fuse.conf |9 +
 4 files changed, 162 insertions(+)

Copied: fuse3/repos/testing-i686/PKGBUILD (from rev 301956, 
fuse3/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-11 23:19:12 UTC (rev 301957)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Gundersen 
+# Contributor: Mark Rosenstand 
+
+pkgbase=fuse3
+pkgname=(fuse-common fuse3)
+pkgver=3.1.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/libfuse/libfuse'
+license=('GPL2')
+makedepends=('pkg-config' 'meson' 'udev')
+options=(!emptydirs)
+source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc}
+   'fuse.conf')
+sha1sums=('2544da3b7719f96f66672d3b5cc3624e58852f5c'
+  'SKIP'
+  '3b42e37a741d4651099225987dc40e7f02a716ad')
+validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

+
+build() {
+  cd fuse-$pkgver
+
+  rm -rf build
+  meson --prefix=/usr --sbindir=bin . build
+  cd build
+  ninja
+}
+
+package_fuse-common() {
+  pkgdesc="Common files for fuse2/3 packages"
+  backup=(etc/fuse.conf)
+
+  cd fuse-$pkgver/build
+  DESTDIR=${pkgdir} ninja install
+
+  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
+
+  # static device nodes are handled by udev
+  rm -r ${pkgdir}/dev
+
+  # Remove init script in wrong path
+  # Don't add our own for now, as fusectl fs oopses on 2.6.18
+  rm -r ${pkgdir}/etc/init.d
+
+  # part of fuse3 package
+  rm -r 
${pkgdir}/usr/{bin,include,lib/{pkgconfig,libfuse3.so*},share/man/man1/fusermount3.1.gz}
+
+  # workaround bug in fuse meson script
+  mv ${pkgdir}/usr/lib/udev/rules.d/udev/rules.d/99-fuse3.rules 
${pkgdir}/usr/lib/udev/rules.d/99-fuse3.rules
+}
+
+package_fuse3() {
+  pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
+  depends=('glibc' 'fuse-common')
+
+  cd fuse-$pkgver/build
+
+  DESTDIR=${pkgdir} ninja install
+
+  # Remove init script in wrong path
+  # Don't add our own for now, as fusectl fs oopses on 2.6.18
+  rm -r ${pkgdir}/etc/init.d
+
+  # static device nodes are handled by udev
+  rm -r ${pkgdir}/dev
+
+  # part of fuse-common package
+  rm -r ${pkgdir}/usr/lib/udev/rules.d
+  rm ${pkgdir}/usr/share/man/man8/mount.fuse.8.gz
+}

Copied: fuse3/repos/testing-i686/fuse.conf (from rev 301956, 
fuse3/trunk/fuse.conf)
===
--- testing-i686/fuse.conf  (rev 0)
+++ testing-i686/fuse.conf  2017-08-11 23:19:12 UTC (rev 301957)
@@ -0,0 +1,9 @@
+# Set the maximum number of FUSE mounts allowed to non-root users.
+# The default is 1000.
+#
+#mount_max = 1000
+
+# Allow non-root users to specify the 'allow_other' or 'allow_root'
+# mount options.
+#
+#user_allow_other

Copied: fuse3/repos/testing-x86_64/PKGBUILD (from rev 301956, 
fuse3/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-08-11 23:19:12 UTC (rev 301957)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Gundersen 
+# Contributor: Mark Rosenstand 
+
+pkgbase=fuse3
+pkgname=(fuse-common fuse3)
+pkgver=3.1.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://github.com/libfuse/libfuse'
+license=('GPL2')
+makedepends=('pkg-config' 'meson' 'udev')
+options=(!emptydirs)
+source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc}
+   'fuse.conf')
+sha1sums=('2544da3b7719f96f66672d3b5cc3624e58852f5c'
+  'SKIP'
+  '3b42e37a741d4651099225987dc40e7f02a716ad')
+validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

+
+build() {
+  cd fuse-$pkgver
+
+  rm -rf build
+  meson --prefix=/usr --sbindir=bin . build
+  cd build
+  ninja
+}
+
+package_fuse-common() {
+  pkgdesc="Common files for fuse2/3 packages"
+  backup=(etc/fuse.conf)
+
+  cd 

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

2017-08-11 Thread Anatol Pomozov
Date: Friday, August 11, 2017 @ 23:18:37
  Author: anatolik
Revision: 301956

upgpkg: fuse3 3.1.1-1

Meson became the default build system

Modified:
  fuse3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 23:07:22 UTC (rev 301955)
+++ PKGBUILD2017-08-11 23:18:37 UTC (rev 301956)
@@ -5,16 +5,16 @@
 
 pkgbase=fuse3
 pkgname=(fuse-common fuse3)
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://github.com/libfuse/libfuse'
 license=('GPL2')
-makedepends=('pkg-config')
+makedepends=('pkg-config' 'meson' 'udev')
 options=(!emptydirs)
 
source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc}
'fuse.conf')
-sha1sums=('081ca79d03b5e401fb567c203a5044f35e67284a'
+sha1sums=('2544da3b7719f96f66672d3b5cc3624e58852f5c'
   'SKIP'
   '3b42e37a741d4651099225987dc40e7f02a716ad')
 validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

@@ -22,9 +22,10 @@
 build() {
   cd fuse-$pkgver
 
-  export MOUNT_FUSE_PATH=/usr/bin
-  ./configure --prefix=/usr --libdir=/usr/lib --enable-lib --enable-util 
--disable-example
-  make
+  rm -rf build
+  meson --prefix=/usr --sbindir=bin . build
+  cd build
+  ninja
 }
 
 package_fuse-common() {
@@ -31,8 +32,8 @@
   pkgdesc="Common files for fuse2/3 packages"
   backup=(etc/fuse.conf)
 
-  cd fuse-$pkgver
-  make DESTDIR=${pkgdir} install
+  cd fuse-$pkgver/build
+  DESTDIR=${pkgdir} ninja install
 
   install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
 
@@ -41,10 +42,13 @@
 
   # Remove init script in wrong path
   # Don't add our own for now, as fusectl fs oopses on 2.6.18
-  rm -r ${pkgdir}/usr/etc/init.d
+  rm -r ${pkgdir}/etc/init.d
 
   # part of fuse3 package
-  rm -r 
${pkgdir}/usr/{bin,include,lib/{pkgconfig,libfuse3.so*,*.a},share/man/man1/fusermount3.1}
+  rm -r 
${pkgdir}/usr/{bin,include,lib/{pkgconfig,libfuse3.so*},share/man/man1/fusermount3.1.gz}
+
+  # workaround bug in fuse meson script
+  mv ${pkgdir}/usr/lib/udev/rules.d/udev/rules.d/99-fuse3.rules 
${pkgdir}/usr/lib/udev/rules.d/99-fuse3.rules
 }
 
 package_fuse3() {
@@ -51,13 +55,13 @@
   pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
   depends=('glibc' 'fuse-common')
 
-  cd fuse-$pkgver
+  cd fuse-$pkgver/build
 
-  make DESTDIR=${pkgdir} install
+  DESTDIR=${pkgdir} ninja install
 
   # Remove init script in wrong path
   # Don't add our own for now, as fusectl fs oopses on 2.6.18
-  rm -r ${pkgdir}/usr/etc/init.d
+  rm -r ${pkgdir}/etc/init.d
 
   # static device nodes are handled by udev
   rm -r ${pkgdir}/dev
@@ -64,5 +68,5 @@
 
   # part of fuse-common package
   rm -r ${pkgdir}/usr/lib/udev/rules.d
-  rm ${pkgdir}/usr/share/man/man8/mount.fuse.8
+  rm ${pkgdir}/usr/share/man/man8/mount.fuse.8.gz
 }


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

2017-08-11 Thread Sébastien Luttringer
Date: Friday, August 11, 2017 @ 23:15:04
  Author: seblu
Revision: 249899

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-11 23:14:32 UTC (rev 249898)
+++ community-i686/PKGBUILD 2017-08-11 23:15:04 UTC (rev 249899)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=2.0.0
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='https://wayland.freedesktop.org/'
-license=('MIT')
-depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
- 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
- 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
- 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord')
-makedepends=('wayland-protocols')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('90b3abb1b39f34a052d899ea85cc4e5e0be60bd3'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/weston \
---enable-libinput-backend \
---enable-systemd-login \
---enable-systemd-notify \
---enable-xwayland \
---enable-demo-clients-install
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # license
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: weston/repos/community-i686/PKGBUILD (from rev 249898, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-11 23:15:04 UTC (rev 249899)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=3.0.0
+pkgrel=1
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='https://wayland.freedesktop.org/'
+license=('MIT')
+depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
+ 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
+ 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
+ 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord')
+makedepends=('wayland-protocols')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('0a75c2ee10f2453a073411157bb6ed029080669f'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/weston \
+--enable-libinput-backend \
+--enable-systemd-login \
+--enable-systemd-notify \
+--enable-xwayland \
+--enable-demo-clients-install
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-11 23:14:32 UTC (rev 249898)
+++ community-x86_64/PKGBUILD   2017-08-11 23:15:04 UTC (rev 249899)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=2.0.0
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='https://wayland.freedesktop.org/'
-license=('MIT')
-depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
- 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
- 'mesa' 'libegl' 'libgles' 'glib2' 'pango' 'lcms2' 'mtdev' 'libx11'
- 'libxcb' 'dbus' 'libva' 'libxcursor' 'colord')
-makedepends=('wayland-protocols')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('90b3abb1b39f34a052d899ea85cc4e5e0be60bd3'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
- 

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

2017-08-11 Thread Sébastien Luttringer
Date: Friday, August 11, 2017 @ 23:14:32
  Author: seblu
Revision: 249898

upgpkg: weston 3.0.0-1

Modified:
  weston/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 21:14:01 UTC (rev 249897)
+++ PKGBUILD2017-08-11 23:14:32 UTC (rev 249898)
@@ -3,8 +3,8 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=weston
-pkgver=2.0.0
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
 pkgdesc='Reference implementation of a Wayland compositor'
 arch=('i686' 'x86_64')
 url='https://wayland.freedesktop.org/'
@@ -16,7 +16,7 @@
 makedepends=('wayland-protocols')
 validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
 
source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('90b3abb1b39f34a052d899ea85cc4e5e0be60bd3'
+sha1sums=('0a75c2ee10f2453a073411157bb6ed029080669f'
   'SKIP')
 
 build() {


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

2017-08-11 Thread Sébastien Luttringer
Date: Friday, August 11, 2017 @ 23:07:22
  Author: seblu
Revision: 301955

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-11 23:06:37 UTC (rev 301954)
+++ extra-i686/PKGBUILD 2017-08-11 23:07:22 UTC (rev 301955)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Maintainer: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=wayland
-pkgver=1.13.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('i686' 'x86_64')
-url='https://wayland.freedesktop.org/'
-license=('MIT')
-depends=('glibc' 'libffi' 'expat' 'libxml2')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('a8575325ed2885948624043c71629310df928312'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-documentation \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wayland/repos/extra-i686/PKGBUILD (from rev 301954, 
wayland/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-11 23:07:22 UTC (rev 301955)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=wayland
+pkgver=1.14.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='https://wayland.freedesktop.org/'
+license=('MIT')
+depends=('glibc' 'libffi' 'expat' 'libxml2')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('53a443be3bafe73209bbc49ef2cb134ed16e0141'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-documentation \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-11 23:06:37 UTC (rev 301954)
+++ extra-x86_64/PKGBUILD   2017-08-11 23:07:22 UTC (rev 301955)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Maintainer: Sébastien Luttringer 
-# Contributor: Joel Teichroeb 
-
-pkgname=wayland
-pkgver=1.13.0
-pkgrel=1
-pkgdesc='A computer display server protocol'
-arch=('i686' 'x86_64')
-url='https://wayland.freedesktop.org/'
-license=('MIT')
-depends=('glibc' 'libffi' 'expat' 'libxml2')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('a8575325ed2885948624043c71629310df928312'
-  'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-documentation \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wayland/repos/extra-x86_64/PKGBUILD (from rev 301954, 
wayland/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-11 23:07:22 UTC (rev 301955)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Maintainer: Sébastien Luttringer 
+# Contributor: Joel Teichroeb 
+
+pkgname=wayland
+pkgver=1.14.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='https://wayland.freedesktop.org/'
+license=('MIT')
+depends=('glibc' 'libffi' 'expat' 'libxml2')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington

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

2017-08-11 Thread Sébastien Luttringer
Date: Friday, August 11, 2017 @ 23:06:37
  Author: seblu
Revision: 301954

upgpkg: wayland 1.14.0-1

Modified:
  wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 22:12:21 UTC (rev 301953)
+++ PKGBUILD2017-08-11 23:06:37 UTC (rev 301954)
@@ -4,7 +4,7 @@
 # Contributor: Joel Teichroeb 
 
 pkgname=wayland
-pkgver=1.13.0
+pkgver=1.14.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc' 'libffi' 'expat' 'libxml2')
 validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
 
source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('a8575325ed2885948624043c71629310df928312'
+sha1sums=('53a443be3bafe73209bbc49ef2cb134ed16e0141'
   'SKIP')
 
 build() {


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

2017-08-11 Thread Jan de Groot
Date: Friday, August 11, 2017 @ 22:12:21
  Author: jgc
Revision: 301953

Switch to HTTPS

Modified:
  libspectre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 22:10:54 UTC (rev 301952)
+++ PKGBUILD2017-08-11 22:12:21 UTC (rev 301953)
@@ -9,7 +9,7 @@
 license=('GPL2')
 url="https://www.freedesktop.org/wiki/Software/libspectre;
 depends=('ghostscript>=9.00')
-source=(http://libspectre.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+source=(https://libspectre.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
 sha1sums=('322499a5ba8874bc0cc20426b0e429024bf1a573')
 
 build() {


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

2017-08-11 Thread Jan de Groot
Date: Friday, August 11, 2017 @ 22:10:48
  Author: jgc
Revision: 301951

upgpkg: libexif 0.6.21-3

Switch to HTTPS, rebuild lib that has not seen rebuild since 2013

Modified:
  libexif/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 22:07:04 UTC (rev 301950)
+++ PKGBUILD2017-08-11 22:10:48 UTC (rev 301951)
@@ -4,14 +4,14 @@
 
 pkgname=libexif
 pkgver=0.6.21
-pkgrel=2
+pkgrel=3
 pkgdesc="A library to parse an EXIF file and read the data from those tags"
 arch=(i686 x86_64)
 license=('LGPL')
-url="http://sourceforge.net/projects/libexif;
+url="https://sourceforge.net/projects/libexif;
 depends=('glibc')
-source=(http://downloads.sf.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('27339b89850f28c8f1c237f233e05b27')
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-08-11 Thread Jan de Groot
Date: Friday, August 11, 2017 @ 22:10:54
  Author: jgc
Revision: 301952

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-11 22:10:48 UTC (rev 301951)
+++ extra-i686/PKGBUILD 2017-08-11 22:10:54 UTC (rev 301952)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tobias Kieslich 
-
-pkgname=libexif
-pkgver=0.6.21
-pkgrel=2
-pkgdesc="A library to parse an EXIF file and read the data from those tags"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://sourceforge.net/projects/libexif;
-depends=('glibc')
-source=(http://downloads.sf.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('27339b89850f28c8f1c237f233e05b27')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libexif/repos/extra-i686/PKGBUILD (from rev 301951, 
libexif/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-11 22:10:54 UTC (rev 301952)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tobias Kieslich 
+
+pkgname=libexif
+pkgver=0.6.21
+pkgrel=3
+pkgdesc="A library to parse an EXIF file and read the data from those tags"
+arch=(i686 x86_64)
+license=('LGPL')
+url="https://sourceforge.net/projects/libexif;
+depends=('glibc')
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-11 22:10:48 UTC (rev 301951)
+++ extra-x86_64/PKGBUILD   2017-08-11 22:10:54 UTC (rev 301952)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tobias Kieslich 
-
-pkgname=libexif
-pkgver=0.6.21
-pkgrel=2
-pkgdesc="A library to parse an EXIF file and read the data from those tags"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://sourceforge.net/projects/libexif;
-depends=('glibc')
-source=(http://downloads.sf.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('27339b89850f28c8f1c237f233e05b27')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libexif/repos/extra-x86_64/PKGBUILD (from rev 301951, 
libexif/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-11 22:10:54 UTC (rev 301952)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tobias Kieslich 
+
+pkgname=libexif
+pkgver=0.6.21
+pkgrel=3
+pkgdesc="A library to parse an EXIF file and read the data from those tags"
+arch=(i686 x86_64)
+license=('LGPL')
+url="https://sourceforge.net/projects/libexif;
+depends=('glibc')
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2017-08-11 Thread Jan de Groot
Date: Friday, August 11, 2017 @ 22:07:04
  Author: jgc
Revision: 301950

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-11 22:06:59 UTC (rev 301949)
+++ extra-i686/PKGBUILD 2017-08-11 22:07:04 UTC (rev 301950)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tom Newsom 
-
-pkgname=libdv
-pkgver=1.0.0
-pkgrel=6
-pkgdesc="The Quasar DV codec (libdv) is a software codec for DV video"
-arch=('i686' 'x86_64')
-url="http://libdv.sourceforge.net/;
-license=('LGPL')
-depends=('popt')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f895162161cfa4bb4a94c070a7caa6c7')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-gtk
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libdv/repos/extra-i686/PKGBUILD (from rev 301949, libdv/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-11 22:07:04 UTC (rev 301950)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgname=libdv
+pkgver=1.0.0
+pkgrel=7
+pkgdesc="The Quasar DV codec (libdv) is a software codec for DV video"
+arch=('i686' 'x86_64')
+url="http://libdv.sourceforge.net/;
+license=('LGPL')
+depends=('popt')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-gtk
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-11 22:06:59 UTC (rev 301949)
+++ extra-x86_64/PKGBUILD   2017-08-11 22:07:04 UTC (rev 301950)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tom Newsom 
-
-pkgname=libdv
-pkgver=1.0.0
-pkgrel=6
-pkgdesc="The Quasar DV codec (libdv) is a software codec for DV video"
-arch=('i686' 'x86_64')
-url="http://libdv.sourceforge.net/;
-license=('LGPL')
-depends=('popt')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f895162161cfa4bb4a94c070a7caa6c7')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-gtk
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libdv/repos/extra-x86_64/PKGBUILD (from rev 301949, 
libdv/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-11 22:07:04 UTC (rev 301950)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgname=libdv
+pkgver=1.0.0
+pkgrel=7
+pkgdesc="The Quasar DV codec (libdv) is a software codec for DV video"
+arch=('i686' 'x86_64')
+url="http://libdv.sourceforge.net/;
+license=('LGPL')
+depends=('popt')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-gtk
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2017-08-11 Thread Jan de Groot
Date: Friday, August 11, 2017 @ 22:06:59
  Author: jgc
Revision: 301949

upgpkg: libdv 1.0.0-7

Switch to HTTPS, rebuild lib that has not seen rebuild since 2014

Modified:
  libdv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 22:03:43 UTC (rev 301948)
+++ PKGBUILD2017-08-11 22:06:59 UTC (rev 301949)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer:
+# Maintainer: Jan de Groot 
 # Contributor: Tom Newsom 
 
 pkgname=libdv
 pkgver=1.0.0
-pkgrel=6
+pkgrel=7
 pkgdesc="The Quasar DV codec (libdv) is a software codec for DV video"
 arch=('i686' 'x86_64')
 url="http://libdv.sourceforge.net/;
 license=('LGPL')
 depends=('popt')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('f895162161cfa4bb4a94c070a7caa6c7')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-08-11 Thread Jan de Groot
Date: Friday, August 11, 2017 @ 22:03:37
  Author: jgc
Revision: 301947

upgpkg: libdca 0.0.5-5

Switch to HTTPS, rebuild lib that has not seen rebuild since 2013

Modified:
  libdca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 21:57:20 UTC (rev 301946)
+++ PKGBUILD2017-08-11 22:03:37 UTC (rev 301947)
@@ -3,17 +3,19 @@
 
 pkgname=libdca
 pkgver=0.0.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Free library for decoding DTS Coherent Acoustics streams"
 arch=('i686' 'x86_64')
 license=('GPL')
-url="http://www.videolan.org/developers/libdca.html;
+url="https://www.videolan.org/developers/libdca.html;
 depends=('sh')
 provides=('libdts')
 replaces=('libdts')
 options=('!emptydirs')
-source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('dab6b2795c66a82a6fcd4f8343343021')
+validpgpkeys=('8700D9088473D895D18CE0C4902817E4AA5F4DE6') # VideoLAN Release 
Signing Key (2007) (expired)
+source=(https://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('dba022e022109a5bacbe122d50917769ff27b64a7bba104bd38ced8de8510642'
+'SKIP')
 
 build() {
   cd $pkgname-$pkgver
@@ -28,4 +30,5 @@
   rm -f "${pkgdir}/usr/share/man/man1"/{extract_dts,dtsdec}.1
   ln -s dcadec.1.gz "${pkgdir}/usr/share/man/man1/dtsdec.1.gz"
   ln -s extract_dca.1.gz "${pkgdir}/usr/share/man/man1/extract_dts.1.gz"
+  rm -f "${pkgdir}/usr/lib/libdts.a"
 }


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

2017-08-11 Thread Jan de Groot
Date: Friday, August 11, 2017 @ 22:03:43
  Author: jgc
Revision: 301948

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-11 22:03:37 UTC (rev 301947)
+++ extra-i686/PKGBUILD 2017-08-11 22:03:43 UTC (rev 301948)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=libdca
-pkgver=0.0.5
-pkgrel=4
-pkgdesc="Free library for decoding DTS Coherent Acoustics streams"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.videolan.org/developers/libdca.html;
-depends=('sh')
-provides=('libdts')
-replaces=('libdts')
-options=('!emptydirs')
-source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('dab6b2795c66a82a6fcd4f8343343021')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  rm -f "${pkgdir}/usr/share/man/man1"/{extract_dts,dtsdec}.1
-  ln -s dcadec.1.gz "${pkgdir}/usr/share/man/man1/dtsdec.1.gz"
-  ln -s extract_dca.1.gz "${pkgdir}/usr/share/man/man1/extract_dts.1.gz"
-}

Copied: libdca/repos/extra-i686/PKGBUILD (from rev 301947, 
libdca/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-11 22:03:43 UTC (rev 301948)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libdca
+pkgver=0.0.5
+pkgrel=5
+pkgdesc="Free library for decoding DTS Coherent Acoustics streams"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="https://www.videolan.org/developers/libdca.html;
+depends=('sh')
+provides=('libdts')
+replaces=('libdts')
+options=('!emptydirs')
+validpgpkeys=('8700D9088473D895D18CE0C4902817E4AA5F4DE6') # VideoLAN Release 
Signing Key (2007) (expired)
+source=(https://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha256sums=('dba022e022109a5bacbe122d50917769ff27b64a7bba104bd38ced8de8510642'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/share/man/man1"/{extract_dts,dtsdec}.1
+  ln -s dcadec.1.gz "${pkgdir}/usr/share/man/man1/dtsdec.1.gz"
+  ln -s extract_dca.1.gz "${pkgdir}/usr/share/man/man1/extract_dts.1.gz"
+  rm -f "${pkgdir}/usr/lib/libdts.a"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-11 22:03:37 UTC (rev 301947)
+++ extra-x86_64/PKGBUILD   2017-08-11 22:03:43 UTC (rev 301948)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=libdca
-pkgver=0.0.5
-pkgrel=4
-pkgdesc="Free library for decoding DTS Coherent Acoustics streams"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.videolan.org/developers/libdca.html;
-depends=('sh')
-provides=('libdts')
-replaces=('libdts')
-options=('!emptydirs')
-source=("http://download.videolan.org/pub/videolan/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('dab6b2795c66a82a6fcd4f8343343021')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  rm -f "${pkgdir}/usr/share/man/man1"/{extract_dts,dtsdec}.1
-  ln -s dcadec.1.gz "${pkgdir}/usr/share/man/man1/dtsdec.1.gz"
-  ln -s extract_dca.1.gz "${pkgdir}/usr/share/man/man1/extract_dts.1.gz"
-}

Copied: libdca/repos/extra-x86_64/PKGBUILD (from rev 301947, 
libdca/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-11 22:03:43 UTC (rev 301948)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=libdca
+pkgver=0.0.5
+pkgrel=5
+pkgdesc="Free library for decoding DTS Coherent Acoustics streams"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="https://www.videolan.org/developers/libdca.html;
+depends=('sh')
+provides=('libdts')
+replaces=('libdts')
+options=('!emptydirs')

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

2017-08-11 Thread Jan Steffens
Date: Friday, August 11, 2017 @ 21:57:20
  Author: heftig
Revision: 301946

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-11 21:56:48 UTC (rev 301945)
+++ extra-i686/PKGBUILD 2017-08-11 21:57:20 UTC (rev 301946)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libmediaart
-pkgver=1.9.3
-pkgrel=1
-pkgdesc="Library tasked with managing, extracting and handling media art 
caches"
-url="https://git.gnome.org/browse/libmediaart;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gdk-pixbuf2)
-makedepends=(vala gobject-introspection git gtk-doc meson)
-_commit=820d0140b59b64c345debd82265b69e59a70eb00  # tags/1.9.3^0
-source=("git+https://git.gnome.org/browse/libmediaart#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libmediaart/repos/extra-i686/PKGBUILD (from rev 301945, 
libmediaart/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-11 21:57:20 UTC (rev 301946)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libmediaart
+pkgver=1.9.4
+pkgrel=1
+pkgdesc="Library tasked with managing, extracting and handling media art 
caches"
+url="https://git.gnome.org/browse/libmediaart;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gdk-pixbuf2)
+makedepends=(vala gobject-introspection git gtk-doc meson)
+_commit=7077be9ee9a698550216f07cb0b8ca6ec5ca1eb3  # tags/1.9.4^0
+source=("git+https://git.gnome.org/browse/libmediaart#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname
+  ninja
+}
+
+check() {
+  cd build
+  mesontest
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-11 21:56:48 UTC (rev 301945)
+++ extra-x86_64/PKGBUILD   2017-08-11 21:57:20 UTC (rev 301946)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libmediaart
-pkgver=1.9.3
-pkgrel=1
-pkgdesc="Library tasked with managing, extracting and handling media art 
caches"
-url="https://git.gnome.org/browse/libmediaart;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gdk-pixbuf2)
-makedepends=(vala gobject-introspection git gtk-doc meson)
-_commit=820d0140b59b64c345debd82265b69e59a70eb00  # tags/1.9.3^0
-source=("git+https://git.gnome.org/browse/libmediaart#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libmediaart/repos/extra-x86_64/PKGBUILD (from rev 301945, 
libmediaart/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-11 21:57:20 UTC (rev 301946)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libmediaart
+pkgver=1.9.4
+pkgrel=1
+pkgdesc="Library tasked with managing, extracting and handling media art 
caches"
+url="https://git.gnome.org/browse/libmediaart;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gdk-pixbuf2)
+makedepends=(vala gobject-introspection git gtk-doc meson)
+_commit=7077be9ee9a698550216f07cb0b8ca6ec5ca1eb3  # tags/1.9.4^0
+source=("git+https://git.gnome.org/browse/libmediaart#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname
+  ninja

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

2017-08-11 Thread Jan Steffens
Date: Friday, August 11, 2017 @ 21:56:48
  Author: heftig
Revision: 301945

1.9.4-1

Modified:
  libmediaart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 21:54:54 UTC (rev 301944)
+++ PKGBUILD2017-08-11 21:56:48 UTC (rev 301945)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libmediaart
-pkgver=1.9.3
+pkgver=1.9.4
 pkgrel=1
 pkgdesc="Library tasked with managing, extracting and handling media art 
caches"
 url="https://git.gnome.org/browse/libmediaart;
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(gdk-pixbuf2)
 makedepends=(vala gobject-introspection git gtk-doc meson)
-_commit=820d0140b59b64c345debd82265b69e59a70eb00  # tags/1.9.3^0
+_commit=7077be9ee9a698550216f07cb0b8ca6ec5ca1eb3  # tags/1.9.4^0
 source=("git+https://git.gnome.org/browse/libmediaart#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-08-11 Thread Jan de Groot
Date: Friday, August 11, 2017 @ 21:54:49
  Author: jgc
Revision: 301943

upgpkg: libavc1394 0.5.4-3

Switch to HTTPS, rebuild lib that has not seen rebuild since 2013

Modified:
  libavc1394/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 21:51:11 UTC (rev 301942)
+++ PKGBUILD2017-08-11 21:54:49 UTC (rev 301943)
@@ -4,14 +4,14 @@
 
 pkgname=libavc1394
 pkgver=0.5.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A library to control A/V devices using the 1394ta AV/C commands."
 arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/libavc1394/;
+url="https://sourceforge.net/projects/libavc1394/;
 license=('LGPL')
 depends=('libraw1394')
-source=("http://downloads.sourceforge.net/sourceforge/libavc1394/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('caf0db059d8b8d35d6f08e6c0e1c7dfe')
+source=("https://downloads.sourceforge.net/sourceforge/libavc1394/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('7cb1ff09506ae911ca9860bef4af08c2403f3e131f6c913a2cbd6ddca4215b53')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-08-11 Thread Jan de Groot
Date: Friday, August 11, 2017 @ 21:54:54
  Author: jgc
Revision: 301944

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-11 21:54:49 UTC (rev 301943)
+++ extra-i686/PKGBUILD 2017-08-11 21:54:54 UTC (rev 301944)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: damir 
-# Contributor: Robert Emil Berge 
-
-pkgname=libavc1394
-pkgver=0.5.4
-pkgrel=2
-pkgdesc="A library to control A/V devices using the 1394ta AV/C commands."
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/libavc1394/;
-license=('LGPL')
-depends=('libraw1394')
-source=("http://downloads.sourceforge.net/sourceforge/libavc1394/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('caf0db059d8b8d35d6f08e6c0e1c7dfe')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libavc1394/repos/extra-i686/PKGBUILD (from rev 301943, 
libavc1394/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-11 21:54:54 UTC (rev 301944)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: damir 
+# Contributor: Robert Emil Berge 
+
+pkgname=libavc1394
+pkgver=0.5.4
+pkgrel=3
+pkgdesc="A library to control A/V devices using the 1394ta AV/C commands."
+arch=("i686" "x86_64")
+url="https://sourceforge.net/projects/libavc1394/;
+license=('LGPL')
+depends=('libraw1394')
+source=("https://downloads.sourceforge.net/sourceforge/libavc1394/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('7cb1ff09506ae911ca9860bef4af08c2403f3e131f6c913a2cbd6ddca4215b53')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-11 21:54:49 UTC (rev 301943)
+++ extra-x86_64/PKGBUILD   2017-08-11 21:54:54 UTC (rev 301944)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: damir 
-# Contributor: Robert Emil Berge 
-
-pkgname=libavc1394
-pkgver=0.5.4
-pkgrel=2
-pkgdesc="A library to control A/V devices using the 1394ta AV/C commands."
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/libavc1394/;
-license=('LGPL')
-depends=('libraw1394')
-source=("http://downloads.sourceforge.net/sourceforge/libavc1394/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('caf0db059d8b8d35d6f08e6c0e1c7dfe')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libavc1394/repos/extra-x86_64/PKGBUILD (from rev 301943, 
libavc1394/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-11 21:54:54 UTC (rev 301944)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: damir 
+# Contributor: Robert Emil Berge 
+
+pkgname=libavc1394
+pkgver=0.5.4
+pkgrel=3
+pkgdesc="A library to control A/V devices using the 1394ta AV/C commands."
+arch=("i686" "x86_64")
+url="https://sourceforge.net/projects/libavc1394/;
+license=('LGPL')
+depends=('libraw1394')
+source=("https://downloads.sourceforge.net/sourceforge/libavc1394/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('7cb1ff09506ae911ca9860bef4af08c2403f3e131f6c913a2cbd6ddca4215b53')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2017-08-11 Thread Jan de Groot
Date: Friday, August 11, 2017 @ 21:51:05
  Author: jgc
Revision: 301941

upgpkg: libart-lgpl 2.3.21-4

Switch to HTTPS, rebuild lib that has not seen rebuild since 2013

Modified:
  libart-lgpl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 21:45:16 UTC (rev 301940)
+++ PKGBUILD2017-08-11 21:51:05 UTC (rev 301941)
@@ -3,12 +3,12 @@
 
 pkgname=libart-lgpl
 pkgver=2.3.21
-pkgrel=3
+pkgrel=4
 pkgdesc="A library for high-performance 2D graphics"
 url="http://www.levien.com/libart/;
 arch=('i686' 'x86_64')
 license=('LGPL')
-source=(http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${pkgver}.tar.bz2)
+source=(https://download.gnome.org/sources/libart_lgpl/2.3/libart_lgpl-${pkgver}.tar.bz2)
 sha256sums=('fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa')
 
 build() {


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

2017-08-11 Thread Jan de Groot
Date: Friday, August 11, 2017 @ 21:51:11
  Author: jgc
Revision: 301942

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

Added:
  libart-lgpl/repos/extra-i686/PKGBUILD
(from rev 301941, libart-lgpl/trunk/PKGBUILD)
  libart-lgpl/repos/extra-x86_64/PKGBUILD
(from rev 301941, libart-lgpl/trunk/PKGBUILD)
Deleted:
  libart-lgpl/repos/extra-i686/PKGBUILD
  libart-lgpl/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-11 21:51:05 UTC (rev 301941)
+++ extra-i686/PKGBUILD 2017-08-11 21:51:11 UTC (rev 301942)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libart-lgpl
-pkgver=2.3.21
-pkgrel=3
-pkgdesc="A library for high-performance 2D graphics"
-url="http://www.levien.com/libart/;
-arch=('i686' 'x86_64')
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${pkgver}.tar.bz2)
-sha256sums=('fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa')
-
-build() {
-  cd "${srcdir}/libart_lgpl-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/libart_lgpl-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libart-lgpl/repos/extra-i686/PKGBUILD (from rev 301941, 
libart-lgpl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-11 21:51:11 UTC (rev 301942)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libart-lgpl
+pkgver=2.3.21
+pkgrel=4
+pkgdesc="A library for high-performance 2D graphics"
+url="http://www.levien.com/libart/;
+arch=('i686' 'x86_64')
+license=('LGPL')
+source=(https://download.gnome.org/sources/libart_lgpl/2.3/libart_lgpl-${pkgver}.tar.bz2)
+sha256sums=('fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa')
+
+build() {
+  cd "${srcdir}/libart_lgpl-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/libart_lgpl-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-11 21:51:05 UTC (rev 301941)
+++ extra-x86_64/PKGBUILD   2017-08-11 21:51:11 UTC (rev 301942)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libart-lgpl
-pkgver=2.3.21
-pkgrel=3
-pkgdesc="A library for high-performance 2D graphics"
-url="http://www.levien.com/libart/;
-arch=('i686' 'x86_64')
-license=('LGPL')
-source=(http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${pkgver}.tar.bz2)
-sha256sums=('fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa')
-
-build() {
-  cd "${srcdir}/libart_lgpl-${pkgver}"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/libart_lgpl-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libart-lgpl/repos/extra-x86_64/PKGBUILD (from rev 301941, 
libart-lgpl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-11 21:51:11 UTC (rev 301942)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libart-lgpl
+pkgver=2.3.21
+pkgrel=4
+pkgdesc="A library for high-performance 2D graphics"
+url="http://www.levien.com/libart/;
+arch=('i686' 'x86_64')
+license=('LGPL')
+source=(https://download.gnome.org/sources/libart_lgpl/2.3/libart_lgpl-${pkgver}.tar.bz2)
+sha256sums=('fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa')
+
+build() {
+  cd "${srcdir}/libart_lgpl-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/libart_lgpl-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2017-08-11 Thread Jan de Groot
Date: Friday, August 11, 2017 @ 21:45:16
  Author: jgc
Revision: 301940

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

Added:
  imake/repos/extra-i686/LICENSE
(from rev 301939, imake/trunk/LICENSE)
  imake/repos/extra-i686/PKGBUILD
(from rev 301939, imake/trunk/PKGBUILD)
  imake/repos/extra-i686/linuxconfig.patch
(from rev 301939, imake/trunk/linuxconfig.patch)
  imake/repos/extra-x86_64/LICENSE
(from rev 301939, imake/trunk/LICENSE)
  imake/repos/extra-x86_64/PKGBUILD
(from rev 301939, imake/trunk/PKGBUILD)
  imake/repos/extra-x86_64/linuxconfig.patch
(from rev 301939, imake/trunk/linuxconfig.patch)
Deleted:
  imake/repos/extra-i686/LICENSE
  imake/repos/extra-i686/PKGBUILD
  imake/repos/extra-i686/linuxconfig.patch
  imake/repos/extra-x86_64/LICENSE
  imake/repos/extra-x86_64/PKGBUILD
  imake/repos/extra-x86_64/linuxconfig.patch

+
 /LICENSE   |  262 +++
 /PKGBUILD  |  114 
 /linuxconfig.patch |   62 +
 extra-i686/LICENSE |  131 ---
 extra-i686/PKGBUILD|   56 
 extra-i686/linuxconfig.patch   |   31 
 extra-x86_64/LICENSE   |  131 ---
 extra-x86_64/PKGBUILD  |   56 
 extra-x86_64/linuxconfig.patch |   31 
 9 files changed, 438 insertions(+), 436 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2017-08-11 21:45:11 UTC (rev 301939)
+++ extra-i686/LICENSE  2017-08-11 21:45:16 UTC (rev 301940)
@@ -1,131 +0,0 @@
-gccmakedep:
-
-  XFree86 code without an explicit copyright is covered by the following copy-
-  right/license:
-  
-  Copyright (C) 1994-2003 The XFree86 Project, Inc.  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 fur-
-  nished 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, FIT-
-  NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-  XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
-  NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-  
-  Except as contained in this notice, the name of the XFree86 Project shall not
-  be used in advertising or otherwise to promote the sale, use or other deal-
-  ings in this Software without prior written authorization from the XFree86
-  Project.
-
-imake:
-
-  Copyright (c) 1985, 1986, 1987, 1998 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.
-   *
-   * Original Author:
-   *   Todd Brunhoff
-   *   Tektronix, inc.
-   *   While a guest engineer at Project Athena, MIT
-
-lndir:
-
-  Copyright (c) 1990, 1998 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 

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

2017-08-11 Thread Jan de Groot
Date: Friday, August 11, 2017 @ 21:45:11
  Author: jgc
Revision: 301939

upgpkg: imake 1.0.7-2

HTTPS, SHA256, GPG. Update cf

Modified:
  imake/trunk/PKGBUILD

--+
 PKGBUILD |   33 +
 1 file changed, 17 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 21:26:22 UTC (rev 301938)
+++ PKGBUILD2017-08-11 21:45:11 UTC (rev 301939)
@@ -3,32 +3,33 @@
 
 pkgname=imake
 pkgver=1.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc="X.Org imake program and related utilities"
 arch=('i686' 'x86_64')
-url="http://xorg.freedesktop.org/;
+url="https://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
 makedepends=('pkgconfig' 'xproto' 'perl' 'xorg-util-macros' 'xorg-font-util')
 optdepends=('perl: for mkhtmlindex')
-source=(http://xorg.freedesktop.org/releases/individual/util/imake-${pkgver}.tar.bz2
-
http://xorg.freedesktop.org/releases/individual/util/gccmakedep-1.0.3.tar.bz2
-
http://xorg.freedesktop.org/releases/individual/util/lndir-1.0.3.tar.bz2
-
http://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.5.tar.bz2
-
http://xorg.freedesktop.org/releases/individual/util/xorg-cf-files-1.0.5.tar.bz2
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') #Alan Coopersmith 

+source=(https://xorg.freedesktop.org/releases/individual/util/imake-${pkgver}.tar.bz2
+
https://xorg.freedesktop.org/releases/individual/util/gccmakedep-1.0.3.tar.bz2
+
https://xorg.freedesktop.org/releases/individual/util/lndir-1.0.3.tar.bz2
+
https://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.5.tar.bz2
+
https://xorg.freedesktop.org/releases/individual/util/xorg-cf-files-1.0.6.tar.bz2{,.sig}
 linuxconfig.patch
 LICENSE)
-sha1sums=('52e236776133f217d438622034b8603d201a6ec5'
-  '03018e2fb9d7df4fec1623cedb1c090bc224f971'
-  'fc71a6ff2cc0a1065cfb608796ffd6b4f0ce76fe'
-  '2599afa039d2070bae9df6ce43da288b3a4adf97'
-  'ae22eb81d56d018f0b3b149f70965ebfef2385fd'
-  '72f2d4cc4d4cc5f85ba6982718ae1bbb7e56e0d0'
-  'c5ecffb25ad079ba3858e3aec047d046df603a89')
+sha256sums=('690c2c4ac1fad2470a5ea73156cf930b8040dc821a0da4e322014a42c045f37e'
+'b275dcf1f7323ed89e8b36f8fbd5da665d875f1779fa5b90a1688bbf2ee4'
+'49f4fab0de8d418db4ce80dad34e9b879a4199f3e554253a8e1ab68f7c7cb65d'
+'f7a80575f3724ac3d9b19eaeab802892ece7e4b0061dd6425b4b789353e25425'
+'4dcf5a9dbe3c6ecb9d2dd05e629b3d373eae9ba12d13942df87107fdc1b3934d'
+'SKIP'
+'1aa503f9a78e3d3b87b26aca15798825a7190cdedfcfa3e8ef850487a7bd45d3'
+'507f58781329532b9177ce21f8d4212a3146903eaa3aaf8472453d65f267b1bc')
 
-
 prepare() {
-  cd xorg-cf-files-1.0.5
+  cd xorg-cf-files-1.0.6
   patch -p1 -i ../linuxconfig.patch
 }
 


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

2017-08-11 Thread Gaëtan Bisson
Date: Friday, August 11, 2017 @ 21:26:22
  Author: bisson
Revision: 301938

db-move: moved gnupg from [testing] to [core] (i686, x86_64)

Added:
  gnupg/repos/core-i686/PKGBUILD
(from rev 301937, gnupg/repos/testing-i686/PKGBUILD)
  gnupg/repos/core-i686/install
(from rev 301937, gnupg/repos/testing-i686/install)
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 301937, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 301937, gnupg/repos/testing-x86_64/install)
Deleted:
  gnupg/repos/core-i686/PKGBUILD
  gnupg/repos/core-i686/install
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/testing-i686/
  gnupg/repos/testing-x86_64/

--+
 /PKGBUILD|  134 +
 /install |   82 +
 core-i686/PKGBUILD   |   68 
 core-i686/install|   41 --
 core-x86_64/PKGBUILD |   68 
 core-x86_64/install  |   41 --
 6 files changed, 216 insertions(+), 218 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2017-08-11 20:02:41 UTC (rev 301937)
+++ core-i686/PKGBUILD  2017-08-11 21:26:22 UTC (rev 301938)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Powalowski 
-# Contributor: Andreas Radke 
-# Contributor: Judd Vinet 
-
-pkgname=gnupg
-pkgver=2.1.22
-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')
-checkdepends=('openssh')
-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})
-sha256sums=('46716faf9e1b92cfca86609f3bfffbf5bb4b6804df90dc853ff7061cfcfb4ad7'
-'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
-
-   cd doc/examples/systemd-user
-   for i in *.*; do
-   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
-   done
-}

Copied: gnupg/repos/core-i686/PKGBUILD (from rev 301937, 
gnupg/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2017-08-11 21:26:22 UTC (rev 301938)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.23
+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')
+checkdepends=('openssh')
+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})
+sha256sums=('a94476391595e9351f219188767a9d6ea128e83be5ed3226a7890f49aa2d0d77'
+'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')

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

2017-08-11 Thread Jelle van der Waa
Date: Friday, August 11, 2017 @ 21:14:01
  Author: jelle
Revision: 249897

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-11 21:13:47 UTC (rev 249896)
+++ community-i686/PKGBUILD 2017-08-11 21:14:01 UTC (rev 249897)
@@ -1,44 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributo: Grey Christoforo 
-
-pkgname=cura
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="A software solution for 3D printing aimed at RepRaps and the 
Ultimaker."
-depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 
'python-numpy' 'uranium' 'curaengine' 'cura-binary-data')
-makedepends=('qt5-tools' 'cmake')
-provides=('cura')
-url="https://ultimaker.com/en/products/cura-software;
-license=('AGPL')
-arch=('i686' 'x86_64')
-source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
-sha1sums=('f993376e1b30f76afc8ef34afa5aed6ce4d74172')
-
-prepare(){
-  cd Cura-${pkgver}
-  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
-  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages/cura),DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/cura),g'
 CMakeLists.txt
-}
-
-build(){
-  cd Cura-${pkgver}
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DURANIUM_SCRIPTS_DIR=/usr/share/uranium/scripts
-
-  make
-}
-
-package(){
-  cd Cura-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-  
-  # make sure cura can find uranium plugins:
-  ln -s /usr/lib/uranium/plugins/* "${pkgdir}/usr/lib/cura/plugins/."
-
-  # don't ever send any user or print info through the internet to Ultimaker
-  rm -rf "${pkgdir}/usr/lib/cura/plugins/SliceInfoPlugin"
-}

Copied: cura/repos/community-i686/PKGBUILD (from rev 249896, 
cura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-11 21:14:01 UTC (rev 249897)
@@ -0,0 +1,44 @@
+# Maintainer: Jelle van der Waa 
+# Contributo: Grey Christoforo 
+
+pkgname=cura
+pkgver=2.6.0
+pkgrel=2
+pkgdesc="A software solution for 3D printing aimed at RepRaps and the 
Ultimaker."
+depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 
'python-numpy' 'uranium' 'curaengine' 'cura-binary-data' 
'cura-resources-materials')
+makedepends=('qt5-tools' 'cmake')
+provides=('cura')
+url="https://ultimaker.com/en/products/cura-software;
+license=('AGPL')
+arch=('i686' 'x86_64')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Ultimaker/Cura/archive/${pkgver}.tar.gz)
+sha1sums=('f993376e1b30f76afc8ef34afa5aed6ce4d74172')
+
+prepare(){
+  cd Cura-${pkgver}
+  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages,g' 
CMakeLists.txt
+  sed -i 's,DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}/dist-packages/cura),DESTINATION 
lib/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/cura),g'
 CMakeLists.txt
+}
+
+build(){
+  cd Cura-${pkgver}
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DURANIUM_SCRIPTS_DIR=/usr/share/uranium/scripts
+
+  make
+}
+
+package(){
+  cd Cura-${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+  
+  # make sure cura can find uranium plugins:
+  ln -s /usr/lib/uranium/plugins/* "${pkgdir}/usr/lib/cura/plugins/."
+
+  # don't ever send any user or print info through the internet to Ultimaker
+  rm -rf "${pkgdir}/usr/lib/cura/plugins/SliceInfoPlugin"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-11 21:13:47 UTC (rev 249896)
+++ community-x86_64/PKGBUILD   2017-08-11 21:14:01 UTC (rev 249897)
@@ -1,44 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributo: Grey Christoforo 
-
-pkgname=cura
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="A software solution for 3D printing aimed at RepRaps and the 
Ultimaker."
-depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 

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

2017-08-11 Thread Jelle van der Waa
Date: Friday, August 11, 2017 @ 21:13:47
  Author: jelle
Revision: 249896

upgpkg: cura 2.6.0-2

Modified:
  cura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 20:20:57 UTC (rev 249895)
+++ PKGBUILD2017-08-11 21:13:47 UTC (rev 249896)
@@ -3,9 +3,9 @@
 
 pkgname=cura
 pkgver=2.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A software solution for 3D printing aimed at RepRaps and the 
Ultimaker."
-depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 
'python-numpy' 'uranium' 'curaengine' 'cura-binary-data')
+depends=('python-pyqt5' 'qt5-svg' 'python-scipy' 'python-pyserial' 
'python-numpy' 'uranium' 'curaengine' 'cura-binary-data' 
'cura-resources-materials')
 makedepends=('qt5-tools' 'cmake')
 provides=('cura')
 url="https://ultimaker.com/en/products/cura-software;


[arch-commits] Commit in cura-resources-materials/repos (2 files)

2017-08-11 Thread Jelle van der Waa
Date: Friday, August 11, 2017 @ 20:20:57
  Author: jelle
Revision: 249895

archrelease: copy trunk to community-any

Added:
  cura-resources-materials/repos/community-any/
  cura-resources-materials/repos/community-any/PKGBUILD
(from rev 249894, cura-resources-materials/trunk/PKGBUILD)

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

Copied: cura-resources-materials/repos/community-any/PKGBUILD (from rev 249894, 
cura-resources-materials/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-08-11 20:20:57 UTC (rev 249895)
@@ -0,0 +1,19 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Uffe Jakobsen 
+ 
+pkgname=cura-resources-materials
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Missing materials resources for Cura"
+provides=("cura-resource-materials")
+url="https://ultimaker.com/en/products/cura-software;
+license=("AGPL")
+arch=("any")
+source=(fdm_materials-$pkgver.tar.gz::https://github.com/Ultimaker/fdm_materials/archive/${pkgver}.tar.gz)
+sha1sums=('a199f709a60c91ee7a6fceefa903b8241ebaef07')
+
+package()
+{
+  mkdir -p "${pkgdir}/usr/share/cura/resources/materials"
+  cp -r ${srcdir}/fdm_materials-${pkgver}/*.fdm_material 
"${pkgdir}/usr/share/cura/resources/materials/"
+}


[arch-commits] Commit in (4 files)

2017-08-11 Thread Jelle van der Waa
Date: Friday, August 11, 2017 @ 20:20:39
  Author: jelle
Revision: 249894

initial commit

Added:
  cura-resources-materials/
  cura-resources-materials/repos/
  cura-resources-materials/trunk/
  cura-resources-materials/trunk/PKGBUILD

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

Added: cura-resources-materials/trunk/PKGBUILD
===
--- cura-resources-materials/trunk/PKGBUILD (rev 0)
+++ cura-resources-materials/trunk/PKGBUILD 2017-08-11 20:20:39 UTC (rev 
249894)
@@ -0,0 +1,19 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Uffe Jakobsen 
+ 
+pkgname=cura-resources-materials
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Missing materials resources for Cura"
+provides=("cura-resource-materials")
+url="https://ultimaker.com/en/products/cura-software;
+license=("AGPL")
+arch=("any")
+source=(fdm_materials-$pkgver.tar.gz::https://github.com/Ultimaker/fdm_materials/archive/${pkgver}.tar.gz)
+sha1sums=('a199f709a60c91ee7a6fceefa903b8241ebaef07')
+
+package()
+{
+  mkdir -p "${pkgdir}/usr/share/cura/resources/materials"
+  cp -r ${srcdir}/fdm_materials-${pkgver}/*.fdm_material 
"${pkgdir}/usr/share/cura/resources/materials/"
+}


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


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

2017-08-11 Thread Andreas Radke
Date: Friday, August 11, 2017 @ 20:16:27
  Author: andyrtr
Revision: 249892

upgpkg: tp_smapi-lts 0.42-16

kernel upstream update 4.9.42 rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 20:12:21 UTC (rev 249891)
+++ PKGBUILD2017-08-11 20:16:27 UTC (rev 249892)
@@ -12,13 +12,13 @@
 __pkgname=tp-smapi
 pkgver=0.42
 _extramodules=/usr/lib/modules/extramodules-4.9-lts
-pkgrel=15
+pkgrel=16
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux-lts>=4.9.40' 'linux-lts<4.10')
-makedepends=('linux-lts-headers>=4.9.40' 'linux-lts-headers<4.10')
+depends=('linux-lts>=4.9.42' 'linux-lts<4.10')
+makedepends=('linux-lts-headers>=4.9.42' 'linux-lts-headers<4.10')
 install="${pkgname}.install"
 
source=("https://github.com/evgeni/$_pkgname/archive/$__pkgname/$pkgver.tar.gz;)
 md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')


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

2017-08-11 Thread Andreas Radke
Date: Friday, August 11, 2017 @ 20:16:36
  Author: andyrtr
Revision: 249893

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

Added:
  tp_smapi-lts/repos/community-testing-i686/
  tp_smapi-lts/repos/community-testing-i686/PKGBUILD
(from rev 249892, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install
(from rev 249892, tp_smapi-lts/trunk/tp_smapi-lts.install)
  tp_smapi-lts/repos/community-testing-x86_64/
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 249892, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-x86_64/tp_smapi-lts.install
(from rev 249892, tp_smapi-lts/trunk/tp_smapi-lts.install)

---+
 community-testing-i686/PKGBUILD   |   50 
 community-testing-i686/tp_smapi-lts.install   |   13 ++
 community-testing-x86_64/PKGBUILD |   50 
 community-testing-x86_64/tp_smapi-lts.install |   13 ++
 4 files changed, 126 insertions(+)

Copied: tp_smapi-lts/repos/community-testing-i686/PKGBUILD (from rev 249892, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-08-11 20:16:36 UTC (rev 249893)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+__pkgname=tp-smapi
+pkgver=0.42
+_extramodules=/usr/lib/modules/extramodules-4.9-lts
+pkgrel=16
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=4.9.42' 'linux-lts<4.10')
+makedepends=('linux-lts-headers>=4.9.42' 'linux-lts-headers<4.10')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$_pkgname/archive/$__pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$_pkgname-$__pkgname-$pkgver"
+
+  _kernver=$(< "${_extramodules}/version")
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver=$(< "${_extramodules}/version")
+
+  make -C "${_extramodules%/*}/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/${_extramodules%%/lib/*}" \
+M="$srcdir/$_pkgname-$__pkgname-$pkgver" modules_install
+
+  cd "${pkgdir}/${_extramodules%/*}"
+  mv "${_kernver}/extra" "${_extramodules##*/}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi > "${srcdir}/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
+}

Copied: tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install (from 
rev 249892, tp_smapi-lts/trunk/tp_smapi-lts.install)
===
--- community-testing-i686/tp_smapi-lts.install (rev 0)
+++ community-testing-i686/tp_smapi-lts.install 2017-08-11 20:16:36 UTC (rev 
249893)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-4.9-lts
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 249892, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-08-11 20:16:36 UTC (rev 249893)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+__pkgname=tp-smapi
+pkgver=0.42
+_extramodules=/usr/lib/modules/extramodules-4.9-lts
+pkgrel=16
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=4.9.42' 'linux-lts<4.10')
+makedepends=('linux-lts-headers>=4.9.42' 'linux-lts-headers<4.10')
+install="${pkgname}.install"
+source=("https://github.com/evgeni/$_pkgname/archive/$__pkgname/$pkgver.tar.gz;)
+md5sums=('6a51d3aa459ad7a6ebfbb8c29527b3ee')
+
+build() {
+  cd "$srcdir/$_pkgname-$__pkgname-$pkgver"
+
+  _kernver=$(< "${_extramodules}/version")
+  make HDAPS=1 KVER="$_kernver" KBASE="/usr/lib/modules/$_kernver"
+}
+
+package() {
+  _kernver=$(< 

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

2017-08-11 Thread Andreas Radke
Date: Friday, August 11, 2017 @ 20:12:21
  Author: andyrtr
Revision: 249891

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

Added:
  r8168-lts/repos/community-testing-i686/
  r8168-lts/repos/community-testing-i686/PKGBUILD
(from rev 249890, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-i686/r8168-lts.install
(from rev 249890, r8168-lts/trunk/r8168-lts.install)
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 249890, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-x86_64/r8168-lts.install
(from rev 249890, r8168-lts/trunk/r8168-lts.install)

+
 community-testing-i686/PKGBUILD|   33 +++
 community-testing-i686/r8168-lts.install   |   17 +
 community-testing-x86_64/PKGBUILD  |   33 +++
 community-testing-x86_64/r8168-lts.install |   17 +
 4 files changed, 100 insertions(+)

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 249890, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-08-11 20:12:21 UTC (rev 249891)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.044.02
+pkgrel=10
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' "linux-lts>=4.9.42" "linux-lts<4.10")
+makedepends=("linux-lts-headers>=4.9.42" "linux-lts-headers<4.10")
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')
+
+_extramodules=extramodules-4.9-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}

Copied: r8168-lts/repos/community-testing-i686/r8168-lts.install (from rev 
249890, r8168-lts/trunk/r8168-lts.install)
===
--- community-testing-i686/r8168-lts.install(rev 0)
+++ community-testing-i686/r8168-lts.install2017-08-11 20:12:21 UTC (rev 
249891)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-4.9-lts'
+   depmod $(cat /lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 249890, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-08-11 20:12:21 UTC (rev 249891)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.044.02
+pkgrel=10
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' "linux-lts>=4.9.42" "linux-lts<4.10")
+makedepends=("linux-lts-headers>=4.9.42" "linux-lts-headers<4.10")
+install=$pkgname.install
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')
+
+_extramodules=extramodules-4.9-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}

Copied: 

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

2017-08-11 Thread Andreas Radke
Date: Friday, August 11, 2017 @ 20:12:13
  Author: andyrtr
Revision: 249890

upgpkg: r8168-lts 8.044.02-10

kernel upstream update 4.9.42 rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 20:09:26 UTC (rev 249889)
+++ PKGBUILD2017-08-11 20:12:13 UTC (rev 249890)
@@ -4,13 +4,13 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.044.02
-pkgrel=9
+pkgrel=10
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('glibc' "linux-lts>=4.9.40" "linux-lts<4.10")
-makedepends=("linux-lts-headers>=4.9.40" "linux-lts-headers<4.10")
+depends=('glibc' "linux-lts>=4.9.42" "linux-lts<4.10")
+makedepends=("linux-lts-headers>=4.9.42" "linux-lts-headers<4.10")
 install=$pkgname.install
 
source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 sha256sums=('aad7bccc4f625c35abe0455b2a6271e9938b76b46e11b24b4f138eb5c95db6d3')


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

2017-08-11 Thread Andreas Radke
Date: Friday, August 11, 2017 @ 20:09:26
  Author: andyrtr
Revision: 249889

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

Added:
  bbswitch-lts/repos/community-testing-i686/
  bbswitch-lts/repos/community-testing-i686/PKGBUILD
(from rev 249888, bbswitch-lts/trunk/PKGBUILD)
  bbswitch-lts/repos/community-testing-i686/bbswitch-lts.install
(from rev 249888, bbswitch-lts/trunk/bbswitch-lts.install)
  bbswitch-lts/repos/community-testing-x86_64/
  bbswitch-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 249888, bbswitch-lts/trunk/PKGBUILD)
  bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install
(from rev 249888, bbswitch-lts/trunk/bbswitch-lts.install)

---+
 community-testing-i686/PKGBUILD   |   34 
 community-testing-i686/bbswitch-lts.install   |   12 
 community-testing-x86_64/PKGBUILD |   34 
 community-testing-x86_64/bbswitch-lts.install |   12 
 4 files changed, 92 insertions(+)

Copied: bbswitch-lts/repos/community-testing-i686/PKGBUILD (from rev 249888, 
bbswitch-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-08-11 20:09:26 UTC (rev 249889)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.9-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=35
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux-lts>=4.9.42' 'linux-lts<4.10')
+makedepends=('linux-lts-headers>=4.9.42' 'linux-lts-headers<4.10')
+install=${pkgname}.install
+source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${_basename}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${_basename}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch-lts/repos/community-testing-i686/bbswitch-lts.install (from 
rev 249888, bbswitch-lts/trunk/bbswitch-lts.install)
===
--- community-testing-i686/bbswitch-lts.install (rev 0)
+++ community-testing-i686/bbswitch-lts.install 2017-08-11 20:09:26 UTC (rev 
249889)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch-lts/repos/community-testing-x86_64/PKGBUILD (from rev 249888, 
bbswitch-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-08-11 20:09:26 UTC (rev 249889)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-4.9-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=35
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+depends=('linux-lts>=4.9.42' 'linux-lts<4.10')
+makedepends=('linux-lts-headers>=4.9.42' 'linux-lts-headers<4.10')
+install=${pkgname}.install
+source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${_basename}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${_basename}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install (from 
rev 249888, bbswitch-lts/trunk/bbswitch-lts.install)
===

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

2017-08-11 Thread Andreas Radke
Date: Friday, August 11, 2017 @ 20:09:17
  Author: andyrtr
Revision: 249888

upgpkg: bbswitch-lts 0.8-35

kernel upstream update 4.9.42 rebuild

Modified:
  bbswitch-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 20:04:58 UTC (rev 249887)
+++ PKGBUILD2017-08-11 20:09:17 UTC (rev 249888)
@@ -7,13 +7,13 @@
 _basename=bbswitch
 pkgver=0.8
 _extramodules=extramodules-4.9-lts # Don't forget to update 
bbswitch-lts.install
-pkgrel=34
+pkgrel=35
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;
 license=('GPL')
-depends=('linux-lts>=4.9.40' 'linux-lts<4.10')
-makedepends=('linux-lts-headers>=4.9.40' 'linux-lts-headers<4.10')
+depends=('linux-lts>=4.9.42' 'linux-lts<4.10')
+makedepends=('linux-lts-headers>=4.9.42' 'linux-lts-headers<4.10')
 install=${pkgname}.install
 
source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')


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

2017-08-11 Thread Andreas Radke
Date: Friday, August 11, 2017 @ 20:04:58
  Author: andyrtr
Revision: 249887

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

Added:
  acpi_call-lts/repos/community-testing-i686/
  acpi_call-lts/repos/community-testing-i686/PKGBUILD
(from rev 249886, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-testing-i686/acpi_call.install
(from rev 249886, acpi_call-lts/trunk/acpi_call.install)
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 249886, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-testing-x86_64/acpi_call.install
(from rev 249886, acpi_call-lts/trunk/acpi_call.install)

+
 community-testing-i686/PKGBUILD|   48 +++
 community-testing-i686/acpi_call.install   |   14 +++
 community-testing-x86_64/PKGBUILD  |   48 +++
 community-testing-x86_64/acpi_call.install |   14 +++
 4 files changed, 124 insertions(+)

Copied: acpi_call-lts/repos/community-testing-i686/PKGBUILD (from rev 249886, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-08-11 20:04:58 UTC (rev 249887)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=46
+_extramodules=extramodules-4.9-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux-lts>=4.9.42')
+makedepends=('linux-lts-headers>=4.9.42')
+provides=('acpi_call')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-i686/acpi_call.install (from rev 
249886, acpi_call-lts/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2017-08-11 20:04:58 UTC (rev 
249887)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-4.9-lts
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 249886, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-08-11 20:04:58 UTC (rev 249887)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=46
+_extramodules=extramodules-4.9-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url='https://github.com/mkottman/acpi_call'
+license=('GPL')
+depends=('linux-lts>=4.9.42')
+makedepends=('linux-lts-headers>=4.9.42')
+provides=('acpi_call')
+install='acpi_call.install'
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-${pkgver}
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+}
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 

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

2017-08-11 Thread Andreas Radke
Date: Friday, August 11, 2017 @ 20:04:49
  Author: andyrtr
Revision: 249886

upgpkg: acpi_call-lts 1.1.0-46

kernel upstream update 4.9.42 rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 19:01:26 UTC (rev 249885)
+++ PKGBUILD2017-08-11 20:04:49 UTC (rev 249886)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=45
+pkgrel=46
 _extramodules=extramodules-4.9-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')
 url='https://github.com/mkottman/acpi_call'
 license=('GPL')
-depends=('linux-lts>=4.9.40')
-makedepends=('linux-lts-headers>=4.9.40')
+depends=('linux-lts>=4.9.42')
+makedepends=('linux-lts-headers>=4.9.42')
 provides=('acpi_call')
 install='acpi_call.install'
 
source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)


[arch-commits] Commit in nvidia-340xx-lts/repos (8 files)

2017-08-11 Thread Andreas Radke
Date: Friday, August 11, 2017 @ 20:02:41
  Author: andyrtr
Revision: 301937

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

Added:
  nvidia-340xx-lts/repos/testing-i686/
  nvidia-340xx-lts/repos/testing-i686/PKGBUILD
(from rev 301936, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-i686/fs52243.patch
(from rev 301936, nvidia-340xx-lts/trunk/fs52243.patch)
  nvidia-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install
(from rev 301936, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
  nvidia-340xx-lts/repos/testing-x86_64/
  nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 301936, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-x86_64/fs52243.patch
(from rev 301936, nvidia-340xx-lts/trunk/fs52243.patch)
  nvidia-340xx-lts/repos/testing-x86_64/nvidia-340xx-lts.install
(from rev 301936, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)

-+
 testing-i686/PKGBUILD   |   56 ++
 testing-i686/fs52243.patch  |   14 +++
 testing-i686/nvidia-340xx-lts.install   |   15 
 testing-x86_64/PKGBUILD |   56 ++
 testing-x86_64/fs52243.patch|   14 +++
 testing-x86_64/nvidia-340xx-lts.install |   15 
 6 files changed, 170 insertions(+)

Copied: nvidia-340xx-lts/repos/testing-i686/PKGBUILD (from rev 301936, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-11 20:02:41 UTC (rev 301937)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.102
+_extramodules=extramodules-4.9-lts
+pkgrel=11
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=('linux-lts>=4.9.42' 'linux-lts-headers>=4.9.42' 
"nvidia-340xx-utils=$pkgver")
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=('fs52243.patch')
+source_i686+=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64+=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+md5sums=('4b9b61bbcaaea4a99a6abe4a13309016')
+md5sums_i686=('61aad6a98238bc61466e6a9e392cfd08')
+md5sums_x86_64=('81e720487caa2823586b32659da9acc1')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+cd "${_pkg}"
+# patches here
+
+patch -Np0 < "${srcdir}"/fs52243.patch
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  cd "${_pkg}/kernel"
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  depends=('linux-lts>=4.9.42' "nvidia-340xx-utils=$pkgver" 'libgl')
+
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+  install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+  echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-340xx-lts/repos/testing-i686/fs52243.patch (from rev 301936, 
nvidia-340xx-lts/trunk/fs52243.patch)
===
--- testing-i686/fs52243.patch  (rev 0)
+++ testing-i686/fs52243.patch  2017-08-11 20:02:41 UTC (rev 301937)
@@ -0,0 +1,14 @@
+--- kernel/nv-drm.c2016-12-15 12:41:26.0 +0100
 kernel/nv-drm.c2016-12-15 12:58:48.0 +0100
+@@ -115,7 +115,11 @@
+ };
+ 
+ static struct drm_driver nv_drm_driver = {
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 0)
++.driver_features = DRIVER_GEM | DRIVER_PRIME | DRIVER_LEGACY,
++#else
+ .driver_features = DRIVER_GEM | DRIVER_PRIME,
++#endif
+ .load = nv_drm_load,
+ .unload = nv_drm_unload,
+ .fops = _drm_fops,

Copied: nvidia-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install (from rev 
301936, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
===
--- testing-i686/nvidia-340xx-lts.install   (rev 0)
+++ testing-i686/nvidia-340xx-lts.install   

[arch-commits] Commit in nvidia-340xx-lts/trunk (PKGBUILD)

2017-08-11 Thread Andreas Radke
Date: Friday, August 11, 2017 @ 20:02:30
  Author: andyrtr
Revision: 301936

upgpkg: nvidia-340xx-lts 340.102-11

kernel upstream update 4.9.42 rebuild

Modified:
  nvidia-340xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 19:57:24 UTC (rev 301935)
+++ PKGBUILD2017-08-11 20:02:30 UTC (rev 301936)
@@ -4,11 +4,11 @@
 pkgname=nvidia-340xx-lts
 pkgver=340.102
 _extramodules=extramodules-4.9-lts
-pkgrel=10
+pkgrel=11
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=('linux-lts>=4.9.40' 'linux-lts-headers>=4.9.40' 
"nvidia-340xx-utils=$pkgver")
+makedepends=('linux-lts>=4.9.42' 'linux-lts-headers>=4.9.42' 
"nvidia-340xx-utils=$pkgver")
 provides=('nvidia-340xx')
 conflicts=('nvidia-lts')
 license=('custom')
@@ -42,7 +42,7 @@
 }
 
 package() {
-  depends=('linux-lts>=4.9.40' "nvidia-340xx-utils=$pkgver" 'libgl')
+  depends=('linux-lts>=4.9.42' "nvidia-340xx-utils=$pkgver" 'libgl')
 
   install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
 "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"


[arch-commits] Commit in nvidia-304xx-lts/repos (10 files)

2017-08-11 Thread Andreas Radke
Date: Friday, August 11, 2017 @ 19:57:24
  Author: andyrtr
Revision: 301935

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

Added:
  nvidia-304xx-lts/repos/testing-i686/
  nvidia-304xx-lts/repos/testing-i686/PKGBUILD
(from rev 301934, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-i686/disable-mtrr.patch
(from rev 301934, nvidia-304xx-lts/trunk/disable-mtrr.patch)
  nvidia-304xx-lts/repos/testing-i686/drm-driver-legacy.patch
(from rev 301934, nvidia-304xx-lts/trunk/drm-driver-legacy.patch)
  nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install
(from rev 301934, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-x86_64/
  nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 301934, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-x86_64/disable-mtrr.patch
(from rev 301934, nvidia-304xx-lts/trunk/disable-mtrr.patch)
  nvidia-304xx-lts/repos/testing-x86_64/drm-driver-legacy.patch
(from rev 301934, nvidia-304xx-lts/trunk/drm-driver-legacy.patch)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install
(from rev 301934, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)

-+
 testing-i686/PKGBUILD   |   67 ++
 testing-i686/disable-mtrr.patch |   24 ++
 testing-i686/drm-driver-legacy.patch|   20 
 testing-i686/nvidia-304xx-lts.install   |   15 ++
 testing-x86_64/PKGBUILD |   67 ++
 testing-x86_64/disable-mtrr.patch   |   24 ++
 testing-x86_64/drm-driver-legacy.patch  |   20 
 testing-x86_64/nvidia-304xx-lts.install |   15 ++
 8 files changed, 252 insertions(+)

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 301934, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-11 19:57:24 UTC (rev 301935)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.135
+_extramodules=extramodules-4.9-lts
+pkgrel=10
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+depends=('linux-lts>=4.9.42' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=4.9.42')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=('!strip')
+#source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+#source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+#sha512sums_i686=('3e67c40648554dc49472081eee88ae982c3b235b3346e4d9e7fb5ae33ec5f10ed088da804ac7d8bd1565995df3861f12b3560030cd3a19339a2d35768b0a943e')
+#sha512sums_x86_64=('07e529e4e81c42b43861475029aa0f223f8f3d299be9ddfe820c583e26aae49223a9b0dfee6d66ab09c526554bb581e5f8cf755eda600cb9e0bdac7d5f4acb93')
+
+source=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;
+
"http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;
+disable-mtrr.patch
+drm-driver-legacy.patch)
+sha512sums=('c2645cc9a6f23641d8b6da51e72e203980068c05e365fcc73b32322a6875ce95e81f4e0d893276e14e84e93464488539c16db6b3be04f5324cf7d7a12bb557f8'
+
'a5aa48baa75eb267bd193e59328aa5fbc15d41045bb7e97aa1b96b918b9e68a1c1bf95624d9d494336256e0af2c41e188d30fe91be4967084de3387f50d3805c'
+
'54e8825e523f11706890e09e476498f3a30f75ce4e350ff2ff8a1e1c3af574d9ccfb8903543766b6863d94cdfbf46e68cd3d33380867dd976cafc8dd2dd78774'
+
'fa39dee5c9f1ea98286c87165f683ee194b2cb4056aa6b556e822b9ee760dcf3683ea001c3704e79b9ac9712314d7df5690dc7f68440cda7a96791f94425455d')
+
+
+if [ "$CARCH" = "i686" ]; then
+  _arch='x86'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+elif [ "$CARCH" = "x86_64" ]; then
+  _arch='x86_64'
+  _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+fi
+
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+# patches here
+
+# FS#47092
+#(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/disable-mtrr.patch)
+(cd kernel; patch -p1 --no-backup-if-mismatch -i 
"$srcdir"/drm-driver-legacy.patch)
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo 

[arch-commits] Commit in nvidia-304xx-lts/trunk (PKGBUILD)

2017-08-11 Thread Andreas Radke
Date: Friday, August 11, 2017 @ 19:57:12
  Author: andyrtr
Revision: 301934

upgpkg: nvidia-304xx-lts 304.135-10

kernel upstream update 4.9.42 rebuild

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 19:53:41 UTC (rev 301933)
+++ PKGBUILD2017-08-11 19:57:12 UTC (rev 301934)
@@ -5,12 +5,12 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.135
 _extramodules=extramodules-4.9-lts
-pkgrel=9
+pkgrel=10
 pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-depends=('linux-lts>=4.9.40' "nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-lts-headers>=4.9.40')
+depends=('linux-lts>=4.9.42' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=4.9.42')
 conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
 provides=('nvidia-304xx')
 license=('custom')


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

2017-08-11 Thread Andreas Radke
Date: Friday, August 11, 2017 @ 19:53:41
  Author: andyrtr
Revision: 301933

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

Added:
  nvidia-lts/repos/testing-i686/
  nvidia-lts/repos/testing-i686/PKGBUILD
(from rev 301932, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-i686/nvidia-lts.install
(from rev 301932, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 301932, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install
(from rev 301932, nvidia-lts/trunk/nvidia-lts.install)

---+
 testing-i686/PKGBUILD |   56 
 testing-i686/nvidia-lts.install   |   15 +
 testing-x86_64/PKGBUILD   |   56 
 testing-x86_64/nvidia-lts.install |   15 +
 4 files changed, 142 insertions(+)

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 301932, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-11 19:53:41 UTC (rev 301933)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=384.59
+_extramodules=extramodules-4.9-lts
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-utils=$pkgver" 'linux-lts>=4.9.42' 
'linux-lts-headers>=4.9.42')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=('!strip')
+source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
+source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
+sha512sums_i686=('09ceccb8c5bc136bb8ba75b8a15fc0cc08eb3680b6c5233b3dca4a1c55d14461d9adee2c686baff4173c8947c0bbc6dd52fcff5c1715a157015ecf4e802b214b')
+sha512sums_x86_64=('c57a6041f8abd12540208c04e18a80e648bfd9a45ae2f03d418ffa9a589f50aa93f1a9e4ddc4c728e49b3d55b9422641b2ca42e58c403cf23f7dbda843b45947')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+export IGNORE_CC_MISMATCH=1
+
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+depends=('linux-lts>=4.9.40' "nvidia-utils=$pkgver" 'libgl')
+
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-modeset.ko"
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-drm.ko" \
+  "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-drm.ko"
+
+if [[ "$CARCH" = "x86_64" ]]; then
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 301932, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2017-08-11 19:53:41 UTC (rev 301933)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-4.9-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 301932, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-08-11 19:53:41 UTC (rev 301933)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=384.59
+_extramodules=extramodules-4.9-lts
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 

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

2017-08-11 Thread Andreas Radke
Date: Friday, August 11, 2017 @ 19:53:32
  Author: andyrtr
Revision: 301932

upgpkg: nvidia-lts 384.59-3

kernel upstream update 4.9.42 rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 19:46:54 UTC (rev 301931)
+++ PKGBUILD2017-08-11 19:53:32 UTC (rev 301932)
@@ -4,11 +4,11 @@
 pkgname=nvidia-lts
 pkgver=384.59
 _extramodules=extramodules-4.9-lts
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
-makedepends=("nvidia-utils=$pkgver" 'linux-lts>=4.9.40' 
'linux-lts-headers>=4.9.40')
+makedepends=("nvidia-utils=$pkgver" 'linux-lts>=4.9.42' 
'linux-lts-headers>=4.9.42')
 provides=('nvidia')
 license=('custom')
 install=nvidia-lts.install


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

2017-08-11 Thread Andreas Radke
Date: Friday, August 11, 2017 @ 19:46:54
  Author: andyrtr
Revision: 301931

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/90-linux.hook
(from rev 301930, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 301930, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 301930, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 301930, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 301930, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 301930, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 301930, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 301930, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 301930, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 301930, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 301930, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 301930, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 301930, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 301930, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  300 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8211 +
 testing-i686/config.x86_64   | 7976 
 testing-i686/linux-lts.install   |   33 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  300 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8211 +
 testing-x86_64/config.x86_64 | 7976 
 testing-x86_64/linux-lts.install |   33 
 testing-x86_64/linux-lts.preset  |   14 
 14 files changed, 33112 insertions(+)

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


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

2017-08-11 Thread Andreas Radke
Date: Friday, August 11, 2017 @ 19:46:33
  Author: andyrtr
Revision: 301930

upgpkg: linux-lts 4.9.42-1

upstream update 4.9.42

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 19:43:16 UTC (rev 301929)
+++ PKGBUILD2017-08-11 19:46:33 UTC (rev 301930)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.9
-pkgver=4.9.41
+pkgver=4.9.42
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
@@ -23,7 +23,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'e9953cfaa39de483a5b25c027d87d956d6068d301fc1541f511a1c17d1471c6b'
+'9815eac9c8acc4751ff0c2232106c455ce336779f282db160cdd65d87d82b18e'
 'SKIP'
 '39e780d61a46eae6ff7714b070942c7c033d449436df561727a93c64d28b3485'
 '50193426ac5d777475336df0ff5350c7de933f2ea2641fbe8956387c75b4c100'


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

2017-08-11 Thread Andreas Radke
Date: Friday, August 11, 2017 @ 19:43:16
  Author: andyrtr
Revision: 301929

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 301928, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 301928, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-11 19:42:36 UTC (rev 301928)
+++ extra-i686/PKGBUILD 2017-08-11 19:43:16 UTC (rev 301929)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.16.0
-pkgrel=2
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
-license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups')
-makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-sha256sums=('b37c6a4e8806035ce229c055ec66a4258f3b3c5346f1f0ad535db1b5ee6f96cd')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---enable-auto-setup-driverless \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-
-  # license
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 301928, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-11 19:43:16 UTC (rev 301929)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.16.1
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+sha256sums=('32da05c059a8f7f74eb78abdfffe1dddad9dd8439771e2232be7aef71a4443a3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+

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

2017-08-11 Thread Andreas Radke
Date: Friday, August 11, 2017 @ 19:42:36
  Author: andyrtr
Revision: 301928

upgpkg: cups-filters 1.16.1-1

upstream update 1.16.1

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 18:23:36 UTC (rev 301927)
+++ PKGBUILD2017-08-11 19:42:36 UTC (rev 301928)
@@ -2,8 +2,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.16.0
-pkgrel=2
+pkgver=1.16.1
+pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
@@ -21,7 +21,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-sha256sums=('b37c6a4e8806035ce229c055ec66a4258f3b3c5346f1f0ad535db1b5ee6f96cd')
+sha256sums=('32da05c059a8f7f74eb78abdfffe1dddad9dd8439771e2232be7aef71a4443a3')
 
 build() {
   cd $pkgname-$pkgver


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 19:01:26
  Author: felixonmars
Revision: 249885

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

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

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

Copied: haskell-turtle/repos/community-staging-i686/PKGBUILD (from rev 249884, 
haskell-turtle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 19:01:26 UTC (rev 249885)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=turtle
+pkgname=haskell-turtle
+pkgver=1.4.1
+pkgrel=6
+pkgdesc="Shell programming, Haskell-style"
+url="https://github.com/Gabriel439/Haskell-Turtle-Library;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 
'haskell-foldl'
+ 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' 
'haskell-optional-args'
+ 'haskell-semigroups' 'haskell-stm' 'haskell-system-fileio' 
'haskell-system-filepath'
+ 'haskell-temporary' 'haskell-text' 'haskell-unix-compat')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('22e5778346656230fe130558f5e1b1a2f30953634b65b1802cd0403e2d656745ebf33cbad13cab2c869c2f8d1070c7703d6d3e2539a51990212e16891d621a2e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-turtle/repos/community-staging-x86_64/PKGBUILD (from rev 
249884, haskell-turtle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-11 19:01:26 UTC (rev 249885)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=turtle
+pkgname=haskell-turtle
+pkgver=1.4.1
+pkgrel=6
+pkgdesc="Shell programming, Haskell-style"
+url="https://github.com/Gabriel439/Haskell-Turtle-Library;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 
'haskell-foldl'
+ 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' 
'haskell-optional-args'
+ 'haskell-semigroups' 'haskell-stm' 'haskell-system-fileio' 
'haskell-system-filepath'
+ 'haskell-temporary' 'haskell-text' 'haskell-unix-compat')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('22e5778346656230fe130558f5e1b1a2f30953634b65b1802cd0403e2d656745ebf33cbad13cab2c869c2f8d1070c7703d6d3e2539a51990212e16891d621a2e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister 

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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 19:01:03
  Author: felixonmars
Revision: 249884

upgpkg: haskell-turtle 1.4.1-6

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  haskell-turtle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 18:58:32 UTC (rev 249883)
+++ PKGBUILD2017-08-11 19:01:03 UTC (rev 249884)
@@ -5,7 +5,7 @@
 _hkgname=turtle
 pkgname=haskell-turtle
 pkgver=1.4.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Shell programming, Haskell-style"
 url="https://github.com/Gabriel439/Haskell-Turtle-Library;
 license=('custom:BSD3')


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 18:58:32
  Author: felixonmars
Revision: 249883

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 249882, idris/trunk/PKGBUILD)
  idris/repos/community-staging-i686/cheapskate-0.1.1.patch
(from rev 249882, idris/trunk/cheapskate-0.1.1.patch)
  idris/repos/community-staging-x86_64/
  idris/repos/community-staging-x86_64/PKGBUILD
(from rev 249882, idris/trunk/PKGBUILD)
  idris/repos/community-staging-x86_64/cheapskate-0.1.1.patch
(from rev 249882, idris/trunk/cheapskate-0.1.1.patch)

-+
 community-staging-i686/PKGBUILD |   63 ++
 community-staging-i686/cheapskate-0.1.1.patch   |   36 
 community-staging-x86_64/PKGBUILD   |   63 ++
 community-staging-x86_64/cheapskate-0.1.1.patch |   36 
 4 files changed, 198 insertions(+)

Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 249882, 
idris/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 18:58:32 UTC (rev 249883)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.1.0
+pkgrel=11
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "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-code-page" 
"haskell-fingertree"
+ "haskell-fsnotify" "haskell-ieee754" "haskell-mtl" "haskell-libffi" 
"haskell-network"
+ "haskell-optparse-applicative" "haskell-parsers" "haskell-regex-tdfa" 
"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")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;
+cheapskate-0.1.1.patch)
+sha512sums=('689f98315a835a623d5bfdb8419ff6888ab82e357f243f0adad47f496ee388cf521172d147855ccf63f5d95c6d4ef0977b1ec99c61b755772bd316d49daa1c44'
+
'bbde8342befd769657e5b1e19e52abd190d18c4512bec26a8431090d9e9bb97b59c4395ad89fa54990332c34b2933aee0643e46f3b37a1f747d2e12c30e549a0')
+
+prepare() {
+cd Idris-dev-$pkgver
+patch -p1 -i ../cheapskate-0.1.1.patch
+
+sed -i 's/, trifecta >= 1.6 && < 1.7/, trifecta >= 1.6 \&\& < 1.8/' 
idris.cabal
+
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+}
+
+build() {
+cd "$srcdir"/Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "$srcdir"/Idris-dev-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: idris/repos/community-staging-i686/cheapskate-0.1.1.patch (from rev 
249882, idris/trunk/cheapskate-0.1.1.patch)
===
--- community-staging-i686/cheapskate-0.1.1.patch   
(rev 0)
+++ community-staging-i686/cheapskate-0.1.1.patch   2017-08-11 18:58:32 UTC 
(rev 249883)
@@ -0,0 +1,36 @@
+commit eb932ec422ecbe9ce7835b5143a40c0be882ccb7

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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 18:58:08
  Author: felixonmars
Revision: 249882

upgpkg: idris 1.1.0-11

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 18:24:07 UTC (rev 249881)
+++ PKGBUILD2017-08-11 18:58:08 UTC (rev 249882)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=1.1.0
-pkgrel=10
+pkgrel=11
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 18:24:07
  Author: felixonmars
Revision: 249881

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

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

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

Copied: haskell-trifecta/repos/community-staging-i686/PKGBUILD (from rev 
249880, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 18:24:07 UTC (rev 249881)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.7.1.1
+pkgrel=4
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="http://github.com/ekmett/trifecta/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5da4e04be3f4f02220aa730b830a50b9a5df243815d6e00051beb7274af3bc78e50cf70747e3e1f448b2966d1c3051ab589e7d99a0432620390c6193d034a602')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 
249880, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-11 18:24:07 UTC (rev 249881)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.7.1.1
+pkgrel=4
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="http://github.com/ekmett/trifecta/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5da4e04be3f4f02220aa730b830a50b9a5df243815d6e00051beb7274af3bc78e50cf70747e3e1f448b2966d1c3051ab589e7d99a0432620390c6193d034a602')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib 

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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 18:23:43
  Author: felixonmars
Revision: 249880

upgpkg: haskell-trifecta 1.7.1.1-4

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 18:20:41 UTC (rev 249879)
+++ PKGBUILD2017-08-11 18:23:43 UTC (rev 249880)
@@ -5,7 +5,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=1.7.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="http://github.com/ekmett/trifecta/;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-test-framework-hunit/repos (4 files)

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 18:20:41
  Author: felixonmars
Revision: 249879

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

Added:
  haskell-test-framework-hunit/repos/community-staging-i686/
  haskell-test-framework-hunit/repos/community-staging-i686/PKGBUILD
(from rev 249878, haskell-test-framework-hunit/trunk/PKGBUILD)
  haskell-test-framework-hunit/repos/community-staging-x86_64/
  haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 249878, haskell-test-framework-hunit/trunk/PKGBUILD)

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

Copied: haskell-test-framework-hunit/repos/community-staging-i686/PKGBUILD 
(from rev 249878, haskell-test-framework-hunit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 18:20:41 UTC (rev 249879)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework-hunit
+pkgname=haskell-test-framework-hunit
+pkgver=0.3.0.2
+pkgrel=15
+pkgdesc="HUnit support for the test-framework package."
+url="https://batterseapower.github.io/test-framework/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-hunit" "haskell-extensible-exceptions" 
"haskell-test-framework")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('95cb8ee02a850b164bfdabdf4dbc839d621361f3ac770ad21ea43a8bde360bf8')
+
+prepare() {
+sed -i 's/HUnit >= 1.2 && < 1.4/HUnit >= 1.2 \&\& < 1.7/' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-base3 -fbase4
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD 
(from rev 249878, haskell-test-framework-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-11 18:20:41 UTC (rev 249879)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework-hunit
+pkgname=haskell-test-framework-hunit
+pkgver=0.3.0.2
+pkgrel=15
+pkgdesc="HUnit support for the test-framework package."
+url="https://batterseapower.github.io/test-framework/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-hunit" "haskell-extensible-exceptions" 
"haskell-test-framework")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('95cb8ee02a850b164bfdabdf4dbc839d621361f3ac770ad21ea43a8bde360bf8')
+
+prepare() {
+sed -i 's/HUnit >= 1.2 && < 1.4/HUnit >= 1.2 \&\& < 1.7/' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-base3 -fbase4
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* 

[arch-commits] Commit in haskell-test-framework-hunit/trunk (PKGBUILD)

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 18:20:17
  Author: felixonmars
Revision: 249878

upgpkg: haskell-test-framework-hunit 0.3.0.2-15

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  haskell-test-framework-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 18:19:05 UTC (rev 249877)
+++ PKGBUILD2017-08-11 18:20:17 UTC (rev 249878)
@@ -5,7 +5,7 @@
 _hkgname=test-framework-hunit
 pkgname=haskell-test-framework-hunit
 pkgver=0.3.0.2
-pkgrel=14
+pkgrel=15
 pkgdesc="HUnit support for the test-framework package."
 url="https://batterseapower.github.io/test-framework/;
 license=("custom:BSD3")


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 18:19:05
  Author: felixonmars
Revision: 249877

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

Added:
  haskell-test-framework/repos/community-staging-i686/
  haskell-test-framework/repos/community-staging-i686/PKGBUILD
(from rev 249876, haskell-test-framework/trunk/PKGBUILD)
  haskell-test-framework/repos/community-staging-x86_64/
  haskell-test-framework/repos/community-staging-x86_64/PKGBUILD
(from rev 249876, haskell-test-framework/trunk/PKGBUILD)

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

Copied: haskell-test-framework/repos/community-staging-i686/PKGBUILD (from rev 
249876, haskell-test-framework/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 18:19:05 UTC (rev 249877)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework
+pkgname=haskell-test-framework
+pkgver=0.8.1.1
+pkgrel=11
+pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck 
support"
+url="https://batterseapower.github.io/test-framework/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-hostname"
+ "haskell-old-locale" "haskell-random" "haskell-regex-posix" 
"haskell-xml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('7883626a5aebb1df327bf26dbd382208946250a79f9cc3bf9a9eb0b0767bb273')
+
+prepare() {
+sed -i 's/time >= 1.1.2 && < 1.6,/time >= 1.1.2 \&\& < 1.7,/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-tests
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-test-framework/repos/community-staging-x86_64/PKGBUILD (from 
rev 249876, haskell-test-framework/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-11 18:19:05 UTC (rev 249877)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework
+pkgname=haskell-test-framework
+pkgver=0.8.1.1
+pkgrel=11
+pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck 
support"
+url="https://batterseapower.github.io/test-framework/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-hostname"
+ "haskell-old-locale" "haskell-random" "haskell-regex-posix" 
"haskell-xml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('7883626a5aebb1df327bf26dbd382208946250a79f9cc3bf9a9eb0b0767bb273')
+
+prepare() {
+sed -i 's/time >= 1.1.2 && < 1.6,/time >= 1.1.2 \&\& < 1.7,/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-tests
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup 

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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 18:18:42
  Author: felixonmars
Revision: 249876

upgpkg: haskell-test-framework 0.8.1.1-11

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  haskell-test-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 18:17:18 UTC (rev 249875)
+++ PKGBUILD2017-08-11 18:18:42 UTC (rev 249876)
@@ -5,7 +5,7 @@
 _hkgname=test-framework
 pkgname=haskell-test-framework
 pkgver=0.8.1.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck 
support"
 url="https://batterseapower.github.io/test-framework/;
 license=("custom:BSD3")


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 18:17:18
  Author: felixonmars
Revision: 249875

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

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

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

Copied: haskell-xcffib/repos/community-staging-i686/PKGBUILD (from rev 249874, 
haskell-xcffib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 18:17:18 UTC (rev 249875)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=xcffib
+pkgname=haskell-xcffib
+pkgver=0.5.1
+pkgrel=39
+pkgdesc="A cffi-based python binding for X"
+url="http://github.com/tych0/xcffib;
+license=('Apache')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-attoparsec' 'haskell-either' 'haskell-filemanip' 
'haskell-language-python'
+ 'haskell-mtl' 'haskell-optparse-applicative' 'haskell-semigroups' 
'haskell-split'
+ 'haskell-xcb-types')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c4d954462b3636cbd7e61809250e74fb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-xcffib/repos/community-staging-x86_64/PKGBUILD (from rev 
249874, haskell-xcffib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-11 18:17:18 UTC (rev 249875)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=xcffib
+pkgname=haskell-xcffib
+pkgver=0.5.1
+pkgrel=39
+pkgdesc="A cffi-based python binding for X"
+url="http://github.com/tych0/xcffib;
+license=('Apache')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-attoparsec' 'haskell-either' 'haskell-filemanip' 
'haskell-language-python'
+ 'haskell-mtl' 'haskell-optparse-applicative' 'haskell-semigroups' 
'haskell-split'
+ 'haskell-xcb-types')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c4d954462b3636cbd7e61809250e74fb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+  

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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 18:16:55
  Author: felixonmars
Revision: 249874

upgpkg: haskell-xcffib 0.5.1-39

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  haskell-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 18:15:10 UTC (rev 249873)
+++ PKGBUILD2017-08-11 18:16:55 UTC (rev 249874)
@@ -4,7 +4,7 @@
 _hkgname=xcffib
 pkgname=haskell-xcffib
 pkgver=0.5.1
-pkgrel=38
+pkgrel=39
 pkgdesc="A cffi-based python binding for X"
 url="http://github.com/tych0/xcffib;
 license=('Apache')


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 18:15:10
  Author: felixonmars
Revision: 249873

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

Added:
  tamarin-prover/repos/community-staging-i686/
  tamarin-prover/repos/community-staging-i686/PKGBUILD
(from rev 249872, tamarin-prover/trunk/PKGBUILD)
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 249872, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-i686/PKGBUILD (from rev 249872, 
tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 18:15:10 UTC (rev 249873)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.2.2
+pkgrel=5
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('graphviz' 'maude' 'ocaml' 'ghc' "haskell-hunit" 
"haskell-binary-orphans"
+ "haskell-blaze-builder" "haskell-blaze-html" "haskell-cmdargs" 
"haskell-conduit"
+ "haskell-fclabels" "haskell-file-embed" "haskell-gitrev" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-mtl" "haskell-resourcet" "haskell-safe"
+ "haskell-shakespeare" "haskell-text" "haskell-threads" "haskell-wai" 
"haskell-warp"
+ "haskell-yesod-core" "haskell-yesod-static" 
"haskell-tamarin-prover-utils"
+ "haskell-tamarin-prover-term" "haskell-tamarin-prover-theory")
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha256sums=('f9b2d3acc01b89f71d2b246a6b3010ebab71e4fe309b3be8a8eac213422b43de')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/filetype.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
249872, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-11 18:15:10 UTC (rev 249873)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.2.2
+pkgrel=5
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('graphviz' 'maude' 'ocaml' 'ghc' "haskell-hunit" 
"haskell-binary-orphans"
+ "haskell-blaze-builder" "haskell-blaze-html" "haskell-cmdargs" 
"haskell-conduit"
+ "haskell-fclabels" "haskell-file-embed" "haskell-gitrev" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-mtl" "haskell-resourcet" "haskell-safe"
+ "haskell-shakespeare" "haskell-text" "haskell-threads" "haskell-wai" 
"haskell-warp"
+ "haskell-yesod-core" "haskell-yesod-static" 
"haskell-tamarin-prover-utils"
+ "haskell-tamarin-prover-term" "haskell-tamarin-prover-theory")
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha256sums=('f9b2d3acc01b89f71d2b246a6b3010ebab71e4fe309b3be8a8eac213422b43de')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd 

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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 18:14:47
  Author: felixonmars
Revision: 249872

upgpkg: tamarin-prover 1.2.2-5

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 18:11:07 UTC (rev 249871)
+++ PKGBUILD2017-08-11 18:14:47 UTC (rev 249872)
@@ -4,7 +4,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.2.2
-pkgrel=4
+pkgrel=5
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 18:11:07
  Author: felixonmars
Revision: 249871

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

Added:
  hledger-web/repos/community-staging-i686/
  hledger-web/repos/community-staging-i686/PKGBUILD
(from rev 249870, hledger-web/trunk/PKGBUILD)
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 249870, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-i686/PKGBUILD (from rev 249870, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 18:11:07 UTC (rev 249871)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.3
+pkgrel=33
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-base-compat" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-clientsession" "haskell-cmdargs" 
"haskell-data-default"
+ "haskell-hjsmin" "haskell-http-conduit" "haskell-http-client" 
"haskell-hunit"
+ "haskell-conduit-extra" "haskell-safe" "haskell-shakespeare" 
"haskell-text" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-handler-launch" "haskell-warp" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-static" 
"haskell-json" 
+ "haskell-megaparsec" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('ffb3673f3972bf90d4b9f1508299e8ab59ec8e48d89d6107aefce28c68278eac733287a1ca4f464f83393f44e87eb907cb7c31b5c098fda9235585dfbedd91ec')
+
+prepare() {
+sed -e 's/megaparsec >=5.0 && < 5.3/megaparsec >=5.0 \&\& < 5.4/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -f-oldtime -fthreaded
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 249870, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-11 18:11:07 UTC (rev 249871)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.3
+pkgrel=33
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-base-compat" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-clientsession" "haskell-cmdargs" 
"haskell-data-default"
+ "haskell-hjsmin" "haskell-http-conduit" "haskell-http-client" 
"haskell-hunit"
+ "haskell-conduit-extra" "haskell-safe" "haskell-shakespeare" 
"haskell-text" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-handler-launch" "haskell-warp" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-static" 
"haskell-json" 
+ "haskell-megaparsec" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)

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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 18:10:40
  Author: felixonmars
Revision: 249870

upgpkg: hledger-web 1.3-33

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 18:06:10 UTC (rev 249869)
+++ PKGBUILD2017-08-11 18:10:40 UTC (rev 249870)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.3
-pkgrel=32
+pkgrel=33
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 18:06:10
  Author: felixonmars
Revision: 249869

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 249868, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-i686/quickcheck-2.10.patch
(from rev 249868, git-annex/trunk/quickcheck-2.10.patch)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 249868, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/quickcheck-2.10.patch
(from rev 249868, git-annex/trunk/quickcheck-2.10.patch)

+
 community-staging-i686/PKGBUILD|   60 ++
 community-staging-i686/quickcheck-2.10.patch   |   75 +++
 community-staging-x86_64/PKGBUILD  |   60 ++
 community-staging-x86_64/quickcheck-2.10.patch |   75 +++
 4 files changed, 270 insertions(+)

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 249868, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 18:06:10 UTC (rev 249869)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170520
+pkgrel=62
+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' 'ghc' "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" "haskell-case-insensitive" 
"haskell-clientsession"
+ "haskell-concurrent-output" "haskell-conduit" "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-hinotify"
+ "haskell-hslogger" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-ifelse" "haskell-magic" "haskell-memory" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mountpoints" "haskell-mtl" 
"haskell-network"
+ "haskell-network-info" "haskell-network-multicast" 
"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-socks" "haskell-split" "haskell-stm" "haskell-stm-chans" 
"haskell-tasty"
+ "haskell-tasty-hunit" "haskell-tasty-quickcheck" 
"haskell-tasty-rerun" "haskell-text"
+ "haskell-torrent" "haskell-unix-compat" "haskell-unordered-containers"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" 
"haskell-yesod-default"
+ "haskell-yesod-form" "haskell-yesod-static")
+makedepends=("chrpath")
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;
+quickcheck-2.10.patch)
+sha512sums=('SKIP'
+
'a987bb49072fa27bdbb061bffa9174e75c1e7cfa1e139945465262557c1bd31832373e2684d9ff83b682dcb6b5cfdf2f40e86a8cedf118fb768f9c5827318f4c')
+
+prepare() {
+  cd git-annex
+  patch -p1 -i ../quickcheck-2.10.patch
+}
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" install-misc
+
+  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-i686/quickcheck-2.10.patch (from rev 
249868, git-annex/trunk/quickcheck-2.10.patch)
===
--- community-staging-i686/quickcheck-2.10.patch
(rev 0)
+++ community-staging-i686/quickcheck-2.10.patch2017-08-11 18:06:10 UTC 
(rev 249869)
@@ -0,0 +1,75 @@
+From 

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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 18:05:47
  Author: felixonmars
Revision: 249868

upgpkg: git-annex 6.20170520-62

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 17:53:31 UTC (rev 249867)
+++ PKGBUILD2017-08-11 18:05:47 UTC (rev 249868)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170520
-pkgrel=61
+pkgrel=62
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:53:31
  Author: felixonmars
Revision: 249867

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

Added:
  haskell-yesod-static/repos/community-staging-i686/
  haskell-yesod-static/repos/community-staging-i686/PKGBUILD
(from rev 249866, haskell-yesod-static/trunk/PKGBUILD)
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 249866, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
249866, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 17:53:31 UTC (rev 249867)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.3.1
+pkgrel=9
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-async" "haskell-attoparsec" "haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-cryptonite-conduit" "haskell-memory" 
"haskell-css-text"
+ "haskell-data-default" "haskell-exceptions" "haskell-file-embed" 
"haskell-hashable"
+ "haskell-hjsmin" "haskell-http-types" "haskell-mime-types" 
"haskell-old-time"
+ "haskell-resourcet" "haskell-text" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-wai" "haskell-wai-app-static" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1ba2061e05d7374579e6ada4760db569817e957ae7adcbde49deab88cb60d2940475b530d017b12dc92ae9acc722c4ac46750e65ec23e485097ccb6e54d123a2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
249866, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-11 17:53:31 UTC (rev 249867)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.3.1
+pkgrel=9
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-async" "haskell-attoparsec" "haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-cryptonite-conduit" "haskell-memory" 
"haskell-css-text"
+ "haskell-data-default" "haskell-exceptions" "haskell-file-embed" 
"haskell-hashable"
+ "haskell-hjsmin" "haskell-http-types" "haskell-mime-types" 
"haskell-old-time"
+ "haskell-resourcet" "haskell-text" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-wai" "haskell-wai-app-static" "haskell-yesod-core")

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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:52:54
  Author: felixonmars
Revision: 249866

upgpkg: haskell-yesod-static 1.5.3.1-9

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 17:50:07 UTC (rev 249865)
+++ PKGBUILD2017-08-11 17:52:54 UTC (rev 249866)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.3.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:50:07
  Author: felixonmars
Revision: 249865

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

Added:
  hledger-api/repos/community-staging-i686/
  hledger-api/repos/community-staging-i686/PKGBUILD
(from rev 249864, hledger-api/trunk/PKGBUILD)
  hledger-api/repos/community-staging-x86_64/
  hledger-api/repos/community-staging-x86_64/PKGBUILD
(from rev 249864, hledger-api/trunk/PKGBUILD)

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

Copied: hledger-api/repos/community-staging-i686/PKGBUILD (from rev 249864, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 17:50:07 UTC (rev 249865)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.3
+pkgrel=29
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-aeson" 
"haskell-decimal" "haskell-docopt"
+ "haskell-either" "haskell-microlens" "haskell-microlens-platform" 
"haskell-safe"
+ "haskell-servant-server" "haskell-servant-swagger" "haskell-swagger2" 
"haskell-text"
+ "haskell-wai" "haskell-wai-extra" "haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('1349f1943afcf7f2bb4000fde580ef48f7f55ecd604c6d1df161449df6ffa00714e06b7ba10b77f07056eeb0711eada1a91559a7606062f83f8f3d4e830ede20')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 249864, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-11 17:50:07 UTC (rev 249865)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.3
+pkgrel=29
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-aeson" 
"haskell-decimal" "haskell-docopt"
+ "haskell-either" "haskell-microlens" "haskell-microlens-platform" 
"haskell-safe"
+ "haskell-servant-server" "haskell-servant-swagger" "haskell-swagger2" 
"haskell-text"
+ "haskell-wai" "haskell-wai-extra" "haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('1349f1943afcf7f2bb4000fde580ef48f7f55ecd604c6d1df161449df6ffa00714e06b7ba10b77f07056eeb0711eada1a91559a7606062f83f8f3d4e830ede20')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:49:44
  Author: felixonmars
Revision: 249864

upgpkg: hledger-api 1.3-29

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 17:47:07 UTC (rev 249863)
+++ PKGBUILD2017-08-11 17:49:44 UTC (rev 249864)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-api
 pkgver=1.3
-pkgrel=28
+pkgrel=29
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:47:07
  Author: felixonmars
Revision: 249863

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

Added:
  haskell-servant-server/repos/community-staging-i686/
  haskell-servant-server/repos/community-staging-i686/PKGBUILD
(from rev 249862, haskell-servant-server/trunk/PKGBUILD)
  haskell-servant-server/repos/community-staging-x86_64/
  haskell-servant-server/repos/community-staging-x86_64/PKGBUILD
(from rev 249862, haskell-servant-server/trunk/PKGBUILD)

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

Copied: haskell-servant-server/repos/community-staging-i686/PKGBUILD (from rev 
249862, haskell-servant-server/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 17:47:07 UTC (rev 249863)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-server
+pkgname=haskell-servant-server
+pkgver=0.11
+pkgrel=19
+pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
+url="http://haskell-servant.readthedocs.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-base-compat" "haskell-aeson" "haskell-attoparsec"
+ "haskell-base64-bytestring" "haskell-exceptions" 
"haskell-http-api-data"
+ "haskell-http-types" "haskell-network-uri" "haskell-monad-control" 
"haskell-mtl"
+ "haskell-network" "haskell-safe" "haskell-servant" "haskell-split"
+ "haskell-string-conversions" "haskell-system-filepath" 
"haskell-resourcet" "haskell-tagged"
+ "haskell-text" "haskell-transformers-base" 
"haskell-transformers-compat" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-word8")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('2b0ee788d4c3aca2234aa147e2b0c5acb6202483a198bdba3d3b9023540c02b1')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-servant-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 249862, haskell-servant-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-11 17:47:07 UTC (rev 249863)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-server
+pkgname=haskell-servant-server
+pkgver=0.11
+pkgrel=19
+pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
+url="http://haskell-servant.readthedocs.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-base-compat" "haskell-aeson" "haskell-attoparsec"
+ "haskell-base64-bytestring" "haskell-exceptions" 
"haskell-http-api-data"
+ "haskell-http-types" "haskell-network-uri" "haskell-monad-control" 
"haskell-mtl"
+ "haskell-network" "haskell-safe" "haskell-servant" "haskell-split"
+ "haskell-string-conversions" "haskell-system-filepath" 
"haskell-resourcet" "haskell-tagged"
+ "haskell-text" "haskell-transformers-base" 
"haskell-transformers-compat" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-word8")

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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:46:45
  Author: felixonmars
Revision: 249862

upgpkg: haskell-servant-server 0.11-19

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  haskell-servant-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 17:44:30 UTC (rev 249861)
+++ PKGBUILD2017-08-11 17:46:45 UTC (rev 249862)
@@ -5,7 +5,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.11
-pkgrel=18
+pkgrel=19
 pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
 url="http://haskell-servant.readthedocs.org/;
 license=("custom:BSD3")


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:44:30
  Author: felixonmars
Revision: 249861

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 249860, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 249860, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 249860, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 17:44:30 UTC (rev 249861)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.8.0
+pkgrel=39
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-html" "haskell-blaze-markup" "haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "pandoc" "pandoc-citeproc" 
"haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('933645964113bbdf898366aedd11c6f26035e633b66fb01206258264a3b8857e08ea919f3284b6dfef28c32e6dc2bdd21ee85ed5e1c4c184423dfdc4a487')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
249860, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-11 17:44:30 UTC (rev 249861)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.8.0
+pkgrel=39
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-html" "haskell-blaze-markup" "haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "pandoc" "pandoc-citeproc" 
"haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ 

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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:44:08
  Author: felixonmars
Revision: 249860

upgpkg: haskell-hakyll 4.9.8.0-39

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 17:40:19 UTC (rev 249859)
+++ PKGBUILD2017-08-11 17:44:08 UTC (rev 249860)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.8.0
-pkgrel=38
+pkgrel=39
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-wai-app-static/repos (4 files)

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:40:19
  Author: felixonmars
Revision: 249859

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

Added:
  haskell-wai-app-static/repos/community-staging-i686/
  haskell-wai-app-static/repos/community-staging-i686/PKGBUILD
(from rev 249858, haskell-wai-app-static/trunk/PKGBUILD)
  haskell-wai-app-static/repos/community-staging-x86_64/
  haskell-wai-app-static/repos/community-staging-x86_64/PKGBUILD
(from rev 249858, haskell-wai-app-static/trunk/PKGBUILD)

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

Copied: haskell-wai-app-static/repos/community-staging-i686/PKGBUILD (from rev 
249858, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 17:40:19 UTC (rev 249859)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-app-static
+pkgname=haskell-wai-app-static
+pkgver=3.1.6.1
+pkgrel=90
+pkgdesc="WAI application for static serving"
+url="http://www.yesodweb.com/book/web-application-interface;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-builder" "haskell-blaze-html" 
"haskell-blaze-markup" 
+ "haskell-cryptonite" "haskell-file-embed" "haskell-http-date" 
"haskell-http-types"
+ "haskell-memory" "haskell-mime-types" "haskell-old-locale"
+ "haskell-optparse-applicative" "haskell-text" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-warp"
+ "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b318acf31e2e809411f119744a016ba0a78f52554ac7321a3a1410a218886668')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-print
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-wai-app-static/repos/community-staging-x86_64/PKGBUILD (from 
rev 249858, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-11 17:40:19 UTC (rev 249859)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-app-static
+pkgname=haskell-wai-app-static
+pkgver=3.1.6.1
+pkgrel=90
+pkgdesc="WAI application for static serving"
+url="http://www.yesodweb.com/book/web-application-interface;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-builder" "haskell-blaze-html" 
"haskell-blaze-markup" 
+ "haskell-cryptonite" "haskell-file-embed" "haskell-http-date" 
"haskell-http-types"
+ "haskell-memory" "haskell-mime-types" "haskell-old-locale"
+ "haskell-optparse-applicative" "haskell-text" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-warp"
+ "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b318acf31e2e809411f119744a016ba0a78f52554ac7321a3a1410a218886668')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib 

[arch-commits] Commit in haskell-wai-app-static/trunk (PKGBUILD)

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:39:57
  Author: felixonmars
Revision: 249858

upgpkg: haskell-wai-app-static 3.1.6.1-90

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  haskell-wai-app-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 17:37:47 UTC (rev 249857)
+++ PKGBUILD2017-08-11 17:39:57 UTC (rev 249858)
@@ -5,7 +5,7 @@
 _hkgname=wai-app-static
 pkgname=haskell-wai-app-static
 pkgver=3.1.6.1
-pkgrel=89
+pkgrel=90
 pkgdesc="WAI application for static serving"
 url="http://www.yesodweb.com/book/web-application-interface;
 license=("MIT")


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:37:21
  Author: felixonmars
Revision: 249856

upgpkg: haskell-tasty-rerun 1.1.7-6

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  haskell-tasty-rerun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 17:36:00 UTC (rev 249855)
+++ PKGBUILD2017-08-11 17:37:21 UTC (rev 249856)
@@ -5,7 +5,7 @@
 _hkgname=tasty-rerun
 pkgname=haskell-tasty-rerun
 pkgver=1.1.7
-pkgrel=5
+pkgrel=6
 pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
 url="http://github.com/ocharles/tasty-rerun;
 license=("custom:BSD3")


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:37:47
  Author: felixonmars
Revision: 249857

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

Added:
  haskell-tasty-rerun/repos/community-staging-i686/
  haskell-tasty-rerun/repos/community-staging-i686/PKGBUILD
(from rev 249856, haskell-tasty-rerun/trunk/PKGBUILD)
  haskell-tasty-rerun/repos/community-staging-x86_64/
  haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD
(from rev 249856, haskell-tasty-rerun/trunk/PKGBUILD)

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

Copied: haskell-tasty-rerun/repos/community-staging-i686/PKGBUILD (from rev 
249856, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 17:37:47 UTC (rev 249857)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.7
+pkgrel=6
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+url="http://github.com/ocharles/tasty-rerun;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-mtl" "haskell-optparse-applicative" "haskell-reducers"
+ "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a5cc64b8981b8dcd64682927b35ff25d5e0477d152acb4f8fc6cb20b2d506a1edc51c3cf79a0f5cbfe4525e88974e9c5f6c80050db4d0ddb77f59b61a402badb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD (from rev 
249856, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-11 17:37:47 UTC (rev 249857)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.7
+pkgrel=6
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+url="http://github.com/ocharles/tasty-rerun;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-mtl" "haskell-optparse-applicative" "haskell-reducers"
+ "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a5cc64b8981b8dcd64682927b35ff25d5e0477d152acb4f8fc6cb20b2d506a1edc51c3cf79a0f5cbfe4525e88974e9c5f6c80050db4d0ddb77f59b61a402badb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 

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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:36:00
  Author: felixonmars
Revision: 249855

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

Added:
  haskell-tasty-quickcheck/repos/community-staging-i686/
  haskell-tasty-quickcheck/repos/community-staging-i686/PKGBUILD
(from rev 249854, haskell-tasty-quickcheck/trunk/PKGBUILD)
  haskell-tasty-quickcheck/repos/community-staging-x86_64/
  haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 249854, haskell-tasty-quickcheck/trunk/PKGBUILD)

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

Copied: haskell-tasty-quickcheck/repos/community-staging-i686/PKGBUILD (from 
rev 249854, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 17:36:00 UTC (rev 249855)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.9.1
+pkgrel=6
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-quickcheck" "haskell-random" "haskell-tagged" 
"haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('41977101c311708ce89dabbc7502b327f7a3e6b926a1469773bfee09309cb0187ec1fee01117a09995eb1ee84aab30b928475bdeb98d42c0fb25efe61fdd1211')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 249854, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-11 17:36:00 UTC (rev 249855)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.9.1
+pkgrel=6
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-quickcheck" "haskell-random" "haskell-tagged" 
"haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('41977101c311708ce89dabbc7502b327f7a3e6b926a1469773bfee09309cb0187ec1fee01117a09995eb1ee84aab30b928475bdeb98d42c0fb25efe61fdd1211')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 

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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:35:38
  Author: felixonmars
Revision: 249854

upgpkg: haskell-tasty-quickcheck 0.9.1-6

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  haskell-tasty-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 17:34:10 UTC (rev 249853)
+++ PKGBUILD2017-08-11 17:35:38 UTC (rev 249854)
@@ -5,7 +5,7 @@
 _hkgname=tasty-quickcheck
 pkgname=haskell-tasty-quickcheck
 pkgver=0.9.1
-pkgrel=5
+pkgrel=6
 pkgdesc="QuickCheck support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:34:10
  Author: felixonmars
Revision: 249853

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

Added:
  haskell-tasty-hunit/repos/community-staging-i686/
  haskell-tasty-hunit/repos/community-staging-i686/PKGBUILD
(from rev 249852, haskell-tasty-hunit/trunk/PKGBUILD)
  haskell-tasty-hunit/repos/community-staging-x86_64/
  haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 249852, haskell-tasty-hunit/trunk/PKGBUILD)

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

Copied: haskell-tasty-hunit/repos/community-staging-i686/PKGBUILD (from rev 
249852, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 17:34:10 UTC (rev 249853)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.9.2
+pkgrel=28
+pkgdesc="HUnit support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ae1efc2a750dfc09f9276d3a57e6a8f8b30f1a6932e81c53fcd67132b8ea1623')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD (from rev 
249852, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-11 17:34:10 UTC (rev 249853)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.9.2
+pkgrel=28
+pkgdesc="HUnit support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ae1efc2a750dfc09f9276d3a57e6a8f8b30f1a6932e81c53fcd67132b8ea1623')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f 

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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:33:47
  Author: felixonmars
Revision: 249852

upgpkg: haskell-tasty-hunit 0.9.2-28

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  haskell-tasty-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 17:32:26 UTC (rev 249851)
+++ PKGBUILD2017-08-11 17:33:47 UTC (rev 249852)
@@ -5,7 +5,7 @@
 _hkgname=tasty-hunit
 pkgname=haskell-tasty-hunit
 pkgver=0.9.2
-pkgrel=27
+pkgrel=28
 pkgdesc="HUnit support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:32:26
  Author: felixonmars
Revision: 249851

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

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

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

Copied: haskell-tasty/repos/community-staging-i686/PKGBUILD (from rev 249850, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 17:32:26 UTC (rev 249851)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2.3
+pkgrel=3
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-ansi-terminal" "haskell-async" "haskell-clock" 
"haskell-mtl"
+ "haskell-optparse-applicative" "haskell-regex-tdfa" "haskell-stm" 
"haskell-tagged"
+ "haskell-unbounded-delays")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8d6dbf47222eafe2b6263c14e2f8af9f97e786230a03f23fbccb1a9d927fd15d0f9c03b293a48b9d1f00bc797ad21af7b153c711c52a1be28cb4b534589e48e3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 249850, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-11 17:32:26 UTC (rev 249851)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.11.2.3
+pkgrel=3
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-ansi-terminal" "haskell-async" "haskell-clock" 
"haskell-mtl"
+ "haskell-optparse-applicative" "haskell-regex-tdfa" "haskell-stm" 
"haskell-tagged"
+ "haskell-unbounded-delays")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8d6dbf47222eafe2b6263c14e2f8af9f97e786230a03f23fbccb1a9d927fd15d0f9c03b293a48b9d1f00bc797ad21af7b153c711c52a1be28cb4b534589e48e3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   

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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:32:03
  Author: felixonmars
Revision: 249850

upgpkg: haskell-tasty 0.11.2.3-3

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  haskell-tasty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 17:30:34 UTC (rev 249849)
+++ PKGBUILD2017-08-11 17:32:03 UTC (rev 249850)
@@ -5,7 +5,7 @@
 _hkgname=tasty
 pkgname=haskell-tasty
 pkgver=0.11.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:30:34
  Author: felixonmars
Revision: 249849

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

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

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

Copied: stylish-haskell/repos/community-staging-i686/PKGBUILD (from rev 249848, 
stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 17:30:34 UTC (rev 249849)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.8.1.0
+pkgrel=13
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-src-exts" "haskell-mtl" 
"haskell-optparse-applicative"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('617b4a089b66a895b49f7ecb205d91f4736843b95b393460e08b3276410f8f994e613b135c4c2dec69323d1b333061165db8878baf33c9dd2131dbeb59a25366')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old_base
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
249848, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-11 17:30:34 UTC (rev 249849)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.8.1.0
+pkgrel=13
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-src-exts" "haskell-mtl" 
"haskell-optparse-applicative"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('617b4a089b66a895b49f7ecb205d91f4736843b95b393460e08b3276410f8f994e613b135c4c2dec69323d1b333061165db8878baf33c9dd2131dbeb59a25366')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old_base
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 

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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:30:11
  Author: felixonmars
Revision: 249848

upgpkg: stylish-haskell 0.8.1.0-13

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 17:28:06 UTC (rev 249847)
+++ PKGBUILD2017-08-11 17:30:11 UTC (rev 249848)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.8.1.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:28:06
  Author: felixonmars
Revision: 249847

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

---+
 community-staging-i686/PKGBUILD   |   82 
 community-staging-i686/path-0.6.1.patch   |   49 
 community-staging-i686/stack.install  |4 +
 community-staging-x86_64/PKGBUILD |   82 
 community-staging-x86_64/path-0.6.1.patch |   49 
 community-staging-x86_64/stack.install|4 +
 6 files changed, 270 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 249846, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 17:28:06 UTC (rev 249847)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.5.0
+pkgrel=26
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-clock" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptonite" 
"haskell-cryptonite-conduit" "haskell-echo"
+ "haskell-either" "haskell-errors" "haskell-exceptions" "haskell-extra"
+ "haskell-fast-logger" "haskell-file-embed" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-generic-deriving" "haskell-gitrev" 
"haskell-hackage-security" "haskell-hashable"
+ "haskell-hastache" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-hpack" "haskell-lifted-async" 
"haskell-lifted-base"
+ "haskell-memory" "haskell-microlens" "haskell-microlens-mtl" 
"haskell-mintty"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-monad-unlift" 
"haskell-mtl"
+ "haskell-network-uri" "haskell-open-browser" 
"haskell-optparse-applicative"
+ "haskell-optparse-simple" "haskell-path" "haskell-path-io" 
"haskell-persistent"
+ "haskell-persistent-sqlite" "haskell-persistent-template" 
"haskell-pid1"
+ "haskell-project-template" "haskell-regex-applicative-text" 
"haskell-resourcet"
+ "haskell-retry" "haskell-safe" "haskell-safe-exceptions" 
"haskell-semigroups"
+ "haskell-split" "haskell-stm" "haskell-store" "haskell-store-core"
+ "haskell-streaming-commons" "haskell-tar" "haskell-temporary" 
"haskell-text"
+ "haskell-text-binary" "haskell-text-metrics" "haskell-tls" 
"haskell-transformers-base"
+ "haskell-unicode-transforms" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-vector-binary-instances" "haskell-yaml" 
"haskell-zip-archive"
+ "haskell-zlib")
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;
+path-0.6.1.patch)
+sha256sums=('2ffead80e9cc3b72480e9130bb639aaa8a6a684d8f6098a3843fe88803c8e478'
+'2013b76677e62851248f26f8b77d0f37a52496b3380bf3107519d5a84e09808f')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+patch -p1 -i ../path-0.6.1.patch
+
+sed -e 's/cryptonite >= 0.19 && < 0.24/cryptonite >= 0.19 \&\& < 0.25/' \
+-e 's/, path >= 0.5.8 && < 0.6/, path >= 0.5.8 \&\& < 0.7/' \
+-i stack.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+

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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:27:37
  Author: felixonmars
Revision: 249846

upgpkg: stack 1.5.0-26

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 17:00:56 UTC (rev 249845)
+++ PKGBUILD2017-08-11 17:27:37 UTC (rev 249846)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.5.0
-pkgrel=25
+pkgrel=26
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:00:56
  Author: felixonmars
Revision: 249845

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

Added:
  haskell-optparse-simple/repos/community-staging-i686/
  haskell-optparse-simple/repos/community-staging-i686/PKGBUILD
(from rev 249844, haskell-optparse-simple/trunk/PKGBUILD)
  haskell-optparse-simple/repos/community-staging-x86_64/
  haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD
(from rev 249844, haskell-optparse-simple/trunk/PKGBUILD)

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

Copied: haskell-optparse-simple/repos/community-staging-i686/PKGBUILD (from rev 
249844, haskell-optparse-simple/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-11 17:00:56 UTC (rev 249845)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=optparse-simple
+pkgname=haskell-optparse-simple
+pkgver=0.0.3
+pkgrel=58
+pkgdesc="Simple interface to optparse-applicative"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-either" "haskell-gitrev" 
"haskell-optparse-applicative")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('4547f0a6c1bd959b1d9c3c2a5fabee39ac9a19dffabbb2d75461a2d461df8c7e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD (from 
rev 249844, haskell-optparse-simple/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-11 17:00:56 UTC (rev 249845)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=optparse-simple
+pkgname=haskell-optparse-simple
+pkgver=0.0.3
+pkgrel=58
+pkgdesc="Simple interface to optparse-applicative"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-either" "haskell-gitrev" 
"haskell-optparse-applicative")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('4547f0a6c1bd959b1d9c3c2a5fabee39ac9a19dffabbb2d75461a2d461df8c7e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 

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

2017-08-11 Thread Felix Yan
Date: Friday, August 11, 2017 @ 17:00:33
  Author: felixonmars
Revision: 249844

upgpkg: haskell-optparse-simple 0.0.3-58

rebuild with ansi-wl-pprint,0.6.8.1

Modified:
  haskell-optparse-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-11 16:59:10 UTC (rev 249843)
+++ PKGBUILD2017-08-11 17:00:33 UTC (rev 249844)
@@ -5,7 +5,7 @@
 _hkgname=optparse-simple
 pkgname=haskell-optparse-simple
 pkgver=0.0.3
-pkgrel=57
+pkgrel=58
 pkgdesc="Simple interface to optparse-applicative"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


  1   2   >