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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 05:56:43
  Author: felixonmars
Revision: 221344

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

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

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

Copied: haskell-shakespeare/repos/community-staging-i686/PKGBUILD (from rev 
221343, haskell-shakespeare/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 05:56:43 UTC (rev 221344)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shakespeare
+pkgname=haskell-shakespeare
+pkgver=2.0.12.1
+pkgrel=9
+pkgdesc="A toolkit for making compile-time interpolated templates"
+url="http://www.yesodweb.com/book/shakespearean-templates;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-exceptions" "haskell-parsec" "haskell-scientific" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('057d7153a19a4f28a012f30b5d54b9e1296695ff94ccdfa23c28fa82bd3488ac')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test_roy -f-test_coffee -f-test_export
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-shakespeare/repos/community-staging-x86_64/PKGBUILD (from rev 
221343, haskell-shakespeare/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 05:56:43 UTC (rev 221344)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shakespeare
+pkgname=haskell-shakespeare
+pkgver=2.0.12.1
+pkgrel=9
+pkgdesc="A toolkit for making compile-time interpolated templates"
+url="http://www.yesodweb.com/book/shakespearean-templates;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-exceptions" "haskell-parsec" "haskell-scientific" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('057d7153a19a4f28a012f30b5d54b9e1296695ff94ccdfa23c28fa82bd3488ac')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test_roy -f-test_coffee -f-test_export
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   

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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 05:56:19
  Author: felixonmars
Revision: 221343

upgpkg: haskell-shakespeare 2.0.12.1-9

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-shakespeare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 05:50:05 UTC (rev 221342)
+++ PKGBUILD2017-04-08 05:56:19 UTC (rev 221343)
@@ -5,7 +5,7 @@
 _hkgname=shakespeare
 pkgname=haskell-shakespeare
 pkgver=2.0.12.1
-pkgrel=8
+pkgrel=9
 pkgdesc="A toolkit for making compile-time interpolated templates"
 url="http://www.yesodweb.com/book/shakespearean-templates;
 license=("MIT")


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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 05:50:05
  Author: felixonmars
Revision: 221342

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

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

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

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 221341, 
purescript/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 05:50:05 UTC (rev 221342)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.11.1
+pkgrel=5
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
+ "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-base-compat"
+ "haskell-blaze-html" "haskell-bower-json" "haskell-boxes" 
"haskell-cheapskate"
+ "haskell-clock" "haskell-data-ordlist" "haskell-dlist" 
"haskell-edit-distance"
+ "haskell-file-embed" "haskell-fsnotify" "haskell-glob" 
"haskell-http-client"
+ "haskell-http-types" "haskell-language-javascript" "haskell-lens" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-network"
+ "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-protolude"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" 
"haskell-sourcemap"
+ "haskell-spdx" "haskell-split" "haskell-stm" "haskell-syb" 
"haskell-text"
+ "haskell-transformers-base" "haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-websockets" "haskell-warp" "haskell-websockets")
+optdepends=('pulp: for development environment')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('0c897dc964a4eba906a6e847317e088ffb4b361c4611554e413f295a91d9f8d3bea564ac9d9bc1f6af07ac474ef75f38192375f1896c7cd85e3587e53d438a4f')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-frelease
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}

Copied: purescript/repos/community-staging-x86_64/PKGBUILD (from rev 221341, 
purescript/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 05:50:05 UTC (rev 221342)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.11.1
+pkgrel=5
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
+ "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-base-compat"
+ "haskell-blaze-html" "haskell-bower-json" "haskell-boxes" 
"haskell-cheapskate"
+ "haskell-clock" "haskell-data-ordlist" "haskell-dlist" 
"haskell-edit-distance"
+ "haskell-file-embed" "haskell-fsnotify" "haskell-glob" 
"haskell-http-client"
+ "haskell-http-types" "haskell-language-javascript" "haskell-lens" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-network"
+ "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" 
"haskell-protolude"
+ "haskell-regex-tdfa" "haskell-safe" 

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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 05:49:41
  Author: felixonmars
Revision: 221341

upgpkg: purescript 0.11.1-5

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 05:26:04 UTC (rev 221340)
+++ PKGBUILD2017-04-08 05:49:41 UTC (rev 221341)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.11.1
-pkgrel=4
+pkgrel=5
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/;
 license=("custom:BSD3")


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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 05:26:04
  Author: felixonmars
Revision: 221340

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

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

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

Copied: haskell-hasql-transaction/repos/community-staging-i686/PKGBUILD (from 
rev 221339, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 05:26:04 UTC (rev 221340)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.5
+pkgrel=11
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-base-prelude' 'haskell-bytestring-tree-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-hasql' 'haskell-mtl')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('ed40b30813c53012e492e286744c9609')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 221339, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 05:26:04 UTC (rev 221340)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.5
+pkgrel=11
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-base-prelude' 'haskell-bytestring-tree-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-hasql' 'haskell-mtl')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('ed40b30813c53012e492e286744c9609')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy 

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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 05:25:40
  Author: felixonmars
Revision: 221339

upgpkg: haskell-hasql-transaction 0.5-11

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 05:23:25 UTC (rev 221338)
+++ PKGBUILD2017-04-08 05:25:40 UTC (rev 221339)
@@ -4,7 +4,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=0.5
-pkgrel=10
+pkgrel=11
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction;
 license=('MIT')


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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 05:23:25
  Author: felixonmars
Revision: 221338

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

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

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

Copied: haskell-hasql-pool/repos/community-staging-i686/PKGBUILD (from rev 
221337, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 05:23:25 UTC (rev 221338)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.4.1
+pkgrel=29
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c0fcb158ccfc72f1101d9a9289ade442')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
221337, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 05:23:25 UTC (rev 221338)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.4.1
+pkgrel=29
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c0fcb158ccfc72f1101d9a9289ade442')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 05:22:51
  Author: felixonmars
Revision: 221337

upgpkg: haskell-hasql-pool 0.4.1-29

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 05:20:37 UTC (rev 221336)
+++ PKGBUILD2017-04-08 05:22:51 UTC (rev 221337)
@@ -5,7 +5,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.4.1
-pkgrel=28
+pkgrel=29
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool;
 license=('MIT')


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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 05:20:37
  Author: felixonmars
Revision: 221336

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

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

Copied: haskell-hasql/repos/community-staging-i686/PKGBUILD (from rev 221335, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 05:20:37 UTC (rev 221336)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=0.19.18
+pkgrel=5
+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=8.0.1' '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')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f368ae2e8ae20b60100597f371c613310819f91d0c256859cfa8bee9d478d991505a7184d31d950a886217d2186d2a2604b28920460af1f590a39ab5b687b7f0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 221335, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 05:20:37 UTC (rev 221336)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=0.19.18
+pkgrel=5
+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=8.0.1' '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')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f368ae2e8ae20b60100597f371c613310819f91d0c256859cfa8bee9d478d991505a7184d31d950a886217d2186d2a2604b28920460af1f590a39ab5b687b7f0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+

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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 05:20:13
  Author: felixonmars
Revision: 221335

upgpkg: haskell-hasql 0.19.18-5

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 05:16:16 UTC (rev 221334)
+++ PKGBUILD2017-04-08 05:20:13 UTC (rev 221335)
@@ -5,7 +5,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=0.19.18
-pkgrel=4
+pkgrel=5
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql;
 license=('MIT')


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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 05:16:16
  Author: felixonmars
Revision: 221334

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

Added:
  haskell-postgresql-binary/repos/community-staging-i686/
  haskell-postgresql-binary/repos/community-staging-i686/PKGBUILD
(from rev 221333, haskell-postgresql-binary/trunk/PKGBUILD)
  haskell-postgresql-binary/repos/community-staging-x86_64/
  haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD
(from rev 221333, haskell-postgresql-binary/trunk/PKGBUILD)

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

Copied: haskell-postgresql-binary/repos/community-staging-i686/PKGBUILD (from 
rev 221333, haskell-postgresql-binary/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 05:16:16 UTC (rev 221334)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=postgresql-binary
+pkgname=haskell-postgresql-binary
+pkgver=0.12.1
+pkgrel=3
+pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
+url="https://github.com/nikita-volkov/postgresql-binary;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-base-prelude" 
"haskell-binary-parser"
+ "haskell-bytestring-strict-builder" "haskell-loch-th" 
"haskell-network-ip"
+ "haskell-placeholders" "haskell-scientific" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-uuid" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b4af6c71593f130da0ff6c462682fb570a4bd8108809eeb7a8cca45e2e340fd815dd3a94d72293a60f2072ed16f68bcb25a33009e742eca1383b934c4700f306')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD (from 
rev 221333, haskell-postgresql-binary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 05:16:16 UTC (rev 221334)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=postgresql-binary
+pkgname=haskell-postgresql-binary
+pkgver=0.12.1
+pkgrel=3
+pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
+url="https://github.com/nikita-volkov/postgresql-binary;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-base-prelude" 
"haskell-binary-parser"
+ "haskell-bytestring-strict-builder" "haskell-loch-th" 
"haskell-network-ip"
+ "haskell-placeholders" "haskell-scientific" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-uuid" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b4af6c71593f130da0ff6c462682fb570a4bd8108809eeb7a8cca45e2e340fd815dd3a94d72293a60f2072ed16f68bcb25a33009e742eca1383b934c4700f306')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed 

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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 05:15:53
  Author: felixonmars
Revision: 221333

upgpkg: haskell-postgresql-binary 0.12.1-3

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 05:12:47 UTC (rev 221332)
+++ PKGBUILD2017-04-08 05:15:53 UTC (rev 221333)
@@ -5,7 +5,7 @@
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
 pkgver=0.12.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary;
 license=("MIT")


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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 05:12:47
  Author: felixonmars
Revision: 221332

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

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

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

Copied: haskell-trifecta/repos/community-staging-i686/PKGBUILD (from rev 
221331, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 05:12:47 UTC (rev 221332)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.6.2.1
+pkgrel=8
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="http://github.com/ekmett/trifecta/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('bab3724de8ed4f5283deb99013debf2e223e9e2c3c975e7d9b9bd44a9b30fbe5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 
221331, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 05:12:47 UTC (rev 221332)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.6.2.1
+pkgrel=8
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="http://github.com/ekmett/trifecta/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('bab3724de8ed4f5283deb99013debf2e223e9e2c3c975e7d9b9bd44a9b30fbe5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ 

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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 05:12:23
  Author: felixonmars
Revision: 221331

upgpkg: haskell-trifecta 1.6.2.1-8

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 05:08:14 UTC (rev 221330)
+++ PKGBUILD2017-04-08 05:12:23 UTC (rev 221331)
@@ -5,7 +5,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=1.6.2.1
-pkgrel=7
+pkgrel=8
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="http://github.com/ekmett/trifecta/;
 license=("custom:BSD3")


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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 05:08:14
  Author: felixonmars
Revision: 221330

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

Added:
  haskell-network-ip/repos/community-staging-i686/
  haskell-network-ip/repos/community-staging-i686/PKGBUILD
(from rev 221329, haskell-network-ip/trunk/PKGBUILD)
  haskell-network-ip/repos/community-staging-x86_64/
  haskell-network-ip/repos/community-staging-x86_64/PKGBUILD
(from rev 221329, haskell-network-ip/trunk/PKGBUILD)

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

Copied: haskell-network-ip/repos/community-staging-i686/PKGBUILD (from rev 
221329, haskell-network-ip/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 05:08:14 UTC (rev 221330)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=network-ip
+pkgname=haskell-network-ip
+pkgver=0.3
+pkgrel=3
+pkgdesc="Internet Protocol data structures"
+url="https://github.com/mvv/network-ip;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-data-default-class' 'haskell-data-dword' 
'haskell-data-endian'
+ 'haskell-data-serializer' 'haskell-data-textual' 'haskell-hashable' 
'haskell-parsers'
+ 'haskell-text-printer' 'haskell-type-hint')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('56fe3e65ffae3c6cbcb19982af866909')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-network-ip/repos/community-staging-x86_64/PKGBUILD (from rev 
221329, haskell-network-ip/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 05:08:14 UTC (rev 221330)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=network-ip
+pkgname=haskell-network-ip
+pkgver=0.3
+pkgrel=3
+pkgdesc="Internet Protocol data structures"
+url="https://github.com/mvv/network-ip;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-data-default-class' 'haskell-data-dword' 
'haskell-data-endian'
+ 'haskell-data-serializer' 'haskell-data-textual' 'haskell-hashable' 
'haskell-parsers'
+ 'haskell-text-printer' 'haskell-type-hint')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('56fe3e65ffae3c6cbcb19982af866909')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 

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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 05:07:51
  Author: felixonmars
Revision: 221329

upgpkg: haskell-network-ip 0.3-3

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-network-ip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 05:05:27 UTC (rev 221328)
+++ PKGBUILD2017-04-08 05:07:51 UTC (rev 221329)
@@ -4,7 +4,7 @@
 _hkgname=network-ip
 pkgname=haskell-network-ip
 pkgver=0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Internet Protocol data structures"
 url="https://github.com/mvv/network-ip;
 license=('custom:BSD3')


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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 05:05:04
  Author: felixonmars
Revision: 221327

upgpkg: haskell-data-textual 0.3.0.2-3

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-data-textual/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 04:59:19 UTC (rev 221326)
+++ PKGBUILD2017-04-08 05:05:04 UTC (rev 221327)
@@ -4,7 +4,7 @@
 _hkgname=data-textual
 pkgname=haskell-data-textual
 pkgver=0.3.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Human-friendly textual representations."
 url="https://github.com/mvv/data-textual;
 license=('custom:BSD3')


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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 05:05:27
  Author: felixonmars
Revision: 221328

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

Added:
  haskell-data-textual/repos/community-staging-i686/
  haskell-data-textual/repos/community-staging-i686/PKGBUILD
(from rev 221327, haskell-data-textual/trunk/PKGBUILD)
  haskell-data-textual/repos/community-staging-x86_64/
  haskell-data-textual/repos/community-staging-x86_64/PKGBUILD
(from rev 221327, haskell-data-textual/trunk/PKGBUILD)

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

Copied: haskell-data-textual/repos/community-staging-i686/PKGBUILD (from rev 
221327, haskell-data-textual/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 05:05:27 UTC (rev 221328)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=data-textual
+pkgname=haskell-data-textual
+pkgver=0.3.0.2
+pkgrel=3
+pkgdesc="Human-friendly textual representations."
+url="https://github.com/mvv/data-textual;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-parsers' 'haskell-text' 'haskell-text-latin1' 
'haskell-text-printer')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c06c1b96aef06ef4dccfa2c06a1232e7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html || warning "haddock failed"
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-data-textual/repos/community-staging-x86_64/PKGBUILD (from rev 
221327, haskell-data-textual/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 05:05:27 UTC (rev 221328)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=data-textual
+pkgname=haskell-data-textual
+pkgver=0.3.0.2
+pkgrel=3
+pkgdesc="Human-friendly textual representations."
+url="https://github.com/mvv/data-textual;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-parsers' 'haskell-text' 'haskell-text-latin1' 
'haskell-text-printer')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c06c1b96aef06ef4dccfa2c06a1232e7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html || warning "haddock failed"
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 04:59:19
  Author: felixonmars
Revision: 221326

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

Added:
  haskell-data-serializer/repos/community-staging-i686/
  haskell-data-serializer/repos/community-staging-i686/PKGBUILD
(from rev 221325, haskell-data-serializer/trunk/PKGBUILD)
  haskell-data-serializer/repos/community-staging-x86_64/
  haskell-data-serializer/repos/community-staging-x86_64/PKGBUILD
(from rev 221325, haskell-data-serializer/trunk/PKGBUILD)

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

Copied: haskell-data-serializer/repos/community-staging-i686/PKGBUILD (from rev 
221325, haskell-data-serializer/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 04:59:19 UTC (rev 221326)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=data-serializer
+pkgname=haskell-data-serializer
+pkgver=0.3
+pkgrel=3
+pkgdesc="Common API for serialization libraries"
+url="https://github.com/mvv/data-serializer;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-cereal' 'haskell-data-endian' 'haskell-parsers' 
'haskell-semigroups')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('a0117264354060402974f9f524844734')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-data-serializer/repos/community-staging-x86_64/PKGBUILD (from 
rev 221325, haskell-data-serializer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 04:59:19 UTC (rev 221326)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=data-serializer
+pkgname=haskell-data-serializer
+pkgver=0.3
+pkgrel=3
+pkgdesc="Common API for serialization libraries"
+url="https://github.com/mvv/data-serializer;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-cereal' 'haskell-data-endian' 'haskell-parsers' 
'haskell-semigroups')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('a0117264354060402974f9f524844734')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 04:58:56
  Author: felixonmars
Revision: 221325

upgpkg: haskell-data-serializer 0.3-3

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-data-serializer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 04:56:46 UTC (rev 221324)
+++ PKGBUILD2017-04-08 04:58:56 UTC (rev 221325)
@@ -4,7 +4,7 @@
 _hkgname=data-serializer
 pkgname=haskell-data-serializer
 pkgver=0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Common API for serialization libraries"
 url="https://github.com/mvv/data-serializer;
 license=('custom:BSD3')


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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 04:56:46
  Author: felixonmars
Revision: 221324

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

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

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

Copied: haskell-parsers/repos/community-staging-i686/PKGBUILD (from rev 221323, 
haskell-parsers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 04:56:46 UTC (rev 221324)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=parsers
+pkgname=haskell-parsers
+pkgver=0.12.4
+pkgrel=13
+pkgdesc="Parsing combinators"
+url="http://github.com/ekmett/parsers/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-base-orphans" 
"haskell-charset"
+ "haskell-parsec" "haskell-scientific" "haskell-text" 
"haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('2781a27d40f0019fc671b483ca47276c826621e1daa42f08846af8e40e94ca1e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-parsers/repos/community-staging-x86_64/PKGBUILD (from rev 
221323, haskell-parsers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 04:56:46 UTC (rev 221324)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=parsers
+pkgname=haskell-parsers
+pkgver=0.12.4
+pkgrel=13
+pkgdesc="Parsing combinators"
+url="http://github.com/ekmett/parsers/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-base-orphans" 
"haskell-charset"
+ "haskell-parsec" "haskell-scientific" "haskell-text" 
"haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('2781a27d40f0019fc671b483ca47276c826621e1daa42f08846af8e40e94ca1e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install 

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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 04:56:23
  Author: felixonmars
Revision: 221323

upgpkg: haskell-parsers 0.12.4-13

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-parsers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 04:54:04 UTC (rev 221322)
+++ PKGBUILD2017-04-08 04:56:23 UTC (rev 221323)
@@ -5,7 +5,7 @@
 _hkgname=parsers
 pkgname=haskell-parsers
 pkgver=0.12.4
-pkgrel=12
+pkgrel=13
 pkgdesc="Parsing combinators"
 url="http://github.com/ekmett/parsers/;
 license=("custom:BSD3")


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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 04:54:04
  Author: felixonmars
Revision: 221322

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

Added:
  haskell-microlens-aeson/repos/community-staging-i686/
  haskell-microlens-aeson/repos/community-staging-i686/PKGBUILD
(from rev 221321, haskell-microlens-aeson/trunk/PKGBUILD)
  haskell-microlens-aeson/repos/community-staging-x86_64/
  haskell-microlens-aeson/repos/community-staging-x86_64/PKGBUILD
(from rev 221321, haskell-microlens-aeson/trunk/PKGBUILD)

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

Copied: haskell-microlens-aeson/repos/community-staging-i686/PKGBUILD (from rev 
221321, haskell-microlens-aeson/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 04:54:04 UTC (rev 221322)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=microlens-aeson
+pkgname=haskell-microlens-aeson
+pkgver=2.2.0
+pkgrel=8
+pkgdesc="Law-abiding lenses for Aeson, using microlens"
+url="http://github.com/fosskers/microlens-aeson/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 'haskell-microlens' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('50a658ec21de59b8ff4b2aeae6eac47f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-microlens-aeson/repos/community-staging-x86_64/PKGBUILD (from 
rev 221321, haskell-microlens-aeson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 04:54:04 UTC (rev 221322)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=microlens-aeson
+pkgname=haskell-microlens-aeson
+pkgver=2.2.0
+pkgrel=8
+pkgdesc="Law-abiding lenses for Aeson, using microlens"
+url="http://github.com/fosskers/microlens-aeson/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 'haskell-microlens' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('50a658ec21de59b8ff4b2aeae6eac47f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 

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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 04:53:40
  Author: felixonmars
Revision: 221321

upgpkg: haskell-microlens-aeson 2.2.0-8

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-microlens-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 04:51:31 UTC (rev 221320)
+++ PKGBUILD2017-04-08 04:53:40 UTC (rev 221321)
@@ -4,7 +4,7 @@
 _hkgname=microlens-aeson
 pkgname=haskell-microlens-aeson
 pkgver=2.2.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Law-abiding lenses for Aeson, using microlens"
 url="http://github.com/fosskers/microlens-aeson/;
 license=('MIT')


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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 04:51:05
  Author: felixonmars
Revision: 221319

upgpkg: haskell-lens-aeson 1.0.0.5-7

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-lens-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 20:31:05 UTC (rev 221318)
+++ PKGBUILD2017-04-08 04:51:05 UTC (rev 221319)
@@ -4,7 +4,7 @@
 _hkgname=lens-aeson
 pkgname=haskell-lens-aeson
 pkgver=1.0.0.5
-pkgrel=6
+pkgrel=7
 pkgdesc="Law-abiding lenses for aeson"
 url="http://github.com/lens/lens-aeson/;
 license=('MIT')
@@ -15,8 +15,9 @@
 md5sums=('e3c948acadb91971443852ebaa13d0c5')
 
 prepare() {
-sed -i 's/aeson>= 0.7.0.5   && < 0.10,/aeson   
 >= 0.7.0.5   \&\& < 1.2,/' \
-${_hkgname}-${pkgver}/${_hkgname}.cabal
+sed -e 's/aeson>= 0.7.0.5   && < 0.10,/aeson   
 >= 0.7.0.5   \&\& < 1.2,/' \
+-e 's/vector   >= 0.9   && < 0.12,/vector  
 >= 0.9   \&\& < 0.13,/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
 }
 
 build() {


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

2017-04-07 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 04:51:31
  Author: felixonmars
Revision: 221320

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

Added:
  haskell-lens-aeson/repos/community-staging-i686/
  haskell-lens-aeson/repos/community-staging-i686/PKGBUILD
(from rev 221319, haskell-lens-aeson/trunk/PKGBUILD)
  haskell-lens-aeson/repos/community-staging-x86_64/
  haskell-lens-aeson/repos/community-staging-x86_64/PKGBUILD
(from rev 221319, haskell-lens-aeson/trunk/PKGBUILD)

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

Copied: haskell-lens-aeson/repos/community-staging-i686/PKGBUILD (from rev 
221319, haskell-lens-aeson/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 04:51:31 UTC (rev 221320)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=lens-aeson
+pkgname=haskell-lens-aeson
+pkgver=1.0.0.5
+pkgrel=7
+pkgdesc="Law-abiding lenses for aeson"
+url="http://github.com/lens/lens-aeson/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 'haskell-lens' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('e3c948acadb91971443852ebaa13d0c5')
+
+prepare() {
+sed -e 's/aeson>= 0.7.0.5   && < 0.10,/aeson   
 >= 0.7.0.5   \&\& < 1.2,/' \
+-e 's/vector   >= 0.9   && < 0.12,/vector  
 >= 0.9   \&\& < 0.13,/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-doctests
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-lens-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 
221319, haskell-lens-aeson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 04:51:31 UTC (rev 221320)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=lens-aeson
+pkgname=haskell-lens-aeson
+pkgver=1.0.0.5
+pkgrel=7
+pkgdesc="Law-abiding lenses for aeson"
+url="http://github.com/lens/lens-aeson/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 'haskell-lens' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('e3c948acadb91971443852ebaa13d0c5')
+
+prepare() {
+sed -e 's/aeson>= 0.7.0.5   && < 0.10,/aeson   
 >= 0.7.0.5   \&\& < 1.2,/' \
+-e 's/vector   >= 0.9   && < 0.12,/vector  
 >= 0.9   \&\& < 0.13,/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-doctests
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+

[arch-commits] Commit in kate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 23:02:47
  Author: arojas
Revision: 292499

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

Added:
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292498, kate/kde-unstable/PKGBUILD)
Deleted:
  kate/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 71 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 23:02:20 UTC (rev 292498)
+++ PKGBUILD2017-04-07 23:02:47 UTC (rev 292499)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kate
-pkgname=('kwrite'
- 'kate')
-pkgver=17.03.90
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 
'knewstuff' 'ktexteditor'
- 'threadweaver' 'kitemmodels' 'kactivities')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('44c78b31b1ae36ef38a362108882a28a24476510b2bd0746fc3095ecdc68914e'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc="Text Editor"
-  groups=('kde-applications' 'kdebase')
-  url="https://www.kde.org/applications/utilities/kwrite/;
-  depends=('ktexteditor' 'kactivities' 'hicolor-icon-theme')
-  replaces=('kdebase-kwrite')
-  conflicts=('kdebase-kwrite')
-  provides=('kdebase-kwrite')
-
-  cd build/kwrite
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kwrite
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kate() {
-  pkgdesc="Advanced Text Editor"
-  groups=('kde-applications' 'kdebase')
-  url="https://www.kde.org/applications/utilities/kate/;
-  depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kitemmodels' 
'kactivities' 'hicolor-icon-theme')
-  replaces=('kdesdk-kate')
-  conflicts=('kdesdk-kate')
-  provides=('kdesdk-kate')
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../../build/addons
-  make DESTDIR="${pkgdir}" install
-}

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 292498, 
kate/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 23:02:47 UTC (rev 292499)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=('kwrite'
+ 'kate')
+pkgver=17.03.90
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 
'knewstuff' 'ktexteditor'
+ 'threadweaver' 'kitemmodels' 'kactivities')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('44c78b31b1ae36ef38a362108882a28a24476510b2bd0746fc3095ecdc68914e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+options=(!emptydirs)
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc="Text Editor"
+  groups=('kde-applications' 'kdebase')
+  url="https://www.kde.org/applications/utilities/kwrite/;
+  depends=('ktexteditor' 'kactivities' 'hicolor-icon-theme')
+  replaces=('kdebase-kwrite')
+  conflicts=('kdebase-kwrite')
+  provides=('kdebase-kwrite')
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
+"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
+"$pkgdir"/usr/share/katexmltools \
+
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin}.mo
 \
+"$pkgdir"/usr/share/plasma/plasmoids
+}
+
+package_kate() {
+  pkgdesc="Advanced Text Editor"
+  groups=('kde-applications' 'kdebase')
+  url="https://www.kde.org/applications/utilities/kate/;
+  depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kitemmodels' 
'kactivities' 'hicolor-icon-theme')
+  

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

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 23:02:20
  Author: arojas
Revision: 292498

Fix translations

Modified:
  kate/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 22:52:53 UTC (rev 292497)
+++ PKGBUILD2017-04-07 23:02:20 UTC (rev 292498)
@@ -7,7 +7,7 @@
 pkgname=('kwrite'
  'kate')
 pkgver=17.03.90
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 
'knewstuff' 'ktexteditor'
@@ -16,6 +16,7 @@
 sha256sums=('44c78b31b1ae36ef38a362108882a28a24476510b2bd0746fc3095ecdc68914e'
 'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+options=(!emptydirs)
 
 prepare() {
   mkdir -p build
@@ -41,11 +42,15 @@
   conflicts=('kdebase-kwrite')
   provides=('kdebase-kwrite')
 
-  cd build/kwrite
+  cd build
   make DESTDIR="${pkgdir}" install
 
-  cd ../../build/doc/kwrite
-  make DESTDIR="${pkgdir}" install
+  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
+"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
+"$pkgdir"/usr/share/katexmltools \
+
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{kterustcompletion,tabswitcherplugin}.mo
 \
+"$pkgdir"/usr/share/plasma/plasmoids
 }
 
 package_kate() {
@@ -58,12 +63,9 @@
   provides=('kdesdk-kate')
   optdepends=('konsole: open a terminal in Kate')
 
-  cd build/kate
+  cd build
   make DESTDIR="${pkgdir}" install
 
-  cd ../../build/doc/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../../build/addons
-  make DESTDIR="${pkgdir}" install
+  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
 }


[arch-commits] Commit in pim-data-exporter/kde-unstable (PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 22:52:53
  Author: arojas
Revision: 292497

No longer needed

Modified:
  pim-data-exporter/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 22:24:20 UTC (rev 292496)
+++ PKGBUILD2017-04-07 22:52:53 UTC (rev 292497)
@@ -9,7 +9,7 @@
 url="https://community.kde.org/KDE_PIM;
 license=(GPL2)
 depends=(calendarsupport mailcommon)
-makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
+makedepends=(extra-cmake-modules kdoctools python boost)
 conflicts=(kdepim-common)
 groups=(kde-applications kdepim)
 
source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})


[arch-commits] Commit in marble/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 22:24:20
  Author: arojas
Revision: 292496

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

Added:
  marble/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292495, marble/kde-unstable/PKGBUILD)
Deleted:
  marble/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 22:23:50 UTC (rev 292495)
+++ PKGBUILD2017-04-07 22:24:20 UTC (rev 292496)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Gustavo Alvarez 
-# Contributor: Balló György 
-
-pkgbase=marble
-pkgname=(marble-data marble-common marble-qt marble)
-pkgver=17.03.90
-pkgrel=1
-pkgdesc="Desktop Globe"
-arch=(i686 x86_64)
-url="https://www.kde.org/applications/system/marble;
-license=(GPL)
-makedepends=(extra-cmake-modules gpsd kdoctools knewstuff kparts krunner 
libwlocate phonon-qt5
- plasma-workspace qt5-serialport qt5-tools qt5-webkit shapelib)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('e682009bca9f3f263013c63cb721ae5aea24d0703284a6d61d8cfb70b04588ac'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_SYSCONFDIR=/etc \
--DQT_PLUGINS_DIR=lib/qt/plugins \
--DBUILD_TESTING=OFF \
--DBUILD_MARBLE_EXAMPLES=OFF \
--DBUILD_MARBLE_TESTS=OFF \
--DMOBILE=OFF
-  make
-}
-
-package_marble-data() {
-  pkgdesc='Data for Marble'
-  depends=(hicolor-icon-theme)
-  conflicts=(kdeedu-marble)
-
-  cd build
-  make -C doc DESTDIR="$pkgdir" install
-  make -C data DESTDIR="$pkgdir" install
-}
-
-package_marble-common() {
-  pkgdesc='Common libraries and plugins for Marble'
-  depends=(marble-data qt5-svg qt5-webkit phonon-qt5)
-  optdepends=('gpsd: GPS based geolocation'
-  'libwlocate: WLAN based geolocation'
-  'qt5-serialport: APRS plugin'
-  'shapelib: SHP plugin')
-  conflicts=(kdeedu-marble libastro libmarble4)
-  replaces=(libastro)
-
-  cd build
-  make -C src/lib/marble DESTDIR="$pkgdir" install
-  make -C src/lib/astro DESTDIR="$pkgdir" install
-  make -C src/lib/marble/declarative DESTDIR="$pkgdir" install
-  make -C src/plugins DESTDIR="$pkgdir" install
-}
-
-package_marble-qt() {
-  pkgdesc+=' (Qt version)'
-  depends=(marble-common)
-
-  cd build
-  make -C src/apps/marble-qt DESTDIR="$pkgdir" install
-}
-
-package_marble() {
-  depends=(marble-common knewstuff kparts)
-  optdepends=('krunner: Krunner plugin')
-  conflicts=(kdeedu-marble)
-  replaces=(kdeedu-marble)
-  groups=(kde-applications kdeedu)
-
-  cd build
-  make -C src/apps/marble-kde DESTDIR="$pkgdir" install
-  make -C src/plasma DESTDIR="$pkgdir" install
-  make -C src/plasmarunner DESTDIR="$pkgdir" install
-  make -C src/thumbnailer DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/share/icons
-}

Copied: marble/repos/kde-unstable-x86_64/PKGBUILD (from rev 292495, 
marble/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 22:24:20 UTC (rev 292496)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Gustavo Alvarez 
+# Contributor: Balló György 
+
+pkgbase=marble
+pkgname=(marble-data marble-common marble-qt marble)
+pkgver=17.03.90
+pkgrel=2
+pkgdesc="Desktop Globe"
+arch=(i686 x86_64)
+url="https://www.kde.org/applications/system/marble;
+license=(GPL)
+makedepends=(extra-cmake-modules gpsd kdoctools knewstuff kparts krunner 
libwlocate phonon-qt5
+ plasma-workspace qt5-serialport qt5-tools qt5-webkit shapelib)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('e682009bca9f3f263013c63cb721ae5aea24d0703284a6d61d8cfb70b04588ac'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_SYSCONFDIR=/etc \
+-DQT_PLUGINS_DIR=lib/qt/plugins \
+

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

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 22:23:50
  Author: arojas
Revision: 292495

Fix translations

Modified:
  marble/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 21:28:24 UTC (rev 292494)
+++ PKGBUILD2017-04-07 22:23:50 UTC (rev 292495)
@@ -8,7 +8,7 @@
 pkgbase=marble
 pkgname=(marble-data marble-common marble-qt marble)
 pkgver=17.03.90
-pkgrel=1
+pkgrel=2
 pkgdesc="Desktop Globe"
 arch=(i686 x86_64)
 url="https://www.kde.org/applications/system/marble;
@@ -60,10 +60,13 @@
   replaces=(libastro)
 
   cd build
-  make -C src/lib/marble DESTDIR="$pkgdir" install
-  make -C src/lib/astro DESTDIR="$pkgdir" install
-  make -C src/lib/marble/declarative DESTDIR="$pkgdir" install
-  make -C src/plugins DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install
+  rm -r 
"$pkgdir"/usr/share/{doc,icons,marble,mime,config.kcfg,kxmlgui5,metainfo,plasma}
 \
+"$pkgdir"/usr/bin \
+"$pkgdir"/etc \
+"$pkgdir"/usr/lib/qt/{qml,plugins/*.so} \
+
"$pkgdir"/usr/share/applications/{marble_geo.desktop,marble_worldwind.desktop,org.kde.marble*.desktop}
 \
+"$pkgdir"/usr/share/kservices5/{marble_part.desktop,plasma*}
 }
 
 package_marble-qt() {


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

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:28:24
  Author: arojas
Revision: 292494

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

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

--+
 PKGBUILD |  330 ++---
 1 file changed, 165 insertions(+), 165 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:27:25 UTC (rev 292493)
+++ PKGBUILD2017-04-07 21:28:24 UTC (rev 292494)
@@ -1,165 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kde-l10n
-pkgver=17.03.90
-pkgrel=1
-arch=(any)
-url='https://www.kde.org/'
-license=(GPL)
-makedepends=(kdelibs automoc4)
-options=(docs)
-
-_languages=(
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'bg "Bulgarian"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'ca@valencia "Catalan (Valencian)"'
-  'cs "Czech"'
-  'da "Danish"'
-  'de "German"'
-  'el "Greek"'
-  'en_GB  "British English"'
-  'eo "Esperanto"'
-  'es "Spanish"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Farsi"'
-  'fi "Finnish"'
-  'fr "French"'
-  'ga "Irish"'
-  'gl "Galician"'
-  'he "Hebrew"'
-  'hi "Hindi"'
-  'hr "Croatian"'
-  'hu "Hungarian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'ko "Korean"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mr "Marathi"'
-  'nb "Norwegian Bokmal"'
-  'nds"Low Saxon"'
-  'nl "Dutch"'
-  'nn "Norwegian Nynorsk"'
-  'pa "Panjabi/Punjabi"'
-  'pl "Polish"'
-  'pt "Portuguese"'
-  'pt_BR  "Brazilian Portuguese"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'sr "Serbian"'
-  'sv "Swedish"'
-  'tr "Turkish"'
-  'ug "Uyghur"'
-  'uk "Ukrainian"'
-  'wa "Walloon"'
-  'zh_CN  "Chinese Simplified"'
-  'zh_TW  "Chinese Traditional"'
-)
-
-pkgname=()
-source=()
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=kde-l10n-${_locale,,}
-  
-  pkgname+=($_pkgname)
-  
source+=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase/$pkgbase-$_locale-$pkgver.tar.xz;)
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-sha256sums=('97a89b2032c62dedd831a1744b889fbda4c4dd35d08d9695f10a732b6ca8cdb7'
-'31ba8ec8804e05c347a80e1e8c787a839afdeefe44d478e723c62d34cf16075d'
-'1eb5e36742f8e62620a8cae0ce0fab50c49f0040a825c7a28c5d01cc3b090446'
-'02398210ded6eb6477b259d63b915ce974aba81a4a3e84e2aa61ccddb6b20ece'
-'d2208d204d0c3bf5291990d6954dac170aef3ba7a6786aeb9ce8bc5963f6fa53'
-'fc3bbd68fd9b05561e3cec92187fcee3c0309d8884aa9378fd01f2815fd72ab5'
-'1f3941942e84f2f175cb84620b3e4c960021e39c973d9812e434eb943640eacb'
-'df9c0f9347a3d579d1052f0f926425568f489afb709fc943a55566715c2441dd'
-'be7ee77aa75a6022bcb79a6e165573c24aa25ba401793f0443d65fdfbb79c6fd'
-'dba6f8c88a8445ae1d2ca1b04b61a6dc54cdec06ad012f0c5c32fdd6ad17f019'
-'d6793279335afc8d266d2b34a7ffd08a2f41139b8dfe184e8a758bc565140827'
-'7f36e9b6a983ab80353716d5045f14b79df32953b733873ada3b9fd1ac224f8a'
-'82e2133a1df42ca0c07717813bcdc5e02d4e45012a4496dd27d31643009ac723'
-'8068e315ccf75e360d998de99fa0d91b895385178d424e1952633083c423b1c9'
-'2b9cb0ae3750079ab455fb93a4c8e363750de54150c23aadb70d53792142e213'
-'7eed63591905bd367ba0e35a32659b9ca82a9dc531cde0799319a4aebee8405e'
-'710d8e66447ad1c9ad00988773706c1e082e75fdb375f1f9763c8f7dd614233e'
-'c9c2f2e596528b808f3b9d92d02368e8dbb6c038367e9269fdcf7d0abc27a4a9'
-'050759b79b150c8add70a370afb52873b12207b404e0791441cb6e3ceb1ad205'
-'96069fd5d43a7d7bfe775f506934f652db4749299b4039f96e44b4889bfb9334'
-'770e6f3223c1e678aeaa8867406b2a9622a1e6ec87e26f54a5e9fb378dfcd028'
-'ccad54ed514dbd1e87c8bce42edf47d86f392b4acbc86cd4397ba498a3020a3e'
-'7dcec7af23cebdfb217225cfc91e9e1168adb7bc2a8cc6f2396429995c51276a'
-'3622d60f0edab6ee2f6fa0dca51ceeb92c0613d2dabdd16806162aaee849216a'
-'6278f7a046d026bbe0ae25805125910256445a43aa9fbabe44bb2766a952e05a'
-'c5ef3b66f1797dd489119ef6fbe9e3fb70f66ea33ed3935d15546da2727358fc'
-'03e34ed6c2eab6bb14e9e0c453fe8e424b49f2af4209f6da4db608ddf67ef0dd'
-'67d99dd9f9d3bf41d9e9c02b897b5fe092dae6767f11de4c7e71800e73091d4f'
-'34d9f6288c303303cec142d1442d7c76247eea4e68b4f7f95068bc6f44298770'
-   

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

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:27:25
  Author: arojas
Revision: 292493

Fix conflicts

Modified:
  kde-l10n/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-07 21:05:47 UTC (rev 292492)
+++ PKGBUILD2017-04-07 21:27:25 UTC (rev 292493)
@@ -6,11 +6,11 @@
 
 pkgbase=kde-l10n
 pkgver=17.03.90
-pkgrel=1
+pkgrel=2
 arch=(any)
 url='https://www.kde.org/'
 license=(GPL)
-makedepends=(kdelibs automoc4)
+makedepends=(kdelibs cmake automoc4)
 options=(docs)
 
 _languages=(
@@ -161,5 +161,5 @@
   make DESTDIR="$pkgdir" install
 
 # Fix conflicts
-  rm -fr "$pkgdir"/usr/share/doc/HTML/*/{kdesu,knetattach,kcontrol/kcm_ssl}
+  rm -fr 
"$pkgdir"/usr/share/doc/HTML/*/{kdesu,knetattach,kcontrol/kcm_ssl,fundamentals,khelpcenter}
 }


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

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:05:47
  Author: arojas
Revision: 292492

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

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

--+
 PKGBUILD |  331 ++---
 1 file changed, 165 insertions(+), 166 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:05:25 UTC (rev 292491)
+++ PKGBUILD2017-04-07 21:05:47 UTC (rev 292492)
@@ -1,166 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kde-l10n
-pkgver=17.03.80
-pkgrel=1
-arch=('any')
-url='https://www.kde.org/'
-license=('GPL')
-depends=('qt5-translations') # needed for RTL languages FS#50780
-makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4' 'kconfig' 
'ki18n' 'qt5-tools' 'python')
-options=('docs')
-
-_languages=(
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'bg "Bulgarian"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'ca@valencia "Catalan (Valencian)"'
-  'cs "Czech"'
-  'da "Danish"'
-  'de "German"'
-  'el "Greek"'
-  'en_GB  "British English"'
-  'eo "Esperanto"'
-  'es "Spanish"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Farsi"'
-  'fi "Finnish"'
-  'fr "French"'
-  'ga "Irish"'
-  'gl "Galician"'
-  'he "Hebrew"'
-  'hi "Hindi"'
-  'hr "Croatian"'
-  'hu "Hungarian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'ko "Korean"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mr "Marathi"'
-  'nb "Norwegian Bokmal"'
-  'nds"Low Saxon"'
-  'nl "Dutch"'
-  'nn "Norwegian Nynorsk"'
-  'pa "Panjabi/Punjabi"'
-  'pl "Polish"'
-  'pt "Portuguese"'
-  'pt_BR  "Brazilian Portuguese"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'sr "Serbian"'
-  'sv "Swedish"'
-  'tr "Turkish"'
-  'ug "Uyghur"'
-  'uk "Ukrainian"'
-  'wa "Walloon"'
-  'zh_CN  "Chinese Simplified"'
-  'zh_TW  "Chinese Traditional"'
-)
-
-pkgname=()
-source=()
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=kde-l10n-${_locale,,}
-  
-  pkgname+=($_pkgname)
-  
source+=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase/$pkgbase-$_locale-$pkgver.tar.xz;)
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-sha256sums=('74ec464ffb5e879058f402866d813759317d64c4e659ddece7950315ea23d26c'
-'67214b5a97c3ea13f607c329e979d028cd5332f52565f084f77a26ad42a35c29'
-'cc537b8d44691e73af2872af4bcb5e9a58d3bfda73b14a984c6351b0c5854271'
-'959a8c0cd218b7c7fffb6a7e69945ee5bec70d1dab19d1fe750226c28507a0eb'
-'9b694ac8842b2d202bbe09f7016e281526e7a88aa703f8ed6ab931741c3fee25'
-'6f0d5410253cdf7bf12c5b86aae728bdb158259279856d6fef28f318de3db199'
-'93cd693f8052b643a3522a6008a0da6a68b76edf50d4d26c1a19bad67ddfcfd0'
-'59667508bd5cf38c0d976e6fe57c61ed406488da8add9fa5a6145becba39570a'
-'a8c47bc084cffe8504a54f96d756ef87230d1317da23c522ea5586f9724a8191'
-'80149d182c67db6f5e7f62e0bf8ddba07873736fbc896e04f6b736b8586da5de'
-'0b3ed9ed8da240514397957b53f4c8fcdf0ce80977b40cb4d5acdab7d14940e3'
-'a7a03369f517c06dbdf92c6d7fc7503c3750726634a1f469ed0c380e321f1c5d'
-'b36ee04996016021e772b062f76aa17d71cd6ce3c46f8a1e7f1d96b47feb3c40'
-'0ba4b0eb60cb1cdb3fdc9d676c21d99d28c21bed6bd5c8312bc03e455ba89194'
-'2daa4e83fc6f7b8b87968ea9e74fa52d59447a81ba1b8d2be22bd241b59df678'
-'51d60c47d0bb8e1c79540ecf73b6d4642f2a4e8c828ed96232a90dec5986be21'
-'c7ff525065e991693f93c68575f3408351fec4135b7a320e6f7bf7d12393ef9f'
-'f9f97a44a0481c3e3a204c809b8384ca1ea95a84f13b4948647c0d21c1a967c2'
-'0dc4f83d90b69f65b1dd839938cb152589efc0db4cec583928d63c0ec37d311a'
-'0eb2443ed9d7e3c51e6260c284ed209ada1a13a9fe9bb9dd9abfeb2f25ee93e5'
-'d1150a342422372bcfd7d95f4b342091125d41de004cf4703918abbda0593c2c'
-'00cae54207089f08509f2350cb1868fad2984fc8c2df7d7a142ee47e64fe6e59'
-'a1dccd4a3b544912daaf5944ee79c1bbaa65c58eb535a25067d328b3cb66e09d'
-'53ad2cb9ec642239e9a4abeaec18796cd76fd39aaa3f13ac90d022389cb250ed'
-'079e3141b1e8511b66ae5c5ef78aa3b7d51eea771148402c494553b41ef6667c'
-'209c2bcc9133bce92d875b9b375f8d6c86f4e670f0db95adb1c01782a7c9f343'
-'5dac084f32e87c6db480f208d2bba6ab9f7713bdeba8b77d734e81b6e76fdb9c'
-

[arch-commits] Commit in kdewebdev-kimagemapeditor/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:05:13
  Author: arojas
Revision: 292490

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

Added:
  kdewebdev-kimagemapeditor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292489, kdewebdev-kimagemapeditor/kde-unstable/PKGBUILD)
Deleted:
  kdewebdev-kimagemapeditor/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:05:00 UTC (rev 292489)
+++ PKGBUILD2017-04-07 21:05:13 UTC (rev 292490)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdewebdev-kimagemapeditor
-pkgver=17.03.80
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="HTML Image Map Editor"
-url='https://www.kde.org'
-license=(GPL LGPL FDL)
-groups=(kde-applications kdewebdev)
-depends=(kdebase-runtime)
-makedepends=(cmake automoc4)
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kimagemapeditor-$pkgver.tar.xz"{,.sig})
-sha256sums=('60518e4d4356e651738901c9e908da4be2e02ce6842c91634d54e60cdf5f1b70'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdewebdev-kimagemapeditor/repos/kde-unstable-x86_64/PKGBUILD (from rev 
292489, kdewebdev-kimagemapeditor/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:05:13 UTC (rev 292490)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdewebdev-kimagemapeditor
+pkgver=17.03.90
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="HTML Image Map Editor"
+url='https://www.kde.org'
+license=(GPL LGPL FDL)
+groups=(kde-applications kdewebdev)
+depends=(kdebase-runtime)
+makedepends=(cmake automoc4)
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kimagemapeditor-$pkgver.tar.xz"{,.sig})
+sha256sums=('fcbab61bc4d1a16ffad0bfab577c2ac7cb43c9efc87714e56ab28bee31e0fc59'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kdewebdev-klinkstatus/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:05:25
  Author: arojas
Revision: 292491

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

Added:
  kdewebdev-klinkstatus/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292490, kdewebdev-klinkstatus/kde-unstable/PKGBUILD)
Deleted:
  kdewebdev-klinkstatus/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:05:13 UTC (rev 292490)
+++ PKGBUILD2017-04-07 21:05:25 UTC (rev 292491)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdewebdev-klinkstatus
-pkgver=17.03.80
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="Link Checker"
-url='https://www.kde.org'
-license=(GPL LGPL FDL)
-groups=(kde-applications kdewebdev)
-depends=(kdebase-runtime kdepimlibs4 tidy)
-makedepends=(cmake automoc4 boost)
-source=("https://download.kde.org/stable/applications/${pkgver}/src/klinkstatus-$pkgver.tar.xz"{,.sig})
-sha256sums=('49e5b842d81db54ed89883ea105985814cf0201fb72f6e9c8e1425a959de1428'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdewebdev-klinkstatus/repos/kde-unstable-x86_64/PKGBUILD (from rev 
292490, kdewebdev-klinkstatus/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:05:25 UTC (rev 292491)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdewebdev-klinkstatus
+pkgver=17.03.90
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="Link Checker"
+url='https://www.kde.org'
+license=(GPL LGPL FDL)
+groups=(kde-applications kdewebdev)
+depends=(kdebase-runtime kdepimlibs4 tidy)
+makedepends=(cmake automoc4 boost)
+source=("https://download.kde.org/stable/applications/${pkgver}/src/klinkstatus-$pkgver.tar.xz"{,.sig})
+sha256sums=('e53c6a4d95afee6708f2eae6de8c381cb6db068d26545c9b47dbca106067c1a8'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in print-manager/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:04:33
  Author: arojas
Revision: 292487

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

Added:
  print-manager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292486, print-manager/kde-unstable/PKGBUILD)
Deleted:
  print-manager/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:04:19 UTC (rev 292486)
+++ PKGBUILD2017-04-07 21:04:33 UTC (rev 292487)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=print-manager
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="A tool for managing print jobs and printers"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/applications/utilities/'
-license=('GPL' 'LGPL' 'FDL')
-depends=('libcups' 'kcmutils')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'plasma-framework')
-optdepends=('system-config-printer: auto-detect the printer driver')
-replaces=('kdeutils-print-manager')
-conflicts=('kdeutils-print-manager')
-groups=('kde-applications' 'kdeutils')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz"{,.sig})
-sha256sums=('a229729b31315b657acfb30fc93913e4e58adc2048d94a50f253f125f4987cab'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: print-manager/repos/kde-unstable-x86_64/PKGBUILD (from rev 292486, 
print-manager/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:04:33 UTC (rev 292487)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=print-manager
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="A tool for managing print jobs and printers"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/applications/utilities/'
+license=('GPL' 'LGPL' 'FDL')
+depends=('libcups' 'kcmutils')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'plasma-framework')
+optdepends=('system-config-printer: auto-detect the printer driver')
+replaces=('kdeutils-print-manager')
+conflicts=('kdeutils-print-manager')
+groups=('kde-applications' 'kdeutils')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz"{,.sig})
+sha256sums=('857c1caa62147d6a6066277843ca731fd8f373496df814f30902aca612f828e3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kdeutils-sweeper/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:04:46
  Author: arojas
Revision: 292488

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

Added:
  kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292487, kdeutils-sweeper/kde-unstable/PKGBUILD)
Deleted:
  kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:04:33 UTC (rev 292487)
+++ PKGBUILD2017-04-07 21:04:46 UTC (rev 292488)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-sweeper
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='System Cleaner'
-url='https://kde.org/applications/utilities/sweeper'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz"{,.sig})
-sha256sums=('93b08ea597ff5acccbd5e8fe653f9671cb12d28091b8098408a5814662fbaaf6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdeutils-sweeper/repos/kde-unstable-x86_64/PKGBUILD (from rev 292487, 
kdeutils-sweeper/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:04:46 UTC (rev 292488)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-sweeper
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='System Cleaner'
+url='https://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz"{,.sig})
+sha256sums=('d8c7431240bbd571e273d7b9eafe51db4dcef1dad93aa7a0622b89928b76e515'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kdewebdev-kfilereplace/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:05:00
  Author: arojas
Revision: 292489

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

Added:
  kdewebdev-kfilereplace/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292488, kdewebdev-kfilereplace/kde-unstable/PKGBUILD)
Deleted:
  kdewebdev-kfilereplace/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:04:46 UTC (rev 292488)
+++ PKGBUILD2017-04-07 21:05:00 UTC (rev 292489)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdewebdev-kfilereplace
-pkgver=17.03.80
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="Search & Replace Tool"
-url='https://www.kde.org'
-license=(GPL LGPL FDL)
-groups=(kde-applications kdewebdev)
-depends=(kdebase-runtime)
-makedepends=(cmake automoc4)
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kfilereplace-$pkgver.tar.xz"{,.sig})
-sha256sums=('d1b472607cd68e5c7c879415323e29aa9d863635414388bcf9dc596516fd3d21'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdewebdev-kfilereplace/repos/kde-unstable-x86_64/PKGBUILD (from rev 
292488, kdewebdev-kfilereplace/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:05:00 UTC (rev 292489)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdewebdev-kfilereplace
+pkgver=17.03.90
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="Search & Replace Tool"
+url='https://www.kde.org'
+license=(GPL LGPL FDL)
+groups=(kde-applications kdewebdev)
+depends=(kdebase-runtime)
+makedepends=(cmake automoc4)
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kfilereplace-$pkgver.tar.xz"{,.sig})
+sha256sums=('da30f9a511a7aba4af7b82d93301b838d63803e57946f79dbbc1b00afd58a1ea'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kwalletmanager/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:04:19
  Author: arojas
Revision: 292486

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

Added:
  kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292485, kwalletmanager/kde-unstable/PKGBUILD)
Deleted:
  kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:04:06 UTC (rev 292485)
+++ PKGBUILD2017-04-07 21:04:19 UTC (rev 292486)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwalletmanager
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Wallet management tool'
-arch=(i686 x86_64)
-url='https://www.kde.org/applications/system/kwalletmanager/'
-license=(LGPL)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kcmutils kdoctools)
-conflicts=(kdeutils-kwalletmanager)
-replaces=(kdeutils-kwalletmanager)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0fd390b66c44cfd1297a1b4345b0c6ec606cc44df084408be7b3381ac46841c4'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD (from rev 292485, 
kwalletmanager/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:04:19 UTC (rev 292486)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwalletmanager
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Wallet management tool'
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/system/kwalletmanager/'
+license=(LGPL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kcmutils kdoctools)
+conflicts=(kdeutils-kwalletmanager)
+replaces=(kdeutils-kwalletmanager)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8e306775c73d1210a6808772e0442e6c035c6fd9a10c3ac7bb3cf8b528503cf8'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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 ktimer/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:04:06
  Author: arojas
Revision: 292485

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

Added:
  ktimer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292484, ktimer/kde-unstable/PKGBUILD)
Deleted:
  ktimer/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:03:53 UTC (rev 292484)
+++ PKGBUILD2017-04-07 21:04:06 UTC (rev 292485)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktimer
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Countdown Launcher'
-url='https://kde.org/applications/utilities/ktimer/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kio' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdeutils-ktimer')
-replaces=('kdeutils-ktimer')
-groups=('kde-applications' 'kdeutils')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz"{,.sig})
-sha256sums=('4874eadb162950c1771b2aabb65982d4bca354d9d5d3ad00b84a29413a7b4f41'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: ktimer/repos/kde-unstable-x86_64/PKGBUILD (from rev 292484, 
ktimer/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:04:06 UTC (rev 292485)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktimer
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='https://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeutils-ktimer')
+replaces=('kdeutils-ktimer')
+groups=('kde-applications' 'kdeutils')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz"{,.sig})
+sha256sums=('ecbc846c0ded4baa30eda8c5f689c67445ad226de944e657fef01007438262a8'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kfloppy/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:03:11
  Author: arojas
Revision: 292481

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

Added:
  kfloppy/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292480, kfloppy/kde-unstable/PKGBUILD)
Deleted:
  kfloppy/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:02:57 UTC (rev 292480)
+++ PKGBUILD2017-04-07 21:03:11 UTC (rev 292481)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kfloppy
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Floppy Formatter'
-url='https://kde.org/applications/utilities/kfloppy/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdeutils-kfloppy)
-replaces=(kdeutils-kfloppy)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c0e9a59536d1027774d4ed188703b397fac50bff28763cec00f3827941fe3db6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kfloppy/repos/kde-unstable-x86_64/PKGBUILD (from rev 292480, 
kfloppy/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:03:11 UTC (rev 292481)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfloppy
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='https://kde.org/applications/utilities/kfloppy/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdeutils-kfloppy)
+replaces=(kdeutils-kfloppy)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8e4a7b6c4306d3d0b2e5797c1f7a4b71b0393c22beafc93707cbad64942c35d5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kdeutils-kremotecontrol/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:03:39
  Author: arojas
Revision: 292483

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

Added:
  kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292482, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
Deleted:
  kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:03:24 UTC (rev 292482)
+++ PKGBUILD2017-04-07 21:03:39 UTC (rev 292483)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kremotecontrol
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Configure your remote controls for use with applications'
-url='https://kde.org/applications/utilities/kremotecontrol/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-replaces=('kdeutils-kdelirc')
-conflicts=('kdeutils-kdelirc')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz"{,.sig})
-sha256sums=('52634505375bd380111ba1d858c987bbf0e8676205b527b320677eacb0bc4bf8'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kremotecontrol-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD (from rev 
292482, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:03:39 UTC (rev 292483)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kremotecontrol
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='https://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz"{,.sig})
+sha256sums=('c43cb0be3a787d174e9f13de36ccd825c35d3340cc9ed363859702a75fcdaf11'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kteatime/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:03:53
  Author: arojas
Revision: 292484

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

Added:
  kteatime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292483, kteatime/kde-unstable/PKGBUILD)
Deleted:
  kteatime/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:03:39 UTC (rev 292483)
+++ PKGBUILD2017-04-07 21:03:53 UTC (rev 292484)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kteatime
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Tea Cooker'
-url='https://kde.org/applications/games/kteatime/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeutils')
-depends=('knotifyconfig' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdetoys-kteatime')
-replaces=('kdetoys-kteatime')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz"{,.sig})
-sha256sums=('0694eec4ca9ec0df19a5a786a1387f26994d942bcd539b12b0f45c9c8d886bfb'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kteatime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kteatime/repos/kde-unstable-x86_64/PKGBUILD (from rev 292483, 
kteatime/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:03:53 UTC (rev 292484)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kteatime
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Tea Cooker'
+url='https://kde.org/applications/games/kteatime/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeutils')
+depends=('knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdetoys-kteatime')
+replaces=('kdetoys-kteatime')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a4668f3abe6d62114ae1f504eece31f8686e3f630d84df306bfb0f963b3a3434'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kgpg/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:03:24
  Author: arojas
Revision: 292482

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

Added:
  kgpg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292481, kgpg/kde-unstable/PKGBUILD)
Deleted:
  kgpg/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:03:11 UTC (rev 292481)
+++ PKGBUILD2017-04-07 21:03:24 UTC (rev 292482)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kgpg
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='A GnuPG frontend'
-url='https://kde.org/applications/utilities/kgpg/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(akonadi-contacts hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost)
-conflicts=(kdeutils-kgpg)
-replaces=(kdeutils-kgpg)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('de0acfed7dbc8a22aa1783c31abb7a62ff69052f0a25ab0e6d19d5606fce1590'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kgpg/repos/kde-unstable-x86_64/PKGBUILD (from rev 292481, 
kgpg/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:03:24 UTC (rev 292482)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kgpg
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='https://kde.org/applications/utilities/kgpg/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(akonadi-contacts hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python boost)
+conflicts=(kdeutils-kgpg)
+replaces=(kdeutils-kgpg)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2621ac0aa5da7761acd7c21845f0768badaf6e364fee2b83182eae6ded787964'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kdf/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:02:57
  Author: arojas
Revision: 292480

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

Added:
  kdf/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292479, kdf/kde-unstable/PKGBUILD)
Deleted:
  kdf/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:02:42 UTC (rev 292479)
+++ PKGBUILD2017-04-07 21:02:57 UTC (rev 292480)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdf
-pkgver=17.03.80
-pkgrel=1
-url="https://kde.org/applications/system/kdiskfree/;
-arch=(i686 x86_64)
-pkgdesc='View Disk Usage'
-license=(GPL LGPL FDL)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python kcmutils)
-conflicts=(kdeutils-kdf)
-replaces=(kdeutils-kdf)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f34af2aef4d339f16e465ff3c07c33dd739fc9df239bdc5dcb44900ed7d5abf3'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: kdf/repos/kde-unstable-x86_64/PKGBUILD (from rev 292479, 
kdf/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:02:57 UTC (rev 292480)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdf
+pkgver=17.03.90
+pkgrel=1
+url="https://kde.org/applications/system/kdiskfree/;
+arch=(i686 x86_64)
+pkgdesc='View Disk Usage'
+license=(GPL LGPL FDL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python kcmutils)
+conflicts=(kdeutils-kdf)
+replaces=(kdeutils-kdf)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0210d6e8813bb0d8af65382d5b05213b713558348adf7ac422e2a5419409381f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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 kdebugsettings/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:02:42
  Author: arojas
Revision: 292479

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

Added:
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292478, kdebugsettings/kde-unstable/PKGBUILD)
Deleted:
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:02:26 UTC (rev 292478)
+++ PKGBUILD2017-04-07 21:02:42 UTC (rev 292479)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kdebugsettings
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='An application to enable/disable qCDebug'
-arch=(i686 x86_64)
-url='https://utils.kde.org/'
-license=(GPL)
-depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
-makedepends=(extra-cmake-modules python)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1a0f58921bf93b32a36da6b7807f55651c306080262f0d15750ed640824581a2'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 292478, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:02:42 UTC (rev 292479)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)
+url='https://utils.kde.org/'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules python)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7eafcf1237ba8f7b90ea19c5bd147827fa67ef1c1c880c75bff80744268b8e93'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kcharselect/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:02:26
  Author: arojas
Revision: 292478

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

Added:
  kcharselect/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292477, kcharselect/kde-unstable/PKGBUILD)
Deleted:
  kcharselect/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:02:07 UTC (rev 292477)
+++ PKGBUILD2017-04-07 21:02:26 UTC (rev 292478)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcharselect
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Character Selector'
-url="https://kde.org/applications/utilities/kcharselect/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kbookmarks')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-groups=('kde-applications' 'kdeutils')
-conflicts=('kdeutils-kcharselect')
-replaces=('kdeutils-kcharselect')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz"{,.sig})
-sha256sums=('1d3ef88c110f872d50e61b2a35c18068f58603f00f861eec740b8c447457df69'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kcharselect/repos/kde-unstable-x86_64/PKGBUILD (from rev 292477, 
kcharselect/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:02:26 UTC (rev 292478)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcharselect
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Character Selector'
+url="https://kde.org/applications/utilities/kcharselect/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kbookmarks')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+groups=('kde-applications' 'kdeutils')
+conflicts=('kdeutils-kcharselect')
+replaces=('kdeutils-kcharselect')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz"{,.sig})
+sha256sums=('c963de8abb38bae3d2ef8e2a50ec1686a6057a1eb55caf9e9748ddb4d445ba97'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kcalc/repos/kde-unstable-x86_64 (4 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:02:07
  Author: arojas
Revision: 292477

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

Added:
  kcalc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292476, kcalc/kde-unstable/PKGBUILD)
  kcalc/repos/kde-unstable-x86_64/kcalc-qt5.6.patch
(from rev 292476, kcalc/kde-unstable/kcalc-qt5.6.patch)
Deleted:
  kcalc/repos/kde-unstable-x86_64/PKGBUILD
  kcalc/repos/kde-unstable-x86_64/kcalc-qt5.6.patch

---+
 PKGBUILD  |   78 ++--
 kcalc-qt5.6.patch |   22 +++---
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:01:54 UTC (rev 292476)
+++ PKGBUILD2017-04-07 21:02:07 UTC (rev 292477)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcalc
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='https://kde.org/applications/utilities/kcalc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kinit')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdeutils-kcalc')
-replaces=('kdeutils-kcalc')
-groups=('kde-applications' 'kdeutils')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz"{,.sig})
-sha256sums=('13a06fdd06d2bd760217718b21b3732130ab5304b2b40d5e0ec782f282b4905d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kcalc/repos/kde-unstable-x86_64/PKGBUILD (from rev 292476, 
kcalc/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:02:07 UTC (rev 292477)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcalc
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='https://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdeutils-kcalc')
+replaces=('kdeutils-kcalc')
+groups=('kde-applications' 'kdeutils')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz"{,.sig})
+sha256sums=('9d99987c80b94065d7a460278deef1c61f13185d1dc28abe7514cd207ded80f0'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Deleted: kcalc-qt5.6.patch
===
--- kcalc-qt5.6.patch   2017-04-07 21:01:54 UTC (rev 292476)
+++ kcalc-qt5.6.patch   2017-04-07 21:02:07 UTC (rev 292477)
@@ -1,11 +0,0 @@
 kcalc-15.12.3/kcalc.cpp.orig   2016-03-16 16:26:37.327157522 +
-+++ kcalc-15.12.3/kcalc.cpp2016-03-16 16:28:08.533357025 +
-@@ -123,7 +123,7 @@
- 
-   updateGeometry();
- 
--  setFixedSize(minimumSize());
-+  if ( ! minimumSize().isEmpty() ) setFixedSize(minimumSize());
- 
-   updateDisplay(UPDATE_FROM_CORE);
- 

Copied: kcalc/repos/kde-unstable-x86_64/kcalc-qt5.6.patch (from rev 292476, 
kcalc/kde-unstable/kcalc-qt5.6.patch)
===
--- kcalc-qt5.6.patch   (rev 0)
+++ kcalc-qt5.6.patch   2017-04-07 21:02:07 UTC (rev 292477)
@@ -0,0 +1,11 @@
+--- kcalc-15.12.3/kcalc.cpp.orig   2016-03-16 16:26:37.327157522 +
 kcalc-15.12.3/kcalc.cpp2016-03-16 16:28:08.533357025 +
+@@ -123,7 +123,7 @@
+ 
+   updateGeometry();
+ 
+-  setFixedSize(minimumSize());
++  if ( ! minimumSize().isEmpty() ) setFixedSize(minimumSize());
+ 
+   updateDisplay(UPDATE_FROM_CORE);
+ 


[arch-commits] Commit in umbrello/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:01:21
  Author: arojas
Revision: 292474

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

Added:
  umbrello/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292473, umbrello/kde-unstable/PKGBUILD)
Deleted:
  umbrello/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:01:09 UTC (rev 292473)
+++ PKGBUILD2017-04-07 21:01:21 UTC (rev 292474)
@@ -1,44 +0,0 @@
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=umbrello
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='UML modeller'
-arch=(i686 x86_64)
-url='https://kde.org/applications/development/umbrello'
-license=(GPL)
-depends=(hicolor-icon-theme ktexteditor qt5-webkit)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdesdk-umbrello)
-replaces=(kdesdk-umbrello)
-groups=(kde-applications kdesdk)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dcad5e45a1b7d61f4d13eec708fde6be3398c44dde21192777045a1fd87d0323'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-
-  sed -e '/appdata/d' -i $pkgname-$pkgver/umbrello/CMakeLists.txt
-}
-
-build() { 
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DBUILD_UNITTESTS=OFF \
--DBUILD_KF5=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: umbrello/repos/kde-unstable-x86_64/PKGBUILD (from rev 292473, 
umbrello/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:01:21 UTC (rev 292474)
@@ -0,0 +1,42 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=umbrello
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='UML modeller'
+arch=(i686 x86_64)
+url='https://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(hicolor-icon-theme ktexteditor qt5-webkit)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdesdk-umbrello)
+replaces=(kdesdk-umbrello)
+groups=(kde-applications kdesdk)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2d674f6a588076807ef6d4723a98978d14988e88e071051db715462389000836'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in filelight/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:01:54
  Author: arojas
Revision: 292476

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

Added:
  filelight/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292475, filelight/kde-unstable/PKGBUILD)
Deleted:
  filelight/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:01:38 UTC (rev 292475)
+++ PKGBUILD2017-04-07 21:01:54 UTC (rev 292476)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=filelight
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='View disk usage information'
-url='https://kde.org/applications/utilities/filelight'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kparts' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('kde-applications' 'kdeutils')
-replaces=('kdeutils-filelight')
-conflicts=('kdeutils-filelight')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz"{,.sig})
-sha256sums=('61cefd288f83f1ffa367934f2564af9bc31e697f0edbddac9bbc02cafc31945d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: filelight/repos/kde-unstable-x86_64/PKGBUILD (from rev 292475, 
filelight/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:01:54 UTC (rev 292476)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='View disk usage information'
+url='https://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz"{,.sig})
+sha256sums=('4a8a6bad3f49e4e1f3187e64bf953092aa985efe85ad31a72f6f2a09abfe06b9'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in ark/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:01:38
  Author: arojas
Revision: 292475

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

Added:
  ark/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292474, ark/kde-unstable/PKGBUILD)
Deleted:
  ark/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:01:21 UTC (rev 292474)
+++ PKGBUILD2017-04-07 21:01:38 UTC (rev 292475)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ark
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Archiving Tool'
-arch=(i686 x86_64)
-url='https://kde.org/applications/utilities/ark/'
-license=(GPL)
-depends=(kparts kpty libarchive libzip kitemmodels hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('p7zip: 7Z format support' 'zip: ZIP compression support' 'unzip: 
ZIP format support' 'unrar: RAR format support')
-conflicts=(kdeutils-ark)
-replaces=(kdeutils-ark)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('07c4801037b2a56bfc9c7dc1eabaa2237783843f5befa9e1be060ae99d3ab342'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: ark/repos/kde-unstable-x86_64/PKGBUILD (from rev 292474, 
ark/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:01:38 UTC (rev 292475)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ark
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Archiving Tool'
+arch=(i686 x86_64)
+url='https://kde.org/applications/utilities/ark/'
+license=(GPL)
+depends=(kparts kpty libarchive libzip kitemmodels hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('p7zip: 7Z format support' 'unrar: RAR format support')
+conflicts=(kdeutils-ark)
+replaces=(kdeutils-ark)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1f6121d47da6b2f616379cc72505fb4ee096e999465d7853483badc275db5c1c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kdesdk-thumbnailers/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:01:09
  Author: arojas
Revision: 292473

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

Added:
  kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292472, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:00:56 UTC (rev 292472)
+++ PKGBUILD2017-04-07 21:01:09 UTC (rev 292473)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2117969f7fda7c4bc00886ffb7bf1d407b268dbbcdf1b597be6ebc296894cbfd'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
292472, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:01:09 UTC (rev 292473)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('07f9019bd9af38d262e7c3a28ed60066f72e8365916fcf16424a6bbdc82fe117'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in okteta/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:00:41
  Author: arojas
Revision: 292471

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

Added:
  okteta/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292470, okteta/kde-unstable/PKGBUILD)
Deleted:
  okteta/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:00:26 UTC (rev 292470)
+++ PKGBUILD2017-04-07 21:00:41 UTC (rev 292471)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=okteta
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Hex Editor'
-url='https://kde.org/applications/utilities/okteta/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools')
-replaces=('kdesdk-okteta')
-conflicts=('kdesdk-okteta<4.14.3-2')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz"{,.sig})
-sha256sums=('66f9f7788e63b0f673d723a68c2d3734a4a2c7d3d3badccfa465316c14b2a524'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: okteta/repos/kde-unstable-x86_64/PKGBUILD (from rev 292470, 
okteta/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:00:41 UTC (rev 292471)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=okteta
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Hex Editor'
+url='https://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools')
+replaces=('kdesdk-okteta')
+conflicts=('kdesdk-okteta<4.14.3-2')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz"{,.sig})
+sha256sums=('02bacd5d5999644bee72cd05ca53918d74be85564772441581300a387b79a8b1'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in lokalize/repos/kde-unstable-x86_64 (4 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:00:26
  Author: arojas
Revision: 292470

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

Added:
  lokalize/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292469, lokalize/kde-unstable/PKGBUILD)
  lokalize/repos/kde-unstable-x86_64/fix-python2-path.patch
(from rev 292469, lokalize/kde-unstable/fix-python2-path.patch)
Deleted:
  lokalize/repos/kde-unstable-x86_64/PKGBUILD
  lokalize/repos/kde-unstable-x86_64/fix-python2-path.patch

+
 PKGBUILD   |   84 +++
 fix-python2-path.patch |   44 
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:00:14 UTC (rev 292469)
+++ PKGBUILD2017-04-07 21:00:26 UTC (rev 292470)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=lokalize
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Computer-Aided Translation System'
-url='https://kde.org/applications/development/lokalize/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kross' 'hunspell' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdesdk-lokalize')
-replaces=('kdesdk-lokalize')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz"{,.sig})
-sha256sums=('9232d332ec3cd5f57b0521329c109bd11a0a97125a57589b752f25213944d901'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../lokalize-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/share/lokalize/scripts/odf/xliffmerge.py
-}

Copied: lokalize/repos/kde-unstable-x86_64/PKGBUILD (from rev 292469, 
lokalize/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:00:26 UTC (rev 292470)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=lokalize
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Computer-Aided Translation System'
+url='https://kde.org/applications/development/lokalize/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kross' 'hunspell' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdesdk-lokalize')
+replaces=('kdesdk-lokalize')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz"{,.sig})
+sha256sums=('9fe44642b83a5e83506000ff530268f0fe4ee6f7aee31a108f3681a7e9e7f86f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../lokalize-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/share/lokalize/scripts/odf/xliffmerge.py
+}

Deleted: fix-python2-path.patch
===
--- fix-python2-path.patch  2017-04-07 21:00:14 UTC (rev 292469)
+++ fix-python2-path.patch  2017-04-07 21:00:26 UTC (rev 292470)
@@ -1,22 +0,0 @@
 kdesdk-4.5.80/lokalize/scripts/msgmerge.py~2010-11-24 
11:22:42.12002 +0100
-+++ kdesdk-4.5.80/lokalize/scripts/msgmerge.py 2010-11-24 11:22:42.14670 
+0100
-@@ -114,7 +114,7 @@
- print >>sys.stderr, "Execution failed:", e
- 
- cmd='%s/odf/xliffmerge.py -i %s -t %s -o %s' % 
(ourPath,xliffpathname,xlifftemplatepathname,xliffpathname)
--if os.name!='nt': cmd='python '+cmd
-+if os.name!='nt': cmd='python2 '+cmd
- else: cmd=cmd.replace('/','\\')
- os.system(cmd)
-
 kdesdk-4.5.80/lokalize/scripts/xliff2odf.py~   2010-11-24 
11:24:10.85336 +0100
-+++ kdesdk-4.5.80/lokalize/scripts/xliff2odf.py2010-11-24 
11:24:10.88336 +0100
-@@ -42,7 +42,7 @@
- xliff2odf.convertxliff(xliffinput, translatedodfpathname, odf)
- 
- ourpath=([p for p in sys.path if 
os.path.exists(p+'/xliff2odf.py')]+[''])[0]
--os.system('python "'+ourpath+'/xliff2odf-standalone.py" "%s" "%s" 
&'%(translatedodfpathname, Editor.currentEntryId()))
-+os.system('python2 "'+ourpath+'/xliff2odf-standalone.py" "%s" 

[arch-commits] Commit in poxml/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:00:56
  Author: arojas
Revision: 292472

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

Added:
  poxml/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292471, poxml/kde-unstable/PKGBUILD)
Deleted:
  poxml/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:00:41 UTC (rev 292471)
+++ PKGBUILD2017-04-07 21:00:56 UTC (rev 292472)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=poxml
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Translates DocBook XML files using gettext po files'
-url='https://www.kde.org/applications/development/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(qt5-base gettext)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdesdk-poxml)
-replaces=(kdesdk-poxml)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c9d1302fcbb2e3b0ba0ec6dc17438439cfd99e577f8f4112e4b3cddcb33f918d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: poxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 292471, 
poxml/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:00:56 UTC (rev 292472)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=poxml
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://www.kde.org/applications/development/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(qt5-base gettext)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdesdk-poxml)
+replaces=(kdesdk-poxml)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c3e46ff607091ecd885483ab7435ab7ae25232a622ec187b5c0c639d1e900dca'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kompare/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:00:14
  Author: arojas
Revision: 292469

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

Added:
  kompare/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292468, kompare/kde-unstable/PKGBUILD)
Deleted:
  kompare/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 21:00:01 UTC (rev 292468)
+++ PKGBUILD2017-04-07 21:00:14 UTC (rev 292469)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kompare
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Diff/Patch Frontend'
-url='https://kde.org/applications/development/kompare/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('libkomparediff2' 'ktexteditor' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdesdk-kompare')
-replaces=('kdesdk-kompare')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz"{,.sig})
-sha256sums=('26c5a4e14f827be14ef124dab2d475f8c712efa3a755846b0153aee840cc6d18'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kompare/repos/kde-unstable-x86_64/PKGBUILD (from rev 292468, 
kompare/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:00:14 UTC (rev 292469)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kompare
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Diff/Patch Frontend'
+url='https://kde.org/applications/development/kompare/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('libkomparediff2' 'ktexteditor' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdesdk-kompare')
+replaces=('kdesdk-kompare')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz"{,.sig})
+sha256sums=('3686e0e050c513cd75eb566ca40c0e2fb32651fe26dd9d8534668c7b5a8a87df'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kapptemplate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 21:00:01
  Author: arojas
Revision: 292468

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

Added:
  kapptemplate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292467, kapptemplate/kde-unstable/PKGBUILD)
Deleted:
  kapptemplate/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:59:48 UTC (rev 292467)
+++ PKGBUILD2017-04-07 21:00:01 UTC (rev 292468)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kapptemplate
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='KDE Template Generator'
-url='https://kde.org/applications/development/kapptemplate/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kio' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdesdk-kapptemplate')
-conflicts=('kdesdk-kapptemplate')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4b0e3162d6cb0c389c152837c5bb74aa08390ffb6627ff2be7904f565fe011fc'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kapptemplate/repos/kde-unstable-x86_64/PKGBUILD (from rev 292467, 
kapptemplate/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 21:00:01 UTC (rev 292468)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapptemplate
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='KDE Template Generator'
+url='https://kde.org/applications/development/kapptemplate/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kio' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdesdk-kapptemplate')
+conflicts=('kdesdk-kapptemplate')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ae4363de7013387c632abc78fbb5c3d94a94fce2b1c1cddf14e15d91e47601bd'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in dolphin-plugins/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:59:48
  Author: arojas
Revision: 292467

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

Added:
  dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292466, dolphin-plugins/kde-unstable/PKGBUILD)
Deleted:
  dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:59:36 UTC (rev 292466)
+++ PKGBUILD2017-04-07 20:59:48 UTC (rev 292467)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=dolphin-plugins
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="Extra Dolphin plugins"
-arch=(i686 x86_64)
-url="https://www.kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(dolphin)
-makedepends=(extra-cmake-modules kdoctools ktexteditor kdesignerplugin)
-optdepends=('ktexteditor: Mercurial plugin')
-conflicts=(kdesdk-dolphin-plugins)
-replaces=(kdesdk-dolphin-plugins)
-groups=(kde-applications kdesdk)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('218a97c0c9d38c8e33c9698cffbd1d815e47e58f588b26a9f89adb8cef0ed0d6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD (from rev 292466, 
dolphin-plugins/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:59:48 UTC (rev 292467)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=dolphin-plugins
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="Extra Dolphin plugins"
+arch=(i686 x86_64)
+url="https://www.kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(dolphin)
+makedepends=(extra-cmake-modules kdoctools ktexteditor kdesignerplugin)
+optdepends=('ktexteditor: Mercurial plugin')
+conflicts=(kdesdk-dolphin-plugins)
+replaces=(kdesdk-dolphin-plugins)
+groups=(kde-applications kdesdk)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('075cb02ddd54e01ab9e10dd839698338b2a06f9865cea96e1b74d3799cfd93a6'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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 kde-dev-scripts/repos/kde-unstable-any (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:59:36
  Author: arojas
Revision: 292466

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

Added:
  kde-dev-scripts/repos/kde-unstable-any/PKGBUILD
(from rev 292465, kde-dev-scripts/kde-unstable/PKGBUILD)
Deleted:
  kde-dev-scripts/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:59:22 UTC (rev 292465)
+++ PKGBUILD2017-04-07 20:59:36 UTC (rev 292466)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kde-dev-scripts
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Scripts and setting files useful during development of KDE software'
-url='https://www.kde.org/applications/development/'
-arch=('any')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs4support')
-replaces=('kdesdk-dev-scripts')
-conflicts=('kdesdk-dev-scripts')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('aea62df77f31c28d9cecb2490e6446588718146c87fa7f5998994294099a86b6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-
"$pkgdir"/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
-  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
-"$pkgdir"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
-
-# Install additional files
-  cd "$srcdir"/$pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/share/kde-dev-scripts
-  cp -r kde-devel-* gdb "$pkgdir"/usr/share/kde-dev-scripts
-}

Copied: kde-dev-scripts/repos/kde-unstable-any/PKGBUILD (from rev 292465, 
kde-dev-scripts/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:59:36 UTC (rev 292466)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-dev-scripts
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://www.kde.org/applications/development/'
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs4support')
+replaces=('kdesdk-dev-scripts')
+conflicts=('kdesdk-dev-scripts')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('da0934a7d3f9c06fc8ea69b7c313cf49c6d3dc0bc6ff816d0760198865b3d023'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+
"$pkgdir"/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+"$pkgdir"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+
+# Install additional files
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/kde-dev-scripts
+  cp -r kde-devel-* gdb "$pkgdir"/usr/share/kde-dev-scripts
+}


[arch-commits] Commit in cervisia/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:59:22
  Author: arojas
Revision: 292465

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

Added:
  cervisia/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292464, cervisia/kde-unstable/PKGBUILD)
Deleted:
  cervisia/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:59:07 UTC (rev 292464)
+++ PKGBUILD2017-04-07 20:59:22 UTC (rev 292465)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=cervisia
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='CVS Frontend'
-url='https://kde.org/applications/development/cervisia/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kdesu kparts hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kdoctools)
-conflicts=(kdesdk-cervisia)
-replaces=(kdesdk-cervisia)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('db4d0e41c36f675260846a98601eed75560a11b81e59da879977702230c7355e'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: cervisia/repos/kde-unstable-x86_64/PKGBUILD (from rev 292464, 
cervisia/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:59:22 UTC (rev 292465)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=cervisia
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='CVS Frontend'
+url='https://kde.org/applications/development/cervisia/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kdesu kparts hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools)
+conflicts=(kdesdk-cervisia)
+replaces=(kdesdk-cervisia)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4ddf9c7038eac4d2c3ee5a3f138e2842b73029090c5802d5624ceaa0663d62d9'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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 pim-sieve-editor/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:59:07
  Author: arojas
Revision: 292464

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

Added:
  pim-sieve-editor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292463, pim-sieve-editor/kde-unstable/PKGBUILD)
Deleted:
  pim-sieve-editor/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:58:55 UTC (rev 292463)
+++ PKGBUILD2017-04-07 20:59:07 UTC (rev 292464)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=pim-sieve-editor
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="Mail sieve editor"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(GPL2)
-depends=(libksieve)
-makedepends=(extra-cmake-modules kdoctools boost python)
-conflicts=('kdepim<16.11')
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('89030e85a60e5630c1f44d07c2180bb737d812cf665a5643196c0b32efa12e76'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: pim-sieve-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 292463, 
pim-sieve-editor/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:59:07 UTC (rev 292464)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=pim-sieve-editor
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="Mail sieve editor"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(libksieve)
+makedepends=(extra-cmake-modules kdoctools boost python)
+conflicts=('kdepim<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f09bd565ef729d87d84d077cf26a829564cd0aa25977fb772a6485ede4f9d7a2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in pim-data-exporter/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:58:55
  Author: arojas
Revision: 292463

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

Added:
  pim-data-exporter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292462, pim-data-exporter/kde-unstable/PKGBUILD)
Deleted:
  pim-data-exporter/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:58:43 UTC (rev 292462)
+++ PKGBUILD2017-04-07 20:58:55 UTC (rev 292463)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=pim-data-exporter
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="Import and export KDE PIM settings"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(GPL2)
-depends=(calendarsupport mailcommon)
-makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
-conflicts=(kdepim-common)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('81b8b0281a9d58b1bc61dba0d7d880ba00ba8c4fa82c75ea4c59a8c19c79fcbe'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: pim-data-exporter/repos/kde-unstable-x86_64/PKGBUILD (from rev 292462, 
pim-data-exporter/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:58:55 UTC (rev 292463)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=pim-data-exporter
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="Import and export KDE PIM settings"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(calendarsupport mailcommon)
+makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
+conflicts=(kdepim-common)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('dcd92dc47e7ed103131e52439796b425be6c24066fcc739022c76eec113da23d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in korganizer/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:58:28
  Author: arojas
Revision: 292461

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

Added:
  korganizer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292460, korganizer/kde-unstable/PKGBUILD)
Deleted:
  korganizer/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:58:15 UTC (rev 292460)
+++ PKGBUILD2017-04-07 20:58:28 UTC (rev 292461)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=korganizer
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="Calendar and scheduling Program"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(GPL2)
-depends=(kdepim-runtime kontactinterface incidenceeditor)
-makedepends=(extra-cmake-modules kdoctools python qt5-tools kdesignerplugin 
boost)
-optdepends=('kdepim-addons: additional plugins')
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c76090836c1b42f75a61464e84c93912567915562b6457209a63945df9cfca18'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: korganizer/repos/kde-unstable-x86_64/PKGBUILD (from rev 292460, 
korganizer/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:58:28 UTC (rev 292461)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=korganizer
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="Calendar and scheduling Program"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(kdepim-runtime kontactinterface incidenceeditor)
+makedepends=(extra-cmake-modules kdoctools python qt5-tools kdesignerplugin 
boost)
+optdepends=('kdepim-addons: additional plugins')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('211a27b66df92a406cebd2bf496e78a4ef2576ae3f19dfb7faf11d2b9071e703'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in mbox-importer/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:58:43
  Author: arojas
Revision: 292462

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

Added:
  mbox-importer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292461, mbox-importer/kde-unstable/PKGBUILD)
Deleted:
  mbox-importer/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:58:28 UTC (rev 292461)
+++ PKGBUILD2017-04-07 20:58:43 UTC (rev 292462)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=mbox-importer
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="Import mbox files to KMail"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(GPL2)
-depends=(mailcommon)
-makedepends=(extra-cmake-modules boost python)
-conflicts=('kmail<16.11')
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('aa57482f652b38eaa5fa4074eea264a75bb9c93d69967d02564ed2abea9aa318'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: mbox-importer/repos/kde-unstable-x86_64/PKGBUILD (from rev 292461, 
mbox-importer/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:58:43 UTC (rev 292462)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=mbox-importer
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="Import mbox files to KMail"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(mailcommon)
+makedepends=(extra-cmake-modules boost python)
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('18d78078d797b921b9c17529446ae2419dea1dd2158d13d2a4718a0e427d190c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kontact/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:58:15
  Author: arojas
Revision: 292460

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

Added:
  kontact/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292459, kontact/kde-unstable/PKGBUILD)
Deleted:
  kontact/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:58:02 UTC (rev 292459)
+++ PKGBUILD2017-04-07 20:58:15 UTC (rev 292460)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kontact
-pkgver=17.03.80
-pkgrel=2
-pkgdesc="KDE Personal Information Manager"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(GPL2)
-depends=(hicolor-icon-theme kontactinterface kmail-account-wizard 
kdepim-apps-libs)
-makedepends=(extra-cmake-modules kdoctools boost python)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a853c5a435f3a18093b1a70b796f2168fccc41a61e564f9964f5fd2272a9020c'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kontact/repos/kde-unstable-x86_64/PKGBUILD (from rev 292459, 
kontact/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:58:15 UTC (rev 292460)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kontact
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="KDE Personal Information Manager"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(hicolor-icon-theme kontactinterface kmail-account-wizard 
kdepim-apps-libs)
+makedepends=(extra-cmake-modules kdoctools boost python)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c6fd10c8a9181cf96dc618cdca29e974e8a6bad161dcfb96e7f9d06ae615c74d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kmail/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:57:33
  Author: arojas
Revision: 292457

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

Added:
  kmail/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292456, kmail/kde-unstable/PKGBUILD)
Deleted:
  kmail/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:57:18 UTC (rev 292456)
+++ PKGBUILD2017-04-07 20:57:33 UTC (rev 292457)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kmail
-pkgver=17.03.80
-pkgrel=2
-pkgdesc="KDE mail client"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(GPL2)
-depends=(kdepim-runtime kmail-account-wizard akonadi-import-wizard 
mbox-importer pim-sieve-editor kontactinterface libktnef)
-makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python)
-optdepends=('kleopatra: mail encryption support' 'kdepim-addons: additional 
plugins')
-conflicts=(ktnef)
-replaces=(ktnef)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0e1d10b797db932c1da7f15ff332e632152bc7f0e3e5159884ce49a8158cfe12'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kmail/repos/kde-unstable-x86_64/PKGBUILD (from rev 292456, 
kmail/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:57:33 UTC (rev 292457)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="KDE mail client"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(kdepim-runtime kmail-account-wizard akonadi-import-wizard 
mbox-importer pim-sieve-editor kontactinterface libktnef)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python)
+optdepends=('kleopatra: mail encryption support' 'kdepim-addons: additional 
plugins')
+conflicts=(ktnef)
+replaces=(ktnef)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('aaefe1d7fc0fd441559ff275ea31bf96b0d93f809d9a424cd820c80419f51a95'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in knotes/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:58:02
  Author: arojas
Revision: 292459

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

Added:
  knotes/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292458, knotes/kde-unstable/PKGBUILD)
Deleted:
  knotes/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:57:49 UTC (rev 292458)
+++ PKGBUILD2017-04-07 20:58:02 UTC (rev 292459)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=knotes
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="Popup notes"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(GPL2)
-depends=(kdepim-runtime kdnssd kontactinterface pimcommon)
-makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('56218d89a9a0490e4e870f3104f9a344b503d43fa4c5cbf3f68d6bded1d6c72a'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: knotes/repos/kde-unstable-x86_64/PKGBUILD (from rev 292458, 
knotes/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:58:02 UTC (rev 292459)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=knotes
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="Popup notes"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(kdepim-runtime kdnssd kontactinterface pimcommon)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c1db84d77a0444d761f6e5d4676ee6295a2e91acfa7624a7def4dc2753c3bfd9'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kmail-account-wizard/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:57:49
  Author: arojas
Revision: 292458

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

Added:
  kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292457, kmail-account-wizard/kde-unstable/PKGBUILD)
Deleted:
  kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:57:33 UTC (rev 292457)
+++ PKGBUILD2017-04-07 20:57:49 UTC (rev 292458)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kmail-account-wizard
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="KMail account wizard"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(GPL2)
-depends=(kidentitymanagement libkleo pimcommon kmailtransport kross 
ktexteditor knotifyconfig)
-makedepends=(extra-cmake-modules boost python kdoctools qt5-tools)
-conflicts=(kdepim-common)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('62d4ffc7678392a29268a32c8303bf29b9c75989e577464410670174d8c8bd5b'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
292457, kmail-account-wizard/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:57:49 UTC (rev 292458)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross 
ktexteditor knotifyconfig)
+makedepends=(extra-cmake-modules boost python kdoctools qt5-tools)
+conflicts=(kdepim-common)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('dd8fd2b5e3c3fed598224c10baff143a2d5524cc1dcc19d937a829cbbf868a0c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kleopatra/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:57:18
  Author: arojas
Revision: 292456

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

Added:
  kleopatra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292455, kleopatra/kde-unstable/PKGBUILD)
Deleted:
  kleopatra/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:57:04 UTC (rev 292455)
+++ PKGBUILD2017-04-07 20:57:18 UTC (rev 292456)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kleopatra
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Certificate Manager and Unified Crypto GUI'
-arch=(i686 x86_64)
-url='https://www.kde.org/applications/utilities/kleopatra/'
-license=(GPL LGPL FDL)
-depends=(hicolor-icon-theme libkleo kcmutils kmime)
-makedepends=(extra-cmake-modules kdoctools boost python)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0546bcf590387934095bf87c1d57513a35c3b46be6299352bd71823d5e8e578e'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kleopatra/repos/kde-unstable-x86_64/PKGBUILD (from rev 292455, 
kleopatra/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:57:18 UTC (rev 292456)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kleopatra
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Certificate Manager and Unified Crypto GUI'
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/utilities/kleopatra/'
+license=(GPL LGPL FDL)
+depends=(hicolor-icon-theme libkleo kcmutils kmime)
+makedepends=(extra-cmake-modules kdoctools boost python)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ce68a792d149dde761ed9bdacbbebb16ce8daec6385f17faf45536b5f1ab5b0d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


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

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:57:04
  Author: arojas
Revision: 292455

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

Added:
  kdepim-addons/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292454, kdepim-addons/kde-unstable/PKGBUILD)
Deleted:
  kdepim-addons/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:56:50 UTC (rev 292454)
+++ PKGBUILD2017-04-07 20:57:04 UTC (rev 292455)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kdepim-addons
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Addons for KDE PIM applications'
-arch=(i686 x86_64)
-url='https://community.kde.org/KDE_PIM'
-license=(GPL LGPL FDL)
-depends=(mailcommon incidenceeditor libktnef libksieve akonadi-notes)
-makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('19d96b92e3a5430f0a6942adb506d117faeb1311a2a751a9577276d05406ee13'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdepim-addons/repos/kde-unstable-x86_64/PKGBUILD (from rev 292454, 
kdepim-addons/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:57:04 UTC (rev 292455)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdepim-addons
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Addons for KDE PIM applications'
+arch=(i686 x86_64)
+url='https://community.kde.org/KDE_PIM'
+license=(GPL LGPL FDL)
+depends=(mailcommon incidenceeditor libktnef libksieve akonadi-notes)
+makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a97b90ecf19da756606f8e3ecf139a80faa4adea1a1104ba134a8c8bcd067858'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kalarm/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:56:50
  Author: arojas
Revision: 292454

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

Added:
  kalarm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292453, kalarm/kde-unstable/PKGBUILD)
Deleted:
  kalarm/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:56:37 UTC (rev 292453)
+++ PKGBUILD2017-04-07 20:56:50 UTC (rev 292454)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kalarm
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="Personal alarm scheduler"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(GPL2)
-depends=(kdepim-runtime kdepim-apps-libs mailcommon)
-makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5d10d2d060c48fb2d99483ae94903789bc341504f9b575112ebd78f35466de56'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kalarm/repos/kde-unstable-x86_64/PKGBUILD (from rev 292453, 
kalarm/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:56:50 UTC (rev 292454)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kalarm
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="Personal alarm scheduler"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(kdepim-runtime kdepim-apps-libs mailcommon kimap)
+makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ae2798bb1047cc8201ae9e82e872d52e460aad21c966eb4484e9c9c5b53519ae'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in blogilo/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:56:08
  Author: arojas
Revision: 292451

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

Added:
  blogilo/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292450, blogilo/kde-unstable/PKGBUILD)
Deleted:
  blogilo/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:55:53 UTC (rev 292450)
+++ PKGBUILD2017-04-07 20:56:08 UTC (rev 292451)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=blogilo
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="A KDE blogging client"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(GPL2)
-depends=(hicolor-icon-theme kblog messagelib ktexteditor libkgapi)
-makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8abefdf391b0a5977ae87c6ef0d82f01d3865571cc2b8a36168af4379ba33a25'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: blogilo/repos/kde-unstable-x86_64/PKGBUILD (from rev 292450, 
blogilo/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:56:08 UTC (rev 292451)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=blogilo
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="A KDE blogging client"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(hicolor-icon-theme kblog messagelib ktexteditor libkgapi)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7ccb7be319d0685e91a3e35a0a2900ec74fd588390c329cec3e71b764604a734'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in grantlee-editor/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:56:23
  Author: arojas
Revision: 292452

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

Added:
  grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292451, grantlee-editor/kde-unstable/PKGBUILD)
Deleted:
  grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:56:08 UTC (rev 292451)
+++ PKGBUILD2017-04-07 20:56:23 UTC (rev 292452)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=grantlee-editor
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="Editor for Grantlee themes"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(GPL2)
-depends=(hicolor-icon-theme messagelib ktexteditor)
-makedepends=(extra-cmake-modules python kdoctools boost)
-conflicts=('kmail<16.11')
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('25c0e6f499a047b229e8f64d2236d18fbf8390a403404cecef1ff4028a98fa47'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 292451, 
grantlee-editor/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:56:23 UTC (rev 292452)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(hicolor-icon-theme messagelib ktexteditor)
+makedepends=(extra-cmake-modules python kdoctools boost)
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0ba4568f1163f89665b4078f9ee7ebad1f841dffab1eb9ed9e6cdd0a38ae4f28'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kaddressbook/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:56:37
  Author: arojas
Revision: 292453

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

Added:
  kaddressbook/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292452, kaddressbook/kde-unstable/PKGBUILD)
Deleted:
  kaddressbook/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:56:23 UTC (rev 292452)
+++ PKGBUILD2017-04-07 20:56:37 UTC (rev 292453)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kaddressbook
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="KDE contact manager"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(GPL2)
-depends=(kontactinterface kdepim-runtime kdepim-apps-libs)
-makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('bc738d01bd9073538d77f3a749b274c3aa6ee4e1284dbc4ce7778acf2310b02d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kaddressbook/repos/kde-unstable-x86_64/PKGBUILD (from rev 292452, 
kaddressbook/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:56:37 UTC (rev 292453)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kaddressbook
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="KDE contact manager"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(kontactinterface kdepim-runtime kdepim-apps-libs)
+makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('16d259a7652de6a46837d52dedd02298f28fe9519bc6b94bc8f1606972aff28b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in akonadiconsole/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:55:39
  Author: arojas
Revision: 292449

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

Added:
  akonadiconsole/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292448, akonadiconsole/kde-unstable/PKGBUILD)
Deleted:
  akonadiconsole/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:55:25 UTC (rev 292448)
+++ PKGBUILD2017-04-07 20:55:39 UTC (rev 292449)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=akonadiconsole
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="Akonadi management and debugging console"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(GPL2)
-depends=(hicolor-icon-theme calendarsupport messagelib)
-makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8aea6fc39c817aa583eb44885b3e593defcf1115ef6528bbb5906db67c7ae617'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: akonadiconsole/repos/kde-unstable-x86_64/PKGBUILD (from rev 292448, 
akonadiconsole/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:55:39 UTC (rev 292449)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=akonadiconsole
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="Akonadi management and debugging console"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(hicolor-icon-theme calendarsupport messagelib)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1a2b03898e547ec9a4f94fe32c821516f0788990bdede32cd3e2e2ad78b7d506'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in akregator/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:55:53
  Author: arojas
Revision: 292450

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

Added:
  akregator/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292449, akregator/kde-unstable/PKGBUILD)
Deleted:
  akregator/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:55:39 UTC (rev 292449)
+++ PKGBUILD2017-04-07 20:55:53 UTC (rev 292450)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=akregator
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="A Feed Reader by KDE"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(GPL2)
-depends=(hicolor-icon-theme kontactinterface messagelib knotifyconfig 
ktexteditor kde-syndication)
-makedepends=(extra-cmake-modules boost kdoctools python)
-optdepends=('kdepim-addons: additional plugins')
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0f829d51c01e83337d2c1855cdec6cec0e23ba92f0200a419e673f2f2a40e458'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: akregator/repos/kde-unstable-x86_64/PKGBUILD (from rev 292449, 
akregator/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:55:53 UTC (rev 292450)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=akregator
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="A Feed Reader by KDE"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(hicolor-icon-theme kontactinterface messagelib knotifyconfig 
ktexteditor kde-syndication)
+makedepends=(extra-cmake-modules boost kdoctools python)
+optdepends=('kdepim-addons: additional plugins')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f9b846b324248d57675110965691dac8e51fcd8f257bee365a64c6f8ceb796c2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in akonadi-import-wizard/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:55:25
  Author: arojas
Revision: 292448

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

Added:
  akonadi-import-wizard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292447, akonadi-import-wizard/kde-unstable/PKGBUILD)
Deleted:
  akonadi-import-wizard/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:55:11 UTC (rev 292447)
+++ PKGBUILD2017-04-07 20:55:25 UTC (rev 292448)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=akonadi-import-wizard
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="Import data from other mail clients to KMail"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(GPL2)
-depends=(hicolor-icon-theme mailcommon)
-makedepends=(extra-cmake-modules boost kdoctools python)
-conflicts=('kmail<16.11')
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('44b7ca1b667781571e0f4fd4c63a8f994ee9db6eb20ee77e52ae52a0e4aae01d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: akonadi-import-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
292447, akonadi-import-wizard/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:55:25 UTC (rev 292448)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=akonadi-import-wizard
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="Import data from other mail clients to KMail"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(hicolor-icon-theme mailcommon)
+makedepends=(extra-cmake-modules boost kdoctools python)
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('de82e3b5936d967f4dc6ce29ace216e322293690e3f00c0211adcc4ea3ca3ff6'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in akonadi-calendar-tools/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:55:11
  Author: arojas
Revision: 292447

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

Added:
  akonadi-calendar-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292446, akonadi-calendar-tools/kde-unstable/PKGBUILD)
Deleted:
  akonadi-calendar-tools/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:54:58 UTC (rev 292446)
+++ PKGBUILD2017-04-07 20:55:11 UTC (rev 292447)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=akonadi-calendar-tools
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="CLI tools to manage akonadi calendars"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(GPL2)
-depends=(hicolor-icon-theme calendarsupport)
-makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python)
-conflicts=(konsolekalendar)
-replaces=(konsolekalendar)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dc3f8257972558f53efa320b40d571526734b7f01f7f9f8a2831a13fbe5b277a'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: akonadi-calendar-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 
292446, akonadi-calendar-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:55:11 UTC (rev 292447)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=akonadi-calendar-tools
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="CLI tools to manage akonadi calendars"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(hicolor-icon-theme calendarsupport)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost python)
+conflicts=(konsolekalendar)
+replaces=(konsolekalendar)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('95f2121ee082986c0b0aa07607d211f12213a41e56a369a7e9ae5bc27b7d9cba'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in telepathy-kde-text-ui/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:54:58
  Author: arojas
Revision: 292446

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

Added:
  telepathy-kde-text-ui/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292445, telepathy-kde-text-ui/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-text-ui/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:54:45 UTC (rev 292445)
+++ PKGBUILD2017-04-07 20:54:58 UTC (rev 292446)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Telepathy handler for Text Chats'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'qt5-webengine' 'kemoticons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
-sha256sums=('8221c0df907bed47c99fddfa995ecacd78db99a5111ec21db2a31d88f856e352'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: telepathy-kde-text-ui/repos/kde-unstable-x86_64/PKGBUILD (from rev 
292445, telepathy-kde-text-ui/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:54:58 UTC (rev 292446)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Telepathy handler for Text Chats'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'qt5-webengine' 'kemoticons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('01931ffd0b034039a2f92cb9cc34f930c75abf82f64e81896f0772cb27f2efb1'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in telepathy-kde-send-file/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:54:45
  Author: arojas
Revision: 292445

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

Added:
  telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292444, telepathy-kde-send-file/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:54:31 UTC (rev 292444)
+++ PKGBUILD2017-04-07 20:54:45 UTC (rev 292445)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-send-file
-_pkgname=ktp-send-file
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='A File manager plugin to launch a file transfer job with a specified 
contact'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
-sha256sums=('041d2f8a3a7fefddf2d275809d8ae13b74f5baf96d812f17bcb7ee85552843e2'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD (from rev 
292444, telepathy-kde-send-file/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:54:45 UTC (rev 292445)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='A File manager plugin to launch a file transfer job with a specified 
contact'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('bbb0dcc9b0f649e883c195e50c325cc7eab744e69f6a214a750bb9c962ee4124'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in telepathy-kde-integration-module/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:54:31
  Author: arojas
Revision: 292444

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

Added:
  telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292443, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:54:18 UTC (rev 292443)
+++ PKGBUILD2017-04-07 20:54:31 UTC (rev 292444)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-module
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'kidletime')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
-sha256sums=('2bc5107a3aec5480a20c3dc4df7d45e487485fb2a89f33151eeb9f22b5b1'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD 
(from rev 292443, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:54:31 UTC (rev 292444)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-module
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'kidletime')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('43f00dc413138933dbc2275bccdeefb9262688f4201304f70fec68bc5298eaa1'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in telepathy-kde-desktop-applets/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:54:05
  Author: arojas
Revision: 292442

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

Added:
  telepathy-kde-desktop-applets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292441, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-desktop-applets/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:53:52 UTC (rev 292441)
+++ PKGBUILD2017-04-07 20:54:05 UTC (rev 292442)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-desktop-applets
-_pkgname=ktp-desktop-applets
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='The KDE-Telepathy Plasma desktop applets'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm' 
'plasma-workspace')
-makedepends=('extra-cmake-modules')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
-sha256sums=('06e1ed08646ad5c3fb400e314bb636d5e5bf3ebf28abbdddc7c22018515882ed'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: telepathy-kde-desktop-applets/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 292441, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:54:05 UTC (rev 292442)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-desktop-applets
+_pkgname=ktp-desktop-applets
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='The KDE-Telepathy Plasma desktop applets'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm' 
'plasma-workspace')
+makedepends=('extra-cmake-modules')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('5ab2e668813de2bcb1716ca4f65b3ec34295a1992e13e31be69f802bfcb8bee3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in telepathy-kde-filetransfer-handler/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:54:18
  Author: arojas
Revision: 292443

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

Added:
  telepathy-kde-filetransfer-handler/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292442, telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-filetransfer-handler/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:54:05 UTC (rev 292442)
+++ PKGBUILD2017-04-07 20:54:18 UTC (rev 292443)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='KDE Telepathy file transfer handler'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
-sha256sums=('540ad793d3637f3d31cd9253f58ad6070e5a1d41d5328c5aa4ba63d59aa183f2'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: telepathy-kde-filetransfer-handler/repos/kde-unstable-x86_64/PKGBUILD 
(from rev 292442, telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:54:18 UTC (rev 292443)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='KDE Telepathy file transfer handler'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('8b71b828809e5ced5a432bb264f60b2b7a6585a142c85389baf42ac9a12a8b3e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in telepathy-kde-contact-runner/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:53:52
  Author: arojas
Revision: 292441

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

Added:
  telepathy-kde-contact-runner/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292440, telepathy-kde-contact-runner/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-contact-runner/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:53:38 UTC (rev 292440)
+++ PKGBUILD2017-04-07 20:53:52 UTC (rev 292441)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='KRunner plugin for KDE Telepathy'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
-sha256sums=('0fe47a8da1d1cc4b29fdf139e84cfe7048e4d9da8937385c8da583507cefa581'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: telepathy-kde-contact-runner/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 292440, telepathy-kde-contact-runner/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:53:52 UTC (rev 292441)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='KRunner plugin for KDE Telepathy'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'krunner')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('c080853a2e1028362e783ceb47a3e1ecb1b676d750f9772c859863e17c807635'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in telepathy-kde-contact-list/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:53:38
  Author: arojas
Revision: 292440

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

Added:
  telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292439, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:53:25 UTC (rev 292439)
+++ PKGBUILD2017-04-07 20:53:38 UTC (rev 292440)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-contact-list
-_pkgname=ktp-contact-list
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='KDE Telepathy contact list application'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
-sha256sums=('256c3667745abe203e9608ca1f1d92435a41cb350beb4ef3514367627d067722'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD (from rev 
292439, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:53:38 UTC (rev 292440)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='KDE Telepathy contact list application'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('22ae1c3bfd00aed0a28ca12bdfc285911ada4b47de9dc9a84cc55a93716080f5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in telepathy-kde-call-ui/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:53:25
  Author: arojas
Revision: 292439

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

Added:
  telepathy-kde-call-ui/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292438, telepathy-kde-call-ui/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-call-ui/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:53:12 UTC (rev 292438)
+++ PKGBUILD2017-04-07 20:53:25 UTC (rev 292439)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=telepathy-kde-call-ui
-_pkgname=ktp-call-ui
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Voice/Video Call UI for Telepathy'
-arch=(i686 x86_64)
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=(GPL)
-groups=(kde-applications kdenetwork telepathy-kde)
-depends=(telepathy-kde-common-internals qt-gstreamer)
-makedepends=(extra-cmake-modules boost python)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1a8cc7ff36926d62b82b9ca91378d40304bfda2ff92593f2e3777c7631e30fe5'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: telepathy-kde-call-ui/repos/kde-unstable-x86_64/PKGBUILD (from rev 
292438, telepathy-kde-call-ui/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:53:25 UTC (rev 292439)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=telepathy-kde-call-ui
+_pkgname=ktp-call-ui
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Voice/Video Call UI for Telepathy'
+arch=(i686 x86_64)
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=(kde-applications kdenetwork telepathy-kde)
+depends=(telepathy-kde-common-internals qt-gstreamer)
+makedepends=(extra-cmake-modules boost python)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('11c62e3695a6017e0e0ff47d14408e9430361e3b49abed220a85eefd8f56e4c5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in telepathy-kde-auth-handler/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:53:12
  Author: arojas
Revision: 292438

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

Added:
  telepathy-kde-auth-handler/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292437, telepathy-kde-auth-handler/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-auth-handler/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:52:59 UTC (rev 292437)
+++ PKGBUILD2017-04-07 20:53:12 UTC (rev 292438)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('qca-qt5' 'telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'python' 'kdewebkit')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
-sha256sums=('1b8d1ffb0db68f9bdf940d4d8c59e2ff122701d0908f11c47737a56c3c90bd13'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: telepathy-kde-auth-handler/repos/kde-unstable-x86_64/PKGBUILD (from rev 
292437, telepathy-kde-auth-handler/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:53:12 UTC (rev 292438)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('qca-qt5' 'telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'python' 'kdewebkit')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e853baee6095ef3ca9ac6cd7ebec3e99bce914decd9578f27588d2a6be20e3e0'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in telepathy-kde-approver/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:52:59
  Author: arojas
Revision: 292437

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

Added:
  telepathy-kde-approver/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292436, telepathy-kde-approver/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-approver/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:52:45 UTC (rev 292436)
+++ PKGBUILD2017-04-07 20:52:59 UTC (rev 292437)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='KDE Channel Approver for Telepathy'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-qt' 'knotifications' 'kservice')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
-sha256sums=('75201c36e0aea2b69dd30040e8d4ce3c7db34759fc08fbb6e25752c5d25b52e0'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: telepathy-kde-approver/repos/kde-unstable-x86_64/PKGBUILD (from rev 
292436, telepathy-kde-approver/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:52:59 UTC (rev 292437)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='KDE Channel Approver for Telepathy'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-qt' 'knotifications' 'kservice')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('668fe9819430854565fc29cfd1a74f7614130ef79af523177ab4d624737de0a9'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:52:45
  Author: arojas
Revision: 292436

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

Added:
  telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292435, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:52:31 UTC (rev 292435)
+++ PKGBUILD2017-04-07 20:52:45 UTC (rev 292436)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-accounts-kcm
-_pkgname=ktp-accounts-kcm
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-qt' 'kaccounts-providers')
-makedepends=('extra-cmake-modules' 'intltool' 'python')
-optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: 
account types supported by Pidgin/libpurple'
-'telepathy-morse: Telegram accounts support')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
-sha256sums=('f37eaa366014019cc866cc19ba0230167206a4b5a0b79708e51aa7f0f4b154c1'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/PKGBUILD (from rev 
292435, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:52:45 UTC (rev 292436)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-accounts-kcm
+_pkgname=ktp-accounts-kcm
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-qt' 'kaccounts-providers')
+makedepends=('extra-cmake-modules' 'intltool' 'python')
+optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: 
account types supported by Pidgin/libpurple'
+'telepathy-morse: Telegram accounts support' 'telepathy-salut: 
link-local XMPP account support')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz"{,.sig})
+sha256sums=('c9d8218ad7f2ca1302f6edd917de8ab21c354c3c4ffc7e540a98c5e79d9a415b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in krfb/repos/kde-unstable-x86_64 (4 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:52:03
  Author: arojas
Revision: 292433

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

Added:
  krfb/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292432, krfb/kde-unstable/PKGBUILD)
  krfb/repos/kde-unstable-x86_64/krfb-gcc6.patch
(from rev 292432, krfb/kde-unstable/krfb-gcc6.patch)
Deleted:
  krfb/repos/kde-unstable-x86_64/PKGBUILD
  krfb/repos/kde-unstable-x86_64/krfb-gcc6.patch

-+
 PKGBUILD|   88 +++---
 krfb-gcc6.patch |   26 +++
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:51:50 UTC (rev 292432)
+++ PKGBUILD2017-04-07 20:52:03 UTC (rev 292433)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=krfb
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='https://www.kde.org/applications/system/krfb'
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(kdnssd kxmlgui kwallet libvncserver libxdamage)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdenetwork-krfb)
-replaces=(kdenetwork-krfb)
-groups=(kde-applications kdenetwork)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 krfb-gcc6.patch)
-sha256sums=('3582b2303ff1390353b13def5d5c0475cf5b8224887f05c8334bd0afc1d51106'
-'SKIP'
-'09543509640c404aaadb8881732f698aa39d66f039b4ea9216d392eb67b16656')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-
-# Fix build with GCC6 (Fedora)
-  cd $pkgname-$pkgver
-  patch -p1 -i ../krfb-gcc6.patch
-}
-
-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: krfb/repos/kde-unstable-x86_64/PKGBUILD (from rev 292432, 
krfb/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:52:03 UTC (rev 292433)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=krfb
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='https://www.kde.org/applications/system/krfb'
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(kdnssd kxmlgui kwallet libvncserver libxdamage)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdenetwork-krfb)
+replaces=(kdenetwork-krfb)
+groups=(kde-applications kdenetwork)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 krfb-gcc6.patch)
+sha256sums=('b64d01ee15a09877346632143419166b62bc78a40f9e5bc1c5a6c9e69e797970'
+'SKIP'
+'09543509640c404aaadb8881732f698aa39d66f039b4ea9216d392eb67b16656')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+
+# Fix build with GCC6 (Fedora)
+  cd $pkgname-$pkgver
+  patch -p1 -i ../krfb-gcc6.patch
+}
+
+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
+}

Deleted: krfb-gcc6.patch
===
--- krfb-gcc6.patch 2017-04-07 20:51:50 UTC (rev 292432)
+++ krfb-gcc6.patch 2017-04-07 20:52:03 UTC (rev 292433)
@@ -1,13 +0,0 @@
-diff -up krfb-15.12.2/krfb/rfb.h.than krfb-15.12.2/krfb/rfb.h
 krfb-15.12.2/krfb/rfb.h.than   2016-02-18 14:31:57.918262431 +0100
-+++ krfb-15.12.2/krfb/rfb.h2016-02-18 14:35:20.029628544 +0100
-@@ -8,6 +8,9 @@
- 
- #include "rfb/rfb.h"
- 
-+#ifdef max // fix conflict with max() macro using gcc6 
-+#undef max
-+#endif
- #undef TRUE
- #undef FALSE
- 

Copied: krfb/repos/kde-unstable-x86_64/krfb-gcc6.patch (from rev 292432, 
krfb/kde-unstable/krfb-gcc6.patch)
===
--- krfb-gcc6.patch (rev 0)
+++ krfb-gcc6.patch 2017-04-07 20:52:03 UTC (rev 292433)
@@ -0,0 +1,13 @@
+diff -up krfb-15.12.2/krfb/rfb.h.than krfb-15.12.2/krfb/rfb.h
+--- krfb-15.12.2/krfb/rfb.h.than   2016-02-18 14:31:57.918262431 +0100
 krfb-15.12.2/krfb/rfb.h2016-02-18 14:35:20.029628544 +0100
+@@ -8,6 +8,9 @@
+ 
+ #include "rfb/rfb.h"
+ 
++#ifdef max // fix conflict with max() macro using gcc6 
++#undef max
++#endif
+ #undef TRUE
+ #undef FALSE
+ 


[arch-commits] Commit in kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:52:18
  Author: arojas
Revision: 292434

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

Added:
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292433, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
Deleted:
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:52:03 UTC (rev 292433)
+++ PKGBUILD2017-04-07 20:52:18 UTC (rev 292434)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-zeroconf-ioslave
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
-url='https://www.kde.org/applications/internet/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdenetwork-kdnssd')
-replaces=('kdenetwork-kdnssd')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz"{,.sig})
-sha256sums=('1f79d668d4746c6dbab57523551fe5712b69103f988b86d45105e7d23e731dd9'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../zeroconf-ioslave-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 292433, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:52:18 UTC (rev 292434)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-zeroconf-ioslave
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
+url='https://www.kde.org/applications/internet/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdenetwork-kdnssd')
+replaces=('kdenetwork-kdnssd')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz"{,.sig})
+sha256sums=('2368d3d09df7af2cc1abb91c648fafce7ff759072579d70a1d99f7184074dcc2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


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

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:52:31
  Author: arojas
Revision: 292435

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

Added:
  kio-extras/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292434, kio-extras/kde-unstable/PKGBUILD)
Deleted:
  kio-extras/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:52:18 UTC (rev 292434)
+++ PKGBUILD2017-04-07 20:52:31 UTC (rev 292435)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio-extras
-pkgver=17.03.80
-pkgrel=2
-pkgdesc="Additional components to increase the functionality of KIO"
-arch=(i686 x86_64)
-url='https://www.kde.org/applications/internet/'
-license=(LGPL)
-depends=(kdelibs4support kdnssd libssh smbclient exiv2 openexr openslp libmtp 
kpty kactivities)
-makedepends=(extra-cmake-modules kdoctools kdesignerplugin qt5-webengine gperf 
taglib khtml)
-optdepends=('qt5-webengine: HTML thumbnailer' 'qt5-imageformats: thumbnails 
for additional image formats'
-'kimageformats: thumbnails for additional image formats' 'taglib: 
audio file thumbnails'
-'khtml: man kioslave')
-groups=(kde-applications kdenetwork)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8c850d9d3df0ff5a8eb8f72abd74892f134bcfc9bed2024154fe8dcc2c7058e0'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: kio-extras/repos/kde-unstable-x86_64/PKGBUILD (from rev 292434, 
kio-extras/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:52:31 UTC (rev 292435)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="Additional components to increase the functionality of KIO"
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/internet/'
+license=(LGPL)
+depends=(kdelibs4support kdnssd libssh smbclient exiv2 openexr openslp libmtp 
kpty kactivities)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin qt5-webengine gperf 
taglib khtml)
+optdepends=('qt5-webengine: HTML thumbnailer' 'qt5-imageformats: thumbnails 
for additional image formats'
+'kimageformats: thumbnails for additional image formats' 'taglib: 
audio file thumbnails'
+'khtml: man kioslave')
+groups=(kde-applications kdenetwork)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2aa10f774f84b0cf7766fcc5feb29ef9983f6011c436d0a0cd5b96353e8d3518'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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 kdenetwork-kopete/repos/kde-unstable-x86_64 (6 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:51:14
  Author: arojas
Revision: 292430

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

Added:
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292429, kdenetwork-kopete/kde-unstable/PKGBUILD)
  kdenetwork-kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
(from rev 292429, 
kdenetwork-kopete/kde-unstable/kopete-mediastreamer2.14.patch)
  kdenetwork-kopete/repos/kde-unstable-x86_64/kopete-pthread-link.patch
(from rev 292429, kdenetwork-kopete/kde-unstable/kopete-pthread-link.patch)
Deleted:
  kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD
  kdenetwork-kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
  kdenetwork-kopete/repos/kde-unstable-x86_64/kopete-pthread-link.patch

+
 PKGBUILD   |  104 
 kopete-mediastreamer2.14.patch |  166 +++
 kopete-pthread-link.patch  |   24 ++---
 3 files changed, 147 insertions(+), 147 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:50:55 UTC (rev 292429)
+++ PKGBUILD2017-04-07 20:51:14 UTC (rev 292430)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kopete
-pkgver=17.03.80
-pkgrel=3
-pkgdesc='Instant Messenger'
-url='https://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp')
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig}
 
-kopete-mediastreamer2.14.patch kopete-pthread-link.patch)
-sha256sums=('c4037045790dc0bf5a153b553415d91851249d7a03661b16d3c379c500e659ef'
-'SKIP'
-'c34a268aaa058e563174581dbe37c15fed91e82326ec704d2a872463139865e0'
-'a7ebdd8dd4336b7ec085ef254bf18040f473b73379a8cd84569b28441a6c71df')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-
-# Fix build with mediastreamer 2.14
-  cd kopete-$pkgver
-  patch -p1 -i ../kopete-mediastreamer2.14.patch
-# Fix linking to pthread in libjingle-call
-  patch -p1 -i ../kopete-pthread-link.patch
-}
-
-build() {
-  cd build
-  cmake ../kopete-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DWITH_Libmsn=OFF \
--DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \
--DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \
--DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdenetwork-kopete/repos/kde-unstable-x86_64/PKGBUILD (from rev 292429, 
kdenetwork-kopete/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:51:14 UTC (rev 292430)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='https://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu' 'jsoncpp')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"{,.sig}
 
+kopete-mediastreamer2.14.patch kopete-pthread-link.patch)
+sha256sums=('329ea6a7920f30a21416784e202d7f54fa548e1718723cb64f52845676d656a6'
+'SKIP'
+'c34a268aaa058e563174581dbe37c15fed91e82326ec704d2a872463139865e0'
+'a7ebdd8dd4336b7ec085ef254bf18040f473b73379a8cd84569b28441a6c71df')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+
+# Fix build with mediastreamer 2.14
+  cd kopete-$pkgver
+  patch -p1 -i ../kopete-mediastreamer2.14.patch
+# Fix linking to pthread in libjingle-call
+  patch -p1 -i ../kopete-pthread-link.patch
+}
+
+build() {
+  cd build
+  cmake ../kopete-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+

[arch-commits] Commit in krdc/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:51:50
  Author: arojas
Revision: 292432

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

Added:
  krdc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292431, krdc/kde-unstable/PKGBUILD)
Deleted:
  krdc/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:51:35 UTC (rev 292431)
+++ PKGBUILD2017-04-07 20:51:50 UTC (rev 292432)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=krdc
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='https://kde.org/applications/internet/krdc/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(kcmutils kdnssd knotifyconfig)
-makedepends=(extra-cmake-modules libvncserver freerdp kdoctools python)
-optdepends=('libvncserver: VNC support'
-'freerdp: RDP support'
-'keditbookmarks: to edit bookmarks')
-conflicts=(kdenetwork-krdc)
-replaces=(kdenetwork-krdc)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('94dbd8bc7adbe6638cc54ed021a6452111991041cec2a47e5929b3e74d58fd6d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: krdc/repos/kde-unstable-x86_64/PKGBUILD (from rev 292431, 
krdc/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:51:50 UTC (rev 292432)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=krdc
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='https://kde.org/applications/internet/krdc/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(kcmutils kdnssd knotifyconfig)
+makedepends=(extra-cmake-modules libvncserver freerdp kdoctools python)
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'keditbookmarks: to edit bookmarks')
+conflicts=(kdenetwork-krdc)
+replaces=(kdenetwork-krdc)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('db1c15f86893e26acde417bd3c67f5676b4d68f572efe62852f279412e38c9d5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kdenetwork-kppp/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:51:35
  Author: arojas
Revision: 292431

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

Added:
  kdenetwork-kppp/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292430, kdenetwork-kppp/kde-unstable/PKGBUILD)
Deleted:
  kdenetwork-kppp/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:51:14 UTC (rev 292430)
+++ PKGBUILD2017-04-07 20:51:35 UTC (rev 292431)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kppp
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Internet Dial-Up Tool'
-url='https://kde.org/applications/internet/kppp/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'ppp')
-makedepends=('cmake' 'automoc4')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz"{,.sig})
-sha256sums=('4a284f8bcebbcfb172c96fbb8048f6da71854a0a559758f5fb5c3b555e450e8e'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kppp-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kppp/repos/kde-unstable-x86_64/PKGBUILD (from rev 292430, 
kdenetwork-kppp/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:51:35 UTC (rev 292431)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kppp
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Internet Dial-Up Tool'
+url='https://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz"{,.sig})
+sha256sums=('27219ef0da728e15c4646577fe301dbf22f14eee3cdde1867c19d534e4383b6c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kdenetwork-kget/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:50:55
  Author: arojas
Revision: 292429

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

Added:
  kdenetwork-kget/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292428, kdenetwork-kget/kde-unstable/PKGBUILD)
Deleted:
  kdenetwork-kget/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:50:40 UTC (rev 292428)
+++ PKGBUILD2017-04-07 20:50:55 UTC (rev 292429)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kget
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Download Manager'
-url='https://kde.org/applications/internet/kget/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'libmms')
-makedepends=('cmake' 'automoc4' 'boost' 'libktorrent4')
-optdepends=('libktorrent4: torrent support')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz"{,.sig})
-sha256sums=('233f60390e1581dce818060a3dfdfb55d0e47e50294bd845301741447360409b'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kget-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_NepomukCore=OFF \
--DWITH_NepomukWidgets=OFF \
--DWITH_KDE4Workspace=OFF \
--DWITH_QGpgme=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kget/repos/kde-unstable-x86_64/PKGBUILD (from rev 292428, 
kdenetwork-kget/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:50:55 UTC (rev 292429)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kget
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Download Manager'
+url='https://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'libmms')
+makedepends=('cmake' 'automoc4' 'boost' 'libktorrent4')
+optdepends=('libktorrent4: torrent support')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e18a3f61ec446c1be306edc73a2c75a7faad9f3d52ce035b14b4cf6e1c9f6df5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kget-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_NepomukWidgets=OFF \
+-DWITH_KDE4Workspace=OFF \
+-DWITH_QGpgme=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in kdemultimedia-kmix/repos/kde-unstable-x86_64 (4 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:49:58
  Author: arojas
Revision: 292425

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

Added:
  kdemultimedia-kmix/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292424, kdemultimedia-kmix/kde-unstable/PKGBUILD)
  kdemultimedia-kmix/repos/kde-unstable-x86_64/use-qdbus-qt4.patch
(from rev 292424, kdemultimedia-kmix/kde-unstable/use-qdbus-qt4.patch)
Deleted:
  kdemultimedia-kmix/repos/kde-unstable-x86_64/PKGBUILD
  kdemultimedia-kmix/repos/kde-unstable-x86_64/use-qdbus-qt4.patch

-+
 PKGBUILD|  140 +-
 use-qdbus-qt4.patch |  118 +-
 2 files changed, 129 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:49:37 UTC (rev 292424)
+++ PKGBUILD2017-04-07 20:49:58 UTC (rev 292425)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kdemultimedia-kmix
-pkgname=('kdemultimedia-kmix' 'kmix')
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="KDE volume control program"
-url='https://kde.org/applications/multimedia/kmix/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('cmake' 'automoc4' 'kdelibs' 'extra-cmake-modules' 'python' 
'kdoctools' 'kdelibs4support' 'plasma-framework'
- 'libcanberra' 'kdesignerplugin')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kmix-${pkgver}.tar.xz"{,.sig}
-'use-qdbus-qt4.patch')
-sha256sums=('ec1aad4e8d82a6b82c7173888190123a83c88a8684e3972065413d0414dda2e3'
-'SKIP'
-'8f9de41863c0aa48ec08f3b8a3824bf410c253da7cdc9e3198ec3fc1bea45c99')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build{,-kf5}
-
-  cp -r kmix-$pkgver kmix-kf5-$pkgver
-
-  # FS#40786
-  cd kmix-${pkgver}
-  sed -i 's|qdbus|qdbus-qt4|' apps/kmixremote
-  
-  # https://bugs.kde.org/show_bug.cgi?id=343621
-  cd ../kmix-kf5-$pkgver
-  sed -e 's|${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}|${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR} ${CMAKE_SOURCE_DIR}/cmake/modules|' -i CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../kmix-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-  cd ../build-kf5
-  cmake ../kmix-kf5-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DKMIX_KF5_BUILD=ON \
--DKDE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_kdemultimedia-kmix() {
-  depends=('kdebase-runtime')
-  optdepends=('libcanberra-pulse: PulseAudio support')
-  groups=('kde-applications' 'kdemultimedia')
-  
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_kmix() {
-  pkgdesc="KDE volume control program (experimental KF5 version)"
-  depends=('kdelibs4support' 'libcanberra' 'hicolor-icon-theme')
-  optdepends=('libcanberra-pulse: PulseAudio support')
-  conflicts=('kdemultimedia-kmix')
-  
-  cd build-kf5
-  make DESTDIR="$pkgdir" install
-}

Copied: kdemultimedia-kmix/repos/kde-unstable-x86_64/PKGBUILD (from rev 292424, 
kdemultimedia-kmix/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:49:58 UTC (rev 292425)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kdemultimedia-kmix
+pkgname=('kdemultimedia-kmix' 'kmix')
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="KDE volume control program"
+url='https://kde.org/applications/multimedia/kmix/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('cmake' 'automoc4' 'kdelibs' 'extra-cmake-modules' 'python' 
'kdoctools' 'kdelibs4support' 'plasma-framework'
+ 'libcanberra' 'kdesignerplugin')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kmix-${pkgver}.tar.xz"{,.sig}
+'use-qdbus-qt4.patch')
+sha256sums=('7ef1edd692137a29e8ca01dd2bc65c16a8b95b0911fa48d306e143b086563958'
+'SKIP'
+'8f9de41863c0aa48ec08f3b8a3824bf410c253da7cdc9e3198ec3fc1bea45c99')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build{,-kf5}
+
+  cp -r kmix-$pkgver kmix-kf5-$pkgver
+
+  # FS#40786
+  cd kmix-${pkgver}
+  sed -i 's|qdbus|qdbus-qt4|' apps/kmixremote
+  
+  # https://bugs.kde.org/show_bug.cgi?id=343621
+  cd ../kmix-kf5-$pkgver
+  sed -e 's|${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}|${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR} ${CMAKE_SOURCE_DIR}/cmake/modules|' -i CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../kmix-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+
+  cd ../build-kf5
+ 

[arch-commits] Commit in kwave/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:50:25
  Author: arojas
Revision: 292427

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

Added:
  kwave/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292426, kwave/kde-unstable/PKGBUILD)
Deleted:
  kwave/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:50:11 UTC (rev 292426)
+++ PKGBUILD2017-04-07 20:50:25 UTC (rev 292427)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Elvis Angelaccio 
-# Contributor: Gustavo alvarez 
-
-pkgname=kwave
-pkgver=17.03.80
-pkgrel=1
-pkgdesc="A sound editor for KDE"
-arch=(i686 x86_64)
-url="https://kwave.sourceforge.net;
-license=(GPL)
-depends=(kio audiofile libmad libsamplerate hicolor-icon-theme id3lib fftw)
-makedepends=(extra-cmake-modules kdoctools doxygen python librsvg opus)
-optdepends=('opus: OGG plugin')
-groups=(kde-applications kdemultimedia)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3a1f6c7766031b07f887d4f34c42877dc9664bedec76aac1bd5d27d7f235d883'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kwave/repos/kde-unstable-x86_64/PKGBUILD (from rev 292426, 
kwave/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:50:25 UTC (rev 292427)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Elvis Angelaccio 
+# Contributor: Gustavo alvarez 
+
+pkgname=kwave
+pkgver=17.03.90
+pkgrel=1
+pkgdesc="A sound editor for KDE"
+arch=(i686 x86_64)
+url="https://kwave.sourceforge.net;
+license=(GPL)
+depends=(kio audiofile libmad libsamplerate hicolor-icon-theme id3lib fftw)
+makedepends=(extra-cmake-modules kdoctools doxygen python librsvg opus)
+optdepends=('opus: OGG plugin')
+groups=(kde-applications kdemultimedia)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5f89d824669a1e4b36ddaa70aedb4e4b590aeef9267793e9fe8d81eea1053661'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


[arch-commits] Commit in kdenetwork-filesharing/repos/kde-unstable-x86_64 (2 files)

2017-04-07 Thread Antonio Rojas
Date: Friday, April 7, 2017 @ 20:50:40
  Author: arojas
Revision: 292428

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

Added:
  kdenetwork-filesharing/repos/kde-unstable-x86_64/PKGBUILD
(from rev 292427, kdenetwork-filesharing/kde-unstable/PKGBUILD)
Deleted:
  kdenetwork-filesharing/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-07 20:50:25 UTC (rev 292427)
+++ PKGBUILD2017-04-07 20:50:40 UTC (rev 292428)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-filesharing
-pkgver=17.03.80
-pkgrel=1
-pkgdesc='Properties dialog plugin to share a directory with the local network'
-url='https://www.kde.org/applications/internet/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(kio)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('samba: folder sharing')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e9d5094a3d16861b7d30a287b59d96dd2f422e2ca9ec8a8ca04832abb82e0e47'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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

Copied: kdenetwork-filesharing/repos/kde-unstable-x86_64/PKGBUILD (from rev 
292427, kdenetwork-filesharing/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-07 20:50:40 UTC (rev 292428)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-filesharing
+pkgver=17.03.90
+pkgrel=1
+pkgdesc='Properties dialog plugin to share a directory with the local network'
+url='https://www.kde.org/applications/internet/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(kio)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('samba: folder sharing')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a757958e33ee353b4177644bc53134d454c6c1c197dbdb58c9830c1a67020ec6'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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


  1   2   3   4   5   >