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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 07:25:49
  Author: fyan
Revision: 168621

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-28 05:25:05 UTC (rev 168620)
+++ community-i686/PKGBUILD 2016-03-28 05:25:49 UTC (rev 168621)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: David Verelst 
-# Contributor: richli
-
-pkgbase=python-shapely
-pkgname=(python-shapely python2-shapely)
-pkgver=1.5.13
-pkgrel=1
-pkgdesc="Manipulation and analysis of geometric objects in the Cartesian plane"
-arch=('i686' 'x86_64')
-url="https://pypi.python.org/pypi/Shapely;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-packaging' 
'python2-packaging' 'geos' 'python-numpy' 'python2-numpy' 'cython' 'cython2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.python.org/packages/source/S/Shapely/Shapely-${pkgver}.tar.gz;)
-md5sums=('5ee549862ae84326f5f5525bbd0b8a50')
-
-prepare() {
-  cp -a Shapely-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Shapely-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Shapely-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # TODO: make the hack less dirty...
-
-  cd "$srcdir"/Shapely-$pkgver
-  mv shapely shapely.bak
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
-  mv shapely.bak shapely
-
-  cd "$srcdir"/Shapely-$pkgver-py2
-  mv shapely shapely.bak
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
-  mv shapely.bak shapely
-}
-
-package_python-shapely() {
-  depends=('geos' 'python')
-  optdepends=('python-numpy: for shapely.vectorized submodule')
-
-  cd "$srcdir"/Shapely-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Temporary workaround for file conflict, also the path was not following FHS
-  # https://github.com/Toblerity/Shapely/issues/287
-  mv "$pkgdir"/usr/{shapely,lib/$pkgname}
-}
- 
-package_python2-shapely() {
-  depends=('geos' 'python2')
-  optdepends=('python2-numpy: for shapely.vectorized submodule')
-
-  cd "$srcdir"/Shapely-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/{shapely,lib/$pkgname}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-shapely/repos/community-i686/PKGBUILD (from rev 168620, 
python-shapely/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-28 05:25:49 UTC (rev 168621)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: David Verelst 
+# Contributor: richli
+
+pkgbase=python-shapely
+pkgname=(python-shapely python2-shapely)
+pkgver=1.5.14
+pkgrel=1
+pkgdesc="Manipulation and analysis of geometric objects in the Cartesian plane"
+arch=('i686' 'x86_64')
+url="https://pypi.python.org/pypi/Shapely;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-packaging' 
'python2-packaging' 'geos' 'python-numpy' 'python2-numpy' 'cython' 'cython2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.python.org/packages/source/S/Shapely/Shapely-${pkgver}.tar.gz;)
+md5sums=('7655edc97a90e0d92f492a1372bbffb7')
+
+prepare() {
+  cp -a Shapely-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Shapely-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Shapely-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # TODO: make the hack less dirty...
+
+  cd "$srcdir"/Shapely-$pkgver
+  mv shapely shapely.bak
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
+  mv shapely.bak shapely
+
+  cd "$srcdir"/Shapely-$pkgver-py2
+  mv shapely shapely.bak
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
+  mv shapely.bak shapely
+}
+
+package_python-shapely() {
+  depends=('geos' 'python')
+  optdepends=('python-numpy: for shapely.vectorized submodule')
+
+  cd "$srcdir"/Shapely-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Temporary 

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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 07:25:05
  Author: fyan
Revision: 168620

upgpkg: python-shapely 1.5.14-1

Modified:
  python-shapely/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-28 05:24:52 UTC (rev 168619)
+++ PKGBUILD2016-03-28 05:25:05 UTC (rev 168620)
@@ -5,7 +5,7 @@
 
 pkgbase=python-shapely
 pkgname=(python-shapely python2-shapely)
-pkgver=1.5.13
+pkgver=1.5.14
 pkgrel=1
 pkgdesc="Manipulation and analysis of geometric objects in the Cartesian plane"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-packaging' 
'python2-packaging' 'geos' 'python-numpy' 'python2-numpy' 'cython' 'cython2')
 checkdepends=('python-pytest' 'python2-pytest')
 
source=("https://pypi.python.org/packages/source/S/Shapely/Shapely-${pkgver}.tar.gz;)
-md5sums=('5ee549862ae84326f5f5525bbd0b8a50')
+md5sums=('7655edc97a90e0d92f492a1372bbffb7')
 
 prepare() {
   cp -a Shapely-$pkgver{,-py2}


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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 07:24:52
  Author: fyan
Revision: 168619

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 168618, haskell-yesod-default/trunk/PKGBUILD)
  
haskell-yesod-default/repos/community-staging-i686/haskell-yesod-default.install
(from rev 168618, 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 168618, haskell-yesod-default/trunk/PKGBUILD)
  
haskell-yesod-default/repos/community-staging-x86_64/haskell-yesod-default.install
(from rev 168618, 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 
168618, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-28 05:24:52 UTC (rev 168619)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=30
+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 168618, haskell-yesod-default/trunk/haskell-yesod-default.install)
===
--- community-staging-i686/haskell-yesod-default.install
(rev 0)
+++ community-staging-i686/haskell-yesod-default.install2016-03-28 
05:24:52 UTC (rev 168619)
@@ -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 
168618, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-28 05:24:52 UTC (rev 168619)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=30
+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-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 07:24:14
  Author: fyan
Revision: 168618

upgpkg: haskell-yesod-default 1.2.0-30

rebuild with aeson-compat-0.3.2.0, shakespeare-2.0.8

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-28 05:21:31 UTC (rev 168617)
+++ PKGBUILD2016-03-28 05:24:14 UTC (rev 168618)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=29
+pkgrel=30
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 07:21:31
  Author: fyan
Revision: 168617

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

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

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

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 168616, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-28 05:21:31 UTC (rev 168617)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.2
+pkgrel=36
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" "haskell-streaming-commons"
+ "haskell-text" "haskell-unordered-containers" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" "haskell-yaml"
+ "haskell-yesod-auth" "haskell-yesod-core" "haskell-yesod-form"
+ "haskell-yesod-persistent")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('d6d13e608af954de23721261b39ee79569907beb173477db8820acc5e9f45757')
+
+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/repos/community-staging-i686/haskell-yesod.install (from 
rev 168616, haskell-yesod/trunk/haskell-yesod.install)
===
--- community-staging-i686/haskell-yesod.install
(rev 0)
+++ community-staging-i686/haskell-yesod.install2016-03-28 05:21:31 UTC 
(rev 168617)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod
+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/repos/community-staging-x86_64/PKGBUILD (from rev 168616, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-28 05:21:31 UTC (rev 168617)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 

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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 07:20:53
  Author: fyan
Revision: 168616

upgpkg: haskell-yesod 1.4.2-36

rebuild with aeson-compat-0.3.2.0, shakespeare-2.0.8

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-28 04:59:33 UTC (rev 168615)
+++ PKGBUILD2016-03-28 05:20:53 UTC (rev 168616)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.2
-pkgrel=35
+pkgrel=36
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 06:59:33
  Author: fyan
Revision: 168615

archrelease: copy trunk to community-any

Added:
  python-oslo-utils/repos/community-any/PKGBUILD
(from rev 168614, python-oslo-utils/trunk/PKGBUILD)
Deleted:
  python-oslo-utils/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-28 04:59:06 UTC (rev 168614)
+++ PKGBUILD2016-03-28 04:59:33 UTC (rev 168615)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-utils
-pkgname=(python-oslo-utils python2-oslo-utils)
-pkgver=3.7.0
-pkgrel=1
-pkgdesc="Oslo Utility library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.utils/$pkgver;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-funcsigs'
- 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 
'python2-oslo-i18n' 'python2-monotonic'
- 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 
'python-netifaces'
- 'python2-netifaces' 'python-debtcollector' 
'python2-debtcollector')
-checkdepends=('python-oslotest' 'python2-oslotest')
-source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a oslo.utils{,-py2}
-
-  # Use python 3's standard monotonic function
-  sed -i '/monotonic/d' oslo.utils/requirements.txt
-  sed -i 's/from monotonic import monotonic/from time import monotonic/' 
oslo.utils/oslo_utils/timeutils.py
-}
-
-build() {
-  cd "$srcdir"/oslo.utils
-  python setup.py build
-
-  cd "$srcdir"/oslo.utils-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.utils
-  python setup.py testr
-
-  cd "$srcdir"/oslo.utils-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-utils() {
-  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 
'python-pytz'
-   'python-netaddr' 'python-netifaces' 'python-debtcollector')
-
-  cd "$srcdir"/oslo.utils
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-utils() {
-  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 
'python2-monotonic'
-   'python2-pytz' 'python2-netaddr' 'python2-netifaces' 
'python2-debtcollector'
-   'python2-funcsigs')
-
-  cd "$srcdir"/oslo.utils-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 168614, 
python-oslo-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-28 04:59:33 UTC (rev 168615)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-utils
+pkgname=(python-oslo-utils python2-oslo-utils)
+pkgver=3.8.0
+pkgrel=1
+pkgdesc="Oslo Utility library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.utils/$pkgver;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-funcsigs'
+ 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 
'python2-oslo-i18n' 'python2-monotonic'
+ 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 
'python-netifaces'
+ 'python2-netifaces' 'python-debtcollector' 
'python2-debtcollector')
+checkdepends=('python-oslotest' 'python2-oslotest')
+source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a oslo.utils{,-py2}
+
+  # Use python 3's standard monotonic function
+  sed -i '/monotonic/d' oslo.utils/requirements.txt
+  sed -i 's/from monotonic import monotonic/from time import monotonic/' 
oslo.utils/oslo_utils/timeutils.py
+}
+
+build() {
+  cd "$srcdir"/oslo.utils
+  python setup.py build
+
+  cd "$srcdir"/oslo.utils-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.utils
+  python setup.py testr
+
+  cd "$srcdir"/oslo.utils-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-utils() {
+  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 
'python-pytz'
+   'python-netaddr' 'python-netifaces' 'python-debtcollector')
+
+  cd "$srcdir"/oslo.utils
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-utils() {
+  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 
'python2-monotonic'
+   'python2-pytz' 'python2-netaddr' 'python2-netifaces' 
'python2-debtcollector'
+   'python2-funcsigs')
+
+  cd "$srcdir"/oslo.utils-py2
+  python2 setup.py install --root="$pkgdir/" 

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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 06:59:06
  Author: fyan
Revision: 168614

upgpkg: python-oslo-utils 3.8.0-1

Modified:
  python-oslo-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-28 04:50:03 UTC (rev 168613)
+++ PKGBUILD2016-03-28 04:59:06 UTC (rev 168614)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-utils
 pkgname=(python-oslo-utils python2-oslo-utils)
-pkgver=3.7.0
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="Oslo Utility library"
 arch=('any')


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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 06:50:03
  Author: fyan
Revision: 168613

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

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

--+
 community-staging-i686/PKGBUILD  |   51 +
 community-staging-i686/haskell-dav.install   |   18 
 community-staging-x86_64/PKGBUILD|   51 +
 community-staging-x86_64/haskell-dav.install |   18 
 4 files changed, 138 insertions(+)

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 168612, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-28 04:50:03 UTC (rev 168613)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=32
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lens"
+ "haskell-mtl" "haskell-network" "haskell-network-uri" 
"haskell-optparse-applicative"
+ "haskell-transformers-base" "haskell-transformers-compat" 
"haskell-utf8-string"
+ "haskell-xml-conduit" "haskell-xml-hamlet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1a07c8ef17cd4207c6f889e7eb5c45d9f025374f2cdacc1e34e6d71fe103b746')
+
+prepare() {
+sed -i '/mtl-compat/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+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-dav/repos/community-staging-i686/haskell-dav.install (from rev 
168612, haskell-dav/trunk/haskell-dav.install)
===
--- community-staging-i686/haskell-dav.install  (rev 0)
+++ community-staging-i686/haskell-dav.install  2016-03-28 04:50:03 UTC (rev 
168613)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-dav
+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-dav/repos/community-staging-x86_64/PKGBUILD (from rev 168612, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-28 04:50:03 UTC (rev 168613)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=32
+pkgdesc="RFC 4918 WebDAV support"

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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 06:49:25
  Author: fyan
Revision: 168612

upgpkg: haskell-dav 1.2-32

rebuild with aeson-compat-0.3.2.0, shakespeare-2.0.8

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-28 04:46:18 UTC (rev 168611)
+++ PKGBUILD2016-03-28 04:49:25 UTC (rev 168612)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.2
-pkgrel=31
+pkgrel=32
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 06:46:18
  Author: fyan
Revision: 168611

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 168610, haskell-yesod-static/trunk/PKGBUILD)
  haskell-yesod-static/repos/community-staging-i686/haskell-yesod-static.install
(from rev 168610, 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 168610, haskell-yesod-static/trunk/PKGBUILD)
  
haskell-yesod-static/repos/community-staging-x86_64/haskell-yesod-static.install
(from rev 168610, 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 
168610, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-28 04:46:18 UTC (rev 168611)
@@ -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=36
+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 168610, 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-03-28 04:46:18 UTC 
(rev 168611)
@@ -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 
168610, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD

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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 06:45:39
  Author: fyan
Revision: 168610

upgpkg: haskell-yesod-static 1.5.0.3-36

rebuild with aeson-compat-0.3.2.0, shakespeare-2.0.8

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-28 04:43:33 UTC (rev 168609)
+++ PKGBUILD2016-03-28 04:45:39 UTC (rev 168610)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.0.3
-pkgrel=35
+pkgrel=36
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 06:43:05
  Author: fyan
Revision: 168608

upgpkg: python-oslo-i18n 3.5.0-1

Modified:
  python-oslo-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-28 04:41:32 UTC (rev 168607)
+++ PKGBUILD2016-03-28 04:43:05 UTC (rev 168608)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-i18n
 pkgname=(python-oslo-i18n python2-oslo-i18n)
-pkgver=3.4.0
+pkgver=3.5.0
 pkgrel=1
 pkgdesc="Oslo i18n library"
 arch=('any')


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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 06:43:33
  Author: fyan
Revision: 168609

archrelease: copy trunk to community-any

Added:
  python-oslo-i18n/repos/community-any/PKGBUILD
(from rev 168608, python-oslo-i18n/trunk/PKGBUILD)
Deleted:
  python-oslo-i18n/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-28 04:43:05 UTC (rev 168608)
+++ PKGBUILD2016-03-28 04:43:33 UTC (rev 168609)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-i18n
-pkgname=(python-oslo-i18n python2-oslo-i18n)
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="Oslo i18n library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.i18n/$pkgver;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel')
-checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 'python2-oslotest'
-  'python-oslo-config' 'python2-oslo-config')
-options=('!emptydirs')
-source=("git+https://git.openstack.org/openstack/oslo.i18n#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a oslo.i18n{,-py2}
-}
-
-build() {
-  cd "$srcdir"/oslo.i18n
-  python setup.py build
-
-  cd "$srcdir"/oslo.i18n-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.i18n
-  python setup.py testr
-
-  cd "$srcdir"/oslo.i18n-py2
-  python2 setup.py testr
-}
-
-package_python-oslo-i18n() {
-  depends=('python-six' 'python-pbr' 'python-babel')
-
-  cd "$srcdir"/oslo.i18n
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-i18n() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel')
-
-  cd "$srcdir"/oslo.i18n-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-i18n/repos/community-any/PKGBUILD (from rev 168608, 
python-oslo-i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-28 04:43:33 UTC (rev 168609)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-i18n
+pkgname=(python-oslo-i18n python2-oslo-i18n)
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="Oslo i18n library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.i18n/$pkgver;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel')
+checkdepends=('python-mock' 'python2-mock' 'python-oslotest' 'python2-oslotest'
+  'python-oslo-config' 'python2-oslo-config')
+options=('!emptydirs')
+source=("git+https://git.openstack.org/openstack/oslo.i18n#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a oslo.i18n{,-py2}
+}
+
+build() {
+  cd "$srcdir"/oslo.i18n
+  python setup.py build
+
+  cd "$srcdir"/oslo.i18n-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.i18n
+  python setup.py testr
+
+  cd "$srcdir"/oslo.i18n-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-i18n() {
+  depends=('python-six' 'python-pbr' 'python-babel')
+
+  cd "$srcdir"/oslo.i18n
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-i18n() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel')
+
+  cd "$srcdir"/oslo.i18n-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 06:41:09
  Author: fyan
Revision: 168606

upgpkg: python-oslotest 2.4.0-1

Modified:
  python-oslotest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-28 04:35:47 UTC (rev 168605)
+++ PKGBUILD2016-03-28 04:41:09 UTC (rev 168606)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslotest
 pkgname=(python-oslotest python2-oslotest)
-pkgver=2.3.0
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="Oslo test framework"
 arch=('any')


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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 06:41:32
  Author: fyan
Revision: 168607

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-28 04:41:09 UTC (rev 168606)
+++ PKGBUILD2016-03-28 04:41:32 UTC (rev 168607)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-oslotest
-pkgname=(python-oslotest python2-oslotest)
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Oslo test framework"
-arch=('any')
-url="https://github.com/openstack/oslotest;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-fixtures' 'python2-fixtures' 'python-subunit' 
'python2-subunit'
- 'python-testrepository' 'python2-testrepository' 
'python-testscenarios'
- 'python2-testscenarios' 'python-testtools' 'python2-testtools'
- 'python-mock' 'python2-mock' 'python-mox3' 'python2-mox3'
- 'python-os-client-config' 'python2-os-client-config' 
'python-debtcollector'
- 'python2-debtcollector')
-source=("git+https://github.com/openstack/oslotest.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a oslotest{,-py2}
-}
-
-build() {
-  cd "$srcdir"/oslotest
-  python setup.py build
-
-  cd "$srcdir"/oslotest-py2
-  python2 setup.py build
-}
-
-build() {
-  cd "$srcdir"/oslotest
-  python setup.py testr
-
-  cd "$srcdir"/oslotest-py2
-  python2 setup.py testr
-}
-
-package_python-oslotest() {
-  depends=('python-fixtures' 'python-subunit' 'python-testrepository' 
'python-testscenarios'
-   'python-testtools' 'python-mock' 'python-mox3' 
'python-os-client-config'
-   'python-debtcollector')
-
-  cd "$srcdir"/oslotest
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslotest() {
-  depends=('python2-fixtures' 'python2-subunit' 'python2-testrepository' 
'python2-testscenarios'
-   'python2-testtools' 'python2-mock' 'python2-mox3' 
'python2-os-client-config'
-   'python2-debtcollector')
-
-  cd "$srcdir"/oslotest-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  for _exe in "$pkgdir"/usr/bin/*; do
-mv "$_exe"{,2}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslotest/repos/community-any/PKGBUILD (from rev 168606, 
python-oslotest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-28 04:41:32 UTC (rev 168607)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-oslotest
+pkgname=(python-oslotest python2-oslotest)
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="Oslo test framework"
+arch=('any')
+url="https://github.com/openstack/oslotest;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-fixtures' 'python2-fixtures' 'python-subunit' 
'python2-subunit'
+ 'python-testrepository' 'python2-testrepository' 
'python-testscenarios'
+ 'python2-testscenarios' 'python-testtools' 'python2-testtools'
+ 'python-mock' 'python2-mock' 'python-mox3' 'python2-mox3'
+ 'python-os-client-config' 'python2-os-client-config' 
'python-debtcollector'
+ 'python2-debtcollector')
+source=("git+https://github.com/openstack/oslotest.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a oslotest{,-py2}
+}
+
+build() {
+  cd "$srcdir"/oslotest
+  python setup.py build
+
+  cd "$srcdir"/oslotest-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslotest
+  python setup.py testr
+
+  cd "$srcdir"/oslotest-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslotest() {
+  depends=('python-fixtures' 'python-subunit' 'python-testrepository' 
'python-testscenarios'
+   'python-testtools' 'python-mock' 'python-mox3' 
'python-os-client-config'
+   'python-debtcollector')
+
+  cd "$srcdir"/oslotest
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslotest() {
+  depends=('python2-fixtures' 'python2-subunit' 'python2-testrepository' 
'python2-testscenarios'
+   'python2-testtools' 'python2-mock' 'python2-mox3' 
'python2-os-client-config'
+   'python2-debtcollector')
+
+  cd "$srcdir"/oslotest-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  for _exe in "$pkgdir"/usr/bin/*; do
+mv "$_exe"{,2}
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 06:35:47
  Author: fyan
Revision: 168605

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

Added:
  haskell-xml-hamlet/repos/community-staging-i686/
  haskell-xml-hamlet/repos/community-staging-i686/PKGBUILD
(from rev 168604, haskell-xml-hamlet/trunk/PKGBUILD)
  haskell-xml-hamlet/repos/community-staging-i686/haskell-xml-hamlet.install
(from rev 168604, haskell-xml-hamlet/trunk/haskell-xml-hamlet.install)
  haskell-xml-hamlet/repos/community-staging-x86_64/
  haskell-xml-hamlet/repos/community-staging-x86_64/PKGBUILD
(from rev 168604, haskell-xml-hamlet/trunk/PKGBUILD)
  haskell-xml-hamlet/repos/community-staging-x86_64/haskell-xml-hamlet.install
(from rev 168604, haskell-xml-hamlet/trunk/haskell-xml-hamlet.install)

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

Copied: haskell-xml-hamlet/repos/community-staging-i686/PKGBUILD (from rev 
168604, haskell-xml-hamlet/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-28 04:35:47 UTC (rev 168605)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-hamlet
+pkgname=haskell-xml-hamlet
+pkgver=0.4.0.11
+pkgrel=24
+pkgdesc="Hamlet-style quasiquoter for XML content"
+url="http://www.yesodweb.com/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-parsec" "haskell-shakespeare" "haskell-text"
+ "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3d598ad387e310e76a07f213afe35db06662611840d1bce3bcdf202668bc1e89')
+
+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-xml-hamlet/repos/community-staging-i686/haskell-xml-hamlet.install 
(from rev 168604, haskell-xml-hamlet/trunk/haskell-xml-hamlet.install)
===
--- community-staging-i686/haskell-xml-hamlet.install   
(rev 0)
+++ community-staging-i686/haskell-xml-hamlet.install   2016-03-28 04:35:47 UTC 
(rev 168605)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-xml-hamlet
+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-xml-hamlet/repos/community-staging-x86_64/PKGBUILD (from rev 
168604, haskell-xml-hamlet/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-28 04:35:47 UTC (rev 168605)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-hamlet
+pkgname=haskell-xml-hamlet
+pkgver=0.4.0.11
+pkgrel=24
+pkgdesc="Hamlet-style quasiquoter for XML content"
+url="http://www.yesodweb.com/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-parsec" "haskell-shakespeare" "haskell-text"
+ "haskell-xml-conduit")

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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 06:35:11
  Author: fyan
Revision: 168604

upgpkg: haskell-xml-hamlet 0.4.0.11-24

rebuild with aeson-compat-0.3.2.0, shakespeare-2.0.8

Modified:
  haskell-xml-hamlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-28 04:33:50 UTC (rev 168603)
+++ PKGBUILD2016-03-28 04:35:11 UTC (rev 168604)
@@ -5,7 +5,7 @@
 _hkgname=xml-hamlet
 pkgname=haskell-xml-hamlet
 pkgver=0.4.0.11
-pkgrel=23
+pkgrel=24
 pkgdesc="Hamlet-style quasiquoter for XML content"
 url="http://www.yesodweb.com/;
 license=("custom:BSD3")


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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 06:33:15
  Author: fyan
Revision: 168602

upgpkg: haskell-yesod-auth 1.4.12-28

rebuild with aeson-compat-0.3.2.0, shakespeare-2.0.8

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-28 03:59:01 UTC (rev 168601)
+++ PKGBUILD2016-03-28 04:33:15 UTC (rev 168602)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.12
-pkgrel=27
+pkgrel=28
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 05:17:18
  Author: fyan
Revision: 168593

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

Added:
  haskell-aeson-compat/repos/community-staging-i686/
  haskell-aeson-compat/repos/community-staging-i686/PKGBUILD
(from rev 168592, haskell-aeson-compat/trunk/PKGBUILD)
  haskell-aeson-compat/repos/community-staging-i686/haskell-aeson-compat.install
(from rev 168592, haskell-aeson-compat/trunk/haskell-aeson-compat.install)
  haskell-aeson-compat/repos/community-staging-x86_64/
  haskell-aeson-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 168592, haskell-aeson-compat/trunk/PKGBUILD)
  
haskell-aeson-compat/repos/community-staging-x86_64/haskell-aeson-compat.install
(from rev 168592, haskell-aeson-compat/trunk/haskell-aeson-compat.install)

---+
 community-staging-i686/PKGBUILD   |   51 
 community-staging-i686/haskell-aeson-compat.install   |   18 +
 community-staging-x86_64/PKGBUILD |   51 
 community-staging-x86_64/haskell-aeson-compat.install |   18 +
 4 files changed, 138 insertions(+)

Copied: haskell-aeson-compat/repos/community-staging-i686/PKGBUILD (from rev 
168592, haskell-aeson-compat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-28 03:17:18 UTC (rev 168593)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-compat
+pkgname=haskell-aeson-compat
+pkgver=0.3.2.0
+pkgrel=1
+pkgdesc="Compatibility layer for aeson"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-base-compat" "haskell-exceptions"
+ "haskell-hashable" "haskell-scientific" "haskell-semigroups" 
"haskell-text"
+ "haskell-tagged" "haskell-time-locale-compat" 
"haskell-unordered-containers"
+ "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ab594edc5bb15e42975536e689485d0b356d25727b0645d7bfd2f4fa9e27d338')
+
+prepare() {
+# nats is an empty package in new GHC
+sed -e '/nats/d' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+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-aeson-compat/repos/community-staging-i686/haskell-aeson-compat.install 
(from rev 168592, haskell-aeson-compat/trunk/haskell-aeson-compat.install)
===
--- community-staging-i686/haskell-aeson-compat.install 
(rev 0)
+++ community-staging-i686/haskell-aeson-compat.install 2016-03-28 03:17:18 UTC 
(rev 168593)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-aeson-compat
+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-aeson-compat/repos/community-staging-x86_64/PKGBUILD (from rev 
168592, haskell-aeson-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-28 03:17:18 UTC (rev 168593)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 05:16:29
  Author: fyan
Revision: 168591

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

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

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

Copied: haskell-shakespeare/repos/community-staging-i686/PKGBUILD (from rev 
168590, haskell-shakespeare/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-28 03:16:29 UTC (rev 168591)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shakespeare
+pkgname=haskell-shakespeare
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="A toolkit for making compile-time interpolated templates"
+url="http://www.yesodweb.com/book/shakespearean-templates;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-exceptions" "haskell-parsec" "haskell-scientific" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('d312757348fe94db091acc32eb4e87c07882c5375d884d082c50dced0a08bae3')
+
+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_roy -f-test_coffee -f-test_export
+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-shakespeare/repos/community-staging-i686/haskell-shakespeare.install 
(from rev 168590, haskell-shakespeare/trunk/haskell-shakespeare.install)
===
--- community-staging-i686/haskell-shakespeare.install  
(rev 0)
+++ community-staging-i686/haskell-shakespeare.install  2016-03-28 03:16:29 UTC 
(rev 168591)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-shakespeare
+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-shakespeare/repos/community-staging-x86_64/PKGBUILD (from rev 
168590, haskell-shakespeare/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-28 03:16:29 UTC (rev 168591)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shakespeare
+pkgname=haskell-shakespeare
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="A 

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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 05:16:41
  Author: fyan
Revision: 168592

upgpkg: haskell-aeson-compat 0.3.2.0-1

rebuild with aeson-compat-0.3.2.0, shakespeare-2.0.8

Modified:
  haskell-aeson-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-28 03:16:29 UTC (rev 168591)
+++ PKGBUILD2016-03-28 03:16:41 UTC (rev 168592)
@@ -4,24 +4,24 @@
 
 _hkgname=aeson-compat
 pkgname=haskell-aeson-compat
-pkgver=0.3.1.0
-pkgrel=10
+pkgver=0.3.2.0
+pkgrel=1
 pkgdesc="Compatibility layer for aeson"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-exceptions" "haskell-hashable"
- "haskell-scientific" "haskell-text" "haskell-time-locale-compat" 
"haskell-unordered-containers"
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-base-compat" "haskell-exceptions"
+ "haskell-hashable" "haskell-scientific" "haskell-semigroups" 
"haskell-text"
+ "haskell-tagged" "haskell-time-locale-compat" 
"haskell-unordered-containers"
  "haskell-vector")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('9275040d031433eb0006bce8228a0828e058d547c7d07d61ab0b22154286d736')
+sha256sums=('ab594edc5bb15e42975536e689485d0b356d25727b0645d7bfd2f4fa9e27d338')
 
 prepare() {
 # nats is an empty package in new GHC
 sed -e '/nats/d' \
--e 's/aeson>=0.7.0.6 && <0.11.1/aeson  
  >=0.7.0.6 \&\& <0.12/' \
 -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
 }
 


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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 05:15:51
  Author: fyan
Revision: 168590

upgpkg: haskell-shakespeare 2.0.8-1

rebuild with aeson-compat-0.3.2.0, shakespeare-2.0.8

Modified:
  haskell-shakespeare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-28 02:20:57 UTC (rev 168589)
+++ PKGBUILD2016-03-28 03:15:51 UTC (rev 168590)
@@ -4,8 +4,8 @@
 
 _hkgname=shakespeare
 pkgname=haskell-shakespeare
-pkgver=2.0.7
-pkgrel=14
+pkgver=2.0.8
+pkgrel=1
 pkgdesc="A toolkit for making compile-time interpolated templates"
 url="http://www.yesodweb.com/book/shakespearean-templates;
 license=("MIT")
@@ -16,7 +16,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('7a567d6effb68c7b39903fb1fccee54e6a1222a4746b5135da5623c406281668')
+sha256sums=('d312757348fe94db091acc32eb4e87c07882c5375d884d082c50dced0a08bae3')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 05:05:12
  Author: fyan
Revision: 263192

upgpkg: python-numpy 1.11.0-1

Modified:
  python-numpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 22:19:11 UTC (rev 263191)
+++ PKGBUILD2016-03-28 03:05:12 UTC (rev 263192)
@@ -6,7 +6,7 @@
 
 pkgbase=python-numpy
 pkgname=('python2-numpy' 'python-numpy')
-pkgver=1.10.4
+pkgver=1.11.0
 pkgrel=1
 pkgdesc="Scientific tools for Python"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
'python-nose' 'python2-nose' 'cython' 'cython2')
 options=('staticlibs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;
 'site.cfg')
-md5sums=('3cb325c3dff03b5bc15206c757a26116'
+md5sums=('487c83ea27d5e4581348a916453723da'
  '6ac5f9dac5d4c0e25a2eba6c98bf5b3c')
 
 prepare() {


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

2016-03-27 Thread Felix Yan
Date: Monday, March 28, 2016 @ 05:05:51
  Author: fyan
Revision: 263193

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

Added:
  python-numpy/repos/testing-i686/
  python-numpy/repos/testing-i686/PKGBUILD
(from rev 263192, python-numpy/trunk/PKGBUILD)
  python-numpy/repos/testing-i686/site.cfg
(from rev 263192, python-numpy/trunk/site.cfg)
  python-numpy/repos/testing-x86_64/
  python-numpy/repos/testing-x86_64/PKGBUILD
(from rev 263192, python-numpy/trunk/PKGBUILD)
  python-numpy/repos/testing-x86_64/site.cfg
(from rev 263192, python-numpy/trunk/site.cfg)

-+
 testing-i686/PKGBUILD   |   85 ++
 testing-i686/site.cfg   |4 ++
 testing-x86_64/PKGBUILD |   85 ++
 testing-x86_64/site.cfg |4 ++
 4 files changed, 178 insertions(+)

Copied: python-numpy/repos/testing-i686/PKGBUILD (from rev 263192, 
python-numpy/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-28 03:05:51 UTC (rev 263193)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Felix Yan 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Angel 'angvp' Velasquez  
+
+pkgbase=python-numpy
+pkgname=('python2-numpy' 'python-numpy')
+pkgver=1.11.0
+pkgrel=1
+pkgdesc="Scientific tools for Python"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.numpy.org/;
+makedepends=('cblas' 'lapack' 'python' 'python2' 'python-setuptools' 
'python2-setuptools' 'gcc-fortran'
+   'python-nose' 'python2-nose' 'cython' 'cython2')
+options=('staticlibs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;
 'site.cfg')
+md5sums=('487c83ea27d5e4581348a916453723da'
+ '6ac5f9dac5d4c0e25a2eba6c98bf5b3c')
+
+prepare() {
+  cp site.cfg numpy-$pkgver
+  cp -a numpy-$pkgver numpy-py2-$pkgver
+  cd numpy-py2-$pkgver
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  export LDFLAGS="$LDFLAGS -shared"
+
+  echo "Building Python2"
+  cd numpy-py2-$pkgver
+  python2 setup.py config_fc --fcompiler=gnu95 build
+
+  echo "Building Python3"
+  cd ../numpy-$pkgver
+  python setup.py config_fc --fcompiler=gnu95 build
+}
+
+package_python2-numpy() {
+  depends=('lapack' 'python2' 'cblas')
+  optdepends=('python2-nose: testsuite' 'atlas-lapack: for improved 
performance of some linear algebra operations')
+
+  _pyver=2.7
+
+  export ATLAS=None
+  export LDFLAGS="$LDFLAGS -shared"
+
+  cd numpy-py2-$pkgver
+  python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root="${pkgdir}" --optimize=1
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/python2-numpy"
+  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python2-numpy/"
+
+  install -m755 -d "${pkgdir}/usr/include/python${_pyver}"
+  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
"${pkgdir}/usr/include/python${_pyver}/numpy"
+}
+
+package_python-numpy() {
+  depends=('lapack' 'python' 'cblas')
+  optdepends=('python-nose: testsuite' 'atlas-lapack: for improved performance 
of some linear algebra operations')
+  provides=("python3-numpy=${pkgver}")
+  replaces=('python3-numpy')
+  conflicts=('python3-numpy')
+
+  _pyver=3.5
+  _pyinc=3.5m
+
+  export ATLAS=None
+  export LDFLAGS="$LDFLAGS -shared"
+
+  cd numpy-$pkgver
+  python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root="${pkgdir}" --optimize=1
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/python-numpy"
+  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-numpy/"
+
+  install -m755 -d "${pkgdir}/usr/include/python${_pyinc}"
+  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
"${pkgdir}/usr/include/python${_pyinc}/numpy"
+}

Copied: python-numpy/repos/testing-i686/site.cfg (from rev 263192, 
python-numpy/trunk/site.cfg)
===
--- testing-i686/site.cfg   (rev 0)
+++ testing-i686/site.cfg   2016-03-28 03:05:51 UTC (rev 263193)
@@ -0,0 +1,4 @@
+[atlas]
+atlas_libs = cblas
+libraries = cblas
+

Copied: python-numpy/repos/testing-x86_64/PKGBUILD (from rev 263192, 
python-numpy/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-28 03:05:51 UTC (rev 263193)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Felix Yan 
+# Contributor: Douglas 

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

2016-03-27 Thread Jiachen Yang
Date: Monday, March 28, 2016 @ 04:20:57
  Author: farseerfc
Revision: 168589

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 168588, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 168588, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-28 02:20:18 UTC (rev 168588)
+++ PKGBUILD2016-03-28 02:20:57 UTC (rev 168589)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Contributor: jeneshicc <jenesh...@gmail.com>
-
-pkgname=skk-jisyo
-pkgver=20160313
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('45b2d7db53214bd0ef7f7d01677574e5'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- 'efb7f415213e6bdcdffc3a9a2e262f19')
-
-package() {
-  cd "$srcdir"
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 168588, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-28 02:20:57 UTC (rev 168589)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: jeneshicc <jenesh...@gmail.com>
+
+pkgname=skk-jisyo
+pkgver=20160327
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('0d6283417b761bb407daa366f14b6395'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ '8a7d5efefea00655b4c178dff4c89070')
+
+package() {
+  cd "$srcdir"
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2016-03-28 02:20:18 UTC (rev 168588)
+++ skk-jisyo.install   2016-03-28 02:20:57 UTC (rev 168589)
@@ -1,10 +0,0 @@
-post_install() {
-  echo ">>> If you want to merge dictionaries, use skktools"
-  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
-  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 168588, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2016-03-28 02:20:57 UTC (rev 168589)
@@ -0,0 +1,10 @@
+post_install() {
+  echo ">>> If you want to merge dictionaries, use skktools"
+  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
+  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2016-03-27 Thread Jiachen Yang
Date: Monday, March 28, 2016 @ 04:20:18
  Author: farseerfc
Revision: 168588

upgpkg: skk-jisyo 20160327-1

update to 20160327

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-28 00:56:22 UTC (rev 168587)
+++ PKGBUILD2016-03-28 02:20:18 UTC (rev 168588)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc <jenesh...@gmail.com>
 
 pkgname=skk-jisyo
-pkgver=20160313
+pkgver=20160327
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -16,11 +16,11 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('45b2d7db53214bd0ef7f7d01677574e5'
+md5sums=('0d6283417b761bb407daa366f14b6395'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'
- 'efb7f415213e6bdcdffc3a9a2e262f19')
+ '8a7d5efefea00655b4c178dff4c89070')
 
 package() {
   cd "$srcdir"


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

2016-03-27 Thread Sven-Hendrik Haase
Date: Monday, March 28, 2016 @ 02:56:22
  Author: svenstaro
Revision: 168587

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

Added:
  warsow/repos/community-i686/PKGBUILD
(from rev 168586, warsow/trunk/PKGBUILD)
  warsow/repos/community-i686/warsow.launcher
(from rev 168586, warsow/trunk/warsow.launcher)
  warsow/repos/community-i686/wsw-server.launcher
(from rev 168586, warsow/trunk/wsw-server.launcher)
  warsow/repos/community-i686/wswtv-server.launcher
(from rev 168586, warsow/trunk/wswtv-server.launcher)
  warsow/repos/community-x86_64/PKGBUILD
(from rev 168586, warsow/trunk/PKGBUILD)
  warsow/repos/community-x86_64/warsow.launcher
(from rev 168586, warsow/trunk/warsow.launcher)
  warsow/repos/community-x86_64/wsw-server.launcher
(from rev 168586, warsow/trunk/wsw-server.launcher)
  warsow/repos/community-x86_64/wswtv-server.launcher
(from rev 168586, warsow/trunk/wswtv-server.launcher)
Deleted:
  warsow/repos/community-i686/PKGBUILD
  warsow/repos/community-i686/warsow.launcher
  warsow/repos/community-i686/wsw-server.launcher
  warsow/repos/community-i686/wswtv-server.launcher
  warsow/repos/community-x86_64/PKGBUILD
  warsow/repos/community-x86_64/warsow.launcher
  warsow/repos/community-x86_64/wsw-server.launcher
  warsow/repos/community-x86_64/wswtv-server.launcher

+
 /PKGBUILD  |  132 +++
 /warsow.launcher   |   14 +++
 /wsw-server.launcher   |   14 +++
 /wswtv-server.launcher |   14 +++
 community-i686/PKGBUILD|   66 ---
 community-i686/warsow.launcher |7 -
 community-i686/wsw-server.launcher |7 -
 community-i686/wswtv-server.launcher   |7 -
 community-x86_64/PKGBUILD  |   66 ---
 community-x86_64/warsow.launcher   |7 -
 community-x86_64/wsw-server.launcher   |7 -
 community-x86_64/wswtv-server.launcher |7 -
 12 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-28 00:56:08 UTC (rev 168586)
+++ community-i686/PKGBUILD 2016-03-28 00:56:22 UTC (rev 168587)
@@ -1,66 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Slash 
-# Contributor: Babets
-# Contributor: Vain
-# Contributor: Aleksej Komarov 
-
-pkgname='warsow'
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Free online multiplayer competitive FPS based on the Qfusion engine'
-url='https://www.warsow.gg/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('warsow-data' 'sdl2' 'libjpeg' 'libpng' 'curl' 'libvorbis' 'freetype2'
- 'libxinerama' 'libxxf86vm' 'libxrandr' 'libtheora' 'libxi')
-makedepends=('mesa' 'openal' 'imagemagick' 'gendesk' 'cmake')
-optdepends=('openal: for openal audio support')
-provides=('warsow')
-conflicts=('warsow')
-source=('warsow.launcher'
-'wsw-server.launcher'
-'wswtv-server.launcher'
-'http://mirror.null.one/warsow_201_sdk.tar.gz')
-md5sums=('003f8a0974f0cd5c2b9e78d49cab24c9'
- '45a3f846fd6ea3b7dc857e60501d0e12'
- '13d520525638c544565d8f799ffdca48'
- 'e66809592094f45ec853b460ccaaa579')
-
-prepare() {
-  gendesk -n -f --pkgname 'warsow' --pkgdesc "${pkgdesc}" --name 'Warsow' 
--categories 'Game;ActionGame'
-}
-
-build() {
-  cd "${srcdir}/source/source"
-  cmake .
-  make ${MAKE_FLAGS}
-}
-
-package() {
-  local builddir="${srcdir}/source/source/build"
-
-  # Create Destination Directories
-  install -d "${pkgdir}/opt/warsow/"
-
-  # Move Compiled Data to Destination Directory except basewsw.
-  # NOTE: We don't need cgame library because it's a pure lib provided by
-  # modules_16.pk3 from warsow-data package.
-  cp -r "${builddir}/libs" "${pkgdir}/opt/warsow"
-  cp "${builddir}/warsow.${CARCH}" "${pkgdir}/opt/warsow/warsow"
-  cp "${builddir}/wsw_server.${CARCH}" "${pkgdir}/opt/warsow/wsw_server"
-  cp "${builddir}/wswtv_server.${CARCH}" "${pkgdir}/opt/warsow/wswtv_server"
-  find "${pkgdir}/opt/warsow" -type d | xargs chmod 755
-  find "${pkgdir}/opt/warsow" -type f | xargs chmod 755 # only executables here
-
-  # Install launchers to /usr/bin
-  install -D -m 0755 "${srcdir}/warsow.launcher" "${pkgdir}/usr/bin/warsow"
-  install -D -m 0755 "${srcdir}/wsw-server.launcher" 
"${pkgdir}/usr/bin/wsw-server"
-  install -D -m 0755 "${srcdir}/wswtv-server.launcher" 
"${pkgdir}/usr/bin/wswtv-server"
-
-  # Install the menu entry
-  install -D -m 0644 "${srcdir}/warsow.desktop" 
"${pkgdir}/usr/share/applications/warsow.desktop"
-
-  # Install the launcher icon
-  convert "${srcdir}/source/icons/warsow256x256.xpm" "${srcdir}/warsow.png"
-  install -D -m 0644 "${srcdir}/warsow.png" 
"${pkgdir}/usr/share/pixmaps/warsow.png"
-}

Copied: warsow/repos/community-i686/PKGBUILD 

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

2016-03-27 Thread Sven-Hendrik Haase
Date: Monday, March 28, 2016 @ 02:56:08
  Author: svenstaro
Revision: 168586

upgpkg: warsow 2.1.0-1

upstream release 2.1.0

Modified:
  warsow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 21:04:25 UTC (rev 168585)
+++ PKGBUILD2016-03-28 00:56:08 UTC (rev 168586)
@@ -5,7 +5,7 @@
 # Contributor: Aleksej Komarov 
 
 pkgname='warsow'
-pkgver=2.0.1
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='Free online multiplayer competitive FPS based on the Qfusion engine'
 url='https://www.warsow.gg/'
@@ -20,11 +20,11 @@
 source=('warsow.launcher'
 'wsw-server.launcher'
 'wswtv-server.launcher'
-'http://mirror.null.one/warsow_201_sdk.tar.gz')
+'http://mirror.null.one/warsow_21_sdk.tar.gz')
 md5sums=('003f8a0974f0cd5c2b9e78d49cab24c9'
  '45a3f846fd6ea3b7dc857e60501d0e12'
  '13d520525638c544565d8f799ffdca48'
- 'e66809592094f45ec853b460ccaaa579')
+ '41885946e562012582761af5485e6801')
 
 prepare() {
   gendesk -n -f --pkgname 'warsow' --pkgdesc "${pkgdesc}" --name 'Warsow' 
--categories 'Game;ActionGame'
@@ -32,8 +32,8 @@
 
 build() {
   cd "${srcdir}/source/source"
-  cmake .
-  make ${MAKE_FLAGS}
+  cmake -DQFUSION_GAME=Warsow .
+  make
 }
 
 package() {


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

2016-03-27 Thread Antonio Rojas
Date: Monday, March 28, 2016 @ 00:19:11
  Author: arojas
Revision: 263191

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

Added:
  kwallet-pam/repos/extra-i686/PKGBUILD
(from rev 263190, kwallet-pam/trunk/PKGBUILD)
  kwallet-pam/repos/extra-x86_64/PKGBUILD
(from rev 263190, kwallet-pam/trunk/PKGBUILD)
Deleted:
  kwallet-pam/repos/extra-i686/PKGBUILD
  kwallet-pam/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-27 22:18:36 UTC (rev 263190)
+++ extra-i686/PKGBUILD 2016-03-27 22:19:11 UTC (rev 263191)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwallet-pam
-pkgver=5.6.0
-pkgrel=1
-pkgdesc='KWallet PAM integration'
-arch=(i686 x86_64)
-url='https://projects.kde.org/kwallet-pam'
-license=(LGPL)
-depends=(pam libgcrypt socat)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('4fd13634ba67aca79839cb1940302613')
-
-prepare() {
-  mkdir -p build{,4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKWALLET4=1
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  cd ../build4
-  make DESTDIR="$pkgdir" install
-}

Copied: kwallet-pam/repos/extra-i686/PKGBUILD (from rev 263190, 
kwallet-pam/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-27 22:19:11 UTC (rev 263191)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwallet-pam
+pkgver=5.6.0
+pkgrel=2
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kwallet-pam'
+license=(LGPL)
+depends=(pam libgcrypt socat)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('4fd13634ba67aca79839cb1940302613')
+
+prepare() {
+  mkdir -p build{,4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib
+  make
+
+  cd ../build4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKWALLET4=1
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  cd ../build4
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-27 22:18:36 UTC (rev 263190)
+++ extra-x86_64/PKGBUILD   2016-03-27 22:19:11 UTC (rev 263191)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas 
-
-pkgname=kwallet-pam
-pkgver=5.6.0
-pkgrel=1
-pkgdesc='KWallet PAM integration'
-arch=(i686 x86_64)
-url='https://projects.kde.org/kwallet-pam'
-license=(LGPL)
-depends=(pam libgcrypt socat)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('4fd13634ba67aca79839cb1940302613')
-
-prepare() {
-  mkdir -p build{,4}
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build4
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKWALLET4=1
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  cd ../build4
-  make DESTDIR="$pkgdir" install
-}

Copied: kwallet-pam/repos/extra-x86_64/PKGBUILD (from rev 263190, 
kwallet-pam/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-27 22:19:11 UTC (rev 263191)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwallet-pam
+pkgver=5.6.0
+pkgrel=2
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kwallet-pam'
+license=(LGPL)
+depends=(pam libgcrypt socat)
+makedepends=(extra-cmake-modules)
+groups=(plasma)

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

2016-03-27 Thread Antonio Rojas
Date: Monday, March 28, 2016 @ 00:18:36
  Author: arojas
Revision: 263190

libexec--

Modified:
  kwallet-pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 22:02:33 UTC (rev 263189)
+++ PKGBUILD2016-03-27 22:18:36 UTC (rev 263190)
@@ -3,7 +3,7 @@
 
 pkgname=kwallet-pam
 pkgver=5.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KWallet PAM integration'
 arch=(i686 x86_64)
 url='https://projects.kde.org/kwallet-pam'
@@ -23,7 +23,8 @@
   cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib
   make
 
   cd ../build4
@@ -31,6 +32,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
 -DKWALLET4=1
   make
 }


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

2016-03-27 Thread Antonio Rojas
Date: Monday, March 28, 2016 @ 00:02:33
  Author: arojas
Revision: 263189

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

Added:
  qt5-tools/repos/extra-i686/PKGBUILD
(from rev 263188, qt5-tools/trunk/PKGBUILD)
  qt5-tools/repos/extra-i686/assistant.desktop
(from rev 263188, qt5-tools/trunk/assistant.desktop)
  qt5-tools/repos/extra-i686/designer.desktop
(from rev 263188, qt5-tools/trunk/designer.desktop)
  qt5-tools/repos/extra-i686/linguist.desktop
(from rev 263188, qt5-tools/trunk/linguist.desktop)
  qt5-tools/repos/extra-i686/qdbusviewer.desktop
(from rev 263188, qt5-tools/trunk/qdbusviewer.desktop)
  qt5-tools/repos/extra-x86_64/PKGBUILD
(from rev 263188, qt5-tools/trunk/PKGBUILD)
  qt5-tools/repos/extra-x86_64/assistant.desktop
(from rev 263188, qt5-tools/trunk/assistant.desktop)
  qt5-tools/repos/extra-x86_64/designer.desktop
(from rev 263188, qt5-tools/trunk/designer.desktop)
  qt5-tools/repos/extra-x86_64/linguist.desktop
(from rev 263188, qt5-tools/trunk/linguist.desktop)
  qt5-tools/repos/extra-x86_64/qdbusviewer.desktop
(from rev 263188, qt5-tools/trunk/qdbusviewer.desktop)
Deleted:
  qt5-tools/repos/extra-i686/PKGBUILD
  qt5-tools/repos/extra-i686/assistant.desktop
  qt5-tools/repos/extra-i686/designer.desktop
  qt5-tools/repos/extra-i686/linguist.desktop
  qt5-tools/repos/extra-i686/qdbusviewer.desktop
  qt5-tools/repos/extra-x86_64/PKGBUILD
  qt5-tools/repos/extra-x86_64/assistant.desktop
  qt5-tools/repos/extra-x86_64/designer.desktop
  qt5-tools/repos/extra-x86_64/linguist.desktop
  qt5-tools/repos/extra-x86_64/qdbusviewer.desktop

--+
 /PKGBUILD|  152 +
 /assistant.desktop   |   16 +++
 /designer.desktop|   20 
 /linguist.desktop|   18 
 /qdbusviewer.desktop |   18 
 extra-i686/PKGBUILD  |   76 --
 extra-i686/assistant.desktop |8 -
 extra-i686/designer.desktop  |   10 --
 extra-i686/linguist.desktop  |9 --
 extra-i686/qdbusviewer.desktop   |9 --
 extra-x86_64/PKGBUILD|   76 --
 extra-x86_64/assistant.desktop   |8 -
 extra-x86_64/designer.desktop|   10 --
 extra-x86_64/linguist.desktop|9 --
 extra-x86_64/qdbusviewer.desktop |9 --
 15 files changed, 224 insertions(+), 224 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-27 20:57:43 UTC (rev 263188)
+++ extra-i686/PKGBUILD 2016-03-27 22:02:33 UTC (rev 263189)
@@ -1,76 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-tools
-_qtver=5.6.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework (Development Tools, 
QtHelp)'
-depends=('qt5-base')
-makedepends=()
-optdepends=('qt5-doc: documentation')
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.gz;
-{assistant,designer,linguist,qdbusviewer}.desktop)
-md5sums=('f7e376678e3ec47d7380b8838c5ee8c1'
- 'b2897dd6a2967bccf8f10e397aafee55'
- '76e150b20178d2d43801f7367232e5f7'
- '188da8f4c87316e730ebf1c6217bf5a0'
- '322b419b16c75d4de0ee7ad0a246caa1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="${pkgdir}" install
-
-  cd ../${_pkgfqn}
-  # install missing icons and desktop files
-  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
-size=$(echo $(basename ${icon}) | cut -d- -f2)
-install -p -D -m644 ${icon} \
-  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
-  done
-
-  install -D -m644 src/assistant/assistant/images/assistant.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
-  install -D -m644 src/assistant/assistant/images/assistant-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
-  install -D -m644 src/designer/src/designer/images/designer.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
-"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
-  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
-"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
-  install -d "${pkgdir}/usr/share/applications"
-  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
-"${pkgdir}/usr/share/applications/"
-
-  

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

2016-03-27 Thread Sergej Pupykin
Date: Sunday, March 27, 2016 @ 23:04:25
  Author: spupykin
Revision: 168585

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

Added:
  zynaddsubfx/repos/community-i686/PKGBUILD
(from rev 168584, zynaddsubfx/trunk/PKGBUILD)
  zynaddsubfx/repos/community-i686/zynaddsubfx.svg
(from rev 168584, zynaddsubfx/trunk/zynaddsubfx.svg)
  zynaddsubfx/repos/community-x86_64/PKGBUILD
(from rev 168584, zynaddsubfx/trunk/PKGBUILD)
  zynaddsubfx/repos/community-x86_64/zynaddsubfx.svg
(from rev 168584, zynaddsubfx/trunk/zynaddsubfx.svg)
Deleted:
  zynaddsubfx/repos/community-i686/PKGBUILD
  zynaddsubfx/repos/community-i686/zynaddsubfx.svg
  zynaddsubfx/repos/community-x86_64/PKGBUILD
  zynaddsubfx/repos/community-x86_64/zynaddsubfx.svg

--+
 /PKGBUILD|  126 +++
 /zynaddsubfx.svg |  626 +
 community-i686/PKGBUILD  |   63 ---
 community-i686/zynaddsubfx.svg   |  313 --
 community-x86_64/PKGBUILD|   63 ---
 community-x86_64/zynaddsubfx.svg |  313 --
 6 files changed, 752 insertions(+), 752 deletions(-)

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


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

2016-03-27 Thread Sergej Pupykin
Date: Sunday, March 27, 2016 @ 23:03:51
  Author: spupykin
Revision: 168582

upgpkg: cython 0.23.5-1

upd

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 21:03:47 UTC (rev 168581)
+++ PKGBUILD2016-03-27 21:03:51 UTC (rev 168582)
@@ -4,7 +4,7 @@
 
 pkgname=('cython' 'cython2')
 pkgbase=cython
-pkgver=0.23.4
+pkgver=0.23.5
 pkgrel=1
 pkgdesc="C-Extensions for Python "
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://cython.org/release/Cython-$pkgver.tar.gz;

"https://github.com/cython/cython/commit/27916f4ade2c24c7a4ffcad7dbe9adffd03a567e.patch;)
-md5sums=('157df1f69bcec6b56fd97e0f2e057f6e'
+md5sums=('66b62989a67c55af016c916da36e7514'
  'e8c0d274154e899efbdf2221a732f473')
 
 prepare() {


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

2016-03-27 Thread Sergej Pupykin
Date: Sunday, March 27, 2016 @ 23:04:07
  Author: spupykin
Revision: 168583

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

Added:
  cython/repos/community-i686/PKGBUILD
(from rev 168582, cython/trunk/PKGBUILD)
  cython/repos/community-x86_64/PKGBUILD
(from rev 168582, cython/trunk/PKGBUILD)
Deleted:
  cython/repos/community-i686/PKGBUILD
  cython/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-03-27 21:03:51 UTC (rev 168582)
+++ community-i686/PKGBUILD 2016-03-27 21:04:07 UTC (rev 168583)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=('cython' 'cython2')
-pkgbase=cython
-pkgver=0.23.4
-pkgrel=1
-pkgdesc="C-Extensions for Python "
-arch=(i686 x86_64)
-url="http://www.cython.org;
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz;
-   
"https://github.com/cython/cython/commit/27916f4ade2c24c7a4ffcad7dbe9adffd03a567e.patch;)
-md5sums=('157df1f69bcec6b56fd97e0f2e057f6e'
- 'e8c0d274154e899efbdf2221a732f473')
-
-prepare() {
-  cd $srcdir/Cython-$pkgver
-  patch -p1 <$srcdir/27916f4ade2c24c7a4ffcad7dbe9adffd03a567e.patch
-}
-
-package_cython() {
-  depends=('python' 'python-setuptools')
-
-  cd $srcdir/Cython-$pkgver
-  python setup.py install --root=$pkgdir
-
-  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
-}
-
-package_cython2() {
-  depends=('python2' 'python2-setuptools')
-
-  cd $srcdir/Cython-$pkgver
-  python2 setup.py install --root=$pkgdir
-
-  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
-  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
-  mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2
-}

Copied: cython/repos/community-i686/PKGBUILD (from rev 168582, 
cython/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-27 21:04:07 UTC (rev 168583)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=('cython' 'cython2')
+pkgbase=cython
+pkgver=0.23.5
+pkgrel=1
+pkgdesc="C-Extensions for Python "
+arch=(i686 x86_64)
+url="http://www.cython.org;
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://cython.org/release/Cython-$pkgver.tar.gz;
+   
"https://github.com/cython/cython/commit/27916f4ade2c24c7a4ffcad7dbe9adffd03a567e.patch;)
+md5sums=('66b62989a67c55af016c916da36e7514'
+ 'e8c0d274154e899efbdf2221a732f473')
+
+prepare() {
+  cd $srcdir/Cython-$pkgver
+  patch -p1 <$srcdir/27916f4ade2c24c7a4ffcad7dbe9adffd03a567e.patch
+}
+
+package_cython() {
+  depends=('python' 'python-setuptools')
+
+  cd $srcdir/Cython-$pkgver
+  python setup.py install --root=$pkgdir
+
+  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
+}
+
+package_cython2() {
+  depends=('python2' 'python2-setuptools')
+
+  cd $srcdir/Cython-$pkgver
+  python2 setup.py install --root=$pkgdir
+
+  mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
+  mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
+  mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-27 21:03:51 UTC (rev 168582)
+++ community-x86_64/PKGBUILD   2016-03-27 21:04:07 UTC (rev 168583)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=('cython' 'cython2')
-pkgbase=cython
-pkgver=0.23.4
-pkgrel=1
-pkgdesc="C-Extensions for Python "
-arch=(i686 x86_64)
-url="http://www.cython.org;
-license=('APACHE')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz;
-   
"https://github.com/cython/cython/commit/27916f4ade2c24c7a4ffcad7dbe9adffd03a567e.patch;)
-md5sums=('157df1f69bcec6b56fd97e0f2e057f6e'
- 'e8c0d274154e899efbdf2221a732f473')
-
-prepare() {
-  cd $srcdir/Cython-$pkgver
-  patch -p1 <$srcdir/27916f4ade2c24c7a4ffcad7dbe9adffd03a567e.patch
-}
-
-package_cython() {
-  depends=('python' 'python-setuptools')
-
-  cd $srcdir/Cython-$pkgver
-  python setup.py install --root=$pkgdir
-
-  sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
-}
-
-package_cython2() {
-  depends=('python2' 'python2-setuptools')
-
-  cd $srcdir/Cython-$pkgver
-  python2 setup.py install --root=$pkgdir
-
-  mv $pkgdir/usr/bin/cygdb 

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

2016-03-27 Thread Sergej Pupykin
Date: Sunday, March 27, 2016 @ 23:04:11
  Author: spupykin
Revision: 168584

upgpkg: zynaddsubfx 2.5.4-1

upd

Modified:
  zynaddsubfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 21:04:07 UTC (rev 168583)
+++ PKGBUILD2016-03-27 21:04:11 UTC (rev 168584)
@@ -5,7 +5,7 @@
 # Contributor: DonVla 
 
 pkgname=zynaddsubfx
-pkgver=2.5.3
+pkgver=2.5.4
 pkgrel=1
 pkgdesc="Opensource software synthesizer capable of making a countless number 
of instruments."
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 
source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2;
"$pkgname.svg")
-md5sums=('05cd7e8aa99d502913ce4bc09712abb8'
+md5sums=('7dc757512e5b6f3013bfb168ed01cfa3'
  '6f7e9c3ce3947088a10c99c46a65431f')
 
 build() {


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

2016-03-27 Thread Sergej Pupykin
Date: Sunday, March 27, 2016 @ 23:03:33
  Author: spupykin
Revision: 168580

upgpkg: anki 2.0.34-1

upd

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 20:55:44 UTC (rev 168579)
+++ PKGBUILD2016-03-27 21:03:33 UTC (rev 168580)
@@ -5,7 +5,7 @@
 # Contributor: Dave Pretty 
 
 pkgname=anki
-pkgver=2.0.33
+pkgver=2.0.34
 pkgrel=1
 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
 url="http://ankisrs.net/;
@@ -15,7 +15,7 @@
 optdepends=('mplayer: sound playing')
 install=anki.install
 source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('5df370dd19c71a76cdce448104824cf7')
+md5sums=('89cc08835b911abad9d059c640ceaf49')
 
 prepare() {
   cd $srcdir/anki-$pkgver


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

2016-03-27 Thread Sergej Pupykin
Date: Sunday, March 27, 2016 @ 23:03:47
  Author: spupykin
Revision: 168581

archrelease: copy trunk to community-any

Added:
  anki/repos/community-any/PKGBUILD
(from rev 168580, anki/trunk/PKGBUILD)
  anki/repos/community-any/anki.install
(from rev 168580, anki/trunk/anki.install)
Deleted:
  anki/repos/community-any/PKGBUILD
  anki/repos/community-any/anki.install

--+
 PKGBUILD |   72 -
 anki.install |   20 +++
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-27 21:03:33 UTC (rev 168580)
+++ PKGBUILD2016-03-27 21:03:47 UTC (rev 168581)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Timm Preetz 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Dave Pretty 
-
-pkgname=anki
-pkgver=2.0.33
-pkgrel=1
-pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
-url="http://ankisrs.net/;
-license=('AGPL3')
-arch=('any')
-depends=('python2-pyqt4' 'python2-beautifulsoup3' 'python2-httplib2' 
'python2-sqlalchemy')
-optdepends=('mplayer: sound playing')
-install=anki.install
-source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('5df370dd19c71a76cdce448104824cf7')
-
-prepare() {
-  cd $srcdir/anki-$pkgver
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' anki/anki runanki
-}
-
-package() {
-  cd $srcdir/anki-$pkgver
-  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
-  cp -av * $pkgdir/usr/share/anki/
-  cd $pkgdir/usr/share/anki && (
-mv runanki ../../bin/anki
-mv anki.xpm anki.png ../pixmaps/
-mv anki.desktop ../applications/
-mv anki.1 ../man/man1/
-  )
-  rm -rf $pkgdir/usr/share/anki/{tests,thirdparty/[!s]*,tools,anki.bat}
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 168580, anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-27 21:03:47 UTC (rev 168581)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Timm Preetz 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Dave Pretty 
+
+pkgname=anki
+pkgver=2.0.34
+pkgrel=1
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
+url="http://ankisrs.net/;
+license=('AGPL3')
+arch=('any')
+depends=('python2-pyqt4' 'python2-beautifulsoup3' 'python2-httplib2' 
'python2-sqlalchemy')
+optdepends=('mplayer: sound playing')
+install=anki.install
+source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
+md5sums=('89cc08835b911abad9d059c640ceaf49')
+
+prepare() {
+  cd $srcdir/anki-$pkgver
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' anki/anki runanki
+}
+
+package() {
+  cd $srcdir/anki-$pkgver
+  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
+  cp -av * $pkgdir/usr/share/anki/
+  cd $pkgdir/usr/share/anki && (
+mv runanki ../../bin/anki
+mv anki.xpm anki.png ../pixmaps/
+mv anki.desktop ../applications/
+mv anki.1 ../man/man1/
+  )
+  rm -rf $pkgdir/usr/share/anki/{tests,thirdparty/[!s]*,tools,anki.bat}
+}

Deleted: anki.install
===
--- anki.install2016-03-27 21:03:33 UTC (rev 168580)
+++ anki.install2016-03-27 21:03:47 UTC (rev 168581)
@@ -1,10 +0,0 @@
-post_install() {
-#  xdg-mime install --novendor usr/share/anki/anki.xml
-#  xdg-mime default anki.desktop application/x-anki
-#  xdg-mime default anki.desktop application/x-apkg
-  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}

Copied: anki/repos/community-any/anki.install (from rev 168580, 
anki/trunk/anki.install)
===
--- anki.install(rev 0)
+++ anki.install2016-03-27 21:03:47 UTC (rev 168581)
@@ -0,0 +1,10 @@
+post_install() {
+#  xdg-mime install --novendor usr/share/anki/anki.xml
+#  xdg-mime default anki.desktop application/x-anki
+#  xdg-mime default anki.desktop application/x-apkg
+  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}


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

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 22:57:43
  Author: arojas
Revision: 263188

Add qt5-declarative makedependency (FS#48717)

Modified:
  qt5-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 20:56:18 UTC (rev 263187)
+++ PKGBUILD2016-03-27 20:57:43 UTC (rev 263188)
@@ -11,7 +11,7 @@
 license=('GPL3' 'LGPL' 'FDL' 'custom')
 pkgdesc='A cross-platform application and UI framework (Development Tools, 
QtHelp)'
 depends=('qt5-base')
-makedepends=()
+makedepends=('qt5-declarative')
 optdepends=('qt5-doc: documentation')
 conflicts=('qt')
 groups=('qt' 'qt5')


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

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 22:56:18
  Author: arojas
Revision: 263187

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

Added:
  qt5-translations/repos/extra-i686/
  qt5-translations/repos/extra-i686/PKGBUILD
(from rev 263186, qt5-translations/trunk/PKGBUILD)
  qt5-translations/repos/extra-x86_64/
  qt5-translations/repos/extra-x86_64/PKGBUILD
(from rev 263186, qt5-translations/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   38 ++
 extra-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: qt5-translations/repos/extra-i686/PKGBUILD (from rev 263186, 
qt5-translations/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-27 20:56:18 UTC (rev 263187)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-translations
+_qtver=5.6.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Translations)'
+depends=('qt5-base')
+makedepends=('qt5-tools')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('62b3b6191f902466d97e09df48c27534')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-translations/repos/extra-x86_64/PKGBUILD (from rev 263186, 
qt5-translations/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-27 20:56:18 UTC (rev 263187)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-translations
+_qtver=5.6.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('any')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Translations)'
+depends=('qt5-base')
+makedepends=('qt5-tools')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('62b3b6191f902466d97e09df48c27534')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in (109 files)

2016-03-27 Thread Ike Devolder
Date: Sunday, March 27, 2016 @ 22:55:44
  Author: idevolder
Revision: 168579

kodi-addons and related packages

Added:
  asplib/
  asplib/repos/
  asplib/trunk/
  asplib/trunk/PKGBUILD
  kodi-addon-adsp-basic/
  kodi-addon-adsp-basic/repos/
  kodi-addon-adsp-basic/trunk/
  kodi-addon-adsp-basic/trunk/PKGBUILD
  kodi-addon-adsp-biquad-filters/
  kodi-addon-adsp-biquad-filters/repos/
  kodi-addon-adsp-biquad-filters/trunk/
  kodi-addon-adsp-biquad-filters/trunk/PKGBUILD
  kodi-addon-adsp-freesurround/
  kodi-addon-adsp-freesurround/repos/
  kodi-addon-adsp-freesurround/trunk/
  kodi-addon-adsp-freesurround/trunk/PKGBUILD
  kodi-addon-audioencoder-flac/
  kodi-addon-audioencoder-flac/repos/
  kodi-addon-audioencoder-flac/trunk/
  kodi-addon-audioencoder-flac/trunk/PKGBUILD
  kodi-addon-audioencoder-lame/
  kodi-addon-audioencoder-lame/repos/
  kodi-addon-audioencoder-lame/trunk/
  kodi-addon-audioencoder-lame/trunk/PKGBUILD
  kodi-addon-audioencoder-vorbis/
  kodi-addon-audioencoder-vorbis/repos/
  kodi-addon-audioencoder-vorbis/trunk/
  kodi-addon-audioencoder-vorbis/trunk/PKGBUILD
  kodi-addon-audioencoder-wav/
  kodi-addon-audioencoder-wav/repos/
  kodi-addon-audioencoder-wav/trunk/
  kodi-addon-audioencoder-wav/trunk/PKGBUILD
  kodi-addon-screensaver-asteroids/
  kodi-addon-screensaver-asteroids/repos/
  kodi-addon-screensaver-asteroids/trunk/
  kodi-addon-screensaver-asteroids/trunk/PKGBUILD
  kodi-addon-screensaver-asterwave/
  kodi-addon-screensaver-asterwave/repos/
  kodi-addon-screensaver-asterwave/trunk/
  kodi-addon-screensaver-asterwave/trunk/PKGBUILD
  kodi-addon-screensaver-biogenesis/
  kodi-addon-screensaver-biogenesis/repos/
  kodi-addon-screensaver-biogenesis/trunk/
  kodi-addon-screensaver-biogenesis/trunk/PKGBUILD
  kodi-addon-screensaver-cpblobs/
  kodi-addon-screensaver-cpblobs/repos/
  kodi-addon-screensaver-cpblobs/trunk/
  kodi-addon-screensaver-cpblobs/trunk/PKGBUILD
  kodi-addon-screensaver-greynetic/
  kodi-addon-screensaver-greynetic/repos/
  kodi-addon-screensaver-greynetic/trunk/
  kodi-addon-screensaver-greynetic/trunk/PKGBUILD
  kodi-addon-screensaver-matrixtrails/
  kodi-addon-screensaver-matrixtrails/repos/
  kodi-addon-screensaver-matrixtrails/trunk/
  kodi-addon-screensaver-matrixtrails/trunk/PKGBUILD
  kodi-addon-screensaver-pingpong/
  kodi-addon-screensaver-pingpong/repos/
  kodi-addon-screensaver-pingpong/trunk/
  kodi-addon-screensaver-pingpong/trunk/PKGBUILD
  kodi-addon-screensaver-pyro/
  kodi-addon-screensaver-pyro/repos/
  kodi-addon-screensaver-pyro/trunk/
  kodi-addon-screensaver-pyro/trunk/PKGBUILD
  kodi-addon-screensaver-rsxs/
  kodi-addon-screensaver-rsxs/repos/
  kodi-addon-screensaver-rsxs/trunk/
  kodi-addon-screensaver-rsxs/trunk/0001-fix-gcc5-compile.patch
  kodi-addon-screensaver-rsxs/trunk/PKGBUILD
  kodi-addon-screensaver-stars/
  kodi-addon-screensaver-stars/repos/
  kodi-addon-screensaver-stars/trunk/
  kodi-addon-screensaver-stars/trunk/PKGBUILD
  kodi-addon-visualization-fishbmc/
  kodi-addon-visualization-fishbmc/repos/
  kodi-addon-visualization-fishbmc/trunk/
  kodi-addon-visualization-fishbmc/trunk/PKGBUILD
  kodi-addon-visualization-goom/
  kodi-addon-visualization-goom/repos/
  kodi-addon-visualization-goom/trunk/
  kodi-addon-visualization-goom/trunk/PKGBUILD
  kodi-addon-visualization-projectm/
  kodi-addon-visualization-projectm/repos/
  kodi-addon-visualization-projectm/trunk/
  kodi-addon-visualization-projectm/trunk/PKGBUILD
  kodi-addon-visualization-shadertoy/
  kodi-addon-visualization-shadertoy/repos/
  kodi-addon-visualization-shadertoy/trunk/
  kodi-addon-visualization-shadertoy/trunk/PKGBUILD
  kodi-addon-visualization-spectrum/
  kodi-addon-visualization-spectrum/repos/
  kodi-addon-visualization-spectrum/trunk/
  kodi-addon-visualization-spectrum/trunk/PKGBUILD
  kodi-addon-visualization-waveform/
  kodi-addon-visualization-waveform/repos/
  kodi-addon-visualization-waveform/trunk/
  kodi-addon-visualization-waveform/trunk/PKGBUILD
  kodi-platform/
  kodi-platform/repos/
  kodi-platform/trunk/
  kodi-platform/trunk/PKGBUILD
  p8-platform/
  p8-platform/repos/
  p8-platform/trunk/
  p8-platform/trunk/PKGBUILD
  soil/
  soil/repos/
  soil/trunk/
  soil/trunk/PKGBUILD

---+
 asplib/trunk/PKGBUILD |   35 +++
 kodi-addon-adsp-basic/trunk/PKGBUILD  |   37 +++
 kodi-addon-adsp-biquad-filters/trunk/PKGBUILD |   37 +++
 kodi-addon-adsp-freesurround/trunk/PKGBUILD   |   37 +++
 kodi-addon-audioencoder-flac/trunk/PKGBUILD   |   39 
 kodi-addon-audioencoder-lame/trunk/PKGBUILD   |   39 
 kodi-addon-audioencoder-vorbis/trunk/PKGBUILD |   39 
 kodi-addon-audioencoder-wav/trunk/PKGBUILD|   39 
 kodi-addon-screensaver-asteroids/trunk/PKGBUILD   |   37 

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

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 22:56:09
  Author: arojas
Revision: 263186

Add qt5-tools makedependency (FS#48717)

Modified:
  qt5-translations/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 20:52:45 UTC (rev 263185)
+++ PKGBUILD2016-03-27 20:56:09 UTC (rev 263186)
@@ -11,7 +11,7 @@
 license=('GPL3' 'LGPL' 'FDL' 'custom')
 pkgdesc='A cross-platform application and UI framework (Translations)'
 depends=('qt5-base')
-makedepends=()
+makedepends=('qt5-tools')
 conflicts=('qt')
 groups=('qt' 'qt5')
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"


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

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 22:52:45
  Author: arojas
Revision: 263185

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

Added:
  qt5-enginio/repos/extra-i686/PKGBUILD
(from rev 263184, qt5-enginio/trunk/PKGBUILD)
  qt5-enginio/repos/extra-x86_64/PKGBUILD
(from rev 263184, qt5-enginio/trunk/PKGBUILD)
Deleted:
  qt5-enginio/repos/extra-i686/PKGBUILD
  qt5-enginio/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-27 20:51:53 UTC (rev 263184)
+++ extra-i686/PKGBUILD 2016-03-27 20:52:45 UTC (rev 263185)
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-enginio
-_qtver=5.6.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A Backend-as-a-Service solution to ease the backend development for 
connected and data-driven application'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-1.6.0-rc"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('ae114149111e9a1090c1731b5f9699e7')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-enginio/repos/extra-i686/PKGBUILD (from rev 263184, 
qt5-enginio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-27 20:52:45 UTC (rev 263185)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-enginio
+_qtver=5.6.0
+_enginiover=1.6.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL' 'FDL' 'custom')
+pkgdesc='A Backend-as-a-Service solution to ease the backend development for 
connected and data-driven application'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+conflicts=('qt')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_enginiover}"
+source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+md5sums=('67362f39eca4316905f86cbba653309b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-27 20:51:53 UTC (rev 263184)
+++ extra-x86_64/PKGBUILD   2016-03-27 20:52:45 UTC (rev 263185)
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-enginio
-_qtver=5.6.0
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL' 'FDL' 'custom')
-pkgdesc='A Backend-as-a-Service solution to ease the backend development for 
connected and data-driven application'
-depends=('qt5-base')
-makedepends=('qt5-declarative')
-optdepends=('qt5-declarative: QML bindings')
-conflicts=('qt')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-1.6.0-rc"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('ae114149111e9a1090c1731b5f9699e7')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find 

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

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 22:51:53
  Author: arojas
Revision: 263184

Use actual 1.6.0 tarball (FS#48715)

Modified:
  qt5-enginio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 19:58:37 UTC (rev 263183)
+++ PKGBUILD2016-03-27 20:51:53 UTC (rev 263184)
@@ -4,8 +4,9 @@
 
 pkgname=qt5-enginio
 _qtver=5.6.0
+_enginiover=1.6.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -15,9 +16,9 @@
 optdepends=('qt5-declarative: QML bindings')
 conflicts=('qt')
 groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-1.6.0-rc"
+_pkgfqn="${pkgname/5-/}-opensource-src-${_enginiover}"
 
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-md5sums=('ae114149111e9a1090c1731b5f9699e7')
+md5sums=('67362f39eca4316905f86cbba653309b')
 
 prepare() {
   mkdir -p build


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

2016-03-27 Thread Ike Devolder
Date: Sunday, March 27, 2016 @ 22:16:02
  Author: idevolder
Revision: 168578

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

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

+
 /PKGBUILD  |  166 +++
 /doublecmd.install |   68 ++
 community-i686/PKGBUILD|   83 -
 community-i686/doublecmd.install   |   34 ---
 community-x86_64/PKGBUILD  |   83 -
 community-x86_64/doublecmd.install |   34 ---
 6 files changed, 234 insertions(+), 234 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-27 20:15:49 UTC (rev 168577)
+++ community-i686/PKGBUILD 2016-03-27 20:16:02 UTC (rev 168578)
@@ -1,83 +0,0 @@
-# vim:set ft=sh:
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: (sirocco AT ngs.ru)
-
-pkgbase=doublecmd
-pkgname=('doublecmd-gtk2' 'doublecmd-qt')
-pkgver=0.7.0
-_helpver=0.6.0
-pkgrel=1
-url="http://doublecmd.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-install="$pkgbase.install"
-provides=("$pkgbase")
-makedepends=('lazarus' 'qt4pas' 'gtk2')
-optdepends=(
-   'lua51: scripting'
-   'p7zip: support for 7zip archives'
-   'libunrar: support for rar archives'
-)
-source=(
-   
"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz;
-   
"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-help-$_helpver-src.tar.gz;
-   "http://www.herecura.be/files/lazarus-20140321-2.tar.gz;
-)
-
-prepare() {
-   cd "$pkgbase-$pkgver"
-   sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i install/linux/install.sh
-
-   cd "$srcdir"
-
-   cp -a "$pkgbase-$pkgver" "$pkgbase-gtk"
-   cp -a "$pkgbase-$pkgver" "$pkgbase-qt"
-}
-
-build() {
-   msg2 'build gtk'
-   gtkdir="$srcdir/$pkgbase-gtk"
-   cd "$gtkdir"
-   bsdtar -zxf "$srcdir/lazarus-20140321-2.tar.gz"
-   sed -e "s/\\(export\\ lazbuild=\\).*/\\1\"\$(which lazbuild) 
--primary-config-path=${gtkdir//\//\\\/}\/lazarus\/lazarus-$CARCH\"/" -i 
build.sh
-   sed -e "s/%%SRCDIR%%/${gtkdir//\//\\\/}/g" -i lazarus/packagefiles.xml
-   ./build.sh beta gtk2
-
-   msg2 'build qt'
-   qtdir="$srcdir/$pkgbase-qt"
-   cd "$qtdir"
-   bsdtar -zxf "$srcdir/lazarus-20140321-2.tar.gz"
-   sed -e "s/\\(export\\ lazbuild=\\).*/\\1\"\$(which lazbuild) 
--primary-config-path=${qtdir//\//\\\/}\/lazarus\/lazarus-$CARCH\"/" -i build.sh
-   sed -e "s/%%SRCDIR%%/${qtdir//\//\\\/}/g" -i lazarus/packagefiles.xml
-   ./build.sh beta qt
-
-}
-
-package_doublecmd-gtk2() {
-   pkgdesc="twin-panel (commander-style) file manager (GTK)"
-   depends=('gtk2')
-   conflicts=('doublecmd-qt')
-   cd "$srcdir/$pkgbase-gtk"
-   ./install/linux/install.sh --install-prefix="$pkgdir"
-
-   # install doc
-   cd "$srcdir/$pkgbase-help-$_helpver"
-   cp -a * "$pkgdir/usr/share/$pkgbase/doc/"
-}
-
-package_doublecmd-qt() {
-   pkgdesc="twin-panel (commander-style) file manager (QT)"
-   depends=('qt4pas')
-   conflicts=('doublecmd-gtk2')
-   cd "$srcdir/$pkgbase-qt"
-   ./install/linux/install.sh --install-prefix="$pkgdir"
-
-   # install doc
-   cd "$srcdir/$pkgbase-help-$_helpver"
-   cp -a * "$pkgdir/usr/share/$pkgbase/doc/"
-}
-
-sha256sums=('4c0bb537268f44c6571da20a68650ee0164d1db9a300666012a72e8e3d7d6d20'
-'d50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39'
-'16560ad7403ffbee1800384768828e1fad924d03068c6248b68a78c393fc4e20')

Copied: doublecmd/repos/community-i686/PKGBUILD (from rev 168577, 
doublecmd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-27 20:16:02 UTC (rev 168578)
@@ -0,0 +1,83 @@
+# vim:set ft=sh:
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: (sirocco AT ngs.ru)
+
+pkgbase=doublecmd
+pkgname=('doublecmd-gtk2' 'doublecmd-qt')
+pkgver=0.7.1
+_helpver=0.6.0
+pkgrel=1
+url="http://doublecmd.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+install="$pkgbase.install"
+provides=("$pkgbase")
+makedepends=('lazarus' 

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

2016-03-27 Thread Ike Devolder
Date: Sunday, March 27, 2016 @ 22:15:49
  Author: idevolder
Revision: 168577

upgpkg: doublecmd 0.7.1-1

Modified:
  doublecmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 19:57:05 UTC (rev 168576)
+++ PKGBUILD2016-03-27 20:15:49 UTC (rev 168577)
@@ -5,7 +5,7 @@
 
 pkgbase=doublecmd
 pkgname=('doublecmd-gtk2' 'doublecmd-qt')
-pkgver=0.7.0
+pkgver=0.7.1
 _helpver=0.6.0
 pkgrel=1
 url="http://doublecmd.sourceforge.net/;
@@ -78,6 +78,6 @@
cp -a * "$pkgdir/usr/share/$pkgbase/doc/"
 }
 
-sha256sums=('4c0bb537268f44c6571da20a68650ee0164d1db9a300666012a72e8e3d7d6d20'
+sha256sums=('ecfe1fe8d6026181ae03a3defa4ec73226844a2bca8935bab1b66cc2c604fbbf'
 'd50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39'
 '16560ad7403ffbee1800384768828e1fad924d03068c6248b68a78c393fc4e20')


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

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 21:58:37
  Author: arojas
Revision: 263183

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

Added:
  minuet/repos/kde-unstable-i686/PKGBUILD
(from rev 263182, minuet/kde-unstable/PKGBUILD)
  minuet/repos/kde-unstable-i686/minuet.install
(from rev 263182, minuet/kde-unstable/minuet.install)
  minuet/repos/kde-unstable-x86_64/PKGBUILD
(from rev 263182, minuet/kde-unstable/PKGBUILD)
  minuet/repos/kde-unstable-x86_64/minuet.install
(from rev 263182, minuet/kde-unstable/minuet.install)
Deleted:
  minuet/repos/kde-unstable-i686/PKGBUILD
  minuet/repos/kde-unstable-i686/minuet.install
  minuet/repos/kde-unstable-x86_64/PKGBUILD
  minuet/repos/kde-unstable-x86_64/minuet.install

+
 /PKGBUILD  |   70 +++
 /minuet.install|   22 +++
 kde-unstable-i686/PKGBUILD |   35 -
 kde-unstable-i686/minuet.install   |   11 -
 kde-unstable-x86_64/PKGBUILD   |   35 -
 kde-unstable-x86_64/minuet.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-03-27 19:57:59 UTC (rev 263182)
+++ kde-unstable-i686/PKGBUILD  2016-03-27 19:58:37 UTC (rev 263183)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=minuet
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='A KDE Software for Music Education'
-url='https://minuet.kde.org'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(kio drumstick)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('d019e1723ec63bf49b26b26fa36248bdd2c7a778')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: minuet/repos/kde-unstable-i686/PKGBUILD (from rev 263182, 
minuet/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-27 19:58:37 UTC (rev 263183)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=minuet
+pkgver=16.03.80
+pkgrel=2
+pkgdesc='A KDE Software for Music Education'
+url='https://minuet.kde.org'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(kio drumstick timidity++)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('d019e1723ec63bf49b26b26fa36248bdd2c7a778')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/minuet.install
===
--- kde-unstable-i686/minuet.install2016-03-27 19:57:59 UTC (rev 263182)
+++ kde-unstable-i686/minuet.install2016-03-27 19:58:37 UTC (rev 263183)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: minuet/repos/kde-unstable-i686/minuet.install (from rev 263182, 
minuet/kde-unstable/minuet.install)
===
--- kde-unstable-i686/minuet.install(rev 0)
+++ kde-unstable-i686/minuet.install2016-03-27 19:58:37 UTC (rev 263183)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-03-27 19:57:59 UTC (rev 263182)
+++ kde-unstable-x86_64/PKGBUILD2016-03-27 19:58:37 UTC (rev 263183)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=minuet
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='A KDE Software for Music Education'
-url='https://minuet.kde.org'
-arch=(i686 x86_64)

[arch-commits] Commit in minuet/kde-unstable (PKGBUILD)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 21:57:59
  Author: arojas
Revision: 263182

Add timidity++ dependency

Modified:
  minuet/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 19:56:36 UTC (rev 263181)
+++ PKGBUILD2016-03-27 19:57:59 UTC (rev 263182)
@@ -3,13 +3,13 @@
 
 pkgname=minuet
 pkgver=16.03.80
-pkgrel=1
+pkgrel=2
 pkgdesc='A KDE Software for Music Education'
 url='https://minuet.kde.org'
 arch=(i686 x86_64)
 license=(GPL LGPL FDL)
 groups=(kde-applications kdeedu)
-depends=(kio drumstick)
+depends=(kio drumstick timidity++)
 makedepends=(extra-cmake-modules kdoctools)
 install=$pkgname.install
 
source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)


[arch-commits] Commit in (drumstick)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 21:57:05
  Author: arojas
Revision: 168576

community2extra: Moving drumstick from community to extra

Deleted:
  drumstick/


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

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 21:56:36
  Author: arojas
Revision: 263181

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

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

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

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

Copied: drumstick/repos/extra-i686/drumstick.install (from rev 263180, 
drumstick/trunk/drumstick.install)
===
--- extra-i686/drumstick.install(rev 0)
+++ extra-i686/drumstick.install2016-03-27 19:56:36 UTC (rev 263181)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
\ No newline at end of file

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

Copied: drumstick/repos/extra-x86_64/drumstick.install (from rev 263180, 
drumstick/trunk/drumstick.install)
===
--- extra-x86_64/drumstick.install  (rev 0)
+++ extra-x86_64/drumstick.install  2016-03-27 19:56:36 UTC (rev 263181)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
\ No newline at end of file


[arch-commits] Commit in (5 files)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 21:56:23
  Author: arojas
Revision: 263180

community2extra: Moving drumstick from community to extra

Added:
  drumstick/
  drumstick/repos/
  drumstick/trunk/
  drumstick/trunk/PKGBUILD
  drumstick/trunk/drumstick.install

---+
 PKGBUILD  |   34 ++
 drumstick.install |   13 +
 2 files changed, 47 insertions(+)

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


Property changes on: drumstick/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: drumstick/trunk/drumstick.install
===
--- drumstick/trunk/drumstick.install   (rev 0)
+++ drumstick/trunk/drumstick.install   2016-03-27 19:56:23 UTC (rev 263180)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
\ No newline at end of file


[arch-commits] Commit in mono/repos (36 files)

2016-03-27 Thread Daniel Isenmann
Date: Sunday, March 27, 2016 @ 20:26:18
  Author: daniel
Revision: 263179

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

Added:
  mono/repos/extra-i686/Microsoft.Portable.Common.targets
(from rev 263178, mono/trunk/Microsoft.Portable.Common.targets)
  mono/repos/extra-i686/PKGBUILD
(from rev 263178, mono/trunk/PKGBUILD)
  mono/repos/extra-i686/bug434892.patch
(from rev 263178, mono/trunk/bug434892.patch)
  mono/repos/extra-i686/build_fix.patch
(from rev 263178, mono/trunk/build_fix.patch)
  mono/repos/extra-i686/fix-zlib-helper.patch
(from rev 263178, mono/trunk/fix-zlib-helper.patch)
  mono/repos/extra-i686/mono.binfmt.d
(from rev 263178, mono/trunk/mono.binfmt.d)
  mono/repos/extra-i686/mono.install
(from rev 263178, mono/trunk/mono.install)
  mono/repos/extra-i686/mono_context.patch
(from rev 263178, mono/trunk/mono_context.patch)
  mono/repos/extra-i686/sgen_fix.patch
(from rev 263178, mono/trunk/sgen_fix.patch)
  mono/repos/extra-x86_64/Microsoft.Portable.Common.targets
(from rev 263178, mono/trunk/Microsoft.Portable.Common.targets)
  mono/repos/extra-x86_64/PKGBUILD
(from rev 263178, mono/trunk/PKGBUILD)
  mono/repos/extra-x86_64/bug434892.patch
(from rev 263178, mono/trunk/bug434892.patch)
  mono/repos/extra-x86_64/build_fix.patch
(from rev 263178, mono/trunk/build_fix.patch)
  mono/repos/extra-x86_64/fix-zlib-helper.patch
(from rev 263178, mono/trunk/fix-zlib-helper.patch)
  mono/repos/extra-x86_64/mono.binfmt.d
(from rev 263178, mono/trunk/mono.binfmt.d)
  mono/repos/extra-x86_64/mono.install
(from rev 263178, mono/trunk/mono.install)
  mono/repos/extra-x86_64/mono_context.patch
(from rev 263178, mono/trunk/mono_context.patch)
  mono/repos/extra-x86_64/sgen_fix.patch
(from rev 263178, mono/trunk/sgen_fix.patch)
Deleted:
  mono/repos/extra-i686/Microsoft.Portable.Common.targets
  mono/repos/extra-i686/PKGBUILD
  mono/repos/extra-i686/bug434892.patch
  mono/repos/extra-i686/build_fix.patch
  mono/repos/extra-i686/fix-zlib-helper.patch
  mono/repos/extra-i686/mono.binfmt.d
  mono/repos/extra-i686/mono.install
  mono/repos/extra-i686/mono_context.patch
  mono/repos/extra-i686/sgen_fix.patch
  mono/repos/extra-x86_64/Microsoft.Portable.Common.targets
  mono/repos/extra-x86_64/PKGBUILD
  mono/repos/extra-x86_64/bug434892.patch
  mono/repos/extra-x86_64/build_fix.patch
  mono/repos/extra-x86_64/fix-zlib-helper.patch
  mono/repos/extra-x86_64/mono.binfmt.d
  mono/repos/extra-x86_64/mono.install
  mono/repos/extra-x86_64/mono_context.patch
  mono/repos/extra-x86_64/sgen_fix.patch

+
 /Microsoft.Portable.Common.targets |8 
 /PKGBUILD  |  120 
 /bug434892.patch   |   22 ++
 /build_fix.patch   |   50 +
 /fix-zlib-helper.patch |   52 +
 /mono.binfmt.d |2 
 /mono.install  |   14 +
 /mono_context.patch|  108 +++
 /sgen_fix.patch|  224 +++
 extra-i686/Microsoft.Portable.Common.targets   |4 
 extra-i686/PKGBUILD|   71 ---
 extra-i686/bug434892.patch |   11 -
 extra-i686/build_fix.patch |   25 --
 extra-i686/fix-zlib-helper.patch   |   26 --
 extra-i686/mono.binfmt.d   |1 
 extra-i686/mono.install|7 
 extra-i686/mono_context.patch  |   54 -
 extra-i686/sgen_fix.patch  |  112 ---
 extra-x86_64/Microsoft.Portable.Common.targets |4 
 extra-x86_64/PKGBUILD  |   71 ---
 extra-x86_64/bug434892.patch   |   11 -
 extra-x86_64/build_fix.patch   |   25 --
 extra-x86_64/fix-zlib-helper.patch |   26 --
 extra-x86_64/mono.binfmt.d |1 
 extra-x86_64/mono.install  |7 
 extra-x86_64/mono_context.patch|   54 -
 extra-x86_64/sgen_fix.patch|  112 ---
 27 files changed, 600 insertions(+), 622 deletions(-)

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


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

2016-03-27 Thread Daniel Isenmann
Date: Sunday, March 27, 2016 @ 20:26:06
  Author: daniel
Revision: 263178

upgpkg: mono 4.4.0.40-1

New upstream relese and fix for FS#46608

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 18:00:04 UTC (rev 263177)
+++ PKGBUILD2016-03-27 18:26:06 UTC (rev 263178)
@@ -3,31 +3,22 @@
 # Contributor: Brice Carpentier 
 
 pkgname=mono
-pkgver=4.2.2.30
-_pkgver=4.2.2
-pkgrel=2
+pkgver=4.4.0.40
+_pkgver=4.4.0
+pkgrel=1
 pkgdesc="Free implementation of the .NET platform including runtime and 
compiler"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL2.1' 'MPL' 'custom:MITX11')
 url="http://www.mono-project.com/;
 depends=('zlib' 'libgdiplus>=3.8' 'sh' 'python' 'ca-certificates')
-options=('!makeflags')
 provides=('monodoc')
 conflicts=('monodoc')
+install="${pkgname}.install"
 
source=(http://download.mono-project.com/sources/mono/${pkgname}-${pkgver}.tar.bz2
 mono.binfmt.d
-sgen_fix.patch
-   build_fix.patch
-   Microsoft.Portable.Common.targets
-   fix-zlib-helper.patch
mono_context.patch)
-install="${pkgname}.install"
-md5sums=('2c5358041c931b8c1eabf0544565c9a3'
+md5sums=('f9765c947421ec96ab30aa73f0f4659f'
  'b9ef8a65fea497acf176cca16c1e2402'
- '8a700b94bff7a913f920e95890d2fb4c'
- '30a5af1a4ff50b98f9e73cc2ae554115'
- 'acbffadb0ac233c494b40dd5e79209a5'
- '62912ad289535bf841c140727e5c1165'
  '9325e50a3fde354229c507801622b64b')
 
 build() {
@@ -34,14 +25,12 @@
   cd "${srcdir}"/${pkgname}-${_pkgver}

   # build mono
-  ./configure --prefix=/usr \
+  ./configure \
+--prefix=/usr \
 --sysconfdir=/etc \
 --bindir=/usr/bin \
 --sbindir=/usr/bin \
---disable-quiet-build \
---disable-system-aot \
 --with-mcs-docs=no 
-  patch -p1 < ../mono_context.patch
   make
 
   # build jay


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

2016-03-27 Thread Dave Reisner
Date: Sunday, March 27, 2016 @ 20:00:04
  Author: dreisner
Revision: 263177

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-27 17:59:38 UTC (rev 263176)
+++ extra-i686/PKGBUILD 2016-03-27 18:00:04 UTC (rev 263177)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 87501 2013-04-02 00:06:04Z dreisner $
-# Maintainer: Dave Reisner 
-
-pkgname=expac
-pkgver=5
-pkgrel=1
-pkgdesc="pacman database extraction utility"
-arch=('i686' 'x86_64')
-url="http://github.com/falconindy/expac;
-license=('GPL')
-depends=('pacman')
-makedepends=('perl')
-source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-md5sums=('6608b72dba8218fc4078dfdfa11eb9ef'
- 'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  sed '/\*\//q' expac.c >LICENSE
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ft=sh syn=sh

Copied: expac/repos/extra-i686/PKGBUILD (from rev 263176, expac/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-27 18:00:04 UTC (rev 263177)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 87501 2013-04-02 00:06:04Z dreisner $
+# Maintainer: Dave Reisner 
+
+pkgname=expac
+pkgver=6
+pkgrel=1
+pkgdesc="pacman database extraction utility"
+arch=('i686' 'x86_64')
+url="http://github.com/falconindy/expac;
+license=('GPL')
+depends=('pacman')
+makedepends=('perl')
+source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+md5sums=('06b6175221176d0cd9076eaf93166832'
+ 'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  sed '/\*\//q' expac.c >LICENSE
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ft=sh syn=sh

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-27 17:59:38 UTC (rev 263176)
+++ extra-x86_64/PKGBUILD   2016-03-27 18:00:04 UTC (rev 263177)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 87501 2013-04-02 00:06:04Z dreisner $
-# Maintainer: Dave Reisner 
-
-pkgname=expac
-pkgver=5
-pkgrel=1
-pkgdesc="pacman database extraction utility"
-arch=('i686' 'x86_64')
-url="http://github.com/falconindy/expac;
-license=('GPL')
-depends=('pacman')
-makedepends=('perl')
-source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-md5sums=('6608b72dba8218fc4078dfdfa11eb9ef'
- 'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  sed '/\*\//q' expac.c >LICENSE
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ft=sh syn=sh

Copied: expac/repos/extra-x86_64/PKGBUILD (from rev 263176, 
expac/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-27 18:00:04 UTC (rev 263177)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 87501 2013-04-02 00:06:04Z dreisner $
+# Maintainer: Dave Reisner 
+
+pkgname=expac
+pkgver=6
+pkgrel=1
+pkgdesc="pacman database extraction utility"
+arch=('i686' 'x86_64')
+url="http://github.com/falconindy/expac;
+license=('GPL')
+depends=('pacman')
+makedepends=('perl')
+source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
+md5sums=('06b6175221176d0cd9076eaf93166832'
+ 'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  sed '/\*\//q' expac.c >LICENSE
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"

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

2016-03-27 Thread Dave Reisner
Date: Sunday, March 27, 2016 @ 19:59:38
  Author: dreisner
Revision: 263176

upgpkg: expac 6-1

Modified:
  expac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 17:02:45 UTC (rev 263175)
+++ PKGBUILD2016-03-27 17:59:38 UTC (rev 263176)
@@ -2,7 +2,7 @@
 # Maintainer: Dave Reisner 
 
 pkgname=expac
-pkgver=5
+pkgver=6
 pkgrel=1
 pkgdesc="pacman database extraction utility"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('perl')
 
source=("http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53')  # Dave Reisner
-md5sums=('6608b72dba8218fc4078dfdfa11eb9ef'
+md5sums=('06b6175221176d0cd9076eaf93166832'
  'SKIP')
 
 prepare() {


[arch-commits] Commit in (qt5)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 18:58:14
  Author: arojas
Revision: 263167

Package has been split

Deleted:
  qt5/


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

2016-03-27 Thread Pierre Schmitz
Date: Sunday, March 27, 2016 @ 18:50:46
  Author: pierre
Revision: 263081

archrelease: copy trunk to extra-any

Added:
  php-composer/repos/extra-any/PKGBUILD
(from rev 263078, php-composer/trunk/PKGBUILD)
Deleted:
  php-composer/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-27 16:50:45 UTC (rev 263080)
+++ PKGBUILD2016-03-27 16:50:46 UTC (rev 263081)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=php-composer
-_tag=1.0.0-beta1
-pkgver=${_tag/-/.}
-pkgrel=1
-pkgdesc="Dependency Manager for PHP"
-arch=('any')
-license=('MIT')
-url='https://getcomposer.org/'
-depends=('php')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${_tag};
-
"composer-${pkgver}.phar::https://getcomposer.org/download/${_tag}/composer.phar;)
-md5sums=('SKIP'
- 'ce74af6e6ea8b4a4901e57fda4c5c4f6')
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   php ${srcdir}/composer-${pkgver}.phar -n install --no-dev
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   php -d phar.readonly=Off bin/compile
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   # check if the upstream build and ours differ
-   diff -q ${srcdir}/composer-${pkgver}.phar composer.phar
-
-   # Install the dev dependencies to run the unit tests
-   bin/composer -n install
-   vendor/bin/phpunit
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: php-composer/repos/extra-any/PKGBUILD (from rev 263078, 
php-composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-27 16:50:46 UTC (rev 263081)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=php-composer
+_tag=1.0.0-beta2
+pkgver=${_tag/-/.}
+pkgrel=1
+pkgdesc="Dependency Manager for PHP"
+arch=('any')
+license=('MIT')
+url='https://getcomposer.org/'
+depends=('php')
+makedepends=('git')
+source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${_tag};
+
"composer-${pkgver}.phar::https://getcomposer.org/download/${_tag}/composer.phar;)
+md5sums=('SKIP'
+ 'd12a366491ef4fa99c6b89000486b5d1')
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   php ${srcdir}/composer-${pkgver}.phar -n install --no-dev
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   php -d phar.readonly=Off bin/compile
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   # check if the upstream build and ours differ
+   diff -q ${srcdir}/composer-${pkgver}.phar composer.phar
+
+   # Install the dev dependencies to run the unit tests
+   bin/composer -n install
+   vendor/bin/phpunit
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}


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

2016-03-27 Thread Pierre Schmitz
Date: Sunday, March 27, 2016 @ 18:50:28
  Author: pierre
Revision: 263070

upgpkg: php-composer 1.0.0.beta2-1

Modified:
  php-composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 16:50:27 UTC (rev 263069)
+++ PKGBUILD2016-03-27 16:50:28 UTC (rev 263070)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=php-composer
-_tag=1.0.0-beta1
+_tag=1.0.0-beta2
 pkgver=${_tag/-/.}
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
@@ -14,7 +14,7 @@
 source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${_tag};
 
"composer-${pkgver}.phar::https://getcomposer.org/download/${_tag}/composer.phar;)
 md5sums=('SKIP'
- 'ce74af6e6ea8b4a4901e57fda4c5c4f6')
+ 'd12a366491ef4fa99c6b89000486b5d1')
 
 prepare() {
cd ${srcdir}/${pkgname}


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

2016-03-27 Thread Felix Yan
Date: Sunday, March 27, 2016 @ 17:40:59
  Author: fyan
Revision: 168558

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 168557, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 168557, 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 168557, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-27 15:40:59 UTC (rev 168558)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160318
+pkgrel=9
+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=('5c0067d161a3cd6b93822f85eb82e5cb4895d913b2593bc4fe3b74d3ed426e0b')
+
+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 168557, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-27 15:40:59 UTC (rev 168558)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160318
+pkgrel=9
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')

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

2016-03-27 Thread Felix Yan
Date: Sunday, March 27, 2016 @ 17:40:24
  Author: fyan
Revision: 168557

upgpkg: git-annex 6.20160318-9

rebuild with cmark-0.5.2, language-javascript-0.6.0.4, texmath-0.8.5.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 15:29:37 UTC (rev 168556)
+++ PKGBUILD2016-03-27 15:40:24 UTC (rev 168557)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20160318
-pkgrel=8
+pkgrel=9
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2016-03-27 Thread Kyle Keen
Date: Sunday, March 27, 2016 @ 17:29:37
  Author: kkeen
Revision: 168556

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-27 15:29:22 UTC (rev 168555)
+++ PKGBUILD2016-03-27 15:29:37 UTC (rev 168556)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Angel Velasquez 
-# Contributor: Andrew Antle 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Chaiwat Suttipongsakul 
-
-pkgbase=python-markdown
-pkgname=('python-markdown' 'python2-markdown')
-_pkgbasename=Markdown
-pkgver=2.6.5
-pkgrel=1
-pkgdesc="Python implementation of John Gruber's Markdown."
-arch=('any')
-url='http://pypi.python.org/pypi/Markdown'
-license=('BSD')
-makedepends=('python' 'python2')
-source=("http://pypi.python.org/packages/source/M/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz;)
-md5sums=('4fdb39248c9919e32ab68f5e5a9fa9f2')
-
-build() {
-  # bug in 2.4, some DOS line endings slipped in
-  find "$_pkgbasename-$pkgver/" -name '*py' | xargs sed -i 's|\r||g'
-
-  cp -r $_pkgbasename-$pkgver "$srcdir/python2-markdown"
-  cd "$srcdir/python2-markdown"
-  find "$srcdir/python2-markdown" -name '*py' | xargs sed -i 's|#!/usr/bin/env 
python$|&2|'
-}
-
-package_python-markdown() {
-  depends=('python')
-  cd "$srcdir/$_pkgbasename-$pkgver"
-  python3 setup.py install --root="$pkgdir" --optimize=0
-  install -Dm644 LICENSE.md 
"$pkgdir/usr/share/licenses/python-markdown/LICENSE"
-}
-
-package_python2-markdown() {
-  depends=('python2')
-  cd "$srcdir/python2-markdown"
-  python2 setup.py install --root="$pkgdir" --optimize=0
-  mv "$pkgdir/usr/bin/markdown_py" "$pkgdir/usr/bin/markdown_py2"
-  install -Dm644 LICENSE.md 
"$pkgdir/usr/share/licenses/python2-markdown/LICENSE"
-}
-
-check_python-markdown() {
-  [[ $(python -c "import markdown; print(markdown.version)") == "$pkgver" ]]
-  [[ $(python -c "import markdown; print(markdown.markdown('*test*'))") == 
"test" ]]
-}
-
-check_python2-markdown() {
-  [[ $(python2 -c "import markdown; print(markdown.version)") == "$pkgver" ]]
-  [[ $(python2 -c "import markdown; print(markdown.markdown('*test*'))") == 
"test" ]]
-}
-

Copied: python-markdown/repos/community-any/PKGBUILD (from rev 168555, 
python-markdown/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-27 15:29:37 UTC (rev 168556)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Angel Velasquez 
+# Contributor: Andrew Antle 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Chaiwat Suttipongsakul 
+
+pkgbase=python-markdown
+pkgname=('python-markdown' 'python2-markdown')
+_pkgbasename=Markdown
+pkgver=2.6.6
+pkgrel=1
+pkgdesc="Python implementation of John Gruber's Markdown."
+arch=('any')
+url='http://pypi.python.org/pypi/Markdown'
+license=('BSD')
+makedepends=('python' 'python2')
+source=("http://pypi.python.org/packages/source/M/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz;)
+md5sums=('d6737edcdb9a9aceaef0bf28455673be')
+
+build() {
+  # bug in 2.4, some DOS line endings slipped in
+  find "$_pkgbasename-$pkgver/" -name '*py' | xargs sed -i 's|\r||g'
+
+  cp -r $_pkgbasename-$pkgver "$srcdir/python2-markdown"
+  cd "$srcdir/python2-markdown"
+  find "$srcdir/python2-markdown" -name '*py' | xargs sed -i 's|#!/usr/bin/env 
python$|&2|'
+}
+
+package_python-markdown() {
+  depends=('python')
+  cd "$srcdir/$_pkgbasename-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=0
+  install -Dm644 LICENSE.md 
"$pkgdir/usr/share/licenses/python-markdown/LICENSE"
+}
+
+package_python2-markdown() {
+  depends=('python2')
+  cd "$srcdir/python2-markdown"
+  python2 setup.py install --root="$pkgdir" --optimize=0
+  mv "$pkgdir/usr/bin/markdown_py" "$pkgdir/usr/bin/markdown_py2"
+  install -Dm644 LICENSE.md 
"$pkgdir/usr/share/licenses/python2-markdown/LICENSE"
+}
+
+check_python-markdown() {
+  [[ $(python -c "import markdown; print(markdown.version)") == "$pkgver" ]]
+  [[ $(python -c "import markdown; print(markdown.markdown('*test*'))") == 
"test" ]]
+}
+
+check_python2-markdown() {
+  [[ $(python2 -c "import markdown; print(markdown.version)") == "$pkgver" ]]
+  [[ $(python2 -c "import markdown; print(markdown.markdown('*test*'))") == 
"test" ]]
+}
+


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

2016-03-27 Thread Kyle Keen
Date: Sunday, March 27, 2016 @ 17:29:22
  Author: kkeen
Revision: 168555

upgpkg: python-markdown 2.6.6-1

Modified:
  python-markdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 15:20:20 UTC (rev 168554)
+++ PKGBUILD2016-03-27 15:29:22 UTC (rev 168555)
@@ -8,7 +8,7 @@
 pkgbase=python-markdown
 pkgname=('python-markdown' 'python2-markdown')
 _pkgbasename=Markdown
-pkgver=2.6.5
+pkgver=2.6.6
 pkgrel=1
 pkgdesc="Python implementation of John Gruber's Markdown."
 arch=('any')
@@ -16,7 +16,7 @@
 license=('BSD')
 makedepends=('python' 'python2')
 
source=("http://pypi.python.org/packages/source/M/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz;)
-md5sums=('4fdb39248c9919e32ab68f5e5a9fa9f2')
+md5sums=('d6737edcdb9a9aceaef0bf28455673be')
 
 build() {
   # bug in 2.4, some DOS line endings slipped in


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

2016-03-27 Thread Felix Yan
Date: Sunday, March 27, 2016 @ 17:20:20
  Author: fyan
Revision: 168554

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 168553, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install
(from rev 168553, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 168553, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/haskell-pandoc-crossref.install
(from rev 168553, 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 168553, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-27 15:20:20 UTC (rev 168554)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.0.1
+pkgrel=2
+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=('44bdbc38d8d7a743951a2333fb70b33a6497b2d50ccdb5696736fdc5133aef21')
+
+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 168553, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
===
--- community-staging-i686/haskell-pandoc-crossref.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-crossref.install  2016-03-27 
15:20:20 UTC (rev 168554)
@@ -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 
168553, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-03-27 Thread Felix Yan
Date: Sunday, March 27, 2016 @ 17:19:44
  Author: fyan
Revision: 168553

upgpkg: pandoc-crossref 0.2.0.1-2

rebuild with cmark-0.5.2, language-javascript-0.6.0.4, texmath-0.8.5.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 15:15:47 UTC (rev 168552)
+++ PKGBUILD2016-03-27 15:19:44 UTC (rev 168553)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2016-03-27 Thread Felix Yan
Date: Sunday, March 27, 2016 @ 17:15:47
  Author: fyan
Revision: 168552

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

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 168551, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-27 15:15:47 UTC (rev 168552)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.2
+pkgrel=5
+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-tagsoup" "haskell-text" "haskell-time-locale-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('86359589370266cc6fecad41ad1574a54382e9981aa08203d931d684fdc70bf3')
+
+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 168551, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-03-27 15:15:47 UTC 
(rev 168552)
@@ -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 
168551, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-27 15:15:47 UTC (rev 168552)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

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

2016-03-27 Thread Felix Yan
Date: Sunday, March 27, 2016 @ 17:15:11
  Author: fyan
Revision: 168551

upgpkg: haskell-hakyll 4.7.5.2-5

rebuild with cmark-0.5.2, language-javascript-0.6.0.4, texmath-0.8.5.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 15:11:05 UTC (rev 168550)
+++ PKGBUILD2016-03-27 15:15:11 UTC (rev 168551)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.7.5.2
-pkgrel=4
+pkgrel=5
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2016-03-27 Thread Kyle Keen
Date: Sunday, March 27, 2016 @ 17:10:43
  Author: kkeen
Revision: 168549

upgpkg: jwm 2.3.5-1

Modified:
  jwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 15:01:43 UTC (rev 168548)
+++ PKGBUILD2016-03-27 15:10:43 UTC (rev 168549)
@@ -3,7 +3,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=jwm
-pkgver=2.3.4
+pkgver=2.3.5
 pkgrel=1
 pkgdesc="A lightweight window manager for the X11 Window System"
 arch=('i686' 'x86_64')
@@ -15,9 +15,14 @@
 jwm.desktop)
 # contacted upstream about desktop
 # no reply
-md5sums=('64660b8b9dbd842d02662e4de95789c3'
+md5sums=('24cf4e15273579fa9efc71cab2fbf061'
  'ad898472f7538ffc3ff511c055fee535')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|/usr/local/share/|/usr/share/|' contrib/Makefile po/Makefile* 
example.jwmrc
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc --disable-fribidi 
@@ -27,6 +32,6 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   make BINDIR="$pkgdir/usr/bin" MANDIR="$pkgdir/usr/share/man" \
-   SYSCONF="$pkgdir/etc" install
+   DESTDIR="$pkgdir" SYSCONF="$pkgdir/etc" install
   install -Dm644 "$srcdir/jwm.desktop" 
"$pkgdir/usr/share/xsessions/jwm.desktop"
 }


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

2016-03-27 Thread Kyle Keen
Date: Sunday, March 27, 2016 @ 17:11:05
  Author: kkeen
Revision: 168550

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

Added:
  jwm/repos/community-i686/PKGBUILD
(from rev 168549, jwm/trunk/PKGBUILD)
  jwm/repos/community-i686/jwm.desktop
(from rev 168549, jwm/trunk/jwm.desktop)
  jwm/repos/community-x86_64/PKGBUILD
(from rev 168549, jwm/trunk/PKGBUILD)
  jwm/repos/community-x86_64/jwm.desktop
(from rev 168549, jwm/trunk/jwm.desktop)
Deleted:
  jwm/repos/community-i686/PKGBUILD
  jwm/repos/community-i686/jwm.desktop
  jwm/repos/community-x86_64/PKGBUILD
  jwm/repos/community-x86_64/jwm.desktop

--+
 /PKGBUILD|   74 +
 /jwm.desktop |   14 +++
 community-i686/PKGBUILD  |   32 -
 community-i686/jwm.desktop   |7 ---
 community-x86_64/PKGBUILD|   32 -
 community-x86_64/jwm.desktop |7 ---
 6 files changed, 88 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-27 15:10:43 UTC (rev 168549)
+++ community-i686/PKGBUILD 2016-03-27 15:11:05 UTC (rev 168550)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej Pupykin 
-
-pkgname=jwm
-pkgver=2.3.4
-pkgrel=1
-pkgdesc="A lightweight window manager for the X11 Window System"
-arch=('i686' 'x86_64')
-url="http://joewing.net/projects/jwm/;
-license=('GPL2')
-depends=('libx11' 'libxft' 'libjpeg>=7' 'libxpm' 'libxinerama' 'libpng' 
'cairo' 'librsvg')
-backup=('etc/system.jwmrc')
-source=(http://joewing.net/projects/jwm/releases/jwm-$pkgver.tar.xz
-jwm.desktop)
-# contacted upstream about desktop
-# no reply
-md5sums=('64660b8b9dbd842d02662e4de95789c3'
- 'ad898472f7538ffc3ff511c055fee535')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-fribidi 
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make BINDIR="$pkgdir/usr/bin" MANDIR="$pkgdir/usr/share/man" \
-   SYSCONF="$pkgdir/etc" install
-  install -Dm644 "$srcdir/jwm.desktop" 
"$pkgdir/usr/share/xsessions/jwm.desktop"
-}

Copied: jwm/repos/community-i686/PKGBUILD (from rev 168549, jwm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-27 15:11:05 UTC (rev 168550)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+
+pkgname=jwm
+pkgver=2.3.5
+pkgrel=1
+pkgdesc="A lightweight window manager for the X11 Window System"
+arch=('i686' 'x86_64')
+url="http://joewing.net/projects/jwm/;
+license=('GPL2')
+depends=('libx11' 'libxft' 'libjpeg>=7' 'libxpm' 'libxinerama' 'libpng' 
'cairo' 'librsvg')
+backup=('etc/system.jwmrc')
+source=(http://joewing.net/projects/jwm/releases/jwm-$pkgver.tar.xz
+jwm.desktop)
+# contacted upstream about desktop
+# no reply
+md5sums=('24cf4e15273579fa9efc71cab2fbf061'
+ 'ad898472f7538ffc3ff511c055fee535')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|/usr/local/share/|/usr/share/|' contrib/Makefile po/Makefile* 
example.jwmrc
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-fribidi 
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make BINDIR="$pkgdir/usr/bin" MANDIR="$pkgdir/usr/share/man" \
+   DESTDIR="$pkgdir" SYSCONF="$pkgdir/etc" install
+  install -Dm644 "$srcdir/jwm.desktop" 
"$pkgdir/usr/share/xsessions/jwm.desktop"
+}

Deleted: community-i686/jwm.desktop
===
--- community-i686/jwm.desktop  2016-03-27 15:10:43 UTC (rev 168549)
+++ community-i686/jwm.desktop  2016-03-27 15:11:05 UTC (rev 168550)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=JWM
-Comment=A lightweight window manger for the X11 Window System
-Exec=/usr/bin/jwm
-TryExec=/usr/bin/jwm
-Type=XSession

Copied: jwm/repos/community-i686/jwm.desktop (from rev 168549, 
jwm/trunk/jwm.desktop)
===
--- community-i686/jwm.desktop  (rev 0)
+++ community-i686/jwm.desktop  2016-03-27 15:11:05 UTC (rev 168550)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=JWM
+Comment=A lightweight window manger for the X11 Window System
+Exec=/usr/bin/jwm
+TryExec=/usr/bin/jwm
+Type=XSession

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-27 15:10:43 UTC (rev 168549)
+++ community-x86_64/PKGBUILD   2016-03-27 15:11:05 UTC (rev 168550)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Maintainer: Sergej 

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

2016-03-27 Thread Felix Yan
Date: Sunday, March 27, 2016 @ 17:01:43
  Author: fyan
Revision: 168548

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 168547, haskell-yesod-static/trunk/PKGBUILD)
  haskell-yesod-static/repos/community-staging-i686/haskell-yesod-static.install
(from rev 168547, 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 168547, haskell-yesod-static/trunk/PKGBUILD)
  
haskell-yesod-static/repos/community-staging-x86_64/haskell-yesod-static.install
(from rev 168547, 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 
168547, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-27 15:01:43 UTC (rev 168548)
@@ -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=35
+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 168547, 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-03-27 15:01:43 UTC 
(rev 168548)
@@ -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 
168547, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD

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

2016-03-27 Thread Felix Yan
Date: Sunday, March 27, 2016 @ 17:01:06
  Author: fyan
Revision: 168547

upgpkg: haskell-yesod-static 1.5.0.3-35

rebuild with cmark-0.5.2, language-javascript-0.6.0.4, texmath-0.8.5.1

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 14:57:29 UTC (rev 168546)
+++ PKGBUILD2016-03-27 15:01:06 UTC (rev 168547)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.0.3
-pkgrel=34
+pkgrel=35
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-03-27 Thread Felix Yan
Date: Sunday, March 27, 2016 @ 16:57:29
  Author: fyan
Revision: 168546

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

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

--+
 community-staging-i686/PKGBUILD  |   59 +
 community-staging-i686/haskell-pandoc-citeproc.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   59 +
 community-staging-x86_64/haskell-pandoc-citeproc.install |   18 +++
 4 files changed, 154 insertions(+)

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 168545, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-27 14:57:29 UTC (rev 168546)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.9.1.1
+pkgrel=6
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('15c89a9aa6bce4efd6b728ea16151eb6390cad0495eb82c50cbac490591c8f86')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+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-citeproc() {
+depends=('pandoc' 'icu')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+install="haskell-pandoc-citeproc.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 -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install 
(from rev 168545, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-staging-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install  2016-03-27 
14:57:29 UTC (rev 168546)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  

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

2016-03-27 Thread Felix Yan
Date: Sunday, March 27, 2016 @ 16:56:56
  Author: fyan
Revision: 168545

upgpkg: pandoc-citeproc 0.9.1.1-6

rebuild with cmark-0.5.2, language-javascript-0.6.0.4, texmath-0.8.5.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 10:26:01 UTC (rev 168544)
+++ PKGBUILD2016-03-27 14:56:56 UTC (rev 168545)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.9.1.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


[arch-commits] Commit in kig/kde-unstable (PKGBUILD)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 16:49:10
  Author: arojas
Revision: 263030

Remove unneeded workaround

Modified:
  kig/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 14:47:22 UTC (rev 263029)
+++ PKGBUILD2016-03-27 14:49:10 UTC (rev 263030)
@@ -30,9 +30,7 @@
 -DBUILD_TESTING=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBoostPython_INCLUDE_DIRS=/usr/include/python2.7 \
--DBoostPython_LIBRARIES='-lboost_python -lpython2.7'
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
   make
 }
 


[arch-commits] Commit in kio-extras/kde-unstable (PKGBUILD)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 16:46:54
  Author: arojas
Revision: 263028

Add missing kactivities dependency

Modified:
  kio-extras/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 14:15:41 UTC (rev 263027)
+++ PKGBUILD2016-03-27 14:46:54 UTC (rev 263028)
@@ -5,12 +5,12 @@
 
 pkgname=kio-extras
 pkgver=16.03.80
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(i686 x86_64)
 url='https://projects.kde.org/projects/kde/workspace/kio-extras'
 license=(LGPL)
-depends=(kdelibs4support khtml kdnssd libssh smbclient exiv2 openexr openslp 
libmtp kpty)
+depends=(kdelibs4support khtml kdnssd libssh smbclient exiv2 openexr openslp 
libmtp kpty kactivities)
 makedepends=(extra-cmake-modules kdoctools)
 groups=(kde-applications kdenetwork)
 install=$pkgname.install


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

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 16:47:22
  Author: arojas
Revision: 263029

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

Added:
  kio-extras/repos/kde-unstable-i686/PKGBUILD
(from rev 263028, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/kde-unstable-i686/kio-extras.install
(from rev 263028, kio-extras/kde-unstable/kio-extras.install)
  kio-extras/repos/kde-unstable-x86_64/PKGBUILD
(from rev 263028, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/kde-unstable-x86_64/kio-extras.install
(from rev 263028, kio-extras/kde-unstable/kio-extras.install)
Deleted:
  kio-extras/repos/kde-unstable-i686/PKGBUILD
  kio-extras/repos/kde-unstable-i686/kio-extras.install
  kio-extras/repos/kde-unstable-x86_64/PKGBUILD
  kio-extras/repos/kde-unstable-x86_64/kio-extras.install

+
 /PKGBUILD  |   78 +++
 /kio-extras.install|   22 
 kde-unstable-i686/PKGBUILD |   39 ---
 kde-unstable-i686/kio-extras.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   39 ---
 kde-unstable-x86_64/kio-extras.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-03-27 14:46:54 UTC (rev 263028)
+++ kde-unstable-i686/PKGBUILD  2016-03-27 14:47:22 UTC (rev 263029)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio-extras
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Additional components to increase the functionality of KIO"
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/kio-extras'
-license=(LGPL)
-depends=(kdelibs4support khtml kdnssd libssh smbclient exiv2 openexr openslp 
libmtp kpty)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(kde-applications kdenetwork)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('4ac753b450e1202c8c773ab5b7ad9b44')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kio-extras/repos/kde-unstable-i686/PKGBUILD (from rev 263028, 
kio-extras/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-27 14:47:22 UTC (rev 263029)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=16.03.80
+pkgrel=2
+pkgdesc="Additional components to increase the functionality of KIO"
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/kio-extras'
+license=(LGPL)
+depends=(kdelibs4support khtml kdnssd libssh smbclient exiv2 openexr openslp 
libmtp kpty kactivities)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('4ac753b450e1202c8c773ab5b7ad9b44')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-i686/kio-extras.install
===
--- kde-unstable-i686/kio-extras.install2016-03-27 14:46:54 UTC (rev 
263028)
+++ kde-unstable-i686/kio-extras.install2016-03-27 14:47:22 UTC (rev 
263029)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/kde-unstable-i686/kio-extras.install (from rev 263028, 
kio-extras/kde-unstable/kio-extras.install)
===
--- kde-unstable-i686/kio-extras.install(rev 0)
+++ kde-unstable-i686/kio-extras.install2016-03-27 14:47:22 UTC (rev 
263029)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+

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

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 16:15:41
  Author: arojas
Revision: 263027

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

Added:
  kdenlive/repos/kde-unstable-i686/PKGBUILD
(from rev 263026, kdenlive/kde-unstable/PKGBUILD)
  kdenlive/repos/kde-unstable-i686/kdenlive.install
(from rev 263026, kdenlive/kde-unstable/kdenlive.install)
  kdenlive/repos/kde-unstable-x86_64/PKGBUILD
(from rev 263026, kdenlive/kde-unstable/PKGBUILD)
  kdenlive/repos/kde-unstable-x86_64/kdenlive.install
(from rev 263026, kdenlive/kde-unstable/kdenlive.install)
Deleted:
  kdenlive/repos/kde-unstable-i686/PKGBUILD
  kdenlive/repos/kde-unstable-i686/kdenlive.install
  kdenlive/repos/kde-unstable-x86_64/PKGBUILD
  kdenlive/repos/kde-unstable-x86_64/kdenlive.install

--+
 /PKGBUILD|   96 +
 /kdenlive.install|   26 
 kde-unstable-i686/PKGBUILD   |   48 
 kde-unstable-i686/kdenlive.install   |   13 
 kde-unstable-x86_64/PKGBUILD |   48 
 kde-unstable-x86_64/kdenlive.install |   13 
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-03-27 14:14:31 UTC (rev 263026)
+++ kde-unstable-i686/PKGBUILD  2016-03-27 14:15:41 UTC (rev 263027)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Zuf 
-# Contributor: Darwin Bautista 
-# Contributor: Gustavo Alvarez 
-
-pkgname=kdenlive
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="A non-linear video editor for Linux using the MLT video framework"
-arch=(i686 x86_64)
-url="http://www.kdenlive.org/;
-license=(GPL)
-groups=(kde-applications kdemultimedia)
-depends=(knewstuff kplotting knotifyconfig kded mlt glu sdl_image 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools v4l-utils)
-optdepends=('ffmpeg: for FFmpeg plugin'
-'cdrkit: for creation of DVD ISO images'
-'dvdauthor: for creation of DVD'
-'dvgrab: for firewire capture'
-'libdv: for webcam capture (if FFmpeg is not installed)'
-'recordmydesktop: for screen capture'
-'xine-ui: for DVD preview'
-'plasma-desktop: theme configuration')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
-md5sums=('ab71ed30cf040443f62e749812870968')
-install=$pkgname.install
-
-prepare(){
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-}
-

Copied: kdenlive/repos/kde-unstable-i686/PKGBUILD (from rev 263026, 
kdenlive/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-27 14:15:41 UTC (rev 263027)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Zuf 
+# Contributor: Darwin Bautista 
+# Contributor: Gustavo Alvarez 
+
+pkgname=kdenlive
+pkgver=16.03.80
+pkgrel=2
+pkgdesc="A non-linear video editor for Linux using the MLT video framework"
+arch=(i686 x86_64)
+url="http://www.kdenlive.org/;
+license=(GPL)
+groups=(kde-applications kdemultimedia)
+depends=(knewstuff kplotting knotifyconfig kded kfilemetadata mlt glu 
sdl_image hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools v4l-utils)
+optdepends=('ffmpeg: for FFmpeg plugin'
+'cdrkit: for creation of DVD ISO images'
+'dvdauthor: for creation of DVD'
+'dvgrab: for firewire capture'
+'libdv: for webcam capture (if FFmpeg is not installed)'
+'recordmydesktop: for screen capture'
+'xine-ui: for DVD preview'
+'plasma-desktop: theme configuration')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+md5sums=('ab71ed30cf040443f62e749812870968')
+install=$pkgname.install
+
+prepare(){
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}
+

Deleted: kde-unstable-i686/kdenlive.install

[arch-commits] Commit in kdenlive/kde-unstable (PKGBUILD)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 16:14:31
  Author: arojas
Revision: 263026

Add kfilemetadata dependency

Modified:
  kdenlive/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 13:58:41 UTC (rev 263025)
+++ PKGBUILD2016-03-27 14:14:31 UTC (rev 263026)
@@ -7,13 +7,13 @@
 
 pkgname=kdenlive
 pkgver=16.03.80
-pkgrel=1
+pkgrel=2
 pkgdesc="A non-linear video editor for Linux using the MLT video framework"
 arch=(i686 x86_64)
 url="http://www.kdenlive.org/;
 license=(GPL)
 groups=(kde-applications kdemultimedia)
-depends=(knewstuff kplotting knotifyconfig kded mlt glu sdl_image 
hicolor-icon-theme)
+depends=(knewstuff kplotting knotifyconfig kded kfilemetadata mlt glu 
sdl_image hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools v4l-utils)
 optdepends=('ffmpeg: for FFmpeg plugin'
 'cdrkit: for creation of DVD ISO images'


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

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 15:58:41
  Author: arojas
Revision: 263025

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

Added:
  spectacle/repos/kde-unstable-i686/PKGBUILD
(from rev 263024, spectacle/kde-unstable/PKGBUILD)
  spectacle/repos/kde-unstable-i686/spectacle.install
(from rev 263024, spectacle/kde-unstable/spectacle.install)
  spectacle/repos/kde-unstable-x86_64/PKGBUILD
(from rev 263024, spectacle/kde-unstable/PKGBUILD)
  spectacle/repos/kde-unstable-x86_64/spectacle.install
(from rev 263024, spectacle/kde-unstable/spectacle.install)
Deleted:
  spectacle/repos/kde-unstable-i686/PKGBUILD
  spectacle/repos/kde-unstable-i686/spectacle.install
  spectacle/repos/kde-unstable-x86_64/PKGBUILD
  spectacle/repos/kde-unstable-x86_64/spectacle.install

---+
 /PKGBUILD |   76 
 /spectacle.install|   24 ++
 kde-unstable-i686/PKGBUILD|   38 
 kde-unstable-i686/spectacle.install   |   12 -
 kde-unstable-x86_64/PKGBUILD  |   38 
 kde-unstable-x86_64/spectacle.install |   12 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-03-27 13:54:12 UTC (rev 263024)
+++ kde-unstable-i686/PKGBUILD  2016-03-27 13:58:41 UTC (rev 263025)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=spectacle
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="KDE screenshot capture utility"
-arch=(i686 x86_64)
-url='https://projects.kde.org/spectacle'
-license=(GPL)
-depends=(kio xcb-util-cursor libkscreen libkipi hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdegraphics-ksnapshot kscreengenie)
-replaces=(kdegraphics-ksnapshot kscreengenie)
-groups=(kde-applications kdegraphics)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('6dd0f03a9f7c813e6203fc7f54607f62')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: spectacle/repos/kde-unstable-i686/PKGBUILD (from rev 263024, 
spectacle/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-27 13:58:41 UTC (rev 263025)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=spectacle
+pkgver=16.03.80
+pkgrel=2
+pkgdesc="KDE screenshot capture utility"
+arch=(i686 x86_64)
+url='https://projects.kde.org/spectacle'
+license=(GPL)
+depends=(xcb-util-cursor libkscreen libkipi purpose)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdegraphics-ksnapshot kscreengenie)
+replaces=(kdegraphics-ksnapshot kscreengenie)
+groups=(kde-applications kdegraphics)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('6dd0f03a9f7c813e6203fc7f54607f62')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: kde-unstable-i686/spectacle.install
===
--- kde-unstable-i686/spectacle.install 2016-03-27 13:54:12 UTC (rev 263024)
+++ kde-unstable-i686/spectacle.install 2016-03-27 13:58:41 UTC (rev 263025)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: spectacle/repos/kde-unstable-i686/spectacle.install (from rev 263024, 
spectacle/kde-unstable/spectacle.install)
===
--- kde-unstable-i686/spectacle.install (rev 0)
+++ kde-unstable-i686/spectacle.install 2016-03-27 13:58:41 UTC (rev 263025)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-03-27 13:54:12 UTC (rev 263024)
+++ 

[arch-commits] Commit in spectacle/kde-unstable (PKGBUILD)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 15:54:12
  Author: arojas
Revision: 263024

Enable purpose support

Modified:
  spectacle/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 13:37:24 UTC (rev 263023)
+++ PKGBUILD2016-03-27 13:54:12 UTC (rev 263024)
@@ -3,12 +3,12 @@
 
 pkgname=spectacle
 pkgver=16.03.80
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE screenshot capture utility"
 arch=(i686 x86_64)
 url='https://projects.kde.org/spectacle'
 license=(GPL)
-depends=(kio xcb-util-cursor libkscreen libkipi hicolor-icon-theme)
+depends=(xcb-util-cursor libkscreen libkipi purpose)
 makedepends=(extra-cmake-modules kdoctools)
 conflicts=(kdegraphics-ksnapshot kscreengenie)
 replaces=(kdegraphics-ksnapshot kscreengenie)


[arch-commits] Commit in kde-l10n/repos (kde-unstable-any kde-unstable-any/PKGBUILD)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 15:37:24
  Author: arojas
Revision: 263023

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kde-l10n/repos/kde-unstable-any/
  kde-l10n/repos/kde-unstable-any/PKGBUILD
(from rev 263022, kde-l10n/kde-unstable/PKGBUILD)

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

Copied: kde-l10n/repos/kde-unstable-any/PKGBUILD (from rev 263022, 
kde-l10n/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2016-03-27 13:37:24 UTC (rev 263023)
@@ -0,0 +1,172 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kde-l10n
+pkgver=16.03.80
+pkgrel=1
+arch=('any')
+url='http://www.kde.org/'
+license=('GPL')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4' 'kconfig' 
'ki18n' 'qt5-tools')
+options=('docs')
+
+_languages=(
+  'ar "Arabic"'
+  'ast"Asturian"'
+  'bg "Bulgarian"'
+  'bs "Bosnian"'
+  'ca "Catalan"'
+  'ca@valencia "Catalan (Valencian)"'
+  'cs "Czech"'
+  'da "Danish"'
+  'de "German"'
+  'el "Greek"'
+  'en_GB  "British English"'
+  'eo "Esperanto"'
+  'es "Spanish"'
+  'et "Estonian"'
+  'eu "Basque"'
+  'fa "Farsi"'
+  'fi "Finnish"'
+  'fr "French"'
+  'ga "Irish"'
+  'gl "Galician"'
+  'he "Hebrew"'
+  'hi "Hindi"'
+  'hr "Croatian"'
+  'hu "Hungarian"'
+  'ia "Interlingua"'
+  'id "Indonesian"'
+  'is "Icelandic"'
+  'it "Italian"'
+  'ja "Japanese"'
+  'kk "Kazakh"'
+  'km "Khmer"'
+  'ko "Korean"'
+  'lt "Lithuanian"'
+  'lv "Latvian"'
+  'mr "Marathi"'
+  'nb "Norwegian Bokmal"'
+  'nds"Low Saxon"'
+  'nl "Dutch"'
+  'nn "Norwegian Nynorsk"'
+  'pa "Panjabi/Punjabi"'
+  'pl "Polish"'
+  'pt "Portuguese"'
+  'pt_BR  "Brazilian Portuguese"'
+  'ro "Romanian"'
+  'ru "Russian"'
+  'sk "Slovak"'
+  'sl "Slovenian"'
+  'sr "Serbian"'
+  'sv "Swedish"'
+  'tr "Turkish"'
+  'ug "Uyghur"'
+  'uk "Ukrainian"'
+  'wa "Walloon"'
+  'zh_CN  "Chinese Simplified"'
+  'zh_TW  "Chinese Traditional"'
+)
+
+pkgname=()
+source=()
+
+for _lang in "${_languages[@]}"; do
+  _locale=${_lang%% *}
+  _pkgname=kde-l10n-${_locale,,}
+  
+  pkgname+=($_pkgname)
+  
source+=("http://download.kde.org/stable/applications/$pkgver/src/$pkgbase/$pkgbase-$_locale-$pkgver.tar.xz;)
+  eval "package_$_pkgname() {
+_package $_lang
+  }"
+done
+
+md5sums=('a11c3874b73f75c88561ac88025d07f0'
+ 'a451c0bb4270c1a588135e73ffc221ac'
+ '43e771a3aabdbf4b7d43c5fe4f44ff99'
+ 'dab9bef089f3cf156b0e6dd9ac491e79'
+ '103f62367a937e9a075ef665a9f9ffd6'
+ '3114ec370b5260b602f0b79ce7b3ce38'
+ '9e3681b8358f8348ff071dcbdf5cc28e'
+ '13ecb0713c863f0411cf4c92060c2144'
+ 'ad86cee9b18ea2b9198ec711eca06251'
+ '835684f10528ce5c22dc5bd3abfdd189'
+ '07bc6eb1b891b9e74bc1049d74e1ba23'
+ 'bb26f89a5908f4c3b95ece9bbe3cbb58'
+ 'e4a82af52b6af429880c7ad370e88516'
+ 'a342dfc833ba8ca6bbf13ca387648799'
+ '61de1c7f98599e7f225b50183ced8e15'
+ 'b6751f3935f1cb7c3b0776d3a32bb167'
+ '7fdc5e5b3bcdc819343f8c07ad4aab23'
+ 'f6b42e66210945e7afa9b1dce3005419'
+ '9ab5334e3aeaebf499e143d6cb220076'
+ 'd006406eff5565d4c52afd1081d3fd1a'
+ '9e6ce0a5ce9b0e6b4db28b3e900f80bc'
+ '0c3988cb8d7f247002b5f305bd17f2c3'
+ '0981b902882dc567b83eb8a81bab3b89'
+ '59d81b6afc31703e5487e61d5a20cec6'
+ 'd24324d41fd8013651706070597c3c66'
+ '16c0a4618e4ca0e0d94236e9d2a79147'
+ '1121f23d3ecb52c06f414b3531460633'
+ '19fd9e0b5c47c4250f7e60e72e777331'
+ 'c34c52a23d4267e6133a22b1032f9414'
+ 'b9a953c0cc60cc6b14dc0eb0353ff48e'
+ 'dc04d133d27bf8739683422f8071166e'
+ 'e6ec045d7225e3ab7cee7505d25e26d9'
+ '2246f65263c1b4a86125549a1f8d798e'
+ '81fcad32ca19c3414b5d5a6905df7fcc'
+ 'cf67597000126239ad2b785705c0367c'
+ '692535c51618438e428e00233bfa466a'
+ '2e68aa429630aa2f324a126c8c1ea405'
+ '2878c785b2bee23cbf0183a582c0efde'
+ 'c58896e2fd2a9cb7a50bf65c308a1f9d'
+ 'a273fdf8e7482f37891c63c8625a29eb'
+ '5f64abd707feaf9b3b351d61c641973a'
+ '07c3fef927986d4ae3162679bedbcf56'
+ '07f67b385b3556d263058605980147b9'
+ '37c1422e2edcdebc4c1fa6127b443d01'
+ 'c27d5f7892204a872aec7035c4a56718'
+ '20a940a38086485a54ab6d5fa43ca489'
+ '200feeb42fefc1b9e2f1285d145e1882'
+ 'c535491285f04dd53009ffa6dcbbf43b'
+ 

[arch-commits] Commit in kde-applications-meta/repos (2 files)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 15:35:50
  Author: arojas
Revision: 263022

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kde-applications-meta/repos/kde-unstable-any/
  kde-applications-meta/repos/kde-unstable-any/PKGBUILD
(from rev 263021, kde-applications-meta/kde-unstable/PKGBUILD)

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

Copied: kde-applications-meta/repos/kde-unstable-any/PKGBUILD (from rev 263021, 
kde-applications-meta/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2016-03-27 13:35:50 UTC (rev 263022)
@@ -0,0 +1,286 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kde-applications-meta
+pkgname=('kde-applications-meta'
+'kde-meta-kdeaccessibility'
+ 'kde-meta-kdeadmin'
+ 'kde-meta-kdebase'
+ 'kde-meta-kdeedu'
+ 'kde-meta-kdegames'
+ 'kde-meta-kdegraphics'
+ 'kde-meta-kdemultimedia'
+ 'kde-meta-kdenetwork'
+ 'kde-meta-kdepim'
+ 'kde-meta-kdesdk'
+ 'kde-meta-kdeutils'
+ 'kde-meta-kdewebdev'
+ 'telepathy-kde-meta')
+pkgver=16.04
+pkgrel=0.1
+arch=(any)
+url='http://www.archlinux.org/'
+license=(GPL)
+
+package_kde-applications-meta() {
+   pkgdesc='Meta package for KDE Applications'
+depends=('kde-meta-kdeaccessibility'
+ 'kde-meta-kdeadmin'
+ 'kde-meta-kdebase'
+ 'kde-meta-kdeedu'
+ 'kde-meta-kdegames'
+ 'kde-meta-kdegraphics'
+ 'kde-meta-kdemultimedia'
+ 'kde-meta-kdenetwork'
+ 'kde-meta-kdepim'
+ 'kde-meta-kdesdk'
+ 'kde-meta-kdeutils'
+ 'kde-meta-kdewebdev'
+ 'khelpcenter')
+}
+
+package_kde-meta-kdeaccessibility() {
+   pkgdesc='Meta package for kdeaccessibility'
+   depends=('kdeaccessibility-jovie'
+ 'kdeaccessibility-kaccessible'
+'kdeaccessibility-kmag'
+'kdeaccessibility-kmousetool'
+'kdeaccessibility-kmouth')
+   replaces=('kdeaccessibility')
+   conflicts=('kdeaccessibility')
+}
+
+package_kde-meta-kdeadmin() {
+   pkgdesc='Meta package for kdeadmin'
+   depends=('kcron'
+   'ksystemlog'
+   'kdeadmin-kuser')
+   replaces=('kdeadmin')
+   conflicts=('kdeadmin')
+}
+
+package_kde-meta-kdebase() {
+   pkgdesc='Meta package for kdebase'
+   depends=('dolphin'
+'kdebase-kdepasswd'
+'kdebase-kdialog'
+'kdebase-kfind'
+ 'kdebase-keditbookmarks'
+'kdebase-konqueror'
+ 'kdebase-konq-plugins'
+'konsole'
+'kate'
+'kwrite')
+   replaces=('kdebase')
+   conflicts=('kdebase')
+}
+
+package_kde-meta-kdeedu() {
+   pkgdesc='Meta package for kdeedu'
+   depends=('artikulate'
+'blinken'
+'cantor'
+'kalgebra'
+'kdeedu-kalzium'
+'kanagram'
+'kbruch'
+'kgeography'
+'khangman'
+'kig'
+'kiten'
+'klettres'
+'kmplot'
+'kstars'
+'kdeedu-ktouch'
+'kturtle'
+'kwordquiz'
+'marble'
+ 'minuet'
+'parley'
+'rocs'
+'step')
+   replaces=('kdeedu')
+   conflicts=('kdeedu')
+}
+
+package_kde-meta-kdegames() {
+   pkgdesc='Meta package for kdegames'
+   depends=('bomber'
+'bovo'
+'granatier'
+'kdegames-kajongg'
+'kapman'
+'katomic'
+'kblackbox'
+'kblocks'
+'kbounce'
+'kbreakout'
+'kdiamond'
+'kfourinline'
+'kdegames-kgoldrunner'
+'kdegames-kigo'
+'killbots'
+'kiriki'
+'kjumpingcube'
+'klines'
+'klickety'
+'kmahjongg'
+'kmines'
+'knavalbattle' 
+ 'knetwalk'
+'kdegames-kolf'
+'kollision'
+'kdegames-konquest'
+'kpatience'
+'kdegames-kreversi'
+'kshisen'
+'kdegames-ksirk'
+ 'kdegames-ksnakeduel'
+'kdegames-kspaceduel'
+'ksquares'
+'kdegames-ksudoku'
+   

[arch-commits] Commit in (10 files)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 15:35:04
  Author: arojas
Revision: 263021

Drop unneeded dependencies

Modified:
  kdebugsettings/kde-unstable/PKGBUILD
  kfourinline/kde-unstable/PKGBUILD
  kjumpingcube/kde-unstable/PKGBUILD
  kleopatra/kde-unstable/PKGBUILD
  kmines/kde-unstable/PKGBUILD
  kollision/kde-unstable/PKGBUILD
  kpatience/kde-unstable/PKGBUILD
  ksquares/kde-unstable/PKGBUILD
  kstars/kde-unstable/PKGBUILD
  kwordquiz/kde-unstable/PKGBUILD

--+
 kdebugsettings/kde-unstable/PKGBUILD |2 +-
 kfourinline/kde-unstable/PKGBUILD|2 +-
 kjumpingcube/kde-unstable/PKGBUILD   |2 +-
 kleopatra/kde-unstable/PKGBUILD  |2 +-
 kmines/kde-unstable/PKGBUILD |2 +-
 kollision/kde-unstable/PKGBUILD  |2 +-
 kpatience/kde-unstable/PKGBUILD  |2 +-
 ksquares/kde-unstable/PKGBUILD   |2 +-
 kstars/kde-unstable/PKGBUILD |2 +-
 kwordquiz/kde-unstable/PKGBUILD  |2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

Modified: kdebugsettings/kde-unstable/PKGBUILD
===
--- kdebugsettings/kde-unstable/PKGBUILD2016-03-27 13:34:29 UTC (rev 
263020)
+++ kdebugsettings/kde-unstable/PKGBUILD2016-03-27 13:35:04 UTC (rev 
263021)
@@ -8,7 +8,7 @@
 arch=(i686 x86_64)
 url='http://projects.kde.org/kdebugsettings'
 license=(GPL)
-depends=(kconfigwidgets kio)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
 makedepends=(extra-cmake-modules python)
 groups=(kde-applications kdeutils)
 
source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)

Modified: kfourinline/kde-unstable/PKGBUILD
===
--- kfourinline/kde-unstable/PKGBUILD   2016-03-27 13:34:29 UTC (rev 263020)
+++ kfourinline/kde-unstable/PKGBUILD   2016-03-27 13:35:04 UTC (rev 263021)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+depends=('libkdegames' 'hicolor-icon-theme')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-kfourinline')

Modified: kjumpingcube/kde-unstable/PKGBUILD
===
--- kjumpingcube/kde-unstable/PKGBUILD  2016-03-27 13:34:29 UTC (rev 263020)
+++ kjumpingcube/kde-unstable/PKGBUILD  2016-03-27 13:35:04 UTC (rev 263021)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+depends=('libkdegames' 'hicolor-icon-theme')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-kjumpingcube')

Modified: kleopatra/kde-unstable/PKGBUILD
===
--- kleopatra/kde-unstable/PKGBUILD 2016-03-27 13:34:29 UTC (rev 263020)
+++ kleopatra/kde-unstable/PKGBUILD 2016-03-27 13:35:04 UTC (rev 263021)
@@ -1,5 +1,5 @@
 # $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Roja 
+# Maintainer: Antonio Rojas 
 
 pkgname=kleopatra
 pkgver=16.03.80

Modified: kmines/kde-unstable/PKGBUILD
===
--- kmines/kde-unstable/PKGBUILD2016-03-27 13:34:29 UTC (rev 263020)
+++ kmines/kde-unstable/PKGBUILD2016-03-27 13:35:04 UTC (rev 263021)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+depends=('libkdegames' 'hicolor-icon-theme')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-kmines')

Modified: kollision/kde-unstable/PKGBUILD
===
--- kollision/kde-unstable/PKGBUILD 2016-03-27 13:34:29 UTC (rev 263020)
+++ kollision/kde-unstable/PKGBUILD 2016-03-27 13:35:04 UTC (rev 263021)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+depends=('libkdegames' 'hicolor-icon-theme')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 install=${pkgname}.install
 conflicts=('kdegames-kollision')

Modified: kpatience/kde-unstable/PKGBUILD
===
--- kpatience/kde-unstable/PKGBUILD 2016-03-27 13:34:29 UTC (rev 263020)
+++ kpatience/kde-unstable/PKGBUILD 2016-03-27 13:35:04 UTC (rev 263021)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 

[arch-commits] Commit in kde-applications-meta (kde-unstable kde-unstable/PKGBUILD)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 15:34:29
  Author: arojas
Revision: 263020

KDE Applications 16.04 beta

Added:
  kde-applications-meta/kde-unstable/
Modified:
  kde-applications-meta/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2016-03-26 06:45:29 UTC (rev 262573)
+++ kde-unstable/PKGBUILD   2016-03-27 13:34:29 UTC (rev 263020)
@@ -19,14 +19,14 @@
  'kde-meta-kdeutils'
  'kde-meta-kdewebdev'
  'telepathy-kde-meta')
-pkgver=15.12
-pkgrel=1
+pkgver=16.04
+pkgrel=0.1
 arch=(any)
 url='http://www.archlinux.org/'
 license=(GPL)
 
 package_kde-applications-meta() {
-   pkgdesc=('Meta package for KDE Applications')
+   pkgdesc='Meta package for KDE Applications'
 depends=('kde-meta-kdeaccessibility'
  'kde-meta-kdeadmin'
  'kde-meta-kdebase'
@@ -38,11 +38,12 @@
  'kde-meta-kdepim'
  'kde-meta-kdesdk'
  'kde-meta-kdeutils'
- 'kde-meta-kdewebdev')
+ 'kde-meta-kdewebdev'
+ 'khelpcenter')
 }
 
 package_kde-meta-kdeaccessibility() {
-   pkgdesc=('Meta package for kdeaccessibility')
+   pkgdesc='Meta package for kdeaccessibility'
depends=('kdeaccessibility-jovie'
  'kdeaccessibility-kaccessible'
 'kdeaccessibility-kmag'
@@ -53,7 +54,7 @@
 }
 
 package_kde-meta-kdeadmin() {
-   pkgdesc=('Meta package for kdeadmin')
+   pkgdesc='Meta package for kdeadmin'
depends=('kcron'
'ksystemlog'
'kdeadmin-kuser')
@@ -62,7 +63,7 @@
 }
 
 package_kde-meta-kdebase() {
-   pkgdesc=('Meta package for kdebase')
+   pkgdesc='Meta package for kdebase'
depends=('dolphin'
 'kdebase-kdepasswd'
 'kdebase-kdialog'
@@ -78,7 +79,7 @@
 }
 
 package_kde-meta-kdeedu() {
-   pkgdesc=('Meta package for kdeedu')
+   pkgdesc='Meta package for kdeedu'
depends=('artikulate'
 'blinken'
 'cantor'
@@ -97,6 +98,7 @@
 'kturtle'
 'kwordquiz'
 'marble'
+ 'minuet'
 'parley'
 'rocs'
 'step')
@@ -105,7 +107,7 @@
 }
 
 package_kde-meta-kdegames() {
-   pkgdesc=('Meta package for kdegames')
+   pkgdesc='Meta package for kdegames'
depends=('bomber'
 'bovo'
 'granatier'
@@ -125,7 +127,7 @@
 'kjumpingcube'
 'klines'
 'klickety'
-'kdegames-kmahjongg'
+'kmahjongg'
 'kmines'
 'knavalbattle' 
  'knetwalk'
@@ -150,10 +152,10 @@
 }
 
 package_kde-meta-kdegraphics() {
-   pkgdesc=('Meta package for kdegraphics')
+   pkgdesc='Meta package for kdegraphics'
depends=('gwenview'
 'kamera'
-'kdegraphics-kcolorchooser'
+'kcolorchooser'
 'kdegraphics-kolourpaint'
 'kruler'
  'kdegraphics-ksaneplugin'
@@ -168,7 +170,7 @@
 }
 
 package_kde-meta-kdemultimedia() {
-   pkgdesc=('Meta package for kdemultimedia')
+   pkgdesc='Meta package for kdemultimedia'
depends=('kdemultimedia-audiocd-kio'
  'dragon'
 'ffmpegthumbs'
@@ -182,12 +184,12 @@
 }
 
 package_kde-meta-kdenetwork() {
-   pkgdesc=('Meta package for kdenetwork')
+   pkgdesc='Meta package for kdenetwork'
depends=('kdenetwork-filesharing'
 'kdenetwork-kget'
 'kdenetwork-kopete'
 'kdenetwork-kppp'
-'kdenetwork-krdc'
+'krdc'
 'krfb'
 'kdenetwork-strigi-analyzers'
 'kdenetwork-zeroconf-ioslave'
@@ -198,7 +200,7 @@
 }
 
 package_kde-meta-kdepim() {
-   pkgdesc=('Meta package for kdepim')
+   pkgdesc='Meta package for kdepim'
depends=('akonadiconsole'
 'akregator'
 'blogilo'
@@ -210,13 +212,14 @@
 'knotes'
 'kontact'
 'korganizer'
-'ktnef')
+'ktnef'
+ 'kdepim-addons')
replaces=('kdepim')
conflicts=('kdepim')
 }
 
 package_kde-meta-kdesdk() {
-   pkgdesc=('Meta package for kdesdk')
+   pkgdesc='Meta package for kdesdk'
depends=('kdesdk-cervisia'
 'dolphin-plugins'
 'kde-dev-scripts'
@@ -236,7 +239,7 @@
 }
 
 package_kde-meta-kdeutils() {
-   pkgdesc=('Meta package for kdeutils')
+   pkgdesc='Meta package for kdeutils'
depends=('ark'
 'filelight'
 'kcalc'
@@ -243,7 +246,7 @@

[arch-commits] Commit in kde-l10n (kde-unstable kde-unstable/PKGBUILD)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 15:25:38
  Author: arojas
Revision: 263019

KDE Applications 16.04 beta

Added:
  kde-l10n/kde-unstable/
Modified:
  kde-l10n/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2016-03-26 06:45:29 UTC (rev 262573)
+++ kde-unstable/PKGBUILD   2016-03-27 13:25:38 UTC (rev 263019)
@@ -1,10 +1,11 @@
 # $Id$
 # Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
 # Contributor: Andrea Scarpino 
 # Contributor: Pierre Schmitz 
 
 pkgbase=kde-l10n
-pkgver=15.12.3
+pkgver=16.03.80
 pkgrel=1
 arch=('any')
 url='http://www.kde.org/'
@@ -14,6 +15,7 @@
 
 _languages=(
   'ar "Arabic"'
+  'ast"Asturian"'
   'bg "Bulgarian"'
   'bs "Bosnian"'
   'ca "Catalan"'
@@ -83,60 +85,61 @@
   }"
 done
 
-md5sums=('da776204f42f8cbed28ab47b2b323dc9'
- '4047bd53572211cb40a3b438f1d5a782'
- 'f86e8fda5a8b0c1f69c01a92c6180b4b'
- 'bcac362e35f60b2b288bb969e39a3c50'
- '929837c702dfe97de1dd57ab2fce'
- '317bf58a9b21b97318224fc5ea99b022'
- 'd14d53709ffe23cf8f8ecee0640b094f'
- '0b5db199ae20df6505d85661899979ff'
- '641a1784ff19eff4c93a3c7c5f36b82d'
- '42030339e285e751c91c17ad9c5941a0'
- '1fe60b3837f5d94d78a02aef5ced56fb'
- '780590aaf3e1285a99ebd02888d62990'
- '81a78eca30b12d89cacc2543a95d09ab'
- '8d588c27c481db2f4086786a42de101c'
- '6123bc18fb5ee54121f31c2044525e88'
- '5b5c9b9df4b1712d66abed3ce683d807'
- 'ba1a3adf5922c543a6f54f488353182e'
- '1df3e468a6635ccf7af7a96970a777b6'
- '6b8d14c9294672943b63b183fa5ffd95'
- 'fdc3ba6da0cfb597aeef2cc4a6e4deb4'
- '887ea5c7280babdf03c6d780bc69b99d'
- '071ac58235fd573f989b5d95d02af6d7'
- 'cb1e17c37d12e6a71c93558c53acc4e4'
- '2a6a26512c57c845bdc45f4c44db50a9'
- '8d3818f8503be11ca244a2b4693f91f4'
- '070ec4b0d9702b52737740235606e9c3'
- '5eb796567ff9a4aed4379f9831267ff8'
- '157dbee294eae3fc8d2262be1780a496'
- '758cfc14518ada4e9eefd37e70057755'
- '6e9524ff9fb6f3d4ed481fbe8bcc4a56'
- '41f5a43878af055011e679fe8d132a51'
- 'a8ad5fd5343d9866163e2e889717a71d'
- '79113bb1fa1778ed9e76775d7c141553'
- '7ddabcf8d0b33d846ca599d5f7905500'
- '90a168ecb4be6752912da69150c6353d'
- '76383b1fefd2a93ac806443e53761cc0'
- '6a7606edab2a0e6ecb141667cb516be7'
- 'e173280166f3eec07e656ea17708be0e'
- '90d258e011314fc8c1626825e9892c8b'
- '9dcaf27dc6709a91f853fa0b46dfd75c'
- '9bf97bff2ce02c550ddecc66a9bf6bf7'
- 'ca82679c2a2076c745965dbf272ec556'
- '7b4b8c3ce2cd85de9804176257eba985'
- 'de9df54243e730ddda462aa9aa2bf4ab'
- '34762d861463f9d7e3bde720ed51b2ca'
- 'e42895b4d81ca00e468ac9865377e316'
- 'c681ebadc18ce9fcfc58144574537470'
- '64881ddcf603ad2958221b3533a2efd7'
- 'fa4cbdbd44d20b2b1c93858178ec9025'
- '3f7f6b6a25e002418dfa085c3dfbdcac'
- 'b4b9abf45e4f4171a6bff80d5c3bf10b'
- 'aa3430cf860600d146165b0baf6ae43a'
- '5f703a4875cd42bb6abf62147c9e5dec'
- '95eb08c8802cb4b25fadeba0ca31a4ad')
+md5sums=('a11c3874b73f75c88561ac88025d07f0'
+ 'a451c0bb4270c1a588135e73ffc221ac'
+ '43e771a3aabdbf4b7d43c5fe4f44ff99'
+ 'dab9bef089f3cf156b0e6dd9ac491e79'
+ '103f62367a937e9a075ef665a9f9ffd6'
+ '3114ec370b5260b602f0b79ce7b3ce38'
+ '9e3681b8358f8348ff071dcbdf5cc28e'
+ '13ecb0713c863f0411cf4c92060c2144'
+ 'ad86cee9b18ea2b9198ec711eca06251'
+ '835684f10528ce5c22dc5bd3abfdd189'
+ '07bc6eb1b891b9e74bc1049d74e1ba23'
+ 'bb26f89a5908f4c3b95ece9bbe3cbb58'
+ 'e4a82af52b6af429880c7ad370e88516'
+ 'a342dfc833ba8ca6bbf13ca387648799'
+ '61de1c7f98599e7f225b50183ced8e15'
+ 'b6751f3935f1cb7c3b0776d3a32bb167'
+ '7fdc5e5b3bcdc819343f8c07ad4aab23'
+ 'f6b42e66210945e7afa9b1dce3005419'
+ '9ab5334e3aeaebf499e143d6cb220076'
+ 'd006406eff5565d4c52afd1081d3fd1a'
+ '9e6ce0a5ce9b0e6b4db28b3e900f80bc'
+ '0c3988cb8d7f247002b5f305bd17f2c3'
+ '0981b902882dc567b83eb8a81bab3b89'
+ '59d81b6afc31703e5487e61d5a20cec6'
+ 'd24324d41fd8013651706070597c3c66'
+ '16c0a4618e4ca0e0d94236e9d2a79147'
+ '1121f23d3ecb52c06f414b3531460633'
+ '19fd9e0b5c47c4250f7e60e72e777331'
+ 'c34c52a23d4267e6133a22b1032f9414'
+ 'b9a953c0cc60cc6b14dc0eb0353ff48e'
+ 'dc04d133d27bf8739683422f8071166e'
+ 'e6ec045d7225e3ab7cee7505d25e26d9'
+ '2246f65263c1b4a86125549a1f8d798e'
+  

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

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 15:08:12
  Author: arojas
Revision: 263018

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

Added:
  kpimtextedit/repos/kde-unstable-i686/PKGBUILD
(from rev 263017, kpimtextedit/kde-unstable/PKGBUILD)
  kpimtextedit/repos/kde-unstable-x86_64/PKGBUILD
(from rev 263017, kpimtextedit/kde-unstable/PKGBUILD)
Deleted:
  kpimtextedit/repos/kde-unstable-i686/PKGBUILD
  kpimtextedit/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-03-27 13:07:39 UTC (rev 263017)
+++ kde-unstable-i686/PKGBUILD  2016-03-27 13:08:12 UTC (rev 263018)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kpimtextedit
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="A textedit with PIM-specific features"
-arch=(i686 x86_64)
-url="https://projects.kde.org/projects/kde/pim/$_gitname;
-license=(LGPL)
-depends=(kio kemoticons grantlee-qt5)
-makedepends=(extra-cmake-modules python kdoctools kdesignerplugin qt5-tools)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('e993fe4c5350dc87bc95ca5ede3415b9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kpimtextedit/repos/kde-unstable-i686/PKGBUILD (from rev 263017, 
kpimtextedit/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-27 13:08:12 UTC (rev 263018)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kpimtextedit
+pkgver=16.03.80
+pkgrel=2
+pkgdesc="A textedit with PIM-specific features"
+arch=(i686 x86_64)
+url="https://projects.kde.org/projects/kde/pim/$_gitname;
+license=(LGPL)
+depends=(kio kemoticons grantlee-qt5)
+makedepends=(extra-cmake-modules python kdoctools kdesignerplugin qt5-tools)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e993fe4c5350dc87bc95ca5ede3415b9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-03-27 13:07:39 UTC (rev 263017)
+++ kde-unstable-x86_64/PKGBUILD2016-03-27 13:08:12 UTC (rev 263018)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kpimtextedit
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="A textedit with PIM-specific features"
-arch=(i686 x86_64)
-url="https://projects.kde.org/projects/kde/pim/$_gitname;
-license=(LGPL)
-depends=(kio kemoticons grantlee-qt5)
-makedepends=(extra-cmake-modules python kdoctools kdesignerplugin qt5-tools)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('e993fe4c5350dc87bc95ca5ede3415b9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kpimtextedit/repos/kde-unstable-x86_64/PKGBUILD (from rev 263017, 
kpimtextedit/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-03-27 13:08:12 UTC (rev 263018)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kpimtextedit
+pkgver=16.03.80
+pkgrel=2
+pkgdesc="A textedit with PIM-specific features"
+arch=(i686 x86_64)
+url="https://projects.kde.org/projects/kde/pim/$_gitname;
+license=(LGPL)
+depends=(kio kemoticons grantlee-qt5)
+makedepends=(extra-cmake-modules python kdoctools kdesignerplugin qt5-tools)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e993fe4c5350dc87bc95ca5ede3415b9')
+

[arch-commits] Commit in kpimtextedit/kde-unstable (PKGBUILD)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 15:07:39
  Author: arojas
Revision: 263017

Update dependencies

Modified:
  kpimtextedit/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 13:01:56 UTC (rev 263016)
+++ PKGBUILD2016-03-27 13:07:39 UTC (rev 263017)
@@ -2,7 +2,7 @@
 
 pkgname=kpimtextedit
 pkgver=16.03.80
-pkgrel=1
+pkgrel=2
 pkgdesc="A textedit with PIM-specific features"
 arch=(i686 x86_64)
 url="https://projects.kde.org/projects/kde/pim/$_gitname;


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

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 14:55:03
  Author: arojas
Revision: 262813

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

Added:
  knetwalk/repos/staging-i686/PKGBUILD
(from rev 262812, knetwalk/kde-unstable/PKGBUILD)
  knetwalk/repos/staging-i686/knetwalk.install
(from rev 262812, knetwalk/kde-unstable/knetwalk.install)
  knetwalk/repos/staging-x86_64/PKGBUILD
(from rev 262812, knetwalk/kde-unstable/PKGBUILD)
  knetwalk/repos/staging-x86_64/knetwalk.install
(from rev 262812, knetwalk/kde-unstable/knetwalk.install)
Deleted:
  knetwalk/repos/staging-i686/PKGBUILD
  knetwalk/repos/staging-i686/knetwalk.install
  knetwalk/repos/staging-x86_64/PKGBUILD
  knetwalk/repos/staging-x86_64/knetwalk.install

-+
 /PKGBUILD   |   70 ++
 /knetwalk.install   |   22 +++
 staging-i686/PKGBUILD   |   35 ---
 staging-i686/knetwalk.install   |   11 -
 staging-x86_64/PKGBUILD |   35 ---
 staging-x86_64/knetwalk.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2016-03-27 12:54:13 UTC (rev 262812)
+++ staging-i686/PKGBUILD   2016-03-27 12:55:03 UTC (rev 262813)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=knetwalk
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="Connect all the terminals to the server, in as few turns as possible"
-url="http://kde.org/applications/games/knetwalk/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-knetwalk')
-replaces=('kdegames-knetwalk')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/knetwalk-${pkgver}.tar.xz;)
-sha1sums=('7fe72032934ed38a9c7ff5f6d35af485c9c00ff9')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../knetwalk-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: knetwalk/repos/staging-i686/PKGBUILD (from rev 262812, 
knetwalk/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-27 12:55:03 UTC (rev 262813)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knetwalk
+pkgver=16.03.80
+pkgrel=1
+pkgdesc="Connect all the terminals to the server, in as few turns as possible"
+url="http://kde.org/applications/games/knetwalk/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-knetwalk')
+replaces=('kdegames-knetwalk')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/knetwalk-${pkgver}.tar.xz;)
+sha1sums=('7fe72032934ed38a9c7ff5f6d35af485c9c00ff9')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../knetwalk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: staging-i686/knetwalk.install
===
--- staging-i686/knetwalk.install   2016-03-27 12:54:13 UTC (rev 262812)
+++ staging-i686/knetwalk.install   2016-03-27 12:55:03 UTC (rev 262813)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: knetwalk/repos/staging-i686/knetwalk.install (from rev 262812, 
knetwalk/kde-unstable/knetwalk.install)
===
--- staging-i686/knetwalk.install   (rev 0)
+++ staging-i686/knetwalk.install   2016-03-27 12:55:03 UTC (rev 262813)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2016-03-27 12:54:13 UTC (rev 262812)
+++ staging-x86_64/PKGBUILD 

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

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 14:54:13
  Author: arojas
Revision: 262812

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

Added:
  kpimtextedit/repos/staging-i686/PKGBUILD
(from rev 262811, kpimtextedit/kde-unstable/PKGBUILD)
  kpimtextedit/repos/staging-x86_64/PKGBUILD
(from rev 262811, kpimtextedit/kde-unstable/PKGBUILD)
Deleted:
  kpimtextedit/repos/staging-i686/PKGBUILD
  kpimtextedit/repos/staging-x86_64/PKGBUILD

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

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2016-03-27 12:53:28 UTC (rev 262811)
+++ staging-i686/PKGBUILD   2016-03-27 12:54:13 UTC (rev 262812)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kpimtextedit
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="A textedit with PIM-specific features"
-arch=(i686 x86_64)
-url="https://projects.kde.org/projects/kde/pim/$_gitname;
-license=(LGPL)
-depends=(kio kemoticons grantlee-qt5)
-makedepends=(extra-cmake-modules python kdoctools kdesignerplugin)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('e993fe4c5350dc87bc95ca5ede3415b9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kpimtextedit/repos/staging-i686/PKGBUILD (from rev 262811, 
kpimtextedit/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-27 12:54:13 UTC (rev 262812)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kpimtextedit
+pkgver=16.03.80
+pkgrel=1
+pkgdesc="A textedit with PIM-specific features"
+arch=(i686 x86_64)
+url="https://projects.kde.org/projects/kde/pim/$_gitname;
+license=(LGPL)
+depends=(kio kemoticons grantlee-qt5)
+makedepends=(extra-cmake-modules python kdoctools kdesignerplugin qt5-tools)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e993fe4c5350dc87bc95ca5ede3415b9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2016-03-27 12:53:28 UTC (rev 262811)
+++ staging-x86_64/PKGBUILD 2016-03-27 12:54:13 UTC (rev 262812)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kpimtextedit
-pkgver=16.03.80
-pkgrel=1
-pkgdesc="A textedit with PIM-specific features"
-arch=(i686 x86_64)
-url="https://projects.kde.org/projects/kde/pim/$_gitname;
-license=(LGPL)
-depends=(kio kemoticons grantlee-qt5)
-makedepends=(extra-cmake-modules python kdoctools kdesignerplugin)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('e993fe4c5350dc87bc95ca5ede3415b9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kpimtextedit/repos/staging-x86_64/PKGBUILD (from rev 262811, 
kpimtextedit/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-27 12:54:13 UTC (rev 262812)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kpimtextedit
+pkgver=16.03.80
+pkgrel=1
+pkgdesc="A textedit with PIM-specific features"
+arch=(i686 x86_64)
+url="https://projects.kde.org/projects/kde/pim/$_gitname;
+license=(LGPL)
+depends=(kio kemoticons grantlee-qt5)
+makedepends=(extra-cmake-modules python kdoctools kdesignerplugin qt5-tools)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e993fe4c5350dc87bc95ca5ede3415b9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+

[arch-commits] Commit in knetwalk/kde-unstable (PKGBUILD)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 14:53:28
  Author: arojas
Revision: 262811

Update dependencies

Modified:
  knetwalk/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 12:52:56 UTC (rev 262810)
+++ PKGBUILD2016-03-27 12:53:28 UTC (rev 262811)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+depends=('libkdegames' 'hicolor-icon-theme')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-knetwalk')


[arch-commits] Commit in kpimtextedit/kde-unstable (PKGBUILD)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 14:52:56
  Author: arojas
Revision: 262810

Update dependencies

Modified:
  kpimtextedit/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 12:44:11 UTC (rev 262809)
+++ PKGBUILD2016-03-27 12:52:56 UTC (rev 262810)
@@ -8,7 +8,7 @@
 url="https://projects.kde.org/projects/kde/pim/$_gitname;
 license=(LGPL)
 depends=(kio kemoticons grantlee-qt5)
-makedepends=(extra-cmake-modules python kdoctools kdesignerplugin)
+makedepends=(extra-cmake-modules python kdoctools kdesignerplugin qt5-tools)
 
source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
 md5sums=('e993fe4c5350dc87bc95ca5ede3415b9')
 


[arch-commits] Commit in kdepim-addons (5 files)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 14:44:11
  Author: arojas
Revision: 262809

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

Added:
  kdepim-addons/repos/
  kdepim-addons/repos/staging-i686/
  kdepim-addons/repos/staging-i686/PKGBUILD
(from rev 262808, kdepim-addons/kde-unstable/PKGBUILD)
  kdepim-addons/repos/staging-x86_64/
  kdepim-addons/repos/staging-x86_64/PKGBUILD
(from rev 262808, kdepim-addons/kde-unstable/PKGBUILD)

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

Copied: kdepim-addons/repos/staging-i686/PKGBUILD (from rev 262808, 
kdepim-addons/kde-unstable/PKGBUILD)
===
--- repos/staging-i686/PKGBUILD (rev 0)
+++ repos/staging-i686/PKGBUILD 2016-03-27 12:44:11 UTC (rev 262809)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kdepim-addons
+pkgver=16.03.80
+pkgrel=1
+pkgdesc='Addons for KDE PIM applications'
+arch=(i686 x86_64)
+url='https://community.kde.org/KDE_PIM'
+license=(GPL LGPL FDL)
+depends=(khtml mailcommon incidenceeditor libktnef libkgapi)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('c87574c987643c86f040fbc2c3b98ac2ad5661f7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdepim-addons/repos/staging-x86_64/PKGBUILD (from rev 262808, 
kdepim-addons/kde-unstable/PKGBUILD)
===
--- repos/staging-x86_64/PKGBUILD   (rev 0)
+++ repos/staging-x86_64/PKGBUILD   2016-03-27 12:44:11 UTC (rev 262809)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kdepim-addons
+pkgver=16.03.80
+pkgrel=1
+pkgdesc='Addons for KDE PIM applications'
+arch=(i686 x86_64)
+url='https://community.kde.org/KDE_PIM'
+license=(GPL LGPL FDL)
+depends=(khtml mailcommon incidenceeditor libktnef libkgapi)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('c87574c987643c86f040fbc2c3b98ac2ad5661f7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (3 files)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 14:43:35
  Author: arojas
Revision: 262808

Add kdepim-addons

Added:
  kdepim-addons/
  kdepim-addons/kde-unstable/
  kdepim-addons/kde-unstable/PKGBUILD

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

Added: kdepim-addons/kde-unstable/PKGBUILD
===
--- kdepim-addons/kde-unstable/PKGBUILD (rev 0)
+++ kdepim-addons/kde-unstable/PKGBUILD 2016-03-27 12:43:35 UTC (rev 262808)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=kdepim-addons
+pkgver=16.03.80
+pkgrel=1
+pkgdesc='Addons for KDE PIM applications'
+arch=(i686 x86_64)
+url='https://community.kde.org/KDE_PIM'
+license=(GPL LGPL FDL)
+depends=(khtml mailcommon incidenceeditor libktnef libkgapi)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('c87574c987643c86f040fbc2c3b98ac2ad5661f7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kleopatra (7 files)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 13:34:43
  Author: arojas
Revision: 262807

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

Added:
  kleopatra/repos/
  kleopatra/repos/staging-i686/
  kleopatra/repos/staging-i686/PKGBUILD
(from rev 262806, kleopatra/kde-unstable/PKGBUILD)
  kleopatra/repos/staging-i686/kleopatra.install
(from rev 262806, kleopatra/kde-unstable/kleopatra.install)
  kleopatra/repos/staging-x86_64/
  kleopatra/repos/staging-x86_64/PKGBUILD
(from rev 262806, kleopatra/kde-unstable/PKGBUILD)
  kleopatra/repos/staging-x86_64/kleopatra.install
(from rev 262806, kleopatra/kde-unstable/kleopatra.install)

--+
 staging-i686/PKGBUILD|   36 
 staging-i686/kleopatra.install   |   12 
 staging-x86_64/PKGBUILD  |   36 
 staging-x86_64/kleopatra.install |   12 
 4 files changed, 96 insertions(+)

Copied: kleopatra/repos/staging-i686/PKGBUILD (from rev 262806, 
kleopatra/kde-unstable/PKGBUILD)
===
--- repos/staging-i686/PKGBUILD (rev 0)
+++ repos/staging-i686/PKGBUILD 2016-03-27 11:34:43 UTC (rev 262807)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Roja 
+
+pkgname=kleopatra
+pkgver=16.03.80
+pkgrel=1
+pkgdesc='Certificate Manager and Unified Crypto GUI'
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/utilities/kleopatra/'
+license=(GPL LGPL FDL)
+depends=(hicolor-icon-theme libkleo kcmutils kmime)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('29ec5406cbad371fb9ea9a4ed96878c1fef45db0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kleopatra/repos/staging-i686/kleopatra.install (from rev 262806, 
kleopatra/kde-unstable/kleopatra.install)
===
--- repos/staging-i686/kleopatra.install(rev 0)
+++ repos/staging-i686/kleopatra.install2016-03-27 11:34:43 UTC (rev 
262807)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kleopatra/repos/staging-x86_64/PKGBUILD (from rev 262806, 
kleopatra/kde-unstable/PKGBUILD)
===
--- repos/staging-x86_64/PKGBUILD   (rev 0)
+++ repos/staging-x86_64/PKGBUILD   2016-03-27 11:34:43 UTC (rev 262807)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Roja 
+
+pkgname=kleopatra
+pkgver=16.03.80
+pkgrel=1
+pkgdesc='Certificate Manager and Unified Crypto GUI'
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/utilities/kleopatra/'
+license=(GPL LGPL FDL)
+depends=(hicolor-icon-theme libkleo kcmutils kmime)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('29ec5406cbad371fb9ea9a4ed96878c1fef45db0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kleopatra/repos/staging-x86_64/kleopatra.install (from rev 262806, 
kleopatra/kde-unstable/kleopatra.install)
===
--- repos/staging-x86_64/kleopatra.install  (rev 0)
+++ repos/staging-x86_64/kleopatra.install  2016-03-27 11:34:43 UTC (rev 
262807)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


[arch-commits] Commit in (4 files)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 13:33:57
  Author: arojas
Revision: 262806

Add standalone kleopatra package

Added:
  kleopatra/
  kleopatra/kde-unstable/
  kleopatra/kde-unstable/PKGBUILD
  kleopatra/kde-unstable/kleopatra.install

---+
 PKGBUILD  |   36 
 kleopatra.install |   12 
 2 files changed, 48 insertions(+)

Added: kleopatra/kde-unstable/PKGBUILD
===
--- kleopatra/kde-unstable/PKGBUILD (rev 0)
+++ kleopatra/kde-unstable/PKGBUILD 2016-03-27 11:33:57 UTC (rev 262806)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Roja 
+
+pkgname=kleopatra
+pkgver=16.03.80
+pkgrel=1
+pkgdesc='Certificate Manager and Unified Crypto GUI'
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/utilities/kleopatra/'
+license=(GPL LGPL FDL)
+depends=(hicolor-icon-theme libkleo kcmutils kmime)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('29ec5406cbad371fb9ea9a4ed96878c1fef45db0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Added: kleopatra/kde-unstable/kleopatra.install
===
--- kleopatra/kde-unstable/kleopatra.install(rev 0)
+++ kleopatra/kde-unstable/kleopatra.install2016-03-27 11:33:57 UTC (rev 
262806)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 13:18:16
  Author: arojas
Revision: 262805

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

Added:
  kdepim/repos/staging-i686/
  kdepim/repos/staging-i686/PKGBUILD
(from rev 262804, kdepim/kde-unstable/PKGBUILD)
  kdepim/repos/staging-i686/akregator.install
(from rev 262804, kdepim/kde-unstable/akregator.install)
  kdepim/repos/staging-i686/kaddressbook.install
(from rev 262804, kdepim/kde-unstable/kaddressbook.install)
  kdepim/repos/staging-i686/kdepim.install
(from rev 262804, kdepim/kde-unstable/kdepim.install)
  kdepim/repos/staging-i686/kmail.install
(from rev 262804, kdepim/kde-unstable/kmail.install)
  kdepim/repos/staging-i686/korganizer.install
(from rev 262804, kdepim/kde-unstable/korganizer.install)
  kdepim/repos/staging-i686/ktnef.install
(from rev 262804, kdepim/kde-unstable/ktnef.install)
  kdepim/repos/staging-x86_64/
  kdepim/repos/staging-x86_64/PKGBUILD
(from rev 262804, kdepim/kde-unstable/PKGBUILD)
  kdepim/repos/staging-x86_64/akregator.install
(from rev 262804, kdepim/kde-unstable/akregator.install)
  kdepim/repos/staging-x86_64/kaddressbook.install
(from rev 262804, kdepim/kde-unstable/kaddressbook.install)
  kdepim/repos/staging-x86_64/kdepim.install
(from rev 262804, kdepim/kde-unstable/kdepim.install)
  kdepim/repos/staging-x86_64/kmail.install
(from rev 262804, kdepim/kde-unstable/kmail.install)
  kdepim/repos/staging-x86_64/korganizer.install
(from rev 262804, kdepim/kde-unstable/korganizer.install)
  kdepim/repos/staging-x86_64/ktnef.install
(from rev 262804, kdepim/kde-unstable/ktnef.install)

-+
 staging-i686/PKGBUILD   |  223 ++
 staging-i686/akregator.install  |   12 +
 staging-i686/kaddressbook.install   |   12 +
 staging-i686/kdepim.install |   13 +
 staging-i686/kmail.install  |   12 +
 staging-i686/korganizer.install |   12 +
 staging-i686/ktnef.install  |   12 +
 staging-x86_64/PKGBUILD |  223 ++
 staging-x86_64/akregator.install|   12 +
 staging-x86_64/kaddressbook.install |   12 +
 staging-x86_64/kdepim.install   |   13 +
 staging-x86_64/kmail.install|   12 +
 staging-x86_64/korganizer.install   |   12 +
 staging-x86_64/ktnef.install|   12 +
 14 files changed, 592 insertions(+)

Copied: kdepim/repos/staging-i686/PKGBUILD (from rev 262804, 
kdepim/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-27 11:18:16 UTC (rev 262805)
@@ -0,0 +1,223 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdepim
+pkgname=(akonadiconsole akregator blogilo konsolekalendar kaddressbook kalarm 
kmail knotes kontact korganizer ktnef kdepim-common)
+pkgver=16.03.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://pim.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdepim')
+makedepends=(extra-cmake-modules kdepim-runtime qt5-tools kdoctools knewstuff 
khtml kpimtextedit
+   ktexteditor kdnssd kldap libktnef kontactinterface 
kxmlrpcclient kblog akonadi-search boost
+   libgravatar mailcommon incidenceeditor libksieve)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
+sha1sums=('56094202839bdfd1171dcf097066358b72444c4c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../$pkgbase-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_TESTING=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+   -DLIBEXEC_INSTALL_DIR=lib
+   make
+}
+
+package_akonadiconsole() {
+   pkgdesc='Akonadi Management and Debugging Console'
+   depends=(calendarsupport messagelib hicolor-icon-theme)
+   conflicts=("kdepim-$pkgname")
+   replaces=("kdepim-$pkgname")
+   url='http://pim.kde.org'
+   install='kdepim.install'
+
+   cd build/akonadiconsole
+   make DESTDIR="$pkgdir" install
+}
+
+package_akregator() {
+   pkgdesc='A Feed Reader for KDE'
+   depends=('kdepim-common' 'khtml' 'kontactinterface')
+conflicts=("kdepim-$pkgname")
+replaces=("kdepim-$pkgname")
+   url="http://kde.org/applications/internet/akregator/;
+   install='akregator.install'
+
+   cd build/akregator
+   make DESTDIR="$pkgdir" install
+
+   cd "$srcdir"/build/doc/akregator
+   make DESTDIR="$pkgdir" install
+}
+
+package_blogilo() {
+   pkgdesc='A KDE Blogging Client'
+   depends=('kdepim-common' 'kblog' 'ktexteditor')
+

[arch-commits] Commit in kdepim/kde-unstable (PKGBUILD)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 13:17:11
  Author: arojas
Revision: 262804

Update dependencies

Modified:
  kdepim/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 07:13:49 UTC (rev 262803)
+++ PKGBUILD2016-03-27 11:17:11 UTC (rev 262804)
@@ -11,8 +11,9 @@
 url='http://pim.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdepim')
-makedepends=(extra-cmake-modules kdepim-runtime qt5-tools kdoctools knewstuff 
khtml
-   ktexteditor kdnssd kldap libktnef kontactinterface 
kxmlrpcclient kblog akonadi-search boost)
+makedepends=(extra-cmake-modules kdepim-runtime qt5-tools kdoctools knewstuff 
khtml kpimtextedit
+   ktexteditor kdnssd kldap libktnef kontactinterface 
kxmlrpcclient kblog akonadi-search boost
+   libgravatar mailcommon incidenceeditor libksieve)
 
source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
 sha1sums=('56094202839bdfd1171dcf097066358b72444c4c')
 
@@ -34,7 +35,7 @@
 
 package_akonadiconsole() {
pkgdesc='Akonadi Management and Debugging Console'
-   depends=('akonadi')
+   depends=(calendarsupport messagelib hicolor-icon-theme)
conflicts=("kdepim-$pkgname")
replaces=("kdepim-$pkgname")
url='http://pim.kde.org'
@@ -74,7 +75,7 @@
 
 package_konsolekalendar() {
pkgdesc='Command line tool for accessing calendar files'
-   depends=('akonadi')
+   depends=(calendarsupport hicolor-icon-theme)
conflicts=('kdepim-console')
replaces=('kdepim-console')
url='http://pim.kde.org'
@@ -116,7 +117,7 @@
 
 package_kmail() {
pkgdesc='Mail Client'
-   depends=('kdepim-common' 'kontactinterface' 'kio-pim')
+   depends=(kdepim-common kontactinterface kio-pim libksieve)
 optdepends=('kleopatra: mail encryption support')
 conflicts=("kdepim-$pkgname")
 replaces=("kdepim-$pkgname")
@@ -204,7 +205,7 @@
 package_kdepim-common() {
pkgdesc='Common libraries and resources for KDE PIM applications'
 groups=()
-   depends=('kdepim-runtime' 'akonadi-search' 'knewstuff' 'kldap' 'kdnssd' 
'libktnef')
+   depends=(incidenceeditor mailcommon kdepim-runtime kdnssd libktnef)
 conflicts=('kdepim-libkdepim' 'kdepim-knode' 'kdepim-kresources' 
'kdepim-ktimetracker' 'libkdepim<16')
url='http://pim.kde.org'
install=kdepim.install


[arch-commits] Commit in plasma5-applets-weather-widget/repos (4 files)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 12:26:01
  Author: arojas
Revision: 168544

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

Added:
  plasma5-applets-weather-widget/repos/community-i686/PKGBUILD
(from rev 168543, plasma5-applets-weather-widget/trunk/PKGBUILD)
  plasma5-applets-weather-widget/repos/community-x86_64/PKGBUILD
(from rev 168543, plasma5-applets-weather-widget/trunk/PKGBUILD)
Deleted:
  plasma5-applets-weather-widget/repos/community-i686/PKGBUILD
  plasma5-applets-weather-widget/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-27 10:25:30 UTC (rev 168543)
+++ community-i686/PKGBUILD 2016-03-27 10:26:01 UTC (rev 168544)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Martin Kostolný 
-
-pkgname=plasma5-applets-weather-widget
-pkgver=1.6.3
-pkgrel=1
-pkgdesc="Plasma applet for displaying weather information from yr.no server"
-arch=(i686 x86_64)
-url="http://kde-apps.org/content/show.php/Weather+Widget?content=169572;
-license=(GPL)
-depends=(plasma-workspace qt5-graphicaleffects)
-makedepends=(extra-cmake-modules)
-source=("https://github.com/kotelnik/plasma-applet-weather-widget/archive/v$pkgver.tar.gz;)
-md5sums=('763ca78e48a025816e1e33474a7778a7')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../plasma-applet-weather-widget-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma5-applets-weather-widget/repos/community-i686/PKGBUILD (from rev 
168543, plasma5-applets-weather-widget/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-27 10:26:01 UTC (rev 168544)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Martin Kostolný 
+
+pkgname=plasma5-applets-weather-widget
+pkgver=1.6.5
+pkgrel=1
+pkgdesc="Plasma applet for displaying weather information from yr.no server"
+arch=(i686 x86_64)
+url="http://kde-apps.org/content/show.php/Weather+Widget?content=169572;
+license=(GPL)
+depends=(plasma-workspace qt5-graphicaleffects)
+makedepends=(extra-cmake-modules)
+source=("https://github.com/kotelnik/plasma-applet-weather-widget/archive/v$pkgver.tar.gz;)
+md5sums=('5a9103af30dda1e7e704244f5db0ae96')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../plasma-applet-weather-widget-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-27 10:25:30 UTC (rev 168543)
+++ community-x86_64/PKGBUILD   2016-03-27 10:26:01 UTC (rev 168544)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Martin Kostolný 
-
-pkgname=plasma5-applets-weather-widget
-pkgver=1.6.3
-pkgrel=1
-pkgdesc="Plasma applet for displaying weather information from yr.no server"
-arch=(i686 x86_64)
-url="http://kde-apps.org/content/show.php/Weather+Widget?content=169572;
-license=(GPL)
-depends=(plasma-workspace qt5-graphicaleffects)
-makedepends=(extra-cmake-modules)
-source=("https://github.com/kotelnik/plasma-applet-weather-widget/archive/v$pkgver.tar.gz;)
-md5sums=('763ca78e48a025816e1e33474a7778a7')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../plasma-applet-weather-widget-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma5-applets-weather-widget/repos/community-x86_64/PKGBUILD (from 
rev 168543, plasma5-applets-weather-widget/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-27 10:26:01 UTC (rev 168544)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Martin Kostolný 
+
+pkgname=plasma5-applets-weather-widget
+pkgver=1.6.5
+pkgrel=1
+pkgdesc="Plasma applet for displaying weather information from yr.no server"
+arch=(i686 x86_64)

[arch-commits] Commit in plasma5-applets-weather-widget/trunk (PKGBUILD)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 12:25:30
  Author: arojas
Revision: 168543

Update to 1.6.5

Modified:
  plasma5-applets-weather-widget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 08:21:29 UTC (rev 168542)
+++ PKGBUILD2016-03-27 10:25:30 UTC (rev 168543)
@@ -3,7 +3,7 @@
 # Contributor: Martin Kostolný 
 
 pkgname=plasma5-applets-weather-widget
-pkgver=1.6.3
+pkgver=1.6.5
 pkgrel=1
 pkgdesc="Plasma applet for displaying weather information from yr.no server"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(plasma-workspace qt5-graphicaleffects)
 makedepends=(extra-cmake-modules)
 
source=("https://github.com/kotelnik/plasma-applet-weather-widget/archive/v$pkgver.tar.gz;)
-md5sums=('763ca78e48a025816e1e33474a7778a7')
+md5sums=('5a9103af30dda1e7e704244f5db0ae96')
 
 prepare() {
   mkdir -p build


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

2016-03-27 Thread Laurent Carlier
Date: Sunday, March 27, 2016 @ 10:21:15
  Author: lcarlier
Revision: 168541

upgpkg: lib32-libdbus 1.10.8-1

upstream update 1.10.8

Modified:
  lib32-libdbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-27 07:42:52 UTC (rev 168540)
+++ PKGBUILD2016-03-27 08:21:15 UTC (rev 168541)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-libdbus
 _pkgbasename=libdbus
-pkgver=1.10.6
+pkgver=1.10.8
 pkgrel=1
 pkgdesc="DBus library (32-bit)"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 conflicts=('lib32-dbus-core' 'lib32-dbus')
 replaces=('lib32-dbus-core' 'lib32-dbus')
 source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc})
-md5sums=('26d0cf3a1c9782cb0e342101f0450440'
+md5sums=('e912e930f249454752512aa7ac864d43'
  'SKIP')
 validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie 

   '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie 



[arch-commits] Commit in lib32-libdbus/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-03-27 Thread Laurent Carlier
Date: Sunday, March 27, 2016 @ 10:21:29
  Author: lcarlier
Revision: 168542

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libdbus/repos/multilib-x86_64/PKGBUILD
(from rev 168541, lib32-libdbus/trunk/PKGBUILD)
Deleted:
  lib32-libdbus/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-27 08:21:15 UTC (rev 168541)
+++ PKGBUILD2016-03-27 08:21:29 UTC (rev 168542)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-
-pkgname=lib32-libdbus
-_pkgbasename=libdbus
-pkgver=1.10.6
-pkgrel=1
-pkgdesc="DBus library (32-bit)"
-arch=('x86_64')
-url="http://www.freedesktop.org/Software/dbus;
-license=('GPL' 'custom')
-depends=('lib32-glibc' 'lib32-expat' 'libdbus')
-makedepends=('gcc-multilib' 'lib32-libx11')
-provides=('lib32-dbus-core' 'lib32-dbus')
-conflicts=('lib32-dbus-core' 'lib32-dbus')
-replaces=('lib32-dbus-core' 'lib32-dbus')
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc})
-md5sums=('26d0cf3a1c9782cb0e342101f0450440'
- 'SKIP')
-validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie 

-  '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie 

-
-build() {
-export CC="gcc -m32"
-export CXX="g++ -m32"
-export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-cd "${srcdir}/dbus-${pkgver}"
-
-./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
---libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
---with-system-pid-file=/run/dbus.pid \
---with-console-auth-dir=/run/console/ \
---enable-inotify \
---disable-verbose-mode --disable-static \
---disable-tests --disable-asserts --disable-systemd
-
-make
-}
-
-package() {
-cd "${srcdir}/dbus-${pkgver}"
-make DESTDIR=${pkgdir} install
-
-rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
-rm -rf "${pkgdir}"/{etc,var}
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s ${_pkgbasename} "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: lib32-libdbus/repos/multilib-x86_64/PKGBUILD (from rev 168541, 
lib32-libdbus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-27 08:21:29 UTC (rev 168542)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Ionut Biru 
+
+pkgname=lib32-libdbus
+_pkgbasename=libdbus
+pkgver=1.10.8
+pkgrel=1
+pkgdesc="DBus library (32-bit)"
+arch=('x86_64')
+url="http://www.freedesktop.org/Software/dbus;
+license=('GPL' 'custom')
+depends=('lib32-glibc' 'lib32-expat' 'libdbus')
+makedepends=('gcc-multilib' 'lib32-libx11')
+provides=('lib32-dbus-core' 'lib32-dbus')
+conflicts=('lib32-dbus-core' 'lib32-dbus')
+replaces=('lib32-dbus-core' 'lib32-dbus')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc})
+md5sums=('e912e930f249454752512aa7ac864d43'
+ 'SKIP')
+validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90'  # Simon McVittie 

+  '3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie 

+
+build() {
+export CC="gcc -m32"
+export CXX="g++ -m32"
+export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+cd "${srcdir}/dbus-${pkgver}"
+
+./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
+--libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+--with-system-pid-file=/run/dbus.pid \
+--with-console-auth-dir=/run/console/ \
+--enable-inotify \
+--disable-verbose-mode --disable-static \
+--disable-tests --disable-asserts --disable-systemd
+
+make
+}
+
+package() {
+cd "${srcdir}/dbus-${pkgver}"
+make DESTDIR=${pkgdir} install
+
+rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+rm -rf "${pkgdir}"/{etc,var}
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s ${_pkgbasename} "${pkgdir}/usr/share/licenses/${pkgname}"
+}


  1   2   >