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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 08:08:36
  Author: felixonmars
Revision: 214469

upgpkg: haskell-aws 0.16-6

rebuild with cryptonite,0.22

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 07:59:03 UTC (rev 214468)
+++ PKGBUILD2017-03-02 08:08:36 UTC (rev 214469)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.16
-pkgrel=5
+pkgrel=6
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws";
 license=("custom:BSD3")


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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 08:08:52
  Author: felixonmars
Revision: 214470

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

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

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

Copied: haskell-aws/repos/community-staging-i686/PKGBUILD (from rev 214469, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 08:08:52 UTC (rev 214470)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.16
+pkgrel=6
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('84b5c60227f3c9eddc0abf0881aee22443fc4a211b8a95f18be628eaa492209c')
+
+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-examples
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 214469, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 08:08:52 UTC (rev 214470)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.16
+pkgrel=6
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('84b5c60227f3c9eddc0abf0881aee22443fc4a211b8a95f18be628eaa492209c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profilin

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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 08:14:36
  Author: felixonmars
Revision: 214471

upgpkg: haskell-yesod-auth 1.4.16-24

rebuild with cryptonite,0.22

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 08:08:52 UTC (rev 214470)
+++ PKGBUILD2017-03-02 08:14:36 UTC (rev 214471)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.16
-pkgrel=23
+pkgrel=24
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 08:14:53
  Author: felixonmars
Revision: 214472

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

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

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

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
214471, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 08:14:53 UTC (rev 214472)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.16
+pkgrel=24
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('a2c76409522ac276b92d31e13ffa94ae51194ffdb902a41f979d25181a5182d2')
+
+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
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
214471, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 08:14:53 UTC (rev 214472)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.16
+pkgrel=24
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-fo

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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 08:18:35
  Author: felixonmars
Revision: 214474

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-02 08:18:22 UTC (rev 214473)
+++ PKGBUILD2017-03-02 08:18:35 UTC (rev 214474)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-requestsexceptions
-pkgname=(python-requestsexceptions python2-requestsexceptions)
-pkgver=1.1.3
-pkgrel=2
-pkgdesc="Import exceptions from potentially bundled packages in requests."
-arch=('any')
-url="https://github.com/openstack-infra/requestsexceptions";
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-requests' 'python2-requests')
-source=("git+https://github.com/openstack-infra/requestsexceptions.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a requestsexceptions{,-py2}
-}
-
-build() {
-  cd "$srcdir"/requestsexceptions
-  python setup.py build
-
-  cd "$srcdir"/requestsexceptions-py2
-  python2 setup.py build
-}
-
-package_python-requestsexceptions() {
-  depends=('python-pbr' 'python-requests')
-
-  cd "$srcdir"/requestsexceptions
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-requestsexceptions() {
-  depends=('python2-pbr' 'python2-requests')
-
-  cd "$srcdir"/requestsexceptions-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-requestsexceptions/repos/community-any/PKGBUILD (from rev 
214473, python-requestsexceptions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-02 08:18:35 UTC (rev 214474)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-requestsexceptions
+pkgname=(python-requestsexceptions python2-requestsexceptions)
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Import exceptions from potentially bundled packages in requests."
+arch=('any')
+url="https://github.com/openstack-infra/requestsexceptions";
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-requests' 'python2-requests')
+source=("git+https://github.com/openstack-infra/requestsexceptions.git#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a requestsexceptions{,-py2}
+}
+
+build() {
+  cd "$srcdir"/requestsexceptions
+  python setup.py build
+
+  cd "$srcdir"/requestsexceptions-py2
+  python2 setup.py build
+}
+
+package_python-requestsexceptions() {
+  depends=('python-pbr' 'python-requests')
+
+  cd "$srcdir"/requestsexceptions
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-requestsexceptions() {
+  depends=('python2-pbr' 'python2-requests')
+
+  cd "$srcdir"/requestsexceptions-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 08:18:22
  Author: felixonmars
Revision: 214473

upgpkg: python-requestsexceptions 1.2.0-1

Modified:
  python-requestsexceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 08:14:53 UTC (rev 214472)
+++ PKGBUILD2017-03-02 08:18:22 UTC (rev 214473)
@@ -4,8 +4,8 @@
 
 pkgbase=python-requestsexceptions
 pkgname=(python-requestsexceptions python2-requestsexceptions)
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="Import exceptions from potentially bundled packages in requests."
 arch=('any')
 url="https://github.com/openstack-infra/requestsexceptions";


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

2017-03-02 Thread Sergej Pupykin
Date: Thursday, March 2, 2017 @ 08:23:57
  Author: spupykin
Revision: 214475

upgpkg: bmake 20170201-1

upd

Modified:
  bmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 08:18:35 UTC (rev 214474)
+++ PKGBUILD2017-03-02 08:23:57 UTC (rev 214475)
@@ -3,7 +3,7 @@
 # Contributor: Imanol Celaya 
 
 pkgname=bmake
-pkgver=20170114
+pkgver=20170201
 pkgrel=1
 pkgdesc="Portable version of the NetBSD 'make' build tool"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 url="http://www.crufty.net/help/sjg/bmake.html";
 license=('BSD')
 source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz";)
-sha256sums=('642a02de97ac61a2c01fb70b0a46eeb2285a0c0ca49fa434b34a4a2769d19c14')
+sha256sums=('fa0b70af31101b78e7c2557f16455bd6d383f53edb03ebec66b9c715530d2373')
 
 prepare() {
 cd "$srcdir/$pkgname"


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

2017-03-02 Thread Sergej Pupykin
Date: Thursday, March 2, 2017 @ 08:24:20
  Author: spupykin
Revision: 214476

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-02 08:23:57 UTC (rev 214475)
+++ community-i686/PKGBUILD 2017-03-02 08:24:20 UTC (rev 214476)
@@ -1,38 +0,0 @@
-# Maintainer: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20170114
-pkgrel=1
-pkgdesc="Portable version of the NetBSD 'make' build tool"
-arch=('i686' 'x86_64')
-url="http://www.crufty.net/help/sjg/bmake.html";
-license=('BSD')
-source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz";)
-sha256sums=('642a02de97ac61a2c01fb70b0a46eeb2285a0c0ca49fa434b34a4a2769d19c14')
-
-prepare() {
-cd "$srcdir/$pkgname"
-# Add missing bsd.*.mk symlinks
-_links_orig="dep doc init lib links man nls obj own prog subdir"
-_links_new="dep doc inc init lib links man nls obj own prog subdir"
-sed -i -e "s/$_links_orig/$_links_new/" mk/install-mk
-}
-
-build() {
-cd "$srcdir"
-mkdir -p bmake-build
-cd bmake-build
-sh ../bmake/boot-strap --prefix=/usr
-}
-
-package() {
-cd "$srcdir/bmake-build"
-# Fix directory permissions on install
-install -dm0755 "$pkgdir/usr/bin"
-install -dm0755 "$pkgdir/usr/share/man/cat1"
-install -dm0755 "$pkgdir/usr/share/licenses/$pkgname"
-sh ../bmake/boot-strap --prefix=/usr --install-destdir="$pkgdir" op=install
-head -n70 ../bmake/main.c >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-i686/PKGBUILD (from rev 214475, 
bmake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-02 08:24:20 UTC (rev 214476)
@@ -0,0 +1,38 @@
+# Maintainer: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20170201
+pkgrel=1
+pkgdesc="Portable version of the NetBSD 'make' build tool"
+arch=('i686' 'x86_64')
+url="http://www.crufty.net/help/sjg/bmake.html";
+license=('BSD')
+source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz";)
+sha256sums=('fa0b70af31101b78e7c2557f16455bd6d383f53edb03ebec66b9c715530d2373')
+
+prepare() {
+cd "$srcdir/$pkgname"
+# Add missing bsd.*.mk symlinks
+_links_orig="dep doc init lib links man nls obj own prog subdir"
+_links_new="dep doc inc init lib links man nls obj own prog subdir"
+sed -i -e "s/$_links_orig/$_links_new/" mk/install-mk
+}
+
+build() {
+cd "$srcdir"
+mkdir -p bmake-build
+cd bmake-build
+sh ../bmake/boot-strap --prefix=/usr
+}
+
+package() {
+cd "$srcdir/bmake-build"
+# Fix directory permissions on install
+install -dm0755 "$pkgdir/usr/bin"
+install -dm0755 "$pkgdir/usr/share/man/cat1"
+install -dm0755 "$pkgdir/usr/share/licenses/$pkgname"
+sh ../bmake/boot-strap --prefix=/usr --install-destdir="$pkgdir" op=install
+head -n70 ../bmake/main.c >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-02 08:23:57 UTC (rev 214475)
+++ community-x86_64/PKGBUILD   2017-03-02 08:24:20 UTC (rev 214476)
@@ -1,38 +0,0 @@
-# Maintainer: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20170114
-pkgrel=1
-pkgdesc="Portable version of the NetBSD 'make' build tool"
-arch=('i686' 'x86_64')
-url="http://www.crufty.net/help/sjg/bmake.html";
-license=('BSD')
-source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz";)
-sha256sums=('642a02de97ac61a2c01fb70b0a46eeb2285a0c0ca49fa434b34a4a2769d19c14')
-
-prepare() {
-cd "$srcdir/$pkgname"
-# Add missing bsd.*.mk symlinks
-_links_orig="dep doc init lib links man nls obj own prog subdir"
-_links_new="dep doc inc init lib links man nls obj own prog subdir"
-sed -i -e "s/$_links_orig/$_links_new/" mk/install-mk
-}
-
-build() {
-cd "$srcdir"
-mkdir -p bmake-build
-cd bmake-build
-sh ../bmake/boot-strap --prefix=/usr
-}
-
-package() {
-cd "$srcdir/bmake-build"
-# Fix directory permissions on install
-install -dm0755 "$pkgdir/usr/bin"
-install -dm0755 "$pkgdir/usr/share/man/cat1"
- 

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

2017-03-02 Thread Sergej Pupykin
Date: Thursday, March 2, 2017 @ 08:24:41
  Author: spupykin
Revision: 214478

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-02 08:24:26 UTC (rev 214477)
+++ PKGBUILD2017-03-02 08:24:41 UTC (rev 214478)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Roberto Alsina 
-
-pkgbase=python-migrate
-pkgname=('python-migrate' 'python2-migrate')
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="provides a way to deal with database schema changes in SQLAlchemy 
projects"
-arch=(any)
-url="http://sqlalchemy-migrate.googlecode.com/";
-depends=('python2' 'python2-sqlalchemy' 'python2-decorator'
-'python2-tempita' 'python2-pip' 'python2-six' 'python2-decorator'
-'python2-pbr'
-'python' 'python-sqlalchemy' 'python-decorator'
-'python-pip' 'python-six' 'python-decorator'
-'python-pbr')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-license=('MIT')
-source=("$pkgname-$pkgver::git://github.com/stackforge/sqlalchemy-migrate.git#tag=$pkgver")
-md5sums=('SKIP')
-
-package_python-migrate() {
-depends=('python' 'python-sqlalchemy' 'python-decorator'
-'python-pip' 'python-six' 'python-decorator'
-'python-pbr')
-
-  cd "$srcdir"/python-migrate-$pkgver
-  python setup.py install --root="$pkgdir"
-  install -Dm0755 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-migrate() {
-  depends=('python2' 'python2-sqlalchemy' 'python2-decorator'
-  'python2-tempita' 'python2-pip' 'python2-six' 'python2-decorator'
-   'python2-pbr')
-
-  cd "$srcdir"/python-migrate-$pkgver
-  python2 setup.py install --root="$pkgdir"
-  install -Dm0755 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-migrate/repos/community-any/PKGBUILD (from rev 214477, 
python-migrate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-02 08:24:41 UTC (rev 214478)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Roberto Alsina 
+
+pkgbase=python-migrate
+pkgname=('python-migrate' 'python2-migrate')
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="provides a way to deal with database schema changes in SQLAlchemy 
projects"
+arch=(any)
+url="http://sqlalchemy-migrate.googlecode.com/";
+depends=('python2' 'python2-sqlalchemy' 'python2-decorator'
+'python2-tempita' 'python2-pip' 'python2-six' 'python2-decorator'
+'python2-pbr'
+'python' 'python-sqlalchemy' 'python-decorator'
+'python-pip' 'python-six' 'python-decorator'
+'python-pbr')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+license=('MIT')
+source=("$pkgname-$pkgver::git://github.com/stackforge/sqlalchemy-migrate.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+package_python-migrate() {
+depends=('python' 'python-sqlalchemy' 'python-decorator'
+'python-pip' 'python-six' 'python-decorator'
+'python-pbr')
+
+  cd "$srcdir"/python-migrate-$pkgver
+  python setup.py install --root="$pkgdir"
+  install -Dm0755 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-migrate() {
+  depends=('python2' 'python2-sqlalchemy' 'python2-decorator'
+  'python2-tempita' 'python2-pip' 'python2-six' 'python2-decorator'
+   'python2-pbr')
+
+  cd "$srcdir"/python-migrate-$pkgver
+  python2 setup.py install --root="$pkgdir"
+  install -Dm0755 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-03-02 Thread Sergej Pupykin
Date: Thursday, March 2, 2017 @ 08:24:26
  Author: spupykin
Revision: 214477

upgpkg: python-migrate 0.11.0-1

upd

Modified:
  python-migrate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 08:24:20 UTC (rev 214476)
+++ PKGBUILD2017-03-02 08:24:26 UTC (rev 214477)
@@ -4,8 +4,8 @@
 
 pkgbase=python-migrate
 pkgname=('python-migrate' 'python2-migrate')
-pkgver=0.10.0
-pkgrel=2
+pkgver=0.11.0
+pkgrel=1
 pkgdesc="provides a way to deal with database schema changes in SQLAlchemy 
projects"
 arch=(any)
 url="http://sqlalchemy-migrate.googlecode.com/";
@@ -18,7 +18,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
 license=('MIT')
 
source=("$pkgname-$pkgver::git://github.com/stackforge/sqlalchemy-migrate.git#tag=$pkgver")
-md5sums=('SKIP')
+sha256sums=('SKIP')
 
 package_python-migrate() {
 depends=('python' 'python-sqlalchemy' 'python-decorator'


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

2017-03-02 Thread Sergej Pupykin
Date: Thursday, March 2, 2017 @ 08:24:45
  Author: spupykin
Revision: 214479

upgpkg: python-psycopg2 2.7-1

upd

Modified:
  python-psycopg2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 08:24:41 UTC (rev 214478)
+++ PKGBUILD2017-03-02 08:24:45 UTC (rev 214479)
@@ -5,8 +5,8 @@
 
 pkgbase=python-psycopg2
 pkgname=('python-psycopg2' 'python2-psycopg2')
-pkgver=2.6.2
-pkgrel=2
+pkgver=2.7
+pkgrel=1
 pkgdesc="A PostgreSQL database adapter for the Python programming language."
 arch=('i686' 'x86_64')
 url="http://initd.org/psycopg/";
@@ -13,8 +13,8 @@
 license=('LGPL3')
 makedepends=('python2' 'python' 'postgresql-libs>=8.4.1')
 validpgpkeys=('8AD609956CF1899418E19A856013BD3AFCF957DE')
-source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-6/psycopg2-$pkgver.tar.gz{,.asc})
-sha256sums=('70490e12ed9c5c818ecd85d185d363335cc8a8cbf7212e3c185431c79ff8c05c'
+source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-$pkgver.tar.gz{,.asc})
+sha256sums=('ceadecf660ad4f7a31ea5baef30a7351add8626f9fd3daaafabb9a9e549f3f9a'
 'SKIP')
 
 build() {


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

2017-03-02 Thread Sergej Pupykin
Date: Thursday, March 2, 2017 @ 08:25:02
  Author: spupykin
Revision: 214480

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

Added:
  python-psycopg2/repos/community-i686/ChangeLog
(from rev 214479, python-psycopg2/trunk/ChangeLog)
  python-psycopg2/repos/community-i686/PKGBUILD
(from rev 214479, python-psycopg2/trunk/PKGBUILD)
  python-psycopg2/repos/community-x86_64/ChangeLog
(from rev 214479, python-psycopg2/trunk/ChangeLog)
  python-psycopg2/repos/community-x86_64/PKGBUILD
(from rev 214479, python-psycopg2/trunk/PKGBUILD)
Deleted:
  python-psycopg2/repos/community-i686/ChangeLog
  python-psycopg2/repos/community-i686/PKGBUILD
  python-psycopg2/repos/community-x86_64/ChangeLog
  python-psycopg2/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   50 +
 /PKGBUILD  |   74 +++
 community-i686/ChangeLog   |   25 --
 community-i686/PKGBUILD|   37 -
 community-x86_64/ChangeLog |   25 --
 community-x86_64/PKGBUILD  |   37 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2017-03-02 08:24:45 UTC (rev 214479)
+++ community-i686/ChangeLog2017-03-02 08:25:02 UTC (rev 214480)
@@ -1,25 +0,0 @@
-
-2009-08-05  Douglas Soares de Andrade  
-
-   * Updated to: 2.0.11
-
-2009-03-24  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.0.9
-
-2009-01-11  Douglas Soares de Andrade  
-
-   * Rebuilt for python 2.6
-
-2008-04-25  Mateusz Herych 
-
-   * Built for x86_64 - 2.0.7
-
-2008-04-23  Douglas Soares de Andrade  
-
-   * Built for i686 - 2.0.7
-
-2007-06-27  tardo  
-   
-   * Built for x86_64
-

Copied: python-psycopg2/repos/community-i686/ChangeLog (from rev 214479, 
python-psycopg2/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2017-03-02 08:25:02 UTC (rev 214480)
@@ -0,0 +1,25 @@
+
+2009-08-05  Douglas Soares de Andrade  
+
+   * Updated to: 2.0.11
+
+2009-03-24  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.0.9
+
+2009-01-11  Douglas Soares de Andrade  
+
+   * Rebuilt for python 2.6
+
+2008-04-25  Mateusz Herych 
+
+   * Built for x86_64 - 2.0.7
+
+2008-04-23  Douglas Soares de Andrade  
+
+   * Built for i686 - 2.0.7
+
+2007-06-27  tardo  
+   
+   * Built for x86_64
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-02 08:24:45 UTC (rev 214479)
+++ community-i686/PKGBUILD 2017-03-02 08:25:02 UTC (rev 214480)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Angel 'angvp' Velasquez 
-# Maintainer: Douglas Soares de Andrade 
-
-pkgbase=python-psycopg2
-pkgname=('python-psycopg2' 'python2-psycopg2')
-pkgver=2.6.2
-pkgrel=2
-pkgdesc="A PostgreSQL database adapter for the Python programming language."
-arch=('i686' 'x86_64')
-url="http://initd.org/psycopg/";
-license=('LGPL3')
-makedepends=('python2' 'python' 'postgresql-libs>=8.4.1')
-validpgpkeys=('8AD609956CF1899418E19A856013BD3AFCF957DE')
-source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-6/psycopg2-$pkgver.tar.gz{,.asc})
-sha256sums=('70490e12ed9c5c818ecd85d185d363335cc8a8cbf7212e3c185431c79ff8c05c'
-'SKIP')
-
-build() {
-  cd "$srcdir/psycopg2-$pkgver"
-  sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg
-}
-
-package_python-psycopg2() {
-  depends=('python' 'postgresql-libs>=8.4.1')
-
-  cd "$srcdir/psycopg2-$pkgver"
-  python setup.py install --root="$pkgdir"
-}
-
-package_python2-psycopg2() {
-  depends=('python2' 'postgresql-libs>=8.4.1')
-
-  cd "$srcdir/psycopg2-$pkgver"
-  python2 setup.py install --root="$pkgdir"
-}

Copied: python-psycopg2/repos/community-i686/PKGBUILD (from rev 214479, 
python-psycopg2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-02 08:25:02 UTC (rev 214480)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Angel 'angvp' Velasquez 
+# Maintainer: Douglas Soares de Andrade 
+
+pkgbase=python-psycopg2
+pkgname=('python-psycopg2' 'python2-psycopg2')
+pkgver=2.7
+pkgrel=1
+pkgdesc="A PostgreSQL database adapter for the Python programming language."
+arch=('i686' 'x86_64')
+url="http://initd.org/psycopg/";
+license=('LGPL3')
+makedepends=('python2' 'python' 'postgresql-libs>=8.4.1')
+validpgpkeys=('8AD609956CF1899418E19A856013BD3AFCF957DE')
+source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-$pkgver.tar.gz{,.asc})
+sha256sums=('ceadecf660ad4f7a31ea5baef30a7351add8626f9fd3daaafabb9a9

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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 08:38:01
  Author: felixonmars
Revision: 214481

upgpkg: pandoc 1.19.2.1-18

rebuild with cryptonite,0.22

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 08:25:02 UTC (rev 214480)
+++ PKGBUILD2017-03-02 08:38:01 UTC (rev 214481)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.19.2.1
-pkgrel=17
+pkgrel=18
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org";
 license=("GPL")


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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 08:38:19
  Author: felixonmars
Revision: 214482

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

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

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

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 214481, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 08:38:19 UTC (rev 214482)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.2.1
+pkgrel=18
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-doctemplates" 
"haskell-mtl"
+ "haskell-extensible-exceptions" "haskell-filemanip" 
"haskell-haddock-library"
+ "haskell-skylighting" "haskell-hslua" "haskell-http-client" 
"haskell-syb"
+ "haskell-http-client-tls" "haskell-http-types"  "haskell-text" 
"haskell-texmath"
+ "haskell-network" "haskell-old-time" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-random" "haskell-scientific" "haskell-tagsoup" 
"haskell-temporary"
+ "haskell-network-uri" "haskell-unordered-containers" 
"haskell-zip-archive"
+ "haskell-vector" "haskell-xml" "haskell-yaml" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('08692f3d77bf95bb9ba3407f7af26de7c23134e7efcdafad0bdaf9050e2c7801')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files -f-weigh-pandoc
+runhaskell Setup build
+
+runhaskell Setup haddock --hoogle --html
+
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc() {
+depends=('gmp' 'libffi' 'zlib' 'pcre' 'cmark')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'texlive-core: for pdf output')
+replaces=('pandoc-static')
+conflicts=('pandoc-static')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}
+
+package_haskell-pandoc() {
+pkgdesc="Conversion between markup formats (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 214481, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 08:38:19 UTC (rev 214482)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.2.1
+pkgrel=18
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-

[arch-commits] Commit in xfce4-whiskermenu-plugin/trunk (PKGBUILD)

2017-03-02 Thread Alexander Rødseth
Date: Thursday, March 2, 2017 @ 08:39:40
  Author: arodseth
Revision: 214483

upgpkg: xfce4-whiskermenu-plugin 1.7.1-1

Modified:
  xfce4-whiskermenu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 08:38:19 UTC (rev 214482)
+++ PKGBUILD2017-03-02 08:39:40 UTC (rev 214483)
@@ -3,18 +3,17 @@
 # Contributor: Graeme Gott 
 
 pkgname=xfce4-whiskermenu-plugin
-pkgver=1.7.0
+pkgver=1.7.1
 pkgrel=1
 pkgdesc='Alternate menu for Xfce4'
 arch=('x86_64' 'i686')
-url='http://gottcode.org/xfce4-whiskermenu-plugin/'
+url='https://gottcode.org/xfce4-whiskermenu-plugin/'
 groups=('xfce4-goodies')
 license=('GPL2')
 depends=('xfce4-panel')
 makedepends=('cmake' 'ninja')
-#source=("http://gottcode.org/$pkgname/$pkgname-$pkgver.tar.bz2";)
-source=("http://mirror.netcologne.de/xfce/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";)
-sha256sums=('c6ef8ab93829c51244951796d792dce71c4f0f43e31ce4427029337fa1623024')
+source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";)
 # no https available
+sha256sums=('3008de2e1f9099328a294def144b6b21ee04b9b04936831f1c0e1e3ffedf8a21')
 
 build() {
   mkdir -p build


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

2017-03-02 Thread Alexander Rødseth
Date: Thursday, March 2, 2017 @ 08:39:41
  Author: arodseth
Revision: 214484

upgpkg: erlang 19.2.3-2

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 08:39:40 UTC (rev 214483)
+++ PKGBUILD2017-03-02 08:39:41 UTC (rev 214484)
@@ -9,7 +9,7 @@
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
 pkgver=19.2.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
 license=('Apache')
@@ -36,7 +36,7 @@
 build() {
   cd otp
 
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
+  ./configure --prefix=/usr --enable-smp-support --with-odbc 
--enable-builtin-zlib
   make
 }
 


[arch-commits] Commit in xfce4-whiskermenu-plugin/repos (4 files)

2017-03-02 Thread Alexander Rødseth
Date: Thursday, March 2, 2017 @ 08:41:12
  Author: arodseth
Revision: 214485

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

Added:
  xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD
(from rev 214484, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD
(from rev 214484, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   35 --
 community-x86_64/PKGBUILD |   35 --
 3 files changed, 68 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-02 08:39:41 UTC (rev 214484)
+++ community-i686/PKGBUILD 2017-03-02 08:41:12 UTC (rev 214485)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Graeme Gott 
-
-pkgname=xfce4-whiskermenu-plugin
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='Alternate menu for Xfce4'
-arch=('x86_64' 'i686')
-url='http://gottcode.org/xfce4-whiskermenu-plugin/'
-groups=('xfce4-goodies')
-license=('GPL2')
-depends=('xfce4-panel')
-makedepends=('cmake' 'ninja')
-#source=("http://gottcode.org/$pkgname/$pkgname-$pkgver.tar.bz2";)
-source=("http://mirror.netcologne.de/xfce/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";)
-sha256sums=('c6ef8ab93829c51244951796d792dce71c4f0f43e31ce4427029337fa1623024')
-
-build() {
-  mkdir -p build
-  cd build
-
-  cmake "$srcdir/$pkgname-$pkgver" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD (from rev 
214484, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-02 08:41:12 UTC (rev 214485)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Graeme Gott 
+
+pkgname=xfce4-whiskermenu-plugin
+pkgver=1.7.1
+pkgrel=1
+pkgdesc='Alternate menu for Xfce4'
+arch=('x86_64' 'i686')
+url='https://gottcode.org/xfce4-whiskermenu-plugin/'
+groups=('xfce4-goodies')
+license=('GPL2')
+depends=('xfce4-panel')
+makedepends=('cmake' 'ninja')
+source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";)
 # no https available
+sha256sums=('3008de2e1f9099328a294def144b6b21ee04b9b04936831f1c0e1e3ffedf8a21')
+
+build() {
+  mkdir -p build
+  cd build
+
+  cmake "$srcdir/$pkgname-$pkgver" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-02 08:39:41 UTC (rev 214484)
+++ community-x86_64/PKGBUILD   2017-03-02 08:41:12 UTC (rev 214485)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Graeme Gott 
-
-pkgname=xfce4-whiskermenu-plugin
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='Alternate menu for Xfce4'
-arch=('x86_64' 'i686')
-url='http://gottcode.org/xfce4-whiskermenu-plugin/'
-groups=('xfce4-goodies')
-license=('GPL2')
-depends=('xfce4-panel')
-makedepends=('cmake' 'ninja')
-#source=("http://gottcode.org/$pkgname/$pkgname-$pkgver.tar.bz2";)
-source=("http://mirror.netcologne.de/xfce/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2";)
-sha256sums=('c6ef8ab93829c51244951796d792dce71c4f0f43e31ce4427029337fa1623024')
-
-build() {
-  mkdir -p build
-  cd build
-
-  cmake "$srcdir/$pkgname-$pkgver" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 
214484, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-02 08:41:12 UTC (rev 214485)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Con

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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 08:51:03
  Author: felixonmars
Revision: 214486

upgpkg: pandoc-citeproc 0.10.4.1-8

rebuild with cryptonite,0.22

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 08:41:12 UTC (rev 214485)
+++ PKGBUILD2017-03-02 08:51:03 UTC (rev 214486)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.10.4.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/${pkgbase}";
 license=("custom:BSD3")


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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 08:51:23
  Author: felixonmars
Revision: 214487

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

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

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 214486, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 08:51:23 UTC (rev 214487)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.4.1
+pkgrel=8
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "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")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('6e6b0a89a831f9bfaa33dc0f3dff1792ee1626a5e66e1bd34da9447cd3c7de51')
+
+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.*update[^ ]* |&'--force' |" register.sh
+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')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${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-x86_64/PKGBUILD (from rev 
214486, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 08:51:23 UTC (rev 214487)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.4.1
+pkgrel=8
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "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")
+sou

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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 08:57:28
  Author: felixonmars
Revision: 214490

upgpkg: haskell-hakyll 4.9.5.1-14

rebuild with cryptonite,0.22

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 08:56:12 UTC (rev 214489)
+++ PKGBUILD2017-03-02 08:57:28 UTC (rev 214490)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.5.1
-pkgrel=13
+pkgrel=14
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("custom:BSD3")


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

2017-03-02 Thread Johannes Löthberg
Date: Thursday, March 2, 2017 @ 08:57:34
  Author: demize
Revision: 214491

upgpkg: go-ipfs 0.4.6-1

Modified:
  go-ipfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 08:57:28 UTC (rev 214490)
+++ PKGBUILD2017-03-02 08:57:34 UTC (rev 214491)
@@ -6,7 +6,7 @@
 # Contributor: Ian Naval 
 
 pkgname=go-ipfs
-pkgver=0.4.5
+pkgver=0.4.6
 pkgrel=1
 
 pkgdesc='A peer-to-peer hypermedia distribution protocol'
@@ -20,7 +20,7 @@
 
 
source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
 ipfs.service)
-sha512sums=('15e355973a463354c7019ed7ae8dd1c8337a38c159e882abcaaa80b2f32a0d8879ebfe12a98bbcfbcefdfc13bde3ed80ac91cc34c6e4e5e37336f94100634bc0'
+sha512sums=('ae38084f8116444b36f878f620d279ead6ad3a3c49b25150f5c7f9e321a443b074167d6b4159f3d46a41fd5de51efb592a7df4932e6e14779e0ae6718970f4a7'
 
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
 
 prepare() {
@@ -29,7 +29,7 @@
   ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
 
   cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-  make gx_check
+  make deps
 }
 
 build() {


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

2017-03-02 Thread Johannes Löthberg
Date: Thursday, March 2, 2017 @ 08:57:47
  Author: demize
Revision: 214493

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

Added:
  go-ipfs/repos/community-i686/PKGBUILD
(from rev 214491, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-i686/ipfs.service
(from rev 214491, go-ipfs/trunk/ipfs.service)
  go-ipfs/repos/community-x86_64/PKGBUILD
(from rev 214491, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-x86_64/ipfs.service
(from rev 214491, go-ipfs/trunk/ipfs.service)
Deleted:
  go-ipfs/repos/community-i686/PKGBUILD
  go-ipfs/repos/community-i686/ipfs.service
  go-ipfs/repos/community-x86_64/PKGBUILD
  go-ipfs/repos/community-x86_64/ipfs.service

---+
 /PKGBUILD |  100 
 /ipfs.service |   18 +++
 community-i686/PKGBUILD   |   50 
 community-i686/ipfs.service   |9 ---
 community-x86_64/PKGBUILD |   50 
 community-x86_64/ipfs.service |9 ---
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-02 08:57:46 UTC (rev 214492)
+++ community-i686/PKGBUILD 2017-03-02 08:57:47 UTC (rev 214493)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Anatol Pomozov
-# Contributor: kpcyrd 
-# Contributor: Frederik “Freso” S. Olesen 
-# Contributor: Ian Naval 
-
-pkgname=go-ipfs
-pkgver=0.4.5
-pkgrel=1
-
-pkgdesc='A peer-to-peer hypermedia distribution protocol'
-url='http://ipfs.io/'
-arch=(i686 x86_64)
-license=(MIT)
-
-depends=(glibc)
-optdepends=('fuse2: for mounting/advanced use')
-makedepends=(go git)
-
-source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
-ipfs.service)
-sha512sums=('15e355973a463354c7019ed7ae8dd1c8337a38c159e882abcaaa80b2f32a0d8879ebfe12a98bbcfbcefdfc13bde3ed80ac91cc34c6e4e5e37336f94100634bc0'
-
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
-
-prepare() {
-  export GOPATH="$PWD"/.gopath
-  mkdir -p "$GOPATH"/src/github.com/ipfs
-  ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-  make gx_check
-}
-
-build() {
-  export PATH="$PATH":"$PWD"/.gopath/bin
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  make build
-}
-
-package() {
-  cd go-ipfs-$pkgver
-
-  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
-  install -Dm 644  ../ipfs.service "$pkgdir/usr/lib/systemd/user/ipfs.service"
-  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
-  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}

Copied: go-ipfs/repos/community-i686/PKGBUILD (from rev 214491, 
go-ipfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-02 08:57:47 UTC (rev 214493)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Anatol Pomozov
+# Contributor: kpcyrd 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Ian Naval 
+
+pkgname=go-ipfs
+pkgver=0.4.6
+pkgrel=1
+
+pkgdesc='A peer-to-peer hypermedia distribution protocol'
+url='http://ipfs.io/'
+arch=(i686 x86_64)
+license=(MIT)
+
+depends=(glibc)
+optdepends=('fuse2: for mounting/advanced use')
+makedepends=(go git)
+
+source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
+ipfs.service)
+sha512sums=('ae38084f8116444b36f878f620d279ead6ad3a3c49b25150f5c7f9e321a443b074167d6b4159f3d46a41fd5de51efb592a7df4932e6e14779e0ae6718970f4a7'
+
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
+
+prepare() {
+  export GOPATH="$PWD"/.gopath
+  mkdir -p "$GOPATH"/src/github.com/ipfs
+  ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
+  make deps
+}
+
+build() {
+  export PATH="$PATH":"$PWD"/.gopath/bin
+  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+  make build
+}
+
+package() {
+  cd go-ipfs-$pkgver
+
+  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
+  install -Dm 644  ../ipfs.service "$pkgdir/usr/lib/systemd/user/ipfs.service"
+  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
+  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}

Deleted: community-i686/ipfs.service
===
--- community-i686/ipfs.service 2017-03-02 08:

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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 08:57:46
  Author: felixonmars
Revision: 214492

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

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 214491, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 08:57:46 UTC (rev 214492)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=14
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('8deca33939717372ca227559dfe82aa0b02af49b19e9ea60051f555dcee2cfe6')
+
+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 -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
214491, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 08:57:46 UTC (rev 214492)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=14
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('8deca33939717372ca227559dfe82aa0b02af49b19e9ea60051f555dcee2cfe6')
+
+b

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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 09:05:07
  Author: felixonmars
Revision: 214494

upgpkg: pandoc-crossref 0.2.5.0-4

rebuild with cryptonite,0.22

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 08:57:47 UTC (rev 214493)
+++ PKGBUILD2017-03-02 09:05:07 UTC (rev 214494)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgbase}";
 license=("GPL2")


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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 09:05:24
  Author: felixonmars
Revision: 214495

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

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

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 214494, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 09:05:24 UTC (rev 214495)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.5.0
+pkgrel=4
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgbase}";
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "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-utility-ht")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('d4d93bbe448e2cf187a0b7bcc605d0445e28021e4e31bfef890b93bee2b28491')
+
+prepare() {
+sed -i 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--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.*update[^ ]* |&'--force' |" register.sh
+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')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${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-x86_64/PKGBUILD (from rev 
214494, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 09:05:24 UTC (rev 214495)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.5.0
+pkgrel=4
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgbase}";
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "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-utility-ht")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('d4d93bbe448e2cf187a0b7bcc605d0445e28021e4e31bfef890b93bee2b28491')
+
+prepare() {
+sed -i 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/sit

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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 09:07:17
  Author: felixonmars
Revision: 214496

upgpkg: haskell-pipes-http 1.0.5-14

rebuild with cryptonite,0.22

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 09:05:24 UTC (rev 214495)
+++ PKGBUILD2017-03-02 09:07:17 UTC (rev 214496)
@@ -5,7 +5,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.5
-pkgrel=13
+pkgrel=14
 pkgdesc="HTTP client with pipes interface"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 09:07:33
  Author: felixonmars
Revision: 214497

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

Added:
  haskell-pipes-http/repos/community-staging-i686/
  haskell-pipes-http/repos/community-staging-i686/PKGBUILD
(from rev 214496, haskell-pipes-http/trunk/PKGBUILD)
  haskell-pipes-http/repos/community-staging-x86_64/
  haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD
(from rev 214496, haskell-pipes-http/trunk/PKGBUILD)

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

Copied: haskell-pipes-http/repos/community-staging-i686/PKGBUILD (from rev 
214496, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 09:07:33 UTC (rev 214497)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.5
+pkgrel=14
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('49a196466de1638f3806a49bf10fef9eb3c06456ababf09ffd025b6b64f23055')
+
+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.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
214496, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 09:07:33 UTC (rev 214497)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.5
+pkgrel=14
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('49a196466de1638f3806a49bf10fef9eb3c06456ababf09ffd025b6b64f23055')
+
+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.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-03-02 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 09:09:49
  Author: bisson
Revision: 289877

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 07:16:22 UTC (rev 289876)
+++ PKGBUILD2017-03-02 09:09:49 UTC (rev 289877)
@@ -4,7 +4,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.1.4
+pkgver=3.2.0
 pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
@@ -15,7 +15,7 @@
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz";
 'aliases.patch'
 'service')
-sha256sums=('f33b470c47ae8b4ff199ab55dc42e86031ff0c535ccbc83069c8cff69b5bd027'
+sha256sums=('420726e79622620394fd17799e49268dada7041ea067ca3aa1c8bf155b9aa487'
 'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
 '52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
 


[arch-commits] Commit in postfix/repos/extra-i686 (8 files)

2017-03-02 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 09:12:19
  Author: bisson
Revision: 289878

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

Added:
  postfix/repos/extra-i686/PKGBUILD
(from rev 289877, postfix/trunk/PKGBUILD)
  postfix/repos/extra-i686/aliases.patch
(from rev 289877, postfix/trunk/aliases.patch)
  postfix/repos/extra-i686/install
(from rev 289877, postfix/trunk/install)
  postfix/repos/extra-i686/service
(from rev 289877, postfix/trunk/service)
Deleted:
  postfix/repos/extra-i686/PKGBUILD
  postfix/repos/extra-i686/aliases.patch
  postfix/repos/extra-i686/install
  postfix/repos/extra-i686/service

---+
 PKGBUILD  |  202 
 aliases.patch |   36 -
 install   |   32 
 service   |   28 +++
 4 files changed, 149 insertions(+), 149 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-02 09:09:49 UTC (rev 289877)
+++ PKGBUILD2017-03-02 09:12:19 UTC (rev 289878)
@@ -1,101 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax 
-# Contributor: Paul Mattal 
-# Maintainer: Gaetan Bisson 
-
-pkgname=postfix
-pkgver=3.1.4
-pkgrel=1
-url='http://www.postfix.org/'
-pkgdesc='Fast, easy to administer, secure mail server'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
- 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz";
-'aliases.patch'
-'service')
-sha1sums=('2889744044d85209563dc0b5388eb32c8b1f93f0'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
-
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-
-conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-replaces=('postfix-tools')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   CCARGS='
--DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
--DHAS_LDAP
--DUSE_TLS
--DHAS_MYSQL -I/usr/include/mysql
--DHAS_PGSQL -I/usr/include/postgresql
--DHAS_SQLITE
--DHAS_CDB
--DDEF_COMMAND_DIR=\"/usr/bin\"
--DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
--DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
--DDEF_README_DIR=\"/usr/share/doc/postfix\"
--DDEF_MANPAGE_DIR=\"/usr/share/man\"
-'
-   AUXLIBS='
--lsasl2
--lldap -llber
--lssl -lcrypto
--lmysqlclient -lz -lm
--lpq
--lsqlite3 -lpthread
--lcdb
-'
-   make makefiles \
-   DEBUG='' \
-   pie=yes \
-   shared=yes \
-   CCARGS="${CCARGS//$'\n'/}" \
-   AUXLIBS="${AUXLIBS//$'\n'/}" \
-   OPT="${CFLAGS} ${LDFLAGS}" \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/postfix-${pkgver}"
-
-   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
-   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
-   sh postfix-install -non-interactive install_root="${pkgdir}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-
-   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
-   done
-
-   # now set permissions right to appease the pacman gods
-   sed -r \
-   -e '/override=1/d' \
-   -e '/absolute path name/d' \
-   -e 's/\$POSTCONF -/$POSTCONF -c .\/etc\/postfix -/g' \
-   -e '/(if \[|chmod|chown|find|mkdir|test)/s/\$path/.\/$path/g' \
-   libexec/post-install > ../arch-post-install
-   cd "${pkgdir}"
-   LD_LIBRARY_PATH=usr/lib/postfix:$LD_LIBRARY_PATH \
-   sh "${srcdir}/arch-post-install" \
-command_directory=usr/bin \
-config_directory=etc/postfix \
-meta_directory=etc/postfix \
-setgid_group=75 \
-mail_owner=73 \
-set-permissions
-
-   patch -p0 -i "${srcdir}"/aliases.patch
-   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i "etc/postfix/postfix-files"
-}

Copied: postfix/repos/extra-i686/PKGBUILD (from rev 289877, 
postfix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-0

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

2017-03-02 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 09:16:11
  Author: bisson
Revision: 289879

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

Added:
  postfix/repos/extra-i686/PKGBUILD
(from rev 289878, postfix/trunk/PKGBUILD)
  postfix/repos/extra-i686/aliases.patch
(from rev 289878, postfix/trunk/aliases.patch)
  postfix/repos/extra-i686/install
(from rev 289878, postfix/trunk/install)
  postfix/repos/extra-i686/service
(from rev 289878, postfix/trunk/service)
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 289878, postfix/trunk/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 289878, postfix/trunk/aliases.patch)
  postfix/repos/extra-x86_64/install
(from rev 289878, postfix/trunk/install)
  postfix/repos/extra-x86_64/service
(from rev 289878, postfix/trunk/service)
Deleted:
  postfix/repos/extra-i686/PKGBUILD
  postfix/repos/extra-i686/aliases.patch
  postfix/repos/extra-i686/install
  postfix/repos/extra-i686/service
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/install
  postfix/repos/extra-x86_64/service

+
 /PKGBUILD  |  202 +++
 /aliases.patch |   36 +++
 /install   |   32 ++
 /service   |   28 +
 extra-i686/PKGBUILD|  101 -
 extra-i686/aliases.patch   |   18 ---
 extra-i686/install |   16 ---
 extra-i686/service |   14 --
 extra-x86_64/PKGBUILD  |  101 -
 extra-x86_64/aliases.patch |   18 ---
 extra-x86_64/install   |   16 ---
 extra-x86_64/service   |   14 --
 12 files changed, 298 insertions(+), 298 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-02 09:12:19 UTC (rev 289878)
+++ extra-i686/PKGBUILD 2017-03-02 09:16:11 UTC (rev 289879)
@@ -1,101 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax 
-# Contributor: Paul Mattal 
-# Maintainer: Gaetan Bisson 
-
-pkgname=postfix
-pkgver=3.2.0
-pkgrel=1
-url='http://www.postfix.org/'
-pkgdesc='Fast, easy to administer, secure mail server'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
- 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz";
-'aliases.patch'
-'service')
-sha256sums=('420726e79622620394fd17799e49268dada7041ea067ca3aa1c8bf155b9aa487'
-'f4c766efc20b4638f9fd72707ca6d4c2628279ebd79f5227276fa4ca6867c336'
-'52781649c49a50cecd7d20f693f602d7dc78b985ac5f0e72c4abfa0d800e58f0')
-
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-
-conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-replaces=('postfix-tools')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   CCARGS='
--DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
--DHAS_LDAP
--DUSE_TLS
--DHAS_MYSQL -I/usr/include/mysql
--DHAS_PGSQL -I/usr/include/postgresql
--DHAS_SQLITE
--DHAS_CDB
--DDEF_COMMAND_DIR=\"/usr/bin\"
--DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
--DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
--DDEF_README_DIR=\"/usr/share/doc/postfix\"
--DDEF_MANPAGE_DIR=\"/usr/share/man\"
-'
-   AUXLIBS='
--lsasl2
--lldap -llber
--lssl -lcrypto
--lmysqlclient -lz -lm
--lpq
--lsqlite3 -lpthread
--lcdb
-'
-   make makefiles \
-   DEBUG='' \
-   pie=yes \
-   shared=yes \
-   CCARGS="${CCARGS//$'\n'/}" \
-   AUXLIBS="${AUXLIBS//$'\n'/}" \
-   OPT="${CFLAGS} ${LDFLAGS}" \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/postfix-${pkgver}"
-
-   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
-   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
-   sh postfix-install -non-interactive install_root="${pkgdir}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-
-   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
-   done
-
-   # now set permissions right to appease the pacman gods
-   sed -r \
-   -e

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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 09:22:23
  Author: felixonmars
Revision: 214498

upgpkg: nodejs 7.7.1-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 09:07:33 UTC (rev 214497)
+++ PKGBUILD2017-03-02 09:22:23 UTC (rev 214498)
@@ -9,7 +9,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=7.6.0
+pkgver=7.7.1
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
@@ -55,7 +55,8 @@
 
 check() {
   cd nodejs
-  make test
+  # Expected failure: https://github.com/nodejs/node/issues/11627
+  make test || warning "Tests failed"
 }
 
 package() {


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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 09:22:45
  Author: felixonmars
Revision: 214499

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

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

---+
 /PKGBUILD |  142 
 community-i686/PKGBUILD   |   70 -
 community-x86_64/PKGBUILD |   70 -
 3 files changed, 142 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-02 09:22:23 UTC (rev 214498)
+++ community-i686/PKGBUILD 2017-03-02 09:22:45 UTC (rev 214499)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=7.6.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares') # 'v8')
-makedepends=('python2' 'procps-ng' 'git')
-optdepends=('npm: nodejs package manager')
-source=("nodejs::git+https://github.com/nodejs/node.git#tag=v$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cd nodejs
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd nodejs
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser \
---shared-cares
-# --shared-v8
-
-  make
-}
-
-check() {
-  cd nodejs
-  make test
-}
-
-package() {
-  cd nodejs
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 214498, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-02 09:22:45 UTC (rev 214499)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=7.7.1
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares') # 'v8')
+makedepends=('python2' 'procps-ng' 'git')
+optdepends=('npm: nodejs package manager')
+source=("nodejs::git+https://github.com/nodejs/node.git#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cd nodejs
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd nodejs
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser \
+--shared-cares
+# --shared-v8
+
+  make
+}
+
+check() {
+  cd nodejs
+  # Expected failure: https://github.com/nodejs/node/issues/11627
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd nodejs
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-02 09:22:23 UTC (rev 214498)
+++ community-x86_64/PKGBUILD   2017-03-02 09:22:45 UTC (rev 214499)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contr

[arch-commits] Commit in screen/trunk (PKGBUILD texinfo.patch)

2017-03-02 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 09:28:07
  Author: bisson
Revision: 289880

fix FS#53139

Added:
  screen/trunk/texinfo.patch
Modified:
  screen/trunk/PKGBUILD

---+
 PKGBUILD  |9 -
 texinfo.patch |   14 ++
 2 files changed, 22 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 09:16:11 UTC (rev 289879)
+++ PKGBUILD2017-03-02 09:28:07 UTC (rev 289880)
@@ -5,7 +5,7 @@
 
 pkgname=screen
 pkgver=4.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Full-screen window manager that multiplexes a physical terminal'
 url='https://www.gnu.org/software/screen/'
 arch=('i686' 'x86_64')
@@ -14,10 +14,12 @@
 validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4'
   '71AA09D9E8870FDB0AA7B61E21F968DEF747ABD7')
 source=("https://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
+'texinfo.patch'
 'tmpfiles.d'
 'pam.d')
 sha256sums=('97db2114dd963b016cd4ded34831955dcbe3251e5eee45ac2606e67e9f097b2d'
 'SKIP'
+   '3d61332c1832c06997e4b4dbaf8911716648f07162887cf8b4e50aa0ca21'
 '1f33ce4faca7bd05dd80403411af31e682d5d23e79558e884ae5a35f1dd96223'
 '971c25929ea97422c09e10679ab98e9e6c59295aae1a4a9970909d2206e23090')
 
@@ -26,6 +28,11 @@
 
 _ptygroup=5 #the UID of our PTY/TTY group
 
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../texinfo.patch
+}
+
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
 

Added: texinfo.patch
===
--- texinfo.patch   (rev 0)
+++ texinfo.patch   2017-03-02 09:28:07 UTC (rev 289880)
@@ -0,0 +1,14 @@
+diff -Naur old/doc/screen.texinfo new/doc/screen.texinfo
+--- old/doc/screen.texinfo 2017-02-25 05:35:35.128808129 -1000
 new/doc/screen.texinfo 2017-03-01 23:22:32.078134723 -1000
+@@ -5796,8 +5796,8 @@
+ 
+ 
+ @example
+- Thomas Renninger ,
+- Axel Beckert ,
++ Thomas Renninger ,
++ Axel Beckert ,
+  Ken Beal ,
+  Rudolf Koenig ,
+  Toerless Eckert ,


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

2017-03-02 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 09:29:05
  Author: bisson
Revision: 289881

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

Added:
  screen/repos/extra-i686/PKGBUILD
(from rev 289880, screen/trunk/PKGBUILD)
  screen/repos/extra-i686/pam.d
(from rev 289880, screen/trunk/pam.d)
  screen/repos/extra-i686/texinfo.patch
(from rev 289880, screen/trunk/texinfo.patch)
  screen/repos/extra-i686/tmpfiles.d
(from rev 289880, screen/trunk/tmpfiles.d)
  screen/repos/extra-x86_64/PKGBUILD
(from rev 289880, screen/trunk/PKGBUILD)
  screen/repos/extra-x86_64/pam.d
(from rev 289880, screen/trunk/pam.d)
  screen/repos/extra-x86_64/texinfo.patch
(from rev 289880, screen/trunk/texinfo.patch)
  screen/repos/extra-x86_64/tmpfiles.d
(from rev 289880, screen/trunk/tmpfiles.d)
Deleted:
  screen/repos/extra-i686/PKGBUILD
  screen/repos/extra-i686/pam.d
  screen/repos/extra-i686/tmpfiles.d
  screen/repos/extra-x86_64/PKGBUILD
  screen/repos/extra-x86_64/pam.d
  screen/repos/extra-x86_64/tmpfiles.d

+
 /PKGBUILD  |  128 +++
 /pam.d |2 
 /tmpfiles.d|2 
 extra-i686/PKGBUILD|   56 --
 extra-i686/pam.d   |1 
 extra-i686/texinfo.patch   |   14 
 extra-i686/tmpfiles.d  |1 
 extra-x86_64/PKGBUILD  |   56 --
 extra-x86_64/pam.d |1 
 extra-x86_64/texinfo.patch |   14 
 extra-x86_64/tmpfiles.d|1 
 11 files changed, 160 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-02 09:28:07 UTC (rev 289880)
+++ extra-i686/PKGBUILD 2017-03-02 09:29:05 UTC (rev 289881)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Allan McRae 
-# Committer: dorphell 
-
-pkgname=screen
-pkgver=4.5.1
-pkgrel=1
-pkgdesc='Full-screen window manager that multiplexes a physical terminal'
-url='https://www.gnu.org/software/screen/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('ncurses' 'pam')
-validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4'
-  '71AA09D9E8870FDB0AA7B61E21F968DEF747ABD7')
-source=("https://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
-'tmpfiles.d'
-'pam.d')
-sha1sums=('d096ea40c7a349ec46f3bd4fcc02fd6a873318e6' 'SKIP'
-  '76b9c70b77940eb1214fe65739f9f932dc57fb66'
-  '1ab4b512d2ac840d16db6986d7c98d7ce2f6383f')
-
-backup=('etc/screenrc' 'etc/pam.d/screen')
-options=('!makeflags')
-
-_ptygroup=5 #the UID of our PTY/TTY group
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --infodir=/usr/share/info \
-   --enable-colors256 \
-   --enable-pam \
-   --enable-rxvt_osc \
-   --enable-telnet \
-   --with-pty-group=$_ptygroup \
-   --with-socket-dir=/run/screens \
-   --with-sys-screenrc=/etc/screenrc \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-
-   install -Dm644 ../pam.d "${pkgdir}"/etc/pam.d/screen
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/screen.conf
-
-   install -Dm644 etc/completer.zsh 
"${pkgdir}"/usr/share/zsh/site-functions/_screen
-   install -Dm644 etc/etcscreenrc "${pkgdir}"/etc/screenrc
-   install -Dm644 etc/screenrc "${pkgdir}"/etc/skel/.screenrc
-}

Copied: screen/repos/extra-i686/PKGBUILD (from rev 289880, 
screen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-02 09:29:05 UTC (rev 289881)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Allan McRae 
+# Committer: dorphell 
+
+pkgname=screen
+pkgver=4.5.1
+pkgrel=2
+pkgdesc='Full-screen window manager that multiplexes a physical terminal'
+url='https://www.gnu.org/software/screen/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ncurses' 'pam')
+validpgpkeys=('2EE59A5D0C50167B5535BBF1B708A383C53EF3A4'
+  '71AA09D9E8870FDB0AA7B61E21F968DEF747ABD7')
+source=("https://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
+'texinfo.patch'
+'tmpfiles.d'
+'pam.d')
+sha256sums=('97db2114dd963b016cd4ded34831955dcbe3251e5eee45ac2606e67e9f097b2d'
+'SKIP'
+   '3d61332c1832c06997e4b4dbaf8911716648f07162887cf8b4e50aa0ca21'
+'1f33ce4faca7bd05dd80403411af31e682d5d23e79558e884ae5a35f1dd96223'
+'971c25929ea97422c09e10679ab98e9e6c59295aae1a4a9970909d2206e23090')
+
+backup=('etc/screenrc' 'etc/pam.d/screen')
+options=('!makeflags')
+
+_ptygroup=5 #the UID of our PTY/TTY group
+
+prepare() {
+   cd "${srcdir}/${pkgn

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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 09:37:07
  Author: felixonmars
Revision: 214500

upgpkg: purescript 0.10.7-8

rebuild with cryptonite,0.22

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 09:22:45 UTC (rev 214499)
+++ PKGBUILD2017-03-02 09:37:07 UTC (rev 214500)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.10.7
-pkgrel=7
+pkgrel=8
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/";
 license=("custom:BSD3")


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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 09:37:24
  Author: felixonmars
Revision: 214501

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

Added:
  purescript/repos/community-staging-i686/
  purescript/repos/community-staging-i686/PKGBUILD
(from rev 214500, purescript/trunk/PKGBUILD)
  purescript/repos/community-staging-i686/http-client-0.5.patch
(from rev 214500, purescript/trunk/http-client-0.5.patch)
  purescript/repos/community-staging-x86_64/
  purescript/repos/community-staging-x86_64/PKGBUILD
(from rev 214500, purescript/trunk/PKGBUILD)
  purescript/repos/community-staging-x86_64/http-client-0.5.patch
(from rev 214500, purescript/trunk/http-client-0.5.patch)

+
 community-staging-i686/PKGBUILD|   57 ++
 community-staging-i686/http-client-0.5.patch   |   90 +++
 community-staging-x86_64/PKGBUILD  |   57 ++
 community-staging-x86_64/http-client-0.5.patch |   90 +++
 4 files changed, 294 insertions(+)

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 214500, 
purescript/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 09:37:24 UTC (rev 214501)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.10.7
+pkgrel=8
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
+ "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-base-compat"
+ "haskell-blaze-html" "haskell-bower-json" "haskell-boxes" 
"haskell-cheapskate"
+ "haskell-clock" "haskell-data-ordlist" "haskell-dlist" 
"haskell-edit-distance"
+ "haskell-file-embed" "haskell-foldl" "haskell-fsnotify" 
"haskell-glob"
+ "haskell-http-client" "haskell-http-types" 
"haskell-language-javascript"
+ "haskell-lens" "haskell-lifted-base" "haskell-monad-control" 
"haskell-monad-logger"
+ "haskell-mtl" "haskell-optparse-applicative" "haskell-parallel" 
"haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-protolude"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" 
"haskell-sourcemap"
+ "haskell-spdx" "haskell-split" "haskell-stm" "haskell-syb" 
"haskell-system-filepath"
+ "haskell-text" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-turtle" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-wai" "haskell-wai-websockets" 
"haskell-warp"
+ "haskell-websockets")
+optdepends=('pulp: for development environment')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";
+http-client-0.5.patch)
+sha256sums=('85dff2f4b6916e9d45b6a1b2674dc6c91c56ac6c1597f627d5f1cbee9d0b3a9d'
+'2e8ac0165d8dfde7f2ec27f4b77fb4139a435cf2148d3853ec95455334601b03')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+patch -p1 -i ../http-client-0.5.patch
+
+sed -e 's/pipes >= 4.0.0 && < 4.3.0,/pipes >= 4.0.0 \&\& < 4.4.0,/' \
+-e 's/websockets >= 0.9 && <0.10/websockets >= 0.9 \&\& <0.11/' \
+-e 's/aeson >= 0.8 && < 1.0,/aeson >= 0.8,/' \
+-i purescript.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}

Copied: purescript/repos/community-staging-i686/http-client-0.5.patch (from rev 
214500, purescript/trunk/http-client-0.5.patch)
===
--- community-staging-i686/http-client-0.5.patch
(rev 0)
+++ community-staging-i686/http-client-0.5.patch2017-03-02 09:37:24 UTC 
(rev 214501)
@@ -0,0 +1,90 @@
+From e0527fb7f10721870014d7c08b1a2f8f5bf2edcf Mon Sep 17 00:00:00 2001
+From: Oleg Grenrus 
+Date: Mon, 22 Aug 2016 17:51:42 +0300
+Subject: [PATCH] Support http-client-0.5
+
+---
+ purescript.cabal   |  2 +-
+ src/Language/PureScript/Ide/Pursuit.hs | 44 --
+ stack.yaml |  5 +++-
+ 3 files changed, 25 insertions(+),

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

2017-03-02 Thread Alexander Rødseth
Date: Thursday, March 2, 2017 @ 09:59:33
  Author: arodseth
Revision: 214502

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

Added:
  erlang/repos/community-i686/PKGBUILD
(from rev 214501, erlang/trunk/PKGBUILD)
  erlang/repos/community-i686/epmd.conf
(from rev 214501, erlang/trunk/epmd.conf)
  erlang/repos/community-i686/epmd.service
(from rev 214501, erlang/trunk/epmd.service)
  erlang/repos/community-i686/epmd.socket
(from rev 214501, erlang/trunk/epmd.socket)
  erlang/repos/community-x86_64/PKGBUILD
(from rev 214501, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 214501, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 214501, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 214501, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-i686/PKGBUILD
  erlang/repos/community-i686/epmd.conf
  erlang/repos/community-i686/epmd.service
  erlang/repos/community-i686/epmd.socket
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  190 
 /epmd.conf|6 +
 /epmd.service |   22 
 /epmd.socket  |   18 +++
 community-i686/PKGBUILD   |   95 
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 --
 community-i686/epmd.socket|9 -
 community-x86_64/PKGBUILD |   95 
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 --
 community-x86_64/epmd.socket  |9 -
 12 files changed, 236 insertions(+), 236 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-02 09:37:24 UTC (rev 214501)
+++ community-i686/PKGBUILD 2017-03-02 09:59:33 UTC (rev 214502)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=('erlang' 'erlang-unixodbc')
-pkgver=19.2.3
-pkgrel=1
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('Apache')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu' 'git'
- 'libxslt' 'fop' 'java-environment')
-options=('staticlibs')
-source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver";
-"http://www.erlang.org/download/otp_doc_man_${pkgver%.*}.tar.gz";
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('SKIP'
-'8a76ff3bb40a6d6a1552fa5a4204c8a3c7d99d2ea6f12684f02d038b23ad25cb'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-
-  ./otp_build setup
-}
-
-build() {
-  cd otp
-
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=('erlang-nox')
-  conflicts=('erlang-nox')
-
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/COPYRIGHT \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Move over files that will be packaged as erlang-unixodbc
-  mkdir "$srcdir/unixodbc"
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-  mv "$pkgdir/usr/lib/erlang/man/man3/odbc.3.gz" "$srcdir"
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=('unixodbc' 'erlang-nox')
-
-  # Get the files that should be packaged as erlang-unixodbc
-  mkdir -p "$pkgdir/usr/lib/erlang/"{lib,man/man3}
-  mv "$srcdir/unixodbc/"* "$pkgdir/usr/lib/erlang/lib/"
-  mv "$srcdir/odbc.3.gz" "$pkgdir/usr/lib/erlang/man/man3/"
-
-  # License

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

2017-03-02 Thread Christian Hesse
Date: Thursday, March 2, 2017 @ 10:15:28
  Author: eworm
Revision: 289883

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

Added:
  jemalloc/repos/testing-i686/
  jemalloc/repos/testing-i686/PKGBUILD
(from rev 289882, jemalloc/trunk/PKGBUILD)
  jemalloc/repos/testing-x86_64/
  jemalloc/repos/testing-x86_64/PKGBUILD
(from rev 289882, jemalloc/trunk/PKGBUILD)

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

Copied: jemalloc/repos/testing-i686/PKGBUILD (from rev 289882, 
jemalloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-02 10:15:28 UTC (rev 289883)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Kovivchak Evgen 
+
+pkgname=jemalloc
+pkgver=4.5.0
+pkgrel=1
+pkgdesc='General-purpose scalable concurrent malloc implementation'
+arch=('i686' 'x86_64')
+license=('BSD')
+url='http://www.canonware.com/jemalloc/'
+depends=('glibc')
+provides=('libjemalloc.so')
+optdepends=('perl: for jeprof')
+source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
+sha256sums=('9409d85664b4f135b77518b0b118c549009dc10f6cba14557d170476611f6780')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  find "$pkgdir" -name \*.a -type f -exec chmod 644 '{}' \;
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: jemalloc/repos/testing-x86_64/PKGBUILD (from rev 289882, 
jemalloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-03-02 10:15:28 UTC (rev 289883)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Kovivchak Evgen 
+
+pkgname=jemalloc
+pkgver=4.5.0
+pkgrel=1
+pkgdesc='General-purpose scalable concurrent malloc implementation'
+arch=('i686' 'x86_64')
+license=('BSD')
+url='http://www.canonware.com/jemalloc/'
+depends=('glibc')
+provides=('libjemalloc.so')
+optdepends=('perl: for jeprof')
+source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
+sha256sums=('9409d85664b4f135b77518b0b118c549009dc10f6cba14557d170476611f6780')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  find "$pkgdir" -name \*.a -type f -exec chmod 644 '{}' \;
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2017-03-02 Thread Christian Hesse
Date: Thursday, March 2, 2017 @ 10:15:24
  Author: eworm
Revision: 289882

upgpkg: jemalloc 4.5.0-1

new upstream release

Modified:
  jemalloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 09:29:05 UTC (rev 289881)
+++ PKGBUILD2017-03-02 10:15:24 UTC (rev 289882)
@@ -4,7 +4,7 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=4.4.0
+pkgver=4.5.0
 pkgrel=1
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
 
source=("https://github.com/jemalloc/jemalloc/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
-sha256sums=('a7aea63e9718d2f1adf81d87e3df3cb1b58deb86fc77bad5d702c4c59687b033')
+sha256sums=('9409d85664b4f135b77518b0b118c549009dc10f6cba14557d170476611f6780')
 
 build() {
   cd $pkgname-$pkgver


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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 10:26:39
  Author: felixonmars
Revision: 214506

upgpkg: stack 1.3.2-49

rebuild with cryptonite,0.22

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 10:24:26 UTC (rev 214505)
+++ PKGBUILD2017-03-02 10:26:39 UTC (rev 214506)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.3.2
-pkgrel=48
+pkgrel=49
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 10:26:57
  Author: felixonmars
Revision: 214507

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

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

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

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 214506, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 10:26:57 UTC (rev 214507)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.3.2
+pkgrel=49
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-clock" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" 
"haskell-either" "haskell-errors"
+ "haskell-exceptions" "haskell-extra" "haskell-fast-logger" 
"haskell-file-embed"
+ "haskell-filelock" "haskell-fsnotify" "haskell-generic-deriving" 
"haskell-gitrev"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types" "haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-microlens"
+ "haskell-monad-control" "haskell-monad-logger" 
"haskell-monad-unlift" "haskell-mtl"
+ "haskell-open-browser" "haskell-optparse-applicative" 
"haskell-optparse-simple"
+ "haskell-path" "haskell-path-io" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-pid1" 
"haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('488b9292ea605c92f6ebf79b233e8e374d857b21053051cb44b305dad8f0d3f7')
+
+prepare() {
+sed -i 's/hpack >=0.14.0 && <0.16,/hpack >=0.14.0 \&\& <0.17,/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-complet

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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 10:29:42
  Author: felixonmars
Revision: 214508

upgpkg: haskell-warp-tls 3.2.3-5

rebuild with cryptonite,0.22

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 10:26:57 UTC (rev 214507)
+++ PKGBUILD2017-03-02 10:29:42 UTC (rev 214508)
@@ -5,7 +5,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.3
-pkgrel=4
+pkgrel=5
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="http://github.com/yesodweb/wai";
 license=("MIT")


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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 10:29:58
  Author: felixonmars
Revision: 214509

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

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

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

Copied: haskell-warp-tls/repos/community-staging-i686/PKGBUILD (from rev 
214508, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 10:29:58 UTC (rev 214509)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.3
+pkgrel=5
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f5c4c871fee62021a7b3b22d1f2af3543843a0c54632da6f7be9ef58e65fa292')
+
+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.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
214508, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 10:29:58 UTC (rev 214509)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.3
+pkgrel=5
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f5c4c871fee62021a7b3b22d1f2af3543843a0c54632da6f7be9ef58e65fa292')
+
+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.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE

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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 10:44:53
  Author: felixonmars
Revision: 214511

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

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 214510, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 10:44:53 UTC (rev 214511)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170301.1
+pkgrel=2
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
+ "haskell-dbus" "haskell-disk-free-space" "haskell-dlist" 
"haskell-dns"
+ "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions" 
"haskell-fdo-notify"
+ "haskell-feed" "haskell-hinotify" "haskell-hslogger" 
"haskell-http-client"
+ "haskell-http-conduit" "haskell-http-types" "haskell-ifelse" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mountpoints"
+ "haskell-mtl" "haskell-network" "haskell-network-info" 
"haskell-network-multicast"
+ "haskell-network-uri" "haskell-old-locale" 
"haskell-optparse-applicative"
+ "haskell-path-pieces" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-quickcheck" 
"haskell-random"
+ "haskell-regex-tdfa" "haskell-resourcet" "haskell-safesemaphore" 
"haskell-sandi"
+ "haskell-securemem" "haskell-shakespeare" "haskell-socks" 
"haskell-stm"
+ "haskell-stm-chans" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-uuid" "haskell-wai"
+ "haskell-wai-extra" "haskell-warp" "haskell-warp-tls" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-default" "haskell-yesod-form"
+ "haskell-yesod-static")
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 214510, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 10:44:53 UTC (rev 214511)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170301.1
+pkgrel=2
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
+ "haskell-dbus" "haskell-disk-free-space" "haskell-dlist" 
"h

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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 10:44:35
  Author: felixonmars
Revision: 214510

upgpkg: git-annex 6.20170301.1-2

rebuild with cryptonite,0.22

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 10:29:58 UTC (rev 214509)
+++ PKGBUILD2017-03-02 10:44:35 UTC (rev 214510)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170301.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 10:48:55
  Author: felixonmars
Revision: 214512

upgpkg: hoogle 5.0.9-20

rebuild with cryptonite,0.22

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 10:44:53 UTC (rev 214511)
+++ PKGBUILD2017-03-02 10:48:55 UTC (rev 214512)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.9
-pkgrel=19
+pkgrel=20
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/";
 license=("custom:BSD3")


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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 10:49:11
  Author: felixonmars
Revision: 214513

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 214512, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 10:49:11 UTC (rev 214513)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.9
+pkgrel=20
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('93f584c5f7fc6a57ee50803ae8df5e6c41051a3177044b273cb7fbcd39d11874')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 214512, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 10:49:11 UTC (rev 214513)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.9
+pkgrel=20
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('93f584c5f7fc6a57ee50803ae8df5e6c41051a3177044b273cb7fbcd39d11874')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


[arch-commits] Commit in qemu/trunk (PKGBUILD qemu-ga.service)

2017-03-02 Thread Christian Hesse
Date: Thursday, March 2, 2017 @ 10:56:03
  Author: eworm
Revision: 289884

fix condition for guest agent startup with systemd 233

https://github.com/systemd/systemd/issues/5318
https://github.com/systemd/systemd/commit/5f1c788ca963dbacbf09b165acd7b8563ddd34d9

Modified:
  qemu/trunk/PKGBUILD
  qemu/trunk/qemu-ga.service

-+
 PKGBUILD|2 +-
 qemu-ga.service |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 10:15:28 UTC (rev 289883)
+++ PKGBUILD2017-03-02 10:56:03 UTC (rev 289884)
@@ -22,7 +22,7 @@
 sha256sums=('dafd5d7f649907b6b617b822692f4c82e60cf29bc0fc58bc2036219b591e5e62'
 'SKIP'
 'dd43e2ef062b071a0b9d0d5ea54737f41600ca8a84a8aefbebb1ff09f978acfb'
-'0b4f3283973bb3bc876735f051d8eaab68f0065502a3a5012141fad193538ea1'
+'c39bcde4a09165e64419fd2033b3532378bba84d509d39e2d51694d44c1f8d88'
 '60dcde5002c7c0b983952746e6fb2cf06d6c5b425d64f340f819356e561e7fc7')
 validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
 

Modified: qemu-ga.service
===
--- qemu-ga.service 2017-03-02 10:15:28 UTC (rev 289883)
+++ qemu-ga.service 2017-03-02 10:56:03 UTC (rev 289884)
@@ -1,6 +1,6 @@
 [Unit]
 Description=QEMU Guest Agent
-ConditionVirtualization=qemu
+ConditionPathExists=/dev/virtio-ports/org.qemu.guest_agent.0
 
 [Service]
 ExecStart=/usr/bin/qemu-ga


[arch-commits] Commit in (3 files)

2017-03-02 Thread Antonio Rojas
Date: Thursday, March 2, 2017 @ 11:13:50
  Author: arojas
Revision: 214514

Add active window control plasmoid (14 votes)

Added:
  plasma5-applets-active-window-control/
  plasma5-applets-active-window-control/trunk/
  plasma5-applets-active-window-control/trunk/PKGBUILD

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

Added: plasma5-applets-active-window-control/trunk/PKGBUILD
===
--- plasma5-applets-active-window-control/trunk/PKGBUILD
(rev 0)
+++ plasma5-applets-active-window-control/trunk/PKGBUILD2017-03-02 
11:13:50 UTC (rev 214514)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Rhinoceros 
+# Contributor: Martin Kostolný 
+
+pkgname=plasma5-applets-active-window-control
+pkgver=1.7.0
+pkgrel=2
+pkgdesc="Plasma applet for controlling the currently active window"
+arch=(i686 x86_64)
+url="https://github.com/kotelnik/plasma-applet-active-window-control";
+license=(GPL2)
+depends=(plasma-workspace qt5-graphicaleffects)
+makedepends=(extra-cmake-modules)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/kotelnik/plasma-applet-active-window-control/archive/v$pkgver.tar.gz";)
+sha256sums=('d31317c6a3a7a4c89b46271194ba3d6abdaf93f8c0627da27f0a0223d8b12b74')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../plasma-applet-active-window-control-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in plasma5-applets-active-window-control (5 files)

2017-03-02 Thread Antonio Rojas
Date: Thursday, March 2, 2017 @ 11:14:42
  Author: arojas
Revision: 214515

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

Added:
  plasma5-applets-active-window-control/repos/
  plasma5-applets-active-window-control/repos/community-i686/
  plasma5-applets-active-window-control/repos/community-i686/PKGBUILD
(from rev 214514, plasma5-applets-active-window-control/trunk/PKGBUILD)
  plasma5-applets-active-window-control/repos/community-x86_64/
  plasma5-applets-active-window-control/repos/community-x86_64/PKGBUILD
(from rev 214514, plasma5-applets-active-window-control/trunk/PKGBUILD)

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

Copied: plasma5-applets-active-window-control/repos/community-i686/PKGBUILD 
(from rev 214514, plasma5-applets-active-window-control/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2017-03-02 11:14:42 UTC (rev 214515)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Rhinoceros 
+# Contributor: Martin Kostolný 
+
+pkgname=plasma5-applets-active-window-control
+pkgver=1.7.0
+pkgrel=2
+pkgdesc="Plasma applet for controlling the currently active window"
+arch=(i686 x86_64)
+url="https://github.com/kotelnik/plasma-applet-active-window-control";
+license=(GPL2)
+depends=(plasma-workspace qt5-graphicaleffects)
+makedepends=(extra-cmake-modules)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/kotelnik/plasma-applet-active-window-control/archive/v$pkgver.tar.gz";)
+sha256sums=('d31317c6a3a7a4c89b46271194ba3d6abdaf93f8c0627da27f0a0223d8b12b74')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../plasma-applet-active-window-control-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: plasma5-applets-active-window-control/repos/community-x86_64/PKGBUILD 
(from rev 214514, plasma5-applets-active-window-control/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-03-02 11:14:42 UTC (rev 214515)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Rhinoceros 
+# Contributor: Martin Kostolný 
+
+pkgname=plasma5-applets-active-window-control
+pkgver=1.7.0
+pkgrel=2
+pkgdesc="Plasma applet for controlling the currently active window"
+arch=(i686 x86_64)
+url="https://github.com/kotelnik/plasma-applet-active-window-control";
+license=(GPL2)
+depends=(plasma-workspace qt5-graphicaleffects)
+makedepends=(extra-cmake-modules)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/kotelnik/plasma-applet-active-window-control/archive/v$pkgver.tar.gz";)
+sha256sums=('d31317c6a3a7a4c89b46271194ba3d6abdaf93f8c0627da27f0a0223d8b12b74')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../plasma-applet-active-window-control-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-03-02 Thread Johannes Löthberg
Date: Thursday, March 2, 2017 @ 11:39:40
  Author: demize
Revision: 214516

upgpkg: python-parse 1.8.0-1

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 11:14:42 UTC (rev 214515)
+++ PKGBUILD2017-03-02 11:39:40 UTC (rev 214516)
@@ -3,8 +3,8 @@
 
 pkgbase=python-parse
 pkgname=(python-parse python2-parse)
-pkgver=1.6.6
-pkgrel=4
+pkgver=1.8.0
+pkgrel=1
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
 url='http://pypi.python.org/pypi/parse'
@@ -13,10 +13,11 @@
 
 makedepends=('python-setuptools' 'python2-setuptools')
 
-source=("https://pypi.python.org/packages/source/p/parse/parse-$pkgver.tar.gz"{,.asc}
+source=("https://pypi.org/packages/source/p/parse/parse-$pkgver.tar.gz"{,.asc}
 LICENSE) # license from the bottom of parse.py
 
-md5sums=('11bc8c60a30fe52db4ac9a827653d0ca' 'SKIP'
+md5sums=('6ea7e32cb35810113137f6073fb30639'
+ 'SKIP'
  '68c10fa20482cc4328a1052695fb7e53')
 
 validpgpkeys=('0145FD2B52E80A8E329A16C7AC68AC0441C6E930')


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

2017-03-02 Thread Johannes Löthberg
Date: Thursday, March 2, 2017 @ 11:39:48
  Author: demize
Revision: 214517

archrelease: copy trunk to community-any

Added:
  python-parse/repos/community-any/LICENSE
(from rev 214516, python-parse/trunk/LICENSE)
  python-parse/repos/community-any/PKGBUILD
(from rev 214516, python-parse/trunk/PKGBUILD)
Deleted:
  python-parse/repos/community-any/LICENSE
  python-parse/repos/community-any/PKGBUILD

--+
 LICENSE  |   38 +++
 PKGBUILD |   99 ++---
 2 files changed, 69 insertions(+), 68 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-03-02 11:39:40 UTC (rev 214516)
+++ LICENSE 2017-03-02 11:39:48 UTC (rev 214517)
@@ -1,19 +0,0 @@
-Copyright (c) 2012-2013 Richard Jones 
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.

Copied: python-parse/repos/community-any/LICENSE (from rev 214516, 
python-parse/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-03-02 11:39:48 UTC (rev 214517)
@@ -0,0 +1,19 @@
+Copyright (c) 2012-2013 Richard Jones 
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-02 11:39:40 UTC (rev 214516)
+++ PKGBUILD2017-03-02 11:39:48 UTC (rev 214517)
@@ -1,49 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Aaron DeVore 
-
-pkgbase=python-parse
-pkgname=(python-parse python2-parse)
-pkgver=1.6.6
-pkgrel=4
-
-pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
-url='http://pypi.python.org/pypi/parse'
-arch=('any')
-license=('BSD')
-
-makedepends=('python-setuptools' 'python2-setuptools')
-
-source=("https://pypi.python.org/packages/source/p/parse/parse-$pkgver.tar.gz"{,.asc}
-LICENSE) # license from the bottom of parse.py
-
-md5sums=('11bc8c60a30fe52db4ac9a827653d0ca' 'SKIP'
- '68c10fa20482cc4328a1052695fb7e53')
-
-validpgpkeys=('0145FD2B52E80A8E329A16C7AC68AC0441C6E930')
-
-
-check() {
-  cd parse-"$pkgver"
-  python test_parse.py || warning 'test_too_many_fields fails on Python 3'
-  python2 test_parse.py
-}
-
-
-package_python-parse() {
-  depends=('python')
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-
-  cd parse-"$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-
-package_python2-parse() {
-  depends=('python2')
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-
-  cd parse-"$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-parse/repos/community-any/PKGBUILD (from rev 214516, 
python-parse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-02 11:39:48 UTC (rev 214517)
@@ -0,0 +1,50 @@
+# Ma

[arch-commits] Commit in python-sphinx-alabaster-theme/trunk (PKGBUILD)

2017-03-02 Thread Johannes Löthberg
Date: Thursday, March 2, 2017 @ 11:43:57
  Author: demize
Revision: 214518

upgpkg: python-sphinx-alabaster-theme 0.7.10-1

Modified:
  python-sphinx-alabaster-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 11:39:48 UTC (rev 214517)
+++ PKGBUILD2017-03-02 11:43:57 UTC (rev 214518)
@@ -4,8 +4,8 @@
 
 pkgbase=python-sphinx-alabaster-theme
 pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
-pkgver=0.7.9
-pkgrel=2
+pkgver=0.7.10
+pkgrel=1
 
 pkgdesc="Sphinx default theme"
 url='https://github.com/bitprophet/alabaster'
@@ -14,9 +14,9 @@
 
 makedepends=('python-setuptools' 'python2-setuptools')
 
-source=("https://github.com/bitprophet/alabaster/archive/$pkgver.tar.gz";)
+source=("https://pypi.org/packages/source/a/alabaster/alabaster-$pkgver.tar.gz";)
 
-md5sums=('efcded08511153c141385299a0121f5a')
+md5sums=('7934dccf38801faa105f6e7b4784f493')
 
 build() {
cp -r alabaster-"$pkgver" alabaster-"$pkgver"-py2


[arch-commits] Commit in python-sphinx-alabaster-theme/repos/community-any (2 files)

2017-03-02 Thread Johannes Löthberg
Date: Thursday, March 2, 2017 @ 11:44:03
  Author: demize
Revision: 214519

archrelease: copy trunk to community-any

Added:
  python-sphinx-alabaster-theme/repos/community-any/PKGBUILD
(from rev 214518, python-sphinx-alabaster-theme/trunk/PKGBUILD)
Deleted:
  python-sphinx-alabaster-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-02 11:43:57 UTC (rev 214518)
+++ PKGBUILD2017-03-02 11:44:03 UTC (rev 214519)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: xantares
-
-pkgbase=python-sphinx-alabaster-theme
-pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
-pkgver=0.7.9
-pkgrel=2
-
-pkgdesc="Sphinx default theme"
-url='https://github.com/bitprophet/alabaster'
-arch=('any')
-license=('custom:BSD')
-
-makedepends=('python-setuptools' 'python2-setuptools')
-
-source=("https://github.com/bitprophet/alabaster/archive/$pkgver.tar.gz";)
-
-md5sums=('efcded08511153c141385299a0121f5a')
-
-build() {
-   cp -r alabaster-"$pkgver" alabaster-"$pkgver"-py2
-
-   cd alabaster-"$pkgver"
-   python setup.py build
-
-   cd "$srcdir"/alabaster-"$pkgver"-py2
-   python2 setup.py build
-}
-
-package_python-sphinx-alabaster-theme() {
-   cd alabaster-"$pkgver"
-   python setup.py install --root="$pkgdir" --optimize=1
-
-   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}
-
-package_python2-sphinx-alabaster-theme() {
-   cd alabaster-"$pkgver"-py2
-   python2 setup.py install --root="$pkgdir" --optimize=1
-
-   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}

Copied: python-sphinx-alabaster-theme/repos/community-any/PKGBUILD (from rev 
214518, python-sphinx-alabaster-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-02 11:44:03 UTC (rev 214519)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: xantares
+
+pkgbase=python-sphinx-alabaster-theme
+pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
+pkgver=0.7.10
+pkgrel=1
+
+pkgdesc="Sphinx default theme"
+url='https://github.com/bitprophet/alabaster'
+arch=('any')
+license=('custom:BSD')
+
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/a/alabaster/alabaster-$pkgver.tar.gz";)
+
+md5sums=('7934dccf38801faa105f6e7b4784f493')
+
+build() {
+   cp -r alabaster-"$pkgver" alabaster-"$pkgver"-py2
+
+   cd alabaster-"$pkgver"
+   python setup.py build
+
+   cd "$srcdir"/alabaster-"$pkgver"-py2
+   python2 setup.py build
+}
+
+package_python-sphinx-alabaster-theme() {
+   cd alabaster-"$pkgver"
+   python setup.py install --root="$pkgdir" --optimize=1
+
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}
+
+package_python2-sphinx-alabaster-theme() {
+   cd alabaster-"$pkgver"-py2
+   python2 setup.py install --root="$pkgdir" --optimize=1
+
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}


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

2017-03-02 Thread Johannes Löthberg
Date: Thursday, March 2, 2017 @ 11:46:26
  Author: demize
Revision: 214520

upgpkg: python-sphinx_rtd_theme 0.2.0-1

Modified:
  python-sphinx_rtd_theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 11:44:03 UTC (rev 214519)
+++ PKGBUILD2017-03-02 11:46:26 UTC (rev 214520)
@@ -5,8 +5,8 @@
 
 pkgbase=python-sphinx_rtd_theme
 pkgname=('python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme')
-pkgver=0.1.9
-pkgrel=3
+pkgver=0.2.0
+pkgrel=1
 
 pkgdesc="Python Sphinx Read The Docs Theme"
 url='https://github.com/snide/sphinx_rtd_theme'
@@ -15,17 +15,10 @@
 
 makedepends=('python-setuptools' 'python2-setuptools')
 
-source=("https://pypi.python.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-$pkgver.tar.gz";
-"0001-Add-missing-SOURCELINK_SUFFIX.patch")
+source=("https://pypi.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-$pkgver.tar.gz";)
 
-sha256sums=('273846f8aacac32bf9542365a593b495b68d8035c2e382c9ccedcac387c9a0a1'
-'514e392a88d8123e65db21f151dee0b9b861b8828fe76209f8eec74277989c5e')
+sha256sums=('ecdcb87cbed7c4cc3ff5fbf44a3afe2fb4cbc4eb8e4751cea3564832d225bd3b')
 
-prepare() {
-  cd sphinx_rtd_theme-$pkgver
-  patch -p1 <"$srcdir"/0001-Add-missing-SOURCELINK_SUFFIX.patch
-}
-
 build() {
   cp -r sphinx_rtd_theme-$pkgver sphinx_rtd_theme-$pkgver-py2
 


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

2017-03-02 Thread Johannes Löthberg
Date: Thursday, March 2, 2017 @ 11:46:32
  Author: demize
Revision: 214521

archrelease: copy trunk to community-any

Added:
  
python-sphinx_rtd_theme/repos/community-any/0001-Add-missing-SOURCELINK_SUFFIX.patch
(from rev 214520, 
python-sphinx_rtd_theme/trunk/0001-Add-missing-SOURCELINK_SUFFIX.patch)
  python-sphinx_rtd_theme/repos/community-any/PKGBUILD
(from rev 214520, python-sphinx_rtd_theme/trunk/PKGBUILD)
Deleted:
  
python-sphinx_rtd_theme/repos/community-any/0001-Add-missing-SOURCELINK_SUFFIX.patch
  python-sphinx_rtd_theme/repos/community-any/PKGBUILD

--+
 0001-Add-missing-SOURCELINK_SUFFIX.patch |   92 +--
 PKGBUILD |   97 +
 2 files changed, 91 insertions(+), 98 deletions(-)

Deleted: 0001-Add-missing-SOURCELINK_SUFFIX.patch
===
--- 0001-Add-missing-SOURCELINK_SUFFIX.patch2017-03-02 11:46:26 UTC (rev 
214520)
+++ 0001-Add-missing-SOURCELINK_SUFFIX.patch2017-03-02 11:46:32 UTC (rev 
214521)
@@ -1,46 +0,0 @@
-From 5b5c74bcfbe19a699ac5559551216a516c8e1aa2 Mon Sep 17 00:00:00 2001
-From: Mikkel Oscar Lyderik Larsen 
-Date: Thu, 8 Dec 2016 23:33:21 +0100
-Subject: [PATCH] Add missing SOURCELINK_SUFFIX
-
-Adds DOCUMENTATION_OPTIONS.SOURCELINK_SUFFIX which is expected by the
-searchtools.js
-
-Related sphinx commit:
-https://github.com/sphinx-doc/sphinx/commit/71dd8bfbf94417ad55b2444e1dbd219db266f335

- sphinx_rtd_theme/layout.html | 3 ++-
- sphinx_rtd_theme/layout_old.html | 3 ++-
- 2 files changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/sphinx_rtd_theme/layout.html b/sphinx_rtd_theme/layout.html
-index 44978c9..ca63b80 100644
 a/sphinx_rtd_theme/layout.html
-+++ b/sphinx_rtd_theme/layout.html
-@@ -167,7 +167,8 @@
- VERSION:'{{ release|e }}',
- COLLAPSE_INDEX:false,
- FILE_SUFFIX:'{{ '' if no_search_suffix else file_suffix }}',
--HAS_SOURCE:  {{ has_source|lower }}
-+HAS_SOURCE:  {{ has_source|lower }},
-+SOURCELINK_SUFFIX: '{{ sourcelink_suffix }}'
- };
- 
- {%- for scriptfile in script_files %}
-diff --git a/sphinx_rtd_theme/layout_old.html 
b/sphinx_rtd_theme/layout_old.html
-index deb8df2..f0dc2af 100644
 a/sphinx_rtd_theme/layout_old.html
-+++ b/sphinx_rtd_theme/layout_old.html
-@@ -91,7 +91,8 @@
- VERSION: '{{ release|e }}',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '{{ '' if no_search_suffix else file_suffix }}',
--HAS_SOURCE:  {{ has_source|lower }}
-+HAS_SOURCE:  {{ has_source|lower }},
-+SOURCELINK_SUFFIX: '{{ sourcelink_suffix }}'
-   };
- 
- {%- for scriptfile in script_files %}
--- 
-2.12.0
-

Copied: 
python-sphinx_rtd_theme/repos/community-any/0001-Add-missing-SOURCELINK_SUFFIX.patch
 (from rev 214520, 
python-sphinx_rtd_theme/trunk/0001-Add-missing-SOURCELINK_SUFFIX.patch)
===
--- 0001-Add-missing-SOURCELINK_SUFFIX.patch(rev 0)
+++ 0001-Add-missing-SOURCELINK_SUFFIX.patch2017-03-02 11:46:32 UTC (rev 
214521)
@@ -0,0 +1,46 @@
+From 5b5c74bcfbe19a699ac5559551216a516c8e1aa2 Mon Sep 17 00:00:00 2001
+From: Mikkel Oscar Lyderik Larsen 
+Date: Thu, 8 Dec 2016 23:33:21 +0100
+Subject: [PATCH] Add missing SOURCELINK_SUFFIX
+
+Adds DOCUMENTATION_OPTIONS.SOURCELINK_SUFFIX which is expected by the
+searchtools.js
+
+Related sphinx commit:
+https://github.com/sphinx-doc/sphinx/commit/71dd8bfbf94417ad55b2444e1dbd219db266f335
+---
+ sphinx_rtd_theme/layout.html | 3 ++-
+ sphinx_rtd_theme/layout_old.html | 3 ++-
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/sphinx_rtd_theme/layout.html b/sphinx_rtd_theme/layout.html
+index 44978c9..ca63b80 100644
+--- a/sphinx_rtd_theme/layout.html
 b/sphinx_rtd_theme/layout.html
+@@ -167,7 +167,8 @@
+ VERSION:'{{ release|e }}',
+ COLLAPSE_INDEX:false,
+ FILE_SUFFIX:'{{ '' if no_search_suffix else file_suffix }}',
+-HAS_SOURCE:  {{ has_source|lower }}
++HAS_SOURCE:  {{ has_source|lower }},
++SOURCELINK_SUFFIX: '{{ sourcelink_suffix }}'
+ };
+ 
+ {%- for scriptfile in script_files %}
+diff --git a/sphinx_rtd_theme/layout_old.html 
b/sphinx_rtd_theme/layout_old.html
+index deb8df2..f0dc2af 100644
+--- a/sphinx_rtd_theme/layout_old.html
 b/sphinx_rtd_theme/layout_old.html
+@@ -91,7 +91,8 @@
+ VERSION: '{{ release|e }}',
+ COLLAPSE_INDEX: false,
+ FILE_SUFFIX: '{{ '' if no_search_suffix else file_suffix }}',
+-HAS_SOURCE:  {{ has_source|lower }}
++HAS_SOURCE:  {{ has_source|lower }},
++SOURCELINK_SUFFIX: '{{ sourcelink_suffix }}'
+   };
+ 
+ {%- for scriptfile in script_files %}
+-- 
+2.12.0
+

Deleted: PKGBUILD

[arch-commits] Commit in python-sphinx_rtd_theme/trunk (1 file)

2017-03-02 Thread Johannes Löthberg
Date: Thursday, March 2, 2017 @ 11:47:44
  Author: demize
Revision: 214522

Drop sourclink suffix patch

Deleted:
  python-sphinx_rtd_theme/trunk/0001-Add-missing-SOURCELINK_SUFFIX.patch

--+
 0001-Add-missing-SOURCELINK_SUFFIX.patch |   46 -
 1 file changed, 46 deletions(-)

Deleted: 0001-Add-missing-SOURCELINK_SUFFIX.patch
===
--- 0001-Add-missing-SOURCELINK_SUFFIX.patch2017-03-02 11:46:32 UTC (rev 
214521)
+++ 0001-Add-missing-SOURCELINK_SUFFIX.patch2017-03-02 11:47:44 UTC (rev 
214522)
@@ -1,46 +0,0 @@
-From 5b5c74bcfbe19a699ac5559551216a516c8e1aa2 Mon Sep 17 00:00:00 2001
-From: Mikkel Oscar Lyderik Larsen 
-Date: Thu, 8 Dec 2016 23:33:21 +0100
-Subject: [PATCH] Add missing SOURCELINK_SUFFIX
-
-Adds DOCUMENTATION_OPTIONS.SOURCELINK_SUFFIX which is expected by the
-searchtools.js
-
-Related sphinx commit:
-https://github.com/sphinx-doc/sphinx/commit/71dd8bfbf94417ad55b2444e1dbd219db266f335

- sphinx_rtd_theme/layout.html | 3 ++-
- sphinx_rtd_theme/layout_old.html | 3 ++-
- 2 files changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/sphinx_rtd_theme/layout.html b/sphinx_rtd_theme/layout.html
-index 44978c9..ca63b80 100644
 a/sphinx_rtd_theme/layout.html
-+++ b/sphinx_rtd_theme/layout.html
-@@ -167,7 +167,8 @@
- VERSION:'{{ release|e }}',
- COLLAPSE_INDEX:false,
- FILE_SUFFIX:'{{ '' if no_search_suffix else file_suffix }}',
--HAS_SOURCE:  {{ has_source|lower }}
-+HAS_SOURCE:  {{ has_source|lower }},
-+SOURCELINK_SUFFIX: '{{ sourcelink_suffix }}'
- };
- 
- {%- for scriptfile in script_files %}
-diff --git a/sphinx_rtd_theme/layout_old.html 
b/sphinx_rtd_theme/layout_old.html
-index deb8df2..f0dc2af 100644
 a/sphinx_rtd_theme/layout_old.html
-+++ b/sphinx_rtd_theme/layout_old.html
-@@ -91,7 +91,8 @@
- VERSION: '{{ release|e }}',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '{{ '' if no_search_suffix else file_suffix }}',
--HAS_SOURCE:  {{ has_source|lower }}
-+HAS_SOURCE:  {{ has_source|lower }},
-+SOURCELINK_SUFFIX: '{{ sourcelink_suffix }}'
-   };
- 
- {%- for scriptfile in script_files %}
--- 
-2.12.0
-


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

2017-03-02 Thread Johannes Löthberg
Date: Thursday, March 2, 2017 @ 11:49:44
  Author: demize
Revision: 214523

upgpkg: salt 2016.11.3-1

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 11:47:44 UTC (rev 214522)
+++ PKGBUILD2017-03-02 11:49:44 UTC (rev 214523)
@@ -5,7 +5,7 @@
 # Contributor: Christer Edwards 
 
 pkgname=salt
-pkgver=2016.11.2
+pkgver=2016.11.3
 pkgrel=1
 
 pkgdesc='Central system and configuration manager'
@@ -34,7 +34,7 @@
 
 install=salt.install
 source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz";)
-md5sums=('1edf510db324622d2669dfc97bb7eefa')
+md5sums=('1ddabd74cdbe2f163fd657906f145cc9')
 
 package() {
   cd salt-$pkgver


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

2017-03-02 Thread Johannes Löthberg
Date: Thursday, March 2, 2017 @ 11:49:49
  Author: demize
Revision: 214524

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  112 -
 salt.install |   44 +++---
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-02 11:49:44 UTC (rev 214523)
+++ PKGBUILD2017-03-02 11:49:49 UTC (rev 214524)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sébastien Luttringer
-# Contributor: Daniel Wallace 
-# Contributor: Christer Edwards 
-
-pkgname=salt
-pkgver=2016.11.2
-pkgrel=1
-
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-
-replaces=('salt-zmq' 'salt-raet')
-conflicts=('salt-zmq' 'salt-raet')
-
-depends=('python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-pyzmq'
- 'python2-crypto'
- 'python2-m2crypto'
- 'python2-systemd'
- 'python2-tornado')
-optdepends=('dmidecode: decode SMBIOS/DMI tables'
-'python2-pygit2: gitfs support')
-
-backup=('etc/salt/master'
-'etc/salt/minion')
-
-install=salt.install
-source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz";)
-md5sums=('1edf510db324622d2669dfc97bb7eefa')
-
-package() {
-  cd salt-$pkgver
-  python2 setup.py clean
-  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
-
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
-  done
-  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
-  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-any/PKGBUILD (from rev 214523, salt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-02 11:49:49 UTC (rev 214524)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sébastien Luttringer
+# Contributor: Daniel Wallace 
+# Contributor: Christer Edwards 
+
+pkgname=salt
+pkgver=2016.11.3
+pkgrel=1
+
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+
+replaces=('salt-zmq' 'salt-raet')
+conflicts=('salt-zmq' 'salt-raet')
+
+depends=('python2-jinja'
+ 'python2-msgpack'
+ 'python2-yaml'
+ 'python2-markupsafe'
+ 'python2-requests'
+ 'python2-pyzmq'
+ 'python2-crypto'
+ 'python2-m2crypto'
+ 'python2-systemd'
+ 'python2-tornado')
+optdepends=('dmidecode: decode SMBIOS/DMI tables'
+'python2-pygit2: gitfs support')
+
+backup=('etc/salt/master'
+'etc/salt/minion')
+
+install=salt.install
+source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz";)
+md5sums=('1ddabd74cdbe2f163fd657906f145cc9')
+
+package() {
+  cd salt-$pkgver
+  python2 setup.py clean
+  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
+
+  # default config
+  install -Dm644 conf/master "$pkgdir/etc/salt/master"
+  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
+install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
+  done
+  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
+  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: salt.install
===
--- salt.install2017-03-02 11:49:44 UTC (rev 214523)
+++ salt.install2017-03-02 11:49:49 UTC (rev 214524)
@@ -1,22 +0,0 @@
-#!/bin/bash
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [[ "$(vercmp $2 2014.1.1-1)" -le 0 ]]; then
-cat << EOF
-==> Since version 2014.1.1-2, salt-master runs by default as root user.
-==> You need to manually update your configuration and remove the salt user and
-==> group to follow the new default behavior.
-EOF
-  fi
-
-  if [[ "$(vercmp $2 2016.3.3-1)" -le 0 ]]; then
-c

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

2017-03-02 Thread Jan de Groot
Date: Thursday, March 2, 2017 @ 12:21:38
  Author: jgc
Revision: 289885

upgpkg: zeitgeist 1.0+1+g1bcc8585-1

Update to git snapshot to fix FS#53053

Modified:
  zeitgeist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 10:56:03 UTC (rev 289884)
+++ PKGBUILD2017-03-02 12:21:38 UTC (rev 289885)
@@ -4,7 +4,7 @@
 # Contributor: György Balló 
 
 pkgname=zeitgeist
-pkgver=1.0
+pkgver=1.0+1+g1bcc8585
 pkgrel=1
 pkgdesc="Service logging user activities and events"
 arch=(i686 x86_64)
@@ -11,18 +11,28 @@
 url="https://launchpad.net/zeitgeist/";
 license=(GPL2 LGPL2.1)
 depends=(json-glib telepathy-glib gtk3 xapian-core sqlite)
-makedepends=(gobject-introspection vala raptor python2-rdflib)
+makedepends=(gobject-introspection vala raptor python2-rdflib git)
 provides=(zeitgeist-datahub)
 conflicts=(zeitgeist-datahub)
 replaces=(zeitgeist-datahub)
-source=(https://launchpad.net/zeitgeist/${pkgver:0:3}/${pkgver}/+download/zeitgeist-${pkgver}.tar.xz{,.asc})
-sha256sums=('5ff508508f7a7b46acc9fbf1cf73fecb1aec214e18d9d22325aae8c2c2e8ddc8'
-'SKIP')
+_commit=1bcc8585275b4a8a9d47652cfe2ee4d64d155c1f  # master
+source=("git+https://anongit.freedesktop.org/git/zeitgeist/zeitgeist#commit=$_commit";)
+sha256sums=('SKIP')
 validpgpkeys=('E4884AEEDE4CC02043C3D8045DECDBA89270E723') #Rico Tzschichholz 

 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
 prepare() {
-  cd $pkgname-$pkgver
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
 
+prepare() {
+  cd $pkgname
+
   sed -i 's/python -/$PYTHON -/' configure.ac
   sed -i '1s/python$/python2/' data/ontology2code
 
@@ -30,7 +40,7 @@
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   export PYTHON=/usr/bin/python2
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --libexecdir=/usr/lib --enable-fts
@@ -39,12 +49,12 @@
 }
 
 check() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   # Log test fails in chroot, as we have no X and no proper dbus
   make -k check || :
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install
 }


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

2017-03-02 Thread Jan de Groot
Date: Thursday, March 2, 2017 @ 12:21:44
  Author: jgc
Revision: 289886

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-02 12:21:38 UTC (rev 289885)
+++ extra-i686/PKGBUILD 2017-03-02 12:21:44 UTC (rev 289886)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Andrea Scarpino 
-# Contributor: György Balló 
-
-pkgname=zeitgeist
-pkgver=1.0
-pkgrel=1
-pkgdesc="Service logging user activities and events"
-arch=(i686 x86_64)
-url="https://launchpad.net/zeitgeist/";
-license=(GPL2 LGPL2.1)
-depends=(json-glib telepathy-glib gtk3 xapian-core sqlite)
-makedepends=(gobject-introspection vala raptor python2-rdflib)
-provides=(zeitgeist-datahub)
-conflicts=(zeitgeist-datahub)
-replaces=(zeitgeist-datahub)
-source=(https://launchpad.net/zeitgeist/${pkgver:0:3}/${pkgver}/+download/zeitgeist-${pkgver}.tar.xz{,.asc})
-sha256sums=('5ff508508f7a7b46acc9fbf1cf73fecb1aec214e18d9d22325aae8c2c2e8ddc8'
-'SKIP')
-validpgpkeys=('E4884AEEDE4CC02043C3D8045DECDBA89270E723') #Rico Tzschichholz 

-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's/python -/$PYTHON -/' configure.ac
-  sed -i '1s/python$/python2/' data/ontology2code
-
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --enable-fts
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Log test fails in chroot, as we have no X and no proper dbus
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: zeitgeist/repos/extra-i686/PKGBUILD (from rev 289885, 
zeitgeist/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-02 12:21:44 UTC (rev 289886)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Andrea Scarpino 
+# Contributor: György Balló 
+
+pkgname=zeitgeist
+pkgver=1.0+1+g1bcc8585
+pkgrel=1
+pkgdesc="Service logging user activities and events"
+arch=(i686 x86_64)
+url="https://launchpad.net/zeitgeist/";
+license=(GPL2 LGPL2.1)
+depends=(json-glib telepathy-glib gtk3 xapian-core sqlite)
+makedepends=(gobject-introspection vala raptor python2-rdflib git)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+_commit=1bcc8585275b4a8a9d47652cfe2ee4d64d155c1f  # master
+source=("git+https://anongit.freedesktop.org/git/zeitgeist/zeitgeist#commit=$_commit";)
+sha256sums=('SKIP')
+validpgpkeys=('E4884AEEDE4CC02043C3D8045DECDBA89270E723') #Rico Tzschichholz 

+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+prepare() {
+  cd $pkgname
+
+  sed -i 's/python -/$PYTHON -/' configure.ac
+  sed -i '1s/python$/python2/' data/ontology2code
+
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --enable-fts
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # Log test fails in chroot, as we have no X and no proper dbus
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-02 12:21:38 UTC (rev 289885)
+++ extra-x86_64/PKGBUILD   2017-03-02 12:21:44 UTC (rev 289886)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Andrea Scarpino 
-# Contributor: György Balló 
-
-pkgname=zeitgeist
-pkgver=1.0
-pkgrel=1
-pkgdesc="Service logging user activities and events"
-arch=(i686 x86_64)
-url="https://launchpad.net/zeitgeist/";
-license=(GPL2 LGPL2.1)
-depends=(json-glib telepathy-glib gtk3 xapian-core sqlite)
-makedepends=(gobject-introspection vala raptor python2-rdflib)
-provides=(zeitgeist-datahub)
-conflicts=(zeitgeist-datahub)
-replaces=(zeitgeist-datahub)
-source=(https://launchpad.net/zeitgeist/${pkgver:0:3}/${pkgver}/+download/zeitgeist-${pkgver}.tar.xz{,.asc})
-sha

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

2017-03-02 Thread Jan de Groot
Date: Thursday, March 2, 2017 @ 13:41:37
  Author: jgc
Revision: 289887

upgpkg: opal 3.10.11-12

Fix compilation with ptlib/openssl-1.0

Modified:
  opal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 12:21:44 UTC (rev 289886)
+++ PKGBUILD2017-03-02 13:41:37 UTC (rev 289887)
@@ -3,7 +3,7 @@
 # Contributor: Tom K 
 pkgname=opal
 pkgver=3.10.11
-pkgrel=11
+pkgrel=12
 pkgdesc="Open Phone Abstraction Library"
 arch=(i686 x86_64)
 url="http://www.opalvoip.org";
@@ -30,6 +30,7 @@
   patch -Np1 -i ../libav10.patch
   patch -Np1 -i ../ffmpeg_2.9.patch
   sed -e '/<< mime.PrintContents/ s/mime/(const std::string\&)&/' -i 
src/im/msrp.cxx
+  sed -e 's|-lcrypto|-L/usr/lib/openssl-1.0 -lcrypto|' -i Makefile.in
 }
 
 build() {


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

2017-03-02 Thread Jan de Groot
Date: Thursday, March 2, 2017 @ 13:41:43
  Author: jgc
Revision: 289888

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

Added:
  opal/repos/staging-i686/
  opal/repos/staging-i686/PKGBUILD
(from rev 289887, opal/trunk/PKGBUILD)
  opal/repos/staging-i686/disable-samples-ftbfs.diff
(from rev 289887, opal/trunk/disable-samples-ftbfs.diff)
  opal/repos/staging-i686/ffmpeg_2.9.patch
(from rev 289887, opal/trunk/ffmpeg_2.9.patch)
  opal/repos/staging-i686/libav10.patch
(from rev 289887, opal/trunk/libav10.patch)
  opal/repos/staging-i686/libav9.patch
(from rev 289887, opal/trunk/libav9.patch)
  opal/repos/staging-x86_64/
  opal/repos/staging-x86_64/PKGBUILD
(from rev 289887, opal/trunk/PKGBUILD)
  opal/repos/staging-x86_64/disable-samples-ftbfs.diff
(from rev 289887, opal/trunk/disable-samples-ftbfs.diff)
  opal/repos/staging-x86_64/ffmpeg_2.9.patch
(from rev 289887, opal/trunk/ffmpeg_2.9.patch)
  opal/repos/staging-x86_64/libav10.patch
(from rev 289887, opal/trunk/libav10.patch)
  opal/repos/staging-x86_64/libav9.patch
(from rev 289887, opal/trunk/libav9.patch)

---+
 staging-i686/PKGBUILD |   46 ++
 staging-i686/disable-samples-ftbfs.diff   |   14 
 staging-i686/ffmpeg_2.9.patch |  171 
 staging-i686/libav10.patch|  208 ++
 staging-i686/libav9.patch |  543 
 staging-x86_64/PKGBUILD   |   46 ++
 staging-x86_64/disable-samples-ftbfs.diff |   14 
 staging-x86_64/ffmpeg_2.9.patch   |  171 
 staging-x86_64/libav10.patch  |  208 ++
 staging-x86_64/libav9.patch   |  543 
 10 files changed, 1964 insertions(+)

Copied: opal/repos/staging-i686/PKGBUILD (from rev 289887, opal/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-02 13:41:43 UTC (rev 289888)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom K 
+pkgname=opal
+pkgver=3.10.11
+pkgrel=12
+pkgdesc="Open Phone Abstraction Library"
+arch=(i686 x86_64)
+url="http://www.opalvoip.org";
+license=(GPL)
+depends=(ptlib libtheora libx264 speex gsm celt)
+makedepends=(ffmpeg x264)
+optdepends=('ffmpeg: h263 and mpeg4 plugins')
+options=(!makeflags)
+source=(http://downloads.sourceforge.net/opalvoip/$pkgname-$pkgver.tar.bz2
+disable-samples-ftbfs.diff
+libav9.patch
+libav10.patch
+ffmpeg_2.9.patch)
+sha256sums=('f38e7969e88a28dd9a10a6051315aceecde79d0bbd1a35676868dc5787aed706'
+'f6497c74bbfd47fac036ff97dd74e8c87e6040d686944d29a926ccf3b7525be2'
+'460e5c814aaedc8573b14b2096930464d669f7dcd884f9fce7188533927ae968'
+'a47ca14dd5f04b63fda7a3d0481692ae01340b84b65b693ad43cfacf778a6534'
+'0d4392ce9688cf576ae864605d48ed58427a2a281ad88028ff5bd7016341d276')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../disable-samples-ftbfs.diff
+  patch -Np1 -i ../libav9.patch
+  patch -Np1 -i ../libav10.patch
+  patch -Np1 -i ../ffmpeg_2.9.patch
+  sed -e '/<< mime.PrintContents/ s/mime/(const std::string\&)&/' -i 
src/im/msrp.cxx
+  sed -e 's|-lcrypto|-L/usr/lib/openssl-1.0 -lcrypto|' -i Makefile.in
+}
+
+build() {
+  cd $pkgname-$pkgver
+  CXXFLAGS="$CXXFLAGS -fpermissive" \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: opal/repos/staging-i686/disable-samples-ftbfs.diff (from rev 289887, 
opal/trunk/disable-samples-ftbfs.diff)
===
--- staging-i686/disable-samples-ftbfs.diff (rev 0)
+++ staging-i686/disable-samples-ftbfs.diff 2017-03-02 13:41:43 UTC (rev 
289888)
@@ -0,0 +1,14 @@
+Index: opal-3.10.4~dfsg/Makefile.in
+===
+--- opal-3.10.4~dfsg.orig/Makefile.in  2012-02-22 10:08:36.0 +1100
 opal-3.10.4~dfsg/Makefile.in   2012-03-08 08:32:44.0 +1100
+@@ -45,8 +45,7 @@
+samples/codectest \
+samples/callgen \
+samples/opalecho \
+-   samples/faxopal \
+-   samples/c_api
++   samples/faxopal 
+ ifeq ($(OPAL_IVR),yes)
+ SUBDIRS += samples/opalmcu \
+samples/ivropal \

Copied: opal/repos/staging-i686/ffmpeg_2.9.patch (from rev 289887, 
opal/trunk/ffmpeg_2.9.patch)
===
--- staging-i686/ffmpeg_2.9.patch   (rev 0)
+++ staging-i686/ffmpeg_2.9.patch   2017-03-02 13:41:43 UTC (rev 289888)
@@ -0,0 +1,171 @@
+Description: Replace deprecated FFmpeg API
+Author: Andreas Cadhalpun 
+Last-Update: <2015-11-02>
+
+--- opal-

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

2017-03-02 Thread Jan Steffens
Date: Thursday, March 2, 2017 @ 14:12:34
  Author: heftig
Revision: 289890

3.22.2-1

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 14:12:27 UTC (rev 289889)
+++ PKGBUILD2017-03-02 14:12:34 UTC (rev 289890)
@@ -4,7 +4,7 @@
 
 pkgbase=gdm
 pkgname=(gdm libgdm)
-pkgver=3.22.1
+pkgver=3.22.2
 pkgrel=1
 pkgdesc="Display manager and login screen"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server 
xorg-server-xwayland xorg-xhost)
 makedepends=(yelp-tools intltool gobject-introspection git)
 checkdepends=('check')
-_commit=4eb6575fdbd0e0dda9b209f6b4731edf990fde98  # tags/3.22.1^0
+_commit=56e1445854564b0c4508b9e386a552a1a37fdbd3  # gnome-3-22
 source=("git://git.gnome.org/gdm#commit=$_commit"
 0002-Xsession-Don-t-start-ssh-agent-by-default.patch)
 sha256sums=('SKIP'
@@ -26,6 +26,8 @@
 
 prepare() {
   cd $pkgbase
+  # Fixup missing tag for pkgver()
+  git tag -f 3.22.2 56e1445854564b0c4508b9e386a552a1a37fdbd3
   patch -Np1 -i ../0002-Xsession-Don-t-start-ssh-agent-by-default.patch
   NOCONFIGURE=1 ./autogen.sh
 }


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

2017-03-02 Thread Jan Steffens
Date: Thursday, March 2, 2017 @ 14:12:27
  Author: heftig
Revision: 289889

0.34.5-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 13:41:43 UTC (rev 289888)
+++ PKGBUILD2017-03-02 14:12:27 UTC (rev 289889)
@@ -3,7 +3,7 @@
 # Contributor: Timm Preetz 
 
 pkgname=vala
-pkgver=0.34.4
+pkgver=0.34.5
 pkgrel=1
 pkgdesc='Compiler for the GObject type system'
 url='https://wiki.gnome.org/Projects/Vala'
@@ -12,7 +12,7 @@
 depends=('glib2')
 makedepends=('libxslt' 'git' 'vala')
 checkdepends=('dbus' 'libx11' 'gobject-introspection')
-_commit=5eb68d85524c914ae6a1e7d3a93abec5042f67f9  # tags/0.34.4^0
+_commit=0543f63bc86a6cd4064097ce6d6a8482df4f3243  # tags/0.34.5^0
 source=("git+https://git.gnome.org/browse/vala#commit=${_commit}";)
 sha256sums=('SKIP')
 


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

2017-03-02 Thread Jan Steffens
Date: Thursday, March 2, 2017 @ 14:13:39
  Author: heftig
Revision: 289891

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-02 14:12:34 UTC (rev 289890)
+++ extra-i686/PKGBUILD 2017-03-02 14:13:39 UTC (rev 289891)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor : Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.34.4
-pkgrel=1
-pkgdesc='Compiler for the GObject type system'
-url='https://wiki.gnome.org/Projects/Vala'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('glib2')
-makedepends=('libxslt' 'git' 'vala')
-checkdepends=('dbus' 'libx11' 'gobject-introspection')
-_commit=5eb68d85524c914ae6a1e7d3a93abec5042f67f9  # tags/0.34.4^0
-source=("git+https://git.gnome.org/browse/vala#commit=${_commit}";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd ${pkgname}
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd ${pkgname}
-  ./configure --prefix=/usr --enable-vapigen
-  make
-}
-
-check() {
-  cd ${pkgname}
-  make check
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vala/repos/extra-i686/PKGBUILD (from rev 289890, vala/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-02 14:13:39 UTC (rev 289891)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Contributor : Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.34.5
+pkgrel=1
+pkgdesc='Compiler for the GObject type system'
+url='https://wiki.gnome.org/Projects/Vala'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt' 'git' 'vala')
+checkdepends=('dbus' 'libx11' 'gobject-introspection')
+_commit=0543f63bc86a6cd4064097ce6d6a8482df4f3243  # tags/0.34.5^0
+source=("git+https://git.gnome.org/browse/vala#commit=${_commit}";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd ${pkgname}
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd ${pkgname}
+  ./configure --prefix=/usr --enable-vapigen
+  make
+}
+
+check() {
+  cd ${pkgname}
+  make check
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-02 14:12:34 UTC (rev 289890)
+++ extra-x86_64/PKGBUILD   2017-03-02 14:13:39 UTC (rev 289891)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor : Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.34.4
-pkgrel=1
-pkgdesc='Compiler for the GObject type system'
-url='https://wiki.gnome.org/Projects/Vala'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('glib2')
-makedepends=('libxslt' 'git' 'vala')
-checkdepends=('dbus' 'libx11' 'gobject-introspection')
-_commit=5eb68d85524c914ae6a1e7d3a93abec5042f67f9  # tags/0.34.4^0
-source=("git+https://git.gnome.org/browse/vala#commit=${_commit}";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd ${pkgname}
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd ${pkgname}
-  ./configure --prefix=/usr --enable-vapigen
-  make
-}
-
-check() {
-  cd ${pkgname}
-  make check
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 289890, vala/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-03-02 14:13:39 UTC (rev 289891)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Contributor : Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.34.5
+pkgrel=1
+pkgdesc='Compiler for the GObject type system'
+url='https://wiki.gnome.org/Projects/Vala'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt' 'git' 'vala')
+checkdepends=('dbus' 'libx11' 'gobject-introspection')
+_commit=0543f63bc86a6cd4064097ce6d6a8482df4f3243  # tags/0.34.5^0
+source=("git+https://git.gnome.org/browse/vala#commit=${_commit}";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tag

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

2017-03-02 Thread Jan Steffens
Date: Thursday, March 2, 2017 @ 14:14:07
  Author: heftig
Revision: 289892

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

Added:
  gdm/repos/extra-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
(from rev 289891, 
gdm/trunk/0002-Xsession-Don-t-start-ssh-agent-by-default.patch)
  gdm/repos/extra-i686/PKGBUILD
(from rev 289891, gdm/trunk/PKGBUILD)
  gdm/repos/extra-i686/gdm.install
(from rev 289891, gdm/trunk/gdm.install)
  gdm/repos/extra-x86_64/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
(from rev 289891, 
gdm/trunk/0002-Xsession-Don-t-start-ssh-agent-by-default.patch)
  gdm/repos/extra-x86_64/PKGBUILD
(from rev 289891, gdm/trunk/PKGBUILD)
  gdm/repos/extra-x86_64/gdm.install
(from rev 289891, gdm/trunk/gdm.install)
Deleted:
  gdm/repos/extra-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
  gdm/repos/extra-i686/PKGBUILD
  gdm/repos/extra-i686/gdm.install
  gdm/repos/extra-x86_64/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
  gdm/repos/extra-x86_64/PKGBUILD
  gdm/repos/extra-x86_64/gdm.install

---+
 /0002-Xsession-Don-t-start-ssh-agent-by-default.patch |   62 +++
 /PKGBUILD |  188 
++
 /gdm.install  |   14 
 extra-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch   |   31 -
 extra-i686/PKGBUILD   |   92 
 extra-i686/gdm.install|7 
 extra-x86_64/0002-Xsession-Don-t-start-ssh-agent-by-default.patch |   31 -
 extra-x86_64/PKGBUILD |   92 
 extra-x86_64/gdm.install  |7 
 9 files changed, 264 insertions(+), 260 deletions(-)

Deleted: extra-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
===
--- extra-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch 
2017-03-02 14:13:39 UTC (rev 289891)
+++ extra-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch 
2017-03-02 14:14:07 UTC (rev 289892)
@@ -1,31 +0,0 @@
-From 8bf4d553ba9e7a5978ed8920ca0b06e624de2eda Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sat, 20 Jun 2015 17:22:38 +0200
-Subject: [PATCH 2/2] Xsession: Don't start ssh-agent by default
-

- data/Xsession.in | 8 
- 1 file changed, 8 deletions(-)
-
-diff --git a/data/Xsession.in b/data/Xsession.in
-index f253375..c143b30 100755
 a/data/Xsession.in
-+++ b/data/Xsession.in
-@@ -184,14 +184,6 @@ if [ "x$command" = "xdefault" ] ; then
-   fi
- fi
- 
--# add ssh-agent if found
--sshagent="`gdmwhich ssh-agent`"
--if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
--command="$sshagent -- $command"
--elif [ -z "$sshagent" ] ; then
--echo "$0: ssh-agent not found!"
--fi
--
- echo "$0: Setup done, will execute: $command"
- 
- eval exec $command
--- 
-2.4.5
-

Copied: 
gdm/repos/extra-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch (from 
rev 289891, gdm/trunk/0002-Xsession-Don-t-start-ssh-agent-by-default.patch)
===
--- extra-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch 
(rev 0)
+++ extra-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch 
2017-03-02 14:14:07 UTC (rev 289892)
@@ -0,0 +1,31 @@
+From 8bf4d553ba9e7a5978ed8920ca0b06e624de2eda Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 20 Jun 2015 17:22:38 +0200
+Subject: [PATCH 2/2] Xsession: Don't start ssh-agent by default
+
+---
+ data/Xsession.in | 8 
+ 1 file changed, 8 deletions(-)
+
+diff --git a/data/Xsession.in b/data/Xsession.in
+index f253375..c143b30 100755
+--- a/data/Xsession.in
 b/data/Xsession.in
+@@ -184,14 +184,6 @@ if [ "x$command" = "xdefault" ] ; then
+   fi
+ fi
+ 
+-# add ssh-agent if found
+-sshagent="`gdmwhich ssh-agent`"
+-if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
+-command="$sshagent -- $command"
+-elif [ -z "$sshagent" ] ; then
+-echo "$0: ssh-agent not found!"
+-fi
+-
+ echo "$0: Setup done, will execute: $command"
+ 
+ eval exec $command
+-- 
+2.4.5
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-02 14:13:39 UTC (rev 289891)
+++ extra-i686/PKGBUILD 2017-03-02 14:14:07 UTC (rev 289892)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=gdm
-pkgname=(gdm libgdm)
-pkgver=3.22.1
-pkgrel=1
-pkgdesc="Display manager and login screen"
-arch=(i686 x86_64)
-license=(GPL)
-url="https://wiki.gnome.org/Projects/GDM";
-depends=(gnome-shell gnome-session upower xorg-xrdb xorg-serv

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

2017-03-02 Thread Sergej Pupykin
Date: Thursday, March 2, 2017 @ 14:21:50
  Author: spupykin
Revision: 214525

Modified:
  open-vm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 11:49:49 UTC (rev 214524)
+++ PKGBUILD2017-03-02 14:21:50 UTC (rev 214525)
@@ -4,8 +4,8 @@
 
 pkgname=open-vm-tools
 epoch=6
-pkgver=10.1.0
-pkgrel=3
+pkgver=10.1.5
+pkgrel=1
 pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools"
 arch=('i686' 'x86_64')
 url="https://github.com/vmware/open-vm-tools";
@@ -26,13 +26,13 @@
xautostart.conf
vmtoolsd.service
vmware-vmblock-fuse.service)
-md5sums=('46f5a319275f63658f1a44b6c8755f6b'
- 'cbfa69ead382bc527e6f6ddfed8e5c4d'
- 'b55d15e2c4be396aad709aeca91033d3'
- '1b9ae908fce4c623269f100ee9bdfdef'
- '75a25d83417e683957321f97a00f8465'
- 'a6c53243d31c765580f6dded7d5fa98f'
- '84c0e820cb053def1742ea59af9f2dec')
+sha256sums=('aba7bf570b8951b61784941460659c204359d98fcbfb164df3c30d468a19fb1c'
+'c4add159c534384eb07e5e9a0694a60c253341916eca928f85e75f77c95d2e95'
+'f39403b884d897933d43cdd1093f308016963cf08162b21717240e37f7fd02ab'
+'53dbc915fb145fd8fbabe0b8be6c5bc25bfc9f40e1be28740fdc0b8e99889b26'
+'6ca56abad77f7d7c0507f2eb5cfb7bdfb14f34f2d392816fb7b384520f12436f'
+'5a9403f78356873258521644068f2c9639b994d5954e5ad953934136822b2689'
+'99e3cc1da20a751049144cc02dec77174a55109b5b5960e1facd78709da7724f')
 
 prepare() {
   cd "$srcdir/$pkgname-"*"/open-vm-tools"


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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 15:00:28
  Author: felixonmars
Revision: 214526

upgpkg: deepin-terminal 2.2.2-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 14:21:50 UTC (rev 214525)
+++ PKGBUILD2017-03-02 15:00:28 UTC (rev 214526)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
  
 pkgname=deepin-terminal
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('i686' 'x86_64')


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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 15:01:11
  Author: felixonmars
Revision: 214528

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

Added:
  deepin-terminal/repos/community-i686/PKGBUILD
(from rev 214526, deepin-terminal/trunk/PKGBUILD)
  deepin-terminal/repos/community-x86_64/PKGBUILD
(from rev 214527, deepin-terminal/trunk/PKGBUILD)
Deleted:
  deepin-terminal/repos/community-i686/PKGBUILD
  deepin-terminal/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-02 15:00:55 UTC (rev 214527)
+++ community-i686/PKGBUILD 2017-03-02 15:01:11 UTC (rev 214528)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
- 
-pkgname=deepin-terminal
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-terminal";
-license=('GPL3')
-depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu' 'deepin-manual')
-makedepends=('git' 'vala' 'cmake')
-groups=('deepin-extra')
-options=(!emptydirs)
-source=("git+https://github.com/manateelazycat/deepin-terminal.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir -p build
-
-  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' deepin-terminal/project_path.c
-}
-
-build() {
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../deepin-terminal
-  make
-}
- 
-package() {
-  make -C build DESTDIR="$pkgdir" install
-}

Copied: deepin-terminal/repos/community-i686/PKGBUILD (from rev 214526, 
deepin-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-02 15:01:11 UTC (rev 214528)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+ 
+pkgname=deepin-terminal
+pkgver=2.2.2
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/manateelazycat/deepin-terminal";
+license=('GPL3')
+depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu' 'deepin-manual')
+makedepends=('git' 'vala' 'cmake')
+groups=('deepin-extra')
+options=(!emptydirs)
+source=("git+https://github.com/manateelazycat/deepin-terminal.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+
+  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' deepin-terminal/project_path.c
+}
+
+build() {
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../deepin-terminal
+  make
+}
+ 
+package() {
+  make -C build DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-02 15:00:55 UTC (rev 214527)
+++ community-x86_64/PKGBUILD   2017-03-02 15:01:11 UTC (rev 214528)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
- 
-pkgname=deepin-terminal
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/manateelazycat/deepin-terminal";
-license=('GPL3')
-depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu' 'deepin-manual')
-makedepends=('git' 'vala' 'cmake')
-groups=('deepin-extra')
-options=(!emptydirs)
-source=("git+https://github.com/manateelazycat/deepin-terminal.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir -p build
-
-  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' deepin-terminal/project_path.c
-}
-
-build() {
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../deepin-terminal
-  make
-}
- 
-package() {
-  make -C build DESTDIR="$pkgdir" install
-}

Copied: deepin-terminal/repos/community-x86_64/PKGBUILD (from rev 214527, 
deepin-terminal/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-02 15:01:11 UTC (rev 214528)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+ 
+pkgname=deepin-terminal
+pkgver=2.2.2
+pkgrel=1
+pkgdesc='Default terminal emulation application fo

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

2017-03-02 Thread Sergej Pupykin
Date: Thursday, March 2, 2017 @ 15:34:21
  Author: spupykin
Revision: 214561

upgpkg: tesseract-data 1:3.04.00-1

upd

Modified:
  tesseract-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 15:06:56 UTC (rev 214560)
+++ PKGBUILD2017-03-02 15:34:21 UTC (rev 214561)
@@ -12,7 +12,8 @@
 
 pkgbase=tesseract-data
 pkgname=($(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
-pkgver=4.00
+epoch=1
+pkgver=3.04.00
 pkgrel=1
 pkgdesc="An OCR programm"
 arch=(any)
@@ -20,7 +21,7 @@
 license=("APACHE")
 depends=()
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/tesseract-ocr/tessdata/archive/$pkgver.tar.gz)
-sha256sums=('35909b14d735ba21457eb1b81c19167f9cba94e062a04af34afc1ee1e8a65361')
+sha256sums=('5dcb37198336b6953843b461ee535df1401b41008d550fc9e43d0edabca7adb1')
 
 build() {
   true


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

2017-03-02 Thread Sergej Pupykin
Date: Thursday, March 2, 2017 @ 15:35:00
  Author: spupykin
Revision: 214562

archrelease: copy trunk to community-any

Added:
  tesseract-data/repos/community-any/PKGBUILD
(from rev 214561, tesseract-data/trunk/PKGBUILD)
Deleted:
  tesseract-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-02 15:34:21 UTC (rev 214561)
+++ PKGBUILD2017-03-02 15:35:00 UTC (rev 214562)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 112863 2014-06-09 09:56:33Z spupykin $
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Hauser 
-
-_langs=(afr amh ara asm aze aze_cyrl bel ben bod bos bul cat ceb ces
-chi_sim chi_tra chr cym dan dan_frak deu deu_frak dzo ell eng enm epo
-equ est eus fas fin fra frk frm gle glg grc guj hat heb hin hrv hun
-iku ind isl ita ita_old jav jpn kan kat kat_old kaz khm kir kor kur
-lao lat lav lit mal mar mkd mlt msa mya nep nld nor ori pan pol
-por pus ron rus san sin slk slk_frak slv spa spa_old sqi srp srp_latn
-swa swe syr tam tel tgk tgl tha tir tur uig ukr urd uzb uzb_cyrl vie yid)
-
-pkgbase=tesseract-data
-pkgname=($(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
-pkgver=4.00
-pkgrel=1
-pkgdesc="An OCR programm"
-arch=(any)
-url="https://github.com/tesseract-ocr/tessdata";
-license=("APACHE")
-depends=()
-source=($pkgbase-$pkgver.tar.gz::https://github.com/tesseract-ocr/tessdata/archive/$pkgver.tar.gz)
-sha256sums=('35909b14d735ba21457eb1b81c19167f9cba94e062a04af34afc1ee1e8a65361')
-
-build() {
-  true
-}
-
-# Declare the package functions for data
-for l in ${_langs[@]}; do
-eval "
-package_tesseract-data-${l}(){
-pkgdesc=\"Tesseract OCR data ($l)\"
-depends=('tesseract')
-groups=('tesseract-data')
-
-mkdir -p \$pkgdir/usr/share/tessdata
-cp \$srcdir/tessdata-$pkgver/${l}.* \$pkgdir/usr/share/tessdata/
-find \$pkgdir/usr/share/tessdata -type f -exec chmod 0644 {} \;
-}
-"
-done

Copied: tesseract-data/repos/community-any/PKGBUILD (from rev 214561, 
tesseract-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-02 15:35:00 UTC (rev 214562)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 112863 2014-06-09 09:56:33Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Hauser 
+
+_langs=(afr amh ara asm aze aze_cyrl bel ben bod bos bul cat ceb ces
+chi_sim chi_tra chr cym dan dan_frak deu deu_frak dzo ell eng enm epo
+equ est eus fas fin fra frk frm gle glg grc guj hat heb hin hrv hun
+iku ind isl ita ita_old jav jpn kan kat kat_old kaz khm kir kor kur
+lao lat lav lit mal mar mkd mlt msa mya nep nld nor ori pan pol
+por pus ron rus san sin slk slk_frak slv spa spa_old sqi srp srp_latn
+swa swe syr tam tel tgk tgl tha tir tur uig ukr urd uzb uzb_cyrl vie yid)
+
+pkgbase=tesseract-data
+pkgname=($(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
+epoch=1
+pkgver=3.04.00
+pkgrel=1
+pkgdesc="An OCR programm"
+arch=(any)
+url="https://github.com/tesseract-ocr/tessdata";
+license=("APACHE")
+depends=()
+source=($pkgbase-$pkgver.tar.gz::https://github.com/tesseract-ocr/tessdata/archive/$pkgver.tar.gz)
+sha256sums=('5dcb37198336b6953843b461ee535df1401b41008d550fc9e43d0edabca7adb1')
+
+build() {
+  true
+}
+
+# Declare the package functions for data
+for l in ${_langs[@]}; do
+eval "
+package_tesseract-data-${l}(){
+pkgdesc=\"Tesseract OCR data ($l)\"
+depends=('tesseract')
+groups=('tesseract-data')
+
+mkdir -p \$pkgdir/usr/share/tessdata
+cp \$srcdir/tessdata-$pkgver/${l}.* \$pkgdir/usr/share/tessdata/
+find \$pkgdir/usr/share/tessdata -type f -exec chmod 0644 {} \;
+}
+"
+done


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

2017-03-02 Thread Massimiliano Torromeo
Date: Thursday, March 2, 2017 @ 15:45:21
  Author: mtorromeo
Revision: 214563

upgpkg: elasticsearch 5.2.2-1

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 15:35:00 UTC (rev 214562)
+++ PKGBUILD2017-03-02 15:45:21 UTC (rev 214563)
@@ -4,7 +4,7 @@
 # Refactored by Blaž "Speed" Hrastnik 
 
 pkgname=elasticsearch
-pkgver=5.2.1
+pkgver=5.2.2
 pkgrel=1
 pkgdesc="Distributed RESTful search engine built on top of Lucene"
 arch=('any')
@@ -20,7 +20,7 @@
   elasticsearch-tmpfile.conf
   elasticsearch.default
 )
-sha256sums=('f28bfecbb8896bbcf8c6063a474a2ddee29a262c216f56ff6d524fc898094475'
+sha256sums=('cf88930695794a8949342d386f028548bd10b26ecc8c4b422a94ea674faf8ac9'
 '51154ac04d90c6b534a3d86bb41c8654726a2a7b3a5a767411dfce30e7bb21fe'
 '22ec53ed1ac5231b501b2311aad4953a8210d9e72b4204c9c2facab13f8e'
 'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'


[arch-commits] Commit in elasticsearch/repos/community-any (14 files)

2017-03-02 Thread Massimiliano Torromeo
Date: Thursday, March 2, 2017 @ 15:45:48
  Author: mtorromeo
Revision: 214564

archrelease: copy trunk to community-any

Added:
  elasticsearch/repos/community-any/PKGBUILD
(from rev 214563, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
(from rev 214563, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
(from rev 214563, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-any/elasticsearch-user.conf
(from rev 214563, elasticsearch/trunk/elasticsearch-user.conf)
  elasticsearch/repos/community-any/elasticsearch.default
(from rev 214563, elasticsearch/trunk/elasticsearch.default)
  elasticsearch/repos/community-any/elasticsearch.service
(from rev 214563, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-any/elasticsearch@.service
(from rev 214563, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-any/PKGBUILD
  elasticsearch/repos/community-any/elasticsearch-sysctl.conf
  elasticsearch/repos/community-any/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-any/elasticsearch-user.conf
  elasticsearch/repos/community-any/elasticsearch.default
  elasticsearch/repos/community-any/elasticsearch.service
  elasticsearch/repos/community-any/elasticsearch@.service

+
 PKGBUILD   |  160 +--
 elasticsearch-sysctl.conf  |2 
 elasticsearch-tmpfile.conf |   12 +--
 elasticsearch-user.conf|2 
 elasticsearch.default  |   26 +++---
 elasticsearch.service  |   78 ++--
 elasticsearch@.service |   78 ++--
 7 files changed, 179 insertions(+), 179 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-02 15:45:21 UTC (rev 214563)
+++ PKGBUILD2017-03-02 15:45:48 UTC (rev 214564)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Marcello "mererghost" Rocha 
-# Refactored by Blaž "Speed" Hrastnik 
-
-pkgname=elasticsearch
-pkgver=5.2.1
-pkgrel=1
-pkgdesc="Distributed RESTful search engine built on top of Lucene"
-arch=('any')
-url="https://www.elastic.co/products/elasticsearch";
-license=('APACHE')
-depends=('java-runtime-headless=8' 'systemd')
-source=(
-  "https://artifacts.elastic.co/downloads/$pkgname/$pkgname-$pkgver.tar.gz";
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-sysctl.conf
-  elasticsearch-user.conf
-  elasticsearch-tmpfile.conf
-  elasticsearch.default
-)
-sha256sums=('f28bfecbb8896bbcf8c6063a474a2ddee29a262c216f56ff6d524fc898094475'
-'51154ac04d90c6b534a3d86bb41c8654726a2a7b3a5a767411dfce30e7bb21fe'
-'22ec53ed1ac5231b501b2311aad4953a8210d9e72b4204c9c2facab13f8e'
-'b3feb1e9c7e7ce6b33cea6c727728ed700332aae942ca475c3bcc1d56b9f113c'
-'815f6a39db6f54bb40750c382ffbdc298d2c4c187ee8ea7e2f855923e2ff354b'
-'3173e3efa429507e6329f518699a072dfd442d9b5da7c62452a55f82334dd2b5'
-'bb74e5fb8bc28f2125e015395ab05bea117b72bfc6dadbca827694b362ee0bf8')
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/log4j2.properties'
-'etc/elasticsearch/jvm.options'
-'etc/default/elasticsearch')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  for script in elasticsearch{,-plugin,-translog}; do
-sed -e 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
--e '/^ES_HOME=.*pwd/d' \
--e 's|$ES_HOME/config|/etc/elasticsearch|' \
--i bin/$script
-  done
-
-  sed -re 's;#\s*(path\.conf:).*$;\1 /etc/elasticsearch;' \
--e '0,/#\s*(path\.data:).*$/s;;\1 /var/lib/elasticsearch;' \
--e 's;#\s*(path\.work:).*$;\1 /tmp/elasticsearch;' \
--e 's;#\s*(path\.logs:).*$;\1 /var/log/elasticsearch;' \
--i config/elasticsearch.yml
-}
-
-package() {
-  cd "$pkgdir"
-  install -dm750 etc/elasticsearch/scripts
-  install -dm755 usr/share/elasticsearch/plugins
-  install -dm755 var/lib/elasticsearch
-  install -dm755 var/log/elasticsearch
-
-  install -Dm644 "$srcdir"/elasticsearch.service 
usr/lib/systemd/system/elasticsearch.service
-  install -Dm644 "$srcdir"/elasticsearch@.service 
usr/lib/systemd/system/elasticsearch@.service
-  install -Dm644 "$srcdir"/elasticsearch-user.conf 
usr/lib/sysusers.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-tmpfile.conf 
usr/lib/tmpfiles.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch-sysctl.conf 
usr/lib/sysctl.d/elasticsearch.conf
-  install -Dm644 "$srcdir"/elasticsearch.default etc/default/elasticsearch
-
-  cd "$srcdir"/$pkgname-$pkgver
-  cp -R lib modules "$pkgdir"/usr/share/elasticsearch/
-
-   cd config
-   for conf in *; do
-   install -Dm644 "$conf" "$pkgdir/etc

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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 16:14:46
  Author: felixonmars
Revision: 214566

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-02 16:14:21 UTC (rev 214565)
+++ PKGBUILD2017-03-02 16:14:46 UTC (rev 214566)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Alexander Rødseth 
-
-pkgname=("python-sh" "python2-sh")
-pkgver=1.12.9
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-coverage' 'python2-coverage' 'lsof')
-source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz";)
-md5sums=('ddc128a8d943d25afa6e01af11e0063b')
-
-prepare() {
-  cp -a sh-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sh-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/sh-$pkgver
-  python sh.py travis
-
-  cd "$srcdir"/sh-$pkgver-py2
-  python2 sh.py travis
-}
-
-package_python-sh() {
-  depends=('python')
-
-  cd sh-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
-}
-
-package_python2-sh() {
-  depends=('python2')
-
-  cd sh-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 214565, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-02 16:14:46 UTC (rev 214566)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+pkgname=("python-sh" "python2-sh")
+pkgver=1.12.10
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-coverage' 'python2-coverage' 'lsof')
+source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz";)
+md5sums=('3dc0eee1382c2f604298c5ce3d747703')
+
+prepare() {
+  cp -a sh-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sh-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/sh-$pkgver
+  python sh.py travis
+
+  cd "$srcdir"/sh-$pkgver-py2
+  python2 sh.py travis
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd sh-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python-sh/LICENSE
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd sh-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/python2-sh/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-03-02 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 16:14:21
  Author: felixonmars
Revision: 214565

upgpkg: python-sh 1.12.10-1

Modified:
  python-sh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 15:45:48 UTC (rev 214564)
+++ PKGBUILD2017-03-02 16:14:21 UTC (rev 214565)
@@ -4,7 +4,7 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=("python-sh" "python2-sh")
-pkgver=1.12.9
+pkgver=1.12.10
 pkgrel=1
 pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-coverage' 'python2-coverage' 'lsof')
 source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz";)
-md5sums=('ddc128a8d943d25afa6e01af11e0063b')
+md5sums=('3dc0eee1382c2f604298c5ce3d747703')
 
 prepare() {
   cp -a sh-$pkgver{,-py2}


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

2017-03-02 Thread Massimiliano Torromeo
Date: Thursday, March 2, 2017 @ 16:49:07
  Author: mtorromeo
Revision: 214567

upgpkg: beats 5.2.2-1

Modified:
  beats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 16:14:46 UTC (rev 214566)
+++ PKGBUILD2017-03-02 16:49:07 UTC (rev 214567)
@@ -3,7 +3,7 @@
 
 pkgbase=beats
 pkgname=(filebeat packetbeat metricbeat)
-pkgver=5.2.1
+pkgver=5.2.2
 pkgrel=1
 pkgdesc='Data shippers for Elasticsearch'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 "filebeat-tmpfile.conf"
 "packetbeat-tmpfile.conf"
 "metricbeat-tmpfile.conf")
-sha256sums=('8cd082583c9762314c3a15c8847a8b155733e04db328a8f759a0bf7acc17ec7d'
+sha256sums=('45c89fab339de3d3e7f9a83c7a48312ede147d5989b67b8619d9128353c891c3'
 '33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
 '4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
 '9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'


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

2017-03-02 Thread Massimiliano Torromeo
Date: Thursday, March 2, 2017 @ 16:49:35
  Author: mtorromeo
Revision: 214568

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

Added:
  beats/repos/community-i686/PKGBUILD
(from rev 214567, beats/trunk/PKGBUILD)
  beats/repos/community-i686/filebeat-tmpfile.conf
(from rev 214567, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-i686/filebeat.service
(from rev 214567, beats/trunk/filebeat.service)
  beats/repos/community-i686/filebeat.sysusers
(from rev 214567, beats/trunk/filebeat.sysusers)
  beats/repos/community-i686/metricbeat-tmpfile.conf
(from rev 214567, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-i686/metricbeat.service
(from rev 214567, beats/trunk/metricbeat.service)
  beats/repos/community-i686/packetbeat-tmpfile.conf
(from rev 214567, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-i686/packetbeat.service
(from rev 214567, beats/trunk/packetbeat.service)
  beats/repos/community-x86_64/PKGBUILD
(from rev 214567, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/filebeat-tmpfile.conf
(from rev 214567, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-x86_64/filebeat.service
(from rev 214567, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 214567, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
(from rev 214567, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-x86_64/metricbeat.service
(from rev 214567, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
(from rev 214567, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-x86_64/packetbeat.service
(from rev 214567, beats/trunk/packetbeat.service)
Deleted:
  beats/repos/community-i686/PKGBUILD
  beats/repos/community-i686/filebeat-tmpfile.conf
  beats/repos/community-i686/filebeat.service
  beats/repos/community-i686/filebeat.sysusers
  beats/repos/community-i686/metricbeat-tmpfile.conf
  beats/repos/community-i686/metricbeat.service
  beats/repos/community-i686/packetbeat-tmpfile.conf
  beats/repos/community-i686/packetbeat.service
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/filebeat-tmpfile.conf
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
  beats/repos/community-x86_64/packetbeat.service

--+
 /PKGBUILD|  222 +
 /filebeat-tmpfile.conf   |4 
 /filebeat.service|   24 +++
 /filebeat.sysusers   |2 
 /metricbeat-tmpfile.conf |4 
 /metricbeat.service  |   22 ++
 /packetbeat-tmpfile.conf |4 
 /packetbeat.service  |   22 ++
 community-i686/PKGBUILD  |  111 --
 community-i686/filebeat-tmpfile.conf |2 
 community-i686/filebeat.service  |   12 -
 community-i686/filebeat.sysusers |1 
 community-i686/metricbeat-tmpfile.conf   |2 
 community-i686/metricbeat.service|   11 -
 community-i686/packetbeat-tmpfile.conf   |2 
 community-i686/packetbeat.service|   11 -
 community-x86_64/PKGBUILD|  111 --
 community-x86_64/filebeat-tmpfile.conf   |2 
 community-x86_64/filebeat.service|   12 -
 community-x86_64/filebeat.sysusers   |1 
 community-x86_64/metricbeat-tmpfile.conf |2 
 community-x86_64/metricbeat.service  |   11 -
 community-x86_64/packetbeat-tmpfile.conf |2 
 community-x86_64/packetbeat.service  |   11 -
 24 files changed, 304 insertions(+), 304 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-02 16:49:07 UTC (rev 214567)
+++ community-i686/PKGBUILD 2017-03-02 16:49:35 UTC (rev 214568)
@@ -1,111 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat)
-pkgver=5.2.1
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('i686' 'x86_64')
-url='https://www.elastic.co/products/beats'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go' 'git' 'libpcap')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-options=('!strip')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz";
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"filebeat-tmpfile.conf"
-"packetbeat-tmpfile.conf"
-"metricbeat-tmpfile.conf")
-sha256sums=

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

2017-03-02 Thread Anatol Pomozov
Date: Thursday, March 2, 2017 @ 17:11:26
  Author: anatolik
Revision: 289893

upgpkg: libcacard 2.5.3-1

Modified:
  libcacard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 14:14:07 UTC (rev 289892)
+++ PKGBUILD2017-03-02 17:11:26 UTC (rev 289893)
@@ -2,7 +2,7 @@
 # Maintainer:   
 
 pkgname=libcacard
-pkgver=2.5.2
+pkgver=2.5.3
 pkgrel=1
 pkgdesc='(Common Access Card) library thar provides emulation of smart cards 
to a virtual card reader running in a guest virtual machine'
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 url='http://www.spice-space.org/page/Libcacard'
 depends=(nss glib2)
 source=(http://www.spice-space.org/download/libcacard/libcacard-$pkgver.tar.xz)
-sha1sums=('8bce876ab074b8151e8fb24475a963b9abd98e2f')
+sha1sums=('b085bdf0b7558088c490f733aa1e1f6ab5b81787')
 
 build () {
   cd libcacard-$pkgver


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

2017-03-02 Thread Anatol Pomozov
Date: Thursday, March 2, 2017 @ 17:12:02
  Author: anatolik
Revision: 289894

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

Added:
  libcacard/repos/testing-i686/
  libcacard/repos/testing-i686/PKGBUILD
(from rev 289893, libcacard/trunk/PKGBUILD)
  libcacard/repos/testing-x86_64/
  libcacard/repos/testing-x86_64/PKGBUILD
(from rev 289893, libcacard/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   24 
 testing-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: libcacard/repos/testing-i686/PKGBUILD (from rev 289893, 
libcacard/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-03-02 17:12:02 UTC (rev 289894)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer:   
+
+pkgname=libcacard
+pkgver=2.5.3
+pkgrel=1
+pkgdesc='(Common Access Card) library thar provides emulation of smart cards 
to a virtual card reader running in a guest virtual machine'
+arch=(i686 x86_64)
+license=(GPL2)
+url='http://www.spice-space.org/page/Libcacard'
+depends=(nss glib2)
+source=(http://www.spice-space.org/download/libcacard/libcacard-$pkgver.tar.xz)
+sha1sums=('b085bdf0b7558088c490f733aa1e1f6ab5b81787')
+
+build () {
+  cd libcacard-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libcacard-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: libcacard/repos/testing-x86_64/PKGBUILD (from rev 289893, 
libcacard/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-03-02 17:12:02 UTC (rev 289894)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer:   
+
+pkgname=libcacard
+pkgver=2.5.3
+pkgrel=1
+pkgdesc='(Common Access Card) library thar provides emulation of smart cards 
to a virtual card reader running in a guest virtual machine'
+arch=(i686 x86_64)
+license=(GPL2)
+url='http://www.spice-space.org/page/Libcacard'
+depends=(nss glib2)
+source=(http://www.spice-space.org/download/libcacard/libcacard-$pkgver.tar.xz)
+sha1sums=('b085bdf0b7558088c490f733aa1e1f6ab5b81787')
+
+build () {
+  cd libcacard-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libcacard-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in arm-none-eabi-binutils/trunk (PKGBUILD)

2017-03-02 Thread Anatol Pomozov
Date: Thursday, March 2, 2017 @ 17:19:30
  Author: anatolik
Revision: 214569

upgpkg: arm-none-eabi-binutils 2.28-1

Modified:
  arm-none-eabi-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 16:49:35 UTC (rev 214568)
+++ PKGBUILD2017-03-02 17:19:30 UTC (rev 214569)
@@ -4,8 +4,8 @@
 
 _target=arm-none-eabi
 pkgname=$_target-binutils
-pkgver=2.27
-pkgrel=2
+pkgver=2.28
+pkgrel=1
 #_commit=2bd25930
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 license=(GPL)
 depends=(zlib)
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('6e472ddae565a2b1447e6f2393809bb8799982cf'
+sha1sums=('f8b033731f6baa437d429c60e2623570f1ef9d6b'
   'SKIP')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold 

 


[arch-commits] Commit in arm-none-eabi-binutils/repos (4 files)

2017-03-02 Thread Anatol Pomozov
Date: Thursday, March 2, 2017 @ 17:20:07
  Author: anatolik
Revision: 214570

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

Added:
  arm-none-eabi-binutils/repos/community-testing-i686/
  arm-none-eabi-binutils/repos/community-testing-i686/PKGBUILD
(from rev 214569, arm-none-eabi-binutils/trunk/PKGBUILD)
  arm-none-eabi-binutils/repos/community-testing-x86_64/
  arm-none-eabi-binutils/repos/community-testing-x86_64/PKGBUILD
(from rev 214569, arm-none-eabi-binutils/trunk/PKGBUILD)

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

Copied: arm-none-eabi-binutils/repos/community-testing-i686/PKGBUILD (from rev 
214569, arm-none-eabi-binutils/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-03-02 17:20:07 UTC (rev 214570)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-binutils
+pkgver=2.28
+pkgrel=1
+#_commit=2bd25930
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
+sha1sums=('f8b033731f6baa437d429c60e2623570f1ef9d6b'
+  'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold 

+
+prepare() {
+  cd binutils-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  --enable-gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm 
"$pkgdir"/usr/share/man/man1/arm-none-eabi-{dlltool,nlmconv,windres,windmc}*
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}

Copied: arm-none-eabi-binutils/repos/community-testing-x86_64/PKGBUILD (from 
rev 214569, arm-none-eabi-binutils/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-03-02 17:20:07 UTC (rev 214570)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-binutils
+pkgver=2.28
+pkgrel=1
+#_commit=2bd25930
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
+sha1sums=('f8b033731f6baa437d429c60e2623570f1ef9d6b'
+  'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold 

+
+prepare() {
+  cd binutils-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  --enable-gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm 
"$pkgdir"/usr/share/man/man1/arm-none-eabi-{dlltool,nlmconv,windres,windmc}*
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}


[arch-commits] Commit in aarch64-linux-gnu-binutils/trunk (PKGBUILD)

2017-03-02 Thread Anatol Pomozov
Date: Thursday, March 2, 2017 @ 17:21:58
  Author: anatolik
Revision: 214571

upgpkg: aarch64-linux-gnu-binutils 2.28-1

Modified:
  aarch64-linux-gnu-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 17:20:07 UTC (rev 214570)
+++ PKGBUILD2017-03-02 17:21:58 UTC (rev 214571)
@@ -3,8 +3,8 @@
 
 _target=aarch64-linux-gnu
 pkgname=$_target-binutils
-pkgver=2.27
-pkgrel=2
+pkgver=2.28
+pkgrel=1
 #_commit=2bd25930
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM64 target'
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=(zlib)
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('6e472ddae565a2b1447e6f2393809bb8799982cf'
+sha1sums=('f8b033731f6baa437d429c60e2623570f1ef9d6b'
   'SKIP')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold 

 


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

2017-03-02 Thread Anatol Pomozov
Date: Thursday, March 2, 2017 @ 17:22:55
  Author: anatolik
Revision: 214573

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

Added:
  avr-binutils/repos/community-testing-i686/
  avr-binutils/repos/community-testing-i686/PKGBUILD
(from rev 214572, avr-binutils/trunk/PKGBUILD)
  avr-binutils/repos/community-testing-i686/avr-size.patch
(from rev 214572, avr-binutils/trunk/avr-size.patch)
  avr-binutils/repos/community-testing-x86_64/
  avr-binutils/repos/community-testing-x86_64/PKGBUILD
(from rev 214572, avr-binutils/trunk/PKGBUILD)
  avr-binutils/repos/community-testing-x86_64/avr-size.patch
(from rev 214572, avr-binutils/trunk/avr-size.patch)

-+
 community-testing-i686/PKGBUILD |   84 
 community-testing-i686/avr-size.patch   |  523 ++
 community-testing-x86_64/PKGBUILD   |   84 
 community-testing-x86_64/avr-size.patch |  523 ++
 4 files changed, 1214 insertions(+)

Copied: avr-binutils/repos/community-testing-i686/PKGBUILD (from rev 214572, 
avr-binutils/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-03-02 17:22:55 UTC (rev 214573)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Brad Fanella 
+# Contributor: Corrado Primier 
+# Contributor: danst0 
+
+# Build order: avr-binutils -> avr-gcc -> avr-libc
+
+pkgname=avr-binutils
+pkgver=2.28
+pkgrel=1
+pkgdesc="A set of programs to assemble and manipulate binary and object files 
for the AVR architecture"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/binutils/";
+license=('GPL')
+depends=('glibc>=2.17' 'zlib' 'binutils')
+options=('!distcc' '!ccache')
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
+avr-size.patch)
+sha1sums=('f8b033731f6baa437d429c60e2623570f1ef9d6b'
+  'SKIP'
+  'b6d1ff7084b1f0a3fd2dee5383019ffb202e6c9a')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold
+
+_builddir=binutils-build
+
+prepare() {
+cd ${srcdir}/binutils-${pkgver}
+
+# See https://bugs.archlinux.org/task/32504
+# And https://bugs.archlinux.org/task/40986
+patch -Np0 < ${srcdir}/avr-size.patch
+
+# https://bugs.archlinux.org/task/34629
+sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+
+rm -rf ${srcdir}/${_builddir}
+mkdir ${srcdir}/${_builddir}
+}
+
+build() {
+cd ${srcdir}/binutils-${pkgver}
+
+config_guess=$(./config.guess)
+
+cd ${srcdir}/${_builddir}
+
+${srcdir}/binutils-${pkgver}/configure \
+--prefix=/usr \
+--with-lib-path=/usr/lib:/usr/local/lib \
+--with-bugurl=https://bugs.archlinux.org/ \
+--enable-ld=default \
+--enable-gold \
+--enable-plugins \
+--enable-threads \
+--with-pic \
+--enable-shared \
+--disable-werror \
+--disable-multilib \
+--build=${config_guess} \
+--target=avr \
+$CONFIGFLAG
+
+# This checks the host environment and makes sure all the necessary tools 
are available to compile Binutils.
+make configure-host
+
+make tooldir=/usr
+}
+
+package() {
+cd ${srcdir}/${_builddir}
+
+make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
+
+for bin in ar as nm objcopy objdump ranlib strip readelf; do
+rm -f ${pkgdir}/usr/bin/${bin}
+done
+
+for info in as bfd binutils gprof ld; do
+mv ${pkgdir}/usr/share/info/${info}.info 
${pkgdir}/usr/share/info/avr-${info}.info
+done
+
+rm -r ${pkgdir}/usr/share/locale
+}

Copied: avr-binutils/repos/community-testing-i686/avr-size.patch (from rev 
214572, avr-binutils/trunk/avr-size.patch)
===
--- community-testing-i686/avr-size.patch   (rev 0)
+++ community-testing-i686/avr-size.patch   2017-03-02 17:22:55 UTC (rev 
214573)
@@ -0,0 +1,523 @@
+AVR only; support -C for AVR memory usage
+
+Source: 
http://git.makehackvoid.com/cgi-bin/gitweb.cgi?p=mhvavrtools.git;a=blob_plain;f=mhvavrtools/patches/binutils-001-avr-size.patch;h=e80d28eae46217551d996a2253256c97d10aa4b5;hb=refs/heads/master
+===
+--- binutils/size.c2007-08-06 13:56:14.0 -0600
 binutils/size.c2007-09-13 09:13:10.28125 -0600
+@@ -36,10 +36,31 @@
+ #include "getopt.h"
+ #include "bucomm.h"
+ 
+-#ifndef BSD_DEFAULT
+-#define BSD_DEFAULT 1
++typedef enum
++{
++format_sysv = 0,
++format_bsd = 1,
++format_avr = 2,
++} format_type_t;
++
++
++/* Set the default format. */
++#define FORMAT_DEFAULT_SYSV 0
++#define FORMAT_DEFAULT_BSD 1
++#define FORMAT_DEFAULT_AVR 0
++
++#if FORMAT_DEFAULT_SYSV
++#define FORMAT_DEFAULT format_

[arch-commits] Commit in avr-binutils/trunk (PKGBUILD fix_relaxation.patch)

2017-03-02 Thread Anatol Pomozov
Date: Thursday, March 2, 2017 @ 17:22:26
  Author: anatolik
Revision: 214572

upgpkg: avr-binutils 2.28-1

Modified:
  avr-binutils/trunk/PKGBUILD
Deleted:
  avr-binutils/trunk/fix_relaxation.patch

--+
 PKGBUILD |   16 ---
 fix_relaxation.patch |  256 -
 2 files changed, 5 insertions(+), 267 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 17:21:58 UTC (rev 214571)
+++ PKGBUILD2017-03-02 17:22:26 UTC (rev 214572)
@@ -7,8 +7,8 @@
 # Build order: avr-binutils -> avr-gcc -> avr-libc
 
 pkgname=avr-binutils
-pkgver=2.27
-pkgrel=2
+pkgver=2.28
+pkgrel=1
 pkgdesc="A set of programs to assemble and manipulate binary and object files 
for the AVR architecture"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/binutils/";
@@ -16,14 +16,10 @@
 depends=('glibc>=2.17' 'zlib' 'binutils')
 options=('!distcc' '!ccache')
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
-avr-size.patch
-# fix for https://bugs.archlinux.org/task/49284
-# from 
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bf1865065f64af2f32798c0327143baf99634e8d
-fix_relaxation.patch)
-sha1sums=('6e472ddae565a2b1447e6f2393809bb8799982cf'
+avr-size.patch)
+sha1sums=('f8b033731f6baa437d429c60e2623570f1ef9d6b'
   'SKIP'
-  'b6d1ff7084b1f0a3fd2dee5383019ffb202e6c9a'
-  '3c43bc9d27ecb2773afd5859864bdfdb2706d7d7')
+  'b6d1ff7084b1f0a3fd2dee5383019ffb202e6c9a')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold
 
 _builddir=binutils-build
@@ -35,8 +31,6 @@
 # And https://bugs.archlinux.org/task/40986
 patch -Np0 < ${srcdir}/avr-size.patch
 
-patch -p1 < ${srcdir}/fix_relaxation.patch 
-
 # https://bugs.archlinux.org/task/34629
 sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
 

Deleted: fix_relaxation.patch
===
--- fix_relaxation.patch2017-03-02 17:21:58 UTC (rev 214571)
+++ fix_relaxation.patch2017-03-02 17:22:26 UTC (rev 214572)
@@ -1,256 +0,0 @@
-From bf1865065f64af2f32798c0327143baf99634e8d Mon Sep 17 00:00:00 2001
-From: Senthil Kumar Selvaraj 
-Date: Tue, 6 Sep 2016 12:28:37 +0530
-Subject: [PATCH] Fix PR ld/20545 - relaxation bugs in avr backend
-
-Prior to the patch, addends for relocs were being adjusted even if
-they went beyond an alignment boundary. This is wrong - to
-preserve alignment constraints, the relaxation logic adds as many padding
-bytes at the alignment boundary as was deleted, so addends beyond the
-boundary should not be adjusted. avr-prop-7.s reproduces this
-scenario.
-
-Also, prior to this patch, the relaxation logic assumed that the addr
-parameter pointed to the middle of the instruction to be deleted, and
-that addr - count would therefore be the shrinked instruction's
-address. This is true when actually shrinking instructions.
-
-The alignment constraints handling logic also invokes the same logic
-though, with addr as the starting offset of padding bytes and
-with count as the number of bytes to be deleted. Calculating the
-shrinked insn's address as addr - count is obviously wrong in this
-case - that offset would point to count bytes before the last
-non-padded byte. avr-prop-8.s reproduces this scenario.
-
-To fix scenario 1, the patch adds an additional check to ensure reloc addends
-aren't adjusted if they cross a shrink boundary. The shrink boundary
-is either the section size or an alignment boundary. Addends pointing
-at an alignment boundary don't need to be adjusted, as padding would
-occur and keep the boundary the same. Addends pointing at section size
-need to be adjusted though, as no padding occurs and the section size
-itself would get decremented. The patch records whether padding
-occured (did_pad) and uses that to detect and handle this condition.
-
-To fix scenario 2, the patch adds an additional parameter
-(delete_shrinks_insn) to elf32_avr_relax_delete_bytes to distinguish
-instruction bytes deletion from padding bytes deletion. It then uses that to
-correctly set shrinked_insn_address.
-
-bfd/ChangeLog:
-
-2016-09-02  Senthil Kumar Selvaraj  
-
-   PR ld/20545
-   * elf32-avr.c (elf32_avr_relax_delete_bytes): Add parameter
-   delete_shrinks_insn. Modify computation of shrinked_insn_address.
-   Compute shrink_boundary and adjust addend only if
-   addend_within_shrink_boundary.
-   (elf32_avr_relax_section): Modify calls to
-   elf32_avr_relax_delete_bytes to pass extra parameter.
-
-ld/ChangeLog:
-
-2016-09-02  Senthil Kumar Selvaraj  
-
-   PR ld/20545
-   * testsuite/ld-avr/avr-prop-7.d: New test.
-   * testsuite/ld-avr/avr-prop-7.s: New test.
-   * testsuite/ld-avr/avr-prop-8.d: New test.
-   * testsuite/ld-avr/avr-prop-8.s: New te

[arch-commits] Commit in aarch64-linux-gnu-binutils/repos (4 files)

2017-03-02 Thread Anatol Pomozov
Date: Thursday, March 2, 2017 @ 17:23:17
  Author: anatolik
Revision: 214574

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

Added:
  aarch64-linux-gnu-binutils/repos/community-testing-i686/
  aarch64-linux-gnu-binutils/repos/community-testing-i686/PKGBUILD
(from rev 214571, aarch64-linux-gnu-binutils/trunk/PKGBUILD)
  aarch64-linux-gnu-binutils/repos/community-testing-x86_64/
  aarch64-linux-gnu-binutils/repos/community-testing-x86_64/PKGBUILD
(from rev 214571, aarch64-linux-gnu-binutils/trunk/PKGBUILD)

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

Copied: aarch64-linux-gnu-binutils/repos/community-testing-i686/PKGBUILD (from 
rev 214571, aarch64-linux-gnu-binutils/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-03-02 17:23:17 UTC (rev 214574)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+_target=aarch64-linux-gnu
+pkgname=$_target-binutils
+pkgver=2.28
+pkgrel=1
+#_commit=2bd25930
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM64 target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
+sha1sums=('f8b033731f6baa437d429c60e2623570f1ef9d6b'
+  'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold 

+
+prepare() {
+  cd binutils-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  if [ "${CARCH}" != "i686" ];
+  then
+# enabling gold linker at i686 makes the install fail
+enable_gold='--enable-gold'
+  fi
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --disable-multilib \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  $enable_gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make -k LDFLAGS="" check || true
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,nlmconv,windres,windmc}*
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}

Copied: aarch64-linux-gnu-binutils/repos/community-testing-x86_64/PKGBUILD 
(from rev 214571, aarch64-linux-gnu-binutils/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-03-02 17:23:17 UTC (rev 214574)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+_target=aarch64-linux-gnu
+pkgname=$_target-binutils
+pkgver=2.28
+pkgrel=1
+#_commit=2bd25930
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM64 target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
+sha1sums=('f8b033731f6baa437d429c60e2623570f1ef9d6b'
+  'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold 

+
+prepare() {
+  cd binutils-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  if [ "${CARCH}" != "i686" ];
+  then
+# enabling gold linker at i686 makes the install fail
+enable_gold='--enable-gold'
+  fi
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --disable-multilib \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  $enable_gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make -k LDFLAGS="" check || true
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltoo

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

2017-03-02 Thread Lukas Fleischer
Date: Thursday, March 2, 2017 @ 18:57:35
  Author: lfleischer
Revision: 214575

upgpkg: opensmtpd 6.0.2p1-2

Switch to openssl-1.0

Modified:
  opensmtpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 17:23:17 UTC (rev 214574)
+++ PKGBUILD2017-03-02 18:57:35 UTC (rev 214575)
@@ -4,12 +4,12 @@
 
 pkgname=opensmtpd
 pkgver=6.0.2p1
-pkgrel=1
+pkgrel=2
 pkgdesc='Free implementation of the server-side SMTP protocol'
 arch=('i686' 'x86_64')
 url='http://www.opensmtpd.org/'
 license=('custom')
-depends=('libasr' 'libevent' 'openssl' 'pam')
+depends=('libasr' 'libevent' 'openssl-1.0' 'pam')
 provides=('smtp-server' 'smtp-forwarder')
 conflicts=('smtp-server' 'smtp-forwarder')
 backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
@@ -41,7 +41,10 @@
 --with-user-smtpd=smtpd \
 --with-user-queue=smtpq \
 --with-group-queue=smtpq \
---with-auth-pam
+--with-auth-pam \
+--with-libssl='/usr/lib/openssl-1.0' \
+--with-cflags='-I/usr/include/openssl-1.0'
+
   make
 }
 


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

2017-03-02 Thread Lukas Fleischer
Date: Thursday, March 2, 2017 @ 18:57:44
  Author: lfleischer
Revision: 214576

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

Added:
  opensmtpd/repos/community-staging-i686/
  opensmtpd/repos/community-staging-i686/PKGBUILD
(from rev 214575, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-staging-i686/opensmtpd.install
(from rev 214575, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-staging-i686/smtpd.service
(from rev 214575, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-staging-i686/smtpd.socket
(from rev 214575, opensmtpd/trunk/smtpd.socket)
  opensmtpd/repos/community-staging-x86_64/
  opensmtpd/repos/community-staging-x86_64/PKGBUILD
(from rev 214575, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-staging-x86_64/opensmtpd.install
(from rev 214575, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-staging-x86_64/smtpd.service
(from rev 214575, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-staging-x86_64/smtpd.socket
(from rev 214575, opensmtpd/trunk/smtpd.socket)

+
 community-staging-i686/PKGBUILD|   68 +++
 community-staging-i686/opensmtpd.install   |   26 ++
 community-staging-i686/smtpd.service   |   10 +++
 community-staging-i686/smtpd.socket|8 +++
 community-staging-x86_64/PKGBUILD  |   68 +++
 community-staging-x86_64/opensmtpd.install |   26 ++
 community-staging-x86_64/smtpd.service |   10 +++
 community-staging-x86_64/smtpd.socket  |8 +++
 8 files changed, 224 insertions(+)

Copied: opensmtpd/repos/community-staging-i686/PKGBUILD (from rev 214575, 
opensmtpd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 18:57:44 UTC (rev 214576)
@@ -0,0 +1,68 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Sébastien Luttringer
+# Contributor: parchd 
+
+pkgname=opensmtpd
+pkgver=6.0.2p1
+pkgrel=2
+pkgdesc='Free implementation of the server-side SMTP protocol'
+arch=('i686' 'x86_64')
+url='http://www.opensmtpd.org/'
+license=('custom')
+depends=('libasr' 'libevent' 'openssl-1.0' 'pam')
+provides=('smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')
+backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
+options=('emptydirs')
+install=opensmtpd.install
+source=("https://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz";
+'smtpd.service'
+'smtpd.socket')
+sha256sums=('2af9b6d08784c7e546bf124bb61e311a6aa0c9835507710a76f5c242383190ac'
+'3760f7268e776b696548e57f5f9e4d18ed19e8854dc0631c176a69d558a8b362'
+'32d46de5562d01de445d04c93bcc9f94bf103539b676e449c32e3603a3866cf8')
+
+prepare() {
+  sed -ri 's,/etc/mail,/etc/smtpd,g' "$pkgname-$pkgver/smtpd/smtpd.conf"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/smtpd \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/smtpd \
+--with-path-mbox=/var/spool/mail \
+--with-path-empty=/var/empty \
+--with-path-socket=/run \
+--with-path-CAfile=/etc/ssl/certs/ca-certificates.crt \
+--with-user-smtpd=smtpd \
+--with-user-queue=smtpq \
+--with-group-queue=smtpq \
+--with-auth-pam \
+--with-libssl='/usr/lib/openssl-1.0' \
+--with-cflags='-I/usr/include/openssl-1.0'
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+
+  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/sendmail"
+  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/mailq"
+  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/newaliases"
+  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/makemap"
+
+  # install license and systemd unit files
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 "$srcdir/smtpd.service" 
"$pkgdir/usr/lib/systemd/system/smtpd.service"
+  install -Dm644 "$srcdir/smtpd.socket" 
"$pkgdir/usr/lib/systemd/system/smtpd.socket"
+
+  # install an empty aliases file (used by the default config)
+  install -Dm644 /dev/null "$pkgdir/etc/smtpd/aliases"
+}

Copied: opensmtpd/repos/community-staging-i686/opensmtpd.install (from rev 
214575, opensmtpd/trunk/opensmtpd.install)
===
--- community-staging-i686/opensmtpd.install(rev 0)
+++ community-staging-i686/opensmtpd.install2017-03-02 18:57:44 UTC (rev 
214576)
@@ -0,0 +1,26 @@
+# arg 1:  the new package version
+post_install() {
+  # create users
+  getent group smtpq >/dev/null || groupadd  -r smtpq
+  getent passwd smtpd >/dev/null || useradd -c "SMTP Daemon" -d /var/empty -u 
91 -g 1 -s /bin/nologin smtpd
+  getent passwd smtpq >/dev/null || useradd -c "SMTPD Queue" -d /var/empty -u 
92 -g smtpq -s/bin/nologin 

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

2017-03-02 Thread Lukas Fleischer
Date: Thursday, March 2, 2017 @ 19:01:38
  Author: lfleischer
Revision: 214577

upgpkg: partimage 0.6.9-10

Switch to openssl-1.0.

Modified:
  partimage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 18:57:44 UTC (rev 214576)
+++ PKGBUILD2017-03-02 19:01:38 UTC (rev 214577)
@@ -6,12 +6,12 @@
 
 pkgname=partimage
 pkgver=0.6.9
-pkgrel=9
+pkgrel=10
 pkgdesc='Partition Image saves partitions in many formats to an image file.'
 arch=('i686' 'x86_64')
 url='http://www.partimage.org/'
 license=('GPL')
-depends=('libnewt' 'bzip2' 'openssl')
+depends=('libnewt' 'bzip2' 'openssl-1.0')
 backup=('etc/partimaged/partimagedusers')
 install='partimage.install'
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
@@ -35,7 +35,14 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-pam
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--with-ssl-lib='/usr/lib/openssl-1.0' \
+--with-ssl-headers='/usr/include/openssl-1.0' \
+--enable-pam
+
   make
   make pamfile
 }


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

2017-03-02 Thread Lukas Fleischer
Date: Thursday, March 2, 2017 @ 19:01:47
  Author: lfleischer
Revision: 214578

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

Added:
  partimage/repos/community-staging-i686/
  partimage/repos/community-staging-i686/PKGBUILD
(from rev 214577, partimage/trunk/PKGBUILD)
  partimage/repos/community-staging-i686/partimage-0.6.9-zlib-1.2.6.patch
(from rev 214577, partimage/trunk/partimage-0.6.9-zlib-1.2.6.patch)
  partimage/repos/community-staging-i686/partimage.install
(from rev 214577, partimage/trunk/partimage.install)
  partimage/repos/community-staging-i686/partimaged-gencrt
(from rev 214577, partimage/trunk/partimaged-gencrt)
  partimage/repos/community-staging-i686/partimaged.service
(from rev 214577, partimage/trunk/partimaged.service)
  partimage/repos/community-staging-i686/use-SSLv3-by-default.patch
(from rev 214577, partimage/trunk/use-SSLv3-by-default.patch)
  partimage/repos/community-staging-x86_64/
  partimage/repos/community-staging-x86_64/PKGBUILD
(from rev 214577, partimage/trunk/PKGBUILD)
  partimage/repos/community-staging-x86_64/partimage-0.6.9-zlib-1.2.6.patch
(from rev 214577, partimage/trunk/partimage-0.6.9-zlib-1.2.6.patch)
  partimage/repos/community-staging-x86_64/partimage.install
(from rev 214577, partimage/trunk/partimage.install)
  partimage/repos/community-staging-x86_64/partimaged-gencrt
(from rev 214577, partimage/trunk/partimaged-gencrt)
  partimage/repos/community-staging-x86_64/partimaged.service
(from rev 214577, partimage/trunk/partimaged.service)
  partimage/repos/community-staging-x86_64/use-SSLv3-by-default.patch
(from rev 214577, partimage/trunk/use-SSLv3-by-default.patch)

---+
 community-staging-i686/PKGBUILD   |   62 +
 community-staging-i686/partimage-0.6.9-zlib-1.2.6.patch   |   35 +
 community-staging-i686/partimage.install  |4 
 community-staging-i686/partimaged-gencrt  |   18 ++
 community-staging-i686/partimaged.service |   10 +
 community-staging-i686/use-SSLv3-by-default.patch |   80 
 community-staging-x86_64/PKGBUILD |   62 +
 community-staging-x86_64/partimage-0.6.9-zlib-1.2.6.patch |   35 +
 community-staging-x86_64/partimage.install|4 
 community-staging-x86_64/partimaged-gencrt|   18 ++
 community-staging-x86_64/partimaged.service   |   10 +
 community-staging-x86_64/use-SSLv3-by-default.patch   |   80 
 12 files changed, 418 insertions(+)

Copied: partimage/repos/community-staging-i686/PKGBUILD (from rev 214577, 
partimage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 19:01:47 UTC (rev 214578)
@@ -0,0 +1,62 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Roman Kyrylych 
+# Contributor: Sven Kauber 
+# Contributor: tardo 
+# Contributor: Daniel J Griffiths 
+
+pkgname=partimage
+pkgver=0.6.9
+pkgrel=10
+pkgdesc='Partition Image saves partitions in many formats to an image file.'
+arch=('i686' 'x86_64')
+url='http://www.partimage.org/'
+license=('GPL')
+depends=('libnewt' 'bzip2' 'openssl-1.0')
+backup=('etc/partimaged/partimagedusers')
+install='partimage.install'
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+'partimage-0.6.9-zlib-1.2.6.patch'
+'use-SSLv3-by-default.patch'
+'partimaged-gencrt'
+'partimaged.service')
+md5sums=('1bc046fd915c5debbafc85729464e513'
+ '202c4334766041d98c5f67c9d62c3063'
+ '77c33f779186cd25e7c6543348ca5009'
+ '2316b116227b07efb48266e660ca1ba1'
+ '5f8dae511cdfbf097409a45e9642a372')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -Np1 -i ../partimage-0.6.9-zlib-1.2.6.patch
+  patch -Np1 -i ../use-SSLv3-by-default.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--with-ssl-lib='/usr/lib/openssl-1.0' \
+--with-ssl-headers='/usr/include/openssl-1.0' \
+--enable-pam
+
+  make
+  make pamfile
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm0644 partimaged.pam "${pkgdir}/etc/pam.d/partimaged"
+  install -Dm0755 "${srcdir}/partimaged-gencrt" 
"${pkgdir}/usr/bin/partimaged-gencrt"
+
+  chmod 644 "${pkgdir}/etc/partimaged/partimagedusers"
+  chown 110:110 "${pkgdir}/etc/partimaged/partimagedusers"
+
+  install -Dm0644 ../partimaged.service 
"${pkgdir}/usr/lib/systemd/system/partimaged.service"
+}

Copied: partimage/repos/community-staging-i686/partimage-0.6.9-zlib-1.2.6.patch 
(from rev 214577, partimage/trunk/partimage-0.6.9-zlib-1.2.6.patc

[arch-commits] Commit in sage-notebook-exporter/trunk (PKGBUILD)

2017-03-02 Thread Antonio Rojas
Date: Thursday, March 2, 2017 @ 19:51:27
  Author: arojas
Revision: 214579

Update to 3.1

Modified:
  sage-notebook-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 19:01:47 UTC (rev 214578)
+++ PKGBUILD2017-03-02 19:51:27 UTC (rev 214579)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=sage-notebook-exporter
-pkgver=3.0
+pkgver=3.1
 pkgrel=1
 pkgdesc="Jupyter extension to export notebooks from SageNB"
 arch=(any)
@@ -11,7 +11,7 @@
 depends=(jupyter-nbconvert ipython python-six)
 makedepends=(python-setuptools)
 source=("https://github.com/vbraun/ExportSageNB/archive/v$pkgver.tar.gz";)
-md5sums=('17bf96c792a5e865e618745bbcb70975')
+md5sums=('576acf6fe20bb754795ea4230dda435d')
 
 package() {
   cd ExportSageNB-$pkgver


[arch-commits] Commit in sage-notebook-exporter/repos/community-any (2 files)

2017-03-02 Thread Antonio Rojas
Date: Thursday, March 2, 2017 @ 19:51:55
  Author: arojas
Revision: 214580

archrelease: copy trunk to community-any

Added:
  sage-notebook-exporter/repos/community-any/PKGBUILD
(from rev 214579, sage-notebook-exporter/trunk/PKGBUILD)
Deleted:
  sage-notebook-exporter/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-02 19:51:27 UTC (rev 214579)
+++ PKGBUILD2017-03-02 19:51:55 UTC (rev 214580)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 182622 2016-07-10 18:58:46Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=sage-notebook-exporter
-pkgver=3.0
-pkgrel=1
-pkgdesc="Jupyter extension to export notebooks from SageNB"
-arch=(any)
-url="https://github.com/vbraun/ExportSageNB";
-license=(GPL3)
-depends=(jupyter-nbconvert ipython python-six)
-makedepends=(python-setuptools)
-source=("https://github.com/vbraun/ExportSageNB/archive/v$pkgver.tar.gz";)
-md5sums=('17bf96c792a5e865e618745bbcb70975')
-
-package() {
-  cd ExportSageNB-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: sage-notebook-exporter/repos/community-any/PKGBUILD (from rev 214579, 
sage-notebook-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-02 19:51:55 UTC (rev 214580)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 182622 2016-07-10 18:58:46Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=sage-notebook-exporter
+pkgver=3.1
+pkgrel=1
+pkgdesc="Jupyter extension to export notebooks from SageNB"
+arch=(any)
+url="https://github.com/vbraun/ExportSageNB";
+license=(GPL3)
+depends=(jupyter-nbconvert ipython python-six)
+makedepends=(python-setuptools)
+source=("https://github.com/vbraun/ExportSageNB/archive/v$pkgver.tar.gz";)
+md5sums=('576acf6fe20bb754795ea4230dda435d')
+
+package() {
+  cd ExportSageNB-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in arc-gtk-theme/repos/community-any (PKGBUILD PKGBUILD)

2017-03-02 Thread NicoHood
Date: Thursday, March 2, 2017 @ 20:09:09
  Author: nicohood
Revision: 214582

archrelease: copy trunk to community-any

Added:
  arc-gtk-theme/repos/community-any/PKGBUILD
(from rev 214581, arc-gtk-theme/trunk/PKGBUILD)
Deleted:
  arc-gtk-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-02 20:08:56 UTC (rev 214581)
+++ PKGBUILD2017-03-02 20:09:09 UTC (rev 214582)
@@ -1,46 +0,0 @@
-# Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: zach 
-# Contributor: Gordian Edenhofer 
-
-pkgbase=arc-gtk-theme
-_pkgname=arc-theme
-pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
-pkgver=20161119
-pkgrel=1
-arch=('any')
-url="https://github.com/horst3180/${_pkgname}";
-license=('GPL3')
-depends=('gtk3' 'gtk-engine-murrine')
-optdepends=('arc-icon-theme')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/horst3180/${_pkgname}/archive/${pkgver}.tar.gz";
-"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/horst3180/${_pkgname}/releases/download/20161119/${_pkgname}-${pkgver}.tar.gz.asc";)
-validpgpkeys=('A46FD8E741A2A075898462CDC57DFF0D28DAAE97')
-sha512sums=('996d8583c4de654dc5979703c85ad3a0eeebef435a264df1b2c8044b9e62f4f74561294a16c5ebf9a213ec5ff7c23f94a360a76502321836bbb83b7396765da0'
-'SKIP')
-
-build() {
-cd "${_pkgname}-$pkgver"
-./autogen.sh --prefix=/usr
-}
-
-package_arc-gtk-theme() {
-pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and 
Gnome-Shell"
-replaces=('gtk-theme-arc')
-
-cd "${_pkgname}-$pkgver"
-./configure --prefix=/usr
-make DESTDIR="${pkgdir}" install
-}
-
-package_arc-solid-gtk-theme() {
-pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell (without 
transparency)"
-conflicts=('arc-gtk-theme' 'gtk-theme-arc')
-provides=('arc-gtk-theme')
-replaces=('gtk-theme-arc-solid')
-
-cd "${_pkgname}-$pkgver"
-./configure --prefix=/usr --disable-transparency
-make DESTDIR="${pkgdir}" install
-}

Copied: arc-gtk-theme/repos/community-any/PKGBUILD (from rev 214581, 
arc-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-02 20:09:09 UTC (rev 214582)
@@ -0,0 +1,46 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: zach 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=arc-gtk-theme
+_pkgname=arc-theme
+pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
+pkgver=20170302
+pkgrel=1
+arch=('any')
+url="https://github.com/horst3180/${_pkgname}";
+license=('GPL3')
+depends=('gtk3' 'gtk-engine-murrine')
+optdepends=('arc-icon-theme')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/horst3180/${_pkgname}/archive/${pkgver}.tar.gz";
+
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/horst3180/${_pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz.asc";)
+validpgpkeys=('A46FD8E741A2A075898462CDC57DFF0D28DAAE97')
+sha512sums=('99408a7c4db2bd2d81453e308ae5d9bc9bfda4f11e57191936f985de2937debff76c4d1f37a97ac8f5ad3751401ee8ad02457e4558b9c4aedc2bfeba1736ef03'
+'SKIP')
+
+build() {
+cd "${_pkgname}-$pkgver"
+./autogen.sh --prefix=/usr
+}
+
+package_arc-gtk-theme() {
+pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and 
Gnome-Shell"
+replaces=('gtk-theme-arc')
+
+cd "${_pkgname}-$pkgver"
+./configure --prefix=/usr
+make DESTDIR="${pkgdir}" install
+}
+
+package_arc-solid-gtk-theme() {
+pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell (without 
transparency)"
+conflicts=('arc-gtk-theme' 'gtk-theme-arc')
+provides=('arc-gtk-theme')
+replaces=('gtk-theme-arc-solid')
+
+cd "${_pkgname}-$pkgver"
+./configure --prefix=/usr --disable-transparency
+make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2017-03-02 Thread NicoHood
Date: Thursday, March 2, 2017 @ 20:08:56
  Author: nicohood
Revision: 214581

upgpkg: arc-gtk-theme 20170302-1

Modified:
  arc-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 19:51:55 UTC (rev 214580)
+++ PKGBUILD2017-03-02 20:08:56 UTC (rev 214581)
@@ -7,7 +7,7 @@
 pkgbase=arc-gtk-theme
 _pkgname=arc-theme
 pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
-pkgver=20161119
+pkgver=20170302
 pkgrel=1
 arch=('any')
 url="https://github.com/horst3180/${_pkgname}";
@@ -15,9 +15,9 @@
 depends=('gtk3' 'gtk-engine-murrine')
 optdepends=('arc-icon-theme')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/horst3180/${_pkgname}/archive/${pkgver}.tar.gz";
-"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/horst3180/${_pkgname}/releases/download/20161119/${_pkgname}-${pkgver}.tar.gz.asc";)
+
"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/horst3180/${_pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz.asc";)
 validpgpkeys=('A46FD8E741A2A075898462CDC57DFF0D28DAAE97')
-sha512sums=('996d8583c4de654dc5979703c85ad3a0eeebef435a264df1b2c8044b9e62f4f74561294a16c5ebf9a213ec5ff7c23f94a360a76502321836bbb83b7396765da0'
+sha512sums=('99408a7c4db2bd2d81453e308ae5d9bc9bfda4f11e57191936f985de2937debff76c4d1f37a97ac8f5ad3751401ee8ad02457e4558b9c4aedc2bfeba1736ef03'
 'SKIP')
 
 build() {


[arch-commits] Commit in postgis/trunk (PKGBUILD postgis.changelog)

2017-03-02 Thread Jaroslav Lichtblau
Date: Thursday, March 2, 2017 @ 20:31:51
  Author: jlichtblau
Revision: 214583

upgpkg: postgis 2.3.2-1 - new upstream release

Modified:
  postgis/trunk/PKGBUILD
  postgis/trunk/postgis.changelog

---+
 PKGBUILD  |4 ++--
 postgis.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 20:09:09 UTC (rev 214582)
+++ PKGBUILD2017-03-02 20:31:51 UTC (rev 214583)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=postgis
-pkgver=2.3.1
+pkgver=2.3.2
 pkgrel=1
 pkgdesc="Adds support for geographic objects to PostgreSQL"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 changelog=$pkgname.changelog
 options=('!makeflags')
 source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('4c8d6bda93cd4aa690e98b97d67334b55f37eb1df55df3c70a717433050ca275')
+sha256sums=('e92e34c18f078a3d1a2503cd870efdc4fa9e134f0bcedbbbdb8b46b0e6af09e4')
 
 build() {
   cd ${pkgname}-${pkgver}

Modified: postgis.changelog
===
--- postgis.changelog   2017-03-02 20:09:09 UTC (rev 214582)
+++ postgis.changelog   2017-03-02 20:31:51 UTC (rev 214583)
@@ -1,3 +1,6 @@
+2017-03-02 Jaroslav Lichtblau 
+* postgis-2.3.2-1
+
 2016-12-12 Jaroslav Lichtblau 
 * postgis-2.3.1-1
 


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

2017-03-02 Thread Jaroslav Lichtblau
Date: Thursday, March 2, 2017 @ 20:32:08
  Author: jlichtblau
Revision: 214584

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

Added:
  postgis/repos/community-testing-i686/
  postgis/repos/community-testing-i686/PKGBUILD
(from rev 214583, postgis/trunk/PKGBUILD)
  postgis/repos/community-testing-i686/postgis.changelog
(from rev 214583, postgis/trunk/postgis.changelog)
  postgis/repos/community-testing-x86_64/
  postgis/repos/community-testing-x86_64/PKGBUILD
(from rev 214583, postgis/trunk/PKGBUILD)
  postgis/repos/community-testing-x86_64/postgis.changelog
(from rev 214583, postgis/trunk/postgis.changelog)

+
 community-testing-i686/PKGBUILD|   30 ++
 community-testing-i686/postgis.changelog   |   80 +++
 community-testing-x86_64/PKGBUILD  |   30 ++
 community-testing-x86_64/postgis.changelog |   80 +++
 4 files changed, 220 insertions(+)

Copied: postgis/repos/community-testing-i686/PKGBUILD (from rev 214583, 
postgis/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-03-02 20:32:08 UTC (rev 214584)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=postgis
+pkgver=2.3.2
+pkgrel=1
+pkgdesc="Adds support for geographic objects to PostgreSQL"
+arch=('i686' 'x86_64')
+url="http://postgis.net/";
+license=('GPL')
+depends=('postgresql' 'gdal' 'json-c' 'proj')
+changelog=$pkgname.changelog
+options=('!makeflags')
+source=(http://download.osgeo.org/postgis/source/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e92e34c18f078a3d1a2503cd870efdc4fa9e134f0bcedbbbdb8b46b0e6af09e4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: postgis/repos/community-testing-i686/postgis.changelog (from rev 
214583, postgis/trunk/postgis.changelog)
===
--- community-testing-i686/postgis.changelog(rev 0)
+++ community-testing-i686/postgis.changelog2017-03-02 20:32:08 UTC (rev 
214584)
@@ -0,0 +1,80 @@
+2017-03-02 Jaroslav Lichtblau 
+* postgis-2.3.2-1
+
+2016-12-12 Jaroslav Lichtblau 
+* postgis-2.3.1-1
+
+2016-11-21 Jaroslav Lichtblau 
+* postgis-2.3.0-2 postgresql 9.6.1 rebuild
+
+2016-09-30 Jaroslav Lichtblau 
+* postgis-2.3.0-1
+
+2016-09-14 Jaroslav Lichtblau 
+* postgis-2.2.2-2 proj 4.9.3 rebuild
+
+2016-05-16 Jaroslav Lichtblau 
+* postgis-2.2.2-1
+
+2016-01-22 Jaroslav Lichtblau 
+* postgis-2.2.1-2 postgresql 9.5 rebuild
+
+2016-01-09 Jaroslav Lichtblau 
+* postgis-2.2.1-1
+
+2015-10-22 Jaroslav Lichtblau 
+* postgis-2.2.0-1
+
+2015-09-12 Jaroslav Lichtblau 
+* postgis-2.1.8-1
+
+2015-06-28 Jaroslav Lichtblau 
+* postgis-2.1.5-2 gdal 2.0.0 rebuild
+
+2015-03-14 Jaroslav Lichtblau 
+* postgis-2.1.5-2 proj soname rebuild
+
+2015-01-20 Jaroslav Lichtblau 
+* postgis-2.1.5-1
+
+2014-09-12 Jaroslav Lichtblau 
+* postgis-2.1.4-1
+
+2014-05-25 Jaroslav Lichtblau 
+* postgis-2.1.3-1
+
+2014-04-02 Jaroslav Lichtblau 
+* postgis-2.1.2-1
+
+2013-11-11 Jaroslav Lichtblau 
+* postgis-2.1.1-1
+
+2013-08-22 Maxime Gauduin 
+* postgis-2.1.0-1
+* Fixes FS#35816
+
+2013-06-15 Jaroslav Lichtblau 
+* postgis-2.0.3-1
+
+2013-01-05 Jaroslav Lichtblau 
+* postgis-2.0.2-1
+
+2012-09-24 Dan McGee 
+* Rebuild for PostgreSQL 9.2.x
+* Update to minor release 2.0.1
+
+2012-05-31 Andrea Scarpino 
+* Add JSON-C support
+* Build utils (FS#25836)
+
+2012-05-31 Andrea Scarpino 
+* Update to major release 2.0.0-1
+
+2011-10-26 Jaroslav Lichtblau 
+* FS#26159 fix in postgis-1.5.3-2
+
+2010-10-30 Jaroslav Lichtblau 
+* Update to major release 1.5.2
+
+2010-03-21 Jaroslav Lichtblau 
+* Update to major release 1.5.1

Copied: postgis/repos/community-testing-x86_64/PKGBUILD (from rev 214583, 
postgis/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-03-02 20:32:08 UTC (rev 214584)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=postgis
+pkgver=2.3.2
+pkgrel=1
+pkgdesc="Adds support for geographic objects to PostgreSQL"
+arch=('i686' 'x86_64')
+url="http://postgis.net/";
+license=('GPL')
+depends=('postgresql' 'gdal' 'json-c' 'proj')
+changelog=$pkgname.changelog
+options=('!makeflags')
+source=(http://download.osgeo.org/postgis/source/${pk

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

2017-03-02 Thread Jaroslav Lichtblau
Date: Thursday, March 2, 2017 @ 20:33:07
  Author: jlichtblau
Revision: 214585

upgpkg: youtube-dl 2017.03.02-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 20:32:08 UTC (rev 214584)
+++ PKGBUILD2017-03-02 20:33:07 UTC (rev 214585)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.02.28
+pkgver=2017.03.02
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('495aad98ae067b0edeb532c4ab5cdb9cfe9c7871b12e632f6df3c32934ba96a4'
+sha256sums=('2f010132da4cc3e67582f89eff9bc4bb4c0e7b60c0ddba101370d97eafc50639'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 


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

2017-03-02 Thread Jaroslav Lichtblau
Date: Thursday, March 2, 2017 @ 20:33:30
  Author: jlichtblau
Revision: 214586

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 214585, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-02 20:33:07 UTC (rev 214585)
+++ PKGBUILD2017-03-02 20:33:30 UTC (rev 214586)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2017.02.28
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('495aad98ae067b0edeb532c4ab5cdb9cfe9c7871b12e632f6df3c32934ba96a4'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 214585, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-02 20:33:30 UTC (rev 214586)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2017.03.02
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('2f010132da4cc3e67582f89eff9bc4bb4c0e7b60c0ddba101370d97eafc50639'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-03-02 Thread Jan Steffens
Date: Thursday, March 2, 2017 @ 20:48:06
  Author: heftig
Revision: 289895

1.6.0-1

Modified:
  graphene/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 17:12:02 UTC (rev 289894)
+++ PKGBUILD2017-03-02 20:48:06 UTC (rev 289895)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
  
 pkgname=graphene
-pkgver=1.4.0
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="A thin layer of graphic data types"
 url="https://github.com/ebassi/graphene";
@@ -9,32 +9,37 @@
 arch=(i686 x86_64)
 license=(MIT)
 depends=(glib2)
-makedepends=(git gtk-doc gobject-introspection)
-source=("git+$url#tag=$pkgver")
-md5sums=('SKIP')
+makedepends=(git gtk-doc gobject-introspection meson)
+_commit=aa40018fa12905d024b85293ef49bfc7af1b5627  # tags/1.6.0^0
+source=("git+https://github.com/ebassi/graphene#commit=$_commit";)
+sha256sums=('SKIP')
 
-_confargs=
-[[ $CARCH == i686 ]] && _confargs=--disable-sse2
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
 
 prepare() {
+  mkdir build
   cd $pkgname
-  sed -i '1s/python$/&2/' build/identfilter.py
-  NOCONFIGURE=1 ./autogen.sh
 }
  
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --enable-gtk-doc $_confargs
-  make
+  cd build
+  export LANG=en_US.UTF-8
+  meson --prefix=/usr --buildtype=plain ../$pkgname --libexecdir=/usr/lib 
-Denable-gtk-doc=true
+  ninja
 }
 
 check() {
-  cd $pkgname
-  make check
+  cd build
+  ninja test
 }
  
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  cd build
+  DESTDIR="$pkgdir" ninja install
+
+  cd ../$pkgname
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


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

2017-03-02 Thread Jan Steffens
Date: Thursday, March 2, 2017 @ 20:55:59
  Author: heftig
Revision: 289896

--buildtype=release

Modified:
  graphene/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 20:48:06 UTC (rev 289895)
+++ PKGBUILD2017-03-02 20:55:59 UTC (rev 289896)
@@ -27,7 +27,7 @@
 build() {
   cd build
   export LANG=en_US.UTF-8
-  meson --prefix=/usr --buildtype=plain ../$pkgname --libexecdir=/usr/lib 
-Denable-gtk-doc=true
+  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib 
-Denable-gtk-doc=true
   ninja
 }
 


  1   2   >