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

2017-12-13 Thread Antonio Rojas via arch-commits
Date: Thursday, December 14, 2017 @ 07:58:51
  Author: arojas
Revision: 312374

archrelease: copy trunk to extra-x86_64

Added:
  qca/repos/extra-x86_64/PKGBUILD
(from rev 312373, qca/trunk/PKGBUILD)
Deleted:
  qca/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 07:58:16 UTC (rev 312373)
+++ PKGBUILD2017-12-14 07:58:51 UTC (rev 312374)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=qca
-pkgname=(qca-qt4 qca-qt5)
-pkgver=2.1.3
-pkgrel=4
-pkgdesc="Qt Cryptographic Architecture"
-arch=(i686 x86_64)
-url="http://delta.affinix.com/qca/;
-license=(LGPL)
-makedepends=(qt4 qt5-base cmake doxygen nss pkcs11-helper botan1.10 
openssl-1.0)
-source=("http://download.kde.org/stable/$pkgbase/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
-md5sums=('5019cc29efcf828681cd93164238ce26')
-
-prepare() {
-  mkdir -p build{4,5}
-}
-
-build() {
-  cd build4
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=OFF \
--DQCA_LIBRARY_INSTALL_DIR=/usr/lib \
--DQCA_FEATURE_INSTALL_DIR=/usr/share/qt4/mkspecs/features/ \
--DQT4_BUILD=ON \
--DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \
--DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \
--DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so
-  make
-
-  cd ../build5
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTS=OFF \
--DQCA_INSTALL_IN_QT_PREFIX=ON \
--DQCA_MAN_INSTALL_DIR=/usr/share/man \
--DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \
--DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \
--DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so
-  make
-}
-
-package_qca-qt4() {
-  depends=(qt4 nss openssl-1.0)
-  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin')
-  conflicts=(qca qca-gnupg qca-ossl)
-  provides=(qca qca-gnupg qca-ossl)
-  replaces=(qca qca-gnupg qca-ossl)
-
-  cd build4
-  make DESTDIR="$pkgdir" install
-}
-
-package_qca-qt5() {
-  depends=(qt5-base nss ca-certificates)
-  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin')
-
-  cd build5
-  make DESTDIR="$pkgdir" install
-}
-
-

Copied: qca/repos/extra-x86_64/PKGBUILD (from rev 312373, qca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 07:58:51 UTC (rev 312374)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=qca
+pkgname=(qca-qt4 qca-qt5)
+pkgver=2.1.3
+pkgrel=5
+pkgdesc="Qt Cryptographic Architecture"
+arch=(x86_64)
+url="http://delta.affinix.com/qca/;
+license=(LGPL)
+makedepends=(qt4 qt5-base cmake doxygen nss pkcs11-helper botan1.10 
openssl-1.0)
+source=("http://download.kde.org/stable/$pkgbase/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
+md5sums=('5019cc29efcf828681cd93164238ce26')
+
+prepare() {
+  mkdir -p build{4,5}
+}
+
+build() {
+  cd build4
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF \
+-DQCA_LIBRARY_INSTALL_DIR=/usr/lib \
+-DQCA_FEATURE_INSTALL_DIR=/usr/share/qt4/mkspecs/features/ \
+-DQT4_BUILD=ON \
+-DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \
+-DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \
+-DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so
+  make
+
+  cd ../build5
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTS=OFF \
+-DQCA_INSTALL_IN_QT_PREFIX=ON \
+-DQCA_MAN_INSTALL_DIR=/usr/share/man \
+-DOPENSSL_INCLUDE_DIR=/usr/include/openssl-1.0 \
+-DOPENSSL_SSL_LIBRARY=/usr/lib/openssl-1.0/libssl.so \
+-DOPENSSL_CRYPTO_LIBRARY=/usr/lib/openssl-1.0/libcrypto.so
+  make
+}
+
+package_qca-qt4() {
+  depends=(qt4 nss)
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 
'openssl-1.0: OpenSSL plugin')
+  conflicts=(qca qca-gnupg qca-ossl)
+  provides=(qca qca-gnupg qca-ossl)
+  replaces=(qca qca-gnupg qca-ossl)
+
+  cd build4
+  make DESTDIR="$pkgdir" install
+}
+
+package_qca-qt5() {
+  depends=(qt5-base nss ca-certificates)
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 
'openssl-1.0: OpenSSL plugin')
+
+  cd build5
+  make DESTDIR="$pkgdir" install
+}
+
+


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

2017-12-13 Thread Antonio Rojas via arch-commits
Date: Thursday, December 14, 2017 @ 07:58:16
  Author: arojas
Revision: 312373

Add openssl-1.0 dependency explicitely

Modified:
  qca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 04:25:09 UTC (rev 312372)
+++ PKGBUILD2017-12-14 07:58:16 UTC (rev 312373)
@@ -6,7 +6,7 @@
 pkgbase=qca
 pkgname=(qca-qt4 qca-qt5)
 pkgver=2.1.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Qt Cryptographic Architecture"
 arch=(x86_64)
 url="http://delta.affinix.com/qca/;
@@ -47,8 +47,8 @@
 }
 
 package_qca-qt4() {
-  depends=(qt4 nss openssl-1.0)
-  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin')
+  depends=(qt4 nss)
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 
'openssl-1.0: OpenSSL plugin')
   conflicts=(qca qca-gnupg qca-ossl)
   provides=(qca qca-gnupg qca-ossl)
   replaces=(qca qca-gnupg qca-ossl)
@@ -59,7 +59,7 @@
 
 package_qca-qt5() {
   depends=(qt5-base nss ca-certificates)
-  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin')
+  optdepends=('pkcs11-helper: PKCS-11 plugin' 'botan1.10: botan plugin' 
'openssl-1.0: OpenSSL plugin')
 
   cd build5
   make DESTDIR="$pkgdir" install


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 07:14:05
  Author: felixonmars
Revision: 274377

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 274376, tamarin-prover/trunk/PKGBUILD)
  tamarin-prover/repos/community-staging-x86_64/binary-orphans-0.1.8.0.patch
(from rev 274376, tamarin-prover/trunk/binary-orphans-0.1.8.0.patch)

--+
 PKGBUILD |   54 +
 binary-orphans-0.1.8.0.patch |   16 
 2 files changed, 70 insertions(+)

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

Copied: 
tamarin-prover/repos/community-staging-x86_64/binary-orphans-0.1.8.0.patch 
(from rev 274376, tamarin-prover/trunk/binary-orphans-0.1.8.0.patch)
===
--- community-staging-x86_64/binary-orphans-0.1.8.0.patch   
(rev 0)
+++ community-staging-x86_64/binary-orphans-0.1.8.0.patch   2017-12-14 
07:14:05 UTC (rev 274377)
@@ -0,0 +1,16 @@
+diff --git a/src/Web/Types.hs b/src/Web/Types.hs
+index 8efe669..95e75f3 100644
+--- a/src/Web/Types.hs
 b/src/Web/Types.hs
+@@ -79,11 +79,6 @@ import   Yesod.Static
+ import   Theory
+ 
+ 
+--- | Derived Instances to fix things
+-instance Bin.Binary ZonedTime where
+-  get = liftM2 ZonedTime Bin.get Bin.get
+-  put (ZonedTime d tod) = Bin.put d >> Bin.put tod
+-
+ --
+ -- Types
+ --


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 07:13:45
  Author: felixonmars
Revision: 274376

upgpkg: tamarin-prover 1.2.2-41

rebuild with conduit-extra,1.2.2

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 07:12:09 UTC (rev 274375)
+++ PKGBUILD2017-12-14 07:13:45 UTC (rev 274376)
@@ -4,7 +4,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.2.2
-pkgrel=40
+pkgrel=41
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 07:12:09
  Author: felixonmars
Revision: 274375

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 07:11:42
  Author: felixonmars
Revision: 274374

upgpkg: hledger-web 1.4-33

rebuild with conduit-extra,1.2.2

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 07:10:08 UTC (rev 274373)
+++ PKGBUILD2017-12-14 07:11:42 UTC (rev 274374)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.4
-pkgrel=32
+pkgrel=33
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 07:09:48
  Author: felixonmars
Revision: 274372

upgpkg: git-annex 6.20171124-26

rebuild with conduit-extra,1.2.2

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 07:07:22 UTC (rev 274371)
+++ PKGBUILD2017-12-14 07:09:48 UTC (rev 274372)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20171124
-pkgrel=25
+pkgrel=26
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 07:10:08
  Author: felixonmars
Revision: 274373

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 274372, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 274372, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 07:10:08 UTC (rev 274373)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20171124
+pkgrel=26
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'rsync' 'ghc-libs' "haskell-aeson" "haskell-async" "haskell-aws"
+ "haskell-blaze-builder" "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" "haskell-conduit" 
"haskell-crypto-api"
+ "haskell-cryptonite" "haskell-data-default" "haskell-dav" 
"haskell-dbus"
+ "haskell-disk-free-space" "haskell-dlist" "haskell-dns" 
"haskell-edit-distance"
+ "haskell-esqueleto" "haskell-exceptions" "haskell-fdo-notify" 
"haskell-feed"
+ "haskell-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-ifelse" "haskell-magic" "haskell-memory"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mountpoints" 
"haskell-mtl"
+ "haskell-network" "haskell-network-info" "haskell-network-multicast" 
"haskell-network-uri"
+ "haskell-old-locale" "haskell-optparse-applicative" 
"haskell-path-pieces"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" 
"haskell-shakespeare"
+ "haskell-socks" "haskell-split" "haskell-stm" "haskell-stm-chans" 
"haskell-tasty"
+ "haskell-tasty-hunit" "haskell-tasty-quickcheck" 
"haskell-tasty-rerun" "haskell-text"
+ "haskell-torrent" "haskell-unix-compat" "haskell-unordered-containers"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" 
"haskell-yesod-default"
+ "haskell-yesod-form" "haskell-yesod-static")
+makedepends=("chrpath" 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2017-12-13 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 14, 2017 @ 07:07:22
  Author: svenstaro
Revision: 274371

archrelease: copy trunk to community-testing-x86_64

Added:
  blender/repos/community-testing-x86_64/
  blender/repos/community-testing-x86_64/PKGBUILD
(from rev 274370, blender/trunk/PKGBUILD)
  blender/repos/community-testing-x86_64/cuda9.patch
(from rev 274370, blender/trunk/cuda9.patch)

-+
 PKGBUILD|  109 ++
 cuda9.patch |   40 +
 2 files changed, 149 insertions(+)

Copied: blender/repos/community-testing-x86_64/PKGBUILD (from rev 274370, 
blender/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-14 07:07:22 UTC (rev 274371)
@@ -0,0 +1,109 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: John Sowiak 
+# Contributor: tobias 
+
+# Sometimes blender.org takes some time to release patch releases and because 
Arch users
+# are impatient, we sometimes need to build from git directly.
+# Update because I get so many queries on this:
+# Due to our other rolling deps, it's sometimes not possible to build Blender 
stable releases.
+# More often than not, a new openshadinglanguage breaks it and I could either 
backport fixes
+# or simply roll with a new version. I usually choose the latter when the 
former seems
+# unreasonable.
+
+ _gittag=v2.79
+#_gitcommit=3c3d0898b0c1a1d7da70f4a1778d4360b3cfe5c8
+
+pkgname=blender
+pkgver=2.79
+#[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
+pkgrel=7
+epoch=17
+pkgdesc="A fully integrated 3D graphics creation suite"
+arch=('x86_64')
+license=('GPL')
+url="http://www.blender.org;
+depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 
'python-requests'
+ 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew' 'openjpeg' 
'python-numpy'
+ 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada' 
'alembic'
+ 'openimageio' 'libsndfile' 'jack' 'opencolorio' 'openshadinglanguage'
+ 'jemalloc' 'libspnav' 'ptex' 'opensubdiv' 'openvdb' 'log4cplus' 
'sdl2')
+makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm35' 'gcc6')
+makedepends_x86_64=('cuda')
+optdepends=('cuda: cycles renderer cuda support')
+options=(!strip)
+source=("git://git.blender.org/blender-addons.git"
+"git://git.blender.org/blender-addons-contrib.git"
+"git://git.blender.org/blender-translations.git"
+"git://git.blender.org/blender-dev-tools.git"
+"git://git.blender.org/scons.git"
+cuda9.patch)
+if [[ -n $_gittag ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
+elif [[ -n $_gitcommit ]]; then
+
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
+fi
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ '88f47cac4cac2977f006c0ce22f84e53'
+ 'SKIP')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  git submodule init
+  git config submodule."release/scripts/addons".url ${srcdir}/blender-addons
+  git config submodule."release/scripts/addons_contrib".url 
${srcdir}/blender-addons-contrib
+  git config submodule."release/datafiles/locale".url 
${srcdir}/blender-translations
+  git config submodule."source/tools".url ${srcdir}/blender-dev-tools
+  git config submodule."scons".url ${srcdir}/scons
+  git submodule update
+
+  patch -Np1 < "${srcdir}"/cuda9.patch
+
+  # cuda 9.1 fixes
+  sed -i -e "s/sm_20;//" -e "s/sm_21;//" 
build_files/cmake/config/blender_release.cmake
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  [[ -d build ]] && rm -rf build
+  mkdir build && cd build
+
+  export CFLAGS="${CFLAGS} -DOPENVDB_3_ABI_COMPATIBLE"
+  export CXXFLAGS="${CXXFLAGS} -DOPENVDB_3_ABI_COMPATIBLE"
+  cmake -C../build_files/cmake/config/blender_release.cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_INSTALL_PORTABLE=OFF \
+-DWITH_PYTHON_INSTALL=OFF \
+-DOPENIMAGEIO_ROOT_DIR=/usr \
+-DWITH_LLVM=ON \
+-DWITH_SYSTEM_OPENJPEG=ON \
+-DWITH_GL_PROFILE_CORE=OFF \
+-DWITH_GL_PROFILE_ES20=OFF \
+-DLLVM_VERSION=3.6 \
+-DLLVM_STATIC=ON \
+-DWITH_CYCLES_CUDA_BINARIES=ON \
+-DWITH_CYCLES_PTEX=OFF \
+-DPYTHON_VERSION=3.6 \
+-DPYTHON_LIBPATH=/usr/lib \
+-DPYTHON_LIBRARY=python3.6m \
+-DPYTHON_INCLUDE_DIRS=/usr/include/python3.6m
+  make
+
+  # PTEX is currently broken and experimental in blender anyway
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm755 ../release/bin/blender-softwaregl 
"${pkgdir}/usr/bin/blender-softwaregl"
+  python -m compileall "${pkgdir}/usr/share/blender"
+  python -O -m compileall 

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

2017-12-13 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 14, 2017 @ 07:07:15
  Author: svenstaro
Revision: 274370

upgpkg: blender 17:2.79-7

cuda 9.1 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 07:03:50 UTC (rev 274369)
+++ PKGBUILD2017-12-14 07:07:15 UTC (rev 274370)
@@ -17,7 +17,7 @@
 pkgname=blender
 pkgver=2.79
 #[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=6
+pkgrel=7
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')
@@ -63,6 +63,9 @@
   git submodule update
 
   patch -Np1 < "${srcdir}"/cuda9.patch
+
+  # cuda 9.1 fixes
+  sed -i -e "s/sm_20;//" -e "s/sm_21;//" 
build_files/cmake/config/blender_release.cmake
 }
 
 build() {
@@ -71,8 +74,6 @@
   [[ -d build ]] && rm -rf build
   mkdir build && cd build
 
-  [[ $CARCH == i686 ]] && BUILDCUDA="OFF" || BUILDCUDA="ON"
-
   export CFLAGS="${CFLAGS} -DOPENVDB_3_ABI_COMPATIBLE"
   export CXXFLAGS="${CXXFLAGS} -DOPENVDB_3_ABI_COMPATIBLE"
   cmake -C../build_files/cmake/config/blender_release.cmake .. \
@@ -87,7 +88,7 @@
 -DWITH_GL_PROFILE_ES20=OFF \
 -DLLVM_VERSION=3.6 \
 -DLLVM_STATIC=ON \
--DWITH_CYCLES_CUDA_BINARIES=$BUILDCUDA \
+-DWITH_CYCLES_CUDA_BINARIES=ON \
 -DWITH_CYCLES_PTEX=OFF \
 -DPYTHON_VERSION=3.6 \
 -DPYTHON_LIBPATH=/usr/lib \


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 07:03:30
  Author: felixonmars
Revision: 274368

upgpkg: haskell-yesod-static 1.5.3.1-43

rebuild with conduit-extra,1.2.2

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 07:02:33 UTC (rev 274367)
+++ PKGBUILD2017-12-14 07:03:30 UTC (rev 274368)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.3.1
-pkgrel=42
+pkgrel=43
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 07:03:50
  Author: felixonmars
Revision: 274369

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
274368, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 07:03:50 UTC (rev 274369)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.3.1
+pkgrel=43
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-cryptonite-conduit" "haskell-memory" 
"haskell-css-text"
+ "haskell-data-default" "haskell-exceptions" "haskell-file-embed" 
"haskell-hashable"
+ "haskell-hjsmin" "haskell-http-types" "haskell-mime-types" 
"haskell-old-time"
+ "haskell-resourcet" "haskell-text" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-wai" "haskell-wai-app-static" "haskell-yesod-core")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1ba2061e05d7374579e6ada4760db569817e957ae7adcbde49deab88cb60d2940475b530d017b12dc92ae9acc722c4ac46750e65ec23e485097ccb6e54d123a2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 07:02:33
  Author: felixonmars
Revision: 274367

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
274366, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 07:02:33 UTC (rev 274367)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.21
+pkgrel=6
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('827cfff9ffb0f533b0cbc68cac53be1a057dde531596b57d823c14a3e737ba7c26394fd33b93dc6ad881ff6cc62e3246807f338c21ebe895be45b856460e7e23')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-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 "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 07:02:10
  Author: felixonmars
Revision: 274366

upgpkg: haskell-yesod-auth 1.4.21-6

rebuild with conduit-extra,1.2.2

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 07:00:56 UTC (rev 274365)
+++ PKGBUILD2017-12-14 07:02:10 UTC (rev 274366)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.21
-pkgrel=5
+pkgrel=6
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 07:00:56
  Author: felixonmars
Revision: 274365

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 274364, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 07:00:56 UTC (rev 274365)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=133
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-blaze-html" "haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 07:00:33
  Author: felixonmars
Revision: 274364

upgpkg: haskell-yesod 1.4.5-133

rebuild with conduit-extra,1.2.2

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:59:39 UTC (rev 274363)
+++ PKGBUILD2017-12-14 07:00:33 UTC (rev 274364)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.5
-pkgrel=132
+pkgrel=133
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:59:39
  Author: felixonmars
Revision: 274363

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
274362, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 06:59:39 UTC (rev 274363)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.16
+pkgrel=31
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder" "haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-data-default" 
"haskell-email-validate"
+ "haskell-network-uri" "haskell-persistent" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ca350cea4dd1cdd1645ad20c2d54f929cf7cb6d6f45cdf1c7ab0bb5475199bf65f5f5ac79dedf8b6b9013e6eeda7bf4a8fd190666253709a0a63800c7f560dd0')
+
+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 \
+-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-yesod-form/trunk (PKGBUILD)

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:59:18
  Author: felixonmars
Revision: 274362

upgpkg: haskell-yesod-form 1.4.16-31

rebuild with conduit-extra,1.2.2

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:58:03 UTC (rev 274361)
+++ PKGBUILD2017-12-14 06:59:18 UTC (rev 274362)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.16
-pkgrel=30
+pkgrel=31
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:58:03
  Author: felixonmars
Revision: 274361

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 274360, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 06:58:03 UTC (rev 274361)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.3
+pkgrel=13
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-extra' 
'haskell-persistent-sqlite' 'haskell-text')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d609ed1f49d11936fb162eb643006b0e2bebe707a1d94e595d38b568769b30bb507f368fbf2801330f34824609e60e9230db3a24b7ca51b6a13f29b6cbd9af9b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:57:43
  Author: felixonmars
Revision: 274360

upgpkg: haskell-yesod-persistent 1.4.3-13

rebuild with conduit-extra,1.2.2

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:56:48 UTC (rev 274359)
+++ PKGBUILD2017-12-14 06:57:43 UTC (rev 274360)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.3
-pkgrel=12
+pkgrel=13
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:56:48
  Author: felixonmars
Revision: 274359

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
274358, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 06:56:48 UTC (rev 274359)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=212
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-yesod-core")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:56:17
  Author: felixonmars
Revision: 274358

upgpkg: haskell-yesod-default 1.2.0-212

rebuild with conduit-extra,1.2.2

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:55:25 UTC (rev 274357)
+++ PKGBUILD2017-12-14 06:56:17 UTC (rev 274358)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=211
+pkgrel=212
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:55:25
  Author: felixonmars
Revision: 274357

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
274356, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 06:55:25 UTC (rev 274357)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.37.2
+pkgrel=9
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder" "haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-case-insensitive" 
"haskell-cereal"
+ "haskell-clientsession" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cookie"
+ "haskell-data-default" "haskell-deepseq-generics" "haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random" 
"haskell-old-locale"
+ "haskell-parsec" "haskell-path-pieces" "haskell-primitive" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-semigroups" 
"haskell-shakespeare"
+ "haskell-text" "haskell-transformers-base" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-wai" 
"haskell-wai-extra"
+ "haskell-wai-logger" "haskell-warp" "haskell-word8")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('712e8e423e532c5a458d948e3d7805c528019fd851ea13ebff2ebec3b7a308309752f3283e5fa27ab408e9e0e5d90f58096db7d05b90be59abecbb4f6a8424db')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:54:57
  Author: felixonmars
Revision: 274356

upgpkg: haskell-yesod-core 1.4.37.2-9

rebuild with conduit-extra,1.2.2

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:53:33 UTC (rev 274355)
+++ PKGBUILD2017-12-14 06:54:57 UTC (rev 274356)
@@ -5,7 +5,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.4.37.2
-pkgrel=8
+pkgrel=9
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:53:33
  Author: felixonmars
Revision: 274355

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 274354, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 06:53:33 UTC (rev 274355)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=176
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:52:58
  Author: felixonmars
Revision: 274354

upgpkg: haskell-dav 1.3.1-176

rebuild with conduit-extra,1.2.2

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:52:05 UTC (rev 274353)
+++ PKGBUILD2017-12-14 06:52:58 UTC (rev 274354)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=175
+pkgrel=176
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:51:41
  Author: felixonmars
Revision: 274352

upgpkg: haskell-xml-hamlet 0.4.1.1-9

rebuild with conduit-extra,1.2.2

Modified:
  haskell-xml-hamlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:50:55 UTC (rev 274351)
+++ PKGBUILD2017-12-14 06:51:41 UTC (rev 274352)
@@ -5,7 +5,7 @@
 _hkgname=xml-hamlet
 pkgname=haskell-xml-hamlet
 pkgver=0.4.1.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Hamlet-style quasiquoter for XML content"
 url="http://www.yesodweb.com/;
 license=("custom:BSD3")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:52:05
  Author: felixonmars
Revision: 274353

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-xml-hamlet/repos/community-staging-x86_64/
  haskell-xml-hamlet/repos/community-staging-x86_64/PKGBUILD
(from rev 274352, haskell-xml-hamlet/trunk/PKGBUILD)

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

Copied: haskell-xml-hamlet/repos/community-staging-x86_64/PKGBUILD (from rev 
274352, haskell-xml-hamlet/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 06:52:05 UTC (rev 274353)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-hamlet
+pkgname=haskell-xml-hamlet
+pkgver=0.4.1.1
+pkgrel=9
+pkgdesc="Hamlet-style quasiquoter for XML content"
+url="http://www.yesodweb.com/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-parsec" "haskell-shakespeare" "haskell-text"
+ "haskell-xml-conduit")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8f4281ffc7a9ac3639719ed4bdfa71cd5a1045fcbe733224446eeead02881ddf3325dc3b638f2e422be8503ad0ff230f01ce0cc91a4a48bf2a0432dda2973687')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:50:55
  Author: felixonmars
Revision: 274351

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
274350, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 06:50:55 UTC (rev 274351)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=141
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-monad-control" "haskell-network-uri" "haskell-resourcet"
+ "haskell-tagstream-conduit" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-xml-conduit")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-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 "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:50:33
  Author: felixonmars
Revision: 274350

upgpkg: haskell-authenticate 1.3.3.2-141

rebuild with conduit-extra,1.2.2

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:49:44 UTC (rev 274349)
+++ PKGBUILD2017-12-14 06:50:33 UTC (rev 274350)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=140
+pkgrel=141
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:49:44
  Author: felixonmars
Revision: 274349

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tagstream-conduit/repos/community-staging-x86_64/
  haskell-tagstream-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 274348, haskell-tagstream-conduit/trunk/PKGBUILD)

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

Copied: haskell-tagstream-conduit/repos/community-staging-x86_64/PKGBUILD (from 
rev 274348, haskell-tagstream-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 06:49:44 UTC (rev 274349)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tagstream-conduit
+pkgname=haskell-tagstream-conduit
+pkgver=0.5.5.3
+pkgrel=101
+pkgdesc="Streamlined html tag parser"
+url="https://github.com/yihuang/tagstream-conduit;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-data-default" 
"haskell-resourcet"
+ "haskell-text" "haskell-xml-conduit")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('84625975df6c6c315011ebfd63d551b22c00927fa9add390d9e723bc104d4a7881743aaf6bceae0ff42efc6056a314baddb594fd5e39333ea7ff6cbcf154')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:48:52
  Author: felixonmars
Revision: 274346

upgpkg: python-braintree 3.39.1-1

Modified:
  python-braintree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:48:34 UTC (rev 274345)
+++ PKGBUILD2017-12-14 06:48:52 UTC (rev 274346)
@@ -3,7 +3,7 @@
 
 pkgbase=python-braintree
 pkgname=(python-braintree python2-braintree)
-pkgver=3.39.0
+pkgver=3.39.1
 pkgrel=1
 pkgdesc="Braintree Python Library"
 arch=('any')


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:49:15
  Author: felixonmars
Revision: 274347

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 06:48:52 UTC (rev 274346)
+++ PKGBUILD2017-12-14 06:49:15 UTC (rev 274347)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-braintree
-pkgname=(python-braintree python2-braintree)
-pkgver=3.39.0
-pkgrel=1
-pkgdesc="Braintree Python Library"
-arch=('any')
-url="https://www.braintreepayments.com/docs/python;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python2-mock')
-source=("git+https://github.com/braintree/braintree_python.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a braintree_python{,-py2}
-}
-
-build() {
-  cd "$srcdir"/braintree_python
-  python setup.py build
-
-  cd "$srcdir"/braintree_python-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/braintree_python
-  nosetests3 tests/unit
-
-  cd "$srcdir"/braintree_python-py2
-  nosetests2 tests/unit
-}
-
-package_python-braintree() {
-  depends=('python-requests')
-
-  cd braintree_python
-  python setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-braintree() {
-  depends=('python2-requests')
-
-  cd braintree_python-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-braintree/repos/community-any/PKGBUILD (from rev 274346, 
python-braintree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 06:49:15 UTC (rev 274347)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-braintree
+pkgname=(python-braintree python2-braintree)
+pkgver=3.39.1
+pkgrel=1
+pkgdesc="Braintree Python Library"
+arch=('any')
+url="https://www.braintreepayments.com/docs/python;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python2-mock')
+source=("git+https://github.com/braintree/braintree_python.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a braintree_python{,-py2}
+}
+
+build() {
+  cd "$srcdir"/braintree_python
+  python setup.py build
+
+  cd "$srcdir"/braintree_python-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/braintree_python
+  nosetests3 tests/unit
+
+  cd "$srcdir"/braintree_python-py2
+  nosetests2 tests/unit
+}
+
+package_python-braintree() {
+  depends=('python-requests')
+
+  cd braintree_python
+  python setup.py install -O1 --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-braintree() {
+  depends=('python2-requests')
+
+  cd braintree_python-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:49:24
  Author: felixonmars
Revision: 274348

upgpkg: haskell-tagstream-conduit 0.5.5.3-101

rebuild with conduit-extra,1.2.2

Modified:
  haskell-tagstream-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:49:15 UTC (rev 274347)
+++ PKGBUILD2017-12-14 06:49:24 UTC (rev 274348)
@@ -5,7 +5,7 @@
 _hkgname=tagstream-conduit
 pkgname=haskell-tagstream-conduit
 pkgver=0.5.5.3
-pkgrel=100
+pkgrel=101
 pkgdesc="Streamlined html tag parser"
 url="https://github.com/yihuang/tagstream-conduit;
 license=("custom:BSD3")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:48:34
  Author: felixonmars
Revision: 274345

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
274344, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 06:48:34 UTC (rev 274345)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.8.0
+pkgrel=104
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "pandoc" "pandoc-citeproc" 
"haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+
https://github.com/rlpowell/hakyll/commit/5c26faf2d867d9c644f8110f2c9bd6bd8c32986a.patch)
+sha512sums=('933645964113bbdf898366aedd11c6f26035e633b66fb01206258264a3b8857e08ea919f3284b6dfef28c32e6dc2bdd21ee85ed5e1c4c184423dfdc4a487'
+
'06c71fe3e99315c969b694020457af585124179bcc5b62afafafaf179132d88ac23d375ba948984565deab936f378cd6351e19b798125c010bde873c704d15ef')
+
+prepare() {
+cd $_hkgname-$pkgver
+patch -p1 -i ../5c26faf2d867d9c644f8110f2c9bd6bd8c32986a.patch
+sed -e 's/pandoc-citeproc  >= 0.10.5 && < 0.11,/pandoc-citeproc  
>= 0.10.5,/' \
+-e 's/process  >= 1.0&& < 1.6,/process  >= 
1.0,/' \
+-e 's/time >= 1.4&& < 1.8,/time >= 
1.4,/' \
+-i $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:48:14
  Author: felixonmars
Revision: 274344

upgpkg: haskell-hakyll 4.9.8.0-104

rebuild with conduit-extra,1.2.2

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:46:17 UTC (rev 274343)
+++ PKGBUILD2017-12-14 06:48:14 UTC (rev 274344)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.8.0
-pkgrel=103
+pkgrel=104
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:46:17
  Author: felixonmars
Revision: 274343

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 274342, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
274342, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 06:46:17 UTC (rev 274343)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.12.1
+pkgrel=27
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec" "haskell-data-default"
+ "haskell-hs-bibutils" "haskell-mtl" "haskell-old-locale" "pandoc" 
"haskell-pandoc-types"
+ "haskell-parsec" "haskell-rfc5051" "haskell-setenv" "haskell-split" 
"haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" 
"haskell-yaml")
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('74ab07cc8a62523079195c6b9e2283b992ef496782d58c9e4ee84f4343f6d69f1f4229eab27b594c5bf0d52536976fb42f1c9848d034dff7034d27d334492b06')
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:45:56
  Author: felixonmars
Revision: 274342

upgpkg: pandoc-citeproc 0.12.1-27

rebuild with conduit-extra,1.2.2

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:43:43 UTC (rev 274341)
+++ PKGBUILD2017-12-14 06:45:56 UTC (rev 274342)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.12.1
-pkgrel=26
+pkgrel=27
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("custom:BSD3")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:43:22
  Author: felixonmars
Revision: 274340

upgpkg: haskell-feed 1.0.0.0-8

rebuild with conduit-extra,1.2.2

Modified:
  haskell-feed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:43:05 UTC (rev 274339)
+++ PKGBUILD2017-12-14 06:43:22 UTC (rev 274340)
@@ -5,7 +5,7 @@
 _hkgname=feed
 pkgname=haskell-feed
 pkgver=1.0.0.0
-pkgrel=7
+pkgrel=8
 pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
 url="https://github.com/bergmark/feed;
 license=("custom:BSD3")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:43:43
  Author: felixonmars
Revision: 274341

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-feed/repos/community-staging-x86_64/PKGBUILD (from rev 274340, 
haskell-feed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 06:43:43 UTC (rev 274341)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=feed
+pkgname=haskell-feed
+pkgver=1.0.0.0
+pkgrel=8
+pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
+url="https://github.com/bergmark/feed;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-old-locale' 
'haskell-old-time' 'haskell-safe'
+ 'haskell-text' 'haskell-time-locale-compat' 'haskell-utf8-string' 
'haskell-xml-types'
+ 'haskell-xml-conduit')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('dfda1387e2af46fa703634ae3988c243c59bf0c00eefe5ed193c51d5c18131221fa20cfb83404e7c227a2962e4d621186579f7c2d9353d19c01d9277de13ae4d')
+
+prepare() {
+sed -i 's/, xml-conduit >= 1.3 && < 1.6/, xml-conduit >= 1.3/' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_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 python-osc-lib/repos/community-any (PKGBUILD PKGBUILD)

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:43:05
  Author: felixonmars
Revision: 274339

archrelease: copy trunk to community-any

Added:
  python-osc-lib/repos/community-any/PKGBUILD
(from rev 274338, python-osc-lib/trunk/PKGBUILD)
Deleted:
  python-osc-lib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 06:42:41 UTC (rev 274338)
+++ PKGBUILD2017-12-14 06:43:05 UTC (rev 274339)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-osc-lib
-pkgname=(python-osc-lib python2-osc-lib)
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="OpenStackClient Library"
-arch=('any')
-url="http://docs.openstack.org/developer/osc-lib;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-cliff' 'python2-cliff'
- 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
- 'python2-os-client-config' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-simplejson' 'python2-simplejson' 
'python-stevedore'
- 'python2-stevedore')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/osc-lib/archive/$pkgver.tar.gz;)
-sha512sums=('3562d5b04c3e801ab0993bb6bdcb2cf6c5f9fd1cc1409843f6ce8ca7a3379a77b62f4b8740561aac2f127cc76ef834a84dca5c16da1a2c9fd01584a7af2c40dc')
-
-prepare() {
-  cp -a osc-lib-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/osc-lib-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/osc-lib-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/osc-lib-$pkgver
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/osc-lib-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
-}
-
-package_python-osc-lib() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-cliff' 
'python-keystoneauth1'
-   'python-os-client-config' 'python-oslo-i18n' 'python-oslo-utils' 
'python-stevedore'
-   'python-simplejson')
-
-  cd osc-lib-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-osc-lib() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-cliff' 
'python2-keystoneauth1'
-   'python2-os-client-config' 'python2-oslo-i18n' 'python2-oslo-utils' 
'python2-stevedore'
-   'python2-simplejson')
-
-  cd osc-lib-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-osc-lib/repos/community-any/PKGBUILD (from rev 274338, 
python-osc-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 06:43:05 UTC (rev 274339)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-osc-lib
+pkgname=(python-osc-lib python2-osc-lib)
+pkgver=1.8.0
+pkgrel=2
+pkgdesc="OpenStackClient Library"
+arch=('any')
+url="http://docs.openstack.org/developer/osc-lib;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-cliff' 'python2-cliff'
+ 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
+ 'python2-os-client-config' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-simplejson' 'python2-simplejson' 
'python-stevedore'
+ 'python2-stevedore' 'python-openstacksdk' 'python2-openstacksdk')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/osc-lib/archive/$pkgver.tar.gz;)
+sha512sums=('3562d5b04c3e801ab0993bb6bdcb2cf6c5f9fd1cc1409843f6ce8ca7a3379a77b62f4b8740561aac2f127cc76ef834a84dca5c16da1a2c9fd01584a7af2c40dc')
+
+prepare() {
+  cp -a osc-lib-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/osc-lib-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/osc-lib-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/osc-lib-$pkgver
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/osc-lib-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
+}
+
+package_python-osc-lib() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-cliff' 
'python-keystoneauth1'
+   'python-os-client-config' 

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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:42:41
  Author: felixonmars
Revision: 274338

upgpkg: python-osc-lib 1.8.0-2

fix dependency

Modified:
  python-osc-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:42:21 UTC (rev 274337)
+++ PKGBUILD2017-12-14 06:42:41 UTC (rev 274338)
@@ -5,7 +5,7 @@
 pkgbase=python-osc-lib
 pkgname=(python-osc-lib python2-osc-lib)
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenStackClient Library"
 arch=('any')
 url="http://docs.openstack.org/developer/osc-lib;
@@ -15,7 +15,7 @@
  'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
  'python2-os-client-config' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-oslo-utils'
  'python2-oslo-utils' 'python-simplejson' 'python2-simplejson' 
'python-stevedore'
- 'python2-stevedore')
+ 'python2-stevedore' 'python-openstacksdk' 'python2-openstacksdk')
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
   'python2-requests-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/osc-lib/archive/$pkgver.tar.gz;)
@@ -46,7 +46,7 @@
 package_python-osc-lib() {
   depends=('python-six' 'python-pbr' 'python-babel' 'python-cliff' 
'python-keystoneauth1'
'python-os-client-config' 'python-oslo-i18n' 'python-oslo-utils' 
'python-stevedore'
-   'python-simplejson')
+   'python-simplejson' 'python-openstacksdk')
 
   cd osc-lib-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -55,7 +55,7 @@
 package_python2-osc-lib() {
   depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-cliff' 
'python2-keystoneauth1'
'python2-os-client-config' 'python2-oslo-i18n' 'python2-oslo-utils' 
'python2-stevedore'
-   'python2-simplejson')
+   'python2-simplejson' 'python2-openstacksdk')
 
   cd osc-lib-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:42:21
  Author: felixonmars
Revision: 274337

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 274336, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 06:42:21 UTC (rev 274337)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.18
+pkgrel=6
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="https://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 'haskell-byteable'
+ 'haskell-case-insensitive' 'haskell-cereal' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-http-conduit' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-memory' 'haskell-monad-control' 
'haskell-mtl'
+ 'haskell-network' 'haskell-old-locale' 'haskell-resourcet' 
'haskell-safe'
+ 'haskell-scientific' 'haskell-tagged' 'haskell-text' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-vector' 'haskell-xml-conduit')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-conduit-combinators' 
'haskell-errors'
+ 'haskell-http-client' 'haskell-http-client-tls' 
'haskell-quickcheck-instances'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck'
+ 'haskell-transformers-base')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('11cf6675e4caf818e39efe697704acff7c5e0a74641482b791de17b18f6e0224be1bd24fb734a419685ca4b2cbf5913bea0012f4f79e4b988ee4cbc9252d0f52')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-examples
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || warning "Requires AWS credentials to test"
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:41:59
  Author: felixonmars
Revision: 274336

upgpkg: haskell-aws 0.18-6

rebuild with conduit-extra,1.2.2

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:39:27 UTC (rev 274335)
+++ PKGBUILD2017-12-14 06:41:59 UTC (rev 274336)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.18
-pkgrel=5
+pkgrel=6
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="https://github.com/aristidb/aws;
 license=("custom:BSD3")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:39:27
  Author: felixonmars
Revision: 274335

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-xml-conduit/repos/community-staging-x86_64/
  haskell-xml-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 274334, haskell-xml-conduit/trunk/PKGBUILD)

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

Copied: haskell-xml-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
274334, haskell-xml-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 06:39:27 UTC (rev 274335)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-conduit
+pkgname=haskell-xml-conduit
+pkgver=1.7.0
+pkgrel=5
+pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package."
+url="https://github.com/snoyberg/xml;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-attoparsec" "haskell-blaze-builder" "haskell-text"
+ "haskell-blaze-markup" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-data-default-class" "haskell-monad-control" 
"haskell-resourcet"
+ "haskell-blaze-html" "haskell-xml-types")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('083a4e2ee33256bc30fd634ac5b89a5ca03868854583c71c0cd723097e5388b104758edc005d0701dc5a85d54133dfa7dc1d59d95727a4f6b44d5fd78b50a88a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:39:06
  Author: felixonmars
Revision: 274334

upgpkg: haskell-xml-conduit 1.7.0-5

rebuild with conduit-extra,1.2.2

Modified:
  haskell-xml-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:37:52 UTC (rev 274333)
+++ PKGBUILD2017-12-14 06:39:06 UTC (rev 274334)
@@ -5,7 +5,7 @@
 _hkgname=xml-conduit
 pkgname=haskell-xml-conduit
 pkgver=1.7.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Pure-Haskell utilities for dealing with XML with the conduit package."
 url="https://github.com/snoyberg/xml;
 license=("MIT")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:37:31
  Author: felixonmars
Revision: 274332

upgpkg: stack 1.6.1-11

rebuild with conduit-extra,1.2.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:34:38 UTC (rev 274331)
+++ PKGBUILD2017-12-14 06:37:31 UTC (rev 274332)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.6.1
-pkgrel=10
+pkgrel=11
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:37:52
  Author: felixonmars
Revision: 274333

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 274332, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 274332, stack/trunk/stack.install)

---+
 PKGBUILD  |   74 
 stack.install |4 +++
 2 files changed, 78 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 274332, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 06:37:52 UTC (rev 274333)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.6.1
+pkgrel=11
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-bindings-uname'
+ 'haskell-blaze-builder' 'haskell-clock' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo' 
'haskell-exceptions'
+ 'haskell-extra' 'haskell-fast-logger' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hastache' 'haskell-hpack' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-microlens-mtl' 'haskell-mintty' 
'haskell-monad-logger'
+ 'haskell-mono-traversable' 'haskell-mtl' 'haskell-neat-interpolation' 
'haskell-network-uri'
+ 'haskell-open-browser' 'haskell-optparse-applicative' 
'haskell-optparse-simple'
+ 'haskell-path' 'haskell-path-io' 'haskell-persistent' 
'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-pid1' 'haskell-primitive' 
'haskell-project-template'
+ 'haskell-regex-applicative-text' 'haskell-resourcet' 'haskell-retry' 
'haskell-semigroups'
+ 'haskell-split' 'haskell-stm' 'haskell-store' 'haskell-store-core'
+ 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 
'haskell-text'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-unicode-transforms'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-yaml' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;)
+sha512sums=('b798945388f533768d0a14961b0b5fceb0bb3d24b4995fc6e86f9ee3d182782b7930edb6a61c028ae62b7ea72b61937396474813f83c5ae796353dcf9e6f36d7')
+
+prepare() {
+  cd $pkgname-$pkgver
+  hpack
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  PATH="$PWD/dist/build/stack:$PATH" runhaskell Setup test
+  # TODO: need more work for integration tests
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 274332, 
stack/trunk/stack.install)

[arch-commits] Commit in jenkins/repos/community-any (14 files)

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:34:38
  Author: felixonmars
Revision: 274331

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 274330, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 274330, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 274330, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 274330, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 274330, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 274330, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 274330, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 115 insertions(+), 115 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-12-14 06:33:51 UTC (rev 274330)
+++ LICENSE 2017-12-14 06:34:38 UTC (rev 274331)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 274330, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-12-14 06:34:38 UTC (rev 274331)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 06:33:51 UTC (rev 274330)
+++ PKGBUILD2017-12-14 06:34:38 UTC (rev 274331)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.94
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime>=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')

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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:33:51
  Author: felixonmars
Revision: 274330

upgpkg: jenkins 2.95-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:30:26 UTC (rev 274329)
+++ PKGBUILD2017-12-14 06:33:51 UTC (rev 274330)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.94
+pkgver=2.95
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('5cddc88d677f669cf077120f43855f19224281761903cdfa75a291de88f531b08ed99519eeb92e677e5a99b1af17176df353c720ca87fb76cd1a1cfe18a41e3c'
+sha512sums=('2002953a49cacdac8a93f24335d489dc4c10c7ae3f3bc80b4f6dd524a5ac1984fc7229c570e0c79dd53c51bf609cc989193c0a6881f2e0b9d8dd49e47bad20dd'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:30:26
  Author: felixonmars
Revision: 274329

archrelease: copy trunk to community-any

Added:
  python-osc-lib/repos/community-any/PKGBUILD
(from rev 274328, python-osc-lib/trunk/PKGBUILD)
Deleted:
  python-osc-lib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 06:30:01 UTC (rev 274328)
+++ PKGBUILD2017-12-14 06:30:26 UTC (rev 274329)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-osc-lib
-pkgname=(python-osc-lib python2-osc-lib)
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="OpenStackClient Library"
-arch=('any')
-url="http://docs.openstack.org/developer/osc-lib;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-cliff' 'python2-cliff'
- 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
- 'python2-os-client-config' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-simplejson' 'python2-simplejson' 
'python-stevedore'
- 'python2-stevedore')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/osc-lib/archive/$pkgver.tar.gz;)
-sha512sums=('abb0d8eb74248dea046ff3be25d6c7c4faae888ba94c6fb8db28c0609b684213a905985667279aaabab478c6e3f813ff4878301a8e3266da2b5b0fc40609aff2')
-
-prepare() {
-  cp -a osc-lib-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/osc-lib-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/osc-lib-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/osc-lib-$pkgver
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/osc-lib-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
-}
-
-package_python-osc-lib() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-cliff' 
'python-keystoneauth1'
-   'python-os-client-config' 'python-oslo-i18n' 'python-oslo-utils' 
'python-stevedore'
-   'python-simplejson')
-
-  cd osc-lib-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-osc-lib() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-cliff' 
'python2-keystoneauth1'
-   'python2-os-client-config' 'python2-oslo-i18n' 'python2-oslo-utils' 
'python2-stevedore'
-   'python2-simplejson')
-
-  cd osc-lib-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-osc-lib/repos/community-any/PKGBUILD (from rev 274328, 
python-osc-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 06:30:26 UTC (rev 274329)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-osc-lib
+pkgname=(python-osc-lib python2-osc-lib)
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="OpenStackClient Library"
+arch=('any')
+url="http://docs.openstack.org/developer/osc-lib;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-cliff' 'python2-cliff'
+ 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
+ 'python2-os-client-config' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-simplejson' 'python2-simplejson' 
'python-stevedore'
+ 'python2-stevedore')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/osc-lib/archive/$pkgver.tar.gz;)
+sha512sums=('3562d5b04c3e801ab0993bb6bdcb2cf6c5f9fd1cc1409843f6ce8ca7a3379a77b62f4b8740561aac2f127cc76ef834a84dca5c16da1a2c9fd01584a7af2c40dc')
+
+prepare() {
+  cp -a osc-lib-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/osc-lib-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/osc-lib-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/osc-lib-$pkgver
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/osc-lib-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
+}
+
+package_python-osc-lib() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-cliff' 
'python-keystoneauth1'
+   'python-os-client-config' 'python-oslo-i18n' 'python-oslo-utils' 

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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:30:01
  Author: felixonmars
Revision: 274328

upgpkg: python-osc-lib 1.8.0-1

Modified:
  python-osc-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:29:33 UTC (rev 274327)
+++ PKGBUILD2017-12-14 06:30:01 UTC (rev 274328)
@@ -4,7 +4,7 @@
 
 pkgbase=python-osc-lib
 pkgname=(python-osc-lib python2-osc-lib)
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="OpenStackClient Library"
 arch=('any')
@@ -19,7 +19,7 @@
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
   'python2-requests-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/osc-lib/archive/$pkgver.tar.gz;)
-sha512sums=('abb0d8eb74248dea046ff3be25d6c7c4faae888ba94c6fb8db28c0609b684213a905985667279aaabab478c6e3f813ff4878301a8e3266da2b5b0fc40609aff2')
+sha512sums=('3562d5b04c3e801ab0993bb6bdcb2cf6c5f9fd1cc1409843f6ce8ca7a3379a77b62f4b8740561aac2f127cc76ef834a84dca5c16da1a2c9fd01584a7af2c40dc')
 
 prepare() {
   cp -a osc-lib-$pkgver{,-py2}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:29:33
  Author: felixonmars
Revision: 274327

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-project-template/repos/community-staging-x86_64/
  haskell-project-template/repos/community-staging-x86_64/PKGBUILD
(from rev 274326, haskell-project-template/trunk/PKGBUILD)

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

Copied: haskell-project-template/repos/community-staging-x86_64/PKGBUILD (from 
rev 274326, haskell-project-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 06:29:33 UTC (rev 274327)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=project-template
+pkgname=haskell-project-template
+pkgver=0.2.0
+pkgrel=82
+pkgdesc="Specify Haskell project templates and generate files"
+url="https://github.com/fpco/haskell-ide;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-base64-bytestring" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-mtl" "haskell-resourcet"
+ "haskell-text")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('923c0d9e5cac14c05474adc743cfb8030ed8e08e69c4eb35b77c2cb1c64b44f10058693d1a5880ba983040ea9dbf1f28f815cd274a75de302f3afdb928210cad')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:29:10
  Author: felixonmars
Revision: 274326

upgpkg: haskell-project-template 0.2.0-82

rebuild with conduit-extra,1.2.2

Modified:
  haskell-project-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:28:42 UTC (rev 274325)
+++ PKGBUILD2017-12-14 06:29:10 UTC (rev 274326)
@@ -5,7 +5,7 @@
 _hkgname=project-template
 pkgname=haskell-project-template
 pkgver=0.2.0
-pkgrel=81
+pkgrel=82
 pkgdesc="Specify Haskell project templates and generate files"
 url="https://github.com/fpco/haskell-ide;
 license=("custom:BSD3")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:28:42
  Author: felixonmars
Revision: 274325

archrelease: copy trunk to community-x86_64

Added:
  deepin-api/repos/community-x86_64/PKGBUILD
(from rev 274324, deepin-api/trunk/PKGBUILD)
Deleted:
  deepin-api/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 06:28:19 UTC (rev 274324)
+++ PKGBUILD2017-12-14 06:28:42 UTC (rev 274325)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.1.18
-pkgrel=1
-pkgdesc='Go-lang bindings for dde-daemon'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-api;
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill'
- 'poppler-glib' 'xcur2png' 'blur-effect') # 'gcc-libs>=5.3.0-3')
-makedepends=('git' 'deepin-gettext-tools' 'deepin-dbus-factory' 
'deepin-gir-generator'
- 'deepin-go-lib' 'bzr' 'go-pie') # 'gcc-go')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz;)
-sha512sums=('a37a1e28f1f080043b2ff2d625029cb317e33fae081da1c0fe8f724e7c72101ea6f97f54370ee5052eff928ad2374458846d87843dbf34127c95dd168d87e955')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p build/src/pkg.deepin.io/dde/api
-  cp -a dde-api-$pkgver/* build/src/pkg.deepin.io/dde/api/
-
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
-
-  cd "$srcdir"/dde-api-$pkgver
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2 github.com/nfnt/resize 
github.com/cryptix/wav
-}
-
-build(){
-  cd dde-api-$pkgver
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd dde-api-$pkgver
-  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
-}

Copied: deepin-api/repos/community-x86_64/PKGBUILD (from rev 274324, 
deepin-api/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 06:28:42 UTC (rev 274325)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=3.1.18.1
+pkgrel=1
+pkgdesc='Go-lang bindings for dde-daemon'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-api;
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill'
+ 'poppler-glib' 'xcur2png' 'blur-effect') # 'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-gettext-tools' 'deepin-dbus-factory' 
'deepin-gir-generator'
+ 'deepin-go-lib' 'bzr' 'go-pie') # 'gcc-go')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz;)
+sha512sums=('bc71430bdb17691d8a837b6ad00b2c4dd0b75d5d3d708f38cc7ea12dff3c950b09ae177972e2589960d0a46b951836c80a2fb04932232d26c31c9fa8c6162727')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p build/src/pkg.deepin.io/dde/api
+  cp -a dde-api-$pkgver/* build/src/pkg.deepin.io/dde/api/
+
+  # https://github.com/niemeyer/gopkg/issues/50
+  git config --global http.https://gopkg.in.followRedirects true
+
+  cd "$srcdir"/dde-api-$pkgver
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2 github.com/nfnt/resize 
github.com/cryptix/wav
+}
+
+build(){
+  cd dde-api-$pkgver
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd dde-api-$pkgver
+  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
+}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:28:19
  Author: felixonmars
Revision: 274324

upgpkg: deepin-api 3.1.18.1-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:28:06 UTC (rev 274323)
+++ PKGBUILD2017-12-14 06:28:19 UTC (rev 274324)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-api
-pkgver=3.1.18
+pkgver=3.1.18.1
 pkgrel=1
 pkgdesc='Go-lang bindings for dde-daemon'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 replaces=('dde-api')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz;)
-sha512sums=('a37a1e28f1f080043b2ff2d625029cb317e33fae081da1c0fe8f724e7c72101ea6f97f54370ee5052eff928ad2374458846d87843dbf34127c95dd168d87e955')
+sha512sums=('bc71430bdb17691d8a837b6ad00b2c4dd0b75d5d3d708f38cc7ea12dff3c950b09ae177972e2589960d0a46b951836c80a2fb04932232d26c31c9fa8c6162727')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:28:06
  Author: felixonmars
Revision: 274323

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-persistent-sqlite/repos/community-staging-x86_64/
  haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD
(from rev 274322, haskell-persistent-sqlite/trunk/PKGBUILD)

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

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 274322, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 06:28:06 UTC (rev 274323)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6.4
+pkgrel=5
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'sqlite' 'haskell-aeson' 'haskell-conduit' 
'haskell-monad-control'
+ 'haskell-microlens-th' 'haskell-monad-logger' 'haskell-old-locale' 
'haskell-persistent'
+ 'haskell-resource-pool' 'haskell-resourcet' 'haskell-text' 
'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-hspec' 'haskell-persistent-template' 
'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f8ae4f0b501505b839306c283a8a4c854c62c8b325b25219b890339f4b0b4e6d669176e79b7e35fb9d4cf5fd4627117d464aa141840c7fade8ceac669ca86aa5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -fsystemlib -fuse-pkgconfig
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:27:44
  Author: felixonmars
Revision: 274322

upgpkg: haskell-persistent-sqlite 2.6.4-5

rebuild with conduit-extra,1.2.2

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 06:26:53 UTC (rev 274321)
+++ PKGBUILD2017-12-14 06:27:44 UTC (rev 274322)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.6.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:26:53
  Author: felixonmars
Revision: 274321

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-persistent-template/repos/community-staging-x86_64/
  haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD
(from rev 274320, haskell-persistent-template/trunk/PKGBUILD)

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

Copied: haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 274320, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-14 06:26:53 UTC (rev 274321)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.3
+pkgrel=9
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces" 
"haskell-persistent"
+ "haskell-tagged" "haskell-text" "haskell-unordered-containers")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9054dd5e9faa3a5790ebe9265eb31c1a18198b94626761acf6bca3e341d4a62ad825e636d8792a7982a39fa63f064feb155191ccc8944fe8705fce7735407392')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-12-13 Thread Felix Yan via arch-commits
Date: Thursday, December 14, 2017 @ 06:26:29
  Author: felixonmars
Revision: 274320

upgpkg: haskell-persistent-template 2.5.3-9

rebuild with conduit-extra,1.2.2

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-14 04:36:59 UTC (rev 274319)
+++ PKGBUILD2017-12-14 06:26:29 UTC (rev 274320)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.5.3
-pkgrel=8
+pkgrel=9
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


[arch-commits] Commit in wine/repos/multilib-x86_64 (8 files)

2017-12-13 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 14, 2017 @ 04:36:59
  Author: svenstaro
Revision: 274319

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 274318, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 274318, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/harmony-fix.diff
(from rev 274318, wine/trunk/harmony-fix.diff)
  wine/repos/multilib-x86_64/wine-binfmt.conf
(from rev 274318, wine/trunk/wine-binfmt.conf)
  wine/repos/multilib-x86_64/wine.install
(from rev 274318, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/harmony-fix.diff

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  330 
 harmony-fix.diff  |  126 +-
 wine-binfmt.conf  |2 
 wine.install  |7 +
 5 files changed, 259 insertions(+), 246 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-12-14 04:36:44 UTC (rev 274318)
+++ 30-win32-aliases.conf   2017-12-14 04:36:59 UTC (rev 274319)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 274318, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-12-14 04:36:59 UTC (rev 274319)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 04:36:44 UTC (rev 274318)
+++ PKGBUILD2017-12-14 04:36:59 UTC (rev 274319)
@@ -1,163 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=3.0rc1
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/3.0/$pkgname-$_pkgbasever.tar.xz{,.sign}
-harmony-fix.diff
-30-win32-aliases.conf)
-sha512sums=('d9d1062be7f843681113f3fe669522cd5d47209ddc47625fa9b82b2e17c1d239d72846640d849e7fd9d5055db8623999bfbda34312ae67500f14345cbf12b73d'
-'SKIP'
-
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  

[arch-commits] Commit in wine/trunk (PKGBUILD wine-binfmt.conf wine.install)

2017-12-13 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 14, 2017 @ 04:36:44
  Author: svenstaro
Revision: 274318

upgpkg: wine 3.0rc1-2

Add wine binfmt

Added:
  wine/trunk/wine-binfmt.conf
  wine/trunk/wine.install
Modified:
  wine/trunk/PKGBUILD

--+
 PKGBUILD |   10 +++---
 wine-binfmt.conf |2 ++
 wine.install |7 +++
 3 files changed, 16 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 22:57:24 UTC (rev 274317)
+++ PKGBUILD2017-12-14 04:36:44 UTC (rev 274318)
@@ -6,17 +6,19 @@
 
 pkgname=wine
 pkgver=3.0rc1
-pkgrel=1
+pkgrel=2
 
 _pkgbasever=${pkgver/rc/-rc}
 
 
source=(https://dl.winehq.org/wine/source/3.0/$pkgname-$_pkgbasever.tar.xz{,.sign}
 harmony-fix.diff
-30-win32-aliases.conf)
+30-win32-aliases.conf
+wine-binfmt.conf)
 
sha512sums=('d9d1062be7f843681113f3fe669522cd5d47209ddc47625fa9b82b2e17c1d239d72846640d849e7fd9d5055db8623999bfbda34312ae67500f14345cbf12b73d'
 'SKIP'
 
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb')
+
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
+
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
   DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
 
@@ -87,6 +89,7 @@
   samba   dosbox
 )
 makedepends=(${makedepends[@]} ${depends[@]})
+install=wine.install
 
 prepare() {
   # Allow ccache to work
@@ -158,6 +161,7 @@
   install -d "$pkgdir"/etc/fonts/conf.{avail,d}
   install -m644 "$srcdir/30-win32-aliases.conf" "$pkgdir/etc/fonts/conf.avail"
   ln -s ../conf.avail/30-win32-aliases.conf 
"$pkgdir/etc/fonts/conf.d/30-win32-aliases.conf"
+  install -Dm 644 "$srcdir/wine-binfmt.conf" 
"$pkgdir/usr/lib/binfmt.d/wine.conf"
 }
 
 # vim:set ts=8 sts=2 sw=2 et:

Added: wine-binfmt.conf
===
--- wine-binfmt.conf(rev 0)
+++ wine-binfmt.conf2017-12-14 04:36:44 UTC (rev 274318)
@@ -0,0 +1,2 @@
+# Start WINE on Windows executables
+:DOSWin:M::MZ::/usr/bin/wine:

Added: wine.install
===
--- wine.install(rev 0)
+++ wine.install2017-12-14 04:36:44 UTC (rev 274318)
@@ -0,0 +1,7 @@
+post_install() {
+  echo "Run 'systemctl restart systemd-binfmt' in order to make the wine 
binfmt available on your system."
+}
+
+post_remove() {
+  echo "binfmt binary formats will be updated at reboot"
+}


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

2017-12-13 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 14, 2017 @ 04:25:09
  Author: foutrelis
Revision: 312372

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-panel/repos/extra-x86_64/PKGBUILD
(from rev 312371, xfce4-panel/trunk/PKGBUILD)
Deleted:
  xfce4-panel/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 04:24:57 UTC (rev 312371)
+++ PKGBUILD2017-12-14 04:25:09 UTC (rev 312372)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-panel
-pkgver=4.12.1
-pkgrel=1
-pkgdesc="Panel for the Xfce desktop environment"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('exo' 'garcon' 'libxfce4ui' 'libwnck' 'hicolor-icon-theme'
- 'desktop-file-utils')
-makedepends=('intltool' 'gtk-doc')
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('93d58b80cca9c9eb58adb281bc75404df7cf6cae89f7f98bb9f38690009aa2e8')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---enable-gio-unix \
---enable-gtk-doc \
---enable-gtk3 \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-panel/repos/extra-x86_64/PKGBUILD (from rev 312371, 
xfce4-panel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 04:25:09 UTC (rev 312372)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-panel
+pkgver=4.12.2
+pkgrel=1
+pkgdesc="Panel for the Xfce desktop environment"
+arch=('x86_64')
+url="http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('exo' 'garcon' 'libxfce4ui' 'libwnck' 'hicolor-icon-theme'
+ 'desktop-file-utils')
+makedepends=('intltool' 'gtk-doc')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('42058abb81b8f87691d3999627447de71c3285bcf055f308aab5cefab2de0ce9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--enable-gio-unix \
+--enable-gtk-doc \
+--enable-gtk3 \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-12-13 Thread Evangelos Foutras via arch-commits
Date: Thursday, December 14, 2017 @ 04:24:57
  Author: foutrelis
Revision: 312371

upgpkg: xfce4-panel 4.12.2-1

New upstream release.

Modified:
  xfce4-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 22:49:31 UTC (rev 312370)
+++ PKGBUILD2017-12-14 04:24:57 UTC (rev 312371)
@@ -3,7 +3,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-panel
-pkgver=4.12.1
+pkgver=4.12.2
 pkgrel=1
 pkgdesc="Panel for the Xfce desktop environment"
 arch=('x86_64')
@@ -14,7 +14,7 @@
  'desktop-file-utils')
 makedepends=('intltool' 'gtk-doc')
 
source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('93d58b80cca9c9eb58adb281bc75404df7cf6cae89f7f98bb9f38690009aa2e8')
+sha256sums=('42058abb81b8f87691d3999627447de71c3285bcf055f308aab5cefab2de0ce9')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-12-13 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 13, 2017 @ 22:57:24
  Author: anatolik
Revision: 274317

archrelease: copy trunk to community-testing-x86_64

Added:
  libvirt/repos/community-testing-x86_64/
  libvirt/repos/community-testing-x86_64/PKGBUILD
(from rev 274316, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-testing-x86_64/libvirt.install
(from rev 274316, libvirt/trunk/libvirt.install)
  libvirt/repos/community-testing-x86_64/libvirt.sysusers.d
(from rev 274316, libvirt/trunk/libvirt.sysusers.d)
  libvirt/repos/community-testing-x86_64/libvirtd-guests.conf.d
(from rev 274316, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-testing-x86_64/libvirtd.conf.d
(from rev 274316, libvirt/trunk/libvirtd.conf.d)

+
 PKGBUILD   |  129 +++
 libvirt.install|9 +++
 libvirt.sysusers.d |1 
 libvirtd-guests.conf.d |9 +++
 libvirtd.conf.d|1 
 5 files changed, 149 insertions(+)

Copied: libvirt/repos/community-testing-x86_64/PKGBUILD (from rev 274316, 
libvirt/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-13 22:57:24 UTC (rev 274317)
@@ -0,0 +1,129 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgname=libvirt
+pkgver=3.10.0
+pkgrel=1
+pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
+arch=('x86_64')
+url="http://libvirt.org/;
+license=('LGPL')
+depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
+'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 
'libpcap' 'libcap-ng'
+'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
+'iproute2' 'libnl' 'libx11' 'numactl' 'gettext' 'ceph-libs' 'libssh2' 
'netcf')
+makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
+'libiscsi' 'open-iscsi'
+'perl-xml-xpath' 'libxslt' 'qemu' 'ceph')
+optdepends=('ebtables: required for default NAT networking'
+   'dnsmasq: required for default NAT/DHCP for guests'
+   'bridge-utils: for bridged networking'
+   'openbsd-netcat: for remote management over ssh'
+   'qemu'
+   'radvd'
+   'dmidecode')
+options=('emptydirs')
+backup=('etc/conf.d/libvirt-guests'
+   'etc/conf.d/libvirtd'
+   'etc/libvirt/libvirt.conf'
+   'etc/libvirt/virtlogd.conf'
+   'etc/libvirt/libvirtd.conf'
+   'etc/libvirt/lxc.conf'
+   'etc/libvirt/nwfilter/allow-arp.xml'
+   'etc/libvirt/nwfilter/allow-dhcp-server.xml'
+   'etc/libvirt/nwfilter/allow-dhcp.xml'
+   'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
+   'etc/libvirt/nwfilter/allow-ipv4.xml'
+   'etc/libvirt/nwfilter/clean-traffic.xml'
+   'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
+   'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
+   'etc/libvirt/nwfilter/no-arp-spoofing.xml'
+   'etc/libvirt/nwfilter/no-ip-multicast.xml'
+   'etc/libvirt/nwfilter/no-ip-spoofing.xml'
+   'etc/libvirt/nwfilter/no-mac-broadcast.xml'
+   'etc/libvirt/nwfilter/no-mac-spoofing.xml'
+   'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
+   'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
+   'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
+   'etc/libvirt/nwfilter/qemu-announce-self.xml'
+   'etc/libvirt/qemu-lockd.conf'
+   'etc/libvirt/qemu.conf'
+   'etc/libvirt/qemu/networks/default.xml'
+   'etc/libvirt/virt-login-shell.conf'
+   'etc/libvirt/virtlockd.conf'
+   'etc/logrotate.d/libvirtd'
+   'etc/logrotate.d/libvirtd.lxc'
+   'etc/logrotate.d/libvirtd.qemu'
+   'etc/logrotate.d/libvirtd.uml'
+   'etc/sasl2/libvirt.conf')
+install="libvirt.install"
+validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
+source=("https://libvirt.org/sources/$pkgname-$pkgver.tar.xz; #{,.asc}
+   libvirtd.conf.d
+   libvirtd-guests.conf.d
+   libvirt.sysusers.d)
+#  
"ae102b5d7bccd29bc6015a3e0acefeaa90d097ac.patch::https://libvirt.org/git/?p=libvirt.git;a=patch;h=ae102b5d7bccd29bc6015a3e0acefeaa90d097ac;)
+sha256sums=('dff109cae2cc915b3ed5ba7e460502b85eb9a5058cda4f356d7bb7b1e3196b0e'
+'9d0597bbf2bd7892420cebaf0563236fe1483b83ae95ee6263c1ce7f44a44134'
+'0896c30100e9e40aee1eb4a2cf0cac2c0bdd5fd7b077b9d2680d90e77435ea66'
+'6dc7907d6d4d883ac5ea15c195af673c97cff13f4c0493d23196e94bc87f04db')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+  sed -i 's|/sysconfig/|/conf.d/|g' \
+daemon/libvirtd.service.in \
+

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

2017-12-13 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 13, 2017 @ 22:56:42
  Author: anatolik
Revision: 274316

upgpkg: libvirt 3.10.0-1

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 22:42:13 UTC (rev 274315)
+++ PKGBUILD2017-12-13 22:56:42 UTC (rev 274316)
@@ -3,8 +3,8 @@
 # Contributor: Jonathan Wiersma 
 
 pkgname=libvirt
-pkgver=3.9.0
-pkgrel=2
+pkgver=3.10.0
+pkgrel=1
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
 url="http://libvirt.org/;
@@ -64,7 +64,7 @@
libvirtd-guests.conf.d
libvirt.sysusers.d)
 #  
"ae102b5d7bccd29bc6015a3e0acefeaa90d097ac.patch::https://libvirt.org/git/?p=libvirt.git;a=patch;h=ae102b5d7bccd29bc6015a3e0acefeaa90d097ac;)
-sha256sums=('89fc63213291d329d537ea96e363fd609160da080322973bd1126d431ff63424'
+sha256sums=('dff109cae2cc915b3ed5ba7e460502b85eb9a5058cda4f356d7bb7b1e3196b0e'
 '9d0597bbf2bd7892420cebaf0563236fe1483b83ae95ee6263c1ce7f44a44134'
 '0896c30100e9e40aee1eb4a2cf0cac2c0bdd5fd7b077b9d2680d90e77435ea66'
 '6dc7907d6d4d883ac5ea15c195af673c97cff13f4c0493d23196e94bc87f04db')


[arch-commits] Commit in qemu/repos/testing-x86_64 (11 files)

2017-12-13 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 13, 2017 @ 22:49:31
  Author: anatolik
Revision: 312370

archrelease: copy trunk to testing-x86_64

Added:
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 312369, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 312369, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/allow_elf64.patch
(from rev 312369, qemu/trunk/allow_elf64.patch)
  qemu/repos/testing-x86_64/qemu-ga.service
(from rev 312369, qemu/trunk/qemu-ga.service)
  qemu/repos/testing-x86_64/qemu.install
(from rev 312369, qemu/trunk/qemu.install)
Deleted:
  qemu/repos/testing-x86_64/65-kvm.rules
  qemu/repos/testing-x86_64/PKGBUILD
  qemu/repos/testing-x86_64/allow_elf64.patch
  qemu/repos/testing-x86_64/qemu-ga.service
  qemu/repos/testing-x86_64/qemu.install
  qemu/repos/testing-x86_64/qemu.sysusers

---+
 65-kvm.rules  |2 
 PKGBUILD  |  447 +---
 allow_elf64.patch |   54 +++---
 qemu-ga.service   |   18 +-
 qemu.install  |   16 -
 qemu.sysusers |1 
 6 files changed, 267 insertions(+), 271 deletions(-)

Deleted: 65-kvm.rules
===
--- 65-kvm.rules2017-12-13 22:48:45 UTC (rev 312369)
+++ 65-kvm.rules2017-12-13 22:49:31 UTC (rev 312370)
@@ -1 +0,0 @@
-KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 312369, 
qemu/trunk/65-kvm.rules)
===
--- 65-kvm.rules(rev 0)
+++ 65-kvm.rules2017-12-13 22:49:31 UTC (rev 312370)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-13 22:48:45 UTC (rev 312369)
+++ PKGBUILD2017-12-13 22:49:31 UTC (rev 312370)
@@ -1,225 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Sébastien "Seblu" Luttringer 
-
-pkgbase=qemu
-pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
- qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
-pkgdesc="A generic and open source machine emulator and virtualizer"
-pkgver=2.11.0
-pkgrel=1
-arch=(x86_64)
-license=(GPL2 LGPL2.1)
-url="http://wiki.qemu.org/;
-_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
-   lzo snappy curl vde2 libcap-ng spice libcacard usbredir 
pulseaudio)
-depends=(virglrenderer sdl2 vte3 "${_headlessdeps[@]}")
-makedepends=(spice-protocol python2 ceph libiscsi glusterfs)
-source=("$url/download/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-qemu.sysusers
-qemu-ga.service
-65-kvm.rules
-allow_elf64.patch)
-sha256sums=('c4f034c7665a84a1c3be72c8da37f3c31ec063475699df062ab646d8b2e17fcb'
-'SKIP'
-'dd43e2ef062b071a0b9d0d5ea54737f41600ca8a84a8aefbebb1ff09f978acfb'
-'c39bcde4a09165e64419fd2033b3532378bba84d509d39e2d51694d44c1f8d88'
-'a66f0e791b16b03b91049aac61a25950d93e962e1b2ba64a38c6ad7f609b532c'
-'13a6d9e678bdc9e1f051006cfd0555f5a80582368f54c8a1bb5a78ece3832ac4')
-validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
-
-case $CARCH in
-  i?86) _corearch=i386 ;;
-  x86_64) _corearch=x86_64 ;;
-esac
-
-prepare() {
-  mkdir build-{full,headless}
-  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
-
-  cd ${pkgname}-${pkgver}
-  sed -i 's/vte-2\.90/vte-2.91/g' configure
-
-  patch -p1 < ../allow_elf64.patch
-}
-
-build() {
-  _build full \
---audio-drv-list="pa alsa sdl"
-
-  _build headless \
---audio-drv-list= \
---disable-bluez \
---disable-sdl \
---disable-gtk \
---disable-vte \
---disable-opengl \
---disable-virglrenderer
-}
-
-_build() (
-  cd build-$1
-
-  # qemu vs. make 4 == bad
-  export ARFLAGS=rv
-
-  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
-  export CFLAGS+=" -fPIC"
-
-  ../${pkgname}-${pkgver}/configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/qemu \
---python=/usr/bin/python2 \
---smbd=/usr/bin/smbd \
---with-gtkabi=3.0 \
---with-sdlabi=2.0 \
---enable-modules \
---enable-jemalloc \
-"${@:2}"
-
-  make
-)
-
-package_qemu() {
-  optdepends=('qemu-arch-extra: extra architectures support')
-  provides=(qemu-headless)
-  conflicts=(qemu-headless)
-  replaces=(qemu-kvm)
-
-  _package full
-}
-
-package_qemu-headless() {
-  pkgdesc="QEMU without GUI"
-  depends=("${_headlessdeps[@]}")
-  optdepends=('qemu-headless-arch-extra: extra architectures support')
-
-  _package headless
-}
-
-_package() {
-  optdepends+=('samba: SMB/CIFS server support'
-   'qemu-block-iscsi: iSCSI block support'
-   

[arch-commits] Commit in qemu/trunk (PKGBUILD qemu.sysusers)

2017-12-13 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 13, 2017 @ 22:48:45
  Author: anatolik
Revision: 312369

upgpkg: qemu 2.11.0-2

FS#54943 do not create kvm group

Modified:
  qemu/trunk/PKGBUILD
Deleted:
  qemu/trunk/qemu.sysusers

---+
 PKGBUILD  |5 +
 qemu.sysusers |1 -
 2 files changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 21:36:30 UTC (rev 312368)
+++ PKGBUILD2017-12-13 22:48:45 UTC (rev 312369)
@@ -7,7 +7,7 @@
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
 pkgver=2.11.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
 url="http://wiki.qemu.org/;
@@ -16,13 +16,11 @@
 depends=(virglrenderer sdl2 vte3 "${_headlessdeps[@]}")
 makedepends=(spice-protocol python2 ceph libiscsi glusterfs)
 source=("$url/download/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-qemu.sysusers
 qemu-ga.service
 65-kvm.rules
 allow_elf64.patch)
 sha256sums=('c4f034c7665a84a1c3be72c8da37f3c31ec063475699df062ab646d8b2e17fcb'
 'SKIP'
-'dd43e2ef062b071a0b9d0d5ea54737f41600ca8a84a8aefbebb1ff09f978acfb'
 'c39bcde4a09165e64419fd2033b3532378bba84d509d39e2d51694d44c1f8d88'
 'a66f0e791b16b03b91049aac61a25950d93e962e1b2ba64a38c6ad7f609b532c'
 '13a6d9e678bdc9e1f051006cfd0555f5a80582368f54c8a1bb5a78ece3832ac4')
@@ -111,7 +109,6 @@
 
   # systemd stuff
   install -Dm644 65-kvm.rules "$pkgdir/usr/lib/udev/rules.d/65-kvm.rules"
-  install -Dm644 qemu.sysusers "$pkgdir/usr/lib/sysusers.d/qemu.conf"
 
   # remove conflicting /var/run directory
   cd "$pkgdir"

Deleted: qemu.sysusers
===
--- qemu.sysusers   2017-12-13 21:36:30 UTC (rev 312368)
+++ qemu.sysusers   2017-12-13 22:48:45 UTC (rev 312369)
@@ -1 +0,0 @@
-g kvm 78 -


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

2017-12-13 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 13, 2017 @ 22:42:13
  Author: alucryd
Revision: 274315

archrelease: copy trunk to community-x86_64

Added:
  dotnet-core/repos/community-x86_64/PKGBUILD
(from rev 274314, dotnet-core/trunk/PKGBUILD)
Deleted:
  dotnet-core/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-13 22:41:59 UTC (rev 274314)
+++ PKGBUILD2017-12-13 22:42:13 UTC (rev 274315)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Maintainer: Max Liebkies 
-
-pkgbase=dotnet-core
-pkgname=('dotnet-host' 'dotnet-runtime')
-pkgver=2.0.3
-pkgrel=1
-arch=('x86_64')
-url='https://www.microsoft.com/net/core'
-license=('MIT')
-depends=('gcc-libs' 'glibc')
-options=('staticlibs')
-source=("https://download.microsoft.com/download/5/C/1/5C190037-632B-443D-842D-39085F02E1E8/dotnet-runtime-${pkgver}-linux-x64.tar.gz;)
-sha256sums=('9ddd682ab6ecaf1f1fc88fd4bc5a4b4203fb9c75f4d627319904dd771781d8ca')
-
-package_dotnet-host() {
-  pkgdesc='A generic driver for the .NET Core Command Line Interface'
-
-  install -dm 755 
"${pkgdir}"/{opt/dotnet,usr/bin,usr/share/licenses/dotnet-host}
-
-  cp -dr --no-preserve='ownership' dotnet host "${pkgdir}"/opt/dotnet/
-  install -m 644 *.txt -t "${pkgdir}"/usr/share/licenses/dotnet-host/
-  ln -s /opt/dotnet/dotnet "${pkgdir}"/usr/bin/
-}
-
-package_dotnet-runtime() {
-  pkgdesc='The .NET Core runtime'
-  depends+=('dotnet-host' 'icu' 'krb5' 'libunwind'  'lldb' 'lttng-ust' 
'openssl-1.0' 'zlib'
-'libcurl.so' 'libuuid.so')
-  provides=('dotnet-runtime-2.0')
-  conflicts=('dotnet-runtime-2.0')
-
-  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
-
-  cp -dr --no-preserve='ownership' shared "${pkgdir}"/opt/dotnet/
-  ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-runtime
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dotnet-core/repos/community-x86_64/PKGBUILD (from rev 274314, 
dotnet-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-13 22:42:13 UTC (rev 274315)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Maintainer: Max Liebkies 
+
+pkgbase=dotnet-core
+pkgname=('dotnet-host' 'dotnet-runtime')
+pkgver=2.0.4
+pkgrel=1
+arch=('x86_64')
+url='https://www.microsoft.com/net/core'
+license=('MIT')
+depends=('gcc-libs' 'glibc')
+options=('staticlibs')
+source=("https://download.microsoft.com/download/2/B/2/2B2854E7-7EAE-4FE9-85D2-19ACCD716F18/dotnet-runtime-${pkgver}-linux-x64.tar.gz;)
+sha256sums=('9c0080bd82ea26a5721fa063885c5675071af9741693e90efeb8eea8c70ac6bc')
+
+package_dotnet-host() {
+  pkgdesc='A generic driver for the .NET Core Command Line Interface'
+
+  install -dm 755 
"${pkgdir}"/{opt/dotnet,usr/bin,usr/share/licenses/dotnet-host}
+
+  cp -dr --no-preserve='ownership' dotnet host "${pkgdir}"/opt/dotnet/
+  install -m 644 *.txt -t "${pkgdir}"/usr/share/licenses/dotnet-host/
+  ln -s /opt/dotnet/dotnet "${pkgdir}"/usr/bin/
+}
+
+package_dotnet-runtime() {
+  pkgdesc='The .NET Core runtime'
+  depends+=('dotnet-host' 'icu' 'krb5' 'libunwind'  'lldb' 'lttng-ust' 
'openssl-1.0' 'zlib'
+'libcurl.so' 'libuuid.so')
+  provides=('dotnet-runtime-2.0')
+  conflicts=('dotnet-runtime-2.0')
+
+  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
+
+  cp -dr --no-preserve='ownership' shared "${pkgdir}"/opt/dotnet/
+  ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-runtime
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-12-13 Thread Maxime Gauduin via arch-commits
Date: Wednesday, December 13, 2017 @ 22:41:59
  Author: alucryd
Revision: 274314

upgpkg: dotnet-core 2.0.4-1

Modified:
  dotnet-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 22:40:28 UTC (rev 274313)
+++ PKGBUILD2017-12-13 22:41:59 UTC (rev 274314)
@@ -4,7 +4,7 @@
 
 pkgbase=dotnet-core
 pkgname=('dotnet-host' 'dotnet-runtime')
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 arch=('x86_64')
 url='https://www.microsoft.com/net/core'
@@ -11,8 +11,8 @@
 license=('MIT')
 depends=('gcc-libs' 'glibc')
 options=('staticlibs')
-source=("https://download.microsoft.com/download/5/C/1/5C190037-632B-443D-842D-39085F02E1E8/dotnet-runtime-${pkgver}-linux-x64.tar.gz;)
-sha256sums=('9ddd682ab6ecaf1f1fc88fd4bc5a4b4203fb9c75f4d627319904dd771781d8ca')
+source=("https://download.microsoft.com/download/2/B/2/2B2854E7-7EAE-4FE9-85D2-19ACCD716F18/dotnet-runtime-${pkgver}-linux-x64.tar.gz;)
+sha256sums=('9c0080bd82ea26a5721fa063885c5675071af9741693e90efeb8eea8c70ac6bc')
 
 package_dotnet-host() {
   pkgdesc='A generic driver for the .NET Core Command Line Interface'


[arch-commits] Commit in libvirt/trunk (PKGBUILD libvirt.install libvirt.sysusers.d)

2017-12-13 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 13, 2017 @ 22:40:28
  Author: anatolik
Revision: 274313

FS#54943 Move libvirt user definition to sysusers file

Added:
  libvirt/trunk/libvirt.sysusers.d
Modified:
  libvirt/trunk/PKGBUILD
  libvirt/trunk/libvirt.install

+
 PKGBUILD   |7 +--
 libvirt.install|1 -
 libvirt.sysusers.d |1 +
 3 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 21:56:47 UTC (rev 274312)
+++ PKGBUILD2017-12-13 22:40:28 UTC (rev 274313)
@@ -61,11 +61,13 @@
 validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
 source=("https://libvirt.org/sources/$pkgname-$pkgver.tar.xz; #{,.asc}
libvirtd.conf.d
-   libvirtd-guests.conf.d)
+   libvirtd-guests.conf.d
+   libvirt.sysusers.d)
 #  
"ae102b5d7bccd29bc6015a3e0acefeaa90d097ac.patch::https://libvirt.org/git/?p=libvirt.git;a=patch;h=ae102b5d7bccd29bc6015a3e0acefeaa90d097ac;)
 sha256sums=('89fc63213291d329d537ea96e363fd609160da080322973bd1126d431ff63424'
 '9d0597bbf2bd7892420cebaf0563236fe1483b83ae95ee6263c1ce7f44a44134'
-'0896c30100e9e40aee1eb4a2cf0cac2c0bdd5fd7b077b9d2680d90e77435ea66')
+'0896c30100e9e40aee1eb4a2cf0cac2c0bdd5fd7b077b9d2680d90e77435ea66'
+'6dc7907d6d4d883ac5ea15c195af673c97cff13f4c0493d23196e94bc87f04db')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -112,6 +114,7 @@
 
   install -D -m644 "$srcdir"/libvirtd.conf.d "$pkgdir"/etc/conf.d/libvirtd
   install -D -m644 "$srcdir"/libvirtd-guests.conf.d 
"$pkgdir"/etc/conf.d/libvirt-guests
+  install -D -m644 "$srcdir"/libvirt.sysusers.d 
"$pkgdir"/usr/lib/sysusers.d/libvirt.conf
 
   chown 0:102 "$pkgdir"/usr/share/polkit-1/rules.d
   chmod 0750 "$pkgdir"/usr/share/polkit-1/rules.d

Modified: libvirt.install
===
--- libvirt.install 2017-12-13 21:56:47 UTC (rev 274312)
+++ libvirt.install 2017-12-13 22:40:28 UTC (rev 274313)
@@ -1,5 +1,4 @@
 post_install() {
-  groupadd -r -f libvirt
   echo ">>> libvirt runs qemu from nobody:kvm by default"
   echo ">>> change the USER if desired in /etc/libvirt/qemu.conf"
   echo ">>> See https://wiki.archlinux.org/index.php/Libvirt for more info"

Added: libvirt.sysusers.d
===
--- libvirt.sysusers.d  (rev 0)
+++ libvirt.sysusers.d  2017-12-13 22:40:28 UTC (rev 274313)
@@ -0,0 +1 @@
+g libvirt - -


[arch-commits] Commit in freeradius/trunk (7 files)

2017-12-13 Thread Christian Hesse via arch-commits
Date: Wednesday, December 13, 2017 @ 21:56:32
  Author: eworm
Revision: 274311

upgpkg: freeradius 3.0.15-4

rework the package, switch to sysusers and tmpfiles

Added:
  freeradius/trunk/freeradius-sysusers.conf
  freeradius/trunk/freeradius-tmpfiles.conf
Modified:
  freeradius/trunk/PKGBUILD
  freeradius/trunk/freeradius.service
Deleted:
  freeradius/trunk/freeradius-openssl-1.1.patch
  freeradius/trunk/freeradius.install
  freeradius/trunk/freeradius.tmpfiles

--+
 PKGBUILD |   59 
 freeradius-openssl-1.1.patch | 6284 -
 freeradius-sysusers.conf |1 
 freeradius-tmpfiles.conf |8 
 freeradius.install   |   16 
 freeradius.service   |6 
 freeradius.tmpfiles  |1 
 7 files changed, 41 insertions(+), 6334 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 274310:274311 to see the changes.


[arch-commits] Commit in freeradius/repos (5 files)

2017-12-13 Thread Christian Hesse via arch-commits
Date: Wednesday, December 13, 2017 @ 21:56:47
  Author: eworm
Revision: 274312

archrelease: copy trunk to community-testing-x86_64

Added:
  freeradius/repos/community-testing-x86_64/
  freeradius/repos/community-testing-x86_64/PKGBUILD
(from rev 274311, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-testing-x86_64/freeradius-sysusers.conf
(from rev 274311, freeradius/trunk/freeradius-sysusers.conf)
  freeradius/repos/community-testing-x86_64/freeradius-tmpfiles.conf
(from rev 274311, freeradius/trunk/freeradius-tmpfiles.conf)
  freeradius/repos/community-testing-x86_64/freeradius.service
(from rev 274311, freeradius/trunk/freeradius.service)

--+
 PKGBUILD |   58 +
 freeradius-sysusers.conf |1 
 freeradius-tmpfiles.conf |8 ++
 freeradius.service   |   19 ++
 4 files changed, 86 insertions(+)

Copied: freeradius/repos/community-testing-x86_64/PKGBUILD (from rev 274311, 
freeradius/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-12-13 21:56:47 UTC (rev 274312)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jason R Begley (jay...@digitalgoat.com>
+# Contributor: Daniel Micay 
+
+pkgname=freeradius
+pkgver=3.0.15
+pkgrel=4
+pkgdesc='The premier open source RADIUS server'
+arch=('x86_64')
+url="https://freeradius.org/;
+license=('GPL')
+depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc' 
'libpcap')
+makedepends=('unixodbc' 'python2' 'curl' 'json-c')
+optdepends=('unixodbc: for ODBC'
+   'python2: for Python'
+   'json-c: rlm_rest module'
+   'curl: for REST')
+options=('!makeflags')
+validpgpkeys=('BF2384EC6938B9744B03E2A620E37C25995B4F85') # FreeRADIUS - 
Package Signing [...] 
+source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig}
+   'freeradius-sysusers.conf'
+   'freeradius-tmpfiles.conf'
+   'freeradius.service')
+sha256sums=('23267d8505e7b2909f5bdbf3938ca077c1fe122290dc969304d4f3b594f7e3ba'
+'SKIP'
+'573c05df429405d8647f5b52f68f7ad13bf7392314d30154df770ab170d793f8'
+'f536a9aa972e3e42a6b1a6d8ee17166eb721c7cba2e80f60473811497c7bd8bc'
+'c469e1a3f9edad769da01c324779babe783ee85a9b53ce4638d3d2d09c7c8d4b')
+
+build() {
+  cd "$srcdir"/freeradius-server-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libdir=/usr/lib/freeradius \
+--localstatedir=/var \
+--enable-heimdal-krb5 \
+--with-system-libltdl \
+--with-system-libtool \
+--with-udpfromto
+  make
+}
+
+package() {
+  cd "$srcdir"/freeradius-server-$pkgver
+
+  make install R="$pkgdir"
+  chmod o+r "$pkgdir"/etc/raddb/*
+  mv "$pkgdir"/etc/raddb "$pkgdir"/etc/raddb.default
+  rm -rf "$pkgdir"/var/run
+
+  install -D -m0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -D -m0644 "$srcdir"/$pkgname-sysusers.conf 
"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
+  install -D -m0644 "$srcdir"/$pkgname-tmpfiles.conf 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+}

Copied: freeradius/repos/community-testing-x86_64/freeradius-sysusers.conf 
(from rev 274311, freeradius/trunk/freeradius-sysusers.conf)
===
--- community-testing-x86_64/freeradius-sysusers.conf   
(rev 0)
+++ community-testing-x86_64/freeradius-sysusers.conf   2017-12-13 21:56:47 UTC 
(rev 274312)
@@ -0,0 +1 @@
+u radiusd - "radius daemon" /var/lib/radiusd

Copied: freeradius/repos/community-testing-x86_64/freeradius-tmpfiles.conf 
(from rev 274311, freeradius/trunk/freeradius-tmpfiles.conf)
===
--- community-testing-x86_64/freeradius-tmpfiles.conf   
(rev 0)
+++ community-testing-x86_64/freeradius-tmpfiles.conf   2017-12-13 21:56:47 UTC 
(rev 274312)
@@ -0,0 +1,8 @@
+# configuration directory
+C /etc/raddb 0755 radiusd radiusd - /etc/raddb.default
+
+# log file
+f /var/log/radius/radius.log 0644 radiusd radiusd -
+
+# run directory
+d /run/radiusd 0755 radiusd radiusd -

Copied: freeradius/repos/community-testing-x86_64/freeradius.service (from rev 
274311, freeradius/trunk/freeradius.service)
===
--- community-testing-x86_64/freeradius.service (rev 0)
+++ community-testing-x86_64/freeradius.service 2017-12-13 21:56:47 UTC (rev 
274312)
@@ -0,0 +1,19 @@
+[Unit]
+Description=FreeRADIUS high performance RADIUS server.
+After=syslog.target network.target
+Documentation=man:radiusd(8) 

[arch-commits] Commit in libvirt/trunk (PKGBUILD libvirt.tmpfiles.d)

2017-12-13 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 13, 2017 @ 21:51:53
  Author: anatolik
Revision: 274310

FS#54943 do not hardcode kvm group number

Modified:
  libvirt/trunk/PKGBUILD
Deleted:
  libvirt/trunk/libvirt.tmpfiles.d

+
 PKGBUILD   |   19 ++-
 libvirt.tmpfiles.d |4 
 2 files changed, 6 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 21:36:49 UTC (rev 274309)
+++ PKGBUILD2017-12-13 21:51:53 UTC (rev 274310)
@@ -61,13 +61,11 @@
 validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
 source=("https://libvirt.org/sources/$pkgname-$pkgver.tar.xz; #{,.asc}
libvirtd.conf.d
-   libvirtd-guests.conf.d
-   libvirt.tmpfiles.d)
+   libvirtd-guests.conf.d)
 #  
"ae102b5d7bccd29bc6015a3e0acefeaa90d097ac.patch::https://libvirt.org/git/?p=libvirt.git;a=patch;h=ae102b5d7bccd29bc6015a3e0acefeaa90d097ac;)
 sha256sums=('89fc63213291d329d537ea96e363fd609160da080322973bd1126d431ff63424'
 '9d0597bbf2bd7892420cebaf0563236fe1483b83ae95ee6263c1ce7f44a44134'
-'0896c30100e9e40aee1eb4a2cf0cac2c0bdd5fd7b077b9d2680d90e77435ea66'
-'5c26353833944db8dc97aa63843734519d6521bd8d88497d94d910ee9d3169d8')
+'0896c30100e9e40aee1eb4a2cf0cac2c0bdd5fd7b077b9d2680d90e77435ea66')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -82,8 +80,6 @@
 tools/{libvirt-guests.service,libvirt-guests.sh,virt-pki-validate}.in \
 src/locking/virtlockd.service.in
   sed -i 's|@sbindir@|/usr/bin|g' src/locking/virtlockd.service.in
-  # 78 is kvm group: 
https://wiki.archlinux.org/index.php/DeveloperWiki:UID_/_GID_Database
-  sed -i 's|#group =.*|group="78"|' src/qemu/qemu.conf
   sed -i 
's|/usr/libexec/qemu-bridge-helper|/usr/lib/qemu/qemu-bridge-helper|g' \
 src/qemu/qemu{.conf,_conf.c} \
 src/qemu/test_libvirtd_qemu.aug.in
@@ -103,7 +99,7 @@
   [ -f Makefile ] || ./configure --prefix=/usr --libexec=/usr/lib/"$pkgname" 
--sbindir=/usr/bin \
--with-storage-lvm --without-xen --with-udev --without-hal 
--disable-static \
--with-init-script=systemd \
-   --with-qemu-user=nobody --with-qemu-group=nobody \
+   --with-qemu-user=nobody --with-qemu-group=kvm \
--with-netcf --with-interface --with-lxc --with-storage-iscsi
# --with-audit
   make
@@ -116,18 +112,15 @@
 
   install -D -m644 "$srcdir"/libvirtd.conf.d "$pkgdir"/etc/conf.d/libvirtd
   install -D -m644 "$srcdir"/libvirtd-guests.conf.d 
"$pkgdir"/etc/conf.d/libvirt-guests
-  install -D -m644 "$srcdir"/libvirt.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/libvirt.conf
 
-  chown -R 0:78 "$pkgdir"/var/lib/libvirt/qemu
-  chmod 0770 "$pkgdir"/var/lib/libvirt/qemu
-
   chown 0:102 "$pkgdir"/usr/share/polkit-1/rules.d
   chmod 0750 "$pkgdir"/usr/share/polkit-1/rules.d
 
   rm -rf \
"$pkgdir"/var/run \
-   "$pkgdir"/etc/sysconfig \
-   "$pkgdir"/etc/rc.d
+   "$pkgdir"/var/lib/libvirt/qemu \
+   "$pkgdir"/var/cache/libvirt/qemu \
+   "$pkgdir"/etc/sysconfig
 
   rm -f "$pkgdir"/etc/libvirt/qemu/networks/autostart/default.xml
 }

Deleted: libvirt.tmpfiles.d
===
--- libvirt.tmpfiles.d  2017-12-13 21:36:49 UTC (rev 274309)
+++ libvirt.tmpfiles.d  2017-12-13 21:51:53 UTC (rev 274310)
@@ -1,4 +0,0 @@
-d /run/libvirt/qemu 0755 root root -
-d /run/libvirt/lxc 0755 root root -
-d /run/libvirt/uml 0755 root root -
-d /run/libvirt/network 0755 root root -


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

2017-12-13 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 13, 2017 @ 21:35:47
  Author: arojas
Revision: 274308

archrelease: copy trunk to community-staging-x86_64

Added:
  octave/repos/community-staging-x86_64/
  octave/repos/community-staging-x86_64/PKGBUILD
(from rev 274307, octave/trunk/PKGBUILD)
  octave/repos/community-staging-x86_64/octave-qscintilla-2.10.patch
(from rev 274307, octave/trunk/octave-qscintilla-2.10.patch)

--+
 PKGBUILD |   58 +
 octave-qscintilla-2.10.patch |   11 +++
 2 files changed, 69 insertions(+)

Copied: octave/repos/community-staging-x86_64/PKGBUILD (from rev 274307, 
octave/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-12-13 21:35:47 UTC (rev 274308)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.2.1
+pkgrel=8
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('x86_64')
+url="http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript'
+  'suitesparse' 'gl2ps' 'qscintilla-qt5' 'libsndfile')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qt5-tools' 'portaudio')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting'
+'portaudio: audio support')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig} 
octave-qscintilla-2.10.patch
+
octave-abort-exit.patch::"http://hg.savannah.gnu.org/hgweb/octave/raw-rev/16fae04366b2;)
+options=('!emptydirs')
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('3d60e860d97c2497ec42de67f85a1eea2c79cdfd'
+  'SKIP'
+  'ba53969f6fd923051cd306f414af0646ed7dc526'
+  'e9a3cd2cd5938fc71bfeb05ea34bcd40a1b040db')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix abort on exit https://savannah.gnu.org/bugs/?49515
+  patch -p1 -i ../octave-abort-exit.patch
+  # Fix qscintilla 2.10 detection
+  patch -p1 -i ../octave-qscintilla-2.10.patch
+  autoreconf -vi
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=16 \
+  --with-umfpack="-lumfpack -lsuitesparseconfig"
+# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
+
+  LANG=C make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}

Copied: octave/repos/community-staging-x86_64/octave-qscintilla-2.10.patch 
(from rev 274307, octave/trunk/octave-qscintilla-2.10.patch)
===
--- community-staging-x86_64/octave-qscintilla-2.10.patch   
(rev 0)
+++ community-staging-x86_64/octave-qscintilla-2.10.patch   2017-12-13 
21:35:47 UTC (rev 274308)
@@ -0,0 +1,11 @@
+--- octave-4.2.1/m4/acinclude.m4.orig  2017-03-01 11:05:40.10610 +
 octave-4.2.1/m4/acinclude.m4   2017-03-01 11:06:05.612735530 +
+@@ -1346,7 +1346,7 @@
+ ;;
+ 5)
+   QT_MODULES="Qt5Core Qt5Gui Qt5Network Qt5OpenGL Qt5PrintSupport"
+-  octave_qscintilla_libnames="qscintilla2-qt5 qt5scintilla2"
++  octave_qscintilla_libnames="qscintilla2-qt5 qt5scintilla2 
qscintilla2_qt5"
+ ;;
+ *)
+   AC_MSG_ERROR([Unrecognized Qt version $qt_version])


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

2017-12-13 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 13, 2017 @ 21:35:22
  Author: arojas
Revision: 274307

suitesparse 5.1.0 rebuild

Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 21:14:20 UTC (rev 274306)
+++ PKGBUILD2017-12-13 21:35:22 UTC (rev 274307)
@@ -5,7 +5,7 @@
 
 pkgname=octave
 pkgver=4.2.1
-pkgrel=7
+pkgrel=8
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('x86_64')
 url="http://www.octave.org;


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

2017-12-13 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 13, 2017 @ 21:26:24
  Author: anatolik
Revision: 312367

archrelease: copy trunk to testing-x86_64

Added:
  qemu/repos/testing-x86_64/
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 312366, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 312366, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/allow_elf64.patch
(from rev 312366, qemu/trunk/allow_elf64.patch)
  qemu/repos/testing-x86_64/qemu-ga.service
(from rev 312366, qemu/trunk/qemu-ga.service)
  qemu/repos/testing-x86_64/qemu.install
(from rev 312366, qemu/trunk/qemu.install)
  qemu/repos/testing-x86_64/qemu.sysusers
(from rev 312366, qemu/trunk/qemu.sysusers)

---+
 65-kvm.rules  |1 
 PKGBUILD  |  225 
 allow_elf64.patch |   27 ++
 qemu-ga.service   |9 ++
 qemu.install  |8 +
 qemu.sysusers |1 
 6 files changed, 271 insertions(+)

Copied: qemu/repos/testing-x86_64/65-kvm.rules (from rev 312366, 
qemu/trunk/65-kvm.rules)
===
--- testing-x86_64/65-kvm.rules (rev 0)
+++ testing-x86_64/65-kvm.rules 2017-12-13 21:26:24 UTC (rev 312367)
@@ -0,0 +1 @@
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-x86_64/PKGBUILD (from rev 312366, 
qemu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-13 21:26:24 UTC (rev 312367)
@@ -0,0 +1,225 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
+ qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
+pkgdesc="A generic and open source machine emulator and virtualizer"
+pkgver=2.11.0
+pkgrel=1
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+url="http://wiki.qemu.org/;
+_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
+   lzo snappy curl vde2 libcap-ng spice libcacard usbredir 
pulseaudio)
+depends=(virglrenderer sdl2 vte3 "${_headlessdeps[@]}")
+makedepends=(spice-protocol python2 ceph libiscsi glusterfs)
+source=("$url/download/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+qemu.sysusers
+qemu-ga.service
+65-kvm.rules
+allow_elf64.patch)
+sha256sums=('c4f034c7665a84a1c3be72c8da37f3c31ec063475699df062ab646d8b2e17fcb'
+'SKIP'
+'dd43e2ef062b071a0b9d0d5ea54737f41600ca8a84a8aefbebb1ff09f978acfb'
+'c39bcde4a09165e64419fd2033b3532378bba84d509d39e2d51694d44c1f8d88'
+'a66f0e791b16b03b91049aac61a25950d93e962e1b2ba64a38c6ad7f609b532c'
+'13a6d9e678bdc9e1f051006cfd0555f5a80582368f54c8a1bb5a78ece3832ac4')
+validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
+
+case $CARCH in
+  i?86) _corearch=i386 ;;
+  x86_64) _corearch=x86_64 ;;
+esac
+
+prepare() {
+  mkdir build-{full,headless}
+  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
+
+  cd ${pkgname}-${pkgver}
+  sed -i 's/vte-2\.90/vte-2.91/g' configure
+
+  patch -p1 < ../allow_elf64.patch
+}
+
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl"
+
+  _build headless \
+--audio-drv-list= \
+--disable-bluez \
+--disable-sdl \
+--disable-gtk \
+--disable-vte \
+--disable-opengl \
+--disable-virglrenderer
+}
+
+_build() (
+  cd build-$1
+
+  # qemu vs. make 4 == bad
+  export ARFLAGS=rv
+
+  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
+  export CFLAGS+=" -fPIC"
+
+  ../${pkgname}-${pkgver}/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/qemu \
+--python=/usr/bin/python2 \
+--smbd=/usr/bin/smbd \
+--with-gtkabi=3.0 \
+--with-sdlabi=2.0 \
+--enable-modules \
+--enable-jemalloc \
+"${@:2}"
+
+  make
+)
+
+package_qemu() {
+  optdepends=('qemu-arch-extra: extra architectures support')
+  provides=(qemu-headless)
+  conflicts=(qemu-headless)
+  replaces=(qemu-kvm)
+
+  _package full
+}
+
+package_qemu-headless() {
+  pkgdesc="QEMU without GUI"
+  depends=("${_headlessdeps[@]}")
+  optdepends=('qemu-headless-arch-extra: extra architectures support')
+
+  _package headless
+}
+
+_package() {
+  optdepends+=('samba: SMB/CIFS server support'
+   'qemu-block-iscsi: iSCSI block support'
+   'qemu-block-rbd: RBD block support'
+   'qemu-block-gluster: glusterfs block support')
+  install=qemu.install
+  options=(!strip)
+
+  make -C build-$1 DESTDIR="$pkgdir" install "${@:2}"
+
+  # systemd stuff
+  install -Dm644 65-kvm.rules "$pkgdir/usr/lib/udev/rules.d/65-kvm.rules"
+  install -Dm644 qemu.sysusers "$pkgdir/usr/lib/sysusers.d/qemu.conf"

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

2017-12-13 Thread Anatol Pomozov via arch-commits
Date: Wednesday, December 13, 2017 @ 21:25:36
  Author: anatolik
Revision: 312366

upgpkg: qemu 2.11.0-1

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 21:24:29 UTC (rev 312365)
+++ PKGBUILD2017-12-13 21:25:36 UTC (rev 312366)
@@ -6,13 +6,13 @@
 pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
-pkgver=2.10.1
+pkgver=2.11.0
 pkgrel=1
 arch=(x86_64)
 license=(GPL2 LGPL2.1)
 url="http://wiki.qemu.org/;
 _headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
-   lzo snappy curl vde2 libcap-ng spice libcacard usbredir)
+   lzo snappy curl vde2 libcap-ng spice libcacard usbredir 
pulseaudio)
 depends=(virglrenderer sdl2 vte3 "${_headlessdeps[@]}")
 makedepends=(spice-protocol python2 ceph libiscsi glusterfs)
 source=("$url/download/${pkgname}-${pkgver}.tar.bz2"{,.sig}
@@ -20,11 +20,11 @@
 qemu-ga.service
 65-kvm.rules
 allow_elf64.patch)
-sha256sums=('8e040bc7556401ebb3a347a8f7878e9d4028cf71b2744b1a1699f4e741966ba8'
+sha256sums=('c4f034c7665a84a1c3be72c8da37f3c31ec063475699df062ab646d8b2e17fcb'
 'SKIP'
 'dd43e2ef062b071a0b9d0d5ea54737f41600ca8a84a8aefbebb1ff09f978acfb'
 'c39bcde4a09165e64419fd2033b3532378bba84d509d39e2d51694d44c1f8d88'
-'60dcde5002c7c0b983952746e6fb2cf06d6c5b425d64f340f819356e561e7fc7'
+'a66f0e791b16b03b91049aac61a25950d93e962e1b2ba64a38c6ad7f609b532c'
 '13a6d9e678bdc9e1f051006cfd0555f5a80582368f54c8a1bb5a78ece3832ac4')
 validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584')
 


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

2017-12-13 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 13, 2017 @ 21:24:29
  Author: arojas
Revision: 312365

archrelease: copy trunk to staging-x86_64

Added:
  suitesparse/repos/staging-x86_64/
  suitesparse/repos/staging-x86_64/PKGBUILD
(from rev 312364, suitesparse/trunk/PKGBUILD)

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

Copied: suitesparse/repos/staging-x86_64/PKGBUILD (from rev 312364, 
suitesparse/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-12-13 21:24:29 UTC (rev 312365)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+
+pkgname=suitesparse
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="A collection of sparse matrix libraries"
+url="http://faculty.cse.tamu.edu/davis/suitesparse.html;
+arch=('x86_64')
+conflicts=('umfpack')
+provides=('umfpack')
+replaces=('umfpack')
+depends=('metis' 'lapack' 'intel-tbb')
+makedepends=('gcc-fortran' 'cmake' 'chrpath')
+license=('GPL')
+options=('staticlibs')
+source=("http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-$pkgver.tar.gz;)
+sha1sums=('bedf8aa7fdff4247cf1b9029a86cbb76c11627db')
+
+build() {
+   cd SuiteSparse
+
+   BLAS=-lblas TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB 
MY_METIS_LIB=/usr/lib/libmetis.so make
+}
+
+
+package() {
+   cd SuiteSparse
+   install -dm755 "${pkgdir}"/usr/{include,lib}
+
+   BLAS=-lblas TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB 
MY_METIS_LIB=/usr/lib/libmetis.so \
+ make INSTALL_LIB="${pkgdir}"/usr/lib 
INSTALL_INCLUDE="${pkgdir}"/usr/include install
+
+   # fix RPATH
+   chrpath -d "$pkgdir"/usr/lib/*
+}


[arch-commits] Commit in suitesparse/trunk (PKGBUILD suitesparse-link-tbb.patch)

2017-12-13 Thread Antonio Rojas via arch-commits
Date: Wednesday, December 13, 2017 @ 21:24:05
  Author: arojas
Revision: 312364

Update to 5.1.0

Modified:
  suitesparse/trunk/PKGBUILD
Deleted:
  suitesparse/trunk/suitesparse-link-tbb.patch

+
 PKGBUILD   |   17 +
 suitesparse-link-tbb.patch |   11 ---
 2 files changed, 5 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 20:01:18 UTC (rev 312363)
+++ PKGBUILD2017-12-13 21:24:05 UTC (rev 312364)
@@ -2,7 +2,7 @@
 # Maintainer: Ronald van Haren 
 
 pkgname=suitesparse
-pkgver=4.5.6
+pkgver=5.1.0
 pkgrel=1
 pkgdesc="A collection of sparse matrix libraries"
 url="http://faculty.cse.tamu.edu/davis/suitesparse.html;
@@ -14,18 +14,11 @@
 makedepends=('gcc-fortran' 'cmake' 'chrpath')
 license=('GPL')
 options=('staticlibs')
-source=("http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-$pkgver.tar.gz;
 suitesparse-link-tbb.patch)
-sha1sums=('06ed5f6f61bfe09f08ce03971a24381a627446b1'
-  '4f0b3836e8c3c1ec5be01f988f136cee4a2cb936')
+source=("http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-$pkgver.tar.gz;)
+sha1sums=('bedf8aa7fdff4247cf1b9029a86cbb76c11627db')
 
-prepare() {
-# Fix linking with intel-tbb
-  cd SuiteSparse
-  patch -p1 -i ../suitesparse-link-tbb.patch
-}
-
 build() {
-   cd "$srcdir"/SuiteSparse
+   cd SuiteSparse
 
BLAS=-lblas TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB 
MY_METIS_LIB=/usr/lib/libmetis.so make
 }
@@ -32,7 +25,7 @@
 
 
 package() {
-   cd "${srcdir}"/SuiteSparse
+   cd SuiteSparse
install -dm755 "${pkgdir}"/usr/{include,lib}
 
BLAS=-lblas TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB 
MY_METIS_LIB=/usr/lib/libmetis.so \

Deleted: suitesparse-link-tbb.patch
===
--- suitesparse-link-tbb.patch  2017-12-13 20:01:18 UTC (rev 312363)
+++ suitesparse-link-tbb.patch  2017-12-13 21:24:05 UTC (rev 312364)
@@ -1,11 +0,0 @@
 SuiteSparse/SPQR/Lib/Makefile.orig 2016-09-24 09:36:59.588640845 +
-+++ SuiteSparse/SPQR/Lib/Makefile  2016-09-24 09:37:14.248588339 +
-@@ -13,7 +13,7 @@
- include ../../SuiteSparse_config/SuiteSparse_config.mk
- 
- # SPQR depends on CHOLMOD, AMD, COLAMD, LAPACK, the BLAS and 
SuiteSparse_config
--LDLIBS += -lamd -lcolamd -lcholmod -lsuitesparseconfig $(LAPACK) $(BLAS)
-+LDLIBS += -lamd -lcolamd -lcholmod -lsuitesparseconfig $(LAPACK) $(BLAS) 
$(TBB)
- 
- # compile and install in SuiteSparse/lib
- library:


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

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 21:14:11
  Author: anthraxx
Revision: 274305

upgpkg: python-flask-socketio 2.9.3-1

Modified:
  python-flask-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 21:00:14 UTC (rev 274304)
+++ PKGBUILD2017-12-13 21:14:11 UTC (rev 274305)
@@ -3,7 +3,7 @@
 pkgbase=python-flask-socketio
 pkgname=('python-flask-socketio' 'python2-flask-socketio')
 _pkgname=Flask-SocketIO
-pkgver=2.9.2
+pkgver=2.9.3
 pkgrel=1
 pkgdesc='Socket.IO integration for Flask applications'
 url='https://flask-socketio.readthedocs.org/'
@@ -14,8 +14,8 @@
 checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha256sums=('1f443a2c6620f7cdad293538fe82589dd8b15b6f43997b7377352c066850ff4c')
-sha512sums=('07ad4b663ce44746ee5dfadc5e4936866bf0747a49c716b41f5ecc723b596ce9b3ccda93aa359716d3baf7c744ccb15cf51b3bba5a92969ee4967b82bdf15560')
+sha256sums=('bf381adec0cb1386ae1423e117dd3a73ac91608cb396f09680391ec8505bce00')
+sha512sums=('01cacabb15a978ec4b42c76f0b156930c02cf8f0781f340a4e3f54d53248ab1db62e046ae249b35f1e100403772d7ed551a77db580282616b2cddcc4d959d958')
 
 prepare() {
   cp -ra ${_pkgname}-${pkgver}{,-py2}


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

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 21:14:20
  Author: anthraxx
Revision: 274306

archrelease: copy trunk to community-any

Added:
  python-flask-socketio/repos/community-any/PKGBUILD
(from rev 274305, python-flask-socketio/trunk/PKGBUILD)
Deleted:
  python-flask-socketio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-13 21:14:11 UTC (rev 274305)
+++ PKGBUILD2017-12-13 21:14:20 UTC (rev 274306)
@@ -1,64 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-flask-socketio
-pkgname=('python-flask-socketio' 'python2-flask-socketio')
-_pkgname=Flask-SocketIO
-pkgver=2.9.2
-pkgrel=1
-pkgdesc='Socket.IO integration for Flask applications'
-url='https://flask-socketio.readthedocs.org/'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
- 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
-checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha256sums=('1f443a2c6620f7cdad293538fe82589dd8b15b6f43997b7377352c066850ff4c')
-sha512sums=('07ad4b663ce44746ee5dfadc5e4936866bf0747a49c716b41f5ecc723b596ce9b3ccda93aa359716d3baf7c744ccb15cf51b3bba5a92969ee4967b82bdf15560')
-
-prepare() {
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pkgname}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${_pkgname}-${pkgver}
-py.test test_socketio.py
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-py.test2 test_socketio.py
-  )
-}
-
-package_python-flask-socketio() {
-  depends=('python-flask' 'python-eventlet' 'python-socketio')
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-flask-socketio() {
-  depends=('python2-flask' 'python2-eventlet' 'python-socketio')
-  cd ${_pkgname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-socketio/repos/community-any/PKGBUILD (from rev 274305, 
python-flask-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-13 21:14:20 UTC (rev 274306)
@@ -0,0 +1,64 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-flask-socketio
+pkgname=('python-flask-socketio' 'python2-flask-socketio')
+_pkgname=Flask-SocketIO
+pkgver=2.9.3
+pkgrel=1
+pkgdesc='Socket.IO integration for Flask applications'
+url='https://flask-socketio.readthedocs.org/'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
+ 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
+checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
+sha256sums=('bf381adec0cb1386ae1423e117dd3a73ac91608cb396f09680391ec8505bce00')
+sha512sums=('01cacabb15a978ec4b42c76f0b156930c02cf8f0781f340a4e3f54d53248ab1db62e046ae249b35f1e100403772d7ed551a77db580282616b2cddcc4d959d958')
+
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${_pkgname}-${pkgver}
+py.test test_socketio.py
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+py.test2 test_socketio.py
+  )
+}
+

[arch-commits] Commit in ruby-jekyll-sass-converter/repos/community-any (2 files)

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 21:00:14
  Author: anthraxx
Revision: 274304

archrelease: copy trunk to community-any

Added:
  ruby-jekyll-sass-converter/repos/community-any/PKGBUILD
(from rev 274303, ruby-jekyll-sass-converter/trunk/PKGBUILD)
Deleted:
  ruby-jekyll-sass-converter/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-13 21:00:07 UTC (rev 274303)
+++ PKGBUILD2017-12-13 21:00:14 UTC (rev 274304)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=jekyll-sass-converter
-pkgname=ruby-${_gemname}
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='Sass converter for Jekyll'
-url='https://github.com/jekyll/jekyll-sass-converter'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-sass')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jekyll/jekyll-sass-converter/archive/v${pkgver}.tar.gz)
-sha256sums=('b6e42e91c38e3340d8b10577297e9c1b9d9ee38e613246a48f6db4a046bb6a98')
-sha512sums=('ece83d8c13e93a90c66ed899accc77746d56067f6841ca0d29050168c52d9eea6de3d78760b0f468be2dbc9b0b9df5ac02d5066a26809a33cdadd591fbbc9b52')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-  sed 's|git ls-files -z|find -type f -print0\|sed "s,./,,g"|' -i 
${_gemname}.gemspec
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -a example "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-jekyll-sass-converter/repos/community-any/PKGBUILD (from rev 
274303, ruby-jekyll-sass-converter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-13 21:00:14 UTC (rev 274304)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=jekyll-sass-converter
+pkgname=ruby-${_gemname}
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='Sass converter for Jekyll'
+url='https://github.com/jekyll/jekyll-sass-converter'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-sass')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jekyll/jekyll-sass-converter/archive/v${pkgver}.tar.gz)
+sha256sums=('f3d88ae0af85141ec0d12d58657d45436a2c779f4c66a688181ed7d3e2fa60ef')
+sha512sums=('ab7754e6b295aa579168ae3f35d1675f1704fbe410e0ab5aaac5567d3990c6978b1a6c9ef2950690694f0eb4f4f4abe938f859cc082f4cb821fd9a403ee6a62a')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+  sed 's|git ls-files -z|find -type f -print0\|sed "s,./,,g"|' -i 
${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a example "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-jekyll-sass-converter/trunk (PKGBUILD)

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 21:00:07
  Author: anthraxx
Revision: 274303

upgpkg: ruby-jekyll-sass-converter 1.5.1-1

Modified:
  ruby-jekyll-sass-converter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 20:59:28 UTC (rev 274302)
+++ PKGBUILD2017-12-13 21:00:07 UTC (rev 274303)
@@ -2,7 +2,7 @@
 
 _gemname=jekyll-sass-converter
 pkgname=ruby-${_gemname}
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc='Sass converter for Jekyll'
 url='https://github.com/jekyll/jekyll-sass-converter'
@@ -11,8 +11,8 @@
 depends=('ruby' 'ruby-sass')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jekyll/jekyll-sass-converter/archive/v${pkgver}.tar.gz)
-sha256sums=('b6e42e91c38e3340d8b10577297e9c1b9d9ee38e613246a48f6db4a046bb6a98')
-sha512sums=('ece83d8c13e93a90c66ed899accc77746d56067f6841ca0d29050168c52d9eea6de3d78760b0f468be2dbc9b0b9df5ac02d5066a26809a33cdadd591fbbc9b52')
+sha256sums=('f3d88ae0af85141ec0d12d58657d45436a2c779f4c66a688181ed7d3e2fa60ef')
+sha512sums=('ab7754e6b295aa579168ae3f35d1675f1704fbe410e0ab5aaac5567d3990c6978b1a6c9ef2950690694f0eb4f4f4abe938f859cc082f4cb821fd9a403ee6a62a')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 20:59:20
  Author: anthraxx
Revision: 274301

upgpkg: python-pytest-aiohttp 0.3.0-1

Modified:
  python-pytest-aiohttp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 20:56:54 UTC (rev 274300)
+++ PKGBUILD2017-12-13 20:59:20 UTC (rev 274301)
@@ -2,7 +2,7 @@
 
 _pkgname=pytest-aiohttp
 pkgname=python-pytest-aiohttp
-pkgver=0.1.3
+pkgver=0.3.0
 pkgrel=1
 pkgdesc='pytest plugin for aiohttp support'
 url='https://github.com/aio-libs/pytest-aiohttp'
@@ -10,8 +10,8 @@
 license=('Apache')
 depends=('python' 'python-pytest' 'python-aiohttp' 'python-py')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/pytest-aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('042a9c5d0ef1df9339a649134b5098c6f798251b55e212590f42c7ca21c121b7')
-sha512sums=('0dc338e5d09704f764d83833fd33243a7713c1b12264efff09c19b1c3ad48acbef7bed44e9a942c9610b1bf26680b79b0667fb6222907d3a2425723713a4994d')
+sha256sums=('3fd27fa5dea3251e310cadc8848d179ea1fc487ac5aa0ce2d0aa911864e8f221')
+sha512sums=('85d0eea72de85269ee64af99c26b195fd135d75ae809a97f120784600d7cbe15d2e32b0285602a68d4800e1099a17725b54b8f53657962847ec1cd5ef2ff4b69')
 
 build() {
   cd ${_pkgname}-${pkgver}


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

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 20:59:28
  Author: anthraxx
Revision: 274302

archrelease: copy trunk to community-any

Added:
  python-pytest-aiohttp/repos/community-any/PKGBUILD
(from rev 274301, python-pytest-aiohttp/trunk/PKGBUILD)
Deleted:
  python-pytest-aiohttp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-13 20:59:20 UTC (rev 274301)
+++ PKGBUILD2017-12-13 20:59:28 UTC (rev 274302)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_pkgname=pytest-aiohttp
-pkgname=python-pytest-aiohttp
-pkgver=0.1.3
-pkgrel=1
-pkgdesc='pytest plugin for aiohttp support'
-url='https://github.com/aio-libs/pytest-aiohttp'
-arch=('any')
-license=('Apache')
-depends=('python' 'python-pytest' 'python-aiohttp' 'python-py')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/pytest-aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('042a9c5d0ef1df9339a649134b5098c6f798251b55e212590f42c7ca21c121b7')
-sha512sums=('0dc338e5d09704f764d83833fd33243a7713c1b12264efff09c19b1c3ad48acbef7bed44e9a942c9610b1bf26680b79b0667fb6222907d3a2425723713a4994d')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 README.rst CHANGES.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pytest-aiohttp/repos/community-any/PKGBUILD (from rev 274301, 
python-pytest-aiohttp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-13 20:59:28 UTC (rev 274302)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=pytest-aiohttp
+pkgname=python-pytest-aiohttp
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='pytest plugin for aiohttp support'
+url='https://github.com/aio-libs/pytest-aiohttp'
+arch=('any')
+license=('Apache')
+depends=('python' 'python-pytest' 'python-aiohttp' 'python-py')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/pytest-aiohttp/archive/v${pkgver}.tar.gz)
+sha256sums=('3fd27fa5dea3251e310cadc8848d179ea1fc487ac5aa0ce2d0aa911864e8f221')
+sha512sums=('85d0eea72de85269ee64af99c26b195fd135d75ae809a97f120784600d7cbe15d2e32b0285602a68d4800e1099a17725b54b8f53657962847ec1cd5ef2ff4b69')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.rst CHANGES.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 20:56:54
  Author: anthraxx
Revision: 274300

archrelease: copy trunk to community-any

Added:
  ruby-yard/repos/community-any/PKGBUILD
(from rev 274299, ruby-yard/trunk/PKGBUILD)
Deleted:
  ruby-yard/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-13 20:56:47 UTC (rev 274299)
+++ PKGBUILD2017-12-13 20:56:54 UTC (rev 274300)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jerome Leclanche 
-
-_gemname=yard
-pkgname=ruby-yard
-pkgver=0.9.9
-pkgrel=3
-pkgdesc='YARD is a Ruby Documentation tool. The Y stands for "Yay!"'
-url='https://yardoc.org/'
-arch=('any')
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lsegal/yard/archive/v${pkgver}.tar.gz)
-sha256sums=('e75485e980cfe3ae1de00541357c7b69851e1a3730b2b96462e433cd7358cd2c')
-sha512sums=('1ca970c9a1207fd12855659b98f3fc233bad76cc6afb8a7524d98c67b9190d0469173ab911cf813b6e7817e6c95da518fe4e285b72a48e09fd8ab12db84dfc98')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-yard/repos/community-any/PKGBUILD (from rev 274299, 
ruby-yard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-13 20:56:54 UTC (rev 274300)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jerome Leclanche 
+
+_gemname=yard
+pkgname=ruby-yard
+pkgver=0.9.12
+pkgrel=1
+pkgdesc='YARD is a Ruby Documentation tool. The Y stands for "Yay!"'
+url='https://yardoc.org/'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lsegal/yard/archive/v${pkgver}.tar.gz)
+sha256sums=('ed1811e54645305559bd9e6c8ada7d5903ef39b00c156133e503f13938588c56')
+sha512sums=('f987da7e46bb3dafb9ba8c761b51345ee67102e21d05181c3090f31ff37179505134c93e83efdd39bb35cf6fe6dfa530d0017ce4680a08f858e78cbb073b239f')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a docs/* "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 20:56:47
  Author: anthraxx
Revision: 274299

upgpkg: ruby-yard 0.9.12-1

Modified:
  ruby-yard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 20:55:34 UTC (rev 274298)
+++ PKGBUILD2017-12-13 20:56:47 UTC (rev 274299)
@@ -3,8 +3,8 @@
 
 _gemname=yard
 pkgname=ruby-yard
-pkgver=0.9.9
-pkgrel=3
+pkgver=0.9.12
+pkgrel=1
 pkgdesc='YARD is a Ruby Documentation tool. The Y stands for "Yay!"'
 url='https://yardoc.org/'
 arch=('any')
@@ -12,8 +12,8 @@
 depends=('ruby')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/lsegal/yard/archive/v${pkgver}.tar.gz)
-sha256sums=('e75485e980cfe3ae1de00541357c7b69851e1a3730b2b96462e433cd7358cd2c')
-sha512sums=('1ca970c9a1207fd12855659b98f3fc233bad76cc6afb8a7524d98c67b9190d0469173ab911cf813b6e7817e6c95da518fe4e285b72a48e09fd8ab12db84dfc98')
+sha256sums=('ed1811e54645305559bd9e6c8ada7d5903ef39b00c156133e503f13938588c56')
+sha512sums=('f987da7e46bb3dafb9ba8c761b51345ee67102e21d05181c3090f31ff37179505134c93e83efdd39bb35cf6fe6dfa530d0017ce4680a08f858e78cbb073b239f')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 20:55:34
  Author: anthraxx
Revision: 274298

archrelease: copy trunk to community-any

Added:
  ruby-pathutil/repos/community-any/PKGBUILD
(from rev 274297, ruby-pathutil/trunk/PKGBUILD)
Deleted:
  ruby-pathutil/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-13 20:55:26 UTC (rev 274297)
+++ PKGBUILD2017-12-13 20:55:34 UTC (rev 274298)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=pathutil
-pkgname=ruby-pathutil
-pkgver=0.16.0
-pkgrel=1
-pkgdesc='Faster pure Ruby implementation of Pathname with extra bits'
-url='https://github.com/envygeeks/pathutil'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-forwardable-extended')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/envygeeks/pathutil/archive/v${pkgver}.tar.gz)
-sha256sums=('4f6197f29bc0cd688c245eb6d59664aa8782768fa9a7b896b0652d30281df586')
-sha512sums=('459c33d858973aeefe00020283ec4a30bff7ad1c55866dd60123850ca2ca097eda9941c35ce485bfa13eec922c9053e465a2feac59a0f07ba20ae9f9051e359f')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  mv Gem.gemspec ${_gemname}.gemspec
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-pathutil/repos/community-any/PKGBUILD (from rev 274297, 
ruby-pathutil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-13 20:55:34 UTC (rev 274298)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+_gemname=pathutil
+pkgname=ruby-pathutil
+pkgver=0.16.1
+pkgrel=1
+pkgdesc='Faster pure Ruby implementation of Pathname with extra bits'
+url='https://github.com/envygeeks/pathutil'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-forwardable-extended')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/envygeeks/pathutil/archive/v${pkgver}.tar.gz)
+sha256sums=('6dec5d820dac6d70224176014704883dc99252a1bef980fef014078fdaf7c426')
+sha512sums=('bd6b2402d12cdceefacde92cb38a67c03a73bdfd9e5823255eef348c571f1347a5febe0cd6a89cf3e78028cee9ca176f8ff192b85e0a52d752319287dcdb6998')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  mv Gem.gemspec ${_gemname}.gemspec
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 20:55:26
  Author: anthraxx
Revision: 274297

upgpkg: ruby-pathutil 0.16.1-1

Modified:
  ruby-pathutil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 20:51:39 UTC (rev 274296)
+++ PKGBUILD2017-12-13 20:55:26 UTC (rev 274297)
@@ -2,7 +2,7 @@
 
 _gemname=pathutil
 pkgname=ruby-pathutil
-pkgver=0.16.0
+pkgver=0.16.1
 pkgrel=1
 pkgdesc='Faster pure Ruby implementation of Pathname with extra bits'
 url='https://github.com/envygeeks/pathutil'
@@ -11,8 +11,8 @@
 depends=('ruby' 'ruby-forwardable-extended')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/envygeeks/pathutil/archive/v${pkgver}.tar.gz)
-sha256sums=('4f6197f29bc0cd688c245eb6d59664aa8782768fa9a7b896b0652d30281df586')
-sha512sums=('459c33d858973aeefe00020283ec4a30bff7ad1c55866dd60123850ca2ca097eda9941c35ce485bfa13eec922c9053e465a2feac59a0f07ba20ae9f9051e359f')
+sha256sums=('6dec5d820dac6d70224176014704883dc99252a1bef980fef014078fdaf7c426')
+sha512sums=('bd6b2402d12cdceefacde92cb38a67c03a73bdfd9e5823255eef348c571f1347a5febe0cd6a89cf3e78028cee9ca176f8ff192b85e0a52d752319287dcdb6998')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 20:51:39
  Author: anthraxx
Revision: 274296

archrelease: copy trunk to community-any

Added:
  ruby-kramdown/repos/community-any/PKGBUILD
(from rev 274295, ruby-kramdown/trunk/PKGBUILD)
Deleted:
  ruby-kramdown/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-13 20:51:31 UTC (rev 274295)
+++ PKGBUILD2017-12-13 20:51:39 UTC (rev 274296)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=kramdown
-pkgname=ruby-kramdown
-pkgver=1.15.0
-pkgrel=1
-pkgdesc='Fast, pure Ruby Markdown superset converter, using a strict syntax 
definition'
-url='https://kramdown.gettalong.org/'
-arch=('any')
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gettalong/kramdown/archive/REL_${pkgver//./_}.tar.gz)
-sha256sums=('e08042f0dc924cd099ab13b257b107d5b0641702d1564fd3269f98d249924ad6')
-sha512sums=('3913163a967444ebc54298ac439d6473b9704f6a1b98a2f48401402a6122ef4641cd5fc89cbfea1eea450685da10589d8864e8642d498cf076c9a2fa100abeff')
-
-prepare() {
-  cd ${_gemname}-REL_${pkgver//./_}
-  rake gemspec
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-}
-
-build() {
-  cd ${_gemname}-REL_${pkgver//./_}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-REL_${pkgver//./_}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/man/man1"
-  mv "${pkgdir}/${_gemdir}/gems/kramdown-${pkgver}/man/man1/kramdown.1" 
"${pkgdir}/usr/share/man/man1"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-  rm -r "${pkgdir}/${_gemdir}/gems/kramdown-${pkgver}/test"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-kramdown/repos/community-any/PKGBUILD (from rev 274295, 
ruby-kramdown/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-13 20:51:39 UTC (rev 274296)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+
+_gemname=kramdown
+pkgname=ruby-kramdown
+pkgver=1.16.2
+pkgrel=1
+pkgdesc='Fast, pure Ruby Markdown superset converter, using a strict syntax 
definition'
+url='https://kramdown.gettalong.org/'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gettalong/kramdown/archive/REL_${pkgver//./_}.tar.gz)
+sha256sums=('28f3e9ec689aa15334f2b027f890e55c6196fc974015e4c8f27f4a4312a8d0cb')
+sha512sums=('789e2eff48d4f4a613432ffb165d6a82134cf4bd49a03c4030a246f6835580a536a36c86f23206671b3dde049de1bc2ca55ca9947c9e9f2b179fd9a59f4f91f1')
+
+prepare() {
+  cd ${_gemname}-REL_${pkgver//./_}
+  rake gemspec
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${_gemname}-REL_${pkgver//./_}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-REL_${pkgver//./_}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -d "${pkgdir}/usr/share/man/man1"
+  mv "${pkgdir}/${_gemdir}/gems/kramdown-${pkgver}/man/man1/kramdown.1" 
"${pkgdir}/usr/share/man/man1"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  rm -r "${pkgdir}/${_gemdir}/gems/kramdown-${pkgver}/test"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 20:51:31
  Author: anthraxx
Revision: 274295

upgpkg: ruby-kramdown 1.16.2-1

Modified:
  ruby-kramdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 20:46:58 UTC (rev 274294)
+++ PKGBUILD2017-12-13 20:51:31 UTC (rev 274295)
@@ -2,7 +2,7 @@
 
 _gemname=kramdown
 pkgname=ruby-kramdown
-pkgver=1.15.0
+pkgver=1.16.2
 pkgrel=1
 pkgdesc='Fast, pure Ruby Markdown superset converter, using a strict syntax 
definition'
 url='https://kramdown.gettalong.org/'
@@ -11,8 +11,8 @@
 depends=('ruby')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gettalong/kramdown/archive/REL_${pkgver//./_}.tar.gz)
-sha256sums=('e08042f0dc924cd099ab13b257b107d5b0641702d1564fd3269f98d249924ad6')
-sha512sums=('3913163a967444ebc54298ac439d6473b9704f6a1b98a2f48401402a6122ef4641cd5fc89cbfea1eea450685da10589d8864e8642d498cf076c9a2fa100abeff')
+sha256sums=('28f3e9ec689aa15334f2b027f890e55c6196fc974015e4c8f27f4a4312a8d0cb')
+sha512sums=('789e2eff48d4f4a613432ffb165d6a82134cf4bd49a03c4030a246f6835580a536a36c86f23206671b3dde049de1bc2ca55ca9947c9e9f2b179fd9a59f4f91f1')
 
 prepare() {
   cd ${_gemname}-REL_${pkgver//./_}


[arch-commits] Commit in signify/repos/community-x86_64 (4 files)

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 20:46:58
  Author: anthraxx
Revision: 274294

archrelease: copy trunk to community-x86_64

Added:
  signify/repos/community-x86_64/LICENSE
(from rev 274293, signify/trunk/LICENSE)
  signify/repos/community-x86_64/PKGBUILD
(from rev 274293, signify/trunk/PKGBUILD)
Deleted:
  signify/repos/community-x86_64/LICENSE
  signify/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   22 +--
 PKGBUILD |   70 ++---
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-12-13 20:46:45 UTC (rev 274293)
+++ LICENSE 2017-12-13 20:46:58 UTC (rev 274294)
@@ -1,11 +0,0 @@
-Permission to use, copy, modify, and distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: signify/repos/community-x86_64/LICENSE (from rev 274293, 
signify/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-12-13 20:46:58 UTC (rev 274294)
@@ -0,0 +1,11 @@
+Permission to use, copy, modify, and distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-13 20:46:45 UTC (rev 274293)
+++ PKGBUILD2017-12-13 20:46:58 UTC (rev 274294)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Adrian Perez de Castro 
-
-pkgname=signify
-pkgver=22
-pkgrel=2
-pkgdesc='OpenBSD tool to signs and verify signatures on files'
-url='https://github.com/aperezdc/signify'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('glibc' 'libbsd>=0.8')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aperezdc/${pkgname}/archive/v${pkgver}.tar.gz
-LICENSE)
-sha512sums=('a8ddbb032dd95fbec2d032a155b90a9f93d109122f707dace219007c2d89e2ed1cfc33e7b32c542cbaa182ca5015bb33a93a814ea960628d209addc84eddfbb2'
-
'a587ef19d5481a81945475a2c1dde0fbf8022e0a28db06389c73df1b7118fb94399f5e4523b91df3d846707dca482ae6e58902b6620bf7b2019a8e15efec')
-
-build () {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr \
-LTO=1 \
-EXTRA_CFLAGS="${CFLAGS}" \
-EXTRA_LDFLAGS="${LDFLAGS}" \
-GIT_TAG=''
-}
-
-package () {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr \
-DESTDIR="${pkgdir}" \
-GIT_TAG='' install
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${srcdir}/LICENSE" -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: signify/repos/community-x86_64/PKGBUILD (from rev 274293, 
signify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-13 20:46:58 UTC (rev 274294)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Adrian Perez de Castro 
+
+pkgname=signify
+pkgver=23
+pkgrel=1
+pkgdesc='OpenBSD tool to signs and verify signatures on files'
+url='https://github.com/aperezdc/signify'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'libbsd>=0.8')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aperezdc/${pkgname}/archive/v${pkgver}.tar.gz
+LICENSE)
+sha512sums=('f0330994f3d308e9ad7c7bf4b6d6f8e8bef914d6d10d83507002ad97f853b4e0a829997a0225373e2c34829a611b70980d7d3674247d4b5b447204ad7f039608'
+
'a587ef19d5481a81945475a2c1dde0fbf8022e0a28db06389c73df1b7118fb94399f5e4523b91df3d846707dca482ae6e58902b6620bf7b2019a8e15efec')
+
+build () {
+  cd ${pkgname}-${pkgver}
+  make 

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

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 20:46:45
  Author: anthraxx
Revision: 274293

upgpkg: signify 23-1

Modified:
  signify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 20:34:25 UTC (rev 274292)
+++ PKGBUILD2017-12-13 20:46:45 UTC (rev 274293)
@@ -2,8 +2,8 @@
 # Contributor: Adrian Perez de Castro 
 
 pkgname=signify
-pkgver=22
-pkgrel=2
+pkgver=23
+pkgrel=1
 pkgdesc='OpenBSD tool to signs and verify signatures on files'
 url='https://github.com/aperezdc/signify'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc' 'libbsd>=0.8')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aperezdc/${pkgname}/archive/v${pkgver}.tar.gz
 LICENSE)
-sha512sums=('a8ddbb032dd95fbec2d032a155b90a9f93d109122f707dace219007c2d89e2ed1cfc33e7b32c542cbaa182ca5015bb33a93a814ea960628d209addc84eddfbb2'
+sha512sums=('f0330994f3d308e9ad7c7bf4b6d6f8e8bef914d6d10d83507002ad97f853b4e0a829997a0225373e2c34829a611b70980d7d3674247d4b5b447204ad7f039608'
 
'a587ef19d5481a81945475a2c1dde0fbf8022e0a28db06389c73df1b7118fb94399f5e4523b91df3d846707dca482ae6e58902b6620bf7b2019a8e15efec')
 
 build () {


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

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 20:34:12
  Author: anthraxx
Revision: 274291

upgpkg: pixiewps 1.4.1-1

Modified:
  pixiewps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 20:20:54 UTC (rev 274290)
+++ PKGBUILD2017-12-13 20:34:12 UTC (rev 274291)
@@ -2,26 +2,26 @@
 # Contributor: Mitch Bigelow 
 
 pkgname=pixiewps
-pkgver=1.3
+pkgver=1.4.1
 pkgrel=1
 pkgdesc='Offline bruteforce of the WPS pin exploiting the low or non-existing 
entropy of some APs'
 url='https://github.com/wiire/pixiewps'
 arch=('x86_64')
 license=('GPL3')
-depends=('glibc')
+depends=('glibc' 'openssl')
 optdepends=('reaver: authentication session key support'
 'bully: authentication session key support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wiire-a/pixiewps/archive/v${pkgver}.tar.gz)
-sha512sums=('535e1b5de0e6db8c23062fd867236e710778a5d3f4bfcf20eb24476cd51b20e1024f889558db65e200611970d5f20d53d334cfb6d0b552d5b4ae0270dfc2bbf8')
+sha512sums=('83f20655c2ad1a67554e6c8cd03ae0dc9484534e3013eb6808032c403f7fbf06c394bbd11005d8705dc0bff83a31a819e6fd6f592286b35dd1d224ee17994249')
 
 build() {
   cd ${pkgname}-${pkgver}
-  make -C src
+  make -C src OPENSSL=1
 }
 
 package() {
   cd ${pkgname}-${pkgver}
-  make -C src DESTDIR="${pkgdir}" install
+  make -C src DESTDIR="${pkgdir}" PREFIX=/usr install
   install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 pixiewps.1 -t "${pkgdir}/usr/share/man/man1"
 }


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

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 20:34:25
  Author: anthraxx
Revision: 274292

archrelease: copy trunk to community-x86_64

Added:
  pixiewps/repos/community-x86_64/PKGBUILD
(from rev 274291, pixiewps/trunk/PKGBUILD)
Deleted:
  pixiewps/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-13 20:34:12 UTC (rev 274291)
+++ PKGBUILD2017-12-13 20:34:25 UTC (rev 274292)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Mitch Bigelow 
-
-pkgname=pixiewps
-pkgver=1.3
-pkgrel=1
-pkgdesc='Offline bruteforce of the WPS pin exploiting the low or non-existing 
entropy of some APs'
-url='https://github.com/wiire/pixiewps'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('glibc')
-optdepends=('reaver: authentication session key support'
-'bully: authentication session key support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wiire-a/pixiewps/archive/v${pkgver}.tar.gz)
-sha512sums=('535e1b5de0e6db8c23062fd867236e710778a5d3f4bfcf20eb24476cd51b20e1024f889558db65e200611970d5f20d53d334cfb6d0b552d5b4ae0270dfc2bbf8')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make -C src
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -C src DESTDIR="${pkgdir}" install
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 pixiewps.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pixiewps/repos/community-x86_64/PKGBUILD (from rev 274291, 
pixiewps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-13 20:34:25 UTC (rev 274292)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+# Contributor: Mitch Bigelow 
+
+pkgname=pixiewps
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Offline bruteforce of the WPS pin exploiting the low or non-existing 
entropy of some APs'
+url='https://github.com/wiire/pixiewps'
+arch=('x86_64')
+license=('GPL3')
+depends=('glibc' 'openssl')
+optdepends=('reaver: authentication session key support'
+'bully: authentication session key support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wiire-a/pixiewps/archive/v${pkgver}.tar.gz)
+sha512sums=('83f20655c2ad1a67554e6c8cd03ae0dc9484534e3013eb6808032c403f7fbf06c394bbd11005d8705dc0bff83a31a819e6fd6f592286b35dd1d224ee17994249')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make -C src OPENSSL=1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -C src DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 pixiewps.1 -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 20:20:54
  Author: anthraxx
Revision: 274290

archrelease: copy trunk to community-x86_64

Added:
  vimiv/repos/community-x86_64/PKGBUILD
(from rev 274289, vimiv/trunk/PKGBUILD)
Deleted:
  vimiv/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-13 20:20:28 UTC (rev 274289)
+++ PKGBUILD2017-12-13 20:20:54 UTC (rev 274290)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Christian Karl 
-
-pkgname=vimiv
-pkgver=0.9
-pkgrel=1
-pkgdesc='Image viewer with vim-like keybindings'
-url='https://github.com/karlch/vimiv'
-arch=('x86_64')
-license=('MIT')
-depends=('python' 'python-gobject' 'gtk3' 'python-pillow' 'glibc')
-makedepends=('python-setuptools' 'libgexiv2')
-optdepends=('libgexiv2: autorotation and EXIF support')
-backup=('etc/vimiv/vimivrc'
-'etc/vimiv/keys.conf')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/karlch/vimiv/archive/v${pkgver}.tar.gz)
-sha256sums=('8437bec3f9ea5ffc0afeb14a2274a57b9ad6ff729d0788f944ca44a7d9081e57')
-sha512sums=('c6e94e739659ee09efed8bfdd0f9d321f16304df23b86399da21a000554d4225ed0c163324bebb3129dc5d9c734b66cb275f7b2c380fec545bc62cc457b82aad')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 readme.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vimiv/repos/community-x86_64/PKGBUILD (from rev 274289, 
vimiv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-13 20:20:54 UTC (rev 274290)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Contributor: Christian Karl 
+
+pkgname=vimiv
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='Image viewer with vim-like keybindings'
+url='https://github.com/karlch/vimiv'
+arch=('x86_64')
+license=('MIT')
+depends=('python' 'python-gobject' 'gtk3' 'python-pillow' 'glibc')
+makedepends=('python-setuptools' 'libgexiv2')
+optdepends=('libgexiv2: autorotation and EXIF support')
+backup=('etc/vimiv/vimivrc'
+'etc/vimiv/keys.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/karlch/vimiv/archive/v${pkgver}.tar.gz)
+sha256sums=('7196341c41ad372f4d5d98bc96fba4aa55ad6e78d93afd617a62866bdaa6c087')
+sha512sums=('b500e5b54450238b6471c1ea0c0831dc6b16238a99b9fcb531bc93bd0aa0b92fa192cbf2dd29f1679856f840dd6f6e4d27971403c85b71b6f333c525b77d9e69')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 readme.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 20:20:28
  Author: anthraxx
Revision: 274289

upgpkg: vimiv 0.9.1-1

Modified:
  vimiv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 19:52:18 UTC (rev 274288)
+++ PKGBUILD2017-12-13 20:20:28 UTC (rev 274289)
@@ -2,7 +2,7 @@
 # Contributor: Christian Karl 
 
 pkgname=vimiv
-pkgver=0.9
+pkgver=0.9.1
 pkgrel=1
 pkgdesc='Image viewer with vim-like keybindings'
 url='https://github.com/karlch/vimiv'
@@ -14,8 +14,8 @@
 backup=('etc/vimiv/vimivrc'
 'etc/vimiv/keys.conf')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/karlch/vimiv/archive/v${pkgver}.tar.gz)
-sha256sums=('8437bec3f9ea5ffc0afeb14a2274a57b9ad6ff729d0788f944ca44a7d9081e57')
-sha512sums=('c6e94e739659ee09efed8bfdd0f9d321f16304df23b86399da21a000554d4225ed0c163324bebb3129dc5d9c734b66cb275f7b2c380fec545bc62cc457b82aad')
+sha256sums=('7196341c41ad372f4d5d98bc96fba4aa55ad6e78d93afd617a62866bdaa6c087')
+sha512sums=('b500e5b54450238b6471c1ea0c0831dc6b16238a99b9fcb531bc93bd0aa0b92fa192cbf2dd29f1679856f840dd6f6e4d27971403c85b71b6f333c525b77d9e69')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 20:01:08
  Author: anthraxx
Revision: 312362

upgpkg: vim 8.0.1389-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-13 19:41:58 UTC (rev 312361)
+++ PKGBUILD2017-12-13 20:01:08 UTC (rev 312362)
@@ -9,7 +9,7 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.0.1297
+pkgver=8.0.1389
 _versiondir=80
 pkgrel=1
 url='http://www.vim.org'
@@ -21,11 +21,11 @@
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('71c0bc909d5b58b94092049b74a097eaac48ef1bb92e01bc86abd5d2b5418b5f'
+sha256sums=('ff937f598c605a041b1378504a39109cc338a71cda070af206ece2a7b0218a9d'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 '0cf8b42732111d0c66c3908a76d832736e8f8dc3abef81cb092ddf84cb862ea2'
 '7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('f31af3ef8d94db4892eec568a6d5a593405726f0e103650aa451d9abc81e6a89cefff24eb9b2150af7a29b16ccf0eb62c2a47f92ec483288f19967dcfd673ec2'
+sha512sums=('54c408fbf550d542a19b778e4c53371e92f35b1d3f58a8c237e03c1114d9376a613b1dcac94fc145b8d2ec4054e2bdcc4164de1f8e8e32949ef77a1413fb1af2'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
 
'935c15a4cc55b9209e6b6c974df765cc6683ae32ccea38acadc825bbc9c60b97ebe14aec8814b7e52080c0d0ded520a68ff1880ab64f320b08c181b6bf862edb'
 
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')


[arch-commits] Commit in vim/repos/extra-x86_64 (8 files)

2017-12-13 Thread Levente Polyak via arch-commits
Date: Wednesday, December 13, 2017 @ 20:01:18
  Author: anthraxx
Revision: 312363

archrelease: copy trunk to extra-x86_64

Added:
  vim/repos/extra-x86_64/PKGBUILD
(from rev 312362, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 312362, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/vimdoc.hook
(from rev 312362, vim/trunk/vimdoc.hook)
  vim/repos/extra-x86_64/vimrc
(from rev 312362, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/vimdoc.hook
  vim/repos/extra-x86_64/vimrc

---+
 PKGBUILD  |  436 
 archlinux.vim |   50 +++---
 vimdoc.hook   |   22 +-
 vimrc |   36 ++--
 4 files changed, 272 insertions(+), 272 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-13 20:01:08 UTC (rev 312362)
+++ PKGBUILD2017-12-13 20:01:18 UTC (rev 312363)
@@ -1,218 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: tobias [ tobias at archlinux org ]
-# Contributor: Daniel J Griffiths 
-# Contributor: Christian Hesse 
-# Contributor: Eli Schwartz
-
-pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.0.1297
-_versiondir=80
-pkgrel=1
-url='http://www.vim.org'
-arch=('x86_64')
-license=('custom:vim')
-makedepends=('glibc' 'libgcrypt' 'gpm' 'python2' 'python' 'ruby' 'libxt' 
'gtk3' 'lua'
- 'gawk' 'tcl' 'pcre' 'zlib' 'libffi')
-source=(vim-${pkgver}.tar.gz::https://github.com/vim/vim/archive/v${pkgver}.tar.gz
-vimrc
-archlinux.vim
-vimdoc.hook)
-sha256sums=('71c0bc909d5b58b94092049b74a097eaac48ef1bb92e01bc86abd5d2b5418b5f'
-'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
-'0cf8b42732111d0c66c3908a76d832736e8f8dc3abef81cb092ddf84cb862ea2'
-'7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('f31af3ef8d94db4892eec568a6d5a593405726f0e103650aa451d9abc81e6a89cefff24eb9b2150af7a29b16ccf0eb62c2a47f92ec483288f19967dcfd673ec2'
-
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
-
'935c15a4cc55b9209e6b6c974df765cc6683ae32ccea38acadc825bbc9c60b97ebe14aec8814b7e52080c0d0ded520a68ff1880ab64f320b08c181b6bf862edb'
-
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')
-
-prepare() {
-  (cd vim-${pkgver}/src
-# define the place for the global (g)vimrc file (set to /etc/vimrc)
-sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
-sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h
-autoconf
-  )
-  cp -a vim-${pkgver} gvim-${pkgver}
-}
-
-build() {
-  msg2 "Building vim..."
-  (cd vim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=no \
-  --disable-gui \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic
-make
-  )
-
-  msg2 "Building gvim..."
-  (cd gvim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=yes \
-  --enable-gui=gtk3 \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic
-make
-  )
-}
-
-check() {
-  cd vim-${pkgver}
-  TERM=xterm make -j1 test
-}
-
-package_vim-runtime() {
-  pkgdesc='Runtime for vim and gvim'
-  backup=('etc/vimrc')
-
-  cd vim-${pkgver}
-
-  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
-  # man and bin files belong to 'vim'
-  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
-
-  # Don't forget logtalk.dict
-  install -Dm 644 runtime/ftplugin/logtalk.dict \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
-
-  # fix FS#17216
-  sed -i 's|messages,/var|messages,/var/log/messages.log,/var|' \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/filetype.vim
-
-  # patch 

  1   2   3   >