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

2018-05-18 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 05:59:45
  Author: felixonmars
Revision: 324331

upgpkg: haskell-securemem 0.1.10-6

haskell-base-compat

Modified:
  haskell-securemem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-19 05:59:06 UTC (rev 324330)
+++ PKGBUILD2018-05-19 05:59:45 UTC (rev 324331)
@@ -5,7 +5,7 @@
 _hkgname=securemem
 pkgname=haskell-securemem
 pkgver=0.1.10
-pkgrel=5
+pkgrel=6
 pkgdesc="abstraction to an auto scrubbing and const time eq, memory chunk."
 url="https://github.com/vincenthz/hs-securemem;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-streaming-commons/repos/community-staging-x86_64 (2 files)

2018-05-18 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 05:59:06
  Author: felixonmars
Revision: 324330

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-streaming-commons/repos/community-staging-x86_64/PKGBUILD
(from rev 324329, haskell-streaming-commons/trunk/PKGBUILD)
Deleted:
  haskell-streaming-commons/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-19 05:58:35 UTC (rev 324329)
+++ PKGBUILD2018-05-19 05:59:06 UTC (rev 324330)
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 143480 2015-10-09 08:41:28Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=streaming-commons
-pkgname=haskell-streaming-commons
-pkgver=0.1.19
-pkgrel=10
-pkgdesc="Common lower-level functions needed by various streaming data 
libraries"
-url="https://github.com/fpco/streaming-commons;
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' "haskell-async" "haskell-blaze-builder" "haskell-network" 
"haskell-random"
- "haskell-zlib")
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('218e31ca754aa9908303a1b1c4540e956dbcb301fca63b4fe20eaf121c7f6d52247c3eb065940c6a22b185c30161b6a134499cc80f2f0856235b119b9baf244d')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-use-bytestring-builder
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-streaming-commons/repos/community-staging-x86_64/PKGBUILD (from 
rev 324329, haskell-streaming-commons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-19 05:59:06 UTC (rev 324330)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 143480 2015-10-09 08:41:28Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=streaming-commons
+pkgname=haskell-streaming-commons
+pkgver=0.1.19
+pkgrel=11
+pkgdesc="Common lower-level functions needed by various streaming data 
libraries"
+url="https://github.com/fpco/streaming-commons;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-async" "haskell-blaze-builder" "haskell-network" 
"haskell-random"
+ "haskell-zlib")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('218e31ca754aa9908303a1b1c4540e956dbcb301fca63b4fe20eaf121c7f6d52247c3eb065940c6a22b185c30161b6a134499cc80f2f0856235b119b9baf244d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-use-bytestring-builder
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-18 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 05:58:35
  Author: felixonmars
Revision: 324329

upgpkg: haskell-streaming-commons 0.1.19-11

haskell-base-compat

Modified:
  haskell-streaming-commons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-19 05:57:45 UTC (rev 324328)
+++ PKGBUILD2018-05-19 05:58:35 UTC (rev 324329)
@@ -5,7 +5,7 @@
 _hkgname=streaming-commons
 pkgname=haskell-streaming-commons
 pkgver=0.1.19
-pkgrel=10
+pkgrel=11
 pkgdesc="Common lower-level functions needed by various streaming data 
libraries"
 url="https://github.com/fpco/streaming-commons;
 license=("MIT")


[arch-commits] Commit in haskell-asn1-encoding/repos/community-staging-x86_64 (2 files)

2018-05-18 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 05:57:45
  Author: felixonmars
Revision: 324328

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-asn1-encoding/repos/community-staging-x86_64/PKGBUILD
(from rev 324327, haskell-asn1-encoding/trunk/PKGBUILD)
Deleted:
  haskell-asn1-encoding/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-19 05:57:15 UTC (rev 324327)
+++ PKGBUILD2018-05-19 05:57:45 UTC (rev 324328)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=asn1-encoding
-pkgname=haskell-asn1-encoding
-pkgver=0.9.5
-pkgrel=42
-pkgdesc="ASN1 data reader and writer in RAW, BER and DER forms"
-url="https://github.com/vincenthz/hs-asn1;
-license=("custom:BSD3")
-arch=('x86_64')
-depends=('ghc-libs' "haskell-asn1-types" "haskell-hourglass")
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('f7dd952be1378d1d1eae590ae714c3d9973ae04f2b497f1758479689d3fa05e2bc67362e1f4cc934976614c11357be8b7a0ecf94591760acdf55ac4e8290fa21')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-asn1-encoding/repos/community-staging-x86_64/PKGBUILD (from rev 
324327, haskell-asn1-encoding/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-19 05:57:45 UTC (rev 324328)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=asn1-encoding
+pkgname=haskell-asn1-encoding
+pkgver=0.9.5
+pkgrel=43
+pkgdesc="ASN1 data reader and writer in RAW, BER and DER forms"
+url="https://github.com/vincenthz/hs-asn1;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-asn1-types" "haskell-hourglass")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f7dd952be1378d1d1eae590ae714c3d9973ae04f2b497f1758479689d3fa05e2bc67362e1f4cc934976614c11357be8b7a0ecf94591760acdf55ac4e8290fa21')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-18 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 05:57:15
  Author: felixonmars
Revision: 324327

upgpkg: haskell-asn1-encoding 0.9.5-43

haskell-base-compat

Modified:
  haskell-asn1-encoding/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-19 05:56:19 UTC (rev 324326)
+++ PKGBUILD2018-05-19 05:57:15 UTC (rev 324327)
@@ -5,7 +5,7 @@
 _hkgname=asn1-encoding
 pkgname=haskell-asn1-encoding
 pkgver=0.9.5
-pkgrel=42
+pkgrel=43
 pkgdesc="ASN1 data reader and writer in RAW, BER and DER forms"
 url="https://github.com/vincenthz/hs-asn1;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-network/repos/community-staging-x86_64 (2 files)

2018-05-18 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 05:56:19
  Author: felixonmars
Revision: 324326

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-network/repos/community-staging-x86_64/PKGBUILD
(from rev 324325, haskell-network/trunk/PKGBUILD)
Deleted:
  haskell-network/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-19 05:55:37 UTC (rev 324325)
+++ PKGBUILD2018-05-19 05:56:19 UTC (rev 324326)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic 
-
-_hkgname=network
-pkgname=haskell-network
-pkgver=2.6.3.5
-pkgrel=2
-pkgdesc="Low-level networking interface"
-url="https://hackage.haskell.org/package/${_hkgname};
-license=('custom:BSD3')
-arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('7cf90ba633d1ee19e0adf6f47139757d62d62950461e111b4aa58fcf24237c0eaf949c7a00a5a948496ac3d76877183cb00ceb696f998333daa9aaca157bcc3f')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-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/repos/community-staging-x86_64/PKGBUILD (from rev 
324325, haskell-network/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-19 05:56:19 UTC (rev 324326)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.6.3.5
+pkgrel=3
+pkgdesc="Low-level networking interface"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7cf90ba633d1ee19e0adf6f47139757d62d62950461e111b4aa58fcf24237c0eaf949c7a00a5a948496ac3d76877183cb00ceb696f998333daa9aaca157bcc3f')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+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-network/trunk (PKGBUILD)

2018-05-18 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 05:55:37
  Author: felixonmars
Revision: 324325

upgpkg: haskell-network 2.6.3.5-3

haskell-base-compat

Modified:
  haskell-network/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-19 05:54:40 UTC (rev 324324)
+++ PKGBUILD2018-05-19 05:55:37 UTC (rev 324325)
@@ -5,7 +5,7 @@
 _hkgname=network
 pkgname=haskell-network
 pkgver=2.6.3.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Low-level networking interface"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


[arch-commits] Commit in haskell-asn1-types/repos/community-staging-x86_64 (2 files)

2018-05-18 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 05:54:40
  Author: felixonmars
Revision: 324324

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-asn1-types/repos/community-staging-x86_64/PKGBUILD
(from rev 324323, haskell-asn1-types/trunk/PKGBUILD)
Deleted:
  haskell-asn1-types/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-19 05:54:18 UTC (rev 324323)
+++ PKGBUILD2018-05-19 05:54:40 UTC (rev 324324)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=asn1-types
-pkgname=haskell-asn1-types
-pkgver=0.3.2
-pkgrel=49
-pkgdesc="ASN.1 types"
-url="https://github.com/vincenthz/hs-asn1-types;
-license=("custom:BSD3")
-arch=('x86_64')
-depends=('ghc-libs' "haskell-hourglass" "haskell-memory")
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('d5eb4c9f4fc44ff06b4d0d4c6be4ad2b43e01478de6ca48d2a78bad69d828f1c48095ccb4542546357f8934141b4c96f156d954072b91f1695ef1536ddc50e08')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-asn1-types/repos/community-staging-x86_64/PKGBUILD (from rev 
324323, haskell-asn1-types/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-19 05:54:40 UTC (rev 324324)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=asn1-types
+pkgname=haskell-asn1-types
+pkgver=0.3.2
+pkgrel=50
+pkgdesc="ASN.1 types"
+url="https://github.com/vincenthz/hs-asn1-types;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-hourglass" "haskell-memory")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d5eb4c9f4fc44ff06b4d0d4c6be4ad2b43e01478de6ca48d2a78bad69d828f1c48095ccb4542546357f8934141b4c96f156d954072b91f1695ef1536ddc50e08')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-18 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 05:54:18
  Author: felixonmars
Revision: 324323

upgpkg: haskell-asn1-types 0.3.2-50

haskell-base-compat

Modified:
  haskell-asn1-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-19 05:53:33 UTC (rev 324322)
+++ PKGBUILD2018-05-19 05:54:18 UTC (rev 324323)
@@ -5,7 +5,7 @@
 _hkgname=asn1-types
 pkgname=haskell-asn1-types
 pkgver=0.3.2
-pkgrel=49
+pkgrel=50
 pkgdesc="ASN.1 types"
 url="https://github.com/vincenthz/hs-asn1-types;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-memory/repos/community-staging-x86_64 (2 files)

2018-05-18 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 05:53:33
  Author: felixonmars
Revision: 324322

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-memory/repos/community-staging-x86_64/PKGBUILD
(from rev 324321, haskell-memory/trunk/PKGBUILD)
Deleted:
  haskell-memory/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-19 05:53:08 UTC (rev 324321)
+++ PKGBUILD2018-05-19 05:53:33 UTC (rev 324322)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=memory
-pkgname=haskell-memory
-pkgver=0.14.16
-pkgrel=3
-pkgdesc="memory and related abstraction stuff"
-url="https://github.com/vincenthz/hs-memory;
-license=("custom:BSD3")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-basement' 'haskell-foundation')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('49ff82b1e414af7775c745fcb68d48b7d5ff1f1ed9df1d99a54d31f12fbe7d2c26a34c7834f7cd4922b910952be8afbe7a6cf8927b624b9842530fe914e66ef4')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--fsupport_deepseq -fsupport_bytestring -fsupport_foundation
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-memory/repos/community-staging-x86_64/PKGBUILD (from rev 
324321, haskell-memory/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-19 05:53:33 UTC (rev 324322)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=memory
+pkgname=haskell-memory
+pkgver=0.14.16
+pkgrel=4
+pkgdesc="memory and related abstraction stuff"
+url="https://github.com/vincenthz/hs-memory;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-basement' 'haskell-foundation')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('49ff82b1e414af7775c745fcb68d48b7d5ff1f1ed9df1d99a54d31f12fbe7d2c26a34c7834f7cd4922b910952be8afbe7a6cf8927b624b9842530fe914e66ef4')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fsupport_deepseq -fsupport_bytestring -fsupport_foundation
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-18 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 05:53:08
  Author: felixonmars
Revision: 324321

upgpkg: haskell-memory 0.14.16-4

haskell-base-compat

Modified:
  haskell-memory/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-19 05:51:41 UTC (rev 324320)
+++ PKGBUILD2018-05-19 05:53:08 UTC (rev 324321)
@@ -5,7 +5,7 @@
 _hkgname=memory
 pkgname=haskell-memory
 pkgver=0.14.16
-pkgrel=3
+pkgrel=4
 pkgdesc="memory and related abstraction stuff"
 url="https://github.com/vincenthz/hs-memory;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-foundation/repos/community-staging-x86_64 (2 files)

2018-05-18 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 05:51:41
  Author: felixonmars
Revision: 324320

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-foundation/repos/community-staging-x86_64/PKGBUILD
(from rev 324319, haskell-foundation/trunk/PKGBUILD)
Deleted:
  haskell-foundation/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-19 05:51:19 UTC (rev 324319)
+++ PKGBUILD2018-05-19 05:51:41 UTC (rev 324320)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic 
-
-_hkgname=foundation
-pkgname=haskell-foundation
-pkgver=0.0.20
-pkgrel=3
-pkgdesc="Alternative prelude with batteries and no dependencies"
-url="https://github.com/haskell-foundation/foundation;
-license=('custom:BSD3')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-basement')
-makedepends=('ghc' 'haskell-doctest')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('283a0e2ce0165d531d17f0c0f14e72b843c67a809d5c7bde4280b23103b30d919c5ddf0cd09918129171ea79d34ad83abfcd3aac9e24d9803595d08cea6aba22')
-
-prepare() {
-cd $_hkgname-$pkgver
-# TODO: doctest still fails
-sed -i 's/"-fobject-code"/"-fobject-code", "-dynamic"/' tests/DocTest.hs
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-experimental -f-minimal-deps -f-doctest -flinktest 
-f-bounds-check
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-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-foundation/repos/community-staging-x86_64/PKGBUILD (from rev 
324319, haskell-foundation/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-19 05:51:41 UTC (rev 324320)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=foundation
+pkgname=haskell-foundation
+pkgver=0.0.20
+pkgrel=4
+pkgdesc="Alternative prelude with batteries and no dependencies"
+url="https://github.com/haskell-foundation/foundation;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-basement')
+makedepends=('ghc' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('283a0e2ce0165d531d17f0c0f14e72b843c67a809d5c7bde4280b23103b30d919c5ddf0cd09918129171ea79d34ad83abfcd3aac9e24d9803595d08cea6aba22')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-experimental -f-minimal-deps -f-doctest -flinktest 
-f-bounds-check
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+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-foundation/trunk (PKGBUILD)

2018-05-18 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 05:51:19
  Author: felixonmars
Revision: 324319

upgpkg: haskell-foundation 0.0.20-4

haskell-base-compat

Modified:
  haskell-foundation/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-19 05:49:36 UTC (rev 324318)
+++ PKGBUILD2018-05-19 05:51:19 UTC (rev 324319)
@@ -5,7 +5,7 @@
 _hkgname=foundation
 pkgname=haskell-foundation
 pkgver=0.0.20
-pkgrel=3
+pkgrel=4
 pkgdesc="Alternative prelude with batteries and no dependencies"
 url="https://github.com/haskell-foundation/foundation;
 license=('custom:BSD3')
@@ -15,12 +15,6 @@
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 
sha512sums=('283a0e2ce0165d531d17f0c0f14e72b843c67a809d5c7bde4280b23103b30d919c5ddf0cd09918129171ea79d34ad83abfcd3aac9e24d9803595d08cea6aba22')
 
-prepare() {
-cd $_hkgname-$pkgver
-# TODO: doctest still fails
-sed -i 's/"-fobject-code"/"-fobject-code", "-dynamic"/' tests/DocTest.hs
-}
-
 build() {
 cd $_hkgname-$pkgver
 


[arch-commits] Commit in haskell-doctest/repos/community-staging-x86_64 (2 files)

2018-05-18 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 05:49:36
  Author: felixonmars
Revision: 324318

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-doctest/repos/community-staging-x86_64/PKGBUILD
(from rev 324317, haskell-doctest/trunk/PKGBUILD)
Deleted:
  haskell-doctest/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-19 05:49:14 UTC (rev 324317)
+++ PKGBUILD2018-05-19 05:49:36 UTC (rev 324318)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=doctest
-pkgname=haskell-doctest
-pkgver=0.15.0
-pkgrel=1
-pkgdesc="Test interactive Haskell examples"
-url="https://github.com/sol/doctest;
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-compat' 'haskell-ghc' 'haskell-syb' 
'haskell-code-page'
- 'haskell-ghc-paths')
-makedepends=('ghc' 'haskell-hunit' 'haskell-hspec' 'haskell-quickcheck' 
'haskell-stringbuilder'
- 'haskell-silently' 'haskell-setenv' 'haskell-with-location' 
'haskell-mockery')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('21be584387b97dabe1a026bc2460caef5e9932747ee751810d5a8f2ce335eefab07eebe047c72661f8b8f017f8fa7ee947324e8aa70a3fd25a80f594c41dfa5d')
-
-prepare() {
-# Add -dynamic flag
-sed -i 's/\+\+ packageDBArgs/++ packageDBArgs ++ ["-dynamic"]/' 
$_hkgname-$pkgver/src/Extract.hs
-sed -i 's/\+\+ expandedArgs)/++ expandedArgs ++ ["-dynamic"])/' 
$_hkgname-$pkgver/src/Run.hs
-}
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test || warning "Tests failed"
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-doctest/repos/community-staging-x86_64/PKGBUILD (from rev 
324317, haskell-doctest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-19 05:49:36 UTC (rev 324318)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=doctest
+pkgname=haskell-doctest
+pkgver=0.15.0
+pkgrel=2
+pkgdesc="Test interactive Haskell examples"
+url="https://github.com/sol/doctest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-ghc' 'haskell-syb' 
'haskell-code-page'
+ 'haskell-ghc-paths')
+makedepends=('ghc' 'haskell-hunit' 'haskell-hspec' 'haskell-quickcheck' 
'haskell-stringbuilder'
+ 'haskell-silently' 'haskell-setenv' 'haskell-with-location' 
'haskell-mockery')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('21be584387b97dabe1a026bc2460caef5e9932747ee751810d5a8f2ce335eefab07eebe047c72661f8b8f017f8fa7ee947324e8aa70a3fd25a80f594c41dfa5d')
+
+prepare() {
+# Add -dynamic flag
+sed -i 's/\+\+ packageDBArgs/++ packageDBArgs ++ ["-dynamic"]/' 
$_hkgname-$pkgver/src/Extract.hs
+sed -i 's/\+\+ expandedArgs)/++ expandedArgs ++ ["-dynamic"])/' 
$_hkgname-$pkgver/src/Run.hs
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || warning "Tests failed"

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

2018-05-18 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 05:49:14
  Author: felixonmars
Revision: 324317

upgpkg: haskell-doctest 0.15.0-2

haskell-base-compat

Modified:
  haskell-doctest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-19 05:47:54 UTC (rev 324316)
+++ PKGBUILD2018-05-19 05:49:14 UTC (rev 324317)
@@ -5,7 +5,7 @@
 _hkgname=doctest
 pkgname=haskell-doctest
 pkgver=0.15.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Test interactive Haskell examples"
 url="https://github.com/sol/doctest;
 license=("MIT")


[arch-commits] Commit in haskell-mockery/repos/community-staging-x86_64 (2 files)

2018-05-18 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 05:47:54
  Author: felixonmars
Revision: 324316

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-mockery/repos/community-staging-x86_64/PKGBUILD
(from rev 324315, haskell-mockery/trunk/PKGBUILD)
Deleted:
  haskell-mockery/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-19 05:47:31 UTC (rev 324315)
+++ PKGBUILD2018-05-19 05:47:54 UTC (rev 324316)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=mockery
-pkgname=haskell-mockery
-pkgver=0.3.5
-pkgrel=7
-pkgdesc="Support functions for automated testing"
-url="https://github.com/hspec/mockery;
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-compat' 'haskell-temporary' 
'haskell-logging-facade')
-makedepends=('ghc' 'haskell-hspec')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('bcb9bef083749028ec27ba879feca7c7a8f966f50b31fe1df3e82b3ac206b634b961755e4ee90ebc72ba8c17be3bbab6acf1b01776bca9497cc5cbc1ccb58850')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-mockery/repos/community-staging-x86_64/PKGBUILD (from rev 
324315, haskell-mockery/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-19 05:47:54 UTC (rev 324316)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mockery
+pkgname=haskell-mockery
+pkgver=0.3.5
+pkgrel=8
+pkgdesc="Support functions for automated testing"
+url="https://github.com/hspec/mockery;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-temporary' 
'haskell-logging-facade')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('bcb9bef083749028ec27ba879feca7c7a8f966f50b31fe1df3e82b3ac206b634b961755e4ee90ebc72ba8c17be3bbab6acf1b01776bca9497cc5cbc1ccb58850')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-18 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 05:47:31
  Author: felixonmars
Revision: 324315

upgpkg: haskell-mockery 0.3.5-8

haskell-base-compat

Modified:
  haskell-mockery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-19 05:40:28 UTC (rev 324314)
+++ PKGBUILD2018-05-19 05:47:31 UTC (rev 324315)
@@ -5,7 +5,7 @@
 _hkgname=mockery
 pkgname=haskell-mockery
 pkgver=0.3.5
-pkgrel=7
+pkgrel=8
 pkgdesc="Support functions for automated testing"
 url="https://github.com/hspec/mockery;
 license=("MIT")


[arch-commits] Commit in stylish-haskell/repos (2 files)

2018-05-18 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 05:40:28
  Author: felixonmars
Revision: 324314

archrelease: copy trunk to community-staging-x86_64

Added:
  stylish-haskell/repos/community-staging-x86_64/
  stylish-haskell/repos/community-staging-x86_64/PKGBUILD
(from rev 324313, stylish-haskell/trunk/PKGBUILD)

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

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
324313, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-19 05:40:28 UTC (rev 324314)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.9.2.0
+pkgrel=1
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 
'haskell-optparse-applicative'
+ 'haskell-src-exts' 'haskell-strict' 'haskell-syb' 'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('ccdbfc7f169624210590c5b60c98202709a9418bfe0aac1cf9af7e51704f7f1a2092716e1f5857056634611afbbb5d1013e2b2c3e79602a959a9725aacfba51a')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old_base
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-18 Thread Felix Yan via arch-commits
Date: Saturday, May 19, 2018 @ 05:40:09
  Author: felixonmars
Revision: 324313

upgpkg: stylish-haskell 0.9.2.0-1

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-19 01:43:24 UTC (rev 324312)
+++ PKGBUILD2018-05-19 05:40:09 UTC (rev 324313)
@@ -3,18 +3,23 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=stylish-haskell
-pkgver=0.9.0.2
-pkgrel=25
+pkgver=0.9.2.0
+pkgrel=1
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-mtl' 
'haskell-optparse-applicative'
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 
'haskell-optparse-applicative'
  'haskell-src-exts' 'haskell-strict' 'haskell-syb' 'haskell-yaml')
 makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('da7a72d87778d9a9846c7fdde25538e8e83e742229416eb037ad366209521a25fe8cd28e3bc7afbb8d3ec996f5be7b0bbc0332090aef3c8f30d960828122cdca')
+sha512sums=('ccdbfc7f169624210590c5b60c98202709a9418bfe0aac1cf9af7e51704f7f1a2092716e1f5857056634611afbbb5d1013e2b2c3e79602a959a9725aacfba51a')
 
+prepare() {
+cd $pkgname-$pkgver
+sed -i '/semigroups/d' $pkgname.cabal
+}
+
 build() {
 cd $pkgname-$pkgver
 


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

2018-05-18 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 19, 2018 @ 05:27:42
  Author: foutrelis
Revision: 324591

upgpkg: libidn2 2.0.5-1

New upstream release.

Modified:
  libidn2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-19 04:39:47 UTC (rev 324590)
+++ PKGBUILD2018-05-19 05:27:42 UTC (rev 324591)
@@ -3,8 +3,8 @@
 # Contributor: Daurnimator 
 
 pkgname=libidn2
-pkgver=2.0.4
-pkgrel=2
+pkgver=2.0.5
+pkgrel=1
 pkgdesc="Free software implementation of IDNA2008, Punycode and TR46"
 arch=('x86_64')
 url="https://www.gnu.org/software/libidn/#libidn2;
@@ -12,19 +12,20 @@
 depends=('libunistring')
 makedepends=('gtk-doc' 'ruby-ronn')
 source=(https://ftp.gnu.org/gnu/libidn/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('644b6b03b285fb0ace02d241d59483d98bc462729d8bb3608d5cad5532f3d2f0'
+sha256sums=('53f69170886f1fa6fa5b332439c7a77a7d22626a82ef17e2c1224858bb4ca2b8'
 'SKIP')
 validpgpkeys=('1CB27DBC98614B2D5841646D08302DB6A2670428')
 
 prepare() {
   cd $pkgname-$pkgver
-  # https://gitlab.com/libidn/libidn2/issues/39
-  autoreconf -fvi
 }
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+
+  ./configure \
+--prefix=/usr \
+--disable-static
   make
 }
 


[arch-commits] Commit in libidn2/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-05-18 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 19, 2018 @ 05:27:48
  Author: foutrelis
Revision: 324592

archrelease: copy trunk to testing-x86_64

Added:
  libidn2/repos/testing-x86_64/
  libidn2/repos/testing-x86_64/PKGBUILD
(from rev 324591, libidn2/trunk/PKGBUILD)

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

Copied: libidn2/repos/testing-x86_64/PKGBUILD (from rev 324591, 
libidn2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-05-19 05:27:48 UTC (rev 324592)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Daurnimator 
+
+pkgname=libidn2
+pkgver=2.0.5
+pkgrel=1
+pkgdesc="Free software implementation of IDNA2008, Punycode and TR46"
+arch=('x86_64')
+url="https://www.gnu.org/software/libidn/#libidn2;
+license=('GPL2' 'LGPL3')
+depends=('libunistring')
+makedepends=('gtk-doc' 'ruby-ronn')
+source=(https://ftp.gnu.org/gnu/libidn/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('53f69170886f1fa6fa5b332439c7a77a7d22626a82ef17e2c1224858bb4ca2b8'
+'SKIP')
+validpgpkeys=('1CB27DBC98614B2D5841646D08302DB6A2670428')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in maxima/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-05-18 Thread Jürgen Hötzel via arch-commits
Date: Saturday, May 19, 2018 @ 04:39:47
  Author: juergen
Revision: 324590

archrelease: copy trunk to extra-x86_64

Added:
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 324589, maxima/trunk/PKGBUILD)
Deleted:
  maxima/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-19 04:39:09 UTC (rev 324589)
+++ PKGBUILD2018-05-19 04:39:47 UTC (rev 324590)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.41.0
-pkgrel=3
-pkgdesc="A sophisticated computer algebra system"
-arch=('x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net;
-depends=('sbcl=1.4.6' 'texinfo' 'sh' 'shared-mime-info')
-makedepends=('python2' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha1sums=('0f69a6603d7334bfec6388151eeb768e8c5e7626')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-#check() {  # test 23&129 fail from rtest_taylor
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#  make check
-#}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
-}

Copied: maxima/repos/extra-x86_64/PKGBUILD (from rev 324589, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-19 04:39:47 UTC (rev 324590)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=maxima
+pkgver=5.41.0
+pkgrel=4
+pkgdesc="A sophisticated computer algebra system"
+arch=('x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net;
+depends=('sbcl=1.4.7' 'texinfo' 'sh' 'shared-mime-info')
+makedepends=('python2' 'emacs')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha1sums=('0f69a6603d7334bfec6388151eeb768e8c5e7626')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # set correct python executable to create docs
+  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+#check() {  # test 23&129 fail from rtest_taylor
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+#  make check
+#}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
+}


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

2018-05-18 Thread Jürgen Hötzel via arch-commits
Date: Saturday, May 19, 2018 @ 04:39:09
  Author: juergen
Revision: 324589

upgpkg: maxima 5.41.0-4

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-19 04:38:36 UTC (rev 324588)
+++ PKGBUILD2018-05-19 04:39:09 UTC (rev 324589)
@@ -4,12 +4,12 @@
 
 pkgname=maxima
 pkgver=5.41.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A sophisticated computer algebra system"
 arch=('x86_64')
 license=('GPL')
 url="http://maxima.sourceforge.net;
-depends=('sbcl=1.4.6' 'texinfo' 'sh' 'shared-mime-info')
+depends=('sbcl=1.4.7' 'texinfo' 'sh' 'shared-mime-info')
 makedepends=('python2' 'emacs')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version


[arch-commits] Commit in sbcl/repos/extra-x86_64 (6 files)

2018-05-18 Thread Jürgen Hötzel via arch-commits
Date: Saturday, May 19, 2018 @ 04:38:36
  Author: juergen
Revision: 324588

archrelease: copy trunk to extra-x86_64

Added:
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 324587, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 324587, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch
(from rev 324587, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  150 +++
 arch-fixes.lisp|   42 +-
 texinfo-4.13a-data_types.patch |   64 
 3 files changed, 128 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-19 04:38:24 UTC (rev 324587)
+++ PKGBUILD2018-05-19 04:38:36 UTC (rev 324588)
@@ -1,75 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Contributor: Daniel White 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.4.6
-pkgrel=1
-pkgdesc="Steel Bank Common Lisp"
-url="http://www.sbcl.org/;
-arch=('x86_64')
-license=('custom')
-depends=('zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  "arch-fixes.lisp")
-sha256sums=('4411b01329d4dd531c8a0cb4036462fb4fd5f6e7abe2d521c6aa2a3adefb8678'
-'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
-
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
-  export GNUMAKE="make"
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS="$LDFLAGS"
-  unset LDFLAGS
-  unset MAKEFLAGS
-  if [[ ${CARCH} = x86_64  ]]; then
-enable_disable_largefile=enable
-  else
-enable_disable_largefile=disable
-  fi
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat >customize-target-features.lisp <
+# Contributor: Daniel White 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.4.7
+pkgrel=1
+pkgdesc="Steel Bank Common Lisp"
+url="http://www.sbcl.org/;
+arch=('x86_64')
+license=('custom')
+depends=('zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  "arch-fixes.lisp")
+sha256sums=('75e7636a138b23235c18d51ac2283eafa2826b79df4391c01105d94b92a7bdf2'
+'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
+  export GNUMAKE="make"
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS="$LDFLAGS"
+  unset LDFLAGS
+  unset MAKEFLAGS
+  if [[ ${CARCH} = x86_64  ]]; then
+enable_disable_largefile=enable
+  else
+enable_disable_largefile=disable
+  fi
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat >customize-target-features.lisp <= endp)
-   break;

Copied: sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch (from rev 
324587, sbcl/trunk/texinfo-4.13a-data_types.patch)
===
--- texinfo-4.13a-data_types.patch  (rev 0)
+++ texinfo-4.13a-data_types.patch  2018-05-19 04:38:36 UTC (rev 324588)
@@ -0,0 +1,32 @@
+diff -up texinfo-4.13/info/window.c_old texinfo-4.13/info/window.c
+--- texinfo-4.13/info/window.c_old 2009-08-04 13:46:15.0 +0200
 texinfo-4.13/info/window.c 2009-08-04 13:47:29.0 +0200
+@@ -1581,7 +1581,7 @@ process_node_text (WINDOW *win, char *st
+   const char *carried_over_ptr;
+   size_t carried_over_len, carried_over_count;
+   const char *cur_ptr = mbi_cur_ptr (iter);
+-  int cur_len = mb_len (mbi_cur (iter));
++  size_t cur_len = mb_len (mbi_cur (iter));
+   int replen;
+   int delim = 0;
+   int rc;
+@@ -1754,7 +1754,7 @@ clean_manpage (char *manpage)
+mbi_advance (iter))
+ {
+   const char *cur_ptr = mbi_cur_ptr (iter);
+-  int cur_len = mb_len (mbi_cur (iter));
++  size_t cur_len = mb_len (mbi_cur (iter));
+ 
+   if (cur_len == 1)
+   {
+@@ -1852,8 +1852,8 @@ window_scan_line (WINDOW *win, int line,
+mbi_advance (iter))
+ {
+   const char *cur_ptr = mbi_cur_ptr (iter);
+-  int cur_len = mb_len (mbi_cur (iter));
+-  int replen;
++  size_t cur_len = mb_len (mbi_cur (iter));
++  size_t replen;
+ 
+   if (cur_ptr >= endp)
+   break;


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

2018-05-18 Thread Jürgen Hötzel via arch-commits
Date: Saturday, May 19, 2018 @ 04:38:24
  Author: juergen
Revision: 324587

upgpkg: sbcl 1.4.7-1

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-19 01:30:49 UTC (rev 324586)
+++ PKGBUILD2018-05-19 04:38:24 UTC (rev 324587)
@@ -5,7 +5,7 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=1.4.6
+pkgver=1.4.7
 pkgrel=1
 pkgdesc="Steel Bank Common Lisp"
 url="http://www.sbcl.org/;
@@ -16,7 +16,7 @@
 makedepends=('sbcl')
 
source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
   "arch-fixes.lisp")
-sha256sums=('4411b01329d4dd531c8a0cb4036462fb4fd5f6e7abe2d521c6aa2a3adefb8678'
+sha256sums=('75e7636a138b23235c18d51ac2283eafa2826b79df4391c01105d94b92a7bdf2'
 'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
 
 


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

2018-05-18 Thread Gaëtan Bisson via arch-commits
Date: Saturday, May 19, 2018 @ 01:43:24
  Author: bisson
Revision: 324312

archrelease: copy trunk to community-x86_64

Added:
  pari/repos/community-x86_64/PKGBUILD
(from rev 324311, pari/trunk/PKGBUILD)
Deleted:
  pari/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-19 01:42:57 UTC (rev 324311)
+++ PKGBUILD2018-05-19 01:43:24 UTC (rev 324312)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-
-pkgname=pari
-pkgver=2.9.4
-pkgrel=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory'
-url='https://pari.math.u-bordeaux.fr/'
-license=('GPL')
-arch=('x86_64')
-depends=('gmp' 'readline' 'libx11')
-makedepends=('perl' 'texlive-core')
-optdepends=('perl: gphelp, tex2mail')
-validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
-source=("https://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('4f9cdc739630a039c0fcc9afac2e5647659c4a709dcc6f7a69d5908cd4a82647'
-'SKIP')
-
-conflicts=('pari-sage')
-replaces=("pari-sage<=1:${pkgver}")
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./Configure \
-   --prefix=/usr \
-   --with-readline \
-   --mt=pthread \
-   --with-gmp \
-
-   make all
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make bench
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1
-}

Copied: pari/repos/community-x86_64/PKGBUILD (from rev 324311, 
pari/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-19 01:43:24 UTC (rev 324312)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=pari
+pkgver=2.9.5
+pkgrel=1
+pkgdesc='Computer algebra system designed for fast computations in number 
theory'
+url='https://pari.math.u-bordeaux.fr/'
+license=('GPL')
+arch=('x86_64')
+depends=('gmp' 'readline' 'libx11')
+makedepends=('perl' 'texlive-core')
+optdepends=('perl: gphelp, tex2mail')
+validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
+source=("https://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('6b451825b41d2f8b29592c08d671999527bf936789c599d77b8dfdc663f1e617'
+'SKIP')
+
+conflicts=('pari-sage')
+replaces=("pari-sage<=1:${pkgver}")
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./Configure \
+   --prefix=/usr \
+   --with-readline \
+   --mt=pthread \
+   --with-gmp \
+
+   make all
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make bench
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1
+}


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

2018-05-18 Thread Gaëtan Bisson via arch-commits
Date: Saturday, May 19, 2018 @ 01:42:57
  Author: bisson
Revision: 324311

upstream update

Modified:
  pari/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 22:44:43 UTC (rev 324310)
+++ PKGBUILD2018-05-19 01:42:57 UTC (rev 324311)
@@ -2,7 +2,7 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=pari
-pkgver=2.9.4
+pkgver=2.9.5
 pkgrel=1
 pkgdesc='Computer algebra system designed for fast computations in number 
theory'
 url='https://pari.math.u-bordeaux.fr/'
@@ -13,7 +13,7 @@
 optdepends=('perl: gphelp, tex2mail')
 validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
 
source=("https://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('4f9cdc739630a039c0fcc9afac2e5647659c4a709dcc6f7a69d5908cd4a82647'
+sha256sums=('6b451825b41d2f8b29592c08d671999527bf936789c599d77b8dfdc663f1e617'
 'SKIP')
 
 conflicts=('pari-sage')


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

2018-05-18 Thread Andreas Radke via arch-commits
Date: Saturday, May 19, 2018 @ 01:29:47
  Author: andyrtr
Revision: 324584

prepare update

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 22:53:59 UTC (rev 324583)
+++ PKGBUILD2018-05-19 01:29:47 UTC (rev 324584)
@@ -11,8 +11,8 @@
 
 pkgbase=libreoffice-still
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
-_LOver=5.4.6.2
-pkgver=5.4.6
+_LOver=5.4.7.2
+pkgver=5.4.7
 pkgrel=1
 arch=('x86_64')
 license=('LGPL3')
@@ -53,7 +53,7 @@
${_additional_source_url}/pdfium-3064.tar.bz2
${_additional_source_url}/liborcus-0.12.1.tar.gz

${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
  # for test suite
-   
${_additional_source_url2}/a084cd548b586552cb7d3ee51f1af969-odfvalidator-1.1.8-incubating-SNAPSHOT-jar-with-dependencies.jar
  # for test suite
+   
${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-475.jar
  # for test suite

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
make-pyuno-work-with-system-wide-module-install.diff
poppler-0.62.patch
@@ -75,15 +75,15 @@
pdfium-3064.tar.bz2
liborcus-0.12.1.tar.gz
8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
-   
a084cd548b586552cb7d3ee51f1af969-odfvalidator-1.1.8-incubating-SNAPSHOT-jar-with-dependencies.jar
+   
odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-475.jar
1901302aaff1c1633ef81862663d2917-icu4c-58_1-src.tgz
185d60944ea767075d27247c3162b3bc-unowinreg.dll)
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-sha256sums=('919caa5cde10bae8d16b8549664cbf8e410c3975653463976ee2be2004448d45'
+sha256sums=('db81b4d32fb313d96e68019db44aa2d75ede82cb7d495274ec1c7271a1253a69'
 'SKIP'
-'acf7c5dfbc14e92793648b15774e633e291bfa82f47581cbad8f6d9d40136808'
+'74c54f950dfd3272bf6cf768a2495e1e0b2de68e0321f34c58f3f28a2a81de45'
 'SKIP'
-'8c5e0c0465f4cbb2143d994c5bfebe53bc9bb91d3ba6095440144f6cec2ae899'
+'d3b3ec06e3e1fce397abb99caa6bdc279dc7474cbf29ceb0bf6ddea117ae3d16'
 'SKIP'
 'beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0'
 '64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
@@ -100,7 +100,7 @@
 'ded806dc9e2a4005d8c0a6b7fcb232ab36221d72d9ff5b815e8244987299d883'
 '676b1fedd721f64489650f5e76d7f98b750439914d87cae505b8163d08447908'
 'f2443f27561af52324eee03a1892d9f569adc8db9e7bca55614898bc2a13a770'
-'a0bd3e0186e043223bfb231a888e2bfb06c78ee2e07c2f0eca434236d173cf34'
+'702413413a5d8076c17fe79c0808dfba145a7260020f6c8627ea529a0cf83769'
 'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
 'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
 '344f88086b947d53550ef5492e4d61b1e1594067a34c6c4d8ae801ddd0a2fadb'


[arch-commits] Commit in bind/repos/extra-x86_64 (18 files)

2018-05-18 Thread Sébastien Luttringer via arch-commits
Date: Friday, May 18, 2018 @ 22:53:59
  Author: seblu
Revision: 324583

archrelease: copy trunk to extra-x86_64

Added:
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 324582, bind/trunk/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 324582, bind/trunk/PKGBUILD)
  bind/repos/extra-x86_64/empty.zone
(from rev 324582, bind/trunk/empty.zone)
  bind/repos/extra-x86_64/localhost.ip6.zone
(from rev 324582, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-x86_64/localhost.zone
(from rev 324582, bind/trunk/localhost.zone)
  bind/repos/extra-x86_64/named.conf
(from rev 324582, bind/trunk/named.conf)
  bind/repos/extra-x86_64/named.service
(from rev 324582, bind/trunk/named.service)
  bind/repos/extra-x86_64/sysusers.conf
(from rev 324582, bind/trunk/sysusers.conf)
  bind/repos/extra-x86_64/tmpfiles.conf
(from rev 324582, bind/trunk/tmpfiles.conf)
Deleted:
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/empty.zone
  bind/repos/extra-x86_64/localhost.ip6.zone
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/sysusers.conf
  bind/repos/extra-x86_64/tmpfiles.conf

+
 127.0.0.zone   |   20 +--
 PKGBUILD   |  268 +--
 empty.zone |   16 +--
 localhost.ip6.zone |   20 +--
 localhost.zone |   22 ++--
 named.conf |  144 +--
 named.service  |   20 +--
 sysusers.conf  |2 
 tmpfiles.conf  |2 
 9 files changed, 257 insertions(+), 257 deletions(-)

Deleted: 127.0.0.zone
===
--- 127.0.0.zone2018-05-18 22:53:48 UTC (rev 324582)
+++ 127.0.0.zone2018-05-18 22:53:59 UTC (rev 324583)
@@ -1,10 +0,0 @@
-@   1D IN SOA   localhost. root.localhost. (
-42; serial (mmdd##)
-3H; refresh
-15M   ; retry
-1W; expiry
-1D )  ; minimum ttl
-
-1D  IN  NS  localhost.
-
-1.0.0.127.in-addr.arpa. 1D  IN  PTR localhost.

Copied: bind/repos/extra-x86_64/127.0.0.zone (from rev 324582, 
bind/trunk/127.0.0.zone)
===
--- 127.0.0.zone(rev 0)
+++ 127.0.0.zone2018-05-18 22:53:59 UTC (rev 324583)
@@ -0,0 +1,10 @@
+@   1D IN SOA   localhost. root.localhost. (
+42; serial (mmdd##)
+3H; refresh
+15M   ; retry
+1W; expiry
+1D )  ; minimum ttl
+
+1D  IN  NS  localhost.
+
+1.0.0.127.in-addr.arpa. 1D  IN  PTR localhost.

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-18 22:53:48 UTC (rev 324582)
+++ PKGBUILD2018-05-18 22:53:59 UTC (rev 324583)
@@ -1,134 +0,0 @@
-# $Id: PKGBUILD 113060 2014-06-12 10:51:06Z seblu $
-# Maintainer: Sébastien Luttringer
-# Contributor: Gaetan Bisson 
-# Contributor: judd 
-# Contributor: Mario Vazquez 
-
-pkgbase=bind
-pkgname=(bind bind-tools)
-_pkgver=9.12.1
-pkgver=${_pkgver//-/.}
-pkgrel=1
-url='https://www.isc.org/software/bind/'
-license=('MPL2')
-arch=('x86_64')
-options=('!emptydirs')
-makedepends=('libcap' 'libxml2' 'zlib' 'krb5' 'e2fsprogs' 'openssl' 'readline'
- 'idnkit' 'geoip' 'dnssec-anchors' 'python' 'json-c' 'python-ply' 'libseccomp')
-validpgpkeys=('2B48A38AE1CF9886435F89EE45AC7857189CDBC5'
-  'ADBE9446286C794905F1E0756FA6EBC9911A4C02' #ISC, Inc)
-  'BE0E9748B718253A28BB89FFF1B11BF05CF02E57' #Internet Systems 
Consortium, Inc.
-  )
-source=("https://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
-'tmpfiles.conf'
-'sysusers.conf'
-'named.conf'
-'named.service'
-'localhost.zone'
-'localhost.ip6.zone'
-'127.0.0.zone'
-'empty.zone')
-sha1sums=('40538dcf8e4be7f02fefeafc3fa05eda0949bb57'
-  'SKIP'
-  'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
-  '9537f4835a1f736788d0733c7996a10db2d4eee4'
-  'c017aae379c32c7cb1aa1ad84776b83e3a5c139f'
-  '62b06487323dd0d515a4dc659b8ecd193c29107b'
-  '6704303a6ed431a29b1d8fe7b12decd4d1f2f50f'
-  '52da8f1c0247a11b16daa4e03d920e8f09315cbe'
-  '9c33726088342207ad06d33b2c13408290a0c8ad'
-  '4f4457b310cbbeadca2272eced062a9c2b2b42fe')
-

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

2018-05-18 Thread Sébastien Luttringer via arch-commits
Date: Friday, May 18, 2018 @ 22:53:48
  Author: seblu
Revision: 324582

upgpkg: bind 9.12.1.P2-1

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 22:04:39 UTC (rev 324581)
+++ PKGBUILD2018-05-18 22:53:48 UTC (rev 324582)
@@ -6,7 +6,7 @@
 
 pkgbase=bind
 pkgname=(bind bind-tools)
-_pkgver=9.12.1
+_pkgver=9.12.1-P2
 pkgver=${_pkgver//-/.}
 pkgrel=1
 url='https://www.isc.org/software/bind/'
@@ -28,7 +28,7 @@
 'localhost.ip6.zone'
 '127.0.0.zone'
 'empty.zone')
-sha1sums=('40538dcf8e4be7f02fefeafc3fa05eda0949bb57'
+sha1sums=('837403283cfdd58e55f9c493f28b5893310579b9'
   'SKIP'
   'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
   '9537f4835a1f736788d0733c7996a10db2d4eee4'


[arch-commits] Commit in dnscrypt-proxy/repos/community-x86_64 (8 files)

2018-05-18 Thread David Runge via arch-commits
Date: Friday, May 18, 2018 @ 22:44:43
  Author: dvzrv
Revision: 324310

archrelease: copy trunk to community-x86_64

Added:
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
(from rev 324309, dnscrypt-proxy/trunk/PKGBUILD)
  dnscrypt-proxy/repos/community-x86_64/configuration.diff
(from rev 324309, dnscrypt-proxy/trunk/configuration.diff)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.install
(from rev 324309, dnscrypt-proxy/trunk/dnscrypt-proxy.install)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.service
(from rev 324309, dnscrypt-proxy/trunk/dnscrypt-proxy.service)
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.socket
(from rev 324309, dnscrypt-proxy/trunk/dnscrypt-proxy.socket)
Deleted:
  dnscrypt-proxy/repos/community-x86_64/PKGBUILD
  dnscrypt-proxy/repos/community-x86_64/configuration.diff
  dnscrypt-proxy/repos/community-x86_64/dnscrypt-proxy.install

+
 PKGBUILD   |  146 +--
 configuration.diff |  252 +++
 dnscrypt-proxy.install |   14 +-
 dnscrypt-proxy.service |   20 +++
 dnscrypt-proxy.socket  |   14 ++
 5 files changed, 242 insertions(+), 204 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-18 22:44:33 UTC (rev 324309)
+++ PKGBUILD2018-05-18 22:44:43 UTC (rev 324310)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: Felix Yan 
-# Contributor: Techlive Zheng 
-# Contributor: peace4all 
-
-pkgname=dnscrypt-proxy
-pkgver=2.0.11
-pkgrel=1
-pkgdesc="A flexible DNS proxy, with support for modern encrypted DNS protocols 
such as DNSCrypt v2 and DNS-over-HTTP."
-arch=('x86_64')
-url="https://dnscrypt.info;
-license=('custom:ISC')
-depends=('glibc')
-makedepends=('git' 'go-pie')
-install="${pkgname}.install"
-backup=("etc/${pkgname}/${pkgname}.toml"
-"etc/${pkgname}/blacklist.txt"
-"etc/${pkgname}/cloaking-rules.txt"
-"etc/${pkgname}/forwarding-rules.txt"
-"etc/${pkgname}/ip-blacklist.txt"
-"etc/${pkgname}/whitelist.txt"
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jedisct1/${pkgname}/archive/${pkgver}.tar.gz;
-'configuration.diff')
-sha512sums=('5e306c3bff65d0375b650666e2191c6f54e72bb0d2d2f6f8f7b941ffc063eb7eb244a52eb69b0b008dc566e9a6ce8a8f75929edb6762fad4751d966aa2da98a0'
-
'0c6ab334eea4f295d6b86358cad9689d342c63a2cf428007df38fb1d0a72be99da79ce3775396ed410982622dce7e322326558c02d198487611ca6fa450f63f6')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  patch -Np1 -i ../configuration.diff
-  # create empty ip-blacklist.txt
-  touch "${pkgname}/ip-blacklist.txt"
-  # set GOPATH
-  export GOPATH=`pwd`
-  # symlink upstream's vendor to src
-  ln -sfv vendor src
-}
-
-build() {
-  cd "$pkgname-$pkgver/${pkgname}"
-  go build -ldflags="-s -w"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  # executable
-  install -vDm 755 "${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  # configuration
-  install -vDm 644 "${pkgname}/example-${pkgname}.toml" \
-"${pkgdir}/etc/${pkgname}/${pkgname}.toml"
-  install -vDm 644 "${pkgname}/example-blacklist.txt" \
-"${pkgdir}/etc/${pkgname}/blacklist.txt"
-  install -vDm 644 "${pkgname}/example-cloaking-rules.txt" \
-"${pkgdir}/etc/${pkgname}/cloaking-rules.txt"
-  install -vDm 644 "${pkgname}/example-forwarding-rules.txt" \
-"${pkgdir}/etc/${pkgname}/forwarding-rules.txt"
-  install -vDm 644 "${pkgname}/ip-blacklist.txt" \
-"${pkgdir}/etc/${pkgname}/ip-blacklist.txt"
-  install -vDm 644 "${pkgname}/example-whitelist.txt" \
-"${pkgdir}/etc/${pkgname}/whitelist.txt"
-  # systemd service/socket
-  install -vDm 644 "systemd/${pkgname}."{service,socket} \
--t "$pkgdir/usr/lib/systemd/system/"
-  # license
-  install -vDm 644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-  # docs
-  install -vDm 644 {ChangeLog,README.md} \
--t "$pkgdir/usr/share/doc/${pkgname}"
-}
-# vim:set ts=2 sw=2 et:

Copied: dnscrypt-proxy/repos/community-x86_64/PKGBUILD (from rev 324309, 
dnscrypt-proxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-18 22:44:43 UTC (rev 324310)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: Felix Yan 
+# Contributor: Techlive Zheng 
+# Contributor: peace4all 
+
+pkgname=dnscrypt-proxy
+pkgver=2.0.13
+pkgrel=1
+pkgdesc="A flexible DNS proxy, with support for modern encrypted DNS protocols 
such as DNSCrypt v2 and DNS-over-HTTP."
+arch=('x86_64')
+url="https://dnscrypt.info;
+license=('custom:ISC')
+depends=('glibc')
+makedepends=('git' 'go-pie')
+install="${pkgname}.install"
+backup=("etc/${pkgname}/${pkgname}.toml"
+"etc/${pkgname}/blacklist.txt"
+

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

2018-05-18 Thread David Runge via arch-commits
Date: Friday, May 18, 2018 @ 22:44:33
  Author: dvzrv
Revision: 324309

upgpkg: dnscrypt-proxy 2.0.13-1

Upgrading to 2.0.13. Adding socket and service file, as upstream had just 
another rage quit and deleted them. Yay...

Added:
  dnscrypt-proxy/trunk/dnscrypt-proxy.service
  dnscrypt-proxy/trunk/dnscrypt-proxy.socket
Modified:
  dnscrypt-proxy/trunk/PKGBUILD

+
 PKGBUILD   |   16 ++--
 dnscrypt-proxy.service |   20 
 dnscrypt-proxy.socket  |   14 ++
 3 files changed, 44 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 20:36:33 UTC (rev 324308)
+++ PKGBUILD2018-05-18 22:44:33 UTC (rev 324309)
@@ -5,7 +5,7 @@
 # Contributor: peace4all 
 
 pkgname=dnscrypt-proxy
-pkgver=2.0.11
+pkgver=2.0.13
 pkgrel=1
 pkgdesc="A flexible DNS proxy, with support for modern encrypted DNS protocols 
such as DNSCrypt v2 and DNS-over-HTTP."
 arch=('x86_64')
@@ -22,8 +22,12 @@
 "etc/${pkgname}/whitelist.txt"
 )
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jedisct1/${pkgname}/archive/${pkgver}.tar.gz;
+"${pkgname}.service"
+"${pkgname}.socket"
 'configuration.diff')
-sha512sums=('5e306c3bff65d0375b650666e2191c6f54e72bb0d2d2f6f8f7b941ffc063eb7eb244a52eb69b0b008dc566e9a6ce8a8f75929edb6762fad4751d966aa2da98a0'
+sha512sums=('674478118fa0324b43617c3de4637341f705da2e7346b778c3ee064e4ff09e2bfa370f451d9076804ec9b76d85a04c1e2e293ace29dcdb886f1b61fd0d8c7970'
+
'3b24392c1ba20a38863f2424c9d891aef84c48239340a124ee569e564f04dd06d356e03d95ef0a723c2c43a1c03c8efb3d029c99810f93ecee968e3eefbc51ea'
+
'17175397a5a35692f300d6caff84eb236b21a6e41a870bca966c5576f0db2bc7556d6a214d2f7e985fe9e0be99ef6e0bb067f29cebd41c2ea374540d6f4bd990'
 
'0c6ab334eea4f295d6b86358cad9689d342c63a2cf428007df38fb1d0a72be99da79ce3775396ed410982622dce7e322326558c02d198487611ca6fa450f63f6')
 
 prepare() {
@@ -60,12 +64,12 @@
   install -vDm 644 "${pkgname}/example-whitelist.txt" \
 "${pkgdir}/etc/${pkgname}/whitelist.txt"
   # systemd service/socket
-  install -vDm 644 "systemd/${pkgname}."{service,socket} \
--t "$pkgdir/usr/lib/systemd/system/"
+  install -vDm 644 "../${pkgname}."{service,socket} \
+-t "${pkgdir}/usr/lib/systemd/system/"
   # license
-  install -vDm 644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
+  install -vDm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   # docs
   install -vDm 644 {ChangeLog,README.md} \
--t "$pkgdir/usr/share/doc/${pkgname}"
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 # vim:set ts=2 sw=2 et:

Added: dnscrypt-proxy.service
===
--- dnscrypt-proxy.service  (rev 0)
+++ dnscrypt-proxy.service  2018-05-18 22:44:33 UTC (rev 324309)
@@ -0,0 +1,20 @@
+[Unit]
+Description=DNSCrypt-proxy client
+Documentation=https://github.com/jedisct1/dnscrypt-proxy/wiki
+Wants=network-online.target nss-lookup.target
+Before=nss-lookup.target
+
+[Service]
+NonBlocking=true
+ExecStart=/usr/bin/dnscrypt-proxy --config 
/etc/dnscrypt-proxy/dnscrypt-proxy.toml
+ProtectHome=yes
+ProtectControlGroups=yes
+ProtectKernelModules=yes
+DynamicUser=yes
+CacheDirectory=dnscrypt-proxy
+LogsDirectory=dnscrypt-proxy
+RuntimeDirectory=dnscrypt-proxy
+AmbientCapabilities=CAP_NET_BIND_SERVICE
+
+[Install]
+WantedBy=multi-user.target

Added: dnscrypt-proxy.socket
===
--- dnscrypt-proxy.socket   (rev 0)
+++ dnscrypt-proxy.socket   2018-05-18 22:44:33 UTC (rev 324309)
@@ -0,0 +1,14 @@
+[Unit]
+Description=DNSCrypt-proxy socket
+Documentation=https://github.com/jedisct1/dnscrypt-proxy/wiki
+Before=nss-lookup.target
+Wants=nss-lookup.target network-online.target
+
+[Socket]
+ListenStream=127.0.0.1:53
+ListenDatagram=127.0.0.1:53
+NoDelay=true
+DeferAcceptSec=1
+
+[Install]
+WantedBy=sockets.target


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

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 22:04:39
  Author: arojas
Revision: 324581

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

Added:
  plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324580, plasma-desktop/kde-unstable/PKGBUILD)
Deleted:
  plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-18 22:04:02 UTC (rev 324580)
+++ PKGBUILD2018-05-18 22:04:39 UTC (rev 324581)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=plasma-desktop
-pkgname=(plasma-desktop knetattach)
-pkgver=5.12.90
-pkgrel=2
-pkgdesc='KDE Plasma Desktop'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
-
broken-menu.patch::https://cgit.kde.org/plasma-desktop.git/patch/?id=7e514201)
-depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt 
systemsettings ksysguard kpeople baloo qt5-graphicaleffects)
-makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
- libibus scim kdesignerplugin)
-groups=(plasma)
-sha256sums=('c926430d2a9574b4e55661b24185e324763509282d5f16ee87ca1dfe5d7f145c'
-'SKIP'
-'baa656b44f1ee4c9e7eb33f514eb4f8da08c7de23499db90766358c42c55f3d9')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -Rp1 -i ../broken-menu.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-desktop() {
-  depends+=(knetattach)
-  optdepends=('plasma-nm: Network manager applet'
-  'powerdevil: power management'
-  'ibus: kimpanel IBUS support'
-  'scim: kimpanel SCIM support'
-  'discover: manage applications installation from the launcher')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Split knetattach
-  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
-}
-
-package_knetattach() {
-  pkgdesc='Wizard which makes it easier to integrate network resources with 
the Plasma Desktop'
-  depends=(kdelibs4support)
-
-  cd build/knetattach
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD (from rev 324580, 
plasma-desktop/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-18 22:04:39 UTC (rev 324581)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=plasma-desktop
+pkgname=(plasma-desktop knetattach)
+pkgver=5.12.90.1
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+source=("https://download.kde.org/unstable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt 
systemsettings ksysguard kpeople baloo qt5-graphicaleffects)
+makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
+ libibus scim kdesignerplugin)
+groups=(plasma)
+sha256sums=('d7bf37b745ef47efa2bd19338d45a12d385fdf35d1c4d17f23524147559ddae5'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-desktop() {
+  depends+=(knetattach)
+  optdepends=('plasma-nm: Network manager applet'
+  'powerdevil: power management'
+  'ibus: 

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

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 22:04:02
  Author: arojas
Revision: 324580

Update to 5.12.90.1

Modified:
  plasma-desktop/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 20:43:23 UTC (rev 324579)
+++ PKGBUILD2018-05-18 22:04:02 UTC (rev 324580)
@@ -5,21 +5,19 @@
 
 pkgbase=plasma-desktop
 pkgname=(plasma-desktop knetattach)
-pkgver=5.12.90
-pkgrel=2
+pkgver=5.12.90.1
+pkgrel=1
 pkgdesc='KDE Plasma Desktop'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=(LGPL)
-source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
-
broken-menu.patch::https://cgit.kde.org/plasma-desktop.git/patch/?id=7e514201)
+source=("https://download.kde.org/unstable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
 depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt 
systemsettings ksysguard kpeople baloo qt5-graphicaleffects)
 makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
  libibus scim kdesignerplugin)
 groups=(plasma)
-sha256sums=('c926430d2a9574b4e55661b24185e324763509282d5f16ee87ca1dfe5d7f145c'
-'SKIP'
-'baa656b44f1ee4c9e7eb33f514eb4f8da08c7de23499db90766358c42c55f3d9')
+sha256sums=('d7bf37b745ef47efa2bd19338d45a12d385fdf35d1c4d17f23524147559ddae5'
+'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
   '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

   'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
@@ -27,9 +25,6 @@
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -Rp1 -i ../broken-menu.patch
 }
 
 build() {


[arch-commits] Commit in cmake/repos (3 files)

2018-05-18 Thread Felix Yan via arch-commits
Date: Friday, May 18, 2018 @ 20:43:23
  Author: felixonmars
Revision: 324579

archrelease: copy trunk to testing-x86_64

Added:
  cmake/repos/testing-x86_64/
  cmake/repos/testing-x86_64/PKGBUILD
(from rev 324578, cmake/trunk/PKGBUILD)
  cmake/repos/testing-x86_64/rebuild.list
(from rev 324578, cmake/trunk/rebuild.list)

--+
 PKGBUILD |   52 
 rebuild.list |2 ++
 2 files changed, 54 insertions(+)

Copied: cmake/repos/testing-x86_64/PKGBUILD (from rev 324578, 
cmake/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-05-18 20:43:23 UTC (rev 324579)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.11.2
+pkgrel=1
+pkgdesc='A cross-platform open-source make system'
+arch=('x86_64')
+url="http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp' 'libuv' 'rhash')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
+source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('c8ffa0885778ea942eb2533dab72da8719f67a212a33883913af047717c87368cb58e1d6c578b542d96d7dcc85d126abe81686214366c32174fd5553b399b69e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${vimpath}"/{help,indent,syntax}
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/indent/cmake.vim \
+"${vimpath}"/indent/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/syntax/cmake.vim \
+"${vimpath}"/syntax/
+
+  install -d "${pkgdir}"/usr/share/emacs/site-lisp/
+  emacs -batch -f batch-byte-compile \
+"${pkgdir}"/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
+"${pkgdir}"/usr/share/emacs/site-lisp/
+
+  install -Dm644 Copyright.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: cmake/repos/testing-x86_64/rebuild.list (from rev 324578, 
cmake/trunk/rebuild.list)
===
--- testing-x86_64/rebuild.list (rev 0)
+++ testing-x86_64/rebuild.list 2018-05-18 20:43:23 UTC (rev 324579)
@@ -0,0 +1,2 @@
+cmake-fedora
+uranium


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

2018-05-18 Thread Felix Yan via arch-commits
Date: Friday, May 18, 2018 @ 20:43:02
  Author: felixonmars
Revision: 324578

upgpkg: cmake 3.11.2-1

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 19:24:16 UTC (rev 324577)
+++ PKGBUILD2018-05-18 20:43:02 UTC (rev 324578)
@@ -4,7 +4,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=cmake
-pkgver=3.11.1
+pkgver=3.11.2
 pkgrel=1
 pkgdesc='A cross-platform open-source make system'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 optdepends=('qt5-base: cmake-gui'
 'libxkbcommon-x11: cmake-gui')
 
source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('d5df043453a9f9478a0e165ded6ce247a7b495fe8c4e56905bb523889a016fb8eb769455c2c2c5f6118c61bcffafe4e3e219ad99b2a85918323c2155f10089d8')
+sha512sums=('c8ffa0885778ea942eb2533dab72da8719f67a212a33883913af047717c87368cb58e1d6c578b542d96d7dcc85d126abe81686214366c32174fd5553b399b69e')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in haskell-descriptive/repos (2 files)

2018-05-18 Thread Felix Yan via arch-commits
Date: Friday, May 18, 2018 @ 20:36:33
  Author: felixonmars
Revision: 324308

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-descriptive/repos/community-staging-x86_64/
  haskell-descriptive/repos/community-staging-x86_64/PKGBUILD
(from rev 324307, haskell-descriptive/trunk/PKGBUILD)

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

Copied: haskell-descriptive/repos/community-staging-x86_64/PKGBUILD (from rev 
324307, haskell-descriptive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-18 20:36:33 UTC (rev 324308)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=descriptive
+pkgname=haskell-descriptive
+pkgver=0.9.4
+pkgrel=99
+pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
+url="https://github.com/chrisdone/descriptive;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-bifunctors" "haskell-scientific"
+ "haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+
https://github.com/chrisdone/descriptive/commit/8a0cad89a6106b162bd5507b51b7a5f3a25105a7.patch)
+sha256sums=('795ec65756bf87ec6ea4c92d85a25d0eb0d8cfa1df40685ddcf74b83099bba2f'
+'4c610a09a74489e9898d14f37ccaefb35e9729e3533d265aaa38830267a31d24')
+
+prepare() {
+cd $_hkgname-$pkgver
+patch -p1 -i ../8a0cad89a6106b162bd5507b51b7a5f3a25105a7.patch || :
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" 
+}


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

2018-05-18 Thread Felix Yan via arch-commits
Date: Friday, May 18, 2018 @ 20:36:13
  Author: felixonmars
Revision: 324307

upgpkg: haskell-descriptive 0.9.4-99

rebuild with ghc 8.4.2

Modified:
  haskell-descriptive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 20:34:01 UTC (rev 324306)
+++ PKGBUILD2018-05-18 20:36:13 UTC (rev 324307)
@@ -5,17 +5,24 @@
 _hkgname=descriptive
 pkgname=haskell-descriptive
 pkgver=0.9.4
-pkgrel=98
+pkgrel=99
 pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
 url="https://github.com/chrisdone/descriptive;
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-aeson" "haskell-bifunctors" "haskell-mtl" 
"haskell-scientific"
- "haskell-text" "haskell-vector")
+depends=('ghc-libs' "haskell-aeson" "haskell-bifunctors" "haskell-scientific"
+ "haskell-vector")
 makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('795ec65756bf87ec6ea4c92d85a25d0eb0d8cfa1df40685ddcf74b83099bba2f')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+
https://github.com/chrisdone/descriptive/commit/8a0cad89a6106b162bd5507b51b7a5f3a25105a7.patch)
+sha256sums=('795ec65756bf87ec6ea4c92d85a25d0eb0d8cfa1df40685ddcf74b83099bba2f'
+'4c610a09a74489e9898d14f37ccaefb35e9729e3533d265aaa38830267a31d24')
 
+prepare() {
+cd $_hkgname-$pkgver
+patch -p1 -i ../8a0cad89a6106b162bd5507b51b7a5f3a25105a7.patch || :
+}
+
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


[arch-commits] Commit in haskell-xcffib/repos (2 files)

2018-05-18 Thread Felix Yan via arch-commits
Date: Friday, May 18, 2018 @ 20:34:01
  Author: felixonmars
Revision: 324306

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-xcffib/repos/community-staging-x86_64/
  haskell-xcffib/repos/community-staging-x86_64/PKGBUILD
(from rev 324305, haskell-xcffib/trunk/PKGBUILD)

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

Copied: haskell-xcffib/repos/community-staging-x86_64/PKGBUILD (from rev 
324305, haskell-xcffib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-18 20:34:01 UTC (rev 324306)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=xcffib
+pkgname=haskell-xcffib
+pkgver=0.6.0
+pkgrel=22
+pkgdesc="A cffi-based python binding for X"
+url="https://github.com/tych0/xcffib;
+license=('Apache')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-either' 'haskell-filemanip' 
'haskell-language-python'
+ 'haskell-optparse-applicative' 'haskell-semigroups' 'haskell-split'
+ 'haskell-xcb-types')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('99f391e5495ec1bfdef7707b49a783568b8ce610e2a5acb885bb8cb9b9c6608068667291d6b67732ec7b28c820b3cee76fb40cb96a2c952600d6763edf9251dc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-18 Thread Felix Yan via arch-commits
Date: Friday, May 18, 2018 @ 20:33:40
  Author: felixonmars
Revision: 324305

upgpkg: haskell-xcffib 0.6.0-22

rebuild with ghc 8.4.2

Modified:
  haskell-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 20:31:51 UTC (rev 324304)
+++ PKGBUILD2018-05-18 20:33:40 UTC (rev 324305)
@@ -4,13 +4,13 @@
 _hkgname=xcffib
 pkgname=haskell-xcffib
 pkgver=0.6.0
-pkgrel=21
+pkgrel=22
 pkgdesc="A cffi-based python binding for X"
 url="https://github.com/tych0/xcffib;
 license=('Apache')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-either' 'haskell-filemanip' 
'haskell-language-python'
- 'haskell-mtl' 'haskell-optparse-applicative' 'haskell-semigroups' 
'haskell-split'
+ 'haskell-optparse-applicative' 'haskell-semigroups' 'haskell-split'
  'haskell-xcb-types')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)


[arch-commits] Commit in haskell-language-python/repos (3 files)

2018-05-18 Thread Felix Yan via arch-commits
Date: Friday, May 18, 2018 @ 20:31:51
  Author: felixonmars
Revision: 324304

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-language-python/repos/community-staging-x86_64/
  haskell-language-python/repos/community-staging-x86_64/PKGBUILD
(from rev 324303, haskell-language-python/trunk/PKGBUILD)
  haskell-language-python/repos/community-staging-x86_64/ghc-8.2.1.patch
(from rev 324303, haskell-language-python/trunk/ghc-8.2.1.patch)

-+
 PKGBUILD|   50 ++
 ghc-8.2.1.patch |  150 ++
 2 files changed, 200 insertions(+)

Copied: haskell-language-python/repos/community-staging-x86_64/PKGBUILD (from 
rev 324303, haskell-language-python/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-18 20:31:51 UTC (rev 324304)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=language-python
+pkgname=haskell-language-python
+pkgver=0.5.4
+pkgrel=7
+pkgdesc="Parsing and pretty printing of Python code."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-monads-tf' 'haskell-utf8-string')
+makedepends=('happy' 'alex' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+ghc-8.2.1.patch)
+sha512sums=('adbe81eeb4a161c8e685c3dacdee0924f1193fa291a753e1608f0c94effc90b77df60fee1e46e791516d01ea0153f243c13fb2fdd24d688cfe9ce8ac9ed44059'
+
'ce812b6937158977a85c2b5c1118a79779570bd4023ac58b22d9e2960e24be98b107e733c3ed90ed9977d20e757d56c6e2e3ea48d473f3e6d42589fa2c8281ea')
+
+prepare() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+patch -p1 -i ../ghc-8.2.1.patch
+
+sed -i '/import Data.Data/i import Prelude hiding ((<>))' 
src/Language/Python/Common/SrcLocation.hs
+sed -i '/import Language.Python.Common.AST/i import Prelude hiding ((<>))' 
src/Language/Python/Common/PrettyAST.hs
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fsplit-base
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-language-python/repos/community-staging-x86_64/ghc-8.2.1.patch 
(from rev 324303, haskell-language-python/trunk/ghc-8.2.1.patch)
===
--- community-staging-x86_64/ghc-8.2.1.patch(rev 0)
+++ community-staging-x86_64/ghc-8.2.1.patch2018-05-18 20:31:51 UTC (rev 
324304)
@@ -0,0 +1,150 @@
+From 416a0981a6c0185d5aa905a5de31bc8024ef1099 Mon Sep 17 00:00:00 2001
+From: Sergey Vinokurov 
+Date: Mon, 31 Jul 2017 23:18:58 +0300
+Subject: [PATCH] Fix unused import warnings and simultaneously fix ghc 8.2.1
+ build
+
+---
+ language-python.cabal   | 9 +
+ src/Language/Python/Common.hs   | 6 +++---
+ src/Language/Python/Common/LexerUtils.hs| 5 +
+ src/Language/Python/Common/ParseError.hs| 1 -
+ src/Language/Python/Common/ParserMonad.hs   | 3 ---
+ src/Language/Python/Common/Token.hs | 2 +-
+ src/Language/Python/Version2/Parser.hs  | 2 +-
+ src/Language/Python/Version2/Parser/Lexer.x | 3 ---
+ src/Language/Python/Version3/Parser.hs  | 2 +-
+ 9 files changed, 12 insertions(+), 21 deletions(-)
+
+diff --git a/language-python.cabal b/language-python.cabal
+index 2bb36b1..bb9d442 100644
+--- a/language-python.cabal
 b/language-python.cabal
+@@ -13,10 +13,11 @@ maintainer:  florbit...@gmail.com
+ homepage:http://github.com/bjpop/language-python 
+ build-type:  Simple
+ stability:   experimental
+-extra-source-files:  src/Language/Python/Version3/Parser/Parser.y 
+- src/Language/Python/Version3/Parser/Lexer.x 
+- src/Language/Python/Version2/Parser/Parser.y 
+- 

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

2018-05-18 Thread Felix Yan via arch-commits
Date: Friday, May 18, 2018 @ 20:31:28
  Author: felixonmars
Revision: 324303

upgpkg: haskell-language-python 0.5.4-7

rebuild with ghc 8.4.2

Modified:
  haskell-language-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 20:08:03 UTC (rev 324302)
+++ PKGBUILD2018-05-18 20:31:28 UTC (rev 324303)
@@ -5,7 +5,7 @@
 _hkgname=language-python
 pkgname=haskell-language-python
 pkgver=0.5.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Parsing and pretty printing of Python code."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -20,6 +20,9 @@
 prepare() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 patch -p1 -i ../ghc-8.2.1.patch
+
+sed -i '/import Data.Data/i import Prelude hiding ((<>))' 
src/Language/Python/Common/SrcLocation.hs
+sed -i '/import Language.Python.Common.AST/i import Prelude hiding ((<>))' 
src/Language/Python/Common/PrettyAST.hs
 }
 
 build() {


[arch-commits] Commit in cinnamon-settings-daemon/repos/community-x86_64 (2 files)

2018-05-18 Thread Eli Schwartz via arch-commits
Date: Friday, May 18, 2018 @ 20:08:03
  Author: eschwartz
Revision: 324302

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-18 20:07:44 UTC (rev 324301)
+++ PKGBUILD2018-05-18 20:08:03 UTC (rev 324302)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira (faidoc) 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=cinnamon-settings-daemon
-pkgver=3.8.1
-pkgrel=1
-pkgdesc="The Cinnamon Settings daemon"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('cinnamon-desktop' 'colord' 'dbus-glib' 'libcanberra-pulse' 'libcups'
- 'libgnomekbd' 'libgudev' 'libnotify' 'librsvg' 'libwacom' 'nss' 
'polkit'
- 'pulseaudio-alsa' 'upower')
-optdepends=('cinnamon-translations: i18n')
-makedepends=('autoconf-archive' 'intltool' 'python' 'xf86-input-wacom')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('a12866623bf71aa89fde5c52ef34d32d998a0b55da3c6eb5797d5eb8db25f5b6')
-
-prepare() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-autoreconf -fi
-}
-
-build() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir="/usr/lib/${pkgname}" \
---enable-systemd \
---enable-polkit
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 
324301, cinnamon-settings-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-18 20:08:03 UTC (rev 324302)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Alexandre Filgueira (faidoc) 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-settings-daemon
+pkgver=3.8.2
+pkgrel=1
+pkgdesc="The Cinnamon Settings daemon"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('cinnamon-desktop' 'colord' 'dbus-glib' 'libcanberra-pulse' 'libcups'
+ 'libgnomekbd' 'libgudev' 'libnotify' 'librsvg' 'libwacom' 'nss' 
'polkit'
+ 'pulseaudio-alsa' 'upower')
+optdepends=('cinnamon-translations: i18n')
+makedepends=('autoconf-archive' 'intltool' 'python' 'xf86-input-wacom')
+options=('!emptydirs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('2a9dca17270d67ceade8ff9aba503b9be30b0980fb479a92a473dcce666a3709')
+
+prepare() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+autoreconf -fi
+}
+
+build() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir="/usr/lib/${pkgname}" \
+--enable-systemd \
+--enable-polkit
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+make DESTDIR="$pkgdir" install
+}


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

2018-05-18 Thread Eli Schwartz via arch-commits
Date: Friday, May 18, 2018 @ 20:07:44
  Author: eschwartz
Revision: 324301

upgpkg: cinnamon-settings-daemon 3.8.2-1

upstream release

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 19:25:08 UTC (rev 324300)
+++ PKGBUILD2018-05-18 20:07:44 UTC (rev 324301)
@@ -4,7 +4,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-settings-daemon
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc="The Cinnamon Settings daemon"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 makedepends=('autoconf-archive' 'intltool' 'python' 'xf86-input-wacom')
 options=('!emptydirs')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('a12866623bf71aa89fde5c52ef34d32d998a0b55da3c6eb5797d5eb8db25f5b6')
+sha256sums=('2a9dca17270d67ceade8ff9aba503b9be30b0980fb479a92a473dcce666a3709')
 
 prepare() {
 cd "${srcdir}"/${pkgname}-${pkgver}


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

2018-05-18 Thread Jelle van der Waa via arch-commits
Date: Friday, May 18, 2018 @ 19:25:08
  Author: jelle
Revision: 324300

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 324299, ansible-lint/trunk/PKGBUILD)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-18 19:24:53 UTC (rev 324299)
+++ PKGBUILD2018-05-18 19:25:08 UTC (rev 324300)
@@ -1,21 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=3.4.21
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/willthames/ansible-lint;
-license=('MIT')
-depends=('python2' 'ansible')
-makedepends=('python2-distribute')
-checkdepends=('python-nose')
-source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz;)
-sha256sums=('230f741382d4b86e726cf2c65e82c45636e84e334d2c751ff1876dd2f5794225')
-
-package() {
-cd "${pkgname}-${pkgver}"
-python2 setup.py install --root="$pkgdir" --optimize=1
-install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 324299, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-18 19:25:08 UTC (rev 324300)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=3.4.21
+pkgrel=2
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/willthames/ansible-lint;
+license=('MIT')
+depends=('python' 'ansible')
+makedepends=('python-distribute')
+checkdepends=('python-nose')
+source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz;)
+sha256sums=('230f741382d4b86e726cf2c65e82c45636e84e334d2c751ff1876dd2f5794225')
+
+build() {
+cd "${pkgname}-${pkgver}"
+python3 setup.py build
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+python3 setup.py install --root="$pkgdir" --optimize=1
+install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2018-05-18 Thread Jelle van der Waa via arch-commits
Date: Friday, May 18, 2018 @ 19:24:53
  Author: jelle
Revision: 324299

upgpkg: ansible-lint 3.4.21-2

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 19:04:37 UTC (rev 324298)
+++ PKGBUILD2018-05-18 19:24:53 UTC (rev 324299)
@@ -3,19 +3,24 @@
 
 pkgname=ansible-lint
 pkgver=3.4.21
-pkgrel=1
+pkgrel=2
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/willthames/ansible-lint;
 license=('MIT')
-depends=('python2' 'ansible')
-makedepends=('python2-distribute')
+depends=('python' 'ansible')
+makedepends=('python-distribute')
 checkdepends=('python-nose')
 source=("https://github.com/willthames/ansible-lint/archive/v${pkgver}.tar.gz;)
 sha256sums=('230f741382d4b86e726cf2c65e82c45636e84e334d2c751ff1876dd2f5794225')
 
+build() {
+cd "${pkgname}-${pkgver}"
+python3 setup.py build
+}
+
 package() {
 cd "${pkgname}-${pkgver}"
-python2 setup.py install --root="$pkgdir" --optimize=1
+python3 setup.py install --root="$pkgdir" --optimize=1
 install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }


[arch-commits] Commit in kdevelop-php/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 19:24:02
  Author: arojas
Revision: 324576

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop-php/repos/extra-x86_64/PKGBUILD
(from rev 324575, kdevelop-php/trunk/PKGBUILD)
Deleted:
  kdevelop-php/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-18 19:23:34 UTC (rev 324575)
+++ PKGBUILD2018-05-18 19:24:02 UTC (rev 324576)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdevelop-php
-pkgver=5.2.1
-pkgrel=1
-pkgdesc="PHP language and documentation plugin for KDevelop"
-arch=(x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(kdevelop)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt python)
-source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.asc})
-sha1sums=('4aa4c5549a5f9cd834383b8bb822851795023e5b'
-  'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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

Copied: kdevelop-php/repos/extra-x86_64/PKGBUILD (from rev 324575, 
kdevelop-php/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-18 19:24:02 UTC (rev 324576)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-php
+pkgver=5.2.3
+pkgrel=1
+pkgdesc="PHP language and documentation plugin for KDevelop"
+arch=(x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
+source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.asc})
+sha1sums=('edc16c0498658916416f7a50607eba2ac33de771'
+  'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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


[arch-commits] Commit in kdevelop-python/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 19:24:16
  Author: arojas
Revision: 324577

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop-python/repos/extra-x86_64/PKGBUILD
(from rev 324576, kdevelop-python/trunk/PKGBUILD)
Deleted:
  kdevelop-python/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-18 19:24:02 UTC (rev 324576)
+++ PKGBUILD2018-05-18 19:24:16 UTC (rev 324577)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdevelop-python
-pkgver=5.2.1
-pkgrel=1
-pkgdesc="Python language and documentation plugin for KDevelop"
-arch=(x86_64)
-url="http://www.kdevelop.org/;
-license=(GPL)
-depends=(kdevelop python)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.asc})
-sha256sums=('32d663e593ac8c538c101742b2ee838256a7794914d8e0a047ce0d28bafa027b'
-'SKIP')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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

Copied: kdevelop-python/repos/extra-x86_64/PKGBUILD (from rev 324576, 
kdevelop-python/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-18 19:24:16 UTC (rev 324577)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-python
+pkgver=5.2.3
+pkgrel=1
+pkgdesc="Python language and documentation plugin for KDevelop"
+arch=(x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop python)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.asc})
+sha256sums=('dcd976f8d3a80c9d2132925cfae5db433b4a5f1c5fa110527eece0a0cdc452c7'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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


[arch-commits] Commit in kdevelop/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 19:23:34
  Author: arojas
Revision: 324575

archrelease: copy trunk to extra-x86_64

Added:
  kdevelop/repos/extra-x86_64/PKGBUILD
(from rev 324574, kdevelop/trunk/PKGBUILD)
Deleted:
  kdevelop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-18 19:22:33 UTC (rev 324574)
+++ PKGBUILD2018-05-18 19:23:34 UTC (rev 324575)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Giovanni Scafora 
-
-pkgname=kdevelop
-pkgver=5.2.1
-pkgrel=4
-pkgdesc='C++ IDE using KDE technologies'
-arch=(x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(clang libksysguard kitemmodels knotifyconfig ktexteditor grantlee 
libkomparediff2 qt5-webengine
- kcmutils threadweaver knewstuff)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta python mesa
- boost purpose subversion)
-optdepends=('konsole: embedded terminal'
-'git: Git support' 'subversion: SVN support' 'cvs: CVS support'
-'gdb: GNU debugger support' 'lldb: LLDB debugger support'
-'qt5-doc: Qt documentation integration'
-'cmake: cmake integration'
-'qt5-tools: qthelp plugin'
-'okteta: GNU debugger support'
-'plasma-framework: for the plasma addons'
-'purpose: patch review plugin'
-'cppcheck: code analyzer' 'heaptrack: memory profiler')
-conflicts=(kdevelop-qmljs kdevplatform)
-replaces=(kdevelop-qmljs kdevplatform)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc}
-
kdebug-386720.patch::"https://cgit.kde.org/kdevelop.git/patch/?id=f2a6941e;)
-sha256sums=('d1c39c563e4fada89eb9f30bd43c6c4beed0fec7ca7d124af587193cfe020650'
-'SKIP'
-'9e52906314f25f036e3c7a9c8d825dd6b196fed70437c6d09ce155ccaaab7591')
-validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-386720.patch # Fix performance issue
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop/repos/extra-x86_64/PKGBUILD (from rev 324574, 
kdevelop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-18 19:23:34 UTC (rev 324575)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=5.2.3
+pkgrel=1
+pkgdesc='C++ IDE using KDE technologies'
+arch=(x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(clang libksysguard kitemmodels knotifyconfig ktexteditor grantlee 
libkomparediff2 qt5-webengine
+ kcmutils threadweaver knewstuff)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta boost purpose subversion)
+optdepends=('konsole: embedded terminal'
+'git: Git support' 'subversion: SVN support' 'cvs: CVS support'
+'gdb: GNU debugger support' 'lldb: LLDB debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration'
+'qt5-tools: qthelp plugin'
+'okteta: GNU debugger support'
+'plasma-framework: for the plasma addons'
+'purpose: patch review plugin'
+'cppcheck: code analyzer' 'heaptrack: memory profiler')
+conflicts=(kdevelop-qmljs kdevplatform)
+replaces=(kdevelop-qmljs kdevplatform)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('209cf2ac52716d396dc10f408121f437876086d016d519a31b31566655912a75'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

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


[arch-commits] Commit in kdevelop (3 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 19:22:33
  Author: arojas
Revision: 324574

Update to 5.2.3

Modified:
  kdevelop-php/trunk/PKGBUILD
  kdevelop-python/trunk/PKGBUILD
  kdevelop/trunk/PKGBUILD

+
 -php/trunk/PKGBUILD|4 ++--
 -python/trunk/PKGBUILD |4 ++--
 trunk/PKGBUILD |   15 +--
 3 files changed, 9 insertions(+), 14 deletions(-)

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2018-05-18 18:30:46 UTC (rev 324573)
+++ trunk/PKGBUILD  2018-05-18 19:22:33 UTC (rev 324574)
@@ -4,8 +4,8 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=kdevelop
-pkgver=5.2.1
-pkgrel=4
+pkgver=5.2.3
+pkgrel=1
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'
@@ -25,18 +25,13 @@
 'cppcheck: code analyzer' 'heaptrack: memory profiler')
 conflicts=(kdevelop-qmljs kdevplatform)
 replaces=(kdevelop-qmljs kdevplatform)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc}
-
kdebug-386720.patch::"https://cgit.kde.org/kdevelop.git/patch/?id=f2a6941e;)
-sha256sums=('d1c39c563e4fada89eb9f30bd43c6c4beed0fec7ca7d124af587193cfe020650'
-'SKIP'
-'9e52906314f25f036e3c7a9c8d825dd6b196fed70437c6d09ce155ccaaab7591')
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('209cf2ac52716d396dc10f408121f437876086d016d519a31b31566655912a75'
+'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-386720.patch # Fix performance issue
 }
 
 build() {

Modified: -php/trunk/PKGBUILD
===
--- -php/trunk/PKGBUILD 2018-05-18 18:30:46 UTC (rev 324573)
+++ -php/trunk/PKGBUILD 2018-05-18 19:22:33 UTC (rev 324574)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdevelop-php
-pkgver=5.2.1
+pkgver=5.2.3
 pkgrel=1
 pkgdesc="PHP language and documentation plugin for KDevelop"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(kdevelop)
 makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
 
source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-php-$pkgver.tar.xz"{,.asc})
-sha1sums=('4aa4c5549a5f9cd834383b8bb822851795023e5b'
+sha1sums=('edc16c0498658916416f7a50607eba2ac33de771'
   'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 

Modified: -python/trunk/PKGBUILD
===
--- -python/trunk/PKGBUILD  2018-05-18 18:30:46 UTC (rev 324573)
+++ -python/trunk/PKGBUILD  2018-05-18 19:22:33 UTC (rev 324574)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdevelop-python
-pkgver=5.2.1
+pkgver=5.2.3
 pkgrel=1
 pkgdesc="Python language and documentation plugin for KDevelop"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(kdevelop python)
 makedepends=(extra-cmake-modules)
 
source=("https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"{,.asc})
-sha256sums=('32d663e593ac8c538c101742b2ee838256a7794914d8e0a047ce0d28bafa027b'
+sha256sums=('dcd976f8d3a80c9d2132925cfae5db433b4a5f1c5fa110527eece0a0cdc452c7'
 'SKIP')
 validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 


[arch-commits] Commit in linbox/repos (3 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 19:03:58
  Author: arojas
Revision: 324295

archrelease: copy trunk to community-staging-x86_64

Added:
  linbox/repos/community-staging-x86_64/
  linbox/repos/community-staging-x86_64/PKGBUILD
(from rev 324294, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-x86_64/linbox-gcc8.patch
(from rev 324294, linbox/trunk/linbox-gcc8.patch)

---+
 PKGBUILD  |   37 +
 linbox-gcc8.patch |   12 
 2 files changed, 49 insertions(+)

Copied: linbox/repos/community-staging-x86_64/PKGBUILD (from rev 324294, 
linbox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-18 19:03:58 UTC (rev 324295)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.5.2
+pkgrel=6
+pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
+arch=(x86_64)
+url="http://linalg.org/;
+license=(LGPL)
+depends=(m4rie flint fplll iml fflas-ffpack tinyxml2) 
+source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;
 linbox-gcc8.patch)
+sha256sums=('7b69ab617b15ca6684b29d08531ed8899cd4d07ec75799e5d624c4c0a60dc6b2'
+'f0977ba881fae0c6a1d21e61367dbd7c2cc582362bab753398a731c80714bc66')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../linbox-gcc8.patch # Fix build with GCC 8
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-sage --with-fplll=/usr \
+--disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 
--disable-avx --disable-avx2 --disable-fma
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: linbox/repos/community-staging-x86_64/linbox-gcc8.patch (from rev 
324294, linbox/trunk/linbox-gcc8.patch)
===
--- community-staging-x86_64/linbox-gcc8.patch  (rev 0)
+++ community-staging-x86_64/linbox-gcc8.patch  2018-05-18 19:03:58 UTC (rev 
324295)
@@ -0,0 +1,12 @@
+--- linbox-1.5.2/linbox/matrix/densematrix/blas-transposed-matrix.h.orig   
2018-05-06 10:35:33.852181382 +
 linbox-1.5.2/linbox/matrix/densematrix/blas-transposed-matrix.h
2018-05-06 10:35:59.598847558 +
+@@ -67,9 +67,6 @@
+   /*! TransposedBlasMatrix.
+* NO DOC
+*/
+-#if !defined(__INTEL_COMPILER) && !defined(__CUDACC__) & !defined(__clang__)
+-  template <>
+-#endif
+   template< class Matrix >
+   class TransposedBlasMatrix< TransposedBlasMatrix< Matrix > > : public 
Matrix {
+ 


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

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 19:03:34
  Author: arojas
Revision: 324294

fplll 5.2.1 rebuild

Modified:
  linbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 18:57:49 UTC (rev 324293)
+++ PKGBUILD2018-05-18 19:03:34 UTC (rev 324294)
@@ -3,7 +3,7 @@
 
 pkgname=linbox
 pkgver=1.5.2
-pkgrel=5
+pkgrel=6
 pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
 arch=(x86_64)
 url="http://linalg.org/;


[arch-commits] Commit in fpylll/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 18:57:49
  Author: arojas
Revision: 324293

archrelease: copy trunk to community-staging-x86_64

Added:
  fpylll/repos/community-staging-x86_64/
  fpylll/repos/community-staging-x86_64/PKGBUILD
(from rev 324292, fpylll/trunk/PKGBUILD)

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

Copied: fpylll/repos/community-staging-x86_64/PKGBUILD (from rev 324292, 
fpylll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-18 18:57:49 UTC (rev 324293)
@@ -0,0 +1,43 @@
+# Maintainer: Antonio Rojas 
+
+pkgbase=fpylll
+pkgname=(python-fpylll python2-fpylll)
+pkgver=0.4.0dev
+pkgrel=1
+pkgdesc="A Python interface for fplll"
+arch=(x86_64)
+url="https://github.com/fplll/fpylll;
+license=(GPL2)
+makedepends=(fplll python-numpy python-cysignals cython python2-numpy 
python2-cysignals cython2)
+source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz;)
+sha256sums=('d53c4718d84cf2631bbf54e5d9f0e4211978add3bee13f15cec4f27e693573ff')
+
+prepare() {
+  cp -r $pkgbase-$pkgver{,-py2}
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$pkgbase-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-fpylll() {
+  depends=(fplll python-numpy python-cysignals)
+
+  cd $pkgbase-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+
+package_python2-fpylll() {
+  depends=(fplll python2-numpy python2-cysignals)
+  optdepends=('sagemath: use Sage integers implementation')  
+  conflicts=(fpylll)
+  provides=(fpylll)
+  replaces=(fpylll)
+
+  cd $pkgbase-$pkgver-py2 
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 18:57:22
  Author: arojas
Revision: 324292

Update to 0.4.0

Modified:
  fpylll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 18:52:49 UTC (rev 324291)
+++ PKGBUILD2018-05-18 18:57:22 UTC (rev 324292)
@@ -1,10 +1,9 @@
-# $Id$
 # Maintainer: Antonio Rojas 
 
 pkgbase=fpylll
 pkgname=(python-fpylll python2-fpylll)
-pkgver=0.3.0dev
-pkgrel=2
+pkgver=0.4.0dev
+pkgrel=1
 pkgdesc="A Python interface for fplll"
 arch=(x86_64)
 url="https://github.com/fplll/fpylll;
@@ -11,13 +10,10 @@
 license=(GPL2)
 makedepends=(fplll python-numpy python-cysignals cython python2-numpy 
python2-cysignals cython2)
 
source=("https://github.com/fplll/fpylll/releases/download/$pkgver/$pkgbase-$pkgver.tar.gz;)
-sha256sums=('75303197286c0a5f5b123dcf01304585902c4e7031b30a5c70edbfc28327278b')
+sha256sums=('d53c4718d84cf2631bbf54e5d9f0e4211978add3bee13f15cec4f27e693573ff')
 
 prepare() {
   cp -r $pkgbase-$pkgver{,-py2}
-
-# workaround encoding error
-#  sed -e '/long_description/d' -i $pkgbase-$pkgver/setup.py
 }
 
 build() {


[arch-commits] Commit in fplll/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 18:52:49
  Author: arojas
Revision: 324291

archrelease: copy trunk to community-staging-x86_64

Added:
  fplll/repos/community-staging-x86_64/
  fplll/repos/community-staging-x86_64/PKGBUILD
(from rev 324290, fplll/trunk/PKGBUILD)

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

Copied: fplll/repos/community-staging-x86_64/PKGBUILD (from rev 324290, 
fplll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-18 18:52:49 UTC (rev 324291)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=fplll
+pkgver=5.2.1
+pkgrel=1
+pkgdesc="Lattice algorithms using floating-point arithmetic"
+arch=(x86_64)
+url="https://github.com/fplll/fplll;
+license=(LGPL)
+depends=(mpfr qd)
+conflicts=(libfplll)
+provides=(libfplll)
+replaces=(libfplll)
+source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('e38e3f8f14d5dbf46aab66d6c12f5973d4b12b72832161ed1491e8e925de4816')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+


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

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 18:52:15
  Author: arojas
Revision: 324290

Update to 5.2.1

Modified:
  fplll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 16:44:00 UTC (rev 324289)
+++ PKGBUILD2018-05-18 18:52:15 UTC (rev 324290)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=fplll
-pkgver=5.2.0
-pkgrel=3
+pkgver=5.2.1
+pkgrel=1
 pkgdesc="Lattice algorithms using floating-point arithmetic"
 arch=(x86_64)
 url="https://github.com/fplll/fplll;
@@ -13,7 +13,7 @@
 provides=(libfplll)
 replaces=(libfplll)
 
source=("https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('75e17fcaa4fc5fdddbe6eb42aca5f38c4c169a4b52756e74fbe2d1769737ac9c')
+sha256sums=('e38e3f8f14d5dbf46aab66d6c12f5973d4b12b72832161ed1491e8e925de4816')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in uim/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-05-18 Thread Gaëtan Bisson via arch-commits
Date: Friday, May 18, 2018 @ 18:30:46
  Author: bisson
Revision: 324573

archrelease: copy trunk to extra-x86_64

Added:
  uim/repos/extra-x86_64/PKGBUILD
(from rev 324572, uim/trunk/PKGBUILD)
Deleted:
  uim/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-18 18:29:06 UTC (rev 324572)
+++ PKGBUILD2018-05-18 18:30:46 UTC (rev 324573)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: damir 
-
-pkgname=uim
-pkgver=1.8.7
-pkgrel=1
-pkgdesc='Multilingual input method library'
-url='https://github.com/uim/uim'
-license=('custom:BSD')
-arch=('x86_64')
-depends=('libxft' 'libedit' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'anthy')
-optdepends=('qt4: immodule and helper applications'
-'gtk2: immodule and helper applications'
-'gtk3: immodule and helper applications')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('10af94497b10a0eada681db6e995599e24ac243800518cce55d07977967c5b6a')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/uim \
-   --with-anthy-utf8 \
-   --with-qt4-immodule \
-   --with-qt4 \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install -j1 # FS#41112
-   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: uim/repos/extra-x86_64/PKGBUILD (from rev 324572, uim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-18 18:30:46 UTC (rev 324573)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: damir 
+
+pkgname=uim
+pkgver=1.8.8
+pkgrel=1
+pkgdesc='Multilingual input method library'
+url='https://github.com/uim/uim'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('libxft' 'libedit' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'anthy')
+optdepends=('qt4: immodule and helper applications'
+'gtk2: immodule and helper applications'
+'gtk3: immodule and helper applications')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('34599bbcc4e5ab87832370763e38be5100984a64237555e9234a1ea225a0fadc')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/uim \
+   --with-anthy-utf8 \
+   --with-qt4-immodule \
+   --with-qt4 \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install -j1 # FS#41112
+   install -D -m644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2018-05-18 Thread Gaëtan Bisson via arch-commits
Date: Friday, May 18, 2018 @ 18:29:06
  Author: bisson
Revision: 324572

upstream update

Modified:
  uim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 17:46:24 UTC (rev 324571)
+++ PKGBUILD2018-05-18 18:29:06 UTC (rev 324572)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=uim
-pkgver=1.8.7
+pkgver=1.8.8
 pkgrel=1
 pkgdesc='Multilingual input method library'
 url='https://github.com/uim/uim'
@@ -15,7 +15,7 @@
 'gtk2: immodule and helper applications'
 'gtk3: immodule and helper applications')
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('10af94497b10a0eada681db6e995599e24ac243800518cce55d07977967c5b6a')
+sha256sums=('34599bbcc4e5ab87832370763e38be5100984a64237555e9234a1ea225a0fadc')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 17:46:24
  Author: arojas
Revision: 324571

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

Added:
  plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324570, plasma-desktop/kde-unstable/PKGBUILD)
Deleted:
  plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-18 17:45:54 UTC (rev 324570)
+++ PKGBUILD2018-05-18 17:46:24 UTC (rev 324571)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgbase=plasma-desktop
-pkgname=(plasma-desktop knetattach)
-pkgver=5.12.90
-pkgrel=1
-pkgdesc='KDE Plasma Desktop'
-arch=(x86_64)
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=(LGPL)
-source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt 
systemsettings ksysguard kpeople baloo qt5-graphicaleffects)
-makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
- libibus scim kdesignerplugin)
-groups=(plasma)
-sha256sums=('c926430d2a9574b4e55661b24185e324763509282d5f16ee87ca1dfe5d7f145c'
-'SKIP')
-validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
-  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

-  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
-  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-desktop() {
-  depends+=(knetattach)
-  optdepends=('plasma-nm: Network manager applet'
-  'powerdevil: power management'
-  'ibus: kimpanel IBUS support'
-  'scim: kimpanel SCIM support'
-  'discover: manage applications installation from the launcher')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Split knetattach
-  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
-}
-
-package_knetattach() {
-  pkgdesc='Wizard which makes it easier to integrate network resources with 
the Plasma Desktop'
-  depends=(kdelibs4support)
-
-  cd build/knetattach
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD (from rev 324570, 
plasma-desktop/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-18 17:46:24 UTC (rev 324571)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=plasma-desktop
+pkgname=(plasma-desktop knetattach)
+pkgver=5.12.90
+pkgrel=2
+pkgdesc='KDE Plasma Desktop'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+
broken-menu.patch::https://cgit.kde.org/plasma-desktop.git/patch/?id=7e514201)
+depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt 
systemsettings ksysguard kpeople baloo qt5-graphicaleffects)
+makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
+ libibus scim kdesignerplugin)
+groups=(plasma)
+sha256sums=('c926430d2a9574b4e55661b24185e324763509282d5f16ee87ca1dfe5d7f145c'
+'SKIP'
+'baa656b44f1ee4c9e7eb33f514eb4f8da08c7de23499db90766358c42c55f3d9')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -Rp1 -i ../broken-menu.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-desktop() {
+  depends+=(knetattach)
+  optdepends=('plasma-nm: Network manager applet'
+  'powerdevil: power management'
+  'ibus: 

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

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 17:45:54
  Author: arojas
Revision: 324570

Revert commit that completely breaks the application menu

Modified:
  plasma-desktop/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 17:21:19 UTC (rev 324569)
+++ PKGBUILD2018-05-18 17:45:54 UTC (rev 324570)
@@ -6,18 +6,20 @@
 pkgbase=plasma-desktop
 pkgname=(plasma-desktop knetattach)
 pkgver=5.12.90
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Desktop'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=(LGPL)
-source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+
broken-menu.patch::https://cgit.kde.org/plasma-desktop.git/patch/?id=7e514201)
 depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt 
systemsettings ksysguard kpeople baloo qt5-graphicaleffects)
 makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
  libibus scim kdesignerplugin)
 groups=(plasma)
 sha256sums=('c926430d2a9574b4e55661b24185e324763509282d5f16ee87ca1dfe5d7f145c'
-'SKIP')
+'SKIP'
+'baa656b44f1ee4c9e7eb33f514eb4f8da08c7de23499db90766358c42c55f3d9')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
   '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

   'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
@@ -25,6 +27,9 @@
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -Rp1 -i ../broken-menu.patch
 }
 
 build() {


[arch-commits] Commit in plasma-desktop/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 17:21:19
  Author: arojas
Revision: 324569

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

Added:
  plasma-desktop/repos/kde-unstable-x86_64/
  plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324568, plasma-desktop/kde-unstable/PKGBUILD)

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

Copied: plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD (from rev 324568, 
plasma-desktop/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 17:21:19 UTC (rev 324569)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=plasma-desktop
+pkgname=(plasma-desktop knetattach)
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt 
systemsettings ksysguard kpeople baloo qt5-graphicaleffects)
+makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev 
xf86-input-synaptics xf86-input-libinput xorg-server-devel
+ libibus scim kdesignerplugin)
+groups=(plasma)
+sha256sums=('c926430d2a9574b4e55661b24185e324763509282d5f16ee87ca1dfe5d7f145c'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-desktop() {
+  depends+=(knetattach)
+  optdepends=('plasma-nm: Network manager applet'
+  'powerdevil: power management'
+  'ibus: kimpanel IBUS support'
+  'scim: kimpanel SCIM support'
+  'discover: manage applications installation from the launcher')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Split knetattach
+  rm 
"$pkgdir"/usr/{bin/knetattach,share/applications/org.kde.knetattach.desktop}
+}
+
+package_knetattach() {
+  pkgdesc='Wizard which makes it easier to integrate network resources with 
the Plasma Desktop'
+  depends=(kdelibs4support)
+
+  cd build/knetattach
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2018-05-18 Thread Andrew Crerar via arch-commits
Date: Friday, May 18, 2018 @ 16:44:00
  Author: andrewsc
Revision: 324289

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 324288, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  466 ++---
 1 file changed, 233 insertions(+), 233 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-18 16:43:27 UTC (rev 324288)
+++ PKGBUILD2018-05-18 16:44:00 UTC (rev 324289)
@@ -1,233 +0,0 @@
-# $Id$
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=61.0b5
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
-}
-
-sha512sums=('e22dac40d3c57a61b7b9288803e2eac66f555c931e655662ce715f17023140c954cf3acc246d61e61b3b519b12cfee3c02da33c3b9f54c9fba4a3f9f08e5'
-
'dfcdbe4f1bd42396e53bca6b653295bb7842e98669d5dde8a8bb312c4e9bbc43fad22f11cb48a55f8c5ba250ea3dfa6fce910a70cf2b5455d102a61a234c4bf3'
-
'eecaeacb6b58cef3cd7cb10c89f6e37ffa0f4898ca45c9293f79b53c8a9e1fa6c72f06c92a064ccc9bb3d25ea3a22a23c7cf772682f4aa969c364f3c93555439'
-
'e0fa275c3b586d90383781ba1862ea46b49451a56450343c17908a2158bf4ff321a222326ca851da8cff4faf86bb86ad9a5f3e4d514215051604a683a81df351'
-
'eddc4509c72a9b5b17bc6ec0f979aad0da2fc20f4475a50fd3806cf5691367951d6ec3fc1c2549c20b3e79ecd4cf9a02bad1a20d17014c7a5bccfef0c32a'
-
'1deb262ab4cbe9f660b1083a1f122a187ae803384927d6c0aed32b37aaf26b47fd06fae6fdbce937a4b687633bbac6b06ef7f832c7c49d3e3d267daaf79e58a8'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2018-05-18 Thread Andrew Crerar via arch-commits
Date: Friday, May 18, 2018 @ 16:43:27
  Author: andrewsc
Revision: 324288

upgpkg: firefox-developer-edition-i18n 61.0b6-1

firefox-developer-edition-i18n: Updating to 61.0b6

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  196 ++---
 1 file changed, 98 insertions(+), 98 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 16:34:04 UTC (rev 324287)
+++ PKGBUILD2018-05-18 16:43:27 UTC (rev 324288)
@@ -2,7 +2,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=61.0b5
+pkgver=61.0b6
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -134,100 +134,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('e22dac40d3c57a61b7b9288803e2eac66f555c931e655662ce715f17023140c954cf3acc246d61e61b3b519b12cfee3c02da33c3b9f54c9fba4a3f9f08e5'
-
'dfcdbe4f1bd42396e53bca6b653295bb7842e98669d5dde8a8bb312c4e9bbc43fad22f11cb48a55f8c5ba250ea3dfa6fce910a70cf2b5455d102a61a234c4bf3'
-
'eecaeacb6b58cef3cd7cb10c89f6e37ffa0f4898ca45c9293f79b53c8a9e1fa6c72f06c92a064ccc9bb3d25ea3a22a23c7cf772682f4aa969c364f3c93555439'
-
'e0fa275c3b586d90383781ba1862ea46b49451a56450343c17908a2158bf4ff321a222326ca851da8cff4faf86bb86ad9a5f3e4d514215051604a683a81df351'
-
'eddc4509c72a9b5b17bc6ec0f979aad0da2fc20f4475a50fd3806cf5691367951d6ec3fc1c2549c20b3e79ecd4cf9a02bad1a20d17014c7a5bccfef0c32a'
-
'1deb262ab4cbe9f660b1083a1f122a187ae803384927d6c0aed32b37aaf26b47fd06fae6fdbce937a4b687633bbac6b06ef7f832c7c49d3e3d267daaf79e58a8'
-
'20699d707c6ea134d17112bbef333a4d3e07123bf176f9b1a3be1cffa1fd692c05c4766be9f7dbd98721aee240b898a9d93ba2d92f3779452f56322abc4e5f44'
-
'ae29b0b571e4b8da99b5dca4a848089d9ad5aaa75dc384adbaf0be814b939a3941c1824389d7cce5df3c0312a96e52cd3182c1b924a81ae1027755de5ad6c310'
-
'86da96b71cef3681f1c1fdd15b45a4f2094b9bc09e93383383f95f5c0ba4eaad84f0fb7a5880bd5f88fe615e5d473e4c72f7ff1a3f7c1fbd84c18af84899ebaf'
-
'ef148338f2df663add9a7d4780fcb4aed89b59284fdcb31f52acef3d7ef8e9f155c51bd03391af873702b5be5c3233a5b872e0deb541099f2384428aeeffcbc0'
-
'4c3a480e1d86487df6d7facbebab856a196fbb8c1ad0146575ff5dee974a678ba0ace3fa0ae1aa30d515dfd73dbe1d05f41afb417fca076902a28f44ad1dbf4e'
-
'30d29800332987cd40090b26ecb7fef894fdf22c1d6e2b62a10d5ac0c805282daf7a9090177fc07498410ce4405933a111730dbae7c905641f7d38154141ec63'
-
'4254ab918b9aac60d709b0618dd678af693f18341a31238043b1e745681c81de68a7c8e6be605676e8ae3f2d813415b3cc59e75cf312633805b01237c79ec359'
-
'27617af87f3df3085fb72bea7e3ffa0b6f7a11cea1974b73bf9cba2f277ea56a4c4607a4695968b5f20d8f8ff208ffc95e90ca23f77c8d36eb8d8ec09cdb405a'
-
'eda8f3f8f6924aee1717db928373ba0744368702e043345272965a069de25a297a3e19088b9f85c902de107d62780a51de136e5aef20dcf50521d14d0927a5c5'
-
'70cd4621ef575aab9e5753431a33efc99bae2733487c340704be912afdd64fa840567e513f22413449789ba8da46914cf3a021561d79a6924ab0680898dd73ee'
-
'7c897ed040e2519b22efea695e728025758083b9e34ee836d361e624210b49ad4d99b9a1cb6903274cf01c0a290fb986e918fc5be96f03be7078351184bfded7'
-
'0e053b096d84b9fdbf3cdc5a801e2ce2e7a3fad982969040fb98365a3b73162194fca1acf388c53e1736f207b40d5c79df57dec08a5e3f7da0c10cb9fdd15ce8'
-
'429dcb52f30949c6e9dcfc127f6e66bd9d709a63b9aa14d28cc6d1ac57a7f804288b7b25c49f05902ea0c840dc9e013741674de7b7f866ed9e25ff5c259fdd99'
-
'6fccbc2abd6c5ef3fa4eb6f4205982bd73249602a02251b46627a949eefdb7ea6a348f893c5def248434921fc5ad5435407ec5ce119deed08f7d97a8d083c365'
-
'18b3a374b2900f314d675a007666eb7e5bc53b5771fad5516aa4517f125ea84fb64940dd3dded5a14560344c5953b92e78996b38030cda080072ed799d219df6'
-
'07ba5a63677eb172e2152e83c5f3d73df85219787489db2b486bf84f5679b6c312d1047c632ec4787d9bb9a53782c7087c970391ef292f2fa77e44c8847e4021'
-
'1d0fc78db729ff32b314da1a79ffcd797e55e8300e98eb1392bcd70547210d2ff6d5d787be1488b3b5f6bdbf4717985a9eabe0f5e359398732a72a6340030780'
-
'9c2969b5ae79b15d98cbd416617804d01aaddd8d8c533640a4a6d5ddc9d369f10770f7c98b2c60734f01b5c0026409c50dbc73d7ed52c07120fb0f79004e184a'
-
'5c2deedab18e7ef7170a2db089e2d58b8ddfae7e0c960edbfd02914f4fc5092a3630ce9d59bbb68eaa11ddd496044a453dbbae7d1ca68f3b4614259f83137943'
-
'c79ccebe03b6660768c6c3337c616b49d90292677ff2cce0f950f6c714188f4162767e5d428ffc1b7079f36d822943cef9253313918a69104f7547734fc156ae'
-
'8ab21f46473378a1ca4c37e1ee864136678f4e44429cee63972ee8ef7e021ff324104418d8bf1068e3d915ad0a11fdda1d975d14992c87c91f4e8ba6d761dd9d'
-
'a30b52178dc27411aa442cb93cb4127ca5f206c2a09db86084d4cfe187edadeee424fdd85fa9a58e9ba09708a53f3ff73f0596f93b988dba784b25015686c6cf'
- 

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

2018-05-18 Thread Laurent Carlier via arch-commits
Date: Friday, May 18, 2018 @ 16:34:04
  Author: lcarlier
Revision: 324287

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-procps-ng/repos/multilib-x86_64/PKGBUILD
(from rev 324286, lib32-procps-ng/trunk/PKGBUILD)
Deleted:
  lib32-procps-ng/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-18 16:33:53 UTC (rev 324286)
+++ PKGBUILD2018-05-18 16:34:04 UTC (rev 324287)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Eric Bélanger 
-
-pkgname=lib32-procps-ng
-pkgver=3.3.12
-pkgrel=1
-pkgdesc='Utilities for monitoring your system and its processes (32-bit)'
-url='http://sourceforge.net/projects/procps-ng/'
-license=('GPL' 'LGPL')
-arch=('x86_64')
-depends=('procps-ng' 'lib32-glibc')
-source=("http://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-${pkgver}.tar.xz;)
-sha1sums=('82c0745f150f1385ca01fe7d24f05f74e31c94c6')
-
-build() {
-  cd "${srcdir}/procps-ng-${pkgver}"
-
-  export CC='gcc -m32'
-  ./configure --exec-prefix=/ \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --libdir=/usr/lib32 \
-  --sbindir=/usr/bin \
-  --without-ncurses
-  make
-}
-
-package() {
-  cd "${srcdir}/procps-ng-${pkgver}"
-  
-  make DESTDIR="${pkgdir}" install
-
-  rm -r ${pkgdir}/bin
-  rm -r ${pkgdir}/usr/{bin,include,share}
-}
-

Copied: lib32-procps-ng/repos/multilib-x86_64/PKGBUILD (from rev 324286, 
lib32-procps-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-18 16:34:04 UTC (rev 324287)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Eric Bélanger 
+
+pkgname=lib32-procps-ng
+pkgver=3.3.14
+pkgrel=1
+pkgdesc='Utilities for monitoring your system and its processes (32-bit)'
+url='http://sourceforge.net/projects/procps-ng/'
+license=(GPL LGPL)
+arch=(x86_64)
+depends=(procps-ng lib32-glibc)
+source=("http://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-${pkgver}.tar.xz;)
+sha1sums=('fcc4631b1185f7250daecee2fcebe15efbbe0d65')
+
+build() {
+  cd "${srcdir}/procps-ng-${pkgver}"
+
+  export CC='gcc -m32'
+  ./configure --exec-prefix=/ \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --libdir=/usr/lib32 \
+  --sbindir=/usr/bin \
+  --without-ncurses
+  make
+}
+
+package() {
+  cd "${srcdir}/procps-ng-${pkgver}"
+  
+  make DESTDIR="${pkgdir}" install
+
+  rm -r ${pkgdir}/bin
+  rm -r ${pkgdir}/usr/{bin,include,share}
+}
+


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

2018-05-18 Thread Laurent Carlier via arch-commits
Date: Friday, May 18, 2018 @ 16:33:53
  Author: lcarlier
Revision: 324286

upgpkg: lib32-procps-ng 3.3.14-1

upstream update 3.3.14

Modified:
  lib32-procps-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 16:20:46 UTC (rev 324285)
+++ PKGBUILD2018-05-18 16:33:53 UTC (rev 324286)
@@ -3,15 +3,15 @@
 # Contributor: Eric Bélanger 
 
 pkgname=lib32-procps-ng
-pkgver=3.3.12
+pkgver=3.3.14
 pkgrel=1
 pkgdesc='Utilities for monitoring your system and its processes (32-bit)'
 url='http://sourceforge.net/projects/procps-ng/'
-license=('GPL' 'LGPL')
-arch=('x86_64')
-depends=('procps-ng' 'lib32-glibc')
+license=(GPL LGPL)
+arch=(x86_64)
+depends=(procps-ng lib32-glibc)
 
source=("http://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-${pkgver}.tar.xz;)
-sha1sums=('82c0745f150f1385ca01fe7d24f05f74e31c94c6')
+sha1sums=('fcc4631b1185f7250daecee2fcebe15efbbe0d65')
 
 build() {
   cd "${srcdir}/procps-ng-${pkgver}"


[arch-commits] Commit in vulkan-docs/repos/extra-any (PKGBUILD PKGBUILD)

2018-05-18 Thread Laurent Carlier via arch-commits
Date: Friday, May 18, 2018 @ 16:24:04
  Author: lcarlier
Revision: 324568

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 324567, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-18 16:23:33 UTC (rev 324567)
+++ PKGBUILD2018-05-18 16:24:04 UTC (rev 324568)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-headers vulkan-html-docs)
-pkgver=1.1.74
-pkgrel=1
-epoch=1
-_pkgname=Vulkan-Docs
-arch=(any)
-url="https://www.khronos.org/vulkan/;
-license=('custom')
-makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git
- ruby-rdoc lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
-groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('bee2bd4c4a42f8db6ad1d7f264ad08c9f7c048795fbe8808e08ab0ef5eda0929')
-
-prepare() {
-  # for asciidoctor
-  # it was hard to find versions that builds properly ^^
-  local _gemdir="$(ruby -e 'puts Gem.default_dir')"
-
-  #gem install -v 0.7.0 ruby-enum
-  #gem install -v 1.6.8 mathematical
-  gem install -v 0.2.2 asciidoctor-mathematical  
-  gem install -v 1.5.0.alpha.15 asciidoctor-pdf  
-  gem install coderay  
-}
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  # asciidoctor / mathematical workaround bug - fail to find liblasem.so
-  #cp 
~/.gem/ruby/2.4.0/gems/mathematical-1.6.8/ext/mathematical/lasem/build/liblasem.so
 ${srcdir}
-  #LD_LIBRARY_PATH=${srcdir}:$LD_LIBRARY_PATH ./makeKHRAndKHX all
-  ./makeAllExts
-
-  #rm -f ${srcdir}/liblasem.so
-}
-
-package_vulkan-headers() {
-  pkgdesc="Vulkan header files"
-  cd "${_pkgname}-${pkgver}"
-
-  install -dm755 "${pkgdir}/usr/include/vulkan"
-  install -dm755 "${pkgdir}/usr/share/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -m644 include/vulkan/*.h ${pkgdir}/usr/include/vulkan
-  install -m644 xml/vk.xml ${pkgdir}/usr/share/vulkan
-
-  install -m644 copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}
-
-package_vulkan-html-docs() {
-  pkgdesc="Vulkan html documentation"
-  cd "${_pkgname}-${pkgver}"
-
-  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  mv -v out/*.html "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v out/html/* "${pkgdir}/usr/share/doc/vulkan/"
-
-  install -m644 copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 324567, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-18 16:24:04 UTC (rev 324568)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-headers vulkan-html-docs)
+pkgver=1.1.75
+pkgrel=1
+epoch=1
+_pkgname=Vulkan-Docs
+arch=(any)
+url="https://www.khronos.org/vulkan/;
+license=('custom')
+makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript git
+ ruby-rdoc lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('e41646954147a138beddc4c5e9c98d2faa46b1929718d87065b0280c4396ff11')
+
+prepare() {
+  # for asciidoctor
+  # it was hard to find versions that builds properly ^^
+  local _gemdir="$(ruby -e 'puts Gem.default_dir')"
+
+  gem install asciidoctor-mathematical  
+  gem install asciidoctor-pdf-cjk  
+  gem install coderay  
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  ./makeAllExts
+}
+
+package_vulkan-headers() {
+  pkgdesc="Vulkan header files"
+  cd "${_pkgname}-${pkgver}"
+
+  install -dm755 "${pkgdir}/usr/include/vulkan"
+  install -dm755 "${pkgdir}/usr/share/vulkan"
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  install -m644 include/vulkan/*.h ${pkgdir}/usr/include/vulkan
+  install -m644 xml/vk.xml ${pkgdir}/usr/share/vulkan
+
+  install -m644 copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
+  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
+}
+
+package_vulkan-html-docs() {
+  pkgdesc="Vulkan html documentation"
+  cd "${_pkgname}-${pkgver}"
+
+  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
+  install -dm755 

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

2018-05-18 Thread Laurent Carlier via arch-commits
Date: Friday, May 18, 2018 @ 16:23:33
  Author: lcarlier
Revision: 324567

upgpkg: vulkan-docs 1:1.1.75-1

upstream update 1.1.75

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 15:50:01 UTC (rev 324566)
+++ PKGBUILD2018-05-18 16:23:33 UTC (rev 324567)
@@ -3,7 +3,7 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-headers vulkan-html-docs)
-pkgver=1.1.74
+pkgver=1.1.75
 pkgrel=1
 epoch=1
 _pkgname=Vulkan-Docs
@@ -14,7 +14,7 @@
  ruby-rdoc lyx pango gdk-pixbuf2) # for asciidoctor-mathematical
 groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('bee2bd4c4a42f8db6ad1d7f264ad08c9f7c048795fbe8808e08ab0ef5eda0929')
+sha256sums=('e41646954147a138beddc4c5e9c98d2faa46b1929718d87065b0280c4396ff11')
 
 prepare() {
   # for asciidoctor
@@ -21,10 +21,8 @@
   # it was hard to find versions that builds properly ^^
   local _gemdir="$(ruby -e 'puts Gem.default_dir')"
 
-  #gem install -v 0.7.0 ruby-enum
-  #gem install -v 1.6.8 mathematical
-  gem install -v 0.2.2 asciidoctor-mathematical  
-  gem install -v 1.5.0.alpha.15 asciidoctor-pdf  
+  gem install asciidoctor-mathematical  
+  gem install asciidoctor-pdf-cjk  
   gem install coderay  
 }
 
@@ -31,12 +29,7 @@
 build() {
   cd "${srcdir}/${_pkgname}-${pkgver}"
 
-  # asciidoctor / mathematical workaround bug - fail to find liblasem.so
-  #cp 
~/.gem/ruby/2.4.0/gems/mathematical-1.6.8/ext/mathematical/lasem/build/liblasem.so
 ${srcdir}
-  #LD_LIBRARY_PATH=${srcdir}:$LD_LIBRARY_PATH ./makeKHRAndKHX all
   ./makeAllExts
-
-  #rm -f ${srcdir}/liblasem.so
 }
 
 package_vulkan-headers() {


[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2018-05-18 Thread Andrew Crerar via arch-commits
Date: Friday, May 18, 2018 @ 16:20:46
  Author: andrewsc
Revision: 324285

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 324284, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 324284, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 324284, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 324284, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  350 ++--
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 592 insertions(+), 592 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-18 16:20:09 UTC (rev 324284)
+++ PKGBUILD2018-05-18 16:20:46 UTC (rev 324285)
@@ -1,175 +0,0 @@
-# $Id$
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=61.0b5
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'hunspell-en_US' 'sqlite' 'ttf-font' 
'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'gconf' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack' 'gtk2')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-gold
-ac_add_options --enable-pie
-ac_add_options --enable-optimize="-O2"
-ac_add_options --enable-rust-simd
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-export MOZILLA_OFFICIAL=1
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_ADDON_SIGNING=1
-export MOZ_REQUIRE_SIGNING=0
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-
-# Keys
-ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
-ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
-
-# System libraries
-ac_add_options --with-system-zlib
-ac_add_options --with-system-bz2
-ac_add_options --enable-system-sqlite

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2018-05-18 Thread Andrew Crerar via arch-commits
Date: Friday, May 18, 2018 @ 16:20:09
  Author: andrewsc
Revision: 324284

upgpkg: firefox-developer-edition 61.0b6-1

firefox-developer-edition: Update to 61.0b6

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 14:42:13 UTC (rev 324283)
+++ PKGBUILD2018-05-18 16:20:09 UTC (rev 324284)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=61.0b5
+pkgver=61.0b6
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


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

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:50:01
  Author: arojas
Revision: 324566

archrelease: copy trunk to kde-unstable-any

Added:
  plasma-meta/repos/kde-unstable-any/
  plasma-meta/repos/kde-unstable-any/PKGBUILD
(from rev 324565, plasma-meta/trunk/PKGBUILD)

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

Copied: plasma-meta/repos/kde-unstable-any/PKGBUILD (from rev 324565, 
plasma-meta/trunk/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2018-05-18 15:50:01 UTC (rev 324566)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-meta
+pkgver=5.13
+pkgrel=1
+pkgdesc='Meta package to install KDE Plasma'
+arch=(any)
+url='https://www.archlinux.org/'
+license=(GPL)
+depends=(bluedevil
+ drkonqi
+ kdeplasma-addons
+ kinfocenter
+ ksysguard
+ kscreen
+ ksshaskpass
+ kwrited
+ oxygen
+ plasma-browser-integration
+ plasma-desktop
+ plasma-nm
+ plasma-workspace-wallpapers
+plasma-pa
+plasma-sdk
+ plasma-vault
+kwayland-integration
+kwallet-pam
+kgamma5
+user-manager
+sddm-kcm
+breeze-gtk
+ powerdevil
+ discover
+ xdg-desktop-portal-kde
+)
+optdepends=('kde-gtk-config: GTK Theme configuration KCM' 'breeze-grub: Breeze 
theme for GRUB')


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

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:49:31
  Author: arojas
Revision: 324565

Plasma 5.13

Modified:
  plasma-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-18 15:46:46 UTC (rev 324564)
+++ PKGBUILD2018-05-18 15:49:31 UTC (rev 324565)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=plasma-meta
-pkgver=5.12
+pkgver=5.13
 pkgrel=1
 pkgdesc='Meta package to install KDE Plasma'
 arch=(any)
@@ -18,6 +18,7 @@
  ksshaskpass
  kwrited
  oxygen
+ plasma-browser-integration
  plasma-desktop
  plasma-nm
  plasma-workspace-wallpapers


[arch-commits] Commit in xdg-desktop-portal-kde/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:46:46
  Author: arojas
Revision: 324564

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

Added:
  xdg-desktop-portal-kde/repos/kde-unstable-x86_64/
  xdg-desktop-portal-kde/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324563, xdg-desktop-portal-kde/kde-unstable/PKGBUILD)

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

Copied: xdg-desktop-portal-kde/repos/kde-unstable-x86_64/PKGBUILD (from rev 
324563, xdg-desktop-portal-kde/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:46:46 UTC (rev 324564)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 295962 2017-05-13 12:58:56Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=xdg-desktop-portal-kde
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='A backend implementation for xdg-desktop-portal using Qt/KF5'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(ki18n knotifications pipewire libepoxy kwayland kwidgetsaddons)
+makedepends=(extra-cmake-modules)
+provides=(xdg-desktop-portal-impl)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d4b1bad585fa094555cfe7d806d623734c58ac6034f9f801d1cdd89edd3b703c'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in user-manager/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:46:32
  Author: arojas
Revision: 324563

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

Added:
  user-manager/repos/kde-unstable-x86_64/
  user-manager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324562, user-manager/kde-unstable/PKGBUILD)

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

Copied: user-manager/repos/kde-unstable-x86_64/PKGBUILD (from rev 324562, 
user-manager/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:46:32 UTC (rev 324563)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=user-manager
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(accountsservice libpwquality kio)
+makedepends=(extra-cmake-modules kcmutils)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c717916cedead0d446431162d1fa38e088f2967e6daa26a779f97f8663571896'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in sddm-kcm/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:46:20
  Author: arojas
Revision: 324562

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

Added:
  sddm-kcm/repos/kde-unstable-x86_64/
  sddm-kcm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324561, sddm-kcm/kde-unstable/PKGBUILD)

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

Copied: sddm-kcm/repos/kde-unstable-x86_64/PKGBUILD (from rev 324561, 
sddm-kcm/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:46:20 UTC (rev 324562)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=sddm-kcm
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL)
+depends=(sddm libxcursor knewstuff)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8df6cdba2196b08373cfe0c3bc1173ac44e5b765cf4f66cc56ab73c846e7'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in plasma-vault/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:45:20
  Author: arojas
Revision: 324560

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

Added:
  plasma-vault/repos/kde-unstable-x86_64/
  plasma-vault/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324559, plasma-vault/kde-unstable/PKGBUILD)

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

Copied: plasma-vault/repos/kde-unstable-x86_64/PKGBUILD (from rev 324559, 
plasma-vault/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:45:20 UTC (rev 324560)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-vault
+pkgver=5.12.90
+pkgrel=1
+pkgdesc="Plasma applet and services for creating encrypted vaults"
+arch=(x86_64)
+url="https://www.kde.org/;
+license=(LGPL)
+groups=(plasma)
+depends=(plasma-workspace networkmanager-qt)
+makedepends=(extra-cmake-modules)
+optdepends=('encfs: to use encFS for encryption' 'cryfs: to use cryFS for 
encryption')
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c20196020124a9f18400fc591e554e4bd4c6ea60b17bef7b0891afcb72b8ef09'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in plasma-workspace-wallpapers/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:45:34
  Author: arojas
Revision: 324561

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

Added:
  plasma-workspace-wallpapers/repos/kde-unstable-any/
  plasma-workspace-wallpapers/repos/kde-unstable-any/PKGBUILD
(from rev 324560, plasma-workspace-wallpapers/kde-unstable/PKGBUILD)

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

Copied: plasma-workspace-wallpapers/repos/kde-unstable-any/PKGBUILD (from rev 
324560, plasma-workspace-wallpapers/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2018-05-18 15:45:34 UTC (rev 324561)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='Additional wallpapers for the Plasma Workspace'
+arch=(any)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+makedepends=(extra-cmake-modules qt5-base)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('68089eddbefd6013ad73f4086a19e6cc4fcedd4cd150df3b2043b953ffc802ee'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in plasma-sdk/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:45:07
  Author: arojas
Revision: 324559

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

Added:
  plasma-sdk/repos/kde-unstable-x86_64/
  plasma-sdk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324558, plasma-sdk/kde-unstable/PKGBUILD)

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

Copied: plasma-sdk/repos/kde-unstable-x86_64/PKGBUILD (from rev 324558, 
plasma-sdk/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:45:07 UTC (rev 324559)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-sdk
+pkgver=5.12.90
+pkgrel=1
+pkgdesc="Applications useful for Plasma development"
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-framework)
+makedepends=(extra-cmake-modules kdoctools ktexteditor)
+optdepends=('kirigami2: for Look & Feel explorer')
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9a5344156f6059806508474faabf731d2244349c4e0b547a221faa20c3b26509'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in plasma-nm/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:44:40
  Author: arojas
Revision: 324557

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

Added:
  plasma-nm/repos/kde-unstable-x86_64/
  plasma-nm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324556, plasma-nm/kde-unstable/PKGBUILD)

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

Copied: plasma-nm/repos/kde-unstable-x86_64/PKGBUILD (from rev 324556, 
plasma-nm/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:44:40 UTC (rev 324557)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-nm
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(plasma-workspace modemmanager-qt networkmanager-qt qca-qt5 
mobile-broadband-provider-info)
+makedepends=(extra-cmake-modules kdoctools openconnect kdesignerplugin)
+optdepends=('openconnect: Cisco AnyConnect VPN plugin')
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a27fedf49c241042d615349a7fbc582f2e243aa253151ca0a6894d083de09d03'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in plasma-pa/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:44:54
  Author: arojas
Revision: 324558

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

Added:
  plasma-pa/repos/kde-unstable-x86_64/
  plasma-pa/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324557, plasma-pa/kde-unstable/PKGBUILD)

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

Copied: plasma-pa/repos/kde-unstable-x86_64/PKGBUILD (from rev 324557, 
plasma-pa/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:44:54 UTC (rev 324558)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=plasma-pa
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace pulseaudio-gconf libcanberra-pulse)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e765a6296982284d288d5877a91d07969c7de69bba08e36225249cc5abec0cda'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in plasma-browser-integration (3 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:44:27
  Author: arojas
Revision: 324556

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

Added:
  plasma-browser-integration/repos/
  plasma-browser-integration/repos/kde-unstable-x86_64/
  plasma-browser-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324555, plasma-browser-integration/kde-unstable/PKGBUILD)

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

Copied: plasma-browser-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 
324555, plasma-browser-integration/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2018-05-18 15:44:27 UTC (rev 324556)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=plasma-browser-integration
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='Components necessary to integrate browsers into the Plasma Desktop'
+arch=(x86_64)
+url='https://www.kde.org/plasma-desktop'
+license=(GPL)
+depends=(krunner)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('491aa58a339bf6882d119cfb14a9d9b893eaa1f7f35cf28f19c5afa8b4d11938'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in kwrited/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:44:15
  Author: arojas
Revision: 324555

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

Added:
  kwrited/repos/kde-unstable-x86_64/
  kwrited/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324554, kwrited/kde-unstable/PKGBUILD)

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

Copied: kwrited/repos/kde-unstable-x86_64/PKGBUILD (from rev 324554, 
kwrited/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:44:15 UTC (rev 324555)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwrited
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='KDE daemon listening for wall and write messages'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kpty knotifications kdbusaddons)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bd25ea44efdf7c28884eb1fb00acdf014de266141d74428b5eab45461036abe8'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:44:02
  Author: arojas
Revision: 324554

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

Added:
  kwayland-integration/repos/kde-unstable-x86_64/
  kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324553, kwayland-integration/kde-unstable/PKGBUILD)

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

Copied: kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 
324553, kwayland-integration/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:44:02 UTC (rev 324554)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwayland-integration
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e056f70f98b16efe538e05a939ca98769d67d80bc69da82191cbc95a7feb5476'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:43:48
  Author: arojas
Revision: 324553

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

Added:
  kwallet-pam/repos/kde-unstable-x86_64/
  kwallet-pam/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324552, kwallet-pam/kde-unstable/PKGBUILD)

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

Copied: kwallet-pam/repos/kde-unstable-x86_64/PKGBUILD (from rev 324552, 
kwallet-pam/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:43:48 UTC (rev 324553)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kwallet-pam
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(pam libgcrypt socat)
+makedepends=(extra-cmake-modules qt5-base)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('edc3a62e3e641303fa17716a2cf4f2d8aa9258df215e939cbd9a1cb04ef974b1'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build{,4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib
+  make
+
+  cd ../build4
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DKWALLET4=1
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  cd ../build4
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in ksshaskpass/repos (3 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:43:35
  Author: arojas
Revision: 324552

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

Added:
  ksshaskpass/repos/kde-unstable-x86_64/
  ksshaskpass/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324551, ksshaskpass/kde-unstable/PKGBUILD)
  ksshaskpass/repos/kde-unstable-x86_64/ksshaskpass.install
(from rev 324551, ksshaskpass/kde-unstable/ksshaskpass.install)

-+
 PKGBUILD|   42 ++
 ksshaskpass.install |5 +
 2 files changed, 47 insertions(+)

Copied: ksshaskpass/repos/kde-unstable-x86_64/PKGBUILD (from rev 324551, 
ksshaskpass/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:43:35 UTC (rev 324552)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: schuay 
+
+pkgname=ksshaskpass
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL)
+arch=(x86_64)
+depends=(kwallet)
+makedepends=(extra-cmake-modules kdoctools)
+provides=(x11-ssh-askpass)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+install=$pkgname.install
+sha256sums=('79c05b98a9a50e534392b16b3d6bc20c2e1ff614d1f68bac70a84cd8270f7985'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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

Copied: ksshaskpass/repos/kde-unstable-x86_64/ksshaskpass.install (from rev 
324551, ksshaskpass/kde-unstable/ksshaskpass.install)
===
--- kde-unstable-x86_64/ksshaskpass.install (rev 0)
+++ kde-unstable-x86_64/ksshaskpass.install 2018-05-18 15:43:35 UTC (rev 
324552)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [[ $(vercmp 5.5.2-2 "$2") -eq 1 ]]; then
+echo "The SSH_ASKPASS environment variable is not exported by default 
anymore. Set it in /etc/profile to revert to the previous behavior"
+  fi
+}


[arch-commits] Commit in kscreen/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:43:22
  Author: arojas
Revision: 324551

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

Added:
  kscreen/repos/kde-unstable-x86_64/
  kscreen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324550, kscreen/kde-unstable/PKGBUILD)

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

Copied: kscreen/repos/kde-unstable-x86_64/PKGBUILD (from rev 324550, 
kscreen/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:43:22 UTC (rev 324551)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kscreen
+pkgver=5.12.90
+pkgrel=1
+pkgdesc="KDE's screen management software"
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(libkscreen kdeclarative qt5-graphicaleffects hicolor-icon-theme)
+makedepends=(extra-cmake-modules plasma-framework)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('960ecc39c7715115d4bad5c98ee878804734572202b710fbda39cfac9e8d5c19'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in kgamma5/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:43:09
  Author: arojas
Revision: 324550

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

Added:
  kgamma5/repos/kde-unstable-x86_64/
  kgamma5/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324549, kgamma5/kde-unstable/PKGBUILD)

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

Copied: kgamma5/repos/kde-unstable-x86_64/PKGBUILD (from rev 324549, 
kgamma5/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:43:09 UTC (rev 324550)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas 
+
+pkgname=kgamma5
+pkgver=5.12.90
+pkgrel=1
+pkgdesc="Adjust your monitor's gamma settings"
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kconfigwidgets)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('04585dea926c085813f8d068d6a6dfd203d4a209e2f9a4aec5e47e8cbc4c39bc'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in kdeplasma-addons/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:42:55
  Author: arojas
Revision: 324549

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

Added:
  kdeplasma-addons/repos/kde-unstable-x86_64/
  kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324548, kdeplasma-addons/kde-unstable/PKGBUILD)

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

Copied: kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD (from rev 324548, 
kdeplasma-addons/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:42:55 UTC (rev 324549)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeplasma-addons
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='All kind of addons to improve your Plasma experience'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace)
+makedepends=(extra-cmake-modules kross qt5-webengine)
+optdepends=('kross: comic applet'
+'purpose: Quickshare applet'
+'quota-tools: disk quota applet'
+'qt5-webengine: dictionary and webbrowser applets')
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('449731d2808b4c2e839ec39325d955eab14d6753ae5c2c8723574b5c8d8058d3'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in kde-gtk-config/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:42:41
  Author: arojas
Revision: 324548

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

Added:
  kde-gtk-config/repos/kde-unstable-x86_64/
  kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324547, kde-gtk-config/kde-unstable/PKGBUILD)

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

Copied: kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD (from rev 324547, 
kde-gtk-config/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:42:41 UTC (rev 324548)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-gtk-config
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(knewstuff kde-cli-tools gtk3)
+makedepends=(extra-cmake-modules gtk2)
+optdepends=('gtk2: GTK2 apps support')
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1e7e067ff68c9f5123bb746498dc4b1add55a40fdba162d892e86531859efa55'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in drkonqi/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:42:27
  Author: arojas
Revision: 324547

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

Added:
  drkonqi/repos/kde-unstable-x86_64/
  drkonqi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324546, drkonqi/kde-unstable/PKGBUILD)

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

Copied: drkonqi/repos/kde-unstable-x86_64/PKGBUILD (from rev 324546, 
drkonqi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:42:27 UTC (rev 324547)
@@ -0,0 +1,38 @@
+# Maintainer:Antonio Rojas 
+
+pkgname=drkonqi
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='The KDE crash handler'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(kidletime kxmlrpcclient gdb)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e68e4491dd4b2d63164357e92a749a9c97f99a1aa8738bc45501ddd02c9bc291'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


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

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:42:05
  Author: arojas
Revision: 324546

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

Added:
  discover/repos/kde-unstable-x86_64/
  discover/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324545, discover/kde-unstable/PKGBUILD)
  discover/repos/kde-unstable-x86_64/discover-no-deb-rpm.patch
(from rev 324545, discover/kde-unstable/discover-no-deb-rpm.patch)
  discover/repos/kde-unstable-x86_64/discover-pk-qt-1.0c.patch
(from rev 324545, discover/kde-unstable/discover-pk-qt-1.0c.patch)

---+
 PKGBUILD  |   47 
 discover-no-deb-rpm.patch |   11 ++
 discover-pk-qt-1.0c.patch |   21 +++
 3 files changed, 79 insertions(+)

Copied: discover/repos/kde-unstable-x86_64/PKGBUILD (from rev 324545, 
discover/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:42:05 UTC (rev 324546)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=discover
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='KDE and Plasma resources management GUI'
+arch=(x86_64)
+url='https://projects.kde.org/projects/kde/workspace/discover'
+license=(LGPL)
+depends=(knewstuff kitemmodels qt5-graphicaleffects appstream-qt 
archlinux-appstream-data
+ hicolor-icon-theme kirigami2 qt5-quickcontrols)
+makedepends=(extra-cmake-modules plasma-framework packagekit-qt5 flatpak)
+optdepends=('packagekit-qt5: to manage packages from Arch Linux repositories' 
'flatpak: Flatpak packages support')
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
 
+discover-no-deb-rpm.patch)
+sha256sums=('4f408bf3df97e9ceeda3f843a60994d928ffd1c3524d32656dee55e0c5bd2660'
+'SKIP'
+'1910a7a95c8537cdf59fea87bdb4a4ac750d073c63182536358ef5c75508521d')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Don't handle .rpm or .deb files
+  patch -p1 -i ../discover-no-deb-rpm.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: discover/repos/kde-unstable-x86_64/discover-no-deb-rpm.patch (from rev 
324545, discover/kde-unstable/discover-no-deb-rpm.patch)
===
--- kde-unstable-x86_64/discover-no-deb-rpm.patch   
(rev 0)
+++ kde-unstable-x86_64/discover-no-deb-rpm.patch   2018-05-18 15:42:05 UTC 
(rev 324546)
@@ -0,0 +1,11 @@
+--- discover-5.10.5/discover/CMakeLists.txt.orig   2017-08-22 
17:30:12.209293604 +
 discover-5.10.5/discover/CMakeLists.txt2017-08-22 17:30:25.102651653 
+
+@@ -36,7 +36,7 @@
+ 
+ # Standard desktop file accepts local files as input.
+ set(DesktopNoDisplay "false")
+-set(DesktopMimeType 
"application/vnd.debian.binary-package;application/x-rpm;")
++set(DesktopMimeType "")
+ set(DesktopExec "plasma-discover %F")
+ configure_file(org.kde.discover.desktop.cmake 
${CMAKE_CURRENT_BINARY_DIR}/org.kde.discover.desktop)
+ install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/org.kde.discover.desktop 
DESTINATION ${XDG_APPS_INSTALL_DIR} )

Copied: discover/repos/kde-unstable-x86_64/discover-pk-qt-1.0c.patch (from rev 
324545, discover/kde-unstable/discover-pk-qt-1.0c.patch)
===
--- kde-unstable-x86_64/discover-pk-qt-1.0c.patch   
(rev 0)
+++ kde-unstable-x86_64/discover-pk-qt-1.0c.patch   2018-05-18 15:42:05 UTC 
(rev 324546)
@@ -0,0 +1,21 @@
+From 69c2d24a0a71b1c50a56beda90febdae97aa3128 Mon Sep 17 00:00:00 2001
+From: Aleix Pol 
+Date: Tue, 9 Jan 2018 18:21:44 +0100
+Subject: No need to manage these pointers anymore
+
+---
+ libdiscover/backends/PackageKitBackend/PackageKitNotifier.cpp | 4 
+ 1 file changed, 4 deletions(-)
+
+diff --git a/libdiscover/backends/PackageKitBackend/PackageKitNotifier.cpp 
b/libdiscover/backends/PackageKitBackend/PackageKitNotifier.cpp
+index fdabd81..0113a06 100644
+--- a/libdiscover/backends/PackageKitBackend/PackageKitNotifier.cpp
 b/libdiscover/backends/PackageKitBackend/PackageKitNotifier.cpp
+@@ -225,7 +225,6 @@ void PackageKitNotifier::refreshDatabase()
+ m_refresher = 

[arch-commits] Commit in breeze-gtk/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:41:51
  Author: arojas
Revision: 324545

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

Added:
  breeze-gtk/repos/kde-unstable-x86_64/
  breeze-gtk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324544, breeze-gtk/kde-unstable/PKGBUILD)

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

Copied: breeze-gtk/repos/kde-unstable-x86_64/PKGBUILD (from rev 324544, 
breeze-gtk/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:41:51 UTC (rev 324545)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-gtk
+pkgver=5.12.90
+pkgrel=1
+pkgdesc="Breeze widget theme for GTK 2 and 3"
+arch=(x86_64)
+url='https://quickgit.kde.org/?p=breeze-gtk.git'
+license=(LGPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0b768a665f6603f96caaec94ae2d0ce2aa30440b50f8d6b71b96dc63b616de05'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in breeze-grub/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:41:34
  Author: arojas
Revision: 324544

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

Added:
  breeze-grub/repos/kde-unstable-any/
  breeze-grub/repos/kde-unstable-any/PKGBUILD
(from rev 324543, breeze-grub/kde-unstable/PKGBUILD)

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

Copied: breeze-grub/repos/kde-unstable-any/PKGBUILD (from rev 324543, 
breeze-grub/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2018-05-18 15:41:34 UTC (rev 324544)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=breeze-grub
+pkgver=5.12.90
+pkgrel=1
+pkgdesc="Breeze theme for GRUB"
+arch=(any)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(grub)
+makedepends=()
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('321310529985d32250bcaa523f586088c32bf064be26420b76035b026b9e70df'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+package() {
+  install -d "$pkgdir"/usr/share/grub/themes
+  cp -r $pkgname-$pkgver/breeze "$pkgdir"/usr/share/grub/themes
+}


[arch-commits] Commit in bluedevil/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:41:20
  Author: arojas
Revision: 324543

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

Added:
  bluedevil/repos/kde-unstable-x86_64/
  bluedevil/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324542, bluedevil/kde-unstable/PKGBUILD)

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

Copied: bluedevil/repos/kde-unstable-x86_64/PKGBUILD (from rev 324542, 
bluedevil/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:41:20 UTC (rev 324543)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=5.12.90
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL2)
+depends=(bluez-qt kio)
+makedepends=(extra-cmake-modules plasma-framework kded)
+optdepends=('pulseaudio-bluetooth: to connect to A2DP profile')
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3d53d0353802aff26966590c8d4e9fd09910c56c8fd0090189a80d74a0d2d9e4'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in powerdevil/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:40:53
  Author: arojas
Revision: 324541

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

Added:
  powerdevil/repos/kde-unstable-x86_64/
  powerdevil/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324540, powerdevil/kde-unstable/PKGBUILD)

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

Copied: powerdevil/repos/kde-unstable-x86_64/PKGBUILD (from rev 324540, 
powerdevil/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:40:53 UTC (rev 324541)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=powerdevil
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace bluez-qt networkmanager-qt libkscreen)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('005e63ee10c1b0df7ee8aac28c6b7704c17c3b2919ba856856307af2d0907e64'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in polkit-kde-agent/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:41:07
  Author: arojas
Revision: 324542

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

Added:
  polkit-kde-agent/repos/kde-unstable-x86_64/
  polkit-kde-agent/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324541, polkit-kde-agent/kde-unstable/PKGBUILD)

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

Copied: polkit-kde-agent/repos/kde-unstable-x86_64/PKGBUILD (from rev 324541, 
polkit-kde-agent/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:41:07 UTC (rev 324542)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=polkit-kde-agent
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kiconthemes kdbusaddons kcrash)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig})
+sha256sums=('f56da784664cb843263baaf7bb676ffaf7d18ec25526251ee05ddb65727be684'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in systemsettings/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:40:26
  Author: arojas
Revision: 324539

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

Added:
  systemsettings/repos/kde-unstable-x86_64/
  systemsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324538, systemsettings/kde-unstable/PKGBUILD)

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

Copied: systemsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 324538, 
systemsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:40:26 UTC (rev 324539)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=systemsettings
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='KDE system settings'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kactivities-stats plasma-workspace)
+makedepends=(extra-cmake-modules kdoctools khtml)
+optdepends=('khtml: for the tree view')
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ceec4a4865524dbf89629ef8f49b7c062fa6b632ec45b019376da283e0064ec2'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in kmenuedit/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:40:39
  Author: arojas
Revision: 324540

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

Added:
  kmenuedit/repos/kde-unstable-x86_64/
  kmenuedit/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324539, kmenuedit/kde-unstable/PKGBUILD)

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

Copied: kmenuedit/repos/kde-unstable-x86_64/PKGBUILD (from rev 324539, 
kmenuedit/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:40:39 UTC (rev 324540)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmenuedit
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='KDE menu editor'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(khotkeys)
+groups=(plasma)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d2322edcd2acbaf32896ff340d8a4e5fa15cf8d98c9ac9bcabceb5e6f2cdc2c9'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in kde-cli-tools/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:39:27
  Author: arojas
Revision: 324535

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

Added:
  kde-cli-tools/repos/kde-unstable-x86_64/
  kde-cli-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324534, kde-cli-tools/kde-unstable/PKGBUILD)

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

Copied: kde-cli-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 324534, 
kde-cli-tools/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:39:27 UTC (rev 324535)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-cli-tools
+pkgver=5.12.90
+pkgrel=1
+pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kdesu kcmutils kinit kactivities)
+makedepends=(extra-cmake-modules kdoctools plasma-workspace)
+optdepends=('plasma-workspace: for kcmshell5')
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5eb55b4d82192f3cc8ff781b8b01703a35fb8cb22190b708e8a8a991a5339e51'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
+}


[arch-commits] Commit in ksysguard/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:40:13
  Author: arojas
Revision: 324538

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

Added:
  ksysguard/repos/kde-unstable-x86_64/
  ksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324537, ksysguard/kde-unstable/PKGBUILD)

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

Copied: ksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 324537, 
ksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:40:13 UTC (rev 324538)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksysguard
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='Track and control the processes running in your system'
+arch=(x86_64)
+url='https://userbase.kde.org/KSysGuard'
+license=(LGPL)
+depends=(knewstuff libksysguard hicolor-icon-theme kinit)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5e5fd839878eb4f8d6f7cc97e81dac289ee73aef1bf98994ebd8dc968da47f45'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


[arch-commits] Commit in khotkeys/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:39:43
  Author: arojas
Revision: 324536

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

Added:
  khotkeys/repos/kde-unstable-x86_64/
  khotkeys/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324535, khotkeys/kde-unstable/PKGBUILD)

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

Copied: khotkeys/repos/kde-unstable-x86_64/PKGBUILD (from rev 324535, 
khotkeys/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:39:43 UTC (rev 324536)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=khotkeys
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='KHotKeys'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(plasma-workspace)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('149cec8be1ef04a4c076c28d8ce28fe1a053c08a24896623783788368030'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

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


  1   2   3   >