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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 05:52:37
  Author: felixonmars
Revision: 227953

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

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

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

Copied: haskell-authenticate/repos/community-staging-i686/PKGBUILD (from rev 
227952, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-14 05:52:37 UTC (rev 227953)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=76
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
227952, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-14 05:52:37 UTC (rev 227953)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=76
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* 

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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 05:51:45
  Author: felixonmars
Revision: 227952

upgpkg: haskell-authenticate 1.3.3.2-76

rebuild with http-client-tls,0.3.4.2

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-14 05:48:48 UTC (rev 227951)
+++ PKGBUILD2017-05-14 05:51:45 UTC (rev 227952)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=75
+pkgrel=76
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 05:48:48
  Author: felixonmars
Revision: 227951

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

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

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

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
227950, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-14 05:48:48 UTC (rev 227951)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3.1
+pkgrel=26
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('53ae16c601f980f323f2b24a32a776f9867b6b595e6e1929d440d1549715ca0e')
+
+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-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
227950, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-14 05:48:48 UTC (rev 227951)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3.1
+pkgrel=26
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('53ae16c601f980f323f2b24a32a776f9867b6b595e6e1929d440d1549715ca0e')
+
+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   

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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 05:47:48
  Author: felixonmars
Revision: 227950

upgpkg: haskell-http-conduit 2.2.3.1-26

rebuild with http-client-tls,0.3.4.2

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-14 05:43:49 UTC (rev 227949)
+++ PKGBUILD2017-05-14 05:47:48 UTC (rev 227950)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.2.3.1
-pkgrel=25
+pkgrel=26
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit;
 license=("custom:BSD3")


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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 05:43:49
  Author: felixonmars
Revision: 227949

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

Added:
  hopenpgp-tools/repos/community-staging-i686/
  hopenpgp-tools/repos/community-staging-i686/PKGBUILD
(from rev 227948, hopenpgp-tools/trunk/PKGBUILD)
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 227948, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-i686/PKGBUILD (from rev 227948, 
hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-14 05:43:49 UTC (rev 227949)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=86
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" 
"haskell-ansi-wl-pprint"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-binary-conduit"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" 
"haskell-cryptohash"
+ "haskell-errors" "haskell-fgl" "haskell-graphviz" 
"haskell-hopenpgp"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" 
"haskell-openpgp-asciiarmor"
+ "haskell-optparse-applicative" "haskell-resourcet" "haskell-text"
+ "haskell-time-locale-compat" "haskell-wl-pprint-extras" 
"haskell-wl-pprint-terminfo"
+ "haskell-yaml")
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
227948, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-14 05:43:49 UTC (rev 227949)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=86
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" 
"haskell-ansi-wl-pprint"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-binary-conduit"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" 
"haskell-cryptohash"
+ "haskell-errors" "haskell-fgl" "haskell-graphviz" 
"haskell-hopenpgp"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" 
"haskell-openpgp-asciiarmor"
+ "haskell-optparse-applicative" "haskell-resourcet" "haskell-text"
+ "haskell-time-locale-compat" "haskell-wl-pprint-extras" 
"haskell-wl-pprint-terminfo"
+ "haskell-yaml")
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 05:42:57
  Author: felixonmars
Revision: 227948

upgpkg: hopenpgp-tools 0.19.4-86

rebuild with http-client-tls,0.3.4.2

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-14 05:36:10 UTC (rev 227947)
+++ PKGBUILD2017-05-14 05:42:57 UTC (rev 227948)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.4
-pkgrel=85
+pkgrel=86
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 05:36:10
  Author: felixonmars
Revision: 227947

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

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

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

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 227946, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-14 05:36:10 UTC (rev 227947)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=93
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+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 -f-mtl-compat
+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-dav/repos/community-staging-x86_64/PKGBUILD (from rev 227946, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-14 05:36:10 UTC (rev 227947)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=93
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+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 -f-mtl-compat
+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 

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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 05:35:15
  Author: felixonmars
Revision: 227946

upgpkg: haskell-dav 1.3.1-93

rebuild with http-client-tls,0.3.4.2

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-14 05:31:32 UTC (rev 227945)
+++ PKGBUILD2017-05-14 05:35:15 UTC (rev 227946)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=92
+pkgrel=93
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 05:31:32
  Author: felixonmars
Revision: 227945

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

Added:
  haskell-http-client-tls/repos/community-staging-i686/
  haskell-http-client-tls/repos/community-staging-i686/PKGBUILD
(from rev 227944, haskell-http-client-tls/trunk/PKGBUILD)
  haskell-http-client-tls/repos/community-staging-x86_64/
  haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 227944, haskell-http-client-tls/trunk/PKGBUILD)

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

Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 
227944, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-14 05:31:32 UTC (rev 227945)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.4.2
+pkgrel=1
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" 
"haskell-network-uri"
+ "haskell-text" "haskell-tls")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4686a87c14476d72a871606970390d3b183a28655bbe009cea7eb32fbf45f9998d1d8db5e1253f09d8e5fe543a18990762972757d03812d7adefc9748ce9285e')
+
+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-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 227944, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-14 05:31:32 UTC (rev 227945)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.4.2
+pkgrel=1
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" 
"haskell-network-uri"
+ "haskell-text" "haskell-tls")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4686a87c14476d72a871606970390d3b183a28655bbe009cea7eb32fbf45f9998d1d8db5e1253f09d8e5fe543a18990762972757d03812d7adefc9748ce9285e')
+
+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' 

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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 05:30:39
  Author: felixonmars
Revision: 227944

upgpkg: haskell-http-client-tls 0.3.4.2-1

rebuild with http-client-tls,0.3.4.2

Modified:
  haskell-http-client-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-14 04:30:16 UTC (rev 227943)
+++ PKGBUILD2017-05-14 05:30:39 UTC (rev 227944)
@@ -4,8 +4,8 @@
 
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
-pkgver=0.3.4.1
-pkgrel=7
+pkgver=0.3.4.2
+pkgrel=1
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")
@@ -15,7 +15,7 @@
  "haskell-http-types" "haskell-memory" "haskell-network" 
"haskell-network-uri"
  "haskell-text" "haskell-tls")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('37df18ed93161560d0a30b5f2f7ffe405fa1b7ea6466d5284ef25114bd0eea6c7df33ed17e3c3085237058b55d1907eccbb9bff209106e012a53d98abb91062e')
+sha512sums=('4686a87c14476d72a871606970390d3b183a28655bbe009cea7eb32fbf45f9998d1d8db5e1253f09d8e5fe543a18990762972757d03812d7adefc9748ce9285e')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 03:20:53
  Author: felixonmars
Revision: 227939

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 227938, haskell-yesod-auth/trunk/PKGBUILD)
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 227938, 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 
227938, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-14 03:20:53 UTC (rev 227939)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17.1
+pkgrel=1
+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;)
+sha512sums=('8656bfa271557b2f0baff603bb38e8ad496ee4a1e04965ce6d09094d2b7ad85fd344ebee5156f69726323b380fd8d0b40e00f67c7b00b1e15028004b0bcec75d')
+
+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 
227938, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-14 03:20:53 UTC (rev 227939)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17.1
+pkgrel=1
+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"
+ 

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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 03:19:53
  Author: felixonmars
Revision: 227938

upgpkg: haskell-yesod-auth 1.4.17.1-1

rebuild with yesod-form,1.4.12 yesod-auth,1.4.17.1

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-14 03:11:24 UTC (rev 227937)
+++ PKGBUILD2017-05-14 03:19:53 UTC (rev 227938)
@@ -4,8 +4,8 @@
 
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
-pkgver=1.4.17
-pkgrel=44
+pkgver=1.4.17.1
+pkgrel=1
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")
@@ -21,7 +21,7 @@
  "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=('444a9b4b913e5f7addb1b9c5aa778f32d2b9e040d9b1c4d8a232fae908392891')
+sha512sums=('8656bfa271557b2f0baff603bb38e8ad496ee4a1e04965ce6d09094d2b7ad85fd344ebee5156f69726323b380fd8d0b40e00f67c7b00b1e15028004b0bcec75d')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 03:11:24
  Author: felixonmars
Revision: 227937

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 227936, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 227936, 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 227936, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-14 03:11:24 UTC (rev 227937)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170510
+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;)
+sha512sums=('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 227936, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-14 03:11:24 UTC (rev 227937)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170510
+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" 

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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 03:10:25
  Author: felixonmars
Revision: 227936

upgpkg: git-annex 6.20170510-2

rebuild with yesod-form,1.4.12 yesod-auth,1.4.17.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-14 03:04:16 UTC (rev 227935)
+++ PKGBUILD2017-05-14 03:10:25 UTC (rev 227936)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170510
-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 python2-backports.functools_lru_cache/repos/extra-any (2 files)

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 03:06:22
  Author: felixonmars
Revision: 295975

archrelease: copy trunk to extra-any

Added:
  python2-backports.functools_lru_cache/repos/extra-any/PKGBUILD
(from rev 295974, python2-backports.functools_lru_cache/trunk/PKGBUILD)
Deleted:
  python2-backports.functools_lru_cache/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-14 03:05:28 UTC (rev 295974)
+++ PKGBUILD2017-05-14 03:06:22 UTC (rev 295975)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Crass00 
-
-pkgname=python2-backports.functools_lru_cache
-pkgver=1.3
-pkgrel=1
-pkgdesc="Backport of functools.lru_cache from Python 3.3"
-arch=('any')
-url="https://github.com/jaraco/backports.functools_lru_cache;
-license=('MIT')
-depends=('python2-backports')
-makedepends=('python2-setuptools-scm')
-checkdepends=('python2-pytest-runner')
-optdepends=('python2-ipaddress: for IPAddress ServerAltnames support')
-source=("https://pypi.io/packages/source/b/backports.functools_lru_cache/backports.functools_lru_cache-$pkgver.tar.gz;)
-sha256sums=('444a21bcec4ae177da554321f81a78dc879eaa8f6ea9920cb904830585d31e95')
-
-build() {
-  cd backports.functools_lru_cache-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd backports.functools_lru_cache-$pkgver
-  python2 setup.py ptr
-}
-
-package() {
-  cd backports.functools_lru_cache-$pkgver
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python2-backports.functools_lru_cache/repos/extra-any/PKGBUILD (from 
rev 295974, python2-backports.functools_lru_cache/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-14 03:06:22 UTC (rev 295975)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Crass00 
+
+pkgname=python2-backports.functools_lru_cache
+pkgver=1.4
+pkgrel=1
+pkgdesc="Backport of functools.lru_cache from Python 3.3"
+arch=('any')
+url="https://github.com/jaraco/backports.functools_lru_cache;
+license=('MIT')
+depends=('python2-backports')
+makedepends=('python2-setuptools-scm')
+checkdepends=('python2-pytest-runner')
+optdepends=('python2-ipaddress: for IPAddress ServerAltnames support')
+source=("https://pypi.io/packages/source/b/backports.functools_lru_cache/backports.functools_lru_cache-$pkgver.tar.gz;)
+sha512sums=('78dcd12f392bc110d1556f567a9f8fe977fa4ddc98a2121ceaf43606687171866832b8d32220dfb4ca335f53e89acecabda9e48ad48571f1741b21ab2d3b8a21')
+
+build() {
+  cd backports.functools_lru_cache-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd backports.functools_lru_cache-$pkgver
+  python2 setup.py pytest
+}
+
+package() {
+  cd backports.functools_lru_cache-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in python2-backports.functools_lru_cache/trunk (PKGBUILD)

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 03:05:28
  Author: felixonmars
Revision: 295974

upgpkg: python2-backports.functools_lru_cache 1.4-1

Modified:
  python2-backports.functools_lru_cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 19:37:57 UTC (rev 295973)
+++ PKGBUILD2017-05-14 03:05:28 UTC (rev 295974)
@@ -3,7 +3,7 @@
 # Contributor: Crass00 
 
 pkgname=python2-backports.functools_lru_cache
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 pkgdesc="Backport of functools.lru_cache from Python 3.3"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python2-pytest-runner')
 optdepends=('python2-ipaddress: for IPAddress ServerAltnames support')
 
source=("https://pypi.io/packages/source/b/backports.functools_lru_cache/backports.functools_lru_cache-$pkgver.tar.gz;)
-sha256sums=('444a21bcec4ae177da554321f81a78dc879eaa8f6ea9920cb904830585d31e95')
+sha512sums=('78dcd12f392bc110d1556f567a9f8fe977fa4ddc98a2121ceaf43606687171866832b8d32220dfb4ca335f53e89acecabda9e48ad48571f1741b21ab2d3b8a21')
 
 build() {
   cd backports.functools_lru_cache-$pkgver
@@ -23,7 +23,7 @@
 
 check() {
   cd backports.functools_lru_cache-$pkgver
-  python2 setup.py ptr
+  python2 setup.py pytest
 }
 
 package() {


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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 03:04:16
  Author: felixonmars
Revision: 227935

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-14 03:03:28 UTC (rev 227934)
+++ PKGBUILD2017-05-14 03:04:16 UTC (rev 227935)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-freezegun
-pkgname=('python-freezegun' 'python2-freezegun')
-pkgver=0.3.8
-pkgrel=2
-pkgdesc="Let your Python tests travel through time"
-arch=('any')
-license=('Apache')
-url="https://github.com/spulec/freezegun;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-  'python-coverage' 'python2-coverage' 'python-dateutil' 
'python2-dateutil')
-source=("git+https://github.com/spulec/freezegun.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a freezegun{,-py2}
-}
-
-build() {
-  cd "$srcdir"/freezegun
-  python setup.py build
-
-  cd "$srcdir"/freezegun-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/freezegun
-  nosetests3
-
-  cd "$srcdir"/freezegun-py2
-  nosetests2
-}
-
-package_python-freezegun() {
-  depends=('python-dateutil')
-
-  cd freezegun
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-freezegun() {
-  depends=('python2-dateutil')
-
-  cd freezegun-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-freezegun/repos/community-any/PKGBUILD (from rev 227934, 
python-freezegun/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-14 03:04:16 UTC (rev 227935)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-freezegun
+pkgname=('python-freezegun' 'python2-freezegun')
+pkgver=0.3.9
+pkgrel=1
+pkgdesc="Let your Python tests travel through time"
+arch=('any')
+license=('Apache')
+url="https://github.com/spulec/freezegun;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
+  'python-coverage' 'python2-coverage' 'python-dateutil' 
'python2-dateutil')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/spulec/freezegun/archive/$pkgver.tar.gz;)
+sha512sums=('416069c682a72251fbf5360826618225b09311eb2f739f2773a668bfc0b1174e6fed27272cf5b06887632661aac670a9035be371fa8e585334e97cae55f690d4')
+
+prepare() {
+  cp -a freezegun-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/freezegun-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/freezegun-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/freezegun-$pkgver
+  nosetests3
+
+  cd "$srcdir"/freezegun-$pkgver-py2
+  nosetests2
+}
+
+package_python-freezegun() {
+  depends=('python-dateutil')
+
+  cd freezegun-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-freezegun() {
+  depends=('python2-dateutil')
+
+  cd freezegun-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 03:03:28
  Author: felixonmars
Revision: 227934

upgpkg: python-freezegun 0.3.9-1

Modified:
  python-freezegun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-14 02:55:20 UTC (rev 227933)
+++ PKGBUILD2017-05-14 03:03:28 UTC (rev 227934)
@@ -3,35 +3,35 @@
 
 pkgbase=python-freezegun
 pkgname=('python-freezegun' 'python2-freezegun')
-pkgver=0.3.8
-pkgrel=2
+pkgver=0.3.9
+pkgrel=1
 pkgdesc="Let your Python tests travel through time"
 arch=('any')
 license=('Apache')
 url="https://github.com/spulec/freezegun;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil')
 checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
   'python-coverage' 'python2-coverage' 'python-dateutil' 
'python2-dateutil')
-source=("git+https://github.com/spulec/freezegun.git#tag=$pkgver;)
-sha512sums=('SKIP')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/spulec/freezegun/archive/$pkgver.tar.gz;)
+sha512sums=('416069c682a72251fbf5360826618225b09311eb2f739f2773a668bfc0b1174e6fed27272cf5b06887632661aac670a9035be371fa8e585334e97cae55f690d4')
 
 prepare() {
-  cp -a freezegun{,-py2}
+  cp -a freezegun-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/freezegun
+  cd "$srcdir"/freezegun-$pkgver
   python setup.py build
 
-  cd "$srcdir"/freezegun-py2
+  cd "$srcdir"/freezegun-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/freezegun
+  cd "$srcdir"/freezegun-$pkgver
   nosetests3
 
-  cd "$srcdir"/freezegun-py2
+  cd "$srcdir"/freezegun-$pkgver-py2
   nosetests2
 }
 
@@ -38,7 +38,7 @@
 package_python-freezegun() {
   depends=('python-dateutil')
 
-  cd freezegun
+  cd freezegun-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
@@ -45,6 +45,6 @@
 package_python2-freezegun() {
   depends=('python2-dateutil')
 
-  cd freezegun-py2
+  cd freezegun-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
 }


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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 02:55:20
  Author: felixonmars
Revision: 227933

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-14 02:54:41 UTC (rev 227932)
+++ PKGBUILD2017-05-14 02:55:20 UTC (rev 227933)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-funcy
-pkgname=('python-funcy' 'python2-funcy')
-pkgver=1.7.3
-pkgrel=1
-pkgdesc='A fancy and practical functional tools'
-arch=('any')
-license=('BSD')
-url='https://github.com/Suor/funcy'
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-whatever' 
'python2-whatever')
-source=("git+https://github.com/Suor/funcy.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a funcy{,-py2}
-}
-
-build() {
-  cd "$srcdir"/funcy
-  python setup.py build
-
-  cd "$srcdir"/funcy-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/funcy
-  python setup.py pytest
-
-  cd "$srcdir"/funcy-py2
-  python2 setup.py pytest
-}
-
-package_python-funcy() {
-  depends=('python')
-
-  cd funcy
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-funcy() {
-  depends=('python2')
-
-  cd funcy-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-funcy/repos/community-any/PKGBUILD (from rev 227932, 
python-funcy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-14 02:55:20 UTC (rev 227933)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-funcy
+pkgname=('python-funcy' 'python2-funcy')
+pkgver=1.7.4
+pkgrel=1
+pkgdesc='A fancy and practical functional tools'
+arch=('any')
+license=('BSD')
+url='https://github.com/Suor/funcy'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-whatever' 
'python2-whatever')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Suor/funcy/archive/$pkgver.tar.gz;)
+sha512sums=('a6cfcbc69d88a0584e7062a48cbe97037d4961ef390e47d657d3239d031e5fd23c7cbeee56f83ffe62ed14e30fa955a63f817e94d0d2b641a7e2039684b72e01')
+
+prepare() {
+  cp -a funcy-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/funcy-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/funcy-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/funcy-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/funcy-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-funcy() {
+  depends=('python')
+
+  cd funcy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-funcy() {
+  depends=('python2')
+
+  cd funcy-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 02:54:41
  Author: felixonmars
Revision: 227932

upgpkg: python-funcy 1.7.4-1

Modified:
  python-funcy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-14 02:53:58 UTC (rev 227931)
+++ PKGBUILD2017-05-14 02:54:41 UTC (rev 227932)
@@ -3,34 +3,34 @@
 
 pkgbase=python-funcy
 pkgname=('python-funcy' 'python2-funcy')
-pkgver=1.7.3
+pkgver=1.7.4
 pkgrel=1
 pkgdesc='A fancy and practical functional tools'
 arch=('any')
 license=('BSD')
 url='https://github.com/Suor/funcy'
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
+makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-whatever' 
'python2-whatever')
-source=("git+https://github.com/Suor/funcy.git#tag=$pkgver;)
-md5sums=('SKIP')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Suor/funcy/archive/$pkgver.tar.gz;)
+sha512sums=('a6cfcbc69d88a0584e7062a48cbe97037d4961ef390e47d657d3239d031e5fd23c7cbeee56f83ffe62ed14e30fa955a63f817e94d0d2b641a7e2039684b72e01')
 
 prepare() {
-  cp -a funcy{,-py2}
+  cp -a funcy-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/funcy
+  cd "$srcdir"/funcy-$pkgver
   python setup.py build
 
-  cd "$srcdir"/funcy-py2
+  cd "$srcdir"/funcy-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/funcy
+  cd "$srcdir"/funcy-$pkgver
   python setup.py pytest
 
-  cd "$srcdir"/funcy-py2
+  cd "$srcdir"/funcy-$pkgver-py2
   python2 setup.py pytest
 }
 
@@ -37,7 +37,7 @@
 package_python-funcy() {
   depends=('python')
 
-  cd funcy
+  cd funcy-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
@@ -45,7 +45,7 @@
 package_python2-funcy() {
   depends=('python2')
 
-  cd funcy-py2
+  cd funcy-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 02:53:58
  Author: felixonmars
Revision: 227931

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

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

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

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 227930, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-14 02:53:58 UTC (rev 227931)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=39
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+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-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 227930, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-14 02:53:58 UTC (rev 227931)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=39
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+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
+

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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 02:53:09
  Author: felixonmars
Revision: 227930

upgpkg: haskell-yesod 1.4.5-39

rebuild with yesod-form,1.4.12 yesod-auth,1.4.17.1

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-14 02:49:24 UTC (rev 227929)
+++ PKGBUILD2017-05-14 02:53:09 UTC (rev 227930)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.5
-pkgrel=38
+pkgrel=39
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 02:49:24
  Author: felixonmars
Revision: 227929

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

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

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

Copied: haskell-yesod-form/repos/community-staging-i686/PKGBUILD (from rev 
227928, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-14 02:49:24 UTC (rev 227929)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.12
+pkgrel=1
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-data-default" "haskell-email-validate" "haskell-network-uri"
+ "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('757bea3ccde33b0df426df2d4e0391804fbc0df741f2a5f04547cb51e7b04508826b8a23c5788f51b83c26c3ebc0ca39739b74c8acecdc6ca040b2c055b99eb2')
+
+build() {
+cd $_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 $_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-form/repos/community-staging-x86_64/PKGBUILD (from rev 
227928, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-05-14 02:49:24 UTC (rev 227929)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.12
+pkgrel=1
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-data-default" "haskell-email-validate" "haskell-network-uri"
+ "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('757bea3ccde33b0df426df2d4e0391804fbc0df741f2a5f04547cb51e7b04508826b8a23c5788f51b83c26c3ebc0ca39739b74c8acecdc6ca040b2c055b99eb2')
+
+build() {
+cd $_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 

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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 02:48:34
  Author: felixonmars
Revision: 227928

upgpkg: haskell-yesod-form 1.4.12-1

rebuild with yesod-form,1.4.12 yesod-auth,1.4.17.1

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-14 02:48:13 UTC (rev 227927)
+++ PKGBUILD2017-05-14 02:48:34 UTC (rev 227928)
@@ -4,8 +4,8 @@
 
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
-pkgver=1.4.11
-pkgrel=40
+pkgver=1.4.12
+pkgrel=1
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")
@@ -17,7 +17,7 @@
  "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
  "haskell-yesod-core" "haskell-yesod-persistent")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('45edd3ea97a09968426ab20ea4595389b61f5fc2c9e328cecbdeed4a78dcd8d6')
+sha512sums=('757bea3ccde33b0df426df2d4e0391804fbc0df741f2a5f04547cb51e7b04508826b8a23c5788f51b83c26c3ebc0ca39739b74c8acecdc6ca040b2c055b99eb2')
 
 build() {
 cd $_hkgname-$pkgver


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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 02:48:13
  Author: felixonmars
Revision: 227927

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-14 02:47:34 UTC (rev 227926)
+++ PKGBUILD2017-05-14 02:48:13 UTC (rev 227927)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-jsbeautifier
-pkgname=('python-jsbeautifier' 'python2-jsbeautifier')
-pkgver=1.6.12
-pkgrel=1
-pkgdesc='JavaScript unobfuscator and beautifier'
-arch=('any')
-license=('MIT')
-url='https://github.com/beautify-web/js-beautify'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-editorconfig' 
'python2-editorconfig'
- 'git')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/beautify-web/js-beautify.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a js-beautify{,-py2}
-}
-
-build() {
-  cd "$srcdir"/js-beautify/python
-  python setup.py build
-
-  cd "$srcdir"/js-beautify-py2/python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/js-beautify/python
-  python setup.py test
-
-  cd "$srcdir"/js-beautify-py2/python
-  python2 setup.py test
-}
-
-package_python-jsbeautifier() {
-  depends=('python-six' 'python-editorconfig')
-
-  cd js-beautify/python
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-jsbeautifier() {
-  depends=('python2-six' 'python2-editorconfig')
-
-  cd js-beautify-py2/python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/js-beautify{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-jsbeautifier/repos/community-any/PKGBUILD (from rev 227926, 
python-jsbeautifier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-14 02:48:13 UTC (rev 227927)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-jsbeautifier
+pkgname=('python-jsbeautifier' 'python2-jsbeautifier')
+pkgver=1.6.14
+pkgrel=1
+pkgdesc='JavaScript unobfuscator and beautifier'
+arch=('any')
+license=('MIT')
+url='https://github.com/beautify-web/js-beautify'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-editorconfig' 
'python2-editorconfig')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/beautify-web/js-beautify/archive/v$pkgver.tar.gz;)
+sha512sums=('dbe7e658fc07863cac67dc3f179e0ee006b8a483b81d081905f354827ea635a3e36534594d8dc5935a8e74847957820a23718dc72651b8e5cd842bd8aa06609e')
+
+prepare() {
+  cp -a js-beautify-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/js-beautify-$pkgver/python
+  python setup.py build
+
+  cd "$srcdir"/js-beautify-$pkgver-py2/python
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/js-beautify-$pkgver/python
+  python setup.py test
+
+  cd "$srcdir"/js-beautify-$pkgver-py2/python
+  python2 setup.py test
+}
+
+package_python-jsbeautifier() {
+  depends=('python-six' 'python-editorconfig')
+
+  cd js-beautify-$pkgver/python
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-jsbeautifier() {
+  depends=('python2-six' 'python2-editorconfig')
+
+  cd js-beautify-$pkgver-py2/python
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/js-beautify{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-05-13 Thread Felix Yan
Date: Sunday, May 14, 2017 @ 02:47:34
  Author: felixonmars
Revision: 227926

upgpkg: python-jsbeautifier 1.6.14-1

Modified:
  python-jsbeautifier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 23:41:59 UTC (rev 227925)
+++ PKGBUILD2017-05-14 02:47:34 UTC (rev 227926)
@@ -3,35 +3,34 @@
 
 pkgbase=python-jsbeautifier
 pkgname=('python-jsbeautifier' 'python2-jsbeautifier')
-pkgver=1.6.12
+pkgver=1.6.14
 pkgrel=1
 pkgdesc='JavaScript unobfuscator and beautifier'
 arch=('any')
 license=('MIT')
 url='https://github.com/beautify-web/js-beautify'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-editorconfig' 
'python2-editorconfig'
- 'git')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-editorconfig' 
'python2-editorconfig')
 checkdepends=('python-pytest' 'python2-pytest')
-source=("git+https://github.com/beautify-web/js-beautify.git#tag=v$pkgver;)
-md5sums=('SKIP')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/beautify-web/js-beautify/archive/v$pkgver.tar.gz;)
+sha512sums=('dbe7e658fc07863cac67dc3f179e0ee006b8a483b81d081905f354827ea635a3e36534594d8dc5935a8e74847957820a23718dc72651b8e5cd842bd8aa06609e')
 
 prepare() {
-  cp -a js-beautify{,-py2}
+  cp -a js-beautify-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/js-beautify/python
+  cd "$srcdir"/js-beautify-$pkgver/python
   python setup.py build
 
-  cd "$srcdir"/js-beautify-py2/python
+  cd "$srcdir"/js-beautify-$pkgver-py2/python
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/js-beautify/python
+  cd "$srcdir"/js-beautify-$pkgver/python
   python setup.py test
 
-  cd "$srcdir"/js-beautify-py2/python
+  cd "$srcdir"/js-beautify-$pkgver-py2/python
   python2 setup.py test
 }
 
@@ -38,7 +37,7 @@
 package_python-jsbeautifier() {
   depends=('python-six' 'python-editorconfig')
 
-  cd js-beautify/python
+  cd js-beautify-$pkgver/python
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
@@ -46,7 +45,7 @@
 package_python2-jsbeautifier() {
   depends=('python2-six' 'python2-editorconfig')
 
-  cd js-beautify-py2/python
+  cd js-beautify-$pkgver-py2/python
   python2 setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 


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

2017-05-13 Thread Sébastien Luttringer
Date: Saturday, May 13, 2017 @ 23:41:59
  Author: seblu
Revision: 227925

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-13 23:41:00 UTC (rev 227924)
+++ community-i686/PKGBUILD 2017-05-13 23:41:59 UTC (rev 227925)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Iwan Timmer 
-
-pkgname=containerd
-pkgver=0.2.7
-pkgrel=1
-pkgdesc='A daemon to control runC, built for performance and density'
-url='https://containerd.tools/'
-depends=('glibc' 'runc')
-makedepends=('go' 'git')
-arch=('i686' 'x86_64')
-source=("git+https://github.com/docker/containerd.git#tag=v$pkgver;)
-license=("APACHE")
-md5sums=('SKIP')
-
-build() {
-  export GOPATH="$srcdir"
-  mkdir -p src/github.com/docker
-  ln -rsf containerd src/github.com/docker
-  cd src/github.com/docker/containerd
-  LDFLAGS= make
-}
-
-package() {
-  cd src/github.com/docker/containerd/bin
-  for _file in *; do
-install -Dm755 "$_file" "$pkgdir/usr/bin/$_file"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: containerd/repos/community-i686/PKGBUILD (from rev 227924, 
containerd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-13 23:41:59 UTC (rev 227925)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Iwan Timmer 
+
+pkgname=containerd
+pkgver=0.2.8
+pkgrel=1
+pkgdesc='An open and reliable container runtime'
+url='https://containerd.io/'
+depends=('glibc' 'runc')
+makedepends=('go' 'git')
+arch=('i686' 'x86_64')
+source=("git+https://github.com/containerd/containerd.git#tag=v$pkgver;)
+license=("APACHE")
+md5sums=('SKIP')
+
+build() {
+  export GOPATH="$srcdir"
+  mkdir -p src/github.com/docker
+  ln -rsf containerd src/github.com/docker
+  cd src/github.com/docker/containerd
+  LDFLAGS= make
+}
+
+package() {
+  cd src/github.com/docker/containerd/bin
+  for _file in *; do
+install -Dm755 "$_file" "$pkgdir/usr/bin/$_file"
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-13 23:41:00 UTC (rev 227924)
+++ community-x86_64/PKGBUILD   2017-05-13 23:41:59 UTC (rev 227925)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Iwan Timmer 
-
-pkgname=containerd
-pkgver=0.2.7
-pkgrel=1
-pkgdesc='A daemon to control runC, built for performance and density'
-url='https://containerd.tools/'
-depends=('glibc' 'runc')
-makedepends=('go' 'git')
-arch=('i686' 'x86_64')
-source=("git+https://github.com/docker/containerd.git#tag=v$pkgver;)
-license=("APACHE")
-md5sums=('SKIP')
-
-build() {
-  export GOPATH="$srcdir"
-  mkdir -p src/github.com/docker
-  ln -rsf containerd src/github.com/docker
-  cd src/github.com/docker/containerd
-  LDFLAGS= make
-}
-
-package() {
-  cd src/github.com/docker/containerd/bin
-  for _file in *; do
-install -Dm755 "$_file" "$pkgdir/usr/bin/$_file"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: containerd/repos/community-x86_64/PKGBUILD (from rev 227924, 
containerd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-13 23:41:59 UTC (rev 227925)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Iwan Timmer 
+
+pkgname=containerd
+pkgver=0.2.8
+pkgrel=1
+pkgdesc='An open and reliable container runtime'
+url='https://containerd.io/'
+depends=('glibc' 'runc')
+makedepends=('go' 'git')
+arch=('i686' 'x86_64')
+source=("git+https://github.com/containerd/containerd.git#tag=v$pkgver;)
+license=("APACHE")
+md5sums=('SKIP')
+
+build() {
+  export GOPATH="$srcdir"
+  mkdir -p src/github.com/docker
+  ln -rsf containerd src/github.com/docker
+  cd src/github.com/docker/containerd
+  LDFLAGS= make
+}
+
+package() {
+  cd src/github.com/docker/containerd/bin
+  for _file in *; do
+install -Dm755 "$_file" "$pkgdir/usr/bin/$_file"
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-05-13 Thread Sébastien Luttringer
Date: Saturday, May 13, 2017 @ 23:41:00
  Author: seblu
Revision: 227924

upgpkg: containerd 0.2.8-1

Modified:
  containerd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 22:10:01 UTC (rev 227923)
+++ PKGBUILD2017-05-13 23:41:00 UTC (rev 227924)
@@ -3,14 +3,14 @@
 # Contributor: Iwan Timmer 
 
 pkgname=containerd
-pkgver=0.2.7
+pkgver=0.2.8
 pkgrel=1
-pkgdesc='A daemon to control runC, built for performance and density'
-url='https://containerd.tools/'
+pkgdesc='An open and reliable container runtime'
+url='https://containerd.io/'
 depends=('glibc' 'runc')
 makedepends=('go' 'git')
 arch=('i686' 'x86_64')
-source=("git+https://github.com/docker/containerd.git#tag=v$pkgver;)
+source=("git+https://github.com/containerd/containerd.git#tag=v$pkgver;)
 license=("APACHE")
 md5sums=('SKIP')
 


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

2017-05-13 Thread Johannes Löthberg
Date: Saturday, May 13, 2017 @ 22:10:01
  Author: demize
Revision: 227923

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

Added:
  go-ipfs/repos/community-i686/PKGBUILD
(from rev 227922, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-i686/ipfs.service
(from rev 227922, go-ipfs/trunk/ipfs.service)
  go-ipfs/repos/community-x86_64/PKGBUILD
(from rev 227922, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-x86_64/ipfs.service
(from rev 227922, 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-05-13 22:09:54 UTC (rev 227922)
+++ community-i686/PKGBUILD 2017-05-13 22:10:01 UTC (rev 227923)
@@ -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.8
-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=('5573012905c44747a55c40ce2972b943cdee0ef2bb4833610c11243e3d5e2eea830664ee920a741f7fd9f8a27d7a53689911b1519f21a9215f2bf8bf5c56d552'
-
'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
-}

Copied: go-ipfs/repos/community-i686/PKGBUILD (from rev 227922, 
go-ipfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-13 22:10:01 UTC (rev 227923)
@@ -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.9
+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=('ef768f05feb86cb73dfb8283668f65c09946a44eb35cf9dcf9858b4e09f6f468bd55d201e459d6885cb8729ef7e1292f787936c9d873619cf1b72dad2c037e44'
+
'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
+}


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

2017-05-13 Thread Johannes Löthberg
Date: Saturday, May 13, 2017 @ 22:09:54
  Author: demize
Revision: 227922

upgpkg: go-ipfs 0.4.9-1

Modified:
  go-ipfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 20:28:55 UTC (rev 227921)
+++ PKGBUILD2017-05-13 22:09:54 UTC (rev 227922)
@@ -6,7 +6,7 @@
 # Contributor: Ian Naval 
 
 pkgname=go-ipfs
-pkgver=0.4.8
+pkgver=0.4.9
 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=('5573012905c44747a55c40ce2972b943cdee0ef2bb4833610c11243e3d5e2eea830664ee920a741f7fd9f8a27d7a53689911b1519f21a9215f2bf8bf5c56d552'
+sha512sums=('ef768f05feb86cb73dfb8283668f65c09946a44eb35cf9dcf9858b4e09f6f468bd55d201e459d6885cb8729ef7e1292f787936c9d873619cf1b72dad2c037e44'
 
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
 
 prepare() {


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

2017-05-13 Thread Levente Polyak
Date: Saturday, May 13, 2017 @ 20:28:55
  Author: anthraxx
Revision: 227921

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-13 20:28:43 UTC (rev 227920)
+++ community-i686/PKGBUILD 2017-05-13 20:28:55 UTC (rev 227921)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=4.13.22
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('ruby2.3' 'libpcap' 'postgresql-libs' 'ruby2.3-bundler' 'sqlite' 
'libxslt' 'git')
-optdepends=('ruby-pg: database support')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha512sums=('da048bbfdabb0b4be84edcc5db72171be87e2bd55f23f6fb0a6b1054c4e9e31cd127403fbb625a0173194d4a033c49697dc61ff282a231251cbffc90f5486c2b')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle-2.3 config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle-2.3 install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle-2.3 exec 
ruby-2.3 /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle-2.3 
exec ruby-2.3 /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-i686/PKGBUILD (from rev 227920, 
metasploit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-13 20:28:55 UTC (rev 227921)
@@ -0,0 +1,60 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=4.14.17
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git' 'clang')
+optdepends=('ruby-pg: database support')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha256sums=('f3bf98f0b6e5113616a384c786043dfd57c774555d901ae66ac05ca727f11c9b')
+sha512sums=('b6b05acdf881b04ee8beaf8af1c5b755516667c3b9b458d579d9ac4819817f4203c21e24d246c1459f724682b635f626529f49b5139ad258898ac8d37bcbb47d')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  export CC=clang
+  export CXX=clang++
+  bundle install -j"2" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f in 

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

2017-05-13 Thread Levente Polyak
Date: Saturday, May 13, 2017 @ 20:28:43
  Author: anthraxx
Revision: 227920

upgpkg: metasploit 4.14.17-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 20:25:42 UTC (rev 227919)
+++ PKGBUILD2017-05-13 20:28:43 UTC (rev 227920)
@@ -3,27 +3,30 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=4.13.22
+pkgver=4.14.17
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
 arch=('i686' 'x86_64')
 license=('BSD')
-depends=('ruby2.3' 'libpcap' 'postgresql-libs' 'ruby2.3-bundler' 'sqlite' 
'libxslt' 'git')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git' 'clang')
 optdepends=('ruby-pg: database support')
 options=('!strip' '!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha512sums=('da048bbfdabb0b4be84edcc5db72171be87e2bd55f23f6fb0a6b1054c4e9e31cd127403fbb625a0173194d4a033c49697dc61ff282a231251cbffc90f5486c2b')
+sha256sums=('f3bf98f0b6e5113616a384c786043dfd57c774555d901ae66ac05ca727f11c9b')
+sha512sums=('b6b05acdf881b04ee8beaf8af1c5b755516667c3b9b458d579d9ac4819817f4203c21e24d246c1459f724682b635f626529f49b5139ad258898ac8d37bcbb47d')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}
-  bundle-2.3 config build.nokogiri --use-system-libraries
+  bundle config build.nokogiri --use-system-libraries
   sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
 }
 
 build() {
   cd ${pkgname}-framework-${pkgver}
-  bundle-2.3 install -j"$(nproc)" --no-cache --deployment
+  export CC=clang
+  export CXX=clang++
+  bundle install -j"2" --no-cache --deployment
   find vendor/bundle/ruby -exec chmod o+r '{}' \;
 }
 
@@ -35,7 +38,7 @@
 
   for f in "${pkgdir}"/opt/${pkgname}/msf*; do
 local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle-2.3 exec 
ruby-2.3 /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
 chmod 755 "${_msffile}"
   done
 
@@ -42,7 +45,7 @@
   (cd "${pkgdir}/opt/${pkgname}"
 for f in tools/*/*.rb; do
   install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle-2.3 
exec ruby-2.3 /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
+  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
   chmod 755 "${f}"
 done
   )


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

2017-05-13 Thread Christian Hesse
Date: Saturday, May 13, 2017 @ 20:25:35
  Author: eworm
Revision: 227918

upgpkg: pacredir 0.3.0-1

new upstream release

Modified:
  pacredir/trunk/PKGBUILD
  pacredir/trunk/pacredir.install

--+
 PKGBUILD |4 ++--
 pacredir.install |8 
 2 files changed, 10 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 20:07:21 UTC (rev 227917)
+++ PKGBUILD2017-05-13 20:25:35 UTC (rev 227918)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Hesse 
 
 pkgname=pacredir
-pkgver=0.2.2
+pkgver=0.3.0
 pkgrel=1
 pkgdesc='redirect pacman requests, assisted by avahi service discovery'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
 validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse 

 
source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('d00d9cc7b9c2b93a1813a97cced00b3b502dc6db4cac5346e3afa1e7464e1e7c'
+sha256sums=('7b31c99cf84eeb49d44f1a7d45d4fd0fe1f07f4c64e3667549700eb81edb8ced'
 'SKIP')
 
 build() {

Modified: pacredir.install
===
--- pacredir.install2017-05-13 20:07:21 UTC (rev 227917)
+++ pacredir.install2017-05-13 20:25:35 UTC (rev 227918)
@@ -4,3 +4,11 @@
echo " > For instructions visit: 
https://github.com/eworm-de/pacredir#usage;
 }
 
+post_upgrade() {
+   # return if old package version greater 0.3...
+   (( $(vercmp $2 '0.3') > 0 )) && return
+
+   # upgrade from pre-0.3 version, avahi service names changed
+   echo " > This upgrade from pacredir $2 to pacredir $1 changes avahi 
service"
+   echo " > names. Make sure to update all your installations for 
compatibility."
+}


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

2017-05-13 Thread Christian Hesse
Date: Saturday, May 13, 2017 @ 20:25:42
  Author: eworm
Revision: 227919

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

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

---+
 /PKGBUILD |   66 
 /pacredir.install |   28 +++
 community-i686/PKGBUILD   |   33 --
 community-i686/pacredir.install   |6 ---
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/pacredir.install |6 ---
 6 files changed, 94 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-13 20:25:35 UTC (rev 227918)
+++ community-i686/PKGBUILD 2017-05-13 20:25:42 UTC (rev 227919)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-
-pkgname=pacredir
-pkgver=0.2.2
-pkgrel=1
-pkgdesc='redirect pacman requests, assisted by avahi service discovery'
-arch=('i686' 'x86_64')
-url='https://github.com/eworm-de/pacredir'
-depends=('libsystemd' 'avahi' 'curl' 'iniparser' 'darkhttpd' 'libmicrohttpd')
-makedepends=('systemd' 'markdown')
-license=('GPL')
-conflicts=('paccache')
-replaces=('paccache')
-install=pacredir.install
-backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
-validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse 

-source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('d00d9cc7b9c2b93a1813a97cced00b3b502dc6db4cac5346e3afa1e7464e1e7c'
-'SKIP')
-
-build() {
-   cd ${pkgname}-${pkgver}/
-
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}/
-
-   make DESTDIR="${pkgdir}" install
-}
-

Copied: pacredir/repos/community-i686/PKGBUILD (from rev 227918, 
pacredir/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-13 20:25:42 UTC (rev 227919)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=pacredir
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='redirect pacman requests, assisted by avahi service discovery'
+arch=('i686' 'x86_64')
+url='https://github.com/eworm-de/pacredir'
+depends=('libsystemd' 'avahi' 'curl' 'iniparser' 'darkhttpd' 'libmicrohttpd')
+makedepends=('systemd' 'markdown')
+license=('GPL')
+conflicts=('paccache')
+replaces=('paccache')
+install=pacredir.install
+backup=('etc/pacredir.conf' 'etc/pacman.d/pacredir')
+validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse 

+source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('7b31c99cf84eeb49d44f1a7d45d4fd0fe1f07f4c64e3667549700eb81edb8ced'
+'SKIP')
+
+build() {
+   cd ${pkgname}-${pkgver}/
+
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}/
+
+   make DESTDIR="${pkgdir}" install
+}
+

Deleted: community-i686/pacredir.install
===
--- community-i686/pacredir.install 2017-05-13 20:25:35 UTC (rev 227918)
+++ community-i686/pacredir.install 2017-05-13 20:25:42 UTC (rev 227919)
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-post_install() {
-   echo " > For instructions visit: 
https://github.com/eworm-de/pacredir#usage;
-}
-

Copied: pacredir/repos/community-i686/pacredir.install (from rev 227918, 
pacredir/trunk/pacredir.install)
===
--- community-i686/pacredir.install (rev 0)
+++ community-i686/pacredir.install 2017-05-13 20:25:42 UTC (rev 227919)
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+post_install() {
+   echo " > For instructions visit: 
https://github.com/eworm-de/pacredir#usage;
+}
+
+post_upgrade() {
+   # return if old package version greater 0.3...
+   (( $(vercmp $2 '0.3') > 0 )) && return
+
+   # upgrade from pre-0.3 version, avahi service names changed
+   echo " > This upgrade from pacredir $2 to pacredir $1 changes avahi 
service"
+   echo " > names. Make sure to update all your installations for 
compatibility."
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-13 

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

2017-05-13 Thread Levente Polyak
Date: Saturday, May 13, 2017 @ 20:07:21
  Author: anthraxx
Revision: 227917

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

Added:
  smplayer/repos/community-i686/PKGBUILD
(from rev 227916, smplayer/trunk/PKGBUILD)
  smplayer/repos/community-x86_64/PKGBUILD
(from rev 227916, smplayer/trunk/PKGBUILD)
Deleted:
  smplayer/repos/community-i686/PKGBUILD
  smplayer/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-05-13 20:07:10 UTC (rev 227916)
+++ community-i686/PKGBUILD 2017-05-13 20:07:21 UTC (rev 227917)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: Alessio 'mOLOk' Bolognino 
-# Contributor: shamrok 
-
-pkgname=smplayer
-pkgver=17.4.2
-pkgrel=1
-pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
-url='http://smplayer.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('qt5-script' 'mpv' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-optdepends=('smplayer-themes: icon themes collection'
-'smplayer-skins: skin themes collection'
-'smtube: browse and play youtube videos'
-'youtube-dl: youtube videos and streaming'
-'mplayer: alternative multimedia engine')
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('bb0169dc1e2d6b56f3617986647664eda677229bce5b2aa898b64574319a84ac4d51c78f5a68ab57df5dce48c1f76d0d9e0dbdefa5baee351c0a22c2a9cb5186')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr \
-DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
-QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DOC_PATH=/usr/share/doc/smplayer \
-DESTDIR="${pkgdir}" PREFIX=/usr install
-}
-
-# vim: ts=2 sw=2 et:

Copied: smplayer/repos/community-i686/PKGBUILD (from rev 227916, 
smplayer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-13 20:07:21 UTC (rev 227917)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: Alessio 'mOLOk' Bolognino 
+# Contributor: shamrok 
+
+pkgname=smplayer
+pkgver=17.5.0
+pkgrel=1
+pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
+url='http://smplayer.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('qt5-script' 'mpv' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+optdepends=('smplayer-themes: icon themes collection'
+'smplayer-skins: skin themes collection'
+'smtube: browse and play youtube videos'
+'youtube-dl: youtube videos and streaming'
+'mplayer: alternative multimedia engine')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('d85fed176e24a78d7e714828d2203540e84ba7662f826571cbe91eb3b9ba31053d6294c6cb2f6717ff08f65e1416edc603f325f0302487ccc6038ec280ec496f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr \
+DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
+QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DOC_PATH=/usr/share/doc/smplayer \
+DESTDIR="${pkgdir}" PREFIX=/usr install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-13 20:07:10 UTC (rev 227916)
+++ community-x86_64/PKGBUILD   2017-05-13 20:07:21 UTC (rev 227917)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: Alessio 'mOLOk' Bolognino 
-# Contributor: shamrok 
-
-pkgname=smplayer
-pkgver=17.4.2
-pkgrel=1
-pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
-url='http://smplayer.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('qt5-script' 'mpv' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-optdepends=('smplayer-themes: icon themes collection'
-'smplayer-skins: skin themes collection'
-

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

2017-05-13 Thread Levente Polyak
Date: Saturday, May 13, 2017 @ 20:07:10
  Author: anthraxx
Revision: 227916

upgpkg: smplayer 17.5.0-1

Modified:
  smplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 19:57:10 UTC (rev 227915)
+++ PKGBUILD2017-05-13 20:07:10 UTC (rev 227916)
@@ -5,7 +5,7 @@
 # Contributor: shamrok 
 
 pkgname=smplayer
-pkgver=17.4.2
+pkgver=17.5.0
 pkgrel=1
 pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
 url='http://smplayer.sourceforge.net/'
@@ -19,7 +19,7 @@
 'youtube-dl: youtube videos and streaming'
 'mplayer: alternative multimedia engine')
 
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('bb0169dc1e2d6b56f3617986647664eda677229bce5b2aa898b64574319a84ac4d51c78f5a68ab57df5dce48c1f76d0d9e0dbdefa5baee351c0a22c2a9cb5186')
+sha512sums=('d85fed176e24a78d7e714828d2203540e84ba7662f826571cbe91eb3b9ba31053d6294c6cb2f6717ff08f65e1416edc603f325f0302487ccc6038ec280ec496f')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-05-13 Thread Levente Polyak
Date: Saturday, May 13, 2017 @ 19:56:59
  Author: anthraxx
Revision: 227914

upgpkg: hydra 8.5-1

Modified:
  hydra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 19:51:07 UTC (rev 227913)
+++ PKGBUILD2017-05-13 19:56:59 UTC (rev 227914)
@@ -7,8 +7,8 @@
 # Contributor: Timothée Ravier 
 
 pkgname=hydra
-pkgver=8.4
-pkgrel=2
+pkgver=8.5
+pkgrel=1
 pkgdesc='Very fast network logon cracker which support many different services'
 url='https://www.thc.org/thc-hydra/'
 arch=('i686' 'x86_64')
@@ -17,8 +17,8 @@
 optdepends=('gtk2: graphical front-end (xhydra)')
 makedepends=('gtk2' 'pkg-config')
 
source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('482846580888f54e000bb125e263a65c32fa28ba86c9d4012371cf55c3bdc140')
-sha512sums=('62c53f1725eb5b965d16d293cd90ab5e74779eba8fe2e2ab9094f51851fa24acfd74574f509a7914af8254e43197d803cca6b41eace3557d9599d79d695f6a48')
+sha256sums=('557ab284f877aa6c8a26f7491c0373a84836593e5e0ca141b327035e7937dd6d')
+sha512sums=('0b462074a5556a53eb3135da7d4c3cafac5448645fa6020f9a86caea04f0e35ebead32e63db80ba8e680a3b14ff7f6a125553653e776c8e54e9caf923c0da0ec')
 DLAGENTS=('https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u -k')
 
 build() {


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

2017-05-13 Thread Levente Polyak
Date: Saturday, May 13, 2017 @ 19:57:10
  Author: anthraxx
Revision: 227915

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-13 19:56:59 UTC (rev 227914)
+++ community-i686/PKGBUILD 2017-05-13 19:57:10 UTC (rev 227915)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Rudy Matela 
-# Contributor: Bartek Piotrowski 
-# Contributor: Thomas S Hatch 
-# Contributor: pootzko 
-# Contributor: Jinx 
-# Contributor: Timothée Ravier 
-
-pkgname=hydra
-pkgver=8.4
-pkgrel=2
-pkgdesc='Very fast network logon cracker which support many different services'
-url='https://www.thc.org/thc-hydra/'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn' 
'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre')
-optdepends=('gtk2: graphical front-end (xhydra)')
-makedepends=('gtk2' 'pkg-config')
-source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('482846580888f54e000bb125e263a65c32fa28ba86c9d4012371cf55c3bdc140')
-sha512sums=('62c53f1725eb5b965d16d293cd90ab5e74779eba8fe2e2ab9094f51851fa24acfd74574f509a7914af8254e43197d803cca6b41eace3557d9599d79d695f6a48')
-DLAGENTS=('https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u -k')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --fhs
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hydra/repos/community-i686/PKGBUILD (from rev 227914, 
hydra/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-13 19:57:10 UTC (rev 227915)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Rudy Matela 
+# Contributor: Bartek Piotrowski 
+# Contributor: Thomas S Hatch 
+# Contributor: pootzko 
+# Contributor: Jinx 
+# Contributor: Timothée Ravier 
+
+pkgname=hydra
+pkgver=8.5
+pkgrel=1
+pkgdesc='Very fast network logon cracker which support many different services'
+url='https://www.thc.org/thc-hydra/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn' 
'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre')
+optdepends=('gtk2: graphical front-end (xhydra)')
+makedepends=('gtk2' 'pkg-config')
+source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('557ab284f877aa6c8a26f7491c0373a84836593e5e0ca141b327035e7937dd6d')
+sha512sums=('0b462074a5556a53eb3135da7d4c3cafac5448645fa6020f9a86caea04f0e35ebead32e63db80ba8e680a3b14ff7f6a125553653e776c8e54e9caf923c0da0ec')
+DLAGENTS=('https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u -k')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --fhs
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-13 19:56:59 UTC (rev 227914)
+++ community-x86_64/PKGBUILD   2017-05-13 19:57:10 UTC (rev 227915)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Rudy Matela 
-# Contributor: Bartek Piotrowski 
-# Contributor: Thomas S Hatch 
-# Contributor: pootzko 
-# Contributor: Jinx 
-# Contributor: Timothée Ravier 
-
-pkgname=hydra
-pkgver=8.4
-pkgrel=2
-pkgdesc='Very fast network logon cracker which support many different services'
-url='https://www.thc.org/thc-hydra/'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('postgresql-libs' 'subversion' 'libssh' 'libmariadbclient' 'libidn' 
'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre')
-optdepends=('gtk2: 

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

2017-05-13 Thread Levente Polyak
Date: Saturday, May 13, 2017 @ 19:50:56
  Author: anthraxx
Revision: 227912

upgpkg: hashcat 3.5.0-1

Modified:
  hashcat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 19:47:22 UTC (rev 227911)
+++ PKGBUILD2017-05-13 19:50:56 UTC (rev 227912)
@@ -2,17 +2,17 @@
 # Contributor: Sam Stuewe 
 
 pkgname=hashcat
-pkgver=3.40
+pkgver=3.5.0
 pkgrel=1
 pkgdesc='Multithreaded advanced password recovery utility'
 url='https://hashcat.net/hashcat'
 arch=('i686' 'x86_64')
-depends=('gmp' 'opencl-icd-loader')
+depends=('opencl-icd-loader')
 optdepends=('libxnvctrl: NVIDIA X driver configuration support')
 makedepends=('opencl-headers')
 license=('MIT')
 source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('fd8d1927703cfe56c7708c460cc142de4ce64d96b651ed68817b70e6a53cac376a191d16752cbb7cabfcb0230299301173a5eda6c27e6188e79b5d83d758378e'
+sha512sums=('65df875f75eaf4c1894ba91dd15a29981844b6702142a8430bc60265a0d991838e5b2b67ea9846ba0fe6386d8399034ff93f4f6be4750c4af004b7360d7ea06d'
 'SKIP')
 validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
 


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

2017-05-13 Thread Levente Polyak
Date: Saturday, May 13, 2017 @ 19:51:07
  Author: anthraxx
Revision: 227913

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-13 19:50:56 UTC (rev 227912)
+++ community-i686/PKGBUILD 2017-05-13 19:51:07 UTC (rev 227913)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sam Stuewe 
-
-pkgname=hashcat
-pkgver=3.40
-pkgrel=1
-pkgdesc='Multithreaded advanced password recovery utility'
-url='https://hashcat.net/hashcat'
-arch=('i686' 'x86_64')
-depends=('gmp' 'opencl-icd-loader')
-optdepends=('libxnvctrl: NVIDIA X driver configuration support')
-makedepends=('opencl-headers')
-license=('MIT')
-source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('fd8d1927703cfe56c7708c460cc142de4ce64d96b651ed68817b70e6a53cac376a191d16752cbb7cabfcb0230299301173a5eda6c27e6188e79b5d83d758378e'
-'SKIP')
-validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr SHARED=1
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr SHARED=1 install
-  install -Dm 644 docs/license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hashcat/repos/community-i686/PKGBUILD (from rev 227912, 
hashcat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-13 19:51:07 UTC (rev 227913)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sam Stuewe 
+
+pkgname=hashcat
+pkgver=3.5.0
+pkgrel=1
+pkgdesc='Multithreaded advanced password recovery utility'
+url='https://hashcat.net/hashcat'
+arch=('i686' 'x86_64')
+depends=('opencl-icd-loader')
+optdepends=('libxnvctrl: NVIDIA X driver configuration support')
+makedepends=('opencl-headers')
+license=('MIT')
+source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('65df875f75eaf4c1894ba91dd15a29981844b6702142a8430bc60265a0d991838e5b2b67ea9846ba0fe6386d8399034ff93f4f6be4750c4af004b7360d7ea06d'
+'SKIP')
+validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr SHARED=1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr SHARED=1 install
+  install -Dm 644 docs/license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-13 19:50:56 UTC (rev 227912)
+++ community-x86_64/PKGBUILD   2017-05-13 19:51:07 UTC (rev 227913)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sam Stuewe 
-
-pkgname=hashcat
-pkgver=3.40
-pkgrel=1
-pkgdesc='Multithreaded advanced password recovery utility'
-url='https://hashcat.net/hashcat'
-arch=('i686' 'x86_64')
-depends=('gmp' 'opencl-icd-loader')
-optdepends=('libxnvctrl: NVIDIA X driver configuration support')
-makedepends=('opencl-headers')
-license=('MIT')
-source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('fd8d1927703cfe56c7708c460cc142de4ce64d96b651ed68817b70e6a53cac376a191d16752cbb7cabfcb0230299301173a5eda6c27e6188e79b5d83d758378e'
-'SKIP')
-validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr SHARED=1
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr SHARED=1 install
-  install -Dm 644 docs/license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hashcat/repos/community-x86_64/PKGBUILD (from rev 227912, 
hashcat/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-13 19:51:07 UTC (rev 227913)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sam Stuewe 
+

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

2017-05-13 Thread Levente Polyak
Date: Saturday, May 13, 2017 @ 19:47:22
  Author: anthraxx
Revision: 227911

archrelease: copy trunk to community-any

Added:
  grails/repos/community-any/PKGBUILD
(from rev 227910, grails/trunk/PKGBUILD)
Deleted:
  grails/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-13 19:47:14 UTC (rev 227910)
+++ PKGBUILD2017-05-13 19:47:22 UTC (rev 227911)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander Rødseth 
-
-pkgbase=grails
-pkgname=('grails' 'grails-docs')
-pkgver=3.2.8
-pkgrel=1
-pkgdesc='Groovy on rails, web framework'
-url='http://grails.org/'
-arch=('any')
-license=('Apache')
-makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
-optdepends=('groovy: the groovy programming language'
-'grails-docs: documentation for grails')
-options=('!emptydirs')
-noextract=("${pkgname[1]}-${pkgver}.zip")
-source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
-
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('96f9eff3745b975d3778759421540148f89a6972fba9a7bfbf4654fbeb20a76e9d6e07fc727a3ecb7515f8be70560a63aae5c87567dec7c777d98fb1f2e9c3a9'
-
'a7d661e1894c24f2e806016ba3e3b2ff6f56a82385acc70ad7bbe673f24a0691c1c27c5d8aac404beabb14eabc7e3f2e13f5be861cb7425675d8f70558d01c60')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
-  setconf bin/grails APP_HOME /usr/share/grails
-}
-
-package_grails() {
-  depends=('java-environment' 'junit' 'bash')
-
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr/share/pixmaps"
-  cp -r . "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
-  install -Dm 644 media/icons/*.png -t "${pkgdir}/usr/share/pixmaps"
-  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
-
-  # clean up
-  cd "${pkgdir}/usr/share/${pkgname}"
-  rm -rf doc INSTALL LICENSE README
-  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
-}
-
-package_grails-docs() {
-  pkgdesc='Documentation for Grails'
-  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
-  unzip "grails-docs-${pkgver}.zip" -d 
"${pkgdir}/usr/share/doc/grails-${pkgver}"
-  ln -s "/usr/share/doc/grails-${pkgver}" "${pkgdir}/usr/share/grails/doc"
-}
-
-# vim: ts=2 sw=2 et:

Copied: grails/repos/community-any/PKGBUILD (from rev 227910, 
grails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-13 19:47:22 UTC (rev 227911)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+
+pkgbase=grails
+pkgname=('grails' 'grails-docs')
+pkgver=3.2.9
+pkgrel=1
+pkgdesc='Groovy on rails, web framework'
+url='http://grails.org/'
+arch=('any')
+license=('Apache')
+makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
+optdepends=('groovy: the groovy programming language'
+'grails-docs: documentation for grails')
+options=('!emptydirs')
+noextract=("${pkgname[1]}-${pkgver}.zip")
+source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
+
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
+sha512sums=('28c90a583dcd87f810a7210e6c713f190a680bec3ab58b69311f9be3dc3ca3eb957e2944b22b093d7a58af79eed4c3a70d4250448f2f7ac6fe75e4be1fd44b04'
+
'63e618a7e42f35828153253525d9203f4be17158bb1362d59c06be7505653eb5beab981d3d89c464da761ab7c2dd8c8fcdc0f9ba9ebce9080e4ec9b3a7b28667')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
+  setconf bin/grails APP_HOME /usr/share/grails
+}
+
+package_grails() {
+  depends=('java-environment' 'junit' 'bash')
+
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr/share/pixmaps"
+  cp -r . "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
+  install -Dm 644 media/icons/*.png -t "${pkgdir}/usr/share/pixmaps"
+  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
+
+  # clean up
+  cd "${pkgdir}/usr/share/${pkgname}"
+  rm -rf doc INSTALL LICENSE README
+  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
+}
+
+package_grails-docs() {
+  pkgdesc='Documentation for Grails'
+  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
+  unzip 

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

2017-05-13 Thread Levente Polyak
Date: Saturday, May 13, 2017 @ 19:47:14
  Author: anthraxx
Revision: 227910

upgpkg: grails 3.2.9-1

Modified:
  grails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 19:38:39 UTC (rev 227909)
+++ PKGBUILD2017-05-13 19:47:14 UTC (rev 227910)
@@ -3,7 +3,7 @@
 
 pkgbase=grails
 pkgname=('grails' 'grails-docs')
-pkgver=3.2.8
+pkgver=3.2.9
 pkgrel=1
 pkgdesc='Groovy on rails, web framework'
 url='http://grails.org/'
@@ -16,8 +16,8 @@
 noextract=("${pkgname[1]}-${pkgver}.zip")
 
source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
 
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('96f9eff3745b975d3778759421540148f89a6972fba9a7bfbf4654fbeb20a76e9d6e07fc727a3ecb7515f8be70560a63aae5c87567dec7c777d98fb1f2e9c3a9'
-
'a7d661e1894c24f2e806016ba3e3b2ff6f56a82385acc70ad7bbe673f24a0691c1c27c5d8aac404beabb14eabc7e3f2e13f5be861cb7425675d8f70558d01c60')
+sha512sums=('28c90a583dcd87f810a7210e6c713f190a680bec3ab58b69311f9be3dc3ca3eb957e2944b22b093d7a58af79eed4c3a70d4250448f2f7ac6fe75e4be1fd44b04'
+
'63e618a7e42f35828153253525d9203f4be17158bb1362d59c06be7505653eb5beab981d3d89c464da761ab7c2dd8c8fcdc0f9ba9ebce9080e4ec9b3a7b28667')
 
 prepare() {
   cd ${pkgbase}-${pkgver}


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

2017-05-13 Thread Levente Polyak
Date: Saturday, May 13, 2017 @ 19:38:39
  Author: anthraxx
Revision: 227909

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-13 19:38:27 UTC (rev 227908)
+++ community-i686/PKGBUILD 2017-05-13 19:38:39 UTC (rev 227909)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-
-pkgname=cmocka
-url='http://cmocka.org/'
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='an elegant unit testing framework for C with support for mock objects'
-arch=(i686 x86_64)
-license=(Apache)
-depends=(glibc)
-makedepends=(cmake)
-source=(https://cmocka.org/files/1.1/cmocka-$pkgver.tar.{xz,asc})
-validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 

-sha1sums=('da18b3fd61ba6e567781ec2bdef6a4a0be0ae5e7'
-  'SKIP')
-
-build() {
-  rm -rf build; mkdir build
-  cd build
-  cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=Release -DUNIT_TESTING=ON
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package() {
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: cmocka/repos/community-i686/PKGBUILD (from rev 227908, 
cmocka/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-13 19:38:39 UTC (rev 227909)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: Anatol Pomozov 
+
+pkgname=cmocka
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Elegant unit testing framework for C with support for mock objects'
+url='https://cmocka.org/'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('glibc')
+makedepends=('cmake')
+source=(https://cmocka.org/files/1.1/cmocka-${pkgver}.tar.{xz,asc})
+sha512sums=('801c4a3e1bb9047241b1cb5a90c1cbdee1b0aff5e3d0a84ec8b2dbaee79274618c24fbe5e9fedbf0b3ee18c6c98b55d93e135d037ac33ab872edc7665af41577'
+'SKIP')
+validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  mkdir build
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DUNIT_TESTING=ON
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}/build
+  make test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+  make install DESTDIR="${pkgdir}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-13 19:38:27 UTC (rev 227908)
+++ community-x86_64/PKGBUILD   2017-05-13 19:38:39 UTC (rev 227909)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-
-pkgname=cmocka
-url='http://cmocka.org/'
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='an elegant unit testing framework for C with support for mock objects'
-arch=(i686 x86_64)
-license=(Apache)
-depends=(glibc)
-makedepends=(cmake)
-source=(https://cmocka.org/files/1.1/cmocka-$pkgver.tar.{xz,asc})
-validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 

-sha1sums=('da18b3fd61ba6e567781ec2bdef6a4a0be0ae5e7'
-  'SKIP')
-
-build() {
-  rm -rf build; mkdir build
-  cd build
-  cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=Release -DUNIT_TESTING=ON
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package() {
-  cd build
-  make install DESTDIR="$pkgdir"
-}

Copied: cmocka/repos/community-x86_64/PKGBUILD (from rev 227908, 
cmocka/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-05-13 19:38:39 UTC (rev 227909)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: Anatol Pomozov 
+
+pkgname=cmocka
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Elegant unit testing framework for C with support for mock objects'
+url='https://cmocka.org/'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('glibc')
+makedepends=('cmake')
+source=(https://cmocka.org/files/1.1/cmocka-${pkgver}.tar.{xz,asc})

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

2017-05-13 Thread Levente Polyak
Date: Saturday, May 13, 2017 @ 19:38:27
  Author: anthraxx
Revision: 227908

upgpkg: cmocka 1.1.1-1

Modified:
  cmocka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 19:09:37 UTC (rev 227907)
+++ PKGBUILD2017-05-13 19:38:27 UTC (rev 227908)
@@ -1,33 +1,42 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
+# Maintainer: Levente Polyak 
+# Contributor: Anatol Pomozov 
 
 pkgname=cmocka
-url='http://cmocka.org/'
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
-pkgdesc='an elegant unit testing framework for C with support for mock objects'
-arch=(i686 x86_64)
-license=(Apache)
-depends=(glibc)
-makedepends=(cmake)
-source=(https://cmocka.org/files/1.1/cmocka-$pkgver.tar.{xz,asc})
+pkgdesc='Elegant unit testing framework for C with support for mock objects'
+url='https://cmocka.org/'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('glibc')
+makedepends=('cmake')
+source=(https://cmocka.org/files/1.1/cmocka-${pkgver}.tar.{xz,asc})
+sha512sums=('801c4a3e1bb9047241b1cb5a90c1cbdee1b0aff5e3d0a84ec8b2dbaee79274618c24fbe5e9fedbf0b3ee18c6c98b55d93e135d037ac33ab872edc7665af41577'
+'SKIP')
 validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 

-sha1sums=('da18b3fd61ba6e567781ec2bdef6a4a0be0ae5e7'
-  'SKIP')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  mkdir build
+}
+
 build() {
-  rm -rf build; mkdir build
-  cd build
-  cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=Release -DUNIT_TESTING=ON
+  cd ${pkgname}-${pkgver}/build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DUNIT_TESTING=ON
   make
 }
 
 check() {
-  cd build
+  cd ${pkgname}-${pkgver}/build
   make test
 }
 
 package() {
-  cd build
-  make install DESTDIR="$pkgdir"
+  cd ${pkgname}-${pkgver}/build
+  make install DESTDIR="${pkgdir}"
 }
+
+# vim: ts=2 sw=2 et:


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

2017-05-13 Thread Levente Polyak
Date: Saturday, May 13, 2017 @ 19:37:57
  Author: anthraxx
Revision: 295973

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-13 19:36:16 UTC (rev 295972)
+++ extra-i686/PKGBUILD 2017-05-13 19:37:57 UTC (rev 295973)
@@ -1,71 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Eric Bélanger 
-
-pkgbase=avidemux
-pkgname=('avidemux-cli' 'avidemux-qt')
-pkgver=2.6.19
-pkgrel=2
-pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
-url='http://fixounet.free.fr/avidemux/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('cmake' 'libxslt' 'qt5-base' 'jack' 'libvorbis' 'libxv' 'opus' 
'desktop-file-utils'
- 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 'libx264' 
'x265' 'libsamplerate'
- 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva' 
'intltool' 'sqlite'
- 'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools' 'pkg-config')
-options=('!emptydirs')
-source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
-sha512sums=('883a7ca1e195b64ff20835d1f0d904910dcf9b5950c634c535e261c9bfd4eb625720bec64688d6ba60235ad83f5e959b2eb4094877fa7c0e196e09f23c0b44a7')
-
-prepare() {
-  cd ${pkgbase}_${pkgver}
-  sed -i 's|../avidemux/qt4|../avidemux/qt4 
-DLRELEASE_EXECUTABLE=/usr/bin/lrelease-qt5|' bootStrap.bash
-  cp avidemux2.desktop avidemux-qt.desktop
-  sed -ri 's|(Name=).*|\1avidemux (Qt)|' avidemux-qt.desktop
-  sed -ri 's|(Exec=).*|\1avidemux3_qt5|' avidemux-qt.desktop
-}
-
-build() {
-  cd ${pkgbase}_${pkgver}
-  bash bootStrap.bash --with-core --with-cli --with-plugins
-}
-
-package_avidemux-cli() {
-  depends=('libxml2' 'fontconfig' 'libvpx' 'libva' 'sqlite')
-  optdepends=('lame: for the corresponding audio encoder plugin'
-  'faac: for the corresponding audio encoder plugin'
-  'faad2: for the corresponding audio decoder plugin'
-  'opus: for the corresponding audio decoder plugin'
-  'opencore-amr: for the corresponding audio decoder plugin'
-  'jack: for the corresponding audio device plugin'
-  'libpulse: for the corresponding audio device plugin'
-  'x264: for the corresponding video encoder plugin'
-  'libx264: for the corresponding video encoder plugin'
-  'x265: for the corresponding video encoder plugin'
-  'xvidcore: for the corresponding video encoder plugin'
-  'qt5-base: for the QtScript scripting support'
-  'libdca: for the corresponding audio decoder plugin'
-  'fribidi: for the corresponding video filter plugin')
-
-  cd ${pkgbase}_${pkgver}
-  make -C buildCli DESTDIR="${pkgdir}" install
-  make -C buildCore DESTDIR="${pkgdir}" install
-  make -C buildPluginsCLI DESTDIR="${pkgdir}" install
-  make -C buildPluginsCommon DESTDIR="${pkgdir}" install
-
-  install -Dm 644 avidemux_icon.png "${pkgdir}/usr/share/pixmaps/avidemux.png"
-  install -Dm 644 man/avidemux.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-package_avidemux-qt() {
-  pkgdesc='Graphical tool to edit video (filter/re-encode/split) - Qt GUI'
-  depends=("avidemux-cli=${pkgver}" 'qt5-base' 'x264' 'x265' 'libx264' 'glu' 
'libxv' 'desktop-file-utils')
-  replaces=('avidemux-gtk')
-
-  cd ${pkgbase}_${pkgver}
-  make -C buildQt5 DESTDIR="${pkgdir}" install
-  make -C buildPluginsQt5 DESTDIR="${pkgdir}" install
-  install -Dm 644 avidemux-qt.desktop -t "${pkgdir}/usr/share/applications"
-}
-
-# vim: ts=2 sw=2 et:

Copied: avidemux/repos/extra-i686/PKGBUILD (from rev 295972, 
avidemux/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-13 19:37:57 UTC (rev 295973)
@@ -0,0 +1,71 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eric Bélanger 
+
+pkgbase=avidemux
+pkgname=('avidemux-cli' 'avidemux-qt')
+pkgver=2.6.20
+pkgrel=1
+pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
+url='http://fixounet.free.fr/avidemux/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('cmake' 'libxslt' 'qt5-base' 'jack' 'libvorbis' 'libxv' 'opus' 
'desktop-file-utils'
+ 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 'libx264' 

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

2017-05-13 Thread Levente Polyak
Date: Saturday, May 13, 2017 @ 19:36:16
  Author: anthraxx
Revision: 295972

upgpkg: avidemux 2.6.20-1

Modified:
  avidemux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 19:24:11 UTC (rev 295971)
+++ PKGBUILD2017-05-13 19:36:16 UTC (rev 295972)
@@ -3,8 +3,8 @@
 
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-qt')
-pkgver=2.6.19
-pkgrel=2
+pkgver=2.6.20
+pkgrel=1
 pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
 url='http://fixounet.free.fr/avidemux/'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
  'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools' 'pkg-config')
 options=('!emptydirs')
 source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
-sha512sums=('883a7ca1e195b64ff20835d1f0d904910dcf9b5950c634c535e261c9bfd4eb625720bec64688d6ba60235ad83f5e959b2eb4094877fa7c0e196e09f23c0b44a7')
+sha512sums=('d01d0fc24a3004770bd3923c2debc4fa2752eb71df08cfe423746b9c44a2562ca01d82965ed2563b99572a4bed8034b79487199ce330208b51a3b7f87ccf7103')
 
 prepare() {
   cd ${pkgbase}_${pkgver}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 19:24:11
  Author: arojas
Revision: 295971

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

Added:
  freeciv/repos/extra-i686/PKGBUILD
(from rev 295970, freeciv/trunk/PKGBUILD)
  freeciv/repos/extra-i686/lua52_compat.patch
(from rev 295970, freeciv/trunk/lua52_compat.patch)
  freeciv/repos/extra-x86_64/PKGBUILD
(from rev 295970, freeciv/trunk/PKGBUILD)
  freeciv/repos/extra-x86_64/lua52_compat.patch
(from rev 295970, freeciv/trunk/lua52_compat.patch)
Deleted:
  freeciv/repos/extra-i686/PKGBUILD
  freeciv/repos/extra-i686/lua52_compat.patch
  freeciv/repos/extra-x86_64/PKGBUILD
  freeciv/repos/extra-x86_64/lua52_compat.patch

-+
 /PKGBUILD   |   70 ++
 /lua52_compat.patch |   26 ++
 extra-i686/PKGBUILD |   35 ---
 extra-i686/lua52_compat.patch   |   13 ---
 extra-x86_64/PKGBUILD   |   35 ---
 extra-x86_64/lua52_compat.patch |   13 ---
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-13 19:23:34 UTC (rev 295970)
+++ extra-i686/PKGBUILD 2017-05-13 19:24:11 UTC (rev 295971)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=freeciv
-pkgver=2.5.6
-pkgrel=1
-pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
-arch=('i686' 'x86_64')
-url="http://www.freeciv.org/;
-license=('GPL')
-depends=('gtk3' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libtool')
-makedepends=('python')
-backup=('etc/freeciv/database.lua')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-lua52_compat.patch)
-sha1sums=('9b863fcf7da7b78a998c1f6b88815266825e3550'
-  '248f4c8b62557677bf27a0d06feb15148d811ce7')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "$srcdir"/lua52_compat.patch
-  autoreconf -vi
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua 
\
---enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 
--enable-aimodules
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: freeciv/repos/extra-i686/PKGBUILD (from rev 295970, 
freeciv/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-13 19:24:11 UTC (rev 295971)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=freeciv
+pkgver=2.5.7
+pkgrel=1
+pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
+arch=('i686' 'x86_64')
+url="http://www.freeciv.org/;
+license=('GPL')
+depends=('gtk3' 'sdl_mixer' 'lua52' 'sqlite' 'curl' 'libtool')
+makedepends=('python')
+backup=('etc/freeciv/database.lua')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+lua52_compat.patch)
+sha1sums=('e1376bbf75bb343f3a4a8fb3ac9bebcd6cd7f382'
+  '248f4c8b62557677bf27a0d06feb15148d811ce7')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "$srcdir"/lua52_compat.patch
+  autoreconf -vi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-shared --enable-sys-lua 
\
+--enable-client=gtk3 --enable-fcmp=gtk3 --enable-fcdb=sqlite3 
--enable-aimodules
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/lua52_compat.patch
===
--- extra-i686/lua52_compat.patch   2017-05-13 19:23:34 UTC (rev 295970)
+++ extra-i686/lua52_compat.patch   2017-05-13 19:24:11 UTC (rev 295971)
@@ -1,13 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 5cfc1d1..1c66051 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -1263,7 +1263,7 @@ esac], [sys_lua=false])
- dnl There's wide divergence on what the pkg-config file for Lua is called
- dnl See http://lua-users.org/lists/lua-l/2008-09/msg00184.html
- if test "x$sys_lua" = "xtrue" || test "x$sys_lua" = "xtest" ; then
--  PKG_CHECK_MODULES([LUA], [lua5.2], [sys_lua=true],
-+  PKG_CHECK_MODULES([LUA], [lua52], [sys_lua=true],
- [PKG_CHECK_MODULES([LUA], [lua-5.2], [sys_lua=true],
-   [PKG_CHECK_MODULES([LUA], [lua >= 5.2 lua < 5.3], [sys_lua=true],
- [if test "x$sys_lua" = "xtrue" ; then

Copied: freeciv/repos/extra-i686/lua52_compat.patch (from rev 295970, 
freeciv/trunk/lua52_compat.patch)
===
--- extra-i686/lua52_compat.patch   (rev 0)
+++ extra-i686/lua52_compat.patch   2017-05-13 19:24:11 UTC (rev 295971)
@@ -0,0 +1,13 @@
+diff --git a/configure.ac b/configure.ac

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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 19:23:34
  Author: arojas
Revision: 295970

Update to 2.5.7

Modified:
  freeciv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 15:05:12 UTC (rev 295969)
+++ PKGBUILD2017-05-13 19:23:34 UTC (rev 295970)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=freeciv
-pkgver=2.5.6
+pkgver=2.5.7
 pkgrel=1
 pkgdesc="A multiuser clone of the famous Microprose game of Civilization"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 backup=('etc/freeciv/database.lua')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 lua52_compat.patch)
-sha1sums=('9b863fcf7da7b78a998c1f6b88815266825e3550'
+sha1sums=('e1376bbf75bb343f3a4a8fb3ac9bebcd6cd7f382'
   '248f4c8b62557677bf27a0d06feb15148d811ce7')
 
 prepare() {


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

2017-05-13 Thread Levente Polyak
Date: Saturday, May 13, 2017 @ 19:09:37
  Author: anthraxx
Revision: 227907

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-13 19:09:25 UTC (rev 227906)
+++ community-i686/PKGBUILD 2017-05-13 19:09:37 UTC (rev 227907)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.39b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url='http://lcamtuf.coredump.cx/afl/'
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=('gcc: gcc instrumentation support'
-'clang: clang instrumentation support'
-'llvm: experimental clang-fast instrumentation support'
-'gnuplot: graph plotting support')
-makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('0df37fc8dea65d4130bc0fc8aaa23525bde4832c7202efb78ebe740d661546adee575b48fb94d851ef26293ca28a6ff818ab1dfd643c8e688aceb520e11229d0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 227906, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-13 19:09:37 UTC (rev 227907)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=2.41b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+url='http://lcamtuf.coredump.cx/afl/'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=('gcc: gcc instrumentation support'
+'clang: clang instrumentation support'
+'llvm: experimental clang-fast instrumentation support'
+'gnuplot: graph plotting support')
+makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('e1af6e6c4dedcc3f7f17857bf45a2efeb64bdc51633003c5bd700c51eb30c72f1f4e7fed5f6570ec98ccbd22b54dbcf08cc3faec4d28004fe0fa863a4d7ea90f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-13 19:09:25 UTC (rev 227906)
+++ community-x86_64/PKGBUILD   2017-05-13 19:09:37 UTC (rev 227907)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.39b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url='http://lcamtuf.coredump.cx/afl/'
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=('gcc: gcc instrumentation support'
-'clang: clang instrumentation support'
-'llvm: experimental clang-fast instrumentation support'
-'gnuplot: graph plotting support')
-makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('0df37fc8dea65d4130bc0fc8aaa23525bde4832c7202efb78ebe740d661546adee575b48fb94d851ef26293ca28a6ff818ab1dfd643c8e688aceb520e11229d0')

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

2017-05-13 Thread Levente Polyak
Date: Saturday, May 13, 2017 @ 19:09:25
  Author: anthraxx
Revision: 227906

upgpkg: afl 2.41b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 18:28:36 UTC (rev 227905)
+++ PKGBUILD2017-05-13 19:09:25 UTC (rev 227906)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.39b
+pkgver=2.41b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
@@ -18,7 +18,7 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('0df37fc8dea65d4130bc0fc8aaa23525bde4832c7202efb78ebe740d661546adee575b48fb94d851ef26293ca28a6ff818ab1dfd643c8e688aceb520e11229d0')
+sha512sums=('e1af6e6c4dedcc3f7f17857bf45a2efeb64bdc51633003c5bd700c51eb30c72f1f4e7fed5f6570ec98ccbd22b54dbcf08cc3faec4d28004fe0fa863a4d7ea90f')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-05-13 Thread Christian Rebischke
Date: Saturday, May 13, 2017 @ 18:28:36
  Author: shibumi
Revision: 227905

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

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

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

Copied: weechat/repos/community-testing-i686/PKGBUILD (from rev 227904, 
weechat/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-05-13 18:28:36 UTC (rev 227905)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Christian Rebischke 
+# Contributor: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=1.8
+pkgrel=1
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('i686' 'x86_64')
+url="http://www.weechat.org/;
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2'
+ 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0' 'asciidoctor')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0')
+source=("${pkgname}-${pkgver}.tar.xz::https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz;
+
"${pkgname}-${pkgver}.tar.xz.asc::https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz.asc;)
+sha512sums=('34d5aa05e7a9df459c7ade7f654f56561838d59c2d553432697213a5d90614f55204364c4711e28aadd3dbae2cea733dfc6cafeffa9fca87a33eef0e2647a18f'
+'SKIP')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: weechat/repos/community-testing-x86_64/PKGBUILD (from rev 227904, 
weechat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-05-13 18:28:36 UTC (rev 227905)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Christian Rebischke 
+# Contributor: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=1.8
+pkgrel=1
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('i686' 'x86_64')
+url="http://www.weechat.org/;
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2'
+ 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0' 'asciidoctor')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0')
+source=("${pkgname}-${pkgver}.tar.xz::https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz;
+
"${pkgname}-${pkgver}.tar.xz.asc::https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz.asc;)
+sha512sums=('34d5aa05e7a9df459c7ade7f654f56561838d59c2d553432697213a5d90614f55204364c4711e28aadd3dbae2cea733dfc6cafeffa9fca87a33eef0e2647a18f'
+'SKIP')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Christian Rebischke
Date: Saturday, May 13, 2017 @ 18:25:55
  Author: shibumi
Revision: 227904

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

Added:
  weechat/repos/testing-i686/PKGBUILD
(from rev 227903, weechat/trunk/PKGBUILD)
  weechat/repos/testing-x86_64/PKGBUILD
(from rev 227903, weechat/trunk/PKGBUILD)
Deleted:
  weechat/repos/testing-i686/PKGBUILD
  weechat/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-05-13 18:25:41 UTC (rev 227903)
+++ testing-i686/PKGBUILD   2017-05-13 18:25:55 UTC (rev 227904)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 292057 2017-04-03 19:06:40Z bpiotrowski $
-# Maintainer: Giovanni Scafora 
-# Contributor: lucke 
-
-pkgname=weechat
-pkgver=1.7
-pkgrel=2
-pkgdesc="Fast, light and extensible IRC client (curses UI)"
-arch=('i686' 'x86_64')
-url="http://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2'
- 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0' 'asciidoctor')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key)
-source=(https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('04d9c3835668f0e13605bab306fd53c9'
- 'SKIP')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake -Wno-dev "$srcdir/${pkgname}-${pkgver}" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
--DENABLE_MAN=ON \
--DENABLE_DOC=ON
-
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR="$pkgdir" install
-}

Copied: weechat/repos/testing-i686/PKGBUILD (from rev 227903, 
weechat/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 18:25:55 UTC (rev 227904)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Christian Rebischke 
+# Contributor: Giovanni Scafora 
+# Contributor: lucke 
+
+pkgname=weechat
+pkgver=1.8
+pkgrel=1
+pkgdesc="Fast, light and extensible IRC client (curses UI)"
+arch=('i686' 'x86_64')
+url="http://www.weechat.org/;
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2'
+ 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0' 'asciidoctor')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0')
+source=("${pkgname}-${pkgver}.tar.xz::https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz;
+
"${pkgname}-${pkgver}.tar.xz.asc::https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz.asc;)
+sha512sums=('34d5aa05e7a9df459c7ade7f654f56561838d59c2d553432697213a5d90614f55204364c4711e28aadd3dbae2cea733dfc6cafeffa9fca87a33eef0e2647a18f'
+'SKIP')
+validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -Wno-dev "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-05-13 18:25:41 UTC (rev 227903)
+++ testing-x86_64/PKGBUILD 2017-05-13 18:25:55 UTC (rev 227904)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 292057 2017-04-03 19:06:40Z bpiotrowski $
-# Maintainer: Giovanni Scafora 
-# Contributor: lucke 
-
-pkgname=weechat
-pkgver=1.7
-pkgrel=2
-pkgdesc="Fast, light and extensible IRC client (curses UI)"
-arch=('i686' 'x86_64')
-url="http://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2'
- 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0' 'asciidoctor')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8') # WeeChat (signing 
key)
-source=(https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz{,.asc})
-md5sums=('04d9c3835668f0e13605bab306fd53c9'
- 'SKIP')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake -Wno-dev "$srcdir/${pkgname}-${pkgver}" \
-

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

2017-05-13 Thread Christian Rebischke
Date: Saturday, May 13, 2017 @ 18:25:41
  Author: shibumi
Revision: 227903

upgpkg: weechat 1.8-1

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 17:20:32 UTC (rev 227902)
+++ PKGBUILD2017-05-13 18:25:41 UTC (rev 227903)
@@ -4,8 +4,8 @@
 # Contributor: lucke 
 
 pkgname=weechat
-pkgver=1.7.1
-pkgrel=4
+pkgver=1.8
+pkgrel=1
 pkgdesc="Fast, light and extensible IRC client (curses UI)"
 arch=('i686' 'x86_64')
 url="http://www.weechat.org/;
@@ -16,7 +16,7 @@
 optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile2.0')
 
source=("${pkgname}-${pkgver}.tar.xz::https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz;
 
"${pkgname}-${pkgver}.tar.xz.asc::https://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.xz.asc;)
-sha512sums=('4aba380704ab5f611d923a461aa17cac076a18f92a6bb8129daf5f212536672267cadcc679befbcadb48d5044e4bf973f93982d9d3c500cd9d9e12dba4dbfbba'
+sha512sums=('34d5aa05e7a9df459c7ade7f654f56561838d59c2d553432697213a5d90614f55204364c4711e28aadd3dbae2cea733dfc6cafeffa9fca87a33eef0e2647a18f'
 'SKIP')
 validpgpkeys=('A9AB5AB778FA5C3522FD0378F82F4B16DEC408F8')
 


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

2017-05-13 Thread Levente Polyak
Date: Saturday, May 13, 2017 @ 17:20:23
  Author: anthraxx
Revision: 227901

upgpkg: gradle 3.5-1

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 16:24:05 UTC (rev 227900)
+++ PKGBUILD2017-05-13 17:20:23 UTC (rev 227901)
@@ -5,7 +5,7 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=3.4.1
+pkgver=3.5
 pkgrel=1
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
@@ -14,7 +14,7 @@
 depends=('java-environment' 'bash')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
 ${pkgbase}.sh)
-sha512sums=('bdaabf747e60ae1cf2c9fedb0730a2e3deb914609db05ffc7e4cbd5402bc44e84d2c98154f14fdd7f944c2f49eb5dead0f44c119ac5a16bd7491c3369d784f5c'
+sha512sums=('13eb1b73a1e432f3230e3b030de3b50bbd8dfce11b3bb9079fc0ab76e865470e3cb10720def2ad0e514383fef50e468ccc54ca7751c0065fb8aae55a40c54479'
 
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
 
 package_gradle() {


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

2017-05-13 Thread Levente Polyak
Date: Saturday, May 13, 2017 @ 17:20:32
  Author: anthraxx
Revision: 227902

archrelease: copy trunk to community-any

Added:
  gradle/repos/community-any/PKGBUILD
(from rev 227901, gradle/trunk/PKGBUILD)
  gradle/repos/community-any/gradle.sh
(from rev 227901, gradle/trunk/gradle.sh)
Deleted:
  gradle/repos/community-any/PKGBUILD
  gradle/repos/community-any/gradle.sh

---+
 PKGBUILD  |  146 ++--
 gradle.sh |4 -
 2 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-13 17:20:23 UTC (rev 227901)
+++ PKGBUILD2017-05-13 17:20:32 UTC (rev 227902)
@@ -1,73 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Simon Legner 
-# Contributor: Chris Molozian (novabyte) 
-# Contributor: Sanjuro Makabe (itti) 
-
-pkgbase=gradle
-pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=3.4.1
-pkgrel=1
-pkgdesc='Powerful build system for the JVM'
-url='https://gradle.org/'
-arch=('any')
-license=('Apache')
-depends=('java-environment' 'bash')
-source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
-${pkgbase}.sh)
-sha512sums=('bdaabf747e60ae1cf2c9fedb0730a2e3deb914609db05ffc7e4cbd5402bc44e84d2c98154f14fdd7f944c2f49eb5dead0f44c119ac5a16bd7491c3369d784f5c'
-
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
-
-package_gradle() {
-  cd ${pkgbase}-${pkgver}
-
-  # install profile.d script
-  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
-  install -d "${pkgdir}/usr/bin"
-
-  # copy across jar files
-  install -Dm 644 lib/*.jar "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm 644 lib/plugins/*.jar 
"${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-
-  # copy across supporting text documentation and scripts
-  install -m 644 NOTICE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 LICENSE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.html "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 755 bin/gradle "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -m 644 init.d/*.* "${pkgdir}/usr/share/java/${pkgname}/init.d"
-
-  # link gradle script to /usr/bin
-  ln -s /usr/share/java/${pkgname}/bin/${pkgname} "${pkgdir}/usr/bin"
-}
-
-package_gradle-doc() {
-  pkgdesc='Powerful build system for the JVM (documentation and samples)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/gradle/docs"
-  install -d "${pkgdir}/usr/share/java/gradle/samples"
-
-  # copy across documentation and samples
-  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs"
-  cp -r samples/* "${pkgdir}/usr/share/java/gradle/samples"
-}
-
-package_gradle-src() {
-  pkgdesc='Powerful build system for the JVM (sources)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-  install -d "${pkgdir}/usr/share/java/gradle/src"
-  cp -r src/* "${pkgdir}/usr/share/java/gradle/src"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gradle/repos/community-any/PKGBUILD (from rev 227901, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-13 17:20:32 UTC (rev 227902)
@@ -0,0 +1,73 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Legner 
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=3.5
+pkgrel=1
+pkgdesc='Powerful build system for the JVM'
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment' 'bash')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
+${pkgbase}.sh)
+sha512sums=('13eb1b73a1e432f3230e3b030de3b50bbd8dfce11b3bb9079fc0ab76e865470e3cb10720def2ad0e514383fef50e468ccc54ca7751c0065fb8aae55a40c54479'
+
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
+
+package_gradle() {
+  cd ${pkgbase}-${pkgver}
+
+  # install profile.d script
+  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
+
+  # create the necessary directory structure
+  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
+  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
+  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
+  install -d 

[arch-commits] Commit in perl-net-openssh/repos/community-any (PKGBUILD PKGBUILD)

2017-05-13 Thread Florian Pritz
Date: Saturday, May 13, 2017 @ 16:24:05
  Author: bluewind
Revision: 227900

archrelease: copy trunk to community-any

Added:
  perl-net-openssh/repos/community-any/PKGBUILD
(from rev 227899, perl-net-openssh/trunk/PKGBUILD)
Deleted:
  perl-net-openssh/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-13 16:24:00 UTC (rev 227899)
+++ PKGBUILD2017-05-13 16:24:05 UTC (rev 227900)
@@ -1,45 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=perl-net-openssh
-pkgver=0.73
-pkgrel=1
-pkgdesc='Perl SSH client package implemented on top of OpenSSH'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl)
-url=https://metacpan.org/release/Net-OpenSSH
-source=("http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Net-OpenSSH-$pkgver.tar.gz;)
-md5sums=('896884d917f3fe349400bf1ccc38fa77')
-sha512sums=('754770b04d31b7b556ea547bbf8a6b1db36c81c32d40a561767d8f1f9305d18a3779d0592bf8f53e43e70e635a45ea4c3f1f4c7c79a9b259c7b786c441f3f888')
-_ddir="Net-OpenSSH-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-net-openssh/repos/community-any/PKGBUILD (from rev 227899, 
perl-net-openssh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-13 16:24:05 UTC (rev 227900)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-net-openssh
+pkgver=0.74
+pkgrel=1
+pkgdesc='Perl SSH client package implemented on top of OpenSSH'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl)
+url=https://metacpan.org/release/Net-OpenSSH
+source=("http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Net-OpenSSH-$pkgver.tar.gz;)
+md5sums=(3a8287d59746ddc245fbe38435b63a43)
+sha512sums=(27b35ed512fe6da160e71264aaf7e1696f8182c5e731a71b95f84736e2dd04b9d3324d3a26549d4426ab6ca470810e5e16c82fbb6a88526015122dee3411a73a)
+_ddir="Net-OpenSSH-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-net-openssh/trunk (PKGBUILD)

2017-05-13 Thread Florian Pritz
Date: Saturday, May 13, 2017 @ 16:24:00
  Author: bluewind
Revision: 227899

upgpkg: perl-net-openssh 0.74-1

upstream update

Modified:
  perl-net-openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 14:54:47 UTC (rev 227898)
+++ PKGBUILD2017-05-13 16:24:00 UTC (rev 227899)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz 
 
 pkgname=perl-net-openssh
-pkgver=0.73
+pkgver=0.74
 pkgrel=1
 pkgdesc='Perl SSH client package implemented on top of OpenSSH'
 arch=(any)
@@ -10,8 +10,8 @@
 depends=(perl)
 url=https://metacpan.org/release/Net-OpenSSH
 
source=("http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Net-OpenSSH-$pkgver.tar.gz;)
-md5sums=('896884d917f3fe349400bf1ccc38fa77')
-sha512sums=('754770b04d31b7b556ea547bbf8a6b1db36c81c32d40a561767d8f1f9305d18a3779d0592bf8f53e43e70e635a45ea4c3f1f4c7c79a9b259c7b786c441f3f888')
+md5sums=(3a8287d59746ddc245fbe38435b63a43)
+sha512sums=(27b35ed512fe6da160e71264aaf7e1696f8182c5e731a71b95f84736e2dd04b9d3324d3a26549d4426ab6ca470810e5e16c82fbb6a88526015122dee3411a73a)
 _ddir="Net-OpenSSH-$pkgver"
 
 build()


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 15:05:12
  Author: arojas
Revision: 295969

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 295968, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 295968, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 295968, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 295968, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  196 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   98 -
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   98 -
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-13 15:04:34 UTC (rev 295968)
+++ extra-i686/PKGBUILD 2017-05-13 15:05:12 UTC (rev 295969)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.8.4
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
-source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('148b0abc15f0ceedb1de532bbf2034a9a4c5d9dc'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'opencl-icd-loader')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   

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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 15:04:34
  Author: arojas
Revision: 295968

Update to 6.9.8.5

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 14:21:28 UTC (rev 295967)
+++ PKGBUILD2017-05-13 15:04:34 UTC (rev 295968)
@@ -3,8 +3,8 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.8.4
-pkgrel=2
+pkgver=6.9.8.5
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
 license=('custom')
@@ -13,7 +13,7 @@
  'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
 
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('148b0abc15f0ceedb1de532bbf2034a9a4c5d9dc'
+sha1sums=('887e32a70b1334a3c37a8895662d9a648375896b'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


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

2017-05-13 Thread Felix Yan
Date: Saturday, May 13, 2017 @ 14:54:47
  Author: felixonmars
Revision: 227898

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-13 14:54:07 UTC (rev 227897)
+++ PKGBUILD2017-05-13 14:54:47 UTC (rev 227898)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=python-phonenumbers
-pkgname=(python-phonenumbers python2-phonenumbers)
-pkgver=8.4.2
-pkgrel=1
-pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
-arch=('any')
-url="https://github.com/daviddrysdale/python-phonenumbers;
-license=('Apache')
-makedepends=("python-setuptools" "python2-setuptools" "git")
-source=("git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a python-phonenumbers{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-phonenumbers
-  python setup.py build
-
-  cd "$srcdir"/python-phonenumbers-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-phonenumbers
-  python setup.py test
-
-  cd "$srcdir"/python-phonenumbers-py2
-  python2 setup.py test
-}
-
-package_python-phonenumbers() {
-  depends=('python')
-
-  cd python-phonenumbers
-  python setup.py install -O1 --root "$pkgdir"
-}
-
-package_python2-phonenumbers() {
-  depends=('python2')
-
-  cd python-phonenumbers-py2
-  python2 setup.py install -O1 --root "$pkgdir"
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 227897, 
python-phonenumbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-13 14:54:47 UTC (rev 227898)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-phonenumbers
+pkgname=(python-phonenumbers python2-phonenumbers)
+pkgver=8.4.3
+pkgrel=1
+pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
+arch=('any')
+url="https://github.com/daviddrysdale/python-phonenumbers;
+license=('Apache')
+makedepends=("python-setuptools" "python2-setuptools" "git")
+source=("git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a python-phonenumbers{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-phonenumbers
+  python setup.py build
+
+  cd "$srcdir"/python-phonenumbers-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-phonenumbers
+  python setup.py test
+
+  cd "$srcdir"/python-phonenumbers-py2
+  python2 setup.py test
+}
+
+package_python-phonenumbers() {
+  depends=('python')
+
+  cd python-phonenumbers
+  python setup.py install -O1 --root "$pkgdir"
+}
+
+package_python2-phonenumbers() {
+  depends=('python2')
+
+  cd python-phonenumbers-py2
+  python2 setup.py install -O1 --root "$pkgdir"
+}


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

2017-05-13 Thread Felix Yan
Date: Saturday, May 13, 2017 @ 14:54:07
  Author: felixonmars
Revision: 227897

upgpkg: python-phonenumbers 8.4.3-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 07:19:58 UTC (rev 227896)
+++ PKGBUILD2017-05-13 14:54:07 UTC (rev 227897)
@@ -3,7 +3,7 @@
 
 pkgname=python-phonenumbers
 pkgname=(python-phonenumbers python2-phonenumbers)
-pkgver=8.4.2
+pkgver=8.4.3
 pkgrel=1
 pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
 arch=('any')


[arch-commits] Commit in (3 files)

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 14:21:28
  Author: arojas
Revision: 295967

New Plasma package

Added:
  xdg-desktop-portal-kde/
  xdg-desktop-portal-kde/kde-unstable/
  xdg-desktop-portal-kde/kde-unstable/PKGBUILD

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

Added: xdg-desktop-portal-kde/kde-unstable/PKGBUILD
===
--- xdg-desktop-portal-kde/kde-unstable/PKGBUILD
(rev 0)
+++ xdg-desktop-portal-kde/kde-unstable/PKGBUILD2017-05-13 14:21:28 UTC 
(rev 295967)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 295962 2017-05-13 12:58:56Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=xdg-desktop-portal-kde
+pkgver=5.9.95
+pkgrel=1
+pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KDE'
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(ki18n knotifications)
+makedepends=(extra-cmake-modules python)
+provides=(xdg-desktop-portal-impl)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1370dabb6c07eeed5386cd1c6bdd1edc2a864fed82db8f77b5f4e9a285d8fc3d'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 13:06:53
  Author: arojas
Revision: 295966

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

Added:
  kactivities/repos/testing-i686/PKGBUILD
(from rev 295965, kactivities/trunk/PKGBUILD)
  kactivities/repos/testing-x86_64/PKGBUILD
(from rev 295965, kactivities/trunk/PKGBUILD)
Deleted:
  kactivities/repos/testing-i686/PKGBUILD
  kactivities/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-05-13 13:06:25 UTC (rev 295965)
+++ testing-i686/PKGBUILD   2017-05-13 13:06:53 UTC (rev 295966)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kactivities
-pkgver=5.34.0
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="Core components for the KDE's Activities"
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('kcoreaddons' 'kconfig' 'qt5-declarative')
-makedepends=('extra-cmake-modules' 'boost' 'python')
-provides=('kactivities-frameworks')
-conflicts=('kactivities-frameworks' 'kactivities4')
-replaces=('kactivities-frameworks')
-groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b5b8273fae5ea0a243c447f0ea34b890197b6d29b17e4d64645113d7db5ce635'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DQML_INSTALL_DIR=lib/qt/qml \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kactivities/repos/testing-i686/PKGBUILD (from rev 295965, 
kactivities/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 13:06:53 UTC (rev 295966)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities
+pkgver=5.34.0
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc="Core components for the KDE's Activities"
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'kconfig' 'kwindowsystem' 'qt5-declarative')
+makedepends=('extra-cmake-modules' 'boost' 'python')
+provides=('kactivities-frameworks')
+conflicts=('kactivities-frameworks' 'kactivities4')
+replaces=('kactivities-frameworks')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b5b8273fae5ea0a243c447f0ea34b890197b6d29b17e4d64645113d7db5ce635'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-05-13 13:06:25 UTC (rev 295965)
+++ testing-x86_64/PKGBUILD 2017-05-13 13:06:53 UTC (rev 295966)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kactivities
-pkgver=5.34.0
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="Core components for the KDE's Activities"
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('kcoreaddons' 'kconfig' 'qt5-declarative')
-makedepends=('extra-cmake-modules' 'boost' 'python')
-provides=('kactivities-frameworks')
-conflicts=('kactivities-frameworks' 'kactivities4')
-replaces=('kactivities-frameworks')
-groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b5b8273fae5ea0a243c447f0ea34b890197b6d29b17e4d64645113d7db5ce635'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release 

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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 13:06:25
  Author: arojas
Revision: 295965

Add missing kwindowsystem dependency

Modified:
  kactivities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 13:05:11 UTC (rev 295964)
+++ PKGBUILD2017-05-13 13:06:25 UTC (rev 295965)
@@ -5,12 +5,12 @@
 
 pkgname=kactivities
 pkgver=5.34.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc="Core components for the KDE's Activities"
 url='https://community.kde.org/Frameworks'
 license=('LGPL')
-depends=('kcoreaddons' 'kconfig' 'qt5-declarative')
+depends=('kcoreaddons' 'kconfig' 'kwindowsystem' 'qt5-declarative')
 makedepends=('extra-cmake-modules' 'boost' 'python')
 provides=('kactivities-frameworks')
 conflicts=('kactivities-frameworks' 'kactivities4')


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

2017-05-13 Thread Jan Steffens
Date: Saturday, May 13, 2017 @ 13:05:11
  Author: heftig
Revision: 295964

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

Added:
  freetype2/repos/testing-i686/
  freetype2/repos/testing-i686/0001-Enable-table-validation-modules.patch
(from rev 295963, 
freetype2/trunk/0001-Enable-table-validation-modules.patch)
  freetype2/repos/testing-i686/0002-Enable-subpixel-rendering.patch
(from rev 295963, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  freetype2/repos/testing-i686/0003-Enable-infinality-subpixel-hinting.patch
(from rev 295963, 
freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch)
  freetype2/repos/testing-i686/0005-freetype-2.5.2-more-demos.patch
(from rev 295963, freetype2/trunk/0005-freetype-2.5.2-more-demos.patch)
  freetype2/repos/testing-i686/PKGBUILD
(from rev 295963, freetype2/trunk/PKGBUILD)
  freetype2/repos/testing-i686/freetype2.install
(from rev 295963, freetype2/trunk/freetype2.install)
  freetype2/repos/testing-i686/freetype2.sh
(from rev 295963, freetype2/trunk/freetype2.sh)
  freetype2/repos/testing-x86_64/
  freetype2/repos/testing-x86_64/0001-Enable-table-validation-modules.patch
(from rev 295963, 
freetype2/trunk/0001-Enable-table-validation-modules.patch)
  freetype2/repos/testing-x86_64/0002-Enable-subpixel-rendering.patch
(from rev 295963, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  freetype2/repos/testing-x86_64/0003-Enable-infinality-subpixel-hinting.patch
(from rev 295963, 
freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch)
  freetype2/repos/testing-x86_64/0005-freetype-2.5.2-more-demos.patch
(from rev 295963, freetype2/trunk/0005-freetype-2.5.2-more-demos.patch)
  freetype2/repos/testing-x86_64/PKGBUILD
(from rev 295963, freetype2/trunk/PKGBUILD)
  freetype2/repos/testing-x86_64/freetype2.install
(from rev 295963, freetype2/trunk/freetype2.install)
  freetype2/repos/testing-x86_64/freetype2.sh
(from rev 295963, freetype2/trunk/freetype2.sh)

--+
 testing-i686/0001-Enable-table-validation-modules.patch  |   34 +++
 testing-i686/0002-Enable-subpixel-rendering.patch|   25 ++
 testing-i686/0003-Enable-infinality-subpixel-hinting.patch   |   27 ++
 testing-i686/0005-freetype-2.5.2-more-demos.patch|   17 +
 testing-i686/PKGBUILD|   97 ++
 testing-i686/freetype2.install   |8 
 testing-i686/freetype2.sh|   12 +
 testing-x86_64/0001-Enable-table-validation-modules.patch|   34 +++
 testing-x86_64/0002-Enable-subpixel-rendering.patch  |   25 ++
 testing-x86_64/0003-Enable-infinality-subpixel-hinting.patch |   27 ++
 testing-x86_64/0005-freetype-2.5.2-more-demos.patch  |   17 +
 testing-x86_64/PKGBUILD  |   97 ++
 testing-x86_64/freetype2.install |8 
 testing-x86_64/freetype2.sh  |   12 +
 14 files changed, 440 insertions(+)

Copied: freetype2/repos/testing-i686/0001-Enable-table-validation-modules.patch 
(from rev 295963, freetype2/trunk/0001-Enable-table-validation-modules.patch)
===
--- testing-i686/0001-Enable-table-validation-modules.patch 
(rev 0)
+++ testing-i686/0001-Enable-table-validation-modules.patch 2017-05-13 
13:05:11 UTC (rev 295964)
@@ -0,0 +1,34 @@
+From c3680bf8d38cf759c1e33dcc2d2d51e0a4fea2f9 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:40:29 +0200
+Subject: [PATCH 1/3] Enable table validation modules
+
+---
+ modules.cfg | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/modules.cfg b/modules.cfg
+index f30049c38cc45159..7b8e50fe1b34584a 100644
+--- a/modules.cfg
 b/modules.cfg
+@@ -120,7 +120,7 @@ AUX_MODULES += cache
+ # TrueType GX/AAT table validation.  Needs ftgxval.c below.
+ #
+ # No FT_CONFIG_OPTION_PIC support.
+-# AUX_MODULES += gxvalid
++AUX_MODULES += gxvalid
+ 
+ # Support for streams compressed with gzip (files with suffix .gz).
+ #
+@@ -143,7 +143,7 @@ AUX_MODULES += bzip2
+ # OpenType table validation.  Needs ftotval.c below.
+ #
+ # No FT_CONFIG_OPTION_PIC support.
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+ 
+ # Auxiliary PostScript driver component to share common code.
+ #
+-- 
+2.9.3
+

Copied: freetype2/repos/testing-i686/0002-Enable-subpixel-rendering.patch (from 
rev 295963, freetype2/trunk/0002-Enable-subpixel-rendering.patch)
===
--- testing-i686/0002-Enable-subpixel-rendering.patch   
(rev 0)
+++ testing-i686/0002-Enable-subpixel-rendering.patch   2017-05-13 13:05:11 UTC 
(rev 295964)
@@ -0,0 +1,25 @@
+From 

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

2017-05-13 Thread Jan Steffens
Date: Saturday, May 13, 2017 @ 13:03:51
  Author: heftig
Revision: 295963

2.8-1

Modified:
  freetype2/trunk/PKGBUILD
Deleted:
  freetype2/trunk/CVE-2017-8105.patch
  freetype2/trunk/CVE-2017-8287.patch

-+
 CVE-2017-8105.patch |   47 ---
 CVE-2017-8287.patch |   35 ---
 PKGBUILD|   27 +++
 3 files changed, 11 insertions(+), 98 deletions(-)

Deleted: CVE-2017-8105.patch
===
--- CVE-2017-8105.patch 2017-05-13 12:58:56 UTC (rev 295962)
+++ CVE-2017-8105.patch 2017-05-13 13:03:51 UTC (rev 295963)
@@ -1,47 +0,0 @@
-From f958c48ee431bef8d4d466b40c9cb2d4dbcb7791 Mon Sep 17 00:00:00 2001
-From: Werner Lemberg 
-Date: Fri, 24 Mar 2017 09:15:10 +0100
-Subject: [psaux] Better protect `flex' handling.
-
-Reported as
-
-  https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=935
-
-* src/psaux/t1decode.c (t1_decoder_parse_charstrings)
-: Since there is not a single flex operator but a
-series of subroutine calls, malformed fonts can call arbitrary other
-operators after the start of a flex, possibly adding points.  For
-this reason we have to check the available number of points before
-inserting a point.

- ChangeLog| 15 +++
- src/psaux/t1decode.c |  9 +
- 2 files changed, 24 insertions(+)
-
-diff --git a/src/psaux/t1decode.c b/src/psaux/t1decode.c
-index af7b465..7dd4513 100644
 a/src/psaux/t1decode.c
-+++ b/src/psaux/t1decode.c
-@@ -780,10 +780,19 @@
- /* point without adding any point to the outline*/
- idx = decoder->num_flex_vectors++;
- if ( idx > 0 && idx < 7 )
-+{
-+  /* in malformed fonts it is possible to have other */
-+  /* opcodes in the middle of a flex (which don't*/
-+  /* increase `num_flex_vectors'); we thus have to   */
-+  /* check whether we can add a point*/
-+  if ( FT_SET_ERROR( t1_builder_check_points( builder, 1 ) ) )
-+goto Syntax_Error;
-+
-   t1_builder_add_point( builder,
- x,
- y,
- (FT_Byte)( idx == 3 || idx == 6 ) );
-+}
-   }
-   break;
- 
--- 
-cgit v1.0-41-gc330
-

Deleted: CVE-2017-8287.patch
===
--- CVE-2017-8287.patch 2017-05-13 12:58:56 UTC (rev 295962)
+++ CVE-2017-8287.patch 2017-05-13 13:03:51 UTC (rev 295963)
@@ -1,35 +0,0 @@
-From 3774fc08b502c3e685afca098b6e8a195aded6a0 Mon Sep 17 00:00:00 2001
-From: Werner Lemberg 
-Date: Sun, 26 Mar 2017 08:32:09 +0200
-Subject: * src/psaux/psobjs.c (t1_builder_close_contour): Add safety guard.
-
-Reported as
-
-  https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=941

- ChangeLog  | 8 
- src/psaux/psobjs.c | 8 
- 2 files changed, 16 insertions(+)
-
-diff --git a/src/psaux/psobjs.c b/src/psaux/psobjs.c
-index d18e821..0baf836 100644
 a/src/psaux/psobjs.c
-+++ b/src/psaux/psobjs.c
-@@ -1718,6 +1718,14 @@
- first = outline->n_contours <= 1
- ? 0 : outline->contours[outline->n_contours - 2] + 1;
- 
-+/* in malformed fonts it can happen that a contour was started */
-+/* but no points were added*/
-+if ( outline->n_contours && first == outline->n_points )
-+{
-+  outline->n_contours--;
-+  return;
-+}
-+
- /* We must not include the last point in the path if it */
- /* is located on the first point.   */
- if ( outline->n_points > 1 )
--- 
-cgit v1.0-41-gc330
-

Modified: PKGBUILD
===
--- PKGBUILD2017-05-13 12:58:56 UTC (rev 295962)
+++ PKGBUILD2017-05-13 13:03:51 UTC (rev 295963)
@@ -3,36 +3,32 @@
 
 pkgbase=freetype2
 pkgname=('freetype2' 'freetype2-demos')
-pkgver=2.7.1
-pkgrel=2
+pkgver=2.8
+pkgrel=1
 arch=(i686 x86_64)
 license=('GPL')
-url="http://www.freetype.org/;
+url="https://www.freetype.org/;
 # adding harfbuzz for improved OpenType features auto-hinting
 # introduces a cycle dep to harfbuzz depending on freetype wanted by upstream
 makedepends=('libx11' 'zlib' 'bzip2' 'sh' 'libpng' 'harfbuzz')
-source=(https://download.savannah.gnu.org/releases/freetype/freetype-${pkgver}.tar.bz2{,.sig}
-
https://download.savannah.gnu.org/releases/freetype/freetype-doc-${pkgver}.tar.bz2{,.sig}
-
https://download.savannah.gnu.org/releases/freetype/ft2demos-${pkgver}.tar.bz2{,.sig}
+source=(https://download-mirror.savannah.gnu.org/releases/freetype/freetype-${pkgver}.tar.bz2{,.sig}
+
https://download-mirror.savannah.gnu.org/releases/freetype/freetype-doc-${pkgver}.tar.bz2{,.sig}
+

[arch-commits] Commit in (76 files)

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 12:58:56
  Author: arojas
Revision: 295962

prepare Plasma 5.10 beta

Added:
  bluedevil/kde-unstable/
  breeze-grub/kde-unstable/
  breeze-gtk/kde-unstable/
  breeze/kde-unstable/
  discover/kde-unstable/
  kactivitymanagerd/kde-unstable/
  kde-cli-tools/kde-unstable/
  kde-gtk-config/kde-unstable/
  kdecoration/kde-unstable/
  kdeplasma-addons/kde-unstable/
  kgamma5/kde-unstable/
  khotkeys/kde-unstable/
  kinfocenter/kde-unstable/
  kmenuedit/kde-unstable/
  kscreen/kde-unstable/
  kscreenlocker/kde-unstable/
  ksshaskpass/kde-unstable/
  ksysguard/kde-unstable/
  kwallet-pam/kde-unstable/
  kwayland-integration/kde-unstable/
  kwin/kde-unstable/
  kwrited/kde-unstable/
  libkscreen/kde-unstable/
  libksysguard/kde-unstable/
  milou/kde-unstable/
  oxygen/kde-unstable/
  plasma-desktop/kde-unstable/
  plasma-integration/kde-unstable/
  plasma-nm/kde-unstable/
  plasma-pa/kde-unstable/
  plasma-sdk/kde-unstable/
  plasma-workspace-wallpapers/kde-unstable/
  plasma-workspace/kde-unstable/
  polkit-kde-agent/kde-unstable/
  powerdevil/kde-unstable/
  sddm-kcm/kde-unstable/
  systemsettings/kde-unstable/
  user-manager/kde-unstable/
Modified:
  bluedevil/kde-unstable/PKGBUILD
  breeze-grub/kde-unstable/PKGBUILD
  breeze-gtk/kde-unstable/PKGBUILD
  breeze/kde-unstable/PKGBUILD
  discover/kde-unstable/PKGBUILD
  kactivitymanagerd/kde-unstable/PKGBUILD
  kde-cli-tools/kde-unstable/PKGBUILD
  kde-gtk-config/kde-unstable/PKGBUILD
  kdecoration/kde-unstable/PKGBUILD
  kdeplasma-addons/kde-unstable/PKGBUILD
  kgamma5/kde-unstable/PKGBUILD
  khotkeys/kde-unstable/PKGBUILD
  kinfocenter/kde-unstable/PKGBUILD
  kmenuedit/kde-unstable/PKGBUILD
  kscreen/kde-unstable/PKGBUILD
  kscreenlocker/kde-unstable/PKGBUILD
  ksshaskpass/kde-unstable/PKGBUILD
  ksysguard/kde-unstable/PKGBUILD
  kwallet-pam/kde-unstable/PKGBUILD
  kwayland-integration/kde-unstable/PKGBUILD
  kwin/kde-unstable/PKGBUILD
  kwrited/kde-unstable/PKGBUILD
  libkscreen/kde-unstable/PKGBUILD
  libksysguard/kde-unstable/PKGBUILD
  milou/kde-unstable/PKGBUILD
  oxygen/kde-unstable/PKGBUILD
  plasma-desktop/kde-unstable/PKGBUILD
  plasma-integration/kde-unstable/PKGBUILD
  plasma-nm/kde-unstable/PKGBUILD
  plasma-pa/kde-unstable/PKGBUILD
  plasma-sdk/kde-unstable/PKGBUILD
  plasma-workspace-wallpapers/kde-unstable/PKGBUILD
  plasma-workspace/kde-unstable/PKGBUILD
  polkit-kde-agent/kde-unstable/PKGBUILD
  powerdevil/kde-unstable/PKGBUILD
  sddm-kcm/kde-unstable/PKGBUILD
  systemsettings/kde-unstable/PKGBUILD
  user-manager/kde-unstable/PKGBUILD

--+
 PKGBUILD |  184 ++---
 1 file changed, 91 insertions(+), 93 deletions(-)

Modified: bluedevil/kde-unstable/PKGBUILD
===
--- bluedevil/trunk/PKGBUILD2017-05-13 10:46:37 UTC (rev 295961)
+++ bluedevil/kde-unstable/PKGBUILD 2017-05-13 12:58:56 UTC (rev 295962)
@@ -4,7 +4,7 @@
 # Contributor: Antonio Rojas 
 
 pkgname=bluedevil
-pkgver=5.9.5
+pkgver=5.9.95
 pkgrel=1
 epoch=1
 pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
@@ -17,7 +17,7 @@
 replaces=('bluedevil-frameworks')
 groups=('plasma')
 
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7910135f285e35e7c3de6695c98559841dd7ededc61e2a0d963f31926a74ed6b'
+sha256sums=('2700f216c97e732655192e015466191c2aa4d3514905a8e19f62f10b3a82a0f5'
 'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon

Modified: breeze/kde-unstable/PKGBUILD
===
--- breeze/trunk/PKGBUILD   2017-05-13 10:46:37 UTC (rev 295961)
+++ breeze/kde-unstable/PKGBUILD2017-05-13 12:58:56 UTC (rev 295962)
@@ -5,7 +5,7 @@
 
 pkgbase=breeze
 pkgname=('breeze' 'breeze-kde4')
-pkgver=5.9.5
+pkgver=5.9.95
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -13,7 +13,7 @@
 makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
  'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework' 'python')
 
source=("https://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('83312b854282636bc6d10a1e579c5a13538394b76af5963f3e79b0d235053e3d'
+sha256sums=('2011d35a6d756aa01c7cdb1bcb8f779f0e7c014c9deb4d2d96e19e72f4b28ebc'
 'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon

Modified: breeze-grub/kde-unstable/PKGBUILD
===
--- breeze-grub/trunk/PKGBUILD  2017-05-13 10:46:37 UTC (rev 295961)
+++ breeze-grub/kde-unstable/PKGBUILD   2017-05-13 12:58:56 UTC (rev 295962)
@@ -3,7 +3,7 @@
 # 

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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:46:21
  Author: arojas
Revision: 295960

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

Added:
  kmediaplayer/repos/testing-i686/
  kmediaplayer/repos/testing-i686/PKGBUILD
(from rev 295959, kmediaplayer/trunk/PKGBUILD)
  kmediaplayer/repos/testing-x86_64/
  kmediaplayer/repos/testing-x86_64/PKGBUILD
(from rev 295959, kmediaplayer/trunk/PKGBUILD)

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

Copied: kmediaplayer/repos/testing-i686/PKGBUILD (from rev 295959, 
kmediaplayer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:46:21 UTC (rev 295960)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmediaplayer
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Plugin interface for media player features'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('06cd8108f12a367a296896e8365327170721dad5f970a215e4bb69831c3e08d7'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kmediaplayer/repos/testing-x86_64/PKGBUILD (from rev 295959, 
kmediaplayer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:46:21 UTC (rev 295960)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmediaplayer
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Plugin interface for media player features'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('06cd8108f12a367a296896e8365327170721dad5f970a215e4bb69831c3e08d7'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:46:04
  Author: arojas
Revision: 295959

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

Added:
  kjsembed/repos/testing-i686/
  kjsembed/repos/testing-i686/PKGBUILD
(from rev 295958, kjsembed/trunk/PKGBUILD)
  kjsembed/repos/testing-x86_64/
  kjsembed/repos/testing-x86_64/PKGBUILD
(from rev 295958, kjsembed/trunk/PKGBUILD)

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

Copied: kjsembed/repos/testing-i686/PKGBUILD (from rev 295958, 
kjsembed/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:46:04 UTC (rev 295959)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Embedded JS'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-svg' 'ki18n' 'kjs')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('73d57549e1f97672053fad9ee80db3909100e4f9f1b33ba40b7ae20bce9f'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kjsembed/repos/testing-x86_64/PKGBUILD (from rev 295958, 
kjsembed/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:46:04 UTC (rev 295959)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjsembed
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Embedded JS'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-svg' 'ki18n' 'kjs')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('73d57549e1f97672053fad9ee80db3909100e4f9f1b33ba40b7ae20bce9f'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:46:37
  Author: arojas
Revision: 295961

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

Added:
  kross/repos/testing-i686/
  kross/repos/testing-i686/PKGBUILD
(from rev 295960, kross/trunk/PKGBUILD)
  kross/repos/testing-x86_64/
  kross/repos/testing-x86_64/PKGBUILD
(from rev 295960, kross/trunk/PKGBUILD)

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

Copied: kross/repos/testing-i686/PKGBUILD (from rev 295960, 
kross/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:46:37 UTC (rev 295961)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kross
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Multi-language application scripting'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('b82fb3da9837c46dcdb71de0656189e543972bb29b93b95dda54c5e837fa5824'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kross/repos/testing-x86_64/PKGBUILD (from rev 295960, 
kross/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:46:37 UTC (rev 295961)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kross
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Multi-language application scripting'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('b82fb3da9837c46dcdb71de0656189e543972bb29b93b95dda54c5e837fa5824'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:45:42
  Author: arojas
Revision: 295958

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

Added:
  khtml/repos/testing-i686/
  khtml/repos/testing-i686/PKGBUILD
(from rev 295957, khtml/trunk/PKGBUILD)
  khtml/repos/testing-x86_64/
  khtml/repos/testing-x86_64/PKGBUILD
(from rev 295957, khtml/trunk/PKGBUILD)

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

Copied: khtml/repos/testing-i686/PKGBUILD (from rev 295957, 
khtml/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:45:42 UTC (rev 295958)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='KHTML APIs'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('giflib' 'kparts' 'kjs')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('bb5ba5a1a3896277f14d713b91bbbd53036e49289287100375eba26f9d048948'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: khtml/repos/testing-x86_64/PKGBUILD (from rev 295957, 
khtml/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:45:42 UTC (rev 295958)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=khtml
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='KHTML APIs'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('giflib' 'kparts' 'kjs')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('bb5ba5a1a3896277f14d713b91bbbd53036e49289287100375eba26f9d048948'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:45:04
  Author: arojas
Revision: 295956

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

Added:
  prison/repos/testing-i686/
  prison/repos/testing-i686/PKGBUILD
(from rev 295955, prison/trunk/PKGBUILD)
  prison/repos/testing-x86_64/
  prison/repos/testing-x86_64/PKGBUILD
(from rev 295955, prison/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: prison/repos/testing-i686/PKGBUILD (from rev 295955, 
prison/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:45:04 UTC (rev 295956)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=prison
+pkgver=5.34.0
+pkgrel=1
+pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL)
+depends=(qt5-base libdmtx qrencode)
+makedepends=(extra-cmake-modules)
+conflicts=(prison-frameworks)
+replaces=(prison-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9d86dae75b8b65268207a59b6362ade0fcfc8287654746ca4a9841e8bc279203'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: prison/repos/testing-x86_64/PKGBUILD (from rev 295955, 
prison/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:45:04 UTC (rev 295956)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=prison
+pkgver=5.34.0
+pkgrel=1
+pkgdesc="A barcode API to produce QRCode barcodes and DataMatrix barcodes"
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL)
+depends=(qt5-base libdmtx qrencode)
+makedepends=(extra-cmake-modules)
+conflicts=(prison-frameworks)
+replaces=(prison-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9d86dae75b8b65268207a59b6362ade0fcfc8287654746ca4a9841e8bc279203'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in oxygen-icons/repos (testing-any testing-any/PKGBUILD)

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:40:56
  Author: arojas
Revision: 295955

archrelease: copy trunk to testing-any

Added:
  oxygen-icons/repos/testing-any/
  oxygen-icons/repos/testing-any/PKGBUILD
(from rev 295954, oxygen-icons/trunk/PKGBUILD)

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

Copied: oxygen-icons/repos/testing-any/PKGBUILD (from rev 295954, 
oxygen-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-05-13 10:40:56 UTC (rev 295955)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=5.34.0
+epoch=1
+pkgrel=1
+pkgdesc="The Oxygen Icon Theme"
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'qt5-base')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}5-${pkgver}.tar.xz"{,.sig})
+sha1sums=('5e7aa350f1b20ccbecf704e2ae71094434f93f7e'
+  'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}5-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_oxygen-icons() {
+  groups=('kf5')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_oxygen-icons-svg() {
+  pkgdesc="The Oxygen Icon Theme (Scalable Vector Graphics)"
+
+  cd ${pkgbase}5-${pkgver}
+  find scalable -type f ! -name '*.sh' -exec \
+install -D -m644 "{}" "${pkgdir}/usr/share/icons/oxygen/{}" \;
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:40:35
  Author: arojas
Revision: 295954

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

Added:
  networkmanager-qt/repos/testing-i686/
  networkmanager-qt/repos/testing-i686/PKGBUILD
(from rev 295953, networkmanager-qt/trunk/PKGBUILD)
  networkmanager-qt/repos/testing-x86_64/
  networkmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 295953, networkmanager-qt/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: networkmanager-qt/repos/testing-i686/PKGBUILD (from rev 295953, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:40:35 UTC (rev 295954)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Qt wrapper for NetworkManager API'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('networkmanager' 'qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+replaces=('libnm-qt5')
+conflicts=('libnm-qt5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('74da0b7a6317cbd6da1e4260d8073f2c2d2e14f474a998993ae58137778e4017'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: networkmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 295953, 
networkmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:40:35 UTC (rev 295954)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=networkmanager-qt
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Qt wrapper for NetworkManager API'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('networkmanager' 'qt5-base')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+replaces=('libnm-qt5')
+conflicts=('libnm-qt5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('74da0b7a6317cbd6da1e4260d8073f2c2d2e14f474a998993ae58137778e4017'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:39:59
  Author: arojas
Revision: 295952

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

Added:
  kxmlrpcclient/repos/testing-i686/
  kxmlrpcclient/repos/testing-i686/PKGBUILD
(from rev 295951, kxmlrpcclient/trunk/PKGBUILD)
  kxmlrpcclient/repos/testing-x86_64/
  kxmlrpcclient/repos/testing-x86_64/PKGBUILD
(from rev 295951, kxmlrpcclient/trunk/PKGBUILD)

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

Copied: kxmlrpcclient/repos/testing-i686/PKGBUILD (from rev 295951, 
kxmlrpcclient/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:39:59 UTC (rev 295952)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kxmlrpcclient
+pkgver=5.34.0
+pkgrel=1
+pkgdesc="XML-RPC client library for KDE"
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient;
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ad0e4d98b0cdc39193c2f9e7abf4a0403fa38fb97120c49f1454960aca52e34e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kxmlrpcclient/repos/testing-x86_64/PKGBUILD (from rev 295951, 
kxmlrpcclient/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:39:59 UTC (rev 295952)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kxmlrpcclient
+pkgver=5.34.0
+pkgrel=1
+pkgdesc="XML-RPC client library for KDE"
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/kde/pim/kxmlrpcclient;
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ad0e4d98b0cdc39193c2f9e7abf4a0403fa38fb97120c49f1454960aca52e34e'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:40:15
  Author: arojas
Revision: 295953

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

Added:
  modemmanager-qt/repos/testing-i686/
  modemmanager-qt/repos/testing-i686/PKGBUILD
(from rev 295952, modemmanager-qt/trunk/PKGBUILD)
  modemmanager-qt/repos/testing-x86_64/
  modemmanager-qt/repos/testing-x86_64/PKGBUILD
(from rev 295952, modemmanager-qt/trunk/PKGBUILD)

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

Copied: modemmanager-qt/repos/testing-i686/PKGBUILD (from rev 295952, 
modemmanager-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:40:15 UTC (rev 295953)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Mainrainer: Antonio Rojas 
+
+pkgname=modemmanager-qt
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Qt wrapper for ModemManager DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(modemmanager qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(kf5)
+conflicts=(libmm-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('30a1f8e989e05d1d4e3e0ad8add5a83c407a3fbcad549742deb21d8898b6c5b1'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: modemmanager-qt/repos/testing-x86_64/PKGBUILD (from rev 295952, 
modemmanager-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:40:15 UTC (rev 295953)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Mainrainer: Antonio Rojas 
+
+pkgname=modemmanager-qt
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Qt wrapper for ModemManager DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(modemmanager qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(kf5)
+conflicts=(libmm-qt5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('30a1f8e989e05d1d4e3e0ad8add5a83c407a3fbcad549742deb21d8898b6c5b1'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:39:40
  Author: arojas
Revision: 295951

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

Added:
  kwayland/repos/testing-i686/
  kwayland/repos/testing-i686/PKGBUILD
(from rev 295950, kwayland/trunk/PKGBUILD)
  kwayland/repos/testing-x86_64/
  kwayland/repos/testing-x86_64/PKGBUILD
(from rev 295950, kwayland/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: kwayland/repos/testing-i686/PKGBUILD (from rev 295950, 
kwayland/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:39:40 UTC (rev 295951)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwayland
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='https://www.kde.org'
+license=('LGPL')
+depends=('qt5-base' 'wayland') # namcap note: wayland is needed for 
nvidia-libgl users
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2b82b53c5839644283a9ec4eaa2d9431b6ccd4f69f0188668c6b1f52554eabff'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kwayland/repos/testing-x86_64/PKGBUILD (from rev 295950, 
kwayland/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:39:40 UTC (rev 295951)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwayland
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='https://www.kde.org'
+license=('LGPL')
+depends=('qt5-base' 'wayland') # namcap note: wayland is needed for 
nvidia-libgl users
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2b82b53c5839644283a9ec4eaa2d9431b6ccd4f69f0188668c6b1f52554eabff'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:39:19
  Author: arojas
Revision: 295950

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

Added:
  ktexteditor/repos/testing-i686/
  ktexteditor/repos/testing-i686/PKGBUILD
(from rev 295949, ktexteditor/trunk/PKGBUILD)
  ktexteditor/repos/testing-x86_64/
  ktexteditor/repos/testing-x86_64/PKGBUILD
(from rev 295949, ktexteditor/trunk/PKGBUILD)

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

Copied: ktexteditor/repos/testing-i686/PKGBUILD (from rev 295949, 
ktexteditor/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:39:19 UTC (rev 295950)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts' 'syntax-highlighting' 'libgit2')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('bcf714ea30c249e9d52eda5f089a5321b6ed283453cf81950319b7e7b8064aa0'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: ktexteditor/repos/testing-x86_64/PKGBUILD (from rev 295949, 
ktexteditor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:39:19 UTC (rev 295950)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktexteditor
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Advanced embeddable text editor'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kparts' 'syntax-highlighting' 'libgit2')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('bcf714ea30c249e9d52eda5f089a5321b6ed283453cf81950319b7e7b8064aa0'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:39:01
  Author: arojas
Revision: 295949

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

Added:
  krunner/repos/testing-i686/
  krunner/repos/testing-i686/PKGBUILD
(from rev 295948, krunner/trunk/PKGBUILD)
  krunner/repos/testing-x86_64/
  krunner/repos/testing-x86_64/PKGBUILD
(from rev 295948, krunner/trunk/PKGBUILD)

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

Copied: krunner/repos/testing-i686/PKGBUILD (from rev 295948, 
krunner/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:39:01 UTC (rev 295949)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Framework for providing different actions given a string query'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+groups=('kf5')
+depends=('plasma-framework' 'threadweaver')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('259acfcf3b6140720bc00550ca0a72e2bcda81b875ed5ddf4fe14c04ce3da258'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: krunner/repos/testing-x86_64/PKGBUILD (from rev 295948, 
krunner/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:39:01 UTC (rev 295949)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=krunner
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Framework for providing different actions given a string query'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+groups=('kf5')
+depends=('plasma-framework' 'threadweaver')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('259acfcf3b6140720bc00550ca0a72e2bcda81b875ed5ddf4fe14c04ce3da258'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:38:44
  Author: arojas
Revision: 295948

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

Added:
  kpeople/repos/testing-i686/
  kpeople/repos/testing-i686/PKGBUILD
(from rev 295947, kpeople/trunk/PKGBUILD)
  kpeople/repos/testing-x86_64/
  kpeople/repos/testing-x86_64/PKGBUILD
(from rev 295947, kpeople/trunk/PKGBUILD)

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

Copied: kpeople/repos/testing-i686/PKGBUILD (from rev 295947, 
kpeople/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:38:44 UTC (rev 295948)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kpeople
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='A library that provides access to all contacts and the people who 
hold them'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kservice kwidgetsaddons kitemviews qt5-declarative)
+makedepends=(extra-cmake-modules python mesa)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('506771d30bf2c88dc95c9f59d25baf11e33d7723ea3d1fa1454403441b39354f'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kpeople/repos/testing-x86_64/PKGBUILD (from rev 295947, 
kpeople/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:38:44 UTC (rev 295948)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=kpeople
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='A library that provides access to all contacts and the people who 
hold them'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kservice kwidgetsaddons kitemviews qt5-declarative)
+makedepends=(extra-cmake-modules python mesa)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('506771d30bf2c88dc95c9f59d25baf11e33d7723ea3d1fa1454403441b39354f'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:38:27
  Author: arojas
Revision: 295947

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

Added:
  knotifyconfig/repos/testing-i686/
  knotifyconfig/repos/testing-i686/PKGBUILD
(from rev 295946, knotifyconfig/trunk/PKGBUILD)
  knotifyconfig/repos/testing-x86_64/
  knotifyconfig/repos/testing-x86_64/PKGBUILD
(from rev 295946, knotifyconfig/trunk/PKGBUILD)

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

Copied: knotifyconfig/repos/testing-i686/PKGBUILD (from rev 295946, 
knotifyconfig/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:38:27 UTC (rev 295947)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifyconfig
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Configuration system for KNotify'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('d3d3c9e3fa77bcabd6848d9969e3e20d478fb4065a0c59c8f5129c83b7109453'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: knotifyconfig/repos/testing-x86_64/PKGBUILD (from rev 295946, 
knotifyconfig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:38:27 UTC (rev 295947)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifyconfig
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Configuration system for KNotify'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('d3d3c9e3fa77bcabd6848d9969e3e20d478fb4065a0c59c8f5129c83b7109453'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:38:08
  Author: arojas
Revision: 295946

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

Added:
  kitemmodels/repos/testing-i686/
  kitemmodels/repos/testing-i686/PKGBUILD
(from rev 295945, kitemmodels/trunk/PKGBUILD)
  kitemmodels/repos/testing-x86_64/
  kitemmodels/repos/testing-x86_64/PKGBUILD
(from rev 295945, kitemmodels/trunk/PKGBUILD)

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

Copied: kitemmodels/repos/testing-i686/PKGBUILD (from rev 295945, 
kitemmodels/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:38:08 UTC (rev 295946)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemmodels
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Models for Qt Model/View system'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'python2-pyqt5' 'python-pyqt5' 'clang')
+optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('05a72132df6001069273cc1425d65e890edf8112ac88cd2c6b61f5a3ee0d38d2'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kitemmodels/repos/testing-x86_64/PKGBUILD (from rev 295945, 
kitemmodels/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:38:08 UTC (rev 295946)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemmodels
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Models for Qt Model/View system'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'python2-pyqt5' 'python-pyqt5' 'clang')
+optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to 
use the Python 2 bindings')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('05a72132df6001069273cc1425d65e890edf8112ac88cd2c6b61f5a3ee0d38d2'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:37:45
  Author: arojas
Revision: 295945

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

Added:
  kimageformats/repos/testing-i686/
  kimageformats/repos/testing-i686/PKGBUILD
(from rev 295944, kimageformats/trunk/PKGBUILD)
  kimageformats/repos/testing-x86_64/
  kimageformats/repos/testing-x86_64/PKGBUILD
(from rev 295944, kimageformats/trunk/PKGBUILD)

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

Copied: kimageformats/repos/testing-i686/PKGBUILD (from rev 295944, 
kimageformats/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:37:45 UTC (rev 295945)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kimageformats
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Image format plugins for Qt5'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base' 'openexr')
+makedepends=('extra-cmake-modules' 'karchive' 'mesa')
+optdepends=('karchive: plugin for Krita and OpenRaster images')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('5c466ba11a7fcb393c79b5918c07832a07d302ae374c3b08c74d4c4c19793661'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kimageformats/repos/testing-x86_64/PKGBUILD (from rev 295944, 
kimageformats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:37:45 UTC (rev 295945)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kimageformats
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Image format plugins for Qt5'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base' 'openexr')
+makedepends=('extra-cmake-modules' 'karchive' 'mesa')
+optdepends=('karchive: plugin for Krita and OpenRaster images')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('5c466ba11a7fcb393c79b5918c07832a07d302ae374c3b08c74d4c4c19793661'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:37:21
  Author: arojas
Revision: 295944

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

Added:
  kemoticons/repos/testing-i686/
  kemoticons/repos/testing-i686/PKGBUILD
(from rev 295943, kemoticons/trunk/PKGBUILD)
  kemoticons/repos/testing-x86_64/
  kemoticons/repos/testing-x86_64/PKGBUILD
(from rev 295943, kemoticons/trunk/PKGBUILD)

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

Copied: kemoticons/repos/testing-i686/PKGBUILD (from rev 295943, 
kemoticons/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:37:21 UTC (rev 295944)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('karchive' 'kservice')
+makedepends=('extra-cmake-modules' 'python' 'mesa')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a83faa9ad757528040b3261088e821f9dc6ded0fad8ef8d97cac1a0e3c16010a'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kemoticons/repos/testing-x86_64/PKGBUILD (from rev 295943, 
kemoticons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:37:21 UTC (rev 295944)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kemoticons
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Support for emoticons and emoticons themes'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('karchive' 'kservice')
+makedepends=('extra-cmake-modules' 'python' 'mesa')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a83faa9ad757528040b3261088e821f9dc6ded0fad8ef8d97cac1a0e3c16010a'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:37:00
  Author: arojas
Revision: 295943

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

Added:
  kdnssd/repos/testing-i686/
  kdnssd/repos/testing-i686/PKGBUILD
(from rev 295942, kdnssd/trunk/PKGBUILD)
  kdnssd/repos/testing-x86_64/
  kdnssd/repos/testing-x86_64/PKGBUILD
(from rev 295942, kdnssd/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: kdnssd/repos/testing-i686/PKGBUILD (from rev 295942, 
kdnssd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:37:00 UTC (rev 295943)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Abstraction to system DNSSD features'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base' 'avahi')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+replaces=('kdnssd-framework')
+conflicts=('kdnssd-framework')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('0029e90f01dc8a7e751d96a11ba6ce6ae541c8f4cac9eac8556d7a9e6a6c5520'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdnssd/repos/testing-x86_64/PKGBUILD (from rev 295942, 
kdnssd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:37:00 UTC (rev 295943)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdnssd
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Abstraction to system DNSSD features'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base' 'avahi')
+makedepends=('extra-cmake-modules' 'qt5-tools')
+groups=('kf5')
+replaces=('kdnssd-framework')
+conflicts=('kdnssd-framework')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('0029e90f01dc8a7e751d96a11ba6ce6ae541c8f4cac9eac8556d7a9e6a6c5520'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:36:37
  Author: arojas
Revision: 295942

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

Added:
  kdesu/repos/testing-i686/
  kdesu/repos/testing-i686/PKGBUILD
(from rev 295941, kdesu/trunk/PKGBUILD)
  kdesu/repos/testing-x86_64/
  kdesu/repos/testing-x86_64/PKGBUILD
(from rev 295941, kdesu/trunk/PKGBUILD)

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

Copied: kdesu/repos/testing-i686/PKGBUILD (from rev 295941, 
kdesu/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:36:37 UTC (rev 295942)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesu
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Integration with su for elevated privileges'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kservice' 'kpty')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2d0632e80011fc19ff611d73c6e996211146b66743d9f5e67c5423374d03bd12'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# See FS#44277
+  chown :nobody "${pkgdir}"/usr/lib/kf5/kdesud
+  chmod g+s "${pkgdir}"/usr/lib/kf5/kdesud
+}

Copied: kdesu/repos/testing-x86_64/PKGBUILD (from rev 295941, 
kdesu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:36:37 UTC (rev 295942)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesu
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Integration with su for elevated privileges'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kservice' 'kpty')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2d0632e80011fc19ff611d73c6e996211146b66743d9f5e67c5423374d03bd12'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# See FS#44277
+  chown :nobody "${pkgdir}"/usr/lib/kf5/kdesud
+  chmod g+s "${pkgdir}"/usr/lib/kf5/kdesud
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:36:00
  Author: arojas
Revision: 295941

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

Added:
  kded/repos/testing-i686/
  kded/repos/testing-i686/PKGBUILD
(from rev 295940, kded/trunk/PKGBUILD)
  kded/repos/testing-x86_64/
  kded/repos/testing-x86_64/PKGBUILD
(from rev 295940, kded/trunk/PKGBUILD)

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

Copied: kded/repos/testing-i686/PKGBUILD (from rev 295940, kded/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:36:00 UTC (rev 295941)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kded
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Extensible deamon for providing system level services'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f8fb127da4cbe1c72f7ddf118e54298d5aa8199e2130e38df30f98c7d6e1c463'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kded/repos/testing-x86_64/PKGBUILD (from rev 295940, 
kded/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:36:00 UTC (rev 295941)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kded
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Extensible deamon for providing system level services'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f8fb127da4cbe1c72f7ddf118e54298d5aa8199e2130e38df30f98c7d6e1c463'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:35:17
  Author: arojas
Revision: 295940

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

Added:
  kactivities-stats/repos/testing-i686/
  kactivities-stats/repos/testing-i686/PKGBUILD
(from rev 295939, kactivities-stats/trunk/PKGBUILD)
  kactivities-stats/repos/testing-x86_64/
  kactivities-stats/repos/testing-x86_64/PKGBUILD
(from rev 295939, kactivities-stats/trunk/PKGBUILD)

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

Copied: kactivities-stats/repos/testing-i686/PKGBUILD (from rev 295939, 
kactivities-stats/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:35:17 UTC (rev 295940)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 261838 2016-03-16 07:36:15Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities-stats
+pkgver=5.34.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="A library for accessing the usage data collected by the activities 
system"
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kactivities')
+makedepends=('extra-cmake-modules' 'boost')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1920c36a04461d0a3bc7f059bb7a2cfa64ce135d7db642d40c95a7a621c1cab5'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kactivities-stats/repos/testing-x86_64/PKGBUILD (from rev 295939, 
kactivities-stats/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:35:17 UTC (rev 295940)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 261838 2016-03-16 07:36:15Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities-stats
+pkgver=5.34.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="A library for accessing the usage data collected by the activities 
system"
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kactivities')
+makedepends=('extra-cmake-modules' 'boost')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1920c36a04461d0a3bc7f059bb7a2cfa64ce135d7db642d40c95a7a621c1cab5'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:34:58
  Author: arojas
Revision: 295939

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

Added:
  frameworkintegration/repos/testing-i686/
  frameworkintegration/repos/testing-i686/PKGBUILD
(from rev 295938, frameworkintegration/trunk/PKGBUILD)
  frameworkintegration/repos/testing-x86_64/
  frameworkintegration/repos/testing-x86_64/PKGBUILD
(from rev 295938, frameworkintegration/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: frameworkintegration/repos/testing-i686/PKGBUILD (from rev 295938, 
frameworkintegration/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:34:58 UTC (rev 295939)
@@ -0,0 +1,40 @@
+
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=frameworkintegration
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kpackage' 'knewstuff')
+makedepends=('extra-cmake-modules' 'python' 'appstream-qt' 'packagekit-qt5')
+optdepends=('appstream-qt: dependency resolving via AppStream' 
'packagekit-qt5: dependency resolving via AppStream')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('40ac4623c0292442853ac8e905c0282aaa0063c594693beae7c07f69bfc80143'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: frameworkintegration/repos/testing-x86_64/PKGBUILD (from rev 295938, 
frameworkintegration/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:34:58 UTC (rev 295939)
@@ -0,0 +1,40 @@
+
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=frameworkintegration
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kpackage' 'knewstuff')
+makedepends=('extra-cmake-modules' 'python' 'appstream-qt' 'packagekit-qt5')
+optdepends=('appstream-qt: dependency resolving via AppStream' 
'packagekit-qt5: dependency resolving via AppStream')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('40ac4623c0292442853ac8e905c0282aaa0063c594693beae7c07f69bfc80143'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in breeze-icons/repos (testing-any testing-any/PKGBUILD)

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:34:37
  Author: arojas
Revision: 295938

archrelease: copy trunk to testing-any

Added:
  breeze-icons/repos/testing-any/
  breeze-icons/repos/testing-any/PKGBUILD
(from rev 295937, breeze-icons/trunk/PKGBUILD)

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

Copied: breeze-icons/repos/testing-any/PKGBUILD (from rev 295937, 
breeze-icons/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-05-13 10:34:37 UTC (rev 295938)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=breeze-icons
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Breeze icon themes'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+groups=('kf5')
+makedepends=('extra-cmake-modules' 'qt5-base')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8acc1560ee349d4858025ac3525abaa5a7edd879e5589173e1337bb3dea3dffe'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBINARY_ICONS_RESOURCE=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:34:09
  Author: arojas
Revision: 295936

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

Added:
  baloo/repos/testing-i686/
  baloo/repos/testing-i686/PKGBUILD
(from rev 295935, baloo/trunk/PKGBUILD)
  baloo/repos/testing-x86_64/
  baloo/repos/testing-x86_64/PKGBUILD
(from rev 295935, baloo/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: baloo/repos/testing-i686/PKGBUILD (from rev 295935, 
baloo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:34:09 UTC (rev 295936)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo
+pkgver=5.34.0
+pkgrel=1
+pkgdesc="A framework for searching and managing metadata"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kfilemetadata' 'kidletime' 'kio' 'lmdb' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('baloo-frameworks')
+replaces=('baloo-frameworks' 'baloo4')
+provides=('baloo-frameworks')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ca07853d79de94842b24d57e52c371aae2a07bb8e08fd31298ad271cada5a37c'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: baloo/repos/testing-x86_64/PKGBUILD (from rev 295935, 
baloo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:34:09 UTC (rev 295936)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo
+pkgver=5.34.0
+pkgrel=1
+pkgdesc="A framework for searching and managing metadata"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kfilemetadata' 'kidletime' 'kio' 'lmdb' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('baloo-frameworks')
+replaces=('baloo-frameworks' 'baloo4')
+provides=('baloo-frameworks')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ca07853d79de94842b24d57e52c371aae2a07bb8e08fd31298ad271cada5a37c'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:33:52
  Author: arojas
Revision: 295935

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

Added:
  knewstuff/repos/testing-i686/
  knewstuff/repos/testing-i686/PKGBUILD
(from rev 295934, knewstuff/trunk/PKGBUILD)
  knewstuff/repos/testing-x86_64/
  knewstuff/repos/testing-x86_64/PKGBUILD
(from rev 295934, knewstuff/trunk/PKGBUILD)

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

Copied: knewstuff/repos/testing-i686/PKGBUILD (from rev 295934, 
knewstuff/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:33:52 UTC (rev 295935)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knewstuff
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Support for downloading application assets from the network'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('02ad34252a5205824cbee79752593e09adfd8b3992cca712fd4da4cca91fa5a5'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: knewstuff/repos/testing-x86_64/PKGBUILD (from rev 295934, 
knewstuff/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:33:52 UTC (rev 295935)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=knewstuff
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Support for downloading application assets from the network'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('02ad34252a5205824cbee79752593e09adfd8b3992cca712fd4da4cca91fa5a5'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:34:26
  Author: arojas
Revision: 295937

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

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 295936, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 295936, bluez-qt/trunk/PKGBUILD)

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

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 295936, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:34:26 UTC (rev 295937)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ae059102b00e6f6c0d49bf1450d0da617d0d00ecfc8adef03329751794d00f10'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 295936, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:34:26 UTC (rev 295937)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bluez-qt
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules mesa)
+conflicts=(libbluedevil-frameworks)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ae059102b00e6f6c0d49bf1450d0da617d0d00ecfc8adef03329751794d00f10'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:33:33
  Author: arojas
Revision: 295934

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

Added:
  syntax-highlighting/repos/testing-i686/
  syntax-highlighting/repos/testing-i686/PKGBUILD
(from rev 295933, syntax-highlighting/trunk/PKGBUILD)
  syntax-highlighting/repos/testing-i686/pkgbuild-syntax-highlight.patch
(from rev 295933, syntax-highlighting/trunk/pkgbuild-syntax-highlight.patch)
  syntax-highlighting/repos/testing-x86_64/
  syntax-highlighting/repos/testing-x86_64/PKGBUILD
(from rev 295933, syntax-highlighting/trunk/PKGBUILD)
  syntax-highlighting/repos/testing-x86_64/pkgbuild-syntax-highlight.patch
(from rev 295933, syntax-highlighting/trunk/pkgbuild-syntax-highlight.patch)

+
 testing-i686/PKGBUILD  |   42 +++
 testing-i686/pkgbuild-syntax-highlight.patch   |   11 ++
 testing-x86_64/PKGBUILD|   42 +++
 testing-x86_64/pkgbuild-syntax-highlight.patch |   11 ++
 4 files changed, 106 insertions(+)

Copied: syntax-highlighting/repos/testing-i686/PKGBUILD (from rev 295933, 
syntax-highlighting/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:33:33 UTC (rev 295934)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 278167 2016-10-10 12:21:17Z arojas $
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=syntax-highlighting
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Syntax highlighting engine for structured text and code'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(GPL2)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules qt5-xmlpatterns qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+pkgbuild-syntax-highlight.patch)
+sha256sums=('884b266cfcec466d7f86053c7bcefccf27b256651ad123656939c9bfe9e2ce67'
+'SKIP'
+'0de3f92677e41f299278d3a9adaa012822576248fd1c4e86f5dd25e2790a4d81')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+# Add PKGBUILD syntax highlighting
+  cd $pkgname-$pkgver
+  patch -p1 -i ../pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: syntax-highlighting/repos/testing-i686/pkgbuild-syntax-highlight.patch 
(from rev 295933, syntax-highlighting/trunk/pkgbuild-syntax-highlight.patch)
===
--- testing-i686/pkgbuild-syntax-highlight.patch
(rev 0)
+++ testing-i686/pkgbuild-syntax-highlight.patch2017-05-13 10:33:33 UTC 
(rev 295934)
@@ -0,0 +1,11 @@
+--- src/data/syntax/bash.xml~  2013-06-13 09:46:51.569245577 +
 src/data/syntax/bash.xml   2013-06-13 09:47:31.745637790 +
+@@ -8,7 +8,7 @@
+ 
+  
+ ]>
+-
++
+ 
+ 
+  
+ ]>
+-
++
+ 
+ 

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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:32:57
  Author: arojas
Revision: 295932

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

Added:
  kfilemetadata/repos/testing-i686/
  kfilemetadata/repos/testing-i686/PKGBUILD
(from rev 295931, kfilemetadata/trunk/PKGBUILD)
  kfilemetadata/repos/testing-x86_64/
  kfilemetadata/repos/testing-x86_64/PKGBUILD
(from rev 295931, kfilemetadata/trunk/PKGBUILD)

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

Copied: kfilemetadata/repos/testing-i686/PKGBUILD (from rev 295931, 
kfilemetadata/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:32:57 UTC (rev 295932)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfilemetadata
+pkgver=5.34.0
+pkgrel=1
+pkgdesc="A library for extracting file metadata"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+optdepends=('catdoc: Extract text from office 98 files')
+makedepends=('extra-cmake-modules' 'catdoc' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha1sums=('c3bd1e379e725dd40d723f1d13aa426e0908be7d'
+  'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kfilemetadata/repos/testing-x86_64/PKGBUILD (from rev 295931, 
kfilemetadata/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:32:57 UTC (rev 295932)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfilemetadata
+pkgver=5.34.0
+pkgrel=1
+pkgdesc="A library for extracting file metadata"
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+optdepends=('catdoc: Extract text from office 98 files')
+makedepends=('extra-cmake-modules' 'catdoc' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha1sums=('c3bd1e379e725dd40d723f1d13aa426e0908be7d'
+  'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:33:15
  Author: arojas
Revision: 295933

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

Added:
  kidletime/repos/testing-i686/
  kidletime/repos/testing-i686/PKGBUILD
(from rev 295932, kidletime/trunk/PKGBUILD)
  kidletime/repos/testing-x86_64/
  kidletime/repos/testing-x86_64/PKGBUILD
(from rev 295932, kidletime/trunk/PKGBUILD)

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

Copied: kidletime/repos/testing-i686/PKGBUILD (from rev 295932, 
kidletime/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:33:15 UTC (rev 295933)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kidletime
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Monitoring user activity'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxss')
+makedepends=('extra-cmake-modules' 'mesa')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('8f08be04214fb9cc0ef1bf463d8f577f72ddbdc2048bab29455578517e341d7d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kidletime/repos/testing-x86_64/PKGBUILD (from rev 295932, 
kidletime/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:33:15 UTC (rev 295933)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kidletime
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Monitoring user activity'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxss')
+makedepends=('extra-cmake-modules' 'mesa')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('8f08be04214fb9cc0ef1bf463d8f577f72ddbdc2048bab29455578517e341d7d'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:32:37
  Author: arojas
Revision: 295931

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

Added:
  kjs/repos/testing-i686/
  kjs/repos/testing-i686/PKGBUILD
(from rev 295930, kjs/trunk/PKGBUILD)
  kjs/repos/testing-x86_64/
  kjs/repos/testing-x86_64/PKGBUILD
(from rev 295930, kjs/trunk/PKGBUILD)

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

Copied: kjs/repos/testing-i686/PKGBUILD (from rev 295930, kjs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:32:37 UTC (rev 295931)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjs
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Support for JS scripting in applications'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('58f7027ced82029b27e7c11e8c404b99e95d194ddee7c00cb0388e13619867a1'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kjs/repos/testing-x86_64/PKGBUILD (from rev 295930, kjs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:32:37 UTC (rev 295931)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjs
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Support for JS scripting in applications'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'kdoctools')
+groups=('kf5-aids')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('58f7027ced82029b27e7c11e8c404b99e95d194ddee7c00cb0388e13619867a1'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:32:11
  Author: arojas
Revision: 295930

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

Added:
  plasma-framework/repos/testing-i686/
  plasma-framework/repos/testing-i686/PKGBUILD
(from rev 295929, plasma-framework/trunk/PKGBUILD)
  plasma-framework/repos/testing-x86_64/
  plasma-framework/repos/testing-x86_64/PKGBUILD
(from rev 295929, plasma-framework/trunk/PKGBUILD)

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

Copied: plasma-framework/repos/testing-i686/PKGBUILD (from rev 295929, 
plasma-framework/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:32:11 UTC (rev 295930)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-framework
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-quickcontrols' 'kactivities' 'kdeclarative' 'kwayland')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a9a3c917997ec1bc0b537aa0c3f8fad66c47392c26549febed88713735665171'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: plasma-framework/repos/testing-x86_64/PKGBUILD (from rev 295929, 
plasma-framework/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:32:11 UTC (rev 295930)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-framework
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-quickcontrols' 'kactivities' 'kdeclarative' 'kwayland')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a9a3c917997ec1bc0b537aa0c3f8fad66c47392c26549febed88713735665171'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:30:57
  Author: arojas
Revision: 295926

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

Added:
  kunitconversion/repos/testing-i686/
  kunitconversion/repos/testing-i686/PKGBUILD
(from rev 295925, kunitconversion/trunk/PKGBUILD)
  kunitconversion/repos/testing-x86_64/
  kunitconversion/repos/testing-x86_64/PKGBUILD
(from rev 295925, kunitconversion/trunk/PKGBUILD)

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

Copied: kunitconversion/repos/testing-i686/PKGBUILD (from rev 295925, 
kunitconversion/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:30:57 UTC (rev 295926)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kunitconversion
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Support for unit conversion'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('ki18n')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('553378be1e5a4460b8c15b57511c99df85fbf06c351c88a3fb792bb7a8039d6c'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kunitconversion/repos/testing-x86_64/PKGBUILD (from rev 295925, 
kunitconversion/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:30:57 UTC (rev 295926)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kunitconversion
+pkgver=5.34.0
+pkgrel=1
+pkgdesc='Support for unit conversion'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('ki18n')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('553378be1e5a4460b8c15b57511c99df85fbf06c351c88a3fb792bb7a8039d6c'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-05-13 Thread Antonio Rojas
Date: Saturday, May 13, 2017 @ 10:31:51
  Author: arojas
Revision: 295929

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

Added:
  kactivities/repos/testing-i686/
  kactivities/repos/testing-i686/PKGBUILD
(from rev 295928, kactivities/trunk/PKGBUILD)
  kactivities/repos/testing-x86_64/
  kactivities/repos/testing-x86_64/PKGBUILD
(from rev 295928, kactivities/trunk/PKGBUILD)

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

Copied: kactivities/repos/testing-i686/PKGBUILD (from rev 295928, 
kactivities/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-05-13 10:31:51 UTC (rev 295929)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities
+pkgver=5.34.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Core components for the KDE's Activities"
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'kconfig' 'qt5-declarative')
+makedepends=('extra-cmake-modules' 'boost' 'python')
+provides=('kactivities-frameworks')
+conflicts=('kactivities-frameworks' 'kactivities4')
+replaces=('kactivities-frameworks')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b5b8273fae5ea0a243c447f0ea34b890197b6d29b17e4d64645113d7db5ce635'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kactivities/repos/testing-x86_64/PKGBUILD (from rev 295928, 
kactivities/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-05-13 10:31:51 UTC (rev 295929)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kactivities
+pkgver=5.34.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Core components for the KDE's Activities"
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'kconfig' 'qt5-declarative')
+makedepends=('extra-cmake-modules' 'boost' 'python')
+provides=('kactivities-frameworks')
+conflicts=('kactivities-frameworks' 'kactivities4')
+replaces=('kactivities-frameworks')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b5b8273fae5ea0a243c447f0ea34b890197b6d29b17e4d64645113d7db5ce635'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DQML_INSTALL_DIR=lib/qt/qml \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


  1   2   >