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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 02:08:26
  Author: felixonmars
Revision: 430809

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-snap-core/repos/community-staging-x86_64/
  haskell-snap-core/repos/community-staging-x86_64/PKGBUILD
(from rev 430808, haskell-snap-core/trunk/PKGBUILD)

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

Copied: haskell-snap-core/repos/community-staging-x86_64/PKGBUILD (from rev 
430808, haskell-snap-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-09 02:08:26 UTC (rev 430809)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=snap-core
+pkgname=haskell-snap-core
+pkgver=1.0.4.0
+pkgrel=3
+pkgdesc="A Haskell Web Framework (core interfaces and types)"
+url="https://github.com/JustusAdam/snap-core;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-old-locale' 'haskell-hunit' 'haskell-attoparsec'
+ 'haskell-case-insensitive' 'haskell-lifted-base' 'haskell-io-streams' 
'haskell-hashable'
+ 'haskell-monad-control' 'haskell-random' 'haskell-readable' 
'haskell-regex-posix'
+ 'haskell-transformers-base' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-parallel' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2' 'haskell-zlib')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('12ec31c36feab136f9cbc4b025c35ec8dc717de57adae3060f5a33e929fc0a5b0f0e487c90f56153dccebf36cb3b8b85d4ce2b25c3cc4c51d1ab82ad3e430fd1')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' $_hkgname.cabal
+}
+
+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-snap-core/trunk (PKGBUILD)

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 02:08:08
  Author: felixonmars
Revision: 430808

upgpkg: haskell-snap-core 1.0.4.0-3

rebuild with network 2.8.0.0

Modified:
  haskell-snap-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 02:05:45 UTC (rev 430807)
+++ PKGBUILD2019-02-09 02:08:08 UTC (rev 430808)
@@ -3,7 +3,7 @@
 _hkgname=snap-core
 pkgname=haskell-snap-core
 pkgver=1.0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A Haskell Web Framework (core interfaces and types)"
 url="https://github.com/JustusAdam/snap-core;
 license=('BSD')


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 02:05:26
  Author: felixonmars
Revision: 430806

upgpkg: haskell-openssl-streams 1.2.2.0-3

rebuild with network 2.8.0.0

Modified:
  haskell-openssl-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 02:04:46 UTC (rev 430805)
+++ PKGBUILD2019-02-09 02:05:26 UTC (rev 430806)
@@ -3,7 +3,7 @@
 _hkgname=openssl-streams
 pkgname=haskell-openssl-streams
 pkgver=1.2.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="OpenSSL network support for io-streams"
 url="https://github.com/snapframework/openssl-streams;
 license=('BSD')


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 02:05:45
  Author: felixonmars
Revision: 430807

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-openssl-streams/repos/community-staging-x86_64/
  haskell-openssl-streams/repos/community-staging-x86_64/PKGBUILD
(from rev 430806, haskell-openssl-streams/trunk/PKGBUILD)

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

Copied: haskell-openssl-streams/repos/community-staging-x86_64/PKGBUILD (from 
rev 430806, haskell-openssl-streams/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-09 02:05:45 UTC (rev 430807)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=openssl-streams
+pkgname=haskell-openssl-streams
+pkgver=1.2.2.0
+pkgrel=3
+pkgdesc="OpenSSL network support for io-streams"
+url="https://github.com/snapframework/openssl-streams;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hsopenssl' 'haskell-io-streams' 'haskell-network')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ff1262afd26c82e97ed0a8bc7237728b47341968e8c6fe4a2351780508241f1588d12b32709d9be3b385db14b9b56eee77676cacb1c0a6bf632a8f25bdb775eb')
+
+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-protocol-xmpp/repos (2 files)

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 02:04:46
  Author: felixonmars
Revision: 430805

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-network-protocol-xmpp/repos/community-staging-x86_64/
  haskell-network-protocol-xmpp/repos/community-staging-x86_64/PKGBUILD
(from rev 430804, haskell-network-protocol-xmpp/trunk/PKGBUILD)

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

Copied: haskell-network-protocol-xmpp/repos/community-staging-x86_64/PKGBUILD 
(from rev 430804, haskell-network-protocol-xmpp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-09 02:04:46 UTC (rev 430805)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=network-protocol-xmpp
+pkgname=haskell-network-protocol-xmpp
+pkgver=0.4.8
+pkgrel=102
+pkgdesc="Client library for the XMPP protocol."
+url="https://john-millikin.com/software/haskell-xmpp/;
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-gnuidn" "haskell-gnutls" "haskell-gsasl" 
"haskell-libxml-sax"
+ "haskell-monads-tf" "haskell-network" "haskell-xml-types")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('029cbb1a0ea6691fd886b326eee7a24e8300bbece1f0c0f564b43b0e344f4107ca980d97342271cab0b9c1333fc445ac10f7dfae41dd2b6e6ea995bfb810311e')
+
+build() {
+cd $_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 $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 02:04:27
  Author: felixonmars
Revision: 430804

upgpkg: haskell-network-protocol-xmpp 0.4.8-102

rebuild with network 2.8.0.0

Modified:
  haskell-network-protocol-xmpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 02:03:49 UTC (rev 430803)
+++ PKGBUILD2019-02-09 02:04:27 UTC (rev 430804)
@@ -4,7 +4,7 @@
 _hkgname=network-protocol-xmpp
 pkgname=haskell-network-protocol-xmpp
 pkgver=0.4.8
-pkgrel=101
+pkgrel=102
 pkgdesc="Client library for the XMPP protocol."
 url="https://john-millikin.com/software/haskell-xmpp/;
 license=("GPL3")


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 02:03:49
  Author: felixonmars
Revision: 430803

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-network-multicast/repos/community-staging-x86_64/PKGBUILD (from 
rev 430802, haskell-network-multicast/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-09 02:03:49 UTC (rev 430803)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=network-multicast
+pkgname=haskell-network-multicast
+pkgver=0.2.0
+pkgrel=48
+pkgdesc="Simple multicast library"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:PublicDomain")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-network")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('121b42abeb2be9dd254f3ec54f2303c2eda50cf2ae232c354ddcdae87d36fe535cf8d70ee2a87fb782a8114ec55587122075270b08a69418a9f9b0827f692626')
+
+build() {
+cd $_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 $_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-multicast/trunk (PKGBUILD)

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 02:03:31
  Author: felixonmars
Revision: 430802

upgpkg: haskell-network-multicast 0.2.0-48

rebuild with network 2.8.0.0

Modified:
  haskell-network-multicast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 02:02:58 UTC (rev 430801)
+++ PKGBUILD2019-02-09 02:03:31 UTC (rev 430802)
@@ -4,7 +4,7 @@
 _hkgname=network-multicast
 pkgname=haskell-network-multicast
 pkgver=0.2.0
-pkgrel=47
+pkgrel=48
 pkgdesc="Simple multicast library"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:PublicDomain")


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 02:02:58
  Author: felixonmars
Revision: 430801

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-configfile/repos/community-staging-x86_64/PKGBUILD (from rev 
430800, haskell-configfile/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-09 02:02:58 UTC (rev 430801)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ConfigFile
+pkgname=haskell-configfile
+pkgver=1.1.4
+pkgrel=49
+pkgdesc="Configuration file reading & writing"
+url="http://software.complete.org/configfile;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-missingh')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4455110c95172461b2d82ae88ba4f386d5e49ddd7f7def83714d2f6198090f0d121166eece3efa735341da9bbc0029e704be00d3e671d24ad27e838dfe913776')
+
+build() {
+cd $_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-buildtests
+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 $_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 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+}


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 02:02:39
  Author: felixonmars
Revision: 430800

upgpkg: haskell-configfile 1.1.4-49

rebuild with network 2.8.0.0

Modified:
  haskell-configfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 02:01:46 UTC (rev 430799)
+++ PKGBUILD2019-02-09 02:02:39 UTC (rev 430800)
@@ -4,7 +4,7 @@
 _hkgname=ConfigFile
 pkgname=haskell-configfile
 pkgver=1.1.4
-pkgrel=48
+pkgrel=49
 pkgdesc="Configuration file reading & writing"
 url="http://software.complete.org/configfile;
 license=("BSD")


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 02:01:46
  Author: felixonmars
Revision: 430799

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-missingh/repos/community-staging-x86_64/PKGBUILD (from rev 
430798, haskell-missingh/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-09 02:01:46 UTC (rev 430799)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=MissingH
+pkgname=haskell-missingh
+pkgver=1.4.1.0
+pkgrel=9
+pkgdesc="Large utility library"
+url="http://software.complete.org/missingh;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-hunit" "haskell-hslogger" "haskell-network"
+ "haskell-old-locale" "haskell-old-time" "haskell-random"
+ "haskell-regex-compat")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0d6e5c89ad80da7dcb053535e455b5c5f36c5e3289820ee64197a404671a67213d14a57842122614eb7981d3eb6c563fbfd2657d5ea5d70d2400eb247a73371e')
+
+build() {
+cd $_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 $_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-missingh/trunk (PKGBUILD)

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 02:01:28
  Author: felixonmars
Revision: 430798

upgpkg: haskell-missingh 1.4.1.0-9

rebuild with network 2.8.0.0

Modified:
  haskell-missingh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 02:00:24 UTC (rev 430797)
+++ PKGBUILD2019-02-09 02:01:28 UTC (rev 430798)
@@ -4,7 +4,7 @@
 _hkgname=MissingH
 pkgname=haskell-missingh
 pkgver=1.4.1.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Large utility library"
 url="http://software.complete.org/missingh;
 license=("BSD")


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 02:00:05
  Author: felixonmars
Revision: 430796

upgpkg: haskell-libmpd 0.9.0.8-46

rebuild with network 2.8.0.0

Modified:
  haskell-libmpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 01:59:06 UTC (rev 430795)
+++ PKGBUILD2019-02-09 02:00:05 UTC (rev 430796)
@@ -7,7 +7,7 @@
 _hkgname=libmpd
 pkgname=haskell-libmpd
 pkgver=0.9.0.8
-pkgrel=45
+pkgrel=46
 pkgdesc='Client library for MPD, the Music Player Daemon'
 url='https://hackage.haskell.org/package/libmpd'
 license=('MIT')


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 02:00:24
  Author: felixonmars
Revision: 430797

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-libmpd/repos/community-staging-x86_64/
  haskell-libmpd/repos/community-staging-x86_64/PKGBUILD
(from rev 430796, haskell-libmpd/trunk/PKGBUILD)
  haskell-libmpd/repos/community-staging-x86_64/ghc-8.6.patch
(from rev 430796, haskell-libmpd/trunk/ghc-8.6.patch)

---+
 PKGBUILD  |   53 +
 ghc-8.6.patch |   36 
 2 files changed, 89 insertions(+)

Copied: haskell-libmpd/repos/community-staging-x86_64/PKGBUILD (from rev 
430796, haskell-libmpd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-09 02:00:24 UTC (rev 430797)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak 
+# Contributer: Colin Woodbury 
+# Contributer: Leif Warner 
+# Contributor: Cedric Girard 
+# Contributor: Arch Haskell Team 
+
+_hkgname=libmpd
+pkgname=haskell-libmpd
+pkgver=0.9.0.8
+pkgrel=46
+pkgdesc='Client library for MPD, the Music Player Daemon'
+url='https://hackage.haskell.org/package/libmpd'
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'gmp' 'haskell-attoparsec' 'haskell-bytestring' 
'haskell-containers' 'haskell-data-default'
+ 'haskell-filepath' 'haskell-network' 'haskell-time' 
'haskell-utf8-string'
+ 'haskell-primitive')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vimus/libmpd-haskell/archive/v${pkgver}.tar.gz
+ghc-8.6.patch)
+sha512sums=('5cc24fe3a81f59b9a7dff96771e9e5312a5e64e0947e191439447838f00f176fc5dbe086fb8fc774dd4896480eb552640e4f0d93ab947f78bf01c72aa93f6907'
+
'9b3f4a2ff5859f100468d0da0ceb78e0affd4fd48e8c0f221f6435f1fa13bbf815f654909ace0c737fc4a3a1d9208b269b7d9a16e731eb37fc4d61e09feaab9b')
+
+prepare() {
+  cd $_hkgname-haskell-$pkgver
+  patch -p1 -i ../ghc-8.6.patch
+}
+
+build() {
+  cd ${_hkgname}-haskell-${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 haddock
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+package() {
+  cd ${_hkgname}-haskell-${pkgver}
+  install -Dm 744 register.sh 
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm 755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+  runhaskell Setup copy --destdir="$pkgdir"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md changelog.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  ln -s /usr/share/doc/${pkgname}/html 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: haskell-libmpd/repos/community-staging-x86_64/ghc-8.6.patch (from rev 
430796, haskell-libmpd/trunk/ghc-8.6.patch)
===
--- community-staging-x86_64/ghc-8.6.patch  (rev 0)
+++ community-staging-x86_64/ghc-8.6.patch  2019-02-09 02:00:24 UTC (rev 
430797)
@@ -0,0 +1,36 @@
+diff --git a/src/Network/MPD/Commands/Types.hs 
b/src/Network/MPD/Commands/Types.hs
+index 699821a..b12e68e 100644
+--- a/src/Network/MPD/Commands/Types.hs
 b/src/Network/MPD/Commands/Types.hs
+@@ -44,6 +44,7 @@ import   Network.MPD.Commands.Arg (MPDArg(prep), 
Args(Args))
+ import   Data.Default.Class
+ 
+ import qualified Data.Map as M
++import   Data.Map.Strict (insertWith)
+ import   Data.Time.Clock (UTCTime)
+ import   Data.String
+ 
+@@ -263,7 +264,7 @@ sgGetTag meta s = M.lookup meta $ sgTags s
+ 
+ -- | Add metadata tag value.
+ sgAddTag :: Metadata -> Value -> Song -> Song
+-sgAddTag meta value s = s { sgTags = M.insertWith' (++) meta [value] (sgTags 
s) }
++sgAddTag meta value s = s { sgTags = insertWith (++) meta [value] (sgTags s) }
+ 
+ defaultSong :: Path -> Song
+ defaultSong path =
+diff --git a/src/Network/MPD/Core.hs b/src/Network/MPD/Core.hs
+index 29f7101..e4d4c1d 100644
+--- a/src/Network/MPD/Core.hs
 b/src/Network/MPD/Core.hs
+@@ -117,7 +117,8 @@ mpdOpen = MPD $ do
+ (Just <$> connectTo host (PortNumber $ fromInteger port))
+ `catchAny` const (return Nothing)
+ checkConn = do
+-[msg] <- send ""
++singleMsg <- send ""
++let [msg] = singleMsg
+ if "OK MPD" `isPrefixOf` msg

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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:59:06
  Author: felixonmars
Revision: 430795

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dns/repos/community-staging-x86_64/PKGBUILD (from rev 430794, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-09 01:59:06 UTC (rev 430795)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=3.0.4
+pkgrel=48
+pkgdesc="DNS library in Haskell"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-auto-update' 'haskell-attoparsec'
+ 'haskell-base64-bytestring' 'haskell-cryptonite' 'haskell-iproute'
+ 'haskell-network' 'haskell-psqueues' 'haskell-safe')
+makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-word8' 
'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('41cfecf8701d82ac3895ba03b53225b3273f166289472cde3a0a399384d05e83bfef5efba1b2ad8cfe2f180a895b144fd275b514430cc219a906053999e8d806')
+
+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
+# https://github.com/kazu-yamamoto/dns/issues/102
+runhaskell Setup test || warning "Tests failed"
+}
+
+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-dns/trunk (PKGBUILD)

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:58:47
  Author: felixonmars
Revision: 430794

upgpkg: haskell-dns 3.0.4-48

rebuild with network 2.8.0.0

Modified:
  haskell-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 01:57:32 UTC (rev 430793)
+++ PKGBUILD2019-02-09 01:58:47 UTC (rev 430794)
@@ -4,7 +4,7 @@
 _hkgname=dns
 pkgname=haskell-dns
 pkgver=3.0.4
-pkgrel=47
+pkgrel=48
 pkgdesc="DNS library in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:57:10
  Author: felixonmars
Revision: 430792

upgpkg: haskell-iproute 1.7.7-3

rebuild with network 2.8.0.0

Modified:
  haskell-iproute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 01:56:25 UTC (rev 430791)
+++ PKGBUILD2019-02-09 01:57:10 UTC (rev 430792)
@@ -4,7 +4,7 @@
 _hkgname=iproute
 pkgname=haskell-iproute
 pkgver=1.7.7
-pkgrel=2
+pkgrel=3
 pkgdesc="IP Routing Table"
 url="http://www.mew.org/~kazu/proj/iproute/;
 license=("BSD")


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:57:32
  Author: felixonmars
Revision: 430793

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-iproute/repos/community-staging-x86_64/PKGBUILD (from rev 
430792, haskell-iproute/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-09 01:57:32 UTC (rev 430793)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=iproute
+pkgname=haskell-iproute
+pkgver=1.7.7
+pkgrel=3
+pkgdesc="IP Routing Table"
+url="http://www.mew.org/~kazu/proj/iproute/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-appar" "haskell-byteorder" "haskell-network")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d9fdde77969b1614304b4220cc7ad664e9009b3f65780a6625a65926712919e39ef18f623c158eec38b028f4529f6a9a1673f2d4ec1722c435c073df0bad93df')
+
+build() {
+cd $_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 $_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-io-streams-haproxy/repos (2 files)

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:56:25
  Author: felixonmars
Revision: 430791

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-io-streams-haproxy/repos/community-staging-x86_64/
  haskell-io-streams-haproxy/repos/community-staging-x86_64/PKGBUILD
(from rev 430790, haskell-io-streams-haproxy/trunk/PKGBUILD)

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

Copied: haskell-io-streams-haproxy/repos/community-staging-x86_64/PKGBUILD 
(from rev 430790, haskell-io-streams-haproxy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-09 01:56:25 UTC (rev 430791)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=io-streams-haproxy
+pkgname=haskell-io-streams-haproxy
+pkgver=1.0.1.0
+pkgrel=2
+pkgdesc="HAProxy protocol 1.5 support for io-streams"
+url="https://github.com/snapframework/io-streams-haproxy;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-io-streams' 
'haskell-network')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6d9f2da6b014a9f2ee894237af56376b94616af1c1795681adac4bfd10edfb851cbe1a37295025c6ebf7e77fe7b5d2abba3557ac1a9ed594deabaee05151572a')
+
+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-io-streams-haproxy/trunk (PKGBUILD)

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:56:08
  Author: felixonmars
Revision: 430790

upgpkg: haskell-io-streams-haproxy 1.0.1.0-2

rebuild with network 2.8.0.0

Modified:
  haskell-io-streams-haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 01:55:15 UTC (rev 430789)
+++ PKGBUILD2019-02-09 01:56:08 UTC (rev 430790)
@@ -3,7 +3,7 @@
 _hkgname=io-streams-haproxy
 pkgname=haskell-io-streams-haproxy
 pkgver=1.0.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="HAProxy protocol 1.5 support for io-streams"
 url="https://github.com/snapframework/io-streams-haproxy;
 license=('BSD')


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:55:15
  Author: felixonmars
Revision: 430789

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-io-streams/repos/community-staging-x86_64/
  haskell-io-streams/repos/community-staging-x86_64/PKGBUILD
(from rev 430788, haskell-io-streams/trunk/PKGBUILD)

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

Copied: haskell-io-streams/repos/community-staging-x86_64/PKGBUILD (from rev 
430788, haskell-io-streams/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-09 01:55:15 UTC (rev 430789)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=io-streams
+pkgname=haskell-io-streams
+pkgver=1.5.1.0
+pkgrel=2
+pkgdesc="Simple, composable, and easy-to-use stream I/O"
+url="https://github.com/snapframework/io-streams;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-network' 'haskell-primitive' 
'haskell-vector'
+ 'haskell-zlib-bindings')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2' 'haskell-zlib')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('01ddf89f09cba429ab600e55994cb6740d4fcdeb23ce85822098d39dbe530a74256d66ea52429798787d9d549db3cd99a5078362b333a7f49c4926e74e0b460c')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' $_hkgname.cabal
+}
+
+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-io-streams/trunk (PKGBUILD)

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:54:58
  Author: felixonmars
Revision: 430788

upgpkg: haskell-io-streams 1.5.1.0-2

rebuild with network 2.8.0.0

Modified:
  haskell-io-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 01:52:58 UTC (rev 430787)
+++ PKGBUILD2019-02-09 01:54:58 UTC (rev 430788)
@@ -3,7 +3,7 @@
 _hkgname=io-streams
 pkgname=haskell-io-streams
 pkgver=1.5.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple, composable, and easy-to-use stream I/O"
 url="https://github.com/snapframework/io-streams;
 license=('BSD')


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:52:58
  Author: felixonmars
Revision: 430787

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-httpd-shed/repos/community-staging-x86_64/
  haskell-httpd-shed/repos/community-staging-x86_64/PKGBUILD
(from rev 430786, haskell-httpd-shed/trunk/PKGBUILD)

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

Copied: haskell-httpd-shed/repos/community-staging-x86_64/PKGBUILD (from rev 
430786, haskell-httpd-shed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-09 01:52:58 UTC (rev 430787)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=httpd-shed
+pkgname=haskell-httpd-shed
+pkgver=0.4.0.3
+pkgrel=46
+pkgdesc="A simple web-server with an interact style API"
+url="https://github.com/andygill/httpd-shed/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4fc4da5dd42194890e4201129c7217191cc1c8f82a366b84f42f9129c45fa5cb40211674608c84df420f8d8659fd60908880d14176a36f6aa0f89c01a8c1fa6c')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*2.7/<3/' $_hkgname.cabal
+}
+
+build() {
+cd $_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-buildexamples -fnetwork-uri
+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 $_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-httpd-shed/trunk (PKGBUILD)

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:52:40
  Author: felixonmars
Revision: 430786

upgpkg: haskell-httpd-shed 0.4.0.3-46

rebuild with network 2.8.0.0

Modified:
  haskell-httpd-shed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 01:51:45 UTC (rev 430785)
+++ PKGBUILD2019-02-09 01:52:40 UTC (rev 430786)
@@ -4,7 +4,7 @@
 _hkgname=httpd-shed
 pkgname=haskell-httpd-shed
 pkgver=0.4.0.3
-pkgrel=45
+pkgrel=46
 pkgdesc="A simple web-server with an interact style API"
 url="https://github.com/andygill/httpd-shed/;
 license=("BSD")


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:51:45
  Author: felixonmars
Revision: 430785

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http-common/repos/community-staging-x86_64/
  haskell-http-common/repos/community-staging-x86_64/PKGBUILD
(from rev 430784, haskell-http-common/trunk/PKGBUILD)

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

Copied: haskell-http-common/repos/community-staging-x86_64/PKGBUILD (from rev 
430784, haskell-http-common/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-09 01:51:45 UTC (rev 430785)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=http-common
+pkgname=haskell-http-common
+pkgver=0.8.2.0
+pkgrel=37
+pkgdesc="Common types for HTTP clients and servers"
+url="https://github.com/afcowie/http-common;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-case-insensitive'
+ 'haskell-network' 'haskell-unordered-containers')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('e02e9b08235483220856ed1cacebea1910ec41451d7ec68b86a2193f5c050f74ef3747a4a2c35c560795727d9f62ee6485cfd1ed5597fb7645ce6339f969851a')
+
+build() {
+cd $_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 $_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 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+}


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:51:28
  Author: felixonmars
Revision: 430784

upgpkg: haskell-http-common 0.8.2.0-37

rebuild with network 2.8.0.0

Modified:
  haskell-http-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 01:50:56 UTC (rev 430783)
+++ PKGBUILD2019-02-09 01:51:28 UTC (rev 430784)
@@ -3,7 +3,7 @@
 _hkgname=http-common
 pkgname=haskell-http-common
 pkgver=0.8.2.0
-pkgrel=36
+pkgrel=37
 pkgdesc="Common types for HTTP clients and servers"
 url="https://github.com/afcowie/http-common;
 license=('BSD')


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:50:56
  Author: felixonmars
Revision: 430783

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-09 01:50:39 UTC (rev 430782)
+++ PKGBUILD2019-02-09 01:50:56 UTC (rev 430783)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-apispec
-pkgname=(python-apispec python2-apispec)
-pkgver=0.39.0
-pkgrel=1
-pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
-url="https://github.com/marshmallow-code/apispec;
-license=('MIT')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado'
-  'python-bottle' 'python2-bottle' 'python-marshmallow' 
'python2-marshmallow'
-  'python-flask' 'python2-flask' 'python-prance' 'python2-prance' 
'python-yaml'
-  'python2-yaml' 'python-mock' 'python2-mock' 
'python-openapi-spec-validator'
-  'python2-openapi-spec-validator')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz;)
-sha512sums=('e43ed4ef6e7ac565e306427ad3bed619d72c9f894b1d7803635505496914ac6a1b784e670f98cf2ef3c119f0aad3891ded2a4f632694ead3ce0450b4402c875a')
-
-prepare() {
-  cp -a apispec-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/apispec-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/apispec-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/apispec-$pkgver
-  python setup.py pytest
-
-  cd "$srcdir"/apispec-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-apispec() {
-  depends=('python')
-  optdepends=('python-yaml: for yaml support'
-  'python-prance: for validation'
-  'python-openapi-spec-validator: for validation')
-
-  cd apispec-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-apispec() {
-  depends=('python2')
-  optdepends=('python2-yaml: for yaml support'
-  'python2-prance: for validation'
-  'python2-openapi-spec-validator: for validation')
-
-  cd apispec-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apispec/repos/community-any/PKGBUILD (from rev 430782, 
python-apispec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-09 01:50:56 UTC (rev 430783)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-apispec
+pkgname=(python-apispec python2-apispec)
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
+url="https://github.com/marshmallow-code/apispec;
+license=('MIT')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-tornado' 
'python2-tornado'
+  'python-bottle' 'python2-bottle' 'python-marshmallow' 
'python2-marshmallow'
+  'python-flask' 'python2-flask' 'python-prance' 'python2-prance' 
'python-yaml'
+  'python2-yaml' 'python-mock' 'python2-mock' 
'python-openapi-spec-validator'
+  'python2-openapi-spec-validator')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz;)
+sha512sums=('fa369bb8662f232aff352572c81711a48a470ddae0f61c5d4dc4a29182b41344002b516579a894459031ed57ff35110fb896191f7555c8d821a908704e9c867d')
+
+prepare() {
+  cp -a apispec-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/apispec-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/apispec-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/apispec-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/apispec-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-apispec() {
+  depends=('python')
+  optdepends=('python-yaml: for yaml support'
+  'python-prance: for validation'
+  'python-openapi-spec-validator: for validation')
+
+  cd apispec-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-apispec() {
+  depends=('python2')
+  optdepends=('python2-yaml: for yaml support'
+  'python2-prance: for validation'
+  'python2-openapi-spec-validator: for validation')
+
+  cd apispec-$pkgver-py2
+  

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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:50:39
  Author: felixonmars
Revision: 430782

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hsopenssl/repos/community-staging-x86_64/PKGBUILD (from rev 
430780, haskell-hsopenssl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-09 01:50:39 UTC (rev 430782)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=HsOpenSSL
+pkgname=haskell-hsopenssl
+pkgver=0.11.4.16
+pkgrel=2
+pkgdesc="Partial OpenSSL binding for Haskell"
+url="https://github.com/vshabanov/HsOpenSSL;
+license=('custom:PublicDomain')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network' 'openssl')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1f44f871eeffc218e7f2f19371054dc5fcfff68dbb893ef264c1fd14883c56be4b9166b9dc7e23dfd6a671f87b0bed42243fff18efe7f5ac5d8d017d32b4e7a7')
+
+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 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:50:35
  Author: felixonmars
Revision: 430781

upgpkg: python-apispec 1.0.0-1

Modified:
  python-apispec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 01:50:18 UTC (rev 430780)
+++ PKGBUILD2019-02-09 01:50:35 UTC (rev 430781)
@@ -2,7 +2,7 @@
 
 pkgbase=python-apispec
 pkgname=(python-apispec python2-apispec)
-pkgver=0.39.0
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="A pluggable API specification generator. Currently supports the 
OpenAPI Specification."
 url="https://github.com/marshmallow-code/apispec;
@@ -15,7 +15,7 @@
   'python2-yaml' 'python-mock' 'python2-mock' 
'python-openapi-spec-validator'
   'python2-openapi-spec-validator')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/marshmallow-code/apispec/archive/$pkgver.tar.gz;)
-sha512sums=('e43ed4ef6e7ac565e306427ad3bed619d72c9f894b1d7803635505496914ac6a1b784e670f98cf2ef3c119f0aad3891ded2a4f632694ead3ce0450b4402c875a')
+sha512sums=('fa369bb8662f232aff352572c81711a48a470ddae0f61c5d4dc4a29182b41344002b516579a894459031ed57ff35110fb896191f7555c8d821a908704e9c867d')
 
 prepare() {
   cp -a apispec-$pkgver{,-py2}


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:50:18
  Author: felixonmars
Revision: 430780

upgpkg: haskell-hsopenssl 0.11.4.16-2

rebuild with network 2.8.0.0

Modified:
  haskell-hsopenssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 01:49:16 UTC (rev 430779)
+++ PKGBUILD2019-02-09 01:50:18 UTC (rev 430780)
@@ -3,7 +3,7 @@
 _hkgname=HsOpenSSL
 pkgname=haskell-hsopenssl
 pkgver=0.11.4.16
-pkgrel=1
+pkgrel=2
 pkgdesc="Partial OpenSSL binding for Haskell"
 url="https://github.com/vshabanov/HsOpenSSL;
 license=('custom:PublicDomain')


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:48:59
  Author: felixonmars
Revision: 430778

upgpkg: git-repair 1.20170626-58

rebuild with network 2.8.0.0

Modified:
  git-repair/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 01:48:02 UTC (rev 430777)
+++ PKGBUILD2019-02-09 01:48:59 UTC (rev 430778)
@@ -2,7 +2,7 @@
 
 pkgname=git-repair
 pkgver=1.20170626
-pkgrel=57
+pkgrel=58
 pkgdesc="Repairs a damaged git repository"
 url="http://git-repair.branchable.com/;
 license=("GPL")


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:49:16
  Author: felixonmars
Revision: 430779

archrelease: copy trunk to community-staging-x86_64

Added:
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 430778, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-staging-x86_64/ghc-8.4.patch
(from rev 430778, git-repair/trunk/ghc-8.4.patch)

---+
 PKGBUILD  |   41 +
 ghc-8.4.patch |   29 +
 2 files changed, 70 insertions(+)

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 430778, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-09 01:49:16 UTC (rev 430779)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=58
+pkgdesc="Repairs a damaged git repository"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('x86_64')
+depends=('git' 'ghc-libs' 'haskell-async' 'haskell-data-default' 
'haskell-exceptions'
+ 'haskell-hslogger' 'haskell-ifelse' 'haskell-network' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'haskell-quickcheck' 'haskell-split'
+ 'haskell-unix-compat' 'haskell-utf8-string')
+makedepends=('ghc')
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver"
+ghc-8.4.patch)
+sha512sums=('SKIP'
+
'7aefb60b5857252bb5b9212865ecc6da0727ec24422fa75fd7442108483e63560bb71d5782c580735ac640d9ec1131cda68882d097ebbd5e2681a9fab4ccebd2')
+
+prepare() {
+  cd git-repair
+  patch -p1 -i ../ghc-8.4.patch
+}
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Copied: git-repair/repos/community-staging-x86_64/ghc-8.4.patch (from rev 
430778, git-repair/trunk/ghc-8.4.patch)
===
--- community-staging-x86_64/ghc-8.4.patch  (rev 0)
+++ community-staging-x86_64/ghc-8.4.patch  2019-02-09 01:49:16 UTC (rev 
430779)
@@ -0,0 +1,29 @@
+diff --git a/Git/Fsck.hs b/Git/Fsck.hs
+index a716b56..e7061cb 100644
+--- a/Git/Fsck.hs
 b/Git/Fsck.hs
+@@ -44,15 +44,17 @@ type MissingObjects = S.Set Sha
+ 
+ type Truncated = Bool
+ 
++instance Semigroup FsckOutput where
++  (<>) (FsckOutput s1 t1) (FsckOutput s2 t2) = FsckOutput (S.union s1 s2) 
(t1 || t2)
++  (<>) (FsckOutput s t) _ = FsckOutput s t
++  (<>) _ (FsckOutput s t) = FsckOutput s t
++  (<>) NoFsckOutput NoFsckOutput = NoFsckOutput
++  (<>) AllDuplicateEntriesWarning AllDuplicateEntriesWarning = 
AllDuplicateEntriesWarning
++  (<>) AllDuplicateEntriesWarning NoFsckOutput = 
AllDuplicateEntriesWarning
++  (<>) NoFsckOutput AllDuplicateEntriesWarning = 
AllDuplicateEntriesWarning
++
+ instance Monoid FsckOutput where
+   mempty = NoFsckOutput
+-  mappend (FsckOutput s1 t1) (FsckOutput s2 t2) = FsckOutput (S.union s1 
s2) (t1 || t2)
+-  mappend (FsckOutput s t) _ = FsckOutput s t
+-  mappend _ (FsckOutput s t) = FsckOutput s t
+-  mappend NoFsckOutput NoFsckOutput = NoFsckOutput
+-  mappend AllDuplicateEntriesWarning AllDuplicateEntriesWarning = 
AllDuplicateEntriesWarning
+-  mappend AllDuplicateEntriesWarning NoFsckOutput = 
AllDuplicateEntriesWarning
+-  mappend NoFsckOutput AllDuplicateEntriesWarning = 
AllDuplicateEntriesWarning
+ 
+ {- Runs fsck to find some of the broken objects in the repository.
+  - May not find all broken objects, if fsck fails on bad data in some of


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:48:02
  Author: felixonmars
Revision: 430777

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hslogger/repos/community-staging-x86_64/PKGBUILD (from rev 
430776, haskell-hslogger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-09 01:48:02 UTC (rev 430777)
@@ -0,0 +1,37 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Arch Haskell Team 
+
+pkgname=haskell-hslogger
+pkgver=1.2.12
+pkgrel=12
+pkgdesc="Versatile logging framework"
+url="https://hackage.haskell.org/package/hslogger;
+license=('LGPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network' 'haskell-old-locale')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz;)
+sha512sums=('a4dd318a2c1242dd289307a4b4b27d0bb74acd817eb39bbd205c215658e590436801f5277a1c91e8eb30fe8df6677a4b2901db24b52134b5e0ef9368536de861')
+
+build() {
+cd "${srcdir}/hslogger-${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}/hslogger-${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-hslogger/trunk (PKGBUILD)

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:47:45
  Author: felixonmars
Revision: 430776

upgpkg: haskell-hslogger 1.2.12-12

rebuild with network 2.8.0.0

Modified:
  haskell-hslogger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 01:46:52 UTC (rev 430775)
+++ PKGBUILD2019-02-09 01:47:45 UTC (rev 430776)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-hslogger
 pkgver=1.2.12
-pkgrel=11
+pkgrel=12
 pkgdesc="Versatile logging framework"
 url="https://hackage.haskell.org/package/hslogger;
 license=('LGPL')


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:46:52
  Author: felixonmars
Revision: 430775

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hackage-security/repos/community-staging-x86_64/
  haskell-hackage-security/repos/community-staging-x86_64/PKGBUILD
(from rev 430774, haskell-hackage-security/trunk/PKGBUILD)

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

Copied: haskell-hackage-security/repos/community-staging-x86_64/PKGBUILD (from 
rev 430774, haskell-hackage-security/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-09 01:46:52 UTC (rev 430775)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hackage-security
+pkgname=haskell-hackage-security
+pkgver=0.5.3.0
+pkgrel=38
+pkgdesc="Hackage security library"
+url="https://github.com/well-typed/hackage-security;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-base64-bytestring'
+ 'haskell-cryptohash-sha256' 'haskell-ed25519' 'haskell-network' 
'haskell-network-uri'
+ 'haskell-tar' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('57af812fb3911aed6ebdbc5de733e86a2bdc7845a07246c69346c59f654e7c4ae5bf20ad753cfe71dc1d7f47ce66a37fba49b178e8e6ff74002fc8ffb72d920d')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/<.*2.7/<3/' -e 's/< *2.4/<3/' -e 's/< *4.12/<5/' -e 's/< 
*0.6/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_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 \
+-fbase48 -fuse-network-uri -f-old-directory
+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 $_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 pony-stable/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:46:08
  Author: felixonmars
Revision: 430773

archrelease: copy trunk to community-x86_64

Added:
  pony-stable/repos/community-x86_64/PKGBUILD
(from rev 430772, pony-stable/trunk/PKGBUILD)
Deleted:
  pony-stable/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-09 01:45:49 UTC (rev 430772)
+++ PKGBUILD2019-02-09 01:46:08 UTC (rev 430773)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Xavier Francisco 
-
-pkgname=pony-stable
-pkgver=0.1.6
-pkgrel=1
-pkgdesc="A simple dependency manager for the Pony language."
-arch=('x86_64')
-url="https://github.com/ponylang/pony-stable;
-license=('BSD')
-depends=('ponyc')
-source=("pony-stable-$pkgver.tar.gz::https://github.com/ponylang/pony-stable/archive/$pkgver.tar.gz;)
-sha512sums=('46a11f4fa7e8f10c04028c655d5723adb2792455af57879d0eb4b776d2e5057b16db31d4e439dce7f1702fe9cc468fd83048a2ae6c1993bb430df92f085c8a78')
-
-build() {
-  cd pony-stable-$pkgver
-  make
-}
-
-check() {
-  cd pony-stable-$pkgver
-  make test
-}
-
-package() {
-  cd pony-stable-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr install
-}

Copied: pony-stable/repos/community-x86_64/PKGBUILD (from rev 430772, 
pony-stable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-09 01:46:08 UTC (rev 430773)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Contributor: Xavier Francisco 
+
+pkgname=pony-stable
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="A simple dependency manager for the Pony language."
+arch=('x86_64')
+url="https://github.com/ponylang/pony-stable;
+license=('BSD')
+depends=('ponyc')
+source=("pony-stable-$pkgver.tar.gz::https://github.com/ponylang/pony-stable/archive/$pkgver.tar.gz;)
+sha512sums=('72e7cfaab90f54e18adcb4e6d2d2a752ddab9b10cfa017d0e751183165e5de94b547cc5bcae7ff2268fe594e8901cb42ce50a86b9fed706ea0441efd3080f72b')
+
+build() {
+  cd pony-stable-$pkgver
+  make
+}
+
+check() {
+  cd pony-stable-$pkgver
+  make test
+}
+
+package() {
+  cd pony-stable-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr install
+}


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:46:34
  Author: felixonmars
Revision: 430774

upgpkg: haskell-hackage-security 0.5.3.0-38

rebuild with network 2.8.0.0

Modified:
  haskell-hackage-security/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 01:46:08 UTC (rev 430773)
+++ PKGBUILD2019-02-09 01:46:34 UTC (rev 430774)
@@ -4,7 +4,7 @@
 _hkgname=hackage-security
 pkgname=haskell-hackage-security
 pkgver=0.5.3.0
-pkgrel=37
+pkgrel=38
 pkgdesc="Hackage security library"
 url="https://github.com/well-typed/hackage-security;
 license=("BSD")


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:45:31
  Author: felixonmars
Revision: 430771

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-network/repos/community-staging-x86_64/PKGBUILD (from rev 
430770, haskell-network/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-09 01:45:31 UTC (rev 430771)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.8.0.0
+pkgrel=1
+pkgdesc="Low-level networking interface"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+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=('c500c8664ecfbeb42476eb4c882af679d9936236435f8eac557c33b746d5872af8625a12c1d5d0b969b168de5bf9606349aaa85f987accf2f958aba52d7ad826')
+
+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
+# https://github.com/haskell/network/issues/333#issuecomment-400173091
+runhaskell Setup test || warning "Tests failed"
+}
+
+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 pony-stable/trunk (PKGBUILD)

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:45:49
  Author: felixonmars
Revision: 430772

upgpkg: pony-stable 0.2.0-1

Modified:
  pony-stable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 01:45:31 UTC (rev 430771)
+++ PKGBUILD2019-02-09 01:45:49 UTC (rev 430772)
@@ -2,7 +2,7 @@
 # Contributor: Xavier Francisco 
 
 pkgname=pony-stable
-pkgver=0.1.6
+pkgver=0.2.0
 pkgrel=1
 pkgdesc="A simple dependency manager for the Pony language."
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('ponyc')
 
source=("pony-stable-$pkgver.tar.gz::https://github.com/ponylang/pony-stable/archive/$pkgver.tar.gz;)
-sha512sums=('46a11f4fa7e8f10c04028c655d5723adb2792455af57879d0eb4b776d2e5057b16db31d4e439dce7f1702fe9cc468fd83048a2ae6c1993bb430df92f085c8a78')
+sha512sums=('72e7cfaab90f54e18adcb4e6d2d2a752ddab9b10cfa017d0e751183165e5de94b547cc5bcae7ff2268fe594e8901cb42ce50a86b9fed706ea0441efd3080f72b')
 
 build() {
   cd pony-stable-$pkgver


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:45:13
  Author: felixonmars
Revision: 430770

upgpkg: haskell-network 2.8.0.0-1

rebuild with network 2.8.0.0

Modified:
  haskell-network/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 01:43:38 UTC (rev 430769)
+++ PKGBUILD2019-02-09 01:45:13 UTC (rev 430770)
@@ -3,8 +3,8 @@
 
 _hkgname=network
 pkgname=haskell-network
-pkgver=2.7.0.2
-pkgrel=18
+pkgver=2.8.0.0
+pkgrel=1
 pkgdesc="Low-level networking interface"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')
@@ -12,7 +12,7 @@
 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=('cf82fddbdcee160a86fd8daec0141503906bb8955f9bdd8bbcc8fee608a90b13ed8e3fd24d550be1b7ff2108afe893ded9459e61ed05d637f1ba2ebfbd62454b')
+sha512sums=('c500c8664ecfbeb42476eb4c882af679d9936236435f8eac557c33b746d5872af8625a12c1d5d0b969b168de5bf9606349aaa85f987accf2f958aba52d7ad826')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:43:38
  Author: felixonmars
Revision: 430769

archrelease: copy trunk to community-any

Added:
  dns-lexicon/repos/community-any/PKGBUILD
(from rev 430768, dns-lexicon/trunk/PKGBUILD)
Deleted:
  dns-lexicon/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-09 01:43:19 UTC (rev 430768)
+++ PKGBUILD2019-02-09 01:43:38 UTC (rev 430769)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=dns-lexicon
-pkgver=3.1.3
-pkgrel=1
-pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
-arch=('any')
-url="https://github.com/AnalogJ/lexicon;
-license=('MIT')
-depends=('python-future' 'python-tldextract' 'python-cryptography' 
'python-yaml' 'python-setuptools'
- # requests[security] Expanded:
- 'python-requests' 'python-pyopenssl' 'python-idna')
-optdepends=('python-softlayer: for SoftLayer support'
-'python-boto3: for Route53 support'
-'python-pynamecheap: for Namecheap support'
-'python-zeep: for Subreg support'
-'python-xmltodict: for Plesk support'
-'python-beautifulsoup4: for Henet support'
-'python-localzone: for localzone support')
-checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3' 'python-mock'
-  'python-pynamecheap' 'python-zeep' 'python-xmltodict' 
'python-beautifulsoup4'
-  'python-localzone' 'bind-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
-sha512sums=('433cf12675955504d7e89a387147098779f4c84b6f0634c467ea15485cbe337d3d57b60d4564f297c54230b3c9025be0ab49094a9b2c5d02f7baddc20474c8e0')
-
-build() {
-  cd lexicon-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd lexicon-$pkgver
-  python setup.py pytest --addopts '--ignore 
lexicon/tests/providers/test_transip.py'
-}
-
-package() {
-  cd lexicon-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dns-lexicon/repos/community-any/PKGBUILD (from rev 430768, 
dns-lexicon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-09 01:43:38 UTC (rev 430769)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+pkgname=dns-lexicon
+pkgver=3.1.4
+pkgrel=1
+pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
+arch=('any')
+url="https://github.com/AnalogJ/lexicon;
+license=('MIT')
+depends=('python-future' 'python-tldextract' 'python-cryptography' 
'python-yaml' 'python-setuptools'
+ # requests[security] Expanded:
+ 'python-requests' 'python-pyopenssl' 'python-idna')
+optdepends=('python-softlayer: for SoftLayer support'
+'python-boto3: for Route53 support'
+'python-pynamecheap: for Namecheap support'
+'python-zeep: for Subreg support'
+'python-xmltodict: for Plesk support'
+'python-beautifulsoup4: for Henet support'
+'python-localzone: for localzone support')
+checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3' 'python-mock'
+  'python-pynamecheap' 'python-zeep' 'python-xmltodict' 
'python-beautifulsoup4'
+  'python-localzone' 'bind-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
+sha512sums=('89739e1a8dceda3802b8a6cf6a6fda709ee9d3bad4fd8a9382531aec747c46323202788eecb2284f1d232cfc61794f3e0782206b8bd48b04721608acb909e4fc')
+
+build() {
+  cd lexicon-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd lexicon-$pkgver
+  python setup.py pytest --addopts '--ignore 
lexicon/tests/providers/test_transip.py'
+}
+
+package() {
+  cd lexicon-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Saturday, February 9, 2019 @ 01:43:19
  Author: felixonmars
Revision: 430768

upgpkg: dns-lexicon 3.1.4-1

Modified:
  dns-lexicon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-09 01:38:54 UTC (rev 430767)
+++ PKGBUILD2019-02-09 01:43:19 UTC (rev 430768)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=dns-lexicon
-pkgver=3.1.3
+pkgver=3.1.4
 pkgrel=1
 pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
 arch=('any')
@@ -21,7 +21,7 @@
   'python-pynamecheap' 'python-zeep' 'python-xmltodict' 
'python-beautifulsoup4'
   'python-localzone' 'bind-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
-sha512sums=('433cf12675955504d7e89a387147098779f4c84b6f0634c467ea15485cbe337d3d57b60d4564f297c54230b3c9025be0ab49094a9b2c5d02f7baddc20474c8e0')
+sha512sums=('89739e1a8dceda3802b8a6cf6a6fda709ee9d3bad4fd8a9382531aec747c46323202788eecb2284f1d232cfc61794f3e0782206b8bd48b04721608acb909e4fc')
 
 build() {
   cd lexicon-$pkgver


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

2019-02-08 Thread Gaëtan Bisson via arch-commits
Date: Saturday, February 9, 2019 @ 00:09:36
  Author: bisson
Revision: 430757

upstream update

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 23:22:01 UTC (rev 430756)
+++ PKGBUILD2019-02-09 00:09:36 UTC (rev 430757)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.8.3
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='https://unbound.net/'
@@ -20,7 +20,7 @@
 'service'
 'hook'
 'conf')
-sha256sums=('2b692b8311edfad41e7d0380aac34576060d4176add81dc5db419c79b2a4cecc'
+sha256sums=('415af94b8392bc6b2c52e44ac8f17935cc6ddf2cc81edfb47c5be4ad205ab917'
 'SKIP'
 '85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
 '31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'


[arch-commits] Commit in unbound/repos/community-x86_64 (12 files)

2019-02-08 Thread Gaëtan Bisson via arch-commits
Date: Saturday, February 9, 2019 @ 00:10:23
  Author: bisson
Revision: 430758

archrelease: copy trunk to community-x86_64

Added:
  unbound/repos/community-x86_64/PKGBUILD
(from rev 430757, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 430757, unbound/trunk/conf)
  unbound/repos/community-x86_64/hook
(from rev 430757, unbound/trunk/hook)
  unbound/repos/community-x86_64/service
(from rev 430757, unbound/trunk/service)
  unbound/repos/community-x86_64/sysusers.d
(from rev 430757, unbound/trunk/sysusers.d)
  unbound/repos/community-x86_64/tmpfiles.d
(from rev 430757, unbound/trunk/tmpfiles.d)
Deleted:
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/hook
  unbound/repos/community-x86_64/service
  unbound/repos/community-x86_64/sysusers.d
  unbound/repos/community-x86_64/tmpfiles.d

+
 PKGBUILD   |  132 +--
 conf   |   12 ++---
 hook   |   20 
 service|   26 +--
 sysusers.d |2 
 tmpfiles.d |2 
 6 files changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-09 00:09:36 UTC (rev 430757)
+++ PKGBUILD2019-02-09 00:10:23 UTC (rev 430758)
@@ -1,66 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.8.3
-pkgrel=1
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='https://unbound.net/'
-license=('custom:BSD')
-arch=('x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 
'dnssec-anchors')
-backup=('etc/unbound/unbound.conf')
-validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
-source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sysusers.d'
-'tmpfiles.d'
-'service'
-'hook'
-'conf')
-sha256sums=('2b692b8311edfad41e7d0380aac34576060d4176add81dc5db419c79b2a4cecc'
-'SKIP'
-'85b8f00881fb93bcce83bdfe3246463a396eb5b352c0d7f5fca32fcb839d22fa'
-'31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6'
-'a8a31511cb3d8c8092f0f9edb8887701eceac0108a177af8486c35a1d3ead601'
-'2746aede36b1f57efdcc370b7643ce31ff9e6acb9a1f62705987b07eaed866a3'
-'ddc0ead682c5035cdd3a29d4ab12936a73573c82c27f14026998a378de56f418')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-rpath \
-   --enable-dnscrypt \
-   --enable-dnstap \
-   --enable-pie \
-   --enable-relro-now \
-   --enable-subnet \
-   --enable-tfo-client \
-   --enable-tfo-server \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid \
-   --with-rootkey-file=/etc/trusted-key.key \
-   --with-libevent \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../sysusers.d "${pkgdir}/usr/lib/sysusers.d/unbound.conf"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-
-   # Trust anchor file available from within unbound's chroot.
-   install -Dm644 ../tmpfiles.d "${pkgdir}/usr/lib/tmpfiles.d/unbound.conf"
-   install -Dm644 ../hook 
"${pkgdir}/usr/share/libalpm/hooks/unbound-key.hook"
-}

Copied: unbound/repos/community-x86_64/PKGBUILD (from rev 430757, 
unbound/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-09 00:10:23 UTC (rev 430758)
@@ -0,0 +1,66 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='https://unbound.net/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('fstrm' 'openssl' 'libsodium' 'protobuf-c' 'libevent' 'ldns' 
'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
+source=("https://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sysusers.d'
+'tmpfiles.d'
+'service'
+

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

2019-02-08 Thread Evangelos Foutras via arch-commits
Date: Friday, February 8, 2019 @ 23:35:31
  Author: foutrelis
Revision: 345684

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-fresh/repos/staging-x86_64/
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD
(from rev 345683, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-boost-1.69.patch
(from rev 345683, libreoffice-fresh/trunk/libreoffice-boost-1.69.patch)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh
(from rev 345683, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh
(from rev 345683, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 345683, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)

--+
 PKGBUILD |  333 +
 libreoffice-boost-1.69.patch |   17 
 libreoffice-fresh.csh|6 
 libreoffice-fresh.sh |6 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 5 files changed, 380 insertions(+)

Copied: libreoffice-fresh/repos/staging-x86_64/PKGBUILD (from rev 345683, 
libreoffice-fresh/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-02-08 23:35:31 UTC (rev 345684)
@@ -0,0 +1,333 @@
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# 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_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
+_LOver=6.2.0.3
+pkgver=6.2.0
+pkgrel=2
+arch=('x86_64')
+license=('LGPL3')
+url="http://www.libreoffice.org/;
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
+   'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'ant'
+   'gperf' 'gtk3' 'qt5-base' 'plasma-framework' 'cppunit' 'beanshell' 
'clucene'
+   'junit' 'libmythes' 'libwpg'  'java-environment=8' 'postgresql-libs' 
'mariadb-libs' 'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops'  'mdds'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 
'libpagemaker' 'glm'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
+   'libexttextcat' 'libcmis' 'gobject-introspection' 'libfbclient'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
+   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
+)
+
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url="http://dev-www.libreoffice.org/src;
+_additional_source_url2="http://dev-www.libreoffice.org/extern;
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
+   ${_additional_source_url}/language-subtag-registry-2018-04-23.tar.bz2
+   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
+   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
+   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
+   ${_additional_source_url}/pdfium-3550.tar.bz2
+   ${_additional_source_url}/lxml-4.1.1.tgz
+   
${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
  # for test suite
+   
${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar
 # for test suite
+   

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

2019-02-08 Thread Evangelos Foutras via arch-commits
Date: Friday, February 8, 2019 @ 23:35:16
  Author: foutrelis
Revision: 345683

poppler 0.74.0 rebuild

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 23:21:05 UTC (rev 345682)
+++ PKGBUILD2019-02-08 23:35:16 UTC (rev 345683)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=6.2.0.3
 pkgver=6.2.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;


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

2019-02-08 Thread Konstantin Gizdov via arch-commits
Date: Friday, February 8, 2019 @ 23:22:01
  Author: kgizdov
Revision: 430756

archrelease: copy trunk to community-x86_64

Added:
  xrootd/repos/community-x86_64/
  xrootd/repos/community-x86_64/PKGBUILD
(from rev 430755, xrootd/trunk/PKGBUILD)

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

Copied: xrootd/repos/community-x86_64/PKGBUILD (from rev 430755, 
xrootd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-02-08 23:22:01 UTC (rev 430756)
@@ -0,0 +1,171 @@
+# Maintainer: Konstantin Gizdov < arch at kge dot pw >
+# Contributor: Jan Kašpar < jan.kaspar at gmail dot com >
+# Contributor: Alex Pearce < alex at alexpearce dot me >
+pkgbase=xrootd
+pkgname=('xrootd' 'python-xrootd' 'python-pyxrootd' 'python2-xrootd' 
'python2-pyxrootd')
+pkgdesc="Software framework for fast, low latency, scalable and fault tolerant 
data access."
+pkgver=4.8.5
+pkgrel=5
+arch=('x86_64')
+url="http://xrootd.org;
+license=('LGPL3')
+depends=('ceph' 'python' 'cppunit')
+makedepends=('ceph' 'cmake' 'python')
+checkdepends=('cppunit')
+source=("${url}/download/v${pkgver}/xrootd-${pkgver}.tar.gz")
+sha256sums=('42e4d2cc6f8b442135f09bcc12c7be38b1a0c623a005cb5e69ff3d27997bdf73')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+# configure
+mkdir -p "${srcdir}/build"
+cd "${srcdir}/build"
+
+CFLAGS="${CFLAGS}" \
+CXXFLAGS="${CXXFLAGS}" \
+LDFLAGS="${LDFLAGS}" \
+cmake -DCMAKE_BUILD_TYPE:STRING=Release \
+  -DCMAKE_INSTALL_LIBDIR:PATH=lib \
+  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+  -DBUILD_TESTS=1 \
+  -DCPPUNIT_FOUND=1 \
+  -DCPPUNIT_INCLUDE_DIRS=/usr/include \
+  -DCPPUNIT_LIBRARIES=/usr/lib/libcppunit.so \
+  -DXRD_PYTHON_REQ_VERSION=$( python -c 'import sys; 
print(str(sys.version_info[0]) + "." + str(sys.version_info[1]))' ) \
+  "${srcdir}/${pkgbase}-${pkgver}"
+
+cd "${srcdir}"
+mv "${srcdir}/build" "${srcdir}/build-py3"
+mkdir -p "${srcdir}/build"
+cd "${srcdir}/build"
+
+CFLAGS="${CFLAGS}" \
+CXXFLAGS="${CXXFLAGS}" \
+LDFLAGS="${LDFLAGS}" \
+cmake -DCMAKE_BUILD_TYPE:STRING=Release \
+  -DCMAKE_INSTALL_LIBDIR:PATH=lib \
+  -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+  -DBUILD_TESTS=1 \
+  -DCPPUNIT_FOUND=1 \
+  -DCPPUNIT_INCLUDE_DIRS=/usr/include \
+  -DCPPUNIT_LIBRARIES=/usr/lib/libcppunit.so \
+  -DXRD_PYTHON_REQ_VERSION=$( python2 -c 'import sys; 
print(str(sys.version_info[0]) + "." + str(sys.version_info[1]))' ) \
+  "${srcdir}/${pkgbase}-${pkgver}"
+mv "${srcdir}/build/bindings/python"  
"${srcdir}/build-py3/bindings/python2"
+
+# build
+cd "${srcdir}"
+rm -rf "${srcdir}/build"
+mv "${srcdir}/build-py3" "${srcdir}/build"
+cd "${srcdir}/build"
+
+# Python2 bindings first
+mv "${srcdir}/build/bindings/python" "${srcdir}/build/bindings/python3"
+mv "${srcdir}/build/bindings/python2" "${srcdir}/build/bindings/python"
+make
+
+# Python bindings second
+mv "${srcdir}/build/bindings/python" "${srcdir}/build/bindings/python2"
+mv "${srcdir}/build/bindings/python3" "${srcdir}/build/bindings/python"
+make -f "bindings/python/Makefile"
+mv "${srcdir}/build/bindings/python" "${srcdir}/build/bindings/python3"
+}
+
+check() {
+cd "${srcdir}/build/tests"
+
+./common/text-runner ./XrdCephTests/libXrdCephTests.so "All Tests"
+
+##
+# This requires a running XRootD server with multiIP DNS forwarder and 
local disk servers
+# only run this if you have configured the env correctly,
+# examples in https://github.com/xrootd/xrootd-test-suite
+# sample environment can be configured like so:
+# export XRDTEST_MAINSERVERURL=metaman.xrd.test
+# or export XRDTEST_MAINSERVERURL=http://xrootd.cern.ch/
+# export XRDTEST_DISKSERVERURL=srv1.xrd.test
+# or export XRDTEST_DISKSERVERURL=http://xrootd.cern.ch/
+# export XRDTEST_DATAPATH=/tests/test-files/
+# export XRDTEST_LOCALFILE=/data/a048e67f-4397-4bb8-85eb-8d7e40d90763.dat
+# or export XRDTEST_LOCALFILE=/tmp/accwe.root
+# export 
XRDTEST_REMOTEFILE=${XRDTEST_MAINSERVERURL}${XRDTEST_DATAPATH}/a048e67f-4397-4bb8-85eb-8d7e40d90763.dat
+# or export XRDTEST_MULTIIPSERVERURL=multiip.xrd.test
+# ./common/text-runner ./XrdClTests/libXrdClTests.so "All Tests"
+}
+
+package_xrootd() {
+pkgdesc="Software framework for fast, low latency, scalable and fault 
tolerant data access."
+cd "${srcdir}/build"
+
+# Python first
+mv "${srcdir}/build/bindings/python3" "${srcdir}/build/bindings/python"
+make DESTDIR="${pkgdir}" install
+mv "${srcdir}/build/bindings/python" "${srcdir}/build/bindings/python3"
+
+rm -rf "${pkgdir}/usr/lib"/python*
+}
+

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

2019-02-08 Thread Felix Yan via arch-commits
Date: Friday, February 8, 2019 @ 23:21:05
  Author: felixonmars
Revision: 345682

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-still/repos/staging-x86_64/
  libreoffice-still/repos/staging-x86_64/0001-Update-mdds-to-1.4.1.patch
(from rev 345681, libreoffice-still/trunk/0001-Update-mdds-to-1.4.1.patch)
  libreoffice-still/repos/staging-x86_64/0001-Update-orcus-to-0.14.0.patch
(from rev 345681, libreoffice-still/trunk/0001-Update-orcus-to-0.14.0.patch)
  libreoffice-still/repos/staging-x86_64/PKGBUILD
(from rev 345681, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-x86_64/emfio.patch
(from rev 345681, libreoffice-still/trunk/emfio.patch)
  libreoffice-still/repos/staging-x86_64/libreoffice-boost-1.69.patch
(from rev 345681, libreoffice-still/trunk/libreoffice-boost-1.69.patch)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.csh
(from rev 345681, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.sh
(from rev 345681, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 345681, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/staging-x86_64/poppler-0.70.patch
(from rev 345681, libreoffice-still/trunk/poppler-0.70.patch)

--+
 0001-Update-mdds-to-1.4.1.patch  |  694 ++
 0001-Update-orcus-to-0.14.0.patch|  802 +
 PKGBUILD |  337 +++
 emfio.patch  |  292 ++
 libreoffice-boost-1.69.patch |   17 
 libreoffice-still.csh|5 
 libreoffice-still.sh |5 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 poppler-0.70.patch   |   45 
 9 files changed, 2215 insertions(+)

Copied: libreoffice-still/repos/staging-x86_64/0001-Update-mdds-to-1.4.1.patch 
(from rev 345681, libreoffice-still/trunk/0001-Update-mdds-to-1.4.1.patch)
===
--- staging-x86_64/0001-Update-mdds-to-1.4.1.patch  
(rev 0)
+++ staging-x86_64/0001-Update-mdds-to-1.4.1.patch  2019-02-08 23:21:05 UTC 
(rev 345682)
@@ -0,0 +1,694 @@
+From 3debd23d47d1fcbef76033c739a0b7003824d4ca Mon Sep 17 00:00:00 2001
+From: Noel Grandin 
+Date: Sat, 11 Aug 2018 13:25:09 +0200
+Subject: [PATCH] Update mdds to 1.4.1
+
+loplugin:constantparam
+
+Reviewed-on: https://gerrit.libreoffice.org/58875
+Tested-by: Jenkins
+Reviewed-by: Noel Grandin 
+(cherry picked from commit bb6f2b12e8f0bbc99a5ca93141d35fd40b043e55)
+
+Update mdds to 1.4.1.
+
+The largest change in 1.4.x relevant to the calc code is that the
+multi_type_matrix::walk() methods now take a copy of the function
+object rather than a reference, to allow for it to take an inline
+lambda function.  Instead, it does return a instance of the input
+function object, similar to how std::for_each() behaves.
+
+In case the function object contains a large data member, try to
+make it a moveable so that it will get moved rather than copied
+when going through one of the walk() methods.
+
+Reviewed-on: https://gerrit.libreoffice.org/59584
+Tested-by: Jenkins
+Reviewed-by: Kohei Yoshida 
+(cherry picked from commit 51f73f35ea61dd81dd3194af50394b98ff1bf8e9)
+
+mdds 1.4.1 is now a minimum requirement.
+
+Reviewed-on: https://gerrit.libreoffice.org/59614
+Tested-by: Jenkins
+Reviewed-by: Kohei Yoshida 
+(cherry picked from commit 4d1f735fcf064b18ef2848cc1f5a2a0616b0b33d)
+
+fd08fc4a2ed75039e5292a35ff08726e0126c77f
+647bcfbdd8e0417990ed93b25c1bca00f60df709
+
+Change-Id: I676a8408e97cc8134009f764736cad68513c89ad
+---
+ configure.ac  |   2 +-
+ download.lst  |   4 +-
+ external/mdds/UnpackedTarball_mdds.mk |   3 -
+ external/mdds/c++17.patch |  22 ---
+ sc/inc/scmatrix.hxx   |   6 +-
+ sc/source/core/tool/interpr3.cxx  |   4 +-
+ sc/source/core/tool/scmatrix.cxx  | 208 +++---
+ 7 files changed, 161 insertions(+), 88 deletions(-)
+ delete mode 100644 external/mdds/c++17.patch
+
+diff --git a/configure.ac b/configure.ac
+index 735ebf2e360a..3ff574a3f24f 100644
+--- a/configure.ac
 b/configure.ac
+@@ -8883,7 +8883,7 @@ AC_SUBST(SYSTEM_BOOST)
+ dnl ===
+ dnl Check for system mdds
+ dnl ===
+-libo_CHECK_SYSTEM_MODULE([mdds], [MDDS], [mdds-1.2 >= 1.2.3], 
["-I${WORKDIR}/UnpackedTarball/mdds/include"])
++libo_CHECK_SYSTEM_MODULE([mdds], [MDDS], [mdds-1.4 >= 1.4.1], 

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

2019-02-08 Thread Felix Yan via arch-commits
Date: Friday, February 8, 2019 @ 23:20:24
  Author: felixonmars
Revision: 345681

poppler 0.74.0 rebuild

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 22:43:03 UTC (rev 345680)
+++ PKGBUILD2019-02-08 23:20:24 UTC (rev 345681)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=6.1.5.2
 pkgver=6.1.5
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/;


[arch-commits] Commit in cern-vdt/repos/community-x86_64 (.SRCINFO PKGBUILD PKGBUILD)

2019-02-08 Thread Konstantin Gizdov via arch-commits
Date: Friday, February 8, 2019 @ 23:16:48
  Author: kgizdov
Revision: 430755

archrelease: copy trunk to community-x86_64

Added:
  cern-vdt/repos/community-x86_64/PKGBUILD
(from rev 430754, cern-vdt/trunk/PKGBUILD)
Deleted:
  cern-vdt/repos/community-x86_64/.SRCINFO
  cern-vdt/repos/community-x86_64/PKGBUILD

--+
 .SRCINFO |   17 
 PKGBUILD |   62 ++---
 2 files changed, 31 insertions(+), 48 deletions(-)

Deleted: .SRCINFO
===
--- .SRCINFO2019-02-08 23:15:56 UTC (rev 430754)
+++ .SRCINFO2019-02-08 23:16:48 UTC (rev 430755)
@@ -1,17 +0,0 @@
-pkgbase = cern-vdt
-   pkgdesc = A vectorised math library from CERN
-   pkgver = 0.4.3
-   pkgrel = 1
-   url = https://github.com/dpiparo/vdt
-   arch = i686
-   arch = x86_64
-   license = LGPL3
-   makedepends = cmake
-   source = https://github.com/dpiparo/vdt/archive/v0.4.3.tar.gz
-   md5sums = f5e494e0c5d011a85d7aa6e022560781
-   sha1sums = 5f31e9f4c1755bfe14150a4d2668e3485169cdfe
-   sha256sums = 
705674612ebb5c182b65a8f61f4d173eb7fe7cdeee2235b402541a492e08ace1
-   sha512sums = 
e1edbb71829527208f8c6ee89c8774f78db5e6a4221a3a79b538d8fd8df89da93ec66833509faecebeabf37f28a8a45d76e1f6b0d65af5eb1e6c7e1c26f42264
-
-pkgname = cern-vdt
-

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-08 23:15:56 UTC (rev 430754)
+++ PKGBUILD2019-02-08 23:16:48 UTC (rev 430755)
@@ -1,31 +0,0 @@
-# Maintainer: Konstantin Gizdov 
-# Contributor: Raphael Isemann 
-
-pkgname=cern-vdt
-_pkgname=vdt
-pkgver=0.4.3
-pkgrel=1
-pkgdesc='A vectorised math library from CERN'
-arch=('x86_64')
-url='https://github.com/dpiparo/vdt'
-license=('LGPL3')
-depends=('glibc')
-makedepends=('cmake' 'python')
-source=("https://github.com/dpiparo/${_pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('705674612ebb5c182b65a8f61f4d173eb7fe7cdeee2235b402541a492e08ace1')
-
-build() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-
-mkdir build && cd build
-cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-make
-}
-
-package() {
-cd "${srcdir}/${_pkgname}-${pkgver}/build"
-
-make DESTDIR="${pkgdir}/" install
-
-install -Dm644 ../Licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: cern-vdt/repos/community-x86_64/PKGBUILD (from rev 430754, 
cern-vdt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-08 23:16:48 UTC (rev 430755)
@@ -0,0 +1,31 @@
+# Maintainer: Konstantin Gizdov 
+# Contributor: Raphael Isemann 
+
+pkgname=cern-vdt
+_pkgname=vdt
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='A vectorised math library from CERN'
+arch=('x86_64')
+url='https://github.com/dpiparo/vdt'
+license=('LGPL3')
+depends=('glibc')
+makedepends=('cmake' 'python')
+source=("https://github.com/dpiparo/${_pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('705674612ebb5c182b65a8f61f4d173eb7fe7cdeee2235b402541a492e08ace1')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+mkdir build && cd build
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}/build"
+
+make DESTDIR="${pkgdir}/" install
+
+install -Dm644 ../Licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in cern-vdt/trunk (.SRCINFO)

2019-02-08 Thread Konstantin Gizdov via arch-commits
Date: Friday, February 8, 2019 @ 23:15:56
  Author: kgizdov
Revision: 430754

remove unneeded file

Deleted:
  cern-vdt/trunk/.SRCINFO

--+
 .SRCINFO |   17 -
 1 file changed, 17 deletions(-)

Deleted: .SRCINFO
===
--- .SRCINFO2019-02-08 23:08:53 UTC (rev 430753)
+++ .SRCINFO2019-02-08 23:15:56 UTC (rev 430754)
@@ -1,17 +0,0 @@
-pkgbase = cern-vdt
-   pkgdesc = A vectorised math library from CERN
-   pkgver = 0.4.3
-   pkgrel = 1
-   url = https://github.com/dpiparo/vdt
-   arch = i686
-   arch = x86_64
-   license = LGPL3
-   makedepends = cmake
-   source = https://github.com/dpiparo/vdt/archive/v0.4.3.tar.gz
-   md5sums = f5e494e0c5d011a85d7aa6e022560781
-   sha1sums = 5f31e9f4c1755bfe14150a4d2668e3485169cdfe
-   sha256sums = 
705674612ebb5c182b65a8f61f4d173eb7fe7cdeee2235b402541a492e08ace1
-   sha512sums = 
e1edbb71829527208f8c6ee89c8774f78db5e6a4221a3a79b538d8fd8df89da93ec66833509faecebeabf37f28a8a45d76e1f6b0d65af5eb1e6c7e1c26f42264
-
-pkgname = cern-vdt
-


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

2019-02-08 Thread Konstantin Gizdov via arch-commits
Date: Friday, February 8, 2019 @ 23:08:53
  Author: kgizdov
Revision: 430753

archrelease: copy trunk to community-x86_64

Added:
  cern-vdt/repos/community-x86_64/
  cern-vdt/repos/community-x86_64/.SRCINFO
(from rev 430752, cern-vdt/trunk/.SRCINFO)
  cern-vdt/repos/community-x86_64/PKGBUILD
(from rev 430752, cern-vdt/trunk/PKGBUILD)

--+
 .SRCINFO |   17 +
 PKGBUILD |   31 +++
 2 files changed, 48 insertions(+)

Copied: cern-vdt/repos/community-x86_64/.SRCINFO (from rev 430752, 
cern-vdt/trunk/.SRCINFO)
===
--- community-x86_64/.SRCINFO   (rev 0)
+++ community-x86_64/.SRCINFO   2019-02-08 23:08:53 UTC (rev 430753)
@@ -0,0 +1,17 @@
+pkgbase = cern-vdt
+   pkgdesc = A vectorised math library from CERN
+   pkgver = 0.4.3
+   pkgrel = 1
+   url = https://github.com/dpiparo/vdt
+   arch = i686
+   arch = x86_64
+   license = LGPL3
+   makedepends = cmake
+   source = https://github.com/dpiparo/vdt/archive/v0.4.3.tar.gz
+   md5sums = f5e494e0c5d011a85d7aa6e022560781
+   sha1sums = 5f31e9f4c1755bfe14150a4d2668e3485169cdfe
+   sha256sums = 
705674612ebb5c182b65a8f61f4d173eb7fe7cdeee2235b402541a492e08ace1
+   sha512sums = 
e1edbb71829527208f8c6ee89c8774f78db5e6a4221a3a79b538d8fd8df89da93ec66833509faecebeabf37f28a8a45d76e1f6b0d65af5eb1e6c7e1c26f42264
+
+pkgname = cern-vdt
+

Copied: cern-vdt/repos/community-x86_64/PKGBUILD (from rev 430752, 
cern-vdt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-02-08 23:08:53 UTC (rev 430753)
@@ -0,0 +1,31 @@
+# Maintainer: Konstantin Gizdov 
+# Contributor: Raphael Isemann 
+
+pkgname=cern-vdt
+_pkgname=vdt
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='A vectorised math library from CERN'
+arch=('x86_64')
+url='https://github.com/dpiparo/vdt'
+license=('LGPL3')
+depends=('glibc')
+makedepends=('cmake' 'python')
+source=("https://github.com/dpiparo/${_pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('705674612ebb5c182b65a8f61f4d173eb7fe7cdeee2235b402541a492e08ace1')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+mkdir build && cd build
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}/build"
+
+make DESTDIR="${pkgdir}/" install
+
+install -Dm644 ../Licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (5 files)

2019-02-08 Thread Konstantin Gizdov via arch-commits
Date: Friday, February 8, 2019 @ 23:08:01
  Author: kgizdov
Revision: 430752

initial release

Added:
  cern-vdt/
  cern-vdt/repos/
  cern-vdt/trunk/
  cern-vdt/trunk/.SRCINFO
  cern-vdt/trunk/PKGBUILD

--+
 .SRCINFO |   17 +
 PKGBUILD |   31 +++
 2 files changed, 48 insertions(+)

Added: cern-vdt/trunk/.SRCINFO
===
--- cern-vdt/trunk/.SRCINFO (rev 0)
+++ cern-vdt/trunk/.SRCINFO 2019-02-08 23:08:01 UTC (rev 430752)
@@ -0,0 +1,17 @@
+pkgbase = cern-vdt
+   pkgdesc = A vectorised math library from CERN
+   pkgver = 0.4.3
+   pkgrel = 1
+   url = https://github.com/dpiparo/vdt
+   arch = i686
+   arch = x86_64
+   license = LGPL3
+   makedepends = cmake
+   source = https://github.com/dpiparo/vdt/archive/v0.4.3.tar.gz
+   md5sums = f5e494e0c5d011a85d7aa6e022560781
+   sha1sums = 5f31e9f4c1755bfe14150a4d2668e3485169cdfe
+   sha256sums = 
705674612ebb5c182b65a8f61f4d173eb7fe7cdeee2235b402541a492e08ace1
+   sha512sums = 
e1edbb71829527208f8c6ee89c8774f78db5e6a4221a3a79b538d8fd8df89da93ec66833509faecebeabf37f28a8a45d76e1f6b0d65af5eb1e6c7e1c26f42264
+
+pkgname = cern-vdt
+

Added: cern-vdt/trunk/PKGBUILD
===
--- cern-vdt/trunk/PKGBUILD (rev 0)
+++ cern-vdt/trunk/PKGBUILD 2019-02-08 23:08:01 UTC (rev 430752)
@@ -0,0 +1,31 @@
+# Maintainer: Konstantin Gizdov 
+# Contributor: Raphael Isemann 
+
+pkgname=cern-vdt
+_pkgname=vdt
+pkgver=0.4.3
+pkgrel=1
+pkgdesc='A vectorised math library from CERN'
+arch=('x86_64')
+url='https://github.com/dpiparo/vdt'
+license=('LGPL3')
+depends=('glibc')
+makedepends=('cmake' 'python')
+source=("https://github.com/dpiparo/${_pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('705674612ebb5c182b65a8f61f4d173eb7fe7cdeee2235b402541a492e08ace1')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+mkdir build && cd build
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}/build"
+
+make DESTDIR="${pkgdir}/" install
+
+install -Dm644 ../Licence.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-02-08 Thread Evangelos Foutras via arch-commits
Date: Friday, February 8, 2019 @ 22:43:03
  Author: foutrelis
Revision: 345680

archrelease: copy trunk to staging-x86_64

Added:
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 345679, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-poppler-0.71.patch
(from rev 345679, calligra/trunk/calligra-poppler-0.71.patch)
  calligra/repos/staging-x86_64/calligra-poppler-0.72.patch
(from rev 345679, calligra/trunk/calligra-poppler-0.72.patch)
  calligra/repos/staging-x86_64/calligra-poppler-0.73.patch
(from rev 345679, calligra/trunk/calligra-poppler-0.73.patch)
  calligra/repos/staging-x86_64/calligra-qt5.11.patch
(from rev 345679, calligra/trunk/calligra-qt5.11.patch)

-+
 PKGBUILD|   82 +
 calligra-poppler-0.71.patch |  131 
 calligra-poppler-0.72.patch |   29 +
 calligra-poppler-0.73.patch |   32 +
 calligra-qt5.11.patch   |  135 ++
 5 files changed, 409 insertions(+)

Copied: calligra/repos/staging-x86_64/PKGBUILD (from rev 345679, 
calligra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-02-08 22:43:03 UTC (rev 345680)
@@ -0,0 +1,82 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.1.0
+pkgrel=15
+arch=(x86_64)
+url='https://www.calligra-suite.org/'
+license=(FDL1.2 GPL2 LGPL)
+depends=(kcmutils knotifyconfig kross kactivities kdiagram libspnav 
kdelibs4support
+ gsl openexr kcontacts qca-qt5 poppler-qt5 libodfgen qt5-webkit cauchy 
khtml)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost openjpeg 
akonadi-contacts
+ libwpg okular eigen marble-common pstoedit libvisio libetonyek 
libwps vc libgit2)
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to SVG filter'
+'poppler: PDF to SVG filter'
+'openjpeg: PDF to SVG filer'
+'libgit2: Calligra Gemini git plugin'
+'kirigami2: for Calligra Gemini'
+'qt5-quickcontrols: for Calligra Gemini'
+'qt5-webengine: for Calligra Gemini')
+conflicts=(calligra-devtools calligra-extras calligra-filters calligra-karbon 
karbon calligra-libs
+   calligra-plugins calligra-sheets calligra-stage calligra-words 
calligra-l10n calligra-meta
+   calligra-flow calligra-braindump calligra-gemini calligra-handbook)
+replaces=(calligra-devtools calligra-extras calligra-filters calligra-karbon 
karbon calligra-libs
+  calligra-plugins calligra-sheets calligra-stage calligra-words 
calligra-l10n calligra-meta)
+for _lang in bs ca ca@valencia cs da de el en_gb es et fi fr gl hu it ja kk nb 
nl \
+ pl pt pt_br ru sk sv uk zh_cn zh_tw; do
+  conflicts+=(calligra-l10n-$_lang)
+  replaces+=(calligra-l10n-$_lang)
+done
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+calligra-qt5.11.patch
+
calligra-poppler-0.69.patch::"https://cgit.kde.org/calligra.git/patch/?id=a6157182;
+calligra-poppler-0.71.patch
+calligra-poppler-0.72.patch
+calligra-poppler-0.73.patch)
+sha256sums=('6818cd6e64136321be217eb57cc7d6ac7c7035191fdb1ee336ebe60bc114e870'
+'SKIP'
+'40ac9fabed8e13c31f6f243bd7e9083c3ec322568991ba84987106b982ffc10a'
+'127cc5e0946fbf741279306b4e9d592f5f901a7fab09039fcfc6c7e60193fa80'
+'052adc4ea812d7667812ff7867e703327dbe7c1ecad86094fd6772dc09782d87'
+'87a09710b9e7e825a46344ddec08eb98b3454d6d067b0177d284733b2342cece'
+'ef95f49f69c9f2a5b530e416003f2d6d106bb3c85e8458ae27494c64c8b474a8')
+validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt 

+  42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix build with Qt 5.11
+  patch -p1 -i ../calligra-qt5.11.patch
+# Fix build with poppler 0.69
+  patch -p1 -i ../calligra-poppler-0.69.patch
+# Fix build with poppler 0.71
+  patch -p1 -i ../calligra-poppler-0.71.patch
+# Fix build with poppler 0.72
+  patch -p1 -i ../calligra-poppler-0.72.patch
+# Fix build with poppler 0.73
+  patch -p1 -i ../calligra-poppler-0.73.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {

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

2019-02-08 Thread Evangelos Foutras via arch-commits
Date: Friday, February 8, 2019 @ 22:42:54
  Author: foutrelis
Revision: 345679

poppler 0.74.0 rebuild

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 22:27:23 UTC (rev 345678)
+++ PKGBUILD2019-02-08 22:42:54 UTC (rev 345679)
@@ -6,7 +6,7 @@
 pkgname=calligra
 pkgdesc="A set of applications for productivity and creative usage"
 pkgver=3.1.0
-pkgrel=14
+pkgrel=15
 arch=(x86_64)
 url='https://www.calligra-suite.org/'
 license=(FDL1.2 GPL2 LGPL)


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Friday, February 8, 2019 @ 22:27:23
  Author: felixonmars
Revision: 345678

archrelease: copy trunk to staging-x86_64

Added:
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 345677, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/freetype-pkgconfig.patch
(from rev 345677, texlive-bin/trunk/freetype-pkgconfig.patch)
  texlive-bin/repos/staging-x86_64/luatex-poppler-fixes.patch
(from rev 345677, texlive-bin/trunk/luatex-poppler-fixes.patch)
  texlive-bin/repos/staging-x86_64/pdftex-poppler0.72.patch
(from rev 345677, texlive-bin/trunk/pdftex-poppler0.72.patch)
  texlive-bin/repos/staging-x86_64/synctex-missing-header.patch
(from rev 345677, texlive-bin/trunk/synctex-missing-header.patch)
  texlive-bin/repos/staging-x86_64/xetex-poppler-fixes.patch
(from rev 345677, texlive-bin/trunk/xetex-poppler-fixes.patch)

--+
 PKGBUILD |  412 
 freetype-pkgconfig.patch |   22 
 luatex-poppler-fixes.patch   |  193 +
 pdftex-poppler0.72.patch | 1341 +
 synctex-missing-header.patch |   12 
 xetex-poppler-fixes.patch|   40 +
 6 files changed, 2020 insertions(+)

Copied: texlive-bin/repos/staging-x86_64/PKGBUILD (from rev 345677, 
texlive-bin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-02-08 22:27:23 UTC (rev 345678)
@@ -0,0 +1,412 @@
+# Maintainer: Rémy Oudompheng 
+# Contributor: francois 
+
+pkgname=('texlive-bin' 'libsynctex')
+pkgver=2018.48691
+pkgrel=6
+license=('GPL')
+arch=('x86_64')
+makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
+ 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
+ 'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
+ 'perl' 'clisp' 'ffcall')
+url='http://tug.org/texlive/'
+_commit=f68b0992e13a2e155d71beb3e016ea4139023224  # texlive-2018.2
+source=("git+https://github.com/Tex-Live/texlive-source.git#commit=${_commit};
+"pdftex-poppler0.72.patch"
+"luatex-poppler-fixes.patch"
+"xetex-poppler-fixes.patch"
+"freetype-pkgconfig.patch"
+"synctex-missing-header.patch")
+sha256sums=('SKIP'
+'c70f1cf5bee5cba17b40855d584c7f1e8f67c2bf1ce4633a1c5abcdebb59865c'
+'ea2abcaf57cfb99c22560a1d98daa7468dafd4713425ef01a6fda29803bf39bc'
+'7deb8bd50640b0f4ff9b4c11985fe6153906384b62cb9b5a3c4b52397fb941ca'
+'bed44f4ccda369410e90eac527cf44b8c1afda7d987ae521b4fd5edb425eef3e'
+'b6c81eb091b5910226e0359768edd178680debee56b63ab0a3753c3429c28ab0')
+
+prepare() {
+cd "$srcdir/texlive-source"
+
+# Synctex "make install" misses synctex_version.h
+patch -Np1 -i "${srcdir}/synctex-missing-header.patch"
+
+# Freetype2 2.9.1 package no longer has freetype-config
+patch -Np1 -i "${srcdir}/freetype-pkgconfig.patch"
+
+./reautoconf
+
+# t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
+sed -i s/SELFAUTOPARENT/TEXMFROOT/ texk/tex4htk/t4ht.c
+
+# luatex switched from poppler to pplib in newer versions so
+# upstream fixes aren't available; hopefully this is correct
+patch -Np1 -i "${srcdir}/luatex-poppler-fixes.patch"
+find texk/web2c/luatexdir -type f -exec sed -i \
+  -e 's|gTrue|true|g' \
+  -e 's|gFalse|false|g' \
+  -e 's|GBool|bool|g' \
+  -e 's|getCString|c_str|g' \
+  -e 's|Guint|unsigned int|g' \
+  -e 's|Guchar|unsigned char|g' \
+  {} +
+# xetex poppler compatibility
+patch -Np1 -i "${srcdir}/xetex-poppler-fixes.patch"
+# pdftex poppler compatibility (upstream patches)
+patch -Np1 -i "${srcdir}/pdftex-poppler0.72.patch"
+cp -pv texk/web2c/pdftexdir/pdftoepdf{-poppler0.72.0,}.cc
+cp -pv texk/web2c/pdftexdir/pdftosrc{-poppler0.72.0,}.cc
+}
+
+build() {
+   cd "$srcdir/texlive-source"
+
+   #
+   ### configure
+   mkdir -p Work
+   cd Work
+   echo "--> Initial configuration..."
+   # we use temporary prefix to avoid messing the existing
+   # $pkgdir/usr/share/texmf tree
+   ../configure --prefix=/usr -C \
+ --sysconfdir=/etc \
+ --datarootdir=/usr/share \
+ --datadir=/usr/share \
+ --mandir=/usr/share/man \
+ --disable-native-texlive-build \
+ --with-banner-add="/Arch Linux" \
+ --disable-multiplatform \
+ --disable-dialog \
+ --disable-psutils \
+ --disable-t1utils \
+ --disable-bibtexu \
+ --disable-xz \
+ --enable-shared \
+ --disable-static \
+ --with-system-zlib \
+ --with-system-zziplib \
+ --with-system-pnglib \
+ --with-system-ncurses \
+ --with-system-t1lib \
+ --with-system-gd \
+ --with-system-poppler \
+ --with-system-xpdf \
+ --with-system-freetype2 \
+

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

2019-02-08 Thread Felix Yan via arch-commits
Date: Friday, February 8, 2019 @ 22:26:54
  Author: felixonmars
Revision: 345677

poppler 0.74.0 rebuild

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 22:25:14 UTC (rev 345676)
+++ PKGBUILD2019-02-08 22:26:54 UTC (rev 345677)
@@ -3,7 +3,7 @@
 
 pkgname=('texlive-bin' 'libsynctex')
 pkgver=2018.48691
-pkgrel=5
+pkgrel=6
 license=('GPL')
 arch=('x86_64')
 makedepends=('git' 'cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'


[arch-commits] Commit in kitinerary/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-02-08 Thread Felix Yan via arch-commits
Date: Friday, February 8, 2019 @ 22:25:14
  Author: felixonmars
Revision: 345676

archrelease: copy trunk to staging-x86_64

Added:
  kitinerary/repos/staging-x86_64/
  kitinerary/repos/staging-x86_64/PKGBUILD
(from rev 345675, kitinerary/trunk/PKGBUILD)

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

Copied: kitinerary/repos/staging-x86_64/PKGBUILD (from rev 345675, 
kitinerary/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-02-08 22:25:14 UTC (rev 345676)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kitinerary
+pkgver=18.12.2
+pkgrel=2
+pkgdesc="Data model and extraction system for travel reservation information"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kmime kpkpass kcalcore kcontacts poppler)
+makedepends=(extra-cmake-modules zxing-cpp)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8885efa4e2042806f8999558b6f531d55a099f39632dc6398f5114b354eb58c2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kitinerary/trunk (PKGBUILD)

2019-02-08 Thread Felix Yan via arch-commits
Date: Friday, February 8, 2019 @ 22:24:57
  Author: felixonmars
Revision: 345675

poppler 0.74.0 rebuild

Modified:
  kitinerary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 22:08:52 UTC (rev 345674)
+++ PKGBUILD2019-02-08 22:24:57 UTC (rev 345675)
@@ -2,7 +2,7 @@
 
 pkgname=kitinerary
 pkgver=18.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Data model and extraction system for travel reservation information"
 arch=(x86_64)
 url="https://kontact.kde.org;


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

2019-02-08 Thread Evangelos Foutras via arch-commits
Date: Friday, February 8, 2019 @ 22:23:59
  Author: foutrelis
Revision: 430750

poppler 0.74.0 rebuild

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 22:21:20 UTC (rev 430749)
+++ PKGBUILD2019-02-08 22:23:59 UTC (rev 430750)
@@ -7,7 +7,7 @@
 
 pkgname=scribus
 pkgver=1.5.4
-pkgrel=8
+pkgrel=9
 pkgdesc="Desktop publishing software"
 arch=('x86_64')
 url="https://www.scribus.net/;


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

2019-02-08 Thread Evangelos Foutras via arch-commits
Date: Friday, February 8, 2019 @ 22:24:06
  Author: foutrelis
Revision: 430751

archrelease: copy trunk to community-staging-x86_64

Added:
  scribus/repos/community-staging-x86_64/
  scribus/repos/community-staging-x86_64/PKGBUILD
(from rev 430750, scribus/trunk/PKGBUILD)
  scribus/repos/community-staging-x86_64/scribus-poppler-0.70.patch
(from rev 430750, scribus/trunk/scribus-poppler-0.70.patch)
  scribus/repos/community-staging-x86_64/scribus-poppler-0.73.patch
(from rev 430750, scribus/trunk/scribus-poppler-0.73.patch)

+
 PKGBUILD   |   91 ++
 scribus-poppler-0.70.patch |  277 +++
 scribus-poppler-0.73.patch |   30 
 3 files changed, 398 insertions(+)

Copied: scribus/repos/community-staging-x86_64/PKGBUILD (from rev 430750, 
scribus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-08 22:24:06 UTC (rev 430751)
@@ -0,0 +1,91 @@
+# Maintainer: Gaetan Bisson 
+# Maintainer: Bruno Pagani 
+# Contributor: Daniel J Griffiths 
+# Contributor: Ronald van Haren 
+# Contributor: tobias 
+# Contributor: Ben 
+
+pkgname=scribus
+pkgver=1.5.4
+pkgrel=9
+pkgdesc="Desktop publishing software"
+arch=('x86_64')
+url="https://www.scribus.net/;
+license=('GPL')
+depends=('qt5-base' 'harfbuzz-icu' 'poppler' 'python2' 'hunspell' 'podofo' 
'openscenegraph'
+ 'libcdr' 'libfreehand' 'libmspub' 'libpagemaker' 'libqxp' 'libvisio' 
'libzmf') # 'graphicsmagick'
+makedepends=('cmake' 'boost' 'mesa' 'qt5-tools')
+optdepends=('tk: scripts based on tkinter'
+'hyphen-lang: hyphenation patterns for desired languages')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc}
+
'https://github.com/scribusproject/scribus/commit/d867ec3c386baaed1b8e076dd70b278863411480.patch'
+
'https://github.com/scribusproject/scribus/commit/7d4ceeb5cac32287769e3c0238699e0b3e56c24d.patch'
+
'https://github.com/scribusproject/scribus/commit/76561c1a55cd07c268f8f2b2fea888532933700b.patch'
+
'https://github.com/scribusproject/scribus/commit/8e05d26c19097ac2ad5b4ebbf40a3771ee6faf9c.patch'
+'scribus-poppler-0.70.patch'
+'scribus-poppler-0.73.patch')
+sha256sums=('6480925250b2bb07028e2f378c02b67fe3e33206743671e03c07c701cd05da03'
+'SKIP'
+'0a782958360ad70145a588a5e1c0044d162344e96b4ff9b0aeb31388cc9b2e36'
+'b20bf0588b30d551ea6eb5744caf31ef31dd396b2b08cc4bddf9dd3a22cf'
+'29b09c7cc95e8a5432010b39a6c0478cb106a1bbb425747fb383092465476106'
+'824cbc38b02e15aa742b309a226549c3a6c4e3eb16059c239083145aa4ae6dab'
+'199b5ea2831d749b91e206f50e3d30a7b787c5e2b85676120e1e4825478f8737'
+'f09488ff56177fd360d588bf70f2960adeba80cb34cec692d4d967dc081fe4ad')
+validpgpkeys=('5086B8D68E70FDDF4C40045AEF7B95E7F60166DA'  # Peter Linnell 

+  '757F5E9B13DD648887AD50092D47C099E782504E') # The Scribus Team 
(www.scribus.net) 
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+# Poppler 0.64
+patch -p1 -i ../d867ec3c386baaed1b8e076dd70b278863411480.patch
+patch -p1 -i ../7d4ceeb5cac32287769e3c0238699e0b3e56c24d.patch
+patch -p1 -i ../76561c1a55cd07c268f8f2b2fea888532933700b.patch
+# Poppler 0.70
+patch -p1 -i ../8e05d26c19097ac2ad5b4ebbf40a3771ee6faf9c.patch
+patch -p1 -i ../scribus-poppler-0.70.patch
+# Poppler 0.71
+sed -e 's|GBool|bool|g' -e 's|gTrue|true|g' -e 's|gFalse|false|g' -i 
scribus/plugins/import/pdf/*
+# Poppler 0.72
+sed -e 's|getCString|c_str|g' -i scribus/plugins/import/pdf/*
+# Poppler 0.73
+patch -p0 -i ../scribus-poppler-0.73.patch
+# Fix python name
+sed \
+-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i scribus/plugins/scriptplugin/{samples,scripts}/*
+
+mkdir -p build
+}
+
+build() {
+cd ${pkgname}-${pkgver}/build
+cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_SKIP_RPATH=ON
+# FS#59800
+#-DWANT_GRAPHICSMAGICK=1
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}/build
+
+make DESTDIR="${pkgdir}" install
+
+cd ..
+
+install -Dm644 scribus.desktop -t "${pkgdir}"/usr/share/applications
+
+for i in 16x16 32x32 128x128 256x256 512x512 1024x1024
+do
+install -Dm644 resources/iconsets/artwork/icon_${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}/apps/scribus.png
+done
+
+# Use system hyphen
+rm -rf "${pkgdir}"/usr/share/scribus/dicts/hyph
+ln -sf /usr/share/hyphen "${pkgdir}"/usr/share/scribus/dicts/hyph
+}

Copied: scribus/repos/community-staging-x86_64/scribus-poppler-0.70.patch (from 
rev 430750, scribus/trunk/scribus-poppler-0.70.patch)

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

2019-02-08 Thread Felix Yan via arch-commits
Date: Friday, February 8, 2019 @ 22:21:20
  Author: felixonmars
Revision: 430749

archrelease: copy trunk to community-staging-x86_64

Added:
  gambas3/repos/community-staging-x86_64/
  
gambas3/repos/community-staging-x86_64/0001-GB.SDL2-fix-detection-with-at-least-pkgconf-2.4.2.patch
(from rev 430748, 
gambas3/trunk/0001-GB.SDL2-fix-detection-with-at-least-pkgconf-2.4.2.patch)
  gambas3/repos/community-staging-x86_64/PKGBUILD
(from rev 430748, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-x86_64/gambas-poppler-0.71.patch
(from rev 430748, gambas3/trunk/gambas-poppler-0.71.patch)
  gambas3/repos/community-staging-x86_64/gambas-poppler-0.72.patch
(from rev 430748, gambas3/trunk/gambas-poppler-0.72.patch)
  gambas3/repos/community-staging-x86_64/gambas-poppler-0.73.patch
(from rev 430748, gambas3/trunk/gambas-poppler-0.73.patch)
  gambas3/repos/community-staging-x86_64/sdl2_mixer.diff
(from rev 430748, gambas3/trunk/sdl2_mixer.diff)

--+
 0001-GB.SDL2-fix-detection-with-at-least-pkgconf-2.4.2.patch |   32 
 PKGBUILD | 1168 ++
 gambas-poppler-0.71.patch|   63 
 gambas-poppler-0.72.patch|   72 
 gambas-poppler-0.73.patch|   17 
 sdl2_mixer.diff  |   11 
 6 files changed, 1363 insertions(+)

Copied: 
gambas3/repos/community-staging-x86_64/0001-GB.SDL2-fix-detection-with-at-least-pkgconf-2.4.2.patch
 (from rev 430748, 
gambas3/trunk/0001-GB.SDL2-fix-detection-with-at-least-pkgconf-2.4.2.patch)
===
--- 
community-staging-x86_64/0001-GB.SDL2-fix-detection-with-at-least-pkgconf-2.4.2.patch
   (rev 0)
+++ 
community-staging-x86_64/0001-GB.SDL2-fix-detection-with-at-least-pkgconf-2.4.2.patch
   2019-02-08 22:21:20 UTC (rev 430749)
@@ -0,0 +1,32 @@
+From b041e381e6f2a952383bafe7812df7287754ff27 Mon Sep 17 00:00:00 2001
+From: Laurent Carlier 
+Date: Tue, 5 Jun 2018 17:40:28 +0200
+Subject: [PATCH] [GB.SDL2] fix detection with at least pkgconf 2.4.2
+
+Signed-off-by: Laurent Carlier 
+---
+ gb.sdl2/configure.ac | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/gb.sdl2/configure.ac b/gb.sdl2/configure.ac
+index c22addebc..2406d49f1 100644
+--- a/gb.sdl2/configure.ac
 b/gb.sdl2/configure.ac
+@@ -9,12 +9,12 @@ AC_PROG_LIBTOOL
+ 
+ GB_COMPONENT_PKG_CONFIG(
+sdl2, SDL2, gb.sdl2, [src],
+-   sdl2 ">= 2.0.2" SDL2_image ">= 2.0.0" SDL2_ttf ">= 2.0.12"
++   'sdl2 >= 2.0.2' 'SDL2_image >= 2.0.0' 'SDL2_ttf >= 2.0.12'
+ )
+ 
+ GB_COMPONENT_PKG_CONFIG(
+sdl2audio, SDL2AUDIO, gb.sdl2.audio, [audio],
+-   sdl2 ">= 2.0.2" SDL2_mixer ">= 2.0.0"
++   'sdl2 >= 2.0.2' 'SDL2_mixer >= 2.0.0'
+ )
+ 
+ AC_OUTPUT( \
+-- 
+2.17.1
+

Copied: gambas3/repos/community-staging-x86_64/PKGBUILD (from rev 430748, 
gambas3/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-08 22:21:20 UTC (rev 430749)
@@ -0,0 +1,1168 @@
+# Maintainer: Laurent Carlier 
+# Contributor : sebikul 
+
+pkgbase=gambas3
+pkgname=('gambas3-gb-args'
+ 'gambas3-gb-cairo' 'gambas3-gb-chart' 'gambas3-gb-clipper' 
'gambas3-gb-complex' 'gambas3-gb-compress' 'gambas3-gb-crypt'
+ 'gambas3-gb-dbus' 'gambas3-gb-data'
+ 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 'gambas3-gb-db-odbc' 
'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite3' 'gambas3-gb-db'
+ 'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop'
+ 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd'
+ 'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 
'gambas3-gb-form-terminal' 'gambas3-gb-form-stock' 'gambas3-gb-form-editor' 
'gambas3-gb-form'
+ 'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 
'gambas3-gb-gtk' 'gambas3-gb-gtk3'
+ 'gambas3-gb-image-effect' 'gambas3-gb-image-imlib' 
'gambas3-gb-image-io' 'gambas3-gb-image' 'gambas3-gb-inotify'
+ 'gambas3-gb-libxml' 'gambas3-gb-logging'
+ 'gambas3-gb-map' 'gambas3-gb-markdown' 'gambas3-gb-media-form' 
'gambas3-gb-media' 'gambas3-gb-memcached' 'gambas3-gb-mime' 'gambas3-gb-mysql'
+ 'gambas3-gb-ncurses' 'gambas3-gb-net-curl' 'gambas3-gb-net-pop3' 
'gambas3-gb-net-smtp' 'gambas3-gb-net'
+ 'gambas3-gb-openal' 'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 
'gambas3-gb-opengl-sge' 'gambas3-gb-opengl' 'gambas3-gb-option'
+ 'gambas3-gb-pcre' 'gambas3-gb-pdf'
+ 'gambas3-gb-qt4-ext' 'gambas3-gb-qt4' 'gambas3-gb-qt5-opengl' 
'gambas3-gb-qt5-webkit' 'gambas3-gb-qt5'
+ 'gambas3-gb-openssl'
+ 'gambas3-gb-report'
+ 'gambas3-gb-scanner' 

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

2019-02-08 Thread Felix Yan via arch-commits
Date: Friday, February 8, 2019 @ 22:20:17
  Author: felixonmars
Revision: 430748

poppler 0.74.0 rebuild

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 22:11:37 UTC (rev 430747)
+++ PKGBUILD2019-02-08 22:20:17 UTC (rev 430748)
@@ -27,7 +27,7 @@
  'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-web'
  'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script')
 pkgver=3.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('x86_64')
 url="http://gambas.sourceforge.net/;


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

2019-02-08 Thread Evangelos Foutras via arch-commits
Date: Friday, February 8, 2019 @ 22:11:37
  Author: foutrelis
Revision: 430747

archrelease: copy trunk to community-staging-x86_64

Added:
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 430746, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal-perl-vendor.patch
(from rev 430746, gdal/trunk/gdal-perl-vendor.patch)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 430746, gdal/trunk/gdal.changelog)

+
 PKGBUILD   |  123 +++
 gdal-perl-vendor.patch |   28 ++
 gdal.changelog |  105 
 3 files changed, 256 insertions(+)

Copied: gdal/repos/community-staging-x86_64/PKGBUILD (from rev 430746, 
gdal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-08 22:11:37 UTC (rev 430747)
@@ -0,0 +1,123 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgbase=gdal
+pkgname=('gdal' 'python-gdal' 'python2-gdal')
+pkgver=2.3.2
+pkgrel=9
+pkgdesc="A translator library for raster geospatial data formats"
+arch=('x86_64')
+url="http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
+ 'openjpeg2' 'poppler' 'cfitsio' 'sqlite' 'mariadb-libs' 
'postgresql-libs' 'xerces-c' 'json-c')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen' 'python-numpy' 'python2-numpy')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support')
+options=('!emptydirs')
+changelog=$pkgbase.changelog
+source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz
+
gdal-poppler-0.69.0.patch::https://github.com/OSGeo/gdal/commit/69e0701253.patch
+gdal-perl-vendor.patch)
+sha256sums=('3f6d78fe8807d1d6afb7bed27394f19467840a82bc36d65e66316fa0aa9d32a4'
+'cc63ee56e2c62c994a65723d4124171ce9b4e3499c0958be710c04bf82fd4cf5'
+'a41a0129a878a0d09b8ecf24b8a0b473856d929d52f535afdf4dca95ddd347d3')
+
+prepare() {
+  cd "${srcdir}"/$pkgbase-$pkgver
+
+# Fix build with poppler >= 0.69.0
+  patch -Np2 -i ../gdal-poppler-0.69.0.patch
+# Fix build with poppler 0.72
+  find frmts/pdf -type f | xargs sed -e 's|GBool|bool|g' -e 's|gFalse|false|g' 
-e 's|getCString|c_str|g' -i
+# Fix build with poppler 0.73
+  sed -e 's|#include |typedef unsigned char Guchar;|' -i 
frmts/pdf/pdfsdk_headers.h
+
+# Fix mandir
+  sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
+
+# Fix Perl bindings installation path
+  patch -Np1 -i ../gdal-perl-vendor.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgbase-$pkgver
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
+# Ignore const-related errors (remove once fixed upstream)
+  CXXFLAGS+=' -fpermissive'
+
+# bug #23654
+  export LDFLAGS="$LDFLAGS -Wl,--as-needed"
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 
--with-geotiff \
+  --with-mysql --with-curl --with-hdf5 --with-perl --with-geos \
+  --with-png --with-poppler --with-spatialite --with-openjpeg
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+
+  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
+  python2 setup.py build
+  python3 setup.py build
+}
+
+package_gdal () {
+  cd "${srcdir}"/$pkgbase-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-man
+
+# install license
+  install -Dm644 LICENSE.TXT "${pkgdir}"/usr/share/licenses/$pkgbase/LICENSE
+
+#FS15477 clean up junks - still present in 2.2.1
+#   rm -f "${pkgdir}"/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
+
+# Remove RPATH
+  eval local $(perl -V:vendorarch)
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OSR/OSR.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OGR/OGR.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/GDAL.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/Const/Const.so
+  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GNM/GNM.so
+}
+
+package_python-gdal () {
+  pkgdesc="Python bindings for GDAL"
+  depends=("gdal=$pkgver" 'python-numpy')
+  optdepends=()
+
+  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm755 -t "${pkgdir}"/usr/bin scripts/*.py
+
+  install -dm755 "${pkgdir}"/usr/share/licenses
+  ln -s $pkgbase "${pkgdir}"/usr/share/licenses/$pkgname
+}
+
+package_python2-gdal () {
+  pkgdesc="Python 2 bindings for GDAL"
+  depends=("gdal=$pkgver" 'python2-numpy')
+ 

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

2019-02-08 Thread Evangelos Foutras via arch-commits
Date: Friday, February 8, 2019 @ 22:11:30
  Author: foutrelis
Revision: 430746

poppler 0.74.0 rebuild

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 22:06:01 UTC (rev 430745)
+++ PKGBUILD2019-02-08 22:11:30 UTC (rev 430746)
@@ -5,7 +5,7 @@
 pkgbase=gdal
 pkgname=('gdal' 'python-gdal' 'python2-gdal')
 pkgver=2.3.2
-pkgrel=8
+pkgrel=9
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('x86_64')
 url="http://www.gdal.org/;


[arch-commits] Commit in gnome-control-center/trunk (PKGBUILD)

2019-02-08 Thread Jan Steffens via arch-commits
Date: Friday, February 8, 2019 @ 22:08:31
  Author: heftig
Revision: 345673

3.30.3-1

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 22:03:25 UTC (rev 345672)
+++ PKGBUILD2019-02-08 22:08:31 UTC (rev 345673)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-control-center
-pkgver=3.30.2
+pkgver=3.30.3
 pkgrel=1
 pkgdesc="GNOME's main interface to configure various aspects of the desktop"
 url="https://gitlab.gnome.org/GNOME/gnome-control-center;
@@ -20,7 +20,7 @@
 'vino: screen sharing'
 'openssh: remote login')
 groups=(gnome)
-_commit=1fed01f2cd95fbf21c4390fe5ea9326e217c0f96  # tags/3.30.2^0
+_commit=a1d936d9dd63a5e82d0a65733de7a6cc40eff717  # tags/3.30.3^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-control-center/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-02-08 Thread Jan Steffens via arch-commits
Date: Friday, February 8, 2019 @ 22:08:52
  Author: heftig
Revision: 345674

archrelease: copy trunk to extra-x86_64

Added:
  gnome-control-center/repos/extra-x86_64/PKGBUILD
(from rev 345673, gnome-control-center/trunk/PKGBUILD)
Deleted:
  gnome-control-center/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-08 22:08:31 UTC (rev 345673)
+++ PKGBUILD2019-02-08 22:08:52 UTC (rev 345674)
@@ -1,54 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-control-center
-pkgver=3.30.2
-pkgrel=1
-pkgdesc="GNOME's main interface to configure various aspects of the desktop"
-url="https://gitlab.gnome.org/GNOME/gnome-control-center;
-license=(GPL2)
-arch=(x86_64)
-depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
- gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
- libgtop nm-connection-editor sound-theme-freedesktop upower 
libpwquality
- gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus
- cheese libgudev bolt)
-makedepends=(docbook-xsl modemmanager git python meson)
-optdepends=('system-config-printer: Printer settings'
-'gnome-user-share: Bluetooth and WebDAV file sharing'
-'rygel: media sharing'
-'vino: screen sharing'
-'openssh: remote login')
-groups=(gnome)
-_commit=1fed01f2cd95fbf21c4390fe5ea9326e217c0f96  # tags/3.30.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_CONTROL_CENTER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
-  git submodule update
-}
-
-
-build() {
-  arch-meson $pkgname build -D documentation=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: gnome-control-center/repos/extra-x86_64/PKGBUILD (from rev 345673, 
gnome-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-08 22:08:52 UTC (rev 345674)
@@ -0,0 +1,54 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-control-center
+pkgver=3.30.3
+pkgrel=1
+pkgdesc="GNOME's main interface to configure various aspects of the desktop"
+url="https://gitlab.gnome.org/GNOME/gnome-control-center;
+license=(GPL2)
+arch=(x86_64)
+depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
+ gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
+ libgtop nm-connection-editor sound-theme-freedesktop upower 
libpwquality
+ gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus
+ cheese libgudev bolt)
+makedepends=(docbook-xsl modemmanager git python meson)
+optdepends=('system-config-printer: Printer settings'
+'gnome-user-share: Bluetooth and WebDAV file sharing'
+'rygel: media sharing'
+'vino: screen sharing'
+'openssh: remote login')
+groups=(gnome)
+_commit=a1d936d9dd63a5e82d0a65733de7a6cc40eff717  # tags/3.30.3^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_CONTROL_CENTER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
+  git submodule update
+}
+
+
+build() {
+  arch-meson $pkgname build -D documentation=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Friday, February 8, 2019 @ 22:05:44
  Author: felixonmars
Revision: 430744

poppler 0.74.0 rebuild

Modified:
  pdf2djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 21:16:40 UTC (rev 430743)
+++ PKGBUILD2019-02-08 22:05:44 UTC (rev 430744)
@@ -3,7 +3,7 @@
 
 pkgname=pdf2djvu
 pkgver=0.9.12
-pkgrel=2
+pkgrel=3
 pkgdesc="Creates DjVu files from PDF files"
 arch=('x86_64')
 url="https://jwilk.net/software/pdf2djvu;


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Friday, February 8, 2019 @ 22:06:01
  Author: felixonmars
Revision: 430745

archrelease: copy trunk to community-staging-x86_64

Added:
  pdf2djvu/repos/community-staging-x86_64/
  pdf2djvu/repos/community-staging-x86_64/PKGBUILD
(from rev 430744, pdf2djvu/trunk/PKGBUILD)

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

Copied: pdf2djvu/repos/community-staging-x86_64/PKGBUILD (from rev 430744, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-02-08 22:06:01 UTC (rev 430745)
@@ -0,0 +1,37 @@
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.9.12
+pkgrel=3
+pkgdesc="Creates DjVu files from PDF files"
+arch=('x86_64')
+url="https://jwilk.net/software/pdf2djvu;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'gcc-libs' 'graphicsmagick' 'exiv2')
+makedepends=('python2-nose' 'ttf-liberation')
+source=(https://github.com/jwilk/pdf2djvu/releases/download/$pkgver/pdf2djvu-$pkgver.tar.xz{,.asc}
+
pdf2djvu-poppler-0.72.0.patch::https://github.com/jwilk/pdf2djvu/commit/82699eee6b.patch)
+sha256sums=('03fa9d9aa1b8086b562e2461ed74e5f9f008f16bfc1459ba62fa3738b37d8e83'
+'SKIP'
+'cc5ef76568fdd201586fa6e0b8e8e386628972ad75a597ea0790bb97718eef87')
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+
+build() {
+cd ${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+
+make PYTHON=python2 test
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+}


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Friday, February 8, 2019 @ 22:03:08
  Author: felixonmars
Revision: 345671

poppler 0.74.0 rebuild

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 21:58:28 UTC (rev 345670)
+++ PKGBUILD2019-02-08 22:03:08 UTC (rev 345671)
@@ -4,7 +4,7 @@
 
 pkgname=inkscape
 pkgver=0.92.4
-pkgrel=2
+pkgrel=3
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')


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

2019-02-08 Thread Felix Yan via arch-commits
Date: Friday, February 8, 2019 @ 22:03:25
  Author: felixonmars
Revision: 345672

archrelease: copy trunk to staging-x86_64

Added:
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 345671, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/PKGBUILD.cmake
(from rev 345671, inkscape/trunk/PKGBUILD.cmake)

+
 PKGBUILD   |   64 +++
 PKGBUILD.cmake |   61 
 2 files changed, 125 insertions(+)

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 345671, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-02-08 22:03:25 UTC (rev 345672)
@@ -0,0 +1,64 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.92.4
+pkgrel=3
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('x86_64')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'libmagick6' 'libxslt' 'poppler-glib'
+ 'popt' 'potrace' 'ttf-dejavu' 'python2' 'libcdr'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+# python is needed for glib-genmarshal (at least with GLib 2.54)
+makedepends=('boost' 'intltool' 'python')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'python2-scour: optimized SVG output'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters')
+source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('57ec2da8177b36614a513e2822efd73af721e690f7ddc6bd0a5fbb1525b4515e')
+
+# NB: Some CDN nodes appear to be distributing an outdated version of this 
file.
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./autogen.sh
+
+   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|"python"|"python2"|g' src/main.cpp
+
+   sed -i 's| abs(| std::fabs(|g' src/ui/tools/flood-tool.cpp
+   # Fix build with poppler 0.71
+sed -e 's|gTrue|true|g' -e 's|gFalse|false|g' -e 's|GBool|bool|g' -i 
src/extension/internal/pdfinput/pdf-parser.*
+   # Fix build with poppler 0.72
+sed -e 's|getCString|c_str|g' -i src/extension/internal/pdfinput/*
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PKG_CONFIG_PATH='/usr/lib/imagemagick6/pkgconfig'
+   export FREETYPE_CONFIG="/usr/bin/pkg-config freetype2"
+
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-strict-build \
+   --disable-dependency-tracking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: inkscape/repos/staging-x86_64/PKGBUILD.cmake (from rev 345671, 
inkscape/trunk/PKGBUILD.cmake)
===
--- staging-x86_64/PKGBUILD.cmake   (rev 0)
+++ staging-x86_64/PKGBUILD.cmake   2019-02-08 22:03:25 UTC (rev 345672)
@@ -0,0 +1,61 @@
+# $Id: PKGBUILD 305444 2017-09-13 20:29:19Z andyrtr $
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.92.2
+pkgrel=3
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('x86_64')
+makedepends=('boost' 'intltool' 'cmake')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib'
+ 'popt' 'potrace' 'ttf-dejavu' 'python' 'libcdr' 'libvisio' 'libwpg'
+ 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'scour: optimized SVG output'
+'texlive-core: latex formulas'
+'python-numpy: some extensions'
+'python-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+source=("https://media.inkscape.org/dl/resources/file/${pkgname}-${pkgver}.tar.bz2;
+poppler-0.58.patch)
+sha256sums=('a628d0e04c254e9840947e6d866974f92c68ae31631a38b94d9b65e5cd84cfd3'
+'af6796619a74b392432c72abdb703971fbcaf1c8ff196ce5bb37505914d38f5a')
+
+# NB: Some CDN nodes appear to be distributing an outdated version of this 
file.
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+
+   mkdir 

[arch-commits] Commit in cups-filters/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-02-08 Thread Evangelos Foutras via arch-commits
Date: Friday, February 8, 2019 @ 21:58:28
  Author: foutrelis
Revision: 345670

archrelease: copy trunk to staging-x86_64

Added:
  cups-filters/repos/staging-x86_64/
  cups-filters/repos/staging-x86_64/PKGBUILD
(from rev 345669, cups-filters/trunk/PKGBUILD)

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

Copied: cups-filters/repos/staging-x86_64/PKGBUILD (from rev 345669, 
cups-filters/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-02-08 21:58:28 UTC (rev 345670)
@@ -0,0 +1,59 @@
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.22.0
+pkgrel=2
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('443747f24ac5213b720f3fd873730931acb4f5e3ff006bca3931e476de18bb3d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Ignore const-related errors (remove once fixed upstream)
+  CXXFLAGS+=' -fpermissive'
+
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--enable-auto-setup-driverless \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  
+  # use cups group from cups pkg FS#56818
+  chgrp -R 209 ${pkgdir}/etc/cups
+
+  # license
+  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-02-08 Thread Evangelos Foutras via arch-commits
Date: Friday, February 8, 2019 @ 21:58:23
  Author: foutrelis
Revision: 345669

poppler 0.74.0 rebuild

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 21:37:22 UTC (rev 345668)
+++ PKGBUILD2019-02-08 21:58:23 UTC (rev 345669)
@@ -2,7 +2,7 @@
 
 pkgname=cups-filters
 pkgver=1.22.0
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
 url="https://wiki.linuxfoundation.org/openprinting/cups-filters;


[arch-commits] Commit in poppler/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-02-08 Thread Evangelos Foutras via arch-commits
Date: Friday, February 8, 2019 @ 21:37:22
  Author: foutrelis
Revision: 345668

archrelease: copy trunk to staging-x86_64

Added:
  poppler/repos/staging-x86_64/
  poppler/repos/staging-x86_64/PKGBUILD
(from rev 345667, poppler/trunk/PKGBUILD)

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

Copied: poppler/repos/staging-x86_64/PKGBUILD (from rev 345667, 
poppler/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-02-08 21:37:22 UTC (rev 345668)
@@ -0,0 +1,81 @@
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt5')
+pkgver=0.74.0
+pkgrel=1
+arch=(x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'gtk3' 
'pkgconfig' 'lcms2' 
+ 'gobject-introspection' 'icu' 'qt5-base' 'git' 'nss' 'gtk-doc' 
'curl' 'poppler-data'
+ 'cmake' 'python') 
+options=('!emptydirs')
+url="https://poppler.freedesktop.org/;
+source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
+
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=45f55f1e03b9bf3fbd334c31776b6f5e472889ec)
+sha256sums=('92e09fd3302567fd36146b36bb707db43ce436e8841219025a82ea9fb0076b2f'
+'SKIP'
+'SKIP')
+validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7') # "Albert Astals Cid 
"
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DENABLE_UNSTABLE_API_ABI_HEADERS=ON \
+-DENABLE_GTK_DOC=ON
+  make
+}
+
+check() {
+  cd build
+  LANG=en_US.UTF8 make test
+}
+
+package_poppler() {
+  pkgdesc="PDF rendering library based on xpdf 3.0"
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg2' 'lcms2' 'nss' 
'curl')
+  optdepends=('poppler-data: encoding data to display PDF documents containing 
CJK characters')
+  conflicts=("poppler-qt3<${pkgver}" "poppler-qt4<${pkgver}")
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # cleanup for splitted build
+  rm -vrf "${pkgdir}"/usr/include/poppler/{glib,qt5}
+  rm -vf "${pkgdir}"//usr/lib/libpoppler-{glib,qt5}.*
+  rm -vf "${pkgdir}"/usr/lib/pkgconfig/poppler-{glib,qt5}.pc
+  rm -vrf "${pkgdir}"/usr/{lib,share}/gir*
+  rm -vrf "${pkgdir}"/usr/share/gtk-doc
+}
+
+package_poppler-glib() {
+  pkgdesc="Poppler glib bindings"
+  depends=("poppler=${pkgver}" 'glib2')
+
+  cd build
+
+  make -C glib DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-glib.pc "${pkgdir}/usr/lib/pkgconfig/"
+  rm -vf "${pkgdir}"/usr/lib/libpoppler.*
+  rm -vf "${pkgdir}/usr/bin/poppler-glib-demo"
+}
+
+package_poppler-qt5() {
+  pkgdesc="Poppler Qt5 bindings"
+  depends=("poppler=${pkgver}" 'qt5-base')
+
+  cd build
+  make -C qt5 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 poppler-qt5.pc "${pkgdir}/usr/lib/pkgconfig/"
+}
+


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

2019-02-08 Thread Evangelos Foutras via arch-commits
Date: Friday, February 8, 2019 @ 21:37:18
  Author: foutrelis
Revision: 345667

upgpkg: poppler 0.74.0-1

New upstream release.

Modified:
  poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 21:34:16 UTC (rev 345666)
+++ PKGBUILD2019-02-08 21:37:18 UTC (rev 345667)
@@ -3,7 +3,7 @@
 
 pkgbase=poppler
 pkgname=('poppler' 'poppler-glib' 'poppler-qt5')
-pkgver=0.73.0
+pkgver=0.74.0
 pkgrel=1
 arch=(x86_64)
 license=('GPL')
@@ -14,7 +14,7 @@
 url="https://poppler.freedesktop.org/;
 source=(https://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.xz{,.sig}
 
test::git+https://anongit.freedesktop.org/git/poppler/test/#commit=45f55f1e03b9bf3fbd334c31776b6f5e472889ec)
-sha256sums=('e44b5543903128884ba4538c2a97d3bcc8889e97ffacc4636112101f0238db03'
+sha256sums=('92e09fd3302567fd36146b36bb707db43ce436e8841219025a82ea9fb0076b2f'
 'SKIP'
 'SKIP')
 validpgpkeys=('CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7') # "Albert Astals Cid 
"


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

2019-02-08 Thread Antonio Rojas via arch-commits
Date: Friday, February 8, 2019 @ 21:16:40
  Author: arojas
Revision: 430743

archrelease: copy trunk to community-x86_64

Added:
  cython/repos/community-x86_64/PKGBUILD
(from rev 430742, cython/trunk/PKGBUILD)
Deleted:
  cython/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-08 21:16:14 UTC (rev 430742)
+++ PKGBUILD2019-02-08 21:16:40 UTC (rev 430743)
@@ -1,51 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=(cython cython2)
-pkgbase=cython
-pkgver=0.29.4
-pkgrel=1
-pkgdesc="C-Extensions for Python"
-arch=(x86_64)
-url="https://cython.org;
-license=(APACHE)
-makedepends=(python-setuptools python2-setuptools)
-source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz;)
-sha256sums=('b43348a394d7e121688f096bd32be3a88aa4746655586a7dcd38c30947dd0b20')
-
-prepare() {
-  cp -r cython-$pkgver cython2-$pkgver
-  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
-}
-
-build() {
-  cd cython-$pkgver
-  python setup.py build
-
-  cd ../cython2-$pkgver
-  python2 setup.py build
-}
-
-package_cython() {
-  depends=(python-setuptools)
-
-  cd cython-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
-ln -s ${f}3 "$pkgdir"/usr/bin/$f
-  done
-}
-
-package_cython2() {
-  depends=(python2-setuptools)
-
-  cd cython2-$pkgver
-  python2 setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
-  done
-}

Copied: cython/repos/community-x86_64/PKGBUILD (from rev 430742, 
cython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-08 21:16:40 UTC (rev 430743)
@@ -0,0 +1,51 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=(cython cython2)
+pkgbase=cython
+pkgver=0.29.5
+pkgrel=1
+pkgdesc="C-Extensions for Python"
+arch=(x86_64)
+url="https://cython.org;
+license=(APACHE)
+makedepends=(python-setuptools python2-setuptools)
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz;)
+sha256sums=('2107bf85ed2cfeab635f65d583d1450599b77fa1e041db9de49caccc5c644f67')
+
+prepare() {
+  cp -r cython-$pkgver cython2-$pkgver
+  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
+}
+
+build() {
+  cd cython-$pkgver
+  python setup.py build
+
+  cd ../cython2-$pkgver
+  python2 setup.py build
+}
+
+package_cython() {
+  depends=(python-setuptools)
+
+  cd cython-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
+ln -s ${f}3 "$pkgdir"/usr/bin/$f
+  done
+}
+
+package_cython2() {
+  depends=(python2-setuptools)
+
+  cd cython2-$pkgver
+  python2 setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
+  done
+}


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

2019-02-08 Thread Antonio Rojas via arch-commits
Date: Friday, February 8, 2019 @ 21:16:14
  Author: arojas
Revision: 430742

Update to 0.29.5

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 19:56:51 UTC (rev 430741)
+++ PKGBUILD2019-02-08 21:16:14 UTC (rev 430742)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.4
+pkgver=0.29.5
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz;)
-sha256sums=('b43348a394d7e121688f096bd32be3a88aa4746655586a7dcd38c30947dd0b20')
+sha256sums=('2107bf85ed2cfeab635f65d583d1450599b77fa1e041db9de49caccc5c644f67')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2019-02-08 Thread Andreas Radke via arch-commits
Date: Friday, February 8, 2019 @ 20:28:13
  Author: andyrtr
Revision: 345664

upgpkg: getmail 5.9-1

upstream update 5.9

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 17:20:32 UTC (rev 345663)
+++ PKGBUILD2019-02-08 20:28:13 UTC (rev 345664)
@@ -2,7 +2,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=5.8
+pkgver=5.9
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -12,7 +12,7 @@
 optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
 # no signature, no https
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-sha256sums=('819441c7e8ef49d7036c2bc83e1568a7184f0393245fe28368a9dd310e63846e')
+sha256sums=('bd0c6784dc04382323c4c61d4eb62532e9dc2b4cfd2e562f10e20adc83166e89')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2019-02-08 Thread Andreas Radke via arch-commits
Date: Friday, February 8, 2019 @ 20:28:24
  Author: andyrtr
Revision: 345665

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
(from rev 345664, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-08 20:28:13 UTC (rev 345664)
+++ PKGBUILD2019-02-08 20:28:24 UTC (rev 345665)
@@ -1,34 +0,0 @@
-# Maintainer: Andreas Radke 
-# Committer: Manolis Tzanidakis 
-
-pkgname=getmail
-pkgver=5.8
-pkgrel=1
-pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
-arch=(any)
-url="http://pyropus.ca/software/getmail;
-license=("GPL")
-depends=('python2')
-optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
-# no signature, no https
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-sha256sums=('819441c7e8ef49d7036c2bc83e1568a7184f0393245fe28368a9dd310e63846e')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix broken shebang calls
-  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
getmailcore/__init__.py
-  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find . 
-name '*.py')
-  # recheck
-  head -1 $(find . -name '*.py')
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 345664, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-08 20:28:24 UTC (rev 345665)
@@ -0,0 +1,34 @@
+# Maintainer: Andreas Radke 
+# Committer: Manolis Tzanidakis 
+
+pkgname=getmail
+pkgver=5.9
+pkgrel=1
+pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
+arch=(any)
+url="http://pyropus.ca/software/getmail;
+license=("GPL")
+depends=('python2')
+optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
+# no signature, no https
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+sha256sums=('bd0c6784dc04382323c4c61d4eb62532e9dc2b4cfd2e562f10e20adc83166e89')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix broken shebang calls
+  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
getmailcore/__init__.py
+  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find . 
-name '*.py')
+  # recheck
+  head -1 $(find . -name '*.py')
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+}


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

2019-02-08 Thread Andrew Crerar via arch-commits
Date: Friday, February 8, 2019 @ 19:56:51
  Author: andrewsc
Revision: 430741

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  464 ++---
 1 file changed, 232 insertions(+), 232 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-08 19:56:27 UTC (rev 430740)
+++ PKGBUILD2019-02-08 19:56:51 UTC (rev 430741)
@@ -1,232 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=66.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=('52aa49398f23d8714833714c5bc1963e71fe41d5529f10356d9924bcf08433aeedfcdc7c4f3cc0f708ddf7cf503e904c103fc13fa741296b3ecea28bd58b7e19'
-
'ab4c972548d0fc76f259b933b855222bfef35415e52645b75d3a0906fc7d73e6e2ec377cdd25253f2a1f236cb2bfba9f87e56fc6116361bdb7d50e5f930408a2'
-
'0053f31a62bb24f331e6718508c2954e2fafd886455b3e3df1924881902574306c89a22ecf930d429fe16fa983ff2cfaa71ff24f28d3efad9a69e3576841cdfc'
-
'4e451b914a0fdab8d69e753bcd5423127dfb20b6feb1faaa97da12d4dbce8ee4e0abbc1fd833acee4f8994cec30f71dbfcc0e104c1ff36872c1c5d026b8e6007'
-
'ae73a395ab15f307f679e2e9b1d33151eba532761afe5e766eaef5acf0f4eb7a2f4a80cd8640ffbf61653a961776611e3d1495f8b470e71991dee03b2df83571'
-
'e2c7a58509bbddd9db1d8697fe959f5a50150fe70c41f774e3f049dfc80d3c65e305feb91684efa9e0ae91a708cda604e9ad7632c4e569ea08da3a3b05c3f092'
-

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

2019-02-08 Thread Sergej Pupykin via arch-commits
Date: Friday, February 8, 2019 @ 19:56:27
  Author: spupykin
Revision: 430740

clean up

Modified:
  redmine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 19:53:48 UTC (rev 430739)
+++ PKGBUILD2019-02-08 19:56:27 UTC (rev 430740)
@@ -34,9 +34,8 @@
 package() {
 _instdir="$pkgdir"/usr/share/webapps/redmine
 
-cd "$srcdir"/redmine-$pkgver
 install -dm 755 "$_instdir"
-cp -a --no-preserve=ownership ./* "$_instdir"
+cp -a --no-preserve=ownership "$srcdir"/redmine-$pkgver "$_instdir"
 
 install -Dm0644 "${srcdir}"/redmine.service 
"${pkgdir}"/usr/lib/systemd/system/redmine.service
 
@@ -49,5 +48,4 @@
 ln -s /var/log/redmine log
 ln -s /var/lib/redmine/files files
 ln -s /var/lib/redmine/tmp tmp
-HOME=`pwd` bundle install --no-cache --deployment --without development 
test
 }


[arch-commits] Commit in redmine/trunk (Gemfile.local PKGBUILD)

2019-02-08 Thread Sergej Pupykin via arch-commits
Date: Friday, February 8, 2019 @ 19:53:34
  Author: spupykin
Revision: 430738

upgpkg: redmine 4.0.1-1

Added:
  redmine/trunk/Gemfile.local
Modified:
  redmine/trunk/PKGBUILD

---+
 Gemfile.local |   13 +
 PKGBUILD  |7 ---
 2 files changed, 17 insertions(+), 3 deletions(-)

Added: Gemfile.local
===
--- Gemfile.local   (rev 0)
+++ Gemfile.local   2019-02-08 19:53:34 UTC (rev 430738)
@@ -0,0 +1,13 @@
+gem "xpath", "< 4.0"
+gem "capybara", "~> 2.13"
+gem "ffi", "= 1.10.0"
+gem "childprocess", "= 0.9.0"
+gem "docile", "= 1.1.5"
+gem "metaclass", "= 0.0.4"
+gem "mocha", ">= 0"
+gem "puma", "~> 3.7"
+gem "rubyzip", "= 1.2.2"
+gem "selenium-webdriver", ">= 0"
+gem "simplecov", "~> 0.14.1"
+gem "mysql2", "~> 0.5.0"
+gem "pg", "~> 1.1.4"

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 19:38:51 UTC (rev 430737)
+++ PKGBUILD2019-02-08 19:53:34 UTC (rev 430738)
@@ -18,17 +18,17 @@
 'ruby-rmagick: For Gantt export to PNG image and thumbnails 
generation'
 'ruby-rails: Alternative Ruby on Rails instalation')
 source=("$url/releases/$pkgname-$pkgver.tar.gz"
+   "Gemfile.local"
"redmine.service")
 
sha512sums=('736e39404364fce44371b504ce2051417cb88a9020d8b4b6ccab0357bbcbd249f16bba65c195977088504ceb8a7c8852654b91a1d3118386a028d884c3394d6c'
+
'750ae2aa12ab6b94ab818f329b95e7aa04a148512472548a3d2f91df4af59709dd841d553402d4332e6fc49a8bb643b17e5bacb1c26a99702fde32cae053ec29'
 
'aa2186ed970667baf8b80c4b65fce76291074bed25cf8e78c6a265afb6e8a00c67eb195ceb8fc021cdc0b70731a008ccb64cdd28f492e130d469a71f364d40a7')
 
 build() {
 cd "$srcdir"/redmine-$pkgver
-echo -e "p:\n  adapter: mysql2\n\ndevelopment:\n  adapter: postgresql" 
>config/database.yml
-echo "gem \"xpath\", \"< 4.0\"" >Gemfile.local
+cp "${srcdir}"/Gemfile.local Gemfile.local
 bundle lock
 bundle install --no-cache --deployment --without development test
-rm -f config/database.yml
 }
 
 package() {
@@ -49,4 +49,5 @@
 ln -s /var/log/redmine log
 ln -s /var/lib/redmine/files files
 ln -s /var/lib/redmine/tmp tmp
+HOME=`pwd` bundle install --no-cache --deployment --without development 
test
 }


[arch-commits] Commit in redmine (5 files)

2019-02-08 Thread Sergej Pupykin via arch-commits
Date: Friday, February 8, 2019 @ 19:53:48
  Author: spupykin
Revision: 430739

archrelease: copy trunk to community-any

Added:
  redmine/repos/
  redmine/repos/community-any/
  redmine/repos/community-any/Gemfile.local
(from rev 430738, redmine/trunk/Gemfile.local)
  redmine/repos/community-any/PKGBUILD
(from rev 430738, redmine/trunk/PKGBUILD)
  redmine/repos/community-any/redmine.service
(from rev 430738, redmine/trunk/redmine.service)

-+
 Gemfile.local   |   13 +
 PKGBUILD|   53 +
 redmine.service |   15 +++
 3 files changed, 81 insertions(+)

Copied: redmine/repos/community-any/Gemfile.local (from rev 430738, 
redmine/trunk/Gemfile.local)
===
--- repos/community-any/Gemfile.local   (rev 0)
+++ repos/community-any/Gemfile.local   2019-02-08 19:53:48 UTC (rev 430739)
@@ -0,0 +1,13 @@
+gem "xpath", "< 4.0"
+gem "capybara", "~> 2.13"
+gem "ffi", "= 1.10.0"
+gem "childprocess", "= 0.9.0"
+gem "docile", "= 1.1.5"
+gem "metaclass", "= 0.0.4"
+gem "mocha", ">= 0"
+gem "puma", "~> 3.7"
+gem "rubyzip", "= 1.2.2"
+gem "selenium-webdriver", ">= 0"
+gem "simplecov", "~> 0.14.1"
+gem "mysql2", "~> 0.5.0"
+gem "pg", "~> 1.1.4"

Copied: redmine/repos/community-any/PKGBUILD (from rev 430738, 
redmine/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2019-02-08 19:53:48 UTC (rev 430739)
@@ -0,0 +1,53 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Federico Cuello 
+
+pkgname=redmine
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="A flexible project management web application written using Ruby on 
Rails framework."
+arch=('any')
+url="https://www.redmine.org;
+license=('GPL2')
+depends=('ruby' 'libmagick6' 'ruby-bundler' 'libxml2' 'libxslt')
+makedepends=('imagemagick6' 'mariadb-libs' 'postgresql-libs')
+optdepends=('apache: A supported application server'
+'nginx: A supported application server'
+'mysql: MySQL database support'
+'postgresql: PostgreSQL database support'
+'sqlite: SQLite database support'
+'ruby-rmagick: For Gantt export to PNG image and thumbnails 
generation'
+'ruby-rails: Alternative Ruby on Rails instalation')
+source=("$url/releases/$pkgname-$pkgver.tar.gz"
+   "Gemfile.local"
+   "redmine.service")
+sha512sums=('736e39404364fce44371b504ce2051417cb88a9020d8b4b6ccab0357bbcbd249f16bba65c195977088504ceb8a7c8852654b91a1d3118386a028d884c3394d6c'
+
'750ae2aa12ab6b94ab818f329b95e7aa04a148512472548a3d2f91df4af59709dd841d553402d4332e6fc49a8bb643b17e5bacb1c26a99702fde32cae053ec29'
+
'aa2186ed970667baf8b80c4b65fce76291074bed25cf8e78c6a265afb6e8a00c67eb195ceb8fc021cdc0b70731a008ccb64cdd28f492e130d469a71f364d40a7')
+
+build() {
+cd "$srcdir"/redmine-$pkgver
+cp "${srcdir}"/Gemfile.local Gemfile.local
+bundle lock
+bundle install --no-cache --deployment --without development test
+}
+
+package() {
+_instdir="$pkgdir"/usr/share/webapps/redmine
+
+cd "$srcdir"/redmine-$pkgver
+install -dm 755 "$_instdir"
+cp -a --no-preserve=ownership ./* "$_instdir"
+
+install -Dm0644 "${srcdir}"/redmine.service 
"${pkgdir}"/usr/lib/systemd/system/redmine.service
+
+cd "$_instdir"
+rm -rf files log
+install -dm0755 -o http -g http "$pkgdir"/var/lib/redmine/files
+install -dm0755 -o http -g http "$pkgdir"/var/log/redmine
+mv tmp "$pkgdir"/var/lib/redmine/tmp
+chown -R http:http "$pkgdir"/var/lib/redmine/tmp
+ln -s /var/log/redmine log
+ln -s /var/lib/redmine/files files
+ln -s /var/lib/redmine/tmp tmp
+HOME=`pwd` bundle install --no-cache --deployment --without development 
test
+}

Copied: redmine/repos/community-any/redmine.service (from rev 430738, 
redmine/trunk/redmine.service)
===
--- repos/community-any/redmine.service (rev 0)
+++ repos/community-any/redmine.service 2019-02-08 19:53:48 UTC (rev 430739)
@@ -0,0 +1,15 @@
+[Unit]
+Description=DSR Redmine
+After=network.target
+
+[Service]
+Type=simple
+User=http
+Group=http
+WorkingDirectory=/usr/share/webapps/redmine
+ExecStart=/usr/bin/ruby ./bin/rails server webrick -e production -b 127.0.0.1 
-p 3020
+RestartSec=60
+Restart=always
+
+[Install]
+WantedBy=multi-user.target


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

2019-02-08 Thread Andrew Crerar via arch-commits
Date: Friday, February 8, 2019 @ 19:38:51
  Author: andrewsc
Revision: 430737

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

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 19:21:08 UTC (rev 430736)
+++ PKGBUILD2019-02-08 19:38:51 UTC (rev 430737)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=66.0b5
+pkgver=66.0b6
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -133,100 +133,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@devedition.mozilla.org.xpi"
 }
 
-sha512sums=('52aa49398f23d8714833714c5bc1963e71fe41d5529f10356d9924bcf08433aeedfcdc7c4f3cc0f708ddf7cf503e904c103fc13fa741296b3ecea28bd58b7e19'
-
'ab4c972548d0fc76f259b933b855222bfef35415e52645b75d3a0906fc7d73e6e2ec377cdd25253f2a1f236cb2bfba9f87e56fc6116361bdb7d50e5f930408a2'
-
'0053f31a62bb24f331e6718508c2954e2fafd886455b3e3df1924881902574306c89a22ecf930d429fe16fa983ff2cfaa71ff24f28d3efad9a69e3576841cdfc'
-
'4e451b914a0fdab8d69e753bcd5423127dfb20b6feb1faaa97da12d4dbce8ee4e0abbc1fd833acee4f8994cec30f71dbfcc0e104c1ff36872c1c5d026b8e6007'
-
'ae73a395ab15f307f679e2e9b1d33151eba532761afe5e766eaef5acf0f4eb7a2f4a80cd8640ffbf61653a961776611e3d1495f8b470e71991dee03b2df83571'
-
'e2c7a58509bbddd9db1d8697fe959f5a50150fe70c41f774e3f049dfc80d3c65e305feb91684efa9e0ae91a708cda604e9ad7632c4e569ea08da3a3b05c3f092'
-
'da5b61352147750af40595f62e933d480a2aca4ae9e9386881068c20bd75ae0ca13814a24f12172f3391f2510cd368abc599a0d9cc494270fed78af48307fe7f'
-
'bc749ca612a1d6a5a3077d207c8e06fbab021657789e80745250d987b4c24f96d1d938415d498fedc0c22387bd1fa2f4271ab3769f2c07d6582d3e118351bc6f'
-
'440677aa232be7816a09a8cb56a062cf30995b8c66467ff29470e83b53375c8daa6b8a83917140cc4e51bb863ba04f5ddc4206fc2195aac597bc4575f60561d3'
-
'44566c9ae885cc1770b70ba1a40eeab94c8c242e952ef76720d5a7f36032d1c77dc5f59ead11540f91d812c35367a1d3d72bb4aff49b50f5e8a426e31c25f0dd'
-
'c9b174421ad34d8031491c267ff66af9d5ca5cfac72932864aa5a203c53c255212c509fd2120b353ec776bbcfd6a426378ee4697a4c55bc5d77434def8b5fabe'
-
'ba827da02a72b8dad1fdc043359362ea404aa263ec07b092ad9eb1999a8f7b84b49877b70016431f6e271b381bf22b6947d7567099e44b07769ce30b9e6319e0'
-
'dab36ea8ffcb8fdcf668312057b3b61f4637299218799d3313a00f67214ff75c4c39812f3d592b973c8ffd7f70284e6689ce8429ff042d6a86fb4ccf146161cd'
-
'fd43c9c9f9501b17168bcbcac1c032ae5f121c5284bf60dec8eaa584d963fe63a587be68142f001e936cb925aa1dc51e37894826725203b5234131cdac79fef2'
-
'b4490f987784a4ebfeed02ed8c89c4f6f69109923be21b98663f89b9f07b4bcd5b03236bd4c95010ca98194d34cb8f21f244af18a2fe0d2b1b3d9dcd68f853fc'
-
'3133bfd9f9f9c683a02f76710b65e94fd8b1401682cdf68c934a822f9c9dd297ec76379eacac03dc996827b49205aee545b3d17ff34824213ee73c68131a64a3'
-
'e087f53b33f27634accfb086713b7bf512801f43b4cc63bc1e3fa3cbd2f427ab9e7db8cc42d3946dfb0862b7d0984967909a20b3914421ce42c295bbe001ae78'
-
'335c7facc09813953c0067e228e8c7f439b54ff84ddb5810c5e6f4c48918e3a4bebdf09fb88aeaf4bfedfd75c5c1b318b7c58061b51b533d5419b8f020c5'
-
'3860101246d72701288196b7e9dae97cd6935654efee7d877c820715d62c2cf74eaa2bb781c18b7c098fb434387df0a6094832b427b17e396abf8e2bcda8c2e5'
-
'02c6518bfe9c8ac2ad48f04e2e9c0183c035c87a40c049b1530e80dbc2abb18f7d2d498779ba44d4c60c2a6e7f4da13794ec54f8472dfb66a2f11ca32d1ea3d1'
-
'7d48c9a5b7e4847008b33867b7d168dcc71b4ba1d1f3c046d96f9bec7172157a908a12cb68d762cae4ee5f4dc26c11ddad2bbc9a9d9d9049b226fbc7b0edf432'
-
'7bccd6dd9bbe7aaf51db99a856919569ebc8022352e4985abd945fac4125e869fad38de8ac0335c125877552f7f9d9a9410d1f8d408052eaca4d6b5070493f4b'
-
'c2c68c1bf0d3c45ad27884c6093d6ee09ccfa76c3d1b07d6ebb6e7453fa92c2f36e3e509c70cd5f458cf90d770fd17b817361843d54c3688b306efb0a3bd49aa'
-
'9992b67d46e431bfcf973984bf5624b209c24dd9955322f08840f146f5677f2060e7413337232117359a3e84169de08f3de31e811cfa4396b98d14f19d1b734b'
-
'2854ebf9da29801b9ac28aaa2d5e520358674d843db74ba944ff89a3b5f69099db89d30f407a16c5a11833824938a9d2839097350bb7e2fd334ea49215ba59bf'
-
'57b45248ff38e8349dbd3d04f94ee7b75eb7629a4ab2638094bdbc28f9a2cedcc2e663a1911493c63eba57cd475c0be9b04de21c7c0f30bfd412ffee8479ae0e'
-
'1808dcd95d730ebc7ac5005b20d36863bb1f0901224806f52aff3bcc5c5ba7fafef23b5a686c4e66f678c238d28017604d3cba665b4d0ba3fead76fb2230c4f2'
-
'9ed99f46ac74814da843287a4b88a146f13a80a409b4937b11f67579ebea87ffce8b42fb92edcced922ddca241677184037fa62d9be418388531f752c756ae25'
-

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

2019-02-08 Thread David Runge via arch-commits
Date: Friday, February 8, 2019 @ 19:20:56
  Author: dvzrv
Revision: 430735

upgpkg: python-etesync 0.7.0-1

Upgrading to 0.7.0.

Modified:
  python-etesync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 19:12:11 UTC (rev 430734)
+++ PKGBUILD2019-02-08 19:20:56 UTC (rev 430735)
@@ -2,7 +2,7 @@
 
 _name=etesync
 pkgname=python-etesync
-pkgver=0.6.2
+pkgver=0.7.0
 pkgrel=1
 pkgdesc="Python API to interact with an EteSync server."
 arch=('any')
@@ -16,7 +16,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('d7e626df26ba272d01b9a43c5450a8c861647b27afbba707c8ba8ddcdd52885511891d5c86395128c2d1452ef4091105874999858e3bd4c91a714e07b4f213f9')
+sha512sums=('ea2771c050c2b7a2cbbded1e9549a62b75e4c990061ed522c97b80260b81265b6374d6e188fa481b94a65977afd9b2f7afd9047f57e3b60bfb0eb85501496030')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"


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

2019-02-08 Thread David Runge via arch-commits
Date: Friday, February 8, 2019 @ 19:21:08
  Author: dvzrv
Revision: 430736

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-08 19:20:56 UTC (rev 430735)
+++ PKGBUILD2019-02-08 19:21:08 UTC (rev 430736)
@@ -1,46 +0,0 @@
-# Maintainer: David Runge 
-
-_name=etesync
-pkgname=python-etesync
-pkgver=0.6.2
-pkgrel=1
-pkgdesc="Python API to interact with an EteSync server."
-arch=('any')
-url="https://pypi.python.org/pypi/etesync/;
-license=('LGPL')
-depends=('python-appdirs' 'python-asn1crypto' 'python-cffi' 'python-coverage'
-'python-cryptography' 'python-furl' 'python-idna' 'python-orderedmultidict'
-'python-packaging' 'python-peewee' 'python-py' 'python-pyasn1'
-'python-pycparser' 'python-pyparsing' 'python-dateutil' 'python-requests'
-'python-scrypt' 'python-six' 'python-vobject')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('d7e626df26ba272d01b9a43c5450a8c861647b27afbba707c8ba8ddcdd52885511891d5c86395128c2d1452ef4091105874999858e3bd4c91a714e07b4f213f9')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  # only run relevant tests:
-  # https://github.com/etesync/pyetesync/issues/5
-  pytest tests/{test_collections.py,test_crypto.py}
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {DESCRIPTION.rst,README.md}
-}
-

Copied: python-etesync/repos/community-any/PKGBUILD (from rev 430735, 
python-etesync/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-08 19:21:08 UTC (rev 430736)
@@ -0,0 +1,46 @@
+# Maintainer: David Runge 
+
+_name=etesync
+pkgname=python-etesync
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Python API to interact with an EteSync server."
+arch=('any')
+url="https://pypi.python.org/pypi/etesync/;
+license=('LGPL')
+depends=('python-appdirs' 'python-asn1crypto' 'python-cffi' 'python-coverage'
+'python-cryptography' 'python-furl' 'python-idna' 'python-orderedmultidict'
+'python-packaging' 'python-peewee' 'python-py' 'python-pyasn1'
+'python-pycparser' 'python-pyparsing' 'python-dateutil' 'python-requests'
+'python-scrypt' 'python-six' 'python-vobject')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('ea2771c050c2b7a2cbbded1e9549a62b75e4c990061ed522c97b80260b81265b6374d6e188fa481b94a65977afd9b2f7afd9047f57e3b60bfb0eb85501496030')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  # only run relevant tests:
+  # https://github.com/etesync/pyetesync/issues/5
+  pytest tests/{test_collections.py,test_crypto.py}
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {DESCRIPTION.rst,README.md}
+}
+


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

2019-02-08 Thread Andrew Crerar via arch-commits
Date: Friday, February 8, 2019 @ 19:12:11
  Author: andrewsc
Revision: 430734

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 430733, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 430733, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 430733, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 430733, 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  |  348 ++--
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 591 insertions(+), 591 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-08 18:51:25 UTC (rev 430733)
+++ PKGBUILD2019-02-08 19:12:11 UTC (rev 430734)
@@ -1,174 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=66.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' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'python' 'yasm' 'mesa' 
'imake' 'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack'
- 'gtk2' 'nodejs' 'python2-psutil' 'cbindgen' 'nasm')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech'
-'hunspell-en_US: Spell Checking, American English')
-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() {
-  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-hardening
-ac_add_options --enable-optimize
-ac_add_options --enable-rust-simd
-ac_add_options --enable-lto
-export CC=clang
-export CXX=clang++
-export AR=llvm-ar
-export NM=llvm-nm
-export RANLIB=llvm-ranlib
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-export MOZILLA_OFFICIAL=1
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_REQUIRE_SIGNING=0
-
-# 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 

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

2019-02-08 Thread Andrew Crerar via arch-commits
Date: Friday, February 8, 2019 @ 18:51:25
  Author: andrewsc
Revision: 430733

upgpkg: firefox-developer-edition 66.0b6-1

firefox-developer-edition: Updating to 66.0b6

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 17:07:28 UTC (rev 430732)
+++ PKGBUILD2019-02-08 18:51:25 UTC (rev 430733)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=66.0b5
+pkgver=66.0b6
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


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

2019-02-08 Thread Andreas Radke via arch-commits
Date: Friday, February 8, 2019 @ 17:20:32
  Author: andyrtr
Revision: 345663

archrelease: copy trunk to testing-any

Added:
  xkeyboard-config/repos/testing-any/
  xkeyboard-config/repos/testing-any/PKGBUILD
(from rev 345662, xkeyboard-config/trunk/PKGBUILD)
  xkeyboard-config/repos/testing-any/pt-layout.patch
(from rev 345662, xkeyboard-config/trunk/pt-layout.patch)

-+
 PKGBUILD|   47 +
 pt-layout.patch |   85 ++
 2 files changed, 132 insertions(+)

Copied: xkeyboard-config/repos/testing-any/PKGBUILD (from rev 345662, 
xkeyboard-config/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-02-08 17:20:32 UTC (rev 345663)
@@ -0,0 +1,47 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot 
+
+pkgname=xkeyboard-config
+pkgver=2.26
+pkgrel=2
+pkgdesc="X keyboard configuration files"
+arch=(any)
+license=('custom')
+url="https://www.freedesktop.org/wiki/Software/XKeyboardConfig;
+makedepends=('intltool' 'xorg-xkbcomp' 'libxslt')
+provides=('xkbdata')
+replaces=('xkbdata')
+conflicts=('xkbdata')
+source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+pt-layout.patch)
+validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
+validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
+sha512sums=('5c8a31f7a6ad5daed8a3fceb56230b2e2fc04a25f52a43b3b4ea81e4a6ab15c52869f749c4b747d855cd4b618c04bcbb40e85dec7eab31fbe3bd45e8c9b755ef'
+'SKIP'
+
'98c8b47e9a36ba3f130454fdd68c508f54b78eb65ddb071ca85bdcc3b324699e51155e3fc425ccae98350bb6430fea4771c0338024c1e06063a54b879bb707db')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix broken pt layout - FS#61634
+  patch -Np1 -i ../pt-layout.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-xkb-base=/usr/share/X11/xkb \
+  --with-xkb-rules-symlink=xorg \
+  --enable-compat-rules=yes
+  make
+ }
+ 
+ package() { 
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -f "${pkgdir}/usr/share/X11/xkb/compiled"
+
+  install -m755 -d "${pkgdir}/var/lib/xkb"
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xkeyboard-config/repos/testing-any/pt-layout.patch (from rev 345662, 
xkeyboard-config/trunk/pt-layout.patch)
===
--- testing-any/pt-layout.patch (rev 0)
+++ testing-any/pt-layout.patch 2019-02-08 17:20:32 UTC (rev 345663)
@@ -0,0 +1,85 @@
+From af6c0f29dbee1cc7b280eed891592797c2e31220 Mon Sep 17 00:00:00 2001
+From: Sergey Udaltsov 
+Date: Thu, 7 Feb 2019 20:40:35 +
+Subject: [PATCH] Fixed broken pt layout
+
+Backticks broke it, removed
+---
+ symbols/pt | 62 +++---
+ 1 file changed, 31 insertions(+), 31 deletions(-)
+
+diff --git a/symbols/pt b/symbols/pt
+index 73a1b7b..3ec0981 100644
+--- a/symbols/pt
 b/symbols/pt
+@@ -221,35 +221,35 @@ xkb_symbols "colemak" {
+ 
+ name[Group1]="Portuguese (Colemak)";
+ 
+-key ``  { [ q,  Q,   at,   Greek_OMEGA ] };
+-key ``  { [ w,  W,  lstroke,   Lstroke ] };
+-key ``  { [ f,  F,  dstroke,   ordfeminine ] };
+-key ``  { [ p,  P,thorn, THORN ] };
+-key ``  { [ g,  G,  eng,   ENG ] };
+-key ``  { [ j,  J,dead_hook, dead_horn ] };
+-key ``  { [ l,  L,  lstroke,   Lstroke ] };
+-key ``  { [ u,  U,downarrow,   uparrow ] };
+-key ``  { [ y,  Y,leftarrow,   yen ] };
+-key ``  { [  ccedilla,   Ccedilla,   dead_acute, dead_doubleacute ] 
};
+-
+-key ``  { [ a,  A,   ae,   AE ] };
+-key ``  { [ r,  R,paragraph,   registered ] };
+-key ``  { [ s,  S,   ssharp,  section ] };
+-key ``  { [ t,  T,   tslash,   Tslash ] };
+-key ``  { [ d,  D,  eth,  ETH ] };
+-key ``  { [ h,  H,  hstroke,  Hstroke ] };
+-key ``  { [ n,  N,n,N ] };
+-key ``  { [ e,  E, EuroSign, cent ] };
+-key ``  { [ i,  I,   rightarrow, idotless ] };
+-key ``  { [ o,  O,   oslash, Ooblique ] };
+-
+-key ``  { [ z,  Z, guillemotleft,less ] };
+-key ``  { [ x,  X, guillemotright,greater 

[arch-commits] Commit in xkeyboard-config/trunk (PKGBUILD pt-layout.patch)

2019-02-08 Thread Andreas Radke via arch-commits
Date: Friday, February 8, 2019 @ 17:20:25
  Author: andyrtr
Revision: 345662

upgpkg: xkeyboard-config 2.26-2

fix PT layout - FS#61634

Added:
  xkeyboard-config/trunk/pt-layout.patch
Modified:
  xkeyboard-config/trunk/PKGBUILD

-+
 PKGBUILD|   14 ++--
 pt-layout.patch |   85 ++
 2 files changed, 96 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 17:13:23 UTC (rev 345661)
+++ PKGBUILD2019-02-08 17:20:25 UTC (rev 345662)
@@ -3,7 +3,7 @@
 
 pkgname=xkeyboard-config
 pkgver=2.26
-pkgrel=1
+pkgrel=2
 pkgdesc="X keyboard configuration files"
 arch=(any)
 license=('custom')
@@ -12,12 +12,20 @@
 provides=('xkbdata')
 replaces=('xkbdata')
 conflicts=('xkbdata')
-source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+source=(https://xorg.freedesktop.org/archive/individual/data/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+pt-layout.patch)
 validpgpkeys=('FFB4CCD275AAA422F5F9808E0661D98FC933A145')
 validpgpkeys+=('15CFA5C595041D2CCBEA155F1732AA424A0E86B4') # "Sergey Udaltsov 
(For GNOME-related tasks) "
 
sha512sums=('5c8a31f7a6ad5daed8a3fceb56230b2e2fc04a25f52a43b3b4ea81e4a6ab15c52869f749c4b747d855cd4b618c04bcbb40e85dec7eab31fbe3bd45e8c9b755ef'
-'SKIP')
+'SKIP'
+
'98c8b47e9a36ba3f130454fdd68c508f54b78eb65ddb071ca85bdcc3b324699e51155e3fc425ccae98350bb6430fea4771c0338024c1e06063a54b879bb707db')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix broken pt layout - FS#61634
+  patch -Np1 -i ../pt-layout.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \

Added: pt-layout.patch
===
--- pt-layout.patch (rev 0)
+++ pt-layout.patch 2019-02-08 17:20:25 UTC (rev 345662)
@@ -0,0 +1,85 @@
+From af6c0f29dbee1cc7b280eed891592797c2e31220 Mon Sep 17 00:00:00 2001
+From: Sergey Udaltsov 
+Date: Thu, 7 Feb 2019 20:40:35 +
+Subject: [PATCH] Fixed broken pt layout
+
+Backticks broke it, removed
+---
+ symbols/pt | 62 +++---
+ 1 file changed, 31 insertions(+), 31 deletions(-)
+
+diff --git a/symbols/pt b/symbols/pt
+index 73a1b7b..3ec0981 100644
+--- a/symbols/pt
 b/symbols/pt
+@@ -221,35 +221,35 @@ xkb_symbols "colemak" {
+ 
+ name[Group1]="Portuguese (Colemak)";
+ 
+-key ``  { [ q,  Q,   at,   Greek_OMEGA ] };
+-key ``  { [ w,  W,  lstroke,   Lstroke ] };
+-key ``  { [ f,  F,  dstroke,   ordfeminine ] };
+-key ``  { [ p,  P,thorn, THORN ] };
+-key ``  { [ g,  G,  eng,   ENG ] };
+-key ``  { [ j,  J,dead_hook, dead_horn ] };
+-key ``  { [ l,  L,  lstroke,   Lstroke ] };
+-key ``  { [ u,  U,downarrow,   uparrow ] };
+-key ``  { [ y,  Y,leftarrow,   yen ] };
+-key ``  { [  ccedilla,   Ccedilla,   dead_acute, dead_doubleacute ] 
};
+-
+-key ``  { [ a,  A,   ae,   AE ] };
+-key ``  { [ r,  R,paragraph,   registered ] };
+-key ``  { [ s,  S,   ssharp,  section ] };
+-key ``  { [ t,  T,   tslash,   Tslash ] };
+-key ``  { [ d,  D,  eth,  ETH ] };
+-key ``  { [ h,  H,  hstroke,  Hstroke ] };
+-key ``  { [ n,  N,n,N ] };
+-key ``  { [ e,  E, EuroSign, cent ] };
+-key ``  { [ i,  I,   rightarrow, idotless ] };
+-key ``  { [ o,  O,   oslash, Ooblique ] };
+-
+-key ``  { [ z,  Z, guillemotleft,less ] };
+-key ``  { [ x,  X, guillemotright,greater ] };
+-key ``  { [ c,  C, cent,copyright ] };
+-key ``  { [ v,  V, leftdoublequotemark, 
leftsinglequotemark ]   };
+-key ``  { [ b,  B, rightdoublequotemark, 
rightsinglequotemark ] };
+-key ``  { [ k,  K,  kra,ampersand ] };
+-key ``  { [ m,  M,   mu,masculine ] };
+-
+-key `` { [BackSpace,BackSpace,   BackSpace,
BackSpace ] };
++key   { [ q,  Q,   at,   Greek_OMEGA ] };
++key   { [ w,  W,  lstroke,   Lstroke ] };
++key   { [ f,  F,  dstroke,   ordfeminine ] };
++key   { [ p,  P,thorn, THORN ] };
++key   { [ g,  G,  

[arch-commits] Commit in sqlite/repos/testing-x86_64 (4 files)

2019-02-08 Thread Andreas Radke via arch-commits
Date: Friday, February 8, 2019 @ 17:13:23
  Author: andyrtr
Revision: 345661

archrelease: copy trunk to testing-x86_64

Added:
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 345660, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 345660, sqlite/trunk/license.txt)
Deleted:
  sqlite/repos/testing-x86_64/PKGBUILD
  sqlite/repos/testing-x86_64/license.txt

-+
 PKGBUILD|  234 +-
 license.txt |   66 
 2 files changed, 150 insertions(+), 150 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-08 17:13:12 UTC (rev 345660)
+++ PKGBUILD2019-02-08 17:13:23 UTC (rev 345661)
@@ -1,117 +0,0 @@
-# Maintainer: Andreas Radke 
-# Contributor: Tom Newsom 
-
-pkgbase="sqlite"
-pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
-_srcver=327
-_docver=${_srcver}
-#_docver=3250200
-pkgver=3.27.0
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine"
-arch=('x86_64')
-license=('custom:Public Domain')
-url="https://www.sqlite.org/;
-makedepends=('tcl' 'readline' 'zlib')
-source=(https://www.sqlite.org/2019/sqlite-src-${_srcver}.zip
-https://www.sqlite.org/2019/sqlite-doc-${_docver}.zip
-license.txt)
-options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
-sha1sums=('a46fb5a1776075609f3384aae93e8c6dedd00087'
-  'a577d1ca7079e2a864b675fb1c4f6ce44371bab0'
-  'f34f6daa4ab3073d74e774aad21d66878cf26853')
-
-prepare() {
-  cd sqlite-src-$_srcver
-#  autoreconf -vfi
-}
-
-build() {
-  export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
- -DSQLITE_ENABLE_UNLOCK_NOTIFY \
- -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
- -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
- -DSQLITE_SECURE_DELETE \
- -DSQLITE_MAX_VARIABLE_NUMBER=25 \
- -DSQLITE_MAX_EXPR_DEPTH=1"
-
-  # build sqlite
-  cd sqlite-src-$_srcver
-  ./configure --prefix=/usr \
-   --disable-static \
-   --disable-amalgamation \
-   --enable-fts3 \
-   --enable-fts4 \
-   --enable-fts5 \
-   --enable-rtree \
-   --enable-json1 \
-   TCLLIBDIR=/usr/lib/sqlite$pkgver
-  make
-  # build additional tools
-  make showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer
-}
-
-package_sqlite() {
-
- pkgdesc="A C library that implements an SQL database engine"
- depends=('readline' 'zlib')
- provides=("sqlite3=$pkgver")
- replaces=("sqlite3")
-
-  cd sqlite-src-$_srcver
-  make DESTDIR=${pkgdir} install
-
-  install -m755 showdb showjournal showstat4 showwal sqldiff ${pkgdir}/usr/bin/
-
-  # install manpage
-  install -m755 -d ${pkgdir}/usr/share/man/man1
-  install -m644 sqlite3.1 ${pkgdir}/usr/share/man/man1/
-
-  # license - no linking required because pkgbase=pkgname
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
-
-  # split out tcl extension
-  mkdir $srcdir/tcl
-  mv $pkgdir/usr/lib/sqlite* $srcdir/tcl
-}
-
-package_sqlite-tcl() {
-
- pkgdesc="sqlite Tcl Extension Architecture (TEA)"
- depends=('sqlite')
- provides=("sqlite3-tcl=$pkgver")
- replaces=("sqlite3-tcl")
-
-  install -m755 -d ${pkgdir}/usr/lib
-  mv $srcdir/tcl/* ${pkgdir}/usr/lib
-
-  # install manpage
-  install -m755 -d ${pkgdir}/usr/share/man/mann
-  install -m644 ${srcdir}/sqlite-src-$_srcver/autoconf/tea/doc/sqlite3.n 
${pkgdir}/usr/share/man/mann/
-
-  # link license
-  install -m755 -d ${pkgdir}/usr/share/licenses
-  ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_sqlite-analyzer() {
-
- pkgdesc="An analysis program for sqlite3 database files"
- depends=('sqlite' 'tcl')
-
-  cd sqlite-src-$_srcver
-  install -m755 -d ${pkgdir}/usr/bin
-  install -m755 sqlite3_analyzer ${pkgdir}/usr/bin/
-}
-
-package_sqlite-doc() {
-
- pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
- #arch=('any') - not yet supported
- provides=("sqlite3-doc=$pkgver")
- replaces=("sqlite3-doc")
-
-  cd sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-}

Copied: sqlite/repos/testing-x86_64/PKGBUILD (from rev 345660, 
sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-08 17:13:23 UTC (rev 345661)
@@ -0,0 +1,117 @@
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
+_srcver=3270100
+_docver=${_srcver}
+#_docver=3250200
+pkgver=3.27.1
+pkgrel=1
+pkgdesc="A C library that implements an SQL 

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

2019-02-08 Thread Andreas Radke via arch-commits
Date: Friday, February 8, 2019 @ 17:13:12
  Author: andyrtr
Revision: 345660

upgpkg: sqlite 3.27.1-1

upstream update 3.27.1

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 16:29:30 UTC (rev 345659)
+++ PKGBUILD2019-02-08 17:13:12 UTC (rev 345660)
@@ -3,10 +3,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
-_srcver=327
+_srcver=3270100
 _docver=${_srcver}
 #_docver=3250200
-pkgver=3.27.0
+pkgver=3.27.1
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('x86_64')
@@ -17,8 +17,8 @@
 https://www.sqlite.org/2019/sqlite-doc-${_docver}.zip
 license.txt)
 options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
-sha1sums=('a46fb5a1776075609f3384aae93e8c6dedd00087'
-  'a577d1ca7079e2a864b675fb1c4f6ce44371bab0'
+sha1sums=('491d12da3c189313bb5d4d9779572c74fed43f0d'
+  '6e22acfb6c3f7dd19ad94e251cbfdb62a2061143'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {


[arch-commits] Commit in (4 files)

2019-02-08 Thread Sergej Pupykin via arch-commits
Date: Friday, February 8, 2019 @ 17:07:28
  Author: spupykin
Revision: 430732

add redmine

Added:
  redmine/
  redmine/trunk/
  redmine/trunk/PKGBUILD
  redmine/trunk/redmine.service

-+
 PKGBUILD|   52 
 redmine.service |   15 +++
 2 files changed, 67 insertions(+)

Added: redmine/trunk/PKGBUILD
===
--- redmine/trunk/PKGBUILD  (rev 0)
+++ redmine/trunk/PKGBUILD  2019-02-08 17:07:28 UTC (rev 430732)
@@ -0,0 +1,52 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Federico Cuello 
+
+pkgname=redmine
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="A flexible project management web application written using Ruby on 
Rails framework."
+arch=('any')
+url="https://www.redmine.org;
+license=('GPL2')
+depends=('ruby' 'libmagick6' 'ruby-bundler' 'libxml2' 'libxslt')
+makedepends=('imagemagick6' 'mariadb-libs' 'postgresql-libs')
+optdepends=('apache: A supported application server'
+'nginx: A supported application server'
+'mysql: MySQL database support'
+'postgresql: PostgreSQL database support'
+'sqlite: SQLite database support'
+'ruby-rmagick: For Gantt export to PNG image and thumbnails 
generation'
+'ruby-rails: Alternative Ruby on Rails instalation')
+source=("$url/releases/$pkgname-$pkgver.tar.gz"
+   "redmine.service")
+sha512sums=('736e39404364fce44371b504ce2051417cb88a9020d8b4b6ccab0357bbcbd249f16bba65c195977088504ceb8a7c8852654b91a1d3118386a028d884c3394d6c'
+
'aa2186ed970667baf8b80c4b65fce76291074bed25cf8e78c6a265afb6e8a00c67eb195ceb8fc021cdc0b70731a008ccb64cdd28f492e130d469a71f364d40a7')
+
+build() {
+cd "$srcdir"/redmine-$pkgver
+echo -e "p:\n  adapter: mysql2\n\ndevelopment:\n  adapter: postgresql" 
>config/database.yml
+echo "gem \"xpath\", \"< 4.0\"" >Gemfile.local
+bundle lock
+bundle install --no-cache --deployment --without development test
+rm -f config/database.yml
+}
+
+package() {
+_instdir="$pkgdir"/usr/share/webapps/redmine
+
+cd "$srcdir"/redmine-$pkgver
+install -dm 755 "$_instdir"
+cp -a --no-preserve=ownership ./* "$_instdir"
+
+install -Dm0644 "${srcdir}"/redmine.service 
"${pkgdir}"/usr/lib/systemd/system/redmine.service
+
+cd "$_instdir"
+rm -rf files log
+install -dm0755 -o http -g http "$pkgdir"/var/lib/redmine/files
+install -dm0755 -o http -g http "$pkgdir"/var/log/redmine
+mv tmp "$pkgdir"/var/lib/redmine/tmp
+chown -R http:http "$pkgdir"/var/lib/redmine/tmp
+ln -s /var/log/redmine log
+ln -s /var/lib/redmine/files files
+ln -s /var/lib/redmine/tmp tmp
+}

Added: redmine/trunk/redmine.service
===
--- redmine/trunk/redmine.service   (rev 0)
+++ redmine/trunk/redmine.service   2019-02-08 17:07:28 UTC (rev 430732)
@@ -0,0 +1,15 @@
+[Unit]
+Description=DSR Redmine
+After=network.target
+
+[Service]
+Type=simple
+User=http
+Group=http
+WorkingDirectory=/usr/share/webapps/redmine
+ExecStart=/usr/bin/ruby ./bin/rails server webrick -e production -b 127.0.0.1 
-p 3020
+RestartSec=60
+Restart=always
+
+[Install]
+WantedBy=multi-user.target


[arch-commits] Commit in networkmanager-openvpn/repos/extra-x86_64 (3 files)

2019-02-08 Thread Jan Steffens via arch-commits
Date: Friday, February 8, 2019 @ 16:29:30
  Author: heftig
Revision: 345659

archrelease: copy trunk to extra-x86_64

Added:
  
networkmanager-openvpn/repos/extra-x86_64/0001-build-disable-libnm-glib-support-by-default.patch
(from rev 345658, 
networkmanager-openvpn/trunk/0001-build-disable-libnm-glib-support-by-default.patch)
  networkmanager-openvpn/repos/extra-x86_64/PKGBUILD
(from rev 345658, networkmanager-openvpn/trunk/PKGBUILD)
Deleted:
  networkmanager-openvpn/repos/extra-x86_64/PKGBUILD

+
 0001-build-disable-libnm-glib-support-by-default.patch |   51 +++
 PKGBUILD   |   98 +++
 2 files changed, 101 insertions(+), 48 deletions(-)

Copied: 
networkmanager-openvpn/repos/extra-x86_64/0001-build-disable-libnm-glib-support-by-default.patch
 (from rev 345658, 
networkmanager-openvpn/trunk/0001-build-disable-libnm-glib-support-by-default.patch)
===
--- 0001-build-disable-libnm-glib-support-by-default.patch  
(rev 0)
+++ 0001-build-disable-libnm-glib-support-by-default.patch  2019-02-08 
16:29:30 UTC (rev 345659)
@@ -0,0 +1,51 @@
+From 52aad4911ffad04cf8274b5574124a4d5470c7fa Mon Sep 17 00:00:00 2001
+Message-Id: 
<52aad4911ffad04cf8274b5574124a4d5470c7fa.1549642989.git.jan.steff...@gmail.com>
+From: Lubomir Rintel 
+Date: Wed, 17 Oct 2018 15:21:30 +0200
+Subject: [PATCH] build: disable libnm-glib support by default
+
+By now nobody should be using this. Keep the code around for a little
+longer just in case anybody still uses this.
+
+The libnm-glib support also serves as an example how do we build two
+different versions of the properties plugin. We'll soon be in a similar
+situation with Gtk 4.0. (sigh.) Just don't drop it yet.
+
+Conflicts:
+   NEWS
+---
+ configure.ac | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 11ff5d0..eaf015b 100644
+--- a/configure.ac
 b/configure.ac
+@@ -75,20 +75,20 @@ dnl
+ dnl GNOME support
+ dnl
+ AC_ARG_WITH(gnome, AS_HELP_STRING([--without-gnome], [Build 
NetworkManager-openvpn without GNOME support, e.g. vpn service only]), [], 
[with_gnome_specified=no])
+-AC_ARG_WITH(libnm-glib, AS_HELP_STRING([--without-libnm-glib], [Build 
NetworkManager-openvpn without libnm-glib comatibility]), [], 
[with_libnm_glib_specified=no])
++AC_ARG_WITH(libnm-glib, AS_HELP_STRING([--with-libnm-glib], [Build 
NetworkManager-openvpn with libnm-glib comatibility (depreacted)]), [], 
[with_libnm_glib_specified=no])
+ if test "$with_libnm_glib_specified" != no -a "$with_libnm_glib" != no; then
+   if test "$with_gnome_specified" != no -a "$with_gnome" == no; then
+   AC_MSG_ERROR(Building --with-libnm-glib conflicts with 
--without-gnome)
+   fi
+ fi
+ if test "$with_gnome" != no; then
+   with_gnome=yes
+ fi
+ if test "$with_libnm_glib_specified" == no; then
+-  with_libnm_glib="$with_gnome"
++  with_libnm_glib=no
+ fi
+-if test "$with_libnm_glib" != no; then
+-  with_libnm_glib=yes
++if test "$with_libnm_glib" != yes; then
++  with_libnm_glib=no
+ fi
+ AM_CONDITIONAL(WITH_GNOME, test "$with_gnome" != no)
+ AM_CONDITIONAL(WITH_LIBNM_GLIB, test "$with_libnm_glib" != no)
+-- 
+2.20.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-08 16:29:15 UTC (rev 345658)
+++ PKGBUILD2019-02-08 16:29:30 UTC (rev 345659)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=networkmanager-openvpn
-pkgver=1.8.9dev+16+g33c941d
-pkgrel=1
-pkgdesc="NetworkManager VPN plugin for OpenVPN"
-url="https://wiki.gnome.org/Projects/NetworkManager;
-arch=(x86_64)
-license=(GPL)
-depends=(libnm libsecret openvpn)
-makedepends=(libnma intltool python git)
-optdepends=('libnma: GUI support')
-_commit=33c941d21002e279d4ac36a641c16a37d114c759  # master
-source=("git+https://gitlab.gnome.org/GNOME/NetworkManager-openvpn.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd NetworkManager-openvpn
-  git describe --tags | sed 's/-dev/dev/;s/-/+/g'
-}
-
-prepare() {
-  cd NetworkManager-openvpn
-
-  # Don't build against libnm-glib/gtk
-  git cherry-pick -n b423aa8214b2ef6b97e419d0b0e3e5e68f4b2e5b
-
-  intltoolize --automake --copy
-  autoreconf -fvi
-}
-
-build() {
-  cd NetworkManager-openvpn
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd NetworkManager-openvpn
-  make DESTDIR="$pkgdir" install dbusservicedir=/usr/share/dbus-1/system.d
-  echo 'u nm-openvpn - "NetworkManager OpenVPN"' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# vim:set sw=2 et:

Copied: 

[arch-commits] Commit in networkmanager-openvpn/trunk (2 files)

2019-02-08 Thread Jan Steffens via arch-commits
Date: Friday, February 8, 2019 @ 16:29:15
  Author: heftig
Revision: 345658

1.8.10-1

Added:
  
networkmanager-openvpn/trunk/0001-build-disable-libnm-glib-support-by-default.patch
Modified:
  networkmanager-openvpn/trunk/PKGBUILD

+
 0001-build-disable-libnm-glib-support-by-default.patch |   51 +++
 PKGBUILD   |   12 ++-
 2 files changed, 58 insertions(+), 5 deletions(-)

Added: 0001-build-disable-libnm-glib-support-by-default.patch
===
--- 0001-build-disable-libnm-glib-support-by-default.patch  
(rev 0)
+++ 0001-build-disable-libnm-glib-support-by-default.patch  2019-02-08 
16:29:15 UTC (rev 345658)
@@ -0,0 +1,51 @@
+From 52aad4911ffad04cf8274b5574124a4d5470c7fa Mon Sep 17 00:00:00 2001
+Message-Id: 
<52aad4911ffad04cf8274b5574124a4d5470c7fa.1549642989.git.jan.steff...@gmail.com>
+From: Lubomir Rintel 
+Date: Wed, 17 Oct 2018 15:21:30 +0200
+Subject: [PATCH] build: disable libnm-glib support by default
+
+By now nobody should be using this. Keep the code around for a little
+longer just in case anybody still uses this.
+
+The libnm-glib support also serves as an example how do we build two
+different versions of the properties plugin. We'll soon be in a similar
+situation with Gtk 4.0. (sigh.) Just don't drop it yet.
+
+Conflicts:
+   NEWS
+---
+ configure.ac | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 11ff5d0..eaf015b 100644
+--- a/configure.ac
 b/configure.ac
+@@ -75,20 +75,20 @@ dnl
+ dnl GNOME support
+ dnl
+ AC_ARG_WITH(gnome, AS_HELP_STRING([--without-gnome], [Build 
NetworkManager-openvpn without GNOME support, e.g. vpn service only]), [], 
[with_gnome_specified=no])
+-AC_ARG_WITH(libnm-glib, AS_HELP_STRING([--without-libnm-glib], [Build 
NetworkManager-openvpn without libnm-glib comatibility]), [], 
[with_libnm_glib_specified=no])
++AC_ARG_WITH(libnm-glib, AS_HELP_STRING([--with-libnm-glib], [Build 
NetworkManager-openvpn with libnm-glib comatibility (depreacted)]), [], 
[with_libnm_glib_specified=no])
+ if test "$with_libnm_glib_specified" != no -a "$with_libnm_glib" != no; then
+   if test "$with_gnome_specified" != no -a "$with_gnome" == no; then
+   AC_MSG_ERROR(Building --with-libnm-glib conflicts with 
--without-gnome)
+   fi
+ fi
+ if test "$with_gnome" != no; then
+   with_gnome=yes
+ fi
+ if test "$with_libnm_glib_specified" == no; then
+-  with_libnm_glib="$with_gnome"
++  with_libnm_glib=no
+ fi
+-if test "$with_libnm_glib" != no; then
+-  with_libnm_glib=yes
++if test "$with_libnm_glib" != yes; then
++  with_libnm_glib=no
+ fi
+ AM_CONDITIONAL(WITH_GNOME, test "$with_gnome" != no)
+ AM_CONDITIONAL(WITH_LIBNM_GLIB, test "$with_libnm_glib" != no)
+-- 
+2.20.1
+

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 16:15:06 UTC (rev 345657)
+++ PKGBUILD2019-02-08 16:29:15 UTC (rev 345658)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=networkmanager-openvpn
-pkgver=1.8.9dev+16+g33c941d
+pkgver=1.8.10
 pkgrel=1
 pkgdesc="NetworkManager VPN plugin for OpenVPN"
 url="https://wiki.gnome.org/Projects/NetworkManager;
@@ -11,9 +11,11 @@
 depends=(libnm libsecret openvpn)
 makedepends=(libnma intltool python git)
 optdepends=('libnma: GUI support')
-_commit=33c941d21002e279d4ac36a641c16a37d114c759  # master
-source=("git+https://gitlab.gnome.org/GNOME/NetworkManager-openvpn.git#commit=$_commit;)
-sha256sums=('SKIP')
+_commit=ac8a34354ecede5c68812a1c269d712da93afdb1  # tags/1.8.10^0
+source=("git+https://gitlab.gnome.org/GNOME/NetworkManager-openvpn.git#commit=$_commit;
+0001-build-disable-libnm-glib-support-by-default.patch)
+sha256sums=('SKIP'
+'0c574c0432948d0b66a2cdf22dab9657618fe90a44e74e681e6fd8a57c127773')
 
 pkgver() {
   cd NetworkManager-openvpn
@@ -24,7 +26,7 @@
   cd NetworkManager-openvpn
 
   # Don't build against libnm-glib/gtk
-  git cherry-pick -n b423aa8214b2ef6b97e419d0b0e3e5e68f4b2e5b
+  patch -Np1 -i ../0001-build-disable-libnm-glib-support-by-default.patch
 
   intltoolize --automake --copy
   autoreconf -fvi


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

2019-02-08 Thread Jan Steffens via arch-commits
Date: Friday, February 8, 2019 @ 16:15:06
  Author: heftig
Revision: 345657

archrelease: copy trunk to extra-x86_64

Added:
  compsize/repos/extra-x86_64/
  compsize/repos/extra-x86_64/PKGBUILD
(from rev 345656, compsize/trunk/PKGBUILD)

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

Copied: compsize/repos/extra-x86_64/PKGBUILD (from rev 345656, 
compsize/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2019-02-08 16:15:06 UTC (rev 345657)
@@ -0,0 +1,30 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=compsize
+pkgver=1.2
+pkgrel=2
+pkgdesc="Calculate compression ratio of a set of files on Btrfs"
+arch=(x86_64)
+url="https://github.com/kilobyte/compsize;
+license=(GPL)
+depends=(glibc)
+makedepends=(btrfs-progs git)
+_commit=7b91a8be5d0b883de5921be61f76e064af339a07  # tags/v1.2^0
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  install -d "$pkgdir/usr/share/man/man8"
+  make install PREFIX="$pkgdir"
+}


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

2019-02-08 Thread Jan Steffens via arch-commits
Date: Friday, February 8, 2019 @ 16:14:26
  Author: heftig
Revision: 345656

1.2-2

Added:
  compsize/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-08 16:14:26 UTC (rev 345656)
@@ -0,0 +1,30 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=compsize
+pkgver=1.2
+pkgrel=2
+pkgdesc="Calculate compression ratio of a set of files on Btrfs"
+arch=(x86_64)
+url="https://github.com/kilobyte/compsize;
+license=(GPL)
+depends=(glibc)
+makedepends=(btrfs-progs git)
+_commit=7b91a8be5d0b883de5921be61f76e064af339a07  # tags/v1.2^0
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  install -d "$pkgdir/usr/share/man/man8"
+  make install PREFIX="$pkgdir"
+}


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

2019-02-08 Thread Dave Reisner via arch-commits
Date: Friday, February 8, 2019 @ 16:11:56
  Author: dreisner
Revision: 345655

archrelease: copy trunk to testing-x86_64

Added:
  kmod/repos/testing-x86_64/
  kmod/repos/testing-x86_64/PKGBUILD
(from rev 345654, kmod/trunk/PKGBUILD)
  kmod/repos/testing-x86_64/depmod-search.conf
(from rev 345654, kmod/trunk/depmod-search.conf)

+
 PKGBUILD   |   71 +++
 depmod-search.conf |5 +++
 2 files changed, 76 insertions(+)

Copied: kmod/repos/testing-x86_64/PKGBUILD (from rev 345654, 
kmod/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-02-08 16:11:56 UTC (rev 345655)
@@ -0,0 +1,71 @@
+# Maintainer: Dave Reisner 
+
+pkgname=kmod
+pkgver=26
+pkgrel=1
+pkgdesc="Linux kernel module management tools and library"
+arch=('x86_64')
+url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
+license=('GPL2')
+depends=('glibc' 'zlib' 'xz')
+makedepends=('gtk-doc')
+checkdepends=('linux-headers' 'libelf')
+options=('strip' 'debug')
+provides=('module-init-tools=3.16' 'libkmod.so')
+conflicts=('module-init-tools')
+replaces=('module-init-tools')
+validpgpkeys=('EAB33C9690013C733916AC839BA2A5A630CBEA53')  # Lucas DeMarchi
+source=("https://www.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar."{xz,sign}
+"depmod-search.conf")
+md5sums=('1129c243199bdd7db01b55a61aa19601'
+ 'SKIP'
+ 'dd62cbf62bd8f212f51ef8c43bec9a77')
+
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--with-xz \
+--with-zlib \
+--with-openssl
+
+  make
+}
+
+check() {
+  # As of kmod v20, the test suite needs to build some kernel modules, and thus
+  # needs headers available in order to run. We depend on linux-headers, but
+  # this is really only to try and make sure that *some* useable tree of kernel
+  # headers exist. The first useable tree we find is good enough, as these
+  # modules will never be loaded by tests.
+
+  local kdirs=(/usr/lib/modules/*/build/Makefile)
+  if [[ ! -f ${kdirs[0]} ]]; then
+printf '==> Unable to find kernel headers to build modules for tests\n' >&2
+return 1
+  fi
+
+  local kver kdir=${kdirs[0]%/Makefile}
+  IFS=/ read _ _ _ kver _ <<<"$kdir"
+
+  make -C "$pkgname-$pkgver" check KDIR="$kdir" KVER="$kver"
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+
+  # extra directories
+  install -dm755 "$pkgdir"/{etc,usr/lib}/{depmod,modprobe}.d
+
+  for tool in {ins,ls,rm,dep}mod mod{probe,info}; do
+ln -s kmod "$pkgdir/usr/bin/$tool"
+  done
+
+  # install depmod.d file for search/ dir
+  install -Dm644 "$srcdir/depmod-search.conf" 
"$pkgdir/usr/lib/depmod.d/search.conf"
+}
+
+# vim: ft=sh syn=sh et

Copied: kmod/repos/testing-x86_64/depmod-search.conf (from rev 345654, 
kmod/trunk/depmod-search.conf)
===
--- testing-x86_64/depmod-search.conf   (rev 0)
+++ testing-x86_64/depmod-search.conf   2019-02-08 16:11:56 UTC (rev 345655)
@@ -0,0 +1,5 @@
+#
+# /usr/lib/depmod.d/search.conf
+#
+
+search updates extramodules built-in


[arch-commits] Commit in (compsize compsize/repos compsize/trunk)

2019-02-08 Thread Jan Steffens via arch-commits
Date: Friday, February 8, 2019 @ 16:11:12
  Author: heftig
Revision: 345654

Add compsize

Added:
  compsize/
  compsize/repos/
  compsize/trunk/


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

2019-02-08 Thread Dave Reisner via arch-commits
Date: Friday, February 8, 2019 @ 16:10:37
  Author: dreisner
Revision: 345653

upgpkg: kmod 26-1

- add openssl as dependency for new sig-parsing features

Modified:
  kmod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-08 16:09:34 UTC (rev 345652)
+++ PKGBUILD2019-02-08 16:10:37 UTC (rev 345653)
@@ -1,7 +1,7 @@
 # Maintainer: Dave Reisner 
 
 pkgname=kmod
-pkgver=25
+pkgver=26
 pkgrel=1
 pkgdesc="Linux kernel module management tools and library"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 validpgpkeys=('EAB33C9690013C733916AC839BA2A5A630CBEA53')  # Lucas DeMarchi
 
source=("https://www.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar."{xz,sign}
 "depmod-search.conf")
-md5sums=('34f325cab568f842fdde4f8b2182f220'
+md5sums=('1129c243199bdd7db01b55a61aa19601'
  'SKIP'
  'dd62cbf62bd8f212f51ef8c43bec9a77')
 
@@ -29,7 +29,8 @@
 --sysconfdir=/etc \
 --enable-gtk-doc \
 --with-xz \
---with-zlib
+--with-zlib \
+--with-openssl
 
   make
 }


  1   2   3   >