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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 07:55:53
  Author: felixonmars
Revision: 208979

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

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

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 208978, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-25 07:55:53 UTC (rev 208979)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170101
+pkgrel=14
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "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-missingh" "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-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")
+source=("git+https://github.com/joeyh/git-annex.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fcryptonite -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 DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 208978, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-25 07:55:53 UTC (rev 208979)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170101
+pkgrel=14
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "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" 

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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 07:55:10
  Author: felixonmars
Revision: 208978

upgpkg: git-annex 6.20170101-14

rebuild with esqueleto,2.5.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 07:35:52 UTC (rev 208977)
+++ PKGBUILD2017-01-25 07:55:10 UTC (rev 208978)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170101
-pkgrel=13
+pkgrel=14
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-01-24 Thread Antonio Rojas
Date: Wednesday, January 25, 2017 @ 07:39:59
  Author: arojas
Revision: 287402

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

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

---+
 /PKGBUILD |   56 
 extra-i686/PKGBUILD   |   27 ---
 extra-x86_64/PKGBUILD |   27 ---
 3 files changed, 56 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-25 07:38:12 UTC (rev 287401)
+++ extra-i686/PKGBUILD 2017-01-25 07:39:59 UTC (rev 287402)
@@ -1,27 +0,0 @@
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Mateusz Herych 
-
-pkgname=libgadu
-pkgver=1.12.1
-pkgrel=3
-pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
-arch=('i686' 'x86_64')
-url="http://libgadu.net/;
-license=('LGPL2.1')
-depends=('gnutls' 'protobuf-c')
-source=("http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('6de8b26f3b9155a67f549ced6da93c56')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./protobufgen.sh
-  ./configure --prefix=/usr --disable-tests --disable-static
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libgadu/repos/extra-i686/PKGBUILD (from rev 287401, 
libgadu/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-25 07:39:59 UTC (rev 287402)
@@ -0,0 +1,28 @@
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Mateusz Herych 
+
+pkgname=libgadu
+pkgver=1.12.2
+pkgrel=1
+pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
+arch=('i686' 'x86_64')
+url="http://libgadu.net/;
+license=('LGPL2.1')
+depends=('gnutls' 'protobuf-c')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/wojtekka/libgadu/archive/$pkgver.tar.gz;)
+md5sums=('1eecae8245d696adfbcfd40a2b36f0ca')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./autogen.sh
+  ./protobufgen.sh
+  ./configure --prefix=/usr --disable-tests --disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-25 07:38:12 UTC (rev 287401)
+++ extra-x86_64/PKGBUILD   2017-01-25 07:39:59 UTC (rev 287402)
@@ -1,27 +0,0 @@
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Mateusz Herych 
-
-pkgname=libgadu
-pkgver=1.12.1
-pkgrel=3
-pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
-arch=('i686' 'x86_64')
-url="http://libgadu.net/;
-license=('LGPL2.1')
-depends=('gnutls' 'protobuf-c')
-source=("http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('6de8b26f3b9155a67f549ced6da93c56')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  ./protobufgen.sh
-  ./configure --prefix=/usr --disable-tests --disable-static
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libgadu/repos/extra-x86_64/PKGBUILD (from rev 287401, 
libgadu/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-25 07:39:59 UTC (rev 287402)
@@ -0,0 +1,28 @@
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Mateusz Herych 
+
+pkgname=libgadu
+pkgver=1.12.2
+pkgrel=1
+pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
+arch=('i686' 'x86_64')
+url="http://libgadu.net/;
+license=('LGPL2.1')
+depends=('gnutls' 'protobuf-c')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/wojtekka/libgadu/archive/$pkgver.tar.gz;)
+md5sums=('1eecae8245d696adfbcfd40a2b36f0ca')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./autogen.sh
+  ./protobufgen.sh
+  ./configure --prefix=/usr --disable-tests --disable-static
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2017-01-24 Thread Antonio Rojas
Date: Wednesday, January 25, 2017 @ 07:38:12
  Author: arojas
Revision: 287401

Update to 1.12.2

Modified:
  libgadu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 07:09:39 UTC (rev 287400)
+++ PKGBUILD2017-01-25 07:38:12 UTC (rev 287401)
@@ -3,19 +3,20 @@
 # Contributor: Mateusz Herych 
 
 pkgname=libgadu
-pkgver=1.12.1
-pkgrel=3
+pkgver=1.12.2
+pkgrel=1
 pkgdesc="This library implements the client side of the Gadu-Gadu protocol"
 arch=('i686' 'x86_64')
 url="http://libgadu.net/;
 license=('LGPL2.1')
 depends=('gnutls' 'protobuf-c')
-source=("http://github.com/wojtekka/libgadu/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('6de8b26f3b9155a67f549ced6da93c56')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/wojtekka/libgadu/archive/$pkgver.tar.gz;)
+md5sums=('1eecae8245d696adfbcfd40a2b36f0ca')
 
 build() {
   cd "${pkgname}-${pkgver}"
 
+  ./autogen.sh
   ./protobufgen.sh
   ./configure --prefix=/usr --disable-tests --disable-static
   make


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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 07:35:52
  Author: felixonmars
Revision: 208977

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

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

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

Copied: haskell-esqueleto/repos/community-staging-i686/PKGBUILD (from rev 
208976, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-25 07:35:52 UTC (rev 208977)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.1
+pkgrel=1
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('76a75c84c4b4e0d41b28d8f8e73cc746282f5e7e50cfb11fcc252286950c87d9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
208976, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-25 07:35:52 UTC (rev 208977)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.1
+pkgrel=1
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('76a75c84c4b4e0d41b28d8f8e73cc746282f5e7e50cfb11fcc252286950c87d9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 

[arch-commits] Commit in haskell-esqueleto/trunk (PKGBUILD persistent-2.5.patch)

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 07:35:12
  Author: felixonmars
Revision: 208976

upgpkg: haskell-esqueleto 2.5.1-1

rebuild with esqueleto,2.5.1

Modified:
  haskell-esqueleto/trunk/PKGBUILD
Deleted:
  haskell-esqueleto/trunk/persistent-2.5.patch

--+
 PKGBUILD |   21 ++--
 persistent-2.5.patch |  119 -
 2 files changed, 5 insertions(+), 135 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 07:32:28 UTC (rev 208975)
+++ PKGBUILD2017-01-25 07:35:12 UTC (rev 208976)
@@ -4,29 +4,18 @@
 
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
-pkgver=2.4.3
-pkgrel=56
+pkgver=2.5.1
+pkgrel=1
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
-url="https://github.com/prowdsponsor/esqueleto;
+url="https://github.com/bitemyapp/esqueleto;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
  "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
  "haskell-unordered-containers")
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
-persistent-2.5.patch)
-sha256sums=('bf555cfb40519ed1573f7bb90c65f693b9639dfa93fc230d3ded6e897434'
-'101534ae4db348978b427a5a5b06a51765a680c4c8ae038ce283214fcd44f9e4')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('76a75c84c4b4e0d41b28d8f8e73cc746282f5e7e50cfb11fcc252286950c87d9')
 
-prepare() {
-# https://github.com/prowdsponsor/esqueleto/pull/139
-(cd $_hkgname-$pkgver && patch -p1 -i ../persistent-2.5.patch)
-
-sed -e 's/base >= 4.5 && < 4.9/base >= 
4.5 \&\& < 4.10/' \
--e 's/, persistent   >= 2.5 && < 2.6/, persistent  
 >= 2.5 \&\& < 2.7/' \
--i ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 

Deleted: persistent-2.5.patch
===
--- persistent-2.5.patch2017-01-25 07:32:28 UTC (rev 208975)
+++ persistent-2.5.patch2017-01-25 07:35:12 UTC (rev 208976)
@@ -1,119 +0,0 @@
-From 811f3722818b56ae5a4fb4601a2a772532201571 Mon Sep 17 00:00:00 2001
-From: Hao Lian 
-Date: Mon, 2 May 2016 13:19:33 -0400
-Subject: [PATCH] upgrade to persistent 2.5
-

- esqueleto.cabal | 10 +-
- src/Database/Esqueleto.hs   | 21 +++--
- src/Database/Esqueleto/Internal/PersistentImport.hs |  2 +-
- stack.yaml  | 16 +++-
- test/Test.hs|  5 +++--
- 5 files changed, 39 insertions(+), 15 deletions(-)
-
-diff --git a/esqueleto.cabal b/esqueleto.cabal
-index 65aa237..6494349 100644
 a/esqueleto.cabal
-+++ b/esqueleto.cabal
-@@ -66,7 +66,7 @@ library
-   base >= 4.5 && < 4.9
- , bytestring
- , text >= 0.11&& < 1.3
--, persistent   >= 2.1.1.7 && < 2.3
-+, persistent   >= 2.5 && < 2.6
- , transformers >= 0.2
- , unordered-containers >= 0.2
- , tagged   >= 0.2
-@@ -94,8 +94,8 @@ test-suite test
- , HUnit
- , QuickCheck
- , hspec   >= 1.8
--, persistent-sqlite   >= 2.1
--, persistent-template >= 2.1
-+, persistent-sqlite   >= 2.5
-+, persistent-template >= 2.5
- , monad-control
- , monad-logger>= 0.3
- 
-@@ -106,7 +106,7 @@ test-suite test
- build-depends:
- postgresql-simple >= 0.2
-   , postgresql-libpq  >= 0.6
--  , persistent-postgresql >= 2.0
-+  , persistent-postgresql >= 2.5
- 
- cpp-options: -DWITH_POSTGRESQL
- 
-@@ -114,6 +114,6 @@ test-suite test
- build-depends:
- mysql-simple  >= 0.2.2.3
-   , mysql >= 0.1.1.3
--  , persistent-mysql  >= 2.0
-+  , persistent-mysql  >= 2.5
- 
- cpp-options: -DWITH_MYSQL
-diff --git a/src/Database/Esqueleto.hs b/src/Database/Esqueleto.hs
-index eb135c2..bfceffc 100644
 a/src/Database/Esqueleto.hs
-+++ b/src/Database/Esqueleto.hs
-@@ -101,6 +101,7 @@ module Database.Esqueleto
- -- * Re-exports
- -- $reexports
-   , deleteKey
-+  , countWhere
-   , module Database.Esqueleto.Internal.PersistentImport
-   ) where
- 
-@@ -428,10 +429,18 @@ valJ = val . unValue
- --
- 
- 
 | Synonym for 'Database.Persist.Store.delete' that does not
 clash with @esqueleto@'s 'delete'.
--deleteKey :: ( PersistStore (PersistEntityBackend val)
-- , MonadIO m
-- , PersistEntity val 

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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 07:32:28
  Author: felixonmars
Revision: 208975

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

Added:
  cblrepo/repos/community-i686/
  cblrepo/repos/community-i686/PKGBUILD
(from rev 208974, cblrepo/trunk/PKGBUILD)
  cblrepo/repos/community-x86_64/
  cblrepo/repos/community-x86_64/PKGBUILD
(from rev 208974, cblrepo/trunk/PKGBUILD)

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

Copied: cblrepo/repos/community-i686/PKGBUILD (from rev 208974, 
cblrepo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-25 07:32:28 UTC (rev 208975)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cblrepo
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
+url="https://github.com/magthe/cblrepo;
+license=("Apache")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-safe" 
"haskell-stringsearch" "haskell-tar"
+ "haskell-text" "haskell-unixutils" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('03c1728d5f5ac702e334d3b7ccf0ceb42c00f93dba6cce2cdd655f5d74f4af7a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/doc
+}

Copied: cblrepo/repos/community-x86_64/PKGBUILD (from rev 208974, 
cblrepo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-25 07:32:28 UTC (rev 208975)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cblrepo
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
+url="https://github.com/magthe/cblrepo;
+license=("Apache")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-safe" 
"haskell-stringsearch" "haskell-tar"
+ "haskell-text" "haskell-unixutils" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('03c1728d5f5ac702e334d3b7ccf0ceb42c00f93dba6cce2cdd655f5d74f4af7a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/doc
+}


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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 07:30:56
  Author: felixonmars
Revision: 208974

addpkg: cblrepo 0.24.0-1

Added:
  cblrepo/
  cblrepo/repos/
  cblrepo/trunk/
  cblrepo/trunk/PKGBUILD

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

Added: cblrepo/trunk/PKGBUILD
===
--- cblrepo/trunk/PKGBUILD  (rev 0)
+++ cblrepo/trunk/PKGBUILD  2017-01-25 07:30:56 UTC (rev 208974)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cblrepo
+pkgver=0.24.0
+pkgrel=1
+pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
+url="https://github.com/magthe/cblrepo;
+license=("Apache")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-safe" 
"haskell-stringsearch" "haskell-tar"
+ "haskell-text" "haskell-unixutils" "haskell-utf8-string" 
"haskell-vector"
+ "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('03c1728d5f5ac702e334d3b7ccf0ceb42c00f93dba6cce2cdd655f5d74f4af7a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/doc
+}


Property changes on: cblrepo/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 07:25:37
  Author: felixonmars
Revision: 208972

upgpkg: browserify 14.0.0-1

Modified:
  browserify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 07:17:38 UTC (rev 208971)
+++ PKGBUILD2017-01-25 07:25:37 UTC (rev 208972)
@@ -3,7 +3,7 @@
 
 pkgname=browserify
 pkgdesc='browser-side require() the node way'
-pkgver=13.3.0
+pkgver=14.0.0
 pkgrel=1
 arch=('any')
 url='http://browserify.org/'
@@ -12,7 +12,7 @@
 makedepends=('npm' 'git')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('f4dcc20f802faf768c8088c986b9171d78f186685524698f91de61aaff3e59b8')
+sha256sums=('3e1b638049cb70d6c468d8682db241c7ed57e3e7e7822ac79c7190fbac0e5e06')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 07:26:02
  Author: felixonmars
Revision: 208973

archrelease: copy trunk to community-any

Added:
  browserify/repos/community-any/PKGBUILD
(from rev 208972, browserify/trunk/PKGBUILD)
Deleted:
  browserify/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-25 07:25:37 UTC (rev 208972)
+++ PKGBUILD2017-01-25 07:26:02 UTC (rev 208973)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=browserify
-pkgdesc='browser-side require() the node way'
-pkgver=13.3.0
-pkgrel=1
-arch=('any')
-url='http://browserify.org/'
-license=('MIT' 'BSD')
-depends=('nodejs' 'acorn')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('f4dcc20f802faf768c8088c986b9171d78f186685524698f91de61aaff3e59b8')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/syntax-error/node_modules
-  for dep in acorn; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: browserify/repos/community-any/PKGBUILD (from rev 208972, 
browserify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-25 07:26:02 UTC (rev 208973)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=browserify
+pkgdesc='browser-side require() the node way'
+pkgver=14.0.0
+pkgrel=1
+arch=('any')
+url='http://browserify.org/'
+license=('MIT' 'BSD')
+depends=('nodejs' 'acorn')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('3e1b638049cb70d6c468d8682db241c7ed57e3e7e7822ac79c7190fbac0e5e06')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/syntax-error/node_modules
+  for dep in acorn; do
+rm -r $dep;
+npm link $dep;
+  done
+}


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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 07:17:38
  Author: felixonmars
Revision: 208971

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

Added:
  haskell-unixutils/repos/community-i686/
  haskell-unixutils/repos/community-i686/PKGBUILD
(from rev 208970, haskell-unixutils/trunk/PKGBUILD)
  haskell-unixutils/repos/community-x86_64/
  haskell-unixutils/repos/community-x86_64/PKGBUILD
(from rev 208970, haskell-unixutils/trunk/PKGBUILD)

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

Copied: haskell-unixutils/repos/community-i686/PKGBUILD (from rev 208970, 
haskell-unixutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-25 07:17:38 UTC (rev 208971)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=Unixutils
+pkgname=haskell-unixutils
+pkgver=1.54.1
+pkgrel=1
+pkgdesc="A crude interface between Haskell and Unix-like operating systems"
+url="https://github.com/seereason/haskell-unixutils;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-exceptions' 'haskell-mtl' 
'haskell-process-extras' 'haskell-puremd5'
+ 'haskell-regex-tdfa' 'haskell-zlib')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('4ed58cb525abffd507714cca1a07108e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}

Copied: haskell-unixutils/repos/community-x86_64/PKGBUILD (from rev 208970, 
haskell-unixutils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-25 07:17:38 UTC (rev 208971)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=Unixutils
+pkgname=haskell-unixutils
+pkgver=1.54.1
+pkgrel=1
+pkgdesc="A crude interface between Haskell and Unix-like operating systems"
+url="https://github.com/seereason/haskell-unixutils;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-exceptions' 'haskell-mtl' 
'haskell-process-extras' 'haskell-puremd5'
+ 'haskell-regex-tdfa' 'haskell-zlib')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('4ed58cb525abffd507714cca1a07108e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


[arch-commits] Commit in (4 files)

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 07:17:00
  Author: felixonmars
Revision: 208970

addpkg: haskell-unixutils 1.54.1-1

Added:
  haskell-unixutils/
  haskell-unixutils/repos/
  haskell-unixutils/trunk/
  haskell-unixutils/trunk/PKGBUILD

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

Added: haskell-unixutils/trunk/PKGBUILD
===
--- haskell-unixutils/trunk/PKGBUILD(rev 0)
+++ haskell-unixutils/trunk/PKGBUILD2017-01-25 07:17:00 UTC (rev 208970)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=Unixutils
+pkgname=haskell-unixutils
+pkgver=1.54.1
+pkgrel=1
+pkgdesc="A crude interface between Haskell and Unix-like operating systems"
+url="https://github.com/seereason/haskell-unixutils;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-exceptions' 'haskell-mtl' 
'haskell-process-extras' 'haskell-puremd5'
+ 'haskell-regex-tdfa' 'haskell-zlib')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('4ed58cb525abffd507714cca1a07108e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


Property changes on: haskell-unixutils/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 07:15:43
  Author: felixonmars
Revision: 208968

upgpkg: ruby-bundler 1.14.3-1

Modified:
  ruby-bundler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 07:08:02 UTC (rev 208967)
+++ PKGBUILD2017-01-25 07:15:43 UTC (rev 208968)
@@ -7,7 +7,7 @@
 
 pkgname=ruby-bundler
 _gemname=${pkgname#ruby-}
-pkgver=1.14.2
+pkgver=1.14.3
 pkgrel=1
 pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
 noextract=("$_gemname-$pkgver.gem")
-sha256sums=('27abd62a2e01ca898479232c38ca6050d03194d1d460f908ac52eb1a2baecce9')
+sha256sums=('9d61c7d983b99eb0b16d64658b182e045bcdd74ef3b139e849777f780782dbfe')
 
 package() {
   cd "$srcdir"


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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 07:16:03
  Author: felixonmars
Revision: 208969

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-25 07:15:43 UTC (rev 208968)
+++ PKGBUILD2017-01-25 07:16:03 UTC (rev 208969)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonne Haß 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Anatol Pomozov 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-bundler
-_gemname=${pkgname#ruby-}
-pkgver=1.14.2
-pkgrel=1
-pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
-arch=('any')
-url='http://bundler.io'
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
-noextract=("$_gemname-$pkgver.gem")
-sha256sums=('27abd62a2e01ca898479232c38ca6050d03194d1d460f908ac52eb1a2baecce9')
-
-package() {
-  cd "$srcdir"
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
- -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}

Copied: ruby-bundler/repos/community-any/PKGBUILD (from rev 208968, 
ruby-bundler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-25 07:16:03 UTC (rev 208969)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonne Haß 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anatol Pomozov 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-bundler
+_gemname=${pkgname#ruby-}
+pkgver=1.14.3
+pkgrel=1
+pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
+arch=('any')
+url='http://bundler.io'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
+noextract=("$_gemname-$pkgver.gem")
+sha256sums=('9d61c7d983b99eb0b16d64658b182e045bcdd74ef3b139e849777f780782dbfe')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
+ -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}


[arch-commits] Commit in qt5-base/trunk (rebuild.list)

2017-01-24 Thread Antonio Rojas
Date: Wednesday, January 25, 2017 @ 07:09:39
  Author: arojas
Revision: 287400

Add qt5ct to rebuild list

Modified:
  qt5-base/trunk/rebuild.list

--+
 rebuild.list |1 +
 1 file changed, 1 insertion(+)

Modified: rebuild.list
===
--- rebuild.list2017-01-25 02:26:02 UTC (rev 287399)
+++ rebuild.list2017-01-25 07:09:39 UTC (rev 287400)
@@ -9,5 +9,6 @@
 pyqt5 *
 deepin-qt5integration *
 deepin-tool-kit *
+qt5ct
 
 * - Also need rebuild for patch Qt version updates


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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 07:08:02
  Author: felixonmars
Revision: 208967

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

Added:
  haskell-puremd5/repos/community-i686/
  haskell-puremd5/repos/community-i686/PKGBUILD
(from rev 208966, haskell-puremd5/trunk/PKGBUILD)
  haskell-puremd5/repos/community-x86_64/
  haskell-puremd5/repos/community-x86_64/PKGBUILD
(from rev 208966, haskell-puremd5/trunk/PKGBUILD)

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

Copied: haskell-puremd5/repos/community-i686/PKGBUILD (from rev 208966, 
haskell-puremd5/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-25 07:08:02 UTC (rev 208967)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=pureMD5
+pkgname=haskell-puremd5 
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="A Haskell-only implementation of the MD5 digest (hash) algorithm"
+url="https://hackage.haskell.org/package/pureMD5;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-cereal' 'haskell-async' 'haskell-crypto-api' 
'haskell-tagged')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('450f112dabf7fdae0c23a666db9d4201')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-puremd5/repos/community-x86_64/PKGBUILD (from rev 208966, 
haskell-puremd5/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-25 07:08:02 UTC (rev 208967)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=pureMD5
+pkgname=haskell-puremd5 
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="A Haskell-only implementation of the MD5 digest (hash) algorithm"
+url="https://hackage.haskell.org/package/pureMD5;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-cereal' 'haskell-async' 'haskell-crypto-api' 
'haskell-tagged')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('450f112dabf7fdae0c23a666db9d4201')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-01-24 Thread Antonio Rojas
Date: Wednesday, January 25, 2017 @ 07:07:34
  Author: arojas
Revision: 208966

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

Added:
  qt5ct/repos/community-testing-i686/
  qt5ct/repos/community-testing-i686/PKGBUILD
(from rev 208965, qt5ct/trunk/PKGBUILD)
  qt5ct/repos/community-testing-x86_64/
  qt5ct/repos/community-testing-x86_64/PKGBUILD
(from rev 208965, qt5ct/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   30 ++
 community-testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: qt5ct/repos/community-testing-i686/PKGBUILD (from rev 208965, 
qt5ct/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-01-25 07:07:34 UTC (rev 208966)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: FadeMind 
+# Contributor: Zatherz 
+
+pkgname=qt5ct
+pkgver=0.29
+pkgrel=2
+pkgdesc="Qt5 Configuration Utility"
+arch=(i686 x86_64)
+url="http://qt5ct.sourceforge.net;
+license=(BSD)
+depends=(qt5-svg)
+makedepends=(qt5-tools)
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('a016142a04a5edfbdda627fc203622f512fae9e84bcf89ce63a7107f01721adc')
+
+build() {
+cd $pkgname-$pkgver
+qmake-qt5 $pkgname.pro 
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make INSTALL_ROOT="$pkgdir" install
+
+install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+} 
+

Copied: qt5ct/repos/community-testing-x86_64/PKGBUILD (from rev 208965, 
qt5ct/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-01-25 07:07:34 UTC (rev 208966)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: FadeMind 
+# Contributor: Zatherz 
+
+pkgname=qt5ct
+pkgver=0.29
+pkgrel=2
+pkgdesc="Qt5 Configuration Utility"
+arch=(i686 x86_64)
+url="http://qt5ct.sourceforge.net;
+license=(BSD)
+depends=(qt5-svg)
+makedepends=(qt5-tools)
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('a016142a04a5edfbdda627fc203622f512fae9e84bcf89ce63a7107f01721adc')
+
+build() {
+cd $pkgname-$pkgver
+qmake-qt5 $pkgname.pro 
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make INSTALL_ROOT="$pkgdir" install
+
+install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+} 
+


[arch-commits] Commit in (4 files)

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 07:07:17
  Author: felixonmars
Revision: 208965

addpkg: haskell-puremd5 2.1.3-1

Added:
  haskell-puremd5/
  haskell-puremd5/repos/
  haskell-puremd5/trunk/
  haskell-puremd5/trunk/PKGBUILD

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

Added: haskell-puremd5/trunk/PKGBUILD
===
--- haskell-puremd5/trunk/PKGBUILD  (rev 0)
+++ haskell-puremd5/trunk/PKGBUILD  2017-01-25 07:07:17 UTC (rev 208965)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=pureMD5
+pkgname=haskell-puremd5 
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="A Haskell-only implementation of the MD5 digest (hash) algorithm"
+url="https://hackage.haskell.org/package/pureMD5;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-cereal' 'haskell-async' 'haskell-crypto-api' 
'haskell-tagged')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('450f112dabf7fdae0c23a666db9d4201')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-puremd5/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in qt5ct/repos (testing-i686 testing-x86_64)

2017-01-24 Thread Antonio Rojas
Date: Wednesday, January 25, 2017 @ 07:07:13
  Author: arojas
Revision: 208964

Wrong repo

Deleted:
  qt5ct/repos/testing-i686/
  qt5ct/repos/testing-x86_64/


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

2017-01-24 Thread Antonio Rojas
Date: Wednesday, January 25, 2017 @ 07:05:57
  Author: arojas
Revision: 208962

Qt 5.8 rebuild

Modified:
  qt5ct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 06:55:02 UTC (rev 208961)
+++ PKGBUILD2017-01-25 07:05:57 UTC (rev 208962)
@@ -5,7 +5,7 @@
 
 pkgname=qt5ct
 pkgver=0.29
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt5 Configuration Utility"
 arch=(i686 x86_64)
 url="http://qt5ct.sourceforge.net;


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

2017-01-24 Thread Antonio Rojas
Date: Wednesday, January 25, 2017 @ 07:06:38
  Author: arojas
Revision: 208963

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

Added:
  qt5ct/repos/testing-i686/
  qt5ct/repos/testing-i686/PKGBUILD
(from rev 208962, qt5ct/trunk/PKGBUILD)
  qt5ct/repos/testing-x86_64/
  qt5ct/repos/testing-x86_64/PKGBUILD
(from rev 208962, qt5ct/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: qt5ct/repos/testing-i686/PKGBUILD (from rev 208962, 
qt5ct/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-01-25 07:06:38 UTC (rev 208963)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: FadeMind 
+# Contributor: Zatherz 
+
+pkgname=qt5ct
+pkgver=0.29
+pkgrel=2
+pkgdesc="Qt5 Configuration Utility"
+arch=(i686 x86_64)
+url="http://qt5ct.sourceforge.net;
+license=(BSD)
+depends=(qt5-svg)
+makedepends=(qt5-tools)
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('a016142a04a5edfbdda627fc203622f512fae9e84bcf89ce63a7107f01721adc')
+
+build() {
+cd $pkgname-$pkgver
+qmake-qt5 $pkgname.pro 
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make INSTALL_ROOT="$pkgdir" install
+
+install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+} 
+

Copied: qt5ct/repos/testing-x86_64/PKGBUILD (from rev 208962, 
qt5ct/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-01-25 07:06:38 UTC (rev 208963)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: FadeMind 
+# Contributor: Zatherz 
+
+pkgname=qt5ct
+pkgver=0.29
+pkgrel=2
+pkgdesc="Qt5 Configuration Utility"
+arch=(i686 x86_64)
+url="http://qt5ct.sourceforge.net;
+license=(BSD)
+depends=(qt5-svg)
+makedepends=(qt5-tools)
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('a016142a04a5edfbdda627fc203622f512fae9e84bcf89ce63a7107f01721adc')
+
+build() {
+cd $pkgname-$pkgver
+qmake-qt5 $pkgname.pro 
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make INSTALL_ROOT="$pkgdir" install
+
+install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+} 
+


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

2017-01-24 Thread Antonio Rojas
Date: Wednesday, January 25, 2017 @ 06:55:02
  Author: arojas
Revision: 208961

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-25 06:54:36 UTC (rev 208960)
+++ community-i686/PKGBUILD 2017-01-25 06:55:02 UTC (rev 208961)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: FadeMind 
-# Contributor: Zatherz 
-
-pkgname=qt5ct
-pkgver=0.28
-pkgrel=1
-pkgdesc="Qt5 Configuration Utility"
-arch=(i686 x86_64)
-url="http://qt5ct.sourceforge.net;
-license=(BSD)
-depends=(qt5-svg)
-makedepends=(qt5-tools)
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('d75216135c112657d10b1c87502ba8c9510340a7b868211770ccd85aa777f0ca')
-
-build() {
-cd $pkgname-$pkgver
-qmake-qt5 $pkgname.pro 
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make INSTALL_ROOT="$pkgdir" install
-
-install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-} 
-

Copied: qt5ct/repos/community-i686/PKGBUILD (from rev 208960, 
qt5ct/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-25 06:55:02 UTC (rev 208961)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: FadeMind 
+# Contributor: Zatherz 
+
+pkgname=qt5ct
+pkgver=0.29
+pkgrel=1
+pkgdesc="Qt5 Configuration Utility"
+arch=(i686 x86_64)
+url="http://qt5ct.sourceforge.net;
+license=(BSD)
+depends=(qt5-svg)
+makedepends=(qt5-tools)
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('a016142a04a5edfbdda627fc203622f512fae9e84bcf89ce63a7107f01721adc')
+
+build() {
+cd $pkgname-$pkgver
+qmake-qt5 $pkgname.pro 
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make INSTALL_ROOT="$pkgdir" install
+
+install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+} 
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-25 06:54:36 UTC (rev 208960)
+++ community-x86_64/PKGBUILD   2017-01-25 06:55:02 UTC (rev 208961)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: FadeMind 
-# Contributor: Zatherz 
-
-pkgname=qt5ct
-pkgver=0.28
-pkgrel=1
-pkgdesc="Qt5 Configuration Utility"
-arch=(i686 x86_64)
-url="http://qt5ct.sourceforge.net;
-license=(BSD)
-depends=(qt5-svg)
-makedepends=(qt5-tools)
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('d75216135c112657d10b1c87502ba8c9510340a7b868211770ccd85aa777f0ca')
-
-build() {
-cd $pkgname-$pkgver
-qmake-qt5 $pkgname.pro 
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make INSTALL_ROOT="$pkgdir" install
-
-install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-} 
-

Copied: qt5ct/repos/community-x86_64/PKGBUILD (from rev 208960, 
qt5ct/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-25 06:55:02 UTC (rev 208961)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: FadeMind 
+# Contributor: Zatherz 
+
+pkgname=qt5ct
+pkgver=0.29
+pkgrel=1
+pkgdesc="Qt5 Configuration Utility"
+arch=(i686 x86_64)
+url="http://qt5ct.sourceforge.net;
+license=(BSD)
+depends=(qt5-svg)
+makedepends=(qt5-tools)
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('a016142a04a5edfbdda627fc203622f512fae9e84bcf89ce63a7107f01721adc')
+
+build() {
+cd $pkgname-$pkgver
+qmake-qt5 $pkgname.pro 
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make INSTALL_ROOT="$pkgdir" install
+
+install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+} 
+


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

2017-01-24 Thread Antonio Rojas
Date: Wednesday, January 25, 2017 @ 06:54:36
  Author: arojas
Revision: 208960

Update to 0.29

Modified:
  qt5ct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 05:30:47 UTC (rev 208959)
+++ PKGBUILD2017-01-25 06:54:36 UTC (rev 208960)
@@ -4,7 +4,7 @@
 # Contributor: Zatherz 
 
 pkgname=qt5ct
-pkgver=0.28
+pkgver=0.29
 pkgrel=1
 pkgdesc="Qt5 Configuration Utility"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(qt5-svg)
 makedepends=(qt5-tools)
 
source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('d75216135c112657d10b1c87502ba8c9510340a7b868211770ccd85aa777f0ca')
+sha256sums=('a016142a04a5edfbdda627fc203622f512fae9e84bcf89ce63a7107f01721adc')
 
 build() {
 cd $pkgname-$pkgver


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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 05:30:47
  Author: felixonmars
Revision: 208959

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 208958, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 208958, wine-staging/trunk/PKGBUILD)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  368 ++---
 1 file changed, 184 insertions(+), 184 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
208958, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-25 05:27:29 UTC (rev 208958)
+++ PKGBUILD2017-01-25 05:30:47 UTC (rev 208959)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=2.0rc5
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha1sums=('e9eca2bbb587968577562af5c236deabd7b5da63'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=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
-  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
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-
-prepare() {
-  # Allow ccache to work
-  mv wine-patched-staging-$_pkgbasever $pkgname
-
-  sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i $pkgname/configure*
-
-  # Get rid of old build dirs
-  rm -rf 

[arch-commits] Commit in wine-staging/repos/community-i686 (4 files)

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 05:27:29
  Author: felixonmars
Revision: 208958

archrelease: copy trunk to community-i686

Added:
  wine-staging/repos/community-i686/30-win32-aliases.conf
(from rev 208957, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/community-i686/PKGBUILD
(from rev 208957, wine-staging/trunk/PKGBUILD)
Deleted:
  wine-staging/repos/community-i686/30-win32-aliases.conf
  wine-staging/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  368 ++---
 1 file changed, 184 insertions(+), 184 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/community-i686/30-win32-aliases.conf (from rev 
208957, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-25 05:26:57 UTC (rev 208957)
+++ PKGBUILD2017-01-25 05:27:29 UTC (rev 208958)
@@ -1,184 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=2.0rc5
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
-30-win32-aliases.conf)
-sha1sums=('e9eca2bbb587968577562af5c236deabd7b5da63'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'   'gcc-multilib>=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
-  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
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})
-  provides=("wine=$pkgver")
-  conflicts=('wine')
-else
-  makedepends=(${makedepends[@]} ${_depends[@]})
-  provides=("wine=$pkgver" "wine-wow64=$pkgver")
-  conflicts=('wine' 'wine-wow64')
-fi
-
-prepare() {
-  # Allow ccache to work
-  mv wine-patched-staging-$_pkgbasever $pkgname
-
-  sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i $pkgname/configure*
-
-  # Get rid of old build dirs
-  rm -rf $pkgname-{32,64}-build

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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 05:26:57
  Author: felixonmars
Revision: 208957

upgpkg: wine-staging 2.0rc6-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 05:17:14 UTC (rev 208956)
+++ PKGBUILD2017-01-25 05:26:57 UTC (rev 208957)
@@ -6,7 +6,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=2.0rc5
+pkgver=2.0rc6
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -13,7 +13,7 @@
 
 
source=("https://github.com/wine-compholio/wine-patched/archive/staging-$_pkgbasever.tar.gz;
 30-win32-aliases.conf)
-sha1sums=('e9eca2bbb587968577562af5c236deabd7b5da63'
+sha1sums=('f04abc63a08500ff7627e032ad93bee41cab446a'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 
 pkgdesc="A compatibility layer for running Windows programs - Staging branch"


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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 05:17:14
  Author: felixonmars
Revision: 208956

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/0001-winhlp32-Workaround-a-bug-in-Flex.patch
(from rev 208955, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 208955, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 208955, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/multilib-x86_64/0001-winhlp32-Workaround-a-bug-in-Flex.patch
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD

--+
 0001-winhlp32-Workaround-a-bug-in-Flex.patch |   66 ++--
 30-win32-aliases.conf|   40 +-
 PKGBUILD |  366 -
 3 files changed, 236 insertions(+), 236 deletions(-)

Deleted: 0001-winhlp32-Workaround-a-bug-in-Flex.patch
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-01-25 05:05:12 UTC 
(rev 208955)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-01-25 05:17:14 UTC 
(rev 208956)
@@ -1,33 +0,0 @@
-From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
-From: Sebastian Lackner 
-Date: Sat, 14 Jan 2017 05:48:28 +0100
-Subject: winhlp32: Workaround a bug in Flex.
-

- programs/winhlp32/macro.lex.l | 6 +-
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
-index 8f6945ca988..da2dd22e447 100644
 a/programs/winhlp32/macro.lex.l
-+++ b/programs/winhlp32/macro.lex.l
-@@ -20,7 +20,7 @@
-  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
-  */
- %}
--%option noinput nounput never-interactive 8bit
-+%option noinput nounput never-interactive 8bit noyywrap
- %x quote
- %{
- #include "config.h"
-@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
- {
- return lex_data ? lex_data->window : Globals.active_win;
- }
--
--#ifndef yywrap
--int yywrap(void) { return 1; }
--#endif
--- 
-2.11.0
-

Copied: wine/repos/multilib-x86_64/0001-winhlp32-Workaround-a-bug-in-Flex.patch 
(from rev 208955, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch
(rev 0)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-01-25 05:17:14 UTC 
(rev 208956)
@@ -0,0 +1,33 @@
+From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
+From: Sebastian Lackner 
+Date: Sat, 14 Jan 2017 05:48:28 +0100
+Subject: winhlp32: Workaround a bug in Flex.
+
+---
+ programs/winhlp32/macro.lex.l | 6 +-
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
+index 8f6945ca988..da2dd22e447 100644
+--- a/programs/winhlp32/macro.lex.l
 b/programs/winhlp32/macro.lex.l
+@@ -20,7 +20,7 @@
+  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+  */
+ %}
+-%option noinput nounput never-interactive 8bit
++%option noinput nounput never-interactive 8bit noyywrap
+ %x quote
+ %{
+ #include "config.h"
+@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
+ {
+ return lex_data ? lex_data->window : Globals.active_win;
+ }
+-
+-#ifndef yywrap
+-int yywrap(void) { return 1; }
+-#endif
+-- 
+2.11.0
+

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-01-25 05:05:12 UTC (rev 208955)
+++ 30-win32-aliases.conf   2017-01-25 05:17:14 UTC (rev 208956)
@@ -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 208955, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-01-25 05:17:14 UTC (rev 208956)
@@ -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-01-25 05:05:12 UTC (rev 208955)
+++ PKGBUILD2017-01-25 05:17:14 UTC (rev 208956)
@@ -1,183 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 

[arch-commits] Commit in wine/repos/community-i686 (6 files)

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 05:05:12
  Author: felixonmars
Revision: 208955

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch
(from rev 208954, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 208954, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 208954, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD

--+
 0001-winhlp32-Workaround-a-bug-in-Flex.patch |   66 ++--
 30-win32-aliases.conf|   40 +-
 PKGBUILD |  366 -
 3 files changed, 236 insertions(+), 236 deletions(-)

Deleted: 0001-winhlp32-Workaround-a-bug-in-Flex.patch
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-01-25 04:59:48 UTC 
(rev 208954)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-01-25 05:05:12 UTC 
(rev 208955)
@@ -1,33 +0,0 @@
-From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
-From: Sebastian Lackner 
-Date: Sat, 14 Jan 2017 05:48:28 +0100
-Subject: winhlp32: Workaround a bug in Flex.
-

- programs/winhlp32/macro.lex.l | 6 +-
- 1 file changed, 1 insertion(+), 5 deletions(-)
-
-diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
-index 8f6945ca988..da2dd22e447 100644
 a/programs/winhlp32/macro.lex.l
-+++ b/programs/winhlp32/macro.lex.l
-@@ -20,7 +20,7 @@
-  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
-  */
- %}
--%option noinput nounput never-interactive 8bit
-+%option noinput nounput never-interactive 8bit noyywrap
- %x quote
- %{
- #include "config.h"
-@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
- {
- return lex_data ? lex_data->window : Globals.active_win;
- }
--
--#ifndef yywrap
--int yywrap(void) { return 1; }
--#endif
--- 
-2.11.0
-

Copied: wine/repos/community-i686/0001-winhlp32-Workaround-a-bug-in-Flex.patch 
(from rev 208954, wine/trunk/0001-winhlp32-Workaround-a-bug-in-Flex.patch)
===
--- 0001-winhlp32-Workaround-a-bug-in-Flex.patch
(rev 0)
+++ 0001-winhlp32-Workaround-a-bug-in-Flex.patch2017-01-25 05:05:12 UTC 
(rev 208955)
@@ -0,0 +1,33 @@
+From cf6bdd7b7dc1dc1ba31bd48171c218ba3503eb76 Mon Sep 17 00:00:00 2001
+From: Sebastian Lackner 
+Date: Sat, 14 Jan 2017 05:48:28 +0100
+Subject: winhlp32: Workaround a bug in Flex.
+
+---
+ programs/winhlp32/macro.lex.l | 6 +-
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+diff --git a/programs/winhlp32/macro.lex.l b/programs/winhlp32/macro.lex.l
+index 8f6945ca988..da2dd22e447 100644
+--- a/programs/winhlp32/macro.lex.l
 b/programs/winhlp32/macro.lex.l
+@@ -20,7 +20,7 @@
+  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+  */
+ %}
+-%option noinput nounput never-interactive 8bit
++%option noinput nounput never-interactive 8bit noyywrap
+ %x quote
+ %{
+ #include "config.h"
+@@ -367,7 +367,3 @@ WINHELP_WINDOW* MACRO_CurrentWindow(void)
+ {
+ return lex_data ? lex_data->window : Globals.active_win;
+ }
+-
+-#ifndef yywrap
+-int yywrap(void) { return 1; }
+-#endif
+-- 
+2.11.0
+

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2017-01-25 04:59:48 UTC (rev 208954)
+++ 30-win32-aliases.conf   2017-01-25 05:05:12 UTC (rev 208955)
@@ -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/community-i686/30-win32-aliases.conf (from rev 208954, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2017-01-25 05:05:12 UTC (rev 208955)
@@ -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-01-25 04:59:48 UTC (rev 208954)
+++ PKGBUILD2017-01-25 05:05:12 UTC (rev 208955)
@@ -1,183 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 

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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 04:59:48
  Author: felixonmars
Revision: 208954

upgpkg: wine 2.0-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 04:09:35 UTC (rev 208953)
+++ PKGBUILD2017-01-25 04:59:48 UTC (rev 208954)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=2.0rc6
+pkgver=2.0
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -13,7 +13,7 @@
 
source=(https://dl.winehq.org/wine/source/2.0/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf
 0001-winhlp32-Workaround-a-bug-in-Flex.patch)
-sha1sums=('61b87fd7188f0ecb1c3005fb8b454bd78be67ec2'
+sha1sums=('3f433d564eb661e7d384871bc4a102eee12638b9'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb'
   '6ab256347d41e63694528db9e093c0abe8ca4bc1')


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

2017-01-24 Thread Balló György
Date: Wednesday, January 25, 2017 @ 04:09:35
  Author: bgyorgy
Revision: 208953

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

Added:
  shadowsocks-qt5/repos/community-i686/PKGBUILD
(from rev 208952, shadowsocks-qt5/trunk/PKGBUILD)
  shadowsocks-qt5/repos/community-i686/disable-appindicator.patch
(from rev 208952, shadowsocks-qt5/trunk/disable-appindicator.patch)
  shadowsocks-qt5/repos/community-x86_64/PKGBUILD
(from rev 208952, shadowsocks-qt5/trunk/PKGBUILD)
  shadowsocks-qt5/repos/community-x86_64/disable-appindicator.patch
(from rev 208952, shadowsocks-qt5/trunk/disable-appindicator.patch)
Deleted:
  shadowsocks-qt5/repos/community-i686/PKGBUILD
  shadowsocks-qt5/repos/community-x86_64/PKGBUILD

-+
 /PKGBUILD   |   70 ++
 community-i686/PKGBUILD |   26 -
 community-i686/disable-appindicator.patch   |   12 
 community-x86_64/PKGBUILD   |   26 -
 community-x86_64/disable-appindicator.patch |   12 
 5 files changed, 94 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-25 04:09:29 UTC (rev 208952)
+++ community-i686/PKGBUILD 2017-01-25 04:09:35 UTC (rev 208953)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: yk 
-
-pkgname=shadowsocks-qt5
-pkgver=2.8.0
-pkgrel=3
-pkgdesc="A fast, reliable and cross-platform GUI fronted for Shadowsocks."
-arch=("i686" "x86_64")
-url="http://github.com/shadowsocks/shadowsocks-qt5;
-license=("GPL")
-depends=('qrencode' 'libqtshadowsocks' 'zbar' 'libappindicator-gtk2')
-makedepends=('git')
-source=("http://github.com/shadowsocks/shadowsocks-qt5/archive/v$pkgver.tar.gz;)
-sha256sums=('dd983eb7de8a79346bd30a2b043baeaf24b1c54501ed6c7d4608dd54d2abb910')
-
-build() {
-  cd shadowsocks-qt5-$pkgver
-  qmake INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd shadowsocks-qt5-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: shadowsocks-qt5/repos/community-i686/PKGBUILD (from rev 208952, 
shadowsocks-qt5/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-25 04:09:35 UTC (rev 208953)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: yk 
+
+pkgname=shadowsocks-qt5
+pkgver=2.8.0
+pkgrel=4
+pkgdesc="A fast, reliable and cross-platform GUI fronted for Shadowsocks."
+arch=("i686" "x86_64")
+url="http://github.com/shadowsocks/shadowsocks-qt5;
+license=("GPL")
+depends=('qrencode' 'libqtshadowsocks' 'zbar')
+makedepends=('git')
+source=("$pkgname-$pkgver.tar.gz::http://github.com/shadowsocks/shadowsocks-qt5/archive/v$pkgver.tar.gz;
+"disable-appindicator.patch")
+sha256sums=('dd983eb7de8a79346bd30a2b043baeaf24b1c54501ed6c7d4608dd54d2abb910'
+'d4dc3c22a46e57b800400c8a5eaf10dfaac0bc17440806f2b572cae3998a9080')
+
+prepare() {
+  cd shadowsocks-qt5-$pkgver
+
+  # Disable appindicator (was needed for Qt < 5.4.2)
+  patch -Np1 -i ../disable-appindicator.patch
+}
+
+build() {
+  cd shadowsocks-qt5-$pkgver
+  qmake INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd shadowsocks-qt5-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: shadowsocks-qt5/repos/community-i686/disable-appindicator.patch (from 
rev 208952, shadowsocks-qt5/trunk/disable-appindicator.patch)
===
--- community-i686/disable-appindicator.patch   (rev 0)
+++ community-i686/disable-appindicator.patch   2017-01-25 04:09:35 UTC (rev 
208953)
@@ -0,0 +1,12 @@
+diff -Naur shadowsocks-qt5-2.8.0.orig/src/ss-qt5.pri 
shadowsocks-qt5-2.8.0/src/ss-qt5.pri
+--- shadowsocks-qt5-2.8.0.orig/src/ss-qt5.pri  2016-12-14 22:56:30.0 
+0100
 shadowsocks-qt5-2.8.0/src/ss-qt5.pri   2017-01-25 04:42:25.227070273 
+0100
+@@ -68,8 +68,4 @@
+ unix: {
+ CONFIG+= link_pkgconfig
+ PKGCONFIG += libqrencode QtShadowsocks botan-$$BOTAN_VER zbar
+-!macx: {
+-PKGCONFIG += gtk+-2.0 appindicator-0.1
+-DEFINES   += USE_APP_INDICATOR
+-}
+ }

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-25 04:09:29 UTC (rev 208952)
+++ community-x86_64/PKGBUILD   2017-01-25 04:09:35 UTC (rev 208953)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: yk 
-
-pkgname=shadowsocks-qt5
-pkgver=2.8.0
-pkgrel=3
-pkgdesc="A fast, reliable and cross-platform GUI fronted for Shadowsocks."
-arch=("i686" "x86_64")
-url="http://github.com/shadowsocks/shadowsocks-qt5;
-license=("GPL")
-depends=('qrencode' 'libqtshadowsocks' 'zbar' 

[arch-commits] Commit in shadowsocks-qt5/trunk (PKGBUILD disable-appindicator.patch)

2017-01-24 Thread Balló György
Date: Wednesday, January 25, 2017 @ 04:09:29
  Author: bgyorgy
Revision: 208952

upgpkg: shadowsocks-qt5 2.8.0-4

Remove unneeded libappindicator-gtk2 dependency. It was used due to a 
bug in Qt < 5.4.2. See: https://bugreports.qt.io/browse/QTBUG-32811

Added:
  shadowsocks-qt5/trunk/disable-appindicator.patch
Modified:
  shadowsocks-qt5/trunk/PKGBUILD

+
 PKGBUILD   |   17 +
 disable-appindicator.patch |   12 
 2 files changed, 25 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 03:51:28 UTC (rev 208951)
+++ PKGBUILD2017-01-25 04:09:29 UTC (rev 208952)
@@ -4,16 +4,25 @@
 
 pkgname=shadowsocks-qt5
 pkgver=2.8.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A fast, reliable and cross-platform GUI fronted for Shadowsocks."
 arch=("i686" "x86_64")
 url="http://github.com/shadowsocks/shadowsocks-qt5;
 license=("GPL")
-depends=('qrencode' 'libqtshadowsocks' 'zbar' 'libappindicator-gtk2')
+depends=('qrencode' 'libqtshadowsocks' 'zbar')
 makedepends=('git')
-source=("http://github.com/shadowsocks/shadowsocks-qt5/archive/v$pkgver.tar.gz;)
-sha256sums=('dd983eb7de8a79346bd30a2b043baeaf24b1c54501ed6c7d4608dd54d2abb910')
+source=("$pkgname-$pkgver.tar.gz::http://github.com/shadowsocks/shadowsocks-qt5/archive/v$pkgver.tar.gz;
+"disable-appindicator.patch")
+sha256sums=('dd983eb7de8a79346bd30a2b043baeaf24b1c54501ed6c7d4608dd54d2abb910'
+'d4dc3c22a46e57b800400c8a5eaf10dfaac0bc17440806f2b572cae3998a9080')
 
+prepare() {
+  cd shadowsocks-qt5-$pkgver
+
+  # Disable appindicator (was needed for Qt < 5.4.2)
+  patch -Np1 -i ../disable-appindicator.patch
+}
+
 build() {
   cd shadowsocks-qt5-$pkgver
   qmake INSTALL_PREFIX=/usr

Added: disable-appindicator.patch
===
--- disable-appindicator.patch  (rev 0)
+++ disable-appindicator.patch  2017-01-25 04:09:29 UTC (rev 208952)
@@ -0,0 +1,12 @@
+diff -Naur shadowsocks-qt5-2.8.0.orig/src/ss-qt5.pri 
shadowsocks-qt5-2.8.0/src/ss-qt5.pri
+--- shadowsocks-qt5-2.8.0.orig/src/ss-qt5.pri  2016-12-14 22:56:30.0 
+0100
 shadowsocks-qt5-2.8.0/src/ss-qt5.pri   2017-01-25 04:42:25.227070273 
+0100
+@@ -68,8 +68,4 @@
+ unix: {
+ CONFIG+= link_pkgconfig
+ PKGCONFIG += libqrencode QtShadowsocks botan-$$BOTAN_VER zbar
+-!macx: {
+-PKGCONFIG += gtk+-2.0 appindicator-0.1
+-DEFINES   += USE_APP_INDICATOR
+-}
+ }


[arch-commits] Commit in (5 files)

2017-01-24 Thread Balló György
Date: Wednesday, January 25, 2017 @ 03:51:28
  Author: bgyorgy
Revision: 208951

Remove shutter

It uses some old, deprecated libraries, which will be removed from the 
official repositories. Also remove some of its dependencies that are 
deprecated/no longer needed.

Deleted:
  perl-gnome2-wnck/
  perl-goo-canvas/
  perl-gtk2-imageview/
  perl-gtk2-unique/
  shutter/


[arch-commits] Commit in coffee-script/repos/community-any (PKGBUILD PKGBUILD)

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 02:54:17
  Author: felixonmars
Revision: 208950

archrelease: copy trunk to community-any

Added:
  coffee-script/repos/community-any/PKGBUILD
(from rev 208949, coffee-script/trunk/PKGBUILD)
Deleted:
  coffee-script/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-25 02:53:33 UTC (rev 208949)
+++ PKGBUILD2017-01-25 02:54:17 UTC (rev 208950)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: sloppybench 
-# Contributor: der_FeniX 
-# Contributor: Anatol Pomozov 
-# Contributor: Gordin <9ordin @t gmail dot com>
-# Contributor: Simon Lipp 
-# Contributor: Chris Bolton 
-# Contributor: Sergei Lebedev 
-# Contributor: flying sheep 
-
-pkgname=coffee-script
-pkgver=1.12.2
-pkgrel=1
-pkgdesc='CoffeeScript is a little language that compiles into JavaScript'
-arch=('any')
-url='http://coffeescript.org'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('c77cc751c5a9f13d75eb337fbb0adec99e7bfdd383f12e2789ddaabb64d14880')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: coffee-script/repos/community-any/PKGBUILD (from rev 208949, 
coffee-script/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-25 02:54:17 UTC (rev 208950)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: sloppybench 
+# Contributor: der_FeniX 
+# Contributor: Anatol Pomozov 
+# Contributor: Gordin <9ordin @t gmail dot com>
+# Contributor: Simon Lipp 
+# Contributor: Chris Bolton 
+# Contributor: Sergei Lebedev 
+# Contributor: flying sheep 
+
+pkgname=coffee-script
+pkgver=1.12.3
+pkgrel=1
+pkgdesc='CoffeeScript is a little language that compiles into JavaScript'
+arch=('any')
+url='http://coffeescript.org'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('4494ca0cb76924604d773df3fde730b3fceed02cd3f32a905550f750360bc418')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 02:53:33
  Author: felixonmars
Revision: 208949

upgpkg: coffee-script 1.12.3-1

Modified:
  coffee-script/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 02:51:22 UTC (rev 208948)
+++ PKGBUILD2017-01-25 02:53:33 UTC (rev 208949)
@@ -10,7 +10,7 @@
 # Contributor: flying sheep 
 
 pkgname=coffee-script
-pkgver=1.12.2
+pkgver=1.12.3
 pkgrel=1
 pkgdesc='CoffeeScript is a little language that compiles into JavaScript'
 arch=('any')
@@ -20,7 +20,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('c77cc751c5a9f13d75eb337fbb0adec99e7bfdd383f12e2789ddaabb64d14880')
+sha256sums=('4494ca0cb76924604d773df3fde730b3fceed02cd3f32a905550f750360bc418')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in shadowsocks-libev/repos (24 files)

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 02:51:22
  Author: felixonmars
Revision: 208948

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

Added:
  shadowsocks-libev/repos/community-i686/PKGBUILD
(from rev 208947, shadowsocks-libev/trunk/PKGBUILD)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-redir@.service
(from rev 208947, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-server@.service
(from rev 208947, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-tunnel@.service
(from rev 208947, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev.install
(from rev 208947, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-i686/shadowsocks-libev@.service
(from rev 208947, shadowsocks-libev/trunk/shadowsocks-libev@.service)
  shadowsocks-libev/repos/community-x86_64/PKGBUILD
(from rev 208947, shadowsocks-libev/trunk/PKGBUILD)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-redir@.service
(from rev 208947, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-server@.service
(from rev 208947, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-tunnel@.service
(from rev 208947, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev.install
(from rev 208947, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev@.service
(from rev 208947, shadowsocks-libev/trunk/shadowsocks-libev@.service)
Deleted:
  shadowsocks-libev/repos/community-i686/PKGBUILD
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-redir@.service
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-server@.service
  shadowsocks-libev/repos/community-i686/shadowsocks-libev-tunnel@.service
  shadowsocks-libev/repos/community-i686/shadowsocks-libev.install
  shadowsocks-libev/repos/community-i686/shadowsocks-libev@.service
  shadowsocks-libev/repos/community-x86_64/PKGBUILD
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-redir@.service
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-server@.service
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev-tunnel@.service
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev.install
  shadowsocks-libev/repos/community-x86_64/shadowsocks-libev@.service

+
 /PKGBUILD  |  108 +++
 /shadowsocks-libev-redir@.service  |   26 
 /shadowsocks-libev-server@.service |   26 
 /shadowsocks-libev-tunnel@.service |   26 
 /shadowsocks-libev.install |   20 +++
 /shadowsocks-libev@.service|   26 
 community-i686/PKGBUILD|   43 ---
 community-i686/shadowsocks-libev-redir@.service|   13 --
 community-i686/shadowsocks-libev-server@.service   |   13 --
 community-i686/shadowsocks-libev-tunnel@.service   |   13 --
 community-i686/shadowsocks-libev.install   |   10 -
 community-i686/shadowsocks-libev@.service  |   13 --
 community-x86_64/PKGBUILD  |   43 ---
 community-x86_64/shadowsocks-libev-redir@.service  |   13 --
 community-x86_64/shadowsocks-libev-server@.service |   13 --
 community-x86_64/shadowsocks-libev-tunnel@.service |   13 --
 community-x86_64/shadowsocks-libev.install |   10 -
 community-x86_64/shadowsocks-libev@.service|   13 --
 18 files changed, 232 insertions(+), 210 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-25 02:49:10 UTC (rev 208947)
+++ community-i686/PKGBUILD 2017-01-25 02:51:22 UTC (rev 208948)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jiangxq 
-# Contributor: zh8 
-# Contributor: 4679kun 
-
-pkgname=shadowsocks-libev
-pkgver=2.6.2
-pkgrel=1
-pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
-arch=('i686' 'x86_64')
-url='https://github.com/shadowsocks/shadowsocks-libev'
-license=('GPL3')
-depends=('libcap' 'openssl' 'libsodium' 'libev' 'udns' 'zlib' 'pcre')
-makedepends=('git' 'asciidoc' 'xmlto')
-install=${pkgname}.install
-source=("git+https://github.com/shadowsocks/${pkgname}.git#tag=v$pkgver;
-'shadowsocks-libev@.service'
-'shadowsocks-libev-server@.service'
-'shadowsocks-libev-redir@.service'
-

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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 02:49:10
  Author: felixonmars
Revision: 208947

upgpkg: shadowsocks-libev 2.6.3-1

Modified:
  shadowsocks-libev/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 12 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 02:38:39 UTC (rev 208946)
+++ PKGBUILD2017-01-25 02:49:10 UTC (rev 208947)
@@ -5,7 +5,7 @@
 # Contributor: 4679kun 
 
 pkgname=shadowsocks-libev
-pkgver=2.6.2
+pkgver=2.6.3
 pkgrel=1
 pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
 arch=('i686' 'x86_64')
@@ -15,6 +15,8 @@
 makedepends=('git' 'asciidoc' 'xmlto')
 install=${pkgname}.install
 source=("git+https://github.com/shadowsocks/${pkgname}.git#tag=v$pkgver;
+"git+https://github.com/shadowsocks/libcork.git;
+"git+https://github.com/shadowsocks/ipset.git;
 'shadowsocks-libev@.service'
 'shadowsocks-libev-server@.service'
 'shadowsocks-libev-redir@.service'
@@ -21,11 +23,20 @@
 'shadowsocks-libev-tunnel@.service')
 
 sha512sums=('SKIP'
+'SKIP'
+'SKIP'
 
'92186a3baf340e3e3b7e8893b01bbf29356d0111ea7ecc10bb6a31278a834a7c428c501b0bb15fc1e983c6dab74a7094deae2c5972a4b3e6807ece668944d321'
 
'4e7d22145af1e2ac65bfa0d8883c3b30a6ac726728265a782519ab3912d6e3034861e19b411b54aa1cdbf999b1758584f6452d9c98afb72b71f3a0b215813317'
 
'e233c0f67843509f542c25d6fc39fe6992571b7cd0ae75e3c9573a8cd6f9a72748b5c4d09914a6d9402bfe379db487c628b39c44cc165f71e48e874a56922b82'
 
'b8de1cc489a1feb8c0ca59fef8abf6c524343483563462a167cb4a5bed5e9605fe76e4fdc71a248a8a5fc882032737a02747916f79043d50f850645067ed38eb')
 
+prepare() {
+  cd "$srcdir"/$pkgname
+  git config submodule.libcork.url "$srcdir"/libcork
+  git config submodule.ipset.url "$srcdir"/ipset
+  git submodule update --init
+}
+
 build() {
   cd "$srcdir/$pkgname"
   ./autogen.sh


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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 02:38:39
  Author: felixonmars
Revision: 208946

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

Added:
  phonegap/repos/community-i686/PKGBUILD
(from rev 208945, phonegap/trunk/PKGBUILD)
  phonegap/repos/community-i686/phonegap.install
(from rev 208945, phonegap/trunk/phonegap.install)
  phonegap/repos/community-x86_64/PKGBUILD
(from rev 208945, phonegap/trunk/PKGBUILD)
  phonegap/repos/community-x86_64/phonegap.install
(from rev 208945, phonegap/trunk/phonegap.install)
Deleted:
  phonegap/repos/community-i686/PKGBUILD
  phonegap/repos/community-i686/phonegap.install
  phonegap/repos/community-x86_64/PKGBUILD
  phonegap/repos/community-x86_64/phonegap.install

---+
 /PKGBUILD |  132 
 /phonegap.install |   18 
 community-i686/PKGBUILD   |   66 --
 community-i686/phonegap.install   |9 --
 community-x86_64/PKGBUILD |   66 --
 community-x86_64/phonegap.install |9 --
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-25 02:37:59 UTC (rev 208945)
+++ community-i686/PKGBUILD 2017-01-25 02:38:39 UTC (rev 208946)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=phonegap
-pkgver=6.4.2
-pkgrel=2
-pkgdesc="PhoneGap command-line interface and node.js library"
-arch=('i686' 'x86_64')
-url="https://github.com/phonegap/phonegap-cli;
-license=('Apache')
-depends=('npm' 'acorn' 'semver' 'cordova' 'browserify')
-makedepends=('python2')
-install=${pkgname}.install
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('2cd9c3ee29fcebcc9a9288f1ac918bb4e3fd6e0a151efa9e9577546d46c0f703')
-
-package() {
-  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn semver cordova npm browserify; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/syntax-error/node_modules
-  for dep in acorn; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: phonegap/repos/community-i686/PKGBUILD (from rev 208945, 
phonegap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-25 02:38:39 UTC (rev 208946)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=phonegap
+pkgver=6.4.3
+pkgrel=1
+pkgdesc="PhoneGap command-line interface and node.js library"
+arch=('i686' 'x86_64')
+url="https://github.com/phonegap/phonegap-cli;
+license=('Apache')
+depends=('npm' 'acorn' 'semver' 'cordova' 'browserify')
+makedepends=('python2')
+install=${pkgname}.install
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('2e744c04c2e0e0d03627e288c1c27661c2ae37c1a1cd25dc6603a0a5d9f1f10b')
+
+package() {
+  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn semver cordova npm browserify; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/syntax-error/node_modules
+  for dep in acorn; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 

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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 02:37:59
  Author: felixonmars
Revision: 208945

upgpkg: phonegap 6.4.3-1

Modified:
  phonegap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 02:32:52 UTC (rev 208944)
+++ PKGBUILD2017-01-25 02:37:59 UTC (rev 208945)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=phonegap
-pkgver=6.4.2
-pkgrel=2
+pkgver=6.4.3
+pkgrel=1
 pkgdesc="PhoneGap command-line interface and node.js library"
 arch=('i686' 'x86_64')
 url="https://github.com/phonegap/phonegap-cli;
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('2cd9c3ee29fcebcc9a9288f1ac918bb4e3fd6e0a151efa9e9577546d46c0f703')
+sha256sums=('2e744c04c2e0e0d03627e288c1c27661c2ae37c1a1cd25dc6603a0a5d9f1f10b')
 
 package() {
   PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 02:32:52
  Author: felixonmars
Revision: 208944

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-25 02:32:23 UTC (rev 208943)
+++ PKGBUILD2017-01-25 02:32:52 UTC (rev 208944)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstacksdk
-pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.9.12
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="http://developer.openstack.org/sdks/python/openstacksdk;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-iso8601' 'python2-iso8601' 'python-stevedore' 
'python2-stevedore'
- 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
- 'python2-os-client-config' 'python-oslo-utils' 
'python2-oslo-utils')
-checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock')
-source=("git+https://git.openstack.org/openstack/python-openstacksdk#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a python-openstacksdk{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-openstacksdk
-  python setup.py build
-
-  cd "$srcdir"/python-openstacksdk-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-openstacksdk
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/python-openstacksdk-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-openstacksdk() {
-  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-stevedore' 
'python-keystoneauth1'
-   'python-os-client-config' 'python-oslo-utils')
-
-  cd "$srcdir"/python-openstacksdk
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-openstacksdk() {
-  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-keystoneauth1'
-   'python2-os-client-config' 'python2-oslo-utils')
-
-  cd "$srcdir"/python-openstacksdk-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstacksdk/repos/community-any/PKGBUILD (from rev 208943, 
python-openstacksdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-25 02:32:52 UTC (rev 208944)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstacksdk
+pkgname=(python-openstacksdk python2-openstacksdk)
+pkgver=0.9.13
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="http://developer.openstack.org/sdks/python/openstacksdk;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-iso8601' 'python2-iso8601' 'python-stevedore' 
'python2-stevedore'
+ 'python-keystoneauth1' 'python2-keystoneauth1' 
'python-os-client-config'
+ 'python2-os-client-config' 'python-oslo-utils' 
'python2-oslo-utils')
+checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock')
+source=("git+https://git.openstack.org/openstack/python-openstacksdk#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-openstacksdk{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-openstacksdk
+  python setup.py build
+
+  cd "$srcdir"/python-openstacksdk-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-openstacksdk
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/python-openstacksdk-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-openstacksdk() {
+  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-stevedore' 
'python-keystoneauth1'
+   'python-os-client-config' 'python-oslo-utils')
+
+  cd "$srcdir"/python-openstacksdk
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-openstacksdk() {
+  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-stevedore' 
'python2-keystoneauth1'
+   'python2-os-client-config' 'python2-oslo-utils')
+
+  cd "$srcdir"/python-openstacksdk-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 02:32:23
  Author: felixonmars
Revision: 208943

upgpkg: python-openstacksdk 0.9.13-1

Modified:
  python-openstacksdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 02:27:09 UTC (rev 208942)
+++ PKGBUILD2017-01-25 02:32:23 UTC (rev 208943)
@@ -4,7 +4,7 @@
 
 pkgbase=python-openstacksdk
 pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.9.12
+pkgver=0.9.13
 pkgrel=1
 pkgdesc="An SDK for building applications to work with OpenStack"
 arch=('any')


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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 02:27:09
  Author: felixonmars
Revision: 208942

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-25 02:26:40 UTC (rev 208941)
+++ PKGBUILD2017-01-25 02:27:09 UTC (rev 208942)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-glanceclient
-pkgname=(python-glanceclient python2-glanceclient)
-pkgver=2.5.0
-pkgrel=2
-pkgdesc="OpenStack Image API Client Library"
-arch=('any')
-url="http://docs.openstack.org/developer/python-glanceclient;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
- 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
- 'python2-requests' 'python-warlock' 'python2-warlock' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
-  'python2-requests-mock')
-options=('!emptydirs')
-source=("git+https://git.openstack.org/openstack/python-glanceclient#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a python-glanceclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-glanceclient
-  python setup.py build
-
-  cd "$srcdir"/python-glanceclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-glanceclient
-  python setup.py testr
-
-  cd "$srcdir"/python-glanceclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-glanceclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
-   'python-requests' 'python-warlock' 'python-oslo-utils' 
'python-oslo-i18n')
-
-  cd "$srcdir"/python-glanceclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-glanceclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
-   'python2-requests' 'python2-warlock' 'python2-oslo-utils' 
'python2-oslo-i18n')
-
-  cd "$srcdir"/python-glanceclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/glance{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-glanceclient/repos/community-any/PKGBUILD (from rev 208941, 
python-glanceclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-25 02:27:09 UTC (rev 208942)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-glanceclient
+pkgname=(python-glanceclient python2-glanceclient)
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="OpenStack Image API Client Library"
+arch=('any')
+url="http://docs.openstack.org/developer/python-glanceclient;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-prettytable' 
'python2-prettytable'
+ 'python-keystoneclient' 'python2-keystoneclient' 'python-requests'
+ 'python2-requests' 'python-warlock' 'python2-warlock' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock'
+  'python2-requests-mock')
+options=('!emptydirs')
+source=("git+https://git.openstack.org/openstack/python-glanceclient#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-glanceclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-glanceclient
+  python setup.py build
+
+  cd "$srcdir"/python-glanceclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-glanceclient
+  python setup.py testr
+
+  cd "$srcdir"/python-glanceclient-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-glanceclient() {
+  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneclient'
+   'python-requests' 'python-warlock' 'python-oslo-utils' 
'python-oslo-i18n')
+
+  cd "$srcdir"/python-glanceclient
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-glanceclient() {
+  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneclient'
+   'python2-requests' 'python2-warlock' 'python2-oslo-utils' 
'python2-oslo-i18n')
+
+  cd 

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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 02:26:40
  Author: felixonmars
Revision: 208941

upgpkg: python-glanceclient 2.6.0-1

Modified:
  python-glanceclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 01:08:14 UTC (rev 208940)
+++ PKGBUILD2017-01-25 02:26:40 UTC (rev 208941)
@@ -4,8 +4,8 @@
 
 pkgbase=python-glanceclient
 pkgname=(python-glanceclient python2-glanceclient)
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.6.0
+pkgrel=1
 pkgdesc="OpenStack Image API Client Library"
 arch=('any')
 url="http://docs.openstack.org/developer/python-glanceclient;


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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 02:26:02
  Author: felixonmars
Revision: 287399

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 287398, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-25 02:25:35 UTC (rev 287398)
+++ PKGBUILD2017-01-25 02:26:02 UTC (rev 287399)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=34.0.1
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
- 'python2-pip' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'python-mock' 'python2-mock' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Don't download and install deps
-  sed -i '/pip.main(args)/d' setuptools/bootstrap.py
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-  sed -i -e "s|'pip'|'pip2'|" 
setuptools/tests/{test_develop.py,test_namespaces.py}
-
-  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools
-  python setup.py ptr
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py ptr
-)}
- 
-package_python-setuptools() {
-  depends=('python-packaging' 'python-appdirs')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-appdirs')
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 287398, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-25 02:26:02 UTC (rev 287399)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=34.0.2
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
+ 'python2-pip' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'python-mock' 'python2-mock' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Don't download and install deps
+  sed -i '/pip.main(args)/d' setuptools/bootstrap.py
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+  sed -i -e "s|'pip'|'pip2'|" 
setuptools/tests/{test_develop.py,test_namespaces.py}
+
+  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  

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

2017-01-24 Thread Felix Yan
Date: Wednesday, January 25, 2017 @ 02:25:35
  Author: felixonmars
Revision: 287398

upgpkg: python-setuptools 1:34.0.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 01:35:56 UTC (rev 287397)
+++ PKGBUILD2017-01-25 02:25:35 UTC (rev 287398)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=34.0.1
+pkgver=34.0.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -38,7 +38,7 @@
 
   export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 }
-
+
 build() {
   cd "$srcdir"/setuptools
   python bootstrap.py
@@ -62,7 +62,7 @@
   cd "$srcdir"/setuptools-py2
   python2 setup.py ptr
 )}
- 
+
 package_python-setuptools() {
   depends=('python-packaging' 'python-appdirs')
   provides=('python-distribute')
@@ -71,7 +71,7 @@
   cd "$srcdir"/setuptools
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
 }
- 
+
 package_python2-setuptools() {
   depends=('python2-packaging' 'python2-appdirs')
   provides=('python2-distribute')


[arch-commits] Commit in vim/repos (16 files)

2017-01-24 Thread Anatol Pomozov
Date: Wednesday, January 25, 2017 @ 01:35:56
  Author: anatolik
Revision: 287397

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

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
(from rev 287396, 
vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch)
  vim/repos/testing-i686/0002-Further-fix-widget-sizing.patch
(from rev 287396, vim/trunk/0002-Further-fix-widget-sizing.patch)
  vim/repos/testing-i686/PKGBUILD
(from rev 287396, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 287396, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/fix-tests-python36.patch
(from rev 287396, vim/trunk/fix-tests-python36.patch)
  vim/repos/testing-i686/vimdoc.hook
(from rev 287396, vim/trunk/vimdoc.hook)
  vim/repos/testing-i686/vimrc
(from rev 287396, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  
vim/repos/testing-x86_64/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
(from rev 287396, 
vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch)
  vim/repos/testing-x86_64/0002-Further-fix-widget-sizing.patch
(from rev 287396, vim/trunk/0002-Further-fix-widget-sizing.patch)
  vim/repos/testing-x86_64/PKGBUILD
(from rev 287396, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 287396, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/fix-tests-python36.patch
(from rev 287396, vim/trunk/fix-tests-python36.patch)
  vim/repos/testing-x86_64/vimdoc.hook
(from rev 287396, vim/trunk/vimdoc.hook)
  vim/repos/testing-x86_64/vimrc
(from rev 287396, vim/trunk/vimrc)

+
 testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch   |   39 +
 testing-i686/0002-Further-fix-widget-sizing.patch  |   29 +
 testing-i686/PKGBUILD  |  222 
++
 testing-i686/archlinux.vim |   25 +
 testing-i686/fix-tests-python36.patch  |   38 +
 testing-i686/vimdoc.hook   |   11 
 testing-i686/vimrc |   18 
 testing-x86_64/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch |   39 +
 testing-x86_64/0002-Further-fix-widget-sizing.patch|   29 +
 testing-x86_64/PKGBUILD|  222 
++
 testing-x86_64/archlinux.vim   |   25 +
 testing-x86_64/fix-tests-python36.patch|   38 +
 testing-x86_64/vimdoc.hook |   11 
 testing-x86_64/vimrc   |   18 
 14 files changed, 764 insertions(+)

Copied: 
vim/repos/testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch 
(from rev 287396, 
vim/trunk/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch)
===
--- testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
(rev 0)
+++ testing-i686/0001-Fix-widget-sizing-on-current-Gtk-3.22-branch.patch
2017-01-25 01:35:56 UTC (rev 287397)
@@ -0,0 +1,39 @@
+From 0060136ccbe78ff791e5bd732510cff12094bec9 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sun, 23 Oct 2016 21:12:15 +0200
+Subject: [PATCH 1/2] Fix widget sizing on current Gtk+ 3.22 branch
+
+Gtk recently started emitting configure events when repositioning child
+windows[1]. Events for the form's child windows bubble up the widget
+hierarchy, get caught by our configure event handler, and treated as if
+they were reporting the size of the form window. As a result, the shell
+was sized using far too small dimensions[2][3]. This change will be part
+of Gtk+ 3.22.2.
+
+Solve this by checking whether the configure event we get is really for
+the form widget.
+
+[1]: 
https://git.gnome.org/browse/gtk+/commit/?h=gtk-3-22=12579fe71b3b8f79eb9c1b80e429443bcc437dd0
+[2]: https://bugs.archlinux.org/task/51509
+[3]: https://bugzilla.gnome.org/show_bug.cgi?id=773387
+---
+ src/gui_gtk_x11.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c
+index 388464215fadc3b5..bf3c99ad9a043ad9 100644
+--- a/src/gui_gtk_x11.c
 b/src/gui_gtk_x11.c
+@@ -4429,6 +4429,9 @@ form_configure_event(GtkWidget *widget UNUSED,
+ {
+ int usable_height = event->height;
+ 
++if (event->window != gtk_widget_get_window (gui.formwin))
++  return TRUE;
++
+ /* When in a GtkPlug, we can't guarantee valid heights (as a round
+  * no. of char-heights), so we have to manually sanitise them.
+  * Widths seem to sort themselves out, don't ask me why.
+-- 
+2.10.1
+


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

2017-01-24 Thread Anatol Pomozov
Date: Wednesday, January 25, 2017 @ 01:34:44
  Author: anatolik
Revision: 287396

upgpkg: vim 8.0.0237-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 23:27:13 UTC (rev 287395)
+++ PKGBUILD2017-01-25 01:34:44 UTC (rev 287396)
@@ -9,7 +9,7 @@
 
 pkgbase=vim
 pkgname=(vim gvim vim-runtime)
-pkgver=8.0.0170
+pkgver=8.0.0237
 _versiondir=80
 pkgrel=1
 arch=(i686 x86_64)
@@ -23,7 +23,7 @@
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha1sums=('f3eeed15b17c53b1d2ba4cb8025b1ff545870a34'
+sha1sums=('d7a0d0201a104fbc6f830132703c02d20ef61367'
   'ca4a3bdf8b512336bff4af3ae93d95a8580e0eaf'
   '04b86163bb379a7d42058d932aed3075ed49d2a9'
   '6e1f7859293cd0b19d8265a26a83106994b5'


[arch-commits] Commit in android-udev/repos/community-any (4 files)

2017-01-24 Thread Anatol Pomozov
Date: Wednesday, January 25, 2017 @ 01:08:14
  Author: anatolik
Revision: 208940

archrelease: copy trunk to community-any

Added:
  android-udev/repos/community-any/PKGBUILD
(from rev 208939, android-udev/trunk/PKGBUILD)
  android-udev/repos/community-any/android-udev.install
(from rev 208939, android-udev/trunk/android-udev.install)
Deleted:
  android-udev/repos/community-any/PKGBUILD
  android-udev/repos/community-any/android-udev.install

--+
 PKGBUILD |   40 
 android-udev.install |8 
 2 files changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-25 01:07:39 UTC (rev 208939)
+++ PKGBUILD2017-01-25 01:08:14 UTC (rev 208940)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: M0Rf30
-# Contributor: marlock
-
-pkgname=android-udev
-pkgver=20170103
-pkgrel=1
-pkgdesc='Udev rules to connect Android devices to your linux box'
-arch=(any)
-url='https://github.com/M0Rf30/android-udev-rules'
-license=(GPL3)
-depends=(udev libmtp)
-install='android-udev.install'
-source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
-md5sums=('5b1b1da2ce3d9d8ae2e906bea425c818')
-
-package() {
-  cd android-udev-rules-$pkgver
-  install -Dm 644 51-android.rules 
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
-}

Copied: android-udev/repos/community-any/PKGBUILD (from rev 208939, 
android-udev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-25 01:08:14 UTC (rev 208940)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: M0Rf30
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=20170109
+pkgrel=1
+pkgdesc='Udev rules to connect Android devices to your linux box'
+arch=(any)
+url='https://github.com/M0Rf30/android-udev-rules'
+license=(GPL3)
+depends=(udev libmtp)
+install='android-udev.install'
+source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
+md5sums=('88aa60f417dcee10091ee49ad588a009')
+
+package() {
+  cd android-udev-rules-$pkgver
+  install -Dm 644 51-android.rules 
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
+}

Deleted: android-udev.install
===
--- android-udev.install2017-01-25 01:07:39 UTC (rev 208939)
+++ android-udev.install2017-01-25 01:08:14 UTC (rev 208940)
@@ -1,4 +0,0 @@
-post_install() {
-  getent group adbusers >/dev/null || groupadd -r adbusers
-  true
-}

Copied: android-udev/repos/community-any/android-udev.install (from rev 208939, 
android-udev/trunk/android-udev.install)
===
--- android-udev.install(rev 0)
+++ android-udev.install2017-01-25 01:08:14 UTC (rev 208940)
@@ -0,0 +1,4 @@
+post_install() {
+  getent group adbusers >/dev/null || groupadd -r adbusers
+  true
+}


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

2017-01-24 Thread Anatol Pomozov
Date: Wednesday, January 25, 2017 @ 01:07:39
  Author: anatolik
Revision: 208939

upgpkg: android-udev 20170109-1

Modified:
  android-udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-25 00:34:52 UTC (rev 208938)
+++ PKGBUILD2017-01-25 01:07:39 UTC (rev 208939)
@@ -3,7 +3,7 @@
 # Contributor: marlock
 
 pkgname=android-udev
-pkgver=20170103
+pkgver=20170109
 pkgrel=1
 pkgdesc='Udev rules to connect Android devices to your linux box'
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(udev libmtp)
 install='android-udev.install'
 
source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
-md5sums=('5b1b1da2ce3d9d8ae2e906bea425c818')
+md5sums=('88aa60f417dcee10091ee49ad588a009')
 
 package() {
   cd android-udev-rules-$pkgver


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

2017-01-24 Thread Levente Polyak
Date: Wednesday, January 25, 2017 @ 00:34:52
  Author: anthraxx
Revision: 208938

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

Added:
  wpscan/repos/community-i686/PKGBUILD
(from rev 208937, wpscan/trunk/PKGBUILD)
  wpscan/repos/community-i686/wpscan.install
(from rev 208937, wpscan/trunk/wpscan.install)
  wpscan/repos/community-x86_64/PKGBUILD
(from rev 208937, wpscan/trunk/PKGBUILD)
  wpscan/repos/community-x86_64/wpscan.install
(from rev 208937, wpscan/trunk/wpscan.install)
Deleted:
  wpscan/repos/community-i686/PKGBUILD
  wpscan/repos/community-i686/wpscan.install
  wpscan/repos/community-x86_64/PKGBUILD
  wpscan/repos/community-x86_64/wpscan.install

-+
 /PKGBUILD   |  110 ++
 /wpscan.install |   18 ++
 community-i686/PKGBUILD |   51 -
 community-i686/wpscan.install   |9 ---
 community-x86_64/PKGBUILD   |   51 -
 community-x86_64/wpscan.install |9 ---
 6 files changed, 128 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-25 00:34:40 UTC (rev 208937)
+++ community-i686/PKGBUILD 2017-01-25 00:34:52 UTC (rev 208938)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: alexiobash < me (at) alexiobash (dot) com >
-
-pkgname=wpscan
-pkgver=2.9.2
-pkgrel=2
-epoch=1
-pkgdesc='Black box WordPress vulnerability scanner'
-url='http://wpscan.org'
-arch=('i686' 'x86_64')
-license=('custom:WPScan')
-depends=('ruby-bundler' 'libxslt' 'libyaml' 'curl')
-makedepends=('unzip')
-options=('!strip' '!emptydirs')
-install=wpscan.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wpscanteam/wpscan/archive/${pkgver}.tar.gz)
-sha512sums=('cc8ff69b4b4b7ad26a32b9627d44d9d8e647310763cf768d91eb400d86fcbbb98f7a5cd695f9f7b2df9e85d5b3c49f2336a8bcf9a14e2458ffe06e3d2be145d6')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  unzip -o data.zip
-  rm data.zip
-  # replace cache location with local user share
-  sed "s|ROOT_DIR, 'cache'|ENV['HOME'] + '/.local/share/${pkgname}/cache'|" -i 
lib/common/common_helper.rb
-  sed "s|ROOT_DIR, 'log.txt'|ENV['HOME'] + 
'/.local/share/${pkgname}/log.txt'|" -i lib/common/common_helper.rb
-  bundle config build.nokogiri --use-system-libraries
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  bundle install -j"$(nproc)" --path vendor/bundle --without development test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}"
-  cp -ra --no-preserve=owner . "${pkgdir}/opt/${pkgname}"
-
-  install -d "${pkgdir}/usr/bin"
-  cat > "${pkgdir}/usr/bin/${pkgname}" << EOF
-#!/bin/sh
-BUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec ruby 
/opt/${pkgname}/${pkgname}.rb "\$@"
-EOF
-  chmod 755 "${pkgdir}/usr/bin/${pkgname}"
-
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 CHANGELOG.md DISCLAIMER.txt README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: wpscan/repos/community-i686/PKGBUILD (from rev 208937, 
wpscan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-25 00:34:52 UTC (rev 208938)
@@ -0,0 +1,55 @@
+# Maintainer: Levente Polyak 
+# Contributor: alexiobash < me (at) alexiobash (dot) com >
+
+pkgname=wpscan
+pkgver=2.9.2
+pkgrel=3
+epoch=1
+pkgdesc='Black box WordPress vulnerability scanner'
+url='http://wpscan.org'
+arch=('i686' 'x86_64')
+license=('custom:WPScan')
+depends=('ruby-bundler' 'libxslt' 'libyaml' 'curl')
+makedepends=('unzip')
+options=('!strip' '!emptydirs')
+install=wpscan.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wpscanteam/wpscan/archive/${pkgver}.tar.gz
+
ruby-2.4.patch::https://github.com/wpscanteam/wpscan/commit/f6644eebf95baea3356290ecd6364f0a4a456406.patch)
+sha512sums=('cc8ff69b4b4b7ad26a32b9627d44d9d8e647310763cf768d91eb400d86fcbbb98f7a5cd695f9f7b2df9e85d5b3c49f2336a8bcf9a14e2458ffe06e3d2be145d6'
+
'115271f8719e165daa905b169f7a5877971887b88799e0d6398724e37ae9314d7cf1e07a567701bf33520e17a021ac4dea2151468e9e1ff37f42e04606a80082')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  unzip -o data.zip
+  rm data.zip
+  # replace cache location with local user share
+  sed "s|ROOT_DIR, 'cache'|ENV['HOME'] + '/.local/share/${pkgname}/cache'|" -i 
lib/common/common_helper.rb
+  sed "s|ROOT_DIR, 'log.txt'|ENV['HOME'] + 
'/.local/share/${pkgname}/log.txt'|" -i lib/common/common_helper.rb
+  bundle config build.nokogiri --use-system-libraries
+  echo 2.3.3 > .ruby-version
+  patch -p1 < "${srcdir}/ruby-2.4.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  bundle install -j"$(nproc)" --path vendor/bundle --without 

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

2017-01-24 Thread Levente Polyak
Date: Wednesday, January 25, 2017 @ 00:34:40
  Author: anthraxx
Revision: 208937

upgpkg: wpscan 1:2.9.2-3 (backport ruby 2.4 fix)

Modified:
  wpscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 23:30:11 UTC (rev 208936)
+++ PKGBUILD2017-01-25 00:34:40 UTC (rev 208937)
@@ -3,7 +3,7 @@
 
 pkgname=wpscan
 pkgver=2.9.2
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Black box WordPress vulnerability scanner'
 url='http://wpscan.org'
@@ -13,8 +13,10 @@
 makedepends=('unzip')
 options=('!strip' '!emptydirs')
 install=wpscan.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wpscanteam/wpscan/archive/${pkgver}.tar.gz)
-sha512sums=('cc8ff69b4b4b7ad26a32b9627d44d9d8e647310763cf768d91eb400d86fcbbb98f7a5cd695f9f7b2df9e85d5b3c49f2336a8bcf9a14e2458ffe06e3d2be145d6')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/wpscanteam/wpscan/archive/${pkgver}.tar.gz
+
ruby-2.4.patch::https://github.com/wpscanteam/wpscan/commit/f6644eebf95baea3356290ecd6364f0a4a456406.patch)
+sha512sums=('cc8ff69b4b4b7ad26a32b9627d44d9d8e647310763cf768d91eb400d86fcbbb98f7a5cd695f9f7b2df9e85d5b3c49f2336a8bcf9a14e2458ffe06e3d2be145d6'
+
'115271f8719e165daa905b169f7a5877971887b88799e0d6398724e37ae9314d7cf1e07a567701bf33520e17a021ac4dea2151468e9e1ff37f42e04606a80082')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -24,6 +26,8 @@
   sed "s|ROOT_DIR, 'cache'|ENV['HOME'] + '/.local/share/${pkgname}/cache'|" -i 
lib/common/common_helper.rb
   sed "s|ROOT_DIR, 'log.txt'|ENV['HOME'] + 
'/.local/share/${pkgname}/log.txt'|" -i lib/common/common_helper.rb
   bundle config build.nokogiri --use-system-libraries
+  echo 2.3.3 > .ruby-version
+  patch -p1 < "${srcdir}/ruby-2.4.patch"
 }
 
 build() {


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

2017-01-24 Thread Levente Polyak
Date: Tuesday, January 24, 2017 @ 23:30:11
  Author: anthraxx
Revision: 208936

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

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

---+
 /PKGBUILD |  114 
 community-i686/PKGBUILD   |   59 --
 community-x86_64/PKGBUILD |   59 --
 3 files changed, 114 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-24 23:29:57 UTC (rev 208935)
+++ community-i686/PKGBUILD 2017-01-24 23:30:11 UTC (rev 208936)
@@ -1,59 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=4.13.12
-pkgrel=2
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('i686' 'x86_64')
-license=('BSD')
-# it has to depend on ruby-2.3 or below because 'json' gem dependency is not 
ported to ruby-2.4 yet
-# https://github.com/flori/json/issues/311
-depends=('ruby<2.4' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 
'libxslt' 'git')
-optdepends=('ruby-pg: database support')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha512sums=('da986f3d8cec927d23cb198fcbc5cf1fb865d6924a3c6eefc72246fefdd68c84e92b80de4b719f5d7fe790f32ab45e1cfdc3763466df6a308e776efc9ed98475')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-i686/PKGBUILD (from rev 208935, 
metasploit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-24 23:30:11 UTC (rev 208936)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=4.13.15
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ruby2.3' 'libpcap' 'postgresql-libs' 'ruby2.3-bundler' 'sqlite' 
'libxslt' 'git')
+optdepends=('ruby-pg: database support')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha512sums=('fdb2ded9b6ca94fc2644e233cd3adb950f5444e001039b9038aee32d19c38a8314112c7fb3c0da398537d168bfaf71cccdf36f27272283e38209ff0ea27866b4')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle-2.3 config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  bundle-2.3 install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f 

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

2017-01-24 Thread Jan de Groot
Date: Tuesday, January 24, 2017 @ 23:27:04
  Author: jgc
Revision: 287394

upgpkg: swt 4.6.2-1

Remove gnome bindings

Modified:
  swt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 22:52:54 UTC (rev 287393)
+++ PKGBUILD2017-01-24 23:27:04 UTC (rev 287394)
@@ -2,25 +2,21 @@
 # Maintainer: Guillaume ALAUX 
 pkgname=swt
 # http://download.eclipse.org/eclipse/downloads/drops4
-pkgver=4.6.1
+pkgver=4.6.2
 pkgrel=1
-_date=201609071200
+_date=201611241400
 pkgdesc='An open source widget toolkit for Java'
 arch=('i686' 'x86_64')
 url='http://www.eclipse.org/swt/'
 license=('EPL')
 depends=('java-runtime>=7' 'gtk2>=2.20.1' 'libxtst')
-optdepends=('libgnomeui' 'glu' 'webkitgtk2')
-makedepends=('java-environment=8' 'libxtst' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'webkitgtk2' 'apache-ant')
+optdepends=('glu' 'webkitgtk2')
+makedepends=('java-environment=8' 'libxtst' 'glu' 'unzip' 'pkgconfig' 
'webkitgtk2' 'apache-ant')
+source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip
+build-swt.xml)
+md5sums=('3a80c1403163b2efb9aefd6ae5e167fa'
+ '7423d2bd6d260e9934151be28d1e0a63')
 
-source=(build-swt.xml)
-source_i686=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip)
-source_x86_64=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip)
-
-sha256sums=('3d30fbde25a6a6d260d04cb1782b7618c2a0a926440935a9eea516146eb0e1e1')
-sha256sums_i686=('3f1855232110d22d3b44dc9384e8b669ce07ac057f7bfad1f1557218d85f04ab')
-sha256sums_x86_64=('6ddcc02ea23bec704bbbea60b96f272258eb24c6d3b05197d50a25821cd415d8')
-
 # These examples don't even run anymore (Try Tux Guitar instead)!
 # http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
 # http://download.eclipse.org/eclipse/downloads/
@@ -40,6 +36,7 @@
   # SWT jar
   . /etc/profile.d/apache-ant.sh
   ant -f ../build-swt.xml compile
+  ant -f ../build-swt.xml jar
 }
 
 package() {
@@ -51,7 +48,6 @@
   make -f make_linux.mak install
 
   # SWT jar
-  ant -f ../build-swt.xml jar
   install -Dm755 ../swt.jar ${pkgdir}/usr/share/java/swt-${pkgver}.jar
   ln -s swt-${pkgver}.jar ${pkgdir}/usr/share/java/swt.jar
 }


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

2017-01-24 Thread Levente Polyak
Date: Tuesday, January 24, 2017 @ 23:29:57
  Author: anthraxx
Revision: 208935

upgpkg: metasploit 4.13.15-1 (tmp switch to ruby 2.3)

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 21:30:33 UTC (rev 208934)
+++ PKGBUILD2017-01-24 23:29:57 UTC (rev 208935)
@@ -3,29 +3,27 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=4.13.12
-pkgrel=2
+pkgver=4.13.15
+pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
 arch=('i686' 'x86_64')
 license=('BSD')
-# it has to depend on ruby-2.3 or below because 'json' gem dependency is not 
ported to ruby-2.4 yet
-# https://github.com/flori/json/issues/311
-depends=('ruby<2.4' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 
'libxslt' 'git')
+depends=('ruby2.3' 'libpcap' 'postgresql-libs' 'ruby2.3-bundler' 'sqlite' 
'libxslt' 'git')
 optdepends=('ruby-pg: database support')
 options=('!strip' '!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha512sums=('da986f3d8cec927d23cb198fcbc5cf1fb865d6924a3c6eefc72246fefdd68c84e92b80de4b719f5d7fe790f32ab45e1cfdc3763466df6a308e776efc9ed98475')
+sha512sums=('fdb2ded9b6ca94fc2644e233cd3adb950f5444e001039b9038aee32d19c38a8314112c7fb3c0da398537d168bfaf71cccdf36f27272283e38209ff0ea27866b4')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}
-  bundle config build.nokogiri --use-system-libraries
+  bundle-2.3 config build.nokogiri --use-system-libraries
   sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
 }
 
 build() {
   cd ${pkgname}-framework-${pkgver}
-  bundle install -j"$(nproc)" --no-cache --deployment
+  bundle-2.3 install -j"$(nproc)" --no-cache --deployment
   find vendor/bundle/ruby -exec chmod o+r '{}' \;
 }
 
@@ -37,7 +35,7 @@
 
   for f in "${pkgdir}"/opt/${pkgname}/msf*; do
 local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle-2.3 exec 
ruby-2.3 /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
 chmod 755 "${_msffile}"
   done
 
@@ -44,7 +42,7 @@
   (cd "${pkgdir}/opt/${pkgname}"
 for f in tools/*/*.rb; do
   install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
+  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle-2.3 
exec ruby-2.3 /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
   chmod 755 "${f}"
 done
   )


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

2017-01-24 Thread Jan de Groot
Date: Tuesday, January 24, 2017 @ 23:27:13
  Author: jgc
Revision: 287395

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

Added:
  swt/repos/extra-i686/PKGBUILD
(from rev 287394, swt/trunk/PKGBUILD)
  swt/repos/extra-i686/build-swt.xml
(from rev 287394, swt/trunk/build-swt.xml)
  swt/repos/extra-x86_64/PKGBUILD
(from rev 287394, swt/trunk/PKGBUILD)
  swt/repos/extra-x86_64/build-swt.xml
(from rev 287394, swt/trunk/build-swt.xml)
Deleted:
  swt/repos/extra-i686/PKGBUILD
  swt/repos/extra-i686/build-swt.xml
  swt/repos/extra-x86_64/PKGBUILD
  swt/repos/extra-x86_64/build-swt.xml

+
 /PKGBUILD  |  106 +++
 /build-swt.xml |   34 +
 extra-i686/PKGBUILD|   57 ---
 extra-i686/build-swt.xml   |   17 --
 extra-x86_64/PKGBUILD  |   57 ---
 extra-x86_64/build-swt.xml |   17 --
 6 files changed, 140 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-24 23:27:04 UTC (rev 287394)
+++ extra-i686/PKGBUILD 2017-01-24 23:27:13 UTC (rev 287395)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX 
-pkgname=swt
-# http://download.eclipse.org/eclipse/downloads/drops4
-pkgver=4.6.1
-pkgrel=1
-_date=201609071200
-pkgdesc='An open source widget toolkit for Java'
-arch=('i686' 'x86_64')
-url='http://www.eclipse.org/swt/'
-license=('EPL')
-depends=('java-runtime>=7' 'gtk2>=2.20.1' 'libxtst')
-optdepends=('libgnomeui' 'glu' 'webkitgtk2')
-makedepends=('java-environment=8' 'libxtst' 'glu' 'libgnomeui' 'unzip' 
'pkgconfig' 'webkitgtk2' 'apache-ant')
-
-source=(build-swt.xml)
-source_i686=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip)
-source_x86_64=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86_64.zip)
-
-sha256sums=('3d30fbde25a6a6d260d04cb1782b7618c2a0a926440935a9eea516146eb0e1e1')
-sha256sums_i686=('3f1855232110d22d3b44dc9384e8b669ce07ac057f7bfad1f1557218d85f04ab')
-sha256sums_x86_64=('6ddcc02ea23bec704bbbea60b96f272258eb24c6d3b05197d50a25821cd415d8')
-
-# These examples don't even run anymore (Try Tux Guitar instead)!
-# http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
-# http://download.eclipse.org/eclipse/downloads/
-
-# 
http://mirror.ibcp.fr/pub/eclipse/eclipse/downloads/drops4/R-4.4-201406061215/org.eclipse.sdk.examples.source-4.4.zip
-
-build() {
-  cd ${srcdir}
-  unzip -oq src.zip -d src
-
-  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
-
-  # Shared objects
-  cd src
-  ./build.sh
-
-  # SWT jar
-  . /etc/profile.d/apache-ant.sh
-  ant -f ../build-swt.xml compile
-}
-
-package() {
-  cd ${srcdir}/src
-
-  # Shared objects
-  export OUTPUT_DIR=${pkgdir}/usr/lib
-  install -dm755 ${OUTPUT_DIR} 
-  make -f make_linux.mak install
-
-  # SWT jar
-  ant -f ../build-swt.xml jar
-  install -Dm755 ../swt.jar ${pkgdir}/usr/share/java/swt-${pkgver}.jar
-  ln -s swt-${pkgver}.jar ${pkgdir}/usr/share/java/swt.jar
-}

Copied: swt/repos/extra-i686/PKGBUILD (from rev 287394, swt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-24 23:27:13 UTC (rev 287395)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Guillaume ALAUX 
+pkgname=swt
+# http://download.eclipse.org/eclipse/downloads/drops4
+pkgver=4.6.2
+pkgrel=1
+_date=201611241400
+pkgdesc='An open source widget toolkit for Java'
+arch=('i686' 'x86_64')
+url='http://www.eclipse.org/swt/'
+license=('EPL')
+depends=('java-runtime>=7' 'gtk2>=2.20.1' 'libxtst')
+optdepends=('glu' 'webkitgtk2')
+makedepends=('java-environment=8' 'libxtst' 'glu' 'unzip' 'pkgconfig' 
'webkitgtk2' 'apache-ant')
+source=(http://download.eclipse.org/eclipse/downloads/drops4/R-${pkgver}-${_date}/swt-${pkgver}-gtk-linux-x86.zip
+build-swt.xml)
+md5sums=('3a80c1403163b2efb9aefd6ae5e167fa'
+ '7423d2bd6d260e9934151be28d1e0a63')
+
+# These examples don't even run anymore (Try Tux Guitar instead)!
+# http://www.eclipse.org/swt/examples.php#standaloneOutsideEclipse
+# http://download.eclipse.org/eclipse/downloads/
+
+# 
http://mirror.ibcp.fr/pub/eclipse/eclipse/downloads/drops4/R-4.4-201406061215/org.eclipse.sdk.examples.source-4.4.zip
+
+build() {
+  cd ${srcdir}
+  unzip -oq src.zip -d src
+
+  export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
+
+  # Shared objects
+  cd src
+  ./build.sh
+
+  # SWT jar
+  . /etc/profile.d/apache-ant.sh
+  ant -f ../build-swt.xml compile
+  ant -f ../build-swt.xml jar
+}
+
+package() {
+  cd ${srcdir}/src
+
+  # Shared objects
+  export OUTPUT_DIR=${pkgdir}/usr/lib
+  install -dm755 ${OUTPUT_DIR} 
+  make -f make_linux.mak install
+
+  # SWT jar
+  install -Dm755 ../swt.jar 

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

2017-01-24 Thread Jan de Groot
Date: Tuesday, January 24, 2017 @ 22:52:54
  Author: jgc
Revision: 287393

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-24 22:52:45 UTC (rev 287392)
+++ extra-i686/PKGBUILD 2017-01-24 22:52:54 UTC (rev 287393)
@@ -1,30 +0,0 @@
-# $Id$
-#Maintainer: Juergen Hoetzel 
-
-pkgname=lablgtk2
-pkgver=2.18.5
-pkgrel=2
-pkgdesc="An Objective Caml interface to gtk2"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://lablgtk.forge.ocamlcore.org/;
-depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
-makedepends=('ocaml>=4.0.3' 'camlp4>=4.03+1')
-optdepends=('ocaml: for using the tools')
-DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
-source=(https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-${pkgver}.tar.gz)
-md5sums=('43eb7062439f7ddd0d8ad96c3e3b87dd')
-options=(!makeflags staticlibs)
-
-build() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  ./configure --prefix=/usr
-  make world
-  make opt
-}
-
-package() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  make DESTDIR=${pkgdir} old-install
-  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
-}

Copied: lablgtk2/repos/extra-i686/PKGBUILD (from rev 287392, 
lablgtk2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-24 22:52:54 UTC (rev 287393)
@@ -0,0 +1,37 @@
+# $Id$
+#Maintainer: Juergen Hoetzel 
+
+pkgname=lablgtk2
+pkgver=2.18.5
+pkgrel=3
+pkgdesc="An Objective Caml interface to gtk2"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://lablgtk.forge.ocamlcore.org/;
+depends=('gtk2' 'librsvg')
+makedepends=('ocaml>=4.0.3' 'camlp4>=4.03+1')
+optdepends=('ocaml: for using the tools')
+DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
+source=(https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-${pkgver}.tar.gz)
+md5sums=('43eb7062439f7ddd0d8ad96c3e3b87dd')
+options=(!makeflags staticlibs)
+
+build() {
+  cd "${srcdir}/lablgtk-${pkgver}"
+  ./configure --prefix=/usr \
+--without-glade \
+--without-gnomeui \
+--without-gnomecanvas \
+--without-panel \
+--without-gtkspell \
+--without-gtksourceview \
+--without-gtksourceview2
+  make world
+  make opt
+}
+
+package() {
+  cd "${srcdir}/lablgtk-${pkgver}"
+  make DESTDIR=${pkgdir} old-install
+  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-24 22:52:45 UTC (rev 287392)
+++ extra-x86_64/PKGBUILD   2017-01-24 22:52:54 UTC (rev 287393)
@@ -1,30 +0,0 @@
-# $Id$
-#Maintainer: Juergen Hoetzel 
-
-pkgname=lablgtk2
-pkgver=2.18.5
-pkgrel=2
-pkgdesc="An Objective Caml interface to gtk2"
-arch=(i686 x86_64)
-license=('LGPL')
-url="http://lablgtk.forge.ocamlcore.org/;
-depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
-makedepends=('ocaml>=4.0.3' 'camlp4>=4.03+1')
-optdepends=('ocaml: for using the tools')
-DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
-source=(https://forge.ocamlcore.org/frs/download.php/1627/lablgtk-${pkgver}.tar.gz)
-md5sums=('43eb7062439f7ddd0d8ad96c3e3b87dd')
-options=(!makeflags staticlibs)
-
-build() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  ./configure --prefix=/usr
-  make world
-  make opt
-}
-
-package() {
-  cd "${srcdir}/lablgtk-${pkgver}"
-  make DESTDIR=${pkgdir} old-install
-  install -m644 META "${pkgdir}/usr/lib/ocaml/lablgtk2/"
-}

Copied: lablgtk2/repos/extra-x86_64/PKGBUILD (from rev 287392, 
lablgtk2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-24 22:52:54 UTC (rev 287393)
@@ -0,0 +1,37 @@
+# $Id$
+#Maintainer: Juergen Hoetzel 
+
+pkgname=lablgtk2
+pkgver=2.18.5
+pkgrel=3
+pkgdesc="An Objective Caml interface to gtk2"
+arch=(i686 x86_64)
+license=('LGPL')
+url="http://lablgtk.forge.ocamlcore.org/;
+depends=('gtk2' 'librsvg')
+makedepends=('ocaml>=4.0.3' 'camlp4>=4.03+1')
+optdepends=('ocaml: for using the tools')

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

2017-01-24 Thread Jan de Groot
Date: Tuesday, January 24, 2017 @ 22:52:45
  Author: jgc
Revision: 287392

upgpkg: lablgtk2 2.18.5-3

Remove bindings for deprecated gnome libraries. We only need gtk2 for unison

Modified:
  lablgtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 22:37:05 UTC (rev 287391)
+++ PKGBUILD2017-01-24 22:52:45 UTC (rev 287392)
@@ -3,12 +3,12 @@
 
 pkgname=lablgtk2
 pkgver=2.18.5
-pkgrel=2
+pkgrel=3
 pkgdesc="An Objective Caml interface to gtk2"
 arch=(i686 x86_64)
 license=('LGPL')
 url="http://lablgtk.forge.ocamlcore.org/;
-depends=('gtk2' 'gtkspell' 'libgnomecanvas' 'librsvg' 'libgnomeui' 
'gtksourceview2')
+depends=('gtk2' 'librsvg')
 makedepends=('ocaml>=4.0.3' 'camlp4>=4.03+1')
 optdepends=('ocaml: for using the tools')
 DLAGENTS=('https::/usr/bin/curl -fLC - --insecure --retry 3 --retry-delay 3 -o 
%o %u')
@@ -18,7 +18,14 @@
 
 build() {
   cd "${srcdir}/lablgtk-${pkgver}"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr \
+--without-glade \
+--without-gnomeui \
+--without-gnomecanvas \
+--without-panel \
+--without-gtkspell \
+--without-gtksourceview \
+--without-gtksourceview2
   make world
   make opt
 }


[arch-commits] Commit in shairport-sync/repos (8 files)

2017-01-24 Thread Anatol Pomozov
Date: Tuesday, January 24, 2017 @ 21:30:33
  Author: anatolik
Revision: 208934

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

Added:
  shairport-sync/repos/community-i686/PKGBUILD
(from rev 208933, shairport-sync/trunk/PKGBUILD)
  shairport-sync/repos/community-i686/shairport-sync.install
(from rev 208933, shairport-sync/trunk/shairport-sync.install)
  shairport-sync/repos/community-x86_64/PKGBUILD
(from rev 208933, shairport-sync/trunk/PKGBUILD)
  shairport-sync/repos/community-x86_64/shairport-sync.install
(from rev 208933, shairport-sync/trunk/shairport-sync.install)
Deleted:
  shairport-sync/repos/community-i686/PKGBUILD
  shairport-sync/repos/community-i686/shairport-sync.install
  shairport-sync/repos/community-x86_64/PKGBUILD
  shairport-sync/repos/community-x86_64/shairport-sync.install

-+
 /PKGBUILD   |   64 ++
 /shairport-sync.install |   22 ++
 community-i686/PKGBUILD |   32 ---
 community-i686/shairport-sync.install   |   11 -
 community-x86_64/PKGBUILD   |   32 ---
 community-x86_64/shairport-sync.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-24 21:29:52 UTC (rev 208933)
+++ community-i686/PKGBUILD 2017-01-24 21:30:33 UTC (rev 208934)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-
-pkgname=shairport-sync
-pkgver=2.8.4.4
-pkgrel=1
-pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
-url='https://github.com/mikebrady/shairport-sync'
-arch=(i686 x86_64)
-license=(GPL)
-backup=(etc/shairport-sync.conf)
-install=shairport-sync.install
-depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
-source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip)
-sha1sums=('1818b1b2b71b07ef21c3477da3020e84ef60fbbf')
-
-build() {
-  cd shairport-sync-$pkgver
-
-  autoreconf -i -f
-  ./configure --prefix=/usr --with-alsa --with-pulseaudio --with-avahi 
--with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd 
--with-configfiles
-  make
-
-  sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
-}
-
-package() {
-  cd shairport-sync-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm "$pkgdir"/etc/shairport-sync.conf.sample
-}

Copied: shairport-sync/repos/community-i686/PKGBUILD (from rev 208933, 
shairport-sync/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-24 21:30:33 UTC (rev 208934)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=shairport-sync
+pkgver=2.8.6
+pkgrel=1
+pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
+url='https://github.com/mikebrady/shairport-sync'
+arch=(i686 x86_64)
+license=(GPL)
+backup=(etc/shairport-sync.conf)
+install=shairport-sync.install
+depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
+source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip)
+sha1sums=('d835b239cd1f9335c849d60c7af76588d0a66caa')
+
+build() {
+  cd shairport-sync-$pkgver
+
+  autoreconf -i -f
+  ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pulseaudio 
--with-avahi --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config 
--with-systemd --with-configfiles
+  make
+
+  sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
+}
+
+package() {
+  cd shairport-sync-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm "$pkgdir"/etc/shairport-sync.conf.sample
+}

Deleted: community-i686/shairport-sync.install
===
--- community-i686/shairport-sync.install   2017-01-24 21:29:52 UTC (rev 
208933)
+++ community-i686/shairport-sync.install   2017-01-24 21:30:33 UTC (rev 
208934)
@@ -1,11 +0,0 @@
-post_install() {
-  getent group shairport-sync &>/dev/null || groupadd --system shairport-sync 
>/dev/null
-  getent passwd shairport-sync &> /dev/null || useradd --system -c 
'ShairportSync AirPort receiver' -d /var/lib/shairport-sync -m -g 
shairport-sync -s /bin/false -G audio shairport-sync >/dev/null
-
-  [ -f /etc/conf.d/shairport-sync ] && echo "ShairportSync config has been 
moved to /etc/shairport-sync.conf. Please remove old config file 
/etc/conf.d/shairport-sync"
-  true
-}
-
-post_upgrade() {
-  

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

2017-01-24 Thread Anatol Pomozov
Date: Tuesday, January 24, 2017 @ 21:29:52
  Author: anatolik
Revision: 208933

upgpkg: shairport-sync 2.8.6-1

Modified:
  shairport-sync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 21:17:08 UTC (rev 208932)
+++ PKGBUILD2017-01-24 21:29:52 UTC (rev 208933)
@@ -2,7 +2,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=2.8.4.4
+pkgver=2.8.6
 pkgrel=1
 pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
 url='https://github.com/mikebrady/shairport-sync'
@@ -12,13 +12,13 @@
 install=shairport-sync.install
 depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
 
source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip)
-sha1sums=('1818b1b2b71b07ef21c3477da3020e84ef60fbbf')
+sha1sums=('d835b239cd1f9335c849d60c7af76588d0a66caa')
 
 build() {
   cd shairport-sync-$pkgver
 
   autoreconf -i -f
-  ./configure --prefix=/usr --with-alsa --with-pulseaudio --with-avahi 
--with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd 
--with-configfiles
+  ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pulseaudio 
--with-avahi --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config 
--with-systemd --with-configfiles
   make
 
   sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service


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

2017-01-24 Thread Anatol Pomozov
Date: Tuesday, January 24, 2017 @ 21:16:30
  Author: anatolik
Revision: 208931

upgpkg: fio 2.17-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 21:07:58 UTC (rev 208930)
+++ PKGBUILD2017-01-24 21:16:30 UTC (rev 208931)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.16
+pkgver=2.17
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('ad53426ba8f3993bbc0f82539753ec75771fcf731a5c73e7390699e9d000217e')
+sha256sums=('8e7f10c9c3f7cb8a7f48ab216e5b77fa46ad0f1cb690fdd28e63f66fc89bb9bb')
 
 prepare() {
   cd fio-fio-$pkgver


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

2017-01-24 Thread Anatol Pomozov
Date: Tuesday, January 24, 2017 @ 21:17:08
  Author: anatolik
Revision: 208932

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-24 21:16:30 UTC (rev 208931)
+++ community-i686/PKGBUILD 2017-01-24 21:17:08 UTC (rev 208932)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.16
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('ad53426ba8f3993bbc0f82539753ec75771fcf731a5c73e7390699e9d000217e')
-
-prepare() {
-  cd fio-fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
-}
-
-build() {
-  cd fio-fio-$pkgver
-  ./configure --enable-gfio --extra-cflags="$CFLAGS"
-  make
-}
-
-package() {
-  cd fio-fio-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
-
-  # documentation
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # examples
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
-  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
-}

Copied: fio/repos/community-i686/PKGBUILD (from rev 208931, fio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-24 21:17:08 UTC (rev 208932)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=2.17
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python2 numactl glusterfs ceph)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('8e7f10c9c3f7cb8a7f48ab216e5b77fa46ad0f1cb690fdd28e63f66fc89bb9bb')
+
+prepare() {
+  cd fio-fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
+}
+
+build() {
+  cd fio-fio-$pkgver
+  ./configure --enable-gfio --extra-cflags="$CFLAGS"
+  make
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-24 21:16:30 UTC (rev 208931)
+++ community-x86_64/PKGBUILD   2017-01-24 21:17:08 UTC (rev 208932)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.16
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)

[arch-commits] Commit in fossil/repos (16 files)

2017-01-24 Thread Anatol Pomozov
Date: Tuesday, January 24, 2017 @ 21:07:58
  Author: anatolik
Revision: 208930

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

Added:
  fossil/repos/community-i686/PKGBUILD
(from rev 208929, fossil/trunk/PKGBUILD)
  fossil/repos/community-i686/fossil-xinetd
(from rev 208929, fossil/trunk/fossil-xinetd)
  fossil/repos/community-i686/fossil.service
(from rev 208929, fossil/trunk/fossil.service)
  fossil/repos/community-i686/fossil.socket
(from rev 208929, fossil/trunk/fossil.socket)
  fossil/repos/community-x86_64/PKGBUILD
(from rev 208929, fossil/trunk/PKGBUILD)
  fossil/repos/community-x86_64/fossil-xinetd
(from rev 208929, fossil/trunk/fossil-xinetd)
  fossil/repos/community-x86_64/fossil.service
(from rev 208929, fossil/trunk/fossil.service)
  fossil/repos/community-x86_64/fossil.socket
(from rev 208929, fossil/trunk/fossil.socket)
Deleted:
  fossil/repos/community-i686/PKGBUILD
  fossil/repos/community-i686/fossil-xinetd
  fossil/repos/community-i686/fossil.service
  fossil/repos/community-i686/fossil.socket
  fossil/repos/community-x86_64/PKGBUILD
  fossil/repos/community-x86_64/fossil-xinetd
  fossil/repos/community-x86_64/fossil.service
  fossil/repos/community-x86_64/fossil.socket

-+
 /PKGBUILD   |   86 ++
 /fossil-xinetd  |   46 
 /fossil.service |   22 +
 /fossil.socket  |   20 
 community-i686/PKGBUILD |   43 ---
 community-i686/fossil-xinetd|   23 --
 community-i686/fossil.service   |   11 
 community-i686/fossil.socket|   10 
 community-x86_64/PKGBUILD   |   43 ---
 community-x86_64/fossil-xinetd  |   23 --
 community-x86_64/fossil.service |   11 
 community-x86_64/fossil.socket  |   10 
 12 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-24 21:07:03 UTC (rev 208929)
+++ community-i686/PKGBUILD 2017-01-24 21:07:58 UTC (rev 208930)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov  
-# Contributor: Daniel YC Lin 
-# Contributor: Konstantin Plotnikov 
-
-pkgname=fossil
-pkgver=1.36
-pkgrel=2
-pkgdesc='Simple, high-reliability, distributed software configuration 
management'
-arch=(i686 x86_64)
-license=(BSD)
-url='http://www.fossil-scm.org'
-depends=(openssl zlib sqlite)
-backup=(etc/xinetd.d/fossil)
-source=(
-  fossil.socket
-  fossil.service
-  fossil-xinetd
-  http://www.fossil-scm.org/index.html/uv/download/fossil-src-$pkgver.tar.gz
-)
-sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
-'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
-'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'2676c35ec5e44099a3522e7e9f1d1f84a9338db4457618d5338cb6826d0dfd12')
-
-build() {
-  cd fossil-$pkgver
-  ./configure --prefix=/usr --json --disable-internal-sqlite
-  # headers and translate targets are problematic with parallel jobs
-  #make -j1 bld bld/headers
-  make
-}
-
-package() {
-  install -Dm644 fossil-xinetd "$pkgdir"/etc/xinetd.d/fossil
-  install -Dm644 fossil.socket "$pkgdir"/usr/lib/systemd/system/fossil.socket
-  install -Dm644 fossil.service 
"$pkgdir"/usr/lib/systemd/system/fossil@.service
-
-  cd fossil-$pkgver
-  install -Dm755 fossil "$pkgdir"/usr/bin/fossil
-  install -Dm644 tools/fossil-autocomplete.bash 
"$pkgdir"/usr/share/bash-completion/completions/fossil
-  install -Dm644 COPYRIGHT-BSD2.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: fossil/repos/community-i686/PKGBUILD (from rev 208929, 
fossil/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-24 21:07:58 UTC (rev 208930)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Anatol Pomozov  
+# Contributor: Daniel YC Lin 
+# Contributor: Konstantin Plotnikov 
+
+pkgname=fossil
+pkgver=1.37
+pkgrel=1
+pkgdesc='Simple, high-reliability, distributed software configuration 
management'
+arch=(i686 x86_64)
+license=(BSD)
+url='http://www.fossil-scm.org'
+depends=(openssl zlib sqlite)
+backup=(etc/xinetd.d/fossil)
+source=(
+  fossil.socket
+  fossil.service
+  fossil-xinetd
+  http://www.fossil-scm.org/index.html/uv/download/fossil-src-$pkgver.tar.gz
+)
+sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
+'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
+'2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
+'81c19e81c4b2b60930bab3f2147b516525c855924ccc6d089748b0f5611be492')
+
+build() {
+  cd Fossil_*
+  ./configure --prefix=/usr --json 

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

2017-01-24 Thread Anatol Pomozov
Date: Tuesday, January 24, 2017 @ 21:07:03
  Author: anatolik
Revision: 208929

upgpkg: fossil 1.37-1

Modified:
  fossil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 20:56:19 UTC (rev 208928)
+++ PKGBUILD2017-01-24 21:07:03 UTC (rev 208929)
@@ -4,8 +4,8 @@
 # Contributor: Konstantin Plotnikov 
 
 pkgname=fossil
-pkgver=1.36
-pkgrel=2
+pkgver=1.37
+pkgrel=1
 pkgdesc='Simple, high-reliability, distributed software configuration 
management'
 arch=(i686 x86_64)
 license=(BSD)
@@ -21,10 +21,10 @@
 sha256sums=('f885e17998dc1eece1688a75e516663462fe72a7f4f132def4132055777c7ff8'
 'c4973079facf209d3757db81df08f8d0843ede242f2a0c12281720da65e3b166'
 '2f9a141fadfb7cb5225f0d65a308949bbc592bff9d567b5c472edb413c81f5aa'
-'2676c35ec5e44099a3522e7e9f1d1f84a9338db4457618d5338cb6826d0dfd12')
+'81c19e81c4b2b60930bab3f2147b516525c855924ccc6d089748b0f5611be492')
 
 build() {
-  cd fossil-$pkgver
+  cd Fossil_*
   ./configure --prefix=/usr --json --disable-internal-sqlite
   # headers and translate targets are problematic with parallel jobs
   #make -j1 bld bld/headers
@@ -36,7 +36,7 @@
   install -Dm644 fossil.socket "$pkgdir"/usr/lib/systemd/system/fossil.socket
   install -Dm644 fossil.service 
"$pkgdir"/usr/lib/systemd/system/fossil@.service
 
-  cd fossil-$pkgver
+  cd Fossil_*
   install -Dm755 fossil "$pkgdir"/usr/bin/fossil
   install -Dm644 tools/fossil-autocomplete.bash 
"$pkgdir"/usr/share/bash-completion/completions/fossil
   install -Dm644 COPYRIGHT-BSD2.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE


[arch-commits] Commit in (gtetrinet)

2017-01-24 Thread Levente Polyak
Date: Tuesday, January 24, 2017 @ 20:56:19
  Author: anthraxx
Revision: 208928

drop gtetrinet (legacy gnome cleanup)

Deleted:
  gtetrinet/


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

2017-01-24 Thread Jan Steffens
Date: Tuesday, January 24, 2017 @ 20:28:53
  Author: heftig
Revision: 287388

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-24 20:27:51 UTC (rev 287387)
+++ extra-i686/PKGBUILD 2017-01-24 20:28:53 UTC (rev 287388)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libphonenumber
-pkgver=8.0.0
-pkgrel=2
-pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
-url="https://github.com/googlei18n/libphonenumber;
-arch=(i686 x86_64)
-depends=(icu protobuf boost-libs)
-makedepends=(boost cmake gtest git java-environment)
-license=("Apache")
-_commit=1eb06f31e1dd3ee3ce699d095a0ad4f281ee0f2c  # tags/v8.0.0^0
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
-}
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname/cpp
-  make
-}
-
-check() {
-  cd build
-  make tests
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libphonenumber/repos/extra-i686/PKGBUILD (from rev 287387, 
libphonenumber/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-24 20:28:53 UTC (rev 287388)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libphonenumber
+pkgver=8.0.1
+pkgrel=1
+pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
+url="https://github.com/googlei18n/libphonenumber;
+arch=(i686 x86_64)
+depends=(icu protobuf boost-libs)
+makedepends=(boost cmake gtest git java-environment)
+license=("Apache")
+_commit=717c7d7476669686ff2190da4c84938bc38bc0dc  # tags/v8.0.1^0
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname/cpp
+  make
+}
+
+check() {
+  cd build
+  make tests
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-24 20:27:51 UTC (rev 287387)
+++ extra-x86_64/PKGBUILD   2017-01-24 20:28:53 UTC (rev 287388)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libphonenumber
-pkgver=8.0.0
-pkgrel=2
-pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
-url="https://github.com/googlei18n/libphonenumber;
-arch=(i686 x86_64)
-depends=(icu protobuf boost-libs)
-makedepends=(boost cmake gtest git java-environment)
-license=("Apache")
-_commit=1eb06f31e1dd3ee3ce699d095a0ad4f281ee0f2c  # tags/v8.0.0^0
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
-}
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname/cpp
-  make
-}
-
-check() {
-  cd build
-  make tests
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libphonenumber/repos/extra-x86_64/PKGBUILD (from rev 287387, 
libphonenumber/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-24 20:28:53 UTC (rev 287388)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libphonenumber
+pkgver=8.0.1
+pkgrel=1
+pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
+url="https://github.com/googlei18n/libphonenumber;
+arch=(i686 x86_64)
+depends=(icu protobuf boost-libs)

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

2017-01-24 Thread Jan Steffens
Date: Tuesday, January 24, 2017 @ 20:27:51
  Author: heftig
Revision: 287387

8.0.1-1

Modified:
  libphonenumber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 17:28:23 UTC (rev 287386)
+++ PKGBUILD2017-01-24 20:27:51 UTC (rev 287387)
@@ -2,8 +2,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libphonenumber
-pkgver=8.0.0
-pkgrel=2
+pkgver=8.0.1
+pkgrel=1
 pkgdesc="Google's common library for parsing, formatting, and validating 
international phone numbers"
 url="https://github.com/googlei18n/libphonenumber;
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 depends=(icu protobuf boost-libs)
 makedepends=(boost cmake gtest git java-environment)
 license=("Apache")
-_commit=1eb06f31e1dd3ee3ce699d095a0ad4f281ee0f2c  # tags/v8.0.0^0
+_commit=717c7d7476669686ff2190da4c84938bc38bc0dc  # tags/v8.0.1^0
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 


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

2017-01-24 Thread Antonio Rojas
Date: Tuesday, January 24, 2017 @ 20:08:58
  Author: arojas
Revision: 208926

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-24 20:08:28 UTC (rev 208925)
+++ community-i686/PKGBUILD 2017-01-24 20:08:58 UTC (rev 208926)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: FadeMind 
-# Contributor: Zatherz 
-
-pkgname=qt5ct
-pkgver=0.27
-pkgrel=1
-pkgdesc="Qt5 Configuration Utility"
-arch=(i686 x86_64)
-url="http://qt5ct.sourceforge.net;
-license=(BSD)
-depends=(qt5-svg)
-makedepends=(qt5-tools)
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('d3b92b9d34469cae4f66a43ca59f5f0b548ef6d37984469361329af4348ab1f3')
-
-build() {
-cd $pkgname-$pkgver
-qmake-qt5 $pkgname.pro 
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make INSTALL_ROOT="$pkgdir" install
-
-install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-} 
-

Copied: qt5ct/repos/community-i686/PKGBUILD (from rev 208925, 
qt5ct/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-24 20:08:58 UTC (rev 208926)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: FadeMind 
+# Contributor: Zatherz 
+
+pkgname=qt5ct
+pkgver=0.28
+pkgrel=1
+pkgdesc="Qt5 Configuration Utility"
+arch=(i686 x86_64)
+url="http://qt5ct.sourceforge.net;
+license=(BSD)
+depends=(qt5-svg)
+makedepends=(qt5-tools)
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('d75216135c112657d10b1c87502ba8c9510340a7b868211770ccd85aa777f0ca')
+
+build() {
+cd $pkgname-$pkgver
+qmake-qt5 $pkgname.pro 
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make INSTALL_ROOT="$pkgdir" install
+
+install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+} 
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-24 20:08:28 UTC (rev 208925)
+++ community-x86_64/PKGBUILD   2017-01-24 20:08:58 UTC (rev 208926)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: FadeMind 
-# Contributor: Zatherz 
-
-pkgname=qt5ct
-pkgver=0.27
-pkgrel=1
-pkgdesc="Qt5 Configuration Utility"
-arch=(i686 x86_64)
-url="http://qt5ct.sourceforge.net;
-license=(BSD)
-depends=(qt5-svg)
-makedepends=(qt5-tools)
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('d3b92b9d34469cae4f66a43ca59f5f0b548ef6d37984469361329af4348ab1f3')
-
-build() {
-cd $pkgname-$pkgver
-qmake-qt5 $pkgname.pro 
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make INSTALL_ROOT="$pkgdir" install
-
-install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-} 
-

Copied: qt5ct/repos/community-x86_64/PKGBUILD (from rev 208925, 
qt5ct/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-24 20:08:58 UTC (rev 208926)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: FadeMind 
+# Contributor: Zatherz 
+
+pkgname=qt5ct
+pkgver=0.28
+pkgrel=1
+pkgdesc="Qt5 Configuration Utility"
+arch=(i686 x86_64)
+url="http://qt5ct.sourceforge.net;
+license=(BSD)
+depends=(qt5-svg)
+makedepends=(qt5-tools)
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('d75216135c112657d10b1c87502ba8c9510340a7b868211770ccd85aa777f0ca')
+
+build() {
+cd $pkgname-$pkgver
+qmake-qt5 $pkgname.pro 
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make INSTALL_ROOT="$pkgdir" install
+
+install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+} 
+


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

2017-01-24 Thread Antonio Rojas
Date: Tuesday, January 24, 2017 @ 20:08:28
  Author: arojas
Revision: 208925

Update to 0.28

Modified:
  qt5ct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 19:06:23 UTC (rev 208924)
+++ PKGBUILD2017-01-24 20:08:28 UTC (rev 208925)
@@ -4,7 +4,7 @@
 # Contributor: Zatherz 
 
 pkgname=qt5ct
-pkgver=0.27
+pkgver=0.28
 pkgrel=1
 pkgdesc="Qt5 Configuration Utility"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=(qt5-svg)
 makedepends=(qt5-tools)
 
source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('d3b92b9d34469cae4f66a43ca59f5f0b548ef6d37984469361329af4348ab1f3')
+sha256sums=('d75216135c112657d10b1c87502ba8c9510340a7b868211770ccd85aa777f0ca')
 
 build() {
 cd $pkgname-$pkgver


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

2017-01-24 Thread Jaroslav Lichtblau
Date: Tuesday, January 24, 2017 @ 19:06:23
  Author: jlichtblau
Revision: 208924

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-24 19:06:07 UTC (rev 208923)
+++ community-i686/PKGBUILD 2017-01-24 19:06:23 UTC (rev 208924)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-
-pkgname=godep
-pkgver=77
-pkgrel=1
-epoch=2
-pkgdesc="Dependency tool for go"
-arch=('i686' 'x86_64')
-url="http://github.com/tools/godep;
-license=('BSD')
-depends=('glibc')
-makedepends=('git' 'go' 'mercurial')
-source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz)
-sha256sums=('aa86d1fbb7f6faa4e986c306021c3ebe3fe649def53acf926c6783d51637f4be')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  go get golang.org/x/tools/go/vcs
-  go get github.com/pmezard/go-difflib/difflib
-  go get github.com/kr/fs
-  go get github.com/kr/pretty
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  GOPATH="${srcdir}" go build
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  install -Dm755 $pkgname-$pkgver "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 License "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: godep/repos/community-i686/PKGBUILD (from rev 208923, 
godep/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-24 19:06:23 UTC (rev 208924)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+# Contributor: Sauyon Lee 
+
+pkgname=godep
+pkgver=78
+pkgrel=1
+epoch=2
+pkgdesc="Dependency tool for go"
+arch=('i686' 'x86_64')
+url="http://github.com/tools/godep;
+license=('BSD')
+depends=('glibc')
+makedepends=('git' 'go' 'mercurial')
+source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz)
+sha256sums=('247cbeb1a5e077287cc7e2f84ca30266f9e535d1182823ececf9bf37b18a')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  go get golang.org/x/tools/go/vcs
+  go get github.com/pmezard/go-difflib/difflib
+  go get github.com/kr/fs
+  go get github.com/kr/pretty
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  GOPATH="${srcdir}" go build
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  install -Dm755 $pkgname-$pkgver "${pkgdir}"/usr/bin/$pkgname
+  install -Dm644 License "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-24 19:06:07 UTC (rev 208923)
+++ community-x86_64/PKGBUILD   2017-01-24 19:06:23 UTC (rev 208924)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-
-pkgname=godep
-pkgver=77
-pkgrel=1
-epoch=2
-pkgdesc="Dependency tool for go"
-arch=('i686' 'x86_64')
-url="http://github.com/tools/godep;
-license=('BSD')
-depends=('glibc')
-makedepends=('git' 'go' 'mercurial')
-source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz)
-sha256sums=('aa86d1fbb7f6faa4e986c306021c3ebe3fe649def53acf926c6783d51637f4be')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  go get golang.org/x/tools/go/vcs
-  go get github.com/pmezard/go-difflib/difflib
-  go get github.com/kr/fs
-  go get github.com/kr/pretty
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  GOPATH="${srcdir}" go build
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  install -Dm755 $pkgname-$pkgver "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 License "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: godep/repos/community-x86_64/PKGBUILD (from rev 208923, 
godep/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-24 19:06:23 UTC (rev 208924)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+# 

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

2017-01-24 Thread Jaroslav Lichtblau
Date: Tuesday, January 24, 2017 @ 19:06:07
  Author: jlichtblau
Revision: 208923

upgpkg: godep 2:78-1 - new upstream release

Modified:
  godep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 18:49:25 UTC (rev 208922)
+++ PKGBUILD2017-01-24 19:06:07 UTC (rev 208923)
@@ -4,7 +4,7 @@
 # Contributor: Sauyon Lee 
 
 pkgname=godep
-pkgver=77
+pkgver=78
 pkgrel=1
 epoch=2
 pkgdesc="Dependency tool for go"
@@ -14,7 +14,7 @@
 depends=('glibc')
 makedepends=('git' 'go' 'mercurial')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz)
-sha256sums=('aa86d1fbb7f6faa4e986c306021c3ebe3fe649def53acf926c6783d51637f4be')
+sha256sums=('247cbeb1a5e077287cc7e2f84ca30266f9e535d1182823ececf9bf37b18a')
 
 prepare() {
   export GOPATH="${srcdir}"


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

2017-01-24 Thread Gaëtan Bisson
Date: Tuesday, January 24, 2017 @ 18:49:25
  Author: bisson
Revision: 208922

anal.h not required anymore

Modified:
  pari/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 18:25:37 UTC (rev 208921)
+++ PKGBUILD2017-01-24 18:49:25 UTC (rev 208922)
@@ -38,7 +38,4 @@
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1
-
-   # required by sagemath
-   install -Dm644 src/language/anal.h "${pkgdir}"/usr/include/pari/anal.h
 }


[arch-commits] Commit in youtube-dl/repos/community-any (PKGBUILD PKGBUILD)

2017-01-24 Thread Jaroslav Lichtblau
Date: Tuesday, January 24, 2017 @ 18:25:37
  Author: jlichtblau
Revision: 208921

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 208920, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-24 18:25:05 UTC (rev 208920)
+++ PKGBUILD2017-01-24 18:25:37 UTC (rev 208921)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=youtube-dl
-pkgver=2017.01.22
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('bc9a3a99e1db58a1f5e91c9dc62801bdb499c27237f86bb670614d507c8e5887'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 208920, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-24 18:25:37 UTC (rev 208921)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=youtube-dl
+pkgver=2017.01.24
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('6691206f68b8ecf8e9f81a85c63b4c00676f66f549d37e9ea36113eda6d1e4d8'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2017-01-24 Thread Jaroslav Lichtblau
Date: Tuesday, January 24, 2017 @ 18:25:05
  Author: jlichtblau
Revision: 208920

upgpkg: youtube-dl 2017.01.24-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 18:24:32 UTC (rev 208919)
+++ PKGBUILD2017-01-24 18:25:05 UTC (rev 208920)
@@ -3,7 +3,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2017.01.22
+pkgver=2017.01.24
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('bc9a3a99e1db58a1f5e91c9dc62801bdb499c27237f86bb670614d507c8e5887'
+sha256sums=('6691206f68b8ecf8e9f81a85c63b4c00676f66f549d37e9ea36113eda6d1e4d8'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M. 


[arch-commits] Commit in syncthing/repos (22 files)

2017-01-24 Thread Jaroslav Lichtblau
Date: Tuesday, January 24, 2017 @ 18:24:32
  Author: jlichtblau
Revision: 208919

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 208918, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing-relaysrv.service
(from rev 208918, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-i686/syncthing-relaysrv.sysusers
(from rev 208918, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-i686/syncthing-relaysrv.tmpfiles
(from rev 208918, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-i686/syncthing.install
(from rev 208918, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 208918, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
(from rev 208918, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
(from rev 208918, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
(from rev 208918, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 208918, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing-relaysrv.install
  syncthing/repos/community-i686/syncthing-relaysrv.service
  syncthing/repos/community-i686/syncthing-relaysrv.sysusers
  syncthing/repos/community-i686/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing-relaysrv.install
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-x86_64/syncthing.install

--+
 /PKGBUILD|  188 +
 /syncthing-relaysrv.service  |   34 
 /syncthing-relaysrv.sysusers |4 
 /syncthing-relaysrv.tmpfiles |2 
 /syncthing.install   |   18 ++
 community-i686/PKGBUILD  |   95 
 community-i686/syncthing-relaysrv.install|4 
 community-i686/syncthing-relaysrv.service|   17 --
 community-i686/syncthing-relaysrv.sysusers   |2 
 community-i686/syncthing-relaysrv.tmpfiles   |1 
 community-i686/syncthing.install |9 -
 community-x86_64/PKGBUILD|   95 
 community-x86_64/syncthing-relaysrv.install  |4 
 community-x86_64/syncthing-relaysrv.service  |   17 --
 community-x86_64/syncthing-relaysrv.sysusers |2 
 community-x86_64/syncthing-relaysrv.tmpfiles |1 
 community-x86_64/syncthing.install   |9 -
 17 files changed, 246 insertions(+), 256 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-24 18:24:09 UTC (rev 208918)
+++ community-i686/PKGBUILD 2017-01-24 18:24:32 UTC (rev 208919)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.19
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('00bf4a221407f70b98033b7206854bf0e1c49575edfd1f548397efb42e8aef65'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  go run build.go -no-upgrade -version v${pkgver} build
-  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
-}
-
-check() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  if [ 

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

2017-01-24 Thread Jaroslav Lichtblau
Date: Tuesday, January 24, 2017 @ 18:24:09
  Author: jlichtblau
Revision: 208918

upgpkg: syncthing 0.14.20-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 17:37:17 UTC (rev 208917)
+++ PKGBUILD2017-01-24 18:24:09 UTC (rev 208918)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.19
+pkgver=0.14.20
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://syncthing.net/;
@@ -19,7 +19,7 @@
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('00bf4a221407f70b98033b7206854bf0e1c49575edfd1f548397efb42e8aef65'
+sha256sums=('5634eeccf78b3e9c15dc997eae326cb76e5cc7fc3543320d84addebdf5881532'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


[arch-commits] Commit in gitlab-ci-multi-runner/trunk (PKGBUILD)

2017-01-24 Thread Sven-Hendrik Haase
Date: Tuesday, January 24, 2017 @ 17:36:59
  Author: svenstaro
Revision: 208916

upgpkg: gitlab-ci-multi-runner 1.10.1-1

upstream release 1.10.1

Modified:
  gitlab-ci-multi-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 17:32:39 UTC (rev 208915)
+++ PKGBUILD2017-01-24 17:36:59 UTC (rev 208916)
@@ -2,7 +2,7 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-ci-multi-runner
-pkgver=1.9.4
+pkgver=1.10.1
 pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('i686' 'x86_64')


[arch-commits] Commit in gitlab-ci-multi-runner/repos (24 files)

2017-01-24 Thread Sven-Hendrik Haase
Date: Tuesday, January 24, 2017 @ 17:37:17
  Author: svenstaro
Revision: 208917

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

Added:
  gitlab-ci-multi-runner/repos/community-i686/PKGBUILD
(from rev 208916, gitlab-ci-multi-runner/trunk/PKGBUILD)
  gitlab-ci-multi-runner/repos/community-i686/config.toml
(from rev 208916, gitlab-ci-multi-runner/trunk/config.toml)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.install
(from rev 208916, gitlab-ci-multi-runner/trunk/gitlab-runner.install)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.service
(from rev 208916, gitlab-ci-multi-runner/trunk/gitlab-runner.service)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.sysusers
(from rev 208916, gitlab-ci-multi-runner/trunk/gitlab-runner.sysusers)
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.tmpfiles
(from rev 208916, gitlab-ci-multi-runner/trunk/gitlab-runner.tmpfiles)
  gitlab-ci-multi-runner/repos/community-x86_64/PKGBUILD
(from rev 208916, gitlab-ci-multi-runner/trunk/PKGBUILD)
  gitlab-ci-multi-runner/repos/community-x86_64/config.toml
(from rev 208916, gitlab-ci-multi-runner/trunk/config.toml)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.install
(from rev 208916, gitlab-ci-multi-runner/trunk/gitlab-runner.install)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.service
(from rev 208916, gitlab-ci-multi-runner/trunk/gitlab-runner.service)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.sysusers
(from rev 208916, gitlab-ci-multi-runner/trunk/gitlab-runner.sysusers)
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.tmpfiles
(from rev 208916, gitlab-ci-multi-runner/trunk/gitlab-runner.tmpfiles)
Deleted:
  gitlab-ci-multi-runner/repos/community-i686/PKGBUILD
  gitlab-ci-multi-runner/repos/community-i686/config.toml
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.install
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.service
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.sysusers
  gitlab-ci-multi-runner/repos/community-i686/gitlab-runner.tmpfiles
  gitlab-ci-multi-runner/repos/community-x86_64/PKGBUILD
  gitlab-ci-multi-runner/repos/community-x86_64/config.toml
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.install
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.service
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.sysusers
  gitlab-ci-multi-runner/repos/community-x86_64/gitlab-runner.tmpfiles

-+
 /PKGBUILD   |  146 ++
 /config.toml|2 
 /gitlab-runner.install  |   16 +++
 /gitlab-runner.service  |   34 ++
 /gitlab-runner.sysusers |2 
 /gitlab-runner.tmpfiles |2 
 community-i686/PKGBUILD |   73 ---
 community-i686/config.toml  |1 
 community-i686/gitlab-runner.install|8 -
 community-i686/gitlab-runner.service|   17 ---
 community-i686/gitlab-runner.sysusers   |1 
 community-i686/gitlab-runner.tmpfiles   |1 
 community-x86_64/PKGBUILD   |   73 ---
 community-x86_64/config.toml|1 
 community-x86_64/gitlab-runner.install  |8 -
 community-x86_64/gitlab-runner.service  |   17 ---
 community-x86_64/gitlab-runner.sysusers |1 
 community-x86_64/gitlab-runner.tmpfiles |1 
 18 files changed, 202 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-24 17:36:59 UTC (rev 208916)
+++ community-i686/PKGBUILD 2017-01-24 17:37:17 UTC (rev 208917)
@@ -1,73 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gitlab-ci-multi-runner
-pkgver=1.9.4
-pkgrel=1
-pkgdesc="The official GitLab CI runner written in Go"
-arch=('i686' 'x86_64')
-url='https://gitlab.com/gitlab-org/gitlab-ci-multi-runner'
-license=('GPL3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go' 'git' 'go-bindata' 'mercurial')
-install='gitlab-runner.install'
-backup=('etc/gitlab-runner/config.toml')
-noextract=('prebuilt-x86_64.tar.xz'
-   'prebuilt-arm.tar.xz')
-
-# Note: This should be built using git because the runner gets its version 
information from there and I
-# haven't found the place to patch that yet.
-source=("git+https://gitlab.com/gitlab-org/gitlab-ci-multi-runner.git#tag=v${pkgver};
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-x86_64.tar.xz;
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-arm.tar.xz;
-"gitlab-runner.install"
-"gitlab-runner.service"
-

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

2017-01-24 Thread Sven-Hendrik Haase
Date: Tuesday, January 24, 2017 @ 17:31:54
  Author: svenstaro
Revision: 208914

upgpkg: gitlab 8.16.0-1

upstream release 8.16.0

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 16:43:32 UTC (rev 208913)
+++ PKGBUILD2017-01-24 17:31:54 UTC (rev 208914)
@@ -7,8 +7,8 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.15.4
-pkgrel=2
+pkgver=8.16.0
+pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README;
@@ -41,7 +41,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha512sums=('485907942cc84603886985c2fddbccf11d0b01ba8491af225387fb6e58629766177b59cd923df76c91e4d5dd4cc345deb5ce87f7012789f2f6c5fbef7fe5dfe5'
+sha512sums=('add92af41cf4ae47b347b8983f9497fb60cd6aa758d7b168355411e88b7677bfc414931712a5879b06ea798ee2ef507bf5e00e94ead7e3ed38cc3607b1e13ef2'
 
'56cce150645ef74fa42a6100c8bc7689c4012579e1f3ba237c06c367b121246b39e968044615fa21c4757bc8e9d06f37f8ac8d39aa8b808c758e716857553f66'
 
'52651e4a5dd2d632e31b7275283f9b8ab2c32c4d56b63d17bd843f300e273e382e339e5aed66222b1b2279273357cbb73aa38119f04784fe380d1550346f1ff3'
 
'79cfb8ee740ab30f970c3113659b8349128abeae5e32cc81bb905f89a6db9941b7778040a094b884262daf020f66a1aee49a12d34fbb94efce6ade946bb4625b'


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

2017-01-24 Thread Antonio Rojas
Date: Tuesday, January 24, 2017 @ 17:27:47
  Author: arojas
Revision: 287385

Update to 4.9.1

Modified:
  phonon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 15:29:51 UTC (rev 287384)
+++ PKGBUILD2017-01-24 17:27:47 UTC (rev 287385)
@@ -1,17 +1,19 @@
 # $Id$
-# Maintainer: Andrea Scarpino 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
 
 pkgbase=phonon
 pkgname=('phonon-qt4' 'phonon-qt5')
-pkgver=4.9.0
+pkgver=4.9.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 license=('LGPL')
 makedepends=('extra-cmake-modules' 'automoc4' 'libpulse' 'libqzeitgeist' 
'qt5-base' 'qt5-tools')
-options=('!emptydirs')
-source=("http://download.kde.org/stable/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('8abeb7b1eaf4935668c7fb441fc2491a')
+source=("http://download.kde.org/stable/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz"{,.sig})
+md5sums=('7896a560f5da345a626e782610c8e71e'
+ 'SKIP')
+validpgpkeys=(CB9387521E1EE0127DA804843FDBB55084CC5D84) # Harald Sitter 

 
 prepare() {
   mkdir build


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

2017-01-24 Thread Antonio Rojas
Date: Tuesday, January 24, 2017 @ 17:28:23
  Author: arojas
Revision: 287386

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

Added:
  phonon/repos/extra-i686/PKGBUILD
(from rev 287385, phonon/trunk/PKGBUILD)
  phonon/repos/extra-i686/qt-5.4.2.patch
(from rev 287385, phonon/trunk/qt-5.4.2.patch)
  phonon/repos/extra-x86_64/PKGBUILD
(from rev 287385, phonon/trunk/PKGBUILD)
  phonon/repos/extra-x86_64/qt-5.4.2.patch
(from rev 287385, phonon/trunk/qt-5.4.2.patch)
Deleted:
  phonon/repos/extra-i686/PKGBUILD
  phonon/repos/extra-i686/qt-5.4.2.patch
  phonon/repos/extra-x86_64/PKGBUILD
  phonon/repos/extra-x86_64/qt-5.4.2.patch

-+
 /PKGBUILD   |  146 ++
 /qt-5.4.2.patch |   46 +
 extra-i686/PKGBUILD |   71 
 extra-i686/qt-5.4.2.patch   |   23 --
 extra-x86_64/PKGBUILD   |   71 
 extra-x86_64/qt-5.4.2.patch |   23 --
 6 files changed, 192 insertions(+), 188 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-24 17:27:47 UTC (rev 287385)
+++ extra-i686/PKGBUILD 2017-01-24 17:28:23 UTC (rev 287386)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgbase=phonon
-pkgname=('phonon-qt4' 'phonon-qt5')
-pkgver=4.9.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-license=('LGPL')
-makedepends=('extra-cmake-modules' 'automoc4' 'libpulse' 'libqzeitgeist' 
'qt5-base' 'qt5-tools')
-options=('!emptydirs')
-source=("http://download.kde.org/stable/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('8abeb7b1eaf4935668c7fb441fc2491a')
-
-prepare() {
-  mkdir build
-  mkdir build-qt5
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
--DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
--D__KDE_HAVE_GCC_VISIBILITY=NO \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-
-  cd ../build-qt5
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
--DPHONON_BUILD_PHONON4QT5=ON \
--D__KDE_HAVE_GCC_VISIBILITY=NO \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package_phonon-qt4(){
-  pkgdesc="The multimedia framework for KDE4"
-  depends=('phonon-qt4-backend' 'libpulse' 'libqzeitgeist')
-  optdepends=('pulseaudio: PulseAudio support')
-  replaces=('phonon')
-  provides=('phonon')
-  conflicts=('phonon')
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  # Install headers into the Qt4 dir
-  install -d "${pkgdir}"/usr/include/qt4
-  mv "${pkgdir}"/usr/include/{phonon,KDE} "${pkgdir}"/usr/include/qt4/
-
-  sed -i 's#includedir=/usr/include#includedir=/usr/include/qt4#' \
-"${pkgdir}/usr/lib/pkgconfig/phonon.pc"
-}
-
-package_phonon-qt5(){
-  pkgdesc="The multimedia framework for KF5"
-  depends=('phonon-qt5-backend' 'libpulse' 'qt5-base')
-  optdepends=('pulseaudio: PulseAudio support')
-
-  cd build-qt5
-  make DESTDIR="${pkgdir}" install
-}

Copied: phonon/repos/extra-i686/PKGBUILD (from rev 287385, 
phonon/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-24 17:28:23 UTC (rev 287386)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=phonon
+pkgname=('phonon-qt4' 'phonon-qt5')
+pkgver=4.9.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'automoc4' 'libpulse' 'libqzeitgeist' 
'qt5-base' 'qt5-tools')
+source=("http://download.kde.org/stable/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz"{,.sig})
+md5sums=('7896a560f5da345a626e782610c8e71e'
+ 'SKIP')
+validpgpkeys=(CB9387521E1EE0127DA804843FDBB55084CC5D84) # Harald Sitter 

+
+prepare() {
+  mkdir build
+  mkdir build-qt5
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
+-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+
+  cd ../build-qt5
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
+-DPHONON_BUILD_PHONON4QT5=ON \
+-D__KDE_HAVE_GCC_VISIBILITY=NO \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package_phonon-qt4(){
+  pkgdesc="The multimedia framework for 

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

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 16:43:32
  Author: felixonmars
Revision: 208913

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

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

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 72 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-24 16:42:17 UTC (rev 208912)
+++ community-i686/PKGBUILD 2017-01-24 16:43:32 UTC (rev 208913)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Alexander F Rødseth 
-# Contributor: SanskritFritz (gmail)
-# Contributor: Tobias T. 
-
-pkgname=bibletime
-pkgver=2.10.1
-pkgrel=6
-pkgdesc='Bible study tool'
-arch=('x86_64' 'i686')
-url='http://www.bibletime.info/'
-license=('GPL2')
-depends=('sword' 'openssl' 'clucene' 'qtwebkit')
-makedepends=('cmake' 'git')
-source=("git://github.com/bibletime/bibletime.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-   mkdir -p "$pkgname/build_dir"
-   cd "$pkgname/build_dir"
-
-   CXXFLAGS+=" -fpermissive"
-   cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
-  -DBT_FORCE_USE_QT4=TRUE \
-  ..
-   make
-}
-
-package() {
-   make -C "$pkgname/build_dir" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bibletime/repos/community-i686/PKGBUILD (from rev 208912, 
bibletime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-24 16:43:32 UTC (rev 208913)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Alexander F Rødseth 
+# Contributor: SanskritFritz (gmail)
+# Contributor: Tobias T. 
+
+pkgname=bibletime
+pkgver=2.11.0
+pkgrel=1
+pkgdesc='Bible study tool'
+arch=('x86_64' 'i686')
+url='http://www.bibletime.info/'
+license=('GPL2')
+depends=('sword' 'clucene' 'qt5-webengine' 'qt5-svg')
+makedepends=('cmake' 'qt5-tools' 'git')
+source=("git://github.com/bibletime/bibletime.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../bibletime \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  make -C build DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-24 16:42:17 UTC (rev 208912)
+++ community-x86_64/PKGBUILD   2017-01-24 16:43:32 UTC (rev 208913)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Alexander F Rødseth 
-# Contributor: SanskritFritz (gmail)
-# Contributor: Tobias T. 
-
-pkgname=bibletime
-pkgver=2.10.1
-pkgrel=6
-pkgdesc='Bible study tool'
-arch=('x86_64' 'i686')
-url='http://www.bibletime.info/'
-license=('GPL2')
-depends=('sword' 'openssl' 'clucene' 'qtwebkit')
-makedepends=('cmake' 'git')
-source=("git://github.com/bibletime/bibletime.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-   mkdir -p "$pkgname/build_dir"
-   cd "$pkgname/build_dir"
-
-   CXXFLAGS+=" -fpermissive"
-   cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
-  -DBT_FORCE_USE_QT4=TRUE \
-  ..
-   make
-}
-
-package() {
-   make -C "$pkgname/build_dir" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bibletime/repos/community-x86_64/PKGBUILD (from rev 208912, 
bibletime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-24 16:43:32 UTC (rev 208913)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Alexander F Rødseth 
+# Contributor: SanskritFritz (gmail)
+# Contributor: Tobias T. 
+
+pkgname=bibletime
+pkgver=2.11.0
+pkgrel=1
+pkgdesc='Bible study tool'
+arch=('x86_64' 'i686')
+url='http://www.bibletime.info/'
+license=('GPL2')
+depends=('sword' 'clucene' 'qt5-webengine' 'qt5-svg')
+makedepends=('cmake' 'qt5-tools' 'git')
+source=("git://github.com/bibletime/bibletime.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  mkdir -p build
+}
+

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

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 16:42:17
  Author: felixonmars
Revision: 208912

upgpkg: bibletime 2.11.0-1

Modified:
  bibletime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 16:31:35 UTC (rev 208911)
+++ PKGBUILD2017-01-24 16:42:17 UTC (rev 208912)
@@ -5,33 +5,32 @@
 # Contributor: Tobias T. 
 
 pkgname=bibletime
-pkgver=2.10.1
-pkgrel=6
+pkgver=2.11.0
+pkgrel=1
 pkgdesc='Bible study tool'
 arch=('x86_64' 'i686')
 url='http://www.bibletime.info/'
 license=('GPL2')
-depends=('sword' 'openssl' 'clucene' 'qtwebkit')
-makedepends=('cmake' 'git')
+depends=('sword' 'clucene' 'qt5-webengine' 'qt5-svg')
+makedepends=('cmake' 'qt5-tools' 'git')
 source=("git://github.com/bibletime/bibletime.git#tag=v$pkgver")
 md5sums=('SKIP')
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-   mkdir -p "$pkgname/build_dir"
-   cd "$pkgname/build_dir"
+  cd build
 
-   CXXFLAGS+=" -fpermissive"
-   cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
-  -DBT_FORCE_USE_QT4=TRUE \
-  ..
-   make
+  cmake ../bibletime \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
 }
 
 package() {
-   make -C "$pkgname/build_dir" DESTDIR="$pkgdir" install
+  make -C build DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:


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

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 16:31:35
  Author: felixonmars
Revision: 208911

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

Added:
  agda-stdlib/repos/community-i686/PKGBUILD
(from rev 208910, agda-stdlib/trunk/PKGBUILD)
  agda-stdlib/repos/community-x86_64/PKGBUILD
(from rev 208910, agda-stdlib/trunk/PKGBUILD)
Deleted:
  agda-stdlib/repos/community-i686/PKGBUILD
  agda-stdlib/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-24 16:30:27 UTC (rev 208910)
+++ community-i686/PKGBUILD 2017-01-24 16:31:35 UTC (rev 208911)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 152508 2015-12-10 18:09:47Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=agda-stdlib
-pkgver=0.12
-pkgrel=1
-pkgdesc="Agda standard libraries"
-url="https://github.com/agda/agda-stdlib;
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=("agda")
-makedepends=("ghc" "git" "haskell-filemanip")
-options=('staticlibs')
-source=("git+https://github.com/agda/agda-stdlib.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-cd "${srcdir}/${pkgname}"
-
-runhaskell Setup configure
-runhaskell Setup build
-
-dist/build/GenerateEverything/GenerateEverything
-
-agda -i. -isrc Everything.agda
-agda --html -i. -isrc README.agda
-}
-
-package() {
-cd "${srcdir}/${pkgname}"
-install -dm755 "$pkgdir/usr/share/agda/lib/prim"
-cp -pr Everything.agda* src/* "$pkgdir/usr/share/agda/lib/prim"
-install -D -m644 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-}

Copied: agda-stdlib/repos/community-i686/PKGBUILD (from rev 208910, 
agda-stdlib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-24 16:31:35 UTC (rev 208911)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 152508 2015-12-10 18:09:47Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=agda-stdlib
+pkgver=0.13
+pkgrel=1
+pkgdesc="Agda standard libraries"
+url="https://github.com/agda/agda-stdlib;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("agda")
+makedepends=("ghc" "git" "haskell-filemanip")
+options=('staticlibs')
+source=("git+https://github.com/agda/agda-stdlib.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${pkgname}"
+
+runhaskell Setup configure
+runhaskell Setup build
+
+dist/build/GenerateEverything/GenerateEverything
+
+agda -i. -isrc Everything.agda
+agda --html -i. -isrc README.agda
+}
+
+package() {
+cd "${srcdir}/${pkgname}"
+install -dm755 "$pkgdir/usr/share/agda/lib/prim"
+cp -pr Everything.agda* src/* "$pkgdir/usr/share/agda/lib/prim"
+install -D -m644 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-24 16:30:27 UTC (rev 208910)
+++ community-x86_64/PKGBUILD   2017-01-24 16:31:35 UTC (rev 208911)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 152508 2015-12-10 18:09:47Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=agda-stdlib
-pkgver=0.12
-pkgrel=1
-pkgdesc="Agda standard libraries"
-url="https://github.com/agda/agda-stdlib;
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=("agda")
-makedepends=("ghc" "git" "haskell-filemanip")
-options=('staticlibs')
-source=("git+https://github.com/agda/agda-stdlib.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-cd "${srcdir}/${pkgname}"
-
-runhaskell Setup configure
-runhaskell Setup build
-
-dist/build/GenerateEverything/GenerateEverything
-
-agda -i. -isrc Everything.agda
-agda --html -i. -isrc README.agda
-}
-
-package() {
-cd "${srcdir}/${pkgname}"
-install -dm755 "$pkgdir/usr/share/agda/lib/prim"
-cp -pr Everything.agda* src/* "$pkgdir/usr/share/agda/lib/prim"
-install -D -m644 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-}

Copied: agda-stdlib/repos/community-x86_64/PKGBUILD (from rev 208910, 
agda-stdlib/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-24 16:31:35 UTC (rev 208911)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 152508 2015-12-10 18:09:47Z fyan $
+# Maintainer: Felix Yan 

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

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 16:30:27
  Author: felixonmars
Revision: 208910

upgpkg: agda-stdlib 0.13-1

Modified:
  agda-stdlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 15:51:20 UTC (rev 208909)
+++ PKGBUILD2017-01-24 16:30:27 UTC (rev 208910)
@@ -3,7 +3,7 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=agda-stdlib
-pkgver=0.12
+pkgver=0.13
 pkgrel=1
 pkgdesc="Agda standard libraries"
 url="https://github.com/agda/agda-stdlib;


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

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 15:45:09
  Author: felixonmars
Revision: 208863

upgpkg: git-annex 6.20170101-13

rebuild with streaming-commons,0.1.17

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 15:30:16 UTC (rev 208862)
+++ PKGBUILD2017-01-24 15:45:09 UTC (rev 208863)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170101
-pkgrel=12
+pkgrel=13
 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 (4 files)

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 15:45:35
  Author: felixonmars
Revision: 208864

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

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

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 208863, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-24 15:45:35 UTC (rev 208864)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170101
+pkgrel=13
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "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-missingh" "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-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")
+source=("git+https://github.com/joeyh/git-annex.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fcryptonite -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 DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 208863, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-24 15:45:35 UTC (rev 208864)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170101
+pkgrel=13
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "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" 

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

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 15:30:16
  Author: felixonmars
Revision: 208862

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

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

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

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 208861, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-24 15:30:16 UTC (rev 208862)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.4
+pkgrel=4
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "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")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5f2caade2435754ff35060c3ae58390ad87650b975e83a65f8013e80ea7bea2c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 208861, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-24 15:30:16 UTC (rev 208862)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.4
+pkgrel=4
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "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")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5f2caade2435754ff35060c3ae58390ad87650b975e83a65f8013e80ea7bea2c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+

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

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 15:29:48
  Author: felixonmars
Revision: 208861

upgpkg: haskell-yesod 1.4.4-4

rebuild with streaming-commons,0.1.17

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 15:26:29 UTC (rev 208860)
+++ PKGBUILD2017-01-24 15:29:48 UTC (rev 208861)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 15:19:43
  Author: felixonmars
Revision: 208856

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

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

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

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
208855, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-24 15:19:43 UTC (rev 208856)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.1.1
+pkgrel=27
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "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")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('cdb50763c4cbd2b8fcdb2b9f2f2526648e82454c62d49bfd6d165af80a192a92')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
208855, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-24 15:19:43 UTC (rev 208856)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.1.1
+pkgrel=27
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "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")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('cdb50763c4cbd2b8fcdb2b9f2f2526648e82454c62d49bfd6d165af80a192a92')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+ 

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

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 15:26:03
  Author: felixonmars
Revision: 208859

upgpkg: hoogle 5.0.9-3

rebuild with streaming-commons,0.1.17

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 15:22:12 UTC (rev 208858)
+++ PKGBUILD2017-01-24 15:26:03 UTC (rev 208859)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.9
-pkgrel=2
+pkgrel=3
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 15:26:29
  Author: felixonmars
Revision: 208860

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 208859, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-24 15:26:29 UTC (rev 208860)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.9
+pkgrel=3
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('93f584c5f7fc6a57ee50803ae8df5e6c41051a3177044b273cb7fbcd39d11874')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 208859, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-24 15:26:29 UTC (rev 208860)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.9
+pkgrel=3
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('93f584c5f7fc6a57ee50803ae8df5e6c41051a3177044b273cb7fbcd39d11874')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 15:22:12
  Author: felixonmars
Revision: 208858

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

Added:
  haskell-warp-tls/repos/community-staging-i686/
  haskell-warp-tls/repos/community-staging-i686/PKGBUILD
(from rev 208857, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-x86_64/
  haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 208857, haskell-warp-tls/trunk/PKGBUILD)

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

Copied: haskell-warp-tls/repos/community-staging-i686/PKGBUILD (from rev 
208857, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-24 15:22:12 UTC (rev 208858)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.2
+pkgrel=31
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('9fc2a031ed5fd17c63479743869ed03fdf80f707a9ecfe4ff02939f4f7df091b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
208857, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-24 15:22:12 UTC (rev 208858)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.2
+pkgrel=31
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('9fc2a031ed5fd17c63479743869ed03fdf80f707a9ecfe4ff02939f4f7df091b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup 

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

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 15:21:45
  Author: felixonmars
Revision: 208857

upgpkg: haskell-warp-tls 3.2.2-31

rebuild with streaming-commons,0.1.17

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 15:19:43 UTC (rev 208856)
+++ PKGBUILD2017-01-24 15:21:45 UTC (rev 208857)
@@ -5,7 +5,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.2
-pkgrel=30
+pkgrel=31
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 15:19:13
  Author: felixonmars
Revision: 208855

upgpkg: haskell-yesod-static 1.5.1.1-27

rebuild with streaming-commons,0.1.17

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 15:15:45 UTC (rev 208854)
+++ PKGBUILD2017-01-24 15:19:13 UTC (rev 208855)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.1.1
-pkgrel=26
+pkgrel=27
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 15:11:48
  Author: felixonmars
Revision: 208847

upgpkg: python-docker 2.0.2-1

Modified:
  python-docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 15:09:22 UTC (rev 208846)
+++ PKGBUILD2017-01-24 15:11:48 UTC (rev 208847)
@@ -5,13 +5,13 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=(python-docker python2-docker)
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="A Python library for the Docker Engine API"
 arch=('any')
 url="https://github.com/docker/docker-py;
 license=("Apache")
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
+makedepends=('git' 'python-pip' 'python2-pip' 'python-requests' 
'python2-requests'
  'python-six' 'python2-six' 'python-websocket-client' 
'python2-websocket-client'
  'python2-backports.ssl_match_hostname' 'python2-ipaddress' 
'python-docker-pycreds'
  'python2-docker-pycreds')


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

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 15:15:45
  Author: felixonmars
Revision: 208854

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

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

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

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
208853, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-24 15:15:45 UTC (rev 208854)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.15
+pkgrel=18
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "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-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "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")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a917b003c348aa4b3d8c673efb32e0ea0f9190affa86d435b9bea9f11ab85cfd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
208853, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-24 15:15:45 UTC (rev 208854)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.15
+pkgrel=18
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "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-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 

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

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 15:15:18
  Author: felixonmars
Revision: 208853

upgpkg: haskell-yesod-auth 1.4.15-18

rebuild with streaming-commons,0.1.17

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 15:13:56 UTC (rev 208852)
+++ PKGBUILD2017-01-24 15:15:18 UTC (rev 208853)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.15
-pkgrel=17
+pkgrel=18
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 15:13:56
  Author: felixonmars
Revision: 208852

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-24 15:13:34 UTC (rev 208851)
+++ PKGBUILD2017-01-24 15:13:56 UTC (rev 208852)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Massimiliano Torromeo 
-# Contributor: William J Bowman 
-
-pkgbase=python-certifi
-pkgname=('python-certifi' 'python2-certifi')
-_libname=${pkgbase/python-/}
-pkgver=2016.9.26
-pkgrel=2
-pkgdesc="Python package for providing Mozilla's CA Bundle"
-arch=(any)
-url="http://pypi.python.org/pypi/certifi;
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz;)
-sha512sums=('e89c07dab0d926754012c89e12fff9ee59f771a5edd24130c8adb7ab32076971f4ea6d266ed9f3ed2010c1aba403505f5b5e97af3b5efcf3d039ddc7a7b2af39')
-
-prepare() {
-  cp -a $_libname-$pkgver{,-py2}
-
-  cd $_libname-$pkgver-py2
-  sed -i '1s|python$|python2|' certifi/core.py
-}
-
-build() {
-  cd "$srcdir/$_libname-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/$_libname-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python-certifi() {
-  depends=('python')
-
-  cd "$srcdir/$_libname-$pkgver"
-  python setup.py install --skip-build -O1 --root="$pkgdir"
-  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-certifi() {
-  depends=('python2')
-
-  cd "$srcdir/$_libname-$pkgver-py2"
-  python2 setup.py install --skip-build -O1 --root="$pkgdir"
-  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-certifi/repos/community-any/PKGBUILD (from rev 208851, 
python-certifi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-24 15:13:56 UTC (rev 208852)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Massimiliano Torromeo 
+# Contributor: William J Bowman 
+
+pkgbase=python-certifi
+pkgname=('python-certifi' 'python2-certifi')
+_libname=${pkgbase/python-/}
+pkgver=2017.1.23
+pkgrel=1
+pkgdesc="Python package for providing Mozilla's CA Bundle"
+arch=(any)
+url="http://pypi.python.org/pypi/certifi;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz;)
+sha512sums=('8e7a03236458567545739bdef1526f81f4cef61d6cc708048f2411a0387a9b1b38d21a83739cc5207bd590d67c876e99ef1e22916065a371dae30b4a94cc1e49')
+
+prepare() {
+  cp -a $_libname-$pkgver{,-py2}
+
+  cd $_libname-$pkgver-py2
+  sed -i '1s|python$|python2|' certifi/core.py
+}
+
+build() {
+  cd "$srcdir/$_libname-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/$_libname-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python-certifi() {
+  depends=('python')
+
+  cd "$srcdir/$_libname-$pkgver"
+  python setup.py install --skip-build -O1 --root="$pkgdir"
+  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-certifi() {
+  depends=('python2')
+
+  cd "$srcdir/$_libname-$pkgver-py2"
+  python2 setup.py install --skip-build -O1 --root="$pkgdir"
+  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 15:13:34
  Author: felixonmars
Revision: 208851

upgpkg: python-certifi 2017.1.23-1

Modified:
  python-certifi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 15:12:41 UTC (rev 208850)
+++ PKGBUILD2017-01-24 15:13:34 UTC (rev 208851)
@@ -6,8 +6,8 @@
 pkgbase=python-certifi
 pkgname=('python-certifi' 'python2-certifi')
 _libname=${pkgbase/python-/}
-pkgver=2016.9.26
-pkgrel=2
+pkgver=2017.1.23
+pkgrel=1
 pkgdesc="Python package for providing Mozilla's CA Bundle"
 arch=(any)
 url="http://pypi.python.org/pypi/certifi;
@@ -14,7 +14,7 @@
 license=('GPL')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://pypi.io/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz;)
-sha512sums=('e89c07dab0d926754012c89e12fff9ee59f771a5edd24130c8adb7ab32076971f4ea6d266ed9f3ed2010c1aba403505f5b5e97af3b5efcf3d039ddc7a7b2af39')
+sha512sums=('8e7a03236458567545739bdef1526f81f4cef61d6cc708048f2411a0387a9b1b38d21a83739cc5207bd590d67c876e99ef1e22916065a371dae30b4a94cc1e49')
 
 prepare() {
   cp -a $_libname-$pkgver{,-py2}


[arch-commits] Commit in cordova/repos/community-any (4 files)

2017-01-24 Thread Felix Yan
Date: Tuesday, January 24, 2017 @ 15:12:41
  Author: felixonmars
Revision: 208850

archrelease: copy trunk to community-any

Added:
  cordova/repos/community-any/PKGBUILD
(from rev 208849, cordova/trunk/PKGBUILD)
  cordova/repos/community-any/cordova.install
(from rev 208849, cordova/trunk/cordova.install)
Deleted:
  cordova/repos/community-any/PKGBUILD
  cordova/repos/community-any/cordova.install

-+
 PKGBUILD|   78 +++---
 cordova.install |   20 ++---
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-24 15:12:20 UTC (rev 208849)
+++ PKGBUILD2017-01-24 15:12:41 UTC (rev 208850)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=cordova
-pkgver=6.4.0
-pkgrel=2
-pkgdesc='Cordova command line interface tool'
-arch=('any')
-url='http://cordova.apache.org'
-license=('Apache')
-depends=('npm' 'acorn' 'semver' 'browserify')
-install=cordova.install
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('a69e84eae058ea43f1a6eab8a20d96bf')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn semver npm browserify; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/syntax-error/node_modules
-  for dep in acorn; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: cordova/repos/community-any/PKGBUILD (from rev 208849, 
cordova/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-24 15:12:41 UTC (rev 208850)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cordova
+pkgver=6.5.0
+pkgrel=1
+pkgdesc='Cordova command line interface tool'
+arch=('any')
+url='http://cordova.apache.org'
+license=('Apache')
+depends=('npm' 'acorn' 'semver' 'browserify')
+install=cordova.install
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('e25e50a68f13b25e5fbff807370ff396')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn semver npm browserify; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/syntax-error/node_modules
+  for dep in acorn; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+}

Deleted: cordova.install
===
--- cordova.install 2017-01-24 15:12:20 UTC (rev 208849)
+++ cordova.install 2017-01-24 15:12:41 UTC (rev 208850)
@@ -1,10 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules \
- /usr/lib/node_modules/cordova/node_modules \
- /usr/lib/node_modules/cordova/node_modules/.bin
-}
-
-post_upgrade() {
-  post_install
-}

Copied: cordova/repos/community-any/cordova.install (from rev 208849, 
cordova/trunk/cordova.install)
===
--- cordova.install (rev 0)
+++ cordova.install 2017-01-24 15:12:41 UTC (rev 208850)
@@ -0,0 +1,10 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules \
+ /usr/lib/node_modules/cordova/node_modules \
+ /usr/lib/node_modules/cordova/node_modules/.bin
+}
+
+post_upgrade() {
+  post_install
+}


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

2017-01-24 Thread Antonio Rojas
Date: Tuesday, January 24, 2017 @ 15:07:17
  Author: arojas
Revision: 287382

Redundant dependency

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-24 14:59:56 UTC (rev 287381)
+++ PKGBUILD2017-01-24 15:07:17 UTC (rev 287382)
@@ -13,7 +13,7 @@
 depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig'
  'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 'xcb-util-image' 'icu'
  'tslib' 'libinput' 'libsm' 'libxkbcommon-x11' 'libproxy' 'libcups')
-makedepends=('mtdev' 'libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
+makedepends=('libfbclient' 'libmariadbclient' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
  'gtk3' 'libpulse' 'cups' 'freetds')
 optdepends=('qt5-svg: to use SVG icon themes'
 'postgresql-libs: PostgreSQL driver'
@@ -21,7 +21,6 @@
 'unixodbc: ODBC driver'
 'libfbclient: Firebird/iBase driver'
 'freetds: MS SQL driver'
-'mtdev: evdev plugin'
 'gtk3: GTK platform plugin')
 conflicts=('qtchooser')
 groups=('qt' 'qt5')


  1   2   >