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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:53:16
  Author: felixonmars
Revision: 198703

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

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

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

Copied: haskell-authenticate/repos/community-staging-i686/PKGBUILD (from rev 
198702, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-10 07:53:16 UTC (rev 198703)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=21
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+
+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
+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-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
198702, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-10 07:53:16 UTC (rev 198703)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=21
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+
+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
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ 

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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:52:57
  Author: felixonmars
Revision: 198702

upgpkg: haskell-authenticate 1.3.3.2-21

rebuild with http-client-0.5.4

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 07:40:06 UTC (rev 198701)
+++ PKGBUILD2016-12-10 07:52:57 UTC (rev 198702)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=20
+pkgrel=21
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:40:06
  Author: felixonmars
Revision: 198701

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

Added:
  haskell-http-conduit/repos/community-staging-i686/
  haskell-http-conduit/repos/community-staging-i686/PKGBUILD
(from rev 198700, haskell-http-conduit/trunk/PKGBUILD)
  haskell-http-conduit/repos/community-staging-x86_64/
  haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 198700, haskell-http-conduit/trunk/PKGBUILD)

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

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
198700, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-10 07:40:06 UTC (rev 198701)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3
+pkgrel=6
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('eee51e80fe76b3bf4b4041545f452e126e0593f70a0623a5a35ee47d72fe0dc3')
+
+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-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
198700, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-10 07:40:06 UTC (rev 198701)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3
+pkgrel=6
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('eee51e80fe76b3bf4b4041545f452e126e0593f70a0623a5a35ee47d72fe0dc3')
+
+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   

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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:39:45
  Author: felixonmars
Revision: 198700

upgpkg: haskell-http-conduit 2.2.3-6

rebuild with http-client-0.5.4

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 07:37:33 UTC (rev 198699)
+++ PKGBUILD2016-12-10 07:39:45 UTC (rev 198700)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.2.3
-pkgrel=5
+pkgrel=6
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit;
 license=("custom:BSD3")


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:37:14
  Author: felixonmars
Revision: 198698

upgpkg: haskell-http-client-tls 0.3.3-6

rebuild with http-client-0.5.4

Modified:
  haskell-http-client-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 07:36:45 UTC (rev 198697)
+++ PKGBUILD2016-12-10 07:37:14 UTC (rev 198698)
@@ -5,7 +5,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.3.3
-pkgrel=5
+pkgrel=6
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


[arch-commits] Commit in perl-net-idn-encode/repos/community-any (PKGBUILD PKGBUILD)

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:36:45
  Author: felixonmars
Revision: 198697

archrelease: copy trunk to community-any

Added:
  perl-net-idn-encode/repos/community-any/PKGBUILD
(from rev 198696, perl-net-idn-encode/trunk/PKGBUILD)
Deleted:
  perl-net-idn-encode/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-10 07:36:30 UTC (rev 198696)
+++ PKGBUILD2016-12-10 07:36:45 UTC (rev 198697)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan-Erik Rediger 
-
-pkgname=perl-net-idn-encode
-_cpanname=Net-IDN-Encode
-pkgver=2.301
-pkgrel=1
-pkgdesc="Net::IDN::Encode provides an easy-to-use interface for encoding and 
decoding Internationalized Domain Names (IDNs)."
-arch=('any')
-url="http://search.cpan.org/~cfaerber/${_cpanname}/;
-license=('GPL')
-depends=('perl')
-checkdepends=('perl-test-nowarnings' 'perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/${_cpanname}-${pkgver}.tar.gz)
-md5sums=('3296a49e24757c7167358a7374905b01')
-
-build() {
-  cd "$srcdir/${_cpanname}-${pkgver}"
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/${_cpanname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "$srcdir/${_cpanname}-${pkgver}"
-  make install DESTDIR="$pkgdir/"
-}
-
-# vim:set ts=2 sw=2 sts=2 et:

Copied: perl-net-idn-encode/repos/community-any/PKGBUILD (from rev 198696, 
perl-net-idn-encode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-10 07:36:45 UTC (rev 198697)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan-Erik Rediger 
+
+pkgname=perl-net-idn-encode
+_cpanname=Net-IDN-Encode
+pkgver=2.302
+pkgrel=1
+pkgdesc="Net::IDN::Encode provides an easy-to-use interface for encoding and 
decoding Internationalized Domain Names (IDNs)."
+arch=('any')
+url="http://search.cpan.org/~cfaerber/${_cpanname}/;
+license=('GPL')
+depends=('perl')
+checkdepends=('perl-test-nowarnings' 'perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/${_cpanname}-${pkgver}.tar.gz)
+md5sums=('690f49ab097cb38853327b0deb75d6c5')
+
+build() {
+  cd "$srcdir/${_cpanname}-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/${_cpanname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "$srcdir/${_cpanname}-${pkgver}"
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 sts=2 et:


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:37:33
  Author: felixonmars
Revision: 198699

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

Added:
  haskell-http-client-tls/repos/community-staging-i686/
  haskell-http-client-tls/repos/community-staging-i686/PKGBUILD
(from rev 198698, haskell-http-client-tls/trunk/PKGBUILD)
  haskell-http-client-tls/repos/community-staging-x86_64/
  haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 198698, haskell-http-client-tls/trunk/PKGBUILD)

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

Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 
198698, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-10 07:37:33 UTC (rev 198699)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.3
+pkgrel=6
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" "haskell-tls")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ec1c676989aa7a53aa414d4bf2613573a8766dcf81db826365bdf20ce981a064')
+
+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-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 198698, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-10 07:37:33 UTC (rev 198699)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.3
+pkgrel=6
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" "haskell-tls")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ec1c676989aa7a53aa414d4bf2613573a8766dcf81db826365bdf20ce981a064')
+
+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   

[arch-commits] Commit in perl-net-idn-encode/trunk (PKGBUILD)

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:36:30
  Author: felixonmars
Revision: 198696

upgpkg: perl-net-idn-encode 2.302-1

Modified:
  perl-net-idn-encode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 07:29:41 UTC (rev 198695)
+++ PKGBUILD2016-12-10 07:36:30 UTC (rev 198696)
@@ -4,7 +4,7 @@
 
 pkgname=perl-net-idn-encode
 _cpanname=Net-IDN-Encode
-pkgver=2.301
+pkgver=2.302
 pkgrel=1
 pkgdesc="Net::IDN::Encode provides an easy-to-use interface for encoding and 
decoding Internationalized Domain Names (IDNs)."
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('perl-test-nowarnings' 'perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/${_cpanname}-${pkgver}.tar.gz)
-md5sums=('3296a49e24757c7167358a7374905b01')
+md5sums=('690f49ab097cb38853327b0deb75d6c5')
 
 build() {
   cd "$srcdir/${_cpanname}-${pkgver}"


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:29:41
  Author: felixonmars
Revision: 198695

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

Added:
  haskell-http-client/repos/community-staging-i686/
  haskell-http-client/repos/community-staging-i686/PKGBUILD
(from rev 198694, haskell-http-client/trunk/PKGBUILD)
  haskell-http-client/repos/community-staging-x86_64/
  haskell-http-client/repos/community-staging-x86_64/PKGBUILD
(from rev 198694, haskell-http-client/trunk/PKGBUILD)

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

Copied: haskell-http-client/repos/community-staging-i686/PKGBUILD (from rev 
198694, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-10 07:29:41 UTC (rev 198695)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="An HTTP client engine"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-exceptions" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-network" "haskell-network-uri" "haskell-random" 
"haskell-streaming-commons"
+ "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f226b9dd4b7a6b5ef3becddd02baeabe3429b88584a42609ca3733c84bfe7300')
+
+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
+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-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 
198694, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-10 07:29:41 UTC (rev 198695)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="An HTTP client engine"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-exceptions" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-network" "haskell-network-uri" "haskell-random" 
"haskell-streaming-commons"
+ "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f226b9dd4b7a6b5ef3becddd02baeabe3429b88584a42609ca3733c84bfe7300')
+
+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
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   

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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:29:09
  Author: felixonmars
Revision: 198694

upgpkg: haskell-http-client 0.5.4-1

rebuild with http-client-0.5.4

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 07:10:40 UTC (rev 198693)
+++ PKGBUILD2016-12-10 07:29:09 UTC (rev 198694)
@@ -4,7 +4,7 @@
 
 _hkgname=http-client
 pkgname=haskell-http-client
-pkgver=0.5.3.3
+pkgver=0.5.4
 pkgrel=1
 pkgdesc="An HTTP client engine"
 url="https://github.com/snoyberg/http-client;
@@ -15,7 +15,7 @@
  "haskell-network" "haskell-network-uri" "haskell-random" 
"haskell-streaming-commons"
  "haskell-text")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('8faeb55e45f578c9aa7a17dab5a6cb4aa858fb8d64a18c18497c3af4569164ce')
+sha256sums=('f226b9dd4b7a6b5ef3becddd02baeabe3429b88584a42609ca3733c84bfe7300')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in python-websocket-client/repos/community-any (4 files)

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:10:40
  Author: felixonmars
Revision: 198693

archrelease: copy trunk to community-any

Added:
  python-websocket-client/repos/community-any/PKGBUILD
(from rev 198692, python-websocket-client/trunk/PKGBUILD)
  python-websocket-client/repos/community-any/use-system-ca.patch
(from rev 198692, python-websocket-client/trunk/use-system-ca.patch)
Deleted:
  python-websocket-client/repos/community-any/PKGBUILD
  python-websocket-client/repos/community-any/use-system-ca.patch

-+
 PKGBUILD|  124 +-
 use-system-ca.patch |   20 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-10 07:10:26 UTC (rev 198692)
+++ PKGBUILD2016-12-10 07:10:40 UTC (rev 198693)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Matmas 
-# Contributor: Thomas Gubler 
-# Contributor: Daniel YC Lin 
-# Contributor: Florian Bruhin 
-
-pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.39.0
-pkgrel=1
-pkgdesc="WebSocket client library for Python"
-arch=(any)
-url="https://github.com/liris/websocket-client;
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
-use-system-ca.patch)
-md5sums=('361ad4123a24f93bab9882e1d067de74'
- 'c34c7f6fddbe5758d84b9d3cfdd92108')
-
-prepare() {
-  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
-  rm websocket_client-$pkgver/websocket/cacert.pem
-
-  cp -a websocket_client-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/websocket_client-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/websocket_client-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-websocket-client() {
-  depends=('python-six')
-
-  cd websocket_client-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-websocket-client() {
-  depends=('python2-six')
-
-  cd websocket_client-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/wsdump{,2}.py
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-websocket-client/repos/community-any/PKGBUILD (from rev 198692, 
python-websocket-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-10 07:10:40 UTC (rev 198693)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Matmas 
+# Contributor: Thomas Gubler 
+# Contributor: Daniel YC Lin 
+# Contributor: Florian Bruhin 
+
+pkgname=(python-websocket-client python2-websocket-client)
+pkgver=0.40.0
+pkgrel=1
+pkgdesc="WebSocket client library for Python"
+arch=(any)
+url="https://github.com/liris/websocket-client;
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
+source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
+use-system-ca.patch)
+md5sums=('f1cf4cc7869ef97a98e5f4be25c30986'
+ 'c34c7f6fddbe5758d84b9d3cfdd92108')
+
+prepare() {
+  (cd websocket_client-$pkgver; patch -p1 -i ../use-system-ca.patch)
+  rm websocket_client-$pkgver/websocket/cacert.pem
+
+  cp -a websocket_client-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/websocket_client-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/websocket_client-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-websocket-client() {
+  depends=('python-six')
+
+  cd websocket_client-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-websocket-client() {
+  depends=('python2-six')
+
+  cd websocket_client-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/wsdump{,2}.py
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: use-system-ca.patch
===
--- use-system-ca.patch 2016-12-10 07:10:26 UTC (rev 198692)
+++ 

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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:10:26
  Author: felixonmars
Revision: 198692

upgpkg: python-websocket-client 0.40.0-1

Modified:
  python-websocket-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 07:08:44 UTC (rev 198691)
+++ PKGBUILD2016-12-10 07:10:26 UTC (rev 198692)
@@ -6,7 +6,7 @@
 # Contributor: Florian Bruhin 
 
 pkgname=(python-websocket-client python2-websocket-client)
-pkgver=0.39.0
+pkgver=0.40.0
 pkgrel=1
 pkgdesc="WebSocket client library for Python"
 arch=(any)
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
 
source=(https://pypi.io/packages/source/w/websocket-client/websocket_client-$pkgver.tar.gz
 use-system-ca.patch)
-md5sums=('361ad4123a24f93bab9882e1d067de74'
+md5sums=('f1cf4cc7869ef97a98e5f4be25c30986'
  'c34c7f6fddbe5758d84b9d3cfdd92108')
 
 prepare() {


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:08:44
  Author: felixonmars
Revision: 198691

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-10 07:08:31 UTC (rev 198690)
+++ PKGBUILD2016-12-10 07:08:44 UTC (rev 198691)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Schubert 
-
-pkgbase=python-pysocks
-pkgname=(python-pysocks python2-pysocks)
-pkgver=1.6.4
-pkgrel=1
-pkgdesc="SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)"
-arch=('any')
-license=('BSD')
-url="https://github.com/Anorov/PySocks;
-makedepends=('python' 'python2' 'git')
-checkdepends=('lib32-glibc' 'python2-twisted' 'python2-tornado')
-source=("git+https://github.com/Anorov/PySocks.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a PySocks{,-py2}
-}
-
-build() {
-  cd "$srcdir"/PySocks
-  python setup.py build
-
-  cd "$srcdir"/PySocks-py2
-  python2 setup.py build
-}
-
-# Tests disabled as it requires external services to run
-check_disabled() {
-  cd "$srcdir"/PySocks-py2/test
-  python2 socks4server.py &
-  _SOCKS4SERVER=$!
-  python2 httpproxy.py &
-  _HTTPPROXY=$1
-
-  ./mocks start
-
-  sleep 1
-
-  python2 sockstest.py
-
-  cd "$srcdir"/PySocks/test
-  python sockstest.py
-
-  ./mocks shutdown
-
-  kill $_SOCKS4SERVER $_HTTPPROXY
-}
-
-package_python-pysocks() {
-  depends=('python')
-
-  cd PySocks
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-package_python2-pysocks() {
-  depends=('python2')
-
-  cd PySocks-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: python-pysocks/repos/community-any/PKGBUILD (from rev 198690, 
python-pysocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-10 07:08:44 UTC (rev 198691)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Schubert 
+
+pkgbase=python-pysocks
+pkgname=(python-pysocks python2-pysocks)
+pkgver=1.6.5
+pkgrel=1
+pkgdesc="SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)"
+arch=('any')
+license=('BSD')
+url="https://github.com/Anorov/PySocks;
+makedepends=('python' 'python2' 'git')
+checkdepends=('lib32-glibc' 'python2-twisted' 'python2-tornado')
+source=("git+https://github.com/Anorov/PySocks.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a PySocks{,-py2}
+}
+
+build() {
+  cd "$srcdir"/PySocks
+  python setup.py build
+
+  cd "$srcdir"/PySocks-py2
+  python2 setup.py build
+}
+
+# Tests disabled as it requires external services to run
+check_disabled() {
+  cd "$srcdir"/PySocks-py2/test
+  python2 socks4server.py &
+  _SOCKS4SERVER=$!
+  python2 httpproxy.py &
+  _HTTPPROXY=$1
+
+  ./mocks start
+
+  sleep 1
+
+  python2 sockstest.py
+
+  cd "$srcdir"/PySocks/test
+  python sockstest.py
+
+  ./mocks shutdown
+
+  kill $_SOCKS4SERVER $_HTTPPROXY
+}
+
+package_python-pysocks() {
+  depends=('python')
+
+  cd PySocks
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+package_python2-pysocks() {
+  depends=('python2')
+
+  cd PySocks-py2
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:08:31
  Author: felixonmars
Revision: 198690

upgpkg: python-pysocks 1.6.5-1

Modified:
  python-pysocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 07:08:11 UTC (rev 198689)
+++ PKGBUILD2016-12-10 07:08:31 UTC (rev 198690)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pysocks
 pkgname=(python-pysocks python2-pysocks)
-pkgver=1.6.4
+pkgver=1.6.5
 pkgrel=1
 pkgdesc="SOCKS4, SOCKS5 or HTTP proxy (Anorov fork PySocks replaces socksipy)"
 arch=('any')


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:08:11
  Author: felixonmars
Revision: 198689

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-10 07:07:47 UTC (rev 198688)
+++ community-i686/PKGBUILD 2016-12-10 07:08:11 UTC (rev 198689)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=3.0.12
-pkgrel=3
-pkgdesc="starter of deepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/startdde;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-wm-switcher') # 'gcc-libs>=5.3.0-3')
-makedepends=('cmake' 'coffee-script' 'deepin-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'go' 'python2' 'webkitgtk' 'git') # 'gcc-go')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/startdde.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
-}
-
-build() {
-  cd "$srcdir/startdde"
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd startdde
-  make DESTDIR="${pkgdir}" install
-
-  mv "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/systemd
-  rmdir "$pkgdir"/lib
-  ln -sf ../dde-readahead.service 
"$pkgdir"/usr/lib/systemd/system/multi-user.target.wants/dde-readahead.service
-}

Copied: startdde/repos/community-i686/PKGBUILD (from rev 198688, 
startdde/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-10 07:08:11 UTC (rev 198689)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=3.0.13
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/startdde;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-wm-switcher') # 'gcc-libs>=5.3.0-3')
+makedepends=('cmake' 'coffee-script' 'deepin-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
+ 'deepin-api' 'go' 'python2' 'webkitgtk' 'git') # 'gcc-go')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/startdde.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
+}
+
+build() {
+  cd "$srcdir/startdde"
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd startdde
+  make DESTDIR="${pkgdir}" install
+
+  mv "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/systemd
+  rmdir "$pkgdir"/lib
+  ln -sf ../dde-readahead.service 
"$pkgdir"/usr/lib/systemd/system/multi-user.target.wants/dde-readahead.service
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-10 07:07:47 UTC (rev 198688)
+++ community-x86_64/PKGBUILD   2016-12-10 07:08:11 UTC (rev 198689)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=3.0.12
-pkgrel=3
-pkgdesc="starter of deepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/startdde;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-wm-switcher') # 'gcc-libs>=5.3.0-3')
-makedepends=('cmake' 'coffee-script' 'deepin-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'go' 'python2' 'webkitgtk' 'git') # 'gcc-go')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/startdde.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
-}
-
-build() {
-  cd "$srcdir/startdde"
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd startdde
-  make DESTDIR="${pkgdir}" install
-
-  mv "$pkgdir"/lib/systemd "$pkgdir"/usr/lib/systemd
-  rmdir "$pkgdir"/lib
-  ln -sf ../dde-readahead.service 

[arch-commits] Commit in deepin-movie/trunk (4 files)

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:07:24
  Author: felixonmars
Revision: 198686

upgpkg: deepin-movie 1:2.2.10-1

Added:
  deepin-movie/trunk/ctypes.patch
  deepin-movie/trunk/xcffib.patch
Modified:
  deepin-movie/trunk/PKGBUILD
Deleted:
  deepin-movie/trunk/pyqt5.6.patch

---+
 PKGBUILD  |   24 
 ctypes.patch  |   38 ++
 pyqt5.6.patch |   12 
 xcffib.patch  |   43 +++
 4 files changed, 93 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 07:04:13 UTC (rev 198685)
+++ PKGBUILD2016-12-10 07:07:24 UTC (rev 198686)
@@ -2,23 +2,22 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-movie
-pkgver=2.3.0.20160214
-_commit=197d817a39101836a38ad22bffad60a1b3937959
+epoch=1
+pkgver=2.2.10
 pkgrel=1
 pkgdesc='Movie player based on QtAV'
 arch=('any')
-url="https://gitcafe.com/Deepin/deepin-movie;
+url="https://github.com/linuxdeepin/deepin-movie;
 license=('GPL3')
-depends=('python2-pyqt5' 'qtav' 'mediainfo' 'deepin-menu' 'python2-dbus'
- 'python2-peewee' 'python2-pillow' 'python2-magic' 'python2-bottle'
- 'deepin-qml-widgets' 'python2-xpybutil' 'python2-deepin-utils'
- 'python2-requests' 'dleyna-renderer' 'deepin-dbus-factory')
+depends=('python2-ass' 'python2-pyqt5' 'qtav' 'mediainfo' 'deepin-menu' 
'python2-dbus'
+ 'python2-peewee' 'python2-magic' 'deepin-qml-widgets' 
'python2-xpybutil')
 makedepends=('deepin-gettext-tools' 'git')
 groups=('deepin-extra')
-source=("git+https://github.com/linuxdeepin/deepin-movie.git#commit=$_commit;
-pyqt5.6.patch)
+source=("git+https://github.com/linuxdeepin/deepin-movie.git#tag=$pkgver;
+ctypes.patch xcffib.patch)
 sha256sums=('SKIP'
-'9e0c61503f46ebba7dd24917e84a1248e9f339a82bcca3091a02be7ed5ceb8aa')
+'0427345ba7da2460795b992e566daa0f5be234f4c66dac6e73b64ade17ed1eb7'
+'612699576290d30e3687995e76aa75b8559afd697d3bf8b8d8c858633a38eac5')
 
 prepare() {
   cd deepin-movie
@@ -26,7 +25,8 @@
   # fix python version
   find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
 
-  patch -p1 -i ../pyqt5.6.patch
+  patch -p1 -i ../ctypes.patch
+  patch -p1 -i ../xcffib.patch
 }
 
 build() {
@@ -39,5 +39,5 @@
   cd deepin-movie
   make DESTDIR="${pkgdir}" PREFIX="/usr" install
 
-  chmod 0755 "$pkgdir"/usr/share/deepin-movie/main.py 
"$pkgdir"/usr/bin/host_service.py
+  chmod 0755 "$pkgdir"/usr/share/deepin-movie/main.py
 }

Added: ctypes.patch
===
--- ctypes.patch(rev 0)
+++ ctypes.patch2016-12-10 07:07:24 UTC (rev 198686)
@@ -0,0 +1,38 @@
+From 8451ef5e2937e1ef4cc9f67145c982773310b3de Mon Sep 17 00:00:00 2001
+From: Felix Yan 
+Date: Sun, 11 Oct 2015 20:37:29 +0800
+Subject: [PATCH] Fix a ctypes-related crash on Arch
+
+"Python integers and Python longs are passed as the platforms default C
+int type, their value is masked to fit into the C type." So when they
+are big enough a segfault will occur.
+
+Many thanks to lilydjwg.
+
+Change-Id: I2472ed375bf183c39267ea4f2aca5ff09dcea8cd
+---
+ src/utils/font_utils.py | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/src/utils/font_utils.py b/src/utils/font_utils.py
+index c13eb21..36d85fa 100644
+--- a/src/utils/font_utils.py
 b/src/utils/font_utils.py
+@@ -30,7 +30,9 @@
+ 
+ # initialize
+ libfc.FcInit()
++libfc.FcPatternCreate.restype = c_void_p
+ pattern = libfc.FcPatternCreate()
++libfc.FcObjectSetBuild.restype = c_void_p
+ objectSet = libfc.FcObjectSetBuild("family", "familylang",
+"lang", "spacing", None)
+ 
+@@ -86,6 +88,7 @@ def fontsByLocale(locale):
+ 
+ # get all fonts
+ libfc.FcFontList.restype = POINTER(FcFontSet)
++libfc.FcFontList.argtypes = [c_void_p] * 3
+ libfc.FcLangSetGetLangs.restype = POINTER(FcStrSet)
+ libfc.FcStrListNext.restype = c_char_p
+ libfc.FcPatternFormat.restype = c_char_p

Deleted: pyqt5.6.patch
===
--- pyqt5.6.patch   2016-12-10 07:04:13 UTC (rev 198685)
+++ pyqt5.6.patch   2016-12-10 07:07:24 UTC (rev 198686)
@@ -1,12 +0,0 @@
-diff --git a/src/views/window.py b/src/views/window.py
-index 3aee43a..0870ed0 100644
 a/src/views/window.py
-+++ b/src/views/window.py
-@@ -174,7 +174,6 @@ class Window(QQuickView):
- def setCursorVisible(self, visible):
- self.setCursor(QCursor(Qt.ArrowCursor if visible else Qt.BlankCursor))
- 
--@pyqtSlot("QVariant")
- def focusWindowChangedSlot(self, win):
- if not win: self.rootObject().hideTransientWindows()
- 

Added: xcffib.patch
===
--- xcffib.patch 

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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:07:47
  Author: felixonmars
Revision: 198688

upgpkg: startdde 3.0.13-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 07:07:40 UTC (rev 198687)
+++ PKGBUILD2016-12-10 07:07:47 UTC (rev 198688)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=3.0.12
-pkgrel=3
+pkgver=3.0.13
+pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/startdde;


[arch-commits] Commit in deepin-movie/repos/community-any (5 files)

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:07:40
  Author: felixonmars
Revision: 198687

archrelease: copy trunk to community-any

Added:
  deepin-movie/repos/community-any/PKGBUILD
(from rev 198686, deepin-movie/trunk/PKGBUILD)
  deepin-movie/repos/community-any/ctypes.patch
(from rev 198686, deepin-movie/trunk/ctypes.patch)
  deepin-movie/repos/community-any/xcffib.patch
(from rev 198686, deepin-movie/trunk/xcffib.patch)
Deleted:
  deepin-movie/repos/community-any/PKGBUILD
  deepin-movie/repos/community-any/pyqt5.6.patch

---+
 PKGBUILD  |   86 
 ctypes.patch  |   38 
 pyqt5.6.patch |   12 ---
 xcffib.patch  |   43 
 4 files changed, 124 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-10 07:07:24 UTC (rev 198686)
+++ PKGBUILD2016-12-10 07:07:40 UTC (rev 198687)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-movie
-pkgver=2.3.0.20160214
-_commit=197d817a39101836a38ad22bffad60a1b3937959
-pkgrel=1
-pkgdesc='Movie player based on QtAV'
-arch=('any')
-url="https://gitcafe.com/Deepin/deepin-movie;
-license=('GPL3')
-depends=('python2-pyqt5' 'qtav' 'mediainfo' 'deepin-menu' 'python2-dbus'
- 'python2-peewee' 'python2-pillow' 'python2-magic' 'python2-bottle'
- 'deepin-qml-widgets' 'python2-xpybutil' 'python2-deepin-utils'
- 'python2-requests' 'dleyna-renderer' 'deepin-dbus-factory')
-makedepends=('deepin-gettext-tools' 'git')
-groups=('deepin-extra')
-source=("git+https://github.com/linuxdeepin/deepin-movie.git#commit=$_commit;
-pyqt5.6.patch)
-sha256sums=('SKIP'
-'9e0c61503f46ebba7dd24917e84a1248e9f339a82bcca3091a02be7ed5ceb8aa')
-
-prepare() {
-  cd deepin-movie
-
-  # fix python version
-  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
-
-  patch -p1 -i ../pyqt5.6.patch
-}
-
-build() {
-  cd deepin-movie
-  python2 configure.py
-  deepin-generate-mo locale/locale_config.ini
-}
-
-package() {
-  cd deepin-movie
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-
-  chmod 0755 "$pkgdir"/usr/share/deepin-movie/main.py 
"$pkgdir"/usr/bin/host_service.py
-}

Copied: deepin-movie/repos/community-any/PKGBUILD (from rev 198686, 
deepin-movie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-10 07:07:40 UTC (rev 198687)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-movie
+epoch=1
+pkgver=2.2.10
+pkgrel=1
+pkgdesc='Movie player based on QtAV'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-movie;
+license=('GPL3')
+depends=('python2-ass' 'python2-pyqt5' 'qtav' 'mediainfo' 'deepin-menu' 
'python2-dbus'
+ 'python2-peewee' 'python2-magic' 'deepin-qml-widgets' 
'python2-xpybutil')
+makedepends=('deepin-gettext-tools' 'git')
+groups=('deepin-extra')
+source=("git+https://github.com/linuxdeepin/deepin-movie.git#tag=$pkgver;
+ctypes.patch xcffib.patch)
+sha256sums=('SKIP'
+'0427345ba7da2460795b992e566daa0f5be234f4c66dac6e73b64ade17ed1eb7'
+'612699576290d30e3687995e76aa75b8559afd697d3bf8b8d8c858633a38eac5')
+
+prepare() {
+  cd deepin-movie
+
+  # fix python version
+  find -iname "*.py" | xargs sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2='
+
+  patch -p1 -i ../ctypes.patch
+  patch -p1 -i ../xcffib.patch
+}
+
+build() {
+  cd deepin-movie
+  python2 configure.py
+  deepin-generate-mo locale/locale_config.ini
+}
+
+package() {
+  cd deepin-movie
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+
+  chmod 0755 "$pkgdir"/usr/share/deepin-movie/main.py
+}

Copied: deepin-movie/repos/community-any/ctypes.patch (from rev 198686, 
deepin-movie/trunk/ctypes.patch)
===
--- ctypes.patch(rev 0)
+++ ctypes.patch2016-12-10 07:07:40 UTC (rev 198687)
@@ -0,0 +1,38 @@
+From 8451ef5e2937e1ef4cc9f67145c982773310b3de Mon Sep 17 00:00:00 2001
+From: Felix Yan 
+Date: Sun, 11 Oct 2015 20:37:29 +0800
+Subject: [PATCH] Fix a ctypes-related crash on Arch
+
+"Python integers and Python longs are passed as the platforms default C
+int type, their value is masked to fit into the C type." So when they
+are big enough a segfault will occur.
+
+Many thanks to lilydjwg.
+
+Change-Id: I2472ed375bf183c39267ea4f2aca5ff09dcea8cd
+---
+ src/utils/font_utils.py | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/src/utils/font_utils.py b/src/utils/font_utils.py
+index c13eb21..36d85fa 100644
+--- a/src/utils/font_utils.py
 b/src/utils/font_utils.py
+@@ -30,7 +30,9 @@
+ 
+ # initialize
+ libfc.FcInit()
++libfc.FcPatternCreate.restype = c_void_p
+ pattern = 

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

2016-12-09 Thread Gaƫtan Bisson
Date: Saturday, December 10, 2016 @ 07:03:39
  Author: bisson
Revision: 282993

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

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 282992, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 282992, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 282992, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 282992, gnupg/trunk/install)

-+
 testing-i686/PKGBUILD   |   66 ++
 testing-i686/install|   10 ++
 testing-x86_64/PKGBUILD |   66 ++
 testing-x86_64/install  |   10 ++
 4 files changed, 152 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 282992, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-10 07:03:39 UTC (rev 282993)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.16
+pkgrel=2
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('67540161c9fe289153c4a5ea60f7cdce0ef48897' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
+   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
+   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+
+   cd doc/examples/systemd-user
+   for i in *.*; do
+   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
+   done
+}

Copied: gnupg/repos/testing-i686/install (from rev 282992, gnupg/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2016-12-10 07:03:39 UTC (rev 282993)
@@ -0,0 +1,10 @@
+post_install() {
+   # See FS#42798 and FS#47371
+   dirmngr /dev/null || true
+}
+
+post_upgrade() {
+   if [[ $(vercmp $2 2.1.13-1) = -1 ]]; then
+   echo "==> Please kill running gpg-agent and dirmngr processes 
before using this release."
+   fi
+}

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 282992, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-12-10 07:03:39 UTC (rev 282993)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.16
+pkgrel=2
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  

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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:04:13
  Author: felixonmars
Revision: 198685

archrelease: copy trunk to community-any

Added:
  python-ass/repos/community-any/
  python-ass/repos/community-any/PKGBUILD
(from rev 198684, python-ass/trunk/PKGBUILD)

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

Copied: python-ass/repos/community-any/PKGBUILD (from rev 198684, 
python-ass/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-12-10 07:04:13 UTC (rev 198685)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgbase=python-ass
+pkgname=('python-ass' 'python2-ass')
+pkgver=0.4.2
+_commit=c8ffa0b1008c2b2262a2ee7c0f8881f0201a4c8d
+pkgrel=1
+pkgdesc='A library for parsing and manipulating Advanced SubStation Alpha 
subtitle files.'
+arch=('any')
+url='http://github.com/rfw/python-ass'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=("git+https://github.com/rfw/python-ass.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-ass{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-ass
+  python setup.py build
+
+  cd "$srcdir"/python-ass-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-ass
+  python test.py
+
+  cd "$srcdir"/python-ass-py2
+  python2 test.py
+}
+
+package_python-ass() {
+  depends=('python-setuptools')
+
+  cd python-ass
+  python setup.py install --root="$pkgdir" -O1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-ass() {
+  depends=('python2-setuptools')
+
+  cd python-ass-py2
+  python2 setup.py install --root="$pkgdir" -O1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in (4 files)

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:03:39
  Author: felixonmars
Revision: 198684

addpkg: python-ass 0.4.2-1

Added:
  python-ass/
  python-ass/repos/
  python-ass/trunk/
  python-ass/trunk/PKGBUILD

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

Added: python-ass/trunk/PKGBUILD
===
--- python-ass/trunk/PKGBUILD   (rev 0)
+++ python-ass/trunk/PKGBUILD   2016-12-10 07:03:39 UTC (rev 198684)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgbase=python-ass
+pkgname=('python-ass' 'python2-ass')
+pkgver=0.4.2
+_commit=c8ffa0b1008c2b2262a2ee7c0f8881f0201a4c8d
+pkgrel=1
+pkgdesc='A library for parsing and manipulating Advanced SubStation Alpha 
subtitle files.'
+arch=('any')
+url='http://github.com/rfw/python-ass'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=("git+https://github.com/rfw/python-ass.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-ass{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-ass
+  python setup.py build
+
+  cd "$srcdir"/python-ass-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-ass
+  python test.py
+
+  cd "$srcdir"/python-ass-py2
+  python2 test.py
+}
+
+package_python-ass() {
+  depends=('python-setuptools')
+
+  cd python-ass
+  python setup.py install --root="$pkgdir" -O1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-ass() {
+  depends=('python2-setuptools')
+
+  cd python-ass-py2
+  python2 setup.py install --root="$pkgdir" -O1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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


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

2016-12-09 Thread Gaƫtan Bisson
Date: Saturday, December 10, 2016 @ 07:02:47
  Author: bisson
Revision: 282992

implement FS#52096

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 00:21:52 UTC (rev 282991)
+++ PKGBUILD2016-12-10 07:02:47 UTC (rev 282992)
@@ -6,7 +6,7 @@
 
 pkgname=gnupg
 pkgver=2.1.16
-pkgrel=1
+pkgrel=2
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -58,4 +58,9 @@
ln -s gpg2 "${pkgdir}"/usr/bin/gpg
ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
+
+   cd doc/examples/systemd-user
+   for i in *.*; do
+   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
+   done
 }


[arch-commits] Commit in deepin-qml-widgets/repos (4 files)

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:02:01
  Author: felixonmars
Revision: 198683

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

Added:
  deepin-qml-widgets/repos/community-i686/PKGBUILD
(from rev 198682, deepin-qml-widgets/trunk/PKGBUILD)
  deepin-qml-widgets/repos/community-x86_64/PKGBUILD
(from rev 198682, deepin-qml-widgets/trunk/PKGBUILD)
Deleted:
  deepin-qml-widgets/repos/community-i686/PKGBUILD
  deepin-qml-widgets/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-10 07:01:39 UTC (rev 198682)
+++ community-i686/PKGBUILD 2016-12-10 07:02:01 UTC (rev 198683)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-qml-widgets
-pkgver=2.3.4
-pkgrel=1
-pkgdesc='Deepin QML widgets'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-qml-widgets;
-license=('GPL3')
-depends=('qt5-multimedia' 'qt5-webkit' 'qt5-imageformats'
- 'qt5-graphicaleffects' 'qt5-x11extras' 'gtk2')
-makedepends=('git')
-conflicts=('dde-qml-gettext-plugin')
-provides=('dde-qml-gettext-plugin')
-replaces=('dde-qml-gettext-plugin')
-source=("git+https://github.com/linuxdeepin/deepin-qml-widgets.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build(){
-  cd $pkgname
-  qmake-qt5
-  make
-}
-
-package() {
-  cd $pkgname
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-qml-widgets/repos/community-i686/PKGBUILD (from rev 198682, 
deepin-qml-widgets/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-10 07:02:01 UTC (rev 198683)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-qml-widgets
+pkgver=2.3.4
+_dbusfactoryver=3.0.6
+pkgrel=2
+pkgdesc='Deepin QML widgets'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/deepin-qml-widgets;
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-webkit' 'qt5-imageformats'
+ 'qt5-graphicaleffects' 'qt5-x11extras' 'gtk2')
+makedepends=('git' 'deepin-dbus-generator')
+conflicts=('dde-qml-gettext-plugin')
+provides=('dde-qml-gettext-plugin')
+replaces=('dde-qml-gettext-plugin')
+source=("git+https://github.com/linuxdeepin/deepin-qml-widgets.git#tag=$pkgver;
+
"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;)
+sha256sums=('SKIP'
+'SKIP')
+
+build(){
+  cd "$srcdir"/deepin-qml-widgets
+  qmake-qt5
+  make
+
+  cd "$srcdir"/dbus-factory
+  make build-qml
+}
+
+package() {
+  cd "$srcdir"/deepin-qml-widgets
+  make INSTALL_ROOT="$pkgdir" install
+
+  cd "$srcdir"/dbus-factory
+  make DESTDIR="$pkgdir" QT5_LIBDIR="/usr/lib/qt" install-qml
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-10 07:01:39 UTC (rev 198682)
+++ community-x86_64/PKGBUILD   2016-12-10 07:02:01 UTC (rev 198683)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-qml-widgets
-pkgver=2.3.4
-pkgrel=1
-pkgdesc='Deepin QML widgets'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/deepin-qml-widgets;
-license=('GPL3')
-depends=('qt5-multimedia' 'qt5-webkit' 'qt5-imageformats'
- 'qt5-graphicaleffects' 'qt5-x11extras' 'gtk2')
-makedepends=('git')
-conflicts=('dde-qml-gettext-plugin')
-provides=('dde-qml-gettext-plugin')
-replaces=('dde-qml-gettext-plugin')
-source=("git+https://github.com/linuxdeepin/deepin-qml-widgets.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build(){
-  cd $pkgname
-  qmake-qt5
-  make
-}
-
-package() {
-  cd $pkgname
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-qml-widgets/repos/community-x86_64/PKGBUILD (from rev 198682, 
deepin-qml-widgets/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-10 07:02:01 UTC (rev 198683)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-qml-widgets
+pkgver=2.3.4
+_dbusfactoryver=3.0.6
+pkgrel=2
+pkgdesc='Deepin QML widgets'
+arch=('i686' 'x86_64')

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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 07:01:39
  Author: felixonmars
Revision: 198682

upgpkg: deepin-qml-widgets 2.3.4-2

include old dbus-factory qml components for now, for compatibility

Modified:
  deepin-qml-widgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 06:58:39 UTC (rev 198681)
+++ PKGBUILD2016-12-10 07:01:39 UTC (rev 198682)
@@ -5,7 +5,8 @@
 
 pkgname=deepin-qml-widgets
 pkgver=2.3.4
-pkgrel=1
+_dbusfactoryver=3.0.6
+pkgrel=2
 pkgdesc='Deepin QML widgets'
 arch=('i686' 'x86_64')
 url="https://gitcafe.com/Deepin/deepin-qml-widgets;
@@ -12,20 +13,28 @@
 license=('GPL3')
 depends=('qt5-multimedia' 'qt5-webkit' 'qt5-imageformats'
  'qt5-graphicaleffects' 'qt5-x11extras' 'gtk2')
-makedepends=('git')
+makedepends=('git' 'deepin-dbus-generator')
 conflicts=('dde-qml-gettext-plugin')
 provides=('dde-qml-gettext-plugin')
 replaces=('dde-qml-gettext-plugin')
-source=("git+https://github.com/linuxdeepin/deepin-qml-widgets.git#tag=$pkgver;)
-sha256sums=('SKIP')
+source=("git+https://github.com/linuxdeepin/deepin-qml-widgets.git#tag=$pkgver;
+
"git+https://github.com/linuxdeepin/dbus-factory.git#tag=$_dbusfactoryver;)
+sha256sums=('SKIP'
+'SKIP')
 
 build(){
-  cd $pkgname
+  cd "$srcdir"/deepin-qml-widgets
   qmake-qt5
   make
+
+  cd "$srcdir"/dbus-factory
+  make build-qml
 }
 
 package() {
-  cd $pkgname
-  make INSTALL_ROOT="${pkgdir}" install
+  cd "$srcdir"/deepin-qml-widgets
+  make INSTALL_ROOT="$pkgdir" install
+
+  cd "$srcdir"/dbus-factory
+  make DESTDIR="$pkgdir" QT5_LIBDIR="/usr/lib/qt" install-qml
 }


[arch-commits] Commit in deepin-daemon/repos (20 files)

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 06:58:39
  Author: felixonmars
Revision: 198681

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

Added:
  deepin-daemon/repos/community-i686/PKGBUILD
(from rev 198680, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-i686/deepin-daemon.install
(from rev 198680, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
(from rev 198680, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-i686/launcher.patch
(from rev 198680, deepin-daemon/trunk/launcher.patch)
  
deepin-daemon/repos/community-i686/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 198680, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 198680, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 198680, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 198680, deepin-daemon/trunk/deepin-daemon.sysusers)
  deepin-daemon/repos/community-x86_64/launcher.patch
(from rev 198680, deepin-daemon/trunk/launcher.patch)
  
deepin-daemon/repos/community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop
(from rev 198680, 
deepin-daemon/trunk/polkit-gnome-authentication-agent-1-deepin.desktop)
Deleted:
  deepin-daemon/repos/community-i686/PKGBUILD
  deepin-daemon/repos/community-i686/deepin-daemon.install
  deepin-daemon/repos/community-i686/deepin-daemon.sysusers
  deepin-daemon/repos/community-i686/launcher.patch
  
deepin-daemon/repos/community-i686/polkit-gnome-authentication-agent-1-deepin.desktop
  deepin-daemon/repos/community-x86_64/PKGBUILD
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
  deepin-daemon/repos/community-x86_64/launcher.patch
  
deepin-daemon/repos/community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop

-+
 /PKGBUILD   |  104 
 /deepin-daemon.install  |   22 
 /deepin-daemon.sysusers |4 
 /launcher.patch |11352 
++
 /polkit-gnome-authentication-agent-1-deepin.desktop |  174 
 community-i686/PKGBUILD |   52 
 community-i686/deepin-daemon.install|   11 
 community-i686/deepin-daemon.sysusers   |2 
 community-i686/launcher.patch   | 5676 
-
 community-i686/polkit-gnome-authentication-agent-1-deepin.desktop   |   87 
 community-x86_64/PKGBUILD   |   52 
 community-x86_64/deepin-daemon.install  |   11 
 community-x86_64/deepin-daemon.sysusers |2 
 community-x86_64/launcher.patch | 5676 
-
 community-x86_64/polkit-gnome-authentication-agent-1-deepin.desktop |   87 
 15 files changed, 11656 insertions(+), 11656 deletions(-)

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


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 06:58:01
  Author: felixonmars
Revision: 198680

upgpkg: deepin-daemon 3.0.24-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 06:41:43 UTC (rev 198679)
+++ PKGBUILD2016-12-10 06:58:01 UTC (rev 198680)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=3.0.23
-pkgrel=3
+pkgver=3.0.24
+pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/dde-daemon;
@@ -35,7 +35,7 @@
   go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify \
  github.com/mattn/go-sqlite3 gopkg.in/alecthomas/kingpin.v2 
github.com/disintegration/imaging \
  github.com/BurntSushi/freetype-go/freetype 
github.com/BurntSushi/freetype-go/freetype/truetype \
- github.com/BurntSushi/graphics-go/graphics
+ github.com/BurntSushi/graphics-go/graphics 
github.com/fsnotify/fsnotify golang.org/x/sys/unix
 }
 
 build() {


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 06:41:23
  Author: felixonmars
Revision: 198678

upgpkg: python-kombu 4.0.1-1

Modified:
  python-kombu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 06:35:54 UTC (rev 198677)
+++ PKGBUILD2016-12-10 06:41:23 UTC (rev 198678)
@@ -4,7 +4,7 @@
 
 pkgbase=python-kombu
 pkgname=('python-kombu' 'python2-kombu')
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc='A messaging library for Python'
 arch=('any')
@@ -12,12 +12,13 @@
 license=('BSD')
 options=('!emptydirs')
 makedepends=('python-amqp' 'python2-amqp' 'python-setuptools' 
'python2-setuptools' 'git')
-checkdepends=('python-redis' 'python2-redis' 'python-yaml' 'python2-yaml' 
'python-msgpack' 'python2-msgpack'
-  'python2-boto' 'python-pycurl' 'python2-pycurl' 
'python-pytest-runner' 'python2-pytest-runner'
-  'python-case' 'python2-case' 'python2-pymongo' 'python-pytz' 
'python2-pytz'
-  'python-couchdb' 'python2-couchdb' 'python-sqlalchemy' 
'python2-sqlalchemy'
-  'python-pyro' 'python2-pyro')
-  # 'python-boto' 'python-pymongo' 'python2-librabbitmq'
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-redis' 
'python2-redis'
+  'python-yaml' 'python2-yaml' 'python-msgpack' 'python2-msgpack' 
'python2-boto'
+  'python-pycurl' 'python2-pycurl' 'python-case' 'python2-case' 
'python-pymongo'
+  'python2-pymongo' 'python-pytz' 'python2-pytz' 'python-couchdb' 
'python2-couchdb'
+  'python-sqlalchemy' 'python2-sqlalchemy' 'python-pyro' 
'python2-pyro'
+  'python2-librabbitmq')
+  # 'python-boto'
   # https://github.com/celery/kombu/issues/661
   # https://github.com/celery/kombu/issues/662
   # https://github.com/celery/kombu/issues/663


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 06:41:43
  Author: felixonmars
Revision: 198679

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-10 06:41:23 UTC (rev 198678)
+++ PKGBUILD2016-12-10 06:41:43 UTC (rev 198679)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: mutantmonkey 
-
-pkgbase=python-kombu
-pkgname=('python-kombu' 'python2-kombu')
-pkgver=4.0.0
-pkgrel=1
-pkgdesc='A messaging library for Python'
-arch=('any')
-url="http://kombu.readthedocs.org/;
-license=('BSD')
-options=('!emptydirs')
-makedepends=('python-amqp' 'python2-amqp' 'python-setuptools' 
'python2-setuptools' 'git')
-checkdepends=('python-redis' 'python2-redis' 'python-yaml' 'python2-yaml' 
'python-msgpack' 'python2-msgpack'
-  'python2-boto' 'python-pycurl' 'python2-pycurl' 
'python-pytest-runner' 'python2-pytest-runner'
-  'python-case' 'python2-case' 'python2-pymongo' 'python-pytz' 
'python2-pytz'
-  'python-couchdb' 'python2-couchdb' 'python-sqlalchemy' 
'python2-sqlalchemy'
-  'python-pyro' 'python2-pyro')
-  # 'python-boto' 'python-pymongo' 'python2-librabbitmq'
-  # https://github.com/celery/kombu/issues/661
-  # https://github.com/celery/kombu/issues/662
-  # https://github.com/celery/kombu/issues/663
-source=("git+https://github.com/celery/kombu.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a kombu{,-py2}
-}
-
-check() {
-  cd "$srcdir"/kombu
-  python setup.py ptr
-
-  cd "$srcdir"/kombu-py2
-  python2 setup.py ptr
-}
-
-package_python-kombu() {
-  depends=('python-amqp')
-  optdepends=('python-pymongo: for MongoDB support'
-  'python-msgpack: for MessagePack support'
-  'python-pyro: for Pyro support'
-  'python-redis: for Redis support'
-  'python-sqlalchemy: for SQLAlchemy support'
-  'python-boto: for Amazon SQS support'
-  'python-pycurl: for Amazon SQS support'
-  'python-yaml: for YAML support'
-  'python-pyzmq: for ZeroMQ support'
-  'python-couchdb: for CouchDB support')
-  # 'python-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 'python-kazoo: for Zookeeper support': Not packaged yet
-  # 'python-librabbitmq: C optimization for AMQP transport' Not 
available for python 3 yet
-  # 'python-beanstalkc: for Beanstalk Support' Not available for 
python 3 yet
-
-  cd "$srcdir"/kombu
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-kombu() {
-  depends=('python2-amqp')
-  optdepends=('python2-pymongo: for MongoDB support'
-  'python2-msgpack: for MessagePack support'
-  'python2-pyro: for Pyro support'
-  'python2-redis: for Redis support'
-  'python2-sqlalchemy: for SQLAlchemy support'
-  'python2-boto: for Amazon SQS support'
-  'python2-pycurl: for Amazon SQS support'
-  'python2-yaml: for YAML support'
-  'python2-pyzmq: for ZeroMQ support'
-  'python2-librabbitmq: C optimization for AMQP transport'
-  'python2-couchdb: for CouchDB support')
-  # 'python2-softlayer-messaging: for SoftLayer Message Queue 
support': Not packaged yet
-  # 'python2-kazoo: for Zookeeper support': Not packaged yet
-  # 'python2-beanstalkc: for Beanstalk Support' Not packaged yet
-
-  cd "$srcdir"/kombu-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-kombu/repos/community-any/PKGBUILD (from rev 198678, 
python-kombu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-10 06:41:43 UTC (rev 198679)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-kombu
+pkgname=('python-kombu' 'python2-kombu')
+pkgver=4.0.1
+pkgrel=1
+pkgdesc='A messaging library for Python'
+arch=('any')
+url="http://kombu.readthedocs.org/;
+license=('BSD')
+options=('!emptydirs')
+makedepends=('python-amqp' 'python2-amqp' 'python-setuptools' 
'python2-setuptools' 'git')
+checkdepends=('python-pytest-runner' 

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

2016-12-09 Thread Kyle Keen
Date: Saturday, December 10, 2016 @ 06:35:54
  Author: kkeen
Revision: 198677

archrelease: copy trunk to community-any

Added:
  jupyter-notebook/repos/community-any/PKGBUILD
(from rev 198676, jupyter-notebook/trunk/PKGBUILD)
Deleted:
  jupyter-notebook/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-10 06:35:40 UTC (rev 198676)
+++ PKGBUILD2016-12-10 06:35:54 UTC (rev 198677)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=jupyter-notebook
-pkgver=4.2.3
-pkgrel=1
-pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
-arch=('any')
-url="https://github.com/jupyter/notebook;
-license=('BSD')
-depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
- 'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
- 'python-jupyter_client')
-# Also depends on jupyter-nbconvert but that is optional elsewhere.
-# Much of their official dependency tree appears inverted?
-makedepends=('python-setuptools' 'npm' 'git')
-optdepends=('mathjax: latex equation rendering'
-'pandoc: notebook export')
-source=("https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('5c6b0b1303adacd8972c4db21eda3e98')
-
-build() {
-  cd "$srcdir/notebook-$pkgver"
-
-  # FS45999 disable bundled mathjax
-  sed -i 's/^.*MathJax.*$//' bower.json 
-  #sed -i '/Trim mathjax/,/^static_data.append/d' setupbase.py
-  sed -i 's/  mj(/  #mj(/' setupbase.py
-
-  # needs node, downloads a lot of stuff
-  python3 setup.py build
-}
-
-package() {
-  cd "$srcdir/notebook-$pkgver"
-
-  # needs node
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  # FS45999 use system mathjax
-  ln -s /usr/share/mathjax \
-  "$pkgdir/usr/lib/python3.5/site-packages/notebook/static/components/MathJax"
-
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: jupyter-notebook/repos/community-any/PKGBUILD (from rev 198676, 
jupyter-notebook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-10 06:35:54 UTC (rev 198677)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter-notebook
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
+arch=('any')
+url="https://github.com/jupyter/notebook;
+license=('BSD')
+depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
+ 'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
+ 'python-jupyter_client')
+# Also depends on jupyter-nbconvert but that is optional elsewhere.
+# Much of their official dependency tree appears inverted?
+makedepends=('python-setuptools' 'npm' 'git')
+optdepends=('mathjax: latex equation rendering'
+'pandoc: notebook export')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
+md5sums=('9349a421bb2dff0226d71910de0a7184')
+
+build() {
+  cd "$srcdir/notebook-$pkgver"
+
+  # FS45999 disable bundled mathjax
+  sed -i 's/^.*MathJax.*$//' bower.json 
+  #sed -i '/Trim mathjax/,/^static_data.append/d' setupbase.py
+  sed -i 's/  mj(/  #mj(/' setupbase.py
+
+  # needs node, downloads a lot of stuff
+  python3 setup.py build
+}
+
+package() {
+  cd "$srcdir/notebook-$pkgver"
+
+  # needs node
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  # FS45999 use system mathjax
+  ln -s /usr/share/mathjax \
+  "$pkgdir/usr/lib/python3.5/site-packages/notebook/static/components/MathJax"
+
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2016-12-09 Thread Kyle Keen
Date: Saturday, December 10, 2016 @ 06:35:40
  Author: kkeen
Revision: 198676

upgpkg: jupyter-notebook 4.3.0-1

Modified:
  jupyter-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 06:30:02 UTC (rev 198675)
+++ PKGBUILD2016-12-10 06:35:40 UTC (rev 198676)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=jupyter-notebook
-pkgver=4.2.3
+pkgver=4.3.0
 pkgrel=1
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
@@ -17,7 +17,7 @@
 optdepends=('mathjax: latex equation rendering'
 'pandoc: notebook export')
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz;)
-md5sums=('5c6b0b1303adacd8972c4db21eda3e98')
+md5sums=('9349a421bb2dff0226d71910de0a7184')
 
 build() {
   cd "$srcdir/notebook-$pkgver"


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 06:30:02
  Author: felixonmars
Revision: 198675

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-10 06:29:48 UTC (rev 198674)
+++ PKGBUILD2016-12-10 06:30:02 UTC (rev 198675)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: mutantmonkey 
-
-pkgbase=python-amqp
-pkgname=('python-amqp' 'python2-amqp')
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Low-level AMQP client for Python (fork of amqplib)"
-arch=('any')
-url="http://github.com/celery/py-amqp;
-license=('LGPL')
-makedepends=('python-vine' 'python2-vine' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("git+https://github.com/celery/py-amqp.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a py-amqp{,-py2}
-}
-
-build() {
-  cd "$srcdir"/py-amqp
-  python setup.py build
-
-  cd "$srcdir"/py-amqp-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/py-amqp
-  python setup.py ptr
-
-  cd "$srcdir"/py-amqp-py2
-  python2 setup.py ptr
-}
-
-package_python-amqp() {
-  depends=('python-vine')
-
-  cd py-amqp
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-amqp() {
-  depends=('python2-vine')
-
-  cd py-amqp-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-amqp/repos/community-any/PKGBUILD (from rev 198674, 
python-amqp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-10 06:30:02 UTC (rev 198675)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: mutantmonkey 
+
+pkgbase=python-amqp
+pkgname=('python-amqp' 'python2-amqp')
+pkgver=2.1.3
+pkgrel=1
+pkgdesc="Low-level AMQP client for Python (fork of amqplib)"
+arch=('any')
+url="http://github.com/celery/py-amqp;
+license=('LGPL')
+makedepends=('python-vine' 'python2-vine' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("git+https://github.com/celery/py-amqp.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a py-amqp{,-py2}
+}
+
+build() {
+  cd "$srcdir"/py-amqp
+  python setup.py build
+
+  cd "$srcdir"/py-amqp-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/py-amqp
+  python setup.py ptr
+
+  cd "$srcdir"/py-amqp-py2
+  python2 setup.py ptr
+}
+
+package_python-amqp() {
+  depends=('python-vine')
+
+  cd py-amqp
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-amqp() {
+  depends=('python2-vine')
+
+  cd py-amqp-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 06:29:48
  Author: felixonmars
Revision: 198674

upgpkg: python-amqp 2.1.3-1

Modified:
  python-amqp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 06:24:24 UTC (rev 198673)
+++ PKGBUILD2016-12-10 06:29:48 UTC (rev 198674)
@@ -4,7 +4,7 @@
 
 pkgbase=python-amqp
 pkgname=('python-amqp' 'python2-amqp')
-pkgver=2.1.1
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="Low-level AMQP client for Python (fork of amqplib)"
 arch=('any')


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 06:24:24
  Author: felixonmars
Revision: 198673

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-10 06:24:01 UTC (rev 198672)
+++ community-i686/PKGBUILD 2016-12-10 06:24:24 UTC (rev 198673)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.0.14
-pkgrel=4
-pkgdesc='Go-lang bingdings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/dde-api;
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'deepin-metacity' 'xcur2png' 'blur-effect') # 
'gcc-libs>=5.3.0-3')
-makedepends=('git' 'deepin-dbus-factory' 'deepin-gir-generator' 
'deepin-go-lib' 'bzr' 'go') # 'gcc-go')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p build/src/pkg.deepin.io/dde/api
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  cd "$srcdir/dde-api"
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2
-}
-
-build(){
-  cd "$srcdir/dde-api"
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd dde-api
-  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
-}

Copied: deepin-api/repos/community-i686/PKGBUILD (from rev 198672, 
deepin-api/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-10 06:24:24 UTC (rev 198673)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=3.0.15
+pkgrel=1
+pkgdesc='Go-lang bingdings for dde-daemon'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/dde-api;
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'deepin-metacity' 'xcur2png' 'blur-effect') # 
'gcc-libs>=5.3.0-3')
+makedepends=('git' 'deepin-dbus-factory' 'deepin-gir-generator' 
'deepin-go-lib' 'bzr' 'go') # 'gcc-go')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p build/src/pkg.deepin.io/dde/api
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  cd "$srcdir/dde-api"
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2
+}
+
+build(){
+  cd "$srcdir/dde-api"
+  make # USE_GCCGO=1
+}
+
+package() {
+  cd dde-api
+  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-10 06:24:01 UTC (rev 198672)
+++ community-x86_64/PKGBUILD   2016-12-10 06:24:24 UTC (rev 198673)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.0.14
-pkgrel=4
-pkgdesc='Go-lang bingdings for dde-daemon'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/dde-api;
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill' 'poppler-glib' 'deepin-metacity' 'xcur2png' 'blur-effect') # 
'gcc-libs>=5.3.0-3')
-makedepends=('git' 'deepin-dbus-factory' 'deepin-gir-generator' 
'deepin-go-lib' 'bzr' 'go') # 'gcc-go')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-api.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p build/src/pkg.deepin.io/dde/api
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  cd "$srcdir/dde-api"
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2
-}
-
-build(){
-  cd "$srcdir/dde-api"
-  make # USE_GCCGO=1
-}
-
-package() {
-  cd dde-api
-  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
-}


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 06:24:01
  Author: felixonmars
Revision: 198672

upgpkg: deepin-api 3.0.15-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 06:22:13 UTC (rev 198671)
+++ PKGBUILD2016-12-10 06:24:01 UTC (rev 198672)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-api
-pkgver=3.0.14
-pkgrel=4
+pkgver=3.0.15
+pkgrel=1
 pkgdesc='Go-lang bingdings for dde-daemon'
 arch=('i686' 'x86_64')
 url="https://gitcafe.com/Deepin/dde-api;


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 06:21:52
  Author: felixonmars
Revision: 198670

upgpkg: deepin-control-center 3.0.24-2

remove dependency on dbus-factory

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 06:12:50 UTC (rev 198669)
+++ PKGBUILD2016-12-10 06:21:52 UTC (rev 198670)
@@ -5,13 +5,13 @@
 
 pkgname=deepin-control-center
 pkgver=3.0.24
-pkgrel=1
+pkgrel=2
 pkgdesc='New control center for linux deepin'
 arch=('i686' 'x86_64')
 url="http://github.com/linuxdeepin/dde-control-center;
 license=('GPL3')
 depends=('desktop-file-utils' 'deepin-tool-kit' 'gtk2' 'deepin-account-faces' 
'deepin-api'
- 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
+ 'deepin-daemon' 'startdde')
 makedepends=('deepin-dock' 'qt5-tools' 'git')
 conflicts=('dde-control-center' 'dde-dock-applets')
 replaces=('dde-control-center' 'dde-dock-applets')


[arch-commits] Commit in deepin-control-center/repos (4 files)

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 06:22:13
  Author: felixonmars
Revision: 198671

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

Added:
  deepin-control-center/repos/community-i686/PKGBUILD
(from rev 198670, deepin-control-center/trunk/PKGBUILD)
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 198670, deepin-control-center/trunk/PKGBUILD)
Deleted:
  deepin-control-center/repos/community-i686/PKGBUILD
  deepin-control-center/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-10 06:21:52 UTC (rev 198670)
+++ community-i686/PKGBUILD 2016-12-10 06:22:13 UTC (rev 198671)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=3.0.24
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'deepin-tool-kit' 'gtk2' 'deepin-account-faces' 
'deepin-api'
- 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
-makedepends=('deepin-dock' 'qt5-tools' 'git')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-control-center
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr WITH_MODULE_GRUB=NO 
WITH_MODULE_REMOTE_ASSIST=NO WITH_MODULE_SYSINFO_UPDATE=NO
-  make
-}
-
-package() {
-  cd dde-control-center
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-control-center/repos/community-i686/PKGBUILD (from rev 198670, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-10 06:22:13 UTC (rev 198671)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-control-center
+pkgver=3.0.24
+pkgrel=2
+pkgdesc='New control center for linux deepin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/dde-control-center;
+license=('GPL3')
+depends=('desktop-file-utils' 'deepin-tool-kit' 'gtk2' 'deepin-account-faces' 
'deepin-api'
+ 'deepin-daemon' 'startdde')
+makedepends=('deepin-dock' 'qt5-tools' 'git')
+conflicts=('dde-control-center' 'dde-dock-applets')
+replaces=('dde-control-center' 'dde-dock-applets')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd dde-control-center
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr WITH_MODULE_GRUB=NO 
WITH_MODULE_REMOTE_ASSIST=NO WITH_MODULE_SYSINFO_UPDATE=NO
+  make
+}
+
+package() {
+  cd dde-control-center
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-10 06:21:52 UTC (rev 198670)
+++ community-x86_64/PKGBUILD   2016-12-10 06:22:13 UTC (rev 198671)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=3.0.24
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'deepin-tool-kit' 'gtk2' 'deepin-account-faces' 
'deepin-api'
- 'deepin-daemon' 'deepin-dbus-factory' 'startdde')
-makedepends=('deepin-dock' 'qt5-tools' 'git')
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-control-center.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd dde-control-center
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr WITH_MODULE_GRUB=NO 
WITH_MODULE_REMOTE_ASSIST=NO WITH_MODULE_SYSINFO_UPDATE=NO
-  make
-}
-
-package() {
-  cd dde-control-center
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-control-center/repos/community-x86_64/PKGBUILD (from rev 198670, 
deepin-control-center/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-10 

[arch-commits] Commit in deepin-dbus-factory/trunk (PKGBUILD fix-arch.patch)

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 06:12:28
  Author: felixonmars
Revision: 198668

upgpkg: deepin-dbus-factory 3.0.7-1

Modified:
  deepin-dbus-factory/trunk/PKGBUILD
Deleted:
  deepin-dbus-factory/trunk/fix-arch.patch

+
 PKGBUILD   |   20 ++--
 fix-arch.patch |   13 -
 2 files changed, 6 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 02:59:54 UTC (rev 198667)
+++ PKGBUILD2016-12-10 06:12:28 UTC (rev 198668)
@@ -4,24 +4,16 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-dbus-factory
-pkgver=3.0.6
-pkgrel=3
-pkgdesc='QML DBus factory for DDE'
+pkgver=3.0.7
+pkgrel=1
+pkgdesc='GO DBus factory for DDE'
 arch=('i686' 'x86_64')
 url="https://gitcafe.com/Deepin/dbus-factory;
 license=('GPL3')
-depends=('qt5-declarative')
-makedepends=('git' 'deepin-dbus-generator')
-source=("git+https://cr.deepin.io/dbus-factory.git#tag=$pkgver;
-fix-arch.patch)
-sha256sums=('SKIP'
-'0195e1258534ef14d8ec63cde5389f8cfad39d5308ab8ddf73966018a34bd300')
+makedepends=('git' 'go' 'deepin-dbus-generator')
+source=("git+https://cr.deepin.io/dbus-factory.git#tag=$pkgver;)
+sha256sums=('SKIP')
 
-prepare() {
-  cd dbus-factory
-  patch -p1 -i ../fix-arch.patch
-}
-
 build(){
   cd dbus-factory
   make

Deleted: fix-arch.patch
===
--- fix-arch.patch  2016-12-10 02:59:54 UTC (rev 198667)
+++ fix-arch.patch  2016-12-10 06:12:28 UTC (rev 198668)
@@ -1,13 +0,0 @@
-diff -ruN a/in.json/Makefile b/in.json/Makefile
 a/in.json/Makefile  2014-12-30 20:01:39.978997830 +0100
-+++ b/in.json/Makefile  2014-12-30 20:08:45.569012561 +0100
-@@ -1,7 +1,7 @@
- PREFIX  = /usr
- 
--GOPATH := $(shell go env GOPATH)
--QT5_LIBDIR ?= $(PREFIX)/lib/qt5
-+GOPATH := $(PREFIX)/lib/go
-+QT5_LIBDIR ?= $(PREFIX)/lib/qt
- QMLDIR ?= $(QT5_LIBDIR)/qml
- 
- JSONS  := $(wildcard *.in.json)


[arch-commits] Commit in deepin-dbus-factory/repos (6 files)

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 06:12:50
  Author: felixonmars
Revision: 198669

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

Added:
  deepin-dbus-factory/repos/community-i686/PKGBUILD
(from rev 198668, deepin-dbus-factory/trunk/PKGBUILD)
  deepin-dbus-factory/repos/community-x86_64/PKGBUILD
(from rev 198668, deepin-dbus-factory/trunk/PKGBUILD)
Deleted:
  deepin-dbus-factory/repos/community-i686/PKGBUILD
  deepin-dbus-factory/repos/community-i686/fix-arch.patch
  deepin-dbus-factory/repos/community-x86_64/PKGBUILD
  deepin-dbus-factory/repos/community-x86_64/fix-arch.patch

-+
 /PKGBUILD   |   50 ++
 community-i686/PKGBUILD |   33 -
 community-i686/fix-arch.patch   |   13 -
 community-x86_64/PKGBUILD   |   33 -
 community-x86_64/fix-arch.patch |   13 -
 5 files changed, 50 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-10 06:12:28 UTC (rev 198668)
+++ community-i686/PKGBUILD 2016-12-10 06:12:50 UTC (rev 198669)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dbus-factory
-pkgver=3.0.6
-pkgrel=3
-pkgdesc='QML DBus factory for DDE'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/dbus-factory;
-license=('GPL3')
-depends=('qt5-declarative')
-makedepends=('git' 'deepin-dbus-generator')
-source=("git+https://cr.deepin.io/dbus-factory.git#tag=$pkgver;
-fix-arch.patch)
-sha256sums=('SKIP'
-'0195e1258534ef14d8ec63cde5389f8cfad39d5308ab8ddf73966018a34bd300')
-
-prepare() {
-  cd dbus-factory
-  patch -p1 -i ../fix-arch.patch
-}
-
-build(){
-  cd dbus-factory
-  make
-}
-
-package() {
-  cd dbus-factory
-  make GOPATH="/usr/share/gocode" DESTDIR="$pkgdir" install
-}

Copied: deepin-dbus-factory/repos/community-i686/PKGBUILD (from rev 198668, 
deepin-dbus-factory/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-10 06:12:50 UTC (rev 198669)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-dbus-factory
+pkgver=3.0.7
+pkgrel=1
+pkgdesc='GO DBus factory for DDE'
+arch=('i686' 'x86_64')
+url="https://gitcafe.com/Deepin/dbus-factory;
+license=('GPL3')
+makedepends=('git' 'go' 'deepin-dbus-generator')
+source=("git+https://cr.deepin.io/dbus-factory.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build(){
+  cd dbus-factory
+  make
+}
+
+package() {
+  cd dbus-factory
+  make GOPATH="/usr/share/gocode" DESTDIR="$pkgdir" install
+}

Deleted: community-i686/fix-arch.patch
===
--- community-i686/fix-arch.patch   2016-12-10 06:12:28 UTC (rev 198668)
+++ community-i686/fix-arch.patch   2016-12-10 06:12:50 UTC (rev 198669)
@@ -1,13 +0,0 @@
-diff -ruN a/in.json/Makefile b/in.json/Makefile
 a/in.json/Makefile  2014-12-30 20:01:39.978997830 +0100
-+++ b/in.json/Makefile  2014-12-30 20:08:45.569012561 +0100
-@@ -1,7 +1,7 @@
- PREFIX  = /usr
- 
--GOPATH := $(shell go env GOPATH)
--QT5_LIBDIR ?= $(PREFIX)/lib/qt5
-+GOPATH := $(PREFIX)/lib/go
-+QT5_LIBDIR ?= $(PREFIX)/lib/qt
- QMLDIR ?= $(QT5_LIBDIR)/qml
- 
- JSONS  := $(wildcard *.in.json)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-10 06:12:28 UTC (rev 198668)
+++ community-x86_64/PKGBUILD   2016-12-10 06:12:50 UTC (rev 198669)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-dbus-factory
-pkgver=3.0.6
-pkgrel=3
-pkgdesc='QML DBus factory for DDE'
-arch=('i686' 'x86_64')
-url="https://gitcafe.com/Deepin/dbus-factory;
-license=('GPL3')
-depends=('qt5-declarative')
-makedepends=('git' 'deepin-dbus-generator')
-source=("git+https://cr.deepin.io/dbus-factory.git#tag=$pkgver;
-fix-arch.patch)
-sha256sums=('SKIP'
-'0195e1258534ef14d8ec63cde5389f8cfad39d5308ab8ddf73966018a34bd300')
-
-prepare() {
-  cd dbus-factory
-  patch -p1 -i ../fix-arch.patch
-}
-
-build(){
-  cd dbus-factory
-  make
-}
-
-package() {
-  cd dbus-factory
-  make GOPATH="/usr/share/gocode" DESTDIR="$pkgdir" install
-}

Copied: deepin-dbus-factory/repos/community-x86_64/PKGBUILD (from rev 198668, 
deepin-dbus-factory/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD

[arch-commits] Commit in python-sortedcontainers/repos/community-any (2 files)

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 02:59:54
  Author: felixonmars
Revision: 198667

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-10 02:59:37 UTC (rev 198666)
+++ PKGBUILD2016-12-10 02:59:54 UTC (rev 198667)
@@ -1,49 +0,0 @@
-# $Id: PKGBUILD 141139 2015-09-20 03:14:59Z fyan $
-# Maintainer: Felix Yan 
-
-pkgbase=python-sortedcontainers
-pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=1.5.5
-pkgrel=1
-pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
-arch=('any')
-license=('Apache')
-url="http://www.grantjenks.com/docs/sortedcontainers/;
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/grantjenks/sorted_containers.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a sorted_containers{,-py2}
-}
-
-build() {
-  cd "$srcdir/sorted_containers"
-  python setup.py build
-
-  cd "$srcdir/sorted_containers-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/sorted_containers"
-  nosetests3
-
-  cd "$srcdir/sorted_containers-py2"
-  nosetests2
-}
-
-package_python-sortedcontainers() {
-  depends=('python')
-
-  cd sorted_containers
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-sortedcontainers() {
-  depends=('python2')
-
-  cd sorted_containers-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-sortedcontainers/repos/community-any/PKGBUILD (from rev 198666, 
python-sortedcontainers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-10 02:59:54 UTC (rev 198667)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 141139 2015-09-20 03:14:59Z fyan $
+# Maintainer: Felix Yan 
+
+pkgbase=python-sortedcontainers
+pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
+pkgver=1.5.6
+pkgrel=1
+pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
+arch=('any')
+license=('Apache')
+url="http://www.grantjenks.com/docs/sortedcontainers/;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/grantjenks/sorted_containers.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a sorted_containers{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sorted_containers
+  python setup.py build
+
+  cd "$srcdir"/sorted_containers-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/sorted_containers
+  nosetests3
+
+  cd "$srcdir"/sorted_containers-py2
+  nosetests2
+}
+
+package_python-sortedcontainers() {
+  depends=('python')
+
+  cd sorted_containers
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-sortedcontainers() {
+  depends=('python2')
+
+  cd sorted_containers-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 02:59:37
  Author: felixonmars
Revision: 198666

upgpkg: python-sortedcontainers 1.5.6-1

Modified:
  python-sortedcontainers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 02:21:56 UTC (rev 198665)
+++ PKGBUILD2016-12-10 02:59:37 UTC (rev 198666)
@@ -3,7 +3,7 @@
 
 pkgbase=python-sortedcontainers
 pkgname=('python-sortedcontainers' 'python2-sortedcontainers')
-pkgver=1.5.5
+pkgver=1.5.6
 pkgrel=1
 pkgdesc="Python Sorted Container Types: SortedList, SortedDict, and SortedSet"
 arch=('any')
@@ -19,18 +19,18 @@
 }
 
 build() {
-  cd "$srcdir/sorted_containers"
+  cd "$srcdir"/sorted_containers
   python setup.py build
 
-  cd "$srcdir/sorted_containers-py2"
+  cd "$srcdir"/sorted_containers-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/sorted_containers"
+  cd "$srcdir"/sorted_containers
   nosetests3
 
-  cd "$srcdir/sorted_containers-py2"
+  cd "$srcdir"/sorted_containers-py2
   nosetests2
 }
 
@@ -38,7 +38,7 @@
   depends=('python')
 
   cd sorted_containers
-  python setup.py install --root="${pkgdir}" --optimize=1
+  python setup.py install --root="$pkgdir" --optimize=1
 }
 
 package_python2-sortedcontainers() {
@@ -45,5 +45,5 @@
   depends=('python2')
 
   cd sorted_containers-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
+  python2 setup.py install --root="$pkgdir" --optimize=1
 }


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 02:21:56
  Author: felixonmars
Revision: 198665

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-10 02:21:41 UTC (rev 198664)
+++ PKGBUILD2016-12-10 02:21:56 UTC (rev 198665)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Mario Danic 
-
-pkgbase=python-paramiko
-pkgname=(python-paramiko python2-paramiko)
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="Python module that implements the SSH2 protocol"
-url="https://github.com/paramiko/paramiko/;
-license=('LGPL')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cryptography' 
'python2-cryptography' 'git')
-source=("git+https://github.com/paramiko/paramiko.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a paramiko{,-py2}
-
-  find paramiko-py2 -name '*.py' -print0 | xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-}
-
-check() {
-  cd "$srcdir/paramiko"
-  LANG=en_US.UTF-8 python test.py
-
-  cd "$srcdir/paramiko-py2"
-  LANG=en_US.UTF-8 python2 test.py
-}
-
-package_python-paramiko() {
-  depends=('python-setuptools' 'python-cryptography')
-  cd "$srcdir/paramiko"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
-  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
-  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
-}
-
-package_python2-paramiko() {
-  depends=('python2-setuptools' 'python2-cryptography')
-  cd "$srcdir/paramiko-py2"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
-  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
-  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
-}
-

Copied: python-paramiko/repos/community-any/PKGBUILD (from rev 198664, 
python-paramiko/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-10 02:21:56 UTC (rev 198665)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Mario Danic 
+
+pkgbase=python-paramiko
+pkgname=(python-paramiko python2-paramiko)
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Python module that implements the SSH2 protocol"
+url="https://github.com/paramiko/paramiko/;
+license=('LGPL')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cryptography' 
'python2-cryptography' 'git')
+source=("git+https://github.com/paramiko/paramiko.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a paramiko{,-py2}
+
+  find paramiko-py2 -name '*.py' -print0 | xargs -0 \
+sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
+-e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
+}
+
+check() {
+  cd "$srcdir/paramiko"
+  LANG=en_US.UTF-8 python test.py
+
+  cd "$srcdir/paramiko-py2"
+  LANG=en_US.UTF-8 python2 test.py
+}
+
+package_python-paramiko() {
+  depends=('python-setuptools' 'python-cryptography')
+  cd "$srcdir/paramiko"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
+  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
+  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
+}
+
+package_python2-paramiko() {
+  depends=('python2-setuptools' 'python2-cryptography')
+  cd "$srcdir/paramiko-py2"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
+  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
+  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
+}
+


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 02:21:41
  Author: felixonmars
Revision: 198664

upgpkg: python-paramiko 2.1.0-1

Modified:
  python-paramiko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 02:20:53 UTC (rev 198663)
+++ PKGBUILD2016-12-10 02:21:41 UTC (rev 198664)
@@ -6,7 +6,7 @@
 
 pkgbase=python-paramiko
 pkgname=(python-paramiko python2-paramiko)
-pkgver=2.0.2
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="Python module that implements the SSH2 protocol"
 url="https://github.com/paramiko/paramiko/;


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 02:20:53
  Author: felixonmars
Revision: 198663

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 198662, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-10 02:20:25 UTC (rev 198662)
+++ PKGBUILD2016-12-10 02:20:53 UTC (rev 198663)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=3.11.1
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('79543354c413d0c4c48073dd518e0ebd')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 198662, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-10 02:20:53 UTC (rev 198663)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=3.12.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('1f649f77ee7c3e522ce14b55596d687b')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+npm link $dep;
+  done
+}


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

2016-12-09 Thread Felix Yan
Date: Saturday, December 10, 2016 @ 02:20:25
  Author: felixonmars
Revision: 198662

upgpkg: eslint 3.12.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 20:08:44 UTC (rev 198661)
+++ PKGBUILD2016-12-10 02:20:25 UTC (rev 198662)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=3.11.1
+pkgver=3.12.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('79543354c413d0c4c48073dd518e0ebd')
+md5sums=('1f649f77ee7c3e522ce14b55596d687b')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-12-09 Thread Gaƫtan Bisson
Date: Saturday, December 10, 2016 @ 00:21:52
  Author: bisson
Revision: 282991

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 282990, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 282990, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 282990, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 282990, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 282990, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 282990, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 282990, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 282990, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  130 ++
 /conf   |   12 
 /install|   10 +++
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   65 ---
 extra-i686/conf |6 --
 extra-i686/install  |5 -
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   65 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|5 -
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 154 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-10 00:20:15 UTC (rev 282990)
+++ extra-i686/PKGBUILD 2016-12-10 00:21:52 UTC (rev 282991)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.19.19
-pkgrel=3
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient' 
'libcdio-paranoia'
- 'libgme')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('8c281b823825cab6677cb142b564acbf09a2874d'
-  'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   # Temporary; see FS#48372
-   install -d "${srcdir}"/pkg-config
-   ln -s /usr/lib/pkgconfig/libsystemd.pc 
"${srcdir}"/pkg-config/libsystemd-daemon.pc
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PKG_CONFIG_PATH="${srcdir}"/pkg-config
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-cdio-paranoia \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd{,/playlists}
-
-   install -Dm644 "${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 282990, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-10 00:21:52 UTC (rev 282991)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.19.20
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'

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

2016-12-09 Thread Gaƫtan Bisson
Date: Saturday, December 10, 2016 @ 00:20:15
  Author: bisson
Revision: 282990

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 23:05:56 UTC (rev 282989)
+++ PKGBUILD2016-12-10 00:20:15 UTC (rev 282990)
@@ -6,8 +6,8 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.19.19
-pkgrel=3
+pkgver=0.19.20
+pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='https://www.musicpd.org/'
 license=('GPL')
@@ -21,7 +21,7 @@
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
 'tmpfiles.d'
 'conf')
-sha1sums=('8c281b823825cab6677cb142b564acbf09a2874d'
+sha1sums=('7f8ec89d9bfee6a85e03746c69c5bf7c7190cba7'
   'SKIP'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '291fd5cda9f0845834a553017327c4586bd853f6')


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

2016-12-09 Thread Jan Steffens
Date: Friday, December 9, 2016 @ 23:05:56
  Author: heftig
Revision: 282989

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

Added:
  clutter-gst/repos/extra-i686/PKGBUILD
(from rev 282988, clutter-gst/trunk/PKGBUILD)
  clutter-gst/repos/extra-x86_64/PKGBUILD
(from rev 282988, clutter-gst/trunk/PKGBUILD)
Deleted:
  clutter-gst/repos/extra-i686/PKGBUILD
  clutter-gst/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-09 23:05:20 UTC (rev 282988)
+++ extra-i686/PKGBUILD 2016-12-09 23:05:56 UTC (rev 282989)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=clutter-gst
-pkgver=3.0.20+5+ga71607b
-pkgrel=1
-pkgdesc="GStreamer bindings for clutter"
-arch=(i686 x86_64)
-url="https://git.gnome.org/browse/clutter-gst;
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage libgudev)
-makedepends=(gobject-introspection gtk-doc git)
-_commit=a71607b7dc2a0f27d53bf9c5b79d92e08819c6a4  # clutter-gst-3.0
-source=("git://git.gnome.org/clutter-gst#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
---enable-gtk-doc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
-  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-i686/PKGBUILD (from rev 282988, 
clutter-gst/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-09 23:05:56 UTC (rev 282989)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=clutter-gst
+pkgver=3.0.22
+pkgrel=1
+pkgdesc="GStreamer bindings for clutter"
+arch=(i686 x86_64)
+url="https://git.gnome.org/browse/clutter-gst;
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage libgudev)
+makedepends=(gobject-introspection gtk-doc git)
+_commit=439d3a08de55a49c39066add4f7f32db3164380b  # tags/3.0.22^0
+source=("git://git.gnome.org/clutter-gst#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--enable-gtk-doc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
+  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-12-09 23:05:20 UTC (rev 282988)
+++ extra-x86_64/PKGBUILD   2016-12-09 23:05:56 UTC (rev 282989)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=clutter-gst
-pkgver=3.0.20+5+ga71607b
-pkgrel=1
-pkgdesc="GStreamer bindings for clutter"
-arch=(i686 x86_64)
-url="https://git.gnome.org/browse/clutter-gst;
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage libgudev)
-makedepends=(gobject-introspection gtk-doc git)
-_commit=a71607b7dc2a0f27d53bf9c5b79d92e08819c6a4  # clutter-gst-3.0
-source=("git://git.gnome.org/clutter-gst#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
---enable-gtk-doc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
-  rm -rf "${pkgdir}"/usr/lib/gstreamer-1.0
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-x86_64/PKGBUILD (from rev 282988, 
clutter-gst/trunk/PKGBUILD)

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

2016-12-09 Thread Jan Steffens
Date: Friday, December 9, 2016 @ 23:05:20
  Author: heftig
Revision: 282988

3.0.22-1

Modified:
  clutter-gst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 22:57:25 UTC (rev 282987)
+++ PKGBUILD2016-12-09 23:05:20 UTC (rev 282988)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=clutter-gst
-pkgver=3.0.20+5+ga71607b
+pkgver=3.0.22
 pkgrel=1
 pkgdesc="GStreamer bindings for clutter"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(clutter gst-plugins-base-libs libxdamage libgudev)
 makedepends=(gobject-introspection gtk-doc git)
-_commit=a71607b7dc2a0f27d53bf9c5b79d92e08819c6a4  # clutter-gst-3.0
+_commit=439d3a08de55a49c39066add4f7f32db3164380b  # tags/3.0.22^0
 source=("git://git.gnome.org/clutter-gst#commit=$_commit")
 sha256sums=('SKIP')
 


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

2016-12-09 Thread Jan Steffens
Date: Friday, December 9, 2016 @ 22:57:25
  Author: heftig
Revision: 282987

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 282986, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk-query-immodules-3.0.hook
(from rev 282986, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-i686/gtk-update-icon-cache.hook
(from rev 282986, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-i686/gtk-update-icon-cache.script
(from rev 282986, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-i686/gtk3.install
(from rev 282986, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 282986, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 282986, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 282986, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 282986, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 282986, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 282986, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 282986, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-i686/gtk-update-icon-cache.hook
  gtk3/repos/extra-i686/gtk-update-icon-cache.script
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

---+
 /PKGBUILD |  210 
 /gtk-query-immodules-3.0.hook |   22 ++
 /gtk-update-icon-cache.hook   |   26 +++
 /gtk-update-icon-cache.script |   20 ++
 /gtk3.install |6 
 /settings.ini |8 +
 extra-i686/PKGBUILD   |  101 -
 extra-i686/gtk-query-immodules-3.0.hook   |   11 -
 extra-i686/gtk-update-icon-cache.hook |   13 -
 extra-i686/gtk-update-icon-cache.script   |   10 -
 extra-i686/gtk3.install   |3 
 extra-i686/settings.ini   |4 
 extra-x86_64/PKGBUILD |  101 -
 extra-x86_64/gtk-query-immodules-3.0.hook |   11 -
 extra-x86_64/gtk-update-icon-cache.hook   |   13 -
 extra-x86_64/gtk-update-icon-cache.script |   10 -
 extra-x86_64/gtk3.install |3 
 extra-x86_64/settings.ini |4 
 18 files changed, 292 insertions(+), 284 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-09 22:54:32 UTC (rev 282986)
+++ extra-i686/PKGBUILD 2016-12-09 22:57:25 UTC (rev 282987)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache gtk3-print-backends)
-pkgver=3.22.4
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(i686 x86_64)
-url="http://www.gtk.org/;
-depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
- libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
- adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa)
-makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups)
-license=(LGPL)
-_commit=4569bb372f838a9a68c9b134ef18865abe77001c  # tags/3.22.4^0
-source=("git://git.gnome.org/gtk+#commit=$_commit"
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('SKIP'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-pkgver() {
-cd gtk+
-git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-mkdir print-backends
-cd gtk+
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd gtk+
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend \
---enable-gtk-doc
-
-

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

2016-12-09 Thread Jan Steffens
Date: Friday, December 9, 2016 @ 22:54:32
  Author: heftig
Revision: 282986

3.22.5-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 22:18:07 UTC (rev 282985)
+++ PKGBUILD2016-12-09 22:54:32 UTC (rev 282986)
@@ -4,7 +4,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache gtk3-print-backends)
-pkgver=3.22.4
+pkgver=3.22.5
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
  adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa)
 makedepends=(gobject-introspection libcanberra gtk-doc git colord rest libcups)
 license=(LGPL)
-_commit=4569bb372f838a9a68c9b134ef18865abe77001c  # tags/3.22.4^0
+_commit=a8991a6bea0023c6d5bec8b2ab704b7ae067d7a6  # tags/3.22.5^0
 source=("git://git.gnome.org/gtk+#commit=$_commit"
 settings.ini
 gtk-query-immodules-3.0.hook
@@ -34,6 +34,10 @@
 prepare() {
 mkdir print-backends
 cd gtk+
+
+# WTF: Work around an issue building i686 on soyuz
+echo >git.mk
+
 NOCONFIGURE=1 ./autogen.sh
 }
 


[arch-commits] Commit in wpa_supplicant/repos (12 files)

2016-12-09 Thread Bartłomiej Piotrowski
Date: Friday, December 9, 2016 @ 22:18:07
  Author: bpiotrowski
Revision: 282985

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

Added:
  wpa_supplicant/repos/testing-i686/PKGBUILD
(from rev 282984, wpa_supplicant/trunk/PKGBUILD)
  wpa_supplicant/repos/testing-i686/config
(from rev 282984, wpa_supplicant/trunk/config)
  wpa_supplicant/repos/testing-i686/wpa_supplicant.install
(from rev 282984, wpa_supplicant/trunk/wpa_supplicant.install)
  wpa_supplicant/repos/testing-x86_64/PKGBUILD
(from rev 282984, wpa_supplicant/trunk/PKGBUILD)
  wpa_supplicant/repos/testing-x86_64/config
(from rev 282984, wpa_supplicant/trunk/config)
  wpa_supplicant/repos/testing-x86_64/wpa_supplicant.install
(from rev 282984, wpa_supplicant/trunk/wpa_supplicant.install)
Deleted:
  wpa_supplicant/repos/testing-i686/PKGBUILD
  wpa_supplicant/repos/testing-i686/config
  wpa_supplicant/repos/testing-i686/wpa_supplicant.install
  wpa_supplicant/repos/testing-x86_64/PKGBUILD
  wpa_supplicant/repos/testing-x86_64/config
  wpa_supplicant/repos/testing-x86_64/wpa_supplicant.install

---+
 /PKGBUILD |  122 +++
 /config   | 1034 
 /wpa_supplicant.install   |   14 
 testing-i686/PKGBUILD |   61 -
 testing-i686/config   |  517 
 testing-i686/wpa_supplicant.install   |7 
 testing-x86_64/PKGBUILD   |   61 -
 testing-x86_64/config |  517 
 testing-x86_64/wpa_supplicant.install |7 
 9 files changed, 1170 insertions(+), 1170 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-12-09 22:17:59 UTC (rev 282984)
+++ testing-i686/PKGBUILD   2016-12-09 22:18:07 UTC (rev 282985)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thomas BƤchler 
-
-pkgname=wpa_supplicant
-pkgver=2.6
-pkgrel=3
-epoch=1
-pkgdesc="A utility providing key negotiation for WPA wireless networks"
-url="http://hostap.epitest.fi/wpa_supplicant;
-arch=('i686' 'x86_64')
-depends=('openssl' 'libdbus' 'readline' 'libnl')
-optdepends=('wpa_supplicant_gui: wpa_gui program')
-license=('GPL')
-install=wpa_supplicant.install
-source=(https://w1.fi/releases/${pkgname}-${pkgver}.tar.gz{,.asc}
-config)
-validpgpkeys=('EC4AA0A991A5F2464582D52D2B6EF432EFC895FA') # Jouni Malinen
-sha256sums=('b4936d34c4e6cdd44954beba74296d964bc2c9668ecaa5255e499636fe2b1450'
-'SKIP'
-'e7724868cda101f94962dd247c859cab581bc51080ae967b9e6409502d5193d4')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver/$pkgname"
-  cp "$srcdir/config" ./.config
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/$pkgname"
-
-  # The Makefile does not pick up our CPPFLAGS
-  export CFLAGS="$CPPFLAGS $CFLAGS"
-  make LIBDIR=/usr/lib BINDIR=/usr/bin
-  make LIBDIR=/usr/lib BINDIR=/usr/bin eapol_test
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/$pkgname"
-  make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="$pkgdir" install
-  install -Dm755 eapol_test "$pkgdir/usr/bin/eapol_test"
-
-  install -d -m755 "$pkgdir/etc/wpa_supplicant"
-  install -Dm644 wpa_supplicant.conf \
-"$pkgdir/usr/share/doc/wpa_supplicant/wpa_supplicant.conf"
-
-  install -d -m755 "$pkgdir/usr/share/man/man"{5,8}
-  install -m644 doc/docbook/*.5 "$pkgdir/usr/share/man/man5/"
-  install -m644 doc/docbook/*.8 "$pkgdir/usr/share/man/man8/"
-  rm -f "$pkgdir/usr/share/man/man8/wpa_"{priv,gui}.8
-
-  install -d -m755 "$pkgdir/usr/share/dbus-1/system-services"
-  install -m644 \
-dbus/fi.{epitest.hostap.WPASupplicant,w1.wpa_supplicant1}.service \
-"$pkgdir/usr/share/dbus-1/system-services/"
-
-  install -Dm644 dbus/dbus-wpa_supplicant.conf \
-"$pkgdir/etc/dbus-1/system.d/wpa_supplicant.conf"
-
-  install -d -m755 "$pkgdir/usr/lib/systemd/system"
-  install -m644 systemd/*.service "$pkgdir/usr/lib/systemd/system/"
-}

Copied: wpa_supplicant/repos/testing-i686/PKGBUILD (from rev 282984, 
wpa_supplicant/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-09 22:18:07 UTC (rev 282985)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas BƤchler 
+
+pkgname=wpa_supplicant
+pkgver=2.6
+pkgrel=4
+epoch=1
+pkgdesc="A utility providing key negotiation for WPA wireless networks"
+url="http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('openssl' 'libdbus' 'readline' 'libnl')
+optdepends=('wpa_supplicant_gui: wpa_gui program')
+license=('GPL')
+install=wpa_supplicant.install
+source=(https://w1.fi/releases/${pkgname}-${pkgver}.tar.gz{,.asc}
+config)

[arch-commits] Commit in wpa_supplicant/trunk (PKGBUILD wpa_supplicant.install)

2016-12-09 Thread Bartłomiej Piotrowski
Date: Friday, December 9, 2016 @ 22:17:59
  Author: bpiotrowski
Revision: 282984

upgpkg: wpa_supplicant 1:2.6-4

fix vercmp invocation

Modified:
  wpa_supplicant/trunk/PKGBUILD
  wpa_supplicant/trunk/wpa_supplicant.install

+
 PKGBUILD   |2 +-
 wpa_supplicant.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 21:43:24 UTC (rev 282983)
+++ PKGBUILD2016-12-09 22:17:59 UTC (rev 282984)
@@ -4,7 +4,7 @@
 
 pkgname=wpa_supplicant
 pkgver=2.6
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="A utility providing key negotiation for WPA wireless networks"
 url="http://hostap.epitest.fi/wpa_supplicant;

Modified: wpa_supplicant.install
===
--- wpa_supplicant.install  2016-12-09 21:43:24 UTC (rev 282983)
+++ wpa_supplicant.install  2016-12-09 22:17:59 UTC (rev 282984)
@@ -1,5 +1,5 @@
 post_upgrade() {
-  if [[ $(vercmp '1:2.6-2' "$2") -lt 1 ]]; then
+  if [[ $(vercmp "$2" '1:2.6-3') -lt 0 ]]; then
 echo ':: The /etc/wpa_supplicant/wpa_supplicant.conf is file no longer 
managed by pacman'
 echo '   and if it was modified, it has been renamed to 
wpa_supplicant.conf.pacsave.'
 echo '   Move it to the original location if needed.'


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

2016-12-09 Thread Bartłomiej Piotrowski
Date: Friday, December 9, 2016 @ 21:43:24
  Author: bpiotrowski
Revision: 282983

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

Added:
  wpa_supplicant/repos/testing-i686/
  wpa_supplicant/repos/testing-i686/PKGBUILD
(from rev 282982, wpa_supplicant/trunk/PKGBUILD)
  wpa_supplicant/repos/testing-i686/config
(from rev 282982, wpa_supplicant/trunk/config)
  wpa_supplicant/repos/testing-i686/wpa_supplicant.install
(from rev 282982, wpa_supplicant/trunk/wpa_supplicant.install)
  wpa_supplicant/repos/testing-x86_64/
  wpa_supplicant/repos/testing-x86_64/PKGBUILD
(from rev 282982, wpa_supplicant/trunk/PKGBUILD)
  wpa_supplicant/repos/testing-x86_64/config
(from rev 282982, wpa_supplicant/trunk/config)
  wpa_supplicant/repos/testing-x86_64/wpa_supplicant.install
(from rev 282982, wpa_supplicant/trunk/wpa_supplicant.install)

---+
 testing-i686/PKGBUILD |   61 +++
 testing-i686/config   |  517 
 testing-i686/wpa_supplicant.install   |7 
 testing-x86_64/PKGBUILD   |   61 +++
 testing-x86_64/config |  517 
 testing-x86_64/wpa_supplicant.install |7 
 6 files changed, 1170 insertions(+)

Copied: wpa_supplicant/repos/testing-i686/PKGBUILD (from rev 282982, 
wpa_supplicant/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-09 21:43:24 UTC (rev 282983)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas BƤchler 
+
+pkgname=wpa_supplicant
+pkgver=2.6
+pkgrel=3
+epoch=1
+pkgdesc="A utility providing key negotiation for WPA wireless networks"
+url="http://hostap.epitest.fi/wpa_supplicant;
+arch=('i686' 'x86_64')
+depends=('openssl' 'libdbus' 'readline' 'libnl')
+optdepends=('wpa_supplicant_gui: wpa_gui program')
+license=('GPL')
+install=wpa_supplicant.install
+source=(https://w1.fi/releases/${pkgname}-${pkgver}.tar.gz{,.asc}
+config)
+validpgpkeys=('EC4AA0A991A5F2464582D52D2B6EF432EFC895FA') # Jouni Malinen
+sha256sums=('b4936d34c4e6cdd44954beba74296d964bc2c9668ecaa5255e499636fe2b1450'
+'SKIP'
+'e7724868cda101f94962dd247c859cab581bc51080ae967b9e6409502d5193d4')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver/$pkgname"
+  cp "$srcdir/config" ./.config
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/$pkgname"
+
+  # The Makefile does not pick up our CPPFLAGS
+  export CFLAGS="$CPPFLAGS $CFLAGS"
+  make LIBDIR=/usr/lib BINDIR=/usr/bin
+  make LIBDIR=/usr/lib BINDIR=/usr/bin eapol_test
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/$pkgname"
+  make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="$pkgdir" install
+  install -Dm755 eapol_test "$pkgdir/usr/bin/eapol_test"
+
+  install -d -m755 "$pkgdir/etc/wpa_supplicant"
+  install -Dm644 wpa_supplicant.conf \
+"$pkgdir/usr/share/doc/wpa_supplicant/wpa_supplicant.conf"
+
+  install -d -m755 "$pkgdir/usr/share/man/man"{5,8}
+  install -m644 doc/docbook/*.5 "$pkgdir/usr/share/man/man5/"
+  install -m644 doc/docbook/*.8 "$pkgdir/usr/share/man/man8/"
+  rm -f "$pkgdir/usr/share/man/man8/wpa_"{priv,gui}.8
+
+  install -d -m755 "$pkgdir/usr/share/dbus-1/system-services"
+  install -m644 \
+dbus/fi.{epitest.hostap.WPASupplicant,w1.wpa_supplicant1}.service \
+"$pkgdir/usr/share/dbus-1/system-services/"
+
+  install -Dm644 dbus/dbus-wpa_supplicant.conf \
+"$pkgdir/etc/dbus-1/system.d/wpa_supplicant.conf"
+
+  install -d -m755 "$pkgdir/usr/lib/systemd/system"
+  install -m644 systemd/*.service "$pkgdir/usr/lib/systemd/system/"
+}

Copied: wpa_supplicant/repos/testing-i686/config (from rev 282982, 
wpa_supplicant/trunk/config)
===
--- testing-i686/config (rev 0)
+++ testing-i686/config 2016-12-09 21:43:24 UTC (rev 282983)
@@ -0,0 +1,517 @@
+# Example wpa_supplicant build time configuration
+#
+# This file lists the configuration options that are used when building the
+# hostapd binary. All lines starting with # are ignored. Configuration option
+# lines must be commented out complete, if they are not to be included, i.e.,
+# just setting VARIABLE=n is not disabling that variable.
+#
+# This file is included in Makefile, so variables like CFLAGS and LIBS can also
+# be modified from here. In most cases, these lines should use += in order not
+# to override previous values of the variables.
+
+
+# Uncomment following two lines and fix the paths if you have installed OpenSSL
+# or GnuTLS in non-default location
+#CFLAGS += -I/usr/local/openssl/include
+#LIBS += -L/usr/local/openssl/lib
+
+# Some Red Hat versions seem to include kerberos header files from OpenSSL, but
+# the kerberos files are not in the default include path. Following line 

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

2016-12-09 Thread Bartłomiej Piotrowski
Date: Friday, December 9, 2016 @ 21:43:00
  Author: bpiotrowski
Revision: 282982

upgpkg: wpa_supplicant 1:2.6-3

- do not ship default configuration file /etc (FS#40661)
- add eapol_test (FS#48543)
- enable EAP-pwd support

Modified:
  wpa_supplicant/trunk/PKGBUILD
  wpa_supplicant/trunk/config

--+
 PKGBUILD |4 +++-
 config   |3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 21:29:23 UTC (rev 282981)
+++ PKGBUILD2016-12-09 21:43:00 UTC (rev 282982)
@@ -18,7 +18,7 @@
 validpgpkeys=('EC4AA0A991A5F2464582D52D2B6EF432EFC895FA') # Jouni Malinen
 sha256sums=('b4936d34c4e6cdd44954beba74296d964bc2c9668ecaa5255e499636fe2b1450'
 'SKIP'
-'f882bf5c929789841688645f7f8bbcf389a2e88049d6064e2950f998d929e793')
+'e7724868cda101f94962dd247c859cab581bc51080ae967b9e6409502d5193d4')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver/$pkgname"
@@ -31,11 +31,13 @@
   # The Makefile does not pick up our CPPFLAGS
   export CFLAGS="$CPPFLAGS $CFLAGS"
   make LIBDIR=/usr/lib BINDIR=/usr/bin
+  make LIBDIR=/usr/lib BINDIR=/usr/bin eapol_test
 }
 
 package() {
   cd "$srcdir/$pkgname-$pkgver/$pkgname"
   make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="$pkgdir" install
+  install -Dm755 eapol_test "$pkgdir/usr/bin/eapol_test"
 
   install -d -m755 "$pkgdir/etc/wpa_supplicant"
   install -Dm644 wpa_supplicant.conf \

Modified: config
===
--- config  2016-12-09 21:29:23 UTC (rev 282981)
+++ config  2016-12-09 21:43:00 UTC (rev 282982)
@@ -512,3 +512,6 @@
 
 # Simple background scan
 CONFIG_BGSCAN_SIMPLE=y
+
+# Enable IPv6 support in eapol_test
+CONFIG_IPV6=y


[arch-commits] Commit in wpa_supplicant/trunk (PKGBUILD config wpa_supplicant.install)

2016-12-09 Thread Bartłomiej Piotrowski
Date: Friday, December 9, 2016 @ 21:29:23
  Author: bpiotrowski
Revision: 282981

upgpkg: wpa_supplicant 1:2.6-3

Added:
  wpa_supplicant/trunk/wpa_supplicant.install
Modified:
  wpa_supplicant/trunk/PKGBUILD
  wpa_supplicant/trunk/config

+
 PKGBUILD   |   46 +-
 config |2 +-
 wpa_supplicant.install |7 +++
 3 files changed, 33 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 20:45:10 UTC (rev 282980)
+++ PKGBUILD2016-12-09 21:29:23 UTC (rev 282981)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Thomas BƤchler 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas BƤchler 
 
 pkgname=wpa_supplicant
 pkgver=2.6
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A utility providing key negotiation for WPA wireless networks"
 url="http://hostap.epitest.fi/wpa_supplicant;
@@ -11,21 +12,21 @@
 depends=('openssl' 'libdbus' 'readline' 'libnl')
 optdepends=('wpa_supplicant_gui: wpa_gui program')
 license=('GPL')
-backup=('etc/wpa_supplicant/wpa_supplicant.conf')
+install=wpa_supplicant.install
 source=(https://w1.fi/releases/${pkgname}-${pkgver}.tar.gz{,.asc}
 config)
 validpgpkeys=('EC4AA0A991A5F2464582D52D2B6EF432EFC895FA') # Jouni Malinen
 sha256sums=('b4936d34c4e6cdd44954beba74296d964bc2c9668ecaa5255e499636fe2b1450'
 'SKIP'
-'5163609e133851dfbbee5982954fab22e45bf2c9093e43eb466d8a2c39f8a012')
+'f882bf5c929789841688645f7f8bbcf389a2e88049d6064e2950f998d929e793')
 
 prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-  cp "${srcdir}/config" ./.config
+  cd "$srcdir/$pkgname-$pkgver/$pkgname"
+  cp "$srcdir/config" ./.config
 }
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
+  cd "$srcdir/$pkgname-$pkgver/$pkgname"
 
   # The Makefile does not pick up our CPPFLAGS
   export CFLAGS="$CPPFLAGS $CFLAGS"
@@ -33,23 +34,26 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"
-  make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="${pkgdir}" install
+  cd "$srcdir/$pkgname-$pkgver/$pkgname"
+  make LIBDIR=/usr/lib BINDIR=/usr/bin DESTDIR="$pkgdir" install
 
-  install -d -m755 "${pkgdir}/etc/wpa_supplicant"
-  install -m644 wpa_supplicant.conf 
"${pkgdir}/etc/wpa_supplicant/wpa_supplicant.conf"
+  install -d -m755 "$pkgdir/etc/wpa_supplicant"
+  install -Dm644 wpa_supplicant.conf \
+"$pkgdir/usr/share/doc/wpa_supplicant/wpa_supplicant.conf"
 
-  install -d -m755 "${pkgdir}/usr/share/man/man"{5,8}
-  install -m644 doc/docbook/*.5 "${pkgdir}/usr/share/man/man5/"
-  install -m644 doc/docbook/*.8 "${pkgdir}/usr/share/man/man8/"
-  rm -f "${pkgdir}/usr/share/man/man8/wpa_"{priv,gui}.8
+  install -d -m755 "$pkgdir/usr/share/man/man"{5,8}
+  install -m644 doc/docbook/*.5 "$pkgdir/usr/share/man/man5/"
+  install -m644 doc/docbook/*.8 "$pkgdir/usr/share/man/man8/"
+  rm -f "$pkgdir/usr/share/man/man8/wpa_"{priv,gui}.8
 
-  install -d -m755 "${pkgdir}/usr/share/dbus-1/system-services"
-  install -m644 
dbus/{fi.epitest.hostap.WPASupplicant.service,fi.w1.wpa_supplicant1.service} 
"${pkgdir}/usr/share/dbus-1/system-services/"
+  install -d -m755 "$pkgdir/usr/share/dbus-1/system-services"
+  install -m644 \
+dbus/fi.{epitest.hostap.WPASupplicant,w1.wpa_supplicant1}.service \
+"$pkgdir/usr/share/dbus-1/system-services/"
 
-  install -d -m755 "${pkgdir}/etc/dbus-1/system.d"
-  install -m644 dbus/dbus-wpa_supplicant.conf 
"${pkgdir}/etc/dbus-1/system.d/wpa_supplicant.conf"
+  install -Dm644 dbus/dbus-wpa_supplicant.conf \
+"$pkgdir/etc/dbus-1/system.d/wpa_supplicant.conf"
 
-  install -d -m755 "${pkgdir}/usr/lib/systemd/system"
-  install -m644 systemd/*.service "${pkgdir}/usr/lib/systemd/system/"
+  install -d -m755 "$pkgdir/usr/lib/systemd/system"
+  install -m644 systemd/*.service "$pkgdir/usr/lib/systemd/system/"
 }

Modified: config
===
--- config  2016-12-09 20:45:10 UTC (rev 282980)
+++ config  2016-12-09 21:29:23 UTC (rev 282981)
@@ -118,7 +118,7 @@
 #CONFIG_EAP_PSK=y
 
 # EAP-pwd (secure authentication using only a password)
-#CONFIG_EAP_PWD=y
+CONFIG_EAP_PWD=y
 
 # EAP-PAX
 #CONFIG_EAP_PAX=y

Added: wpa_supplicant.install
===
--- wpa_supplicant.install  (rev 0)
+++ wpa_supplicant.install  2016-12-09 21:29:23 UTC (rev 282981)
@@ -0,0 +1,7 @@
+post_upgrade() {
+  if [[ $(vercmp '1:2.6-2' "$2") -lt 1 ]]; then
+echo ':: The /etc/wpa_supplicant/wpa_supplicant.conf is file no longer 
managed by pacman'
+echo '   and if it was modified, it has been renamed to 
wpa_supplicant.conf.pacsave.'
+echo '   Move it to the original location if needed.'
+  fi
+}


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

2016-12-09 Thread Antonio Rojas
Date: Friday, December 9, 2016 @ 20:45:10
  Author: arojas
Revision: 282980

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-09 20:44:43 UTC (rev 282979)
+++ extra-i686/PKGBUILD 2016-12-09 20:45:10 UTC (rev 282980)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Eric Belanger 
-# Contributor: Tom Newsom 
-
-pkgname=slang
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="S-Lang is a powerful interpreted language"
-arch=('i686' 'x86_64')
-url="http://www.jedsoft.org/slang/;
-license=('GPL')
-depends=('pcre' 'zlib')
-backup=('etc/slsh.rc')
-options=('!makeflags')
-source=(http://www.jedsoft.org/releases/slang/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha1sums=('6e26e90307d4569e5feef195648c0858ba27f7ac'
-  'SKIP')
-validpgpkeys=('AE962A02D29BFE4A4BB2805FDE401E0D5873000A')  # John E. Davis
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install-all
-}

Copied: slang/repos/extra-i686/PKGBUILD (from rev 282979, slang/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-09 20:45:10 UTC (rev 282980)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=slang
+pkgver=2.3.1a
+pkgrel=1
+pkgdesc="S-Lang is a powerful interpreted language"
+arch=('i686' 'x86_64')
+url="http://www.jedsoft.org/slang/;
+license=('GPL')
+depends=('pcre')
+backup=('etc/slsh.rc')
+options=('!makeflags')
+source=(http://www.jedsoft.org/releases/slang/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha1sums=('a8ea7f1b5736160a94efb67b137a0f5b9916bdf2'
+  'SKIP')
+validpgpkeys=('AE962A02D29BFE4A4BB2805FDE401E0D5873000A')  # John E. Davis
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+
+  [[ $CARCH = "i686" ]] || make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install-all
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-12-09 20:44:43 UTC (rev 282979)
+++ extra-x86_64/PKGBUILD   2016-12-09 20:45:10 UTC (rev 282980)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Eric Belanger 
-# Contributor: Tom Newsom 
-
-pkgname=slang
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="S-Lang is a powerful interpreted language"
-arch=('i686' 'x86_64')
-url="http://www.jedsoft.org/slang/;
-license=('GPL')
-depends=('pcre' 'zlib')
-backup=('etc/slsh.rc')
-options=('!makeflags')
-source=(http://www.jedsoft.org/releases/slang/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha1sums=('6e26e90307d4569e5feef195648c0858ba27f7ac'
-  'SKIP')
-validpgpkeys=('AE962A02D29BFE4A4BB2805FDE401E0D5873000A')  # John E. Davis
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install-all
-}

Copied: slang/repos/extra-x86_64/PKGBUILD (from rev 282979, 
slang/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-12-09 20:45:10 UTC (rev 282980)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=slang
+pkgver=2.3.1a
+pkgrel=1
+pkgdesc="S-Lang is a powerful interpreted language"
+arch=('i686' 'x86_64')
+url="http://www.jedsoft.org/slang/;
+license=('GPL')
+depends=('pcre')
+backup=('etc/slsh.rc')
+options=('!makeflags')
+source=(http://www.jedsoft.org/releases/slang/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha1sums=('a8ea7f1b5736160a94efb67b137a0f5b9916bdf2'
+  'SKIP')
+validpgpkeys=('AE962A02D29BFE4A4BB2805FDE401E0D5873000A')  # John 

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

2016-12-09 Thread Antonio Rojas
Date: Friday, December 9, 2016 @ 20:44:43
  Author: arojas
Revision: 282979

Update to 2.3.1a

Modified:
  slang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 20:15:41 UTC (rev 282978)
+++ PKGBUILD2016-12-09 20:44:43 UTC (rev 282979)
@@ -4,17 +4,17 @@
 # Contributor: Tom Newsom 
 
 pkgname=slang
-pkgver=2.3.0
+pkgver=2.3.1a
 pkgrel=1
 pkgdesc="S-Lang is a powerful interpreted language"
 arch=('i686' 'x86_64')
 url="http://www.jedsoft.org/slang/;
 license=('GPL')
-depends=('pcre' 'zlib')
+depends=('pcre')
 backup=('etc/slsh.rc')
 options=('!makeflags')
 
source=(http://www.jedsoft.org/releases/slang/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha1sums=('6e26e90307d4569e5feef195648c0858ba27f7ac'
+sha1sums=('a8ea7f1b5736160a94efb67b137a0f5b9916bdf2'
   'SKIP')
 validpgpkeys=('AE962A02D29BFE4A4BB2805FDE401E0D5873000A')  # John E. Davis
 
@@ -26,7 +26,8 @@
 
 check() {
   cd ${pkgname}-${pkgver}
-  make check
+
+  [[ $CARCH = "i686" ]] || make check
 }
 
 package() {


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

2016-12-09 Thread Antonio Rojas
Date: Friday, December 9, 2016 @ 20:09:34
  Author: arojas
Revision: 282977

Update to 2.5.1

Modified:
  scons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 20:05:25 UTC (rev 282976)
+++ PKGBUILD2016-12-09 20:09:34 UTC (rev 282977)
@@ -7,7 +7,7 @@
 # reminder: scons moving to py3 any time soon
 
 pkgname=scons
-pkgver=2.5.0
+pkgver=2.5.1
 pkgrel=1
 pkgdesc="Extensible Python-based build utility"
 arch=('any')
@@ -15,7 +15,7 @@
 license=('MIT')
 depends=('python2')
 
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('9e00fa0df8f5ca5c5f5975b40e0ed354')
+md5sums=('aaaf09e1351a598f98d17b0cf1103e7a')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-12-09 Thread Antonio Rojas
Date: Friday, December 9, 2016 @ 20:15:41
  Author: arojas
Revision: 282978

archrelease: copy trunk to extra-any

Added:
  scons/repos/extra-any/PKGBUILD
(from rev 282977, scons/trunk/PKGBUILD)
Deleted:
  scons/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-09 20:09:34 UTC (rev 282977)
+++ PKGBUILD2016-12-09 20:15:41 UTC (rev 282978)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: damir 
-# Contributor: Lukas Sabota 
-# Contributor: Brice Carpentier 
-
-# reminder: scons moving to py3 any time soon
-
-pkgname=scons
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="Extensible Python-based build utility"
-arch=('any')
-url="http://scons.org;
-license=('MIT')
-depends=('python2')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('9e00fa0df8f5ca5c5f5975b40e0ed354')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 setup.py install --standard-lib \
-   --prefix=/usr \
-   --install-data=/usr/share \
-   --optimize=1 \
-   --root="$pkgdir"
-
-  # fix for python 2.7
-  sed -i 's:^#!.*bin/env python:#!/usr/bin/env python2:' \
-"$pkgdir"/usr/bin/*
-
-  install -Dm644 LICENSE.txt \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scons/repos/extra-any/PKGBUILD (from rev 282977, scons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-09 20:15:41 UTC (rev 282978)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: damir 
+# Contributor: Lukas Sabota 
+# Contributor: Brice Carpentier 
+
+# reminder: scons moving to py3 any time soon
+
+pkgname=scons
+pkgver=2.5.1
+pkgrel=1
+pkgdesc="Extensible Python-based build utility"
+arch=('any')
+url="http://scons.org;
+license=('MIT')
+depends=('python2')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('aaaf09e1351a598f98d17b0cf1103e7a')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 setup.py install --standard-lib \
+   --prefix=/usr \
+   --install-data=/usr/share \
+   --optimize=1 \
+   --root="$pkgdir"
+
+  # fix for python 2.7
+  sed -i 's:^#!.*bin/env python:#!/usr/bin/env python2:' \
+"$pkgdir"/usr/bin/*
+
+  install -Dm644 LICENSE.txt \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-12-09 Thread Antonio Rojas
Date: Friday, December 9, 2016 @ 20:08:44
  Author: arojas
Revision: 198661

archrelease: copy trunk to community-any

Added:
  nfoview/repos/community-any/PKGBUILD
(from rev 198660, nfoview/trunk/PKGBUILD)
  nfoview/repos/community-any/x-nfo.desktop
(from rev 198660, nfoview/trunk/x-nfo.desktop)
Deleted:
  nfoview/repos/community-any/PKGBUILD
  nfoview/repos/community-any/x-nfo.desktop

---+
 PKGBUILD  |   60 
 x-nfo.desktop |   14 ++---
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-09 20:08:21 UTC (rev 198660)
+++ PKGBUILD2016-12-09 20:08:44 UTC (rev 198661)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Wes Brewer 
-# Contributor: VuDu 
-
-pkgname=nfoview
-pkgver=1.20
-pkgrel=1
-pkgdesc="Simple NFO file viewer in GTK+ 3"
-arch=('any')
-url="http://otsaloma.github.io/nfoview/;
-license=('GPL3')
-depends=('gtk3' 'python-gobject')
-makedepends=('intltool')
-optdepends=('terminus-font: recommended font')
-source=("https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz;
-'x-nfo.desktop')
-md5sums=('0bf3587136930488fa52a0f42dc0346a'
- '29d0ad75aeecfaf21965c01173d23e48')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python3 ./setup.py install --root "$pkgdir" --optimize 1
-
-  install -Dm644 "$srcdir/x-nfo.desktop" \
-"$pkgdir/usr/share/mimelnk/text/x-nfo.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nfoview/repos/community-any/PKGBUILD (from rev 198660, 
nfoview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-09 20:08:44 UTC (rev 198661)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Wes Brewer 
+# Contributor: VuDu 
+
+pkgname=nfoview
+pkgver=1.21
+pkgrel=1
+pkgdesc="Simple NFO file viewer in GTK+ 3"
+arch=('any')
+url="http://otsaloma.io/nfoview/;
+license=('GPL3')
+depends=('gtk3' 'python-gobject')
+makedepends=('intltool')
+optdepends=('terminus-font: recommended font')
+source=("https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz;
+'x-nfo.desktop')
+md5sums=('f19816eef97386dc7a7bd2b230618163'
+ '29d0ad75aeecfaf21965c01173d23e48')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python3 ./setup.py install --root "$pkgdir" --optimize 1
+
+  install -Dm644 "$srcdir/x-nfo.desktop" \
+"$pkgdir/usr/share/mimelnk/text/x-nfo.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: x-nfo.desktop
===
--- x-nfo.desktop   2016-12-09 20:08:21 UTC (rev 198660)
+++ x-nfo.desktop   2016-12-09 20:08:44 UTC (rev 198661)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Comment=NFO document
-DefaultApp=nfoview
-Type=MimeType
-MimeType=text/x-nfo
-Patterns=*.nfo;
-X-KDE-AutoEmbed=false
\ No newline at end of file

Copied: nfoview/repos/community-any/x-nfo.desktop (from rev 198660, 
nfoview/trunk/x-nfo.desktop)
===
--- x-nfo.desktop   (rev 0)
+++ x-nfo.desktop   2016-12-09 20:08:44 UTC (rev 198661)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Comment=NFO document
+DefaultApp=nfoview
+Type=MimeType
+MimeType=text/x-nfo
+Patterns=*.nfo;
+X-KDE-AutoEmbed=false
\ No newline at end of file


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

2016-12-09 Thread Antonio Rojas
Date: Friday, December 9, 2016 @ 20:08:21
  Author: arojas
Revision: 198660

Update to 1.21

Modified:
  nfoview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 18:23:11 UTC (rev 198659)
+++ PKGBUILD2016-12-09 20:08:21 UTC (rev 198660)
@@ -4,11 +4,11 @@
 # Contributor: VuDu 
 
 pkgname=nfoview
-pkgver=1.20
+pkgver=1.21
 pkgrel=1
 pkgdesc="Simple NFO file viewer in GTK+ 3"
 arch=('any')
-url="http://otsaloma.github.io/nfoview/;
+url="http://otsaloma.io/nfoview/;
 license=('GPL3')
 depends=('gtk3' 'python-gobject')
 makedepends=('intltool')
@@ -15,7 +15,7 @@
 optdepends=('terminus-font: recommended font')
 source=("https://github.com/otsaloma/$pkgname/archive/$pkgver.tar.gz;
 'x-nfo.desktop')
-md5sums=('0bf3587136930488fa52a0f42dc0346a'
+md5sums=('f19816eef97386dc7a7bd2b230618163'
  '29d0ad75aeecfaf21965c01173d23e48')
 
 package() {


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

2016-12-09 Thread Antonio Rojas
Date: Friday, December 9, 2016 @ 20:05:06
  Author: arojas
Revision: 282975

Update to 3.3

Modified:
  eigen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 19:57:35 UTC (rev 282974)
+++ PKGBUILD2016-12-09 20:05:06 UTC (rev 282975)
@@ -4,38 +4,26 @@
 # Contributor: Kringel
 
 pkgname=eigen
-pkgver=3.2.10
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. 
linear algebra."
 arch=('any')
 url='http://eigen.tuxfamily.org'
 license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK')
-makedepends=('cmake' 'pkg-config' 'freeglut' 'gcc-fortran' 'qt4' 'fftw')
+makedepends=('cmake' 'pkg-config' 'freeglut' 'gcc-fortran' 'fftw' 'qt4' 
'suitesparse' 'boost')
 optdepends=('qt4: for example programs')
 replaces=('eigen3')
 provides=('eigen3')
-source=("${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2;
-
eigen-install-cmake-files.patch::"https://bitbucket.org/eigen/eigen/commits/1d71b13/raw/;
   
-
eigen-install-cmake-files-2.patch::"https://bitbucket.org/eigen/eigen/commits/21fbecc/raw/;)
-sha1sums=('a85bb68c82988648c3d53ba9768d7dcbcfe105f8'
-  'fa1040b91d815d5d8da5e52ee2c1fcd446a664e4'
-  '13bdd23ecd341188e4a76b8c3e00de294a438d05')
+source=("${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2;)
+sha1sums=('110febb401523af7b76e37588d32c03f7f844c24')
 
-prepare() {
-  cd eigen-eigen-*
-  # Install cmake files
-  patch -p1 -i ../eigen-install-cmake-files.patch
-  patch -p1 -i ../eigen-install-cmake-files-2.patch
-  sed -e 's|set ( EIGEN_INCLUDE_DIR ${INCLUDE_INSTALL_DIR} )|set ( 
EIGEN_INCLUDE_DIR "${CMAKE_INSTALL_PREFIX}/${INCLUDE_INSTALL_DIR}" )|' \
-   -i CMakeLists.txt
-}
-
 build() {
mkdir -p build
cd build
cmake ../eigen-eigen-* \
-DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
 }
 
 package() {


[arch-commits] Commit in eigen/repos (testing-any testing-any/PKGBUILD)

2016-12-09 Thread Antonio Rojas
Date: Friday, December 9, 2016 @ 20:05:25
  Author: arojas
Revision: 282976

archrelease: copy trunk to testing-any

Added:
  eigen/repos/testing-any/
  eigen/repos/testing-any/PKGBUILD
(from rev 282975, eigen/trunk/PKGBUILD)

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

Copied: eigen/repos/testing-any/PKGBUILD (from rev 282975, eigen/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-12-09 20:05:25 UTC (rev 282976)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Chirantan Ekbote 
+# Contributor: Kringel
+
+pkgname=eigen
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. 
linear algebra."
+arch=('any')
+url='http://eigen.tuxfamily.org'
+license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK')
+makedepends=('cmake' 'pkg-config' 'freeglut' 'gcc-fortran' 'fftw' 'qt4' 
'suitesparse' 'boost')
+optdepends=('qt4: for example programs')
+replaces=('eigen3')
+provides=('eigen3')
+source=("${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2;)
+sha1sums=('110febb401523af7b76e37588d32c03f7f844c24')
+
+build() {
+   mkdir -p build
+   cd build
+   cmake ../eigen-eigen-* \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+
+   # install custom licenses
+   install -Dm644 ../eigen-eigen-*/COPYING.MPL2 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 ../eigen-eigen-*/COPYING.BSD 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 ../eigen-eigen-*/COPYING.MINPACK 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-12-09 Thread Antonio Rojas
Date: Friday, December 9, 2016 @ 19:57:35
  Author: arojas
Revision: 282974

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

Added:
  octave/repos/testing-i686/
  octave/repos/testing-i686/PKGBUILD
(from rev 282973, octave/trunk/PKGBUILD)
  octave/repos/testing-x86_64/
  octave/repos/testing-x86_64/PKGBUILD
(from rev 282973, octave/trunk/PKGBUILD)

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

Copied: octave/repos/testing-i686/PKGBUILD (from rev 282973, 
octave/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-09 19:57:35 UTC (rev 282974)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript'
+  'suitesparse' 'gl2ps' 'qscintilla-qt5' 'libsndfile')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qt5-tools')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig})
+options=('!emptydirs')
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('9fac578c08a7efabd79ccc38bc196b9627e3212f'
+  'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=16 \
+  --with-umfpack="-lumfpack -lsuitesparseconfig"
+# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
+
+  LANG=C make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}

Copied: octave/repos/testing-x86_64/PKGBUILD (from rev 282973, 
octave/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-12-09 19:57:35 UTC (rev 282974)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="A high-level language, primarily intended for numerical computations."
+arch=('i686' 'x86_64')
+url="http://www.octave.org;
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript'
+  'suitesparse' 'gl2ps' 'qscintilla-qt5' 'libsndfile')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qt5-tools')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting')
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig})
+options=('!emptydirs')
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha1sums=('9fac578c08a7efabd79ccc38bc196b9627e3212f'
+  'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+  --enable-shared --disable-static \
+  --with-quantum-depth=16 \
+  --with-umfpack="-lumfpack -lsuitesparseconfig"
+# 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
+
+  LANG=C make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}


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

2016-12-09 Thread Antonio Rojas
Date: Friday, December 9, 2016 @ 19:57:11
  Author: arojas
Revision: 282973

Update to 4.2.0

Modified:
  octave/trunk/PKGBUILD
Deleted:
  octave/trunk/octave-gcc6.patch

---+
 PKGBUILD  |   28 
 octave-gcc6.patch |   38 --
 2 files changed, 8 insertions(+), 58 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 19:53:01 UTC (rev 282972)
+++ PKGBUILD2016-12-09 19:57:11 UTC (rev 282973)
@@ -4,42 +4,30 @@
 # Contributor : cyberdune 
 
 pkgname=octave
-pkgver=4.0.3
-pkgrel=2
+pkgver=4.2.0
+pkgrel=1
 pkgdesc="A high-level language, primarily intended for numerical computations."
 arch=('i686' 'x86_64')
 url="http://www.octave.org;
 license=('GPL')
 depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'arpack' 
'glu' 'ghostscript'
-  'suitesparse' 'gl2ps' 'qscintilla' 'libsndfile')
-makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qscintilla')
+  'suitesparse' 'gl2ps' 'qscintilla-qt5' 'libsndfile')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'qt5-tools')
 optdepends=('texinfo: for help-support in octave'
 'gnuplot: alternative plotting')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz{,.sig} 
octave-gcc6.patch)
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig})
 options=('!emptydirs')
 validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
-sha1sums=('c798346a8271e0141d9dbe5610584dabb8311277'
-  'SKIP'
-  '646a285266faf054ae72b1897e575f08da779d6e')
+sha1sums=('9fac578c08a7efabd79ccc38bc196b9627e3212f'
+  'SKIP')
 
-prepare() {
-  cd $pkgname-$pkgver
-  # Fix build with GCC 6 (Fedora)
-  patch -p1 -i ../octave-gcc6.patch
-  find -name \*.cc -o -name \*.h -o -name \*.yy | xargs sed -i -e 's/#include 
/#include <\1.h>/'
-  find -name \*.h -o -name \*.cc | xargs sed -i -e 's//"config.h"/' 
-e 's//"base-list.h"/'
-}
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  autoreconf -vfi
-
   ./configure --prefix=/usr --libexecdir=/usr/lib \
   --enable-shared --disable-static \
   --with-quantum-depth=16 \
-  --with-umfpack="-lumfpack -lsuitesparseconfig"  \
-  MOC=moc-qt4 UIC=uic-qt4
+  --with-umfpack="-lumfpack -lsuitesparseconfig"
 # 
https://mailman.cae.wisc.edu/pipermail/help-octave/2012-September/053991.html 
 
   LANG=C make

Deleted: octave-gcc6.patch
===
--- octave-gcc6.patch   2016-12-09 19:53:01 UTC (rev 282972)
+++ octave-gcc6.patch   2016-12-09 19:57:11 UTC (rev 282973)
@@ -1,38 +0,0 @@
-diff -up octave-4.0.0/libinterp/corefcn/pr-output.cc.abs 
octave-4.0.0/libinterp/corefcn/pr-output.cc
 octave-4.0.0/libinterp/corefcn/pr-output.cc.abs2015-05-23 
08:21:53.0 -0600
-+++ octave-4.0.0/libinterp/corefcn/pr-output.cc2016-02-21 
08:59:30.966291273 -0700
-@@ -21,7 +21,7 @@ along with Octave; see the file COPYING.
- */
- 
- #ifdef HAVE_CONFIG_H
--#include 
-+#include "config.h"
- #endif
- 
- #include 
-@@ -3145,6 +3145,14 @@ PRINT_INT_SCALAR_INTERNAL (uint32_t)
- PRINT_INT_SCALAR_INTERNAL (int64_t)
- PRINT_INT_SCALAR_INTERNAL (uint64_t)
- 
-+inline unsigned int abs (unsigned int x) { return x; }
-+inline long unsigned int abs (long unsigned int x) { return x; }
-+inline long long unsigned int abs (long long unsigned int x) { return x; }
-+inline short unsigned int abs (short unsigned int x) { return x; }
-+inline unsigned char abs (unsigned char x) { return x; }
-+inline signed char abs (signed char x) { return abs((int)x); }
-+inline short int abs (short int x) { return abs((int)x); }
-+
- template 
- /* static */ inline void
- octave_print_internal_template (std::ostream& os, const intNDArray& nda,
-diff -up octave-4.0.0/liboctave/cruft/Faddeeva/Faddeeva.hh.gnulib 
octave-4.0.0/liboctave/cruft/Faddeeva/Faddeeva.hh
 octave-4.0.0/liboctave/cruft/Faddeeva/Faddeeva.hh.gnulib   2015-05-23 
08:21:53.0 -0600
-+++ octave-4.0.0/liboctave/cruft/Faddeeva/Faddeeva.hh  2016-02-19 
19:50:04.693811663 -0700
-@@ -27,6 +27,7 @@
- #ifndef FADDEEVA_HH
- #define FADDEEVA_HH 1
- 
-+#include 
- #include 
- 
- namespace Faddeeva {


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

2016-12-09 Thread Andreas Radke
Date: Friday, December 9, 2016 @ 19:52:45
  Author: andyrtr
Revision: 282971

upgpkg: cups-filters 1.13.0-1

upstream update 1.13.0

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 19:33:23 UTC (rev 282970)
+++ PKGBUILD2016-12-09 19:52:45 UTC (rev 282971)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.12.0
+pkgver=1.13.0
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-sha256sums=('dc5ba61ca3f30d29a4acc0e4a1b331f2e2d996d1f22a138619e80e7a507b7d01')
+sha256sums=('fb6434030fb762981601a23da8d2f478f71174f4ea19c67fbaaad1392c6959d4')
 
 build() {
   cd $pkgname-$pkgver


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

2016-12-09 Thread Andreas Radke
Date: Friday, December 9, 2016 @ 19:53:01
  Author: andyrtr
Revision: 282972

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 282971, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 282971, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-09 19:52:45 UTC (rev 282971)
+++ extra-i686/PKGBUILD 2016-12-09 19:53:01 UTC (rev 282972)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.12.0
-pkgrel=1
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
-license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups')
-makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-sha256sums=('dc5ba61ca3f30d29a4acc0e4a1b331f2e2d996d1f22a138619e80e7a507b7d01')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-
-  # license
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 282971, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-09 19:53:01 UTC (rev 282972)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.13.0
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+sha256sums=('fb6434030fb762981601a23da8d2f478f71174f4ea19c67fbaaad1392c6959d4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \

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

2016-12-09 Thread Antonio Rojas
Date: Friday, December 9, 2016 @ 19:21:16
  Author: arojas
Revision: 282969

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 282968, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 282968, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 282968, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 282968, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  196 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   98 -
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   98 -
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 218 insertions(+), 218 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-09 19:20:48 UTC (rev 282968)
+++ extra-i686/PKGBUILD 2016-12-09 19:21:16 UTC (rev 282969)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Eric BĆ©langer 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.6.6
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
-source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('4e38640f7cec46b0aa30415f33188c0a98d8621b'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'opencl-icd-loader')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   

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

2016-12-09 Thread Antonio Rojas
Date: Friday, December 9, 2016 @ 19:20:48
  Author: arojas
Revision: 282968

Update to 6.9.6.7

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 19:16:59 UTC (rev 282967)
+++ PKGBUILD2016-12-09 19:20:48 UTC (rev 282968)
@@ -3,8 +3,8 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.6.6
-pkgrel=2
+pkgver=6.9.6.7
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
 license=('custom')
@@ -13,7 +13,7 @@
  'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
 
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('4e38640f7cec46b0aa30415f33188c0a98d8621b'
+sha1sums=('1c300527823282342b7b6d712708cf82fe7cfa2e'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


[arch-commits] Commit in linux-grsec/repos (30 files)

2016-12-09 Thread Daniel Micay
Date: Friday, December 9, 2016 @ 18:23:11
  Author: thestinger
Revision: 198659

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

Added:
  linux-grsec/repos/community-i686/99-linux.hook
(from rev 198658, linux-grsec/trunk/99-linux.hook)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 198658, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 198658, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 198658, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 198658, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 198658, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 198658, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/99-linux.hook
(from rev 198658, linux-grsec/trunk/99-linux.hook)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 198658, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 198658, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 198658, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 198658, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 198658, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 198658, linux-grsec/trunk/linux.preset)
Deleted:
  
linux-grsec/repos/community-i686/0001-net-handle-no-dst-on-skb-in-icmp6_send.patch
  linux-grsec/repos/community-i686/99-linux.hook
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  
linux-grsec/repos/community-x86_64/0001-net-handle-no-dst-on-skb-in-icmp6_send.patch
  linux-grsec/repos/community-x86_64/99-linux.hook
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /99-linux.hook |   22 
 /PKGBUILD  |  638 
 /change-default-console-loglevel.patch |   22 
 /config|16548 
++
 /config.x86_64 |15948 
+
 /linux-grsec.install   |   54 
 /linux.preset  |   28 
 community-i686/0001-net-handle-no-dst-on-skb-in-icmp6_send.patch   |   71 
 community-i686/99-linux.hook   |   11 
 community-i686/PKGBUILD|  323 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 8274 -
 community-i686/config.x86_64   | 7974 
 community-i686/linux-grsec.install |   27 
 community-i686/linux.preset|   14 
 community-x86_64/0001-net-handle-no-dst-on-skb-in-icmp6_send.patch |   71 
 community-x86_64/99-linux.hook |   11 
 community-x86_64/PKGBUILD  |  323 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 8274 -
 community-x86_64/config.x86_64 | 7974 
 community-x86_64/linux-grsec.install   |   27 
 community-x86_64/linux.preset  |   14 
 23 files changed, 33260 insertions(+), 33410 deletions(-)

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


[arch-commits] Commit in linux-grsec/trunk (2 files)

2016-12-09 Thread Daniel Micay
Date: Friday, December 9, 2016 @ 18:20:10
  Author: thestinger
Revision: 198658

upgpkg: linux-grsec 1:4.8.13.r201612082118-1

Modified:
  linux-grsec/trunk/PKGBUILD
Deleted:
  linux-grsec/trunk/0001-net-handle-no-dst-on-skb-in-icmp6_send.patch

---+
 0001-net-handle-no-dst-on-skb-in-icmp6_send.patch |   71 
 PKGBUILD  |   16 +---
 2 files changed, 6 insertions(+), 81 deletions(-)

Deleted: 0001-net-handle-no-dst-on-skb-in-icmp6_send.patch
===
--- 0001-net-handle-no-dst-on-skb-in-icmp6_send.patch   2016-12-09 17:47:36 UTC 
(rev 198657)
+++ 0001-net-handle-no-dst-on-skb-in-icmp6_send.patch   2016-12-09 18:20:10 UTC 
(rev 198658)
@@ -1,71 +0,0 @@
-From 79dc7e3f1cd323be4c81aa1a94faa1b3ed987fb2 Mon Sep 17 00:00:00 2001
-From: David Ahern 
-Date: Sun, 27 Nov 2016 18:52:53 -0800
-Subject: [PATCH] net: handle no dst on skb in icmp6_send
-
-Andrey reported the following while fuzzing the kernel with syzkaller:
-
-kasan: CONFIG_KASAN_INLINE enabled
-kasan: GPF could be caused by NULL-ptr deref or user memory access
-general protection fault:  [#1] SMP KASAN
-Modules linked in:
-CPU: 0 PID: 3859 Comm: a.out Not tainted 4.9.0-rc6+ #429
-Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Bochs 01/01/2011
-task: 8800666d4200 task.stack: 880067348000
-RIP: 0010:[]  []
-icmp6_send+0x5fc/0x1e30 net/ipv6/icmp.c:451
-RSP: 0018:88006734f2c0  EFLAGS: 00010206
-RAX: 8800666d4200 RBX:  RCX: 
-RDX:  RSI: dc00 RDI: 0018
-RBP: 88006734f630 R08: 880064138418 R09: 0003
-R10: dc00 R11: 0005 R12: 
-R13: 84e7e200 R14: 880064138484 R15: 8800641383c0
-FS:  7fb3887a07c0() GS:88006cc0() knlGS:
-CS:  0010 DS:  ES:  CR0: 80050033
-CR2: 2000 CR3: 6b04 CR4: 06f0
-Stack:
- 8800666d4200 8800666d49f8 8800666d4200 84c02460
- 8800666d4a1a 11000ccdaa2f 88006734f498 0046
- 88006734f440 832f4269 880064ba7456 
-Call Trace:
- [] icmpv6_param_prob+0x2c/0x40 net/ipv6/icmp.c:557
- [< inline >] ip6_tlvopt_unknown net/ipv6/exthdrs.c:88
- [] ip6_parse_tlv+0x555/0x670 net/ipv6/exthdrs.c:157
- [] ipv6_parse_hopopts+0x199/0x460 net/ipv6/exthdrs.c:663
- [] ipv6_rcv+0xfa3/0x1dc0 net/ipv6/ip6_input.c:191
- ...
-
-icmp6_send / icmpv6_send is invoked for both rx and tx paths. In both
-cases the dst->dev should be preferred for determining the L3 domain
-if the dst has been set on the skb. Fallback to the skb->dev if it has
-not. This covers the case reported here where icmp6_send is invoked on
-Rx before the route lookup.
-
-Fixes: 5d41ce29e ("net: icmp6_send should use dst dev to determine L3 domain")
-Reported-by: Andrey Konovalov 
-Signed-off-by: David Ahern 
-Signed-off-by: David S. Miller 

- net/ipv6/icmp.c | 6 --
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/net/ipv6/icmp.c b/net/ipv6/icmp.c
-index 7370ad2..2772004 100644
 a/net/ipv6/icmp.c
-+++ b/net/ipv6/icmp.c
-@@ -447,8 +447,10 @@ static void icmp6_send(struct sk_buff *skb, u8 type, u8 
code, __u32 info,
- 
-   if (__ipv6_addr_needs_scope_id(addr_type))
-   iif = skb->dev->ifindex;
--  else
--  iif = l3mdev_master_ifindex(skb_dst(skb)->dev);
-+  else {
-+  dst = skb_dst(skb);
-+  iif = l3mdev_master_ifindex(dst ? dst->dev : skb->dev);
-+  }
- 
-   /*
-*  Must not send error if the source does not uniquely
--- 
-2.10.2
-

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 17:47:36 UTC (rev 198657)
+++ PKGBUILD2016-12-09 18:20:10 UTC (rev 198658)
@@ -7,13 +7,13 @@
 
 pkgbase=linux-grsec
 _srcname=linux-4.8
-_pkgver=4.8.12
+_pkgver=4.8.13
 _grsecver=3.1
-_timestamp=201612062306
+_timestamp=201612082118
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 epoch=1
 pkgver=$_pkgver.r$_timestamp
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=https://grsecurity.net/
 license=('GPL2')
@@ -32,21 +32,19 @@
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
 'change-default-console-loglevel.patch'
-'0001-net-handle-no-dst-on-skb-in-icmp6_send.patch'
 )
 
 sha256sums=('3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a'
 'SKIP'
-'9a498761be20c10db6b30fac095e0591173d4046c19585bcdd7a72ca8503eb87'
+'f0e2f7f738e1a639956e01ba7ef8d3df40ecb5c7586eb366bcd4af70049a7a3c'
 'SKIP'
-

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

2016-12-09 Thread Jelle van der Waa
Date: Friday, December 9, 2016 @ 17:47:36
  Author: jelle
Revision: 198657

Use https as source

Modified:
  python-pyinotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 17:43:59 UTC (rev 198656)
+++ PKGBUILD2016-12-09 17:47:36 UTC (rev 198657)
@@ -11,8 +11,8 @@
 url="http://github.com/seb-m/pyinotify;
 license=('custom:MIT')
 makedepends=('python' 'python2')
-source=("http://seb.dbzteam.org/pub/pyinotify/releases/pyinotify-${pkgver}.tar.gz;)
-md5sums=('8e580fa1ff3971f94a6f81672b76c406')
+source=("https://github.com/seb-m/pyinotify/archive/${pkgver}.tar.gz;)
+md5sums=('33f4e599c22a3ac31b684335b4a535a0')
 
 build() {
   cp -r $srcdir/pyinotify-$pkgver  $srcdir/pyinotify2-$pkgver


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

2016-12-09 Thread Jelle van der Waa
Date: Friday, December 9, 2016 @ 17:43:21
  Author: jelle
Revision: 198655

Use https as source

Modified:
  haskell-data-default-class/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 17:42:29 UTC (rev 198654)
+++ PKGBUILD2016-12-09 17:43:21 UTC (rev 198655)
@@ -8,7 +8,7 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 md5sums=('44ba331fe94a7689e84dbbf4411e229e')
 
 build() {


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

2016-12-09 Thread Jelle van der Waa
Date: Friday, December 9, 2016 @ 17:43:59
  Author: jelle
Revision: 198656

Use https as source

Modified:
  haskell-data-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 17:43:21 UTC (rev 198655)
+++ PKGBUILD2016-12-09 17:43:59 UTC (rev 198656)
@@ -8,7 +8,7 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-data-default-class' 
'haskell-data-default-instances-containers' 
'haskell-data-default-instances-dlist' 
'haskell-data-default-instances-old-locale')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 md5sums=('13ddcc28e24cd58937c7d130e885749a')
 
 build() {


[arch-commits] Commit in haskell-data-default-instances-base/trunk (PKGBUILD)

2016-12-09 Thread Jelle van der Waa
Date: Friday, December 9, 2016 @ 17:42:29
  Author: jelle
Revision: 198654

Use https as source

Modified:
  haskell-data-default-instances-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 17:41:53 UTC (rev 198653)
+++ PKGBUILD2016-12-09 17:42:29 UTC (rev 198654)
@@ -8,7 +8,7 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-data-default-class')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 md5sums=('cfcf7a5b12ac0c8697b1ec8459479de8')
 
 build() {


[arch-commits] Commit in haskell-data-default-instances-containers/trunk (PKGBUILD)

2016-12-09 Thread Jelle van der Waa
Date: Friday, December 9, 2016 @ 17:41:53
  Author: jelle
Revision: 198653

Use https as source

Modified:
  haskell-data-default-instances-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 17:41:13 UTC (rev 198652)
+++ PKGBUILD2016-12-09 17:41:53 UTC (rev 198653)
@@ -8,7 +8,7 @@
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-containers' 'haskell-data-default-class')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 md5sums=('1c574d87bf9bc69d4748e3236d575a3c')
 
 build() {


[arch-commits] Commit in haskell-data-default-instances-old-locale/trunk (PKGBUILD)

2016-12-09 Thread Jelle van der Waa
Date: Friday, December 9, 2016 @ 17:41:13
  Author: jelle
Revision: 198652

Use https as source

Modified:
  haskell-data-default-instances-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 17:40:50 UTC (rev 198651)
+++ PKGBUILD2016-12-09 17:41:13 UTC (rev 198652)
@@ -10,7 +10,7 @@
 makedepends=()
 depends=('ghc=8.0.1' 'haskell-data-default-class' 'haskell-old-locale=1.0.0.7')
 options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 md5sums=('43bd868049d870ee722eda6bdd89fc28')
 
 build() {


[arch-commits] Commit in haskell-data-default-instances-old-locale/trunk (PKGBUILD)

2016-12-09 Thread Jelle van der Waa
Date: Friday, December 9, 2016 @ 17:40:17
  Author: jelle
Revision: 198650

Use https as source

Modified:
  haskell-data-default-instances-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 17:39:04 UTC (rev 198649)
+++ PKGBUILD2016-12-09 17:40:17 UTC (rev 198650)
@@ -4,7 +4,7 @@
 pkgver=0.0.1
 pkgrel=13
 pkgdesc="Default instances for types in old-locale"
-url="http://hackage.haskell.org/package/${_hkgname};
+url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=()


[arch-commits] Commit in haskell-data-default-instances-dlist/trunk (PKGBUILD)

2016-12-09 Thread Jelle van der Waa
Date: Friday, December 9, 2016 @ 17:40:50
  Author: jelle
Revision: 198651

Use https as source

Modified:
  haskell-data-default-instances-dlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 17:40:17 UTC (rev 198650)
+++ PKGBUILD2016-12-09 17:40:50 UTC (rev 198651)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-data-default-class' 'haskell-dlist')
 options=('strip')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 md5sums=('6683d943ab70b7077ff6837fce75b4de')
 
 build() {


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

2016-12-09 Thread Jelle van der Waa
Date: Friday, December 9, 2016 @ 17:39:04
  Author: jelle
Revision: 198649

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-09 17:38:50 UTC (rev 198648)
+++ community-i686/PKGBUILD 2016-12-09 17:39:04 UTC (rev 198649)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=2.73.0
-pkgrel=3
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-pygments' 'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('ec05836d60ae6214c3dde22ec7f9340ab77b05eac25b0df5e245b43f553b1a9f'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  # FIXME: remove html5lib too, but the latest html5lib breaks calibre. And 
calibre
-  # really needs to get the latest changes into html5lib, cause forking is bad 
m'okay.
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 198648, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-09 17:39:04 UTC (rev 198649)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.74.0
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 

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

2016-12-09 Thread Jelle van der Waa
Date: Friday, December 9, 2016 @ 17:38:50
  Author: jelle
Revision: 198648

upgpkg: calibre 2.74.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 15:53:28 UTC (rev 198647)
+++ PKGBUILD2016-12-09 17:38:50 UTC (rev 198648)
@@ -8,8 +8,8 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=2.73.0
-pkgrel=3
+pkgver=2.74.0
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="https://calibre-ebook.com/;
@@ -29,7 +29,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('ec05836d60ae6214c3dde22ec7f9340ab77b05eac25b0df5e245b43f553b1a9f'
+sha256sums=('a366cf0256f81f5fc30752fb03d80abeb721422d554ca7deb60ab52f9009ffb6'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2016-12-09 Thread Sven-Hendrik Haase
Date: Friday, December 9, 2016 @ 15:53:20
  Author: svenstaro
Revision: 198646

upgpkg: gitlab-shell 1:4.0.3-1

upstream 4.0.3

Modified:
  gitlab-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 15:50:32 UTC (rev 198645)
+++ PKGBUILD2016-12-09 15:53:20 UTC (rev 198646)
@@ -7,7 +7,7 @@
 # Contributor: Stefan Tatschner 
 
 pkgname=gitlab-shell
-pkgver=4.0.0
+pkgver=4.0.3
 pkgrel=1
 epoch=1
 pkgdesc="Git management software"
@@ -24,7 +24,7 @@
 "etc/webapps/${pkgname}/")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/repository/archive.tar.gz?ref=v${pkgver};
 "gitlab-shell.gitconfig")
-md5sums=('33ca05f5e12a9e3c6e790bf9127b04e6'
+md5sums=('51b74c23cc2d23b55bcbf06f130599e4'
  '6b917256b13a1685e9a3cc73e68152d0')
 
 _datadir="/usr/share/webapps/${pkgname}"


[arch-commits] Commit in gitlab-shell/repos/community-any (6 files)

2016-12-09 Thread Sven-Hendrik Haase
Date: Friday, December 9, 2016 @ 15:53:28
  Author: svenstaro
Revision: 198647

archrelease: copy trunk to community-any

Added:
  gitlab-shell/repos/community-any/PKGBUILD
(from rev 198646, gitlab-shell/trunk/PKGBUILD)
  gitlab-shell/repos/community-any/gitlab-shell.gitconfig
(from rev 198646, gitlab-shell/trunk/gitlab-shell.gitconfig)
  gitlab-shell/repos/community-any/gitlab-shell.install
(from rev 198646, gitlab-shell/trunk/gitlab-shell.install)
Deleted:
  gitlab-shell/repos/community-any/PKGBUILD
  gitlab-shell/repos/community-any/gitlab-shell.gitconfig
  gitlab-shell/repos/community-any/gitlab-shell.install

+
 PKGBUILD   |  162 +++
 gitlab-shell.gitconfig |6 -
 gitlab-shell.install   |   14 ++--
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-09 15:53:20 UTC (rev 198646)
+++ PKGBUILD2016-12-09 15:53:28 UTC (rev 198647)
@@ -1,81 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Jonas Heinrich 
-# Contributor: Lee Watson 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-
-pkgname=gitlab-shell
-pkgver=4.0.0
-pkgrel=1
-epoch=1
-pkgdesc="Git management software"
-arch=('any')
-url="https://gitlab.com/gitlab-org/gitlab-shell/;
-license=('MIT')
-depends=('ruby' 'redis' 'git')
-options=('!strip')
-install=gitlab-shell.install
-backup=("etc/webapps/${pkgname}/config.yml"
-"etc/webapps/${pkgname}/secret"
-"etc/webapps/${pkgname}/gitconfig"
-"etc/webapps/${pkgname}/authorized_keys"
-"etc/webapps/${pkgname}/")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-shell.gitconfig")
-md5sums=('33ca05f5e12a9e3c6e790bf9127b04e6'
- '6b917256b13a1685e9a3cc73e68152d0')
-
-_datadir="/usr/share/webapps/${pkgname}"
-_etcdir="/etc/webapps/${pkgname}"
-_homedir="/var/lib/gitlab"
-_logdir="/var/log/gitlab"
-_srcdir="gitlab-shell-v${pkgver}"
-
-prepare() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  sed -e "s|user: git|user: gitlab|" \
-  -e "s|/home/git|${_homedir}|" \
-  -e "s|# log_file: .*|log_file: \"${_logdir}/gitlab-shell.log\"|" \
-  -e "s|# host:|host:|" \
-  -e "s|# port:|port:|" \
-  -e "s|socket:|# socket:|" \
-  config.yml.example > config.yml
-}
-
-package() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  install -dm755 -o root -g root "${pkgdir}${_datadir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/satellites"
-  install -dm700 -o 105 -g 105 "${pkgdir}${_homedir}/.ssh"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_etcdir}"
-  install -dm770 -o 105 -g root "${pkgdir}${_logdir}"
-
-  # .gitconfig
-  install -Dm644 -o 105 -g 105 "${srcdir}/gitlab-shell.gitconfig" 
"${pkgdir}${_etcdir}/.gitconfig"
-  ln -fs "${_etcdir}/gitconfig" "${pkgdir}${_homedir}/.gitconfig"
-
-  # .gitlab_shell_secret
-  touch "${pkgdir}${_etcdir}/secret"
-  chmod 640 "${pkgdir}${_etcdir}/secret"
-  chown root:105 "${pkgdir}${_etcdir}/secret"
-  ln -fs "${_etcdir}/secret" "${pkgdir}${_datadir}/.gitlab_shell_secret"
-
-  # config.yml
-  mv config.yml "${pkgdir}${_etcdir}"
-  ln -fs "${_etcdir}/config.yml" "${pkgdir}${_datadir}/config.yml"
-
-  cp -r VERSION bin hooks lib spec support "${pkgdir}${_datadir}"
-  ln -fs "${_datadir}" "${pkgdir}/${_homedir}/"
-
-  install -dm2770 -o 105 -g 105 "${pkgdir}${_homedir}/repositories"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-shell/repos/community-any/PKGBUILD (from rev 198646, 
gitlab-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-09 15:53:28 UTC (rev 198647)
@@ -0,0 +1,81 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Jonas Heinrich 
+# Contributor: Lee Watson 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+
+pkgname=gitlab-shell
+pkgver=4.0.3
+pkgrel=1
+epoch=1
+pkgdesc="Git management software"
+arch=('any')
+url="https://gitlab.com/gitlab-org/gitlab-shell/;
+license=('MIT')
+depends=('ruby' 'redis' 'git')
+options=('!strip')
+install=gitlab-shell.install
+backup=("etc/webapps/${pkgname}/config.yml"
+"etc/webapps/${pkgname}/secret"
+

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

2016-12-09 Thread Andrzej Giniewicz
Date: Friday, December 9, 2016 @ 15:50:32
  Author: aginiewicz
Revision: 198645

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

Added:
  python-cvxopt/repos/community-i686/PKGBUILD
(from rev 198644, python-cvxopt/trunk/PKGBUILD)
  python-cvxopt/repos/community-x86_64/PKGBUILD
(from rev 198644, python-cvxopt/trunk/PKGBUILD)
Deleted:
  python-cvxopt/repos/community-i686/PKGBUILD
  python-cvxopt/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-09 15:50:09 UTC (rev 198644)
+++ community-i686/PKGBUILD 2016-12-09 15:50:32 UTC (rev 198645)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: BinkyTheClown 
-# Contributor: Julien Ugon 
-# Contributor: Lex Black 
-# Contributor: Gustavao A. Gomez Farhat 
-
-pkgbase=python-cvxopt
-pkgname=('python2-cvxopt' 'python-cvxopt')
-pkgver=1.1.8
-pkgrel=6
-pkgdesc="A free software package for convex optimization written in Python"
-url="http://cvxopt.org/;
-arch=('x86_64' 'i686')
-license=('GPL3')
-makedepends=('gsl' 'fftw' 'glpk' 'dsdp' 'python' 'python2' 'lapack')
-optdepends=('gsl: for custom random number generators'
-'fftw: for FFTW interface'
-'glpk: solver for linear cone and PWL programming problems'
-'dsdp: solver for linear cone semidefinite programming problems')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/cvxopt/cvxopt/archive/${pkgver}.tar.gz;)
-sha1sums=('a37ebe6edb19e775c5b762112412f0cae26d75f9')
-
-prepare() {
-  cd "$srcdir"
-  cp -a cvxopt-${pkgver} cvxopt-py2-${pkgver}
-}
-
-build() {
-  cd "$srcdir"/cvxopt-$pkgver
-
-  for lib in GSL FFTW GLPK DSDP; do
-eval "export $'CVXOPT_BUILD_$lib'=1"
-  done
-
-  msg "Building Python2"
-  cd "$srcdir"/cvxopt-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/cvxopt-${pkgver}
-  python setup.py build
-}
-
-package_python2-cvxopt() {
-  depends=("python2" "lapack")
-
-  cd "$srcdir"/cvxopt-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-
-package_python-cvxopt() {
-  depends=("python" "lapack")
-
-  cd "$srcdir"/cvxopt-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: python-cvxopt/repos/community-i686/PKGBUILD (from rev 198644, 
python-cvxopt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-09 15:50:32 UTC (rev 198645)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: BinkyTheClown 
+# Contributor: Julien Ugon 
+# Contributor: Lex Black 
+# Contributor: Gustavao A. Gomez Farhat 
+
+pkgbase=python-cvxopt
+pkgname=('python2-cvxopt' 'python-cvxopt')
+pkgver=1.1.9
+pkgrel=1
+pkgdesc="A free software package for convex optimization written in Python"
+url="http://cvxopt.org/;
+arch=('x86_64' 'i686')
+license=('GPL3')
+makedepends=('gsl' 'fftw' 'glpk' 'dsdp' 'python' 'python2' 'suitesparse')
+optdepends=('gsl: for custom random number generators'
+'fftw: for FFTW interface'
+'glpk: solver for linear cone and PWL programming problems'
+'dsdp: solver for linear cone semidefinite programming problems')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/cvxopt/cvxopt/archive/${pkgver}.tar.gz;)
+sha1sums=('8b85db6890396c1e27e1a0cfbc8d6ca2c003576c')
+
+prepare() {
+  cd "$srcdir"
+  cp -a cvxopt-${pkgver} cvxopt-py2-${pkgver}
+}
+
+build() {
+  cd "$srcdir"/cvxopt-$pkgver
+
+  for lib in GSL FFTW GLPK DSDP; do
+eval "export $'CVXOPT_BUILD_$lib'=1"
+  done
+
+  msg "Building Python2"
+  cd "$srcdir"/cvxopt-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/cvxopt-${pkgver}
+  python setup.py build
+}
+
+package_python2-cvxopt() {
+  depends=("python2" "suitesparse")
+
+  cd "$srcdir"/cvxopt-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+
+package_python-cvxopt() {
+  depends=("python" "suitesparse")
+
+  cd "$srcdir"/cvxopt-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-09 15:50:09 UTC (rev 198644)
+++ community-x86_64/PKGBUILD   2016-12-09 15:50:32 UTC (rev 198645)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: BinkyTheClown 
-# Contributor: Julien Ugon 
-# Contributor: Lex 

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

2016-12-09 Thread Andrzej Giniewicz
Date: Friday, December 9, 2016 @ 15:50:09
  Author: aginiewicz
Revision: 198644

upgpkg: python-cvxopt 1.1.9-1

python-cvxopt: new upstream release

Modified:
  python-cvxopt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 15:34:45 UTC (rev 198643)
+++ PKGBUILD2016-12-09 15:50:09 UTC (rev 198644)
@@ -7,19 +7,19 @@
 
 pkgbase=python-cvxopt
 pkgname=('python2-cvxopt' 'python-cvxopt')
-pkgver=1.1.8
-pkgrel=6
+pkgver=1.1.9
+pkgrel=1
 pkgdesc="A free software package for convex optimization written in Python"
 url="http://cvxopt.org/;
 arch=('x86_64' 'i686')
 license=('GPL3')
-makedepends=('gsl' 'fftw' 'glpk' 'dsdp' 'python' 'python2' 'lapack')
+makedepends=('gsl' 'fftw' 'glpk' 'dsdp' 'python' 'python2' 'suitesparse')
 optdepends=('gsl: for custom random number generators'
 'fftw: for FFTW interface'
 'glpk: solver for linear cone and PWL programming problems'
 'dsdp: solver for linear cone semidefinite programming problems')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/cvxopt/cvxopt/archive/${pkgver}.tar.gz;)
-sha1sums=('a37ebe6edb19e775c5b762112412f0cae26d75f9')
+sha1sums=('8b85db6890396c1e27e1a0cfbc8d6ca2c003576c')
 
 prepare() {
   cd "$srcdir"
@@ -43,7 +43,7 @@
 }
 
 package_python2-cvxopt() {
-  depends=("python2" "lapack")
+  depends=("python2" "suitesparse")
 
   cd "$srcdir"/cvxopt-py2-${pkgver}
 
@@ -51,7 +51,7 @@
 }
 
 package_python-cvxopt() {
-  depends=("python" "lapack")
+  depends=("python" "suitesparse")
 
   cd "$srcdir"/cvxopt-${pkgver}
 


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

2016-12-09 Thread Sven-Hendrik Haase
Date: Friday, December 9, 2016 @ 15:34:01
  Author: svenstaro
Revision: 198642

upgpkg: gitlab 8.14.4-1

upstream release 8.14.4

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 15:10:40 UTC (rev 198641)
+++ PKGBUILD2016-12-09 15:34:01 UTC (rev 198642)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.14.2
+pkgver=8.14.4
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
@@ -41,7 +41,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha256sums=('ee40dc9a45589163156717aadd8346727ab815509d220212f19b75ebddfd8955'
+sha256sums=('6aa4920f7dd23a7004379efafc59153d9fd1de42f6fc8a6244d2198e2f721451'
 '0dabb9c10f6ba49404c13d6be2d0d6cf1bf7e5a0b95f0dea566e33c356997307'
 '3f64de78d1221a0ddf75baed19d1706c625c143701d30ad918f15231aeecfb4f'
 'e16a68539eeb49d24d2ab4a53ff95e33c67264a674b611c006dc5c8a24f41e0e'


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

2016-12-09 Thread Sven-Hendrik Haase
Date: Friday, December 9, 2016 @ 15:10:40
  Author: svenstaro
Revision: 198641

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-09 15:09:29 UTC (rev 198640)
+++ PKGBUILD2016-12-09 15:10:40 UTC (rev 198641)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgbase=python-neovim
-pkgname=('python-neovim' 'python2-neovim')
-_realname=python-client
-pkgver=0.1.11
-pkgrel=1
-pkgdesc='Python client for Neovim'
-url='https://github.com/neovim/python-client'
-arch=('any')
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz;)
-sha256sums=('7ca99d14aa364efc5d3c8ecefd31af16a9c5c93ebe7cd1b2fa64717b74a76d50')
-
-prepare() {
-  cp -a ${_realname}-${pkgver}{,-python2}
-}
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/${_realname}-${pkgver}-python2"
-  python2 setup.py build
-}
-
-package_python-neovim() {
-  pkgdesc='Python 3 client for neovim'
-  depends=('neovim' 'python' 'python-msgpack' 'python-greenlet' 'python-click')
-
-  cd "${srcdir}/${_realname}-${pkgver}"
-  python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
-}
-
-package_python2-neovim() {
-  pkgdesc='Python 2 client for neovim'
-  depends=('neovim' 'python2' 'python2-msgpack' 'python2-greenlet' 
'python2-click' 'python2-trollius')
-
-  cd "${srcdir}/${_realname}-${pkgver}-python2"
-  python2 setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
-}
-
-# vim:set sw=2 sts=2 et:

Copied: python-neovim/repos/community-any/PKGBUILD (from rev 198640, 
python-neovim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-09 15:10:40 UTC (rev 198641)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgbase=python-neovim
+pkgname=('python-neovim' 'python2-neovim')
+_realname=python-client
+pkgver=0.1.12
+pkgrel=1
+pkgdesc='Python client for Neovim'
+url='https://github.com/neovim/python-client'
+arch=('any')
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz;)
+sha256sums=('a0ec9d157d385d86c2a07f9f9daa20cc172160d1782bf9a40d8e9724a01026c1')
+
+prepare() {
+  cp -a ${_realname}-${pkgver}{,-python2}
+}
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${_realname}-${pkgver}-python2"
+  python2 setup.py build
+}
+
+package_python-neovim() {
+  pkgdesc='Python 3 client for neovim'
+  depends=('neovim' 'python' 'python-msgpack' 'python-greenlet' 'python-click')
+
+  cd "${srcdir}/${_realname}-${pkgver}"
+  python setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
+}
+
+package_python2-neovim() {
+  pkgdesc='Python 2 client for neovim'
+  depends=('neovim' 'python2' 'python2-msgpack' 'python2-greenlet' 
'python2-click' 'python2-trollius')
+
+  cd "${srcdir}/${_realname}-${pkgver}-python2"
+  python2 setup.py install --optimize=1 --prefix=/usr --root="${pkgdir}" 
--skip-build
+}
+
+# vim:set sw=2 sts=2 et:


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

2016-12-09 Thread Sven-Hendrik Haase
Date: Friday, December 9, 2016 @ 15:09:29
  Author: svenstaro
Revision: 198640

upgpkg: python-neovim 0.1.12-1

upstream release 0.1.12

Modified:
  python-neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 10:21:28 UTC (rev 198639)
+++ PKGBUILD2016-12-09 15:09:29 UTC (rev 198640)
@@ -3,7 +3,7 @@
 pkgbase=python-neovim
 pkgname=('python-neovim' 'python2-neovim')
 _realname=python-client
-pkgver=0.1.11
+pkgver=0.1.12
 pkgrel=1
 pkgdesc='Python client for Neovim'
 url='https://github.com/neovim/python-client'
@@ -11,7 +11,7 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://github.com/neovim/python-client/archive/${pkgver}.tar.gz;)
-sha256sums=('7ca99d14aa364efc5d3c8ecefd31af16a9c5c93ebe7cd1b2fa64717b74a76d50')
+sha256sums=('a0ec9d157d385d86c2a07f9f9daa20cc172160d1782bf9a40d8e9724a01026c1')
 
 prepare() {
   cp -a ${_realname}-${pkgver}{,-python2}


[arch-commits] Commit in nvidia-340xx-utils/repos (12 files)

2016-12-09 Thread Laurent Carlier
Date: Friday, December 9, 2016 @ 12:19:33
  Author: lcarlier
Revision: 282964

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

Added:
  nvidia-340xx-utils/repos/extra-i686/PKGBUILD
(from rev 282963, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/extra-i686/nvidia-340xx-utils.install
(from rev 282963, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/extra-i686/nvidia-drm-outputclass.conf
(from rev 282963, nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-340xx-utils/repos/extra-x86_64/PKGBUILD
(from rev 282963, nvidia-340xx-utils/trunk/PKGBUILD)
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-340xx-utils.install
(from rev 282963, nvidia-340xx-utils/trunk/nvidia-340xx-utils.install)
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-drm-outputclass.conf
(from rev 282963, nvidia-340xx-utils/trunk/nvidia-drm-outputclass.conf)
Deleted:
  nvidia-340xx-utils/repos/extra-i686/PKGBUILD
  nvidia-340xx-utils/repos/extra-i686/nvidia-340xx-utils.install
  nvidia-340xx-utils/repos/extra-i686/nvidia-drm-outputclass.conf
  nvidia-340xx-utils/repos/extra-x86_64/PKGBUILD
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-340xx-utils.install
  nvidia-340xx-utils/repos/extra-x86_64/nvidia-drm-outputclass.conf

--+
 /PKGBUILD|  380 +
 /nvidia-340xx-utils.install  |   20 +
 /nvidia-drm-outputclass.conf |   12 
 extra-i686/PKGBUILD  |  190 --
 extra-i686/nvidia-340xx-utils.install|   10 
 extra-i686/nvidia-drm-outputclass.conf   |6 
 extra-x86_64/PKGBUILD|  190 --
 extra-x86_64/nvidia-340xx-utils.install  |   10 
 extra-x86_64/nvidia-drm-outputclass.conf |6 
 9 files changed, 412 insertions(+), 412 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-09 12:19:25 UTC (rev 282963)
+++ extra-i686/PKGBUILD 2016-12-09 12:19:33 UTC (rev 282964)
@@ -1,190 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-pkgbase=nvidia-340xx-utils
-pkgname=('nvidia-340xx-utils' 'nvidia-340xx-libgl' 'opencl-nvidia-340xx')
-pkgver=340.98
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-license=('custom')
-options=('!strip')
-source=(nvidia-drm-outputclass.conf)
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-sha1sums=('4ca2fbb2389d0bcb7a2c6f614860522d9ddf58ab')
-sha1sums_i686=('931773a3be7ab03ff787974b0760cd9ee1bd14e2')
-sha1sums_x86_64=('a31ff95eae0ec47b89a9ba5475d17d44ff4ee2e0')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-create_links() {
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*' | grep -v 'xorg/'); do
-_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
-_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
-[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
-[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
-done
-}
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-bsdtar -xf nvidia-persistenced-init.tar.bz2
-}
-
-package_opencl-nvidia-340xx() {
-pkgdesc="OpenCL implemention for NVIDIA"
-depends=('zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-conflicts=('opencl-nvidia' 'opencl-driver')
-provides=('opencl-nvidia')
-cd "${_pkg}"
-
-# OpenCL
-install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
-
-create_links
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s nvidia "${pkgdir}/usr/share/licenses/opencl-nvidia"
-}
-
-package_nvidia-340xx-libgl() {
-pkgdesc="NVIDIA drivers libraries symlinks"
-depends=('nvidia-340xx-utils')
-conflicts=('libgl' 'libgles' 'libegl' 'nvidia-libgl')
-provides=('libgl' 'libgles' 'libegl' 'nvidia-libgl')
-cd "${_pkg}"
-
-mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions"
-ln -s "/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1"
-ln -s "libglx.so.${pkgver}" 

[arch-commits] Commit in nvidia-340xx-utils/trunk (PKGBUILD)

2016-12-09 Thread Laurent Carlier
Date: Friday, December 9, 2016 @ 12:19:25
  Author: lcarlier
Revision: 282963

upgpkg: nvidia-340xx-utils 340.98-3

now opencl-nvidia-340xx really provides opencl-driver

Modified:
  nvidia-340xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 10:41:29 UTC (rev 282962)
+++ PKGBUILD2016-12-09 12:19:25 UTC (rev 282963)
@@ -6,7 +6,7 @@
 pkgbase=nvidia-340xx-utils
 pkgname=('nvidia-340xx-utils' 'nvidia-340xx-libgl' 'opencl-nvidia-340xx')
 pkgver=340.98
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -41,8 +41,8 @@
 pkgdesc="OpenCL implemention for NVIDIA"
 depends=('zlib')
 optdepends=('opencl-headers: headers necessary for OpenCL development')
-conflicts=('opencl-nvidia' 'opencl-driver')
-provides=('opencl-nvidia')
+conflicts=('opencl-nvidia')
+provides=('opencl-nvidia' 'opencl-driver')
 cd "${_pkg}"
 
 # OpenCL


[arch-commits] Commit in qt5-base/repos (12 files)

2016-12-09 Thread Antonio Rojas
Date: Friday, December 9, 2016 @ 10:41:29
  Author: arojas
Revision: 282962

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

Added:
  qt5-base/repos/testing-i686/PKGBUILD
(from rev 282961, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/testing-i686/no-gtk-qpa-on-wayland.patch
(from rev 282961, qt5-base/trunk/no-gtk-qpa-on-wayland.patch)
  qt5-base/repos/testing-i686/rebuild.list
(from rev 282961, qt5-base/trunk/rebuild.list)
  qt5-base/repos/testing-x86_64/PKGBUILD
(from rev 282961, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/testing-x86_64/no-gtk-qpa-on-wayland.patch
(from rev 282961, qt5-base/trunk/no-gtk-qpa-on-wayland.patch)
  qt5-base/repos/testing-x86_64/rebuild.list
(from rev 282961, qt5-base/trunk/rebuild.list)
Deleted:
  qt5-base/repos/testing-i686/PKGBUILD
  qt5-base/repos/testing-i686/no-gtk-qpa-on-wayland.patch
  qt5-base/repos/testing-i686/rebuild.list
  qt5-base/repos/testing-x86_64/PKGBUILD
  qt5-base/repos/testing-x86_64/no-gtk-qpa-on-wayland.patch
  qt5-base/repos/testing-x86_64/rebuild.list

+
 /PKGBUILD  |  262 +++
 /no-gtk-qpa-on-wayland.patch   |   26 ++
 /rebuild.list  |   18 +
 testing-i686/PKGBUILD  |  126 
 testing-i686/no-gtk-qpa-on-wayland.patch   |   13 -
 testing-i686/rebuild.list  |9 
 testing-x86_64/PKGBUILD|  126 
 testing-x86_64/no-gtk-qpa-on-wayland.patch |   13 -
 testing-x86_64/rebuild.list|9 
 9 files changed, 306 insertions(+), 296 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-12-09 10:40:50 UTC (rev 282961)
+++ testing-i686/PKGBUILD   2016-12-09 10:41:29 UTC (rev 282962)
@@ -1,126 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-base
-_qtver=5.7.0
-pkgver=${_qtver/-/}
-pkgrel=8
-arch=('i686' 'x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' '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'
- 'gtk3' 'libpulse' 'cups' 'freetds')
-optdepends=('qt5-svg: to use SVG icon themes'
-'postgresql-libs: PostgreSQL driver'
-'libmariadbclient: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'mtdev: evdev plugin'
-'gtk3: GTK platform plugin')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-
qtbug-53071.patch::"https://github.com/qtproject/qtbase/commit/e9041c7fc.patch;
-
qtbug-53071b.patch::"https://github.com/qtproject/qtbase/commit/cd25866f.patch;
-
qtbug-53237.patch::"https://github.com/qtproject/qtbase/commit/8e889378.patch;
-qtbug-49452.patch::"https://github.com/qt/qtbase/commit/6f423555.patch;
-
qtbase-memory-leak.patch::"https://github.com/qt/qtbase/commit/42283868.patch;
-
qtbug-49061.patch::"https://github.com/qt/qtbase/commit/494376f9.patch;)
-md5sums=('184f9460b40752d71b15b827260580c2'
- '462f079cd46f869def6858903a718bf5'
- 'da4fd787ea877516397a027412e975e1'
- '981255fb1aea0d3c0b5c5f306fe374da'
- '646aea77ca90031c453a65ef61db55f9'
- '9842c327b091b360da7a4d90f5fdf4da'
- 'c86af27562bbbe05c3defd63d00130fd')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  # Build qmake using Arch {C,LD}FLAGS
-  # This also sets default {C,CXX,LD}FLAGS for projects built using qmake
-  sed -i -e "s|^\(QMAKE_CFLAGS_RELEASE.*\)|\1 ${CFLAGS}|" \
-mkspecs/common/gcc-base.conf
-  sed -i -e "s|^\(QMAKE_LFLAGS_RELEASE.*\)|\1 ${LDFLAGS}|" \
-mkspecs/common/g++-unix.conf
-
-  # Use python2 for Python 2.x
-  find . -name '*.py' -exec sed -i \
-'s|#![ ]*/usr/bin/python$|&2|;s|#![ ]*/usr/bin/env python$|&2|' {} +
-
-  # Fix libsystemd-journal detection
-  sed -e 's|libsystemd-journal|libsystemd|' -i 
config.tests/unix/journald/journald.pro -i src/corelib/global/global.pri
-
-  # Fix parsing of tzfile(5) POSIX rule zone names with bracket quotes
-  patch -p1 -i ../qtbug-53071.patch
-  patch -p1 -i ../qtbug-53071b.patch
-
-  # Fix UNSIGNED values in QMYSQL
-  patch -p1 -i ../qtbug-53237.patch
-
-  # Fix freetype engine 

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

2016-12-09 Thread Antonio Rojas
Date: Friday, December 9, 2016 @ 10:40:50
  Author: arojas
Revision: 282961

Fix file dialog crashes on GNOME/Wayland (FS#50013, FS#50706)

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 08:33:50 UTC (rev 282960)
+++ PKGBUILD2016-12-09 10:40:50 UTC (rev 282961)
@@ -5,7 +5,7 @@
 pkgname=qt5-base
 _qtver=5.7.0
 pkgver=${_qtver/-/}
-pkgrel=8
+pkgrel=9
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -32,7 +32,8 @@
 
qtbug-53237.patch::"https://github.com/qtproject/qtbase/commit/8e889378.patch;
 qtbug-49452.patch::"https://github.com/qt/qtbase/commit/6f423555.patch;
 
qtbase-memory-leak.patch::"https://github.com/qt/qtbase/commit/42283868.patch;
-
qtbug-49061.patch::"https://github.com/qt/qtbase/commit/494376f9.patch;)
+qtbug-49061.patch::"https://github.com/qt/qtbase/commit/494376f9.patch;
+
qtbug-55583.patch::"https://github.com/qt/qtbase/commit/84ea00d4.patch;)
 md5sums=('184f9460b40752d71b15b827260580c2'
  '462f079cd46f869def6858903a718bf5'
  'da4fd787ea877516397a027412e975e1'
@@ -39,7 +40,8 @@
  '981255fb1aea0d3c0b5c5f306fe374da'
  '646aea77ca90031c453a65ef61db55f9'
  '9842c327b091b360da7a4d90f5fdf4da'
- 'c86af27562bbbe05c3defd63d00130fd')
+ 'c86af27562bbbe05c3defd63d00130fd'
+ '7b11584d9ea1ccb6c419e9b9816dee63')
 
 prepare() {
   cd ${_pkgfqn}
@@ -73,6 +75,9 @@
 
   # Don't unload plugins in QPluginLoader 
https://bugreports.qt.io/browse/QTBUG-49061
   patch -p1 -i ../qtbug-49061.patch
+
+  # Fix file chooser segfault on gnome/wayland 
https://bugreports.qt.io/browse/QTBUG-55583
+  patch -p1 -i ../qtbug-55583.patch
 }
 
 build() {


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

2016-12-09 Thread Felix Yan
Date: Friday, December 9, 2016 @ 10:21:13
  Author: felixonmars
Revision: 198638

upgpkg: deepin-go-lib 0.5.2-1

Modified:
  deepin-go-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 09:59:33 UTC (rev 198637)
+++ PKGBUILD2016-12-09 10:21:13 UTC (rev 198638)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-go-lib
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.5.2
+pkgrel=1
 pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
 arch=('any')
 url="https://github.com/linuxdeepin/go-lib;
@@ -20,4 +20,6 @@
 package() {
   mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
   cp -a go-lib "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib
+
+  rm -r "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib/debian
 }


[arch-commits] Commit in deepin-go-lib/repos/community-any (PKGBUILD PKGBUILD)

2016-12-09 Thread Felix Yan
Date: Friday, December 9, 2016 @ 10:21:28
  Author: felixonmars
Revision: 198639

archrelease: copy trunk to community-any

Added:
  deepin-go-lib/repos/community-any/PKGBUILD
(from rev 198638, deepin-go-lib/trunk/PKGBUILD)
Deleted:
  deepin-go-lib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-09 10:21:13 UTC (rev 198638)
+++ PKGBUILD2016-12-09 10:21:28 UTC (rev 198639)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-go-lib
-pkgver=0.5.1
-pkgrel=2
-pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
-arch=('any')
-url="https://github.com/linuxdeepin/go-lib;
-license=('GPL3')
-depends=('libpulse' 'gdk-pixbuf2' 'mobile-broadband-provider-info' 'libx11')
-makedepends=('git')
-source=("git+https://cr.deepin.io/go-lib.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  rm -r go-lib/.git
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
-  cp -a go-lib "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib
-}

Copied: deepin-go-lib/repos/community-any/PKGBUILD (from rev 198638, 
deepin-go-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-09 10:21:28 UTC (rev 198639)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-go-lib
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='A library containing many useful go routines for things such as glib, 
gettext, archive, graphic,etc.'
+arch=('any')
+url="https://github.com/linuxdeepin/go-lib;
+license=('GPL3')
+depends=('libpulse' 'gdk-pixbuf2' 'mobile-broadband-provider-info' 'libx11')
+makedepends=('git')
+source=("git+https://cr.deepin.io/go-lib.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  rm -r go-lib/.git
+}
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/gocode/src/pkg.deepin.io
+  cp -a go-lib "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib
+
+  rm -r "$pkgdir"/usr/share/gocode/src/pkg.deepin.io/lib/debian
+}


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

2016-12-09 Thread Jonathan Steel
Date: Friday, December 9, 2016 @ 09:59:33
  Author: jsteel
Revision: 198637

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 198636, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-09 09:59:26 UTC (rev 198636)
+++ PKGBUILD2016-12-09 09:59:33 UTC (rev 198637)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.11.27
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('06727bcbc2d8149afd6028396437d528')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 198636, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-09 09:59:33 UTC (rev 198637)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.11.28
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('be4e92aa6bf3f1bdef5cca6c389fe74f')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2016-12-09 Thread Jonathan Steel
Date: Friday, December 9, 2016 @ 09:59:20
  Author: jsteel
Revision: 198635

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-09 09:59:09 UTC (rev 198634)
+++ PKGBUILD2016-12-09 09:59:20 UTC (rev 198635)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.4.84
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('02a2ddeb2b46ff4fd495d87c58d17934')
-
-build() {
-  cd botocore-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 198634, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-09 09:59:20 UTC (rev 198635)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.4.85
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('b137db3b4c6b0b961d2bf6b40a4a9b3d')
+
+build() {
+  cd botocore-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-12-09 Thread Jonathan Steel
Date: Friday, December 9, 2016 @ 09:59:26
  Author: jsteel
Revision: 198636

upgpkg: aws-cli 1.11.28-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 09:59:20 UTC (rev 198635)
+++ PKGBUILD2016-12-09 09:59:26 UTC (rev 198636)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.11.27
+pkgver=1.11.28
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('06727bcbc2d8149afd6028396437d528')
+md5sums=('be4e92aa6bf3f1bdef5cca6c389fe74f')
 
 build() {
   cd $pkgname-$pkgver


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

2016-12-09 Thread Jonathan Steel
Date: Friday, December 9, 2016 @ 09:59:09
  Author: jsteel
Revision: 198634

upgpkg: python-botocore 1.4.85-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 09:42:41 UTC (rev 198633)
+++ PKGBUILD2016-12-09 09:59:09 UTC (rev 198634)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.4.84
+pkgver=1.4.85
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python-dateutil' 'python-jmespath' 'python-docutils')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('02a2ddeb2b46ff4fd495d87c58d17934')
+md5sums=('b137db3b4c6b0b961d2bf6b40a4a9b3d')
 
 build() {
   cd botocore-$pkgver


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

2016-12-09 Thread Felix Yan
Date: Friday, December 9, 2016 @ 09:40:45
  Author: felixonmars
Revision: 198623

upgpkg: stack 1.2.0-23

rebuild with th-expand-syns-0.4.1.0, th-lift-instances-0.1.11, th-orphans-0.13.3

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-09 08:57:42 UTC (rev 198622)
+++ PKGBUILD2016-12-09 09:40:45 UTC (rev 198623)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.2.0
-pkgrel=22
+pkgrel=23
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2016-12-09 Thread Felix Yan
Date: Friday, December 9, 2016 @ 09:41:05
  Author: felixonmars
Revision: 198624

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

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

+
 community-staging-i686/PKGBUILD|   84 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   84 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 176 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 198623, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-09 09:41:05 UTC (rev 198624)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.2.0
+pkgrel=23
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-clock" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" 
"haskell-edit-distance"
+ "haskell-either" "haskell-enclosed-exceptions" "haskell-errors" 
"haskell-exceptions"
+ "haskell-extra" "haskell-fast-logger" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-generic-deriving" "haskell-gitrev" "haskell-hashable" 
"haskell-hastache"
+ "haskell-hit" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-hpack" "haskell-lifted-async" 
"haskell-lifted-base"
+ "haskell-microlens" "haskell-monad-control" "haskell-monad-logger"
+ "haskell-monad-unlift" "haskell-mtl" "haskell-open-browser"
+ "haskell-optparse-applicative" "haskell-optparse-simple" 
"haskell-path"
+ "haskell-path-io" "haskell-persistent" "haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-stm" "haskell-store"
+ "haskell-streaming-commons" "haskell-tar" "haskell-temporary" 
"haskell-text"
+ "haskell-text-binary" "haskell-tls" "haskell-transformers-base"
+ "haskell-unicode-transforms" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-vector-binary-instances" "haskell-yaml"
+ "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('6a13a98413ea5f1a0642d9080892e6bcd996a17baa4d61521c0e0f3d9bb810b3')
+
+prepare() {
+sed -i 's/unicode-transforms ==0.1.\*,/unicode-transforms >=0.1,/' 
stack-$pkgver/stack.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+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_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+install -Dm644 stack_completion_script 

  1   2   >