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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 07:30:20
  Author: felixonmars
Revision: 200929

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-22 07:29:52 UTC (rev 200928)
+++ community-i686/PKGBUILD 2016-12-22 07:30:20 UTC (rev 200929)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.3.3.20160901
-_commit=3562d7d93c883d2fccd40e0e2d71155d277a871c
-pkgrel=1
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('i686' 'x86_64')
-url="http://www.wiznote.com;
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 
'qt5-websockets' 'qt5-webengine') # 'crypto++')
-# shared clucene/quazip triggers segfault
-makedepends=('cmake' 'qt5-tools' 'git' 'boost')
-source=("git+https://github.com/WizTeam/WizQTClient.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  #sed -e 's/add_subdirectory(cryptopp)//' \
-  #-i WizQTClient/lib/CMakeLists.txt
-  #sed -e 's/cryptlib/cryptopp/' \
-  #-i WizQTClient/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../WizQTClient
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 200928, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-22 07:30:20 UTC (rev 200929)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.5.0.20161213
+_commit=9e7fc0b88b7f2224690333d2e049ef04b3b57bd1
+pkgrel=1
+pkgdesc="Opensource cross-platform cloud based note-taking client"
+arch=('i686' 'x86_64')
+url="http://www.wiznote.com;
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 
'qt5-websockets' 'qt5-webengine') # 'crypto++')
+# shared clucene/quazip triggers segfault
+makedepends=('cmake' 'qt5-tools' 'git' 'boost')
+source=("git+https://github.com/WizTeam/WizQTClient.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  #sed -e 's/add_subdirectory(cryptopp)//' \
+  #-i WizQTClient/lib/CMakeLists.txt
+  #sed -e 's/cryptlib/cryptopp/' \
+  #-i WizQTClient/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../WizQTClient
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-22 07:29:52 UTC (rev 200928)
+++ community-x86_64/PKGBUILD   2016-12-22 07:30:20 UTC (rev 200929)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.3.3.20160901
-_commit=3562d7d93c883d2fccd40e0e2d71155d277a871c
-pkgrel=1
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('i686' 'x86_64')
-url="http://www.wiznote.com;
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 
'qt5-websockets' 'qt5-webengine') # 'crypto++')
-# shared clucene/quazip triggers segfault
-makedepends=('cmake' 'qt5-tools' 'git' 'boost')
-source=("git+https://github.com/WizTeam/WizQTClient.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  #sed -e 's/add_subdirectory(cryptopp)//' \
-  #-i WizQTClient/lib/CMakeLists.txt
-  #sed -e 's/cryptlib/cryptopp/' \
-  #-i WizQTClient/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../WizQTClient
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-x86_64/PKGBUILD (from rev 200928, 
wiznote/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   

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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 07:29:52
  Author: felixonmars
Revision: 200928

upgpkg: wiznote 2.5.0.20161213-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 07:28:27 UTC (rev 200927)
+++ PKGBUILD2016-12-22 07:29:52 UTC (rev 200928)
@@ -3,8 +3,8 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.3.3.20160901
-_commit=3562d7d93c883d2fccd40e0e2d71155d277a871c
+pkgver=2.5.0.20161213
+_commit=9e7fc0b88b7f2224690333d2e049ef04b3b57bd1
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 07:28:27
  Author: felixonmars
Revision: 200927

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

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

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

Copied: haskell-pipes-http/repos/community-staging-i686/PKGBUILD (from rev 
200926, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-22 07:28:27 UTC (rev 200927)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.5
+pkgrel=2
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('49a196466de1638f3806a49bf10fef9eb3c06456ababf09ffd025b6b64f23055')
+
+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-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
200926, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-22 07:28:27 UTC (rev 200927)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.5
+pkgrel=2
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('49a196466de1638f3806a49bf10fef9eb3c06456ababf09ffd025b6b64f23055')
+
+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 

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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 07:28:05
  Author: felixonmars
Revision: 200926

upgpkg: haskell-pipes-http 1.0.5-2

rebuild with tls-1.3.9

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 07:26:31 UTC (rev 200925)
+++ PKGBUILD2016-12-22 07:28:05 UTC (rev 200926)
@@ -5,7 +5,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP client with pipes interface"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 07:26:31
  Author: felixonmars
Revision: 200925

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

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

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

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 200924, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-22 07:26:31 UTC (rev 200925)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.3.1
+pkgrel=24
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" 
"haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-auth" 
"haskell-yesod-core"
+ "haskell-yesod-form" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('8ad23252817780afc10aee5cf1bd862b3cf46e08aabb884477e874caa351ab21')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 200924, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-22 07:26:31 UTC (rev 200925)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.3.1
+pkgrel=24
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" 
"haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-auth" 
"haskell-yesod-core"
+ "haskell-yesod-form" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('8ad23252817780afc10aee5cf1bd862b3cf46e08aabb884477e874caa351ab21')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+

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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 07:26:11
  Author: felixonmars
Revision: 200924

upgpkg: haskell-yesod 1.4.3.1-24

rebuild with tls-1.3.9

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 07:23:25 UTC (rev 200923)
+++ PKGBUILD2016-12-22 07:26:11 UTC (rev 200924)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.3.1
-pkgrel=23
+pkgrel=24
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 07:23:25
  Author: felixonmars
Revision: 200923

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

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

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

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

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

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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 07:23:04
  Author: felixonmars
Revision: 200922

upgpkg: haskell-warp-tls 3.2.2-25

rebuild with tls-1.3.9

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 07:20:54 UTC (rev 200921)
+++ PKGBUILD2016-12-22 07:23:04 UTC (rev 200922)
@@ -5,7 +5,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.2
-pkgrel=24
+pkgrel=25
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 07:20:31
  Author: felixonmars
Revision: 200920

upgpkg: pandoc-citeproc 0.10.3-2

rebuild with tls-1.3.9

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 07:09:58 UTC (rev 200919)
+++ PKGBUILD2016-12-22 07:20:31 UTC (rev 200920)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 07:20:54
  Author: felixonmars
Revision: 200921

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

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

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

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 200920, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-22 07:20:54 UTC (rev 200921)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.3
+pkgrel=2
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('2f6233ff91a9fb08edfb0ac2b4ec40729d87590a7c557d0452674dd3c7df4d58')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+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_pandoc-citeproc() {
+depends=('pandoc' 'icu')
+
+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"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+
+cd "${srcdir}/${pkgbase}-${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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
200920, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-22 07:20:54 UTC (rev 200921)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.3
+pkgrel=2
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ 

[arch-commits] Commit in linux/repos (staging-i686)

2016-12-21 Thread Tobias Powalowski
Date: Thursday, December 22, 2016 @ 07:12:09
  Author: tpowa
Revision: 284423

db-remove: linux removed by tpowa

Deleted:
  linux/repos/staging-i686/


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

2016-12-21 Thread Tobias Powalowski
Date: Thursday, December 22, 2016 @ 07:12:02
  Author: tpowa
Revision: 284422

db-remove: linux removed by tpowa

Deleted:
  linux/repos/staging-x86_64/


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 07:09:42
  Author: felixonmars
Revision: 200918

upgpkg: python-py 1.4.32-1

Modified:
  python-py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 07:08:24 UTC (rev 200917)
+++ PKGBUILD2016-12-22 07:09:42 UTC (rev 200918)
@@ -8,50 +8,51 @@
 
 pkgbase=python-py
 pkgname=('python-py' 'python2-py')
-pkgver=1.4.31
+pkgver=1.4.32
 pkgrel=1
 pkgdesc="library with cross-python path, ini-parsing, io, code, log facilities"
 arch=('any')
 license=('MIT')
 url="http://pylib.readthedocs.org/en/latest/;
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
 checkdepends=('python-pytest' 'python2-pytest')
-source=("http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz;)
-sha512sums=('fd0f4f509d81beb8e5cdb5a8d5d7d40d8a74737c017c915b0630ce740868c32fbf1af4a01dec2ae998e5a9516578e8404ad2b8d966606919767ae25f27eb0b0d')
+source=("git+https://github.com/pytest-dev/py.git#tag=$pkgver;)
+sha512sums=('SKIP')
 
 prepare() {
-  cp -a py-${pkgver}{,-py2}
+  cp -a py{,-py2}
 }
 
 build() {
-  cd "$srcdir/py-${pkgver}"
+  cd "$srcdir"/py
   python setup.py build
 
-  cd "$srcdir/py-${pkgver}-py2"
+  cd "$srcdir"/py-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/py-${pkgver}"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LANG=en_US.utf8 py.test
+  export LC_CTYPE=en_US.UTF-8
 
-  cd "$srcdir/py-${pkgver}-py2"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LANG=en_US.utf8 py.test2
+  cd "$srcdir"/py
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
+
+  cd "$srcdir"/py-py2
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2
 }
 
 package_python-py() {
   depends=('python')
 
-  cd py-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  cd py
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 package_python2-py() {
   depends=('python2')
 
-  cd py-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  cd py-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
-


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 07:09:58
  Author: felixonmars
Revision: 200919

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-22 07:09:42 UTC (rev 200918)
+++ PKGBUILD2016-12-22 07:09:58 UTC (rev 200919)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sebastian Wiesner 
-# Contributor: Igor Ramos Tiburcio 
-# Contributor: Wieland Hoffmann 
-# Contributor: Hervé Cauwelier 
-# Contributor: Felix Kaiser 
-
-pkgbase=python-py
-pkgname=('python-py' 'python2-py')
-pkgver=1.4.31
-pkgrel=1
-pkgdesc="library with cross-python path, ini-parsing, io, code, log facilities"
-arch=('any')
-license=('MIT')
-url="http://pylib.readthedocs.org/en/latest/;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("http://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz;)
-sha512sums=('fd0f4f509d81beb8e5cdb5a8d5d7d40d8a74737c017c915b0630ce740868c32fbf1af4a01dec2ae998e5a9516578e8404ad2b8d966606919767ae25f27eb0b0d')
-
-prepare() {
-  cp -a py-${pkgver}{,-py2}
-}
-
-build() {
-  cd "$srcdir/py-${pkgver}"
-  python setup.py build
-
-  cd "$srcdir/py-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/py-${pkgver}"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LANG=en_US.utf8 py.test
-
-  cd "$srcdir/py-${pkgver}-py2"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LANG=en_US.utf8 py.test2
-}
-
-package_python-py() {
-  depends=('python')
-
-  cd py-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-py() {
-  depends=('python2')
-
-  cd py-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python-py/repos/community-any/PKGBUILD (from rev 200918, 
python-py/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-22 07:09:58 UTC (rev 200919)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sebastian Wiesner 
+# Contributor: Igor Ramos Tiburcio 
+# Contributor: Wieland Hoffmann 
+# Contributor: Hervé Cauwelier 
+# Contributor: Felix Kaiser 
+
+pkgbase=python-py
+pkgname=('python-py' 'python2-py')
+pkgver=1.4.32
+pkgrel=1
+pkgdesc="library with cross-python path, ini-parsing, io, code, log facilities"
+arch=('any')
+license=('MIT')
+url="http://pylib.readthedocs.org/en/latest/;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("git+https://github.com/pytest-dev/py.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a py{,-py2}
+}
+
+build() {
+  cd "$srcdir"/py
+  python setup.py build
+
+  cd "$srcdir"/py-py2
+  python2 setup.py build
+}
+
+check() {
+  export LC_CTYPE=en_US.UTF-8
+
+  cd "$srcdir"/py
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test
+
+  cd "$srcdir"/py-py2
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" py.test2
+}
+
+package_python-py() {
+  depends=('python')
+
+  cd py
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-py() {
+  depends=('python2')
+
+  cd py-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-12-21 Thread Antonio Rojas
Date: Thursday, December 22, 2016 @ 07:08:24
  Author: arojas
Revision: 200917

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-22 07:07:53 UTC (rev 200916)
+++ community-i686/PKGBUILD 2016-12-22 07:08:24 UTC (rev 200917)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Oliver Sherouse 
-# Contributor: David Scholl  
-# Contributor: David Pretty  
-
-pkgbase=python-rpy2
-pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.8.4
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
-arch=(i686 x86_64)
-url="http://rpy.sourceforge.net/;
-license=(MPL GPL LGPL)
-makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
-source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-md5sums=('6e8d527ed67d2af5376aab2cc5af3fd8')
-
-prepare() {
-  cd rpy2-$pkgver
-  sed -i "s:Rlapack:lapack:" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-}
-
-package_python2-rpy2() {
-  depends=(python2-numpy r python2-singledispatch)
-  cd rpy2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py
-}
-
-package_python-rpy2() {
-  depends=(python-numpy r)
-  cd rpy2-$pkgver
-  
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-

Copied: python-rpy2/repos/community-i686/PKGBUILD (from rev 200916, 
python-rpy2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-22 07:08:24 UTC (rev 200917)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Oliver Sherouse 
+# Contributor: David Scholl  
+# Contributor: David Pretty  
+
+pkgbase=python-rpy2
+pkgname=(python2-rpy2 python-rpy2)
+pkgver=2.8.5
+pkgrel=1
+pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
+arch=(i686 x86_64)
+url="http://rpy.sourceforge.net/;
+license=(MPL GPL LGPL)
+makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
+source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
+md5sums=('b1c3ef432b3a5c83cec06658eeb85581')
+
+prepare() {
+  cd rpy2-$pkgver
+  sed -i "s:Rlapack:lapack:" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+}
+
+package_python2-rpy2() {
+  depends=(python2-numpy r python2-singledispatch)
+  cd rpy2-$pkgver
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/lib/python2.7/site-packages/rpy2/tests.py
+}
+
+package_python-rpy2() {
+  depends=(python-numpy r)
+  cd rpy2-$pkgver
+  
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-22 07:07:53 UTC (rev 200916)
+++ community-x86_64/PKGBUILD   2016-12-22 07:08:24 UTC (rev 200917)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Oliver Sherouse 
-# Contributor: David Scholl  
-# Contributor: David Pretty  
-
-pkgbase=python-rpy2
-pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.8.4
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
-arch=(i686 x86_64)
-url="http://rpy.sourceforge.net/;
-license=(MPL GPL LGPL)
-makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
-source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-md5sums=('6e8d527ed67d2af5376aab2cc5af3fd8')
-
-prepare() {
-  cd rpy2-$pkgver
-  sed -i "s:Rlapack:lapack:" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 

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

2016-12-21 Thread Antonio Rojas
Date: Thursday, December 22, 2016 @ 07:07:53
  Author: arojas
Revision: 200916

Update to 2.8.5

Modified:
  python-rpy2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 07:07:38 UTC (rev 200915)
+++ PKGBUILD2016-12-22 07:07:53 UTC (rev 200916)
@@ -6,7 +6,7 @@
 
 pkgbase=python-rpy2
 pkgname=(python2-rpy2 python-rpy2)
-pkgver=2.8.4
+pkgver=2.8.5
 pkgrel=1
 pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 license=(MPL GPL LGPL)
 makedepends=(python-setuptools python2-setuptools python-numpy python2-numpy r)
 source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz;)
-md5sums=('6e8d527ed67d2af5376aab2cc5af3fd8')
+md5sums=('b1c3ef432b3a5c83cec06658eeb85581')
 
 prepare() {
   cd rpy2-$pkgver


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 07:07:11
  Author: felixonmars
Revision: 200914

upgpkg: haskell-aws 0.14.1-13

rebuild with tls-1.3.9

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 06:56:38 UTC (rev 200913)
+++ PKGBUILD2016-12-22 07:07:11 UTC (rev 200914)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.14.1
-pkgrel=12
+pkgrel=13
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws;
 license=("custom:BSD3")


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

2016-12-21 Thread Tobias Powalowski
Date: Thursday, December 22, 2016 @ 07:07:19
  Author: tpowa
Revision: 284421

bump to 4.9 series

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

--+
 PKGBUILD |8 
 config   |   27 +++
 2 files changed, 15 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 07:01:35 UTC (rev 284420)
+++ PKGBUILD2016-12-22 07:07:19 UTC (rev 284421)
@@ -28,7 +28,7 @@
 
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'819ae72791efee259cc8e7575b6ed7e61da021577620a0ddadb9085beb5b'
+'42e99e3f9f09a18d52dfc01f12380cfdaf83ad14a1ba8fc83d1db9001343'
 'faff71d141ede8cd29713035cd504b96d2edc8c85e413dc19da15762973f6905'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
@@ -150,7 +150,7 @@
   mv "${pkgdir}/lib" "${pkgdir}/usr/"
 
   # add vmlinux
-  install -D -m644 vmlinux 
"${pkgdir}/usr/lib/modules/${_kernver}/build/vmlinux"
+  install -D -m644 vmlinux 
"${pkgdir}/usr/lib/modules/${_kernver}/build/vmlinux" 
 }
 
 _package-headers() {
@@ -254,7 +254,7 @@
   # add objtool for external module building and enabled VALIDATION_STACK 
option
   if [ -f tools/objtool/objtool ];  then
   mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/tools/objtool"
-  cp -a tools/objtool/objtool 
${pkgdir}/usr/lib/modules/${_kernver}/build/tools/objtool/
+  cp -a tools/objtool/objtool 
${pkgdir}/usr/lib/modules/${_kernver}/build/tools/objtool/ 
   fi
 
   chown -R root.root "${pkgdir}/usr/lib/modules/${_kernver}/build"
@@ -274,7 +274,7 @@
 
   # remove unneeded architectures
   rm -rf 
"${pkgdir}"/usr/lib/modules/${_kernver}/build/arch/{alpha,arc,arm,arm26,arm64,avr32,blackfin,c6x,cris,frv,h8300,hexagon,ia64,m32r,m68k,m68knommu,metag,mips,microblaze,mn10300,openrisc,parisc,powerpc,ppc,s390,score,sh,sh64,sparc,sparc64,tile,unicore32,um,v850,xtensa}
-
+  
   # remove a files already in linux-docs package
   rm -f 
"${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/kbuild/Kconfig.recursion-issue-01"
   rm -f 
"${pkgdir}/usr/lib/modules/${_kernver}/build/Documentation/kbuild/Kconfig.recursion-issue-02"

Modified: config
===
--- config  2016-12-22 07:01:35 UTC (rev 284420)
+++ config  2016-12-22 07:07:19 UTC (rev 284421)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.9.0-1 Kernel Configuration
+# Linux/x86 4.9.0 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -1425,8 +1425,7 @@
 CONFIG_BATMAN_ADV_DAT=y
 CONFIG_BATMAN_ADV_NC=y
 CONFIG_BATMAN_ADV_MCAST=y
-CONFIG_BATMAN_ADV_DEBUGFS=y
-# CONFIG_BATMAN_ADV_DEBUG is not set
+# CONFIG_BATMAN_ADV_DEBUGFS is not set
 CONFIG_OPENVSWITCH=m
 CONFIG_OPENVSWITCH_GRE=m
 CONFIG_OPENVSWITCH_VXLAN=m
@@ -3281,7 +3280,7 @@
 # Input Device Drivers
 #
 CONFIG_INPUT_KEYBOARD=y
-CONFIG_KEYBOARD_ADC=m
+# CONFIG_KEYBOARD_ADC is not set
 CONFIG_KEYBOARD_ADP5588=m
 CONFIG_KEYBOARD_ADP5589=m
 CONFIG_KEYBOARD_ATKBD=m
@@ -3930,7 +3929,7 @@
 # CONFIG_GPIO_LP3943 is not set
 # CONFIG_GPIO_TPS65218 is not set
 # CONFIG_GPIO_UCB1400 is not set
-# CONFIG_GPIO_WHISKEY_COVE is not set
+CONFIG_GPIO_WHISKEY_COVE=y
 
 #
 # PCI GPIO expanders
@@ -4274,11 +4273,7 @@
 #
 # Watchdog Pretimeout Governors
 #
-CONFIG_WATCHDOG_PRETIMEOUT_GOV=y
-# CONFIG_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_NOOP is not set
-CONFIG_WATCHDOG_PRETIMEOUT_DEFAULT_GOV_PANIC=y
-CONFIG_WATCHDOG_PRETIMEOUT_GOV_NOOP=m
-CONFIG_WATCHDOG_PRETIMEOUT_GOV_PANIC=y
+# CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set
 CONFIG_SSB_POSSIBLE=y
 
 #
@@ -4450,7 +4445,7 @@
 CONFIG_VIDEO_V4L2=m
 # CONFIG_VIDEO_ADV_DEBUG is not set
 # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
-# CONFIG_VIDEO_PCI_SKELETON is not set
+CONFIG_VIDEO_PCI_SKELETON=m
 CONFIG_VIDEO_TUNER=m
 CONFIG_V4L2_MEM2MEM_DEV=m
 # CONFIG_V4L2_FLASH_LED_CLASS is not set
@@ -5123,7 +5118,7 @@
 CONFIG_DRM_RADEON=m
 # CONFIG_DRM_RADEON_USERPTR is not set
 CONFIG_DRM_AMDGPU=m
-CONFIG_DRM_AMDGPU_SI=y
+# CONFIG_DRM_AMDGPU_SI is not set
 # CONFIG_DRM_AMDGPU_CIK is not set
 CONFIG_DRM_AMDGPU_USERPTR=y
 # CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set
@@ -5691,7 +5686,7 @@
 # CONFIG_SND_SOC_TPA6130A2 is not set
 CONFIG_SND_SIMPLE_CARD_UTILS=m
 CONFIG_SND_SIMPLE_CARD=m
-CONFIG_SND_SIMPLE_SCU_CARD=m
+# CONFIG_SND_SIMPLE_SCU_CARD is not set
 # CONFIG_SOUND_PRIME is not set
 CONFIG_AC97_BUS=m
 
@@ -6207,7 +6202,7 @@
 CONFIG_LEDS_LM355x=m
 CONFIG_LEDS_OT200=m
 CONFIG_LEDS_KTD2692=m
-CONFIG_LEDS_IS31FL319X=m
+# CONFIG_LEDS_IS31FL319X is not set
 # CONFIG_LEDS_IS31FL32XX is not set
 
 #
@@ -6315,7 +6310,7 @@
 CONFIG_RTC_DRV_ABX80X=m
 CONFIG_RTC_DRV_DS1307=m
 CONFIG_RTC_DRV_DS1307_HWMON=y
-CONFIG_RTC_DRV_DS1307_CENTURY=y
+# CONFIG_RTC_DRV_DS1307_CENTURY is not set
 

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

2016-12-21 Thread Gaëtan Bisson
Date: Thursday, December 22, 2016 @ 07:01:35
  Author: bisson
Revision: 284420

db-move: moved gnupg from [testing] to [core] (i686, x86_64)

Added:
  gnupg/repos/core-i686/PKGBUILD
(from rev 284419, gnupg/repos/testing-i686/PKGBUILD)
  gnupg/repos/core-i686/install
(from rev 284419, gnupg/repos/testing-i686/install)
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 284419, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 284419, gnupg/repos/testing-x86_64/install)
Deleted:
  gnupg/repos/core-i686/PKGBUILD
  gnupg/repos/core-i686/install
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/testing-i686/
  gnupg/repos/testing-x86_64/

--+
 /PKGBUILD|  134 +
 /install |   20 +++
 core-i686/PKGBUILD   |   66 
 core-i686/install|   10 ---
 core-x86_64/PKGBUILD |   66 
 core-x86_64/install  |   10 ---
 6 files changed, 154 insertions(+), 152 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-12-22 05:57:10 UTC (rev 284419)
+++ core-i686/PKGBUILD  2016-12-22 07:01:35 UTC (rev 284420)
@@ -1,66 +0,0 @@
-# $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/core-i686/PKGBUILD (from rev 284419, 
gnupg/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-12-22 07:01:35 UTC (rev 284420)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.17
+pkgrel=1
+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=('d83ab893faab35f37ace772ca29b939e6a5aa6a7' '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 

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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 06:56:38
  Author: felixonmars
Revision: 200913

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

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

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

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 200912, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-22 06:56:38 UTC (rev 200913)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=31
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+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-dav/repos/community-staging-x86_64/PKGBUILD (from rev 200912, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-22 06:56:38 UTC (rev 200913)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=31
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+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
+

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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 06:56:02
  Author: felixonmars
Revision: 200912

upgpkg: haskell-dav 1.3.1-31

rebuild with tls-1.3.9

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 06:52:13 UTC (rev 200911)
+++ PKGBUILD2016-12-22 06:56:02 UTC (rev 200912)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=30
+pkgrel=31
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 06:52:13
  Author: felixonmars
Revision: 200911

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

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

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

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
200910, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-22 06:52:13 UTC (rev 200911)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.15
+pkgrel=4
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a917b003c348aa4b3d8c673efb32e0ea0f9190affa86d435b9bea9f11ab85cfd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
200910, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-22 06:52:13 UTC (rev 200911)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.15
+pkgrel=4
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 

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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 06:51:42
  Author: felixonmars
Revision: 200910

upgpkg: haskell-yesod-auth 1.4.15-4

rebuild with tls-1.3.9

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 06:45:03 UTC (rev 200909)
+++ PKGBUILD2016-12-22 06:51:42 UTC (rev 200910)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.15
-pkgrel=3
+pkgrel=4
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 06:45:03
  Author: felixonmars
Revision: 200909

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

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

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

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 200908, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-22 06:45:03 UTC (rev 200909)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.1
+pkgrel=2
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-doctemplates" 
"haskell-mtl"
+ "haskell-extensible-exceptions" "haskell-filemanip" 
"haskell-haddock-library"
+ "haskell-highlighting-kate" "haskell-hslua" "haskell-http-client" 
"haskell-syb"
+ "haskell-http-client-tls" "haskell-http-types"  "haskell-text" 
"haskell-texmath"
+ "haskell-network" "haskell-old-time" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-random" "haskell-scientific" "haskell-tagsoup" 
"haskell-temporary"
+ "haskell-network-uri" "haskell-unordered-containers" 
"haskell-zip-archive"
+ "haskell-vector" "haskell-xml" "haskell-yaml" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('9d22db0a1536de0984f4a605f1a28649e68d540e6d892947d9644987ecc4172a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files -f-weigh-pandoc
+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_pandoc() {
+depends=('gmp' 'libffi' 'zlib' 'pcre' 'cmark')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'texlive-core: for pdf output')
+replaces=('pandoc-static')
+conflicts=('pandoc-static')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}
+
+package_haskell-pandoc() {
+pkgdesc="Conversion between markup formats (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc')
+
+cd "${srcdir}/${pkgbase}-${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/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 200908, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-22 06:45:03 UTC (rev 200909)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.1
+pkgrel=2
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" 

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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 06:44:43
  Author: felixonmars
Revision: 200908

upgpkg: pandoc 1.19.1-2

rebuild with tls-1.3.9

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 06:21:10 UTC (rev 200907)
+++ PKGBUILD2016-12-22 06:44:43 UTC (rev 200908)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.19.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 06:21:10
  Author: felixonmars
Revision: 200907

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 200906, haskell-authenticate/trunk/PKGBUILD)
  haskell-authenticate/repos/community-staging-x86_64/
  haskell-authenticate/repos/community-staging-x86_64/PKGBUILD
(from rev 200906, 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 
200906, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-22 06:21:10 UTC (rev 200907)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=30
+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=("https://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 
200906, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-22 06:21:10 UTC (rev 200907)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=30
+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=("https://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-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 06:20:50
  Author: felixonmars
Revision: 200906

upgpkg: haskell-authenticate 1.3.3.2-30

rebuild with tls-1.3.9

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 06:18:34 UTC (rev 200905)
+++ PKGBUILD2016-12-22 06:20:50 UTC (rev 200906)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=29
+pkgrel=30
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 06:18:08
  Author: felixonmars
Revision: 200904

upgpkg: haskell-http-conduit 2.2.3-13

rebuild with tls-1.3.9

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 06:16:16 UTC (rev 200903)
+++ PKGBUILD2016-12-22 06:18:08 UTC (rev 200904)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.2.3
-pkgrel=12
+pkgrel=13
 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-conduit/repos (4 files)

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 06:18:34
  Author: felixonmars
Revision: 200905

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 200904, haskell-http-conduit/trunk/PKGBUILD)
  haskell-http-conduit/repos/community-staging-x86_64/
  haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 200904, 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 
200904, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-22 06:18:34 UTC (rev 200905)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3
+pkgrel=13
+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=("https://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 
200904, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-22 06:18:34 UTC (rev 200905)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3
+pkgrel=13
+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=("https://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-client-tls/repos (4 files)

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 06:16:16
  Author: felixonmars
Revision: 200903

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 200902, 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 200902, 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 
200902, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-22 06:16:16 UTC (rev 200903)
@@ -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=11
+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=("https://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 200902, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-22 06:16:16 UTC (rev 200903)
@@ -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=11
+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=("https://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 haskell-http-client-tls/trunk (PKGBUILD)

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 06:15:55
  Author: felixonmars
Revision: 200902

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

rebuild with tls-1.3.9

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 06:14:14 UTC (rev 200901)
+++ PKGBUILD2016-12-22 06:15:55 UTC (rev 200902)
@@ -5,7 +5,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.3.3
-pkgrel=10
+pkgrel=11
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 06:13:55
  Author: felixonmars
Revision: 200900

upgpkg: haskell-connection 0.2.6-9

rebuild with tls-1.3.9

Modified:
  haskell-connection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 06:12:19 UTC (rev 200899)
+++ PKGBUILD2016-12-22 06:13:55 UTC (rev 200900)
@@ -5,7 +5,7 @@
 _hkgname=connection
 pkgname=haskell-connection
 pkgver=0.2.6
-pkgrel=8
+pkgrel=9
 pkgdesc="Simple and easy network connections API"
 url="http://github.com/vincenthz/hs-connection;
 license=("custom:BSD3")


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 06:14:14
  Author: felixonmars
Revision: 200901

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

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

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

Copied: haskell-connection/repos/community-staging-i686/PKGBUILD (from rev 
200900, haskell-connection/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-22 06:14:14 UTC (rev 200901)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 143584 2015-10-10 10:28:35Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=connection
+pkgname=haskell-connection
+pkgver=0.2.6
+pkgrel=9
+pkgdesc="Simple and easy network connections API"
+url="http://github.com/vincenthz/hs-connection;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-byteable" "haskell-data-default-class" 
"haskell-network" "haskell-socks"
+ "haskell-tls" "haskell-x509" "haskell-x509-store" 
"haskell-x509-system" "haskell-x509-validation")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('03c16c28094a92ccf8fd58c61a4555b60158615914676c5c65c998a69ece37b0')
+
+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-connection/repos/community-staging-x86_64/PKGBUILD (from rev 
200900, haskell-connection/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-22 06:14:14 UTC (rev 200901)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 143584 2015-10-10 10:28:35Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=connection
+pkgname=haskell-connection
+pkgver=0.2.6
+pkgrel=9
+pkgdesc="Simple and easy network connections API"
+url="http://github.com/vincenthz/hs-connection;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-byteable" "haskell-data-default-class" 
"haskell-network" "haskell-socks"
+ "haskell-tls" "haskell-x509" "haskell-x509-store" 
"haskell-x509-system" "haskell-x509-validation")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('03c16c28094a92ccf8fd58c61a4555b60158615914676c5c65c998a69ece37b0')
+
+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 

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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 06:12:00
  Author: felixonmars
Revision: 200898

upgpkg: haskell-tls 1.3.9-1

rebuild with tls-1.3.9

Modified:
  haskell-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 06:06:51 UTC (rev 200897)
+++ PKGBUILD2016-12-22 06:12:00 UTC (rev 200898)
@@ -4,8 +4,8 @@
 
 _hkgname=tls
 pkgname=haskell-tls
-pkgver=1.3.8
-pkgrel=17
+pkgver=1.3.9
+pkgrel=1
 pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
 url="http://github.com/vincenthz/hs-tls;
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
  "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" 
"haskell-mtl"
  "haskell-network" "haskell-x509" "haskell-x509-store" 
"haskell-x509-validation")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('b440cf011c3e7af89e1ed719c714ab1001e8d3b13ef9dd3660019d88826bb1e5')
+sha256sums=('81355e16528796d3097719e74f7f1f8cae50daed06926d1995731bab8e02267b')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 06:12:19
  Author: felixonmars
Revision: 200899

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

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

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

Copied: haskell-tls/repos/community-staging-i686/PKGBUILD (from rev 200898, 
haskell-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-22 06:12:19 UTC (rev 200899)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls
+pkgname=haskell-tls
+pkgver=1.3.9
+pkgrel=1
+pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
+url="http://github.com/vincenthz/hs-tls;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-types" 
"haskell-async" "haskell-cereal"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" 
"haskell-mtl"
+ "haskell-network" "haskell-x509" "haskell-x509-store" 
"haskell-x509-validation")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('81355e16528796d3097719e74f7f1f8cae50daed06926d1995731bab8e02267b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-hans -fnetwork -fcompat
+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-tls/repos/community-staging-x86_64/PKGBUILD (from rev 200898, 
haskell-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-22 06:12:19 UTC (rev 200899)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls
+pkgname=haskell-tls
+pkgver=1.3.9
+pkgrel=1
+pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
+url="http://github.com/vincenthz/hs-tls;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-types" 
"haskell-async" "haskell-cereal"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" 
"haskell-mtl"
+ "haskell-network" "haskell-x509" "haskell-x509-store" 
"haskell-x509-validation")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('81355e16528796d3097719e74f7f1f8cae50daed06926d1995731bab8e02267b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-hans -fnetwork -fcompat
+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"
+

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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 06:06:37
  Author: felixonmars
Revision: 200896

upgpkg: python-qiniu 7.1.0-1

Modified:
  python-qiniu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 06:04:43 UTC (rev 200895)
+++ PKGBUILD2016-12-22 06:06:37 UTC (rev 200896)
@@ -3,7 +3,8 @@
 
 pkgbase=python-qiniu
 pkgname=(python-qiniu python2-qiniu)
-pkgver=7.0.10
+pkgver=7.1.0
+_commit=e0c79e5070ebe2220df1ed3da73062d0fad498eb
 pkgrel=1
 pkgdesc="Qiniu Resource Storage SDK for Python"
 arch=('any')
@@ -11,7 +12,7 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("qiniu::git+https://github.com/qiniu/python-sdk#tag=v$pkgver;)
+source=("qiniu::git+https://github.com/qiniu/python-sdk#commit=$_commit;)
 sha512sums=('SKIP')
 
 prepare() {


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 06:04:43
  Author: felixonmars
Revision: 200895

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-22 06:04:29 UTC (rev 200894)
+++ PKGBUILD2016-12-22 06:04:43 UTC (rev 200895)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Warrick 
-
-pkgbase=python-pygal
-pkgname=('python-pygal' 'python2-pygal')
-epoch=1
-pkgver=2.2.3
-pkgrel=1
-pkgdesc='A Python SVG graph plotting library'
-arch=('any')
-url='http://pygal.org/'
-license=('LGPL3')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-lxml' 'python2-lxml'
-  'python-pyquery' 'python2-pyquery' 'python-cairosvg' 
'python2-cairosvg'
-  'python-flask' 'python2-flask')
-source=("git+https://github.com/Kozea/pygal.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a "$srcdir/pygal"{,-py2}
-}
-
-build() {
-  cd "$srcdir"/pygal
-  python setup.py build
-
-  cd "$srcdir"/pygal-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/pygal
-  LC_CTYPE=en_US.UTF-8 py.test pygal/
-
-  cd "$srcdir"/pygal-py2
-  py.test2 pygal/
-}
-
-package_python-pygal() {
-  depends=('python-setuptools')
-  optdepends=('python-lxml: for XML output through lxml instead of xml.etree'
-  'python-cairosvg: for PNG output')
-
-  cd pygal
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pygal() {
-  depends=('python2-setuptools')
-  optdepends=('python2-lxml: for XML output through lxml instead of xml.etree'
-  'python2-cairosvg: for PNG output')
-
-  cd pygal-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/pygal_gen{,2}.py
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pygal/repos/community-any/PKGBUILD (from rev 200894, 
python-pygal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-22 06:04:43 UTC (rev 200895)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Warrick 
+
+pkgbase=python-pygal
+pkgname=('python-pygal' 'python2-pygal')
+epoch=1
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='A Python SVG graph plotting library'
+arch=('any')
+url='http://pygal.org/'
+license=('LGPL3')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-lxml' 'python2-lxml'
+  'python-pyquery' 'python2-pyquery' 'python-cairosvg' 
'python-flask' 'python2-flask')
+source=("git+https://github.com/Kozea/pygal.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a "$srcdir/pygal"{,-py2}
+}
+
+build() {
+  cd "$srcdir"/pygal
+  python setup.py build
+
+  cd "$srcdir"/pygal-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/pygal
+  LC_CTYPE=en_US.UTF-8 py.test pygal/
+
+  cd "$srcdir"/pygal-py2
+  py.test2 pygal/
+}
+
+package_python-pygal() {
+  depends=('python-setuptools')
+  optdepends=('python-lxml: for XML output through lxml instead of xml.etree'
+  'python-cairosvg: for PNG output')
+
+  cd pygal
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygal() {
+  depends=('python2-setuptools')
+  optdepends=('python2-lxml: for XML output through lxml instead of xml.etree')
+
+  cd pygal-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/pygal_gen{,2}.py
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 06:04:29
  Author: felixonmars
Revision: 200894

upgpkg: python-pygal 1:2.3.1-1

Modified:
  python-pygal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 03:15:07 UTC (rev 200893)
+++ PKGBUILD2016-12-22 06:04:29 UTC (rev 200894)
@@ -5,7 +5,7 @@
 pkgbase=python-pygal
 pkgname=('python-pygal' 'python2-pygal')
 epoch=1
-pkgver=2.2.3
+pkgver=2.3.1
 pkgrel=1
 pkgdesc='A Python SVG graph plotting library'
 arch=('any')
@@ -13,8 +13,7 @@
 license=('LGPL3')
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
 checkdepends=('python-pytest' 'python2-pytest' 'python-lxml' 'python2-lxml'
-  'python-pyquery' 'python2-pyquery' 'python-cairosvg' 
'python2-cairosvg'
-  'python-flask' 'python2-flask')
+  'python-pyquery' 'python2-pyquery' 'python-cairosvg' 
'python-flask' 'python2-flask')
 source=("git+https://github.com/Kozea/pygal.git#tag=$pkgver;)
 md5sums=('SKIP')
 
@@ -49,8 +48,7 @@
 
 package_python2-pygal() {
   depends=('python2-setuptools')
-  optdepends=('python2-lxml: for XML output through lxml instead of xml.etree'
-  'python2-cairosvg: for PNG output')
+  optdepends=('python2-lxml: for XML output through lxml instead of xml.etree')
 
   cd pygal-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 05:56:56
  Author: felixonmars
Revision: 284418

upgpkg: python-setuptools 1:32.1.3-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 03:47:09 UTC (rev 284417)
+++ PKGBUILD2016-12-22 05:56:56 UTC (rev 284418)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=30.4.0
+pkgver=32.1.3
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -50,16 +50,16 @@
 
 check() {
   # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.utf8
+  export LC_CTYPE=en_US.UTF-8
 
   # https://github.com/pypa/setuptools/pull/810
   export PYTHONDONTWRITEBYTECODE=1
 
   cd "$srcdir"/setuptools
-  python setup.py ptr
+  python setup.py test
 
   cd "$srcdir"/setuptools-py2
-  python2 setup.py ptr
+  python2 setup.py test
 }
  
 package_python-setuptools() {


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 05:57:10
  Author: felixonmars
Revision: 284419

archrelease: copy trunk to extra-any

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

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

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

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 284418, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-22 05:57:10 UTC (rev 284419)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=32.1.3
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'python-appdirs'
+ 'python2-appdirs' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'python-pip' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove vendored packages
+  rm -rv setuptools/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+
+  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python bootstrap.py
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  python2 bootstrap.py
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+  export LC_CTYPE=en_US.UTF-8
+
+  # 

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

2016-12-21 Thread Jan Steffens
Date: Thursday, December 22, 2016 @ 03:47:09
  Author: heftig
Revision: 284417

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

Added:
  eclipse/repos/extra-i686/PKGBUILD
(from rev 284416, eclipse/trunk/PKGBUILD)
  eclipse/repos/extra-i686/commonify
(from rev 284416, eclipse/trunk/commonify)
  eclipse/repos/extra-i686/eclipse.desktop
(from rev 284416, eclipse/trunk/eclipse.desktop)
  eclipse/repos/extra-i686/eclipse.install
(from rev 284416, eclipse/trunk/eclipse.install)
  eclipse/repos/extra-i686/eclipse.sh
(from rev 284416, eclipse/trunk/eclipse.sh)
  eclipse/repos/extra-x86_64/PKGBUILD
(from rev 284416, eclipse/trunk/PKGBUILD)
  eclipse/repos/extra-x86_64/commonify
(from rev 284416, eclipse/trunk/commonify)
  eclipse/repos/extra-x86_64/eclipse.desktop
(from rev 284416, eclipse/trunk/eclipse.desktop)
  eclipse/repos/extra-x86_64/eclipse.install
(from rev 284416, eclipse/trunk/eclipse.install)
  eclipse/repos/extra-x86_64/eclipse.sh
(from rev 284416, eclipse/trunk/eclipse.sh)
Deleted:
  eclipse/repos/extra-i686/PKGBUILD
  eclipse/repos/extra-i686/commonify
  eclipse/repos/extra-i686/eclipse.desktop
  eclipse/repos/extra-i686/eclipse.install
  eclipse/repos/extra-i686/eclipse.sh
  eclipse/repos/extra-x86_64/PKGBUILD
  eclipse/repos/extra-x86_64/commonify
  eclipse/repos/extra-x86_64/eclipse.desktop
  eclipse/repos/extra-x86_64/eclipse.install
  eclipse/repos/extra-x86_64/eclipse.sh

--+
 /PKGBUILD|  198 +
 /commonify   |   82 
 /eclipse.desktop |   18 +++
 /eclipse.install |   22 
 /eclipse.sh  |6 +
 extra-i686/PKGBUILD  |   99 
 extra-i686/commonify |   41 
 extra-i686/eclipse.desktop   |9 -
 extra-i686/eclipse.install   |   11 --
 extra-i686/eclipse.sh|3 
 extra-x86_64/PKGBUILD|   99 
 extra-x86_64/commonify   |   41 
 extra-x86_64/eclipse.desktop |9 -
 extra-x86_64/eclipse.install |   11 --
 extra-x86_64/eclipse.sh  |3 
 15 files changed, 326 insertions(+), 326 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-22 02:12:45 UTC (rev 284416)
+++ extra-i686/PKGBUILD 2016-12-22 03:47:09 UTC (rev 284417)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Paul Mattal 
-# Contributor: Andrew Wright 
-# Contributor: Andreas W. Hauser 
-# Contributor: Marco Crosio 
-
-pkgbase=eclipse
-pkgname=(eclipse-{common,java,jee,cpp,php})
-pkgver=4.6.1.a
-pkgrel=1
-_release=neon-1a
-pkgdesc="Highly extensible IDE"
-license=("EPL")
-arch=(i686 x86_64)
-url="http://eclipse.org;
-makedepends=(ruby)
-options=(!emptydirs)
-source=(commonify eclipse.sh eclipse.desktop)
-source_i686=()
-source_x86_64=()
-noextract=()
-
-for _pkg in ${pkgname[@]}; do
-  [[ $_pkg == 'eclipse-common' ]] && continue
-  
source_i686+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$_pkg-$_release-linux-gtk.tar.gz)
-  
source_x86_64+=(http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$_pkg-$_release-linux-gtk-x86_64.tar.gz)
-  noextract+=($_pkg-$_release-linux-gtk{,-x86_64}.tar.gz)
-  eval "package_$_pkg() { _package $_pkg; }"
-done
-
-sha256sums=('9f8980078c97fb3020ba2e9c6c07eac077b932406aba3e2d6a4763a5d299290d'
-'04e789fb695d5f95d09ddb994ae30397b39aee35f11997465dd91d129c41b2ed'
-'57559c2548ae463089acb3c2825ebc002ed83067ddc953b23d36a7b5a02deaf3')
-sha256sums_i686=('45bfc03c8e8afe114f2f557286d70066193a020d1dcaf71787405f6abd08d1c6'
- 
'48f4945410461cadb265212419c4b8de2e5bc025b1e0c3545e2b81f9ea52f3db'
- 
'c7802f58d8e740b2f707c18afe46bf061752130b4bff8fdfea5791c1f29fe989'
- 
'89259ca766214901589f10b5e558cff53d9f8dda5eced07975cdd64fe5075432')
-sha256sums_x86_64=('cd22d953dee2db30d86c51a50189dd062c8ac68c5776cbe525a7f852986f23b5'
-   
'edadd11440d94436665ca0435e8e1a371cef3b187e9d85a17be301e1ee1fc807'
-   
'7b7e720035cd5269882cc6be4ea9c7cde6190a574a5e3d6faee86e03a0752217'
-   
'28dadc855f0baf02f579630ebc9ad1cc1dfe1ef58315b2f1813a7cc35ae59dac')
-
-prepare() {
-  mkdir eclipse-common
-
-  for _pkg in ${pkgname[@]}; do
-[[ $_pkg == 'eclipse-common' ]] && continue
-
-if [[ $CARCH == x86_64 ]]; then
-  bsdtar -xf "$_pkg-$_release-linux-gtk-x86_64.tar.gz"
-else
-  bsdtar -xf "$_pkg-$_release-linux-gtk.tar.gz"
-fi
-
-mv eclipse $_pkg
-  done
-}
-
-build() {
-  ./commonify ${pkgname[@]}
-
-  mkdir -p 

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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 03:03:30
  Author: felixonmars
Revision: 200890

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

Added:
  ghc-mod/repos/community-staging-i686/
  ghc-mod/repos/community-staging-i686/PKGBUILD
(from rev 200889, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-i686/hse-1.18.patch
(from rev 200889, ghc-mod/trunk/hse-1.18.patch)
  ghc-mod/repos/community-staging-x86_64/
  ghc-mod/repos/community-staging-x86_64/PKGBUILD
(from rev 200889, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-x86_64/hse-1.18.patch
(from rev 200889, ghc-mod/trunk/hse-1.18.patch)

-+
 community-staging-i686/PKGBUILD |   69 +++
 community-staging-i686/hse-1.18.patch   |   75 ++
 community-staging-x86_64/PKGBUILD   |   69 +++
 community-staging-x86_64/hse-1.18.patch |   75 ++
 4 files changed, 288 insertions(+)

Copied: ghc-mod/repos/community-staging-i686/PKGBUILD (from rev 200889, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-22 03:03:30 UTC (rev 200890)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.6.0.0
+pkgrel=10
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "git" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
+ "haskell-old-time" "haskell-optparse-applicative0.12" 
"haskell-pipes" "haskell-safe"
+ "haskell-split" "haskell-syb" "haskell-temporary" "haskell-text"
+ "haskell-transformers-base")
+source=("git+https://github.com/DanielG/ghc-mod.git#tag=v$pkgver;
+hse-1.18.patch)
+sha256sums=('SKIP'
+'d7c598d5d1a2e8bdb35460f8588376eb45d20fce660708f28e685e6aced481ab')
+
+prepare() {
+cd "$srcdir/$pkgbase"
+patch -p1 -i ../hse-1.18.patch
+
+sed -i 's/pipes >= 4.1 && <4.3/pipes >= 4.1 \&\& 
<4.4/' ghc-mod.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--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_ghc-mod() {
+depends=('cabal-helper' 'ghc')
+
+cd "${srcdir}/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "COPYING.BSD3" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+}
+
+package_haskell-ghc-mod() {
+pkgdesc="Happy Haskell Programming (docs and libraries)"
+depends=("${makedepends[@]}" 'ghc-mod')
+
+cd "${srcdir}/${pkgbase}"
+
+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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
+rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
+}

Copied: ghc-mod/repos/community-staging-i686/hse-1.18.patch (from rev 200889, 
ghc-mod/trunk/hse-1.18.patch)
===
--- community-staging-i686/hse-1.18.patch   (rev 0)
+++ community-staging-i686/hse-1.18.patch   2016-12-22 03:03:30 UTC (rev 
200890)
@@ -0,0 +1,75 @@
+From afd535df487914152de3356be9a53aaa6311ecc7 Mon Sep 17 00:00:00 2001
+From: Oleg Grenrus 
+Date: Tue, 2 Aug 2016 06:35:56 +0300
+Subject: [PATCH] Support hse-1.18, allow newer extra and pipes too
+
+---
+ Language/Haskell/GhcMod/FillSig.hs  | 4 ++--
+ Language/Haskell/GhcMod/SrcUtils.hs | 4 ++--
+ ghc-mod.cabal   | 6 +++---
+ 3 files changed, 7 insertions(+), 7 deletions(-)
+
+diff --git 

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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 03:02:19
  Author: felixonmars
Revision: 200889

upgpkg: ghc-mod 5.6.0.0-10

rebuild with pipes-4.3.2, pipes-http-1.0.5

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 02:49:56 UTC (rev 200888)
+++ PKGBUILD2016-12-22 03:02:19 UTC (rev 200889)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.6.0.0
-pkgrel=9
+pkgrel=10
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 02:49:56
  Author: felixonmars
Revision: 200888

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

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

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

Copied: haskell-pipes-http/repos/community-staging-i686/PKGBUILD (from rev 
200887, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-22 02:49:56 UTC (rev 200888)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('49a196466de1638f3806a49bf10fef9eb3c06456ababf09ffd025b6b64f23055')
+
+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-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
200887, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-22 02:49:56 UTC (rev 200888)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('49a196466de1638f3806a49bf10fef9eb3c06456ababf09ffd025b6b64f23055')
+
+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 

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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 02:49:13
  Author: felixonmars
Revision: 200887

upgpkg: haskell-pipes-http 1.0.5-1

rebuild with pipes-4.3.2, pipes-http-1.0.5

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 02:47:06 UTC (rev 200886)
+++ PKGBUILD2016-12-22 02:49:13 UTC (rev 200887)
@@ -4,8 +4,8 @@
 
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
-pkgver=1.0.4
-pkgrel=17
+pkgver=1.0.5
+pkgrel=1
 pkgdesc="HTTP client with pipes interface"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
@@ -12,12 +12,8 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('f5cff84b9f415f1a65dbe04837884793fa10b1b52e96b29d52987b820c5a0216')
+sha256sums=('49a196466de1638f3806a49bf10fef9eb3c06456ababf09ffd025b6b64f23055')
 
-prepare() {
-sed -i 's/pipes>= 4.0 && < 4.3 ,/pipes>= 4.0   
  \&\& < 4.4 ,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 02:47:06
  Author: felixonmars
Revision: 200886

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

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

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

Copied: haskell-pipes/repos/community-staging-i686/PKGBUILD (from rev 200885, 
haskell-pipes/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-12-22 02:47:06 UTC (rev 200886)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes
+pkgname=haskell-pipes
+pkgver=4.3.2
+pkgrel=1
+pkgdesc="Compositional pipelines"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-exceptions" "haskell-mmorph" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('7957bb290db7f1dfad0581f363ab97fcd58f7c0b916e1114464cb9a398b8334a')
+
+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-pipes/repos/community-staging-x86_64/PKGBUILD (from rev 200885, 
haskell-pipes/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-12-22 02:47:06 UTC (rev 200886)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes
+pkgname=haskell-pipes
+pkgver=4.3.2
+pkgrel=1
+pkgdesc="Compositional pipelines"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-exceptions" "haskell-mmorph" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('7957bb290db7f1dfad0581f363ab97fcd58f7c0b916e1114464cb9a398b8334a')
+
+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"
+}


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 02:46:10
  Author: felixonmars
Revision: 200885

upgpkg: haskell-pipes 4.3.2-1

rebuild with pipes-4.3.2, pipes-http-1.0.5

Modified:
  haskell-pipes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 02:44:44 UTC (rev 200884)
+++ PKGBUILD2016-12-22 02:46:10 UTC (rev 200885)
@@ -4,15 +4,15 @@
 
 _hkgname=pipes
 pkgname=haskell-pipes
-pkgver=4.3.1
+pkgver=4.3.2
 pkgrel=1
 pkgdesc="Compositional pipelines"
-url="http://hackage.haskell.org/package/${_hkgname};
+url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-exceptions" "haskell-mmorph" "haskell-mtl")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('35a6e296e04f992bcda28ffedf1774e23c866b6ac79025f50ee5226bda3fd001')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('7957bb290db7f1dfad0581f363ab97fcd58f7c0b916e1114464cb9a398b8334a')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 02:44:44
  Author: felixonmars
Revision: 200884

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-22 02:44:09 UTC (rev 200883)
+++ PKGBUILD2016-12-22 02:44:44 UTC (rev 200884)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstackclient
-pkgname=(python-openstackclient python2-openstackclient)
-pkgver=3.5.0
-pkgrel=1
-pkgdesc="OpenStack Command-line Client"
-arch=('any')
-url="http://docs.openstack.org/developer/python-openstackclient;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-babel' 'python2-babel' 'python-cliff' 'python2-cliff'
- 'python-keystoneclient' 'python2-keystoneclient' 
'python-keystoneauth1'
- 'python2-keystoneauth1' 'python-osc-lib' 'python2-osc-lib' 
'python-oslo-utils'
- 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-openstacksdk'
- 'python2-openstacksdk' 'python-glanceclient' 
'python2-glanceclient' 'python-novaclient'
- 'python2-novaclient' 'python-cinderclient' 'python2-cinderclient')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock')
-source=("git+https://git.openstack.org/openstack/python-openstackclient#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a python-openstackclient{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-openstackclient
-  python setup.py build
-
-  cd "$srcdir"/python-openstackclient-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-openstackclient
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/python-openstackclient-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-openstackclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-cliff' 
'python-keystoneclient'
-   'python-keystoneauth1' 'python-osc-lib' 'python-oslo-utils' 
'python-oslo-i18n'
-   'python-openstacksdk' 'python-glanceclient' 'python-novaclient' 
'python-cinderclient')
-
-  cd "$srcdir"/python-openstackclient
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-openstackclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-cliff' 
'python2-keystoneclient'
-   'python2-keystoneauth1' 'python-osc-lib' 'python2-oslo-utils' 
'python2-oslo-i18n'
-   'python2-openstacksdk' 'python2-glanceclient' 'python2-novaclient'
-   'python2-cinderclient')
-
-  cd "$srcdir"/python-openstackclient-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mv "$pkgdir"/usr/bin/openstack{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstackclient/repos/community-any/PKGBUILD (from rev 200883, 
python-openstackclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-22 02:44:44 UTC (rev 200884)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstackclient
+pkgname=(python-openstackclient python2-openstackclient)
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="OpenStack Command-line Client"
+arch=('any')
+url="http://docs.openstack.org/developer/python-openstackclient;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-babel' 'python2-babel' 'python-cliff' 'python2-cliff'
+ 'python-keystoneclient' 'python2-keystoneclient' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-osc-lib' 'python2-osc-lib' 
'python-oslo-utils'
+ 'python2-oslo-utils' 'python-oslo-i18n' 'python2-oslo-i18n' 
'python-openstacksdk'
+ 'python2-openstacksdk' 'python-glanceclient' 
'python2-glanceclient' 'python-novaclient'
+ 'python2-novaclient' 'python-cinderclient' 'python2-cinderclient')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock')
+source=("git+https://git.openstack.org/openstack/python-openstackclient#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-openstackclient{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-openstackclient
+  python setup.py build
+
+  cd "$srcdir"/python-openstackclient-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-openstackclient
+  python setup.py testr || warning "Tests failed"
+

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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 02:44:09
  Author: felixonmars
Revision: 200883

upgpkg: python-openstackclient 3.6.0-1

Modified:
  python-openstackclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 02:42:36 UTC (rev 200882)
+++ PKGBUILD2016-12-22 02:44:09 UTC (rev 200883)
@@ -4,7 +4,7 @@
 
 pkgbase=python-openstackclient
 pkgname=(python-openstackclient python2-openstackclient)
-pkgver=3.5.0
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="OpenStack Command-line Client"
 arch=('any')


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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 02:42:36
  Author: felixonmars
Revision: 200882

archrelease: copy trunk to community-any

Added:
  python-oslo-utils/repos/community-any/PKGBUILD
(from rev 200881, python-oslo-utils/trunk/PKGBUILD)
Deleted:
  python-oslo-utils/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-22 02:42:01 UTC (rev 200881)
+++ PKGBUILD2016-12-22 02:42:36 UTC (rev 200882)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-oslo-utils
-pkgname=(python-oslo-utils python2-oslo-utils)
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="Oslo Utility library"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.utils/$pkgver;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-funcsigs'
- 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 
'python2-oslo-i18n' 'python2-monotonic'
- 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 
'python-netifaces'
- 'python2-netifaces' 'python-debtcollector' 
'python2-debtcollector')
-checkdepends=('python-oslotest' 'python2-oslotest')
-source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a oslo.utils{,-py2}
-
-  # Use python 3's standard monotonic function
-  sed -i '/monotonic/d' oslo.utils/requirements.txt
-  sed -i 's/from monotonic import monotonic/from time import monotonic/' 
oslo.utils/oslo_utils/timeutils.py
-}
-
-build() {
-  cd "$srcdir"/oslo.utils
-  python setup.py build
-
-  cd "$srcdir"/oslo.utils-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslo.utils
-  python setup.py testr
-
-  cd "$srcdir"/oslo.utils-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslo-utils() {
-  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 
'python-pytz'
-   'python-netaddr' 'python-netifaces' 'python-debtcollector')
-
-  cd "$srcdir"/oslo.utils
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslo-utils() {
-  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 
'python2-monotonic'
-   'python2-pytz' 'python2-netaddr' 'python2-netifaces' 
'python2-debtcollector'
-   'python2-funcsigs')
-
-  cd "$srcdir"/oslo.utils-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-utils/repos/community-any/PKGBUILD (from rev 200881, 
python-oslo-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-22 02:42:36 UTC (rev 200882)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-oslo-utils
+pkgname=(python-oslo-utils python2-oslo-utils)
+pkgver=3.21.0
+pkgrel=1
+pkgdesc="Oslo Utility library"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.utils/$pkgver;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python2-funcsigs'
+ 'python-iso8601' 'python2-iso8601' 'python-oslo-i18n' 
'python2-oslo-i18n' 'python2-monotonic'
+ 'python-pytz' 'python2-pytz' 'python-netaddr' 'python2-netaddr' 
'python-netifaces'
+ 'python2-netifaces' 'python-debtcollector' 
'python2-debtcollector')
+checkdepends=('python-oslotest' 'python2-oslotest')
+source=("git+https://git.openstack.org/openstack/oslo.utils#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a oslo.utils{,-py2}
+
+  # Use python 3's standard monotonic function
+  sed -i '/monotonic/d' oslo.utils/requirements.txt
+  sed -i 's/from monotonic import monotonic/from time import monotonic/' 
oslo.utils/oslo_utils/timeutils.py
+}
+
+build() {
+  cd "$srcdir"/oslo.utils
+  python setup.py build
+
+  cd "$srcdir"/oslo.utils-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslo.utils
+  python setup.py testr
+
+  cd "$srcdir"/oslo.utils-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslo-utils() {
+  depends=('python-six' 'python-pbr' 'python-iso8601' 'python-oslo-i18n' 
'python-pytz'
+   'python-netaddr' 'python-netifaces' 'python-debtcollector')
+
+  cd "$srcdir"/oslo.utils
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslo-utils() {
+  depends=('python2-six' 'python2-pbr' 'python2-iso8601' 'python2-oslo-i18n' 
'python2-monotonic'
+   'python2-pytz' 'python2-netaddr' 'python2-netifaces' 
'python2-debtcollector'
+   'python2-funcsigs')
+
+  cd "$srcdir"/oslo.utils-py2
+  python2 setup.py install 

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

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 02:42:01
  Author: felixonmars
Revision: 200881

upgpkg: python-oslo-utils 3.21.0-1

Modified:
  python-oslo-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 02:25:47 UTC (rev 200880)
+++ PKGBUILD2016-12-22 02:42:01 UTC (rev 200881)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oslo-utils
 pkgname=(python-oslo-utils python2-oslo-utils)
-pkgver=3.20.0
+pkgver=3.21.0
 pkgrel=1
 pkgdesc="Oslo Utility library"
 arch=('any')


[arch-commits] Commit in npm-check-updates/repos/community-any (PKGBUILD PKGBUILD)

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 02:25:47
  Author: felixonmars
Revision: 200880

archrelease: copy trunk to community-any

Added:
  npm-check-updates/repos/community-any/PKGBUILD
(from rev 200879, npm-check-updates/trunk/PKGBUILD)
Deleted:
  npm-check-updates/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-22 02:25:31 UTC (rev 200879)
+++ PKGBUILD2016-12-22 02:25:47 UTC (rev 200880)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=2.8.8
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('semver' 'npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('de9b70de326727730ccbe7fe6be69cf9c683f1ea126122ede7f8d9120028d0ce')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in npm semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 200879, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-22 02:25:47 UTC (rev 200880)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=2.8.9
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('semver' 'npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('2fd8500bd58df304f6142149c9ed45399f9dbdccf5de09fed2bdb85bb9f5e4e2')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in npm semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}


[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)

2016-12-21 Thread Felix Yan
Date: Thursday, December 22, 2016 @ 02:25:31
  Author: felixonmars
Revision: 200879

upgpkg: npm-check-updates 2.8.9-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 01:09:13 UTC (rev 200878)
+++ PKGBUILD2016-12-22 02:25:31 UTC (rev 200879)
@@ -3,7 +3,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=2.8.8
+pkgver=2.8.9
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -11,7 +11,7 @@
 depends=('semver' 'npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('de9b70de326727730ccbe7fe6be69cf9c683f1ea126122ede7f8d9120028d0ce')
+sha256sums=('2fd8500bd58df304f6142149c9ed45399f9dbdccf5de09fed2bdb85bb9f5e4e2')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-12-21 Thread Jan Steffens
Date: Thursday, December 22, 2016 @ 02:12:45
  Author: heftig
Revision: 284416

4.6.2-1

Modified:
  eclipse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 02:07:33 UTC (rev 284415)
+++ PKGBUILD2016-12-22 02:12:45 UTC (rev 284416)
@@ -8,13 +8,13 @@
 
 pkgbase=eclipse
 pkgname=(eclipse-{common,java,jee,cpp,php})
-pkgver=4.6.1.a
+pkgver=4.6.2
 pkgrel=1
-_release=neon-1a
+_release=neon-2
 pkgdesc="Highly extensible IDE"
-license=("EPL")
+license=(EPL)
 arch=(i686 x86_64)
-url="http://eclipse.org;
+url="https://eclipse.org;
 makedepends=(ruby)
 options=(!emptydirs)
 source=(commonify eclipse.sh eclipse.desktop)
@@ -33,14 +33,14 @@
 sha256sums=('9f8980078c97fb3020ba2e9c6c07eac077b932406aba3e2d6a4763a5d299290d'
 '04e789fb695d5f95d09ddb994ae30397b39aee35f11997465dd91d129c41b2ed'
 '57559c2548ae463089acb3c2825ebc002ed83067ddc953b23d36a7b5a02deaf3')
-sha256sums_i686=('45bfc03c8e8afe114f2f557286d70066193a020d1dcaf71787405f6abd08d1c6'
- 
'48f4945410461cadb265212419c4b8de2e5bc025b1e0c3545e2b81f9ea52f3db'
- 
'c7802f58d8e740b2f707c18afe46bf061752130b4bff8fdfea5791c1f29fe989'
- 
'89259ca766214901589f10b5e558cff53d9f8dda5eced07975cdd64fe5075432')
-sha256sums_x86_64=('cd22d953dee2db30d86c51a50189dd062c8ac68c5776cbe525a7f852986f23b5'
-   
'edadd11440d94436665ca0435e8e1a371cef3b187e9d85a17be301e1ee1fc807'
-   
'7b7e720035cd5269882cc6be4ea9c7cde6190a574a5e3d6faee86e03a0752217'
-   
'28dadc855f0baf02f579630ebc9ad1cc1dfe1ef58315b2f1813a7cc35ae59dac')
+sha256sums_i686=('44b8c068a9a199817852b58325b90add3905e27ed33f4eb89197f6eb4c7c3be0'
+ 
'5ce5a860385ed1cf7fc1ce16c7eec47b30b531bdecd9ab20db1496addd484cab'
+ 
'a38a2133cb7edad8944fdadeee9e0ea60742c74db3c1eeb98b2659eb12be5771'
+ 
'6476a76a5e7cf98fd3610d11b7b53fd6305071357aba06c658d6c8be027bfa04')
+sha256sums_x86_64=('b276ee8af940d37b9339ecb639c23953a25584af8564526be06e0cc95f2f6a60'
+   
'264b353a94a98d122aaa83b04957391cdd31b71782b2f83a2ef52a32cc5d75c5'
+   
'31f6a535c818a39ff7b622fe90943b35e8fbf2b647fd9188e7b19c36584d9bc9'
+   
'b71f696f9c7645aefdc2b1f03e0c819e2152094203ecd0b04ea220cb17a6d2cd')
 
 prepare() {
   mkdir eclipse-common


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

2016-12-21 Thread Jan Steffens
Date: Thursday, December 22, 2016 @ 02:07:33
  Author: heftig
Revision: 284415

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

Added:
  linux-zen/repos/testing-i686/
  linux-zen/repos/testing-i686/99-linux.hook
(from rev 284414, linux-zen/trunk/99-linux.hook)
  linux-zen/repos/testing-i686/PKGBUILD
(from rev 284414, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-i686/change-default-console-loglevel.patch
(from rev 284414, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-i686/config
(from rev 284414, linux-zen/trunk/config)
  linux-zen/repos/testing-i686/config.x86_64
(from rev 284414, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-i686/linux.install
(from rev 284414, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-i686/linux.preset
(from rev 284414, linux-zen/trunk/linux.preset)
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/99-linux.hook
(from rev 284414, linux-zen/trunk/99-linux.hook)
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 284414, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 284414, linux-zen/trunk/change-default-console-loglevel.patch)
  linux-zen/repos/testing-x86_64/config
(from rev 284414, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/config.x86_64
(from rev 284414, linux-zen/trunk/config.x86_64)
  linux-zen/repos/testing-x86_64/linux.install
(from rev 284414, linux-zen/trunk/linux.install)
  linux-zen/repos/testing-x86_64/linux.preset
(from rev 284414, linux-zen/trunk/linux.preset)

--+
 testing-i686/99-linux.hook   |   11 
 testing-i686/PKGBUILD|  309 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8305 +
 testing-i686/config.x86_64   | 8070 
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/99-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  309 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8305 +
 testing-x86_64/config.x86_64 | 8070 
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 14 files changed, 33494 insertions(+)

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


[arch-commits] Commit in linux-zen/trunk (PKGBUILD config config.x86_64)

2016-12-21 Thread Jan Steffens
Date: Thursday, December 22, 2016 @ 02:06:10
  Author: heftig
Revision: 284414

4.9-1

Modified:
  linux-zen/trunk/PKGBUILD
  linux-zen/trunk/config
  linux-zen/trunk/config.x86_64

---+
 PKGBUILD  |   22 ++--
 config|  266 +---
 config.x86_64 |  236 +++--
 3 files changed, 318 insertions(+), 206 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 02:05:30 UTC (rev 284413)
+++ PKGBUILD2016-12-22 02:06:10 UTC (rev 284414)
@@ -5,9 +5,9 @@
 
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
-_srcname=linux-4.8
-_zenpatch=zen-4.8.14-cf26f97f48953a73a5d51d433fb7c6368efdc792.diff
-pkgver=4.8.14
+_srcname=linux-4.9
+_zenpatch=zen-4.9-4f4d49c2f303279e163bebf8c48b0cbe525c7adb.diff
+pkgver=4.9
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -16,8 +16,8 @@
 options=('!strip')
 source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz;
 "https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.sign;
-"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz;
-"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
+#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz;
+#"https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.sign;
 "https://pkgbuild.com/~heftig/zen-patches/${_zenpatch}.xz;
 "https://pkgbuild.com/~heftig/zen-patches/${_zenpatch}.sign;
 # the main kernel config files
@@ -29,14 +29,12 @@
 'change-default-console-loglevel.patch'
 )
 
-sha256sums=('3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a'
+sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'efa9b7d87a6ca67426e3d7f206ac987eb7cb31602ad2011e81060626de790fcb'
+'9ff141f632cf000407717fb8e0ba072c04e7835c4918a9f381d75bc2f14bc363'
 'SKIP'
-'34f132680cff0baafec326b61038474b9b0137332596a36d103cf32d1aab0750'
-'SKIP'
-'83611ab47fd35a6e10cb82ba0924f2dc4220f9af49627d79a89cd543483413ec'
-'0223f3b605f31b6f18c6c583aee37468e994059b826eefb10141d1ae1e7b3db9'
+'8493bc9b3ff6537e77fe1aa10b6d06eecb38eef1208edd3351fb632e3742'
+'5f2054f5c84435fa92b2f48a26edd0ae872f414fa11b211f54fd438d0986eecc'
 '834bd254b56ab71d73f59b3221f056c72f559553c04718e350ab2a3e2991afe0'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
 '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
@@ -52,7 +50,7 @@
   cd "${srcdir}/${_srcname}"
 
   # add upstream patch
-  patch -p1 -i "${srcdir}/patch-${pkgver}"
+  #patch -p1 -i "${srcdir}/patch-${pkgver}"
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git

Modified: config
===
--- config  2016-12-22 02:05:30 UTC (rev 284413)
+++ config  2016-12-22 02:06:10 UTC (rev 284414)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.8.0-1 Kernel Configuration
+# Linux/x86 4.9.0-1 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -43,6 +43,7 @@
 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
 CONFIG_IRQ_WORK=y
 CONFIG_BUILDTIME_EXTABLE_SORT=y
+CONFIG_THREAD_INFO_IN_TASK=y
 
 #
 # General setup
@@ -298,6 +299,7 @@
 CONFIG_OLD_SIGSUSPEND3=y
 CONFIG_OLD_SIGACTION=y
 # CONFIG_CPU_NO_EFFICIENT_FFS is not set
+# CONFIG_HAVE_ARCH_VMAP_STACK is not set
 
 #
 # GCOV-based kernel profiling
@@ -326,6 +328,9 @@
 CONFIG_BLK_DEV_INTEGRITY=y
 CONFIG_BLK_DEV_THROTTLING=y
 # CONFIG_BLK_CMDLINE_PARSER is not set
+CONFIG_BLK_WBT=y
+CONFIG_BLK_WBT_SQ=y
+CONFIG_BLK_WBT_MQ=y
 
 #
 # Partition Types
@@ -351,6 +356,7 @@
 CONFIG_EFI_PARTITION=y
 # CONFIG_SYSV68_PARTITION is not set
 # CONFIG_CMDLINE_PARTITION is not set
+CONFIG_BLK_MQ_PCI=y
 
 #
 # IO Schedulers
@@ -575,7 +581,6 @@
 CONFIG_EFI_STUB=y
 CONFIG_SECCOMP=y
 # CONFIG_HZ_100 is not set
-# CONFIG_HZ_128 is not set
 # CONFIG_HZ_250 is not set
 CONFIG_HZ_300=y
 # CONFIG_HZ_1000 is not set
@@ -616,8 +621,6 @@
 CONFIG_PM_ADVANCED_DEBUG=y
 # CONFIG_PM_TEST_SUSPEND is not set
 CONFIG_PM_SLEEP_DEBUG=y
-CONFIG_DPM_WATCHDOG=y
-CONFIG_DPM_WATCHDOG_TIMEOUT=60
 CONFIG_PM_TRACE=y
 CONFIG_PM_TRACE_RTC=y
 CONFIG_PM_CLK=y
@@ -670,6 +673,7 @@
 CONFIG_ACPI_APEI_EINJ=m
 CONFIG_ACPI_APEI_ERST_DEBUG=m
 CONFIG_DPTF_POWER=m
+CONFIG_ACPI_WATCHDOG=y
 CONFIG_ACPI_EXTLOG=m
 # CONFIG_PMIC_OPREGION is not set
 CONFIG_ACPI_CONFIGFS=m
@@ -701,7 +705,7 @@
 CONFIG_CPU_FREQ_GOV_USERSPACE=m
 CONFIG_CPU_FREQ_GOV_ONDEMAND=y
 CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m

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

2016-12-21 Thread Jan Steffens
Date: Thursday, December 22, 2016 @ 02:00:41
  Author: heftig
Revision: 284412

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

Added:
  flatpak/repos/extra-i686/PKGBUILD
(from rev 284411, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-i686/flatpak.install
(from rev 284411, flatpak/trunk/flatpak.install)
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 284411, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak.install
(from rev 284411, flatpak/trunk/flatpak.install)
Deleted:
  flatpak/repos/extra-i686/PKGBUILD
  flatpak/repos/extra-i686/flatpak.install
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak.install

--+
 /PKGBUILD|  134 +
 /flatpak.install |   22 ++
 extra-i686/PKGBUILD  |   67 
 extra-i686/flatpak.install   |   11 ---
 extra-x86_64/PKGBUILD|   67 
 extra-x86_64/flatpak.install |   11 ---
 6 files changed, 156 insertions(+), 156 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-22 01:59:36 UTC (rev 284411)
+++ extra-i686/PKGBUILD 2016-12-22 02:00:41 UTC (rev 284412)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=0.6.14
-pkgrel=1
-pkgdesc="Application deployment framework for desktop apps"
-url="http://flatpak.org;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dbus systemd glib2 libsoup polkit xorg-xauth libgsystem ostree fuse
- json-glib libseccomp libarchive libelf libcap)
-makedepends=(intltool python libxslt gobject-introspection gtk-doc git)
-install=flatpak.install
-_commit=109698c6b00f0957a53772cb924ca8b9d4962244  # tags/0.6.14^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
-"git+https://github.com/projectatomic/bubblewrap;
-"git+https://git.gnome.org/browse/libglnx;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---sbindir=/usr/bin --libexecdir=/usr/lib/$pkgname --disable-static \
---enable-gtk-doc --with-priv-mode=setuid
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # https://github.com/flatpak/flatpak/issues/267
-  # https://github.com/flatpak/flatpak/issues/268
-  make -k check
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-i686/PKGBUILD (from rev 284411, 
flatpak/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-22 02:00:41 UTC (rev 284412)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Application deployment framework for desktop apps"
+url="http://flatpak.org;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dbus systemd glib2 libsoup polkit xorg-xauth libgsystem ostree fuse 
json-glib libseccomp
+ libarchive libelf libcap)
+makedepends=(intltool python gobject-introspection gtk-doc git docbook-xsl 
xmlto)
+install=flatpak.install
+_commit=7f31a1acae8f9825ccd083cf450cf411e467fb68  # tags/0.8.0^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
+"git+https://github.com/projectatomic/bubblewrap;
+"git+https://git.gnome.org/browse/libglnx;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--sbindir=/usr/bin --libexecdir=/usr/lib/$pkgname --disable-static \
+--enable-gtk-doc --with-priv-mode=setuid
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # https://github.com/flatpak/flatpak/issues/267
+  # https://github.com/flatpak/flatpak/issues/268
+  make -k check
+}
+
+package() {
+  

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

2016-12-21 Thread Jan Steffens
Date: Thursday, December 22, 2016 @ 01:59:36
  Author: heftig
Revision: 284411

Build HTML doc

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 01:53:29 UTC (rev 284410)
+++ PKGBUILD2016-12-22 01:59:36 UTC (rev 284411)
@@ -8,9 +8,9 @@
 url="http://flatpak.org;
 arch=(i686 x86_64)
 license=(GPL)
-depends=(dbus systemd glib2 libsoup polkit xorg-xauth libgsystem ostree fuse
- json-glib libseccomp libarchive libelf libcap)
-makedepends=(intltool python libxslt gobject-introspection gtk-doc git)
+depends=(dbus systemd glib2 libsoup polkit xorg-xauth libgsystem ostree fuse 
json-glib libseccomp
+ libarchive libelf libcap)
+makedepends=(intltool python gobject-introspection gtk-doc git docbook-xsl 
xmlto)
 install=flatpak.install
 _commit=7f31a1acae8f9825ccd083cf450cf411e467fb68  # tags/0.8.0^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit;


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

2016-12-21 Thread Jan Steffens
Date: Thursday, December 22, 2016 @ 01:53:29
  Author: heftig
Revision: 284410

0.8.0-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-22 01:25:53 UTC (rev 284409)
+++ PKGBUILD2016-12-22 01:53:29 UTC (rev 284410)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak
-pkgver=0.6.14
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="Application deployment framework for desktop apps"
 url="http://flatpak.org;
@@ -12,7 +12,7 @@
  json-glib libseccomp libarchive libelf libcap)
 makedepends=(intltool python libxslt gobject-introspection gtk-doc git)
 install=flatpak.install
-_commit=109698c6b00f0957a53772cb924ca8b9d4962244  # tags/0.6.14^0
+_commit=7f31a1acae8f9825ccd083cf450cf411e467fb68  # tags/0.8.0^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
 "git+https://github.com/projectatomic/bubblewrap;
 "git+https://git.gnome.org/browse/libglnx;)


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

2016-12-21 Thread Jan Steffens
Date: Thursday, December 22, 2016 @ 01:25:53
  Author: heftig
Revision: 284409

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-22 01:25:17 UTC (rev 284408)
+++ extra-i686/PKGBUILD 2016-12-22 01:25:53 UTC (rev 284409)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mirco Tischler 
-
-pkgname=ostree
-pkgver=2016.14+1+g70d140d
-pkgrel=1
-pkgdesc="Operating system and container binary deployment and upgrades"
-url="https://ostree.readthedocs.org/en/latest/;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(glib2 xz zlib libsoup gpgme libarchive fuse util-linux mkinitcpio)
-makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
- python2)
-checkdepends=(parallel syslinux gjs cpio elfutils)
-_commit=70d140d61c259717fd9616c2e37eaae6b7338ae7  # pull/558/merge~1
-source=("git+https://github.com/ostreedev/ostree#commit=$_commit;
-"git+https://github.com/mendsley/bsdiff;
-"git+https://git.gnome.org/browse/libglnx;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---with-mkinitcpio \
---with-builtin-grub2-mkconfig \
---disable-static \
---enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Parallel tests lock up kernel in writeback code
-  make -j1 check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: ostree/repos/extra-i686/PKGBUILD (from rev 284408, 
ostree/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-22 01:25:53 UTC (rev 284409)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mirco Tischler 
+
+pkgname=ostree
+pkgver=2016.15
+pkgrel=1
+pkgdesc="Operating system and container binary deployment and upgrades"
+url="https://ostree.readthedocs.org/en/latest/;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glib2 xz zlib libsoup gpgme libarchive fuse util-linux mkinitcpio)
+makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
+ python2)
+checkdepends=(parallel syslinux gjs cpio elfutils)
+_commit=c9d565a5a9b435b5d3ed64a96c14a1c110698f4c  # tags/v2016.15^0
+source=("git+https://github.com/ostreedev/ostree#commit=$_commit;
+"git+https://github.com/mendsley/bsdiff;
+"git+https://git.gnome.org/browse/libglnx;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-mkinitcpio \
+--with-builtin-grub2-mkconfig \
+--disable-static \
+--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  # Parallel tests lock up kernel in writeback code
+  make -j1 check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-12-22 01:25:17 UTC (rev 284408)
+++ extra-x86_64/PKGBUILD   2016-12-22 01:25:53 UTC (rev 284409)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 

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

2016-12-21 Thread Jan Steffens
Date: Thursday, December 22, 2016 @ 01:25:17
  Author: heftig
Revision: 284408

2016.15-1

Modified:
  ostree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 23:43:57 UTC (rev 284407)
+++ PKGBUILD2016-12-22 01:25:17 UTC (rev 284408)
@@ -3,7 +3,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=ostree
-pkgver=2016.14+1+g70d140d
+pkgver=2016.15
 pkgrel=1
 pkgdesc="Operating system and container binary deployment and upgrades"
 url="https://ostree.readthedocs.org/en/latest/;
@@ -13,7 +13,7 @@
 makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
  python2)
 checkdepends=(parallel syslinux gjs cpio elfutils)
-_commit=70d140d61c259717fd9616c2e37eaae6b7338ae7  # pull/558/merge~1
+_commit=c9d565a5a9b435b5d3ed64a96c14a1c110698f4c  # tags/v2016.15^0
 source=("git+https://github.com/ostreedev/ostree#commit=$_commit;
 "git+https://github.com/mendsley/bsdiff;
 "git+https://git.gnome.org/browse/libglnx;)


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

2016-12-21 Thread Jan Steffens
Date: Wednesday, December 21, 2016 @ 23:43:57
  Author: heftig
Revision: 284407

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

Added:
  gvfs/repos/extra-i686/PKGBUILD
(from rev 284406, gvfs/trunk/PKGBUILD)
  gvfs/repos/extra-i686/gvfs-nfs.install
(from rev 284406, gvfs/trunk/gvfs-nfs.install)
  gvfs/repos/extra-i686/gvfsd.hook
(from rev 284406, gvfs/trunk/gvfsd.hook)
  gvfs/repos/extra-x86_64/PKGBUILD
(from rev 284406, gvfs/trunk/PKGBUILD)
  gvfs/repos/extra-x86_64/gvfs-nfs.install
(from rev 284406, gvfs/trunk/gvfs-nfs.install)
  gvfs/repos/extra-x86_64/gvfsd.hook
(from rev 284406, gvfs/trunk/gvfsd.hook)
Deleted:
  gvfs/repos/extra-i686/PKGBUILD
  gvfs/repos/extra-i686/gvfs-nfs.install
  gvfs/repos/extra-i686/gvfsd.hook
  gvfs/repos/extra-x86_64/PKGBUILD
  gvfs/repos/extra-x86_64/gvfs-nfs.install
  gvfs/repos/extra-x86_64/gvfsd.hook

---+
 /PKGBUILD |  300 
 /gvfs-nfs.install |   14 +
 /gvfsd.hook   |   22 ++
 extra-i686/PKGBUILD   |  150 
 extra-i686/gvfs-nfs.install   |7 
 extra-i686/gvfsd.hook |   11 -
 extra-x86_64/PKGBUILD |  150 
 extra-x86_64/gvfs-nfs.install |7 
 extra-x86_64/gvfsd.hook   |   11 -
 9 files changed, 336 insertions(+), 336 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-21 23:43:06 UTC (rev 284406)
+++ extra-i686/PKGBUILD 2016-12-21 23:43:57 UTC (rev 284407)
@@ -1,150 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=gvfs
-pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgver=1.30.2+11+g7435ecc
-pkgrel=1
-pkgdesc="Virtual filesystem implementation for GIO"
-url="https://wiki.gnome.org/Projects/gvfs;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(avahi dconf fuse libarchive libcdio-paranoia libsoup udisks2 libsecret
- libbluray libgudev gcr psmisc)
-makedepends=(dbus intltool libgphoto2 libimobiledevice smbclient docbook-xsl
- gtk3 libmtp gnome-online-accounts libnfs libgdata git gtk-doc 
python)
-groups=(gnome)
-_commit=7435ecc7fc104176a41a12dfe9078b8860f8a3b0  # gnome-3-22
-source=("git://git.gnome.org/gvfs#commit=$_commit"
-gvfsd.hook)
-sha256sums=('SKIP'
-'478b9cf7b4c242959fc640dbf0cd4935f16c59b81f5828a3af102d608d7a9d72')
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgbase
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gvfs \
-  --with-bash-completion-dir=/usr/share/bash-completion/completions
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_gvfs() {
-  replaces=(gvfs-{obexftp,afp})
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-  'gvfs-smb: SMB/CIFS (Windows client) support'
-  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-  'gvfs-mtp: MTP device support'
-  'gvfs-goa: gnome-online-accounts (e.g. OwnCloud) support'
-  'gvfs-nfs: NFS support'
-  'gvfs-google: Google Drive support'
-  'gtk3: Recent files support')
-
-  cd $pkgbase
-  sed -e 's/^am__append_4/#am__append_4/' \
-  -e 's/^am__append_5/#am__append_5/' \
-  -e 's/^am__append_6/#am__append_6/' \
-  -e 's/^am__append_7/#am__append_7/' \
-  -i monitor/Makefile
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 ../gvfsd.hook "$pkgdir/usr/share/libalpm/hooks/gvfsd.hook"
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-
-  cd "$pkgdir"
-  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,gphoto2,mtp,nfs,google}
-  rm usr/share/gvfs/mounts/{smb,smb-browse,afc,gphoto2,mtp,nfs,google}.mount
-  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
-  rm usr/share/GConf/gsettings/gvfs-smb.convert
-}
-
-package_gvfs-smb() {
-  pkgdesc+=" (SMB/CIFS backend; Windows client)"
-  depends=("gvfs=$pkgver" smbclient)
-
-  cd $pkgbase/daemon
-  install -m755 -d "$pkgdir/usr/lib/gvfs"
-  install -m755 -d "$pkgdir/usr/share/gvfs/mounts"
-
-  install -m755 .libs/gvfsd-smb{,-browse} "$pkgdir/usr/lib/gvfs/"
-  install -m644 smb{,-browse}.mount "$pkgdir/usr/share/gvfs/mounts/"
-
-  install -Dm644 org.gnome.system.smb.gschema.xml \
-"$pkgdir/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml"
-  install -Dm644 gvfs-smb.convert \
-"$pkgdir/usr/share/GConf/gsettings/gvfs-smb.convert"
-}
-
-package_gvfs-afc() {
-  pkgdesc+=" (AFC backend; Apple mobile devices)"
-  depends=("gvfs=$pkgver" libimobiledevice usbmuxd)
-
-  cd $pkgbase/daemon
-  install -D .libs/gvfsd-afc "$pkgdir/usr/lib/gvfs/gvfsd-afc"
-  install -Dm644 afc.mount "$pkgdir/usr/share/gvfs/mounts/afc.mount"
-

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

2016-12-21 Thread Jan Steffens
Date: Wednesday, December 21, 2016 @ 23:43:06
  Author: heftig
Revision: 284406

1.30.3-1

Modified:
  gvfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 23:36:08 UTC (rev 284405)
+++ PKGBUILD2016-12-21 23:43:06 UTC (rev 284406)
@@ -3,7 +3,7 @@
 
 pkgbase=gvfs
 pkgname=(gvfs gvfs-{smb,afc,gphoto2,goa,mtp,nfs,google})
-pkgver=1.30.2+11+g7435ecc
+pkgver=1.30.3
 pkgrel=1
 pkgdesc="Virtual filesystem implementation for GIO"
 url="https://wiki.gnome.org/Projects/gvfs;
@@ -14,8 +14,8 @@
 makedepends=(dbus intltool libgphoto2 libimobiledevice smbclient docbook-xsl
  gtk3 libmtp gnome-online-accounts libnfs libgdata git gtk-doc 
python)
 groups=(gnome)
-_commit=7435ecc7fc104176a41a12dfe9078b8860f8a3b0  # gnome-3-22
-source=("git://git.gnome.org/gvfs#commit=$_commit"
+_commit=a2d150392fb454b953e0a9707bc5b3de75d7f0e1  # tags/1.30.3^0
+source=("git+https://git.gnome.org/browse/gvfs#commit=$_commit;
 gvfsd.hook)
 sha256sums=('SKIP'
 '478b9cf7b4c242959fc640dbf0cd4935f16c59b81f5828a3af102d608d7a9d72')


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

2016-12-21 Thread Jan Steffens
Date: Wednesday, December 21, 2016 @ 23:36:08
  Author: heftig
Revision: 284405

Enable Id

Modified:
  libcdio-paranoia/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 23:35:00 UTC (rev 284404)
+++ PKGBUILD2016-12-21 23:36:08 UTC (rev 284405)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 174870 2013-01-08 10:06:34Z jgc $
+# $Id$
 # Maintainer: Jan de Groot 
 # Contributor: damir 
 


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


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

2016-12-21 Thread Gaëtan Bisson
Date: Wednesday, December 21, 2016 @ 23:34:37
  Author: bisson
Revision: 284403

implement FS#52224

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 23:34:21 UTC (rev 284402)
+++ PKGBUILD2016-12-21 23:34:37 UTC (rev 284403)
@@ -7,7 +7,7 @@
 pkgver=7.4p1
 pkgrel=1
 pkgdesc='Free version of the SSH connectivity tools'
-url='https://www.openssh.org/portable.html'
+url='https://www.openssh.com/portable.html'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
 makedepends=('linux-headers')


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

2016-12-21 Thread Jan Steffens
Date: Wednesday, December 21, 2016 @ 23:35:00
  Author: heftig
Revision: 284404

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

Added:
  libcdio/repos/extra-i686/PKGBUILD
(from rev 284403, libcdio/trunk/PKGBUILD)
  libcdio/repos/extra-i686/libcdio-0.83-linking.patch
(from rev 284403, libcdio/trunk/libcdio-0.83-linking.patch)
  libcdio/repos/extra-x86_64/PKGBUILD
(from rev 284403, libcdio/trunk/PKGBUILD)
  libcdio/repos/extra-x86_64/libcdio-0.83-linking.patch
(from rev 284403, libcdio/trunk/libcdio-0.83-linking.patch)
Deleted:
  libcdio/repos/extra-i686/PKGBUILD
  libcdio/repos/extra-i686/libcdio-0.83-linking.patch
  libcdio/repos/extra-x86_64/PKGBUILD
  libcdio/repos/extra-x86_64/libcdio-0.83-linking.patch

-+
 /PKGBUILD   |   88 ++
 /libcdio-0.83-linking.patch |   44 +++
 extra-i686/PKGBUILD |   38 
 extra-i686/libcdio-0.83-linking.patch   |   22 ---
 extra-x86_64/PKGBUILD   |   38 
 extra-x86_64/libcdio-0.83-linking.patch |   22 ---
 6 files changed, 132 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-21 23:34:37 UTC (rev 284403)
+++ extra-i686/PKGBUILD 2016-12-21 23:35:00 UTC (rev 284404)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: damir 
-
-pkgname=libcdio
-pkgver=0.94
-pkgrel=1
-pkgdesc="GNU Compact Disc Input and Control Library"
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="https://www.gnu.org/software/libcdio/;
-depends=('libcddb' 'ncurses' 'gcc-libs')
-source=(https://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.gz{,.sig}
-libcdio-0.83-linking.patch)
-sha256sums=('96e2c903f866ae96f9f5b9048fa32db0921464a2286f5b586c0f02699710025a'
-'SKIP'
-'d88186b2a11726fe5ef10853e0245996b55793552b14230d1f7ba5ee3c54f3ed')
-validpgpkeys=('DAA63BC2582034A02B923D521A8DE5008275EC21') # R. Bernstein
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../libcdio-0.83-linking.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-vcd-info --enable-cpp-progs 
--disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR="${pkgdir}" install
-  
-  sed -i "/LIBCDIO_SOURCE_PATH/s|.*|/* #undef LIBCDIO_SOURCE_PATH */|" \
-$pkgdir/usr/include/cdio/cdio_config.h
-}

Copied: libcdio/repos/extra-i686/PKGBUILD (from rev 284403, 
libcdio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-21 23:35:00 UTC (rev 284404)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer:
+# Contributor: damir 
+
+pkgname=libcdio
+pkgver=0.94
+pkgrel=2
+pkgdesc="GNU Compact Disc Input and Control Library"
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="https://www.gnu.org/software/libcdio/;
+depends=('libcddb' 'ncurses' 'gcc-libs')
+source=(https://ftp.gnu.org/gnu/libcdio/${pkgname}-${pkgver}.tar.gz{,.sig}
+libcdio-0.83-linking.patch)
+sha256sums=('96e2c903f866ae96f9f5b9048fa32db0921464a2286f5b586c0f02699710025a'
+'SKIP'
+'d88186b2a11726fe5ef10853e0245996b55793552b14230d1f7ba5ee3c54f3ed')
+validpgpkeys=('DAA63BC2582034A02B923D521A8DE5008275EC21') # R. Bernstein
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../libcdio-0.83-linking.patch
+
+  # Unbreak symbol versioning
+  # https://savannah.gnu.org/bugs/?49907
+  sed -i '/AM_INIT_AUTOMAKE/s/subdir-objects//' configure.ac
+
+  autoreconf -fi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-vcd-info --enable-cpp-progs 
--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR="${pkgdir}" install
+  
+  sed -i "/LIBCDIO_SOURCE_PATH/s|.*|/* #undef LIBCDIO_SOURCE_PATH */|" \
+$pkgdir/usr/include/cdio/cdio_config.h
+}

Deleted: extra-i686/libcdio-0.83-linking.patch
===
--- extra-i686/libcdio-0.83-linking.patch   2016-12-21 23:34:37 UTC (rev 
284403)
+++ extra-i686/libcdio-0.83-linking.patch   2016-12-21 23:35:00 UTC (rev 
284404)
@@ -1,22 +0,0 @@
-diff -Naur libcdio-0.83-orig/example/C++/OO/Makefile.in 
libcdio-0.83/example/C++/OO/Makefile.in
 libcdio-0.83-orig/example/C++/OO/Makefile.in   2011-10-27 
18:02:31.0 +1000
-+++ libcdio-0.83/example/C++/OO/Makefile.in2012-02-18 11:10:07.369277231 
+1000
-@@ -315,15 +315,15 @@
- 
- isofile2_SOURCES = isofile2.cpp
- isofile2_LDADD = $(LIBISO9660PP_LIBS) $(LIBISO9660_LIBS) \
--$(LIBCDIOPP_LIBS) $(LTLIBICONV)
-+

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

2016-12-21 Thread Jan Steffens
Date: Wednesday, December 21, 2016 @ 23:34:21
  Author: heftig
Revision: 284402

0.94-2: Unbreak symbol versioning

Modified:
  libcdio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 22:34:42 UTC (rev 284401)
+++ PKGBUILD2016-12-21 23:34:21 UTC (rev 284402)
@@ -4,7 +4,7 @@
 
 pkgname=libcdio
 pkgver=0.94
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU Compact Disc Input and Control Library"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -20,6 +20,12 @@
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -Np1 -i ../libcdio-0.83-linking.patch
+
+  # Unbreak symbol versioning
+  # https://savannah.gnu.org/bugs/?49907
+  sed -i '/AM_INIT_AUTOMAKE/s/subdir-objects//' configure.ac
+
+  autoreconf -fi
 }
 
 build() {


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

2016-12-21 Thread Jerome Leclanche
Date: Wednesday, December 21, 2016 @ 23:27:29
  Author: jleclanche
Revision: 200872

upgpkg: qterminal 0.7.1-1

Upstream release 0.7.1

Modified:
  qterminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 23:25:58 UTC (rev 200871)
+++ PKGBUILD2016-12-21 23:27:29 UTC (rev 200872)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=qterminal
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="A lightweight Qt-based terminal emulator"
 arch=("i686" "x86_64")
@@ -10,13 +10,13 @@
 url="http://lxqt.org;
 license=("GPL2")
 depends=("liblxqt" "qtermwidget")
-makedepends=("cmake" "qt5-tools" "git")
+makedepends=("cmake" "qt5-tools" "git" "lxqt-build-tools")
 source=(

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "a9cc63bb6c6bf6e42c9d1061efce641d9c0b57bd455446b6889d1a417a28968d"
+   "8d49b29febccc158dd115a099115e4ed1c487d4308ec92818e1abeb8821c848f"
"SKIP"
 )
 validpgpkeys=(


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

2016-12-21 Thread Jerome Leclanche
Date: Wednesday, December 21, 2016 @ 23:27:34
  Author: jleclanche
Revision: 200873

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-21 23:27:29 UTC (rev 200872)
+++ community-i686/PKGBUILD 2016-12-21 23:27:34 UTC (rev 200873)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=qterminal
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="A lightweight Qt-based terminal emulator"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt" "qtermwidget")
-makedepends=("cmake" "qt5-tools" "git")
-source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "a9cc63bb6c6bf6e42c9d1061efce641d9c0b57bd455446b6889d1a417a28968d"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

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

Copied: qterminal/repos/community-i686/PKGBUILD (from rev 200872, 
qterminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-21 23:27:34 UTC (rev 200873)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=qterminal
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="A lightweight Qt-based terminal emulator"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("liblxqt" "qtermwidget")
+makedepends=("cmake" "qt5-tools" "git" "lxqt-build-tools")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "8d49b29febccc158dd115a099115e4ed1c487d4308ec92818e1abeb8821c848f"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-21 23:27:29 UTC (rev 200872)
+++ community-x86_64/PKGBUILD   2016-12-21 23:27:34 UTC (rev 200873)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=qterminal
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="A lightweight Qt-based terminal emulator"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("liblxqt" "qtermwidget")
-makedepends=("cmake" "qt5-tools" "git")
-source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "a9cc63bb6c6bf6e42c9d1061efce641d9c0b57bd455446b6889d1a417a28968d"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

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

Copied: qterminal/repos/community-x86_64/PKGBUILD (from rev 200872, 
qterminal/trunk/PKGBUILD)

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

2016-12-21 Thread Jerome Leclanche
Date: Wednesday, December 21, 2016 @ 23:25:58
  Author: jleclanche
Revision: 200871

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-21 23:25:23 UTC (rev 200870)
+++ community-i686/PKGBUILD 2016-12-21 23:25:58 UTC (rev 200871)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=qtermwidget
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="A terminal widget for Qt, used by QTerminal"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("qt5-base" "libsm" "libxkbcommon-x11")
-makedepends=("cmake")
-source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "413d20a6b8feaf14b8e1106d3b01156e85cb3c4ea0f43ff5c1d79b95cd989748"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

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

Copied: qtermwidget/repos/community-i686/PKGBUILD (from rev 200870, 
qtermwidget/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-21 23:25:58 UTC (rev 200871)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+
+pkgname=qtermwidget
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="A terminal widget for Qt, used by QTerminal"
+arch=("i686" "x86_64")
+groups=("lxqt")
+url="http://lxqt.org;
+license=("GPL2")
+depends=("qt5-base" "libsm" "libxkbcommon-x11")
+makedepends=("cmake")
+source=(
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha256sums=(
+   "82b2f4d7cb58a34e866cf37b512e313f5f01c1d8a84ba532f0adf50e6d834d45"
+   "SKIP"
+)
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-21 23:25:23 UTC (rev 200870)
+++ community-x86_64/PKGBUILD   2016-12-21 23:25:58 UTC (rev 200871)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=qtermwidget
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="A terminal widget for Qt, used by QTerminal"
-arch=("i686" "x86_64")
-groups=("lxqt")
-url="http://lxqt.org;
-license=("GPL2")
-depends=("qt5-base" "libsm" "libxkbcommon-x11")
-makedepends=("cmake")
-source=(
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
-   
"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
-)
-sha256sums=(
-   "413d20a6b8feaf14b8e1106d3b01156e85cb3c4ea0f43ff5c1d79b95cd989748"
-   "SKIP"
-)
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

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

Copied: qtermwidget/repos/community-x86_64/PKGBUILD (from rev 200870, 
qtermwidget/trunk/PKGBUILD)

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

2016-12-21 Thread Jerome Leclanche
Date: Wednesday, December 21, 2016 @ 23:25:23
  Author: jleclanche
Revision: 200870

upgpkg: qtermwidget 0.7.1-1

Upstream release 0.7.1

Modified:
  qtermwidget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 22:44:36 UTC (rev 200869)
+++ PKGBUILD2016-12-21 23:25:23 UTC (rev 200870)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=qtermwidget
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="A terminal widget for Qt, used by QTerminal"
 arch=("i686" "x86_64")
@@ -16,7 +16,7 @@

"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
 sha256sums=(
-   "413d20a6b8feaf14b8e1106d3b01156e85cb3c4ea0f43ff5c1d79b95cd989748"
+   "82b2f4d7cb58a34e866cf37b512e313f5f01c1d8a84ba532f0adf50e6d834d45"
"SKIP"
 )
 validpgpkeys=(


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

2016-12-21 Thread Jan Steffens
Date: Wednesday, December 21, 2016 @ 22:44:36
  Author: heftig
Revision: 200869

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-speex/repos/multilib-x86_64/PKGBUILD
(from rev 200868, lib32-speex/trunk/PKGBUILD)
Deleted:
  lib32-speex/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-21 22:44:10 UTC (rev 200868)
+++ PKGBUILD2016-12-21 22:44:36 UTC (rev 200869)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-_pkgbasename=speex
-pkgname=lib32-$_pkgbasename
-pkgver=1.2rc2
-pkgrel=1
-pkgdesc="A free codec for free speech (32-bit)"
-arch=(x86_64)
-url="http://www.speex.org/;
-license=('BSD')
-depends=('lib32-libogg' 'lib32-speexdsp' $_pkgbasename)
-makedepends=(gcc-multilib)
-source=(http://downloads.us.xiph.org/releases/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz)
-md5sums=('6ae7db3bab01e1d4b86bacfa8ca33e81')
-
-build() {
-  cd $_pkgbasename-$pkgver
-
-  export CC="gcc -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libdir=/usr/lib32 \
---enable-binaries # Must be given or configure won't use pkg-config 
correctly
-  make
-}
-
-check() {
-  cd $_pkgbasename-$pkgver
-  make -k check
-}
-
-package() {
-  cd $_pkgbasename-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-speex/repos/multilib-x86_64/PKGBUILD (from rev 200868, 
lib32-speex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-21 22:44:36 UTC (rev 200869)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+_pkgbasename=speex
+pkgname=lib32-$_pkgbasename
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A free codec for free speech (32-bit)"
+arch=(x86_64)
+url="https://speex.org/;
+license=(BSD)
+depends=(lib32-libogg lib32-speexdsp $_pkgbasename)
+makedepends=(gcc-multilib)
+source=(http://downloads.us.xiph.org/releases/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz)
+sha256sums=('eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094')
+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  export CC="gcc -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static \
+--libdir=/usr/lib32 \
+--enable-binaries # Must be given or configure won't use pkg-config 
correctly
+  make
+}
+
+check() {
+  cd $_pkgbasename-$pkgver
+  make -k check
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2016-12-21 Thread Jan Steffens
Date: Wednesday, December 21, 2016 @ 22:44:10
  Author: heftig
Revision: 200868

1.2.0-1

Modified:
  lib32-speex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 22:37:06 UTC (rev 200867)
+++ PKGBUILD2016-12-21 22:44:10 UTC (rev 200868)
@@ -3,16 +3,16 @@
 
 _pkgbasename=speex
 pkgname=lib32-$_pkgbasename
-pkgver=1.2rc2
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="A free codec for free speech (32-bit)"
 arch=(x86_64)
-url="http://www.speex.org/;
-license=('BSD')
-depends=('lib32-libogg' 'lib32-speexdsp' $_pkgbasename)
+url="https://speex.org/;
+license=(BSD)
+depends=(lib32-libogg lib32-speexdsp $_pkgbasename)
 makedepends=(gcc-multilib)
 
source=(http://downloads.us.xiph.org/releases/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz)
-md5sums=('6ae7db3bab01e1d4b86bacfa8ca33e81')
+sha256sums=('eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094')
 
 build() {
   cd $_pkgbasename-$pkgver
@@ -20,7 +20,7 @@
   export CC="gcc -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static \
 --libdir=/usr/lib32 \
 --enable-binaries # Must be given or configure won't use pkg-config 
correctly
   make


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

2016-12-21 Thread Evangelos Foutras
Date: Wednesday, December 21, 2016 @ 22:37:06
  Author: foutrelis
Revision: 200867

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-21 22:36:56 UTC (rev 200866)
+++ community-i686/PKGBUILD 2016-12-21 22:37:06 UTC (rev 200867)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=csfml
-pkgver=2.3
-pkgrel=2
-pkgdesc='C bindings for sfml'
-arch=('i686' 'x86_64')
-url='http://www.sfml-dev.org/'
-license=('zlib')
-depends=("sfml")
-makedepends=('cmake' 'doxygen')
-source=("${pkgname}-${pkgver}::https://github.com/LaurentGomila/CSFML/archive/${pkgver}.tar.gz;)
-md5sums=('eb99a783e367e018333e622945d232d2')
-
-build() {
-  cd "$srcdir"/CSFML-${pkgver}
-
-  mkdir build && cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCSFML_BUILD_DOC=true
-  make
-  make doc
-}
-
-package() {
-  cd "$srcdir"/CSFML-${pkgver}/build
-
-  make DESTDIR="$pkgdir/" install
-
-  install -Dm644 ../license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: csfml/repos/community-i686/PKGBUILD (from rev 200866, 
csfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-21 22:37:06 UTC (rev 200867)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=csfml
+pkgver=2.3
+pkgrel=3
+pkgdesc='C bindings for sfml'
+arch=('i686' 'x86_64')
+url='http://www.sfml-dev.org/'
+license=('zlib')
+depends=("sfml")
+makedepends=('cmake' 'doxygen')
+source=("${pkgname}-${pkgver}::https://github.com/LaurentGomila/CSFML/archive/${pkgver}.tar.gz;)
+md5sums=('eb99a783e367e018333e622945d232d2')
+
+build() {
+  cd "$srcdir"/CSFML-${pkgver}
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCSFML_BUILD_DOC=true
+  make
+  make doc
+}
+
+package() {
+  cd "$srcdir"/CSFML-${pkgver}/build
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 ../license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-21 22:36:56 UTC (rev 200866)
+++ community-x86_64/PKGBUILD   2016-12-21 22:37:06 UTC (rev 200867)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=csfml
-pkgver=2.3
-pkgrel=2
-pkgdesc='C bindings for sfml'
-arch=('i686' 'x86_64')
-url='http://www.sfml-dev.org/'
-license=('zlib')
-depends=("sfml")
-makedepends=('cmake' 'doxygen')
-source=("${pkgname}-${pkgver}::https://github.com/LaurentGomila/CSFML/archive/${pkgver}.tar.gz;)
-md5sums=('eb99a783e367e018333e622945d232d2')
-
-build() {
-  cd "$srcdir"/CSFML-${pkgver}
-
-  mkdir build && cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCSFML_BUILD_DOC=true
-  make
-  make doc
-}
-
-package() {
-  cd "$srcdir"/CSFML-${pkgver}/build
-
-  make DESTDIR="$pkgdir/" install
-
-  install -Dm644 ../license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: csfml/repos/community-x86_64/PKGBUILD (from rev 200866, 
csfml/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-21 22:37:06 UTC (rev 200867)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=csfml
+pkgver=2.3
+pkgrel=3
+pkgdesc='C bindings for sfml'
+arch=('i686' 'x86_64')
+url='http://www.sfml-dev.org/'
+license=('zlib')
+depends=("sfml")
+makedepends=('cmake' 'doxygen')
+source=("${pkgname}-${pkgver}::https://github.com/LaurentGomila/CSFML/archive/${pkgver}.tar.gz;)
+md5sums=('eb99a783e367e018333e622945d232d2')
+
+build() {
+  cd "$srcdir"/CSFML-${pkgver}
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCSFML_BUILD_DOC=true
+  make
+  make doc
+}
+
+package() {
+  cd "$srcdir"/CSFML-${pkgver}/build
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 ../license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+


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

2016-12-21 Thread Evangelos Foutras
Date: Wednesday, December 21, 2016 @ 22:36:56
  Author: foutrelis
Revision: 200866

upgpkg: csfml 2.3-3

sfml 2.4 rebuild

Modified:
  csfml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 21:17:54 UTC (rev 200865)
+++ PKGBUILD2016-12-21 22:36:56 UTC (rev 200866)
@@ -3,7 +3,7 @@
 
 pkgname=csfml
 pkgver=2.3
-pkgrel=2
+pkgrel=3
 pkgdesc='C bindings for sfml'
 arch=('i686' 'x86_64')
 url='http://www.sfml-dev.org/'


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

2016-12-21 Thread Jan Steffens
Date: Wednesday, December 21, 2016 @ 22:34:42
  Author: heftig
Revision: 284401

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-21 22:34:01 UTC (rev 284400)
+++ extra-i686/PKGBUILD 2016-12-21 22:34:42 UTC (rev 284401)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jason Chu 
-
-pkgname=speex
-pkgver=1.2rc2
-pkgrel=1
-pkgdesc="A free codec for free speech"
-arch=(i686 x86_64)
-url="http://www.speex.org/;
-license=(BSD)
-depends=(libogg speexdsp)
-source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('6ae7db3bab01e1d4b86bacfa8ca33e81')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static \
---enable-binaries # Must be given or configure won't use pkg-config 
correctly
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: speex/repos/extra-i686/PKGBUILD (from rev 284400, speex/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-21 22:34:42 UTC (rev 284401)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jason Chu 
+
+pkgname=speex
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A free codec for free speech"
+arch=(i686 x86_64)
+url="https://speex.org/;
+license=(BSD)
+depends=(libogg speexdsp)
+source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static \
+--enable-binaries # Must be given or configure won't use pkg-config 
correctly
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-12-21 22:34:01 UTC (rev 284400)
+++ extra-x86_64/PKGBUILD   2016-12-21 22:34:42 UTC (rev 284401)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jason Chu 
-
-pkgname=speex
-pkgver=1.2rc2
-pkgrel=1
-pkgdesc="A free codec for free speech"
-arch=(i686 x86_64)
-url="http://www.speex.org/;
-license=(BSD)
-depends=(libogg speexdsp)
-source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('6ae7db3bab01e1d4b86bacfa8ca33e81')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static \
---enable-binaries # Must be given or configure won't use pkg-config 
correctly
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: speex/repos/extra-x86_64/PKGBUILD (from rev 284400, 
speex/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-12-21 22:34:42 UTC (rev 284401)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jason Chu 
+
+pkgname=speex
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A free codec for free speech"
+arch=(i686 x86_64)
+url="https://speex.org/;
+license=(BSD)
+depends=(libogg speexdsp)
+source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static \
+--enable-binaries # Must be given or configure won't use pkg-config 
correctly
+  make
+}
+
+check() {

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

2016-12-21 Thread Jan Steffens
Date: Wednesday, December 21, 2016 @ 22:34:01
  Author: heftig
Revision: 284400

1.2.0-1

Modified:
  speex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 22:31:47 UTC (rev 284399)
+++ PKGBUILD2016-12-21 22:34:01 UTC (rev 284400)
@@ -3,15 +3,15 @@
 # Contributor: Jason Chu 
 
 pkgname=speex
-pkgver=1.2rc2
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="A free codec for free speech"
 arch=(i686 x86_64)
-url="http://www.speex.org/;
+url="https://speex.org/;
 license=(BSD)
 depends=(libogg speexdsp)
 source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('6ae7db3bab01e1d4b86bacfa8ca33e81')
+sha256sums=('eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094')
 
 build() {
   cd $pkgname-$pkgver


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

2016-12-21 Thread Gerardo Exequiel Pozzi
Date: Wednesday, December 21, 2016 @ 22:31:47
  Author: djgera
Revision: 284399

archrelease: copy trunk to extra-any

Added:
  archiso/repos/extra-any/PKGBUILD
(from rev 284398, archiso/trunk/PKGBUILD)
Deleted:
  archiso/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-21 22:31:10 UTC (rev 284398)
+++ PKGBUILD2016-12-21 22:31:47 UTC (rev 284399)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Gerardo Exequiel Pozzi 
-# Maintainer: Pierre Schmitz 
-
-pkgname=archiso
-pkgver=28
-pkgrel=1
-pkgdesc='Tools for creating Arch Linux live and install iso images'
-arch=('any')
-license=('GPL')
-url='https://projects.archlinux.org/archiso.git/'
-depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
-source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-sha256sums=('6576ca2f55cda532dd5893b132fdc46f05be3e014d31f4f9639eaea0a8c6ae02'
-'SKIP')
-validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel 
Pozzi
-
-package() {
-make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-}

Copied: archiso/repos/extra-any/PKGBUILD (from rev 284398, 
archiso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-21 22:31:47 UTC (rev 284399)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Gerardo Exequiel Pozzi 
+# Maintainer: Pierre Schmitz 
+
+pkgname=archiso
+pkgver=29
+pkgrel=1
+pkgdesc='Tools for creating Arch Linux live and install iso images'
+arch=('any')
+license=('GPL')
+url='https://projects.archlinux.org/archiso.git/'
+depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
+source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+sha256sums=('dbea7226d0c36cabdae9c560323cd668beac86ab5b65c2a70b7411f6b1cec51f'
+'SKIP')
+validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel 
Pozzi
+
+package() {
+make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
+}


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

2016-12-21 Thread Gerardo Exequiel Pozzi
Date: Wednesday, December 21, 2016 @ 22:31:10
  Author: djgera
Revision: 284398

upgpkg: archiso 29-1

Modified:
  archiso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 22:24:22 UTC (rev 284397)
+++ PKGBUILD2016-12-21 22:31:10 UTC (rev 284398)
@@ -3,7 +3,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=archiso
-pkgver=28
+pkgver=29
 pkgrel=1
 pkgdesc='Tools for creating Arch Linux live and install iso images'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
 
source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-sha256sums=('6576ca2f55cda532dd5893b132fdc46f05be3e014d31f4f9639eaea0a8c6ae02'
+sha256sums=('dbea7226d0c36cabdae9c560323cd668beac86ab5b65c2a70b7411f6b1cec51f'
 'SKIP')
 validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel 
Pozzi
 


[arch-commits] Commit in gimp/repos (14 files)

2016-12-21 Thread Levente Polyak
Date: Wednesday, December 21, 2016 @ 22:24:22
  Author: anthraxx
Revision: 284397

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

Added:
  gimp/repos/staging-i686/
  gimp/repos/staging-i686/PKGBUILD
(from rev 284396, gimp/trunk/PKGBUILD)
  gimp/repos/staging-i686/freetype_location.patch
(from rev 284396, gimp/trunk/freetype_location.patch)
  gimp/repos/staging-i686/linux.gpl
(from rev 284396, gimp/trunk/linux.gpl)
  gimp/repos/staging-i686/patch_CVE1913.patch
(from rev 284396, gimp/trunk/patch_CVE1913.patch)
  gimp/repos/staging-i686/patch_CVE197.patch
(from rev 284396, gimp/trunk/patch_CVE197.patch)
  gimp/repos/staging-i686/uri-backend-libcurl.patch
(from rev 284396, gimp/trunk/uri-backend-libcurl.patch)
  gimp/repos/staging-x86_64/
  gimp/repos/staging-x86_64/PKGBUILD
(from rev 284396, gimp/trunk/PKGBUILD)
  gimp/repos/staging-x86_64/freetype_location.patch
(from rev 284396, gimp/trunk/freetype_location.patch)
  gimp/repos/staging-x86_64/linux.gpl
(from rev 284396, gimp/trunk/linux.gpl)
  gimp/repos/staging-x86_64/patch_CVE1913.patch
(from rev 284396, gimp/trunk/patch_CVE1913.patch)
  gimp/repos/staging-x86_64/patch_CVE197.patch
(from rev 284396, gimp/trunk/patch_CVE197.patch)
  gimp/repos/staging-x86_64/uri-backend-libcurl.patch
(from rev 284396, gimp/trunk/uri-backend-libcurl.patch)

--+
 staging-i686/PKGBUILD|   49 +
 staging-i686/freetype_location.patch |   25 
 staging-i686/linux.gpl   |   19 +++
 staging-i686/patch_CVE1913.patch |   30 +
 staging-i686/patch_CVE197.patch  |  150 +
 staging-i686/uri-backend-libcurl.patch   |   77 ++
 staging-x86_64/PKGBUILD  |   49 +
 staging-x86_64/freetype_location.patch   |   25 
 staging-x86_64/linux.gpl |   19 +++
 staging-x86_64/patch_CVE1913.patch   |   30 +
 staging-x86_64/patch_CVE197.patch|  150 +
 staging-x86_64/uri-backend-libcurl.patch |   77 ++
 12 files changed, 700 insertions(+)

Copied: gimp/repos/staging-i686/PKGBUILD (from rev 284396, gimp/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-21 22:24:22 UTC (rev 284397)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=gimp
+pkgver=2.8.18
+pkgrel=4
+pkgdesc="GNU Image Manipulation Program"
+arch=('i686' 'x86_64')
+url="http://www.gimp.org/;
+license=('GPL' 'LGPL')
+depends=('pygtk' 'lcms' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 
'dbus-glib'
+ 'libexif' 'gegl02' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme' 
'babl'
+ 'openexr' 'libgudev')
+makedepends=('intltool' 'webkitgtk2' 'poppler-glib' 'alsa-lib' 'iso-codes' 
'curl' 'ghostscript')
+optdepends=('gutenprint: for sophisticated printing only as gimp has built-in 
cups print support'
+'webkitgtk2: for the help browser'
+'poppler-glib: for pdf support'
+'alsa-lib: for MIDI event controller module'
+'curl: for URI support'
+'ghostscript: for postscript support')
+options=('!makeflags')
+conflicts=('gimp-devel')
+source=(http://download.gimp.org/pub/gimp/v${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
 linux.gpl 
+uri-backend-libcurl.patch)
+md5sums=('5adaa11a68bc8a42bb2c778fee4d389c'
+ 'bb27bc214261d36484093e857f015f38'
+ 'e894f4b2ffa92c71448fdd350e9b78c6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+--enable-mp --enable-gimp-console --enable-gimp-remote \
+--enable-python --with-gif-compression=lzw --with-libcurl \
+--without-aa --without-hal --without-gvfs --without-gnomevfs
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/lib/gimp/2.0/plug-ins/*.py
+  install -D -m644 "${srcdir}/linux.gpl" 
"${pkgdir}/usr/share/gimp/2.0/palettes/Linux.gpl"
+
+  rm "${pkgdir}/usr/share/man/man1/gimp-console.1"
+  ln -s gimp-console-${pkgver%.*}.1.gz 
"${pkgdir}/usr/share/man/man1/gimp-console.1.gz"
+  ln -s gimptool-2.0 "${pkgdir}/usr/bin/gimptool"
+  ln -sf gimptool-2.0.1.gz "${pkgdir}/usr/share/man/man1/gimptool.1.gz"
+}
+

Copied: gimp/repos/staging-i686/freetype_location.patch (from rev 284396, 
gimp/trunk/freetype_location.patch)
===
--- staging-i686/freetype_location.patch(rev 0)
+++ staging-i686/freetype_location.patch2016-12-21 22:24:22 UTC (rev 
284397)
@@ -0,0 +1,25 @@
+From 6c73f28b6d87a2afd11974552a075bffec52347f Mon Sep 17 00:00:00 2001
+From: 

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

2016-12-21 Thread Levente Polyak
Date: Wednesday, December 21, 2016 @ 22:23:18
  Author: anthraxx
Revision: 284396

upgpkg: gimp 2.8.18-4 (libwmf rebuild)

Modified:
  gimp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 21:50:49 UTC (rev 284395)
+++ PKGBUILD2016-12-21 22:23:18 UTC (rev 284396)
@@ -3,7 +3,7 @@
 
 pkgname=gimp
 pkgver=2.8.18
-pkgrel=3
+pkgrel=4
 pkgdesc="GNU Image Manipulation Program"
 arch=('i686' 'x86_64')
 url="http://www.gimp.org/;


[arch-commits] Commit in abiword/repos (14 files)

2016-12-21 Thread Levente Polyak
Date: Wednesday, December 21, 2016 @ 21:50:49
  Author: anthraxx
Revision: 284395

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

Added:
  abiword/repos/staging-i686/
  abiword/repos/staging-i686/PKGBUILD
(from rev 284394, abiword/trunk/PKGBUILD)
  abiword/repos/staging-i686/abiword-3.0.0-librevenge.patch
(from rev 284394, abiword/trunk/abiword-3.0.0-librevenge.patch)
  abiword/repos/staging-i686/abiword-3.0.1-libwps-0.4.patch
(from rev 284394, abiword/trunk/abiword-3.0.1-libwps-0.4.patch)
  abiword/repos/staging-i686/aiksaurus-plugin.m4
(from rev 284394, abiword/trunk/aiksaurus-plugin.m4)
  abiword/repos/staging-i686/command-plugin.m4
(from rev 284394, abiword/trunk/command-plugin.m4)
  abiword/repos/staging-i686/python-override.patch
(from rev 284394, abiword/trunk/python-override.patch)
  abiword/repos/staging-x86_64/
  abiword/repos/staging-x86_64/PKGBUILD
(from rev 284394, abiword/trunk/PKGBUILD)
  abiword/repos/staging-x86_64/abiword-3.0.0-librevenge.patch
(from rev 284394, abiword/trunk/abiword-3.0.0-librevenge.patch)
  abiword/repos/staging-x86_64/abiword-3.0.1-libwps-0.4.patch
(from rev 284394, abiword/trunk/abiword-3.0.1-libwps-0.4.patch)
  abiword/repos/staging-x86_64/aiksaurus-plugin.m4
(from rev 284394, abiword/trunk/aiksaurus-plugin.m4)
  abiword/repos/staging-x86_64/command-plugin.m4
(from rev 284394, abiword/trunk/command-plugin.m4)
  abiword/repos/staging-x86_64/python-override.patch
(from rev 284394, abiword/trunk/python-override.patch)

---+
 staging-i686/PKGBUILD |   77 +
 staging-i686/abiword-3.0.0-librevenge.patch   | 1186 
 staging-i686/abiword-3.0.1-libwps-0.4.patch   |   41 
 staging-i686/aiksaurus-plugin.m4  |   46 
 staging-i686/command-plugin.m4|   47 
 staging-i686/python-override.patch|   31 
 staging-x86_64/PKGBUILD   |   77 +
 staging-x86_64/abiword-3.0.0-librevenge.patch | 1186 
 staging-x86_64/abiword-3.0.1-libwps-0.4.patch |   41 
 staging-x86_64/aiksaurus-plugin.m4|   46 
 staging-x86_64/command-plugin.m4  |   47 
 staging-x86_64/python-override.patch  |   31 
 12 files changed, 2856 insertions(+)

Copied: abiword/repos/staging-i686/PKGBUILD (from rev 284394, 
abiword/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-21 21:50:49 UTC (rev 284395)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Giovanni Scafora 
+# Contributor: Maël Lavault 
+
+pkgname=abiword
+pkgver=3.0.2
+pkgrel=3
+pkgdesc='Fully-featured word processor'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.abisource.com'
+depends=('fribidi' 'wv' 'goffice' 'librsvg' 'enchant' 'desktop-file-utils'
+ 'redland' 'libical' 'gtk-update-icon-cache' 'loudmouth' 'libwpg' 
'libwps' 'libwmf' 'link-grammar' 
+ 'gtkmathview' 'aiksaurus' 'libxslt' 'libsoup' 'libots' 'libgsf' 
'psiconv')
+makedepends=('pkgconfig' 'asio' 'boost' 'gobject-introspection' 'libwpd' 
'libwps' 'python2-gobject' 'python-gobject')
+conflicts=('abiword-plugins')
+replaces=('abiword-plugins')
+options=('!makeflags')
+source=(http://abisource.com/downloads/$pkgname/$pkgver/source/$pkgname-$pkgver.tar.gz
+abiword-3.0.0-librevenge.patch
+   abiword-3.0.1-libwps-0.4.patch
+aiksaurus-plugin.m4
+command-plugin.m4
+python-override.patch)
+sha256sums=('afbfd458fd02989d8b0c6362ba8a4c14686d89666f54cfdb5501bd2090cf3522'
+'77b52a3722096cec3bfbe4fff3802f51b6c9e0ff7aaa30028c29825fd4e6a65f'
+'f1375b2ab7af2959717cba0259ba546c8e75ef849e84263bdc253019e849cb2a'
+'5f80a2f94f9929cdba9809c5e1a87cd5d537a2518bb879bfb9eab51a71c8dac1'
+'2f26826e9d59d80dacd0dae4aceb815804eaa75954e47507a0897794f33e45be'
+'dba1e3265cd42589f17b41fea1a39c8aa4b83c7203b9d5944b578d0ff9c858be')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # fix build with librevenge based import filters
+  patch -Np0 -i ../abiword-3.0.0-librevenge.patch
+
+  # Fix libwpd 0.4 detection
+  patch -Np1 -i ../abiword-3.0.1-libwps-0.4.patch
+
+  # Fix python override code to work with Python 3.x
+  patch -Np1 -i ../python-override.patch
+
+  # Install missing m4 file
+  install -m644 ../aiksaurus-plugin.m4 plugins/aiksaurus/plugin.m4
+  install -m644 ../command-plugin.m4 plugins/command/plugin.m4
+
+  # Generate m4 file for configure
+  find plugins -name plugin.m4 | xargs cat > plugin-configure.m4
+
+  libtoolize --force
+  autoreconf -fi
+}
+
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-shared \
+--disable-static \
+--enable-clipart \
+--enable-templates \
+

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

2016-12-21 Thread Levente Polyak
Date: Wednesday, December 21, 2016 @ 21:50:16
  Author: anthraxx
Revision: 284394

upgpkg: abiword 3.0.2-3 (libwmf rebuild)

Modified:
  abiword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 20:43:03 UTC (rev 284393)
+++ PKGBUILD2016-12-21 21:50:16 UTC (rev 284394)
@@ -5,7 +5,7 @@
 
 pkgname=abiword
 pkgver=3.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Fully-featured word processor'
 arch=('i686' 'x86_64')
 license=('GPL')


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

2016-12-21 Thread Sergej Pupykin
Date: Wednesday, December 21, 2016 @ 21:17:08
  Author: spupykin
Revision: 200862

archrelease: copy trunk to community-any

Added:
  openshot/repos/community-any/PKGBUILD
(from rev 200861, openshot/trunk/PKGBUILD)
Deleted:
  openshot/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-21 21:16:56 UTC (rev 200861)
+++ PKGBUILD2016-12-21 21:17:08 UTC (rev 200862)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Florian Pritz 
-# Contributor: Asa Marco 
-
-pkgname=openshot
-pkgver=2.1.0
-pkgrel=4
-pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
-arch=('any')
-url="http://www.openshotvideo.com/;
-license=('GPL')
-depends=('mlt-python-bindings' 'pygoocanvas' 'sdl' 'librsvg' 'mplayer'
-'pyxdg' 'python-pyqt5' 'python-httplib2' 'python-pillow' 'dvgrab'
-'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image'
-'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools')
-optdepends=('frei0r-plugins: effects'
-   'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack')
-makedepends=('python-setuptools')
-source=("https://launchpad.net/openshot/${pkgver%.*}/$pkgver/+download/openshot-qt-$pkgver.tar.gz;)
-sha256sums=('1eec7d07e991ccbb168de18b5f8a15f5d3eafe842cf267a254c1cde2925e2fdd')
-
-package() {
-  cd "$srcdir"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: openshot/repos/community-any/PKGBUILD (from rev 200861, 
openshot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-21 21:17:08 UTC (rev 200862)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Florian Pritz 
+# Contributor: Asa Marco 
+
+pkgname=openshot
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
+arch=('any')
+url="http://www.openshotvideo.com/;
+license=('GPL')
+depends=('mlt-python-bindings' 'pygoocanvas' 'sdl' 'librsvg' 'mplayer'
+'pyxdg' 'python-pyqt5' 'python-httplib2' 'python-pillow' 'dvgrab'
+'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image'
+'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools')
+optdepends=('frei0r-plugins: effects'
+   'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack')
+makedepends=('python-setuptools')
+source=("https://launchpad.net/openshot/${pkgver%.*}/$pkgver/+download/openshot-qt-$pkgver.tar.gz;)
+sha256sums=('8de6e193784af3b9149ea13c0552d4556df33396452360d5f9ac30682148e6f7')
+
+package() {
+  cd "$srcdir"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}


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

2016-12-21 Thread Sergej Pupykin
Date: Wednesday, December 21, 2016 @ 21:16:56
  Author: spupykin
Revision: 200861

upgpkg: openshot 2.2.0-1

upd

Modified:
  openshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 21:16:34 UTC (rev 200860)
+++ PKGBUILD2016-12-21 21:16:56 UTC (rev 200861)
@@ -4,8 +4,8 @@
 # Contributor: Asa Marco 
 
 pkgname=openshot
-pkgver=2.1.0
-pkgrel=4
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="an open-source, non-linear video editor for Linux based on MLT 
framework"
 arch=('any')
 url="http://www.openshotvideo.com/;
@@ -18,7 +18,7 @@
'libquicktime' 'libavc1394' 'faac' 'jack' 'jack-rack')
 makedepends=('python-setuptools')
 
source=("https://launchpad.net/openshot/${pkgver%.*}/$pkgver/+download/openshot-qt-$pkgver.tar.gz;)
-sha256sums=('1eec7d07e991ccbb168de18b5f8a15f5d3eafe842cf267a254c1cde2925e2fdd')
+sha256sums=('8de6e193784af3b9149ea13c0552d4556df33396452360d5f9ac30682148e6f7')
 
 package() {
   cd "$srcdir"


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

2016-12-21 Thread Lukas Fleischer
Date: Wednesday, December 21, 2016 @ 21:05:28
  Author: lfleischer
Revision: 200859

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

Added:
  borg/repos/community-i686/PKGBUILD
(from rev 200858, borg/trunk/PKGBUILD)
  borg/repos/community-i686/borg.coveragerc
(from rev 200858, borg/trunk/borg.coveragerc)
  borg/repos/community-x86_64/PKGBUILD
(from rev 200858, borg/trunk/PKGBUILD)
  borg/repos/community-x86_64/borg.coveragerc
(from rev 200858, borg/trunk/borg.coveragerc)
Deleted:
  borg/repos/community-i686/PKGBUILD
  borg/repos/community-i686/borg-1.0.8-fix-testsuite.patch
  borg/repos/community-i686/borg.coveragerc
  borg/repos/community-x86_64/PKGBUILD
  borg/repos/community-x86_64/borg-1.0.8-fix-testsuite.patch
  borg/repos/community-x86_64/borg.coveragerc

-+
 /PKGBUILD   |   88 ++
 /borg.coveragerc|   46 +++
 community-i686/PKGBUILD |   51 
 community-i686/borg-1.0.8-fix-testsuite.patch   |   40 --
 community-i686/borg.coveragerc  |   23 -
 community-x86_64/PKGBUILD   |   51 
 community-x86_64/borg-1.0.8-fix-testsuite.patch |   40 --
 community-x86_64/borg.coveragerc|   23 -
 8 files changed, 134 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-21 21:05:00 UTC (rev 200858)
+++ community-i686/PKGBUILD 2016-12-21 21:05:28 UTC (rev 200859)
@@ -1,51 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Vlad M. 
-
-pkgname=borg
-_pkgname=borgbackup
-pkgver=1.0.8
-pkgrel=1
-pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
-url='https://borgbackup.github.io/'
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
-optdepends=('openssh: repositories on remote hosts'
-'python-llfuse: mounting backups as a FUSE file system')
-makedepends=('cython' 'python-sphinx')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
-provides=('borgbackup')
-replaces=('borgbackup')
-source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz;
-borg-1.0.8-fix-testsuite.patch
-borg.coveragerc)
-sha256sums=('6902563c447c4f378ff1a13167f83d15eb60a02316a06368a539b7ff3d88aeb9'
-'6e283d6a166c4823ea5af5b68cfc46c38e55124434a4f9f552bfb7f963b1401a'
-'183814ae70fce7bbcf04dbbf3866eaf76867896a4327f8a3b553e095d1ff360f')
-
-prepare() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  patch -p1 -i ../borg-1.0.8-fix-testsuite.patch
-}
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py build
-
-  cd docs
-  make man
-}
-
-check() {
-  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.5/"
-  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
---cov-config="$srcdir/borg.coveragerc" --benchmark-skip --pyargs 
borg.testsuite -v \
--k 'not test_non_ascii_acl'
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  install -Dm644 "docs/_build/man/borg.1" "$pkgdir/usr/share/man/man1/borg.1"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  python setup.py -q install --root="$pkgdir" --optimize=1
-}

Copied: borg/repos/community-i686/PKGBUILD (from rev 200858, 
borg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-21 21:05:28 UTC (rev 200859)
@@ -0,0 +1,44 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Vlad M. 
+
+pkgname=borg
+_pkgname=borgbackup
+pkgver=1.0.9
+pkgrel=1
+pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
+url='https://borgbackup.github.io/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
+optdepends=('openssh: repositories on remote hosts'
+'python-llfuse: mounting backups as a FUSE file system')
+makedepends=('cython' 'python-sphinx')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
+provides=('borgbackup')
+replaces=('borgbackup')
+source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz;
+borg.coveragerc)
+sha256sums=('35860840e0429d4bb3acc8b9dd33aa5996a42fb2b678813a982b321a7dba3cb2'
+'183814ae70fce7bbcf04dbbf3866eaf76867896a4327f8a3b553e095d1ff360f')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py build
+
+  cd docs
+  make man
+}
+
+check() {
+  cd 

[arch-commits] Commit in borg/trunk (PKGBUILD borg-1.0.8-fix-testsuite.patch)

2016-12-21 Thread Lukas Fleischer
Date: Wednesday, December 21, 2016 @ 21:05:00
  Author: lfleischer
Revision: 200858

upgpkg: borg 1.0.9-1

Upstream update.

Modified:
  borg/trunk/PKGBUILD
Deleted:
  borg/trunk/borg-1.0.8-fix-testsuite.patch

+
 PKGBUILD   |   11 +-
 borg-1.0.8-fix-testsuite.patch |   40 ---
 2 files changed, 2 insertions(+), 49 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 20:56:07 UTC (rev 200857)
+++ PKGBUILD2016-12-21 21:05:00 UTC (rev 200858)
@@ -3,7 +3,7 @@
 
 pkgname=borg
 _pkgname=borgbackup
-pkgver=1.0.8
+pkgver=1.0.9
 pkgrel=1
 pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
 url='https://borgbackup.github.io/'
@@ -17,17 +17,10 @@
 provides=('borgbackup')
 replaces=('borgbackup')
 
source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz;
-borg-1.0.8-fix-testsuite.patch
 borg.coveragerc)
-sha256sums=('6902563c447c4f378ff1a13167f83d15eb60a02316a06368a539b7ff3d88aeb9'
-'6e283d6a166c4823ea5af5b68cfc46c38e55124434a4f9f552bfb7f963b1401a'
+sha256sums=('35860840e0429d4bb3acc8b9dd33aa5996a42fb2b678813a982b321a7dba3cb2'
 '183814ae70fce7bbcf04dbbf3866eaf76867896a4327f8a3b553e095d1ff360f')
 
-prepare() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  patch -p1 -i ../borg-1.0.8-fix-testsuite.patch
-}
-
 build() {
   cd "$srcdir/$_pkgname-$pkgver"
   python setup.py build

Deleted: borg-1.0.8-fix-testsuite.patch
===
--- borg-1.0.8-fix-testsuite.patch  2016-12-21 20:56:07 UTC (rev 200857)
+++ borg-1.0.8-fix-testsuite.patch  2016-12-21 21:05:00 UTC (rev 200858)
@@ -1,40 +0,0 @@
-From 960c42193acdab214217dd8a472f7f28d7ca5153 Mon Sep 17 00:00:00 2001
-From: Marian Beermann 
-Date: Sun, 13 Nov 2016 11:19:58 +0100
-Subject: [PATCH] fix tox build for environment-python != containing-python in
- yet-another instance
-
-this instance: the repository worktree is *not* named borg.
-
-Cherry pick of 4f1157c into 1.0-maint due to f3efcdb
-
-TODO removed since we already did that after 1.0-maint, but 1.0-maint
-will never receive the change.

- conftest.py | 5 ++---
- 1 file changed, 2 insertions(+), 3 deletions(-)
-
-diff --git a/conftest.py b/conftest.py
-index d80aed4..d542366 100644
 a/conftest.py
-+++ b/conftest.py
-@@ -1,4 +1,5 @@
- import os
-+import os.path
- import sys
- 
- import pytest
-@@ -10,12 +11,10 @@
- # The workaround is to remove entries pointing there from the path and check 
whether "borg"
- # is still importable. If it is not, then it has not been installed in the 
environment
- # and the entries are put back.
--#
--# TODO: After moving the package to src/: remove this.
- 
- original_path = list(sys.path)
- for entry in original_path:
--if entry == '' or entry.endswith('/borg'):
-+if entry == '' or entry == os.path.dirname(__file__):
- sys.path.remove(entry)
- 
- try:


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

2016-12-21 Thread Sergej Pupykin
Date: Wednesday, December 21, 2016 @ 20:56:07
  Author: spupykin
Revision: 200857

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

Added:
  spice-glib/repos/community-i686/PKGBUILD
(from rev 200856, spice-glib/trunk/PKGBUILD)
  spice-glib/repos/community-x86_64/PKGBUILD
(from rev 200856, spice-glib/trunk/PKGBUILD)
Deleted:
  spice-glib/repos/community-i686/PKGBUILD
  spice-glib/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-21 20:55:22 UTC (rev 200856)
+++ community-i686/PKGBUILD 2016-12-21 20:56:07 UTC (rev 200857)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 164477 2016-03-03 13:24:42Z foutrelis $
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-glib
-pkgver=0.33
-pkgrel=1
-pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)"
-arch=('i686' 'x86_64')
-url="http://spice-space.org;
-license=('LGPL2.1')
-depends=('celt0.5.1' 'dbus-glib' 'libcacard' 'libpulse' 'usbredir' 'libsoup'
-'cairo' 'libjpeg')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
-'vala' 'sdl' 'python2-six' 'pixman')
-options=('!emptydirs')
-source=("https://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2;)
-sha256sums=('7daf33b786ab8ebc9fe6e7b11745100ee1ab66e61a5811d1d5aabe4d66eaaf39')
-
-build() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  PYTHON=python2 ./configure --prefix=/usr \
---disable-static --enable-vala --with-gtk=no \
---with-audio=pulse \
---with-coroutine=gthread --sbindir=/usr/bin \
---enable-smartcard
-  make
-}
-
-package() {
-  cd "$srcdir/spice-gtk-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: spice-glib/repos/community-i686/PKGBUILD (from rev 200856, 
spice-glib/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-21 20:56:07 UTC (rev 200857)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 164477 2016-03-03 13:24:42Z foutrelis $
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-glib
+pkgver=0.33
+pkgrel=2
+pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)"
+arch=('i686' 'x86_64')
+url="http://spice-space.org;
+license=('LGPL2.1')
+depends=('celt0.5.1' 'dbus-glib' 'libcacard' 'libpulse' 'usbredir' 'libsoup'
+'cairo' 'libjpeg')
+makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
+'vala' 'sdl' 'python2-six' 'pixman')
+options=('!emptydirs')
+source=("https://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2;)
+sha256sums=('7daf33b786ab8ebc9fe6e7b11745100ee1ab66e61a5811d1d5aabe4d66eaaf39')
+
+build() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  PYTHON=python2 ./configure --prefix=/usr \
+--disable-static --enable-vala --with-gtk=no \
+--with-audio=pulse \
+--with-coroutine=gthread --sbindir=/usr/bin \
+--enable-smartcard
+  make
+}
+
+package() {
+  cd "$srcdir/spice-gtk-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-21 20:55:22 UTC (rev 200856)
+++ community-x86_64/PKGBUILD   2016-12-21 20:56:07 UTC (rev 200857)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 164477 2016-03-03 13:24:42Z foutrelis $
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-# Contributor: Jonathan Lestrelin 
-# Contributor: Lucio Zara 
-
-pkgname=spice-glib
-pkgver=0.33
-pkgrel=1
-pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)"
-arch=('i686' 'x86_64')
-url="http://spice-space.org;
-license=('LGPL2.1')
-depends=('celt0.5.1' 'dbus-glib' 'libcacard' 'libpulse' 'usbredir' 'libsoup'
-'cairo' 'libjpeg')
-makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 
'spice-protocol' 'usbutils'
-'vala' 'sdl' 'python2-six' 'pixman')
-options=('!emptydirs')
-source=("https://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2;)

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

2016-12-21 Thread Sergej Pupykin
Date: Wednesday, December 21, 2016 @ 20:55:22
  Author: spupykin
Revision: 200856

upgpkg: spice-glib 0.33-2

upd

Modified:
  spice-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 20:04:41 UTC (rev 200855)
+++ PKGBUILD2016-12-21 20:55:22 UTC (rev 200856)
@@ -6,7 +6,7 @@
 
 pkgname=spice-glib
 pkgver=0.33
-pkgrel=1
+pkgrel=2
 pkgdesc="Gtk client and libraries for SPICE remote desktop servers (gtk3 
version)"
 arch=('i686' 'x86_64')
 url="http://spice-space.org;


[arch-commits] Commit in libwmf/repos (32 files)

2016-12-21 Thread Levente Polyak
Date: Wednesday, December 21, 2016 @ 20:43:03
  Author: anthraxx
Revision: 284393

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

Added:
  libwmf/repos/staging-i686/
  libwmf/repos/staging-i686/PKGBUILD
(from rev 284392, libwmf/trunk/PKGBUILD)
  libwmf/repos/staging-i686/libwmf-0.2.8.4-CAN-2004-0941.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CAN-2004-0941.patch)
  libwmf/repos/staging-i686/libwmf-0.2.8.4-CVE-2007-0455.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CVE-2007-0455.patch)
  libwmf/repos/staging-i686/libwmf-0.2.8.4-CVE-2007-2756.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CVE-2007-2756.patch)
  libwmf/repos/staging-i686/libwmf-0.2.8.4-CVE-2007-3472.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CVE-2007-3472.patch)
  libwmf/repos/staging-i686/libwmf-0.2.8.4-CVE-2007-3473.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CVE-2007-3473.patch)
  libwmf/repos/staging-i686/libwmf-0.2.8.4-CVE-2007-3477.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CVE-2007-3477.patch)
  libwmf/repos/staging-i686/libwmf-0.2.8.4-CVE-2009-3546.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CVE-2009-3546.patch)
  libwmf/repos/staging-i686/libwmf-0.2.8.4-CVE-2015-0848+CVE-2015-4588.patch
(from rev 284392, 
libwmf/trunk/libwmf-0.2.8.4-CVE-2015-0848+CVE-2015-4588.patch)
  libwmf/repos/staging-i686/libwmf-0.2.8.4-CVE-2015-4695.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CVE-2015-4695.patch)
  libwmf/repos/staging-i686/libwmf-0.2.8.4-CVE-2015-4696.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CVE-2015-4696.patch)
  libwmf/repos/staging-i686/libwmf-0.2.8.4-CVE-2016-9011.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CVE-2016-9011.patch)
  libwmf/repos/staging-i686/libwmf-0.2.8.4-intoverflow-CVE-2006-3376.patch
(from rev 284392, 
libwmf/trunk/libwmf-0.2.8.4-intoverflow-CVE-2006-3376.patch)
  libwmf/repos/staging-i686/libwmf-0.2.8.4-libpng-1.5.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-libpng-1.5.patch)
  libwmf/repos/staging-i686/libwmf-0.2.8.4-useafterfree-CVE-2009-1364.patch
(from rev 284392, 
libwmf/trunk/libwmf-0.2.8.4-useafterfree-CVE-2009-1364.patch)
  libwmf/repos/staging-x86_64/
  libwmf/repos/staging-x86_64/PKGBUILD
(from rev 284392, libwmf/trunk/PKGBUILD)
  libwmf/repos/staging-x86_64/libwmf-0.2.8.4-CAN-2004-0941.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CAN-2004-0941.patch)
  libwmf/repos/staging-x86_64/libwmf-0.2.8.4-CVE-2007-0455.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CVE-2007-0455.patch)
  libwmf/repos/staging-x86_64/libwmf-0.2.8.4-CVE-2007-2756.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CVE-2007-2756.patch)
  libwmf/repos/staging-x86_64/libwmf-0.2.8.4-CVE-2007-3472.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CVE-2007-3472.patch)
  libwmf/repos/staging-x86_64/libwmf-0.2.8.4-CVE-2007-3473.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CVE-2007-3473.patch)
  libwmf/repos/staging-x86_64/libwmf-0.2.8.4-CVE-2007-3477.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CVE-2007-3477.patch)
  libwmf/repos/staging-x86_64/libwmf-0.2.8.4-CVE-2009-3546.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CVE-2009-3546.patch)
  libwmf/repos/staging-x86_64/libwmf-0.2.8.4-CVE-2015-0848+CVE-2015-4588.patch
(from rev 284392, 
libwmf/trunk/libwmf-0.2.8.4-CVE-2015-0848+CVE-2015-4588.patch)
  libwmf/repos/staging-x86_64/libwmf-0.2.8.4-CVE-2015-4695.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CVE-2015-4695.patch)
  libwmf/repos/staging-x86_64/libwmf-0.2.8.4-CVE-2015-4696.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CVE-2015-4696.patch)
  libwmf/repos/staging-x86_64/libwmf-0.2.8.4-CVE-2016-9011.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-CVE-2016-9011.patch)
  libwmf/repos/staging-x86_64/libwmf-0.2.8.4-intoverflow-CVE-2006-3376.patch
(from rev 284392, 
libwmf/trunk/libwmf-0.2.8.4-intoverflow-CVE-2006-3376.patch)
  libwmf/repos/staging-x86_64/libwmf-0.2.8.4-libpng-1.5.patch
(from rev 284392, libwmf/trunk/libwmf-0.2.8.4-libpng-1.5.patch)
  libwmf/repos/staging-x86_64/libwmf-0.2.8.4-useafterfree-CVE-2009-1364.patch
(from rev 284392, 
libwmf/trunk/libwmf-0.2.8.4-useafterfree-CVE-2009-1364.patch)

-+
 staging-i686/PKGBUILD   |   78 ++
 staging-i686/libwmf-0.2.8.4-CAN-2004-0941.patch |   17 +
 staging-i686/libwmf-0.2.8.4-CVE-2007-0455.patch |   11 
 staging-i686/libwmf-0.2.8.4-CVE-2007-2756.patch |   16 +
 staging-i686/libwmf-0.2.8.4-CVE-2007-3472.patch |   59 +
 staging-i686/libwmf-0.2.8.4-CVE-2007-3473.patch |   13 +
 staging-i686/libwmf-0.2.8.4-CVE-2007-3477.patch |   38 +++
 staging-i686/libwmf-0.2.8.4-CVE-2009-3546.patch |   13 +
 

[arch-commits] Commit in libwmf/trunk (15 files)

2016-12-21 Thread Levente Polyak
Date: Wednesday, December 21, 2016 @ 20:41:17
  Author: anthraxx
Revision: 284392

upgpkg: libwmf 0.2.8.4-14 (security fixes)

FS#49162

Added:
  libwmf/trunk/libwmf-0.2.8.4-CAN-2004-0941.patch
  libwmf/trunk/libwmf-0.2.8.4-CVE-2007-0455.patch
  libwmf/trunk/libwmf-0.2.8.4-CVE-2007-2756.patch
  libwmf/trunk/libwmf-0.2.8.4-CVE-2007-3472.patch
  libwmf/trunk/libwmf-0.2.8.4-CVE-2007-3473.patch
  libwmf/trunk/libwmf-0.2.8.4-CVE-2007-3477.patch
  libwmf/trunk/libwmf-0.2.8.4-CVE-2009-3546.patch
  libwmf/trunk/libwmf-0.2.8.4-CVE-2015-0848+CVE-2015-4588.patch
  libwmf/trunk/libwmf-0.2.8.4-CVE-2015-4695.patch
  libwmf/trunk/libwmf-0.2.8.4-CVE-2015-4696.patch
  libwmf/trunk/libwmf-0.2.8.4-CVE-2016-9011.patch
  libwmf/trunk/libwmf-0.2.8.4-intoverflow-CVE-2006-3376.patch
  libwmf/trunk/libwmf-0.2.8.4-useafterfree-CVE-2009-1364.patch
Modified:
  libwmf/trunk/PKGBUILD
Deleted:
  libwmf/trunk/libwmf-0.2.8.4-useafterfree.patch

--+
 PKGBUILD |   45 +++-
 libwmf-0.2.8.4-CAN-2004-0941.patch   |   17 +++
 libwmf-0.2.8.4-CVE-2007-0455.patch   |   11 +
 libwmf-0.2.8.4-CVE-2007-2756.patch   |   16 ++
 libwmf-0.2.8.4-CVE-2007-3472.patch   |   59 ++
 libwmf-0.2.8.4-CVE-2007-3473.patch   |   13 ++
 libwmf-0.2.8.4-CVE-2007-3477.patch   |   38 ++
 libwmf-0.2.8.4-CVE-2009-3546.patch   |   13 ++
 libwmf-0.2.8.4-CVE-2015-0848+CVE-2015-4588.patch |  118 +
 libwmf-0.2.8.4-CVE-2015-4695.patch   |   56 +
 libwmf-0.2.8.4-CVE-2015-4696.patch   |   23 
 libwmf-0.2.8.4-CVE-2016-9011.patch   |   36 ++
 libwmf-0.2.8.4-intoverflow-CVE-2006-3376.patch   |   27 
 libwmf-0.2.8.4-useafterfree-CVE-2009-1364.patch  |   10 +
 libwmf-0.2.8.4-useafterfree.patch|   10 -
 15 files changed, 478 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 19:11:44 UTC (rev 284391)
+++ PKGBUILD2016-12-21 20:41:17 UTC (rev 284392)
@@ -3,7 +3,7 @@
 
 pkgname=libwmf
 pkgver=0.2.8.4
-pkgrel=13
+pkgrel=14
 pkgdesc="A library for reading vector images in Microsoft's native Windows 
Metafile Format (WMF)"
 arch=('i686' 'x86_64')
 url="http://wvware.sourceforge.net/libwmf.html;
@@ -13,15 +13,52 @@
 optdepends=('gdk-pixbuf2: for pixbuf loader')
 options=('!docs' '!emptydirs')
 
source=(http://downloads.sourceforge.net/sourceforge/wvware/${pkgname}-${pkgver}.tar.gz
-   libwmf-0.2.8.4-libpng-1.5.patch libwmf-0.2.8.4-useafterfree.patch)
+libwmf-0.2.8.4-libpng-1.5.patch
+libwmf-0.2.8.4-useafterfree-CVE-2009-1364.patch
+libwmf-0.2.8.4-intoverflow-CVE-2006-3376.patch
+libwmf-0.2.8.4-CAN-2004-0941.patch
+libwmf-0.2.8.4-CVE-2007-0455.patch
+libwmf-0.2.8.4-CVE-2007-2756.patch
+libwmf-0.2.8.4-CVE-2007-3472.patch
+libwmf-0.2.8.4-CVE-2007-3473.patch
+libwmf-0.2.8.4-CVE-2007-3477.patch
+libwmf-0.2.8.4-CVE-2009-3546.patch
+libwmf-0.2.8.4-CVE-2015-0848+CVE-2015-4588.patch
+libwmf-0.2.8.4-CVE-2015-4695.patch
+libwmf-0.2.8.4-CVE-2015-4696.patch
+   libwmf-0.2.8.4-CVE-2016-9011.patch)
 sha1sums=('822ab3bd0f5e8f39ad732f2774a8e9f18fc91e89'
   '42aa4c2a82e4e14044c875a7f439baea732a355a'
-  'ea6d28880840e86c96f9079bfd591da54dcffa5c')
+  'ea6d28880840e86c96f9079bfd591da54dcffa5c'
+  '6f130ea9f639ccf88fef0fda74cf9fa3956f81b5'
+  '2f8a46698dac6d5f5c3109cb56ad675ff1efaee0'
+  '380d59744f174e12d4ba4f5cb63f14b6092850fa'
+  '45ae37f79b351fe738212caa3a3c61c9b6fa2d5b'
+  '1836f07750d3a8b4dd6354660875436b0e5c3b07'
+  'c778b89445f621fd5e44b0bbf9d441cceea90d6c'
+  'd0a6fefedd327f99c3ca1c2f7f19adddc2cef50a'
+  '83f32dac05c1492eef1e652c553a5ffc80a3e656'
+  '5608d0565890f2f89435bc13ad57279900ed83b4'
+  '408cfff29160b037b8baa26b4647e02f373b8b85'
+  'e250f5ecefde4bf5c06f7fbc562566ce64204f2a'
+  '9f8670ef0b4862bb84aecc582bfbec45573a8831')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -p1 -i "${srcdir}/libwmf-0.2.8.4-libpng-1.5.patch"
-  patch -p1 -i "${srcdir}/libwmf-0.2.8.4-useafterfree.patch"
+  patch -p1 -i "${srcdir}/libwmf-0.2.8.4-useafterfree-CVE-2009-1364.patch"
+  patch -p1 -i "${srcdir}/libwmf-0.2.8.4-intoverflow-CVE-2006-3376.patch"
+  patch -p1 -i "${srcdir}/libwmf-0.2.8.4-CAN-2004-0941.patch"
+  patch -p1 -i "${srcdir}/libwmf-0.2.8.4-CVE-2007-0455.patch"
+  patch -p1 -i "${srcdir}/libwmf-0.2.8.4-CVE-2007-2756.patch"
+  patch -p1 -i "${srcdir}/libwmf-0.2.8.4-CVE-2007-3472.patch"
+  patch -p1 -i "${srcdir}/libwmf-0.2.8.4-CVE-2007-3473.patch"
+  patch -p1 -i "${srcdir}/libwmf-0.2.8.4-CVE-2007-3477.patch"
+  patch -p1 -i "${srcdir}/libwmf-0.2.8.4-CVE-2009-3546.patch"
+  patch -p1 -i 

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

2016-12-21 Thread Jaroslav Lichtblau
Date: Wednesday, December 21, 2016 @ 20:04:41
  Author: jlichtblau
Revision: 200855

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

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

--+
 /PKGBUILD|  182 +
 /syncthing-relaysrv.install  |8 +
 /syncthing-relaysrv.service  |   34 
 /syncthing-relaysrv.sysusers |4 
 /syncthing-relaysrv.tmpfiles |2 
 /syncthing.install   |   18 ++
 community-i686/PKGBUILD  |   91 
 community-i686/syncthing-relaysrv.install|4 
 community-i686/syncthing-relaysrv.service|   17 --
 community-i686/syncthing-relaysrv.sysusers   |2 
 community-i686/syncthing-relaysrv.tmpfiles   |1 
 community-i686/syncthing.install |9 -
 community-x86_64/PKGBUILD|   91 
 community-x86_64/syncthing-relaysrv.install  |4 
 community-x86_64/syncthing-relaysrv.service  |   17 --
 community-x86_64/syncthing-relaysrv.sysusers |2 
 community-x86_64/syncthing-relaysrv.tmpfiles |1 
 community-x86_64/syncthing.install   |9 -
 18 files changed, 248 insertions(+), 248 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-21 20:03:24 UTC (rev 200854)
+++ community-i686/PKGBUILD 2016-12-21 20:04:41 UTC (rev 200855)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.16
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('e9e3bca6cae8c75d80242ab71d46fa1b76d9d5a90bf9f98026f541885c56288e'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  

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

2016-12-21 Thread Jaroslav Lichtblau
Date: Wednesday, December 21, 2016 @ 20:03:24
  Author: jlichtblau
Revision: 200854

https://github.com/syncthing/syncthing/issues/3834 was not a bug
upgpkg: syncthing 0.14.16-2

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 20:01:39 UTC (rev 200853)
+++ PKGBUILD2016-12-21 20:03:24 UTC (rev 200854)
@@ -7,7 +7,7 @@
 
 pkgname=('syncthing' 'syncthing-relaysrv')
 pkgver=0.14.16
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://syncthing.net/;
 license=('MPL')
@@ -40,10 +40,9 @@
 check() {
   export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
   cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-# https://github.com/syncthing/syncthing/issues/3834
-#   if [ "${CARCH}" == "x86_64" ] ; then
-# go run build.go -no-upgrade test
-#   fi
+  if [ "${CARCH}" == "x86_64" ] ; then
+go run build.go -no-upgrade test
+  fi
 }
 
 package_syncthing() {


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

2016-12-21 Thread Jaroslav Lichtblau
Date: Wednesday, December 21, 2016 @ 19:31:29
  Author: jlichtblau
Revision: 200852

syncthing 0.14.16 check fails
https://github.com/syncthing/syncthing/issues/3834

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 19:28:27 UTC (rev 200851)
+++ PKGBUILD2016-12-21 19:31:29 UTC (rev 200852)
@@ -40,6 +40,7 @@
 check() {
   export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
   cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+# https://github.com/syncthing/syncthing/issues/3834
 #   if [ "${CARCH}" == "x86_64" ] ; then
 # go run build.go -no-upgrade test
 #   fi


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

2016-12-21 Thread Jaroslav Lichtblau
Date: Wednesday, December 21, 2016 @ 19:28:27
  Author: jlichtblau
Revision: 200851

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

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

--+
 community-testing-i686/PKGBUILD  |   91 +
 community-testing-i686/syncthing-relaysrv.install|4 
 community-testing-i686/syncthing-relaysrv.service|   17 +++
 community-testing-i686/syncthing-relaysrv.sysusers   |2 
 community-testing-i686/syncthing-relaysrv.tmpfiles   |1 
 community-testing-i686/syncthing.install |9 +
 community-testing-x86_64/PKGBUILD|   91 +
 community-testing-x86_64/syncthing-relaysrv.install  |4 
 community-testing-x86_64/syncthing-relaysrv.service  |   17 +++
 community-testing-x86_64/syncthing-relaysrv.sysusers |2 
 community-testing-x86_64/syncthing-relaysrv.tmpfiles |1 
 community-testing-x86_64/syncthing.install   |9 +
 12 files changed, 248 insertions(+)

Copied: syncthing/repos/community-testing-i686/PKGBUILD (from rev 200850, 
syncthing/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-12-21 19:28:27 UTC (rev 200851)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=('syncthing' 'syncthing-relaysrv')
+pkgver=0.14.16
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://syncthing.net/;
+license=('MPL')
+depends=('glibc')
+makedepends=('git' 'go' 'inetutils')
+options=('!strip')
+source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
+syncthing-relaysrv.sysusers
+syncthing-relaysrv.tmpfiles
+syncthing-relaysrv.service)
+validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
+sha256sums=('e9e3bca6cae8c75d80242ab71d46fa1b76d9d5a90bf9f98026f541885c56288e'
+'SKIP'
+'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
+'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
+'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
+
+prepare() {
+  install -d "src/github.com/syncthing"
+  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
+}
+
+build() {
+  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
+  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  go run build.go -no-upgrade -version v${pkgver} build
+  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
+}
+
+check() {
+  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
+  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+#   if [ "${CARCH}" == "x86_64" ] ; then
+# go run build.go -no-upgrade test
+#   fi
+}
+
+package_syncthing() {
+  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+  install=$pkgname.install
+
+  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 README.md 

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

2016-12-21 Thread Jaroslav Lichtblau
Date: Wednesday, December 21, 2016 @ 19:28:03
  Author: jlichtblau
Revision: 200850

upgpkg: syncthing 0.14.16-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 18:24:49 UTC (rev 200849)
+++ PKGBUILD2016-12-21 19:28:03 UTC (rev 200850)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=0.14.15
+pkgver=0.14.16
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://syncthing.net/;
@@ -19,7 +19,7 @@
 syncthing-relaysrv.tmpfiles
 syncthing-relaysrv.service)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('f4464433666e0fa82d536111b2921f726b2b064606696ec1305eb568345b5e9a'
+sha256sums=('e9e3bca6cae8c75d80242ab71d46fa1b76d9d5a90bf9f98026f541885c56288e'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
@@ -40,9 +40,9 @@
 check() {
   export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
   cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  if [ "${CARCH}" == "x86_64" ] ; then
-go run build.go -no-upgrade test
-  fi
+#   if [ "${CARCH}" == "x86_64" ] ; then
+# go run build.go -no-upgrade test
+#   fi
 }
 
 package_syncthing() {


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

2016-12-21 Thread Anatol Pomozov
Date: Wednesday, December 21, 2016 @ 19:11:13
  Author: anatolik
Revision: 284389

upgpkg: alsa-lib 1.1.3-1

Modified:
  alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 19:10:58 UTC (rev 284388)
+++ PKGBUILD2016-12-21 19:11:13 UTC (rev 284389)
@@ -2,7 +2,7 @@
 # Maintainer: judd 
 
 pkgname=alsa-lib
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2')
 license=('GPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-sha1sums=('574a0ebd4d218c81f73a0abae79f0e3cc9a6e402')
+sha1sums=('8ef0b9725296ac8f24e06f20196f5b2b62ab27a9')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-12-21 Thread Anatol Pomozov
Date: Wednesday, December 21, 2016 @ 19:11:44
  Author: anatolik
Revision: 284391

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

Added:
  alsa-lib/repos/testing-i686/
  alsa-lib/repos/testing-i686/PKGBUILD
(from rev 284389, alsa-lib/trunk/PKGBUILD)
  alsa-lib/repos/testing-x86_64/
  alsa-lib/repos/testing-x86_64/PKGBUILD
(from rev 284390, alsa-lib/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   26 ++
 testing-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: alsa-lib/repos/testing-i686/PKGBUILD (from rev 284389, 
alsa-lib/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-21 19:11:44 UTC (rev 284391)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: judd 
+
+pkgname=alsa-lib
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('i686' 'x86_64')
+url="http://www.alsa-project.org;
+depends=('glibc')
+optdepends=('python2: for python smixer plugin')
+makedepends=('python2')
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
+sha1sums=('8ef0b9725296ac8f24e06f20196f5b2b62ab27a9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --with-pythonlibs="-lpthread -lm -ldl -lpython2.7" 
--with-pythonincludes=-I/usr/include/python2.7
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: alsa-lib/repos/testing-x86_64/PKGBUILD (from rev 284390, 
alsa-lib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-12-21 19:11:44 UTC (rev 284391)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: judd 
+
+pkgname=alsa-lib
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('i686' 'x86_64')
+url="http://www.alsa-project.org;
+depends=('glibc')
+optdepends=('python2: for python smixer plugin')
+makedepends=('python2')
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
+sha1sums=('8ef0b9725296ac8f24e06f20196f5b2b62ab27a9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --with-pythonlibs="-lpthread -lm -ldl -lpython2.7" 
--with-pythonincludes=-I/usr/include/python2.7
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



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

2016-12-21 Thread Anatol Pomozov
Date: Wednesday, December 21, 2016 @ 19:11:25
  Author: anatolik
Revision: 284390

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

Added:
  alsa-utils/repos/testing-i686/
  alsa-utils/repos/testing-i686/90alsa
(from rev 284388, alsa-utils/trunk/90alsa)
  alsa-utils/repos/testing-i686/PKGBUILD
(from rev 284388, alsa-utils/trunk/PKGBUILD)
  alsa-utils/repos/testing-x86_64/
  alsa-utils/repos/testing-x86_64/90alsa
(from rev 284389, alsa-utils/trunk/90alsa)
  alsa-utils/repos/testing-x86_64/PKGBUILD
(from rev 284389, alsa-utils/trunk/PKGBUILD)

-+
 testing-i686/90alsa |   13 +
 testing-i686/PKGBUILD   |   42 ++
 testing-x86_64/90alsa   |   13 +
 testing-x86_64/PKGBUILD |   42 ++
 4 files changed, 110 insertions(+)

Copied: alsa-utils/repos/testing-i686/90alsa (from rev 284388, 
alsa-utils/trunk/90alsa)
===
--- testing-i686/90alsa (rev 0)
+++ testing-i686/90alsa 2016-12-21 19:11:25 UTC (rev 284390)
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# 90alsa: suspend/wakeup ALSA devices
+
+case "$1" in
+hibernate|suspend)
+;;
+thaw|resume)
+aplay -d 1 /dev/zero
+;;
+*) exit $NA
+;;
+esac

Copied: alsa-utils/repos/testing-i686/PKGBUILD (from rev 284388, 
alsa-utils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-21 19:11:25 UTC (rev 284390)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('i686' 'x86_64')
+url="http://www.alsa-project.org;
+#can not use >=$pkgver due to use of letters in alsa-lib update versioning
+depends=("alsa-lib>1.0.24" 'pciutils' 'ncurses' 'psmisc' 'libsamplerate' 
'fftw')
+makedepends=('xmlto' 'docbook-xsl')
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
+90alsa)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
+--with-udev-rules-dir=/usr/lib/udev/rules.d \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+  # fix udev rules genaration
+  cd alsactl
+  make 90-alsa-restore.rules
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
+
+  # install alsa udev rule file
+  install -D -m644 alsactl/90-alsa-restore.rules \
+  ${pkgdir}/usr/lib/udev/rules.d/90-alsa-restore.rules
+
+  # dir where to save ALSA state
+  install -d ${pkgdir}/var/lib/alsa
+}
+md5sums=('2bf94d3e3410dcc74bb0dae10d46a979'
+ '529216f6a46e61a546640e08ea7a0879')

Copied: alsa-utils/repos/testing-x86_64/90alsa (from rev 284389, 
alsa-utils/trunk/90alsa)
===
--- testing-x86_64/90alsa   (rev 0)
+++ testing-x86_64/90alsa   2016-12-21 19:11:25 UTC (rev 284390)
@@ -0,0 +1,13 @@
+#!/bin/sh
+#
+# 90alsa: suspend/wakeup ALSA devices
+
+case "$1" in
+hibernate|suspend)
+;;
+thaw|resume)
+aplay -d 1 /dev/zero
+;;
+*) exit $NA
+;;
+esac

Copied: alsa-utils/repos/testing-x86_64/PKGBUILD (from rev 284389, 
alsa-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-12-21 19:11:25 UTC (rev 284390)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: judd 
+
+pkgname=alsa-utils
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('i686' 'x86_64')
+url="http://www.alsa-project.org;
+#can not use >=$pkgver due to use of letters in alsa-lib update versioning
+depends=("alsa-lib>1.0.24" 'pciutils' 'ncurses' 'psmisc' 'libsamplerate' 
'fftw')
+makedepends=('xmlto' 'docbook-xsl')
+license=('GPL')
+source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
+90alsa)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-alsaconf --sbindir=/usr/bin \
+--with-udev-rules-dir=/usr/lib/udev/rules.d \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+  # fix udev rules genaration
+  cd alsactl
+  make 90-alsa-restore.rules
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
+
+  # install alsa udev rule file
+  install -D -m644 alsactl/90-alsa-restore.rules \
+  ${pkgdir}/usr/lib/udev/rules.d/90-alsa-restore.rules
+
+  # dir where to save ALSA 

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

2016-12-21 Thread Anatol Pomozov
Date: Wednesday, December 21, 2016 @ 19:10:58
  Author: anatolik
Revision: 284388

upgpkg: alsa-utils 1.1.3-1

Modified:
  alsa-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-21 19:02:35 UTC (rev 284387)
+++ PKGBUILD2016-12-21 19:10:58 UTC (rev 284388)
@@ -3,7 +3,7 @@
 # Contributor: judd 
 
 pkgname=alsa-utils
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
@@ -38,5 +38,5 @@
   # dir where to save ALSA state
   install -d ${pkgdir}/var/lib/alsa
 }
-md5sums=('38ac7c781f80c41c02b4664d8cbafa87'
+md5sums=('2bf94d3e3410dcc74bb0dae10d46a979'
  '529216f6a46e61a546640e08ea7a0879')


  1   2   3   >