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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 06:59:20
  Author: felixonmars
Revision: 256557

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

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

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

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

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

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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 07:17:15
  Author: felixonmars
Revision: 256606

upgpkg: haskell-hledger-lib 1.3.2-1

rebuild with hledger-lib,1.3.2

Modified:
  haskell-hledger-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 07:11:32 UTC (rev 256605)
+++ PKGBUILD2017-09-09 07:17:15 UTC (rev 256606)
@@ -4,8 +4,8 @@
 
 _hkgname=hledger-lib
 pkgname=haskell-hledger-lib
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
 pkgdesc="Core data types, parsers and functionality for the hledger accounting 
tools"
 url="http://hledger.org";
 license=("GPL")
@@ -18,7 +18,7 @@
  'haskell-semigroups')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('36c201666bd20eada999d327bba27d6bae15fd9163ae394f7f3163f51fb13c6e519e5cc90c97e7869a82bbf72e0f85a853c3ba7f357eb1c737ceeff796df')
+sha512sums=('f03a39f183263a9e2a4f46c148ed8fe8357c5731b6bde385655b0f7f252e4a1422c2ac547d9f8ffd0f046fd12f6195004d8dea3de248c565561bd02a07f005e7')
 
 prepare() {
 # It does nothing


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 07:17:53
  Author: felixonmars
Revision: 256607

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

Added:
  haskell-hledger-lib/repos/community-staging-i686/
  haskell-hledger-lib/repos/community-staging-i686/PKGBUILD
(from rev 256606, haskell-hledger-lib/trunk/PKGBUILD)
  haskell-hledger-lib/repos/community-staging-x86_64/
  haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD
(from rev 256606, haskell-hledger-lib/trunk/PKGBUILD)

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

Copied: haskell-hledger-lib/repos/community-staging-i686/PKGBUILD (from rev 
256606, haskell-hledger-lib/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-09 07:17:53 UTC (rev 256607)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hledger-lib
+pkgname=haskell-hledger-lib
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="Core data types, parsers and functionality for the hledger accounting 
tools"
+url="http://hledger.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat' 
'haskell-blaze-markup'
+ 'haskell-cmdargs' 'haskell-csv' 'haskell-data-default' 
'haskell-decimal'
+ 'haskell-hashtables' 'haskell-megaparsec' 'haskell-mtl' 
'haskell-old-time'
+ 'haskell-pretty-show' 'haskell-regex-tdfa' 'haskell-safe' 
'haskell-split' 'haskell-text'
+ 'haskell-uglymemo' 'haskell-utf8-string' 'haskell-hunit' 
'haskell-parsec'
+ 'haskell-semigroups')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('f03a39f183263a9e2a4f46c148ed8fe8357c5731b6bde385655b0f7f252e4a1422c2ac547d9f8ffd0f046fd12f6195004d8dea3de248c565561bd02a07f005e7')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-oldtime
+runhaskell Setup build
+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"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD (from rev 
256606, haskell-hledger-lib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-09 07:17:53 UTC (rev 256607)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hledger-lib
+pkgname=haskell-hledger-lib
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="Core data types, parsers and functionality for the hledger accounting 
tools"
+url="http://hledger.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat' 
'haskell-blaze-markup'
+ 'haskell-cmdargs' 'haskell-csv' 'haskell-data-default' 
'haskell-decimal'
+ 'haskell-hashtables' 'haskell-megaparsec' 'haskell-mtl' 
'haskell-old-time'
+ 'haskell-pretty-show' 'haskell-regex-tdfa' 'haskell-safe' 
'haskell-split' 'haskell-text'
+ 'haskell-uglymemo' 'haskell-utf8-string' 'haskell-hunit' 
'haskell-parsec'
+ 'haskell-semigroups')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('f03a39f183263a9e2a4f46c148ed8fe8357c5731b6bde385655b0f7f252e4a1422c2ac547d9f8ffd0f046fd12f6195004d8dea3de248c565561bd02a07f005e7')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/shar

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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 07:20:10
  Author: felixonmars
Revision: 256608

upgpkg: hledger 1.3.1-3

rebuild with hledger-lib,1.3.2

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 07:17:53 UTC (rev 256607)
+++ PKGBUILD2017-09-09 07:20:10 UTC (rev 256608)
@@ -4,7 +4,7 @@
 
 pkgname=hledger
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Command-line interface for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 07:20:48
  Author: felixonmars
Revision: 256609

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

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

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

Copied: hledger/repos/community-staging-i686/PKGBUILD (from rev 256608, 
hledger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-09 07:20:48 UTC (rev 256609)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger
+pkgver=1.3.1
+pkgrel=3
+pkgdesc="Command-line interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-base-compat" 
"haskell-file-embed" "haskell-here"
+ "haskell-pretty-show" "haskell-temporary" "haskell-tabular" 
"haskell-hledger-lib"
+ "haskell-unordered-containers" "haskell-cmdargs" "haskell-csv" 
"haskell-data-default"
+ "haskell-hashable" "haskell-hunit" "haskell-mtl" "haskell-old-time" 
"haskell-megaparsec"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-split" "haskell-text" 
"haskell-utf8-string"
+ "haskell-wizards" "haskell-shakespeare")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('71b1e4f75c582ada81487ac8a69a120d7c7d43510692600c833f546839faf4dbb2dc1525736688e421308e80ef5276eb95ce328f51453bb272aed2cd841fc070')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-oldtime -fterminfo -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: hledger/repos/community-staging-x86_64/PKGBUILD (from rev 256608, 
hledger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-09 07:20:48 UTC (rev 256609)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger
+pkgver=1.3.1
+pkgrel=3
+pkgdesc="Command-line interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-base-compat" 
"haskell-file-embed" "haskell-here"
+ "haskell-pretty-show" "haskell-temporary" "haskell-tabular" 
"haskell-hledger-lib"
+ "haskell-unordered-containers" "haskell-cmdargs" "haskell-csv" 
"haskell-data-default"
+ "haskell-hashable" "haskell-hunit" "haskell-mtl" "haskell-old-time" 
"haskell-megaparsec"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-split" "haskell-text" 
"haskell-utf8-string"
+ "haskell-wizards" "haskell-shakespeare")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('71b1e4f75c582ada81487ac8a69a120d7c7d43510692600c833f546839faf4dbb2dc1525736688e421308e80ef5276eb95ce328f51453bb272aed2cd841fc070')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/l

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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 07:23:20
  Author: felixonmars
Revision: 256610

upgpkg: hledger-api 1.3.1-5

rebuild with hledger-lib,1.3.2

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 07:20:48 UTC (rev 256609)
+++ PKGBUILD2017-09-09 07:23:20 UTC (rev 256610)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-api
 pkgver=1.3.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 07:23:59
  Author: felixonmars
Revision: 256611

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

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

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

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

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


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 07:25:47
  Author: felixonmars
Revision: 256612

upgpkg: hledger-ui 1.3.1-4

rebuild with hledger-lib,1.3.2

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 07:23:59 UTC (rev 256611)
+++ PKGBUILD2017-09-09 07:25:47 UTC (rev 256612)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-ui
 pkgver=1.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 07:26:24
  Author: felixonmars
Revision: 256613

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

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

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

Copied: hledger-ui/repos/community-staging-i686/PKGBUILD (from rev 256612, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-09 07:26:24 UTC (rev 256613)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.3.1
+pkgrel=4
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'hledger' "haskell-hledger-lib" "haskell-ansi-terminal" 
"haskell-async"
+ "haskell-base-compat" "haskell-cmdargs" "haskell-data-default" 
"haskell-fsnotify"
+ "haskell-hunit" "haskell-microlens" "haskell-microlens-platform" 
"haskell-megaparsec"
+ "haskell-pretty-show" "haskell-safe" "haskell-split" "haskell-text" 
"haskell-text-zipper"
+ "haskell-vector" "haskell-brick" "haskell-vty")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('2990e46739d1831a3848cb394133bfb676ee7cc0ef3fbd1271915dfc984a192544bbc3f3a594f820f4cff0a5935d682579979c5b57eeae4e16ec58edeaacf24e')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-e 's/, vty >= 5.5 && < 5.16/, vty >= 5.5/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-f-oldtime -fthreaded
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 256612, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-09 07:26:24 UTC (rev 256613)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.3.1
+pkgrel=4
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'hledger' "haskell-hledger-lib" "haskell-ansi-terminal" 
"haskell-async"
+ "haskell-base-compat" "haskell-cmdargs" "haskell-data-default" 
"haskell-fsnotify"
+ "haskell-hunit" "haskell-microlens" "haskell-microlens-platform" 
"haskell-megaparsec"
+ "haskell-pretty-show" "haskell-safe" "haskell-split" "haskell-text" 
"haskell-text-zipper"
+ "haskell-vector" "haskell-brick" "haskell-vty")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('2990e46739d1831a3848cb394133bfb676ee7cc0ef3fbd1271915dfc984a192544bbc3f3a594f820f4cff0a5935d682579979c5b57eeae4e16ec58edeaacf24e')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-e 's/, vty >= 5.5 && < 5.16/, vty >= 5.5/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-f-oldtime -fthreaded
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 07:29:16
  Author: felixonmars
Revision: 256614

upgpkg: hledger-web 1.3.1-9

rebuild with hledger-lib,1.3.2

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 07:26:24 UTC (rev 256613)
+++ PKGBUILD2017-09-09 07:29:16 UTC (rev 256614)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.3.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 07:29:54
  Author: felixonmars
Revision: 256615

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

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

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

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 256614, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-09 07:29:54 UTC (rev 256615)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.3.1
+pkgrel=9
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'hledger' "haskell-hledger-lib" "haskell-base-compat" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-clientsession" "haskell-cmdargs" 
"haskell-data-default"
+ "haskell-hjsmin" "haskell-http-conduit" "haskell-http-client" 
"haskell-hunit"
+ "haskell-conduit-extra" "haskell-safe" "haskell-shakespeare" 
"haskell-text" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-handler-launch" "haskell-warp" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-static" 
"haskell-json" 
+ "haskell-megaparsec" "haskell-mtl")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('39517998fbbf73c931a056f4e9e2a134e022516bebd9ecb012ae1a32f94d5b46ecfd71cf70e73ef612fa4ca46e6be78fd132e84405fc9abd0e98238d73d0aadf')
+
+prepare() {
+sed -e 's/megaparsec >=5.0 && < 5.3/megaparsec >=5.0 \&\& < 5.4/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}

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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 08:15:56
  Author: felixonmars
Revision: 256622

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

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

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

Copied: haskell-hashtables/repos/community-staging-i686/PKGBUILD (from rev 
256621, haskell-hashtables/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-09 08:15:56 UTC (rev 256622)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 147140 2015-11-19 09:43:21Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hashtables
+pkgname=haskell-hashtables
+pkgver=1.2.2.0
+pkgrel=1
+pkgdesc="Mutable hash tables in the ST monad"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'sh' 'haskell-hashable' 'haskell-primitive' 
'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('d229dd1fa64f91dd2c4b12aab0317ccd8cc778c1fc040fe2295a3bda6435a46fe5b2e768c7a19bb5dfe8aa8e8480541238d64c16b9b3a63a48eed17430f66cd4')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup 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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-hashtables/repos/community-staging-x86_64/PKGBUILD (from rev 
256621, haskell-hashtables/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-09 08:15:56 UTC (rev 256622)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 147140 2015-11-19 09:43:21Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hashtables
+pkgname=haskell-hashtables
+pkgver=1.2.2.0
+pkgrel=1
+pkgdesc="Mutable hash tables in the ST monad"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'sh' 'haskell-hashable' 'haskell-primitive' 
'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('d229dd1fa64f91dd2c4b12aab0317ccd8cc778c1fc040fe2295a3bda6435a46fe5b2e768c7a19bb5dfe8aa8e8480541238d64c16b9b3a63a48eed17430f66cd4')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup 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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 08:15:19
  Author: felixonmars
Revision: 256621

upgpkg: haskell-hashtables 1.2.2.0-1

rebuild with hashtables,1.2.2.0

Modified:
  haskell-hashtables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 08:07:49 UTC (rev 256620)
+++ PKGBUILD2017-09-09 08:15:19 UTC (rev 256621)
@@ -4,8 +4,8 @@
 
 _hkgname=hashtables
 pkgname=haskell-hashtables
-pkgver=1.2.1.1
-pkgrel=6
+pkgver=1.2.2.0
+pkgrel=1
 pkgdesc="Mutable hash tables in the ST monad"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
@@ -13,7 +13,7 @@
 depends=('ghc-libs' 'sh' 'haskell-hashable' 'haskell-primitive' 
'haskell-vector')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('e8e22104005fe2994c4418e8465b019970330c73a5f653e5ab4bbc4c37733faabdc2a421dcada8f300185d29e5622168293f69b1991677d3e97d114c4ccc1f14')
+sha512sums=('d229dd1fa64f91dd2c4b12aab0317ccd8cc778c1fc040fe2295a3bda6435a46fe5b2e768c7a19bb5dfe8aa8e8480541238d64c16b9b3a63a48eed17430f66cd4')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 08:17:10
  Author: felixonmars
Revision: 256624

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-09 08:16:27 UTC (rev 256623)
+++ community-i686/PKGBUILD 2017-09-09 08:17:10 UTC (rev 256624)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=glider
-pkgver=0.3.2
-pkgrel=1
-pkgdesc="A forward proxy with multiple protocols support"
-arch=('i686' 'x86_64')
-url="https://github.com/nadoo/glider";
-license=('GPL')
-depends=('glibc')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz";)
-sha512sums=('36ca2d59a63960b1883e73c70f07d12843fb1fd6117d2ad7e2042240affe611463e81809da0269b260553546128ef22e898acfde4f7e0ca210bbd6dfc2e46dc8')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir"/.gopath
-
-  go get github.com/nadoo/conflag github.com/shadowsocks/go-shadowsocks2/core
-}
-
-build() {
-  cd glider-$pkgver
-  go build
-}
-
-package() {
-  cd glider-$pkgver
-  install -Dm755 glider-$pkgver "$pkgdir"/usr/bin/glider
-  install -Dm644 glider.conf.example "$pkgdir"/etc/glider/glider.conf.example
-  install -Dm644 systemd/glider@.service 
"$pkgdir"/usr/lib/systemd/system/glider@.service
-}

Copied: glider/repos/community-i686/PKGBUILD (from rev 256623, 
glider/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-09 08:17:10 UTC (rev 256624)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=glider
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="A forward proxy with multiple protocols support"
+arch=('i686' 'x86_64')
+url="https://github.com/nadoo/glider";
+license=('GPL')
+depends=('glibc')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz";)
+sha512sums=('38a31ff766fbcd28be10ca9bbc6cd7f57ea182e4c0ab9593d01425cc4ebf63ed49cc4f1a36a9a954059bfa5becd2e4ff9d7dc0a029783644d187688d8e207a91')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir"/.gopath
+
+  go get github.com/nadoo/conflag github.com/shadowsocks/go-shadowsocks2/core
+}
+
+build() {
+  cd glider-$pkgver
+  go build
+}
+
+package() {
+  cd glider-$pkgver
+  install -Dm755 glider-$pkgver "$pkgdir"/usr/bin/glider
+  install -Dm644 config/glider.conf.example 
"$pkgdir"/etc/glider/glider.conf.example
+  install -Dm644 systemd/glider@.service 
"$pkgdir"/usr/lib/systemd/system/glider@.service
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-09 08:16:27 UTC (rev 256623)
+++ community-x86_64/PKGBUILD   2017-09-09 08:17:10 UTC (rev 256624)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=glider
-pkgver=0.3.2
-pkgrel=1
-pkgdesc="A forward proxy with multiple protocols support"
-arch=('i686' 'x86_64')
-url="https://github.com/nadoo/glider";
-license=('GPL')
-depends=('glibc')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz";)
-sha512sums=('36ca2d59a63960b1883e73c70f07d12843fb1fd6117d2ad7e2042240affe611463e81809da0269b260553546128ef22e898acfde4f7e0ca210bbd6dfc2e46dc8')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir"/.gopath
-
-  go get github.com/nadoo/conflag github.com/shadowsocks/go-shadowsocks2/core
-}
-
-build() {
-  cd glider-$pkgver
-  go build
-}
-
-package() {
-  cd glider-$pkgver
-  install -Dm755 glider-$pkgver "$pkgdir"/usr/bin/glider
-  install -Dm644 glider.conf.example "$pkgdir"/etc/glider/glider.conf.example
-  install -Dm644 systemd/glider@.service 
"$pkgdir"/usr/lib/systemd/system/glider@.service
-}

Copied: glider/repos/community-x86_64/PKGBUILD (from rev 256623, 
glider/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-09 08:17:10 UTC (rev 256624)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=glider
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="A forward proxy with multiple protocols support"
+arch=('i686' 'x86_64')
+url="https://github.com/nadoo/glider";
+license=('GPL')
+depends=('glibc')
+makedepends=('go' 'git')
+sour

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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 08:16:27
  Author: felixonmars
Revision: 256623

upgpkg: glider 0.4.1-1

Modified:
  glider/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 08:15:56 UTC (rev 256622)
+++ PKGBUILD2017-09-09 08:16:27 UTC (rev 256623)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=glider
-pkgver=0.3.2
+pkgver=0.4.1
 pkgrel=1
 pkgdesc="A forward proxy with multiple protocols support"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('go' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz";)
-sha512sums=('36ca2d59a63960b1883e73c70f07d12843fb1fd6117d2ad7e2042240affe611463e81809da0269b260553546128ef22e898acfde4f7e0ca210bbd6dfc2e46dc8')
+sha512sums=('38a31ff766fbcd28be10ca9bbc6cd7f57ea182e4c0ab9593d01425cc4ebf63ed49cc4f1a36a9a954059bfa5becd2e4ff9d7dc0a029783644d187688d8e207a91')
 
 prepare() {
   mkdir .gopath
@@ -28,6 +28,6 @@
 package() {
   cd glider-$pkgver
   install -Dm755 glider-$pkgver "$pkgdir"/usr/bin/glider
-  install -Dm644 glider.conf.example "$pkgdir"/etc/glider/glider.conf.example
+  install -Dm644 config/glider.conf.example 
"$pkgdir"/etc/glider/glider.conf.example
   install -Dm644 systemd/glider@.service 
"$pkgdir"/usr/lib/systemd/system/glider@.service
 }


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 08:46:36
  Author: arojas
Revision: 305083

Update to 0.18.3

Modified:
  libraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 01:14:29 UTC (rev 305082)
+++ PKGBUILD2017-09-09 08:46:36 UTC (rev 305083)
@@ -7,7 +7,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.18.2
+pkgver=0.18.3
 pkgrel=1
 pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz";)
-sha256sums=('ce366bb38c1144130737eb16e919038937b4dc1ab165179a225d5e847af2abc6')
+sha256sums=('446599eb985bd8074ab63709f50fc7e4fcc9eb41fba9aa6fb8e8bf5fcbdf66a5')
 
 build() {
   cd LibRaw-$pkgver


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 08:47:04
  Author: arojas
Revision: 305084

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-09 08:46:36 UTC (rev 305083)
+++ extra-i686/PKGBUILD 2017-09-09 08:47:04 UTC (rev 305084)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.18.2
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('i686' 'x86_64')
-url="http://www.libraw.org/";
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz";)
-sha256sums=('ce366bb38c1144130737eb16e919038937b4dc1ab165179a225d5e847af2abc6')
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-i686/PKGBUILD (from rev 305083, 
libraw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-09 08:47:04 UTC (rev 305084)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.18.3
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('i686' 'x86_64')
+url="https://www.libraw.org/";
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz";)
+sha256sums=('446599eb985bd8074ab63709f50fc7e4fcc9eb41fba9aa6fb8e8bf5fcbdf66a5')
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-09 08:46:36 UTC (rev 305083)
+++ extra-x86_64/PKGBUILD   2017-09-09 08:47:04 UTC (rev 305084)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Joeny Ang 
-# Contributor: Brad Fanella 
-
-pkgname=libraw
-pkgver=0.18.2
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('i686' 'x86_64')
-url="http://www.libraw.org/";
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz";)
-sha256sums=('ce366bb38c1144130737eb16e919038937b4dc1ab165179a225d5e847af2abc6')
-
-build() {
-  cd LibRaw-$pkgver
-  ./configure --prefix=/usr \
---disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 305083, 
libraw/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-09-09 08:47:04 UTC (rev 305084)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.18.3
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('i686' 'x86_64')
+url="https://www.libraw.org/";
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz";)
+sha256sums=('446599eb985bd8074ab63709f50fc7e4fcc9eb41fba9aa6fb8e8bf5fcbdf66a5')
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr \
+--disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-09 Thread Nicola Squartini
Date: Saturday, September 9, 2017 @ 08:48:28
  Author: tensor5
Revision: 256625

upgpkg: atom 1.19.7-1

Modified:
  atom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 08:17:10 UTC (rev 256624)
+++ PKGBUILD2017-09-09 08:48:28 UTC (rev 256625)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.19.5
+pkgver=1.19.7
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('2192c7e415b5005762cf1052e8ff72e6e41c43cbefc7b3a981310e719fa31e1e'
+sha256sums=('0d0ee1c84f678be3f0a728578d1b0ef3a40ca621d3e682081c8496f35a22d958'
 '8a6424cf5635634eccbf10473a30a3a3fb2bd11aa73a7274744134115d681ba9'
 '2148436adf17ec1970adc344fccf3782645375cd93e62a696a55f5b11fe98032'
 '7a76fe1e7258357b51b7ac427b44759c71c675b0be04dfc547e18dc04979f3fb'


[arch-commits] Commit in atom/repos (33 files)

2017-09-09 Thread Nicola Squartini
Date: Saturday, September 9, 2017 @ 08:49:07
  Author: tensor5
Revision: 256626

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

Added:
  atom/repos/community-i686/PKGBUILD
(from rev 256625, atom/trunk/PKGBUILD)
  atom/repos/community-i686/dugite-use-system-git.patch
(from rev 256625, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-i686/fix-atom-sh.patch
(from rev 256625, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-i686/fix-license-path.patch
(from rev 256625, atom/trunk/fix-license-path.patch)
  atom/repos/community-i686/fix-restart.patch
(from rev 256625, atom/trunk/fix-restart.patch)
  atom/repos/community-i686/symbols-view-use-system-ctags.patch
(from rev 256625, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-i686/use-system-apm.patch
(from rev 256625, atom/trunk/use-system-apm.patch)
  atom/repos/community-i686/use-system-electron.patch
(from rev 256625, atom/trunk/use-system-electron.patch)
  atom/repos/community-x86_64/PKGBUILD
(from rev 256625, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 256625, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 256625, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 256625, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 256625, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 256625, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 256625, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 256625, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-i686/PKGBUILD
  atom/repos/community-i686/dugite-use-system-git.patch
  atom/repos/community-i686/fix-atom-sh.patch
  atom/repos/community-i686/fix-ime-events-handler.patch
  atom/repos/community-i686/fix-license-path.patch
  atom/repos/community-i686/fix-restart.patch
  atom/repos/community-i686/symbols-view-use-system-ctags.patch
  atom/repos/community-i686/use-system-apm.patch
  atom/repos/community-i686/use-system-electron.patch
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

--+
 /PKGBUILD|  216 +++
 /dugite-use-system-git.patch |   76 
 /fix-atom-sh.patch   |  230 
 /fix-license-path.patch  |   44 ++
 /fix-restart.patch   |   22 +
 /symbols-view-use-system-ctags.patch |   22 +
 /use-system-apm.patch|   62 +++
 /use-system-electron.patch   |  308 +
 community-i686/PKGBUILD  |  113 --
 community-i686/dugite-use-system-git.patch   |   38 --
 community-i686/fix-atom-sh.patch |  115 --
 community-i686/fix-ime-events-handler.patch  |   47 --
 community-i686/fix-license-path.patch|   22 -
 community-i686/fix-restart.patch |   11 
 community-i686/symbols-view-use-system-ctags.patch   |   11 
 community-i686/use-system-apm.patch  |   31 -
 community-i686/use-system-electron.patch |  145 
 community-x86_64/PKGBUILD|  108 -
 community-x86_64/dugite-use-system-git.patch |   38 --
 community-x86_64/fix-atom-sh.patch   |  115 --
 community-x86_64/fix-license-path.patch  |   22 -
 community-x86_64/fix-restart.patch   |   11 
 community-x86_64/symbols-view-use-system-ctags.patch |   11 
 community-x86_64/use-system-apm.patch|   31 -
 community-x86_64/use-system-electron.patch   |  154 
 25 files changed, 980 insertions(+), 1023 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-09 08:48:28 UTC (rev 256625)
+++ community-i686/PKGBUILD 2017-09-09 08:49:07 UTC (rev 256626)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.18.0
-pkgrel=2
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('i686' 'x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 

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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 09:07:38
  Author: felixonmars
Revision: 256630

upgpkg: agda 2.5.3-1

rebuild with hashtables,1.2.2.0 Agda,2.5.3

Modified:
  agda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 08:56:00 UTC (rev 256629)
+++ PKGBUILD2017-09-09 09:07:38 UTC (rev 256630)
@@ -4,34 +4,32 @@
 
 _hkgname=Agda
 pkgname=agda
-pkgver=2.5.3rc
-_commit=5b1ccf82bd469114446c3d7a2b0a45963676cefb
+pkgver=2.5.3
 pkgrel=1
 pkgdesc="A dependently typed functional programming language and proof 
assistant"
 url="http://wiki.portal.chalmers.se/agda/";
 license=("custom")
 arch=('i686' 'x86_64')
-depends=('ghc-libs' "alex" "happy" "haskell-async" "haskell-boxes" 
"haskell-cpphs"
- "haskell-data-hash" "haskell-edisonapi" "haskell-edisoncore" 
"haskell-edit-distance"
- "haskell-equivalence" "haskell-geniplate-mirror" "haskell-gitrev" 
"haskell-hashable"
- "haskell-hashtables" "haskell-ieee754" "haskell-monadplus" 
"haskell-mtl"
+depends=('ghc-libs' "alex" "happy" "haskell-async" "haskell-blaze-html" 
"haskell-boxes"
+ "haskell-cpphs" "haskell-data-hash" "haskell-edisonapi" 
"haskell-edisoncore"
+ "haskell-edit-distance" "haskell-equivalence" 
"haskell-geniplate-mirror" "haskell-gitrev"
+ "haskell-hashable" "haskell-hashtables" "haskell-ieee754" 
"haskell-monadplus" "haskell-mtl"
  "haskell-murmur-hash" "haskell-parallel" "haskell-regex-tdfa" 
"haskell-stm"
- "haskell-strict" "haskell-text" "haskell-unordered-containers" 
"haskell-zlib")
+ "haskell-strict" "haskell-text" "haskell-unordered-containers" 
"haskell-uri-encode"
+ "haskell-zlib")
 optdepends=('agda-stdlib: for standard library')
 makedepends=('ghc')
-source=("https://github.com/agda/agda/archive/$_commit.tar.gz";)
-sha256sums=('62af26999acc9295c3a2966772f85ad166ab961d392c4a742a2db6cf8161d662')
+source=("https://github.com/agda/agda/archive/v$pkgver.tar.gz";)
+sha256sums=('0a86e5a61ae664abad138b70f5f0d69c8bda3c59c2ea0e78bc187a748b66')
 
 prepare() {
-mv agda-$_commit $_hkgname-$pkgver
-
 # TODO: Find a better way!
 # Build it twice to compile the agdai file.
-cp -a ${_hkgname}-${pkgver}{,-tmp}
+cp -a ${pkgname}-${pkgver}{,-tmp}
 }
 
 build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd "${srcdir}/${pkgname}-${pkgver}"
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
@@ -43,7 +41,7 @@
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 
-cd "${srcdir}/${_hkgname}-${pkgver}-tmp"
+cd "${srcdir}/${pkgname}-${pkgver}-tmp"
 runhaskell Setup configure --prefix="$PWD/target" 
--enable-executable-dynamic --datasubdir="$pkgname"
 LC_CTYPE=en_US.UTF-8 runhaskell Setup build
 runhaskell Setup copy
@@ -55,7 +53,7 @@
 }
 
 package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd "${srcdir}/${pkgname}-${pkgver}"
 
 install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
 install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
@@ -66,6 +64,6 @@
 # Remove static libs
 find "$pkgdir"/usr/lib -name "*.a" -delete
 
-install -m644 
"${srcdir}/${_hkgname}-${pkgver}-tmp"/target/share/agda/lib/prim/Agda/Primitive.agdai
 "$pkgdir"/usr/share/agda/lib/prim/Agda/Primitive.agdai
-install -m644 
"${srcdir}/${_hkgname}-${pkgver}-tmp"/target/share/agda/lib/prim/Agda/Builtin/*.agdai
 "$pkgdir"/usr/share/agda/lib/prim/Agda/Builtin/
+install -m644 
"${srcdir}/${pkgname}-${pkgver}-tmp"/target/share/agda/lib/prim/Agda/Primitive.agdai
 "$pkgdir"/usr/share/agda/lib/prim/Agda/Primitive.agdai
+install -m644 
"${srcdir}/${pkgname}-${pkgver}-tmp"/target/share/agda/lib/prim/Agda/Builtin/*.agdai
 "$pkgdir"/usr/share/agda/lib/prim/Agda/Builtin/
 }


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 09:08:20
  Author: felixonmars
Revision: 256631

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

Added:
  agda/repos/community-staging-i686/
  agda/repos/community-staging-i686/PKGBUILD
(from rev 256630, agda/trunk/PKGBUILD)
  agda/repos/community-staging-i686/unordered-containers-0.2.6.patch
(from rev 256630, agda/trunk/unordered-containers-0.2.6.patch)
  agda/repos/community-staging-x86_64/
  agda/repos/community-staging-x86_64/PKGBUILD
(from rev 256630, agda/trunk/PKGBUILD)
  agda/repos/community-staging-x86_64/unordered-containers-0.2.6.patch
(from rev 256630, agda/trunk/unordered-containers-0.2.6.patch)

---+
 community-staging-i686/PKGBUILD   |   69 
 community-staging-i686/unordered-containers-0.2.6.patch   |   40 ++
 community-staging-x86_64/PKGBUILD |   69 
 community-staging-x86_64/unordered-containers-0.2.6.patch |   40 ++
 4 files changed, 218 insertions(+)

Copied: agda/repos/community-staging-i686/PKGBUILD (from rev 256630, 
agda/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-09 09:08:20 UTC (rev 256631)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=Agda
+pkgname=agda
+pkgver=2.5.3
+pkgrel=1
+pkgdesc="A dependently typed functional programming language and proof 
assistant"
+url="http://wiki.portal.chalmers.se/agda/";
+license=("custom")
+arch=('i686' 'x86_64')
+depends=('ghc-libs' "alex" "happy" "haskell-async" "haskell-blaze-html" 
"haskell-boxes"
+ "haskell-cpphs" "haskell-data-hash" "haskell-edisonapi" 
"haskell-edisoncore"
+ "haskell-edit-distance" "haskell-equivalence" 
"haskell-geniplate-mirror" "haskell-gitrev"
+ "haskell-hashable" "haskell-hashtables" "haskell-ieee754" 
"haskell-monadplus" "haskell-mtl"
+ "haskell-murmur-hash" "haskell-parallel" "haskell-regex-tdfa" 
"haskell-stm"
+ "haskell-strict" "haskell-text" "haskell-unordered-containers" 
"haskell-uri-encode"
+ "haskell-zlib")
+optdepends=('agda-stdlib: for standard library')
+makedepends=('ghc')
+source=("https://github.com/agda/agda/archive/v$pkgver.tar.gz";)
+sha256sums=('0a86e5a61ae664abad138b70f5f0d69c8bda3c59c2ea0e78bc187a748b66')
+
+prepare() {
+# TODO: Find a better way!
+# Build it twice to compile the agdai file.
+cp -a ${pkgname}-${pkgver}{,-tmp}
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcpphs -f-debug -f-enable-cluster-counting
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+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
+
+cd "${srcdir}/${pkgname}-${pkgver}-tmp"
+runhaskell Setup configure --prefix="$PWD/target" 
--enable-executable-dynamic --datasubdir="$pkgname"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup copy
+
+LD_PRELOAD=$(ls dist/build/libHSAgda-*-ghc*.so) dist/build/agda/agda 
target/share/agda/lib/prim/Agda/Primitive.agda
+for _file in target/share/agda/lib/prim/Agda/Builtin/*.agda; do
+LD_PRELOAD=$(ls dist/build/libHSAgda-*-ghc*.so) dist/build/agda/agda 
"$_file"
+done
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+
+install -m644 
"${srcdir}/${pkgname}-${pkgver}-tmp"/target/share/agda/lib/prim/Agda/Primitive.agdai
 "$pkgdir"/usr/share/agda/lib/prim/Agda/Primitive.agdai
+install -m644 
"${srcdir}/${pkgname}-${pkgver}-tmp"/target/share/agda/lib/prim/Agda/Builtin/*.agdai
 "$pkgdir"/usr/share/agda/lib/prim/Agda/Builtin/
+}

Copied: agda/repos/community-staging-i686/unordered-containers-0.2.6.patch 
(from rev 256630, agda/trunk/unordered-containers-0.2.6.patch)
===
--- community-staging-i686/unordered-containers-0.2.6.patch 
(rev 0)
+++ community-staging-i686/unordere

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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 09:11:00
  Author: arojas
Revision: 305097

Update

Modified:
  archlinux-appstream-data/trunk/PKGBUILD

--+
 PKGBUILD |   30 +-
 1 file changed, 17 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 08:57:13 UTC (rev 305096)
+++ PKGBUILD2017-09-09 09:11:00 UTC (rev 305097)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=archlinux-appstream-data
-pkgver=20170719
-pkgrel=2
+pkgver=20170909
+pkgrel=1
 pkgdesc="Arch Linux application database for AppStream-based software centers"
 arch=(any)
 url="http://www.archlinux.org";
@@ -10,19 +10,23 @@
 license=(GPL)
 depends=()
 makedepends=()
-source=(https://sources.archlinux.org/other/packages/$pkgname/$pkgver/{core,extra,community}.xml.gz
-
https://sources.archlinux.org/other/packages/$pkgname/$pkgver/{core,extra,community}-icons-64x64.tar.gz
-
https://sources.archlinux.org/other/packages/$pkgname/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
-noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
-sha256sums=('6141dfee0cc6137f287bf3fcf81dd2a147c2386c452ee0db0369186eef7e2123'
-'adaaa89b636b088baf607eddaac091d31c46cb869fc8aeb39c566fed147a18e1'
-'cbdec4137336a5ff0c4c522f77f44cc5b1940e885f01e6bc2a7c775d2e91805d'
+source=()
+noextract=()
+for _repo in core extra community; do
+ 
source+=($_repo.xml.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/Components-x86_64.xml.gz
+  
$_repo-icons-64x64.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-64x64.tar.gz
+  
$_repo-icons-128x128.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
+ noextract+=($_repo.xml.gz $_repo-icons-{64x64,128x128}.tar.gz)
+done
+sha256sums=('6c9efa8aa159d1f47244e6811180e255b5c3a9c36b8cfa8241997f20710b8805'
 '7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'8900020b6aefcbf4e6d380d567efac425bb6bc75fc61fce3838c7d67450f1084'
-'d479b52dfff7b9369c837125280c8b1427cbf75d4438bfb752724ba49d80507d'
 '7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'16148aa2472f641018e658d023244eb499570e06e8f54113b846a324319ce328'
-'2c23b369f4181088d41e2d4b63275afc4b7818e21a455990158333a821c2ba81')
+'5644f4b26d21aebdfe3154f4049dbdb678200554d781e542c54e84c6302c9ad3'
+'42e6ad22ff395c2a733d6a579b14030f8adf2fa8850af272c4aa28a6198b6b47'
+'557409852d457a3c2c0e888720dd9f593ca9d187b38ba4a6a88db2d66c0b5264'
+'6c3159de5ace39073897e5684f0a04c3d6a999faf42b56f6b6368567acd17873'
+'62106f67af1d9532a5f707466fff5fa3efa6d9b1866b876e84e97526324c8dbc'
+'6449085f78f983f8b6f7513162df8532b94fc486fb0349fcd2241d569ee1c44f')
 
 package() {
   mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}


[arch-commits] Commit in archlinux-appstream-data/repos/extra-any (PKGBUILD PKGBUILD)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 09:11:22
  Author: arojas
Revision: 305098

archrelease: copy trunk to extra-any

Added:
  archlinux-appstream-data/repos/extra-any/PKGBUILD
(from rev 305097, archlinux-appstream-data/trunk/PKGBUILD)
Deleted:
  archlinux-appstream-data/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-09 09:11:00 UTC (rev 305097)
+++ PKGBUILD2017-09-09 09:11:22 UTC (rev 305098)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=archlinux-appstream-data
-pkgver=20170719
-pkgrel=2
-pkgdesc="Arch Linux application database for AppStream-based software centers"
-arch=(any)
-url="http://www.archlinux.org";
-license=(GPL)
-depends=()
-makedepends=()
-source=(https://sources.archlinux.org/other/packages/$pkgname/$pkgver/{core,extra,community}.xml.gz
-
https://sources.archlinux.org/other/packages/$pkgname/$pkgver/{core,extra,community}-icons-64x64.tar.gz
-
https://sources.archlinux.org/other/packages/$pkgname/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
-noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
-sha256sums=('6141dfee0cc6137f287bf3fcf81dd2a147c2386c452ee0db0369186eef7e2123'
-'adaaa89b636b088baf607eddaac091d31c46cb869fc8aeb39c566fed147a18e1'
-'cbdec4137336a5ff0c4c522f77f44cc5b1940e885f01e6bc2a7c775d2e91805d'
-'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'8900020b6aefcbf4e6d380d567efac425bb6bc75fc61fce3838c7d67450f1084'
-'d479b52dfff7b9369c837125280c8b1427cbf75d4438bfb752724ba49d80507d'
-'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'16148aa2472f641018e658d023244eb499570e06e8f54113b846a324319ce328'
-'2c23b369f4181088d41e2d4b63275afc4b7818e21a455990158333a821c2ba81')
-
-package() {
-  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
-  for _repo in core extra community; do
-   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
-   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
-  done
-  cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
-}

Copied: archlinux-appstream-data/repos/extra-any/PKGBUILD (from rev 305097, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-09 09:11:22 UTC (rev 305098)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=archlinux-appstream-data
+pkgver=20170909
+pkgrel=1
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=(any)
+url="http://www.archlinux.org";
+license=(GPL)
+depends=()
+makedepends=()
+source=()
+noextract=()
+for _repo in core extra community; do
+ 
source+=($_repo.xml.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/Components-x86_64.xml.gz
+  
$_repo-icons-64x64.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-64x64.tar.gz
+  
$_repo-icons-128x128.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
+ noextract+=($_repo.xml.gz $_repo-icons-{64x64,128x128}.tar.gz)
+done
+sha256sums=('6c9efa8aa159d1f47244e6811180e255b5c3a9c36b8cfa8241997f20710b8805'
+'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
+'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
+'5644f4b26d21aebdfe3154f4049dbdb678200554d781e542c54e84c6302c9ad3'
+'42e6ad22ff395c2a733d6a579b14030f8adf2fa8850af272c4aa28a6198b6b47'
+'557409852d457a3c2c0e888720dd9f593ca9d187b38ba4a6a88db2d66c0b5264'
+'6c3159de5ace39073897e5684f0a04c3d6a999faf42b56f6b6368567acd17873'
+'62106f67af1d9532a5f707466fff5fa3efa6d9b1866b876e84e97526324c8dbc'
+'6449085f78f983f8b6f7513162df8532b94fc486fb0349fcd2241d569ee1c44f')
+
+package() {
+  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
+  for _repo in core extra community; do
+   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
+   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
+  done
+  cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
+}


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 09:12:24
  Author: felixonmars
Revision: 256632

upgpkg: haskell-gtk2hs-buildtools 0.13.2.2-10

rebuild with hashtables,1.2.2.0 Agda,2.5.3

Modified:
  haskell-gtk2hs-buildtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 09:08:20 UTC (rev 256631)
+++ PKGBUILD2017-09-09 09:12:24 UTC (rev 256632)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-gtk2hs-buildtools
 pkgver=0.13.2.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
 url="https://hackage.haskell.org/package/gtk2hs-buildtools";
 license=('GPL2')


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 09:13:06
  Author: felixonmars
Revision: 256633

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

Added:
  haskell-gtk2hs-buildtools/repos/community-staging-i686/
  haskell-gtk2hs-buildtools/repos/community-staging-i686/PKGBUILD
(from rev 256632, haskell-gtk2hs-buildtools/trunk/PKGBUILD)
  haskell-gtk2hs-buildtools/repos/community-staging-x86_64/
  haskell-gtk2hs-buildtools/repos/community-staging-x86_64/PKGBUILD
(from rev 256632, haskell-gtk2hs-buildtools/trunk/PKGBUILD)

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

Copied: haskell-gtk2hs-buildtools/repos/community-staging-i686/PKGBUILD (from 
rev 256632, haskell-gtk2hs-buildtools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-09 09:13:06 UTC (rev 256633)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-gtk2hs-buildtools
+pkgver=0.13.2.2
+pkgrel=10
+pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
+url="https://hackage.haskell.org/package/gtk2hs-buildtools";
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-random' 'haskell-hashtables')
+makedepends=('alex' 'happy' 'ghc')
+provides=('gtk2hs-buildtools')
+conflicts=('gtk2hs-buildtools')
+replaces=('gtk2hs-buildtools')
+source=("https://github.com/gtk2hs/gtk2hs/archive/843d83548bd076975f1869e6768768b5ed24b268.tar.gz";)
+md5sums=('53535536f2ddeb07e33013aea74b7c51')
+
+prepare() {
+mv gtk2hs-843d83548bd076975f1869e6768768b5ed24b268/tools 
gtk2hs-buildtools-$pkgver
+
+cd gtk2hs-buildtools-$pkgver
+
+sed -i 's/Cabal >= 1.24.0.0 && < 1.25,/Cabal >= 1.24.0.0,/' 
gtk2hs-buildtools.cabal
+sed -e '/import Distribution.Simple.LocalBuildInfo/i import 
Distribution.Types.LocalBuildInfo as TLBI' \
+-e 's/LBI.componentsConfigs/TLBI.componentsConfigs/' \
+-i src/Gtk2HsSetup.hs
+}
+
+build() {
+cd "${srcdir}/gtk2hs-buildtools-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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}/gtk2hs-buildtools-${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"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-gtk2hs-buildtools/repos/community-staging-x86_64/PKGBUILD (from 
rev 256632, haskell-gtk2hs-buildtools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-09 09:13:06 UTC (rev 256633)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-gtk2hs-buildtools
+pkgver=0.13.2.2
+pkgrel=10
+pkgdesc="Tools to build the Gtk2Hs suite of User Interface libraries."
+url="https://hackage.haskell.org/package/gtk2hs-buildtools";
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-random' 'haskell-hashtables')
+makedepends=('alex' 'happy' 'ghc')
+provides=('gtk2hs-buildtools')
+conflicts=('gtk2hs-buildtools')
+replaces=('gtk2hs-buildtools')
+source=("https://github.com/gtk2hs/gtk2hs/archive/843d83548bd076975f1869e6768768b5ed24b268.tar.gz";)
+md5sums=('53535536f2ddeb07e33013aea74b7c51')
+
+prepare() {
+mv gtk2hs-843d83548bd076975f1869e6768768b5ed24b268/tools 
gtk2hs-buildtools-$pkgver
+
+cd gtk2hs-buildtools-$pkgver
+
+sed -i 's/Cabal >= 1.24.0.0 && < 1.25,/Cabal >= 1.24.0.0,/' 
gtk2hs-buildtools.cabal
+sed -e '/import Distribution.Simple.LocalBuildInfo/i import 
Distribution.Types.LocalBuildInfo as TLBI' \
+-e 's/LBI.componentsConfigs/TLBI.componentsConfigs/' \
+-i src/Gtk2HsSetup.hs
+}
+
+build() {
+cd "${srcdir}/gtk2hs-buildtools-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister -

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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 09:15:40
  Author: felixonmars
Revision: 256634

upgpkg: haskell-hasql 0.19.18.1-7

rebuild with hashtables,1.2.2.0 Agda,2.5.3

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 09:13:06 UTC (rev 256633)
+++ PKGBUILD2017-09-09 09:15:40 UTC (rev 256634)
@@ -5,7 +5,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=0.19.18.1
-pkgrel=6
+pkgrel=7
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql";
 license=('MIT')


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

2017-09-09 Thread Felix Yan
Date: Saturday, September 9, 2017 @ 09:16:28
  Author: felixonmars
Revision: 256635

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

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

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

Copied: haskell-hasql/repos/community-staging-i686/PKGBUILD (from rev 256634, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-09 09:16:28 UTC (rev 256635)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=0.19.18.1
+pkgrel=7
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-data-default-class'
+ 'haskell-dlist' 'haskell-either' 'haskell-hashable' 
'haskell-hashtables' 'haskell-loch-th'
+ 'haskell-mtl' 'haskell-placeholders' 'haskell-postgresql-binary' 
'haskell-postgresql-libpq'
+ 'haskell-profunctors' 'haskell-semigroups' 'haskell-text' 
'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('6a6c9a6d6c2399d5dd91c990a3d6777437124c317405654d6eb182baf8897acbda514ed9d81999878576ddca816c15b537276c5d86ed564d8ff50d2741aecbcd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup 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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 256634, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-09 09:16:28 UTC (rev 256635)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=0.19.18.1
+pkgrel=7
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-data-default-class'
+ 'haskell-dlist' 'haskell-either' 'haskell-hashable' 
'haskell-hashtables' 'haskell-loch-th'
+ 'haskell-mtl' 'haskell-placeholders' 'haskell-postgresql-binary' 
'haskell-postgresql-libpq'
+ 'haskell-profunctors' 'haskell-semigroups' 'haskell-text' 
'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('6a6c9a6d6c2399d5dd91c990a3d6777437124c317405654d6eb182baf8897acbda514ed9d81999878576ddca816c15b537276c5d86ed564d8ff50d2741aecbcd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--f

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

2017-09-09 Thread Alexander Rødseth
Date: Saturday, September 9, 2017 @ 09:23:02
  Author: arodseth
Revision: 256636

upgpkg: tint2 15.1-1

Modified:
  tint2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 09:16:28 UTC (rev 256635)
+++ PKGBUILD2017-09-09 09:23:02 UTC (rev 256636)
@@ -5,7 +5,7 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=15.0
+pkgver=15.1
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
@@ -14,7 +14,7 @@
 depends=('gtk2' 'imlib2' 'startup-notification')
 makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
 
source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/o9000/tint2/repository/archive.tar.bz2?ref=$pkgver";)
-sha256sums=('a39a8f43e6e087bce0f61b4ea20219e5a5a5f696cfa41e4d039c109f98f10cc5')
+sha256sums=('247709ead96b8e470f5242e8cd29209bbcfc8ad929aff3c05394019b45c781e8')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"


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

2017-09-09 Thread Alexander Rødseth
Date: Saturday, September 9, 2017 @ 09:23:16
  Author: arodseth
Revision: 256637

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-09 09:23:02 UTC (rev 256636)
+++ community-i686/PKGBUILD 2017-09-09 09:23:16 UTC (rev 256637)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Blue Peppers 
-# Contributor: Stefan Husmann 
-# Contributor: Yannick LM 
-
-pkgname=tint2
-pkgver=15.0
-pkgrel=1
-pkgdesc='Basic, good-looking task manager for WMs'
-arch=('x86_64' 'i686')
-url='https://gitlab.com/o9000/tint2'
-license=('GPL2')
-depends=('gtk2' 'imlib2' 'startup-notification')
-makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
-source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/o9000/tint2/repository/archive.tar.bz2?ref=$pkgver";)
-sha256sums=('a39a8f43e6e087bce0f61b4ea20219e5a5a5f696cfa41e4d039c109f98f10cc5')
-
-prepare() {
-  mv "$pkgname-$pkgver-"* "$pkgname"
-  setconf "$pkgname/get_version.sh" VERSION "$pkgver"
-}
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "../$pkgname" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_TINT2CONF=1 \
--GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: gitlab.com/o9000/tint2/blob/master/README.md
-# vim:ts=2 sw=2 et:

Copied: tint2/repos/community-i686/PKGBUILD (from rev 256636, 
tint2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-09 09:23:16 UTC (rev 256637)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Blue Peppers 
+# Contributor: Stefan Husmann 
+# Contributor: Yannick LM 
+
+pkgname=tint2
+pkgver=15.1
+pkgrel=1
+pkgdesc='Basic, good-looking task manager for WMs'
+arch=('x86_64' 'i686')
+url='https://gitlab.com/o9000/tint2'
+license=('GPL2')
+depends=('gtk2' 'imlib2' 'startup-notification')
+makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
+source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/o9000/tint2/repository/archive.tar.bz2?ref=$pkgver";)
+sha256sums=('247709ead96b8e470f5242e8cd29209bbcfc8ad929aff3c05394019b45c781e8')
+
+prepare() {
+  mv "$pkgname-$pkgver-"* "$pkgname"
+  setconf "$pkgname/get_version.sh" VERSION "$pkgver"
+}
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "../$pkgname" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_TINT2CONF=1 \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: gitlab.com/o9000/tint2/blob/master/README.md
+# vim:ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-09 09:23:02 UTC (rev 256636)
+++ community-x86_64/PKGBUILD   2017-09-09 09:23:16 UTC (rev 256637)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Blue Peppers 
-# Contributor: Stefan Husmann 
-# Contributor: Yannick LM 
-
-pkgname=tint2
-pkgver=15.0
-pkgrel=1
-pkgdesc='Basic, good-looking task manager for WMs'
-arch=('x86_64' 'i686')
-url='https://gitlab.com/o9000/tint2'
-license=('GPL2')
-depends=('gtk2' 'imlib2' 'startup-notification')
-makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
-source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/o9000/tint2/repository/archive.tar.bz2?ref=$pkgver";)
-sha256sums=('a39a8f43e6e087bce0f61b4ea20219e5a5a5f696cfa41e4d039c109f98f10cc5')
-
-prepare() {
-  mv "$pkgname-$pkgver-"* "$pkgname"
-  setconf "$pkgname/get_version.sh" VERSION "$pkgver"
-}
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "../$pkgname" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_TINT2CONF=1 \
--GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: gitlab.com/o9000/tint2/blob/master/README.md
-# vim:ts=2 sw=2 et:

Copied: tint2/repos/community-x86_64/PKGBUILD (from rev 256636, 
tint2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-09 09:23:16 UTC (rev 256637)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Blue Peppers 
+# Contributor: Stefan Husmann 
+# Contributo

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

2017-09-09 Thread Sven-Hendrik Haase
Date: Saturday, September 9, 2017 @ 09:37:39
  Author: svenstaro
Revision: 256638

upgpkg: tensorflow 1.3.0-4

Leave pycache in the package

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 09:23:16 UTC (rev 256637)
+++ PKGBUILD2017-09-09 09:37:39 UTC (rev 256638)
@@ -5,7 +5,7 @@
 pkgbase=tensorflow
 pkgname=(tensorflow tensorflow-cuda python-tensorflow python-tensorflow-cuda)
 pkgver=1.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/";
 license=('Apache2')
@@ -90,7 +90,6 @@
 
   WHEEL_PACKAGE=$(find ${srcdir}/tmp -name "tensor*.whl")
   pip install --ignore-installed --upgrade --root $pkgdir/ $WHEEL_PACKAGE 
--no-dependencies
-  find ${pkgdir} -name __pycache__ -exec rm -r {} +
 
   # tensorboard has been separated from upstream but they still install it with
   # tensorflow. I don't know what kind of sense that makes but we have to clean
@@ -109,12 +108,10 @@
 
   WHEEL_PACKAGE=$(find ${srcdir}/tmpcuda -name "tensor*.whl")
   pip install --ignore-installed --upgrade --root $pkgdir/ $WHEEL_PACKAGE 
--no-dependencies
-  find ${pkgdir} -name __pycache__ -exec rm -r {} +
 
   # tensorboard has been separated from upstream but they still install it with
   # tensorflow. I don't know what kind of sense that makes but we have to clean
   # it out from this pacakge.
-  rm -rf 
${pkgdir}/usr/lib/python3.6/site-packages/tensorflow/contrib/tensorboard
   rm -rf ${pkgdir}/usr/bin/tensorboard
 
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE


[arch-commits] Commit in tensorflow/repos/community-x86_64 (PKGBUILD PKGBUILD)

2017-09-09 Thread Sven-Hendrik Haase
Date: Saturday, September 9, 2017 @ 09:37:52
  Author: svenstaro
Revision: 256639

archrelease: copy trunk to community-x86_64

Added:
  tensorflow/repos/community-x86_64/PKGBUILD
(from rev 256638, tensorflow/trunk/PKGBUILD)
Deleted:
  tensorflow/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  243 ++---
 1 file changed, 120 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-09 09:37:39 UTC (rev 256638)
+++ PKGBUILD2017-09-09 09:37:52 UTC (rev 256639)
@@ -1,123 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat (archdria) 
-# Contributor: Thibault Lorrain (fredszaq) 
-
-pkgbase=tensorflow
-pkgname=(tensorflow tensorflow-cuda python-tensorflow python-tensorflow-cuda)
-pkgver=1.3.0
-pkgrel=3
-pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
-url="https://www.tensorflow.org/";
-license=('Apache2')
-arch=('x86_64')
-makedepends=('git' 'bazel' 'python-numpy' 'gcc5' 'cuda'
- 'cudnn6' 'python-pip' 'python-wheel' 'python-setuptools')
-optdepends=('tensorboard: Tensorflow visualization toolkit')
-source=("https://github.com/tensorflow/tensorflow/archive/v${pkgver}.tar.gz";)
-sha512sums=('b74228a13537e4cbcf8781167480a0bccb2c1ecf7bf21a02e35a182e073395f919645205036fd2193d5a186cfa8a869ba32c04fa5bd8f82cbe0ad8e56926398b')
-
-prepare() {
-  cp -r tensorflow-${pkgver} tensorflow-${pkgver}-cuda
-  # These environment variables influence the behavior of the configure call 
below.
-  export TF_NEED_MKL=0
-  export PYTHON_BIN_PATH=/usr/bin/python
-  export USE_DEFAULT_PYTHON_LIB_PATH=1
-  export CC_OPT_FLAGS="-march=x86-64"
-  export TF_NEED_JEMALLOC=1
-  export TF_NEED_GCP=0
-  export TF_NEED_HDFS=0
-  export TF_ENABLE_XLA=1
-  export TF_NEED_VERBS=0
-  export TF_NEED_OPENCL=0
-  export TF_NEED_MPI=0
-}
-
-build() {
-  cd ${srcdir}/tensorflow-${pkgver}
-
-  export TF_NEED_CUDA=0
-
-  ./configure
-  bazel build --config=opt //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmp
-
-  cd ${srcdir}/tensorflow-${pkgver}-cuda
-
-  export TF_NEED_CUDA=1
-  export GCC_HOST_COMPILER_PATH=/usr/bin/gcc-5
-  # For next version instead of the gcc-5 stuff:
-  export TF_CUDA_CLANG=0
-  # export CLANG_CUDA_COMPILER_PATH=/usr/bin/clang
-  export CUDA_TOOLKIT_PATH=/opt/cuda
-  export TF_CUDA_VERSION=$($CUDA_TOOLKIT_PATH/bin/nvcc --version | sed -n 
's/^.*release \(.*\),.*/\1/p')
-  export CUDNN_INSTALL_PATH=/opt/cudnn6
-  export TF_CUDNN_VERSION=$(sed -n 's/^#define CUDNN_MAJOR\s*\(.*\).*/\1/p' 
$CUDNN_INSTALL_PATH/include/cudnn.h)
-  export TF_CUDA_COMPUTE_CAPABILITIES=3.0,3.5,5.2,6.1
-
-  ./configure
-  bazel build --config=opt --config=cuda //tensorflow:libtensorflow.so 
//tensorflow/tools/pip_package:build_pip_package
-  bazel-bin/tensorflow/tools/pip_package/build_pip_package ${srcdir}/tmpcuda
-}
-
-package_tensorflow() {
-  cd ${srcdir}/tensorflow-${pkgver}
-
-  tensorflow/c/generate-pc.sh --prefix=/usr --version=${pkgver}
-  install -Dm644 tensorflow.pc ${pkgdir}/usr/lib/pkgconfig/tensorflow.pc
-  install -Dm755 bazel-bin/tensorflow/libtensorflow.so 
${pkgdir}/usr/lib/libtensorflow.so
-  install -Dm644 tensorflow/c/c_api.h 
${pkgdir}/usr/include/tensorflow/c/c_api.h
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_tensorflow-cuda() {
-  depends=(cuda cudnn6)
-  conflicts=(tensorflow)
-  provides=(tensorflow)
-
-  cd ${srcdir}/tensorflow-${pkgver}-cuda
-
-  tensorflow/c/generate-pc.sh --prefix=/usr --version=${pkgver}
-  install -Dm644 tensorflow.pc ${pkgdir}/usr/lib/pkgconfig/tensorflow.pc
-  install -Dm755 bazel-bin/tensorflow/libtensorflow.so 
${pkgdir}/usr/lib/libtensorflow.so
-  install -Dm644 tensorflow/c/c_api.h 
${pkgdir}/usr/include/tensorflow/c/c_api.h
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-tensorflow() {
-  depends=(python python-protobuf)
-
-  cd ${srcdir}/tensorflow-${pkgver}
-
-  WHEEL_PACKAGE=$(find ${srcdir}/tmp -name "tensor*.whl")
-  pip install --ignore-installed --upgrade --root $pkgdir/ $WHEEL_PACKAGE 
--no-dependencies
-  find ${pkgdir} -name __pycache__ -exec rm -r {} +
-
-  # tensorboard has been separated from upstream but they still install it with
-  # tensorflow. I don't know what kind of sense that makes but we have to clean
-  # it out from this pacakge.
-  rm -rf ${pkgdir}/usr/bin/tensorboard
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-tensorflow-cuda() {
-  depends=(python cuda cudnn6 python-pycuda python-protobuf)
-  conflicts=(python-tensorflow)
-  provides=(python-tensorflow)
-
-  cd ${srcdir}/tensorflow-${pkgver}-cuda
-
-  WHEEL_PACKAGE=$(find ${srcdir}/tmpcuda -name "tensor*.whl")
-  pip install --ignore-installed --upgra

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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 09:42:08
  Author: arojas
Revision: 256640

upgpkg: lib32-libelf 0.169-2

Modified:
  lib32-libelf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 09:37:52 UTC (rev 256639)
+++ PKGBUILD2017-09-09 09:42:08 UTC (rev 256640)
@@ -5,7 +5,7 @@
 _pkgbasename=elfutils
 pkgname=lib32-libelf
 pkgver=0.169
-pkgrel=1
+pkgrel=2
 pkgdesc="Libraries to handle ELF object files and DWARF debugging information 
(32-bit)"
 arch=('x86_64')
 url="https://sourceware.org/elfutils/";


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 09:43:30
  Author: arojas
Revision: 256641

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-09 09:42:08 UTC (rev 256640)
+++ PKGBUILD2017-09-09 09:43:30 UTC (rev 256641)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-# Contributor: Andrej Gelenberg 
-
-_pkgbasename=elfutils
-pkgname=lib32-libelf
-pkgver=0.169
-pkgrel=1
-pkgdesc="Libraries to handle ELF object files and DWARF debugging information 
(32-bit)"
-arch=('x86_64')
-url="https://sourceware.org/elfutils/";
-license=('LGPL3' 'GPL' 'GPL3')
-depends=('lib32-bzip2' 'lib32-zlib' 'libelf')
-makedepends=('gcc-multilib')
-provides=('lib32-elfutils')
-conflicts=('lib32-elfutils')
-replaces=('lib32-elfutils')
-source=(https://sourceware.org/elfutils/ftp/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
-options=('staticlibs')
-sha256sums=('9412fac7b30872b738bc1ed1ebcaed54493c26ef9a67887913498c17b10f3bc2'
-'SKIP')
-validpgpkeys=('47CC0331081B8BC6D0FD4DA08370665B57816A6A') # Mark J. Wielaard 

-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-   
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  CFLAGS+=" -g"  # required for test-suite success
-  
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-libelf/repos/multilib-x86_64/PKGBUILD (from rev 256640, 
lib32-libelf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-09 09:43:30 UTC (rev 256641)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Andrej Gelenberg 
+
+_pkgbasename=elfutils
+pkgname=lib32-libelf
+pkgver=0.169
+pkgrel=2
+pkgdesc="Libraries to handle ELF object files and DWARF debugging information 
(32-bit)"
+arch=('x86_64')
+url="https://sourceware.org/elfutils/";
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('lib32-bzip2' 'lib32-zlib' 'libelf')
+makedepends=('gcc-multilib')
+provides=('lib32-elfutils')
+conflicts=('lib32-elfutils')
+replaces=('lib32-elfutils')
+source=(https://sourceware.org/elfutils/ftp/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+options=('staticlibs')
+sha256sums=('9412fac7b30872b738bc1ed1ebcaed54493c26ef9a67887913498c17b10f3bc2'
+'SKIP')
+validpgpkeys=('47CC0331081B8BC6D0FD4DA08370665B57816A6A') # Mark J. Wielaard 

+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+   
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  CFLAGS+=" -g"  # required for test-suite success
+  
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 09:44:16
  Author: arojas
Revision: 256642

PIE rebuild

Modified:
  lib32-libsm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 09:43:30 UTC (rev 256641)
+++ PKGBUILD2017-09-09 09:44:16 UTC (rev 256642)
@@ -4,7 +4,7 @@
 _pkgbasename=libsm
 pkgname=lib32-$_pkgbasename
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 Session Management library (32-bit)"
 arch=('x86_64')
 license=('custom')


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 09:44:40
  Author: arojas
Revision: 256643

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-09 09:44:16 UTC (rev 256642)
+++ PKGBUILD2017-09-09 09:44:40 UTC (rev 256643)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-_pkgbasename=libsm
-pkgname=lib32-$_pkgbasename
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="X11 Session Management library (32-bit)"
-arch=('x86_64')
-license=('custom')
-url="http://xorg.freedesktop.org/";
-depends=('lib32-libice' 'lib32-util-linux' $_pkgbasename)
-makedepends=('xorg-util-macros' 'xtrans' 'gcc-multilib')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libSM-${pkgver}.tar.bz2)
-sha1sums=('e6d5dab6828dfd296e564518d2ed0a349a25a714')
-
-build() {
-  cd "${srcdir}/libSM-${pkgver}"
-
-  export CC="gcc -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd "${srcdir}/libSM-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share}
-
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname" 
-}

Copied: lib32-libsm/repos/multilib-x86_64/PKGBUILD (from rev 256642, 
lib32-libsm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-09 09:44:40 UTC (rev 256643)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+_pkgbasename=libsm
+pkgname=lib32-$_pkgbasename
+pkgver=1.2.2
+pkgrel=2
+pkgdesc="X11 Session Management library (32-bit)"
+arch=('x86_64')
+license=('custom')
+url="http://xorg.freedesktop.org/";
+depends=('lib32-libice' 'lib32-util-linux' $_pkgbasename)
+makedepends=('xorg-util-macros' 'xtrans' 'gcc-multilib')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libSM-${pkgver}.tar.bz2)
+sha1sums=('e6d5dab6828dfd296e564518d2ed0a349a25a714')
+
+build() {
+  cd "${srcdir}/libSM-${pkgver}"
+
+  export CC="gcc -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd "${srcdir}/libSM-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share}
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname" 
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 09:45:18
  Author: arojas
Revision: 256644

PIE rebuild

Modified:
  lib32-libxau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 09:44:40 UTC (rev 256643)
+++ PKGBUILD2017-09-09 09:45:18 UTC (rev 256644)
@@ -4,7 +4,7 @@
 _pkgbasename=libxau
 pkgname=lib32-$_pkgbasename
 pkgver=1.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 authorisation library (32-bit)"
 arch=(x86_64)
 url="http://xorg.freedesktop.org/";


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 09:45:46
  Author: arojas
Revision: 256645

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-09 09:45:18 UTC (rev 256644)
+++ PKGBUILD2017-09-09 09:45:46 UTC (rev 256645)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander Baldeck 
-# Contributor: Jan de Groot 
-_pkgbasename=libxau
-pkgname=lib32-$_pkgbasename
-pkgver=1.0.8
-pkgrel=1
-pkgdesc="X11 authorisation library (32-bit)"
-arch=(x86_64)
-url="http://xorg.freedesktop.org/";
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=('pkgconfig' 'xproto>=7.0.15' 'gcc-multilib')
-license=('custom')
-options=('!libtool')
-source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2)
-sha1sums=('d9512d6869e022d4e9c9d33f6d6199eda4ad096b')
-
-build() {
-  cd "${srcdir}/libXau-${pkgver}"
-
-  export CC="gcc -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd "${srcdir}/libXau-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share}
-
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libxau/repos/multilib-x86_64/PKGBUILD (from rev 256644, 
lib32-libxau/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-09 09:45:46 UTC (rev 256645)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Baldeck 
+# Contributor: Jan de Groot 
+_pkgbasename=libxau
+pkgname=lib32-$_pkgbasename
+pkgver=1.0.8
+pkgrel=2
+pkgdesc="X11 authorisation library (32-bit)"
+arch=(x86_64)
+url="http://xorg.freedesktop.org/";
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=('pkgconfig' 'xproto>=7.0.15' 'gcc-multilib')
+license=('custom')
+options=('!libtool')
+source=(${url}/releases/individual/lib/libXau-${pkgver}.tar.bz2)
+sha1sums=('d9512d6869e022d4e9c9d33f6d6199eda4ad096b')
+
+build() {
+  cd "${srcdir}/libXau-${pkgver}"
+
+  export CC="gcc -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd "${srcdir}/libXau-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share}
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 09:46:20
  Author: arojas
Revision: 256646

PIE rebuild

Modified:
  lib32-libxinerama/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 09:45:46 UTC (rev 256645)
+++ PKGBUILD2017-09-09 09:46:20 UTC (rev 256646)
@@ -5,7 +5,7 @@
 _pkgbasename=libxinerama
 pkgname=lib32-$_pkgbasename
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 Xinerama extension library (32-bit)"
 arch=(x86_64)
 url="http://xorg.freedesktop.org/";


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 09:46:47
  Author: arojas
Revision: 256647

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-09 09:46:20 UTC (rev 256646)
+++ PKGBUILD2017-09-09 09:46:47 UTC (rev 256647)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-_pkgbasename=libxinerama
-pkgname=lib32-$_pkgbasename
-pkgver=1.1.3
-pkgrel=1
-pkgdesc="X11 Xinerama extension library (32-bit)"
-arch=(x86_64)
-url="http://xorg.freedesktop.org/";
-license=('custom')
-depends=('lib32-libxext' $_pkgbasename)
-makedepends=('xorg-util-macros' gcc-multilib)
-options=(!libtool)
-source=(${url}/releases/individual/lib/libXinerama-${pkgver}.tar.bz2)
-sha256sums=('7a45699f1773095a3f821e491cbd5e10c887c5a5fce5d8d3fced15c2ff7698e2')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/libXinerama-${pkgver}"
-  ./configure --prefix=/usr --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd "${srcdir}/libXinerama-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libxinerama/repos/multilib-x86_64/PKGBUILD (from rev 256646, 
lib32-libxinerama/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-09 09:46:47 UTC (rev 256647)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+_pkgbasename=libxinerama
+pkgname=lib32-$_pkgbasename
+pkgver=1.1.3
+pkgrel=2
+pkgdesc="X11 Xinerama extension library (32-bit)"
+arch=(x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+depends=('lib32-libxext' $_pkgbasename)
+makedepends=('xorg-util-macros' gcc-multilib)
+options=(!libtool)
+source=(${url}/releases/individual/lib/libXinerama-${pkgver}.tar.bz2)
+sha256sums=('7a45699f1773095a3f821e491cbd5e10c887c5a5fce5d8d3fced15c2ff7698e2')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/libXinerama-${pkgver}"
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd "${srcdir}/libXinerama-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 09:49:04
  Author: arojas
Revision: 256649

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-09 09:48:43 UTC (rev 256648)
+++ PKGBUILD2017-09-09 09:49:04 UTC (rev 256649)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: judd 
-
-_pkgbasename=ncurses
-pkgname=lib32-${_pkgbasename}
-_pkgver=6.0-20170527
-pkgver=${_pkgver/-/+}
-pkgrel=1
-pkgdesc="System V Release 4.0 curses emulation library (32-bit)"
-arch=('x86_64')
-url="http://www.gnu.org/software/ncurses/";
-license=('MIT')
-depends=('lib32-glibc' ${_pkgbasename})
-makedepends=("gcc-multilib")
-source=(http://invisible-mirror.net/archives/ncurses/current/ncurses-${_pkgver}.tgz{,.asc})
-md5sums=('c0e32e50ed6fd81af7ecc4910de9fa3f'
- 'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey
-
-build() {
-  cd ${_pkgbasename}-${_pkgver}
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man \
- --with-pkg-config-libdir=/usr/lib32/pkgconfig \
- --with-shared --with-normal --without-debug --without-ada \
- --with-install-prefix=${pkgdir} --enable-widec --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${_pkgbasename}-${_pkgver}
-  make install
-
-  install -dm755 ${pkgdir}/usr/lib32
-
-  # fool packages looking to link to non-wide-character ncurses libraries
-  for lib in curses ncurses form panel menu; do
-rm -f ${pkgdir}/usr/lib32/lib${lib}.so
-echo "INPUT(-l${lib}w)" >${pkgdir}/usr/lib32/lib${lib}.so
-ln -sf lib${lib}w.a ${pkgdir}/usr/lib32/lib${lib}.a
-  done
-  ln -sf libncurses++w.a ${pkgdir}/usr/lib32/libncurses++.a
-
-  # some packages look for -lcurses during build
-  rm -f ${pkgdir}/usr/lib32/libcursesw.so
-  echo "INPUT(-lncursesw)" >${pkgdir}/usr/lib32/libcursesw.so
-  ln -sf libncurses.so ${pkgdir}/usr/lib32/libcurses.so
-  ln -sf libncursesw.a ${pkgdir}/usr/lib32/libcursesw.a
-  ln -sf libncurses.a ${pkgdir}/usr/lib32/libcurses.a
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim: set et ts=2 sw=2:

Copied: lib32-ncurses/repos/multilib-x86_64/PKGBUILD (from rev 256648, 
lib32-ncurses/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-09 09:49:04 UTC (rev 256649)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: judd 
+
+_pkgbasename=ncurses
+pkgname=lib32-${_pkgbasename}
+_pkgver=6.0-20170527
+pkgver=${_pkgver/-/+}
+pkgrel=2
+pkgdesc="System V Release 4.0 curses emulation library (32-bit)"
+arch=('x86_64')
+url="http://www.gnu.org/software/ncurses/";
+license=('MIT')
+depends=('lib32-glibc' ${_pkgbasename})
+makedepends=("gcc-multilib")
+source=(http://invisible-mirror.net/archives/ncurses/current/ncurses-${_pkgver}.tgz{,.asc})
+md5sums=('c0e32e50ed6fd81af7ecc4910de9fa3f'
+ 'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey
+
+build() {
+  cd ${_pkgbasename}-${_pkgver}
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+ --with-pkg-config-libdir=/usr/lib32/pkgconfig \
+ --with-shared --with-normal --without-debug --without-ada \
+ --with-install-prefix=${pkgdir} --enable-widec --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgbasename}-${_pkgver}
+  make install
+
+  install -dm755 ${pkgdir}/usr/lib32
+
+  # fool packages looking to link to non-wide-character ncurses libraries
+  for lib in curses ncurses form panel menu; do
+rm -f ${pkgdir}/usr/lib32/lib${lib}.so
+echo "INPUT(-l${lib}w)" >${pkgdir}/usr/lib32/lib${lib}.so
+ln -sf lib${lib}w.a ${pkgdir}/usr/lib32/lib${lib}.a
+  done
+  ln -sf libncurses++w.a ${pkgdir}/usr/lib32/libncurses++.a
+
+  # some packages look for -lcurses during build
+  rm -f ${pkgdir}/usr/lib32/libcursesw.so
+  echo "INPUT(-lncursesw)" >${pkgdir}/usr/lib32/libcursesw.so
+  ln -sf libncurses.so ${pkgdir}/usr/lib32/libcurses.so
+  ln -sf libncursesw.a ${pkgdir}/usr/lib32/libcursesw.a
+  ln -sf libncurses.a ${pkgdir}/usr/lib32/libcurses.a
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim: set et ts=2 sw=2:


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 09:48:43
  Author: arojas
Revision: 256648

PIE rebuild

Modified:
  lib32-ncurses/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 09:46:47 UTC (rev 256647)
+++ PKGBUILD2017-09-09 09:48:43 UTC (rev 256648)
@@ -6,7 +6,7 @@
 pkgname=lib32-${_pkgbasename}
 _pkgver=6.0-20170527
 pkgver=${_pkgver/-/+}
-pkgrel=1
+pkgrel=2
 pkgdesc="System V Release 4.0 curses emulation library (32-bit)"
 arch=('x86_64')
 url="http://www.gnu.org/software/ncurses/";


[arch-commits] Commit in lib32-sdl/repos/multilib-x86_64 (14 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 09:50:27
  Author: arojas
Revision: 256651

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sdl/repos/multilib-x86_64/PKGBUILD
(from rev 256650, lib32-sdl/trunk/PKGBUILD)
  lib32-sdl/repos/multilib-x86_64/X11_KeyToUnicode.patch
(from rev 256650, lib32-sdl/trunk/X11_KeyToUnicode.patch)
  lib32-sdl/repos/multilib-x86_64/fix_joystick_misc_axes.diff
(from rev 256650, lib32-sdl/trunk/fix_joystick_misc_axes.diff)
  lib32-sdl/repos/multilib-x86_64/libsdl-1.2.15-resizing.patch
(from rev 256650, lib32-sdl/trunk/libsdl-1.2.15-resizing.patch)
  lib32-sdl/repos/multilib-x86_64/sdl-1.2.14-disable-mmx.patch
(from rev 256650, lib32-sdl/trunk/sdl-1.2.14-disable-mmx.patch)
  lib32-sdl/repos/multilib-x86_64/sdl-1.2.14-fix-mouse-clicking.patch
(from rev 256650, lib32-sdl/trunk/sdl-1.2.14-fix-mouse-clicking.patch)
  lib32-sdl/repos/multilib-x86_64/sdl_x11sym.patch
(from rev 256650, lib32-sdl/trunk/sdl_x11sym.patch)
Deleted:
  lib32-sdl/repos/multilib-x86_64/PKGBUILD
  lib32-sdl/repos/multilib-x86_64/X11_KeyToUnicode.patch
  lib32-sdl/repos/multilib-x86_64/fix_joystick_misc_axes.diff
  lib32-sdl/repos/multilib-x86_64/libsdl-1.2.15-resizing.patch
  lib32-sdl/repos/multilib-x86_64/sdl-1.2.14-disable-mmx.patch
  lib32-sdl/repos/multilib-x86_64/sdl-1.2.14-fix-mouse-clicking.patch
  lib32-sdl/repos/multilib-x86_64/sdl_x11sym.patch

-+
 PKGBUILD|  126 +-
 X11_KeyToUnicode.patch  |  104 ++--
 fix_joystick_misc_axes.diff |   26 +++
 libsdl-1.2.15-resizing.patch|  126 +-
 sdl-1.2.14-disable-mmx.patch|   26 +++
 sdl-1.2.14-fix-mouse-clicking.patch |   46 ++--
 sdl_x11sym.patch|   24 +++---
 7 files changed, 239 insertions(+), 239 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-09 09:50:00 UTC (rev 256650)
+++ PKGBUILD2017-09-09 09:50:27 UTC (rev 256651)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: dorphell 
-
-_pkgbasename=sdl
-pkgname=lib32-$_pkgbasename
-pkgver=1.2.15
-pkgrel=6
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (32-bit)"
-arch=('x86_64')
-url="http://www.libsdl.org";
-license=('LGPL')
-depends=('lib32-libxext' 'lib32-libxrender' 'lib32-libx11' $_pkgbasename)
-makedepends=('lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse' 'lib32-glu' 
gcc-multilib)
-optdepends=('lib32-alsa-lib: ALSA audio driver'
-'lib32-libpulse: PulseAudio audio driver')
-options=('staticlibs')
-source=(http://www.libsdl.org/release/SDL-${pkgver}.tar.gz
-sdl-1.2.14-fix-mouse-clicking.patch
-sdl-1.2.14-disable-mmx.patch
-fix_joystick_misc_axes.diff
-libsdl-1.2.15-resizing.patch
-sdl_x11sym.patch
-X11_KeyToUnicode.patch)
-md5sums=('9d96df8417572a2afb781a7c4c811a85'
- '04d8c179f125e04bcd4c9d60e013c2d7'
- 'e5c16b7611f62c7cb25f0534eff68852'
- '687586a108b597a2a6b73070c1d37e51'
- '3dd50347d8856160a9cbd7f80383a1f8'
- '148b285bccee9d21bb96db807363b962'
- 'edea272dff4698470877c016d818918d')
-
-prepare() {
-  cd SDL-$pkgver
-  patch -Np1 -i ../sdl-1.2.14-fix-mouse-clicking.patch
-  patch -Np1 -i ../sdl-1.2.14-disable-mmx.patch
-  patch -Np1 -i ../fix_joystick_misc_axes.diff
-  patch -Np1 -i ../libsdl-1.2.15-resizing.patch
-  patch -Np0 -i ../sdl_x11sym.patch
-  patch -Np1 -i ../X11_KeyToUnicode.patch
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd SDL-$pkgver
-  ./configure --prefix=/usr --disable-nasm --enable-alsa \
-  --with-x --disable-rpath --disable-static --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd SDL-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "$pkgdir"/usr/{include,share}
-
-  cd "$pkgdir/usr/bin"
-  mv sdl-config sdl-config-32
-}

Copied: lib32-sdl/repos/multilib-x86_64/PKGBUILD (from rev 256650, 
lib32-sdl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-09 09:50:27 UTC (rev 256651)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: dorphell 
+
+_pkgbasename=sdl
+pkgname=lib32-$_pkgbasename
+pkgver=1.2.15
+pkgrel=7
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (32-bit)"
+arch=('x86_64')
+url="http://www.libsdl.org";
+license=('LGPL')
+depends=('lib32-libxext' 'lib32-libxrender' 'lib32-libx11' $_pkgbasename)
+makedepends=('lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse' 'lib32-glu' 
gcc-multilib)
+optdepends=(

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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 09:50:00
  Author: arojas
Revision: 256650

PIE rebuild

Modified:
  lib32-sdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 09:49:04 UTC (rev 256649)
+++ PKGBUILD2017-09-09 09:50:00 UTC (rev 256650)
@@ -6,7 +6,7 @@
 _pkgbasename=sdl
 pkgname=lib32-$_pkgbasename
 pkgver=1.2.15
-pkgrel=6
+pkgrel=7
 pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (32-bit)"
 arch=('x86_64')
 url="http://www.libsdl.org";


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 09:53:33
  Author: arojas
Revision: 256652

PIE rebuild

Modified:
  dev86/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 09:50:27 UTC (rev 256651)
+++ PKGBUILD2017-09-09 09:53:33 UTC (rev 256652)
@@ -5,7 +5,7 @@
 
 pkgname=dev86
 pkgver=0.16.21
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple C compiler to generate 8086 code"
 arch=('i686' 'x86_64')
 url="http://v3.sk/~lkundrak/dev86/";


[arch-commits] Commit in dev86/repos (7 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 09:54:16
  Author: arojas
Revision: 256653

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

Added:
  dev86/repos/multilib-i686/
  dev86/repos/multilib-i686/PKGBUILD
(from rev 256652, dev86/trunk/PKGBUILD)
  dev86/repos/multilib-i686/mandir.patch
(from rev 256652, dev86/trunk/mandir.patch)
  dev86/repos/multilib-x86_64/PKGBUILD
(from rev 256652, dev86/trunk/PKGBUILD)
  dev86/repos/multilib-x86_64/mandir.patch
(from rev 256652, dev86/trunk/mandir.patch)
Deleted:
  dev86/repos/multilib-x86_64/PKGBUILD
  dev86/repos/multilib-x86_64/mandir.patch

--+
 /PKGBUILD|   42 +
 /mandir.patch|   34 +
 multilib-i686/PKGBUILD   |   42 +
 multilib-i686/mandir.patch   |   34 +
 multilib-x86_64/PKGBUILD |   42 -
 multilib-x86_64/mandir.patch |   34 -
 6 files changed, 152 insertions(+), 76 deletions(-)

Copied: dev86/repos/multilib-i686/PKGBUILD (from rev 256652, 
dev86/trunk/PKGBUILD)
===
--- multilib-i686/PKGBUILD  (rev 0)
+++ multilib-i686/PKGBUILD  2017-09-09 09:54:16 UTC (rev 256653)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Alessio 'mOLOk' Bolognino 
+# Contributor: Suat SARIALP 
+
+pkgname=dev86
+pkgver=0.16.21
+pkgrel=2
+pkgdesc="Simple C compiler to generate 8086 code"
+arch=('i686' 'x86_64')
+url="http://v3.sk/~lkundrak/dev86/";
+license=(GPL)
+if [ "${CARCH}" == "x86_64" ]; then
+  depends=('lib32-glibc')
+  makedepends=('bin86' 'gcc-multilib')
+else
+  makedepends=('bin86')
+fi
+options=('!libtool' '!strip' '!makeflags' 'staticlibs')
+source=(http://v3.sk/~lkundrak/dev86/Dev86src-$pkgver.tar.gz
+   mandir.patch)
+md5sums=('6b96fe9d2d1c546842a4d1c7ef387e4c'
+ '509df653dec8956faf1a40a8c544d9ce')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 <"$srcdir"/mandir.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make PREFIX=/usr DIST="$pkgdir"
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/man/man1
+  make install-all DIST="$pkgdir"
+  # remove all the stuff supplied by bin86
+  rm "$pkgdir"/usr/bin/{as,ld,nm,objdump,size}86
+  rm "$pkgdir"/usr/share/man/man1/{as,ld}86.1
+}

Copied: dev86/repos/multilib-i686/mandir.patch (from rev 256652, 
dev86/trunk/mandir.patch)
===
--- multilib-i686/mandir.patch  (rev 0)
+++ multilib-i686/mandir.patch  2017-09-09 09:54:16 UTC (rev 256653)
@@ -0,0 +1,34 @@
+diff -wbBur dev86-0.16.19.org/dis88/Makefile dev86-0.16.19/dis88/Makefile
+--- dev86-0.16.19.org/dis88/Makefile   1998-07-31 17:01:40.0 +0400
 dev86-0.16.19/dis88/Makefile   2012-10-24 14:46:02.684587469 +0400
+@@ -38,7 +38,7 @@
+ 
+ install:  dis88
+   install -m 755 -s dis88   $(DIST)$(PREFIX)/bin/dis86
+-  install -m 644dis88.1 $(DIST)$(PREFIX)/man/man1/dis86.1
++  install -m 644dis88.1 $(DIST)$(PREFIX)/share/man/man1/dis86.1
+ 
+ $(OBJ): dis.h a.out.h
+ 
+diff -wbBur dev86-0.16.19.org/Makefile dev86-0.16.19/Makefile
+--- dev86-0.16.19.org/Makefile 2012-08-14 00:10:08.0 +0400
 dev86-0.16.19/Makefile 2012-10-24 14:45:50.917920191 +0400
+@@ -17,7 +17,7 @@
+ LIBDIR=  $(PREFIX)/lib/bcc
+ INCLDIR= $(PREFIX)/lib/bcc
+ ASLDDIR= $(BINDIR)
+-MANDIR=$(PREFIX)/man
++MANDIR=$(PREFIX)/share/man
+ CFLAGS=  -O
+ IFDEFNAME= ifdef
+ 
+diff -wbBur dev86-0.16.19.org/man/Makefile dev86-0.16.19/man/Makefile
+--- dev86-0.16.19.org/man/Makefile 1998-07-31 17:03:30.0 +0400
 dev86-0.16.19/man/Makefile 2012-10-24 14:45:55.494587123 +0400
+@@ -1,5 +1,5 @@
+ 
+-MANDIR=/usr/man
++MANDIR=/usr/share/man
+ MAN1PG=as86.1 bcc.1 elks.1 elksemu.1 ld86.1
+ MAN1DIR=$(MANDIR)/man1
+ 

Deleted: multilib-x86_64/PKGBUILD
===
--- multilib-x86_64/PKGBUILD2017-09-09 09:53:33 UTC (rev 256652)
+++ multilib-x86_64/PKGBUILD2017-09-09 09:54:16 UTC (rev 256653)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Alessio 'mOLOk' Bolognino 
-# Contributor: Suat SARIALP 
-
-pkgname=dev86
-pkgver=0.16.21
-pkgrel=1
-pkgdesc="Simple C compiler to generate 8086 code"
-arch=('i686' 'x86_64')
-url="http://v3.sk/~lkundrak/dev86/";
-license=(GPL)
-if [ "${CARCH}" == "x86_64" ]; then
-  depends=('lib32-glibc')
-  makedepends=('bin86' 'gcc-multilib')
-else
-  makedepends=('bin86')
-fi
-options=('!libtool' '!strip' '!makeflags' 'staticlibs')
-source=(http://v3.sk/~lkundrak/dev86/Dev86src-$pkgver.tar.gz
-   mandir.patch)
-md5sums=('6b96fe9d2d1c546842a4d1c7ef387e4c'
- '509df653de

[arch-commits] Commit in dev86/repos (7 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 09:54:44
  Author: arojas
Revision: 256654

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

Added:
  dev86/repos/community-i686/PKGBUILD
(from rev 256653, dev86/trunk/PKGBUILD)
  dev86/repos/community-i686/mandir.patch
(from rev 256653, dev86/trunk/mandir.patch)
  dev86/repos/community-x86_64/
  dev86/repos/community-x86_64/PKGBUILD
(from rev 256653, dev86/trunk/PKGBUILD)
  dev86/repos/community-x86_64/mandir.patch
(from rev 256653, dev86/trunk/mandir.patch)
Deleted:
  dev86/repos/community-i686/PKGBUILD
  dev86/repos/community-i686/mandir.patch

---+
 /PKGBUILD |   42 
 /mandir.patch |   34 
 community-i686/PKGBUILD   |   42 
 community-i686/mandir.patch   |   34 
 community-x86_64/PKGBUILD |   42 
 community-x86_64/mandir.patch |   34 
 6 files changed, 152 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-09 09:54:16 UTC (rev 256653)
+++ community-i686/PKGBUILD 2017-09-09 09:54:44 UTC (rev 256654)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Alessio 'mOLOk' Bolognino 
-# Contributor: Suat SARIALP 
-
-pkgname=dev86
-pkgver=0.16.21
-pkgrel=1
-pkgdesc="Simple C compiler to generate 8086 code"
-arch=('i686' 'x86_64')
-url="http://v3.sk/~lkundrak/dev86/";
-license=(GPL)
-if [ "${CARCH}" == "x86_64" ]; then
-  depends=('lib32-glibc')
-  makedepends=('bin86' 'gcc-multilib')
-else
-  makedepends=('bin86')
-fi
-options=('!libtool' '!strip' '!makeflags' 'staticlibs')
-source=(http://v3.sk/~lkundrak/dev86/Dev86src-$pkgver.tar.gz
-   mandir.patch)
-md5sums=('6b96fe9d2d1c546842a4d1c7ef387e4c'
- '509df653dec8956faf1a40a8c544d9ce')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 <$srcdir/mandir.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=/usr DIST="$pkgdir"
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/man/man1
-  make install-all DIST="$pkgdir"
-  # remove all the stuff supplied by bin86
-  rm $pkgdir/usr/bin/{as,ld,nm,objdump,size}86
-  rm $pkgdir/usr/share/man/man1/{as,ld}86.1
-}

Copied: dev86/repos/community-i686/PKGBUILD (from rev 256653, 
dev86/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-09 09:54:44 UTC (rev 256654)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Alessio 'mOLOk' Bolognino 
+# Contributor: Suat SARIALP 
+
+pkgname=dev86
+pkgver=0.16.21
+pkgrel=2
+pkgdesc="Simple C compiler to generate 8086 code"
+arch=('i686' 'x86_64')
+url="http://v3.sk/~lkundrak/dev86/";
+license=(GPL)
+if [ "${CARCH}" == "x86_64" ]; then
+  depends=('lib32-glibc')
+  makedepends=('bin86' 'gcc-multilib')
+else
+  makedepends=('bin86')
+fi
+options=('!libtool' '!strip' '!makeflags' 'staticlibs')
+source=(http://v3.sk/~lkundrak/dev86/Dev86src-$pkgver.tar.gz
+   mandir.patch)
+md5sums=('6b96fe9d2d1c546842a4d1c7ef387e4c'
+ '509df653dec8956faf1a40a8c544d9ce')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 <"$srcdir"/mandir.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make PREFIX=/usr DIST="$pkgdir"
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/man/man1
+  make install-all DIST="$pkgdir"
+  # remove all the stuff supplied by bin86
+  rm "$pkgdir"/usr/bin/{as,ld,nm,objdump,size}86
+  rm "$pkgdir"/usr/share/man/man1/{as,ld}86.1
+}

Deleted: community-i686/mandir.patch
===
--- community-i686/mandir.patch 2017-09-09 09:54:16 UTC (rev 256653)
+++ community-i686/mandir.patch 2017-09-09 09:54:44 UTC (rev 256654)
@@ -1,34 +0,0 @@
-diff -wbBur dev86-0.16.19.org/dis88/Makefile dev86-0.16.19/dis88/Makefile
 dev86-0.16.19.org/dis88/Makefile   1998-07-31 17:01:40.0 +0400
-+++ dev86-0.16.19/dis88/Makefile   2012-10-24 14:46:02.684587469 +0400
-@@ -38,7 +38,7 @@
- 
- install:  dis88
-   install -m 755 -s dis88   $(DIST)$(PREFIX)/bin/dis86
--  install -m 644dis88.1 $(DIST)$(PREFIX)/man/man1/dis86.1
-+  install -m 644dis88.1 $(DIST)$(PREFIX)/share/man/man1/dis86.1
- 
- $(OBJ): dis.h a.out.h
- 
-diff -wbBur dev86-0.16.19.org/Makefile dev86-0.16.19/Makefile
 dev86-0.16.19.org/Makefile 2012-08-14 00:10:08.0 +0400
-+++ dev86-0.16.19/Makefile 2012-10-24 14:45:50.917920191 +0400
-@@ -17,7 +17,7 @@
- LIBDIR=  $(PREFIX)/lib/bcc
- INCLDIR= $(PREFIX)/lib/bcc
- ASLDDIR= $(BINDIR)
--MANDIR=$(PREFIX)/man
-+MANDIR=  

[arch-commits] Commit in dev86/repos (community-x86_64 multilib-i686)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 09:55:17
  Author: arojas
Revision: 256655

Remove wrong repos

Deleted:
  dev86/repos/community-x86_64/
  dev86/repos/multilib-i686/


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 10:36:32
  Author: arojas
Revision: 256656

Update to 3.4.7

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 09:55:17 UTC (rev 256655)
+++ PKGBUILD2017-09-09 10:36:32 UTC (rev 256656)
@@ -3,7 +3,7 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=3.4.6
+pkgver=3.4.7
 pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
  'python-gobject' 'python-polib' 'python2-gobject')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver";)
-sha512sums=('754f166deafa8afd525ddf7f5c0345821473cbcc07a5342da8f40d3733fc0f37ecb116aeda9d4c973ca385957ed575dd8355efaf39140c3fe736699fac72db17')
+sha512sums=('b9fa10d035ebcd2a0cc9f8558bcdc0d6936007ecf4431d7a2410235a5809e3bb2045141c226d8436639a1f60fffa09f2cd7432c81a02a4d9bff4d83369184646')
 
 prepare() {
   cd linuxmint-nemo-*


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 10:37:02
  Author: arojas
Revision: 256657

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-09 10:36:32 UTC (rev 256656)
+++ community-i686/PKGBUILD 2017-09-09 10:37:02 UTC (rev 256657)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.4.6
-pkgrel=1
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo";
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-optdepends=('ffmpegthumbnailer: support for video thumbnails')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
- 'python-gobject' 'python-polib' 'python2-gobject')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver";)
-sha512sums=('754f166deafa8afd525ddf7f5c0345821473cbcc07a5342da8f40d3733fc0f37ecb116aeda9d4c973ca385957ed575dd8355efaf39140c3fe736699fac72db17')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i '/^\[Desktop Entry/,/^\[Desktop Action/ 
s/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-tracker \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile \
-  --disable-selinux
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove D-Bus activation file to avoid conflict with nautilus-desktop
-  rm 
"$pkgdir/usr/share/dbus-1/services/org.nemo.freedesktop.FileManager1.service"
-}

Copied: nemo/repos/community-i686/PKGBUILD (from rev 256656, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-09 10:37:02 UTC (rev 256657)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=3.4.7
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/nemo";
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python'
+ 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
+optdepends=('ffmpegthumbnailer: support for video thumbnails')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
+ 'python-gobject' 'python-polib' 'python2-gobject')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver";)
+sha512sums=('b9fa10d035ebcd2a0cc9f8558bcdc0d6936007ecf4431d7a2410235a5809e3bb2045141c226d8436639a1f60fffa09f2cd7432c81a02a4d9bff4d83369184646')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i '/^\[Desktop Entry/,/^\[Desktop Action/ 
s/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nemo \
+  --disable-update-mimedb \
+  --disable-tracker \
+  --disable-gtk-doc-html \
+  --disable-schemas-compile \
+  --disable-selinux
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd linuxmint-nemo-*
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove D-Bus activation file to avoid conflict with nautilus-desktop
+  rm 
"$pkgdir/usr/share/dbus-1/services/org.nemo.freedesktop.FileManager1.service"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-09 10:36:32 UTC (rev 256656)
+++ community-x86_64/PKGBUILD   2017-09-09 10:37:02 UTC (rev 256657)
@@ -1,53 +0,0 @@
-

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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 10:41:52
  Author: arojas
Revision: 256658

Update to 3.4.6

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 10:37:02 UTC (rev 256657)
+++ PKGBUILD2017-09-09 10:41:52 UTC (rev 256658)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=3.4.4
+pkgver=3.4.6
 pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz";
 "set_wheel.patch"
 "default-theme.patch")
-sha512sums=('c6eb16498f219d1e17f5fb3db1fb6c510cfc98dc1b3a403aa81f3f43f207fbc84fae9b4af666d25f3b99358a2505366b5accd76c339ecf0567aee08d87847eb9'
+sha512sums=('b5fa337dc236204a09a3650ca40d2c2a996c9d1ff6f789834e757d50d68939914bf56d2d623ee5b6e57a180c02b803dbae6349ce1a9dd969b7a4c8bad1b9d8bd'
 
'cff8fb42a81d71b929327df5d56a68b68a96e79d4b85125ea7de0ed2dca53c6b45d08deccafa4453a7471f52aa6bf7d39ed979d2a085906997969a63e7dd7a8c'
 
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
 


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 10:42:17
  Author: arojas
Revision: 256659

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 256658, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 256658, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 256658, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 256658, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 256658, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 256658, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

--+
 /PKGBUILD|  194 +
 /default-theme.patch |   50 
 /set_wheel.patch |  112 +++
 community-i686/PKGBUILD  |   97 
 community-i686/default-theme.patch   |   25 
 community-i686/set_wheel.patch   |   56 -
 community-x86_64/PKGBUILD|   97 
 community-x86_64/default-theme.patch |   25 
 community-x86_64/set_wheel.patch |   56 -
 9 files changed, 356 insertions(+), 356 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-09 10:41:52 UTC (rev 256658)
+++ community-i686/PKGBUILD 2017-09-09 10:42:17 UTC (rev 256659)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.4.4
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/Cinnamon";
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-settings-daemon' 
'cinnamon-session'
- 'cinnamon-translations' 'cjs' 'clutter-gtk' 'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnome-keyring' 
'libkeybinder3' 'librsvg'
- 'muffin' 'python2-cairo' 'python-dbus' 'python2-dbus' 'python2-pillow'
- 'python2-pam' 'python2-pexpect' 'python2-pyinotify' 'python2-lxml'
- 'cinnamon-control-center' 'cinnamon-screensaver' 'cinnamon-menus' 
'libgnomekbd'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'xapps' 
'python2-gobject')
-makedepends=('gnome-common' 'intltool' 'gtk-doc' 'gobject-introspection')
-optdepends=('blueberry: Bluetooth support'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/archive/$pkgver.tar.gz";
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('c6eb16498f219d1e17f5fb3db1fb6c510cfc98dc1b3a403aa81f3f43f207fbc84fae9b4af666d25f3b99358a2505366b5accd76c339ecf0567aee08d87847eb9'
-
'cff8fb42a81d71b929327df5d56a68b68a96e79d4b85125ea7de0ed2dca53c6b45d08deccafa4453a7471f52aa6bf7d39ed979d2a085906997969a63e7dd7a8c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-  cd ${srcdir}/Cinnamon*
-
-  # Python2 fix
-  sed -i 's:/usr/bin/python :/usr/bin/python2 :' 
files/usr/bin/cinnamon-menu-editor
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Use wheel group instread of sudo (taken from Fedora)
-  patch -Np1 -i ../set_wheel.patch
-
-  # Set default theme to 'cinnamon'
-  patch -Np1 -i ../default-theme.patch
-
-  # Add polkit agent to required components
-  sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-  # Use pkexec instead of gksu
-  sed -i 's/gksu/pkexec/' files/usr/bin/cinnamon-settings-users
-
-  # Check for the cc-panel path, not for the unneeded binary
-  sed -i 
's|/usr/bin/cinnamon-control-center|/usr/lib/cinnamon-control-center-1/panels|' 
\
-files/usr/bin/cinnamon-settings
-
-  # Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-  sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-  # Fix selected background color in Cinnamon Settings for Adwaita theme
-  sed -i '

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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 10:46:33
  Author: arojas
Revision: 256660

Update to 3.4.2

Modified:
  cinnamon-screensaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 10:42:17 UTC (rev 256659)
+++ PKGBUILD2017-09-09 10:46:33 UTC (rev 256660)
@@ -4,8 +4,8 @@
 # Jan de Groot 
 
 pkgname=cinnamon-screensaver
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.4.2
+pkgrel=1
 pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -16,7 +16,7 @@
 makedepends=('intltool' 'gnome-common' 'gobject-introspection')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
cinnamon-screensaver.pam)
-sha256sums=('e25b68c74d7307eb0db30cf31d2f819981e25cf7371b339a08895c0506d55341'
+sha256sums=('9a86449eb6b2c1c2c31e3e18a336106c2fbfd0d6b68647ada1eff22867605335'
 'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
 
 build() {


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 10:47:06
  Author: arojas
Revision: 256661

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

Added:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
(from rev 256660, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
(from rev 256660, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
(from rev 256660, cinnamon-screensaver/trunk/PKGBUILD)
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam
(from rev 256660, cinnamon-screensaver/trunk/cinnamon-screensaver.pam)
Deleted:
  cinnamon-screensaver/repos/community-i686/PKGBUILD
  cinnamon-screensaver/repos/community-i686/cinnamon-screensaver.pam
  cinnamon-screensaver/repos/community-x86_64/PKGBUILD
  cinnamon-screensaver/repos/community-x86_64/cinnamon-screensaver.pam

---+
 /PKGBUILD |   72 
 /cinnamon-screensaver.pam |   12 
 community-i686/PKGBUILD   |   36 --
 community-i686/cinnamon-screensaver.pam   |6 --
 community-x86_64/PKGBUILD |   36 --
 community-x86_64/cinnamon-screensaver.pam |6 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-09 10:46:33 UTC (rev 256660)
+++ community-i686/PKGBUILD 2017-09-09 10:47:06 UTC (rev 256661)
@@ -1,36 +0,0 @@
-# Maintainer: Alexandre Filgueira 
-# Based on gnome-screensaver package:
-# Jan Alexander Steffens (heftig) 
-# Jan de Groot 
-
-pkgname=cinnamon-screensaver
-pkgver=3.4.1
-pkgrel=2
-pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="https://github.com/linuxmint/cinnamon-screensaver";
-backup=(etc/pam.d/cinnamon-screensaver)
-depends=('accountsservice' 'cinnamon-desktop' 'cinnamon-translations' 
'dbus-glib' 'libgnomekbd'
- 'python-cairo' 'python-gobject' 'python-setproctitle' 'python-xapp' 
'xapps' 'webkit2gtk')
-makedepends=('intltool' 'gnome-common' 'gobject-introspection')
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
-   cinnamon-screensaver.pam)
-sha256sums=('e25b68c74d7307eb0db30cf31d2f819981e25cf7371b339a08895c0506d55341'
-'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-   --libexecdir=/usr/lib/cinnamon-screensaver \
-   --localstatedir=/var \
-   --with-mit-ext --with-systemd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../cinnamon-screensaver.pam 
"$pkgdir/etc/pam.d/cinnamon-screensaver"
-}

Copied: cinnamon-screensaver/repos/community-i686/PKGBUILD (from rev 256660, 
cinnamon-screensaver/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-09 10:47:06 UTC (rev 256661)
@@ -0,0 +1,36 @@
+# Maintainer: Alexandre Filgueira 
+# Based on gnome-screensaver package:
+# Jan Alexander Steffens (heftig) 
+# Jan de Groot 
+
+pkgname=cinnamon-screensaver
+pkgver=3.4.2
+pkgrel=1
+pkgdesc="Screensaver designed to integrate well with the Cinnamon desktop."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="https://github.com/linuxmint/cinnamon-screensaver";
+backup=(etc/pam.d/cinnamon-screensaver)
+depends=('accountsservice' 'cinnamon-desktop' 'cinnamon-translations' 
'dbus-glib' 'libgnomekbd'
+ 'python-cairo' 'python-gobject' 'python-setproctitle' 'python-xapp' 
'xapps' 'webkit2gtk')
+makedepends=('intltool' 'gnome-common' 'gobject-introspection')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-screensaver/archive/$pkgver.tar.gz
+   cinnamon-screensaver.pam)
+sha256sums=('9a86449eb6b2c1c2c31e3e18a336106c2fbfd0d6b68647ada1eff22867605335'
+'c34925177c883dc4935408a4679e984855b14ef18a208bb5c7c3e5be3817619a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon-screensaver \
+   --localstatedir=/var \
+   --with-mit-ext --with-systemd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../cinnamon-screensaver.pam 
"$pkgdir/etc/pam.d/cinnamon-screensaver"
+}

Deleted: community-i686/cinnamon-screensaver.pam
===
--- community-i686/cinnamon-screensaver.pam 2017-09-09 10:46:33 UTC (rev 
256660)
+++ community-i686/cinnamon-screensaver.pam 2017-09-09 10

[arch-commits] Commit in cinnamon-settings-daemon/trunk (PKGBUILD)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 10:49:53
  Author: arojas
Revision: 256662

Update to 3.4.4

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 10:47:06 UTC (rev 256661)
+++ PKGBUILD2017-09-09 10:49:53 UTC (rev 256662)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-settings-daemon
-pkgver=3.4.2
+pkgver=3.4.4
 pkgrel=1
 pkgdesc="The Cinnamon Settings daemon"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 url="https://github.com/linuxmint/cinnamon-settings-daemon";
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz";)
-sha256sums=('b30a3b64e4263e4dbe2678c0cff5cef97944282fabb8f4b6fa3ca6c65c8f1522')
+sha256sums=('b883879a13f9120d2e17ad22fa2cf3ebe50a87d814c82e2f067b2bc32e7273f1')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in cinnamon-settings-daemon/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 10:50:31
  Author: arojas
Revision: 256663

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

Added:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
(from rev 256662, cinnamon-settings-daemon/trunk/PKGBUILD)
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 256662, cinnamon-settings-daemon/trunk/PKGBUILD)
Deleted:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-09 10:49:53 UTC (rev 256662)
+++ community-i686/PKGBUILD 2017-09-09 10:50:31 UTC (rev 256663)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira (faidoc) 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=cinnamon-settings-daemon
-pkgver=3.4.2
-pkgrel=1
-pkgdesc="The Cinnamon Settings daemon"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
- 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
- 'libgudev' 'dbus-glib' 'colord' 'libcups' 'polkit')
-makedepends=('autoconf-archive' 'intltool' 'docbook-xsl' 'xf86-input-wacom')
-options=('!emptydirs')
-url="https://github.com/linuxmint/cinnamon-settings-daemon";
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz";)
-sha256sums=('b30a3b64e4263e4dbe2678c0cff5cef97944282fabb8f4b6fa3ca6c65c8f1522')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir="/usr/lib/${pkgname}" \
---enable-systemd \
---enable-polkit
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-settings-daemon/repos/community-i686/PKGBUILD (from rev 
256662, cinnamon-settings-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-09 10:50:31 UTC (rev 256663)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexandre Filgueira (faidoc) 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-settings-daemon
+pkgver=3.4.4
+pkgrel=1
+pkgdesc="The Cinnamon Settings daemon"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
+ 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
+ 'libgudev' 'dbus-glib' 'colord' 'libcups' 'polkit')
+makedepends=('autoconf-archive' 'intltool' 'docbook-xsl' 'xf86-input-wacom')
+options=('!emptydirs')
+url="https://github.com/linuxmint/cinnamon-settings-daemon";
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz";)
+sha256sums=('b883879a13f9120d2e17ad22fa2cf3ebe50a87d814c82e2f067b2bc32e7273f1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir="/usr/lib/${pkgname}" \
+--enable-systemd \
+--enable-polkit
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Remove useless man page (FS#54840)
+  rm "$pkgdir/usr/share/man/man1/cinnamon-settings-daemon.1"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-09 10:49:53 UTC (rev 256662)
+++ community-x86_64/PKGBUILD   2017-09-09 10:50:31 UTC (rev 256663)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira (faidoc) 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=cinnamon-settings-daemon
-pkgver=3.4.2
-pkgrel=1
-pkgdesc="The Cinnamon Settings daemon"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('cinnamon-desktop' 'libcanberra-pulse' 'librsvg' 'nss'
- 'pulseaudio-alsa' 'upower' 'libnotify' 'libgnomekbd' 'libwacom'
- 'libgudev' 'dbus-glib' 'colord' 'libcups' 'polkit')
-makedepends=('autoconf-archive' 'intltool' 'docbook-xsl' 'xf86-input-wacom')
-options=('!emptydirs')
-url="https://github.com/linuxmint/cinnamon-settings-daemon";
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz";)
-sha256s

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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 10:52:32
  Author: arojas
Revision: 256664

Update to 3.4.2

Modified:
  cinnamon-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 10:50:31 UTC (rev 256663)
+++ PKGBUILD2017-09-09 10:52:32 UTC (rev 256664)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-session
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc="The Cinnamon Session Handler"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 url="https://github.com/linuxmint/cinnamon-session";
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz)
-sha256sums=('20426fe91347193b13ede47d2b2f14af4321f95274267304dc9844e2a5178948')
+sha256sums=('bfeb8a73cc8c7d9dfd728d34df0f578bd2ad8ed88f7de9d7cd5d3ae08f454530')
 
 build() {
   cd $pkgname-$pkgver


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 10:53:10
  Author: arojas
Revision: 256665

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

Added:
  cinnamon-session/repos/community-i686/PKGBUILD
(from rev 256664, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-x86_64/PKGBUILD
(from rev 256664, cinnamon-session/trunk/PKGBUILD)
Deleted:
  cinnamon-session/repos/community-i686/PKGBUILD
  cinnamon-session/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-09-09 10:52:32 UTC (rev 256664)
+++ community-i686/PKGBUILD 2017-09-09 10:53:10 UTC (rev 256665)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=cinnamon-session
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="The Cinnamon Session Handler"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(dbus-glib cinnamon-desktop libsm libcanberra)
-makedepends=(intltool mesa json-glib xtrans gnome-common)
-options=('!emptydirs')
-url="https://github.com/linuxmint/cinnamon-session";
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz)
-sha256sums=('20426fe91347193b13ede47d2b2f14af4321f95274267304dc9844e2a5178948')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  CFLAGS="${CFLAGS} -Wno-error=format-nonliteral" ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/cinnamon-session \
---disable-schemas-compile \
---disable-gconf \
---enable-qt57-theme-support
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-session/repos/community-i686/PKGBUILD (from rev 256664, 
cinnamon-session/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-09 10:53:10 UTC (rev 256665)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-session
+pkgver=3.4.2
+pkgrel=1
+pkgdesc="The Cinnamon Session Handler"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(dbus-glib cinnamon-desktop libsm libcanberra)
+makedepends=(intltool mesa json-glib xtrans gnome-common)
+options=('!emptydirs')
+url="https://github.com/linuxmint/cinnamon-session";
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz)
+sha256sums=('bfeb8a73cc8c7d9dfd728d34df0f578bd2ad8ed88f7de9d7cd5d3ae08f454530')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  CFLAGS="${CFLAGS} -Wno-error=format-nonliteral" ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/cinnamon-session \
+--disable-schemas-compile \
+--disable-gconf \
+--enable-qt57-theme-support
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-09 10:52:32 UTC (rev 256664)
+++ community-x86_64/PKGBUILD   2017-09-09 10:53:10 UTC (rev 256665)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=cinnamon-session
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="The Cinnamon Session Handler"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(dbus-glib cinnamon-desktop libsm libcanberra)
-makedepends=(intltool mesa json-glib xtrans gnome-common)
-options=('!emptydirs')
-url="https://github.com/linuxmint/cinnamon-session";
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz)
-sha256sums=('20426fe91347193b13ede47d2b2f14af4321f95274267304dc9844e2a5178948')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  CFLAGS="${CFLAGS} -Wno-error=format-nonliteral" ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/cinnamon-session \
---disable-schemas-compile \
---disable-gconf \
---enable-qt57-theme-support
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-session/repos/community-x86_64/PKGBUILD (from rev 256664, 
cinnamon-session/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-09 10:53:10 UTC (rev 256665)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexandre Fi

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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 10:57:29
  Author: arojas
Revision: 25

Update to 3.4.1

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 10:53:10 UTC (rev 256665)
+++ PKGBUILD2017-09-09 10:57:29 UTC (rev 25)
@@ -4,7 +4,7 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";)
-sha256sums=('bbfd8997ad0f03d029f804c4927f464e89276ce384aef5aa6787dddc04e6ef85')
+sha256sums=('f051c9bb1291381c9e32bf06ef829cb2ee894e8d6293a4d2738c8655d3643c26')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 10:58:06
  Author: arojas
Revision: 256667

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-09 10:57:29 UTC (rev 25)
+++ community-i686/PKGBUILD 2017-09-09 10:58:06 UTC (rev 256667)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Adam Hani Schakaki 
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin";
-license=('GPL')
-depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
- 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";)
-sha256sums=('bbfd8997ad0f03d029f804c4927f464e89276ce384aef5aa6787dddc04e6ef85')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile \
- --enable-compile-warnings=minimum
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir/" install
-
-  # Remove unused stuff
-  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
-  make -C src/tools DESTDIR="$pkgdir" uninstall
-  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
-  make -C doc/man DESTDIR="$pkgdir" uninstall
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 25, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-09 10:58:06 UTC (rev 256667)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin";
+license=('GPL')
+depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";)
+sha256sums=('f051c9bb1291381c9e32bf06ef829cb2ee894e8d6293a4d2738c8655d3643c26')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile \
+ --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir/" install
+
+  # Remove unused stuff
+  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
+  make -C src/tools DESTDIR="$pkgdir" uninstall
+  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
+  make -C doc/man DESTDIR="$pkgdir" uninstall
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-09 10:57:29 UTC (rev 25)
+++ community-x86_64/PKGBUILD   2017-09-09 10:58:06 UTC (rev 256667)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Adam Hani Schakaki 
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin";
-license=('GPL')
-depends=('clutter' 'gobject-introspection

[arch-commits] Commit in (75 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:10:38
  Author: arojas
Revision: 305100

KDE Frameworks 5.38

Modified:
  attica-qt5/trunk/PKGBUILD
  baloo/trunk/PKGBUILD
  bluez-qt/trunk/PKGBUILD
  breeze-icons/trunk/PKGBUILD
  extra-cmake-modules/trunk/PKGBUILD
  frameworkintegration/trunk/PKGBUILD
  kactivities-stats/trunk/PKGBUILD
  kactivities/trunk/PKGBUILD
  kapidox/trunk/PKGBUILD
  karchive/trunk/PKGBUILD
  kauth/trunk/PKGBUILD
  kbookmarks/trunk/PKGBUILD
  kcmutils/trunk/PKGBUILD
  kcodecs/trunk/PKGBUILD
  kcompletion/trunk/PKGBUILD
  kconfig/trunk/PKGBUILD
  kconfigwidgets/trunk/PKGBUILD
  kcoreaddons/trunk/PKGBUILD
  kcrash/trunk/PKGBUILD
  kdbusaddons/trunk/PKGBUILD
  kdeclarative/trunk/PKGBUILD
  kded/trunk/PKGBUILD
  kdelibs4support/trunk/PKGBUILD
  kdesignerplugin/trunk/PKGBUILD
  kdesu/trunk/PKGBUILD
  kdewebkit/trunk/PKGBUILD
  kdnssd/trunk/PKGBUILD
  kdoctools/trunk/PKGBUILD
  kemoticons/trunk/PKGBUILD
  kfilemetadata/trunk/PKGBUILD
  kglobalaccel/trunk/PKGBUILD
  kguiaddons/trunk/PKGBUILD
  khtml/trunk/PKGBUILD
  ki18n/trunk/PKGBUILD
  kiconthemes/trunk/PKGBUILD
  kidletime/trunk/PKGBUILD
  kimageformats/trunk/PKGBUILD
  kinit/trunk/PKGBUILD
  kio/trunk/PKGBUILD
  kirigami2/trunk/PKGBUILD
  kitemmodels/trunk/PKGBUILD
  kitemviews/trunk/PKGBUILD
  kjobwidgets/trunk/PKGBUILD
  kjs/trunk/PKGBUILD
  kjsembed/trunk/PKGBUILD
  kmediaplayer/trunk/PKGBUILD
  knewstuff/trunk/PKGBUILD
  knotifications/trunk/PKGBUILD
  knotifyconfig/trunk/PKGBUILD
  kpackage/trunk/PKGBUILD
  kparts/trunk/PKGBUILD
  kpeople/trunk/PKGBUILD
  kplotting/trunk/PKGBUILD
  kpty/trunk/PKGBUILD
  kross/trunk/PKGBUILD
  krunner/trunk/PKGBUILD
  kservice/trunk/PKGBUILD
  ktexteditor/trunk/PKGBUILD
  ktextwidgets/trunk/PKGBUILD
  kunitconversion/trunk/PKGBUILD
  kwallet/trunk/PKGBUILD
  kwayland/trunk/PKGBUILD
  kwidgetsaddons/trunk/PKGBUILD
  kwindowsystem/trunk/PKGBUILD
  kxmlgui/trunk/PKGBUILD
  kxmlrpcclient/trunk/PKGBUILD
  modemmanager-qt/trunk/PKGBUILD
  networkmanager-qt/trunk/PKGBUILD
  oxygen-icons/trunk/PKGBUILD
  plasma-framework/trunk/PKGBUILD
  prison/trunk/PKGBUILD
  solid/trunk/PKGBUILD
  sonnet/trunk/PKGBUILD
  syntax-highlighting/trunk/PKGBUILD
  threadweaver/trunk/PKGBUILD

-+
 attica-qt5/trunk/PKGBUILD   |4 ++--
 baloo/trunk/PKGBUILD|4 ++--
 bluez-qt/trunk/PKGBUILD |4 ++--
 breeze-icons/trunk/PKGBUILD |4 ++--
 extra-cmake-modules/trunk/PKGBUILD  |4 ++--
 frameworkintegration/trunk/PKGBUILD |4 ++--
 kactivities-stats/trunk/PKGBUILD|4 ++--
 kactivities/trunk/PKGBUILD  |4 ++--
 kapidox/trunk/PKGBUILD  |4 ++--
 karchive/trunk/PKGBUILD |4 ++--
 kauth/trunk/PKGBUILD|4 ++--
 kbookmarks/trunk/PKGBUILD   |4 ++--
 kcmutils/trunk/PKGBUILD |4 ++--
 kcodecs/trunk/PKGBUILD  |4 ++--
 kcompletion/trunk/PKGBUILD  |4 ++--
 kconfig/trunk/PKGBUILD  |4 ++--
 kconfigwidgets/trunk/PKGBUILD   |4 ++--
 kcoreaddons/trunk/PKGBUILD  |4 ++--
 kcrash/trunk/PKGBUILD   |4 ++--
 kdbusaddons/trunk/PKGBUILD  |4 ++--
 kdeclarative/trunk/PKGBUILD |4 ++--
 kded/trunk/PKGBUILD |6 +++---
 kdelibs4support/trunk/PKGBUILD  |4 ++--
 kdesignerplugin/trunk/PKGBUILD  |4 ++--
 kdesu/trunk/PKGBUILD|4 ++--
 kdewebkit/trunk/PKGBUILD|4 ++--
 kdnssd/trunk/PKGBUILD   |4 ++--
 kdoctools/trunk/PKGBUILD|4 ++--
 kemoticons/trunk/PKGBUILD   |4 ++--
 kfilemetadata/trunk/PKGBUILD|4 ++--
 kglobalaccel/trunk/PKGBUILD |4 ++--
 kguiaddons/trunk/PKGBUILD   |4 ++--
 khtml/trunk/PKGBUILD|4 ++--
 ki18n/trunk/PKGBUILD|4 ++--
 kiconthemes/trunk/PKGBUILD  |4 ++--
 kidletime/trunk/PKGBUILD|4 ++--
 kimageformats/trunk/PKGBUILD|4 ++--
 kinit/trunk/PKGBUILD|4 ++--
 kio/trunk/PKGBUILD  |   18 +-
 kirigami2/trunk/PKGBUILD|4 ++--
 kitemmodels/trunk/PKGBUILD  |4 ++--
 kitemviews/trunk/PKGBUILD   |4 ++--
 kjobwidgets/trunk/PKGBUILD  |4 ++--
 kjs/trunk/PKGBUILD  |4 ++--
 kjsembed/trunk/PKGBUILD |4 ++--
 kmediaplayer/trunk/PKGBUILD |4 ++--
 knewstuff/trunk/PKGBUILD|4 ++--
 knotifications/trunk/PKGBUILD   |   15 +--
 knotifyconfig/trunk/PKGBUILD|4 ++--
 kpackage/trunk/PKGBUILD |4 ++--
 kparts/trunk/PKGBUILD   |4 ++--
 kpeople/trunk/PKGBUILD  |4 ++--
 kplotting/trunk/PKGBUILD|4 ++--
 kpty/trunk/PKGBUILD |4 ++--
 kross/trunk/PKGBUILD|4 ++--
 krunner/trunk/PKGBUILD 

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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:20:32
  Author: arojas
Revision: 305102

archrelease: copy trunk to testing-any

Added:
  kapidox/repos/testing-any/
  kapidox/repos/testing-any/PKGBUILD
(from rev 305101, kapidox/trunk/PKGBUILD)

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

Copied: kapidox/repos/testing-any/PKGBUILD (from rev 305101, 
kapidox/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-09-09 11:20:32 UTC (rev 305102)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapidox
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Frameworks API Documentation Tools'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('python-jinja' 'python-yaml')
+makedepends=('extra-cmake-modules' 'qt5-base')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e6c8de70bd2d8fd55c8dd4f01dfb526fe3230c5094aeed5fedda360c693993c8'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in extra-cmake-modules/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:20:18
  Author: arojas
Revision: 305101

archrelease: copy trunk to testing-any

Added:
  extra-cmake-modules/repos/testing-any/
  extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch
(from rev 305100, extra-cmake-modules/trunk/ECM-no-init.py.patch)
  extra-cmake-modules/repos/testing-any/PKGBUILD
(from rev 305100, extra-cmake-modules/trunk/PKGBUILD)
  extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch
(from rev 305100, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)

--+
 ECM-no-init.py.patch |   10 ++
 PKGBUILD |   48 +
 fix-python-bindings-generation.patch |   12 
 3 files changed, 70 insertions(+)

Copied: extra-cmake-modules/repos/testing-any/ECM-no-init.py.patch (from rev 
305100, extra-cmake-modules/trunk/ECM-no-init.py.patch)
===
--- testing-any/ECM-no-init.py.patch(rev 0)
+++ testing-any/ECM-no-init.py.patch2017-09-09 11:20:18 UTC (rev 305101)
@@ -0,0 +1,10 @@
+diff --git a/find-modules/GeneratePythonBindingUmbrellaModule.cmake 
b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+index de79393..144fab4 100644
+--- a/find-modules/GeneratePythonBindingUmbrellaModule.cmake
 b/find-modules/GeneratePythonBindingUmbrellaModule.cmake
+@@ -4,4 +4,4 @@ get_filename_component(PYTHON_UMBRELLA_MODULE_DIR 
${PYTHON_UMBRELLA_MODULE_FILE}
+ 
+ file(MAKE_DIRECTORY "${PYTHON_UMBRELLA_MODULE_DIR}")
+ 
+-execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")
++#execute_process(COMMAND "${CMAKE_COMMAND}" -E touch 
"${PYTHON_UMBRELLA_MODULE_FILE}")

Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 305100, 
extra-cmake-modules/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2017-09-09 11:20:18 UTC (rev 305101)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=extra-cmake-modules
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Extra modules and scripts for CMake'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('cmake')
+makedepends=('python-sphinx' 'python-requests' 'qt5-tools')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+fix-python-bindings-generation.patch ECM-no-init.py.patch)
+sha256sums=('6188a8ac8d799439204f69a1eb229431fc9f196790b88d6fb72bb3d57edb2332'
+'SKIP'
+'af9238c6d1c3b4ebbefab0500c21364805f620a3e408792e2a5eaad3c6dfcc49'
+'5695e45c7621a00c0bca28f058c13b5d524f963a00b53337c8cefcdaf22c4b52')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
+# Fix Ubuntu-specific code https://bugs.kde.org/show_bug.cgi?id=372311
+  patch -p1 -i ../fix-python-bindings-generation.patch
+# Don't create __init__.py, depend on python-pykf5 instead
+  patch -p1 -i ../ECM-no-init.py.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_HTML_DOCS=OFF \
+-DBUILD_QTHELP_DOCS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
extra-cmake-modules/repos/testing-any/fix-python-bindings-generation.patch 
(from rev 305100, 
extra-cmake-modules/trunk/fix-python-bindings-generation.patch)
===
--- testing-any/fix-python-bindings-generation.patch
(rev 0)
+++ testing-any/fix-python-bindings-generation.patch2017-09-09 11:20:18 UTC 
(rev 305101)
@@ -0,0 +1,12 @@
+--- extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake.0 
2017-01-06 09:25:44.345565087 +
 extra-cmake-modules-5.29.0/find-modules/FindPythonModuleGeneration.cmake   
2017-01-06 09:29:03.881879316 +
+@@ -192,7 +192,7 @@
+   while(NOT libclang_LIBRARY AND NOT _LIBCLANG_FIND_VERSION EQUAL 
_LIBCLANG_MIN_MAJOR_VERSION)
+ math(EXPR _LIBCLANG_FIND_VERSION "${_LIBCLANG_FIND_VERSION} - 1")
+ set(_GPB_CLANG_SUFFIX ${_LIBCLANG_FIND_VERSION}.0)
+-find_library(libclang_LIBRARY clang-${_LIBCLANG_FIND_VERSION}.0)
++find_library(libclang_LIBRARY NAMES clang-${_LIBCLANG_FIND_VERSION}.0 
clang)
+   endwhile()
+ 
+   if (NOT libclang_LIBRARY)
+


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:20:53
  Author: arojas
Revision: 305103

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

Added:
  kcoreaddons/repos/testing-i686/
  kcoreaddons/repos/testing-i686/PKGBUILD
(from rev 305102, kcoreaddons/trunk/PKGBUILD)
  kcoreaddons/repos/testing-x86_64/
  kcoreaddons/repos/testing-x86_64/PKGBUILD
(from rev 305102, kcoreaddons/trunk/PKGBUILD)

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

Copied: kcoreaddons/repos/testing-i686/PKGBUILD (from rev 305102, 
kcoreaddons/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:20:53 UTC (rev 305103)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcoreaddons
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Addons to QtCore'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base' 'shared-mime-info')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen')
+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=('9be3dd86402e173da025c0d326fd9a38ffeecb34828a287f8b8c530a5db275d4'
+'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 \
+-D_KDE4_DEFAULT_HOME_POSTFIX=4 \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kcoreaddons/repos/testing-x86_64/PKGBUILD (from rev 305102, 
kcoreaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:20:53 UTC (rev 305103)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcoreaddons
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Addons to QtCore'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base' 'shared-mime-info')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen')
+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=('9be3dd86402e173da025c0d326fd9a38ffeecb34828a287f8b8c530a5db275d4'
+'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 \
+-D_KDE4_DEFAULT_HOME_POSTFIX=4 \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:21:18
  Author: arojas
Revision: 305104

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

Added:
  karchive/repos/testing-i686/
  karchive/repos/testing-i686/PKGBUILD
(from rev 305103, karchive/trunk/PKGBUILD)
  karchive/repos/testing-x86_64/
  karchive/repos/testing-x86_64/PKGBUILD
(from rev 305103, karchive/trunk/PKGBUILD)

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

Copied: karchive/repos/testing-i686/PKGBUILD (from rev 305103, 
karchive/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:21:18 UTC (rev 305104)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=karchive
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Qt 5 addon providing access to numerous types of archives'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('9354d45219342b888ac0eccbc3ce3a054858fcce9d4c93817352d2b447ebb658'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: karchive/repos/testing-x86_64/PKGBUILD (from rev 305103, 
karchive/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:21:18 UTC (rev 305104)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=karchive
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Qt 5 addon providing access to numerous types of archives'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('9354d45219342b888ac0eccbc3ce3a054858fcce9d4c93817352d2b447ebb658'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:21:38
  Author: arojas
Revision: 305105

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

Added:
  ki18n/repos/testing-i686/
  ki18n/repos/testing-i686/PKGBUILD
(from rev 305104, ki18n/trunk/PKGBUILD)
  ki18n/repos/testing-x86_64/
  ki18n/repos/testing-x86_64/PKGBUILD
(from rev 305104, ki18n/trunk/PKGBUILD)

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

Copied: ki18n/repos/testing-i686/PKGBUILD (from rev 305104, 
ki18n/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:21:38 UTC (rev 305105)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ki18n
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Advanced internationalization framework'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-script')
+makedepends=('extra-cmake-modules' 'python' 'qt5-declarative' 'python-pyqt5' 
'python2-pyqt5' 'clang' 'doxygen' 'qt5-tools')
+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=('240ccf22a65cf85da900c88afceac8bedc40b71a4d19bad526c03aa285cc2a7d'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: ki18n/repos/testing-x86_64/PKGBUILD (from rev 305104, 
ki18n/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:21:38 UTC (rev 305105)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ki18n
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Advanced internationalization framework'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-script')
+makedepends=('extra-cmake-modules' 'python' 'qt5-declarative' 'python-pyqt5' 
'python2-pyqt5' 'clang' 'doxygen' 'qt5-tools')
+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=('240ccf22a65cf85da900c88afceac8bedc40b71a4d19bad526c03aa285cc2a7d'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:22:44
  Author: arojas
Revision: 305108

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

Added:
  kcodecs/repos/testing-i686/
  kcodecs/repos/testing-i686/PKGBUILD
(from rev 305107, kcodecs/trunk/PKGBUILD)
  kcodecs/repos/testing-x86_64/
  kcodecs/repos/testing-x86_64/PKGBUILD
(from rev 305107, kcodecs/trunk/PKGBUILD)

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

Copied: kcodecs/repos/testing-i686/PKGBUILD (from rev 305107, 
kcodecs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:22:44 UTC (rev 305108)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcodecs
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Provide a collection of methods to manipulate strings using various 
encodings'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'gperf' 'doxygen')
+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=('31a22d37da33d86d492b4bf5e439566d8f6a0783f74382931cee4c59a482dd32'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kcodecs/repos/testing-x86_64/PKGBUILD (from rev 305107, 
kcodecs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:22:44 UTC (rev 305108)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcodecs
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Provide a collection of methods to manipulate strings using various 
encodings'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'gperf' 'doxygen')
+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=('31a22d37da33d86d492b4bf5e439566d8f6a0783f74382931cee4c59a482dd32'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:22:00
  Author: arojas
Revision: 305106

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

Added:
  kdoctools/repos/testing-i686/
  kdoctools/repos/testing-i686/PKGBUILD
(from rev 305105, kdoctools/trunk/PKGBUILD)
  kdoctools/repos/testing-x86_64/
  kdoctools/repos/testing-x86_64/PKGBUILD
(from rev 305105, kdoctools/trunk/PKGBUILD)

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

Copied: kdoctools/repos/testing-i686/PKGBUILD (from rev 305105, 
kdoctools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:22:00 UTC (rev 305106)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdoctools
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Documentation generation from docbook'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('karchive' 'docbook-xsl')
+makedepends=('extra-cmake-modules' 'ki18n' 'python' 'perl-uri')
+groups=('kf5')
+options=('staticlibs')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('c95f7e604bd16c3ef97b3fc0320a5656ef1ea3b3c75b7d4d22348391423c7b39'
+'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: kdoctools/repos/testing-x86_64/PKGBUILD (from rev 305105, 
kdoctools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:22:00 UTC (rev 305106)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdoctools
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Documentation generation from docbook'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('karchive' 'docbook-xsl')
+makedepends=('extra-cmake-modules' 'ki18n' 'python' 'perl-uri')
+groups=('kf5')
+options=('staticlibs')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('c95f7e604bd16c3ef97b3fc0320a5656ef1ea3b3c75b7d4d22348391423c7b39'
+'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 kauth/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:22:23
  Author: arojas
Revision: 305107

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

Added:
  kauth/repos/testing-i686/
  kauth/repos/testing-i686/PKGBUILD
(from rev 305106, kauth/trunk/PKGBUILD)
  kauth/repos/testing-x86_64/
  kauth/repos/testing-x86_64/PKGBUILD
(from rev 305106, kauth/trunk/PKGBUILD)

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

Copied: kauth/repos/testing-i686/PKGBUILD (from rev 305106, 
kauth/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:22:23 UTC (rev 305107)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kauth
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Abstraction to system policy and authentication features'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'polkit-qt5')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen')
+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=('279af9593b3bf8b2730730877ff865944839e08d21855ea25864934fe372de8a'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kauth/repos/testing-x86_64/PKGBUILD (from rev 305106, 
kauth/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:22:23 UTC (rev 305107)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kauth
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Abstraction to system policy and authentication features'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'polkit-qt5')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen')
+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=('279af9593b3bf8b2730730877ff865944839e08d21855ea25864934fe372de8a'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:23:04
  Author: arojas
Revision: 305109

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

Added:
  kconfig/repos/testing-i686/
  kconfig/repos/testing-i686/PKGBUILD
(from rev 305108, kconfig/trunk/PKGBUILD)
  kconfig/repos/testing-x86_64/
  kconfig/repos/testing-x86_64/PKGBUILD
(from rev 305108, kconfig/trunk/PKGBUILD)

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

Copied: kconfig/repos/testing-i686/PKGBUILD (from rev 305108, 
kconfig/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:23:04 UTC (rev 305109)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kconfig
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Configuration system'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen')
+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=('79744af26c90b78f01e065049daea0a6470f0d8b8e71334652179bac1b12243a'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kconfig/repos/testing-x86_64/PKGBUILD (from rev 305108, 
kconfig/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:23:04 UTC (rev 305109)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kconfig
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Configuration system'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen')
+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=('79744af26c90b78f01e065049daea0a6470f0d8b8e71334652179bac1b12243a'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:23:28
  Author: arojas
Revision: 305110

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

Added:
  kwidgetsaddons/repos/testing-i686/
  kwidgetsaddons/repos/testing-i686/PKGBUILD
(from rev 305109, kwidgetsaddons/trunk/PKGBUILD)
  kwidgetsaddons/repos/testing-x86_64/
  kwidgetsaddons/repos/testing-x86_64/PKGBUILD
(from rev 305109, kwidgetsaddons/trunk/PKGBUILD)

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

Copied: kwidgetsaddons/repos/testing-i686/PKGBUILD (from rev 305109, 
kwidgetsaddons/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:23:28 UTC (rev 305110)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwidgetsaddons
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Addons to QtWidgets'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python2-pyqt5' 
'python-pyqt5' 'doxygen')
+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=('45ee4f81cd91e61e82306f757a06849644fde73e09650e0498797cdc3a4604fa'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kwidgetsaddons/repos/testing-x86_64/PKGBUILD (from rev 305109, 
kwidgetsaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:23:28 UTC (rev 305110)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwidgetsaddons
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Addons to QtWidgets'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python2-pyqt5' 
'python-pyqt5' 'doxygen')
+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=('45ee4f81cd91e61e82306f757a06849644fde73e09650e0498797cdc3a4604fa'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:23:57
  Author: arojas
Revision: 305111

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

Added:
  kcompletion/repos/testing-i686/
  kcompletion/repos/testing-i686/PKGBUILD
(from rev 305110, kcompletion/trunk/PKGBUILD)
  kcompletion/repos/testing-x86_64/
  kcompletion/repos/testing-x86_64/PKGBUILD
(from rev 305110, kcompletion/trunk/PKGBUILD)

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

Copied: kcompletion/repos/testing-i686/PKGBUILD (from rev 305110, 
kcompletion/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:23:57 UTC (rev 305111)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcompletion
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Text completion helpers and widgets'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kwidgetsaddons' 'kconfig')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen')
+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=('5c943799729e7ed8d101eb2e11a09a2616d6c13c33d3575b2e61667e0c2f2539'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kcompletion/repos/testing-x86_64/PKGBUILD (from rev 305110, 
kcompletion/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:23:57 UTC (rev 305111)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcompletion
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Text completion helpers and widgets'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kwidgetsaddons' 'kconfig')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen')
+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=('5c943799729e7ed8d101eb2e11a09a2616d6c13c33d3575b2e61667e0c2f2539'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:24:40
  Author: arojas
Revision: 305113

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

Added:
  kconfigwidgets/repos/testing-i686/
  kconfigwidgets/repos/testing-i686/PKGBUILD
(from rev 305112, kconfigwidgets/trunk/PKGBUILD)
  kconfigwidgets/repos/testing-x86_64/
  kconfigwidgets/repos/testing-x86_64/PKGBUILD
(from rev 305112, kconfigwidgets/trunk/PKGBUILD)

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

Copied: kconfigwidgets/repos/testing-i686/PKGBUILD (from rev 305112, 
kconfigwidgets/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:24:40 UTC (rev 305113)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kconfigwidgets
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Widgets for KConfig'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kauth' 'kcodecs' 'kconfig' 'kguiaddons' 'ki18n' 'kwidgetsaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'mesa' 'clang' 
'python-pyqt5' 'python2-pyqt5' 'doxygen' 'qt5-tools')
+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=('1d70a761eefe60e6f7beb3517ed64edbb6266cfe85bbb65603c9764e524b6170'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kconfigwidgets/repos/testing-x86_64/PKGBUILD (from rev 305112, 
kconfigwidgets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:24:40 UTC (rev 305113)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kconfigwidgets
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Widgets for KConfig'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kauth' 'kcodecs' 'kconfig' 'kguiaddons' 'ki18n' 'kwidgetsaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'mesa' 'clang' 
'python-pyqt5' 'python2-pyqt5' 'doxygen' 'qt5-tools')
+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=('1d70a761eefe60e6f7beb3517ed64edbb6266cfe85bbb65603c9764e524b6170'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:24:21
  Author: arojas
Revision: 305112

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

Added:
  kguiaddons/repos/testing-i686/
  kguiaddons/repos/testing-i686/PKGBUILD
(from rev 305111, kguiaddons/trunk/PKGBUILD)
  kguiaddons/repos/testing-x86_64/
  kguiaddons/repos/testing-x86_64/PKGBUILD
(from rev 305111, kguiaddons/trunk/PKGBUILD)

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

Copied: kguiaddons/repos/testing-i686/PKGBUILD (from rev 305111, 
kguiaddons/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:24:21 UTC (rev 305112)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kguiaddons
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Addons to QtGui'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-x11extras')
+makedepends=('extra-cmake-modules' 'mesa' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen' 'qt5-tools')
+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=('01a6350be86f86fb11625393fdc2cb1fe70b7289d06140afa7b0186339047aca'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kguiaddons/repos/testing-x86_64/PKGBUILD (from rev 305111, 
kguiaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:24:21 UTC (rev 305112)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kguiaddons
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Addons to QtGui'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-x11extras')
+makedepends=('extra-cmake-modules' 'mesa' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen' 'qt5-tools')
+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=('01a6350be86f86fb11625393fdc2cb1fe70b7289d06140afa7b0186339047aca'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:25:01
  Author: arojas
Revision: 305114

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

Added:
  kwindowsystem/repos/testing-i686/
  kwindowsystem/repos/testing-i686/PKGBUILD
(from rev 305113, kwindowsystem/trunk/PKGBUILD)
  kwindowsystem/repos/testing-x86_64/
  kwindowsystem/repos/testing-x86_64/PKGBUILD
(from rev 305113, kwindowsystem/trunk/PKGBUILD)

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

Copied: kwindowsystem/repos/testing-i686/PKGBUILD (from rev 305113, 
kwindowsystem/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:25:01 UTC (rev 305114)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwindowsystem
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Access to the windowing system'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxfixes')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'doxygen')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2c16eb635714ff122b9348c0cc880be60d08c817c98026029f78434d918db90b'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kwindowsystem/repos/testing-x86_64/PKGBUILD (from rev 305113, 
kwindowsystem/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:25:01 UTC (rev 305114)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwindowsystem
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Access to the windowing system'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxfixes')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'doxygen')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2c16eb635714ff122b9348c0cc880be60d08c817c98026029f78434d918db90b'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:25:20
  Author: arojas
Revision: 305115

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

Added:
  kcrash/repos/testing-i686/
  kcrash/repos/testing-i686/PKGBUILD
(from rev 305114, kcrash/trunk/PKGBUILD)
  kcrash/repos/testing-x86_64/
  kcrash/repos/testing-x86_64/PKGBUILD
(from rev 305114, kcrash/trunk/PKGBUILD)

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

Copied: kcrash/repos/testing-i686/PKGBUILD (from rev 305114, 
kcrash/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:25:20 UTC (rev 305115)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcrash
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Support for application crash analysis and bug report from apps'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'kwindowsystem')
+makedepends=('extra-cmake-modules' 'mesa' 'doxygen' 'qt5-tools')
+optdepends=('drkonqi: KDE crash handler application')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('215c90bf6501cb90db01f2a04155bcd8a8e66fcfb4a94649e72204c5a1df10a9'
+'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 \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kcrash/repos/testing-x86_64/PKGBUILD (from rev 305114, 
kcrash/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:25:20 UTC (rev 305115)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcrash
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Support for application crash analysis and bug report from apps'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'kwindowsystem')
+makedepends=('extra-cmake-modules' 'mesa' 'doxygen' 'qt5-tools')
+optdepends=('drkonqi: KDE crash handler application')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('215c90bf6501cb90db01f2a04155bcd8a8e66fcfb4a94649e72204c5a1df10a9'
+'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 \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:25:40
  Author: arojas
Revision: 305116

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

Added:
  kdbusaddons/repos/testing-i686/
  kdbusaddons/repos/testing-i686/PKGBUILD
(from rev 305115, kdbusaddons/trunk/PKGBUILD)
  kdbusaddons/repos/testing-x86_64/
  kdbusaddons/repos/testing-x86_64/PKGBUILD
(from rev 305115, kdbusaddons/trunk/PKGBUILD)

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

Copied: kdbusaddons/repos/testing-i686/PKGBUILD (from rev 305115, 
kdbusaddons/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:25:40 UTC (rev 305116)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdbusaddons
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Addons to QtDBus'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-x11extras')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen')
+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=('1c1f8955570cd7e0480ec619084c5ea56cbffaca5307d9053d52092f10d589d7'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdbusaddons/repos/testing-x86_64/PKGBUILD (from rev 305115, 
kdbusaddons/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:25:40 UTC (rev 305116)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdbusaddons
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Addons to QtDBus'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-x11extras')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen')
+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=('1c1f8955570cd7e0480ec619084c5ea56cbffaca5307d9053d52092f10d589d7'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:26:20
  Author: arojas
Revision: 305118

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

Added:
  kservice/repos/testing-i686/
  kservice/repos/testing-i686/PKGBUILD
(from rev 305117, kservice/trunk/PKGBUILD)
  kservice/repos/testing-x86_64/
  kservice/repos/testing-x86_64/PKGBUILD
(from rev 305117, kservice/trunk/PKGBUILD)

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

Copied: kservice/repos/testing-i686/PKGBUILD (from rev 305117, 
kservice/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:26:20 UTC (rev 305118)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kservice
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Advanced plugin and service introspection'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('ki18n' 'kconfig' 'kcrash' 'kdbusaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2d31c96d8fad235aa2bfc96258ac03d7ec064184fe6a54856f9d7407fbae4a7d'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kservice/repos/testing-x86_64/PKGBUILD (from rev 305117, 
kservice/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:26:20 UTC (rev 305118)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kservice
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Advanced plugin and service introspection'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('ki18n' 'kconfig' 'kcrash' 'kdbusaddons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2d31c96d8fad235aa2bfc96258ac03d7ec064184fe6a54856f9d7407fbae4a7d'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:26:41
  Author: arojas
Revision: 305119

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

Added:
  kglobalaccel/repos/testing-i686/
  kglobalaccel/repos/testing-i686/PKGBUILD
(from rev 305118, kglobalaccel/trunk/PKGBUILD)
  kglobalaccel/repos/testing-x86_64/
  kglobalaccel/repos/testing-x86_64/PKGBUILD
(from rev 305118, kglobalaccel/trunk/PKGBUILD)

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

Copied: kglobalaccel/repos/testing-i686/PKGBUILD (from rev 305118, 
kglobalaccel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:26:41 UTC (rev 305119)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kglobalaccel
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Add support for global workspace shortcuts'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kdbusaddons' 'kconfig' 'kcrash')
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ba0a9084bd456fe4b9b9e308a0105ea744cf980bf4b5fcb0b1cd0a302a7cb5e7'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kglobalaccel/repos/testing-x86_64/PKGBUILD (from rev 305118, 
kglobalaccel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:26:41 UTC (rev 305119)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kglobalaccel
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Add support for global workspace shortcuts'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kdbusaddons' 'kconfig' 'kcrash')
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ba0a9084bd456fe4b9b9e308a0105ea744cf980bf4b5fcb0b1cd0a302a7cb5e7'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:26:01
  Author: arojas
Revision: 305117

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

Added:
  attica-qt5/repos/testing-i686/
  attica-qt5/repos/testing-i686/PKGBUILD
(from rev 305116, attica-qt5/trunk/PKGBUILD)
  attica-qt5/repos/testing-x86_64/
  attica-qt5/repos/testing-x86_64/PKGBUILD
(from rev 305116, attica-qt5/trunk/PKGBUILD)

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

Copied: attica-qt5/repos/testing-i686/PKGBUILD (from rev 305116, 
attica-qt5/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:26:01 UTC (rev 305117)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica-qt5
+pkgver=5.38.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Qt5 library that implements the Open Collaboration Services API'
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/attica-${pkgver}.tar.xz"{,.sig})
+sha256sums=('26f124e686d4a1ff005798958d63ddccd0bc23a763ea0578c4d2337a1a6b558b'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: attica-qt5/repos/testing-x86_64/PKGBUILD (from rev 305116, 
attica-qt5/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:26:01 UTC (rev 305117)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=attica-qt5
+pkgver=5.38.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Qt5 library that implements the Open Collaboration Services API'
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/attica-${pkgver}.tar.xz"{,.sig})
+sha256sums=('26f124e686d4a1ff005798958d63ddccd0bc23a763ea0578c4d2337a1a6b558b'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:27:02
  Author: arojas
Revision: 305120

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

Added:
  kitemviews/repos/testing-i686/
  kitemviews/repos/testing-i686/PKGBUILD
(from rev 305119, kitemviews/trunk/PKGBUILD)
  kitemviews/repos/testing-x86_64/
  kitemviews/repos/testing-x86_64/PKGBUILD
(from rev 305119, kitemviews/trunk/PKGBUILD)

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

Copied: kitemviews/repos/testing-i686/PKGBUILD (from rev 305119, 
kitemviews/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:27:02 UTC (rev 305120)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemviews
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Widget addons for Qt Model/View'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen')
+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=('46df0b2a0fe436cac2e1984d9038ac894ac86d9650db5328fa7069a13f46b151'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kitemviews/repos/testing-x86_64/PKGBUILD (from rev 305119, 
kitemviews/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:27:02 UTC (rev 305120)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kitemviews
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Widget addons for Qt Model/View'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python-pyqt5' 
'python2-pyqt5' 'doxygen')
+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=('46df0b2a0fe436cac2e1984d9038ac894ac86d9650db5328fa7069a13f46b151'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:27:22
  Author: arojas
Revision: 305121

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

Added:
  kiconthemes/repos/testing-i686/
  kiconthemes/repos/testing-i686/PKGBUILD
(from rev 305120, kiconthemes/trunk/PKGBUILD)
  kiconthemes/repos/testing-x86_64/
  kiconthemes/repos/testing-x86_64/PKGBUILD
(from rev 305120, kiconthemes/trunk/PKGBUILD)

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

Copied: kiconthemes/repos/testing-i686/PKGBUILD (from rev 305120, 
kiconthemes/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:27:22 UTC (rev 305121)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kiconthemes
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Support for icon themes'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-svg' 'kconfigwidgets' 'kitemviews' 'karchive')
+makedepends=('extra-cmake-modules' 'python' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2a7dc525c1e9eea8c8952ca4eeccc22c28bb37ea83895fd7166174263218aa07'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kiconthemes/repos/testing-x86_64/PKGBUILD (from rev 305120, 
kiconthemes/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:27:22 UTC (rev 305121)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kiconthemes
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Support for icon themes'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-svg' 'kconfigwidgets' 'kitemviews' 'karchive')
+makedepends=('extra-cmake-modules' 'python' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2a7dc525c1e9eea8c8952ca4eeccc22c28bb37ea83895fd7166174263218aa07'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:27:42
  Author: arojas
Revision: 305122

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

Added:
  sonnet/repos/testing-i686/
  sonnet/repos/testing-i686/PKGBUILD
(from rev 305121, sonnet/trunk/PKGBUILD)
  sonnet/repos/testing-x86_64/
  sonnet/repos/testing-x86_64/PKGBUILD
(from rev 305121, sonnet/trunk/PKGBUILD)

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

Copied: sonnet/repos/testing-i686/PKGBUILD (from rev 305121, 
sonnet/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:27:42 UTC (rev 305122)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=sonnet
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Spelling framework for Qt5'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell' 
'libvoikko' 'doxygen')
+optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking 
via aspell' 
+'hspell: spell checking for Hebrew' 'libvoikko: Finnish support 
via Voikko')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('aa73bb8a599f7b2ed14c043726ffe2d6399f1fd9a3daa51f12685aae11baa58c'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: sonnet/repos/testing-x86_64/PKGBUILD (from rev 305121, 
sonnet/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:27:42 UTC (rev 305122)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=sonnet
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Spelling framework for Qt5'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell' 
'libvoikko' 'doxygen')
+optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking 
via aspell' 
+'hspell: spell checking for Hebrew' 'libvoikko: Finnish support 
via Voikko')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('aa73bb8a599f7b2ed14c043726ffe2d6399f1fd9a3daa51f12685aae11baa58c'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:28:01
  Author: arojas
Revision: 305123

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

Added:
  ktextwidgets/repos/testing-i686/
  ktextwidgets/repos/testing-i686/PKGBUILD
(from rev 305122, ktextwidgets/trunk/PKGBUILD)
  ktextwidgets/repos/testing-x86_64/
  ktextwidgets/repos/testing-x86_64/PKGBUILD
(from rev 305122, ktextwidgets/trunk/PKGBUILD)

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

Copied: ktextwidgets/repos/testing-i686/PKGBUILD (from rev 305122, 
ktextwidgets/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:28:01 UTC (rev 305123)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktextwidgets
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Advanced text editing widgets'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcompletion' 'kservice' 'kiconthemes' 'sonnet' 'qt5-speech')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('eef0847aa98489437784361a281a16cbd52b3ac8a1a83619c370078e96ea1288'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: ktextwidgets/repos/testing-x86_64/PKGBUILD (from rev 305122, 
ktextwidgets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:28:01 UTC (rev 305123)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktextwidgets
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Advanced text editing widgets'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcompletion' 'kservice' 'kiconthemes' 'sonnet' 'qt5-speech')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('eef0847aa98489437784361a281a16cbd52b3ac8a1a83619c370078e96ea1288'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:28:45
  Author: arojas
Revision: 305125

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

Added:
  kbookmarks/repos/testing-i686/
  kbookmarks/repos/testing-i686/PKGBUILD
(from rev 305124, kbookmarks/trunk/PKGBUILD)
  kbookmarks/repos/testing-x86_64/
  kbookmarks/repos/testing-x86_64/PKGBUILD
(from rev 305124, kbookmarks/trunk/PKGBUILD)

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

Copied: kbookmarks/repos/testing-i686/PKGBUILD (from rev 305124, 
kbookmarks/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:28:45 UTC (rev 305125)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kbookmarks
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Support for bookmarks and the XBEL format'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kxmlgui')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python' 'doxygen')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('38af8bb592a323b05d05b72d22b9bd5d48932a01e86941fec5e0e5ca59054368'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kbookmarks/repos/testing-x86_64/PKGBUILD (from rev 305124, 
kbookmarks/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:28:45 UTC (rev 305125)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kbookmarks
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Support for bookmarks and the XBEL format'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kxmlgui')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python' 'doxygen')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('38af8bb592a323b05d05b72d22b9bd5d48932a01e86941fec5e0e5ca59054368'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:28:24
  Author: arojas
Revision: 305124

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

Added:
  kxmlgui/repos/testing-i686/
  kxmlgui/repos/testing-i686/PKGBUILD
(from rev 305123, kxmlgui/trunk/PKGBUILD)
  kxmlgui/repos/testing-x86_64/
  kxmlgui/repos/testing-x86_64/PKGBUILD
(from rev 305123, kxmlgui/trunk/PKGBUILD)

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

Copied: kxmlgui/repos/testing-i686/PKGBUILD (from rev 305123, 
kxmlgui/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:28:24 UTC (rev 305124)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kxmlgui
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='User configurable main windows'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kglobalaccel' 'ktextwidgets' 'attica-qt5')
+makedepends=('extra-cmake-modules' 'python' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('64f73ada0b1e08c97db00cfe2967b0d8354b338cd85e76644f79da022af49589'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kxmlgui/repos/testing-x86_64/PKGBUILD (from rev 305123, 
kxmlgui/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:28:24 UTC (rev 305124)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kxmlgui
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='User configurable main windows'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kglobalaccel' 'ktextwidgets' 'attica-qt5')
+makedepends=('extra-cmake-modules' 'python' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('64f73ada0b1e08c97db00cfe2967b0d8354b338cd85e76644f79da022af49589'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:29:27
  Author: arojas
Revision: 305127

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

Added:
  kjobwidgets/repos/testing-i686/
  kjobwidgets/repos/testing-i686/PKGBUILD
(from rev 305126, kjobwidgets/trunk/PKGBUILD)
  kjobwidgets/repos/testing-x86_64/
  kjobwidgets/repos/testing-x86_64/PKGBUILD
(from rev 305126, kjobwidgets/trunk/PKGBUILD)

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

Copied: kjobwidgets/repos/testing-i686/PKGBUILD (from rev 305126, 
kjobwidgets/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:29:27 UTC (rev 305127)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjobwidgets
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Widgets for tracking KJob instances'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'kwidgetsaddons' 'qt5-x11extras')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python2-pyqt5' 
'python-pyqt5' 'doxygen')
+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=('a5340df37ba44f6b5b82f8c673242ffc6d9a829c15b345e824360eb3e66e'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kjobwidgets/repos/testing-x86_64/PKGBUILD (from rev 305126, 
kjobwidgets/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:29:27 UTC (rev 305127)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kjobwidgets
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Widgets for tracking KJob instances'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'kwidgetsaddons' 'qt5-x11extras')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'clang' 'python2-pyqt5' 
'python-pyqt5' 'doxygen')
+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=('a5340df37ba44f6b5b82f8c673242ffc6d9a829c15b345e824360eb3e66e'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:29:47
  Author: arojas
Revision: 305128

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

Added:
  knotifications/repos/testing-i686/
  knotifications/repos/testing-i686/PKGBUILD
(from rev 305127, knotifications/trunk/PKGBUILD)
  knotifications/repos/testing-x86_64/
  knotifications/repos/testing-x86_64/PKGBUILD
(from rev 305127, knotifications/trunk/PKGBUILD)

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

Copied: knotifications/repos/testing-i686/PKGBUILD (from rev 305127, 
knotifications/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:29:47 UTC (rev 305128)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('phonon-qt5' 'libdbusmenu-qt5' 'kwindowsystem' 'kconfig' 'kcodecs' 
'kcoreaddons' 'qt5-speech')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python' 'doxygen')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ed7d33414840c8b25ce0f7fc446516bd85458b4e349825da026eb511a1d875cb'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: knotifications/repos/testing-x86_64/PKGBUILD (from rev 305127, 
knotifications/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:29:47 UTC (rev 305128)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=knotifications
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Abstraction for system notifications'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('phonon-qt5' 'libdbusmenu-qt5' 'kwindowsystem' 'kconfig' 'kcodecs' 
'kcoreaddons' 'qt5-speech')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python' 'doxygen')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ed7d33414840c8b25ce0f7fc446516bd85458b4e349825da026eb511a1d875cb'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:29:06
  Author: arojas
Revision: 305126

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

Added:
  solid/repos/testing-i686/
  solid/repos/testing-i686/PKGBUILD
(from rev 305125, solid/trunk/PKGBUILD)
  solid/repos/testing-x86_64/
  solid/repos/testing-x86_64/PKGBUILD
(from rev 305125, solid/trunk/PKGBUILD)

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

Copied: solid/repos/testing-i686/PKGBUILD (from rev 305125, 
solid/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:29:06 UTC (rev 305126)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=solid
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Hardware integration and detection'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-declarative' 'media-player-info' 'upower' 'udisks2')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'doxygen')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1052830aaed16391563dc35fe0e01bba2813acf2e0c70fa2223d54d2732b6cac'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: solid/repos/testing-x86_64/PKGBUILD (from rev 305125, 
solid/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:29:06 UTC (rev 305126)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=solid
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Hardware integration and detection'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-declarative' 'media-player-info' 'upower' 'udisks2')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'doxygen')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('1052830aaed16391563dc35fe0e01bba2813acf2e0c70fa2223d54d2732b6cac'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:30:07
  Author: arojas
Revision: 305129

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

Added:
  kwallet/repos/testing-i686/
  kwallet/repos/testing-i686/PKGBUILD
(from rev 305128, kwallet/trunk/PKGBUILD)
  kwallet/repos/testing-x86_64/
  kwallet/repos/testing-x86_64/PKGBUILD
(from rev 305128, kwallet/trunk/PKGBUILD)

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

Copied: kwallet/repos/testing-i686/PKGBUILD (from rev 305128, 
kwallet/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:30:07 UTC (rev 305129)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwallet
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Secure and unified container for user passwords'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('knotifications' 'kiconthemes' 'kservice' 'gpgme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost' 'doxygen' 
'qt5-tools')
+optdepends=('kwalletmanager: Configuration GUI')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('dc06fe8917cf5ea61251e42e9c7e9e5662eb223aace1bf8ee4becf6a896cdae3'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kwallet/repos/testing-x86_64/PKGBUILD (from rev 305128, 
kwallet/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:30:07 UTC (rev 305129)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwallet
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Secure and unified container for user passwords'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('knotifications' 'kiconthemes' 'kservice' 'gpgme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost' 'doxygen' 
'qt5-tools')
+optdepends=('kwalletmanager: Configuration GUI')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('dc06fe8917cf5ea61251e42e9c7e9e5662eb223aace1bf8ee4becf6a896cdae3'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:30:27
  Author: arojas
Revision: 305130

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

Added:
  kio/repos/testing-i686/
  kio/repos/testing-i686/PKGBUILD
(from rev 305129, kio/trunk/PKGBUILD)
  kio/repos/testing-x86_64/
  kio/repos/testing-x86_64/PKGBUILD
(from rev 305129, kio/trunk/PKGBUILD)

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

Copied: kio/repos/testing-i686/PKGBUILD (from rev 305129, kio/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:30:27 UTC (rev 305130)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Resource and network access abstraction'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('solid' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' 
'desktop-file-utils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'doxygen' 'qt5-tools')
+optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 
'kdoctools: for the help kioslave'
+'knetattach: to add new kio-remote entries')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f43ab29c0ab51c78bd323e57fa6bba4aedf2d26d70df973b7ef7c80c9fc81597'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kio/repos/testing-x86_64/PKGBUILD (from rev 305129, kio/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:30:27 UTC (rev 305130)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Resource and network access abstraction'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('solid' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' 
'desktop-file-utils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'doxygen' 'qt5-tools')
+optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 
'kdoctools: for the help kioslave'
+'knetattach: to add new kio-remote entries')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f43ab29c0ab51c78bd323e57fa6bba4aedf2d26d70df973b7ef7c80c9fc81597'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:30:55
  Author: arojas
Revision: 305131

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

Added:
  kinit/repos/testing-i686/
  kinit/repos/testing-i686/PKGBUILD
(from rev 305130, kinit/trunk/PKGBUILD)
  kinit/repos/testing-x86_64/
  kinit/repos/testing-x86_64/PKGBUILD
(from rev 305130, kinit/trunk/PKGBUILD)

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

Copied: kinit/repos/testing-i686/PKGBUILD (from rev 305130, 
kinit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:30:55 UTC (rev 305131)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kinit
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Process launcher to speed up launching KDE applications'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ae49e0a3cf8a86868afb57bfd820c65be60939e4a79d39e54608fcc9f307914c'
+'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: kinit/repos/testing-x86_64/PKGBUILD (from rev 305130, 
kinit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:30:55 UTC (rev 305131)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kinit
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Process launcher to speed up launching KDE applications'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ae49e0a3cf8a86868afb57bfd820c65be60939e4a79d39e54608fcc9f307914c'
+'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 kpackage/repos (4 files)

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:31:14
  Author: arojas
Revision: 305132

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

Added:
  kpackage/repos/testing-i686/
  kpackage/repos/testing-i686/PKGBUILD
(from rev 305131, kpackage/trunk/PKGBUILD)
  kpackage/repos/testing-x86_64/
  kpackage/repos/testing-x86_64/PKGBUILD
(from rev 305131, kpackage/trunk/PKGBUILD)

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

Copied: kpackage/repos/testing-i686/PKGBUILD (from rev 305131, 
kpackage/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:31:14 UTC (rev 305132)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pier Luigi Fiorini 
+
+pkgname=kpackage
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Framework that lets applications manage user installable packages of 
non-binary assets'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('karchive' 'ki18n' 'kcoreaddons')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python' 'kdoctools' 'doxygen')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('b6eb027aa8fbb0a45d87b026ae7117f14c08385628b5da5ba55994f7f01c926c'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kpackage/repos/testing-x86_64/PKGBUILD (from rev 305131, 
kpackage/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:31:14 UTC (rev 305132)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pier Luigi Fiorini 
+
+pkgname=kpackage
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Framework that lets applications manage user installable packages of 
non-binary assets'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('karchive' 'ki18n' 'kcoreaddons')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'python' 'kdoctools' 'doxygen')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('b6eb027aa8fbb0a45d87b026ae7117f14c08385628b5da5ba55994f7f01c926c'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:31:34
  Author: arojas
Revision: 305133

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

Added:
  kdeclarative/repos/testing-i686/
  kdeclarative/repos/testing-i686/PKGBUILD
(from rev 305132, kdeclarative/trunk/PKGBUILD)
  kdeclarative/repos/testing-x86_64/
  kdeclarative/repos/testing-x86_64/PKGBUILD
(from rev 305132, kdeclarative/trunk/PKGBUILD)

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

Copied: kdeclarative/repos/testing-i686/PKGBUILD (from rev 305132, 
kdeclarative/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:31:34 UTC (rev 305133)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeclarative
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Provides integration of QML and KDE Frameworks'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio' 'kpackage' 'libepoxy')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('8b38aba552f06596a47d52d364f7a21784e741cfb0c7f23815f1cf067fd7c6a4'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdeclarative/repos/testing-x86_64/PKGBUILD (from rev 305132, 
kdeclarative/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:31:34 UTC (rev 305133)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeclarative
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Provides integration of QML and KDE Frameworks'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio' 'kpackage' 'libepoxy')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('8b38aba552f06596a47d52d364f7a21784e741cfb0c7f23815f1cf067fd7c6a4'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:31:54
  Author: arojas
Revision: 305134

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

Added:
  kparts/repos/testing-i686/
  kparts/repos/testing-i686/PKGBUILD
(from rev 305133, kparts/trunk/PKGBUILD)
  kparts/repos/testing-x86_64/
  kparts/repos/testing-x86_64/PKGBUILD
(from rev 305133, kparts/trunk/PKGBUILD)

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

Copied: kparts/repos/testing-i686/PKGBUILD (from rev 305133, 
kparts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:31:54 UTC (rev 305134)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kparts
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Document centric plugin system'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f7a701a02d89cd92047760314c64fd51beb13ed393ebee67597e13396aa5'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kparts/repos/testing-x86_64/PKGBUILD (from rev 305133, 
kparts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:31:54 UTC (rev 305134)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kparts
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Document centric plugin system'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('f7a701a02d89cd92047760314c64fd51beb13ed393ebee67597e13396aa5'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:32:51
  Author: arojas
Revision: 305137

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

Added:
  kdesignerplugin/repos/testing-i686/
  kdesignerplugin/repos/testing-i686/PKGBUILD
(from rev 305136, kdesignerplugin/trunk/PKGBUILD)
  kdesignerplugin/repos/testing-x86_64/
  kdesignerplugin/repos/testing-x86_64/PKGBUILD
(from rev 305136, kdesignerplugin/trunk/PKGBUILD)

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

Copied: kdesignerplugin/repos/testing-i686/PKGBUILD (from rev 305136, 
kdesignerplugin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:32:51 UTC (rev 305137)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesignerplugin
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Integration of Frameworks widgets in Qt Designer/Creator'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kplotting kio) # kdewebkit https://bugs.archlinux.org/task/54540
+makedepends=(extra-cmake-modules qt5-tools kdoctools python)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c6038ac44f05083e6d1e7e2d8b950b31d493f1bf587f4b89984fefae5f973b66'
+'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 \
+-DKF5WebKit_FOUND=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kdesignerplugin/repos/testing-x86_64/PKGBUILD (from rev 305136, 
kdesignerplugin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:32:51 UTC (rev 305137)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesignerplugin
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Integration of Frameworks widgets in Qt Designer/Creator'
+arch=(i686 x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kplotting kio) # kdewebkit https://bugs.archlinux.org/task/54540
+makedepends=(extra-cmake-modules qt5-tools kdoctools python)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c6038ac44f05083e6d1e7e2d8b950b31d493f1bf587f4b89984fefae5f973b66'
+'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 \
+-DKF5WebKit_FOUND=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:32:32
  Author: arojas
Revision: 305136

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

Added:
  kplotting/repos/testing-i686/
  kplotting/repos/testing-i686/PKGBUILD
(from rev 305135, kplotting/trunk/PKGBUILD)
  kplotting/repos/testing-x86_64/
  kplotting/repos/testing-x86_64/PKGBUILD
(from rev 305135, kplotting/trunk/PKGBUILD)

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

Copied: kplotting/repos/testing-i686/PKGBUILD (from rev 305135, 
kplotting/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:32:32 UTC (rev 305136)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kplotting
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Lightweight plotting framework'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e2d8ef624735a56f3998c88af6f06209221af5f27ef05096d65ebb124dc56ec3'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kplotting/repos/testing-x86_64/PKGBUILD (from rev 305135, 
kplotting/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:32:32 UTC (rev 305136)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kplotting
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Lightweight plotting framework'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e2d8ef624735a56f3998c88af6f06209221af5f27ef05096d65ebb124dc56ec3'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:32:13
  Author: arojas
Revision: 305135

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

Added:
  kdewebkit/repos/testing-i686/
  kdewebkit/repos/testing-i686/PKGBUILD
(from rev 305134, kdewebkit/trunk/PKGBUILD)
  kdewebkit/repos/testing-x86_64/
  kdewebkit/repos/testing-x86_64/PKGBUILD
(from rev 305134, kdewebkit/trunk/PKGBUILD)

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

Copied: kdewebkit/repos/testing-i686/PKGBUILD (from rev 305134, 
kdewebkit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:32:13 UTC (rev 305135)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdewebkit
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='KDE Integration for QtWebKit'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-webkit' 'kparts')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ee8375464179fbdc167209608595792bf188618258fe383adf36affca65cccb2'
+'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: kdewebkit/repos/testing-x86_64/PKGBUILD (from rev 305134, 
kdewebkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:32:13 UTC (rev 305135)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdewebkit
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='KDE Integration for QtWebKit'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-webkit' 'kparts')
+makedepends=('extra-cmake-modules' 'python')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ee8375464179fbdc167209608595792bf188618258fe383adf36affca65cccb2'
+'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-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:33:38
  Author: arojas
Revision: 305139

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

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

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

Copied: kunitconversion/repos/testing-i686/PKGBUILD (from rev 305138, 
kunitconversion/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:33:38 UTC (rev 305139)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kunitconversion
+pkgver=5.38.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' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('6c538b35e727f75e90178b6b5b17d299a3ce797bd82a6adb0af4e41096eb6082'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kunitconversion/repos/testing-x86_64/PKGBUILD (from rev 305138, 
kunitconversion/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:33:38 UTC (rev 305139)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kunitconversion
+pkgver=5.38.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' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('6c538b35e727f75e90178b6b5b17d299a3ce797bd82a6adb0af4e41096eb6082'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:33:15
  Author: arojas
Revision: 305138

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

Added:
  kpty/repos/testing-i686/
  kpty/repos/testing-i686/PKGBUILD
(from rev 305137, kpty/trunk/PKGBUILD)
  kpty/repos/testing-x86_64/
  kpty/repos/testing-x86_64/PKGBUILD
(from rev 305137, kpty/trunk/PKGBUILD)

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

Copied: kpty/repos/testing-i686/PKGBUILD (from rev 305137, kpty/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:33:15 UTC (rev 305138)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kpty
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Pty abstraction'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'ki18n' 'libutempter')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('de98c5e8c13135aee4038b53b7656d8dad88e6a652140390608fdedc2344f031'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kpty/repos/testing-x86_64/PKGBUILD (from rev 305137, 
kpty/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:33:15 UTC (rev 305138)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kpty
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='Pty abstraction'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('kcoreaddons' 'ki18n' 'libutempter')
+makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('de98c5e8c13135aee4038b53b7656d8dad88e6a652140390608fdedc2344f031'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2017-09-09 Thread Antonio Rojas
Date: Saturday, September 9, 2017 @ 11:34:01
  Author: arojas
Revision: 305140

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

Added:
  threadweaver/repos/testing-i686/
  threadweaver/repos/testing-i686/PKGBUILD
(from rev 305139, threadweaver/trunk/PKGBUILD)
  threadweaver/repos/testing-x86_64/
  threadweaver/repos/testing-x86_64/PKGBUILD
(from rev 305139, threadweaver/trunk/PKGBUILD)

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

Copied: threadweaver/repos/testing-i686/PKGBUILD (from rev 305139, 
threadweaver/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-09-09 11:34:01 UTC (rev 305140)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=threadweaver
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='High-level multithreading framework'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('db6dca72315a376fa8852f0059113a5880a002e311e5f4591138303b69a209b5'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: threadweaver/repos/testing-x86_64/PKGBUILD (from rev 305139, 
threadweaver/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-09-09 11:34:01 UTC (rev 305140)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=threadweaver
+pkgver=5.38.0
+pkgrel=1
+pkgdesc='High-level multithreading framework'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules' 'mesa' 'doxygen' 'qt5-tools')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('db6dca72315a376fa8852f0059113a5880a002e311e5f4591138303b69a209b5'
+'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 \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


  1   2   >