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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:58:10
  Author: fyan
Revision: 175785

upgpkg: jenkins 2.5-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 05:46:21 UTC (rev 175784)
+++ PKGBUILD2016-05-20 05:58:10 UTC (rev 175785)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.3
+pkgver=2.5
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('c51544768d1667ab1727c0f979593935cd8cb99dc1aa238d0f3ac7dfee61de3329ec5bc43479f77df6a325646474b37e979f4101ea3b382731328263820a50f3'
+sha512sums=('7d292db6f08134e901ae23175746ad34ecd4af687d07d18a3e67c042c4964d7b9ebffaffa8596392531ecd364433dcfa6326bd6f9a866d827d53c0dc981cf6b5'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:46:21
  Author: fyan
Revision: 175784

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

Added:
  cabal-helper/repos/community-staging-i686/PKGBUILD
(from rev 175783, cabal-helper/trunk/PKGBUILD)
  cabal-helper/repos/community-staging-i686/haskell-cabal-helper.install
(from rev 175783, cabal-helper/trunk/haskell-cabal-helper.install)
  cabal-helper/repos/community-staging-x86_64/PKGBUILD
(from rev 175783, cabal-helper/trunk/PKGBUILD)
  cabal-helper/repos/community-staging-x86_64/haskell-cabal-helper.install
(from rev 175783, cabal-helper/trunk/haskell-cabal-helper.install)
Deleted:
  cabal-helper/repos/community-staging-i686/PKGBUILD
  cabal-helper/repos/community-staging-i686/haskell-cabal-helper.install
  cabal-helper/repos/community-staging-x86_64/PKGBUILD
  cabal-helper/repos/community-staging-x86_64/haskell-cabal-helper.install

---+
 /PKGBUILD |  106 
 /haskell-cabal-helper.install |   36 +
 community-staging-i686/PKGBUILD   |   53 
 community-staging-i686/haskell-cabal-helper.install   |   18 --
 community-staging-x86_64/PKGBUILD |   53 
 community-staging-x86_64/haskell-cabal-helper.install |   18 --
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-05-20 05:45:35 UTC (rev 175783)
+++ community-staging-i686/PKGBUILD 2016-05-20 05:46:21 UTC (rev 175784)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgbase=cabal-helper
-pkgname=(cabal-helper haskell-cabal-helper)
-pkgver=0.7.1.0
-pkgrel=1
-pkgdesc="Simple interface to some of Cabals configuration state used by 
ghc-mod"
-url="http://hackage.haskell.org/package/${pkgbase};
-license=("AGPL3")
-arch=('i686' 'x86_64')
-makedepends=("ghc=7.10.3" "haskell-mtl" "haskell-temporary" 
"haskell-utf8-string")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('7c78b875b5f246b8422b641923d2ffe593bf65ce9e99373e19ef8372df8db66f')
-
-build() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--libexecdir="/usr/lib" \
---libsubdir=\$compiler/site-local/\$pkgid \
--f-dev
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package_cabal-helper() {
-depends=('gmp' 'libffi')
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -r "$pkgdir"/usr/{lib/ghc-*,share}
-}
-
-package_haskell-cabal-helper() {
-pkgdesc="Simple interface to some of Cabal's configuration state used by 
ghc-mod (docs and libraries)"
-depends=("${makedepends[@]}" 'cabal-helper')
-install="haskell-cabal-helper.install"
-cd "${srcdir}/${pkgbase}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-rm -f "$pkgdir/usr/lib/cabal-helper-wrapper"
-}

Copied: cabal-helper/repos/community-staging-i686/PKGBUILD (from rev 175783, 
cabal-helper/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-20 05:46:21 UTC (rev 175784)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=cabal-helper
+pkgname=(cabal-helper haskell-cabal-helper)
+pkgver=0.7.1.0
+pkgrel=2
+pkgdesc="Simple interface to some of Cabals configuration state used by 
ghc-mod"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-mtl" "haskell-temporary" 
"haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('7c78b875b5f246b8422b641923d2ffe593bf65ce9e99373e19ef8372df8db66f')
+

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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:45:35
  Author: fyan
Revision: 175783

upgpkg: cabal-helper 0.7.1.0-2

Fix the renamed executable

Modified:
  cabal-helper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 05:43:56 UTC (rev 175782)
+++ PKGBUILD2016-05-20 05:45:35 UTC (rev 175783)
@@ -5,7 +5,7 @@
 pkgbase=cabal-helper
 pkgname=(cabal-helper haskell-cabal-helper)
 pkgver=0.7.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple interface to some of Cabals configuration state used by 
ghc-mod"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("AGPL3")
@@ -49,5 +49,5 @@
 ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
 runhaskell Setup copy --destdir="${pkgdir}"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-rm -f "$pkgdir/usr/lib/cabal-helper-wrapper"
+rm "$pkgdir/usr/lib/cabal-helper-wrapper-v0.7"
 }


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:43:56
  Author: fyan
Revision: 175782

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

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

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
175781, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-20 05:43:56 UTC (rev 175782)
@@ -0,0 +1,50 @@
+# $Id$

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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:43:13
  Author: fyan
Revision: 175781

upgpkg: haskell-hakyll 4.8.3.1-1

rebuild with MissingH-1.3.0.2, ShellCheck-0.4.4, cabal-helper-0.7.1.0, 
cryptohash-sha256-0.11.100.0, graphviz-2999.18.1.0, hakyll-4.8.3.1, 
idris-0.11.2, monad-journal-0.7.2, pandoc-crossref-0.2.1.3, 
simple-sendfile-0.2.22

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 05:41:41 UTC (rev 175780)
+++ PKGBUILD2016-05-20 05:43:13 UTC (rev 175781)
@@ -4,8 +4,8 @@
 
 _hkgname=hakyll
 pkgname=haskell-hakyll
-pkgver=4.8.3.0
-pkgrel=7
+pkgver=4.8.3.1
+pkgrel=1
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")
@@ -15,13 +15,13 @@
  "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
  "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
  "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
- "haskell-resourcet" "haskell-tagsoup" "haskell-text"
+ "haskell-resourcet" "haskell-scientific" "haskell-tagsoup" 
"haskell-text"
  "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector"
  "haskell-yaml")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('d01a2ec0fbc3efffb6e7fcc2971842b6c6bd893327324cada0e345d3a5e504ef')
+sha256sums=('e56b4a1b73b5d1b394af9c9730a2baf6df93a8cfd72b0429af36253083fdfaa4')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:41:15
  Author: fyan
Revision: 175779

upgpkg: python-cinderclient 1.7.0-1

Modified:
  python-cinderclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 05:38:54 UTC (rev 175778)
+++ PKGBUILD2016-05-20 05:41:15 UTC (rev 175779)
@@ -4,9 +4,9 @@
 
 pkgbase=python-cinderclient
 pkgname=(python-cinderclient python2-cinderclient)
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=1
-pkgdesc="OpenStack Image API Client Library"
+pkgdesc="OpenStack Block Storage API Client Library"
 arch=('any')
 url="http://docs.openstack.org/developer/python-cinderclient;
 license=('Apache')
@@ -15,7 +15,7 @@
  'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
  'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock')
+  'python2-requests-mock' 'python-ddt' 'python2-ddt')
 
source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver;)
 md5sums=('SKIP')
 


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:41:41
  Author: fyan
Revision: 175780

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-20 05:41:15 UTC (rev 175779)
+++ PKGBUILD2016-05-20 05:41:41 UTC (rev 175780)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cinderclient
-pkgname=(python-cinderclient python2-cinderclient)
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="OpenStack Image API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-cinderclient;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock')
-source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  sed -i '/simplejson/d' python-cinderclient/requirements.txt
-  cp -a python-cinderclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py build
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-cinderclient
-  python setup.py testr
-
-  cd "$srcdir"/python-cinderclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cinderclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-cinderclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
-   'python2-requests' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-cinderclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/cinder{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cinderclient/repos/community-any/PKGBUILD (from rev 175779, 
python-cinderclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-20 05:41:41 UTC (rev 175780)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cinderclient
+pkgname=(python-cinderclient python2-cinderclient)
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="OpenStack Block Storage API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-cinderclient;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
+ 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
+ 'python2-requests' 'python-oslo-utils' 'python2-oslo-utils')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock' 'python-ddt' 'python2-ddt')
+source=("git+https://git.openstack.org/openstack/python-cinderclient#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  sed -i '/simplejson/d' python-cinderclient/requirements.txt
+  cp -a python-cinderclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py build
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-cinderclient
+  python setup.py testr
+
+  cd "$srcdir"/python-cinderclient-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cinderclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cinderclient() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
+   'python2-requests' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-cinderclient-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  mv "$pkgdir"/usr/bin/cinder{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:38:54
  Author: fyan
Revision: 175778

archrelease: copy trunk to community-any

Added:
  python-ddt/repos/community-any/
  python-ddt/repos/community-any/PKGBUILD
(from rev 175777, python-ddt/trunk/PKGBUILD)

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

Copied: python-ddt/repos/community-any/PKGBUILD (from rev 175777, 
python-ddt/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-05-20 05:38:54 UTC (rev 175778)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 175443 2016-05-16 05:54:00Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-ddt
+pkgname=('python-ddt' 'python2-ddt')
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Data-Driven/Decorated Tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/txels/ddt;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/txels/ddt.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a ddt{,-py2}
+}
+
+build() {
+  cd "$srcdir"/ddt
+  python setup.py build
+
+  cd "$srcdir"/ddt-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/ddt
+  nosetests3
+
+  cd "$srcdir"/ddt-py2
+  nosetests2
+}
+
+package_python-ddt() {
+  depends=('python')
+
+  cd ddt
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+package_python2-ddt() {
+  depends=('python2')
+
+  cd ddt-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}


[arch-commits] Commit in (4 files)

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:38:19
  Author: fyan
Revision: 175777

addpkg: python-ddt 1.0.1-1

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

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

Added: python-ddt/trunk/PKGBUILD
===
--- python-ddt/trunk/PKGBUILD   (rev 0)
+++ python-ddt/trunk/PKGBUILD   2016-05-20 05:38:19 UTC (rev 175777)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 175443 2016-05-16 05:54:00Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-ddt
+pkgname=('python-ddt' 'python2-ddt')
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Data-Driven/Decorated Tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/txels/ddt;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/txels/ddt.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a ddt{,-py2}
+}
+
+build() {
+  cd "$srcdir"/ddt
+  python setup.py build
+
+  cd "$srcdir"/ddt-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/ddt
+  nosetests3
+
+  cd "$srcdir"/ddt-py2
+  nosetests2
+}
+
+package_python-ddt() {
+  depends=('python')
+
+  cd ddt
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+package_python2-ddt() {
+  depends=('python2')
+
+  cd ddt-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:29:42
  Author: fyan
Revision: 175776

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-20 05:29:21 UTC (rev 175775)
+++ PKGBUILD2016-05-20 05:29:42 UTC (rev 175776)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-keystoneclient
-pkgname=(python-keystoneclient python2-keystoneclient)
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Client Library for OpenStack Identity"
-arch=('any')
-url="http://docs.openstack.org/developer/python-keystoneclient;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-iso8601' 'python2-iso8601' 'python-prettytable' 
'python2-prettytable'
- 'python-debtcollector' 'python2-debtcollector' 
'python-keystoneauth1'
- 'python2-keystoneauth1' 'python-positional' 'python2-positional' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n'
- 'python-oslo-serialization' 'python2-oslo-serialization' 
'python-oslo-config'
- 'python2-oslo-config' 'python-requests' 'python2-requests' 
'python-stevedore'
- 'python2-stevedore')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 
'python2-testresources'
-  'python-requests-mock' 'python2-requests-mock' 'pep8' 
'python2-pep8' 'python-lxml'
-  'python2-lxml')
-source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a python-keystoneclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-keystoneclient
-  python setup.py build
-
-  cd "$srcdir"/python-keystoneclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-keystoneclient
-  python setup.py testr
-
-  cd "$srcdir"/python-keystoneclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-keystoneclient() {
-  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-prettytable' 
'python-debtcollector'
-   'python-keystoneauth1' 'python-positional' 'python-oslo-utils' 
'python-oslo-i18n'
-   'python-oslo-serialization' 'python-oslo-config' 'python-requests' 
'python-stevedore')
-
-  cd "$srcdir"/python-keystoneclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-keystoneclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-prettytable' 
'python2-debtcollector'
-   'python2-keystoneauth1' 'python2-positional' 'python2-oslo-utils' 
'python2-oslo-i18n'
-   'python2-oslo-serialization' 'python2-oslo-config' 
'python2-requests' 'python2-stevedore')
-
-  cd "$srcdir"/python-keystoneclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keystoneclient/repos/community-any/PKGBUILD (from rev 175775, 
python-keystoneclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-20 05:29:42 UTC (rev 175776)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-keystoneclient
+pkgname=(python-keystoneclient python2-keystoneclient)
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="Client Library for OpenStack Identity"
+arch=('any')
+url="http://docs.openstack.org/developer/python-keystoneclient;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-iso8601' 'python2-iso8601' 'python-prettytable' 
'python2-prettytable'
+ 'python-debtcollector' 'python2-debtcollector' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-positional' 'python2-positional' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n'
+ 'python-oslo-serialization' 'python2-oslo-serialization' 
'python-oslo-config'
+ 'python2-oslo-config' 'python-requests' 'python2-requests' 
'python-stevedore'
+ 'python2-stevedore')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-testresources' 
'python2-testresources'
+  'python-requests-mock' 'python2-requests-mock' 'pep8' 
'python2-pep8' 'python-lxml'
+  'python2-lxml')
+source=("git+https://git.openstack.org/openstack/python-keystoneclient#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-keystoneclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-keystoneclient
+  python setup.py 

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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:29:21
  Author: fyan
Revision: 175775

upgpkg: python-keystoneclient 3.1.0-1

Modified:
  python-keystoneclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 05:28:28 UTC (rev 175774)
+++ PKGBUILD2016-05-20 05:29:21 UTC (rev 175775)
@@ -3,7 +3,7 @@
 
 pkgbase=python-keystoneclient
 pkgname=(python-keystoneclient python2-keystoneclient)
-pkgver=3.0.0
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="Client Library for OpenStack Identity"
 arch=('any')


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:28:07
  Author: fyan
Revision: 175773

upgpkg: python-raven 5.18.0-1

Modified:
  python-raven/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 05:28:00 UTC (rev 175772)
+++ PKGBUILD2016-05-20 05:28:07 UTC (rev 175773)
@@ -4,7 +4,7 @@
 
 pkgbase=python-raven
 pkgname=(python-raven python2-raven)
-pkgver=5.17.0
+pkgver=5.18.0
 pkgrel=1
 pkgdesc="Python client for Sentry"
 arch=('any')


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:28:28
  Author: fyan
Revision: 175774

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-20 05:28:07 UTC (rev 175773)
+++ PKGBUILD2016-05-20 05:28:28 UTC (rev 175774)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Benjamin A. Shelton 
-
-pkgbase=python-raven
-pkgname=(python-raven python2-raven)
-pkgver=5.17.0
-pkgrel=1
-pkgdesc="Python client for Sentry"
-arch=('any')
-url="http://pypi.python.org/pypi/raven;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2' 
'git')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-bottle' 
'python2-bottle'
-  'python-celery' 'python2-celery' 'python-django' 
'python2-django' 'pep8'
-  'python-mock' 'python2-mock' 'python-nose' 'python2-nose' 
'python2-gevent'
-  'python2-pep8' 'python-pytz' 'python2-pytz' 'python-exam' 
'python2-exam'
-  'python-requests' 'python2-requests' 'python-tornado' 
'python2-tornado'
-  'python-paste' 'python2-paste' 'python-webob' 'python2-webob'
-  'python-webtest' 'python2-webtest' 'python-anyjson' 
'python2-anyjson'
-  'python-flask' 'python2-flask' 'python-blinker' 'python2-blinker'
-  'python-logbook' 'python2-logbook' 'python-pytest-django' 
'python2-pytest-django'
-  'python2-webpy' 'python-flask-login' 'python2-flask-login'
-  'python-pytest-timeout' 'python2-pytest-timeout')
-source=("git+https://github.com/getsentry/raven-python.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a raven-python{,-py2}
-}
-
-build() {
-  cd "$srcdir"/raven-python
-  python setup.py build
-
-  cd "$srcdir"/raven-python-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack distribution check by installing it
-
-  cd "$srcdir"/raven-python
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" \
-py.test tests
-
-  cd "$srcdir"/raven-python
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" \
-py.test2 tests
-}
-
-package_python-raven() {
-  depends=('python')
-  optdepends=('python-setuptools: for "raven" script')
-
-  cd "$srcdir"/raven-python
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-raven() {
-  depends=('python2-contextlib2')
-  optdepends=('python2-setuptools: for "raven2" script')
-
-  cd "$srcdir"/raven-python-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/raven{,2}
-
-  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-raven/repos/community-any/PKGBUILD (from rev 175773, 
python-raven/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-20 05:28:28 UTC (rev 175774)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Benjamin A. Shelton 
+
+pkgbase=python-raven
+pkgname=(python-raven python2-raven)
+pkgver=5.18.0
+pkgrel=1
+pkgdesc="Python client for Sentry"
+arch=('any')
+url="http://pypi.python.org/pypi/raven;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-contextlib2' 
'git')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-bottle' 
'python2-bottle'
+  'python-celery' 'python2-celery' 'python-django' 
'python2-django' 'pep8'
+  'python-mock' 'python2-mock' 'python-nose' 'python2-nose' 
'python2-gevent'
+  'python2-pep8' 'python-pytz' 'python2-pytz' 'python-exam' 
'python2-exam'
+  'python-requests' 'python2-requests' 'python-tornado' 
'python2-tornado'
+  'python-paste' 'python2-paste' 'python-webob' 'python2-webob'
+  'python-webtest' 'python2-webtest' 'python-anyjson' 
'python2-anyjson'
+  'python-flask' 'python2-flask' 'python-blinker' 'python2-blinker'
+  'python-logbook' 'python2-logbook' 'python-pytest-django' 
'python2-pytest-django'
+  'python2-webpy' 'python-flask-login' 'python2-flask-login'
+  'python-pytest-timeout' 'python2-pytest-timeout')
+source=("git+https://github.com/getsentry/raven-python.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a 

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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:28:00
  Author: fyan
Revision: 175772

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

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

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

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

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

Copied: haskell-hackage-security/repos/community-staging-x86_64/PKGBUILD (from 
rev 175771, haskell-hackage-security/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-20 05:28:00 UTC (rev 175772)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# 

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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:27:32
  Author: fyan
Revision: 175771

upgpkg: haskell-hackage-security 0.5.1.0-4

rebuild with MissingH-1.3.0.2, ShellCheck-0.4.4, cabal-helper-0.7.1.0, 
cryptohash-sha256-0.11.100.0, graphviz-2999.18.1.0, hakyll-4.8.3.1, 
idris-0.11.2, monad-journal-0.7.2, pandoc-crossref-0.2.1.3, 
simple-sendfile-0.2.22

Modified:
  haskell-hackage-security/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 05:27:13 UTC (rev 175770)
+++ PKGBUILD2016-05-20 05:27:32 UTC (rev 175771)
@@ -5,7 +5,7 @@
 _hkgname=hackage-security
 pkgname=haskell-hackage-security
 pkgver=0.5.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Hackage security library"
 url="https://github.com/well-typed/hackage-security;
 license=("custom:BSD3")


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:27:13
  Author: fyan
Revision: 175770

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

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

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/haskell-graphviz.install   |   18 
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/haskell-graphviz.install |   18 
 4 files changed, 124 insertions(+)

Copied: haskell-graphviz/repos/community-staging-i686/PKGBUILD (from rev 
175769, haskell-graphviz/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-20 05:27:13 UTC (rev 175770)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=graphviz
+pkgname=haskell-graphviz
+pkgver=2999.18.1.0
+pkgrel=1
+pkgdesc="Bindings to Graphviz for graph visualisation."
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-colour" "haskell-dlist" "haskell-fgl" 
"haskell-polyparse"
+ "haskell-temporary" "haskell-text" "haskell-wl-pprint-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('fe3575744144337ad0339a8c6aa10e93197444f8c93a359865d8b2e06b68e19f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-parsing
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: haskell-graphviz/repos/community-staging-i686/haskell-graphviz.install 
(from rev 175769, haskell-graphviz/trunk/haskell-graphviz.install)
===
--- community-staging-i686/haskell-graphviz.install 
(rev 0)
+++ community-staging-i686/haskell-graphviz.install 2016-05-20 05:27:13 UTC 
(rev 175770)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-graphviz
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-graphviz/repos/community-staging-x86_64/PKGBUILD (from rev 
175769, haskell-graphviz/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-20 05:27:13 UTC (rev 175770)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=graphviz
+pkgname=haskell-graphviz
+pkgver=2999.18.1.0
+pkgrel=1
+pkgdesc="Bindings to Graphviz for graph visualisation."
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" 

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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:26:45
  Author: fyan
Revision: 175769

upgpkg: haskell-graphviz 2999.18.1.0-1

rebuild with MissingH-1.3.0.2, ShellCheck-0.4.4, cabal-helper-0.7.1.0, 
cryptohash-sha256-0.11.100.0, graphviz-2999.18.1.0, hakyll-4.8.3.1, 
idris-0.11.2, monad-journal-0.7.2, pandoc-crossref-0.2.1.3, 
simple-sendfile-0.2.22

Modified:
  haskell-graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 05:26:07 UTC (rev 175768)
+++ PKGBUILD2016-05-20 05:26:45 UTC (rev 175769)
@@ -4,7 +4,7 @@
 
 _hkgname=graphviz
 pkgname=haskell-graphviz
-pkgver=2999.18.0.2
+pkgver=2999.18.1.0
 pkgrel=1
 pkgdesc="Bindings to Graphviz for graph visualisation."
 url="http://hackage.haskell.org/package/${_hkgname};
@@ -15,12 +15,8 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('0ce1dca248e549b005798472cc6b906143369d987cf482fc0435b1029e5cc567')
+sha256sums=('fe3575744144337ad0339a8c6aa10e93197444f8c93a359865d8b2e06b68e19f')
 
-prepare() {
-sed -i 's/polyparse >=1.9 && <1.12,/polyparse >=1.9 \&\& <1.13,/' 
$_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:25:47
  Author: fyan
Revision: 175767

upgpkg: python-fixtures 3.0.0-1

Modified:
  python-fixtures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 05:25:23 UTC (rev 175766)
+++ PKGBUILD2016-05-20 05:25:47 UTC (rev 175767)
@@ -3,7 +3,7 @@
 
 pkgbase=python-fixtures
 pkgname=('python-fixtures' 'python2-fixtures')
-pkgver=2.0.0
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="Fixtures, reusable state for writing clean tests and more"
 arch=('any')
@@ -12,8 +12,8 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
  'python-six' 'python2-six' 'python-testtools' 'python2-testtools')
 checkdepends=('python-subunit' 'python2-subunit' 'python-mock' 'python2-mock')
-source=("https://pypi.python.org/packages/source/f/fixtures/fixtures-$pkgver.tar.gz;)
-sha512sums=('ab67b7db8b289df49c3dec5b4d864941e6d34441153f08a119e3a103b83c8a2ea273712e1e053b37580f5045c76cb5c1994ed587a94b0e9ad12d2bfc41b7d7b3')
+source=("https://pypi.io/packages/source/f/fixtures/fixtures-$pkgver.tar.gz;)
+sha512sums=('e52ba864c42d15a8baa60583761006b2dd78e3cd5f3f043f5702346aef428b933d62e8fa5889b7cb4196e4072acc5df3b7ffa39702a1b782887bdc109299b695')
 
 prepare() {
   cp -a fixtures-$pkgver{,-py2}


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:26:07
  Author: fyan
Revision: 175768

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-20 05:25:47 UTC (rev 175767)
+++ PKGBUILD2016-05-20 05:26:07 UTC (rev 175768)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-fixtures
-pkgname=('python-fixtures' 'python2-fixtures')
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="Fixtures, reusable state for writing clean tests and more"
-arch=('any')
-license=('Apache')
-url="https://launchpad.net/python-fixtures;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-six' 'python2-six' 'python-testtools' 'python2-testtools')
-checkdepends=('python-subunit' 'python2-subunit' 'python-mock' 'python2-mock')
-source=("https://pypi.python.org/packages/source/f/fixtures/fixtures-$pkgver.tar.gz;)
-sha512sums=('ab67b7db8b289df49c3dec5b4d864941e6d34441153f08a119e3a103b83c8a2ea273712e1e053b37580f5045c76cb5c1994ed587a94b0e9ad12d2bfc41b7d7b3')
-
-prepare() {
-  cp -a fixtures-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/fixtures-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/fixtures-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/fixtures-$pkgver
-  python -m testtools.run fixtures.test_suite
-
-  cd "$srcdir"/fixtures-$pkgver-py2
-  python2 -m testtools.run fixtures.test_suite
-}
-
-package_python-fixtures() {
-  depends=('python-pbr' 'python-six' 'python-testtools')
-
-  cd fixtures-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-fixtures() {
-  depends=('python2-pbr' 'python2-six' 'python2-testtools')
-
-  cd fixtures-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-fixtures/repos/community-any/PKGBUILD (from rev 175767, 
python-fixtures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-20 05:26:07 UTC (rev 175768)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-fixtures
+pkgname=('python-fixtures' 'python2-fixtures')
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="Fixtures, reusable state for writing clean tests and more"
+arch=('any')
+license=('Apache')
+url="https://launchpad.net/python-fixtures;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-six' 'python2-six' 'python-testtools' 'python2-testtools')
+checkdepends=('python-subunit' 'python2-subunit' 'python-mock' 'python2-mock')
+source=("https://pypi.io/packages/source/f/fixtures/fixtures-$pkgver.tar.gz;)
+sha512sums=('e52ba864c42d15a8baa60583761006b2dd78e3cd5f3f043f5702346aef428b933d62e8fa5889b7cb4196e4072acc5df3b7ffa39702a1b782887bdc109299b695')
+
+prepare() {
+  cp -a fixtures-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/fixtures-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/fixtures-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/fixtures-$pkgver
+  python -m testtools.run fixtures.test_suite
+
+  cd "$srcdir"/fixtures-$pkgver-py2
+  python2 -m testtools.run fixtures.test_suite
+}
+
+package_python-fixtures() {
+  depends=('python-pbr' 'python-six' 'python-testtools')
+
+  cd fixtures-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-fixtures() {
+  depends=('python2-pbr' 'python2-six' 'python2-testtools')
+
+  cd fixtures-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:25:23
  Author: fyan
Revision: 175766

archrelease: copy trunk to community-any

Added:
  python-pytest-mock/repos/community-any/PKGBUILD
(from rev 175765, python-pytest-mock/trunk/PKGBUILD)
Deleted:
  python-pytest-mock/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-20 05:25:02 UTC (rev 175765)
+++ PKGBUILD2016-05-20 05:25:23 UTC (rev 175766)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-mock
-pkgname=('python-pytest-mock' 'python2-pytest-mock')
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
-arch=('any')
-license=('LGPL3')
-url="https://github.com/pytest-dev/pytest-mock/;
-makedepends=('python-pytest' 'python2-pytest' 'python2-mock' 'git')
-source=("git+https://github.com/pytest-dev/pytest-mock.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a pytest-mock{,-py2}
-}
-
-build() {
-  cd "$srcdir/pytest-mock"
-  python setup.py build
-
-  cd "$srcdir/pytest-mock-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir/pytest-mock"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
-
-  cd "$srcdir/pytest-mock-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2
-}
-
-package_python-pytest-mock() {
-  depends=('python-pytest')
-
-  cd pytest-mock
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-pytest-mock() {
-  depends=('python2-pytest' 'python2-mock')
-
-  cd pytest-mock-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-pytest-mock/repos/community-any/PKGBUILD (from rev 175765, 
python-pytest-mock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-20 05:25:23 UTC (rev 175766)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-mock
+pkgname=('python-pytest-mock' 'python2-pytest-mock')
+pkgver=1.0
+pkgrel=1
+pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
+arch=('any')
+license=('LGPL3')
+url="https://github.com/pytest-dev/pytest-mock/;
+makedepends=('python-pytest' 'python2-pytest' 'python2-mock' 'git')
+source=("git+https://github.com/pytest-dev/pytest-mock.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a pytest-mock{,-py2}
+}
+
+build() {
+  cd "$srcdir/pytest-mock"
+  python setup.py build
+
+  cd "$srcdir/pytest-mock-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/pytest-mock"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
+
+  cd "$srcdir/pytest-mock-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH:$PWD/tests"
 py.test2
+}
+
+package_python-pytest-mock() {
+  depends=('python-pytest')
+
+  cd pytest-mock
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-pytest-mock() {
+  depends=('python2-pytest' 'python2-mock')
+
+  cd pytest-mock-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:25:02
  Author: fyan
Revision: 175765

upgpkg: python-pytest-mock 1.0-1

Modified:
  python-pytest-mock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 05:23:50 UTC (rev 175764)
+++ PKGBUILD2016-05-20 05:25:02 UTC (rev 175765)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-mock
 pkgname=('python-pytest-mock' 'python2-pytest-mock')
-pkgver=0.11.0
+pkgver=1.0
 pkgrel=1
 pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('LGPL3')
 url="https://github.com/pytest-dev/pytest-mock/;
 makedepends=('python-pytest' 'python2-pytest' 'python2-mock' 'git')
-source=("git+https://github.com/pytest-dev/pytest-mock.git#tag=$pkgver;)
+source=("git+https://github.com/pytest-dev/pytest-mock.git#tag=v$pkgver;)
 sha512sums=('SKIP')
 
 prepare() {


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:23:50
  Author: fyan
Revision: 175764

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-20 05:23:30 UTC (rev 175763)
+++ PKGBUILD2016-05-20 05:23:50 UTC (rev 175764)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-keystoneauth1
-pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="Authentication Library for OpenStack Identity"
-arch=('any')
-url="http://docs.openstack.org/developer/keystoneauth;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-iso8601' 'python2-iso8601' 'python-positional' 
'python2-positional'
- 'python-requests' 'python2-requests' 'python-stevedore' 
'python2-stevedore')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests-mock'
-  'python2-requests-mock' 'python-testscenarios' 
'python2-testscenarios'
-  'python-mock' 'python2-mock' 'python-lxml' 'python2-lxml' 'pep8' 
'python2-pep8'
-  'python-oslo-config' 'python2-oslo-config' 'python-betamax' 
'python2-betamax'
-  'python-oslotest' 'python2-oslotest' 'python-oslo-utils' 
'python2-oslo-utils'
-  'python-requests-kerberos' 'python2-requests-kerberos')
-source=("git+https://git.openstack.org/openstack/keystoneauth#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a keystoneauth{,-py2}
-}
-
-build() {
-  cd "$srcdir"/keystoneauth
-  python setup.py build
-
-  cd "$srcdir"/keystoneauth-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/keystoneauth
-  python setup.py testr
-
-  cd "$srcdir"/keystoneauth-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-keystoneauth1() {
-  depends=('python-pbr' 'python-iso8601' 'python-stevedore' 
'python-positional' 'python-requests')
-
-  cd "$srcdir"/keystoneauth
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-keystoneauth1() {
-  depends=('python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-positional' 'python2-requests')
-
-  cd "$srcdir"/keystoneauth-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keystoneauth1/repos/community-any/PKGBUILD (from rev 175763, 
python-keystoneauth1/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-20 05:23:50 UTC (rev 175764)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-keystoneauth1
+pkgname=(python-keystoneauth1 python2-keystoneauth1)
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="Authentication Library for OpenStack Identity"
+arch=('any')
+url="http://docs.openstack.org/developer/keystoneauth;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-iso8601' 'python2-iso8601' 'python-positional' 
'python2-positional'
+ 'python-requests' 'python2-requests' 'python-stevedore' 
'python2-stevedore')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests-mock'
+  'python2-requests-mock' 'python-testscenarios' 
'python2-testscenarios'
+  'python-mock' 'python2-mock' 'python-lxml' 'python2-lxml' 'pep8' 
'python2-pep8'
+  'python-oslo-config' 'python2-oslo-config' 'python-betamax' 
'python2-betamax'
+  'python-oslotest' 'python2-oslotest' 'python-oslo-utils' 
'python2-oslo-utils'
+  'python2-requests-kerberos' 'python-oauthlib' 'python2-oauthlib')
+source=("git+https://git.openstack.org/openstack/keystoneauth#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a keystoneauth{,-py2}
+}
+
+build() {
+  cd "$srcdir"/keystoneauth
+  python setup.py build
+
+  cd "$srcdir"/keystoneauth-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/keystoneauth
+  python setup.py testr
+
+  cd "$srcdir"/keystoneauth-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-keystoneauth1() {
+  depends=('python-pbr' 'python-iso8601' 'python-stevedore' 
'python-positional' 'python-requests')
+  optdepends=('python-lxml: for saml2 support'
+  'python-oauthlib: for oauth1 support'
+  'python-betamax: for betamax support'
+  'python-fixtures: for betamax support'
+  'python-mock: for betamax support')
+
+  

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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:23:30
  Author: fyan
Revision: 175763

upgpkg: python-keystoneauth1 2.7.0-1

Modified:
  python-keystoneauth1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 05:17:25 UTC (rev 175762)
+++ PKGBUILD2016-05-20 05:23:30 UTC (rev 175763)
@@ -4,7 +4,7 @@
 
 pkgbase=python-keystoneauth1
 pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=2.6.0
+pkgver=2.7.0
 pkgrel=1
 pkgdesc="Authentication Library for OpenStack Identity"
 arch=('any')
@@ -18,7 +18,7 @@
   'python-mock' 'python2-mock' 'python-lxml' 'python2-lxml' 'pep8' 
'python2-pep8'
   'python-oslo-config' 'python2-oslo-config' 'python-betamax' 
'python2-betamax'
   'python-oslotest' 'python2-oslotest' 'python-oslo-utils' 
'python2-oslo-utils'
-  'python-requests-kerberos' 'python2-requests-kerberos')
+  'python2-requests-kerberos' 'python-oauthlib' 'python2-oauthlib')
 source=("git+https://git.openstack.org/openstack/keystoneauth#tag=$pkgver;)
 md5sums=('SKIP')
 
@@ -44,6 +44,11 @@
 
 package_python-keystoneauth1() {
   depends=('python-pbr' 'python-iso8601' 'python-stevedore' 
'python-positional' 'python-requests')
+  optdepends=('python-lxml: for saml2 support'
+  'python-oauthlib: for oauth1 support'
+  'python-betamax: for betamax support'
+  'python-fixtures: for betamax support'
+  'python-mock: for betamax support')
 
   cd "$srcdir"/keystoneauth
   python setup.py install --root="$pkgdir/" --optimize=1
@@ -51,6 +56,12 @@
 
 package_python2-keystoneauth1() {
   depends=('python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-positional' 'python2-requests')
+  optdepends=('python2-requests-kerberos: for kerberos support'
+  'python2-lxml: for saml2 support'
+  'python2-oauthlib: for oauth1 support'
+  'python2-betamax: for betamax support'
+  'python2-fixtures: for betamax support'
+  'python2-mock: for betamax support')
 
   cd "$srcdir"/keystoneauth-py2
   python2 setup.py install --root="$pkgdir/" --optimize=1


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:17:25
  Author: fyan
Revision: 175762

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-20 05:17:03 UTC (rev 175761)
+++ PKGBUILD2016-05-20 05:17:25 UTC (rev 175762)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Thomas S Hatch 
-
-pkgbase=python-libnacl
-pkgname=('python-libnacl' 'python2-libnacl')
-pkgver=1.4.4
-pkgrel=1
-pkgdesc='A simple ctypes based python binding to libsodium'
-arch=('any')
-url='http://libnacl.readthedocs.org'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'libsodium')
-source=("https://pypi.python.org/packages/source/l/libnacl/libnacl-$pkgver.tar.gz;)
-md5sums=('797154ac51b9ca4c6cf4b2e6eff73e25')
-
-prepare() {
-  cp -r libnacl-$pkgver python2-libnacl-$pkgver
-}
-
-package_python-libnacl() {
-  depends=('python' 'libsodium')
-
-  cd "$srcdir/libnacl-$pkgver"
-  python3 setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-libnacl() {
-  depends=('python2' 'libsodium')
-
-  cd "$srcdir/python2-libnacl-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-}
-

Copied: python-libnacl/repos/community-any/PKGBUILD (from rev 175761, 
python-libnacl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-20 05:17:25 UTC (rev 175762)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgbase=python-libnacl
+pkgname=('python-libnacl' 'python2-libnacl')
+pkgver=1.4.5
+pkgrel=1
+pkgdesc='A simple ctypes based python binding to libsodium'
+arch=('any')
+url='http://libnacl.readthedocs.org'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'libsodium' 'git')
+source=("git+https://github.com/saltstack/libnacl.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -r libnacl{,-py2}
+}
+
+build() {
+  cd "$srcdir"/libnacl
+  python setup.py build
+
+  cd "$srcdir"/libnacl-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/libnacl
+  python -m unittest discover --start-directory tests -v
+
+  cd "$srcdir"/libnacl-py2
+  python2 -m unittest discover --start-directory tests -v
+}
+
+package_python-libnacl() {
+  depends=('python' 'libsodium')
+
+  cd libnacl
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-libnacl() {
+  depends=('python2' 'libsodium')
+
+  cd libnacl-py2
+  python2 setup.py install --root="$pkgdir" -O1
+}
+


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:17:03
  Author: fyan
Revision: 175761

upgpkg: python-libnacl 1.4.5-1

Modified:
  python-libnacl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 05:16:03 UTC (rev 175760)
+++ PKGBUILD2016-05-20 05:17:03 UTC (rev 175761)
@@ -5,24 +5,40 @@
 
 pkgbase=python-libnacl
 pkgname=('python-libnacl' 'python2-libnacl')
-pkgver=1.4.4
+pkgver=1.4.5
 pkgrel=1
 pkgdesc='A simple ctypes based python binding to libsodium'
 arch=('any')
 url='http://libnacl.readthedocs.org'
 license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'libsodium')
-source=("https://pypi.python.org/packages/source/l/libnacl/libnacl-$pkgver.tar.gz;)
-md5sums=('797154ac51b9ca4c6cf4b2e6eff73e25')
+makedepends=('python-setuptools' 'python2-setuptools' 'libsodium' 'git')
+source=("git+https://github.com/saltstack/libnacl.git#tag=v$pkgver;)
+md5sums=('SKIP')
 
 prepare() {
-  cp -r libnacl-$pkgver python2-libnacl-$pkgver
+  cp -r libnacl{,-py2}
 }
 
+build() {
+  cd "$srcdir"/libnacl
+  python setup.py build
+
+  cd "$srcdir"/libnacl-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/libnacl
+  python -m unittest discover --start-directory tests -v
+
+  cd "$srcdir"/libnacl-py2
+  python2 -m unittest discover --start-directory tests -v
+}
+
 package_python-libnacl() {
   depends=('python' 'libsodium')
 
-  cd "$srcdir/libnacl-$pkgver"
+  cd libnacl
   python3 setup.py install --root="$pkgdir" -O1
 }
 
@@ -29,7 +45,7 @@
 package_python2-libnacl() {
   depends=('python2' 'libsodium')
 
-  cd "$srcdir/python2-libnacl-$pkgver"
+  cd libnacl-py2
   python2 setup.py install --root="$pkgdir" -O1
 }
 


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:15:43
  Author: fyan
Revision: 175759

upgpkg: npm 3.9.2-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 05:11:27 UTC (rev 175758)
+++ PKGBUILD2016-05-20 05:15:43 UTC (rev 175759)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=3.9.0
+pkgver=3.9.2
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:16:03
  Author: fyan
Revision: 175760

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 175759, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-20 05:15:43 UTC (rev 175759)
+++ PKGBUILD2016-05-20 05:16:03 UTC (rev 175760)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=3.9.0
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'semver')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-  
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir/usr/lib/node_modules" 
-
-  # Fix wrong symlinks
-  for _dir in man1 man5 man7; do
-rm -f "$pkgdir"/usr/share/man/$_dir/*
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-  
-  # Provide node-gyp executable
-  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
-  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-node "$srcdir"/npm/cli.js link $dep;
-  done
-  
-  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 175759, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-20 05:16:03 UTC (rev 175760)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=3.9.2
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'semver')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+  
+  # Fix files owned by nobody:
+  chown -R root "$pkgdir/usr/lib/node_modules" 
+
+  # Fix wrong symlinks
+  for _dir in man1 man5 man7; do
+rm -f "$pkgdir"/usr/share/man/$_dir/*
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+  
+  # Provide node-gyp executable
+  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
+  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+node "$srcdir"/npm/cli.js link $dep;
+  done
+  
+  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:11:27
  Author: fyan
Revision: 175758

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 175757, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-20 05:11:27 UTC (rev 175758)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=34
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 175757, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-20 05:11:27 UTC (rev 175758)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=34
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:10:28
  Author: fyan
Revision: 175757

upgpkg: hoogle 4.2.43-34

rebuild with MissingH-1.3.0.2, ShellCheck-0.4.4, cabal-helper-0.7.1.0, 
cryptohash-sha256-0.11.100.0, graphviz-2999.18.1.0, hakyll-4.8.3.1, 
idris-0.11.2, monad-journal-0.7.2, pandoc-crossref-0.2.1.3, 
simple-sendfile-0.2.22

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 05:08:24 UTC (rev 175756)
+++ PKGBUILD2016-05-20 05:10:28 UTC (rev 175757)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=4.2.43
-pkgrel=33
+pkgrel=34
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:08:24
  Author: fyan
Revision: 175756

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

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

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

Copied: shellcheck/repos/community-staging-i686/PKGBUILD (from rev 175755, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-20 05:08:24 UTC (rev 175756)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('libffi' 'gmp')
+makedepends=("ghc=7.10.3" "haskell-json" "haskell-mtl" "haskell-parsec" 
"haskell-quickcheck"
+ "haskell-regex-tdfa")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6cc50790d25b6f330037c3612c21460aa75839cc32c65e10ea6b35f9f4488768')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share}
+}

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 175755, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-20 05:08:24 UTC (rev 175756)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('libffi' 'gmp')
+makedepends=("ghc=7.10.3" "haskell-json" "haskell-mtl" "haskell-parsec" 
"haskell-quickcheck"
+ "haskell-regex-tdfa")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6cc50790d25b6f330037c3612c21460aa75839cc32c65e10ea6b35f9f4488768')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share}
+}


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 07:06:19
  Author: fyan
Revision: 175755

upgpkg: shellcheck 0.4.4-1

rebuild with MissingH-1.3.0.2, ShellCheck-0.4.4, cabal-helper-0.7.1.0, 
cryptohash-sha256-0.11.100.0, graphviz-2999.18.1.0, hakyll-4.8.3.1, 
idris-0.11.2, monad-journal-0.7.2, pandoc-crossref-0.2.1.3, 
simple-sendfile-0.2.22

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 04:30:14 UTC (rev 175754)
+++ PKGBUILD2016-05-20 05:06:19 UTC (rev 175755)
@@ -4,8 +4,8 @@
 
 _hkgname=ShellCheck
 pkgname=shellcheck
-pkgver=0.4.3
-pkgrel=5
+pkgver=0.4.4
+pkgrel=1
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")
@@ -15,7 +15,7 @@
  "haskell-regex-tdfa")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('df71c303c43ae79846c9f9198a4d4ba2c4c2ee4c06974491d7130fcea0b8efdf')
+sha256sums=('6cc50790d25b6f330037c3612c21460aa75839cc32c65e10ea6b35f9f4488768')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-05-19 Thread Allan McRae
Date: Friday, May 20, 2016 @ 06:47:34
  Author: allan
Revision: 268341

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

Added:
  linux-api-headers/repos/testing-i686/
  linux-api-headers/repos/testing-i686/PKGBUILD
(from rev 268340, linux-api-headers/trunk/PKGBUILD)
  linux-api-headers/repos/testing-x86_64/
  linux-api-headers/repos/testing-x86_64/PKGBUILD
(from rev 268340, linux-api-headers/trunk/PKGBUILD)

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

Copied: linux-api-headers/repos/testing-i686/PKGBUILD (from rev 268340, 
linux-api-headers/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-20 04:47:34 UTC (rev 268341)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+
+pkgname=linux-api-headers
+pkgver=4.5.5
+_basever=4.5
+pkgrel=1
+pkgdesc="Kernel headers sanitized for use in userspace"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/libc;
+license=('GPL2')
+source=(http://www.kernel.org/pub/linux/kernel/v4.x/linux-${_basever}.tar.xz
+http://www.kernel.org/pub/linux/kernel/v4.x/linux-${_basever}.tar.sign
+http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz
+http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign)
+md5sums=('a60d48eee08ec0536d5efb17ca819aef'
+ 'SKIP'
+ 'fe89010925304f6f07713741f0c8e811'
+ 'SKIP')
+validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'   # Linus Torvalds
+  '647F28654894E3BD457199BE38DBBDC86092693E')  # Greg Kroah-Hartman
+
+prepare() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]] && patch -p1 -i ${srcdir}/patch-${pkgver} || true
+}
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -r ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
+}

Copied: linux-api-headers/repos/testing-x86_64/PKGBUILD (from rev 268340, 
linux-api-headers/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-20 04:47:34 UTC (rev 268341)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+
+pkgname=linux-api-headers
+pkgver=4.5.5
+_basever=4.5
+pkgrel=1
+pkgdesc="Kernel headers sanitized for use in userspace"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/libc;
+license=('GPL2')
+source=(http://www.kernel.org/pub/linux/kernel/v4.x/linux-${_basever}.tar.xz
+http://www.kernel.org/pub/linux/kernel/v4.x/linux-${_basever}.tar.sign
+http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz
+http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign)
+md5sums=('a60d48eee08ec0536d5efb17ca819aef'
+ 'SKIP'
+ 'fe89010925304f6f07713741f0c8e811'
+ 'SKIP')
+validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'   # Linus Torvalds
+  '647F28654894E3BD457199BE38DBBDC86092693E')  # Greg Kroah-Hartman
+
+prepare() {
+  cd ${srcdir}/linux-${_basever}
+  [[ $pkgver != $_basever ]] && patch -p1 -i ${srcdir}/patch-${pkgver} || true
+}
+
+build() {
+  cd ${srcdir}/linux-${_basever}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd ${srcdir}/linux-${_basever}
+  make INSTALL_HDR_PATH=${pkgdir}/usr headers_install
+
+  # use headers from libdrm
+  rm -r ${pkgdir}/usr/include/drm
+  
+  # clean-up unnecessary files generated during install
+  find ${pkgdir} \( -name .install -o -name ..install.cmd \) -delete
+}


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 06:30:14
  Author: fyan
Revision: 175754

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

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

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

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 175753, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-20 04:30:14 UTC (rev 175754)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.11.2
+pkgrel=1
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=7.10.3" "haskell-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-fingertree" 
"haskell-fsnotify"
+ "haskell-ieee754" "haskell-mtl" "haskell-libffi" "haskell-network"
+ "haskell-optparse-applicative" "haskell-parsers" "haskell-safe" 
"haskell-split"
+ "haskell-terminal-size" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-trifecta" "haskell-uniplate" 
"haskell-unordered-containers"
+ "haskell-utf8-string" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('4120eec85e07dc9e96835fc5226f4d8044b2401c0c007987465d906db7773fad')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+  

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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 06:29:24
  Author: fyan
Revision: 175753

upgpkg: idris 0.11.2-1

rebuild with MissingH-1.3.0.2, ShellCheck-0.4.4, cabal-helper-0.7.1.0, 
cryptohash-sha256-0.11.100.0, graphviz-2999.18.1.0, hakyll-4.8.3.1, 
idris-0.11.2, monad-journal-0.7.2, pandoc-crossref-0.2.1.3, 
simple-sendfile-0.2.22

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 04:20:42 UTC (rev 175752)
+++ PKGBUILD2016-05-20 04:29:24 UTC (rev 175753)
@@ -3,29 +3,26 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=idris
-pkgver=0.11.1
-pkgrel=5
+pkgver=0.11.2
+pkgrel=1
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('gmp' 'libffi' 'zlib' 'gcc')
-makedepends=("ghc=7.10.3" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal" "haskell-ansi-wl-pprint"
- "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
- "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-ieee754" "haskell-mtl"
- "haskell-libffi" "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers"
- "haskell-safe" "haskell-split" "haskell-terminal-size" 
"haskell-text"
- "haskell-transformers-compat" "haskell-trifecta" 
"haskell-uniplate"
- "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector"
- "haskell-vector-binary-instances" "haskell-zip-archive")
+makedepends=("ghc=7.10.3" "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-fingertree" 
"haskell-fsnotify"
+ "haskell-ieee754" "haskell-mtl" "haskell-libffi" "haskell-network"
+ "haskell-optparse-applicative" "haskell-parsers" "haskell-safe" 
"haskell-split"
+ "haskell-terminal-size" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-trifecta" "haskell-uniplate" 
"haskell-unordered-containers"
+ "haskell-utf8-string" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-zip-archive")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('51df8882aa778000833127a64b319aba07f712fe6e41033af401fbf99c08b964')
+sha256sums=('4120eec85e07dc9e96835fc5226f4d8044b2401c0c007987465d906db7773fad')
 
-prepare() {
-sed -i 's/zip-archive > 0.2.3.5 && < 0.2.4/zip-archive > 0.2.3.5 \&\& < 
0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal
-}
-
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
 


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 06:20:42
  Author: fyan
Revision: 175752

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

Added:
  pandoc-crossref/repos/community-staging-i686/
  pandoc-crossref/repos/community-staging-i686/PKGBUILD
(from rev 175751, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install
(from rev 175751, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 175751, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/haskell-pandoc-crossref.install
(from rev 175751, pandoc-crossref/trunk/haskell-pandoc-crossref.install)

--+
 community-staging-i686/PKGBUILD  |   54 +
 community-staging-i686/haskell-pandoc-crossref.install   |   18 
 community-staging-x86_64/PKGBUILD|   54 +
 community-staging-x86_64/haskell-pandoc-crossref.install |   18 
 4 files changed, 144 insertions(+)

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 175751, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-20 04:20:42 UTC (rev 175752)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.1.3
+pkgrel=1
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('d14b78972c48a722b7e53d12fb601e4379d5384f9a58c8ce46ab42b058125471')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+install="haskell-pandoc-crossref.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
175751, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 06:19:45
  Author: fyan
Revision: 175751

upgpkg: pandoc-crossref 0.2.1.3-1

rebuild with MissingH-1.3.0.2, ShellCheck-0.4.4, cabal-helper-0.7.1.0, 
cryptohash-sha256-0.11.100.0, graphviz-2999.18.1.0, hakyll-4.8.3.1, 
idris-0.11.2, monad-journal-0.7.2, pandoc-crossref-0.2.1.3, 
simple-sendfile-0.2.22

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 03:35:41 UTC (rev 175750)
+++ PKGBUILD2016-05-20 04:19:45 UTC (rev 175751)
@@ -4,8 +4,8 @@
 
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
-pkgver=0.2.1.2
-pkgrel=2
+pkgver=0.2.1.3
+pkgrel=1
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")
@@ -15,7 +15,7 @@
  "haskell-roman-numerals" "haskell-syb" "haskell-yaml")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('1410526eb891d20f0d16d6c970c3f7e8355b21c55fde56a1899a5d55828e593a')
+sha256sums=('d14b78972c48a722b7e53d12fb601e4379d5384f9a58c8ce46ab42b058125471')
 
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"


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

2016-05-19 Thread Allan McRae
Date: Friday, May 20, 2016 @ 06:08:25
  Author: allan
Revision: 268340

upstream update

Modified:
  linux-api-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 22:42:26 UTC (rev 268339)
+++ PKGBUILD2016-05-20 04:08:25 UTC (rev 268340)
@@ -4,7 +4,7 @@
 # toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
 
 pkgname=linux-api-headers
-pkgver=4.5.2
+pkgver=4.5.5
 _basever=4.5
 pkgrel=1
 pkgdesc="Kernel headers sanitized for use in userspace"
@@ -17,7 +17,7 @@
 http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign)
 md5sums=('a60d48eee08ec0536d5efb17ca819aef'
  'SKIP'
- '19a835c1d16183f629d45779f62d36b6'
+ 'fe89010925304f6f07713741f0c8e811'
  'SKIP')
 validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'   # Linus Torvalds
   '647F28654894E3BD457199BE38DBBDC86092693E')  # Greg Kroah-Hartman


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 05:35:12
  Author: fyan
Revision: 175749

upgpkg: git-annex 6.20160511-2

rebuild with MissingH-1.3.0.2, ShellCheck-0.4.4, cabal-helper-0.7.1.0, 
cryptohash-sha256-0.11.100.0, graphviz-2999.18.1.0, hakyll-4.8.3.1, 
idris-0.11.2, monad-journal-0.7.2, pandoc-crossref-0.2.1.3, 
simple-sendfile-0.2.22

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 02:25:50 UTC (rev 175748)
+++ PKGBUILD2016-05-20 03:35:12 UTC (rev 175749)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20160511
-pkgrel=1
+pkgrel=2
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 05:35:41
  Author: fyan
Revision: 175750

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 175749, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 175749, git-annex/trunk/PKGBUILD)

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

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

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

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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 04:25:50
  Author: fyan
Revision: 175748

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-20 02:25:30 UTC (rev 175747)
+++ PKGBUILD2016-05-20 02:25:50 UTC (rev 175748)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-testtools
-pkgname=('python-testtools' 'python2-testtools')
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="Extensions to the Python standard library unit testing framework"
-arch=('any')
-license=('MIT')
-url="https://github.com/testing-cabal/testtools;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyrsistent' 
'python2-pyrsistent'
- 'git' 'python-pbr' 'python2-pbr' 'python-extras' 'python2-extras'
- 'python-fixtures' 'python2-fixtures' 'python-mimeparse' 
'python2-mimeparse'
- 'python2-unittest2' 'python2-traceback2')
-checkdepends=('python-testscenarios' 'python2-testscenarios')
-source=("git+https://github.com/testing-cabal/testtools.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a testtools{,-py2}
-
-  # These are for python 2.x and old python 3.x only
-  sed -i 's|unittest2|unittest|' testtools/testtools/tests/test_run.py 
testtools/testtools/tests/test_testsuite.py 
testtools/testtools/tests/twistedsupport/test_matchers.py 
testtools/testtools/tests/twistedsupport/test_deferred.py 
testtools/testtools/tests/twistedsupport/test_runtest.py
-  sed -i '/unittest2>=1.0.0/d' testtools/requirements.txt
-  sed -i 's|import linecache2 as linecache|import linecache|' 
testtools/testtools/tests/test_compat.py
-  sed -i "s|traceback = try_import('traceback2')|import traceback|" 
testtools/testtools/content.py
-  sed -i '/traceback2/d' testtools/requirements.txt
-}
-
-build() {
-  cd "$srcdir/testtools"
-  python setup.py build
-
-  cd "$srcdir/testtools-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/testtools"
-  python -m testtools.run testtools.tests.test_suite
-
-  cd "$srcdir/testtools-py2"
-  python2 -m testtools.run testtools.tests.test_suite
-}
-
-package_python-testtools() {
-  depends=('python-pbr' 'python-extras' 'python-fixtures' 'python-pyrsistent' 
'python-mimeparse')
-
-  cd testtools
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-testtools() {
-  depends=('python2-pbr' 'python2-extras' 'python2-fixtures' 
'python2-pyrsistent' 'python2-mimeparse' 'python2-unittest2' 
'python2-traceback2')
-
-  cd testtools-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-testtools/repos/community-any/PKGBUILD (from rev 175747, 
python-testtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-20 02:25:50 UTC (rev 175748)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-testtools
+pkgname=('python-testtools' 'python2-testtools')
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Extensions to the Python standard library unit testing framework"
+arch=('any')
+license=('MIT')
+url="https://github.com/testing-cabal/testtools;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyrsistent' 
'python2-pyrsistent'
+ 'git' 'python-pbr' 'python2-pbr' 'python-extras' 'python2-extras'
+ 'python-fixtures' 'python2-fixtures' 'python-mimeparse' 
'python2-mimeparse'
+ 'python2-unittest2' 'python2-traceback2')
+checkdepends=('python-testscenarios' 'python2-testscenarios')
+source=("git+https://github.com/testing-cabal/testtools.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a testtools{,-py2}
+
+  # These are for python 2.x and old python 3.x only
+  sed -i 's|unittest2|unittest|' testtools/testtools/tests/test_run.py 
testtools/testtools/tests/test_testsuite.py 
testtools/testtools/tests/twistedsupport/test_matchers.py 
testtools/testtools/tests/twistedsupport/test_deferred.py 
testtools/testtools/tests/twistedsupport/test_runtest.py
+  sed -i '/unittest2>=1.0.0/d' testtools/requirements.txt
+  sed -i 's|import linecache2 as linecache|import linecache|' 
testtools/testtools/tests/test_compat.py
+  sed -i "s|traceback = try_import('traceback2')|import traceback|" 
testtools/testtools/content.py
+  sed -i '/traceback2/d' testtools/requirements.txt
+}
+
+build() {
+  cd "$srcdir/testtools"
+  python setup.py build
+
+  cd "$srcdir/testtools-py2"
+  

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

2016-05-19 Thread Felix Yan
Date: Friday, May 20, 2016 @ 04:25:30
  Author: fyan
Revision: 175747

upgpkg: python-testtools 2.2.0-1

Modified:
  python-testtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 23:39:16 UTC (rev 175746)
+++ PKGBUILD2016-05-20 02:25:30 UTC (rev 175747)
@@ -3,7 +3,7 @@
 
 pkgbase=python-testtools
 pkgname=('python-testtools' 'python2-testtools')
-pkgver=2.1.0
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="Extensions to the Python standard library unit testing framework"
 arch=('any')


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

2016-05-19 Thread Anatol Pomozov
Date: Friday, May 20, 2016 @ 01:39:16
  Author: anatolik
Revision: 175746

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-19 23:38:33 UTC (rev 175745)
+++ community-i686/PKGBUILD 2016-05-19 23:39:16 UTC (rev 175746)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=crystal
-pkgver=0.17.0
-pkgrel=1
-_binary_rel=1
-pkgdesc='The Crystal Programming Language'
-arch=(i686 x86_64)
-url='http://crystal-lang.org'
-license=(Apache)
-depends=(gc libatomic_ops pcre libevent libffi)
-# depend on previous llvm version until 
https://github.com/crystal-lang/crystal/issues/1614 is resolved
-makedepends=(libxml2 llvm35)
-checkdepends=(libyaml libxml2 gmp git)
-optdepends=('shards: crystal language package manager'
-'libyaml: For YAML support'
-'gmp: For BigInt support'
-'libxml2: For XML support')
-source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
-source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('35cf4e322d387929be8e919bb5e2c0980f94a6fa1d006e12d713a8c41ea3575d')
-sha256sums_i686=('7a344ec513ac2dc59a5db59c1a5fe9596a816663713b85e864d2186f321bf310')
-sha256sums_x86_64=('d18d75720d658c3e52456327e253326aa5bfbce9c4998beeb79446ebd3cd1b25')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make release=1 \
-   PATH="$srcdir/$pkgname-$pkgver-$_binary_rel/bin:$PATH" \
-   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-   CRYSTAL_CONFIG_VERSION="$pkgver" \
-   CRYSTAL_CONFIG_PATH="libs:/usr/lib/crystal"
-  make doc
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-CRYSTAL_CONFIG_VERSION="$pkgver"
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # /usr/bin/crystalcompiled executable
-  # /usr/lib/crystal/   compiler src & core libs
-  # /usr/share/doc/crystal/api  api docs
-  # /usr/share/doc/crystal/samples/ samples
-
-  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
-
-  install -dm755 "$pkgdir/usr/lib"
-  cp -r src "$pkgdir/usr/lib/crystal"
-
-  install -dm755 "$pkgdir/usr/share/doc/crystal"
-  cp -r doc "$pkgdir/usr/share/doc/crystal/api"
-  cp -r samples "$pkgdir/usr/share/doc/crystal/"
-
-  install -Dm644 etc/completion.bash 
"$pkgdir/usr/share/bash-completion/completions/crystal"
-  install -Dm644 etc/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: crystal/repos/community-i686/PKGBUILD (from rev 175745, 
crystal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-19 23:39:16 UTC (rev 175746)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.17.2
+pkgrel=1
+_binary_rel=1
+pkgdesc='The Crystal Programming Language'
+arch=(i686 x86_64)
+url='http://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libevent libffi)
+# depend on previous llvm version until 
https://github.com/crystal-lang/crystal/issues/1614 is resolved
+makedepends=(libxml2 llvm35)
+checkdepends=(libyaml libxml2 gmp git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')
+source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
+source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)

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

2016-05-19 Thread Anatol Pomozov
Date: Friday, May 20, 2016 @ 01:38:33
  Author: anatolik
Revision: 175745

upgpkg: crystal 0.17.2-1

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 23:01:06 UTC (rev 175744)
+++ PKGBUILD2016-05-19 23:38:33 UTC (rev 175745)
@@ -3,7 +3,7 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=0.17.0
+pkgver=0.17.2
 pkgrel=1
 _binary_rel=1
 pkgdesc='The Crystal Programming Language'
@@ -21,9 +21,9 @@
 
source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
 
source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
 
source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('35cf4e322d387929be8e919bb5e2c0980f94a6fa1d006e12d713a8c41ea3575d')
-sha256sums_i686=('7a344ec513ac2dc59a5db59c1a5fe9596a816663713b85e864d2186f321bf310')
-sha256sums_x86_64=('d18d75720d658c3e52456327e253326aa5bfbce9c4998beeb79446ebd3cd1b25')
+sha256sums=('b7a0b46fa8838665f834fda080d8f5861fde0211038d997031c073513e3ca15a')
+sha256sums_i686=('0dbde9687ce1721a4f389c96923af9fa27636a4657077beb59eb871098f9b6fb')
+sha256sums_x86_64=('fe4fbd8528b0ba6a81a3851bb25276f937cdcf1fca11edde88d68d803ded9b0d')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -37,7 +37,8 @@
PATH="$srcdir/$pkgname-$pkgver-$_binary_rel/bin:$PATH" \
CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
CRYSTAL_CONFIG_VERSION="$pkgver" \
-   CRYSTAL_CONFIG_PATH="libs:/usr/lib/crystal"
+   CRYSTAL_CONFIG_PATH="libs:/usr/lib/crystal" \
+   CRYSTAL_CACHE_DIR="/tmp/crystal"
   make doc
 }
 
@@ -45,7 +46,8 @@
   cd $pkgname-$pkgver
 
   make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-CRYSTAL_CONFIG_VERSION="$pkgver"
+CRYSTAL_CONFIG_VERSION="$pkgver" \
+CRYSTAL_CACHE_DIR="/tmp/crystal"
 }
 
 package() {


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

2016-05-19 Thread Alexander Rødseth
Date: Friday, May 20, 2016 @ 01:01:06
  Author: arodseth
Revision: 175744

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

Added:
  midori-gtk2/repos/community-i686/PKGBUILD
(from rev 175743, midori-gtk2/trunk/PKGBUILD)
  midori-gtk2/repos/community-x86_64/PKGBUILD
(from rev 175743, midori-gtk2/trunk/PKGBUILD)
Deleted:
  midori-gtk2/repos/community-i686/PKGBUILD
  midori-gtk2/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-19 22:55:10 UTC (rev 175743)
+++ community-i686/PKGBUILD 2016-05-19 23:01:06 UTC (rev 175744)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 139371 2015-09-06 21:13:29Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Andreas Radke 
-# Contributor: rabyte 
-# Contributor: Johannes Krampf 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Andrew Gregory 
-
-pkgname=midori-gtk2
-pkgver=0.5.11
-pkgrel=4
-pkgdesc='Lightweight web browser (GTK2)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-conflicts=('midori')
-provides=('midori')
-depends=('webkitgtk2' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'gcr' 
'zeitgeist')
-makedepends=('bzr' 'intltool' 'vala' 'cmake' 'ninja')
-optdepends=('gst-plugins-base: HTML5 OGG videos support'
-'gst-plugins-good: HTML5 H264 and WebM videos support'
-'gst-libav: HTML5 H264 videos support'
-'aria2: download utility')
-options=('!emptydirs')
-source=("http://www.midori-browser.org/downloads/${pkgname/-gtk2}_${pkgver}_all_.tar.bz2;)
-sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
-
-build() {
-  cd "${pkgname/-gtk2}-$pkgver"
-
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C "${pkgname/-gtk2}-$pkgver/build" install
-}
-
-# getver: -u 2 midori-browser.org/download/source
-# vim:set ts=2 sw=2 et:

Copied: midori-gtk2/repos/community-i686/PKGBUILD (from rev 175743, 
midori-gtk2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-19 23:01:06 UTC (rev 175744)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 139371 2015-09-06 21:13:29Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Andreas Radke 
+# Contributor: rabyte 
+# Contributor: Johannes Krampf 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Andrew Gregory 
+
+pkgname=midori-gtk2
+pkgver=0.5.11
+pkgrel=5
+pkgdesc='Lightweight web browser (GTK2)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+conflicts=('midori')
+provides=('midori')
+depends=('webkitgtk2' 'libxss' 'gcr' 'zeitgeist')
+makedepends=('bzr' 'intltool' 'vala' 'cmake' 'ninja')
+optdepends=('gst-plugins-base: HTML5 OGG videos support'
+'gst-plugins-good: HTML5 H264 and WebM videos support'
+'gst-libav: HTML5 H264 videos support'
+'aria2: download utility')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/${pkgname/-gtk2}_${pkgver}_all_.tar.bz2;)
+sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
+
+build() {
+  cd "${pkgname/-gtk2}-$pkgver"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C "${pkgname/-gtk2}-$pkgver/build" install
+}
+
+# getver: -u 2 midori-browser.org/download/source
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-19 22:55:10 UTC (rev 175743)
+++ community-x86_64/PKGBUILD   2016-05-19 23:01:06 UTC (rev 175744)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 139371 2015-09-06 21:13:29Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Andreas Radke 
-# Contributor: rabyte 
-# Contributor: Johannes Krampf 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Andrew Gregory 
-
-pkgname=midori-gtk2
-pkgver=0.5.11
-pkgrel=4
-pkgdesc='Lightweight web browser (GTK2)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-conflicts=('midori')
-provides=('midori')

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

2016-05-19 Thread Johannes Löthberg
Date: Friday, May 20, 2016 @ 00:55:10
  Author: demize
Revision: 175743

db-move: moved haproxy from [community-testing] to [community] (i686, x86_64)

Added:
  haproxy/repos/community-i686/PKGBUILD
(from rev 175742, haproxy/repos/community-testing-i686/PKGBUILD)
  haproxy/repos/community-i686/gcc6-fix.patch
(from rev 175742, haproxy/repos/community-testing-i686/gcc6-fix.patch)
  haproxy/repos/community-i686/haproxy.cfg
(from rev 175742, haproxy/repos/community-testing-i686/haproxy.cfg)
  haproxy/repos/community-i686/haproxy.install
(from rev 175742, haproxy/repos/community-testing-i686/haproxy.install)
  haproxy/repos/community-x86_64/PKGBUILD
(from rev 175742, haproxy/repos/community-testing-x86_64/PKGBUILD)
  haproxy/repos/community-x86_64/gcc6-fix.patch
(from rev 175742, haproxy/repos/community-testing-x86_64/gcc6-fix.patch)
  haproxy/repos/community-x86_64/haproxy.cfg
(from rev 175742, haproxy/repos/community-testing-x86_64/haproxy.cfg)
  haproxy/repos/community-x86_64/haproxy.install
(from rev 175742, haproxy/repos/community-testing-x86_64/haproxy.install)
Deleted:
  haproxy/repos/community-i686/PKGBUILD
  haproxy/repos/community-i686/haproxy.cfg
  haproxy/repos/community-i686/haproxy.install
  haproxy/repos/community-testing-i686/
  haproxy/repos/community-testing-x86_64/
  haproxy/repos/community-x86_64/PKGBUILD
  haproxy/repos/community-x86_64/haproxy.cfg
  haproxy/repos/community-x86_64/haproxy.install

--+
 /PKGBUILD|  146 +
 /haproxy.cfg |   98 
 /haproxy.install |8 ++
 community-i686/PKGBUILD  |   69 -
 community-i686/gcc6-fix.patch|  107 +++
 community-i686/haproxy.cfg   |   49 
 community-i686/haproxy.install   |4 -
 community-x86_64/PKGBUILD|   69 -
 community-x86_64/gcc6-fix.patch  |  107 +++
 community-x86_64/haproxy.cfg |   49 
 community-x86_64/haproxy.install |4 -
 11 files changed, 466 insertions(+), 244 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-19 22:54:45 UTC (rev 175742)
+++ community-i686/PKGBUILD 2016-05-19 22:55:10 UTC (rev 175743)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-
-pkgname=haproxy
-pkgver=1.6.5
-pkgrel=1
-
-pkgdesc='Reliable, high performance TCP/HTTP load balancer'
-url='http://haproxy.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-depends=('openssl' 'pcre' 'zlib' 'lua')
-
-backup=('etc/haproxy/haproxy.cfg')
-
-install=haproxy.install
-
-source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-haproxy.cfg)
-
-md5sums=('5290f278c04e682e42ab71fed26fc082'
- '02241a8ca257d12f7eb131e2d7da3f3b')
-
-prepare() {
-  cd haproxy-$pkgver
-  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
-}
-
-build() {
-  cd haproxy-$pkgver
-  make CPU=generic TARGET=linux2628 \
-USE_GETADDRINFO=1 \
-USE_OPENSSL=1 \
-USE_PCRE=1 USE_PCRE_JIT=1 \
-USE_ZLIB=1 \
-USE_LUA=1
-
-  for contrib in halog iprange systemd; do
-make -C contrib/$contrib SBINDIR=/usr/bin
-  done
-}
-
-package() {
-  cd haproxy-$pkgver
-  make \
-EXTRA=haproxy-systemd-wrapper \
-PREFIX="$pkgdir"/usr \
-SBINDIR="$pkgdir"/usr/bin \
-DOCDIR="$pkgdir"/usr/share/$pkgname \
-install
-
-  for contrib in halog iprange; do
-install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
-  done
-
-  install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
-  install -Dm644 contrib/systemd/haproxy.service \
-"$pkgdir"/usr/lib/systemd/system/haproxy.service
-
-  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
-  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
-  install -m644 examples/errorfiles/*.http \
-"$pkgdir"/usr/share/haproxy/examples/errorfiles/
-
-  install -Dm644 examples/haproxy.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/haproxy.vim
-}

Copied: haproxy/repos/community-i686/PKGBUILD (from rev 175742, 
haproxy/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-19 22:55:10 UTC (rev 175743)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=1.6.5
+pkgrel=3
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='http://haproxy.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'lua')
+

[arch-commits] Commit in haproxy/trunk (PKGBUILD gcc6-fix.patch)

2016-05-19 Thread Johannes Löthberg
Date: Friday, May 20, 2016 @ 00:54:29
  Author: demize
Revision: 175741

upgpkg: haproxy 1.6.5-3

Build with patch to fix build under gcc6

Added:
  haproxy/trunk/gcc6-fix.patch
Modified:
  haproxy/trunk/PKGBUILD

+
 PKGBUILD   |   10 +++--
 gcc6-fix.patch |  107 +++
 2 files changed, 113 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 22:26:22 UTC (rev 175740)
+++ PKGBUILD2016-05-19 22:54:29 UTC (rev 175741)
@@ -4,7 +4,7 @@
 
 pkgname=haproxy
 pkgver=1.6.5
-pkgrel=2
+pkgrel=3
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='http://haproxy.org/'
@@ -18,14 +18,17 @@
 install=haproxy.install
 
 source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-haproxy.cfg)
+haproxy.cfg
+gcc6-fix.patch)
 
 md5sums=('5290f278c04e682e42ab71fed26fc082'
- '02241a8ca257d12f7eb131e2d7da3f3b')
+ '02241a8ca257d12f7eb131e2d7da3f3b'
+ 'c4b4fba82b6f33270ed57514ed3f53e8')
 
 prepare() {
   cd haproxy-$pkgver
   sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
+  patch -p1 -i "$srcdir"/gcc6-fix.patch
 }
 
 build() {
@@ -32,7 +35,6 @@
   cd haproxy-$pkgver
 
   make CPU=generic TARGET=linux2628 \
-SPEC_CFLAGS="-fno-strict-aliasing -Wdeclaration-after-statement 
-fno-tree-sra" \
 USE_GETADDRINFO=1 \
 USE_OPENSSL=1 \
 USE_PCRE=1 USE_PCRE_JIT=1 \

Added: gcc6-fix.patch
===
--- gcc6-fix.patch  (rev 0)
+++ gcc6-fix.patch  2016-05-19 22:54:29 UTC (rev 175741)
@@ -0,0 +1,107 @@
+diff --git a/include/proto/proto_http.h b/include/proto/proto_http.h
+index 4d8f5365b625..0aa6643b98da 100644
+--- a/include/proto/proto_http.h
 b/include/proto/proto_http.h
+@@ -110,7 +110,7 @@ void http_set_status(unsigned int status, struct stream 
*s);
+ int http_transform_header_str(struct stream* s, struct http_msg *msg, const 
char* name,
+   unsigned int name_len, const char *str, struct 
my_regex *re,
+   int action);
+-void inet_set_tos(int fd, struct sockaddr_storage from, int tos);
++void inet_set_tos(int fd, const struct sockaddr_storage *from, int tos);
+ void http_perform_server_redirect(struct stream *s, struct stream_interface 
*si);
+ void http_return_srv_error(struct stream *s, struct stream_interface *si);
+ void http_capture_bad_message(struct error_snapshot *es, struct stream *s,
+diff --git a/src/cfgparse.c b/src/cfgparse.c
+index 3fee54e0db1d..48e584cf73e7 100644
+--- a/src/cfgparse.c
 b/src/cfgparse.c
+@@ -287,7 +287,7 @@ int str2listener(char *str, struct proxy *curproxy, struct 
bind_conf *bind_conf,
+   }
+
+   /* OK the address looks correct */
+-  ss = *ss2;
++  memcpy(, ss2, sizeof(ss));
+
+   for (; port <= end; port++) {
+   l = calloc(1, sizeof(*l));
+diff --git a/src/connection.c b/src/connection.c
+index 330f3efbc995..5515188c6b10 100644
+--- a/src/connection.c
 b/src/connection.c
+@@ -744,7 +744,7 @@ int make_proxy_line_v2(char *buf, int buf_len, struct 
server *srv, struct connec
+   const char pp2_signature[] = PP2_SIGNATURE;
+   int ret = 0;
+   struct proxy_hdr_v2 *hdr = (struct proxy_hdr_v2 *)buf;
+-  struct sockaddr_storage null_addr = {0};
++  struct sockaddr_storage null_addr = { .ss_family = 0 };
+   struct sockaddr_storage *src = _addr;
+   struct sockaddr_storage *dst = _addr;
+
+diff --git a/src/hlua.c b/src/hlua.c
+index f6eb8aa80ee0..94f97429c895 100644
+--- a/src/hlua.c
 b/src/hlua.c
+@@ -4781,7 +4781,7 @@ __LJMP static int hlua_txn_set_tos(lua_State *L)
+   tos = MAY_LJMP(luaL_checkinteger(L, 2));
+
+   if ((cli_conn = objt_conn(htxn->s->sess->origin)) && 
conn_ctrl_ready(cli_conn))
+-  inet_set_tos(cli_conn->t.sock.fd, cli_conn->addr.from, tos);
++  inet_set_tos(cli_conn->t.sock.fd, _conn->addr.from, tos);
+
+   return 0;
+ }
+diff --git a/src/proto_http.c b/src/proto_http.c
+index 21ad131c9f43..416504247a8d 100644
+--- a/src/proto_http.c
 b/src/proto_http.c
+@@ -3189,15 +3189,15 @@ int http_handle_stats(struct stream *s, struct channel 
*req)
+ /* Sets the TOS header in IPv4 and the traffic class header in IPv6 packets
+  * (as per RFC3260 #4 and BCP37 #4.2 and #5.2).
+  */
+-void inet_set_tos(int fd, struct sockaddr_storage from, int tos)
++void inet_set_tos(int fd, const struct sockaddr_storage *from, int tos)
+ {
+ #ifdef IP_TOS
+-  if (from.ss_family == AF_INET)
++  if (from->ss_family == AF_INET)
+   setsockopt(fd, IPPROTO_IP, IP_TOS, , sizeof(tos));
+ #endif
+ #ifdef IPV6_TCLASS
+-  if (from.ss_family == AF_INET6) {
+-  if (IN6_IS_ADDR_V4MAPPED(&((struct 

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

2016-05-19 Thread Johannes Löthberg
Date: Friday, May 20, 2016 @ 00:54:45
  Author: demize
Revision: 175742

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

Added:
  haproxy/repos/community-testing-i686/PKGBUILD
(from rev 175741, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-testing-i686/gcc6-fix.patch
(from rev 175741, haproxy/trunk/gcc6-fix.patch)
  haproxy/repos/community-testing-i686/haproxy.cfg
(from rev 175741, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-testing-i686/haproxy.install
(from rev 175741, haproxy/trunk/haproxy.install)
  haproxy/repos/community-testing-x86_64/PKGBUILD
(from rev 175741, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-testing-x86_64/gcc6-fix.patch
(from rev 175741, haproxy/trunk/gcc6-fix.patch)
  haproxy/repos/community-testing-x86_64/haproxy.cfg
(from rev 175741, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-testing-x86_64/haproxy.install
(from rev 175741, haproxy/trunk/haproxy.install)
Deleted:
  haproxy/repos/community-testing-i686/PKGBUILD
  haproxy/repos/community-testing-i686/haproxy.cfg
  haproxy/repos/community-testing-i686/haproxy.install
  haproxy/repos/community-testing-x86_64/PKGBUILD
  haproxy/repos/community-testing-x86_64/haproxy.cfg
  haproxy/repos/community-testing-x86_64/haproxy.install

--+
 /PKGBUILD|  146 +
 /haproxy.cfg |   98 +++
 /haproxy.install |8 +
 community-testing-i686/PKGBUILD  |   71 --
 community-testing-i686/gcc6-fix.patch|  107 +
 community-testing-i686/haproxy.cfg   |   49 -
 community-testing-i686/haproxy.install   |4 
 community-testing-x86_64/PKGBUILD|   71 --
 community-testing-x86_64/gcc6-fix.patch  |  107 +
 community-testing-x86_64/haproxy.cfg |   49 -
 community-testing-x86_64/haproxy.install |4 
 11 files changed, 466 insertions(+), 248 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-05-19 22:54:29 UTC (rev 175741)
+++ community-testing-i686/PKGBUILD 2016-05-19 22:54:45 UTC (rev 175742)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-
-pkgname=haproxy
-pkgver=1.6.5
-pkgrel=2
-
-pkgdesc='Reliable, high performance TCP/HTTP load balancer'
-url='http://haproxy.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-depends=('openssl' 'pcre' 'zlib' 'lua')
-
-backup=('etc/haproxy/haproxy.cfg')
-
-install=haproxy.install
-
-source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-haproxy.cfg)
-
-md5sums=('5290f278c04e682e42ab71fed26fc082'
- '02241a8ca257d12f7eb131e2d7da3f3b')
-
-prepare() {
-  cd haproxy-$pkgver
-  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
-}
-
-build() {
-  cd haproxy-$pkgver
-
-  make CPU=generic TARGET=linux2628 \
-SPEC_CFLAGS="-fno-strict-aliasing -Wdeclaration-after-statement 
-fno-tree-sra" \
-USE_GETADDRINFO=1 \
-USE_OPENSSL=1 \
-USE_PCRE=1 USE_PCRE_JIT=1 \
-USE_ZLIB=1 \
-USE_LUA=1
-
-  for contrib in halog iprange systemd; do
-make -C contrib/$contrib SBINDIR=/usr/bin
-  done
-}
-
-package() {
-  cd haproxy-$pkgver
-  make \
-EXTRA=haproxy-systemd-wrapper \
-PREFIX="$pkgdir"/usr \
-SBINDIR="$pkgdir"/usr/bin \
-DOCDIR="$pkgdir"/usr/share/$pkgname \
-install
-
-  for contrib in halog iprange; do
-install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
-  done
-
-  install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
-  install -Dm644 contrib/systemd/haproxy.service \
-"$pkgdir"/usr/lib/systemd/system/haproxy.service
-
-  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
-  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
-  install -m644 examples/errorfiles/*.http \
-"$pkgdir"/usr/share/haproxy/examples/errorfiles/
-
-  install -Dm644 examples/haproxy.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/haproxy.vim
-}

Copied: haproxy/repos/community-testing-i686/PKGBUILD (from rev 175741, 
haproxy/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-05-19 22:54:45 UTC (rev 175742)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=1.6.5
+pkgrel=3
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='http://haproxy.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'lua')
+

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

2016-05-19 Thread Alexander Rødseth
Date: Friday, May 20, 2016 @ 00:26:22
  Author: arodseth
Revision: 175740

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

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

-+
 /PKGBUILD   |   94 ++
 /midori.install |   10 
 community-i686/PKGBUILD |   47 ---
 community-i686/midori.install   |   15 --
 community-x86_64/PKGBUILD   |   47 ---
 community-x86_64/midori.install |   15 --
 6 files changed, 104 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-19 22:26:10 UTC (rev 175739)
+++ community-i686/PKGBUILD 2016-05-19 22:26:22 UTC (rev 175740)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: rabyte 
-# Contributor: Johannes Krampf 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=midori
-pkgver=0.5.11
-pkgrel=3
-pkgdesc='Lightweight web browser (GTK3)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
-conflicts=('midori-gtk2')
-provides=('midori')
-replaces=('midori-gtk3')
-depends=('webkitgtk' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'gcr' 
'zeitgeist') # webkit2gtk
-makedepends=('bzr' 'intltool' 'vala' 'cmake' 'ninja')
-optdepends=('gst-plugins-base: HTML5 OGG videos support'
-'gst-plugins-good: HTML5 H264 and WebM videos support'
-'gst-libav: HTML5 H264 videos support'
-'aria2: download utility')
-options=('!emptydirs')
-source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
-sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
-
-build() {
-  cd "$pkgname-$pkgver"
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DUSE_GTK3=1 \
--G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
-}
-
-# getver: -u 2 midori-browser.org/download/source
-# vim:set ts=2 sw=2 et:

Copied: midori/repos/community-i686/PKGBUILD (from rev 175739, 
midori/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-19 22:26:22 UTC (rev 175740)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Andreas Radke 
+# Contributor: rabyte 
+# Contributor: Johannes Krampf 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=midori
+pkgver=0.5.11
+pkgrel=4
+pkgdesc='Lightweight web browser (GTK3)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+conflicts=('midori-gtk2')
+provides=('midori')
+replaces=('midori-gtk3')
+depends=('webkitgtk' 'libxss' 'gcr' 'zeitgeist') # webkit2gtk
+makedepends=('bzr' 'intltool' 'vala' 'cmake' 'ninja')
+optdepends=('gst-plugins-base: HTML5 OGG videos support'
+'gst-plugins-good: HTML5 H264 and WebM videos support'
+'gst-libav: HTML5 H264 videos support'
+'aria2: download utility')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
+sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUSE_GTK3=1 \
+-G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
+}
+
+# getver: -u 2 midori-browser.org/download/source
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/midori.install
===
--- community-i686/midori.install   2016-05-19 22:26:10 UTC (rev 175739)
+++ community-i686/midori.install   2016-05-19 22:26:22 UTC (rev 175740)
@@ -1,15 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q -t 

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

2016-05-19 Thread Alexander Rødseth
Date: Friday, May 20, 2016 @ 00:26:10
  Author: arodseth
Revision: 175739

upgpkg: midori 0.5.11-4

Modified:
  midori/trunk/PKGBUILD
  midori/trunk/midori.install

+
 PKGBUILD   |6 +++---
 midori.install |   12 +---
 2 files changed, 4 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 22:25:53 UTC (rev 175738)
+++ PKGBUILD2016-05-19 22:26:10 UTC (rev 175739)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: Andreas Radke 
 # Contributor: rabyte 
@@ -8,7 +8,7 @@
 
 pkgname=midori
 pkgver=0.5.11
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight web browser (GTK3)'
 arch=('x86_64' 'i686')
 url='http://www.midori-browser.org/'
@@ -17,7 +17,7 @@
 conflicts=('midori-gtk2')
 provides=('midori')
 replaces=('midori-gtk3')
-depends=('webkitgtk' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'gcr' 
'zeitgeist') # webkit2gtk
+depends=('webkitgtk' 'libxss' 'gcr' 'zeitgeist') # webkit2gtk
 makedepends=('bzr' 'intltool' 'vala' 'cmake' 'ninja')
 optdepends=('gst-plugins-base: HTML5 OGG videos support'
 'gst-plugins-good: HTML5 H264 and WebM videos support'

Modified: midori.install
===
--- midori.install  2016-05-19 22:25:53 UTC (rev 175738)
+++ midori.install  2016-05-19 22:26:10 UTC (rev 175739)
@@ -1,15 +1,5 @@
 post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
+  echo 'Set GTK_CSD=1 for enabling client side decorations for Midori'
 }
 
-post_upgrade() {
-  post_install $1
-  echo 'Set GTK_CSD=1 to enable client side decorations for Midori'
-}
-
-post_remove() {
-  post_install $1
-}
-
 # vim:set ts=2 sw=2 et:


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

2016-05-19 Thread Alexander Rødseth
Date: Friday, May 20, 2016 @ 00:25:53
  Author: arodseth
Revision: 175738

upgpkg: midori-gtk2 0.5.11-5

Modified:
  midori-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 20:18:33 UTC (rev 175737)
+++ PKGBUILD2016-05-19 22:25:53 UTC (rev 175738)
@@ -8,7 +8,7 @@
 
 pkgname=midori-gtk2
 pkgver=0.5.11
-pkgrel=4
+pkgrel=5
 pkgdesc='Lightweight web browser (GTK2)'
 arch=('x86_64' 'i686')
 url='http://www.midori-browser.org/'
@@ -15,7 +15,7 @@
 license=('LGPL2.1')
 conflicts=('midori')
 provides=('midori')
-depends=('webkitgtk2' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'gcr' 
'zeitgeist')
+depends=('webkitgtk2' 'libxss' 'gcr' 'zeitgeist')
 makedepends=('bzr' 'intltool' 'vala' 'cmake' 'ninja')
 optdepends=('gst-plugins-base: HTML5 OGG videos support'
 'gst-plugins-good: HTML5 H264 and WebM videos support'


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

2016-05-19 Thread Antonio Rojas
Date: Thursday, May 19, 2016 @ 23:17:03
  Author: arojas
Revision: 268338

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

Added:
  wxgtk/repos/extra-i686/PKGBUILD
(from rev 268337, wxgtk/trunk/PKGBUILD)
  wxgtk/repos/extra-i686/make-abicheck-non-fatal.patch
(from rev 268337, wxgtk/trunk/make-abicheck-non-fatal.patch)
  wxgtk/repos/extra-i686/wxgtk-gcc6.patch
(from rev 268337, wxgtk/trunk/wxgtk-gcc6.patch)
  wxgtk/repos/extra-x86_64/PKGBUILD
(from rev 268337, wxgtk/trunk/PKGBUILD)
  wxgtk/repos/extra-x86_64/make-abicheck-non-fatal.patch
(from rev 268337, wxgtk/trunk/make-abicheck-non-fatal.patch)
  wxgtk/repos/extra-x86_64/wxgtk-gcc6.patch
(from rev 268337, wxgtk/trunk/wxgtk-gcc6.patch)
Deleted:
  wxgtk/repos/extra-i686/PKGBUILD
  wxgtk/repos/extra-i686/make-abicheck-non-fatal.patch
  wxgtk/repos/extra-x86_64/PKGBUILD
  wxgtk/repos/extra-x86_64/make-abicheck-non-fatal.patch

+
 /PKGBUILD  |   92 +++
 /make-abicheck-non-fatal.patch |   30 
 extra-i686/PKGBUILD|   42 
 extra-i686/make-abicheck-non-fatal.patch   |   15 
 extra-i686/wxgtk-gcc6.patch|   39 +++
 extra-x86_64/PKGBUILD  |   42 
 extra-x86_64/make-abicheck-non-fatal.patch |   15 
 extra-x86_64/wxgtk-gcc6.patch  |   39 +++
 8 files changed, 200 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-19 21:16:41 UTC (rev 268337)
+++ extra-i686/PKGBUILD 2016-05-19 21:17:03 UTC (rev 268338)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=wxgtk
-pkgver=3.0.2
-pkgrel=5
-pkgdesc="GTK+ implementation of wxWidgets API for GUI"
-arch=('i686' 'x86_64')
-url="http://wxwidgets.org;
-license=('custom:wxWindows')
-depends=('gtk2' 'gstreamer0.10-base' 'libsm')
-makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2' 'glu')
-optdepends=('webkitgtk2: for webview support')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2
-make-abicheck-non-fatal.patch)
-sha1sums=('6461eab4428c0a8b9e41781b8787510484dea800'
-  'dfe38650c655395b90bf082b5734c4093508bfa3')
-
-prepare() {
-  cd wxWidgets-${pkgver}
-
-  # C++ ABI check is too strict and breaks with GCC 5.1
-  # https://bugzilla.redhat.com/show_bug.cgi?id=1200611
-  patch -Np1 -i ../make-abicheck-non-fatal.patch
-}
-
-build() {
-  cd wxWidgets-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
---enable-graphics_ctx --enable-mediactrl --enable-webview 
--with-regex=builtin \
---with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
---disable-precomp-headers
-  make
-  make -C locale allmo
-}
-
-package() {
-  cd wxWidgets-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: wxgtk/repos/extra-i686/PKGBUILD (from rev 268337, wxgtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-19 21:17:03 UTC (rev 268338)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=wxgtk
+pkgver=3.0.2
+pkgrel=5
+pkgdesc="GTK+ implementation of wxWidgets API for GUI"
+arch=('i686' 'x86_64')
+url="http://wxwidgets.org;
+license=('custom:wxWindows')
+depends=('gtk2' 'gstreamer0.10-base' 'libsm')
+makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2' 'glu')
+optdepends=('webkitgtk2: for webview support')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2
+make-abicheck-non-fatal.patch wxgtk-gcc6.patch)
+sha1sums=('6461eab4428c0a8b9e41781b8787510484dea800'
+  'dfe38650c655395b90bf082b5734c4093508bfa3'
+  '498202334c69d49c1ebbc9d36ad382cfa237f3f8')
+
+prepare() {
+  cd wxWidgets-${pkgver}
+
+  # C++ ABI check is too strict and breaks with GCC 5.1
+  # https://bugzilla.redhat.com/show_bug.cgi?id=1200611
+  patch -Np1 -i ../make-abicheck-non-fatal.patch
+
+  # Fix build with GCC 6
+  patch -p1 -i ../wxgtk-gcc6.patch
+}
+
+build() {
+  cd wxWidgets-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl 
--enable-unicode \
+--enable-graphics_ctx --enable-mediactrl --enable-webview 
--with-regex=builtin \
+--with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \
+--disable-precomp-headers
+  make
+  make -C locale allmo
+}
+
+package() {
+  cd wxWidgets-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 docs/licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: 

[arch-commits] Commit in wxgtk/trunk (PKGBUILD wxgtk-gcc6.patch)

2016-05-19 Thread Antonio Rojas
Date: Thursday, May 19, 2016 @ 23:16:41
  Author: arojas
Revision: 268337

Fix build with GCC 6 (FS#49402)

Added:
  wxgtk/trunk/wxgtk-gcc6.patch
Modified:
  wxgtk/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 wxgtk-gcc6.patch |   39 +++
 2 files changed, 45 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 21:09:53 UTC (rev 268336)
+++ PKGBUILD2016-05-19 21:16:41 UTC (rev 268337)
@@ -13,9 +13,10 @@
 optdepends=('webkitgtk2: for webview support')
 options=('!emptydirs')
 source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2
-make-abicheck-non-fatal.patch)
+make-abicheck-non-fatal.patch wxgtk-gcc6.patch)
 sha1sums=('6461eab4428c0a8b9e41781b8787510484dea800'
-  'dfe38650c655395b90bf082b5734c4093508bfa3')
+  'dfe38650c655395b90bf082b5734c4093508bfa3'
+  '498202334c69d49c1ebbc9d36ad382cfa237f3f8')
 
 prepare() {
   cd wxWidgets-${pkgver}
@@ -23,6 +24,9 @@
   # C++ ABI check is too strict and breaks with GCC 5.1
   # https://bugzilla.redhat.com/show_bug.cgi?id=1200611
   patch -Np1 -i ../make-abicheck-non-fatal.patch
+
+  # Fix build with GCC 6
+  patch -p1 -i ../wxgtk-gcc6.patch
 }
 
 build() {

Added: wxgtk-gcc6.patch
===
--- wxgtk-gcc6.patch(rev 0)
+++ wxgtk-gcc6.patch2016-05-19 21:16:41 UTC (rev 268337)
@@ -0,0 +1,39 @@
+From 73e9e18ea09caac50237def0d9728a213c02 Mon Sep 17 00:00:00 2001
+From: Scott Talbert 
+Date: Sat, 20 Feb 2016 00:08:14 -0500
+Subject: [PATCH] Fix STC compilation with GCC6
+
+Use std::abs() from  instead of abs() from  to avoid problems
+with ambiguous overloads.
+
+Closes #17147.
+
+Closes https://github.com/wxWidgets/wxWidgets/pull/222
+---
+ src/stc/scintilla/src/Editor.cxx | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/src/stc/scintilla/src/Editor.cxx 
b/src/stc/scintilla/src/Editor.cxx
+index cd72953..2081df2 100644
+--- a/src/stc/scintilla/src/Editor.cxx
 b/src/stc/scintilla/src/Editor.cxx
+@@ -11,6 +11,7 @@
+ #include 
+ #include 
+ 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -5841,9 +5842,9 @@ void Editor::GoToLine(int lineNo) {
+ }
+ 
+ static bool Close(Point pt1, Point pt2) {
+-  if (abs(pt1.x - pt2.x) > 3)
++  if (std::abs(pt1.x - pt2.x) > 3)
+   return false;
+-  if (abs(pt1.y - pt2.y) > 3)
++  if (std::abs(pt1.y - pt2.y) > 3)
+   return false;
+   return true;
+ }


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

2016-05-19 Thread Antonio Rojas
Date: Thursday, May 19, 2016 @ 23:09:53
  Author: arojas
Revision: 268336

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

Added:
  libdbusmenu-qt/repos/extra-i686/PKGBUILD
(from rev 268335, libdbusmenu-qt/trunk/PKGBUILD)
  libdbusmenu-qt/repos/extra-x86_64/PKGBUILD
(from rev 268335, libdbusmenu-qt/trunk/PKGBUILD)
Deleted:
  libdbusmenu-qt/repos/extra-i686/PKGBUILD
  libdbusmenu-qt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-19 21:09:05 UTC (rev 268335)
+++ extra-i686/PKGBUILD 2016-05-19 21:09:53 UTC (rev 268336)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=libdbusmenu-qt
-pkgname=(libdbusmenu-qt4 libdbusmenu-qt5)
-pkgver=0.9.3+15.10.20150604
-pkgrel=3
-pkgdesc="A library that provides a Qt implementation of the DBusMenu spec"
-arch=(i686 x86_64)
-url="https://launchpad.net/libdbusmenu-qt;
-license=(GPL)
-makedepends=(cmake doxygen qjson qt4 qt5-base)
-source=("http://archive.ubuntu.com/ubuntu/pool/main/libd/$pkgbase/${pkgbase}_$pkgver.orig.tar.gz;)
-md5sums=('d6fe90fe530a926b9db505da11e2c354')
-
-prepare() {
-  mkdir -p build{-qt4,}
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build-qt4
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DUSE_QT4=On
-  make  
-}
-
-package_libdbusmenu-qt4() {
-  pkgdesc="A library that provides a Qt4 implementation of the DBusMenu spec"
-  depends=(qt4)
-  conflicts=(libdbusmenu-qt)
-  provides=(libdbusmenu-qt)
-  replaces=(libdbusmenu-qt)
-
-  cd build-qt4
-  make DESTDIR="$pkgdir" install
-}
-
-package_libdbusmenu-qt5() {
-  depends=(qt5-base)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libdbusmenu-qt/repos/extra-i686/PKGBUILD (from rev 268335, 
libdbusmenu-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-19 21:09:53 UTC (rev 268336)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=libdbusmenu-qt
+pkgname=(libdbusmenu-qt4 libdbusmenu-qt5)
+pkgver=0.9.3+16.04.20160218
+pkgrel=1
+pkgdesc="A library that provides a Qt implementation of the DBusMenu spec"
+arch=(i686 x86_64)
+url="https://launchpad.net/libdbusmenu-qt;
+license=(GPL)
+makedepends=(cmake doxygen qjson qt4 qt5-base)
+source=("http://archive.ubuntu.com/ubuntu/pool/main/libd/$pkgbase/${pkgbase}_$pkgver.orig.tar.gz;)
+md5sums=('8b90312bd8654e026d814d4db986ce5e')
+
+prepare() {
+  mkdir -p build{-qt4,}
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt4
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUSE_QT4=On
+  make  
+}
+
+package_libdbusmenu-qt4() {
+  pkgdesc="A library that provides a Qt4 implementation of the DBusMenu spec"
+  depends=(qt4)
+  conflicts=(libdbusmenu-qt)
+  provides=(libdbusmenu-qt)
+  replaces=(libdbusmenu-qt)
+
+  cd build-qt4
+  make DESTDIR="$pkgdir" install
+}
+
+package_libdbusmenu-qt5() {
+  depends=(qt5-base)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-19 21:09:05 UTC (rev 268335)
+++ extra-x86_64/PKGBUILD   2016-05-19 21:09:53 UTC (rev 268336)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=libdbusmenu-qt
-pkgname=(libdbusmenu-qt4 libdbusmenu-qt5)
-pkgver=0.9.3+15.10.20150604
-pkgrel=3
-pkgdesc="A library that provides a Qt implementation of the DBusMenu spec"
-arch=(i686 x86_64)
-url="https://launchpad.net/libdbusmenu-qt;
-license=(GPL)
-makedepends=(cmake doxygen qjson qt4 qt5-base)
-source=("http://archive.ubuntu.com/ubuntu/pool/main/libd/$pkgbase/${pkgbase}_$pkgver.orig.tar.gz;)
-md5sums=('d6fe90fe530a926b9db505da11e2c354')
-
-prepare() {
-  mkdir -p build{-qt4,}
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build-qt4
-  cmake 

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

2016-05-19 Thread Antonio Rojas
Date: Thursday, May 19, 2016 @ 23:09:05
  Author: arojas
Revision: 268335

Update to 0.9.3+16.04.20160218

Modified:
  libdbusmenu-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 20:23:08 UTC (rev 268334)
+++ PKGBUILD2016-05-19 21:09:05 UTC (rev 268335)
@@ -4,8 +4,8 @@
 
 pkgbase=libdbusmenu-qt
 pkgname=(libdbusmenu-qt4 libdbusmenu-qt5)
-pkgver=0.9.3+15.10.20150604
-pkgrel=3
+pkgver=0.9.3+16.04.20160218
+pkgrel=1
 pkgdesc="A library that provides a Qt implementation of the DBusMenu spec"
 arch=(i686 x86_64)
 url="https://launchpad.net/libdbusmenu-qt;
@@ -12,7 +12,7 @@
 license=(GPL)
 makedepends=(cmake doxygen qjson qt4 qt5-base)
 
source=("http://archive.ubuntu.com/ubuntu/pool/main/libd/$pkgbase/${pkgbase}_$pkgver.orig.tar.gz;)
-md5sums=('d6fe90fe530a926b9db505da11e2c354')
+md5sums=('8b90312bd8654e026d814d4db986ce5e')
 
 prepare() {
   mkdir -p build{-qt4,}


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

2016-05-19 Thread Alexander Rødseth
Date: Thursday, May 19, 2016 @ 22:18:33
  Author: arodseth
Revision: 175737

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

Added:
  midori-gtk2/repos/community-i686/PKGBUILD
(from rev 175736, midori-gtk2/trunk/PKGBUILD)
  midori-gtk2/repos/community-x86_64/PKGBUILD
(from rev 175736, midori-gtk2/trunk/PKGBUILD)
Deleted:
  midori-gtk2/repos/community-i686/PKGBUILD
  midori-gtk2/repos/community-i686/midori.install
  midori-gtk2/repos/community-x86_64/PKGBUILD
  midori-gtk2/repos/community-x86_64/midori.install

-+
 /PKGBUILD   |   84 ++
 community-i686/PKGBUILD |   43 ---
 community-i686/midori.install   |   14 --
 community-x86_64/PKGBUILD   |   43 ---
 community-x86_64/midori.install |   14 --
 5 files changed, 84 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-19 20:18:20 UTC (rev 175736)
+++ community-i686/PKGBUILD 2016-05-19 20:18:33 UTC (rev 175737)
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 139371 2015-09-06 21:13:29Z arodseth $
-# Maintainer: Alexander Rødseth 
-# Contributor: Andreas Radke 
-# Contributor: rabyte 
-# Contributor: Johannes Krampf 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Andrew Gregory 
-
-pkgname=midori-gtk2
-pkgver=0.5.11
-pkgrel=3
-pkgdesc='Lightweight web browser (GTK2)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
-conflicts=('midori')
-provides=('midori')
-depends=('webkitgtk2' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'gcr' 
'zeitgeist')
-makedepends=('bzr' 'intltool' 'vala' 'cmake' 'ninja')
-optdepends=('gst-plugins-base: HTML5 OGG videos support'
-'gst-plugins-good: HTML5 H264 and WebM videos support'
-'gst-libav: HTML5 H264 videos support'
-'aria2: download utility')
-options=('!emptydirs')
-source=("http://www.midori-browser.org/downloads/${pkgname/-gtk2}_${pkgver}_all_.tar.bz2;)
-sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
-
-build() {
-  cd "${pkgname/-gtk2}-$pkgver"
-
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C "${pkgname/-gtk2}-$pkgver/build" install
-}
-
-# getver: -u 2 midori-browser.org/download/source
-# vim:set ts=2 sw=2 et:

Copied: midori-gtk2/repos/community-i686/PKGBUILD (from rev 175736, 
midori-gtk2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-19 20:18:33 UTC (rev 175737)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 139371 2015-09-06 21:13:29Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Andreas Radke 
+# Contributor: rabyte 
+# Contributor: Johannes Krampf 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Andrew Gregory 
+
+pkgname=midori-gtk2
+pkgver=0.5.11
+pkgrel=4
+pkgdesc='Lightweight web browser (GTK2)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+conflicts=('midori')
+provides=('midori')
+depends=('webkitgtk2' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'gcr' 
'zeitgeist')
+makedepends=('bzr' 'intltool' 'vala' 'cmake' 'ninja')
+optdepends=('gst-plugins-base: HTML5 OGG videos support'
+'gst-plugins-good: HTML5 H264 and WebM videos support'
+'gst-libav: HTML5 H264 videos support'
+'aria2: download utility')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/${pkgname/-gtk2}_${pkgver}_all_.tar.bz2;)
+sha256sums=('96191a96be71144ae848a409fae5a1d6d52a00e583f33122081f47ead9c49c3d')
+
+build() {
+  cd "${pkgname/-gtk2}-$pkgver"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C "${pkgname/-gtk2}-$pkgver/build" install
+}
+
+# getver: -u 2 midori-browser.org/download/source
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/midori.install
===
--- community-i686/midori.install   2016-05-19 20:18:20 UTC (rev 175736)
+++ community-i686/midori.install   2016-05-19 20:18:33 UTC (rev 175737)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD

[arch-commits] Commit in libxcb/trunk (PKGBUILD libxcb-1.1-no-pthread-stubs.patch)

2016-05-19 Thread Andreas Radke
Date: Thursday, May 19, 2016 @ 22:23:08
  Author: andyrtr
Revision: 268334

prepare next update

Modified:
  libxcb/trunk/PKGBUILD
  libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch

---+
 PKGBUILD  |   10 +-
 libxcb-1.1-no-pthread-stubs.patch |2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 20:20:54 UTC (rev 268333)
+++ PKGBUILD2016-05-19 20:23:08 UTC (rev 268334)
@@ -4,18 +4,18 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=libxcb
-pkgver=1.11.1
+pkgver=1.12
 pkgrel=1
 pkgdesc="X11 client-side library"
 arch=('i686' 'x86_64')
 url="http://xcb.freedesktop.org/;
-depends=('xcb-proto>=1.11' 'libxdmcp' 'libxau')
+depends=('xcb-proto>=1.12' 'libxdmcp' 'libxau')
 makedepends=('libxslt' 'python' 'xorg-util-macros')
 license=('custom')
 source=($url/dist/$pkgname-$pkgver.tar.bz2
 libxcb-1.1-no-pthread-stubs.patch)
-sha256sums=('b720fd6c7d200e5371affdb3f049cc8f88cff9aed942ff1b824d95eedbf69d30'
-'3923bcb1930b851012968435909597d8d5251c72153511cb2982636c97100cc3')
+sha256sums=('4adfb1b7c67e99bc9c2ccb110b2f175686576d2f792c8a71b9c8b19014057b5b'
+'37debaf892235a516a50a4975e6229538d3b4696b4571a8dea05eed774004aff')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -29,7 +29,7 @@
 --enable-xinput \
 --enable-xkb \
 --disable-static
-  make
+  make -j1
 }
 
 check() {

Modified: libxcb-1.1-no-pthread-stubs.patch
===
--- libxcb-1.1-no-pthread-stubs.patch   2016-05-19 20:20:54 UTC (rev 268333)
+++ libxcb-1.1-no-pthread-stubs.patch   2016-05-19 20:23:08 UTC (rev 268334)
@@ -3,7 +3,7 @@
 @@ -43,7 +43,7 @@
  
  # Checks for pkg-config packages
- PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.11)
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.12)
 -NEEDED="pthread-stubs xau >= 0.99.2"
 +NEEDED="xau >= 0.99.2"
  PKG_CHECK_MODULES(NEEDED, $NEEDED)


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

2016-05-19 Thread Levente Polyak
Date: Thursday, May 19, 2016 @ 22:20:54
  Author: anthraxx
Revision: 268333

archrelease: copy trunk to extra-any

Added:
  python-pyelftools/repos/extra-any/PKGBUILD
(from rev 268332, python-pyelftools/trunk/PKGBUILD)
Deleted:
  python-pyelftools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-19 20:20:47 UTC (rev 268332)
+++ PKGBUILD2016-05-19 20:20:54 UTC (rev 268333)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Rémy Oudompheng 
-
-pkgname=python-pyelftools
-_pypiname=pyelftools
-pkgver=0.23
-pkgrel=2
-pkgdesc="Python library for analyzing ELF files and DWARF debugging 
information"
-arch=('any')
-url="https://github.com/eliben/pyelftools;
-license=('custom')
-depends=('python')
-source=("${_pypiname}-${pkgver}.zip::https://github.com/eliben/pyelftools/archive/v${pkgver}.zip;)
-sha1sums=('553de375ae13e5cd96efd2d9fe439aacbfbe1806')
-
-build() {
-  cd ${srcdir}/${_pypiname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${srcdir}/${_pypiname}-${pkgver}
-  python test/run_all_unittests.py
-}
-
-package() {
-  cd ${srcdir}/${_pypiname}-${pkgver}
-  python setup.py install --root=${pkgdir}
-  install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: python-pyelftools/repos/extra-any/PKGBUILD (from rev 268332, 
python-pyelftools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-19 20:20:54 UTC (rev 268333)
@@ -0,0 +1,74 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Rémy Oudompheng 
+
+pkgbase=python-pyelftools
+pkgname=('python2-pyelftools' 'python-pyelftools')
+_pkgname=pyelftools
+pkgver=0.23
+pkgrel=3
+pkgdesc='Python library for analyzing ELF files and DWARF debugging 
information'
+url="https://github.com/eliben/pyelftools;
+arch=('any')
+license=('custom:Public Domain')
+makedepends=('python' 'python2')
+options=('!strip')
+source=(${_pkgname}-${pkgver}.tar.gz::https://github.com/eliben/${_pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('277976a889291c4abf9a700655d4a2e373f763aa80f8d5929822dd323a7d3563d51a51b7cf72979752f33790394aabdc3cbd06e03c4bb54022030adc8942dd4b')
+
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+  cd ${_pkgname}-${pkgver}-py2
+  sed -e 's/env python$/env python2/g' -i scripts/readelf.py
+  mv scripts/readelf.py scripts/readelf.py2
+  sed -r 's/readelf.py/\02/g' -i setup.py test/run_readelf_tests.py
+}
+
+build() {
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+check() {
+  (cd ${_pkgname}-${pkgver}
+python test/run_all_unittests.py
+python test/run_examples_test.py
+if [ "${CARCH}" == "x86_64" ]; then
+  python test/run_readelf_tests.py
+else
+  warning "Skipping readelf tests (require x86_64)"
+fi
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 test/run_all_unittests.py
+python2 test/run_examples_test.py
+if [ "${CARCH}" == "x86_64" ]; then
+  python2 test/run_readelf_tests.py
+else
+  warning "Skipping readelf tests (require x86_64)"
+fi
+  )
+}
+
+package_python-pyelftools() {
+  depends=('python')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+package_python2-pyelftools() {
+  depends=('python2')
+  cd ${_pkgname}-${pkgver}-py2
+  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-05-19 Thread Levente Polyak
Date: Thursday, May 19, 2016 @ 22:20:47
  Author: anthraxx
Revision: 268332

upgpkg: python-pyelftools 0.23-3

creating split package

Modified:
  python-pyelftools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 20:00:49 UTC (rev 268331)
+++ PKGBUILD2016-05-19 20:20:47 UTC (rev 268332)
@@ -1,31 +1,74 @@
-# $Id$
-# Maintainer : Rémy Oudompheng 
+# Maintainer: Levente Polyak 
+# Maintainer: Rémy Oudompheng 
 
-pkgname=python-pyelftools
-_pypiname=pyelftools
+pkgbase=python-pyelftools
+pkgname=('python2-pyelftools' 'python-pyelftools')
+_pkgname=pyelftools
 pkgver=0.23
-pkgrel=2
-pkgdesc="Python library for analyzing ELF files and DWARF debugging 
information"
+pkgrel=3
+pkgdesc='Python library for analyzing ELF files and DWARF debugging 
information'
+url="https://github.com/eliben/pyelftools;
 arch=('any')
-url="https://github.com/eliben/pyelftools;
-license=('custom')
-depends=('python')
-source=("${_pypiname}-${pkgver}.zip::https://github.com/eliben/pyelftools/archive/v${pkgver}.zip;)
-sha1sums=('553de375ae13e5cd96efd2d9fe439aacbfbe1806')
+license=('custom:Public Domain')
+makedepends=('python' 'python2')
+options=('!strip')
+source=(${_pkgname}-${pkgver}.tar.gz::https://github.com/eliben/${_pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('277976a889291c4abf9a700655d4a2e373f763aa80f8d5929822dd323a7d3563d51a51b7cf72979752f33790394aabdc3cbd06e03c4bb54022030adc8942dd4b')
 
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+  cd ${_pkgname}-${pkgver}-py2
+  sed -e 's/env python$/env python2/g' -i scripts/readelf.py
+  mv scripts/readelf.py scripts/readelf.py2
+  sed -r 's/readelf.py/\02/g' -i setup.py test/run_readelf_tests.py
+}
+
 build() {
-  cd ${srcdir}/${_pypiname}-${pkgver}
-  python setup.py build
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+  )
 }
 
 check() {
-  cd ${srcdir}/${_pypiname}-${pkgver}
-  python test/run_all_unittests.py
+  (cd ${_pkgname}-${pkgver}
+python test/run_all_unittests.py
+python test/run_examples_test.py
+if [ "${CARCH}" == "x86_64" ]; then
+  python test/run_readelf_tests.py
+else
+  warning "Skipping readelf tests (require x86_64)"
+fi
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 test/run_all_unittests.py
+python2 test/run_examples_test.py
+if [ "${CARCH}" == "x86_64" ]; then
+  python2 test/run_readelf_tests.py
+else
+  warning "Skipping readelf tests (require x86_64)"
+fi
+  )
 }
 
-package() {
-  cd ${srcdir}/${_pypiname}-${pkgver}
-  python setup.py install --root=${pkgdir}
-  install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+package_python-pyelftools() {
+  depends=('python')
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
+package_python2-pyelftools() {
+  depends=('python2')
+  cd ${_pkgname}-${pkgver}-py2
+  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-05-19 Thread Alexander Rødseth
Date: Thursday, May 19, 2016 @ 22:18:20
  Author: arodseth
Revision: 175736

upgpkg: midori-gtk2 0.5.11-4

Modified:
  midori-gtk2/trunk/PKGBUILD
Deleted:
  midori-gtk2/trunk/midori.install

+
 PKGBUILD   |5 ++---
 midori.install |   14 --
 2 files changed, 2 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 20:11:30 UTC (rev 175735)
+++ PKGBUILD2016-05-19 20:18:20 UTC (rev 175736)
@@ -1,5 +1,5 @@
 # $Id: PKGBUILD 139371 2015-09-06 21:13:29Z arodseth $
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Andreas Radke 
 # Contributor: rabyte 
 # Contributor: Johannes Krampf 
@@ -8,12 +8,11 @@
 
 pkgname=midori-gtk2
 pkgver=0.5.11
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight web browser (GTK2)'
 arch=('x86_64' 'i686')
 url='http://www.midori-browser.org/'
 license=('LGPL2.1')
-install='midori.install'
 conflicts=('midori')
 provides=('midori')
 depends=('webkitgtk2' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'gcr' 
'zeitgeist')

Deleted: midori.install
===
--- midori.install  2016-05-19 20:11:30 UTC (rev 175735)
+++ midori.install  2016-05-19 20:18:20 UTC (rev 175736)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-19 Thread Alexander Rødseth
Date: Thursday, May 19, 2016 @ 22:11:30
  Author: arodseth
Revision: 175735

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

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

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   28 
 community-i686/howl.install   |   12 
 community-x86_64/PKGBUILD |   28 
 community-x86_64/howl.install |   12 
 5 files changed, 54 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-19 20:11:18 UTC (rev 175734)
+++ community-i686/PKGBUILD 2016-05-19 20:11:30 UTC (rev 175735)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Stefan Husmann 
-
-pkgname=howl
-pkgver=0.3
-pkgrel=1
-pkgdesc='General purpose, light-weight customizable editor'
-arch=('x86_64' 'i686')
-url='http://howl.io/'
-license=('MIT')
-depends=('gtk3' 'desktop-file-utils')
-install=howl.install
-source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
-sha256sums=('a0c8f24f0ea90aad5ce008c0091578998a07dd00897a3c02e138b175e81f3297')
-
-build() {
-  make -C "howl-$pkgver/src"
-}
-
-package() {
-  make -C "howl-$pkgver/src" PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 "howl-$pkgver/LICENSE.md" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: howl/repos/community-i686/PKGBUILD (from rev 175734, 
howl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-19 20:11:30 UTC (rev 175735)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Stefan Husmann 
+
+pkgname=howl
+pkgver=0.3
+pkgrel=2
+pkgdesc='General purpose, light-weight customizable editor'
+arch=('x86_64' 'i686')
+url='http://howl.io/'
+license=('MIT')
+depends=('gtk3' 'desktop-file-utils')
+source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
+sha256sums=('a0c8f24f0ea90aad5ce008c0091578998a07dd00897a3c02e138b175e81f3297')
+
+build() {
+  make -C "howl-$pkgver/src"
+}
+
+package() {
+  make -C "howl-$pkgver/src" PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 "howl-$pkgver/LICENSE.md" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/howl.install
===
--- community-i686/howl.install 2016-05-19 20:11:18 UTC (rev 175734)
+++ community-i686/howl.install 2016-05-19 20:11:30 UTC (rev 175735)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-19 20:11:18 UTC (rev 175734)
+++ community-x86_64/PKGBUILD   2016-05-19 20:11:30 UTC (rev 175735)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Stefan Husmann 
-
-pkgname=howl
-pkgver=0.3
-pkgrel=1
-pkgdesc='General purpose, light-weight customizable editor'
-arch=('x86_64' 'i686')
-url='http://howl.io/'
-license=('MIT')
-depends=('gtk3' 'desktop-file-utils')
-install=howl.install
-source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
-sha256sums=('a0c8f24f0ea90aad5ce008c0091578998a07dd00897a3c02e138b175e81f3297')
-
-build() {
-  make -C "howl-$pkgver/src"
-}
-
-package() {
-  make -C "howl-$pkgver/src" PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 "howl-$pkgver/LICENSE.md" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: howl/repos/community-x86_64/PKGBUILD (from rev 175734, 
howl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-19 20:11:30 UTC (rev 175735)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 

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

2016-05-19 Thread Alexander Rødseth
Date: Thursday, May 19, 2016 @ 22:11:18
  Author: arodseth
Revision: 175734

upgpkg: howl 0.3-2

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 20:03:28 UTC (rev 175733)
+++ PKGBUILD2016-05-19 20:11:18 UTC (rev 175734)
@@ -5,13 +5,12 @@
 
 pkgname=howl
 pkgver=0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='General purpose, light-weight customizable editor'
 arch=('x86_64' 'i686')
 url='http://howl.io/'
 license=('MIT')
 depends=('gtk3' 'desktop-file-utils')
-install=howl.install
 
source=("https://github.com/howl-editor/howl/releases/download/$pkgver/howl-$pkgver.tgz;)
 sha256sums=('a0c8f24f0ea90aad5ce008c0091578998a07dd00897a3c02e138b175e81f3297')
 

Deleted: howl.install
===
--- howl.install2016-05-19 20:03:28 UTC (rev 175733)
+++ howl.install2016-05-19 20:11:18 UTC (rev 175734)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-05-19 Thread Alexander Rødseth
Date: Thursday, May 19, 2016 @ 22:03:28
  Author: arodseth
Revision: 175733

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

Added:
  geany-plugins/repos/community-i686/PKGBUILD
(from rev 175732, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-x86_64/PKGBUILD
(from rev 175732, geany-plugins/trunk/PKGBUILD)
Deleted:
  geany-plugins/repos/community-i686/PKGBUILD
  geany-plugins/repos/community-i686/geany-plugins.install
  geany-plugins/repos/community-x86_64/PKGBUILD
  geany-plugins/repos/community-x86_64/geany-plugins.install

+
 /PKGBUILD  |   66 +++
 community-i686/PKGBUILD|   34 ---
 community-i686/geany-plugins.install   |   14 --
 community-x86_64/PKGBUILD  |   34 ---
 community-x86_64/geany-plugins.install |   14 --
 5 files changed, 66 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-19 20:03:14 UTC (rev 175732)
+++ community-i686/PKGBUILD 2016-05-19 20:03:28 UTC (rev 175733)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: djgera
-# Contributor: Patrick Melo 
-
-pkgname=geany-plugins
-pkgver=1.27
-pkgrel=2
-pkgdesc='Plugins for Geany'
-arch=('x86_64' 'i686')
-url='http://plugins.geany.org/'
-license=('GPL')
-depends=("geany>=$pkgver" 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
-optdepends=('hspell: hebrew spell checker')
-install="$pkgname.install"
-source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('03195a0b7a361ddb2ee4138f46fa87b6d9b9801ff00657456ab9c8b8908c0ce0')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: plugins.geany.org/downloads.html
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-i686/PKGBUILD (from rev 175732, 
geany-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-19 20:03:28 UTC (rev 175733)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: djgera
+# Contributor: Patrick Melo 
+
+pkgname=geany-plugins
+pkgver=1.27
+pkgrel=3
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=("geany>=$pkgver" 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
+optdepends=('hspell: hebrew spell checker')
+source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('03195a0b7a361ddb2ee4138f46fa87b6d9b9801ff00657456ab9c8b8908c0ce0')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: plugins.geany.org/downloads.html
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany-plugins.install
===
--- community-i686/geany-plugins.install2016-05-19 20:03:14 UTC (rev 
175732)
+++ community-i686/geany-plugins.install2016-05-19 20:03:28 UTC (rev 
175733)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-19 20:03:14 UTC (rev 175732)
+++ community-x86_64/PKGBUILD   2016-05-19 20:03:28 UTC (rev 175733)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: djgera
-# Contributor: Patrick Melo 
-
-pkgname=geany-plugins
-pkgver=1.27
-pkgrel=2
-pkgdesc='Plugins for Geany'
-arch=('x86_64' 'i686')
-url='http://plugins.geany.org/'
-license=('GPL')
-depends=("geany>=$pkgver" 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
-optdepends=('hspell: hebrew 

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

2016-05-19 Thread Alexander Rødseth
Date: Thursday, May 19, 2016 @ 22:03:14
  Author: arodseth
Revision: 175732

upgpkg: geany-plugins 1.27-3

Modified:
  geany-plugins/trunk/PKGBUILD
Deleted:
  geany-plugins/trunk/geany-plugins.install

---+
 PKGBUILD  |3 +--
 geany-plugins.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 17:46:21 UTC (rev 175731)
+++ PKGBUILD2016-05-19 20:03:14 UTC (rev 175732)
@@ -6,7 +6,7 @@
 
 pkgname=geany-plugins
 pkgver=1.27
-pkgrel=2
+pkgrel=3
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'
@@ -15,7 +15,6 @@
  'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
 makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
 optdepends=('hspell: hebrew spell checker')
-install="$pkgname.install"
 source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
 sha256sums=('03195a0b7a361ddb2ee4138f46fa87b6d9b9801ff00657456ab9c8b8908c0ce0')
 

Deleted: geany-plugins.install
===
--- geany-plugins.install   2016-05-19 17:46:21 UTC (rev 175731)
+++ geany-plugins.install   2016-05-19 20:03:14 UTC (rev 175732)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-19 Thread Andreas Radke
Date: Thursday, May 19, 2016 @ 22:00:42
  Author: andyrtr
Revision: 268330

upgpkg: xcb-proto 1.12-1

upstream update 1.12

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 19:52:44 UTC (rev 268329)
+++ PKGBUILD2016-05-19 20:00:42 UTC (rev 268330)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=xcb-proto
-pkgver=1.11
-pkgrel=2
+pkgver=1.12
+pkgrel=1
 pkgdesc="XML-XCB protocol descriptions"
 arch=(any)
 url="http://xcb.freedesktop.org/;
@@ -11,7 +11,7 @@
 license=('custom')
 makedepends=('python' 'libxml2')
 source=($url/dist/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b4aceee6502a0ce45fc39b33c541a2df4715d00b72e660ebe8c5bb444771e32e')
+sha256sums=('5922aba4c664ab7899a29d92ea91a87aa4c1fc7eb5ee550325c3216c480a4906')
 
 build() {
   cd $pkgname-$pkgver
@@ -19,6 +19,11 @@
   make
 }
 
+check() {
+  cd $pkgname-$pkgver 
+  make -k check || /bin/true
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install


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

2016-05-19 Thread Andreas Radke
Date: Thursday, May 19, 2016 @ 22:00:49
  Author: andyrtr
Revision: 268331

archrelease: copy trunk to testing-any

Added:
  xcb-proto/repos/testing-any/
  xcb-proto/repos/testing-any/PKGBUILD
(from rev 268330, xcb-proto/trunk/PKGBUILD)

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

Copied: xcb-proto/repos/testing-any/PKGBUILD (from rev 268330, 
xcb-proto/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-05-19 20:00:49 UTC (rev 268331)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Jan de Groot 
+
+pkgname=xcb-proto
+pkgver=1.12
+pkgrel=1
+pkgdesc="XML-XCB protocol descriptions"
+arch=(any)
+url="http://xcb.freedesktop.org/;
+license=('custom')
+makedepends=('python' 'libxml2')
+source=($url/dist/$pkgname-$pkgver.tar.bz2)
+sha256sums=('5922aba4c664ab7899a29d92ea91a87aa4c1fc7eb5ee550325c3216c480a4906')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver 
+  make -k check || /bin/true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -m755 -d "$pkgdir/usr/share/licenses/$pkgname"
+  install -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2016-05-19 Thread Andreas Radke
Date: Thursday, May 19, 2016 @ 21:52:44
  Author: andyrtr
Revision: 268329

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-19 19:52:28 UTC (rev 268328)
+++ extra-i686/PKGBUILD 2016-05-19 19:52:44 UTC (rev 268329)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Aaron Griffin 
-
-pkgname=lftp
-pkgver=4.7.1
-pkgrel=1
-pkgdesc="Sophisticated command line based FTP client"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline' 'gnutls' 'libidn' 'expat' 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url="http://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('7dfb03c6544efeef633bc28ba7df8b77'
- 'SKIP')
-validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov "
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-i686/PKGBUILD (from rev 268328, lftp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-19 19:52:44 UTC (rev 268329)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Aaron Griffin 
+
+pkgname=lftp
+pkgver=4.7.2
+pkgrel=1
+pkgdesc="Sophisticated command line based FTP client"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'libidn' 'expat' 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url="http://lftp.yar.ru/;
+backup=('etc/lftp.conf')
+source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
+md5sums=('24b64dcd74426803eb1e9bf75a5a590a'
+ 'SKIP')
+validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov "
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-19 19:52:28 UTC (rev 268328)
+++ extra-x86_64/PKGBUILD   2016-05-19 19:52:44 UTC (rev 268329)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Aaron Griffin 
-
-pkgname=lftp
-pkgver=4.7.1
-pkgrel=1
-pkgdesc="Sophisticated command line based FTP client"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline' 'gnutls' 'libidn' 'expat' 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url="http://lftp.yar.ru/;
-backup=('etc/lftp.conf')
-source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('7dfb03c6544efeef633bc28ba7df8b77'
- 'SKIP')
-validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov "
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-x86_64/PKGBUILD (from rev 268328, lftp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-19 19:52:44 UTC (rev 268329)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Aaron Griffin 
+
+pkgname=lftp
+pkgver=4.7.2
+pkgrel=1
+pkgdesc="Sophisticated command line based FTP client"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline' 'gnutls' 'libidn' 'expat' 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and 

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

2016-05-19 Thread Andreas Radke
Date: Thursday, May 19, 2016 @ 21:52:28
  Author: andyrtr
Revision: 268328

upgpkg: lftp 4.7.2-1

upstream update 4.7.2

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 19:41:31 UTC (rev 268327)
+++ PKGBUILD2016-05-19 19:52:28 UTC (rev 268328)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=lftp
-pkgver=4.7.1
+pkgver=4.7.2
 pkgrel=1
 pkgdesc="Sophisticated command line based FTP client"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url="http://lftp.yar.ru/;
 backup=('etc/lftp.conf')
 source=(http://lftp.yar.ru/ftp/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('7dfb03c6544efeef633bc28ba7df8b77'
+md5sums=('24b64dcd74426803eb1e9bf75a5a590a'
  'SKIP')
 validpgpkeys=('C027FA3148652A5513036413A824BB69F2A99A18') # "Alexander V. 
Lukyanov "
 


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

2016-05-19 Thread Andreas Radke
Date: Thursday, May 19, 2016 @ 21:41:31
  Author: andyrtr
Revision: 268327

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/0001-sdhci-revert.patch
(from rev 268326, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 268326, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 268326, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 268326, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 268326, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 268326, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 268326, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/0001-sdhci-revert.patch
(from rev 268326, linux-lts/trunk/0001-sdhci-revert.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 268326, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 268326, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 268326, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 268326, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 268326, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 268326, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/0001-sdhci-revert.patch |   25 
 testing-i686/PKGBUILD|  293 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7903 +
 testing-i686/config.x86_64   | 7662 
 testing-i686/linux-lts.install   |   37 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/0001-sdhci-revert.patch   |   25 
 testing-x86_64/PKGBUILD  |  293 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7903 +
 testing-x86_64/config.x86_64 | 7662 
 testing-x86_64/linux-lts.install |   37 
 testing-x86_64/linux-lts.preset  |   14 
 14 files changed, 31890 insertions(+)

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


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

2016-05-19 Thread Andreas Radke
Date: Thursday, May 19, 2016 @ 21:40:58
  Author: andyrtr
Revision: 268326

upgpkg: linux-lts 4.4.11-1

upstream update 4.4.11

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 19:19:14 UTC (rev 268325)
+++ PKGBUILD2016-05-19 19:40:58 UTC (rev 268326)
@@ -3,7 +3,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-4.4
-pkgver=4.4.10
+pkgver=4.4.11
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
@@ -21,7 +21,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
 'SKIP'
-'df66bd2532cac85dfb85d6ca9b750689e02278442652a0b047304e3322947d17'
+'394c3970865c092f21cd02b8f433024adbf8539114567d6bde197fed6612f553'
 'SKIP'
 'b11702727b1503e5a613946790978481d34d8ecc6870337fadd3ce1ef084a8e2'
 '68c7296ff2f5f55d69e83aa4d20f925df740b1eb1e6bdb0f13e8a170360ed09f'


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

2016-05-19 Thread Jan Steffens
Date: Thursday, May 19, 2016 @ 21:19:14
  Author: heftig
Revision: 268325

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 268324, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk-query-immodules-3.0.hook
(from rev 268324, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-i686/gtk-update-icon-cache.hook
(from rev 268324, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-i686/gtk-update-icon-cache.script
(from rev 268324, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-i686/gtk3.install
(from rev 268324, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 268324, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 268324, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 268324, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 268324, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 268324, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 268324, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 268324, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-i686/gtk-update-icon-cache.hook
  gtk3/repos/extra-i686/gtk-update-icon-cache.script
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-i686/trap_possible_X_error.diff
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini
  gtk3/repos/extra-x86_64/trap_possible_X_error.diff

---+
 /PKGBUILD |  150 
 /gtk-query-immodules-3.0.hook |   22 
 /gtk-update-icon-cache.hook   |   26 
 /gtk-update-icon-cache.script |   20 +++
 /gtk3.install |6 +
 /settings.ini |8 +
 extra-i686/PKGBUILD   |   82 ---
 extra-i686/gtk-query-immodules-3.0.hook   |   11 --
 extra-i686/gtk-update-icon-cache.hook |   13 --
 extra-i686/gtk-update-icon-cache.script   |   10 -
 extra-i686/gtk3.install   |3 
 extra-i686/settings.ini   |4 
 extra-i686/trap_possible_X_error.diff |   30 -
 extra-x86_64/PKGBUILD |   82 ---
 extra-x86_64/gtk-query-immodules-3.0.hook |   11 --
 extra-x86_64/gtk-update-icon-cache.hook   |   13 --
 extra-x86_64/gtk-update-icon-cache.script |   10 -
 extra-x86_64/gtk3.install |3 
 extra-x86_64/settings.ini |4 
 extra-x86_64/trap_possible_X_error.diff   |   30 -
 20 files changed, 232 insertions(+), 306 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-19 19:15:31 UTC (rev 268324)
+++ extra-i686/PKGBUILD 2016-05-19 19:19:14 UTC (rev 268325)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.20.4
-pkgrel=2
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(i686 x86_64)
-url="http://www.gtk.org/;
-depends=(atk cairo libcups libxcursor libxinerama libxrandr libxi libepoxy 
gdk-pixbuf2
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
- adwaita-icon-theme json-glib rest librsvg wayland-protocols 
desktop-file-utils)
-makedepends=(gobject-introspection libcanberra gtk-doc)
-license=(LGPL)
-source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script
-trap_possible_X_error.diff)
-sha256sums=('e7e3aaf54a54dd1c1ca0588939254abe31329e0bcd280a12290d5306b41ea03f'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'bbe06e1b4e1ad5d61a4e703445a2bb93c6be918964d6dd76c0420c6667fa11eb'
-'1204b67e45938304ce8500c4b9de52af5d2d90bcb4a2e28bc665f5b29803f28d')
-
-prepare() {
-cd gtk+-$pkgver
-NOCONFIGURE=1 ./autogen.sh
-
-# upstream fix for crashes with X servers not supporting XI2
-# 

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

2016-05-19 Thread Jan Steffens
Date: Thursday, May 19, 2016 @ 21:15:31
  Author: heftig
Revision: 268324

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

Added:
  sushi/repos/extra-i686/PKGBUILD
(from rev 268323, sushi/trunk/PKGBUILD)
  sushi/repos/extra-x86_64/PKGBUILD
(from rev 268323, sushi/trunk/PKGBUILD)
Deleted:
  sushi/repos/extra-i686/PKGBUILD
  sushi/repos/extra-i686/clutter-gst3.patch
  sushi/repos/extra-i686/sushi.install
  sushi/repos/extra-x86_64/PKGBUILD
  sushi/repos/extra-x86_64/clutter-gst3.patch
  sushi/repos/extra-x86_64/sushi.install

-+
 /PKGBUILD   |   76 ++
 extra-i686/PKGBUILD |   39 -
 extra-i686/clutter-gst3.patch   |  156 --
 extra-i686/sushi.install|   11 --
 extra-x86_64/PKGBUILD   |   39 -
 extra-x86_64/clutter-gst3.patch |  156 --
 extra-x86_64/sushi.install  |   11 --
 7 files changed, 76 insertions(+), 412 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-19 19:14:52 UTC (rev 268323)
+++ extra-i686/PKGBUILD 2016-05-19 19:15:31 UTC (rev 268324)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=sushi
-pkgver=3.18.0
-pkgrel=2
-pkgdesc="A quick previewer for Nautilus"
-arch=(i686 x86_64)
-url="http://www.gnome.org;
-license=('GPL2')
-groups=(gnome)
-depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz5' 'webkit2gtk' 
'gtksourceview3' 'evince')
-optdepends=('unoconv: OpenDocument formats')
-install=sushi.install
-makedepends=('intltool' 'gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-clutter-gst3.patch)
-sha256sums=('7f4df92be950bf23aff28da49ce108766dd21a88efc14a9d0807e10225608e9c'
-'7217c05f4cf4d797e8e042392c1cb92481bb616a1e7ce20393228591a6bc91e0')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i ../clutter-gst3.patch
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  autoreconf -fi
-  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sushi/repos/extra-i686/PKGBUILD (from rev 268323, sushi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-19 19:15:31 UTC (rev 268324)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=sushi
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="A quick previewer for Nautilus"
+arch=(i686 x86_64)
+url="https://git.gnome.org/browse/sushi;
+license=(GPL2)
+groups=(gnome)
+depends=(clutter-gtk clutter-gst gjs libmusicbrainz5 webkit2gtk gtksourceview3 
evince)
+optdepends=('unoconv: OpenDocument formats')
+makedepends=(intltool gobject-introspection)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6e729c789e9e7f02505e25d4ac6cfed47e676366f0942fca740094f7fe9eae9e')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/clutter-gst3.patch
===
--- extra-i686/clutter-gst3.patch   2016-05-19 19:14:52 UTC (rev 268323)
+++ extra-i686/clutter-gst3.patch   2016-05-19 19:15:31 UTC (rev 268324)
@@ -1,156 +0,0 @@
-From ce695719d7292bfe9d8183cfa057afe1df53565b Mon Sep 17 00:00:00 2001
-From: Lionel Landwerlin 
-Date: Sat, 17 Oct 2015 00:24:42 +0100
-Subject: viewer: gst: port to ClutterGst 3.0
-
-https://bugzilla.gnome.org/show_bug.cgi?id=756725

- configure.ac  |  2 +-
- src/js/viewers/gst.js | 56 +++
- 2 files changed, 31 insertions(+), 27 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 3b5ff56..7e869d5 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -62,7 +62,7 @@ PKG_CHECK_MODULES(SUSHI,
-   clutter-x11-1.0 >= $CLUTTER_MIN_VERSION
- 

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

2016-05-19 Thread Jan Steffens
Date: Thursday, May 19, 2016 @ 21:14:52
  Author: heftig
Revision: 268323

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

Added:
  gnome-contacts/repos/extra-i686/PKGBUILD
(from rev 268322, gnome-contacts/trunk/PKGBUILD)
  gnome-contacts/repos/extra-x86_64/PKGBUILD
(from rev 268322, gnome-contacts/trunk/PKGBUILD)
Deleted:
  gnome-contacts/repos/extra-i686/PKGBUILD
  gnome-contacts/repos/extra-i686/gnome-contacts.install
  gnome-contacts/repos/extra-x86_64/PKGBUILD
  gnome-contacts/repos/extra-x86_64/gnome-contacts.install

-+
 /PKGBUILD   |   58 ++
 extra-i686/PKGBUILD |   29 -
 extra-i686/gnome-contacts.install   |   11 --
 extra-x86_64/PKGBUILD   |   29 -
 extra-x86_64/gnome-contacts.install |   11 --
 5 files changed, 58 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-19 19:14:01 UTC (rev 268322)
+++ extra-i686/PKGBUILD 2016-05-19 19:14:52 UTC (rev 268323)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-contacts
-pkgver=3.19.91
-pkgrel=1
-pkgdesc="Contacts Manager for GNOME"
-arch=(i686 x86_64)
-url="http://www.gnome.org;
-license=('GPL2')
-groups=(gnome)
-depends=('gtk3' 'folks' 'gnome-desktop' 'dconf' 'gnome-online-accounts' 
'libgee' 'telepathy-glib' 'cheese' 'libchamplain')
-makedepends=('intltool' 'vala' 'gobject-introspection')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e013f48ef4dcf1f2411cf0980f36f146020b109258f4dd34beb68a3db74dfe9f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-contacts/repos/extra-i686/PKGBUILD (from rev 268322, 
gnome-contacts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-19 19:14:52 UTC (rev 268323)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gnome-contacts
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Contacts Manager for GNOME"
+url="https://wiki.gnome.org/Apps/Contacts;
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(gtk3 folks gnome-desktop dconf gnome-online-accounts libgee 
telepathy-glib cheese libchamplain)
+makedepends=(intltool vala gobject-introspection)
+groups=(gnome)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bef88dc728aa7bb058c530fd936b262d96bbc17e73d640279842371bb3ad1588')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-contacts.install
===
--- extra-i686/gnome-contacts.install   2016-05-19 19:14:01 UTC (rev 268322)
+++ extra-i686/gnome-contacts.install   2016-05-19 19:14:52 UTC (rev 268323)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-19 19:14:01 UTC (rev 268322)
+++ extra-x86_64/PKGBUILD   2016-05-19 19:14:52 UTC (rev 268323)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-contacts
-pkgver=3.19.91
-pkgrel=1
-pkgdesc="Contacts Manager for GNOME"
-arch=(i686 x86_64)
-url="http://www.gnome.org;
-license=('GPL2')
-groups=(gnome)
-depends=('gtk3' 'folks' 'gnome-desktop' 'dconf' 'gnome-online-accounts' 
'libgee' 'telepathy-glib' 'cheese' 'libchamplain')
-makedepends=('intltool' 'vala' 'gobject-introspection')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e013f48ef4dcf1f2411cf0980f36f146020b109258f4dd34beb68a3db74dfe9f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-contacts/repos/extra-x86_64/PKGBUILD (from rev 268322, 
gnome-contacts/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-19 19:14:52 UTC (rev 268323)
@@ -0,0 +1,29 @@
+# $Id$

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

2016-05-19 Thread Jan Steffens
Date: Thursday, May 19, 2016 @ 21:13:23
  Author: heftig
Revision: 268321

archrelease: copy trunk to extra-any

Added:
  orca/repos/extra-any/PKGBUILD
(from rev 268320, orca/trunk/PKGBUILD)
Deleted:
  orca/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-19 19:10:46 UTC (rev 268320)
+++ PKGBUILD2016-05-19 19:13:23 UTC (rev 268321)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: William Rea 
-
-pkgname=orca
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="Screen reader for individuals who are blind or visually impaired"
-arch=(any)
-license=('LGPL')
-url="http://www.gnome.org/projects/orca;
-depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg 
speech-dispatcher liblouis brltty
- xorg-xmodmap hicolor-icon-theme gsettings-desktop-schemas
- gst-plugins-base # playbin, audiotestsrc, basic decoders
- gst-plugins-good # pulsesink, more decoders
-)
-makedepends=(itstool intltool)
-groups=(gnome-extra)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f5c872fe3c176d514ea51747649e623b63c5af0988be4e672a2ca8640da8254f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: orca/repos/extra-any/PKGBUILD (from rev 268320, orca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-19 19:13:23 UTC (rev 268321)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: William Rea 
+
+pkgname=orca
+pkgver=3.20.2
+pkgrel=1
+pkgdesc="Screen reader for individuals who are blind or visually impaired"
+url="https://wiki.gnome.org/Projects/Orca;
+arch=(any)
+license=(LGPL)
+depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg 
speech-dispatcher liblouis brltty
+ xorg-xmodmap gsettings-desktop-schemas
+ gst-plugins-base # playbin, audiotestsrc, basic decoders
+ gst-plugins-good # pulsesink, more decoders
+)
+makedepends=(itstool intltool)
+groups=(gnome-extra)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8c90403c4ae8bb0a4b240d1e784b61ee56de42df781520c912b298c10ae05785')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-05-19 Thread Jan Steffens
Date: Thursday, May 19, 2016 @ 21:14:01
  Author: heftig
Revision: 268322

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-19 19:13:23 UTC (rev 268321)
+++ extra-i686/PKGBUILD 2016-05-19 19:14:01 UTC (rev 268322)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
- 
-pkgname=graphene
-pkgver=1.2.10
-pkgrel=1
-pkgdesc="A thin layer of graphic data types"
-arch=(i686 x86_64)
-license=(MIT)
-url="https://github.com/ebassi/graphene;
-depends=(glib2)
-makedepends=(git gtk-doc gobject-introspection)
-source=("git+$url#tag=$pkgver")
-md5sums=('SKIP')
-
-_confargs=
-[[ $CARCH == i686 ]] && _confargs=--disable-sse2
-
-prepare() {
-  cd $pkgname
-  sed -i '1s/python$/&2/' build/identfilter.py
-  NOCONFIGURE=1 ./autogen.sh
-}
- 
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --enable-gtk-doc $_confargs
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
- 
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: graphene/repos/extra-i686/PKGBUILD (from rev 268321, 
graphene/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-19 19:14:01 UTC (rev 268322)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+ 
+pkgname=graphene
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="A thin layer of graphic data types"
+url="https://github.com/ebassi/graphene;
+arch=(i686 x86_64)
+license=(MIT)
+depends=(glib2)
+makedepends=(git gtk-doc gobject-introspection)
+source=("git+$url#tag=$pkgver")
+md5sums=('SKIP')
+
+_confargs=
+[[ $CARCH == i686 ]] && _confargs=--disable-sse2
+
+prepare() {
+  cd $pkgname
+  sed -i '1s/python$/&2/' build/identfilter.py
+  NOCONFIGURE=1 ./autogen.sh
+}
+ 
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc $_confargs
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+ 
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-19 19:13:23 UTC (rev 268321)
+++ extra-x86_64/PKGBUILD   2016-05-19 19:14:01 UTC (rev 268322)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
- 
-pkgname=graphene
-pkgver=1.2.10
-pkgrel=1
-pkgdesc="A thin layer of graphic data types"
-arch=(i686 x86_64)
-license=(MIT)
-url="https://github.com/ebassi/graphene;
-depends=(glib2)
-makedepends=(git gtk-doc gobject-introspection)
-source=("git+$url#tag=$pkgver")
-md5sums=('SKIP')
-
-_confargs=
-[[ $CARCH == i686 ]] && _confargs=--disable-sse2
-
-prepare() {
-  cd $pkgname
-  sed -i '1s/python$/&2/' build/identfilter.py
-  NOCONFIGURE=1 ./autogen.sh
-}
- 
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --enable-gtk-doc $_confargs
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
- 
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: graphene/repos/extra-x86_64/PKGBUILD (from rev 268321, 
graphene/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-19 19:14:01 UTC (rev 268322)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+ 
+pkgname=graphene
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="A thin layer of graphic data types"
+url="https://github.com/ebassi/graphene;
+arch=(i686 x86_64)
+license=(MIT)
+depends=(glib2)
+makedepends=(git gtk-doc gobject-introspection)
+source=("git+$url#tag=$pkgver")
+md5sums=('SKIP')
+
+_confargs=
+[[ $CARCH == i686 ]] && _confargs=--disable-sse2
+
+prepare() {
+  cd $pkgname
+  sed -i '1s/python$/&2/' build/identfilter.py
+  NOCONFIGURE=1 ./autogen.sh
+}
+ 
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --enable-gtk-doc $_confargs
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+ 
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE 

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

2016-05-19 Thread Jan Steffens
Date: Thursday, May 19, 2016 @ 21:10:46
  Author: heftig
Revision: 268320

3.20.5-1

Modified:
  gtk3/trunk/PKGBUILD
  gtk3/trunk/gtk-update-icon-cache.script
Deleted:
  gtk3/trunk/trap_possible_X_error.diff

--+
 PKGBUILD |   17 +
 gtk-update-icon-cache.script |2 +-
 trap_possible_X_error.diff   |   30 --
 3 files changed, 6 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 19:06:06 UTC (rev 268319)
+++ PKGBUILD2016-05-19 19:10:46 UTC (rev 268320)
@@ -4,8 +4,8 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.20.4
-pkgrel=2
+pkgver=3.20.5
+pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
 url="http://www.gtk.org/;
@@ -18,23 +18,16 @@
 settings.ini
 gtk-query-immodules-3.0.hook
 gtk-update-icon-cache.hook
-gtk-update-icon-cache.script
-trap_possible_X_error.diff)
-sha256sums=('e7e3aaf54a54dd1c1ca0588939254abe31329e0bcd280a12290d5306b41ea03f'
+gtk-update-icon-cache.script)
+sha256sums=('9790b0267384904ad8a08e7f16e5f9ff1c4037de57788d48d1eaf528355b1564'
 '01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
 'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
 '496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'bbe06e1b4e1ad5d61a4e703445a2bb93c6be918964d6dd76c0420c6667fa11eb'
-'1204b67e45938304ce8500c4b9de52af5d2d90bcb4a2e28bc665f5b29803f28d')
+'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
 
 prepare() {
 cd gtk+-$pkgver
 NOCONFIGURE=1 ./autogen.sh
-
-# upstream fix for crashes with X servers not supporting XI2
-# https://bugzilla.gnome.org/show_bug.cgi?id=766233
-# 
https://github.com/GNOME/gtk/commit/7e7d7991cc8e7c7a2b50ce6530a8ebafd673516b
-patch -Np1 -i ${srcdir}/trap_possible_X_error.diff
 }
 
 build() {

Modified: gtk-update-icon-cache.script
===
--- gtk-update-icon-cache.script2016-05-19 19:06:06 UTC (rev 268319)
+++ gtk-update-icon-cache.script2016-05-19 19:10:46 UTC (rev 268320)
@@ -3,7 +3,7 @@
 while read -r f; do
   if [[ -e ${f}index.theme ]]; then
 gtk-update-icon-cache -q "$f"
-  else
+  elif [[ -d $f ]]; then
 rm -f "${f}icon-theme.cache"
 rmdir --ignore-fail-on-non-empty "$f"
   fi

Deleted: trap_possible_X_error.diff
===
--- trap_possible_X_error.diff  2016-05-19 19:06:06 UTC (rev 268319)
+++ trap_possible_X_error.diff  2016-05-19 19:10:46 UTC (rev 268320)
@@ -1,30 +0,0 @@
-diff --git a/gdk/x11/gdkdisplay-x11.c b/gdk/x11/gdkdisplay-x11.c
-index f7c79c4..ad65e29 100644
 a/gdk/x11/gdkdisplay-x11.c
-+++ b/gdk/x11/gdkdisplay-x11.c
-@@ -2881,10 +2881,14 @@ gdk_x11_display_get_default_seat (GdkDisplay *display)
- {
-   GList *seats, *l;
-   int device_id;
-+  gboolean result = FALSE;
- 
-   seats = gdk_display_list_seats (display);
--  XIGetClientPointer (GDK_DISPLAY_XDISPLAY (display),
--  None, _id);
-+
-+  gdk_x11_display_error_trap_push (display);
-+  result = XIGetClientPointer (GDK_DISPLAY_XDISPLAY (display),
-+   None, _id);
-+  gdk_x11_display_error_trap_pop_ignored (display);
- 
-   for (l = seats; l; l = l->next)
- {
-@@ -2892,7 +2896,7 @@ gdk_x11_display_get_default_seat (GdkDisplay *display)
- 
-   pointer = gdk_seat_get_pointer (l->data);
- 
--  if (gdk_x11_device_get_id (pointer) == device_id)
-+  if (gdk_x11_device_get_id (pointer) == device_id || !result)
- {
-   GdkSeat *seat = l->data;
-   g_list_free (seats);


[arch-commits] Commit in sushi/trunk (PKGBUILD clutter-gst3.patch sushi.install)

2016-05-19 Thread Jan Steffens
Date: Thursday, May 19, 2016 @ 21:06:06
  Author: heftig
Revision: 268319

3.20.0-1

Modified:
  sushi/trunk/PKGBUILD
Deleted:
  sushi/trunk/clutter-gst3.patch
  sushi/trunk/sushi.install

+
 PKGBUILD   |   37 +---
 clutter-gst3.patch |  156 ---
 sushi.install  |   11 ---
 3 files changed, 18 insertions(+), 186 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 18:50:46 UTC (rev 268318)
+++ PKGBUILD2016-05-19 19:06:06 UTC (rev 268319)
@@ -1,39 +1,38 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
 
 pkgname=sushi
-pkgver=3.18.0
-pkgrel=2
+pkgver=3.20.0
+pkgrel=1
 pkgdesc="A quick previewer for Nautilus"
 arch=(i686 x86_64)
-url="http://www.gnome.org;
-license=('GPL2')
+url="https://git.gnome.org/browse/sushi;
+license=(GPL2)
 groups=(gnome)
-depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz5' 'webkit2gtk' 
'gtksourceview3' 'evince')
+depends=(clutter-gtk clutter-gst gjs libmusicbrainz5 webkit2gtk gtksourceview3 
evince)
 optdepends=('unoconv: OpenDocument formats')
-install=sushi.install
-makedepends=('intltool' 'gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-clutter-gst3.patch)
-sha256sums=('7f4df92be950bf23aff28da49ce108766dd21a88efc14a9d0807e10225608e9c'
-'7217c05f4cf4d797e8e042392c1cb92481bb616a1e7ce20393228591a6bc91e0')
+makedepends=(intltool gobject-introspection)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6e729c789e9e7f02505e25d4ac6cfed47e676366f0942fca740094f7fe9eae9e')
 
 prepare() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i ../clutter-gst3.patch
+  cd $pkgname-$pkgver
 }
 
 build() {
-  cd "$pkgname-$pkgver"
-  autoreconf -fi
-  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname
+
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: clutter-gst3.patch
===
--- clutter-gst3.patch  2016-05-19 18:50:46 UTC (rev 268318)
+++ clutter-gst3.patch  2016-05-19 19:06:06 UTC (rev 268319)
@@ -1,156 +0,0 @@
-From ce695719d7292bfe9d8183cfa057afe1df53565b Mon Sep 17 00:00:00 2001
-From: Lionel Landwerlin 
-Date: Sat, 17 Oct 2015 00:24:42 +0100
-Subject: viewer: gst: port to ClutterGst 3.0
-
-https://bugzilla.gnome.org/show_bug.cgi?id=756725

- configure.ac  |  2 +-
- src/js/viewers/gst.js | 56 +++
- 2 files changed, 31 insertions(+), 27 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 3b5ff56..7e869d5 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -62,7 +62,7 @@ PKG_CHECK_MODULES(SUSHI,
-   clutter-x11-1.0 >= $CLUTTER_MIN_VERSION
-   gtk+-3.0 >= $GTK_MIN_VERSION
-   clutter-gtk-1.0 >= $CLUTTER_GTK_MIN_VERSION
--  clutter-gst-2.0
-+  clutter-gst-3.0
-   gstreamer-1.0
-   gstreamer-pbutils-1.0
-   gstreamer-tag-1.0
-diff --git a/src/js/viewers/gst.js b/src/js/viewers/gst.js
-index 3560277..6a010f6 100644
 a/src/js/viewers/gst.js
-+++ b/src/js/viewers/gst.js
-@@ -23,7 +23,7 @@
-  *
-  */
- 
--imports.gi.versions.ClutterGst = '2.0';
-+imports.gi.versions.ClutterGst = '3.0';
- const ClutterGst = imports.gi.ClutterGst;
- const Clutter = imports.gi.Clutter;
- const Gdk = imports.gi.Gdk;
-@@ -60,29 +60,33 @@ const GstRenderer = new Lang.Class({
- },
- 
- clear : function() {
--this._video.playing = false;
-+this._player.playing = false;
- },
- 
- _createVideo : function(file) {
--this._video =
--new ClutterGst.VideoTexture({ sync_size: false });
-+this._player = new ClutterGst.Playback();
-+this._video = new Clutter.Actor({
-+content: new ClutterGst.Aspectratio({
-+player: this._player
-+})
-+});
- 
--this._video.set_uri(file.get_uri());
--this._video.playing = true;
-+this._player.set_uri(file.get_uri());
-+this._player.playing = true;
- 
- this._videoSizeChangeId =
--this._video.connect('size-change',
--   

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

2016-05-19 Thread Jan Steffens
Date: Thursday, May 19, 2016 @ 20:45:11
  Author: heftig
Revision: 268316

3.20.2-1

Modified:
  orca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 18:10:15 UTC (rev 268315)
+++ PKGBUILD2016-05-19 18:45:11 UTC (rev 268316)
@@ -4,14 +4,14 @@
 # Contributor: William Rea 
 
 pkgname=orca
-pkgver=3.20.1
+pkgver=3.20.2
 pkgrel=1
 pkgdesc="Screen reader for individuals who are blind or visually impaired"
+url="https://wiki.gnome.org/Projects/Orca;
 arch=(any)
-license=('LGPL')
-url="http://www.gnome.org/projects/orca;
+license=(LGPL)
 depends=(gtk3 at-spi2-atk python-atspi python-dbus python-xdg 
speech-dispatcher liblouis brltty
- xorg-xmodmap hicolor-icon-theme gsettings-desktop-schemas
+ xorg-xmodmap gsettings-desktop-schemas
  gst-plugins-base # playbin, audiotestsrc, basic decoders
  gst-plugins-good # pulsesink, more decoders
 )
@@ -18,7 +18,7 @@
 makedepends=(itstool intltool)
 groups=(gnome-extra)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f5c872fe3c176d514ea51747649e623b63c5af0988be4e672a2ca8640da8254f')
+sha256sums=('8c90403c4ae8bb0a4b240d1e784b61ee56de42df781520c912b298c10ae05785')
 
 build() {
   cd $pkgname-$pkgver


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

2016-05-19 Thread Jan Steffens
Date: Thursday, May 19, 2016 @ 20:50:46
  Author: heftig
Revision: 268318

3.20.0-1

Modified:
  gnome-contacts/trunk/PKGBUILD
Deleted:
  gnome-contacts/trunk/gnome-contacts.install

+
 PKGBUILD   |   18 +-
 gnome-contacts.install |   11 ---
 2 files changed, 9 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 18:50:25 UTC (rev 268317)
+++ PKGBUILD2016-05-19 18:50:46 UTC (rev 268318)
@@ -1,23 +1,23 @@
 # $Id$
-# Maintainer: Ionut Biru 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
 
 pkgname=gnome-contacts
-pkgver=3.19.91
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="Contacts Manager for GNOME"
+url="https://wiki.gnome.org/Apps/Contacts;
 arch=(i686 x86_64)
-url="http://www.gnome.org;
-license=('GPL2')
+license=(GPL2)
+depends=(gtk3 folks gnome-desktop dconf gnome-online-accounts libgee 
telepathy-glib cheese libchamplain)
+makedepends=(intltool vala gobject-introspection)
 groups=(gnome)
-depends=('gtk3' 'folks' 'gnome-desktop' 'dconf' 'gnome-online-accounts' 
'libgee' 'telepathy-glib' 'cheese' 'libchamplain')
-makedepends=('intltool' 'vala' 'gobject-introspection')
-install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e013f48ef4dcf1f2411cf0980f36f146020b109258f4dd34beb68a3db74dfe9f')
+sha256sums=('bef88dc728aa7bb058c530fd936b262d96bbc17e73d640279842371bb3ad1588')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts
+  ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname
   make
 }
 

Deleted: gnome-contacts.install
===
--- gnome-contacts.install  2016-05-19 18:50:25 UTC (rev 268317)
+++ gnome-contacts.install  2016-05-19 18:50:46 UTC (rev 268318)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-05-19 Thread Jan Steffens
Date: Thursday, May 19, 2016 @ 20:50:25
  Author: heftig
Revision: 268317

1.4.0-1

Modified:
  graphene/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 18:45:11 UTC (rev 268316)
+++ PKGBUILD2016-05-19 18:50:25 UTC (rev 268317)
@@ -2,12 +2,12 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
  
 pkgname=graphene
-pkgver=1.2.10
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="A thin layer of graphic data types"
+url="https://github.com/ebassi/graphene;
 arch=(i686 x86_64)
 license=(MIT)
-url="https://github.com/ebassi/graphene;
 depends=(glib2)
 makedepends=(git gtk-doc gobject-introspection)
 source=("git+$url#tag=$pkgver")


[arch-commits] Commit in openresolv/repos (3 files)

2016-05-19 Thread Jan Steffens
Date: Thursday, May 19, 2016 @ 20:10:15
  Author: heftig
Revision: 268315

archrelease: copy trunk to testing-any

Added:
  openresolv/repos/testing-any/
  openresolv/repos/testing-any/PKGBUILD
(from rev 268314, openresolv/trunk/PKGBUILD)
  openresolv/repos/testing-any/fs33801.patch
(from rev 268314, openresolv/trunk/fs33801.patch)

---+
 PKGBUILD  |   38 ++
 fs33801.patch |   32 
 2 files changed, 70 insertions(+)

Copied: openresolv/repos/testing-any/PKGBUILD (from rev 268314, 
openresolv/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-05-19 18:10:15 UTC (rev 268315)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ignacio Galmarino 
+
+pkgname=openresolv
+pkgver=3.8.1
+pkgrel=1
+pkgdesc="resolv.conf management framework (resolvconf)"
+arch=(any)
+url="http://roy.marples.name/projects/openresolv;
+license=('custom:BSD')
+backup=(etc/resolvconf.conf)
+provides=(resolvconf)
+depends=(bash)
+makedepends=(systemd)
+source=("http://roy.marples.name/downloads/openresolv/${pkgname}-${pkgver}.tar.xz;
+fs33801.patch)
+md5sums=('378cac69367745c03a932559298d6b0d'
+ '44a23ce63b45adfc477837cdf6fefd0c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../fs33801.patch
+  sed -n '2,25{s:^# \?::;p}' resolvconf.in >LICENSE 
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/resolvconf 
--sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: openresolv/repos/testing-any/fs33801.patch (from rev 268314, 
openresolv/trunk/fs33801.patch)
===
--- testing-any/fs33801.patch   (rev 0)
+++ testing-any/fs33801.patch   2016-05-19 18:10:15 UTC (rev 268315)
@@ -0,0 +1,32 @@
+diff -u -r openresolv-3.8.1/dnsmasq.in openresolv-3.8.1-arch/dnsmasq.in
+--- openresolv-3.8.1/dnsmasq.in2016-05-19 12:36:35.0 +0200
 openresolv-3.8.1-arch/dnsmasq.in   2016-05-19 20:05:19.659940747 +0200
+@@ -190,8 +190,8 @@
+   fi
+ fi
+ if $dbus; then
+-  if [ -s "$dnsmasq_pid" ]; then
+-  $changed || kill -HUP $(cat "$dnsmasq_pid")
++  if $changed && systemctl --quiet is-active dnsmasq; then
++  systemctl reload dnsmasq
+   fi
+   # Send even if empty so old servers are cleared
+   if $dbus_ex; then
+diff -u -r openresolv-3.8.1/unbound.in openresolv-3.8.1-arch/unbound.in
+--- openresolv-3.8.1/unbound.in2016-05-19 12:36:35.0 +0200
 openresolv-3.8.1-arch/unbound.in   2016-05-19 20:04:20.207722679 +0200
+@@ -86,12 +86,7 @@
+   [ "$(cat "$unbound_conf")" != "$(printf %s "$newconf")" ]
+ then
+   printf %s "$newconf" >"$unbound_conf"
+-  # If we can't sent a HUP then force a restart
+-  if [ -s "$unbound_pid" ]; then
+-  if ! kill -HUP $(cat "$unbound_pid") 2>/dev/null; then
+-  restart_unbound
+-  fi
+-  else
+-  restart_unbound
++  if systemctl --quiet is-active unbound; then
++  systemctl reload unbound
+   fi
+ fi


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

2016-05-19 Thread Jan Steffens
Date: Thursday, May 19, 2016 @ 20:09:46
  Author: heftig
Revision: 268314

3.8.1-1

Modified:
  openresolv/trunk/PKGBUILD
  openresolv/trunk/fs33801.patch

---+
 PKGBUILD  |6 -
 fs33801.patch |  228 
 2 files changed, 21 insertions(+), 213 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 17:29:10 UTC (rev 268313)
+++ PKGBUILD2016-05-19 18:09:46 UTC (rev 268314)
@@ -3,7 +3,7 @@
 # Contributor: Ignacio Galmarino 
 
 pkgname=openresolv
-pkgver=3.7.2
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="resolv.conf management framework (resolvconf)"
 arch=(any)
@@ -15,8 +15,8 @@
 makedepends=(systemd)
 
source=("http://roy.marples.name/downloads/openresolv/${pkgname}-${pkgver}.tar.xz;
 fs33801.patch)
-md5sums=('6452490418e6be1674c015082b3af058'
- '465be190eda1fe40f2883efe44e10603')
+md5sums=('378cac69367745c03a932559298d6b0d'
+ '44a23ce63b45adfc477837cdf6fefd0c')
 
 prepare() {
   cd $pkgname-$pkgver

Modified: fs33801.patch
===
--- fs33801.patch   2016-05-19 17:29:10 UTC (rev 268313)
+++ fs33801.patch   2016-05-19 18:09:46 UTC (rev 268314)
@@ -1,224 +1,32 @@
-diff -u -r openresolv-3.7.0/configure openresolv-3.7.0-arch/configure
 openresolv-3.7.0/configure 2015-05-01 20:11:09.0 +0200
-+++ openresolv-3.7.0-arch/configure2015-05-08 00:31:41.584051126 +0200
-@@ -7,6 +7,7 @@
- HOST=
- TARGET=
- RESTARTCMD=
-+RELOADCMD=
- RCDIR=
- 
- for x do
-@@ -33,6 +34,7 @@
-   --target) TARGET=$var;;
-   --libdir) LIBDIR=$var;;
-   --restartcmd) RESTARTCMD=$var;;
-+  --reloadcmd) RELOADCMD=$var;;
-   --includedir) eval INCLUDEDIR="$INCLUDEDIR${INCLUDEDIR:+ }$var";;
-   --datadir|--infodir) ;; # ignore autotools
-   --disable-maintainer-mode|--disable-dependency-tracking) ;;
-@@ -60,7 +62,7 @@
-   echo "no"
-   RUNDIR=/var/run
+diff -u -r openresolv-3.8.1/dnsmasq.in openresolv-3.8.1-arch/dnsmasq.in
+--- openresolv-3.8.1/dnsmasq.in2016-05-19 12:36:35.0 +0200
 openresolv-3.8.1-arch/dnsmasq.in   2016-05-19 20:05:19.659940747 +0200
+@@ -190,8 +190,8 @@
fi
--fi
-+fi
- 
- : ${SED:=sed}
- 
-@@ -68,7 +70,6 @@
- : ${SBINDIR:=$PREFIX/sbin}
- : ${LIBEXECDIR:=$PREFIX/libexec/resolvconf}
- : ${STATEDIR:=/var}
--: ${RUNDIR:=$STATEDIR/run}
- : ${MANDIR:=${PREFIX:-/usr}/share/man}
- 
- eval SYSCONFDIR="$SYSCONFDIR"
-@@ -117,7 +118,7 @@
- rm -rf $CONFIG_MK
- echo "# $OS" >$CONFIG_MK
- 
--for x in SYSCONFDIR SBINDIR LIBEXECDIR VARDIR MANDIR; do
-+for x in SYSCONFDIR SBINDIR LIBEXECDIR VARDIR MANDIR RUNDIR; do
-   eval v=\$$x
-   # Make files look nice for import
-   l=$((10 - ${#x}))
-@@ -126,26 +127,30 @@
-   echo "$x=$t $v" >>$CONFIG_MK
- done
- 
--if [ -z "$RESTARTCMD" ]; then
-+if [ -z "$RESTARTCMD" -o -z "$RELOADCMD" ]; then
-   printf "Checking for systemd ... "
-   if [ -x /bin/systemctl ]; then
--  RESTARTCMD="/bin/systemctl try-restart \1"
-+  : ${RESTARTCMD:="/bin/systemctl --fail --no-block try-restart 
\1"}
-+  : ${RELOADCMD:="/bin/systemctl --fail --no-block reload \1"}
-   echo "yes"
-   elif [ -x /usr/bin/systemctl ]; then
--  RESTARTCMD="/usr/bin/systemctl try-restart \1"
-+  : ${RESTARTCMD:="/usr/bin/systemctl --fail --no-block 
try-restart \1"}
-+  : ${RELOADCMD:="/usr/bin/systemctl --fail --no-block reload \1"}
-   echo "yes"
-   else
-   echo "no"
-   fi
  fi
- 
-+: ${RELOADCMD:='[ -s "\2" ] \&\& kill -HUP \\`cat "\2"\\` 2>/dev/null'}
-+
- # Arch upgraded to systemd, so this check has to be just after systemd
- # but higher than the others
- if [ -z "$RESTARTCMD" ]; then
-   printf "Checking for Arch ... "
-   if [ -e /etc/arch-release -a -d /etc/rc.d ]; then
-   RCDIR=/etc/rc.d
--  RESTARTCMD="[ -e /var/run/daemons/\1 ] \&\& /etc/rc.d/\1 
restart"
-+  RESTARTCMD="[ -e $RUNDIR/daemons/\1 ] \&\& /etc/rc.d/\1 restart"
-   echo "yes"
-   else
-   echo "no"
-@@ -215,11 +220,13 @@
- echo "RCDIR=  $RCDIR" >>$CONFIG_MK
- # Work around bug in the dash shell as "echo 'foo \1'" does bad things
- printf "%s\n" "RESTARTCMD=$RESTARTCMD" >>$CONFIG_MK
-+printf "%s\n" "RELOADCMD= $RELOADCMD"  >>$CONFIG_MK
- 
- echo
- echo "   SYSCONFDIR = $SYSCONFDIR"
- echo "   SBINDIR =$SBINDIR"
- echo "   LIBEXECDIR = $LIBEXECDIR"
--echo "   VARDIR = $RUNDIR"
-+echo "   RUNDIR = $RUNDIR"
-+echo "   VARDIR = $VARDIR"
- echo "   MANDIR = $MANDIR"
- echo
-diff -u -r openresolv-3.7.0/dnsmasq.in openresolv-3.7.0-arch/dnsmasq.in
 openresolv-3.7.0/dnsmasq.in2015-05-01 20:11:09.0 

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

2016-05-19 Thread Jan Steffens
Date: Thursday, May 19, 2016 @ 19:46:21
  Author: heftig
Revision: 175731

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

Added:
  rubinius/repos/community-i686/PKGBUILD
(from rev 175730, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-i686/dirs.patch
(from rev 175730, rubinius/trunk/dirs.patch)
  rubinius/repos/community-i686/gemrc
(from rev 175730, rubinius/trunk/gemrc)
  rubinius/repos/community-x86_64/PKGBUILD
(from rev 175730, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-x86_64/dirs.patch
(from rev 175730, rubinius/trunk/dirs.patch)
  rubinius/repos/community-x86_64/gemrc
(from rev 175730, rubinius/trunk/gemrc)
Deleted:
  rubinius/repos/community-i686/PKGBUILD
  rubinius/repos/community-i686/dirs.patch
  rubinius/repos/community-i686/gemrc
  rubinius/repos/community-x86_64/PKGBUILD
  rubinius/repos/community-x86_64/dirs.patch
  rubinius/repos/community-x86_64/gemrc

-+
 /PKGBUILD   |  174 ++
 /dirs.patch |   42 ++
 /gemrc  |   10 ++
 community-i686/PKGBUILD |   87 -
 community-i686/dirs.patch   |   21 -
 community-i686/gemrc|5 -
 community-x86_64/PKGBUILD   |   87 -
 community-x86_64/dirs.patch |   21 -
 community-x86_64/gemrc  |5 -
 9 files changed, 226 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-19 17:42:46 UTC (rev 175730)
+++ community-i686/PKGBUILD 2016-05-19 17:46:21 UTC (rev 175731)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=rubinius
-pkgname=(rubinius rubinius-ruby)
-pkgver=3.30
-pkgrel=1
-pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
-arch=(i686 x86_64)
-url="http://rubinius.com;
-license=(custom)
-depends=(llvm-libs libffi openssl libyaml)
-makedepends=(llvm ruby clang valgrind)
-options=(!emptydirs)
-source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
-gemrc dirs.patch)
-sha256sums=('5294f406679d41160abe46ec1ff14b76c4353a75756227cc691108bb57f4bd16'
-'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
-'1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
-
-_common() {
-  export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8"
-  cd $pkgbase-$pkgver
-}
-
-prepare() {
-  _common
-
-  patch -Np1 -i ../dirs.patch
-
-  mkdir -p "$GEM_HOME"
-  gem install --no-user-install -N vendor/cache/bundler-*.gem
-
-  "$GEM_HOME/bin/bundle" install --local
-}
-
-build() {
-  _common
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---includedir=/usr/include/rubinius \
---appdir=/usr/lib/rubinius \
---gemsdir=/usr/lib/rubinius/gems \
---llvm-shared \
---preserve-prefix \
---without-rpath \
---bin-link bundle --bin-link bundler
-  rake build
-}
-
-check() {
-  _common
-  rake vm:test || :
-}
-
-package_rubinius() {
-  optdepends=('ruby-docs: Ruby documentation')
-
-  _common
-
-  DESTDIR="$pkgdir" rake install
-
-  mkdir -p "$pkgdir/usr/share/ri"
-  ln -s 2.3.0 "$pkgdir/usr/share/ri/2.2"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/rubinius/LICENSE"
-
-### Split rubinius-ruby
-  mkdir -p "$srcdir/ruby/usr/bin"
-  for _f in "$pkgdir"/usr/bin/*; do
-[[ $_f == */rbx ]] && continue
-mv $_f "$srcdir/ruby/usr/bin"
-  done
-}
-
-package_rubinius-ruby() {
-  pkgdesc="Ruby compat for Rubinius"
-  depends=("rubinius=$pkgver-$pkgrel")
-  provides=(ruby)
-  conflicts=(ruby)
-  backup=(etc/gemrc)
-
-  mv ruby/* "$pkgdir"
-  install -Dm644 gemrc "$pkgdir/etc/gemrc"
-  install -d "$pkgdir/usr/share/licenses/rubinius-ruby"
-  ln -s ../rubinius/LICENSE "$pkgdir/usr/share/licenses/rubinius-ruby/LICENSE"
-}

Copied: rubinius/repos/community-i686/PKGBUILD (from rev 175730, 
rubinius/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-19 17:46:21 UTC (rev 175731)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=3.31
+pkgrel=1
+pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
+arch=(i686 x86_64)
+url="http://rubinius.com;
+license=(custom)
+depends=(llvm-libs libffi openssl libyaml)
+makedepends=(llvm ruby clang valgrind)
+options=(!emptydirs)
+source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
+gemrc dirs.patch)
+sha256sums=('1c7a7763ab7cf36ad6b2e328ff1d78fb6587721b8667f8598d15354d0704de72'
+'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
+'1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
+

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

2016-05-19 Thread Jan Steffens
Date: Thursday, May 19, 2016 @ 19:42:46
  Author: heftig
Revision: 175730

3.31-1

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 16:52:17 UTC (rev 175729)
+++ PKGBUILD2016-05-19 17:42:46 UTC (rev 175730)
@@ -3,7 +3,7 @@
 
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
-pkgver=3.30
+pkgver=3.31
 pkgrel=1
 pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
 gemrc dirs.patch)
-sha256sums=('5294f406679d41160abe46ec1ff14b76c4353a75756227cc691108bb57f4bd16'
+sha256sums=('1c7a7763ab7cf36ad6b2e328ff1d78fb6587721b8667f8598d15354d0704de72'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
 '1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
 


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

2016-05-19 Thread Tobias Powalowski
Date: Thursday, May 19, 2016 @ 19:29:02
  Author: tpowa
Revision: 268312

upgpkg: linux-firmware 20160516.80d463b-1

bump to latest version

Modified:
  linux-firmware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 15:22:53 UTC (rev 268311)
+++ PKGBUILD2016-05-19 17:29:02 UTC (rev 268312)
@@ -3,8 +3,8 @@
 
 pkgname=linux-firmware
 # Commit date + git rev-parse --short origin/master
-_rev=8afadbe
-pkgver=20160502.${_rev}
+_rev=80d463b
+pkgver=20160516.${_rev}
 pkgrel=1
 pkgdesc="Firmware files for Linux"
 makedepends=('git')


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

2016-05-19 Thread Tobias Powalowski
Date: Thursday, May 19, 2016 @ 19:29:10
  Author: tpowa
Revision: 268313

archrelease: copy trunk to testing-any

Added:
  linux-firmware/repos/testing-any/PKGBUILD
(from rev 268312, linux-firmware/trunk/PKGBUILD)
Deleted:
  linux-firmware/repos/testing-any/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-19 17:29:02 UTC (rev 268312)
+++ PKGBUILD2016-05-19 17:29:10 UTC (rev 268313)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler 
-
-pkgname=linux-firmware
-# Commit date + git rev-parse --short origin/master
-_rev=8afadbe
-pkgver=20160502.${_rev}
-pkgrel=1
-pkgdesc="Firmware files for Linux"
-makedepends=('git')
-arch=('any')
-url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
-license=('GPL2' 'GPL3' 'custom')
-conflicts=('linux-firmware-git'
-   'kernel26-firmware'
-   'ar9170-fw'
-   'iwlwifi-1000-ucode'
-   'iwlwifi-3945-ucode'
-   'iwlwifi-4965-ucode'
-   'iwlwifi-5000-ucode'
-   'iwlwifi-5150-ucode'
-   'iwlwifi-6000-ucode'
-   'rt2870usb-fw'
-   'rt2x00-rt61-fw'
-   'rt2x00-rt71w-fw'
-   'amd-ucode')
-replaces=('kernel26-firmware'
-  'ar9170-fw'
-  'iwlwifi-1000-ucode'
-  'iwlwifi-3945-ucode'
-  'iwlwifi-4965-ucode'
-  'iwlwifi-5000-ucode'
-  'iwlwifi-5150-ucode'
-  'iwlwifi-6000-ucode'
-  'rt2870usb-fw'
-  'rt2x00-rt61-fw'
-  'rt2x00-rt71w-fw'
-  'amd-ucode')
-options=(!strip)
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev};)
-md5sums=('SKIP')
-
-package() {
-  cd "${srcdir}/${pkgname}"
-
-  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
-  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
-
-  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
-
-  # Trigger a microcode reload for configurations not using early updates
-  install -d "${pkgdir}/usr/lib/tmpfiles.d"
-  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
->"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-}
-# vim:set ts=2 sw=2 et:

Copied: linux-firmware/repos/testing-any/PKGBUILD (from rev 268312, 
linux-firmware/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-19 17:29:10 UTC (rev 268313)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=linux-firmware
+# Commit date + git rev-parse --short origin/master
+_rev=80d463b
+pkgver=20160516.${_rev}
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev};)
+md5sums=('SKIP')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+# vim:set ts=2 sw=2 et:


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

2016-05-19 Thread Sergej Pupykin
Date: Thursday, May 19, 2016 @ 18:51:41
  Author: spupykin
Revision: 175726

upgpkg: denemo 1:2.0.8-1

upd

Modified:
  denemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 16:39:30 UTC (rev 175725)
+++ PKGBUILD2016-05-19 16:51:41 UTC (rev 175726)
@@ -6,7 +6,7 @@
 
 pkgname=denemo
 epoch=1
-pkgver=2.0.6
+pkgver=2.0.8
 pkgrel=1
 pkgdesc="A music score editor"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 install=denemo.install
 noextract=(${pkgname}-${pkgver}.tar.gz)
 source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('de0c4be4cbd674b393ae578951afa287')
+md5sums=('d580201fd2b241d2a755f2a89ee42915')
 
 prepare() {
   cd $srcdir


[arch-commits] Commit in mingw-w64-headers-bootstrap/trunk (PKGBUILD)

2016-05-19 Thread Sergej Pupykin
Date: Thursday, May 19, 2016 @ 18:52:08
  Author: spupykin
Revision: 175728

upgpkg: mingw-w64-headers-bootstrap 4.0.6-1

upd

Modified:
  mingw-w64-headers-bootstrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 16:51:56 UTC (rev 175727)
+++ PKGBUILD2016-05-19 16:52:08 UTC (rev 175728)
@@ -6,7 +6,7 @@
 _dummystring="/* Dummy header, which gets overriden, if winpthread library 
gets installed.  */"
 
 pkgname=mingw-w64-headers-bootstrap
-pkgver=3.3.0
+pkgver=4.0.6
 pkgrel=1
 pkgdesc="MinGW-w64 headers for Windows (bootstrap)"
 arch=('any')


[arch-commits] Commit in mingw-w64-headers-bootstrap/repos/community-any (2 files)

2016-05-19 Thread Sergej Pupykin
Date: Thursday, May 19, 2016 @ 18:52:17
  Author: spupykin
Revision: 175729

archrelease: copy trunk to community-any

Added:
  mingw-w64-headers-bootstrap/repos/community-any/PKGBUILD
(from rev 175728, mingw-w64-headers-bootstrap/trunk/PKGBUILD)
Deleted:
  mingw-w64-headers-bootstrap/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-19 16:52:08 UTC (rev 175728)
+++ PKGBUILD2016-05-19 16:52:17 UTC (rev 175729)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: rubenvb vanboxem  ruben  gmail  com
-
-_targets="i686-w64-mingw32 x86_64-w64-mingw32"
-_dummystring="/* Dummy header, which gets overriden, if winpthread library 
gets installed.  */"
-
-pkgname=mingw-w64-headers-bootstrap
-pkgver=3.3.0
-pkgrel=1
-pkgdesc="MinGW-w64 headers for Windows (bootstrap)"
-arch=('any')
-url="http://mingw-w64.sourceforge.net;
-license=('custom')
-groups=('mingw-w64-bootstrap' 'mingw-w64')
-makedepends=('mingw-w64-headers')
-conflicts=('mingw-w64-winpthreads', 'mingw-w64-winpthreads-svn')
-options=('!strip' '!libtool' '!emptydirs')
-source=()
-md5sums=()
-md5sums=()
-md5sums=()
-md5sums=()
-
-build() {
-  mkdir -p ${srcdir}/dummy/ && cd ${srcdir}/dummy
-  echo "${_dummystring}" > pthread_signal.h
-  echo "${_dummystring}" > pthread_time.h
-  echo "${_dummystring}" > pthread_unistd.h
-}
-
-package() {
-  for _target in ${_targets}; do
-install -Dm644 ${srcdir}/dummy/pthread_signal.h 
${pkgdir}/usr/${_target}/include/pthread_signal.h
-install -Dm644 ${srcdir}/dummy/pthread_time.h 
${pkgdir}/usr/${_target}/include/pthread_time.h
-install -Dm644 ${srcdir}/dummy/pthread_unistd.h 
${pkgdir}/usr/${_target}/include/pthread_unistd.h
-  done
-}

Copied: mingw-w64-headers-bootstrap/repos/community-any/PKGBUILD (from rev 
175728, mingw-w64-headers-bootstrap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-19 16:52:17 UTC (rev 175729)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: rubenvb vanboxem  ruben  gmail  com
+
+_targets="i686-w64-mingw32 x86_64-w64-mingw32"
+_dummystring="/* Dummy header, which gets overriden, if winpthread library 
gets installed.  */"
+
+pkgname=mingw-w64-headers-bootstrap
+pkgver=4.0.6
+pkgrel=1
+pkgdesc="MinGW-w64 headers for Windows (bootstrap)"
+arch=('any')
+url="http://mingw-w64.sourceforge.net;
+license=('custom')
+groups=('mingw-w64-bootstrap')
+makedepends=('mingw-w64-headers')
+conflicts=('mingw-w64-winpthreads', 'mingw-w64-winpthreads-svn')
+options=('!strip' '!libtool' '!emptydirs')
+source=()
+md5sums=()
+
+build() {
+  mkdir -p ${srcdir}/dummy/ && cd ${srcdir}/dummy
+  echo "${_dummystring}" > pthread_signal.h
+  echo "${_dummystring}" > pthread_time.h
+  echo "${_dummystring}" > pthread_unistd.h
+}
+
+package() {
+  for _target in ${_targets}; do
+install -Dm644 ${srcdir}/dummy/pthread_signal.h 
${pkgdir}/usr/${_target}/include/pthread_signal.h
+install -Dm644 ${srcdir}/dummy/pthread_time.h 
${pkgdir}/usr/${_target}/include/pthread_time.h
+install -Dm644 ${srcdir}/dummy/pthread_unistd.h 
${pkgdir}/usr/${_target}/include/pthread_unistd.h
+  done
+}


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

2016-05-19 Thread Sergej Pupykin
Date: Thursday, May 19, 2016 @ 18:51:56
  Author: spupykin
Revision: 175727

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

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

-+
 /PKGBUILD   |   82 ++
 /denemo.install |   26 
 community-i686/PKGBUILD |   41 ---
 community-i686/denemo.install   |   13 --
 community-x86_64/PKGBUILD   |   41 ---
 community-x86_64/denemo.install |   13 --
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-19 16:51:41 UTC (rev 175726)
+++ community-i686/PKGBUILD 2016-05-19 16:51:56 UTC (rev 175727)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Philipp Sandhaus 
-# Contributor: Robert Emil Berge 
-# Contributor: Gnud 
-
-pkgname=denemo
-epoch=1
-pkgver=2.0.6
-pkgrel=1
-pkgdesc="A music score editor"
-arch=('i686' 'x86_64')
-url="http://www.denemo.org;
-license=('GPL')
-depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
-'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
-'rubberband')
-makedepends=('intltool' 'git')
-install=denemo.install
-noextract=(${pkgname}-${pkgver}.tar.gz)
-source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('de0c4be4cbd674b393ae578951afa287')
-
-prepare() {
-  cd $srcdir
-  LC_ALL=en_US.UTF-8 tar xzf ${pkgname}-${pkgver}.tar.gz
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|||' src/audio/pitchrecog.c
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: denemo/repos/community-i686/PKGBUILD (from rev 175726, 
denemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-19 16:51:56 UTC (rev 175727)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Philipp Sandhaus 
+# Contributor: Robert Emil Berge 
+# Contributor: Gnud 
+
+pkgname=denemo
+epoch=1
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="A music score editor"
+arch=('i686' 'x86_64')
+url="http://www.denemo.org;
+license=('GPL')
+depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
+'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi'
+'rubberband')
+makedepends=('intltool' 'git')
+install=denemo.install
+noextract=(${pkgname}-${pkgver}.tar.gz)
+source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('d580201fd2b241d2a755f2a89ee42915')
+
+prepare() {
+  cd $srcdir
+  LC_ALL=en_US.UTF-8 tar xzf ${pkgname}-${pkgver}.tar.gz
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|||' src/audio/pitchrecog.c
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/denemo.install
===
--- community-i686/denemo.install   2016-05-19 16:51:41 UTC (rev 175726)
+++ community-i686/denemo.install   2016-05-19 16:51:56 UTC (rev 175727)
@@ -1,13 +0,0 @@
-post_install() {
-  fc-cache -s /usr/share/fonts/truetype/denemo
-  mkfontscale /usr/share/fonts/truetype/denemo
-  mkfontdir /usr/share/fonts/truetype/denemo
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: denemo/repos/community-i686/denemo.install (from rev 175726, 
denemo/trunk/denemo.install)
===
--- community-i686/denemo.install   (rev 0)
+++ community-i686/denemo.install   2016-05-19 16:51:56 UTC (rev 175727)
@@ -0,0 +1,13 @@
+post_install() {
+  fc-cache -s /usr/share/fonts/truetype/denemo
+  mkfontscale /usr/share/fonts/truetype/denemo
+  mkfontdir 

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

2016-05-19 Thread Felix Yan
Date: Thursday, May 19, 2016 @ 18:39:30
  Author: fyan
Revision: 175725

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

Added:
  haskell-yesod-default/repos/community-staging-i686/
  haskell-yesod-default/repos/community-staging-i686/PKGBUILD
(from rev 175724, haskell-yesod-default/trunk/PKGBUILD)
  
haskell-yesod-default/repos/community-staging-i686/haskell-yesod-default.install
(from rev 175724, haskell-yesod-default/trunk/haskell-yesod-default.install)
  haskell-yesod-default/repos/community-staging-x86_64/
  haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD
(from rev 175724, haskell-yesod-default/trunk/PKGBUILD)
  
haskell-yesod-default/repos/community-staging-x86_64/haskell-yesod-default.install
(from rev 175724, haskell-yesod-default/trunk/haskell-yesod-default.install)

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

Copied: haskell-yesod-default/repos/community-staging-i686/PKGBUILD (from rev 
175724, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-19 16:39:30 UTC (rev 175725)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=43
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-yesod-default/repos/community-staging-i686/haskell-yesod-default.install
 (from rev 175724, haskell-yesod-default/trunk/haskell-yesod-default.install)
===
--- community-staging-i686/haskell-yesod-default.install
(rev 0)
+++ community-staging-i686/haskell-yesod-default.install2016-05-19 
16:39:30 UTC (rev 175725)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-default
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
175724, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-19 16:39:30 UTC (rev 175725)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=43
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" 

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

2016-05-19 Thread Felix Yan
Date: Thursday, May 19, 2016 @ 18:38:51
  Author: fyan
Revision: 175724

upgpkg: haskell-yesod-default 1.2.0-43

rebuild with MissingH-1.3.0.2, ShellCheck-0.4.4, cabal-helper-0.7.1.0, 
cryptohash-sha256-0.11.100.0, graphviz-2999.18.1.0, hakyll-4.8.3.1, 
idris-0.11.2, monad-journal-0.7.2, pandoc-crossref-0.2.1.3, 
simple-sendfile-0.2.22

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 16:33:05 UTC (rev 175723)
+++ PKGBUILD2016-05-19 16:38:51 UTC (rev 175724)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=42
+pkgrel=43
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-05-19 Thread Felix Yan
Date: Thursday, May 19, 2016 @ 18:33:05
  Author: fyan
Revision: 175723

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

Added:
  haskell-warp-tls/repos/community-staging-i686/
  haskell-warp-tls/repos/community-staging-i686/PKGBUILD
(from rev 175722, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-i686/haskell-warp-tls.install
(from rev 175722, haskell-warp-tls/trunk/haskell-warp-tls.install)
  haskell-warp-tls/repos/community-staging-x86_64/
  haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 175722, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-x86_64/haskell-warp-tls.install
(from rev 175722, haskell-warp-tls/trunk/haskell-warp-tls.install)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-i686/haskell-warp-tls.install   |   18 
 community-staging-x86_64/PKGBUILD |   43 
 community-staging-x86_64/haskell-warp-tls.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-warp-tls/repos/community-staging-i686/PKGBUILD (from rev 
175722, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-19 16:33:05 UTC (rev 175723)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.1
+pkgrel=20
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-data-default-class" "haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('aca7dd3d4b0cb996debd501a70bd29e556e9bc5e90c67a5c9626ad96feac483e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

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

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
175722, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-19 16:33:05 UTC (rev 175723)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.1
+pkgrel=20
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-data-default-class" "haskell-network"
+ "haskell-streaming-commons" 

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

2016-05-19 Thread Felix Yan
Date: Thursday, May 19, 2016 @ 18:32:25
  Author: fyan
Revision: 175722

upgpkg: haskell-warp-tls 3.2.1-20

rebuild with MissingH-1.3.0.2, ShellCheck-0.4.4, cabal-helper-0.7.1.0, 
cryptohash-sha256-0.11.100.0, graphviz-2999.18.1.0, hakyll-4.8.3.1, 
idris-0.11.2, monad-journal-0.7.2, pandoc-crossref-0.2.1.3, 
simple-sendfile-0.2.22

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 16:29:11 UTC (rev 175721)
+++ PKGBUILD2016-05-19 16:32:25 UTC (rev 175722)
@@ -5,7 +5,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.1
-pkgrel=19
+pkgrel=20
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2016-05-19 Thread Felix Yan
Date: Thursday, May 19, 2016 @ 18:29:11
  Author: fyan
Revision: 175721

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

Added:
  haskell-cryptohash-sha256/repos/community-staging-i686/
  haskell-cryptohash-sha256/repos/community-staging-i686/PKGBUILD
(from rev 175720, haskell-cryptohash-sha256/trunk/PKGBUILD)
  
haskell-cryptohash-sha256/repos/community-staging-i686/haskell-cryptohash-sha256.install
(from rev 175720, 
haskell-cryptohash-sha256/trunk/haskell-cryptohash-sha256.install)
  haskell-cryptohash-sha256/repos/community-staging-x86_64/
  haskell-cryptohash-sha256/repos/community-staging-x86_64/PKGBUILD
(from rev 175720, haskell-cryptohash-sha256/trunk/PKGBUILD)
  
haskell-cryptohash-sha256/repos/community-staging-x86_64/haskell-cryptohash-sha256.install
(from rev 175720, 
haskell-cryptohash-sha256/trunk/haskell-cryptohash-sha256.install)

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

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

Copied: 
haskell-cryptohash-sha256/repos/community-staging-i686/haskell-cryptohash-sha256.install
 (from rev 175720, 
haskell-cryptohash-sha256/trunk/haskell-cryptohash-sha256.install)
===
--- community-staging-i686/haskell-cryptohash-sha256.install
(rev 0)
+++ community-staging-i686/haskell-cryptohash-sha256.install2016-05-19 
16:29:11 UTC (rev 175721)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cryptohash-sha256
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-cryptohash-sha256/repos/community-staging-x86_64/PKGBUILD (from 
rev 175720, haskell-cryptohash-sha256/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-19 16:29:11 UTC (rev 175721)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-sha256
+pkgname=haskell-cryptohash-sha256
+pkgver=0.11.100.0
+pkgrel=1
+pkgdesc="Fast, pure and practical SHA-256 implementation"

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

2016-05-19 Thread Felix Yan
Date: Thursday, May 19, 2016 @ 18:28:32
  Author: fyan
Revision: 175720

upgpkg: haskell-cryptohash-sha256 0.11.100.0-1

rebuild with MissingH-1.3.0.2, ShellCheck-0.4.4, cabal-helper-0.7.1.0, 
cryptohash-sha256-0.11.100.0, graphviz-2999.18.1.0, hakyll-4.8.3.1, 
idris-0.11.2, monad-journal-0.7.2, pandoc-crossref-0.2.1.3, 
simple-sendfile-0.2.22

Modified:
  haskell-cryptohash-sha256/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 16:26:10 UTC (rev 175719)
+++ PKGBUILD2016-05-19 16:28:32 UTC (rev 175720)
@@ -4,7 +4,7 @@
 
 _hkgname=cryptohash-sha256
 pkgname=haskell-cryptohash-sha256
-pkgver=0.11.7.2
+pkgver=0.11.100.0
 pkgrel=1
 pkgdesc="Fast, pure and practical SHA-256 implementation"
 url="https://github.com/hvr/cryptohash-sha256;
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('0e8ab0874cb09296278b83128d1ce13935cdb08b40b5dbf1e63ca580771629d9')
+sha256sums=('d4ec71b168f3600226cb53ac43559eb5795d5d79904a910c26046c360d60d780')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-05-19 Thread Antonio Rojas
Date: Thursday, May 19, 2016 @ 18:26:10
  Author: arojas
Revision: 175719

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 175718, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-19 16:25:26 UTC (rev 175718)
+++ PKGBUILD2016-05-19 16:26:10 UTC (rev 175719)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgname=jmol
-pkgver=14.4.4
-_pkgver=14.4.4_2016.03.29
-pkgrel=1
-pkgdesc="a Java 3D viewer for chemical structures"
-arch=(any)
-url="http://jmol.sourceforge.net;
-license=(LGPL)
-depends=(java-runtime)
-makedepends=(unzip)
-source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%2014.4/Version%20$pkgver/Jmol-$_pkgver-binary.tar.gz;)
-sha1sums=('2f9342b1ae302cade8e2826c44f2a6eba3b57980')
-
-package() {
-  cd $pkgname-$_pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-  rm jsmol.zip
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 175718, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-19 16:26:10 UTC (rev 175719)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgname=jmol
+pkgver=14.6.0
+_pkgver=${pkgver}_2016.05.17
+pkgrel=1
+pkgdesc="a Java 3D viewer for chemical structures"
+arch=(any)
+url="http://jmol.sourceforge.net;
+license=(LGPL)
+depends=(java-runtime)
+makedepends=(unzip)
+source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Version%20$pkgver/Jmol-$_pkgver-binary.tar.gz;)
+sha1sums=('2c5991f033451466090835bf2a02d17e2adb428c')
+
+package() {
+  cd $pkgname-$_pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+  rm jsmol.zip
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}


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

2016-05-19 Thread Antonio Rojas
Date: Thursday, May 19, 2016 @ 18:25:26
  Author: arojas
Revision: 175718

Update to 14.16.0

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 15:42:52 UTC (rev 175717)
+++ PKGBUILD2016-05-19 16:25:26 UTC (rev 175718)
@@ -3,8 +3,8 @@
 # Contributor: James Spencer 
 
 pkgname=jmol
-pkgver=14.4.4
-_pkgver=14.4.4_2016.03.29
+pkgver=14.6.0
+_pkgver=${pkgver}_2016.05.17
 pkgrel=1
 pkgdesc="a Java 3D viewer for chemical structures"
 arch=(any)
@@ -12,8 +12,8 @@
 license=(LGPL)
 depends=(java-runtime)
 makedepends=(unzip)
-source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%2014.4/Version%20$pkgver/Jmol-$_pkgver-binary.tar.gz;)
-sha1sums=('2f9342b1ae302cade8e2826c44f2a6eba3b57980')
+source=("http://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Version%20$pkgver/Jmol-$_pkgver-binary.tar.gz;)
+sha1sums=('2c5991f033451466090835bf2a02d17e2adb428c')
 
 package() {
   cd $pkgname-$_pkgver


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

2016-05-19 Thread Felix Yan
Date: Thursday, May 19, 2016 @ 17:42:52
  Author: fyan
Revision: 175717

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

Added:
  cabal-helper/repos/community-staging-i686/
  cabal-helper/repos/community-staging-i686/PKGBUILD
(from rev 175716, cabal-helper/trunk/PKGBUILD)
  cabal-helper/repos/community-staging-i686/haskell-cabal-helper.install
(from rev 175716, cabal-helper/trunk/haskell-cabal-helper.install)
  cabal-helper/repos/community-staging-x86_64/
  cabal-helper/repos/community-staging-x86_64/PKGBUILD
(from rev 175716, cabal-helper/trunk/PKGBUILD)
  cabal-helper/repos/community-staging-x86_64/haskell-cabal-helper.install
(from rev 175716, cabal-helper/trunk/haskell-cabal-helper.install)

---+
 community-staging-i686/PKGBUILD   |   53 
 community-staging-i686/haskell-cabal-helper.install   |   18 +
 community-staging-x86_64/PKGBUILD |   53 
 community-staging-x86_64/haskell-cabal-helper.install |   18 +
 4 files changed, 142 insertions(+)

Copied: cabal-helper/repos/community-staging-i686/PKGBUILD (from rev 175716, 
cabal-helper/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-19 15:42:52 UTC (rev 175717)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=cabal-helper
+pkgname=(cabal-helper haskell-cabal-helper)
+pkgver=0.7.1.0
+pkgrel=1
+pkgdesc="Simple interface to some of Cabals configuration state used by 
ghc-mod"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-mtl" "haskell-temporary" 
"haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('7c78b875b5f246b8422b641923d2ffe593bf65ce9e99373e19ef8372df8db66f')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--libexecdir="/usr/lib" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_cabal-helper() {
+depends=('gmp' 'libffi')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib/ghc-*,share}
+}
+
+package_haskell-cabal-helper() {
+pkgdesc="Simple interface to some of Cabal's configuration state used by 
ghc-mod (docs and libraries)"
+depends=("${makedepends[@]}" 'cabal-helper')
+install="haskell-cabal-helper.install"
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+rm -f "$pkgdir/usr/lib/cabal-helper-wrapper"
+}

Copied: cabal-helper/repos/community-staging-i686/haskell-cabal-helper.install 
(from rev 175716, cabal-helper/trunk/haskell-cabal-helper.install)
===
--- community-staging-i686/haskell-cabal-helper.install 
(rev 0)
+++ community-staging-i686/haskell-cabal-helper.install 2016-05-19 15:42:52 UTC 
(rev 175717)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cabal-helper
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: cabal-helper/repos/community-staging-x86_64/PKGBUILD (from rev 175716, 
cabal-helper/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-19 15:42:52 UTC (rev 175717)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell 

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

2016-05-19 Thread Felix Yan
Date: Thursday, May 19, 2016 @ 17:41:57
  Author: fyan
Revision: 175715

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 175714, haskell-yesod-static/trunk/PKGBUILD)
  haskell-yesod-static/repos/community-staging-i686/haskell-yesod-static.install
(from rev 175714, haskell-yesod-static/trunk/haskell-yesod-static.install)
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 175714, haskell-yesod-static/trunk/PKGBUILD)
  
haskell-yesod-static/repos/community-staging-x86_64/haskell-yesod-static.install
(from rev 175714, haskell-yesod-static/trunk/haskell-yesod-static.install)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-i686/haskell-yesod-static.install   |   18 +
 community-staging-x86_64/PKGBUILD |   49 
 community-staging-x86_64/haskell-yesod-static.install |   18 +
 4 files changed, 134 insertions(+)

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
175714, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-19 15:41:57 UTC (rev 175715)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.0.3
+pkgrel=50
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" 
"haskell-cryptohash-conduit"
+ "haskell-css-text" "haskell-data-default" "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")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('a46f952593fc36323aba1352b4b7a2703bb609ec19b709447268e7be24f8ce74')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
175714, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD

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

2016-05-19 Thread Felix Yan
Date: Thursday, May 19, 2016 @ 17:42:12
  Author: fyan
Revision: 175716

upgpkg: cabal-helper 0.7.1.0-1

rebuild with MissingH-1.3.0.2, ShellCheck-0.4.4, cabal-helper-0.7.1.0, 
cryptohash-sha256-0.11.100.0, graphviz-2999.18.1.0, hakyll-4.8.3.1, 
idris-0.11.2, monad-journal-0.7.2, pandoc-crossref-0.2.1.3, 
simple-sendfile-0.2.22

Modified:
  cabal-helper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-19 15:41:57 UTC (rev 175715)
+++ PKGBUILD2016-05-19 15:42:12 UTC (rev 175716)
@@ -4,7 +4,7 @@
 
 pkgbase=cabal-helper
 pkgname=(cabal-helper haskell-cabal-helper)
-pkgver=0.7.0.1
+pkgver=0.7.1.0
 pkgrel=1
 pkgdesc="Simple interface to some of Cabals configuration state used by 
ghc-mod"
 url="http://hackage.haskell.org/package/${pkgbase};
@@ -13,7 +13,7 @@
 makedepends=("ghc=7.10.3" "haskell-mtl" "haskell-temporary" 
"haskell-utf8-string")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('4c158f81ad325a0b2bfd5bfec149851f59837fd73775c8b4da0050bdeca0182d')
+sha256sums=('7c78b875b5f246b8422b641923d2ffe593bf65ce9e99373e19ef8372df8db66f')
 
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"


  1   2   >