[arch-commits] Commit in atool/trunk (PKGBUILD atool.changelog)

2016-04-15 Thread Jaroslav Lichtblau
Date: Saturday, April 16, 2016 @ 07:43:29
  Author: jlichtblau
Revision: 171161

upgpkg: atool 0.39.0-4 - FS#48958 fix

Modified:
  atool/trunk/PKGBUILD
  atool/trunk/atool.changelog

-+
 PKGBUILD|5 +++--
 atool.changelog |   17 ++---
 2 files changed, 13 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 05:31:12 UTC (rev 171160)
+++ PKGBUILD2016-04-16 05:43:29 UTC (rev 171161)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: leif_thande 
 # Contributor: tranquility 
 # Contributor: Daniel J Griffiths 
@@ -6,7 +6,7 @@
 
 pkgname=atool
 pkgver=0.39.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A script for managing file archives of various types"
 arch=('any')
 url="http://www.nongnu.org/atool/;
@@ -21,6 +21,7 @@
 'p7zip: for using atool with 7z archives'
 'tar: for using atool with tar archives'
 'unace: for using atool with ace archives'
+'unrar: for using atool with rar archives'
 'zip: for using atool for creating zip archives'
 'unzip: for using atool for unpacking archives')
 changelog=$pkgname.changelog

Modified: atool.changelog
===
--- atool.changelog 2016-04-16 05:31:12 UTC (rev 171160)
+++ atool.changelog 2016-04-16 05:43:29 UTC (rev 171161)
@@ -1,21 +1,24 @@
-2014-07-05 Jaroslav Lichtblau 
+2016-04-16 Jaroslav Lichtblau 
+   * atool 0.39.0-4 FS#48958
+
+2014-07-05 Jaroslav Lichtblau 
* atool 0.39.0-3 mtree rebuild
 
-2012-04-19 Jaroslav Lichtblau 
+2012-04-19 Jaroslav Lichtblau 
* atool 0.39.0-1
 
-2012-02-21 Jaroslav Lichtblau 
+2012-02-21 Jaroslav Lichtblau 
* atool 0.38.0-2
* signing package
 
-2011-08-20 Jaroslav Lichtblau 
+2011-08-20 Jaroslav Lichtblau 
* Updated to major version 0.38.0
 
-2009-08-16 Jaroslav Lichtblau 
+2009-08-16 Jaroslav Lichtblau 
* Updated to major version 0.37.0
 
-2008-10-05 Jaroslav Lichtblau 
+2008-10-05 Jaroslav Lichtblau 
* Updated to major version 0.36.0
 
-2008-10-05 Jaroslav Lichtblau 
+2008-10-05 Jaroslav Lichtblau 
* Moved to [community] repo


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

2016-04-15 Thread Jaroslav Lichtblau
Date: Saturday, April 16, 2016 @ 07:43:41
  Author: jlichtblau
Revision: 171162

archrelease: copy trunk to community-any

Added:
  atool/repos/community-any/PKGBUILD
(from rev 171161, atool/trunk/PKGBUILD)
  atool/repos/community-any/atool.changelog
(from rev 171161, atool/trunk/atool.changelog)
Deleted:
  atool/repos/community-any/PKGBUILD
  atool/repos/community-any/atool.changelog

-+
 PKGBUILD|   81 +++---
 atool.changelog |   45 --
 2 files changed, 65 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-16 05:43:29 UTC (rev 171161)
+++ PKGBUILD2016-04-16 05:43:41 UTC (rev 171162)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: leif_thande 
-# Contributor: tranquility 
-# Contributor: Daniel J Griffiths 
-
-pkgname=atool
-pkgver=0.39.0
-pkgrel=3
-pkgdesc="A script for managing file archives of various types"
-arch=('any')
-url="http://www.nongnu.org/atool/;
-license=('GPL3')
-depends=('file' 'perl')
-optdepends=('bzip2: for using atool with bzip2 compressed archives'
-'cpio: for using atool with cpio archives'
-'gzip: for using atool with gzip compressed archives'
-'lha: for using atool with lha, lharc and similar archives'
-'xz: for using atool with lzma compressed archives'
-'lzop: for using atool with lzop compressed archives'
-'p7zip: for using atool with 7z archives'
-'tar: for using atool with tar archives'
-'unace: for using atool with ace archives'
-'zip: for using atool for creating zip archives'
-'unzip: for using atool for unpacking archives')
-changelog=$pkgname.changelog
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  make prefix="${pkgdir}"/usr install
-}

Copied: atool/repos/community-any/PKGBUILD (from rev 171161, 
atool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-16 05:43:41 UTC (rev 171162)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: leif_thande 
+# Contributor: tranquility 
+# Contributor: Daniel J Griffiths 
+
+pkgname=atool
+pkgver=0.39.0
+pkgrel=4
+pkgdesc="A script for managing file archives of various types"
+arch=('any')
+url="http://www.nongnu.org/atool/;
+license=('GPL3')
+depends=('file' 'perl')
+optdepends=('bzip2: for using atool with bzip2 compressed archives'
+'cpio: for using atool with cpio archives'
+'gzip: for using atool with gzip compressed archives'
+'lha: for using atool with lha, lharc and similar archives'
+'xz: for using atool with lzma compressed archives'
+'lzop: for using atool with lzop compressed archives'
+'p7zip: for using atool with 7z archives'
+'tar: for using atool with tar archives'
+'unace: for using atool with ace archives'
+'unrar: for using atool with rar archives'
+'zip: for using atool for creating zip archives'
+'unzip: for using atool for unpacking archives')
+changelog=$pkgname.changelog
+source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make prefix="${pkgdir}"/usr install
+}

Deleted: atool.changelog
===
--- atool.changelog 2016-04-16 05:43:29 UTC (rev 171161)
+++ atool.changelog 2016-04-16 05:43:41 UTC (rev 171162)
@@ -1,21 +0,0 @@
-2014-07-05 Jaroslav Lichtblau 
-   * atool 0.39.0-3 mtree rebuild
-
-2012-04-19 Jaroslav Lichtblau 
-   * atool 0.39.0-1
-
-2012-02-21 Jaroslav Lichtblau 
-   * atool 0.38.0-2
-   * signing package
-
-2011-08-20 Jaroslav Lichtblau 
-   * Updated to major version 0.38.0
-
-2009-08-16 Jaroslav Lichtblau 
-   * Updated to major version 0.37.0
-
-2008-10-05 Jaroslav Lichtblau 
-   * Updated to major version 0.36.0
-
-2008-10-05 

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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 07:30:42
  Author: fyan
Revision: 171159

upgpkg: haskell-yaml 0.8.17.1-1

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 05:29:30 UTC (rev 171158)
+++ PKGBUILD2016-04-16 05:30:42 UTC (rev 171159)
@@ -4,7 +4,7 @@
 
 _hkgname=yaml
 pkgname=haskell-yaml
-pkgver=0.8.17
+pkgver=0.8.17.1
 pkgrel=1
 pkgdesc="Support for parsing and rendering YAML documents."
 url="http://github.com/snoyberg/yaml/;
@@ -16,7 +16,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('65d8585e80c334318d0c6b1fbefaf07f8e99163b8eff2166decea7b21185d397')
+sha256sums=('2bec28da3e1041892d0a694d6daf9ba1bdf538b4a3b3ac6b4cd909b0d3b3')
 
 prepare() {
 # Needed only for examples, which won't be built


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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 07:31:12
  Author: fyan
Revision: 171160

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

Added:
  haskell-yaml/repos/community-staging-i686/
  haskell-yaml/repos/community-staging-i686/PKGBUILD
(from rev 171159, haskell-yaml/trunk/PKGBUILD)
  haskell-yaml/repos/community-staging-i686/haskell-yaml.install
(from rev 171159, haskell-yaml/trunk/haskell-yaml.install)
  haskell-yaml/repos/community-staging-x86_64/
  haskell-yaml/repos/community-staging-x86_64/PKGBUILD
(from rev 171159, haskell-yaml/trunk/PKGBUILD)
  haskell-yaml/repos/community-staging-x86_64/haskell-yaml.install
(from rev 171159, haskell-yaml/trunk/haskell-yaml.install)

---+
 community-staging-i686/PKGBUILD   |   50 
 community-staging-i686/haskell-yaml.install   |   18 
 community-staging-x86_64/PKGBUILD |   50 
 community-staging-x86_64/haskell-yaml.install |   18 
 4 files changed, 136 insertions(+)

Copied: haskell-yaml/repos/community-staging-i686/PKGBUILD (from rev 171159, 
haskell-yaml/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-16 05:31:12 UTC (rev 171160)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yaml
+pkgname=haskell-yaml
+pkgver=0.8.17.1
+pkgrel=1
+pkgdesc="Support for parsing and rendering YAML documents."
+url="http://github.com/snoyberg/yaml/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" 
"haskell-vector"
+ "haskell-enclosed-exceptions" "haskell-resourcet" 
"haskell-scientific" "haskell-semigroups"
+ "haskell-text" "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('2bec28da3e1041892d0a694d6daf9ba1bdf538b4a3b3ac6b4cd909b0d3b3')
+
+prepare() {
+# Needed only for examples, which won't be built
+sed -i '/raw-strings-qq/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+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-no-unicode -f-system-libyaml -f-no-exe -fno-examples
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-yaml/repos/community-staging-i686/haskell-yaml.install (from 
rev 171159, haskell-yaml/trunk/haskell-yaml.install)
===
--- community-staging-i686/haskell-yaml.install (rev 0)
+++ community-staging-i686/haskell-yaml.install 2016-04-16 05:31:12 UTC (rev 
171160)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yaml
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 171159, 
haskell-yaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-16 05:31:12 UTC (rev 171160)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yaml
+pkgname=haskell-yaml
+pkgver=0.8.17.1
+pkgrel=1
+pkgdesc="Support for parsing and rendering YAML documents."

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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 07:29:30
  Author: fyan
Revision: 171158

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 171157, haskell-authenticate/trunk/PKGBUILD)
  haskell-authenticate/repos/community-staging-i686/haskell-authenticate.install
(from rev 171157, haskell-authenticate/trunk/haskell-authenticate.install)
  haskell-authenticate/repos/community-staging-x86_64/
  haskell-authenticate/repos/community-staging-x86_64/PKGBUILD
(from rev 171157, haskell-authenticate/trunk/PKGBUILD)
  
haskell-authenticate/repos/community-staging-x86_64/haskell-authenticate.install
(from rev 171157, haskell-authenticate/trunk/haskell-authenticate.install)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-i686/haskell-authenticate.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   47 
 community-staging-x86_64/haskell-authenticate.install |   18 ++
 4 files changed, 130 insertions(+)

Copied: haskell-authenticate/repos/community-staging-i686/PKGBUILD (from rev 
171157, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-16 05:29:30 UTC (rev 171158)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.1
+pkgrel=2
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "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")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('652449f41b12a71f570fd84f53893f82e50b7d793a0724d349188ce19d623113')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-i686/haskell-authenticate.install 
(from rev 171157, haskell-authenticate/trunk/haskell-authenticate.install)
===
--- community-staging-i686/haskell-authenticate.install 
(rev 0)
+++ community-staging-i686/haskell-authenticate.install 2016-04-16 05:29:30 UTC 
(rev 171158)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-authenticate
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
171157, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-16 05:29:30 UTC (rev 171158)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: 

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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 07:29:00
  Author: fyan
Revision: 171157

upgpkg: haskell-authenticate 1.3.3.1-2

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 05:05:43 UTC (rev 171156)
+++ PKGBUILD2016-04-16 05:29:00 UTC (rev 171157)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 07:05:43
  Author: fyan
Revision: 171156

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

Added:
  haskell-yesod-persistent/repos/community-staging-i686/
  haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD
(from rev 171155, haskell-yesod-persistent/trunk/PKGBUILD)
  
haskell-yesod-persistent/repos/community-staging-i686/haskell-yesod-persistent.install
(from rev 171155, 
haskell-yesod-persistent/trunk/haskell-yesod-persistent.install)
  haskell-yesod-persistent/repos/community-staging-i686/persistent-2.5.patch
(from rev 171155, haskell-yesod-persistent/trunk/persistent-2.5.patch)
  haskell-yesod-persistent/repos/community-staging-x86_64/
  haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 171155, haskell-yesod-persistent/trunk/PKGBUILD)
  
haskell-yesod-persistent/repos/community-staging-x86_64/haskell-yesod-persistent.install
(from rev 171155, 
haskell-yesod-persistent/trunk/haskell-yesod-persistent.install)
  haskell-yesod-persistent/repos/community-staging-x86_64/persistent-2.5.patch
(from rev 171155, haskell-yesod-persistent/trunk/persistent-2.5.patch)

---+
 community-staging-i686/PKGBUILD   |   51 +++
 community-staging-i686/haskell-yesod-persistent.install   |   18 +++
 community-staging-i686/persistent-2.5.patch   |   55 
 community-staging-x86_64/PKGBUILD |   51 +++
 community-staging-x86_64/haskell-yesod-persistent.install |   18 +++
 community-staging-x86_64/persistent-2.5.patch |   55 
 6 files changed, 248 insertions(+)

Copied: haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD (from 
rev 171155, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-16 05:05:43 UTC (rev 171156)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.0.4
+pkgrel=7
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+persistent-2.5.patch)
+install="${pkgname}.install"
+sha256sums=('840dac8758176dd2b27bbff49a8cdd724b6f99cdf1b723a1eae5d2a18898d25d'
+'72d45f93507459dd2d5742ba5727e337affe45eaf097c318c94f1d1f5b75e831')
+
+prepare() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+patch -p2 -i ../persistent-2.5.patch
+}
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-persistent/repos/community-staging-i686/haskell-yesod-persistent.install
 (from rev 171155, 
haskell-yesod-persistent/trunk/haskell-yesod-persistent.install)
===
--- community-staging-i686/haskell-yesod-persistent.install 
(rev 0)
+++ community-staging-i686/haskell-yesod-persistent.install 2016-04-16 
05:05:43 UTC (rev 171156)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-persistent
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)

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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 07:05:06
  Author: fyan
Revision: 171155

upgpkg: haskell-yesod-persistent 1.4.0.4-7

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Added:
  haskell-yesod-persistent/trunk/persistent-2.5.patch
Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

--+
 PKGBUILD |   13 ---
 persistent-2.5.patch |   55 +
 2 files changed, 65 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 04:57:04 UTC (rev 171154)
+++ PKGBUILD2016-04-16 05:05:06 UTC (rev 171155)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.0.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")
@@ -14,10 +14,17 @@
  "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
  "haskell-yesod-core")
 options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+persistent-2.5.patch)
 install="${pkgname}.install"
-sha256sums=('840dac8758176dd2b27bbff49a8cdd724b6f99cdf1b723a1eae5d2a18898d25d')
+sha256sums=('840dac8758176dd2b27bbff49a8cdd724b6f99cdf1b723a1eae5d2a18898d25d'
+'72d45f93507459dd2d5742ba5727e337affe45eaf097c318c94f1d1f5b75e831')
 
+prepare() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+patch -p2 -i ../persistent-2.5.patch
+}
+
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 

Added: persistent-2.5.patch
===
--- persistent-2.5.patch(rev 0)
+++ persistent-2.5.patch2016-04-16 05:05:06 UTC (rev 171155)
@@ -0,0 +1,55 @@
+From 7e7cba8fc60db30789d75182cbc6cad1bdbb6f44 Mon Sep 17 00:00:00 2001
+From: Erik de Castro Lopo 
+Date: Fri, 15 Apr 2016 14:41:55 +1000
+Subject: [PATCH] yesod-persistent: Make it work with persistent 2.5
+
+---
+ yesod-persistent/Yesod/Persist/Core.hs  | 12 ++--
+ yesod-persistent/yesod-persistent.cabal |  4 ++--
+ 2 files changed, 8 insertions(+), 8 deletions(-)
+
+diff --git a/yesod-persistent/Yesod/Persist/Core.hs 
b/yesod-persistent/Yesod/Persist/Core.hs
+index c566707..1a4f51d 100644
+--- a/yesod-persistent/Yesod/Persist/Core.hs
 b/yesod-persistent/Yesod/Persist/Core.hs
+@@ -124,9 +124,9 @@ respondSourceDB :: YesodPersistRunner site
+ respondSourceDB ctype = respondSource ctype . runDBSource
+ 
+ -- | Get the given entity by ID, or return a 404 not found if it doesn't 
exist.
+-get404 :: (MonadIO m, PersistStore (PersistEntityBackend val), PersistEntity 
val)
+-   => Key val
+-   -> ReaderT (PersistEntityBackend val) m val
++get404 :: (PersistEntityBackend val ~ BaseBackend backend, MonadIO m
++  , PersistEntity val, PersistStoreRead backend)
++=> Key val -> ReaderT backend m val
+ get404 key = do
+ mres <- get key
+ case mres of
+@@ -135,9 +135,9 @@ get404 key = do
+ 
+ -- | Get the given entity by unique key, or return a 404 not found if it 
doesn't
+ --   exist.
+-getBy404 :: (PersistUnique (PersistEntityBackend val), PersistEntity val, 
MonadIO m)
+- => Unique val
+- -> ReaderT (PersistEntityBackend val) m (Entity val)
++getBy404 :: (PersistEntityBackend val ~ BaseBackend backend, MonadIO m
++, PersistEntity val, PersistUniqueRead backend)
++=> Unique val -> ReaderT backend m (Entity val)
+ getBy404 key = do
+ mres <- getBy key
+ case mres of
+diff --git a/yesod-persistent/yesod-persistent.cabal 
b/yesod-persistent/yesod-persistent.cabal
+index a12ca07..b056555 100644
+--- a/yesod-persistent/yesod-persistent.cabal
 b/yesod-persistent/yesod-persistent.cabal
+@@ -16,8 +16,8 @@ extra-source-files: README.md ChangeLog.md
+ library
+ build-depends:   base  >= 4&& < 5
+, yesod-core>= 1.4.0&& < 1.5
+-   , persistent>= 2.1  && < 2.3
+-   , persistent-template   >= 2.1  && < 2.2
++   , persistent>= 2.5  && < 2.6
++   , persistent-template   >= 2.5  && < 2.6
+, transformers  >= 0.2.2
+, blaze-builder
+, conduit


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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 06:57:04
  Author: fyan
Revision: 171154

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 171153, haskell-http-conduit/trunk/PKGBUILD)
  haskell-http-conduit/repos/community-staging-i686/haskell-http-conduit.install
(from rev 171153, haskell-http-conduit/trunk/haskell-http-conduit.install)
  haskell-http-conduit/repos/community-staging-x86_64/
  haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 171153, haskell-http-conduit/trunk/PKGBUILD)
  
haskell-http-conduit/repos/community-staging-x86_64/haskell-http-conduit.install
(from rev 171153, haskell-http-conduit/trunk/haskell-http-conduit.install)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-i686/haskell-http-conduit.install   |   18 ++
 community-staging-x86_64/PKGBUILD |   45 
 community-staging-x86_64/haskell-http-conduit.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
171153, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-16 04:57:04 UTC (rev 171154)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.1.10
+pkgrel=1
+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=7.10.3" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('eb68fc0f012f177e6883f042bb2455317ea2b1961dbfeff87d122b0b24f9275f')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-i686/haskell-http-conduit.install 
(from rev 171153, haskell-http-conduit/trunk/haskell-http-conduit.install)
===
--- community-staging-i686/haskell-http-conduit.install 
(rev 0)
+++ community-staging-i686/haskell-http-conduit.install 2016-04-16 04:57:04 UTC 
(rev 171154)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-conduit
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
171153, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-16 04:57:04 UTC (rev 171154)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit

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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 06:56:35
  Author: fyan
Revision: 171153

upgpkg: haskell-http-conduit 2.1.10-1

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 04:45:16 UTC (rev 171152)
+++ PKGBUILD2016-04-16 04:56:35 UTC (rev 171153)
@@ -4,19 +4,20 @@
 
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
-pkgver=2.1.9
+pkgver=2.1.10
 pkgrel=1
 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=7.10.3" "haskell-conduit" "haskell-http-client" 
"haskell-http-client-tls"
- "haskell-http-types" "haskell-lifted-base" "haskell-monad-control" 
"haskell-mtl"
- "haskell-resourcet")
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('61a33fce3630b3a7b0740213cc1a4ab7b756103d629bc35d5fd9298bf66481cd')
+sha256sums=('eb68fc0f012f177e6883f042bb2455317ea2b1961dbfeff87d122b0b24f9275f')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 06:45:16
  Author: fyan
Revision: 171152

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

Added:
  haskell-yesod-core/repos/community-staging-i686/
  haskell-yesod-core/repos/community-staging-i686/PKGBUILD
(from rev 171151, haskell-yesod-core/trunk/PKGBUILD)
  haskell-yesod-core/repos/community-staging-i686/date-cache.patch
(from rev 171151, haskell-yesod-core/trunk/date-cache.patch)
  haskell-yesod-core/repos/community-staging-i686/haskell-yesod-core.install
(from rev 171151, haskell-yesod-core/trunk/haskell-yesod-core.install)
  haskell-yesod-core/repos/community-staging-x86_64/
  haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD
(from rev 171151, haskell-yesod-core/trunk/PKGBUILD)
  haskell-yesod-core/repos/community-staging-x86_64/date-cache.patch
(from rev 171151, haskell-yesod-core/trunk/date-cache.patch)
  haskell-yesod-core/repos/community-staging-x86_64/haskell-yesod-core.install
(from rev 171151, haskell-yesod-core/trunk/haskell-yesod-core.install)

-+
 community-staging-i686/PKGBUILD |   63 ++
 community-staging-i686/date-cache.patch |   25 +++
 community-staging-i686/haskell-yesod-core.install   |   18 +
 community-staging-x86_64/PKGBUILD   |   63 ++
 community-staging-x86_64/date-cache.patch   |   25 +++
 community-staging-x86_64/haskell-yesod-core.install |   18 +
 6 files changed, 212 insertions(+)

Copied: haskell-yesod-core/repos/community-staging-i686/PKGBUILD (from rev 
171151, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-16 04:45:16 UTC (rev 171152)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.20.1
+pkgrel=3
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-clientsession"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-cookie"
+ "haskell-data-default" "haskell-date-cache" "haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
+ "haskell-mwc-random" "haskell-old-locale" "haskell-parsec"
+ "haskell-path-pieces" "haskell-primitive" "haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-semigroups" 
"haskell-shakespeare"
+ "haskell-text" "haskell-transformers-base" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" 
"haskell-word8")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+date-cache.patch)
+install="${pkgname}.install"
+sha256sums=('e742d6cb5b7f65b97f9dbb7e9586ef4cc27169aa7ac7a030119e6c52b69c4f86'
+'4eb8e78836f118e16de0d7a94c1d72421b83c6001825766300b961bf398c985e')
+
+prepare() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+# https://github.com/yesodweb/yesod/issues/1214
+patch -p2 -i ../date-cache.patch
+}
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-core/repos/community-staging-i686/date-cache.patch (from 
rev 171151, 

[arch-commits] Commit in haskell-yesod-core/trunk (PKGBUILD date-cache.patch)

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 06:44:39
  Author: fyan
Revision: 171151

upgpkg: haskell-yesod-core 1.4.20.1-3

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Added:
  haskell-yesod-core/trunk/date-cache.patch
Modified:
  haskell-yesod-core/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 date-cache.patch |   25 +
 2 files changed, 32 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 04:13:25 UTC (rev 171150)
+++ PKGBUILD2016-04-16 04:44:39 UTC (rev 171151)
@@ -24,16 +24,17 @@
  "haskell-unordered-containers" "haskell-vector" "haskell-wai"
  "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" 
"haskell-word8")
 options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+date-cache.patch)
 install="${pkgname}.install"
-sha256sums=('e742d6cb5b7f65b97f9dbb7e9586ef4cc27169aa7ac7a030119e6c52b69c4f86')
+sha256sums=('e742d6cb5b7f65b97f9dbb7e9586ef4cc27169aa7ac7a030119e6c52b69c4f86'
+'4eb8e78836f118e16de0d7a94c1d72421b83c6001825766300b961bf398c985e')
 
 prepare() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
 # https://github.com/yesodweb/yesod/issues/1214
-sed -e 's/Network.Wai.Logger/System.Data.Cache/' \
--i ${_hkgname}-${pkgver}/Yesod/Core/Types.hs
-sed -e '/, data-default/a \, date-cache' \
--i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+patch -p2 -i ../date-cache.patch
 }
 
 build() {

Added: date-cache.patch
===
--- date-cache.patch(rev 0)
+++ date-cache.patch2016-04-16 04:44:39 UTC (rev 171151)
@@ -0,0 +1,25 @@
+diff --git a/yesod-core/Yesod/Core/Types.hs b/yesod-core/Yesod/Core/Types.hs
+index d8a2b2e..6b24154 100644
+--- a/yesod-core/Yesod/Core/Types.hs
 b/yesod-core/Yesod/Core/Types.hs
+@@ -49,7 +49,7 @@ import qualified Network.Waias W
+ import qualified Network.Wai.Parse  as NWP
+ import   System.Log.FastLogger  (LogStr, LoggerSet, 
toLogStr, pushLogStr)
+ import qualified System.Random.MWC  as MWC
+-import   Network.Wai.Logger (DateCacheGetter)
++import   System.Date.Cache  (DateCacheGetter)
+ import   Text.Blaze.Html(Html, toHtml)
+ import   Text.Hamlet(HtmlUrl)
+ import   Text.Julius(JavascriptUrl)
+diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal
+index 1ed8b27..cfa34bb 100644
+--- a/yesod-core/yesod-core.cabal
 b/yesod-core/yesod-core.cabal
+@@ -51,6 +51,7 @@ library
+, aeson >= 0.5
+, fast-logger   >= 2.2
+, wai-logger>= 0.2
++   , date-cache
+, monad-logger  >= 0.3.1&& < 0.4
+, conduit   >= 1.2
+, resourcet >= 0.4.9&& < 1.2


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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 06:13:25
  Author: fyan
Revision: 171150

upgpkg: haskell-yesod-core 1.4.20.1-3

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 03:47:38 UTC (rev 171149)
+++ PKGBUILD2016-04-16 04:13:25 UTC (rev 171150)
@@ -5,7 +5,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.4.20.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")
@@ -14,13 +14,13 @@
  "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
  "haskell-case-insensitive" "haskell-cereal" "haskell-clientsession"
  "haskell-conduit" "haskell-conduit-extra" "haskell-cookie"
- "haskell-data-default" "haskell-exceptions" "haskell-fast-logger"
- "haskell-http-types" "haskell-lifted-base" "haskell-monad-control"
- "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random"
- "haskell-old-locale" "haskell-parsec" "haskell-path-pieces"
- "haskell-primitive" "haskell-random" "haskell-resourcet" 
"haskell-safe"
- "haskell-semigroups" "haskell-shakespeare" "haskell-text"
- "haskell-transformers-base" "haskell-unix-compat"
+ "haskell-data-default" "haskell-date-cache" "haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
+ "haskell-mwc-random" "haskell-old-locale" "haskell-parsec"
+ "haskell-path-pieces" "haskell-primitive" "haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-semigroups" 
"haskell-shakespeare"
+ "haskell-text" "haskell-transformers-base" "haskell-unix-compat"
  "haskell-unordered-containers" "haskell-vector" "haskell-wai"
  "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" 
"haskell-word8")
 options=('staticlibs')
@@ -28,6 +28,14 @@
 install="${pkgname}.install"
 sha256sums=('e742d6cb5b7f65b97f9dbb7e9586ef4cc27169aa7ac7a030119e6c52b69c4f86')
 
+prepare() {
+# https://github.com/yesodweb/yesod/issues/1214
+sed -e 's/Network.Wai.Logger/System.Data.Cache/' \
+-i ${_hkgname}-${pkgver}/Yesod/Core/Types.hs
+sed -e '/, data-default/a \, date-cache' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


[arch-commits] Commit in haskell-date-cache/repos (6 files)

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:47:38
  Author: fyan
Revision: 171149

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

Added:
  haskell-date-cache/repos/community-i686/
  haskell-date-cache/repos/community-i686/PKGBUILD
(from rev 171148, haskell-date-cache/trunk/PKGBUILD)
  haskell-date-cache/repos/community-i686/haskell-date-cache.install
(from rev 171148, haskell-date-cache/trunk/haskell-date-cache.install)
  haskell-date-cache/repos/community-x86_64/
  haskell-date-cache/repos/community-x86_64/PKGBUILD
(from rev 171148, haskell-date-cache/trunk/PKGBUILD)
  haskell-date-cache/repos/community-x86_64/haskell-date-cache.install
(from rev 171148, haskell-date-cache/trunk/haskell-date-cache.install)

-+
 community-i686/PKGBUILD |   42 ++
 community-i686/haskell-date-cache.install   |   18 +++
 community-x86_64/PKGBUILD   |   42 ++
 community-x86_64/haskell-date-cache.install |   18 +++
 4 files changed, 120 insertions(+)

Copied: haskell-date-cache/repos/community-i686/PKGBUILD (from rev 171148, 
haskell-date-cache/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-16 03:47:38 UTC (rev 171149)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=date-cache
+pkgname=haskell-date-cache
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Date cacher"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('abce44f11dd9da4abaca9e33da2c74bd32b42fea027d171c03b6c10cda62303f')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-date-cache/repos/community-i686/haskell-date-cache.install 
(from rev 171148, haskell-date-cache/trunk/haskell-date-cache.install)
===
--- community-i686/haskell-date-cache.install   (rev 0)
+++ community-i686/haskell-date-cache.install   2016-04-16 03:47:38 UTC (rev 
171149)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-date-cache
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-date-cache/repos/community-x86_64/PKGBUILD (from rev 171148, 
haskell-date-cache/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-16 03:47:38 UTC (rev 171149)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=date-cache
+pkgname=haskell-date-cache
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Date cacher"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('abce44f11dd9da4abaca9e33da2c74bd32b42fea027d171c03b6c10cda62303f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O 

[arch-commits] Commit in (5 files)

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:47:07
  Author: fyan
Revision: 171148

addpkg: haskell-date-cache 0.3.0-1

Added:
  haskell-date-cache/
  haskell-date-cache/repos/
  haskell-date-cache/trunk/
  haskell-date-cache/trunk/PKGBUILD
  haskell-date-cache/trunk/haskell-date-cache.install

+
 PKGBUILD   |   42 ++
 haskell-date-cache.install |   18 ++
 2 files changed, 60 insertions(+)

Added: haskell-date-cache/trunk/PKGBUILD
===
--- haskell-date-cache/trunk/PKGBUILD   (rev 0)
+++ haskell-date-cache/trunk/PKGBUILD   2016-04-16 03:47:07 UTC (rev 171148)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=date-cache
+pkgname=haskell-date-cache
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Date cacher"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('abce44f11dd9da4abaca9e33da2c74bd32b42fea027d171c03b6c10cda62303f')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


Property changes on: haskell-date-cache/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-date-cache/trunk/haskell-date-cache.install
===
--- haskell-date-cache/trunk/haskell-date-cache.install 
(rev 0)
+++ haskell-date-cache/trunk/haskell-date-cache.install 2016-04-16 03:47:07 UTC 
(rev 171148)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-date-cache
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}


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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:39:59
  Author: fyan
Revision: 171147

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 171146, haskell-http-client-tls/trunk/PKGBUILD)
  
haskell-http-client-tls/repos/community-staging-i686/haskell-http-client-tls.install
(from rev 171146, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)
  haskell-http-client-tls/repos/community-staging-x86_64/
  haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 171146, haskell-http-client-tls/trunk/PKGBUILD)
  
haskell-http-client-tls/repos/community-staging-x86_64/haskell-http-client-tls.install
(from rev 171146, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-http-client-tls.install   |   18 +
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-http-client-tls.install |   18 +
 4 files changed, 122 insertions(+)

Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 
171146, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-16 03:39:59 UTC (rev 171147)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.4
+pkgrel=1
+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=7.10.3" "haskell-connection" "haskell-data-default-class" 
"haskell-http-client"
+ "haskell-network" "haskell-tls")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('da60ebd9c0eff1e7a44ce600b450da79a471dda648ae67503d34d69a49ff0921')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-i686/haskell-http-client-tls.install
 (from rev 171146, 
haskell-http-client-tls/trunk/haskell-http-client-tls.install)
===
--- community-staging-i686/haskell-http-client-tls.install  
(rev 0)
+++ community-staging-i686/haskell-http-client-tls.install  2016-04-16 
03:39:59 UTC (rev 171147)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-client-tls
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 171146, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-16 03:39:59 UTC (rev 171147)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="http-client 

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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:39:30
  Author: fyan
Revision: 171146

upgpkg: haskell-http-client-tls 0.2.4-1

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 03:38:11 UTC (rev 171145)
+++ PKGBUILD2016-04-16 03:39:30 UTC (rev 171146)
@@ -4,7 +4,7 @@
 
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
-pkgver=0.2.3
+pkgver=0.2.4
 pkgrel=1
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client;
@@ -15,7 +15,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('7b2c7c2f3a68a2d8e069e1f5565b77ae8b8a9459e39b3ac5d5500705e2ff4f24')
+sha256sums=('da60ebd9c0eff1e7a44ce600b450da79a471dda648ae67503d34d69a49ff0921')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:38:11
  Author: fyan
Revision: 171145

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

Added:
  haskell-persistent-template/repos/community-staging-i686/
  haskell-persistent-template/repos/community-staging-i686/PKGBUILD
(from rev 171144, haskell-persistent-template/trunk/PKGBUILD)
  
haskell-persistent-template/repos/community-staging-i686/haskell-persistent-template.install
(from rev 171144, 
haskell-persistent-template/trunk/haskell-persistent-template.install)
  haskell-persistent-template/repos/community-staging-x86_64/
  haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD
(from rev 171144, haskell-persistent-template/trunk/PKGBUILD)
  
haskell-persistent-template/repos/community-staging-x86_64/haskell-persistent-template.install
(from rev 171144, 
haskell-persistent-template/trunk/haskell-persistent-template.install)

--+
 community-staging-i686/PKGBUILD  |   45 ++
 community-staging-i686/haskell-persistent-template.install   |   18 
 community-staging-x86_64/PKGBUILD|   45 ++
 community-staging-x86_64/haskell-persistent-template.install |   18 
 4 files changed, 126 insertions(+)

Copied: haskell-persistent-template/repos/community-staging-i686/PKGBUILD (from 
rev 171144, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-16 03:38:11 UTC (rev 171145)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5
+pkgrel=1
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces"
+ "haskell-persistent" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('17c50172ed2b9f77480dcc616aa248dd62cf1b8e909b6b452ac503c9c8799b1f')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-persistent-template/repos/community-staging-i686/haskell-persistent-template.install
 (from rev 171144, 
haskell-persistent-template/trunk/haskell-persistent-template.install)
===
--- community-staging-i686/haskell-persistent-template.install  
(rev 0)
+++ community-staging-i686/haskell-persistent-template.install  2016-04-16 
03:38:11 UTC (rev 171145)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-persistent-template
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 171144, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-16 03:38:11 UTC (rev 171145)
@@ -0,0 +1,45 @@

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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:37:42
  Author: fyan
Revision: 171144

upgpkg: haskell-persistent-template 2.5-1

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 03:29:15 UTC (rev 171143)
+++ PKGBUILD2016-04-16 03:37:42 UTC (rev 171144)
@@ -4,8 +4,8 @@
 
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
-pkgver=2.1.6
-pkgrel=12
+pkgver=2.5
+pkgrel=1
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")
@@ -17,7 +17,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('818a89a082bec8e812c69d2e5069468f61c23d769456736318836cbffac56653')
+sha256sums=('17c50172ed2b9f77480dcc616aa248dd62cf1b8e909b6b452ac503c9c8799b1f')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:29:15
  Author: fyan
Revision: 171143

archrelease: copy trunk to community-i686

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

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  358 
 wine.install  |   24 +--
 3 files changed, 211 insertions(+), 211 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-04-16 03:27:10 UTC (rev 171142)
+++ 30-win32-aliases.conf   2016-04-16 03:29:15 UTC (rev 171143)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 171142, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-04-16 03:29:15 UTC (rev 171143)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-16 03:27:10 UTC (rev 171142)
+++ PKGBUILD2016-04-16 03:29:15 UTC (rev 171143)
@@ -1,179 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.7
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('094c6e8bfd751c6cd101bba476442e9ec95497b3'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686

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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:27:10
  Author: fyan
Revision: 171142

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

Added:
  haskell-warp/repos/community-staging-i686/
  haskell-warp/repos/community-staging-i686/PKGBUILD
(from rev 171141, haskell-warp/trunk/PKGBUILD)
  haskell-warp/repos/community-staging-i686/haskell-warp.install
(from rev 171141, haskell-warp/trunk/haskell-warp.install)
  haskell-warp/repos/community-staging-x86_64/
  haskell-warp/repos/community-staging-x86_64/PKGBUILD
(from rev 171141, haskell-warp/trunk/PKGBUILD)
  haskell-warp/repos/community-staging-x86_64/haskell-warp.install
(from rev 171141, haskell-warp/trunk/haskell-warp.install)

---+
 community-staging-i686/PKGBUILD   |   52 
 community-staging-i686/haskell-warp.install   |   18 
 community-staging-x86_64/PKGBUILD |   52 
 community-staging-x86_64/haskell-warp.install |   18 
 4 files changed, 140 insertions(+)

Copied: haskell-warp/repos/community-staging-i686/PKGBUILD (from rev 171141, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-16 03:27:10 UTC (rev 171142)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp
+pkgver=3.2.6
+pkgrel=2
+pkgdesc="A fast, light-weight web server for WAI applications."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-async" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-hashable" "haskell-http-date"
+ "haskell-http-types" "haskell-http2" "haskell-iproute" 
"haskell-network"
+ "haskell-simple-sendfile" "haskell-stm" "haskell-streaming-commons"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-wai"
+ "haskell-word8")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('4ac0ce7613a5a9c70d2100d8553c790567a4cd2147b994c5f838c2862e6dd810')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+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-warp-debug -fallow-sendfilefd -f-network-bytestring
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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/repos/community-staging-i686/haskell-warp.install (from 
rev 171141, haskell-warp/trunk/haskell-warp.install)
===
--- community-staging-i686/haskell-warp.install (rev 0)
+++ community-staging-i686/haskell-warp.install 2016-04-16 03:27:10 UTC (rev 
171142)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-warp
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-warp/repos/community-staging-x86_64/PKGBUILD (from rev 171141, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-16 03:27:10 UTC (rev 171142)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp

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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:26:41
  Author: fyan
Revision: 171141

upgpkg: haskell-warp 3.2.6-2

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-warp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 03:25:16 UTC (rev 171140)
+++ PKGBUILD2016-04-16 03:26:41 UTC (rev 171141)
@@ -5,7 +5,7 @@
 _hkgname=warp
 pkgname=haskell-warp
 pkgver=3.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast, light-weight web server for WAI applications."
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:25:16
  Author: fyan
Revision: 171140

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

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

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-http-client.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-http-client.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-http-client/repos/community-staging-i686/PKGBUILD (from rev 
171134, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-16 03:25:16 UTC (rev 171140)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client
+pkgname=haskell-http-client
+pkgver=0.4.28
+pkgrel=1
+pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-case-insensitive"
+ "haskell-cookie" "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-types"
+ "haskell-mime-types" "haskell-network" "haskell-network-uri" 
"haskell-random"
+ "haskell-streaming-commons" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('24346facd4af7268d2c0d828b4865b9b8ba7351d458dd95a3e67094422dfe026')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-http-client/repos/community-staging-i686/haskell-http-client.install 
(from rev 171134, haskell-http-client/trunk/haskell-http-client.install)
===
--- community-staging-i686/haskell-http-client.install  
(rev 0)
+++ community-staging-i686/haskell-http-client.install  2016-04-16 03:25:16 UTC 
(rev 171140)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-client
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-client/repos/community-staging-x86_64/PKGBUILD (from rev 
171134, haskell-http-client/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-16 03:25:16 UTC (rev 171140)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:23:58
  Author: fyan
Revision: 171139

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

Added:
  haskell-shakespeare/repos/community-staging-i686/
  haskell-shakespeare/repos/community-staging-i686/PKGBUILD
(from rev 171138, haskell-shakespeare/trunk/PKGBUILD)
  haskell-shakespeare/repos/community-staging-i686/haskell-shakespeare.install
(from rev 171138, haskell-shakespeare/trunk/haskell-shakespeare.install)
  haskell-shakespeare/repos/community-staging-x86_64/
  haskell-shakespeare/repos/community-staging-x86_64/PKGBUILD
(from rev 171138, haskell-shakespeare/trunk/PKGBUILD)
  haskell-shakespeare/repos/community-staging-x86_64/haskell-shakespeare.install
(from rev 171138, haskell-shakespeare/trunk/haskell-shakespeare.install)

--+
 community-staging-i686/PKGBUILD  |   45 +
 community-staging-i686/haskell-shakespeare.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   45 +
 community-staging-x86_64/haskell-shakespeare.install |   18 ++
 4 files changed, 126 insertions(+)

Copied: haskell-shakespeare/repos/community-staging-i686/PKGBUILD (from rev 
171138, haskell-shakespeare/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-16 03:23:58 UTC (rev 171139)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shakespeare
+pkgname=haskell-shakespeare
+pkgver=2.0.8.1
+pkgrel=1
+pkgdesc="A toolkit for making compile-time interpolated templates"
+url="http://www.yesodweb.com/book/shakespearean-templates;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-exceptions" "haskell-parsec" "haskell-scientific" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('36f44b3e07f9142d0d4d3ef87ec1b84ec915a3f21091f470f493e61dbe0c38a5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test_roy -f-test_coffee -f-test_export
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-shakespeare/repos/community-staging-i686/haskell-shakespeare.install 
(from rev 171138, haskell-shakespeare/trunk/haskell-shakespeare.install)
===
--- community-staging-i686/haskell-shakespeare.install  
(rev 0)
+++ community-staging-i686/haskell-shakespeare.install  2016-04-16 03:23:58 UTC 
(rev 171139)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-shakespeare
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-shakespeare/repos/community-staging-x86_64/PKGBUILD (from rev 
171138, haskell-shakespeare/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-16 03:23:58 UTC (rev 171139)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shakespeare
+pkgname=haskell-shakespeare
+pkgver=2.0.8.1
+pkgrel=1

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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:23:29
  Author: fyan
Revision: 171138

upgpkg: haskell-shakespeare 2.0.8.1-1

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-shakespeare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 03:21:27 UTC (rev 171137)
+++ PKGBUILD2016-04-16 03:23:29 UTC (rev 171138)
@@ -4,7 +4,7 @@
 
 _hkgname=shakespeare
 pkgname=haskell-shakespeare
-pkgver=2.0.8
+pkgver=2.0.8.1
 pkgrel=1
 pkgdesc="A toolkit for making compile-time interpolated templates"
 url="http://www.yesodweb.com/book/shakespearean-templates;
@@ -16,7 +16,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('d312757348fe94db091acc32eb4e87c07882c5375d884d082c50dced0a08bae3')
+sha256sums=('36f44b3e07f9142d0d4d3ef87ec1b84ec915a3f21091f470f493e61dbe0c38a5')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:20:57
  Author: fyan
Revision: 171136

upgpkg: haskell-persistent 2.5-1

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 03:18:24 UTC (rev 171135)
+++ PKGBUILD2016-04-16 03:20:57 UTC (rev 171136)
@@ -4,8 +4,8 @@
 
 _hkgname=persistent
 pkgname=haskell-persistent
-pkgver=2.2.4.1
-pkgrel=11
+pkgver=2.5
+pkgrel=1
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")
@@ -20,7 +20,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('1473bdd952854d7f5fdb5896d2df07ef1ecf301c7fdb136054f49625329d50db')
+sha256sums=('de34feeb6e9fb3a181f204e8fdf6ad2adebe781a88182cd136e0d330c2455375')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:21:27
  Author: fyan
Revision: 171137

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

Added:
  haskell-persistent/repos/community-staging-i686/
  haskell-persistent/repos/community-staging-i686/PKGBUILD
(from rev 171136, haskell-persistent/trunk/PKGBUILD)
  haskell-persistent/repos/community-staging-i686/haskell-persistent.install
(from rev 171136, haskell-persistent/trunk/haskell-persistent.install)
  haskell-persistent/repos/community-staging-x86_64/
  haskell-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 171136, haskell-persistent/trunk/PKGBUILD)
  haskell-persistent/repos/community-staging-x86_64/haskell-persistent.install
(from rev 171136, haskell-persistent/trunk/haskell-persistent.install)

-+
 community-staging-i686/PKGBUILD |   49 ++
 community-staging-i686/haskell-persistent.install   |   18 ++
 community-staging-x86_64/PKGBUILD   |   49 ++
 community-staging-x86_64/haskell-persistent.install |   18 ++
 4 files changed, 134 insertions(+)

Copied: haskell-persistent/repos/community-staging-i686/PKGBUILD (from rev 
171136, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-16 03:21:27 UTC (rev 171137)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.5
+pkgrel=1
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('de34feeb6e9fb3a181f204e8fdf6ad2adebe781a88182cd136e0d330c2455375')
+
+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-nooverlap
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-persistent/repos/community-staging-i686/haskell-persistent.install 
(from rev 171136, haskell-persistent/trunk/haskell-persistent.install)
===
--- community-staging-i686/haskell-persistent.install   
(rev 0)
+++ community-staging-i686/haskell-persistent.install   2016-04-16 03:21:27 UTC 
(rev 171137)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-persistent
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
171136, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:18:24
  Author: fyan
Revision: 171135

archrelease: copy trunk to multilib-x86_64

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

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  358 
 wine.install  |   24 +--
 3 files changed, 211 insertions(+), 211 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-04-16 03:17:49 UTC (rev 171134)
+++ 30-win32-aliases.conf   2016-04-16 03:18:24 UTC (rev 171135)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 171134, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-04-16 03:18:24 UTC (rev 171135)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-16 03:17:49 UTC (rev 171134)
+++ PKGBUILD2016-04-16 03:18:24 UTC (rev 171135)
@@ -1,179 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.7
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('094c6e8bfd751c6cd101bba476442e9ec95497b3'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. 

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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:17:49
  Author: fyan
Revision: 171134

upgpkg: wine 1.9.8-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 03:17:39 UTC (rev 171133)
+++ PKGBUILD2016-04-16 03:17:49 UTC (rev 171134)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=1.9.7
+pkgver=1.9.8
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('094c6e8bfd751c6cd101bba476442e9ec95497b3'
+sha1sums=('bf7add8cb045ee9696bacd98be6ab6792cb80566'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:17:39
  Author: fyan
Revision: 171133

upgpkg: haskell-http-client 0.4.28-1

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-http-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 03:16:10 UTC (rev 171132)
+++ PKGBUILD2016-04-16 03:17:39 UTC (rev 171133)
@@ -4,7 +4,7 @@
 
 _hkgname=http-client
 pkgname=haskell-http-client
-pkgver=0.4.27.1
+pkgver=0.4.28
 pkgrel=1
 pkgdesc="An HTTP client engine, intended as a base layer for more 
user-friendly packages."
 url="https://github.com/snoyberg/http-client;
@@ -17,7 +17,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('e0c74065e7e138d8cbe477ba010c7bd352a7ffedd240d1ecaeee274d0ad0bde2')
+sha256sums=('24346facd4af7268d2c0d828b4865b9b8ba7351d458dd95a3e67094422dfe026')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in haskell-wai-extra/repos (6 files)

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:16:10
  Author: fyan
Revision: 171132

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

Added:
  haskell-wai-extra/repos/community-staging-i686/
  haskell-wai-extra/repos/community-staging-i686/PKGBUILD
(from rev 171131, haskell-wai-extra/trunk/PKGBUILD)
  haskell-wai-extra/repos/community-staging-i686/haskell-wai-extra.install
(from rev 171131, haskell-wai-extra/trunk/haskell-wai-extra.install)
  haskell-wai-extra/repos/community-staging-x86_64/
  haskell-wai-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 171131, haskell-wai-extra/trunk/PKGBUILD)
  haskell-wai-extra/repos/community-staging-x86_64/haskell-wai-extra.install
(from rev 171131, haskell-wai-extra/trunk/haskell-wai-extra.install)

+
 community-staging-i686/PKGBUILD|   48 +++
 community-staging-i686/haskell-wai-extra.install   |   18 +++
 community-staging-x86_64/PKGBUILD  |   48 +++
 community-staging-x86_64/haskell-wai-extra.install |   18 +++
 4 files changed, 132 insertions(+)

Copied: haskell-wai-extra/repos/community-staging-i686/PKGBUILD (from rev 
171131, haskell-wai-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-16 03:16:10 UTC (rev 171132)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-extra
+pkgname=haskell-wai-extra
+pkgver=3.0.15
+pkgrel=6
+pkgdesc="Provides some basic WAI handlers and middleware."
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-case-insensitive" "haskell-cookie"
+ "haskell-data-default-class" "haskell-fast-logger" 
"haskell-http-types"
+ "haskell-iproute" "haskell-lifted-base" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-streaming-commons" "haskell-stringsearch"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-void" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-word8" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('6629e2f2db30e3b7f70ef96b06f4a0df32c7b9093eec30d9ad79919826ec4270')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-wai-extra/repos/community-staging-i686/haskell-wai-extra.install (from 
rev 171131, haskell-wai-extra/trunk/haskell-wai-extra.install)
===
--- community-staging-i686/haskell-wai-extra.install
(rev 0)
+++ community-staging-i686/haskell-wai-extra.install2016-04-16 03:16:10 UTC 
(rev 171132)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-wai-extra
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-wai-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
171131, haskell-wai-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-16 03:16:10 UTC (rev 171132)
@@ -0,0 +1,48 @@

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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:15:40
  Author: fyan
Revision: 171131

upgpkg: haskell-wai-extra 3.0.15-6

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-wai-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 03:08:19 UTC (rev 171130)
+++ PKGBUILD2016-04-16 03:15:40 UTC (rev 171131)
@@ -5,7 +5,7 @@
 _hkgname=wai-extra
 pkgname=haskell-wai-extra
 pkgver=3.0.15
-pkgrel=5
+pkgrel=6
 pkgdesc="Provides some basic WAI handlers and middleware."
 url="http://github.com/yesodweb/wai;
 license=("MIT")


[arch-commits] Commit in haskell-monad-logger/repos (8 files)

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:08:19
  Author: fyan
Revision: 171130

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

Added:
  haskell-monad-logger/repos/community-staging-i686/PKGBUILD
(from rev 171129, haskell-monad-logger/trunk/PKGBUILD)
  haskell-monad-logger/repos/community-staging-i686/haskell-monad-logger.install
(from rev 171129, haskell-monad-logger/trunk/haskell-monad-logger.install)
  haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 171129, haskell-monad-logger/trunk/PKGBUILD)
  
haskell-monad-logger/repos/community-staging-x86_64/haskell-monad-logger.install
(from rev 171129, haskell-monad-logger/trunk/haskell-monad-logger.install)
Deleted:
  haskell-monad-logger/repos/community-staging-i686/PKGBUILD
  haskell-monad-logger/repos/community-staging-i686/haskell-monad-logger.install
  haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD
  
haskell-monad-logger/repos/community-staging-x86_64/haskell-monad-logger.install

---+
 /PKGBUILD |   94 
 /haskell-monad-logger.install |   36 ++
 community-staging-i686/PKGBUILD   |   47 
 community-staging-i686/haskell-monad-logger.install   |   18 ---
 community-staging-x86_64/PKGBUILD |   47 
 community-staging-x86_64/haskell-monad-logger.install |   18 ---
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-04-16 03:07:44 UTC (rev 171129)
+++ community-staging-i686/PKGBUILD 2016-04-16 03:08:19 UTC (rev 171130)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=monad-logger
-pkgname=haskell-monad-logger
-pkgver=0.3.18
-pkgrel=15
-pkgdesc="A class of monads which can log messages."
-url="https://github.com/kazu-yamamoto/logger;
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-conduit" 
"haskell-conduit-extra"
- "haskell-exceptions" "haskell-fast-logger" "haskell-lifted-base"
- "haskell-monad-control" "haskell-monad-loops" "haskell-mtl" 
"haskell-resourcet"
- "haskell-stm" "haskell-stm-chans" "haskell-text" 
"haskell-transformers-base"
- "haskell-transformers-compat")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('81497c19d08df93e6de5914f3adf0feecf4fcd9412e3004d2b19b4bfba05497e')
-
-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 \
--ftemplate_haskell
-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.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-monad-logger/repos/community-staging-i686/PKGBUILD (from rev 
171129, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-16 03:08:19 UTC (rev 171130)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgver=0.3.18
+pkgrel=16
+pkgdesc="A class of monads which can log messages."
+url="https://github.com/kazu-yamamoto/logger;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-exceptions" "haskell-fast-logger" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-loops" "haskell-mtl" 
"haskell-resourcet"
+ "haskell-stm" "haskell-stm-chans" "haskell-text" 
"haskell-transformers-base"
+ 

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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:07:44
  Author: fyan
Revision: 171129

upgpkg: haskell-monad-logger 0.3.18-16

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-monad-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 03:04:08 UTC (rev 171128)
+++ PKGBUILD2016-04-16 03:07:44 UTC (rev 171129)
@@ -5,7 +5,7 @@
 _hkgname=monad-logger
 pkgname=haskell-monad-logger
 pkgver=0.3.18
-pkgrel=15
+pkgrel=16
 pkgdesc="A class of monads which can log messages."
 url="https://github.com/kazu-yamamoto/logger;
 license=("MIT")


[arch-commits] Commit in haskell-wai-logger/repos (6 files)

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:04:08
  Author: fyan
Revision: 171128

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

Added:
  haskell-wai-logger/repos/community-staging-i686/
  haskell-wai-logger/repos/community-staging-i686/PKGBUILD
(from rev 171127, haskell-wai-logger/trunk/PKGBUILD)
  haskell-wai-logger/repos/community-staging-i686/haskell-wai-logger.install
(from rev 171127, haskell-wai-logger/trunk/haskell-wai-logger.install)
  haskell-wai-logger/repos/community-staging-x86_64/
  haskell-wai-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 171127, haskell-wai-logger/trunk/PKGBUILD)
  haskell-wai-logger/repos/community-staging-x86_64/haskell-wai-logger.install
(from rev 171127, haskell-wai-logger/trunk/haskell-wai-logger.install)

-+
 community-staging-i686/PKGBUILD |   44 ++
 community-staging-i686/haskell-wai-logger.install   |   18 +++
 community-staging-x86_64/PKGBUILD   |   44 ++
 community-staging-x86_64/haskell-wai-logger.install |   18 +++
 4 files changed, 124 insertions(+)

Copied: haskell-wai-logger/repos/community-staging-i686/PKGBUILD (from rev 
171127, haskell-wai-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-16 03:04:08 UTC (rev 171128)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-logger
+pkgname=haskell-wai-logger
+pkgver=2.2.6
+pkgrel=1
+pkgdesc="A logging system for WAI"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-byteorder" 
"haskell-case-insensitive"
+ "haskell-fast-logger" "haskell-http-types" "haskell-network" 
"haskell-unix-time"
+ "haskell-wai")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3ff79327c10e2c144b49ff3e94ceaca10e6e88e083355c2aced96e79c1a14db3')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-wai-logger/repos/community-staging-i686/haskell-wai-logger.install 
(from rev 171127, haskell-wai-logger/trunk/haskell-wai-logger.install)
===
--- community-staging-i686/haskell-wai-logger.install   
(rev 0)
+++ community-staging-i686/haskell-wai-logger.install   2016-04-16 03:04:08 UTC 
(rev 171128)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-wai-logger
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-wai-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
171127, haskell-wai-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-16 03:04:08 UTC (rev 171128)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-logger
+pkgname=haskell-wai-logger
+pkgver=2.2.6
+pkgrel=1
+pkgdesc="A logging system for WAI"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')

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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 05:03:39
  Author: fyan
Revision: 171127

upgpkg: haskell-wai-logger 2.2.6-1

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-wai-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 02:58:41 UTC (rev 171126)
+++ PKGBUILD2016-04-16 03:03:39 UTC (rev 171127)
@@ -4,19 +4,19 @@
 
 _hkgname=wai-logger
 pkgname=haskell-wai-logger
-pkgver=2.2.4.1
-pkgrel=9
+pkgver=2.2.6
+pkgrel=1
 pkgdesc="A logging system for WAI"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-auto-update" "haskell-blaze-builder" 
"haskell-byteorder"
- "haskell-case-insensitive" "haskell-easy-file" "haskell-fast-logger"
- "haskell-http-types" "haskell-network" "haskell-unix-time" 
"haskell-wai")
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-byteorder" 
"haskell-case-insensitive"
+ "haskell-fast-logger" "haskell-http-types" "haskell-network" 
"haskell-unix-time"
+ "haskell-wai")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('f37d6bb6ea4a5f881ab2c9df571c923c5624cc83882b19640b924436fcdedae8')
+sha256sums=('3ff79327c10e2c144b49ff3e94ceaca10e6e88e083355c2aced96e79c1a14db3')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in haskell-fast-logger/repos (8 files)

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 04:58:41
  Author: fyan
Revision: 171126

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

Added:
  haskell-fast-logger/repos/community-staging-i686/PKGBUILD
(from rev 171125, haskell-fast-logger/trunk/PKGBUILD)
  haskell-fast-logger/repos/community-staging-i686/haskell-fast-logger.install
(from rev 171125, haskell-fast-logger/trunk/haskell-fast-logger.install)
  haskell-fast-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 171125, haskell-fast-logger/trunk/PKGBUILD)
  haskell-fast-logger/repos/community-staging-x86_64/haskell-fast-logger.install
(from rev 171125, haskell-fast-logger/trunk/haskell-fast-logger.install)
Deleted:
  haskell-fast-logger/repos/community-staging-i686/PKGBUILD
  haskell-fast-logger/repos/community-staging-i686/haskell-fast-logger.install
  haskell-fast-logger/repos/community-staging-x86_64/PKGBUILD
  haskell-fast-logger/repos/community-staging-x86_64/haskell-fast-logger.install

--+
 /PKGBUILD|   92 +
 /haskell-fast-logger.install |   36 ++
 community-staging-i686/PKGBUILD  |   46 
 community-staging-i686/haskell-fast-logger.install   |   18 ---
 community-staging-x86_64/PKGBUILD|   46 
 community-staging-x86_64/haskell-fast-logger.install |   18 ---
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-04-16 02:57:53 UTC (rev 171125)
+++ community-staging-i686/PKGBUILD 2016-04-16 02:58:41 UTC (rev 171126)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=fast-logger
-pkgname=haskell-fast-logger
-pkgver=2.4.4
-pkgrel=1
-pkgdesc="A fast logging system"
-url="http://hackage.haskell.org/package/${_hkgname};
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-auto-update" "haskell-easy-file" "haskell-text" 
"haskell-unix-time")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('85f3f2016afad6e8075318a4da6ef0b8283c28922efcb1678341a23d783600ed')
-
-prepare() {
-sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
-}
-
-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.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-fast-logger/repos/community-staging-i686/PKGBUILD (from rev 
171125, haskell-fast-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-16 02:58:41 UTC (rev 171126)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fast-logger
+pkgname=haskell-fast-logger
+pkgver=2.4.5
+pkgrel=1
+pkgdesc="A fast logging system"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-auto-update" "haskell-easy-file" "haskell-text" 
"haskell-unix-time")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('6ff04558b53613033b7cfa2d629ea1ea423c2004fba0ced55dd4e2f3483376e5')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr 

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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 04:57:53
  Author: fyan
Revision: 171125

upgpkg: haskell-fast-logger 2.4.5-1

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-fast-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 02:56:58 UTC (rev 171124)
+++ PKGBUILD2016-04-16 02:57:53 UTC (rev 171125)
@@ -4,7 +4,7 @@
 
 _hkgname=fast-logger
 pkgname=haskell-fast-logger
-pkgver=2.4.4
+pkgver=2.4.5
 pkgrel=1
 pkgdesc="A fast logging system"
 url="http://hackage.haskell.org/package/${_hkgname};
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('85f3f2016afad6e8075318a4da6ef0b8283c28922efcb1678341a23d783600ed')
+sha256sums=('6ff04558b53613033b7cfa2d629ea1ea423c2004fba0ced55dd4e2f3483376e5')
 
 prepare() {
 sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal


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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 04:56:58
  Author: fyan
Revision: 171124

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

Added:
  haskell-wai/repos/community-staging-i686/
  haskell-wai/repos/community-staging-i686/PKGBUILD
(from rev 171123, haskell-wai/trunk/PKGBUILD)
  haskell-wai/repos/community-staging-i686/haskell-wai.install
(from rev 171123, haskell-wai/trunk/haskell-wai.install)
  haskell-wai/repos/community-staging-x86_64/
  haskell-wai/repos/community-staging-x86_64/PKGBUILD
(from rev 171123, haskell-wai/trunk/PKGBUILD)
  haskell-wai/repos/community-staging-x86_64/haskell-wai.install
(from rev 171123, haskell-wai/trunk/haskell-wai.install)

--+
 community-staging-i686/PKGBUILD  |   47 +
 community-staging-i686/haskell-wai.install   |   18 +
 community-staging-x86_64/PKGBUILD|   47 +
 community-staging-x86_64/haskell-wai.install |   18 +
 4 files changed, 130 insertions(+)

Copied: haskell-wai/repos/community-staging-i686/PKGBUILD (from rev 171123, 
haskell-wai/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-16 02:56:58 UTC (rev 171124)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai
+pkgname=haskell-wai
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Web Application Interface."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-http-types" 
"haskell-network"
+ "haskell-text" "haskell-vault")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('8709ea5c5739f74a9b4db9f4e0ac2d04dcec594623f03ff4b24f0070ed09f19c')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-wai/repos/community-staging-i686/haskell-wai.install (from rev 
171123, haskell-wai/trunk/haskell-wai.install)
===
--- community-staging-i686/haskell-wai.install  (rev 0)
+++ community-staging-i686/haskell-wai.install  2016-04-16 02:56:58 UTC (rev 
171124)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-wai
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-wai/repos/community-staging-x86_64/PKGBUILD (from rev 171123, 
haskell-wai/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-16 02:56:58 UTC (rev 171124)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai
+pkgname=haskell-wai
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Web Application Interface."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-http-types" 
"haskell-network"
+ "haskell-text" "haskell-vault")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)

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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 04:56:25
  Author: fyan
Revision: 171123

upgpkg: haskell-wai 3.2.1-1

rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, 
persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, 
http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, 
wai-logger-2.2.6

Modified:
  haskell-wai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 02:48:16 UTC (rev 171122)
+++ PKGBUILD2016-04-16 02:56:25 UTC (rev 171123)
@@ -4,7 +4,7 @@
 
 _hkgname=wai
 pkgname=haskell-wai
-pkgver=3.2.0.1
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Web Application Interface."
 url="https://github.com/yesodweb/wai;
@@ -15,7 +15,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('d6f39b31383892f8e4f0d75e9ee4f87c6dcca547056be3653d80c49adb6c506f')
+sha256sums=('8709ea5c5739f74a9b4db9f4e0ac2d04dcec594623f03ff4b24f0070ed09f19c')
 
 prepare() {
 sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal


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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 04:48:16
  Author: fyan
Revision: 171122

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-16 02:47:55 UTC (rev 171121)
+++ PKGBUILD2016-04-16 02:48:16 UTC (rev 171122)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('ebca8f75936048e2e22d9aa87a362bd5')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 171121, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-16 02:48:16 UTC (rev 171122)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=2.8.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('9127ffe51086d598a89b34d80d4bfc5b')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 04:47:55
  Author: fyan
Revision: 171121

upgpkg: eslint 2.8.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 02:45:44 UTC (rev 171120)
+++ PKGBUILD2016-04-16 02:47:55 UTC (rev 171121)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=2.7.0
+pkgver=2.8.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('ebca8f75936048e2e22d9aa87a362bd5')
+md5sums=('9127ffe51086d598a89b34d80d4bfc5b')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 04:45:44
  Author: fyan
Revision: 171120

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-16 02:45:22 UTC (rev 171119)
+++ PKGBUILD2016-04-16 02:45:44 UTC (rev 171120)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-waitress
-pkgname=('python-waitress' 'python2-waitress')
-pkgver=0.8.10
-pkgrel=1
-pkgdesc="Waitress WSGI server"
-arch=('any')
-license=('ZPL')
-url="https://github.com/Pylons/waitress;
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/Pylons/waitress.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a waitress{,-py2}
-}
-
-build() {
-  cd "$srcdir/waitress"
-  python setup.py build
-
-  cd "$srcdir/waitress-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/waitress"
-  nosetests3
-
-  cd "$srcdir/waitress-py2"
-  nosetests2
-}
-
-package_python-waitress() {
-  depends=('python-setuptools')
-
-  cd waitress
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-waitress() {
-  depends=('python2-setuptools')
-
-  cd waitress-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  mv "$pkgdir"/usr/bin/waitress-serve{,2}
-}

Copied: python-waitress/repos/community-any/PKGBUILD (from rev 171119, 
python-waitress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-16 02:45:44 UTC (rev 171120)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-waitress
+pkgname=('python-waitress' 'python2-waitress')
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Waitress WSGI server"
+arch=('any')
+license=('ZPL')
+url="https://github.com/Pylons/waitress;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/Pylons/waitress.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a waitress{,-py2}
+}
+
+build() {
+  cd "$srcdir"/waitress
+  python setup.py build
+
+  cd "$srcdir"/waitress-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/waitress
+  nosetests3
+
+  cd "$srcdir"/waitress-py2
+  nosetests2
+}
+
+package_python-waitress() {
+  depends=('python-setuptools')
+
+  cd waitress
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-waitress() {
+  depends=('python2-setuptools')
+
+  cd waitress-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/waitress-serve{,2}
+}


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

2016-04-15 Thread Felix Yan
Date: Saturday, April 16, 2016 @ 04:45:22
  Author: fyan
Revision: 171119

upgpkg: python-waitress 0.9.0-1

Modified:
  python-waitress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 20:50:01 UTC (rev 171118)
+++ PKGBUILD2016-04-16 02:45:22 UTC (rev 171119)
@@ -3,7 +3,7 @@
 
 pkgbase=python-waitress
 pkgname=('python-waitress' 'python2-waitress')
-pkgver=0.8.10
+pkgver=0.9.0
 pkgrel=1
 pkgdesc="Waitress WSGI server"
 arch=('any')
@@ -11,7 +11,7 @@
 url="https://github.com/Pylons/waitress;
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
 checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/Pylons/waitress.git#tag=$pkgver;)
+source=("git+https://github.com/Pylons/waitress.git#tag=v$pkgver;)
 sha512sums=('SKIP')
 
 prepare() {
@@ -19,18 +19,18 @@
 }
 
 build() {
-  cd "$srcdir/waitress"
+  cd "$srcdir"/waitress
   python setup.py build
 
-  cd "$srcdir/waitress-py2"
+  cd "$srcdir"/waitress-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/waitress"
+  cd "$srcdir"/waitress
   nosetests3
 
-  cd "$srcdir/waitress-py2"
+  cd "$srcdir"/waitress-py2
   nosetests2
 }
 
@@ -38,7 +38,7 @@
   depends=('python-setuptools')
 
   cd waitress
-  python setup.py install --root="${pkgdir}" --optimize=1
+  python setup.py install --root="$pkgdir" --optimize=1
 }
 
 package_python2-waitress() {
@@ -45,7 +45,7 @@
   depends=('python2-setuptools')
 
   cd waitress-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
+  python2 setup.py install --root="$pkgdir" --optimize=1
 
   mv "$pkgdir"/usr/bin/waitress-serve{,2}
 }


[arch-commits] Commit in xdg-user-dirs/repos (12 files)

2016-04-15 Thread Jan Steffens
Date: Saturday, April 16, 2016 @ 02:59:55
  Author: heftig
Revision: 265035

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

Added:
  xdg-user-dirs/repos/testing-i686/PKGBUILD
(from rev 265034, xdg-user-dirs/trunk/PKGBUILD)
  xdg-user-dirs/repos/testing-i686/xdg-user-dirs-update.service
(from rev 265034, xdg-user-dirs/trunk/xdg-user-dirs-update.service)
  xdg-user-dirs/repos/testing-i686/xdg-user-dirs.install
(from rev 265034, xdg-user-dirs/trunk/xdg-user-dirs.install)
  xdg-user-dirs/repos/testing-x86_64/PKGBUILD
(from rev 265034, xdg-user-dirs/trunk/PKGBUILD)
  xdg-user-dirs/repos/testing-x86_64/xdg-user-dirs-update.service
(from rev 265034, xdg-user-dirs/trunk/xdg-user-dirs-update.service)
  xdg-user-dirs/repos/testing-x86_64/xdg-user-dirs.install
(from rev 265034, xdg-user-dirs/trunk/xdg-user-dirs.install)
Deleted:
  xdg-user-dirs/repos/testing-i686/PKGBUILD
  xdg-user-dirs/repos/testing-i686/xdg-user-dirs-update.service
  xdg-user-dirs/repos/testing-i686/xdg-user-dirs.install
  xdg-user-dirs/repos/testing-x86_64/PKGBUILD
  xdg-user-dirs/repos/testing-x86_64/xdg-user-dirs-update.service
  xdg-user-dirs/repos/testing-x86_64/xdg-user-dirs.install

-+
 /PKGBUILD   |   78 ++
 /xdg-user-dirs-update.service   |   20 ++
 /xdg-user-dirs.install  |   28 +
 testing-i686/PKGBUILD   |   39 -
 testing-i686/xdg-user-dirs-update.service   |   10 ---
 testing-i686/xdg-user-dirs.install  |   14 
 testing-x86_64/PKGBUILD |   39 -
 testing-x86_64/xdg-user-dirs-update.service |   10 ---
 testing-x86_64/xdg-user-dirs.install|   14 
 9 files changed, 126 insertions(+), 126 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-04-16 00:59:08 UTC (rev 265034)
+++ testing-i686/PKGBUILD   2016-04-16 00:59:55 UTC (rev 265035)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Stefan Husmann 
-# Contributor:  
-
-pkgname=xdg-user-dirs
-pkgver=0.15
-pkgrel=3
-pkgdesc="Manage user directories like ~/Desktop and ~/Music"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/xdg-user-dirs;
-license=(GPL)
-depends=(sh systemd)
-makedepends=(docbook-xsl git)
-backup=(etc/xdg/user-dirs.conf etc/xdg/user-dirs.defaults)
-install=xdg-user-dirs.install
-_commit=1cf7d3fd7ac6514bce9af8c8114f38c51d3de441
-source=("git+https://anongit.freedesktop.org/git/xdg/$pkgname#commit=$_commit;
-xdg-user-dirs-update.service)
-sha256sums=('SKIP'
-'53c75f52d782e9492601400236bc8e5bfa76a26f0afd9bce3fe8df1740d341f0')
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install 
-  install -D ../xdg-user-dirs-update.service \
-"$pkgdir/usr/lib/systemd/user/xdg-user-dirs-update.service"
-}

Copied: xdg-user-dirs/repos/testing-i686/PKGBUILD (from rev 265034, 
xdg-user-dirs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-16 00:59:55 UTC (rev 265035)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Stefan Husmann 
+# Contributor:  
+
+pkgname=xdg-user-dirs
+pkgver=0.15
+pkgrel=4
+pkgdesc="Manage user directories like ~/Desktop and ~/Music"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/xdg-user-dirs;
+license=(GPL)
+depends=(sh systemd)
+makedepends=(docbook-xsl git)
+backup=(etc/xdg/user-dirs.conf etc/xdg/user-dirs.defaults)
+install=xdg-user-dirs.install
+_commit=1cf7d3fd7ac6514bce9af8c8114f38c51d3de441
+source=("git+https://anongit.freedesktop.org/git/xdg/$pkgname#commit=$_commit;
+xdg-user-dirs-update.service)
+sha256sums=('SKIP'
+'53c75f52d782e9492601400236bc8e5bfa76a26f0afd9bce3fe8df1740d341f0')
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install 
+  install -Dm644 ../xdg-user-dirs-update.service \
+"$pkgdir/usr/lib/systemd/user/xdg-user-dirs-update.service"
+}

Deleted: testing-i686/xdg-user-dirs-update.service
===
--- testing-i686/xdg-user-dirs-update.service   2016-04-16 00:59:08 UTC (rev 
265034)
+++ testing-i686/xdg-user-dirs-update.service   2016-04-16 00:59:55 UTC (rev 

[arch-commits] Commit in xdg-user-dirs/trunk (PKGBUILD)

2016-04-15 Thread Jan Steffens
Date: Saturday, April 16, 2016 @ 02:59:08
  Author: heftig
Revision: 265034

0.15-4

Modified:
  xdg-user-dirs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 00:31:36 UTC (rev 265033)
+++ PKGBUILD2016-04-16 00:59:08 UTC (rev 265034)
@@ -5,7 +5,7 @@
 
 pkgname=xdg-user-dirs
 pkgver=0.15
-pkgrel=3
+pkgrel=4
 pkgdesc="Manage user directories like ~/Desktop and ~/Music"
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/xdg-user-dirs;
@@ -34,6 +34,6 @@
 package() {
   cd $pkgname
   make DESTDIR="$pkgdir" install 
-  install -D ../xdg-user-dirs-update.service \
+  install -Dm644 ../xdg-user-dirs-update.service \
 "$pkgdir/usr/lib/systemd/user/xdg-user-dirs-update.service"
 }


[arch-commits] Commit in xdg-user-dirs/repos (8 files)

2016-04-15 Thread Jan Steffens
Date: Saturday, April 16, 2016 @ 02:31:36
  Author: heftig
Revision: 265033

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

Added:
  xdg-user-dirs/repos/testing-i686/
  xdg-user-dirs/repos/testing-i686/PKGBUILD
(from rev 265032, xdg-user-dirs/trunk/PKGBUILD)
  xdg-user-dirs/repos/testing-i686/xdg-user-dirs-update.service
(from rev 265032, xdg-user-dirs/trunk/xdg-user-dirs-update.service)
  xdg-user-dirs/repos/testing-i686/xdg-user-dirs.install
(from rev 265032, xdg-user-dirs/trunk/xdg-user-dirs.install)
  xdg-user-dirs/repos/testing-x86_64/
  xdg-user-dirs/repos/testing-x86_64/PKGBUILD
(from rev 265032, xdg-user-dirs/trunk/PKGBUILD)
  xdg-user-dirs/repos/testing-x86_64/xdg-user-dirs-update.service
(from rev 265032, xdg-user-dirs/trunk/xdg-user-dirs-update.service)
  xdg-user-dirs/repos/testing-x86_64/xdg-user-dirs.install
(from rev 265032, xdg-user-dirs/trunk/xdg-user-dirs.install)

-+
 testing-i686/PKGBUILD   |   39 ++
 testing-i686/xdg-user-dirs-update.service   |   10 ++
 testing-i686/xdg-user-dirs.install  |   14 +
 testing-x86_64/PKGBUILD |   39 ++
 testing-x86_64/xdg-user-dirs-update.service |   10 ++
 testing-x86_64/xdg-user-dirs.install|   14 +
 6 files changed, 126 insertions(+)

Copied: xdg-user-dirs/repos/testing-i686/PKGBUILD (from rev 265032, 
xdg-user-dirs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-16 00:31:36 UTC (rev 265033)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Stefan Husmann 
+# Contributor:  
+
+pkgname=xdg-user-dirs
+pkgver=0.15
+pkgrel=3
+pkgdesc="Manage user directories like ~/Desktop and ~/Music"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/xdg-user-dirs;
+license=(GPL)
+depends=(sh systemd)
+makedepends=(docbook-xsl git)
+backup=(etc/xdg/user-dirs.conf etc/xdg/user-dirs.defaults)
+install=xdg-user-dirs.install
+_commit=1cf7d3fd7ac6514bce9af8c8114f38c51d3de441
+source=("git+https://anongit.freedesktop.org/git/xdg/$pkgname#commit=$_commit;
+xdg-user-dirs-update.service)
+sha256sums=('SKIP'
+'53c75f52d782e9492601400236bc8e5bfa76a26f0afd9bce3fe8df1740d341f0')
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install 
+  install -D ../xdg-user-dirs-update.service \
+"$pkgdir/usr/lib/systemd/user/xdg-user-dirs-update.service"
+}

Copied: xdg-user-dirs/repos/testing-i686/xdg-user-dirs-update.service (from rev 
265032, xdg-user-dirs/trunk/xdg-user-dirs-update.service)
===
--- testing-i686/xdg-user-dirs-update.service   (rev 0)
+++ testing-i686/xdg-user-dirs-update.service   2016-04-16 00:31:36 UTC (rev 
265033)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Update XDG user dir configuration
+Documentation=man:xdg-user-dirs-update(1)
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/xdg-user-dirs-update
+
+[Install]
+WantedBy=default.target

Copied: xdg-user-dirs/repos/testing-i686/xdg-user-dirs.install (from rev 
265032, xdg-user-dirs/trunk/xdg-user-dirs.install)
===
--- testing-i686/xdg-user-dirs.install  (rev 0)
+++ testing-i686/xdg-user-dirs.install  2016-04-16 00:31:36 UTC (rev 265033)
@@ -0,0 +1,14 @@
+post_install() {
+  # Enable update by default
+  systemctl --global enable xdg-user-dirs-update.service
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.15-3) < 0)); then
+systemctl --global enable xdg-user-dirs-update.service
+  fi
+}
+
+pre_remove() {
+  systemctl --global disable xdg-user-dirs-update.service
+}

Copied: xdg-user-dirs/repos/testing-x86_64/PKGBUILD (from rev 265032, 
xdg-user-dirs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-16 00:31:36 UTC (rev 265033)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Stefan Husmann 
+# Contributor:  
+
+pkgname=xdg-user-dirs
+pkgver=0.15
+pkgrel=3
+pkgdesc="Manage user directories like ~/Desktop and ~/Music"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/xdg-user-dirs;
+license=(GPL)
+depends=(sh systemd)
+makedepends=(docbook-xsl git)
+backup=(etc/xdg/user-dirs.conf etc/xdg/user-dirs.defaults)

[arch-commits] Commit in xdg-user-dirs/trunk (4 files)

2016-04-15 Thread Jan Steffens
Date: Saturday, April 16, 2016 @ 02:30:47
  Author: heftig
Revision: 265032

0.15-3: Update to git; run via systemd --user

Added:
  xdg-user-dirs/trunk/xdg-user-dirs-update.service
  xdg-user-dirs/trunk/xdg-user-dirs.install
Modified:
  xdg-user-dirs/trunk/PKGBUILD
Deleted:
  xdg-user-dirs/trunk/60-xdg-user-dirs.sh

--+
 60-xdg-user-dirs.sh  |5 -
 PKGBUILD |   28 ++--
 xdg-user-dirs-update.service |   10 ++
 xdg-user-dirs.install|   14 ++
 4 files changed, 42 insertions(+), 15 deletions(-)

Deleted: 60-xdg-user-dirs.sh
===
--- 60-xdg-user-dirs.sh 2016-04-15 22:06:58 UTC (rev 265031)
+++ 60-xdg-user-dirs.sh 2016-04-16 00:30:47 UTC (rev 265032)
@@ -1,5 +0,0 @@
-#!/bin/sh
-# Set up user directories like ~/Desktop and ~/Music
-if [ -x /usr/bin/xdg-user-dirs-update ]; then
-  /usr/bin/xdg-user-dirs-update
-fi

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 22:06:58 UTC (rev 265031)
+++ PKGBUILD2016-04-16 00:30:47 UTC (rev 265032)
@@ -5,27 +5,35 @@
 
 pkgname=xdg-user-dirs
 pkgver=0.15
-pkgrel=2
+pkgrel=3
 pkgdesc="Manage user directories like ~/Desktop and ~/Music"
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/xdg-user-dirs;
 license=(GPL)
-depends=(sh)
-makedepends=(docbook-xsl)
+depends=(sh systemd)
+makedepends=(docbook-xsl git)
 backup=(etc/xdg/user-dirs.conf etc/xdg/user-dirs.defaults)
-source=(http://user-dirs.freedesktop.org/releases/$pkgname-$pkgver.tar.gz
-60-xdg-user-dirs.sh)
-sha256sums=('20b4a751f41d0554bce3e0ce5e8d934be98cc62d48f0b90a894c3e1916552786'
-'328ae6908bff2842ea0960730b7d4802bdce66473768e38ebc9368ce78da7156')
+install=xdg-user-dirs.install
+_commit=1cf7d3fd7ac6514bce9af8c8114f38c51d3de441
+source=("git+https://anongit.freedesktop.org/git/xdg/$pkgname#commit=$_commit;
+xdg-user-dirs-update.service)
+sha256sums=('SKIP'
+'53c75f52d782e9492601400236bc8e5bfa76a26f0afd9bce3fe8df1740d341f0')
 
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make DESTDIR="$pkgdir" install 
-  install -D ../60-xdg-user-dirs.sh 
"$pkgdir/etc/X11/xinit/xinitrc.d/60-xdg-user-dirs.sh"
+  install -D ../xdg-user-dirs-update.service \
+"$pkgdir/usr/lib/systemd/user/xdg-user-dirs-update.service"
 }

Added: xdg-user-dirs-update.service
===
--- xdg-user-dirs-update.service(rev 0)
+++ xdg-user-dirs-update.service2016-04-16 00:30:47 UTC (rev 265032)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Update XDG user dir configuration
+Documentation=man:xdg-user-dirs-update(1)
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/xdg-user-dirs-update
+
+[Install]
+WantedBy=default.target

Added: xdg-user-dirs.install
===
--- xdg-user-dirs.install   (rev 0)
+++ xdg-user-dirs.install   2016-04-16 00:30:47 UTC (rev 265032)
@@ -0,0 +1,14 @@
+post_install() {
+  # Enable update by default
+  systemctl --global enable xdg-user-dirs-update.service
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 0.15-3) < 0)); then
+systemctl --global enable xdg-user-dirs-update.service
+  fi
+}
+
+pre_remove() {
+  systemctl --global disable xdg-user-dirs-update.service
+}


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

2016-04-15 Thread Antonio Rojas
Date: Saturday, April 16, 2016 @ 00:05:26
  Author: arojas
Revision: 265027

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

Added:
  ktorrent/repos/staging-i686/
  ktorrent/repos/staging-i686/PKGBUILD
(from rev 265026, ktorrent/trunk/PKGBUILD)
  ktorrent/repos/staging-i686/kde412.patch
(from rev 265026, ktorrent/trunk/kde412.patch)
  ktorrent/repos/staging-i686/kdebug-315239.patch
(from rev 265026, ktorrent/trunk/kdebug-315239.patch)
  ktorrent/repos/staging-i686/ktorrent.install
(from rev 265026, ktorrent/trunk/ktorrent.install)
  ktorrent/repos/staging-x86_64/
  ktorrent/repos/staging-x86_64/PKGBUILD
(from rev 265026, ktorrent/trunk/PKGBUILD)
  ktorrent/repos/staging-x86_64/kde412.patch
(from rev 265026, ktorrent/trunk/kde412.patch)
  ktorrent/repos/staging-x86_64/kdebug-315239.patch
(from rev 265026, ktorrent/trunk/kdebug-315239.patch)
  ktorrent/repos/staging-x86_64/ktorrent.install
(from rev 265026, ktorrent/trunk/ktorrent.install)

+
 staging-i686/PKGBUILD  |   37 +++
 staging-i686/kde412.patch  |   18 +
 staging-i686/kdebug-315239.patch   |   65 +++
 staging-i686/ktorrent.install  |   13 +++
 staging-x86_64/PKGBUILD|   37 +++
 staging-x86_64/kde412.patch|   18 +
 staging-x86_64/kdebug-315239.patch |   65 +++
 staging-x86_64/ktorrent.install|   13 +++
 8 files changed, 266 insertions(+)

Copied: ktorrent/repos/staging-i686/PKGBUILD (from rev 265026, 
ktorrent/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-15 22:05:26 UTC (rev 265027)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Travis Willard 
+# Contributor: Georg Grabler 
+
+pkgname=ktorrent
+pkgver=5.0
+pkgrel=1
+pkgdesc="A powerful BitTorrent client for KDE"
+arch=('i686' 'x86_64')
+url='http://ktorrent.pwsp.net/'
+license=('GPL2')
+depends=('libktorrent' 'kdelibs4support' 'kcmutils' 'knotifyconfig' 'kross')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost' 
'plasma-workspace' 'kdnssd' 'taglib')
+optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha1sums=('06c9e9a644704b72c20842ab19f794f659be9f0a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+  -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+  -DKDE_INSTALL_LIBDIR=lib
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="${pkgdir}" install
+}

Copied: ktorrent/repos/staging-i686/kde412.patch (from rev 265026, 
ktorrent/trunk/kde412.patch)
===
--- staging-i686/kde412.patch   (rev 0)
+++ staging-i686/kde412.patch   2016-04-15 22:05:26 UTC (rev 265027)
@@ -0,0 +1,18 @@
+From: Christoph Feck 
+Date: Fri, 19 Oct 2012 08:56:22 +
+Subject: SVN_SILENT link
+X-Git-Url: 
http://quickgit.kde.org/?p=ktorrent.git=commitdiff=3ef62c439027acc0a166101419fff4bc0c69013d
+---
+SVN_SILENT link
+---
+
+
+--- a/plugins/ipfilter/tests/CMakeLists.txt
 b/plugins/ipfilter/tests/CMakeLists.txt
+@@ -1,4 +1,4 @@
+ set(ipblocklisttest_SRCS ipblocklisttest.cpp ../ipblocklist.cpp)
+ kde4_add_unit_test(ipblocklisttest TESTNAME ipblocklisttest 
${ipblocklisttest_SRCS})
+-target_link_libraries(ipblocklisttest ${QT_QTTEST_LIBRARY} ktorrent)
++target_link_libraries(ipblocklisttest ${QT_QTCORE_LIBRARY} 
${QT_QTNETWORK_LIBRARY} ${QT_QTTEST_LIBRARY} ${LIBKTORRENT_LIBRARIES})
+ 
+

Copied: ktorrent/repos/staging-i686/kdebug-315239.patch (from rev 265026, 
ktorrent/trunk/kdebug-315239.patch)
===
--- staging-i686/kdebug-315239.patch(rev 0)
+++ staging-i686/kdebug-315239.patch2016-04-15 22:05:26 UTC (rev 265027)
@@ -0,0 +1,65 @@
+commit 3dfcbeb9765e99f9b99951134b17268eb7a617d2
+Author: Joris Guisson 
+Date:   Thu Aug 1 13:19:29 2013 +0200
+
+Backport ipfilter extraction fixes from master branch to 4.3 branch
+
+BUG: 315239
+
+diff --git a/ChangeLog b/ChangeLog
+index c5ae9da..42c48ff 100644
+--- a/ChangeLog
 b/ChangeLog
+@@ -1,3 +1,6 @@
++Changes in 4.3.2:
++- Backport ipfilter extraction fixes from master branch (315239)
++
+ Changes in 4.3.1:
+ - Fix new custom groups not appearing in add to group submenu (307230)
+ - Fix crash when right clicking on some locations in the GroupView due to 0 
pointer 

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

2016-04-15 Thread Antonio Rojas
Date: Saturday, April 16, 2016 @ 00:04:43
  Author: arojas
Revision: 265026

Update to 5.0

Modified:
  ktorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 20:52:08 UTC (rev 265025)
+++ PKGBUILD2016-04-15 22:04:43 UTC (rev 265026)
@@ -4,36 +4,30 @@
 # Contributor: Georg Grabler 
 
 pkgname=ktorrent
-pkgver=4.3.1
-pkgrel=6
+pkgver=5.0
+pkgrel=1
 pkgdesc="A powerful BitTorrent client for KDE"
 arch=('i686' 'x86_64')
 url='http://ktorrent.pwsp.net/'
 license=('GPL2')
-depends=('libktorrent' 'kdebase-runtime' 'taglib')
-makedepends=('automoc4' 'cmake' 'boost' 'kdepimlibs4')
-optdepends=('kdepimlibs4: syndication plugin')
+depends=('libktorrent' 'kdelibs4support' 'kcmutils' 'knotifyconfig' 'kross')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost' 
'plasma-workspace' 'kdnssd' 'taglib')
+optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 
'taglib: mediaplayer plugin')
 install=${pkgname}.install
-source=("http://ktorrent.pwsp.net/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'kde412.patch'
-'kdebug-315239.patch')
-sha1sums=('6b56bab48dd07805225c3d4d5d5d1c4c1def241e'
-  'f2c0e05913b2f21b593818e2cd3547d09f86be86'
-  'd247aecbda3eef8dcb51d3db244b1c845f85')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha1sums=('06c9e9a644704b72c20842ab19f794f659be9f0a')
 
 prepare() {
-   mkdir build
-
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}"/kde412.patch
-  patch -p1 -i "${srcdir}"/kdebug-315239.patch
+  mkdir -p build
 }
 
 build() {
cd build
-   cmake ../${pkgname}-${pkgver} \
+   cmake ../$pkgname-$pkgver \
  -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+  -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+  -DKDE_INSTALL_LIBDIR=lib
make
 }
 


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

2016-04-15 Thread Anatol Pomozov
Date: Friday, April 15, 2016 @ 22:50:01
  Author: anatolik
Revision: 171118

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

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

-+
 community-testing-i686/PKGBUILD |   32 ++
 community-testing-i686/shairport-sync.install   |   11 +++
 community-testing-x86_64/PKGBUILD   |   32 ++
 community-testing-x86_64/shairport-sync.install |   11 +++
 4 files changed, 86 insertions(+)

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

Copied: shairport-sync/repos/community-testing-i686/shairport-sync.install 
(from rev 171117, shairport-sync/trunk/shairport-sync.install)
===
--- community-testing-i686/shairport-sync.install   
(rev 0)
+++ community-testing-i686/shairport-sync.install   2016-04-15 20:50:01 UTC 
(rev 171118)
@@ -0,0 +1,11 @@
+post_install() {
+  getent group shairport-sync &>/dev/null || groupadd --system shairport-sync 
>/dev/null
+  getent passwd shairport-sync &> /dev/null || useradd --system -c 
'ShairportSync AirPort receiver' -d /var/lib/shairport-sync -m -g 
shairport-sync -s /bin/false -G audio shairport-sync >/dev/null
+
+  [ -f /etc/conf.d/shairport-sync ] && echo "ShairportSync config has been 
moved to /etc/shairport-sync.conf. Please remove old config file 
/etc/conf.d/shairport-sync"
+  true
+}
+
+post_upgrade() {
+  post_install
+}

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

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

2016-04-15 Thread Anatol Pomozov
Date: Friday, April 15, 2016 @ 22:49:21
  Author: anatolik
Revision: 171117

upgpkg: shairport-sync 2.8.2-1

Modified:
  shairport-sync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 19:27:15 UTC (rev 171116)
+++ PKGBUILD2016-04-15 20:49:21 UTC (rev 171117)
@@ -2,7 +2,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=2.8.1
+pkgver=2.8.2
 pkgrel=1
 pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
 url='https://github.com/mikebrady/shairport-sync'
@@ -12,7 +12,7 @@
 install=shairport-sync.install
 depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
 
source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip)
-sha1sums=('6de5accdbf654b7e40f2039d7848eed2cf2e28ea')
+sha1sums=('1806228ab3426d6523c7de668d62b56697bd8791')
 
 build() {
   cd shairport-sync-$pkgver


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

2016-04-15 Thread Andreas Radke
Date: Friday, April 15, 2016 @ 22:37:20
  Author: andyrtr
Revision: 265024

archrelease: copy trunk to testing-any

Added:
  foomatic-db/repos/testing-any/
  foomatic-db/repos/testing-any/PKGBUILD
(from rev 265023, foomatic-db/trunk/PKGBUILD)

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

Copied: foomatic-db/repos/testing-any/PKGBUILD (from rev 265023, 
foomatic-db/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-04-15 20:37:20 UTC (rev 265024)
@@ -0,0 +1,122 @@
+# $Id$
+# Maintainer: Andreas Radke <andy...@archlinux.org>
+
+pkgbase="foomatic-db"
+pkgname=('foomatic-db' 'foomatic-db-ppds' 'foomatic-db-nonfree' 
'foomatic-db-nonfree-ppds')
+arch=('any')
+pkgver=20160415
+pkgrel=1
+epoch=3
+
+makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash' 'bzr')
+url="http://www.linuxprinting.org/foomatic.html;
+options=('!emptydirs')
+
+# check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
+# for latest commits and development, identical to foomatic-4.0 branch
+
+source=(foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1298
#2016-04-04
+
foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=41
  #2015-06-05
+)
+md5sums=('SKIP'
+ 'SKIP')
+
+pkgver() {
+  date +%Y%m%d
+}
+
+prepare(){
+  cp -a foomatic-db foomatic-db-ppds
+  cp -a foomatic-db-nonfree foomatic-db-nonfree-ppds
+}
+
+build() {
+  # foomatic-db
+  pushd foomatic-db
+  ./make_configure
+  ./configure --prefix=/usr \
+--disable-gzip-ppds \
+--disable-ppds-to-cups \
+--with-drivers=NOOBSOLETES,NOEMPTYCMDLINE
+  popd
+  
+  # foomatic-db-ppds
+  pushd foomatic-db-ppds
+  ./make_configure
+  ./configure --prefix=/usr
+  popd
+  
+  # foomatic-db-nonfree
+  pushd foomatic-db-nonfree
+  ./make_configure
+  ./configure --prefix=/usr
+  popd
+  
+  # foomatic-db-nonfree-ppds
+  pushd foomatic-db-nonfree-ppds
+  ./make_configure
+  ./configure --prefix=/usr
+  popd
+}
+
+package_foomatic-db() {
+
+ pkgdesc="Foomatic - The collected knowledge about printers, drivers, and 
driver options in XML files, used by foomatic-db-engine to generate PPD files."
+ license=('GPL' 'custom')
+ optdepends=('foomatic-db-ppds: PostScript PPD files')
+
+   cd ${srcdir}/foomatic-db
+   make DESTDIR=${pkgdir} install
+   
+   # remove files from foomatic-db-ppds pkg
+   rm -rf ${pkgdir}/usr/share/cups/model/foomatic-db-ppds
+   rm -rf ${pkgdir}/usr/share/foomatic/db/source/PPD
+   # add some docs
+   install -Dm644 USAGE ${pkgdir}/usr/share/doc/${pkgname}/USAGE
+   install -Dm644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+   install -v -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_foomatic-db-ppds() {
+
+ pkgdesc="Foomatic - PPDs from printer manufacturers"
+ license=('GPL' 'custom')
+
+   cd ${srcdir}/foomatic-db-ppds
+   make DESTDIR=${pkgdir} install
+
+   # remove files from foomatic-db pkg
+   rm -rf ${pkgdir}/usr/share/foomatic/db/oldprinterids
+   rm -rf ${pkgdir}/usr/share/foomatic/db/source/{driver,opt,printer}
+   rm -rf ${pkgdir}/usr/share/foomatic/xmlschema
+   rm -f ${pkgdir}/usr/share/foomatic/db/source/PPD/Kyocera/ReadMe.htm
+
+   install -v -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_foomatic-db-nonfree() {
+
+ pkgdesc="Foomatic - database extension consisting of manufacturer-supplied 
PPD files released under non-free licenses"
+ license=('custom')
+ optdepends=('foomatic-db-nonfree-ppds: nonfree PPD files')
+
+   cd ${srcdir}/foomatic-db-nonfree
+   make DESTDIR=${pkgdir} install
+   # remove files from foomatic-db-nonfree-ppds pkg
+   rm -rf ${pkgdir}/usr/share/foomatic/db/source/PPD
+   
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_foomatic-db-nonfree-ppds() {
+
+ pkgdesc="Foomatic - non-free PPDs from printer manufacturers"
+ license=('custom')
+
+   cd ${srcdir}/foomatic-db-nonfree-ppds
+   make DESTDIR=${pkgdir} install
+   # remove files from foomatic-db-nonfree pkg
+   rm -rf ${pkgdir}/usr/share/foomatic/db/source/driver
+   
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


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

2016-04-15 Thread Andreas Radke
Date: Friday, April 15, 2016 @ 22:37:08
  Author: andyrtr
Revision: 265023

upgpkg: foomatic-db 3:20160415-1

build pkg seperate, split ppd files out

Modified:
  foomatic-db/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 19:23:04 UTC (rev 265022)
+++ PKGBUILD2016-04-15 20:37:08 UTC (rev 265023)
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 259288 2016-02-14 08:43:40Z andyrtr $
+# $Id$
 # Maintainer: Andreas Radke <andy...@archlinux.org>
 
-pkgbase="foomatic"
-pkgname=('foomatic-db' 'foomatic-db-ppds') # 'foomatic-db-nonfree')
+pkgbase="foomatic-db"
+pkgname=('foomatic-db' 'foomatic-db-ppds' 'foomatic-db-nonfree' 
'foomatic-db-nonfree-ppds')
 arch=('any')
-pkgver=20160214
+pkgver=20160415
 pkgrel=1
 epoch=3
 
@@ -15,26 +15,48 @@
 # check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
 # for latest commits and development, identical to foomatic-4.0 branch
 
-source=(foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1295
#2016-02-04
-
#foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=41
  #2015-06-05
+source=(foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1298
#2016-04-04
+
foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=41
  #2015-06-05
 )
-md5sums=('SKIP')
-# 'SKIP')
+md5sums=('SKIP'
+ 'SKIP')
 
 pkgver() {
   date +%Y%m%d
 }
 
+prepare(){
+  cp -a foomatic-db foomatic-db-ppds
+  cp -a foomatic-db-nonfree foomatic-db-nonfree-ppds
+}
+
 build() {
   # foomatic-db
-  cd ${srcdir}/foomatic-db
-   bzr revno
-   echo $pkgver
-   ./make_configure
-   ./configure --prefix=/usr
+  pushd foomatic-db
+  ./make_configure
+  ./configure --prefix=/usr \
+--disable-gzip-ppds \
+--disable-ppds-to-cups \
+--with-drivers=NOOBSOLETES,NOEMPTYCMDLINE
+  popd
   
+  # foomatic-db-ppds
+  pushd foomatic-db-ppds
+  ./make_configure
+  ./configure --prefix=/usr
+  popd
+  
   # foomatic-db-nonfree
+  pushd foomatic-db-nonfree
+  ./make_configure
+  ./configure --prefix=/usr
+  popd
   
+  # foomatic-db-nonfree-ppds
+  pushd foomatic-db-nonfree-ppds
+  ./make_configure
+  ./configure --prefix=/usr
+  popd
 }
 
 package_foomatic-db() {
@@ -41,36 +63,60 @@
 
  pkgdesc="Foomatic - The collected knowledge about printers, drivers, and 
driver options in XML files, used by foomatic-db-engine to generate PPD files."
  license=('GPL' 'custom')
- depends=('perl' 'libxml2')
- replaces=('foomatic-db-ppd' 'foomatic-db-hpijs')
- conflicts=('foomatic-db-ppd' 'foomatic-db-hpijs')
- provides=('foomatic-db-hpijs')
+ optdepends=('foomatic-db-ppds: PostScript PPD files')
 
-   cd ${srcdir}/${pkgname}
-   bzr revno
-   echo $pkgver
-#   ./make_configure
-#   ./configure --prefix=/usr
+   cd ${srcdir}/foomatic-db
+   make DESTDIR=${pkgdir} install
+   
+   # remove files from foomatic-db-ppds pkg
+   rm -rf ${pkgdir}/usr/share/cups/model/foomatic-db-ppds
+   rm -rf ${pkgdir}/usr/share/foomatic/db/source/PPD
+   # add some docs
+   install -Dm644 USAGE ${pkgdir}/usr/share/doc/${pkgname}/USAGE
+   install -Dm644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+   install -v -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
 
-make -qp | awk -F':' '/^[a-zA-Z0-9][^$#\/\t=]*:([^=]|$)/ {split($1,A,/ 
/);for(i in A)print A[i]}' | grep ^install
-return 1
+package_foomatic-db-ppds() {
+
+ pkgdesc="Foomatic - PPDs from printer manufacturers"
+ license=('GPL' 'custom')
+
+   cd ${srcdir}/foomatic-db-ppds
make DESTDIR=${pkgdir} install
+
+   # remove files from foomatic-db pkg
+   rm -rf ${pkgdir}/usr/share/foomatic/db/oldprinterids
+   rm -rf ${pkgdir}/usr/share/foomatic/db/source/{driver,opt,printer}
+   rm -rf ${pkgdir}/usr/share/foomatic/xmlschema
+   rm -f ${pkgdir}/usr/share/foomatic/db/source/PPD/Kyocera/ReadMe.htm
+
install -v -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_foomatic-db-nonfree() {
+
+ pkgdesc="Foomatic - database extension consisting of manufacturer-supplied 
PPD files released under non-free licenses"
+ license=('custom')
+ optdepends=('foomatic-db-nonfree-ppds: nonfree PPD files')
+
+   cd ${srcdir}/foomatic-db-nonfree
+   make DESTDIR=${pkgdir} install
+   # remove files from foomatic-db-nonfree-ppds pkg
+   rm -rf ${pkgdir}/usr/share/foomatic/db/source/PPD

-   # remove unwanted file that breaks adding printers
-   rm ${pkgdir}/usr/share/foomatic/db/source/PPD/Kyocera/ReadMe.htm
+   install -Dm644 COPYING ${pkgdir}/usr/shar

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

2016-04-15 Thread Florian Pritz
Date: Friday, April 15, 2016 @ 21:27:08
  Author: bluewind
Revision: 171115

upgpkg: siege 4.0.1-1

upstream update

Modified:
  siege/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 15:35:29 UTC (rev 171114)
+++ PKGBUILD2016-04-15 19:27:08 UTC (rev 171115)
@@ -3,7 +3,7 @@
 # Contributor: Sven Kauber 
 
 pkgname=siege
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -28,4 +28,4 @@
   sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
 }
 
-md5sums=('ff248a630aff052352b1743e8986fdd1')
+md5sums=('fd67a73b45412d684cd79d7af84846e2')


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

2016-04-15 Thread Florian Pritz
Date: Friday, April 15, 2016 @ 21:27:15
  Author: bluewind
Revision: 171116

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-15 19:27:08 UTC (rev 171115)
+++ community-i686/PKGBUILD 2016-04-15 19:27:15 UTC (rev 171116)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Sven Kauber 
-
-pkgname=siege
-pkgver=4.0.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-pkgdesc="An http regression testing and benchmarking utility"
-url="http://www.joedog.org/JoeDog/Siege;
-depends=('openssl')
-source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz;)
-backup=(etc/siegerc etc/urls.txt)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  install -d -m755 "$pkgdir/etc"
-  install -d -m755 "$pkgdir/usr/share"
-  make DESTDIR="$pkgdir" install
-  sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
-}
-
-md5sums=('ff248a630aff052352b1743e8986fdd1')

Copied: siege/repos/community-i686/PKGBUILD (from rev 171115, 
siege/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-15 19:27:15 UTC (rev 171116)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Sven Kauber 
+
+pkgname=siege
+pkgver=4.0.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc="An http regression testing and benchmarking utility"
+url="http://www.joedog.org/JoeDog/Siege;
+depends=('openssl')
+source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz;)
+backup=(etc/siegerc etc/urls.txt)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  install -d -m755 "$pkgdir/etc"
+  install -d -m755 "$pkgdir/usr/share"
+  make DESTDIR="$pkgdir" install
+  sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
+}
+
+md5sums=('fd67a73b45412d684cd79d7af84846e2')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-15 19:27:08 UTC (rev 171115)
+++ community-x86_64/PKGBUILD   2016-04-15 19:27:15 UTC (rev 171116)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Sven Kauber 
-
-pkgname=siege
-pkgver=4.0.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-pkgdesc="An http regression testing and benchmarking utility"
-url="http://www.joedog.org/JoeDog/Siege;
-depends=('openssl')
-source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz;)
-backup=(etc/siegerc etc/urls.txt)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-
-  install -d -m755 "$pkgdir/etc"
-  install -d -m755 "$pkgdir/usr/share"
-  make DESTDIR="$pkgdir" install
-  sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
-}
-
-md5sums=('ff248a630aff052352b1743e8986fdd1')

Copied: siege/repos/community-x86_64/PKGBUILD (from rev 171115, 
siege/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-15 19:27:15 UTC (rev 171116)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Sven Kauber 
+
+pkgname=siege
+pkgver=4.0.1
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc="An http regression testing and benchmarking utility"
+url="http://www.joedog.org/JoeDog/Siege;
+depends=('openssl')
+source=("http://download.joedog.org/siege/siege-${pkgver}.tar.gz;)
+backup=(etc/siegerc etc/urls.txt)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  install -d -m755 "$pkgdir/etc"
+  install -d -m755 "$pkgdir/usr/share"
+  make DESTDIR="$pkgdir" install
+  sed -i 's/^# file =$/file 

[arch-commits] Commit in samba/repos (60 files)

2016-04-15 Thread Tobias Powalowski
Date: Friday, April 15, 2016 @ 21:23:04
  Author: tpowa
Revision: 265022

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

Added:
  samba/repos/extra-i686/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch
(from rev 265021, 
samba/trunk/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch)
  samba/repos/extra-i686/PKGBUILD
(from rev 265021, samba/trunk/PKGBUILD)
  samba/repos/extra-i686/libsystemd.patch
(from rev 265021, samba/trunk/libsystemd.patch)
  samba/repos/extra-i686/nmbd.service
(from rev 265021, samba/trunk/nmbd.service)
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 265021, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-i686/samba.conf
(from rev 265021, samba/trunk/samba.conf)
  samba/repos/extra-i686/samba.conf.d
(from rev 265021, samba/trunk/samba.conf.d)
  samba/repos/extra-i686/samba.install
(from rev 265021, samba/trunk/samba.install)
  samba/repos/extra-i686/samba.logrotate
(from rev 265021, samba/trunk/samba.logrotate)
  samba/repos/extra-i686/samba.pam
(from rev 265021, samba/trunk/samba.pam)
  samba/repos/extra-i686/samba.service
(from rev 265021, samba/trunk/samba.service)
  samba/repos/extra-i686/smbd.service
(from rev 265021, samba/trunk/smbd.service)
  samba/repos/extra-i686/smbd.socket
(from rev 265021, samba/trunk/smbd.socket)
  samba/repos/extra-i686/smbd@.service
(from rev 265021, samba/trunk/smbd@.service)
  samba/repos/extra-i686/winbindd.service
(from rev 265021, samba/trunk/winbindd.service)
  samba/repos/extra-x86_64/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch
(from rev 265021, 
samba/trunk/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch)
  samba/repos/extra-x86_64/PKGBUILD
(from rev 265021, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/libsystemd.patch
(from rev 265021, samba/trunk/libsystemd.patch)
  samba/repos/extra-x86_64/nmbd.service
(from rev 265021, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
(from rev 265021, samba/trunk/samba-4.0.3-fix_pidl_with_gcc48.patch)
  samba/repos/extra-x86_64/samba.conf
(from rev 265021, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 265021, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 265021, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 265021, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 265021, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 265021, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 265021, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 265021, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 265021, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 265021, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-i686/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch
  samba/repos/extra-i686/PKGBUILD
  samba/repos/extra-i686/libsystemd.patch
  samba/repos/extra-i686/nmbd.service
  samba/repos/extra-i686/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-i686/samba.conf
  samba/repos/extra-i686/samba.conf.d
  samba/repos/extra-i686/samba.install
  samba/repos/extra-i686/samba.logrotate
  samba/repos/extra-i686/samba.pam
  samba/repos/extra-i686/samba.service
  samba/repos/extra-i686/smbd.service
  samba/repos/extra-i686/smbd.socket
  samba/repos/extra-i686/smbd@.service
  samba/repos/extra-i686/winbindd.service
  samba/repos/extra-x86_64/0001-s4-lib-tls-use-gnutls_priority_set_direct.patch
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/libsystemd.patch
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba-4.0.3-fix_pidl_with_gcc48.patch
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service

---+
 /0001-s4-lib-tls-use-gnutls_priority_set_direct.patch |  138 ++
 /PKGBUILD |  526 
++
 /libsystemd.patch |   72 +
 /nmbd.service |   24 
 /samba-4.0.3-fix_pidl_with_gcc48.patch|  120 ++
 /samba.conf   |4 
 /samba.conf.d |   36 
 /samba.install  

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

2016-04-15 Thread Tobias Powalowski
Date: Friday, April 15, 2016 @ 21:22:30
  Author: tpowa
Revision: 265021

upgpkg: samba 4.4.2-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 19:00:50 UTC (rev 265020)
+++ PKGBUILD2016-04-15 19:22:30 UTC (rev 265021)
@@ -10,11 +10,11 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.4.0
+pkgver=4.4.2
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pacman
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.4.0
+_realver=4.4.2
 pkgrel=1
 arch=(i686 x86_64)
 url="http://www.samba.org;
@@ -248,7 +248,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('e42b884d0e07528c8571641a4df40666'
+md5sums=('03a65a3adf08ceb1636ad59d234d7f9d'
  'SKIP'
  'ab4d156dd6be268aaf462fbd7f40a55b'
  '5697da77590ec092cc8a883bae06093c'


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

2016-04-15 Thread Antonio Rojas
Date: Friday, April 15, 2016 @ 21:00:50
  Author: arojas
Revision: 265020

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

Added:
  libktorrent/repos/staging-i686/
  libktorrent/repos/staging-i686/PKGBUILD
(from rev 265019, libktorrent/trunk/PKGBUILD)
  libktorrent/repos/staging-x86_64/
  libktorrent/repos/staging-x86_64/PKGBUILD
(from rev 265019, libktorrent/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   36 
 staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: libktorrent/repos/staging-i686/PKGBUILD (from rev 265019, 
libktorrent/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-15 19:00:50 UTC (rev 265020)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+
+pkgname=libktorrent
+pkgver=2.0
+_ktorrentver=5.0
+pkgrel=1
+pkgdesc="A BitTorrent protocol implementation"
+arch=(i686 x86_64)
+url="http://ktorrent.pwsp.net/;
+license=(GPL2)
+depends=(kio qca-qt5)
+makedepends=(extra-cmake-modules python boost doxygen)
+source=("http://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz;)
+sha1sums=('833725538169c56af6e27d7ca82ed77fd6c541cc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libktorrent/repos/staging-x86_64/PKGBUILD (from rev 265019, 
libktorrent/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-15 19:00:50 UTC (rev 265020)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+
+pkgname=libktorrent
+pkgver=2.0
+_ktorrentver=5.0
+pkgrel=1
+pkgdesc="A BitTorrent protocol implementation"
+arch=(i686 x86_64)
+url="http://ktorrent.pwsp.net/;
+license=(GPL2)
+depends=(kio qca-qt5)
+makedepends=(extra-cmake-modules python boost doxygen)
+source=("http://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz;)
+sha1sums=('833725538169c56af6e27d7ca82ed77fd6c541cc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DKDE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-04-15 Thread Antonio Rojas
Date: Friday, April 15, 2016 @ 21:00:03
  Author: arojas
Revision: 265019

Update to 2.0

Modified:
  libktorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 18:57:42 UTC (rev 265018)
+++ PKGBUILD2016-04-15 19:00:03 UTC (rev 265019)
@@ -1,32 +1,36 @@
 # $Id$
-# Maintainer: Ronald van Haren 
-# Maintainer: Andrea Scarpino 
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Andrea Scarpino 
 
 pkgname=libktorrent
-pkgver=1.3.1
-pkgrel=4
+pkgver=2.0
+_ktorrentver=5.0
+pkgrel=1
 pkgdesc="A BitTorrent protocol implementation"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://ktorrent.pwsp.net/;
-license=('GPL2')
-depends=('kdelibs')
-makedepends=('automoc4' 'cmake' 'boost' 'doxygen')
-source=("http://ktorrent.pwsp.net/downloads/4.3.1/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('71b377c0cad01dca6061f1fe92f91c4cf05476b3')
+license=(GPL2)
+depends=(kio qca-qt5)
+makedepends=(extra-cmake-modules python boost doxygen)
+source=("http://download.kde.org/stable/ktorrent/$_ktorrentver/$pkgname-$pkgver.tar.xz;)
+sha1sums=('833725538169c56af6e27d7ca82ed77fd6c541cc')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DKDE_INSTALL_LIBDIR=lib
   make
 }
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }


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

2016-04-15 Thread Antonio Rojas
Date: Friday, April 15, 2016 @ 20:57:42
  Author: arojas
Revision: 265018

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

Added:
  kdenetwork-kget/repos/staging-i686/
  kdenetwork-kget/repos/staging-i686/PKGBUILD
(from rev 265017, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/staging-i686/kdenetwork-kget.install
(from rev 265017, kdenetwork-kget/trunk/kdenetwork-kget.install)
  kdenetwork-kget/repos/staging-x86_64/
  kdenetwork-kget/repos/staging-x86_64/PKGBUILD
(from rev 265017, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/staging-x86_64/kdenetwork-kget.install
(from rev 265017, kdenetwork-kget/trunk/kdenetwork-kget.install)

+
 staging-i686/PKGBUILD  |   39 +++
 staging-i686/kdenetwork-kget.install   |   12 +
 staging-x86_64/PKGBUILD|   39 +++
 staging-x86_64/kdenetwork-kget.install |   12 +
 4 files changed, 102 insertions(+)

Copied: kdenetwork-kget/repos/staging-i686/PKGBUILD (from rev 265017, 
kdenetwork-kget/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-04-15 18:57:42 UTC (rev 265018)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kget
+pkgver=15.12.3
+pkgrel=2
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdebase-lib' 'libmms' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost' 'libktorrent4')
+optdepends=('libktorrent4: torrent support')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz;)
+sha1sums=('bace6e2a6765985d49548c46670a565d6d9008b4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kget-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_NepomukWidgets=OFF \
+-DWITH_KDE4Workspace=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kget/repos/staging-i686/kdenetwork-kget.install (from rev 
265017, kdenetwork-kget/trunk/kdenetwork-kget.install)
===
--- staging-i686/kdenetwork-kget.install(rev 0)
+++ staging-i686/kdenetwork-kget.install2016-04-15 18:57:42 UTC (rev 
265018)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kget/repos/staging-x86_64/PKGBUILD (from rev 265017, 
kdenetwork-kget/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-04-15 18:57:42 UTC (rev 265018)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kget
+pkgver=15.12.3
+pkgrel=2
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdebase-lib' 'libmms' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost' 'libktorrent4')
+optdepends=('libktorrent4: torrent support')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz;)
+sha1sums=('bace6e2a6765985d49548c46670a565d6d9008b4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kget-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_NepomukWidgets=OFF \
+-DWITH_KDE4Workspace=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdenetwork-kget/repos/staging-x86_64/kdenetwork-kget.install (from rev 
265017, kdenetwork-kget/trunk/kdenetwork-kget.install)
===
--- staging-x86_64/kdenetwork-kget.install  (rev 0)
+++ staging-x86_64/kdenetwork-kget.install  2016-04-15 18:57:42 UTC (rev 
265018)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2016-04-15 Thread Antonio Rojas
Date: Friday, April 15, 2016 @ 20:57:07
  Author: arojas
Revision: 265017

Rebuild against libktorrent4, make torrent support optional

Modified:
  kdenetwork-kget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 18:51:30 UTC (rev 265016)
+++ PKGBUILD2016-04-15 18:57:07 UTC (rev 265017)
@@ -4,14 +4,15 @@
 
 pkgname=kdenetwork-kget
 pkgver=15.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Download Manager'
 url='http://kde.org/applications/internet/kget/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'boost')
+depends=('kdebase-runtime' 'kdebase-lib' 'libmms' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost' 'libktorrent4')
+optdepends=('libktorrent4: torrent support')
 install=${pkgname}.install
 
source=("http://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz;)
 sha1sums=('bace6e2a6765985d49548c46670a565d6d9008b4')


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

2016-04-15 Thread Antonio Rojas
Date: Friday, April 15, 2016 @ 20:51:30
  Author: arojas
Revision: 265016

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

Added:
  libktorrent4/repos/
  libktorrent4/repos/staging-i686/
  libktorrent4/repos/staging-i686/PKGBUILD
(from rev 265015, libktorrent4/trunk/PKGBUILD)
  libktorrent4/repos/staging-x86_64/
  libktorrent4/repos/staging-x86_64/PKGBUILD
(from rev 265015, libktorrent4/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: libktorrent4/repos/staging-i686/PKGBUILD (from rev 265015, 
libktorrent4/trunk/PKGBUILD)
===
--- repos/staging-i686/PKGBUILD (rev 0)
+++ repos/staging-i686/PKGBUILD 2016-04-15 18:51:30 UTC (rev 265016)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+
+pkgname=libktorrent4
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="A BitTorrent protocol implementation - KDE4 version"
+arch=(i686 x86_64)
+url="http://ktorrent.pwsp.net/;
+license=(GPL2)
+depends=(kdelibs)
+makedepends=(automoc4 cmake boost doxygen)
+conflicts=(libktorrent)
+source=("http://ktorrent.pwsp.net/downloads/4.3.1/${pkgname%4}-${pkgver}.tar.bz2;)
+sha1sums=('71b377c0cad01dca6061f1fe92f91c4cf05476b3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname%4}-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libktorrent4/repos/staging-x86_64/PKGBUILD (from rev 265015, 
libktorrent4/trunk/PKGBUILD)
===
--- repos/staging-x86_64/PKGBUILD   (rev 0)
+++ repos/staging-x86_64/PKGBUILD   2016-04-15 18:51:30 UTC (rev 265016)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+
+pkgname=libktorrent4
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="A BitTorrent protocol implementation - KDE4 version"
+arch=(i686 x86_64)
+url="http://ktorrent.pwsp.net/;
+license=(GPL2)
+depends=(kdelibs)
+makedepends=(automoc4 cmake boost doxygen)
+conflicts=(libktorrent)
+source=("http://ktorrent.pwsp.net/downloads/4.3.1/${pkgname%4}-${pkgver}.tar.bz2;)
+sha1sums=('71b377c0cad01dca6061f1fe92f91c4cf05476b3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname%4}-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (3 files)

2016-04-15 Thread Antonio Rojas
Date: Friday, April 15, 2016 @ 20:50:15
  Author: arojas
Revision: 265015

Add KDE4 version of libktorrent (for kget)

Added:
  libktorrent4/
  libktorrent4/trunk/
  libktorrent4/trunk/PKGBUILD

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

Added: libktorrent4/trunk/PKGBUILD
===
--- libktorrent4/trunk/PKGBUILD (rev 0)
+++ libktorrent4/trunk/PKGBUILD 2016-04-15 18:50:15 UTC (rev 265015)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Andrea Scarpino 
+
+pkgname=libktorrent4
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="A BitTorrent protocol implementation - KDE4 version"
+arch=(i686 x86_64)
+url="http://ktorrent.pwsp.net/;
+license=(GPL2)
+depends=(kdelibs)
+makedepends=(automoc4 cmake boost doxygen)
+conflicts=(libktorrent)
+source=("http://ktorrent.pwsp.net/downloads/4.3.1/${pkgname%4}-${pkgver}.tar.bz2;)
+sha1sums=('71b377c0cad01dca6061f1fe92f91c4cf05476b3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname%4}-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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


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

2016-04-15 Thread Gaetan Bisson
Date: Friday, April 15, 2016 @ 20:43:40
  Author: bisson
Revision: 265014

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-15 18:42:59 UTC (rev 265013)
+++ extra-i686/PKGBUILD 2016-04-15 18:43:40 UTC (rev 265014)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.15
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('b69d0fb94df84edaac4f04dd2cea93d83144ec77' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 265013, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-15 18:43:40 UTC (rev 265014)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.15.1
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha1sums=('41f977101af954a2e41f18ad08a3e66ae051494a' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-15 18:42:59 UTC (rev 265013)
+++ extra-x86_64/PKGBUILD   2016-04-15 18:43:40 UTC (rev 265014)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.15
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('b69d0fb94df84edaac4f04dd2cea93d83144ec77' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 265013, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-04-15 18:43:40 UTC (rev 265014)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.15.1
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'

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

2016-04-15 Thread Gaetan Bisson
Date: Friday, April 15, 2016 @ 20:42:59
  Author: bisson
Revision: 265013

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 17:30:41 UTC (rev 265012)
+++ PKGBUILD2016-04-15 18:42:59 UTC (rev 265013)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=2.15
+pkgver=2.15.1
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='http://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('b69d0fb94df84edaac4f04dd2cea93d83144ec77' 'SKIP')
+sha1sums=('41f977101af954a2e41f18ad08a3e66ae051494a' 'SKIP')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in (4 files)

2016-04-15 Thread Andreas Radke
Date: Friday, April 15, 2016 @ 19:30:41
  Author: andyrtr
Revision: 265012

split foomatic packages for clean builds; split xml files from ppds foomatic-db

Added:
  foomatic-db/
  foomatic-db/repos/
  foomatic-db/trunk/
  foomatic-db/trunk/PKGBUILD

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

Added: foomatic-db/trunk/PKGBUILD
===
--- foomatic-db/trunk/PKGBUILD  (rev 0)
+++ foomatic-db/trunk/PKGBUILD  2016-04-15 17:30:41 UTC (rev 265012)
@@ -0,0 +1,76 @@
+# $Id: PKGBUILD 259288 2016-02-14 08:43:40Z andyrtr $
+# Maintainer: Andreas Radke 
+
+pkgbase="foomatic"
+pkgname=('foomatic-db' 'foomatic-db-ppds') # 'foomatic-db-nonfree')
+arch=('any')
+pkgver=20160214
+pkgrel=1
+epoch=3
+
+makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash' 'bzr')
+url="http://www.linuxprinting.org/foomatic.html;
+options=('!emptydirs')
+
+# check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
+# for latest commits and development, identical to foomatic-4.0 branch
+
+source=(foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1295
#2016-02-04
+
#foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=41
  #2015-06-05
+)
+md5sums=('SKIP')
+# 'SKIP')
+
+pkgver() {
+  date +%Y%m%d
+}
+
+build() {
+  # foomatic-db
+  cd ${srcdir}/foomatic-db
+   bzr revno
+   echo $pkgver
+   ./make_configure
+   ./configure --prefix=/usr
+  
+  # foomatic-db-nonfree
+  
+}
+
+package_foomatic-db() {
+
+ pkgdesc="Foomatic - The collected knowledge about printers, drivers, and 
driver options in XML files, used by foomatic-db-engine to generate PPD files."
+ license=('GPL' 'custom')
+ depends=('perl' 'libxml2')
+ replaces=('foomatic-db-ppd' 'foomatic-db-hpijs')
+ conflicts=('foomatic-db-ppd' 'foomatic-db-hpijs')
+ provides=('foomatic-db-hpijs')
+
+   cd ${srcdir}/${pkgname}
+   bzr revno
+   echo $pkgver
+#   ./make_configure
+#   ./configure --prefix=/usr
+
+make -qp | awk -F':' '/^[a-zA-Z0-9][^$#\/\t=]*:([^=]|$)/ {split($1,A,/ 
/);for(i in A)print A[i]}' | grep ^install
+return 1
+   make DESTDIR=${pkgdir} install
+   install -v -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+   
+   # remove unwanted file that breaks adding printers
+   rm ${pkgdir}/usr/share/foomatic/db/source/PPD/Kyocera/ReadMe.htm
+}
+
+#package_foomatic-db-nonfree() {
+#
+# pkgdesc="Foomatic - database extension consisting of manufacturer-supplied 
PPD files released under non-free licenses"
+# license=('custom')
+# depends=('perl' 'libxml2' "foomatic-db-engine" 'foomatic-db')
+
+#   cd ${srcdir}/foomatic-db-nonfree
+#   bzr revno
+#   ./make_configure
+#   ./configure --prefix=/usr
+#   make DESTDIR=${pkgdir} install
+#   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+#}


[arch-commits] Commit in foomatic-db-engine/trunk (PKGBUILD)

2016-04-15 Thread Andreas Radke
Date: Friday, April 15, 2016 @ 19:13:38
  Author: andyrtr
Revision: 265010

upgpkg: foomatic-db-engine 4:4.0.12-1

build pkg seperate, use stable release, add config file for default spooler

Modified:
  foomatic-db-engine/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 17:01:03 UTC (rev 265009)
+++ PKGBUILD2016-04-15 17:13:38 UTC (rev 265010)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 259288 2016-02-14 08:43:40Z andyrtr $
+# $Id$
 # Maintainer: Andreas Radke 
 
 pkgname=foomatic-db-engine
@@ -20,7 +20,7 @@
 
 # check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
 # for latest commits and development, almost identical to foomatic-4.0 branch
-# 
foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic-4.0/foomatic-db-engine/#revision=277
   #2015-06-16 the same as devel tree rev.371
+# 
foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic-4.0/foomatic-db-engine/#revision=277
   #2015-06-16
 # 
foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-engine/#revision=371
   #2015-06-16
 
 source=(http://www.openprinting.org/download/foomatic/$pkgname-$pkgver.tar.gz)
@@ -44,6 +44,9 @@
 
   # preset default spooler
   echo cups > ${pkgdir}/etc/foomatic/defaultspooler
+  # add some docs
+  install -Dm644 USAGE ${pkgdir}/usr/share/doc/${pkgname}/USAGE
+  install -Dm644 README ${pkgdir}/usr/share/doc/${pkgname}/README
 
   # cleanup
   rm -rf ${pkgdir}/usr/lib/perl5/vendor_perl/auto #Foomatic/


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


[arch-commits] Commit in foomatic-db-engine/repos (4 files)

2016-04-15 Thread Andreas Radke
Date: Friday, April 15, 2016 @ 19:13:51
  Author: andyrtr
Revision: 265011

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

Added:
  foomatic-db-engine/repos/testing-i686/
  foomatic-db-engine/repos/testing-i686/PKGBUILD
(from rev 265010, foomatic-db-engine/trunk/PKGBUILD)
  foomatic-db-engine/repos/testing-x86_64/
  foomatic-db-engine/repos/testing-x86_64/PKGBUILD
(from rev 265010, foomatic-db-engine/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   53 ++
 testing-x86_64/PKGBUILD |   53 ++
 2 files changed, 106 insertions(+)

Copied: foomatic-db-engine/repos/testing-i686/PKGBUILD (from rev 265010, 
foomatic-db-engine/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-15 17:13:51 UTC (rev 265011)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=foomatic-db-engine
+arch=('i686' 'x86_64')
+pkgver=4.0.12
+pkgrel=1
+epoch=4
+url="http://www.linuxprinting.org/foomatic.html;
+pkgdesc="Foomatic - Foomatic's database engine generates PPD files from the 
data in Foomatic's XML database. It also contains scripts to directly generate 
print queues and handle jobs."
+license=('GPL2')
+depends=('perl' 'libxml2' "cups-filters>=1.0.42" 'bash' 'perl-xml-libxml' 
'perl-clone' 'perl-dbi')
+makedepends=('cups' 'ghostscript' 'a2ps' 'wget' 'perl-xml-libxml' 
'foomatic-db') # 'enscript' 'net-snmp'
+optdepends=('foomatic-db:  linuxprinting.org xml files database to create 
ppd driver files'
+#'foomatic-db-ppds:prebuilt and compressed 
linuxprinting.org database files'
+#'foomatic-db-gutenprint:  gutenprint xml files database to create 
ppd driver files'
+)
+backup=('etc/foomatic/defaultspooler')
+#options=('!emptydirs')
+
+# check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
+# for latest commits and development, almost identical to foomatic-4.0 branch
+# 
foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic-4.0/foomatic-db-engine/#revision=277
   #2015-06-16
+# 
foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-engine/#revision=371
   #2015-06-16
+
+source=(http://www.openprinting.org/download/foomatic/$pkgname-$pkgver.tar.gz)
+md5sums=('b8049e61a3dad76044e83dde0087e0a0')
+
+build() {
+  export LIB_CUPS="/usr/lib/cups"
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  eval `perl -V:archname`
+  make DESTDIR=${pkgdir} \
+   INSTALLARCHLIB=/usr/lib/perl5/vendor_perl/ \
+   INSTALLSITELIB=/usr/lib/perl5/vendor_perl/ \
+   INSTALLSITEARCH=/usr/lib/perl5/vendor_perl/ install
+
+  # preset default spooler
+  echo cups > ${pkgdir}/etc/foomatic/defaultspooler
+  # add some docs
+  install -Dm644 USAGE ${pkgdir}/usr/share/doc/${pkgname}/USAGE
+  install -Dm644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+
+  # cleanup
+  rm -rf ${pkgdir}/usr/lib/perl5/vendor_perl/auto #Foomatic/
+}

Copied: foomatic-db-engine/repos/testing-x86_64/PKGBUILD (from rev 265010, 
foomatic-db-engine/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-15 17:13:51 UTC (rev 265011)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=foomatic-db-engine
+arch=('i686' 'x86_64')
+pkgver=4.0.12
+pkgrel=1
+epoch=4
+url="http://www.linuxprinting.org/foomatic.html;
+pkgdesc="Foomatic - Foomatic's database engine generates PPD files from the 
data in Foomatic's XML database. It also contains scripts to directly generate 
print queues and handle jobs."
+license=('GPL2')
+depends=('perl' 'libxml2' "cups-filters>=1.0.42" 'bash' 'perl-xml-libxml' 
'perl-clone' 'perl-dbi')
+makedepends=('cups' 'ghostscript' 'a2ps' 'wget' 'perl-xml-libxml' 
'foomatic-db') # 'enscript' 'net-snmp'
+optdepends=('foomatic-db:  linuxprinting.org xml files database to create 
ppd driver files'
+#'foomatic-db-ppds:prebuilt and compressed 
linuxprinting.org database files'
+#'foomatic-db-gutenprint:  gutenprint xml files database to create 
ppd driver files'
+)
+backup=('etc/foomatic/defaultspooler')
+#options=('!emptydirs')
+
+# check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
+# for latest commits and development, almost identical to foomatic-4.0 branch
+# 
foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic-4.0/foomatic-db-engine/#revision=277
   #2015-06-16
+# 
foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-engine/#revision=371
   #2015-06-16
+

[arch-commits] Commit in (4 files)

2016-04-15 Thread Andreas Radke
Date: Friday, April 15, 2016 @ 19:01:03
  Author: andyrtr
Revision: 265009

split foomatic packages for clean builds; use stable release for 
foomatic-db-engine, minor tweaks

Added:
  foomatic-db-engine/
  foomatic-db-engine/repos/
  foomatic-db-engine/trunk/
  foomatic-db-engine/trunk/PKGBUILD

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

Added: foomatic-db-engine/trunk/PKGBUILD
===
--- foomatic-db-engine/trunk/PKGBUILD   (rev 0)
+++ foomatic-db-engine/trunk/PKGBUILD   2016-04-15 17:01:03 UTC (rev 265009)
@@ -0,0 +1,50 @@
+# $Id: PKGBUILD 259288 2016-02-14 08:43:40Z andyrtr $
+# Maintainer: Andreas Radke 
+
+pkgname=foomatic-db-engine
+arch=('i686' 'x86_64')
+pkgver=4.0.12
+pkgrel=1
+epoch=4
+url="http://www.linuxprinting.org/foomatic.html;
+pkgdesc="Foomatic - Foomatic's database engine generates PPD files from the 
data in Foomatic's XML database. It also contains scripts to directly generate 
print queues and handle jobs."
+license=('GPL2')
+depends=('perl' 'libxml2' "cups-filters>=1.0.42" 'bash' 'perl-xml-libxml' 
'perl-clone' 'perl-dbi')
+makedepends=('cups' 'ghostscript' 'a2ps' 'wget' 'perl-xml-libxml' 
'foomatic-db') # 'enscript' 'net-snmp'
+optdepends=('foomatic-db:  linuxprinting.org xml files database to create 
ppd driver files'
+#'foomatic-db-ppds:prebuilt and compressed 
linuxprinting.org database files'
+#'foomatic-db-gutenprint:  gutenprint xml files database to create 
ppd driver files'
+)
+backup=('etc/foomatic/defaultspooler')
+#options=('!emptydirs')
+
+# check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
+# for latest commits and development, almost identical to foomatic-4.0 branch
+# 
foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic-4.0/foomatic-db-engine/#revision=277
   #2015-06-16 the same as devel tree rev.371
+# 
foomatic-db-engine::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-engine/#revision=371
   #2015-06-16
+
+source=(http://www.openprinting.org/download/foomatic/$pkgname-$pkgver.tar.gz)
+md5sums=('b8049e61a3dad76044e83dde0087e0a0')
+
+build() {
+  export LIB_CUPS="/usr/lib/cups"
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  eval `perl -V:archname`
+  make DESTDIR=${pkgdir} \
+   INSTALLARCHLIB=/usr/lib/perl5/vendor_perl/ \
+   INSTALLSITELIB=/usr/lib/perl5/vendor_perl/ \
+   INSTALLSITEARCH=/usr/lib/perl5/vendor_perl/ install
+
+  # preset default spooler
+  echo cups > ${pkgdir}/etc/foomatic/defaultspooler
+
+  # cleanup
+  rm -rf ${pkgdir}/usr/lib/perl5/vendor_perl/auto #Foomatic/
+}


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

2016-04-15 Thread Felix Yan
Date: Friday, April 15, 2016 @ 17:35:29
  Author: fyan
Revision: 171114

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-15 15:34:40 UTC (rev 171113)
+++ community-i686/PKGBUILD 2016-04-15 15:35:29 UTC (rev 171114)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel Velasquez 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=aria2
-pkgver=1.21.0
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
-checkdepends=('cppunit')
-source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz;)
-sha256sums=('225c5f2c8acc899e0a802cdf198f82bd0d3282218e80cdce251b1f9ffacf6580')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # add bash completion
-  install -d "$pkgdir"/usr/share/bash-completion/completions
-  install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
-"$pkgdir"/usr/share/bash-completion/completions
-  rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
-}

Copied: aria2/repos/community-i686/PKGBUILD (from rev 171113, 
aria2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-15 15:35:29 UTC (rev 171114)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel Velasquez 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aria2
+pkgver=1.22.0
+pkgrel=1
+pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
+arch=('i686' 'x86_64')
+url='http://aria2.sourceforge.net/'
+license=('GPL')
+depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
+checkdepends=('cppunit')
+source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz;)
+sha256sums=('ac3fb3f33a76ce22f968ace293445ef64c201b0ae43aef21e664e4b977e34f89')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # add bash completion
+  install -d "$pkgdir"/usr/share/bash-completion/completions
+  install -m644 "$pkgdir"/usr/share/doc/aria2/bash_completion/aria2c \
+"$pkgdir"/usr/share/bash-completion/completions
+  rm -rf "$pkgdir"/usr/share/doc/aria2/bash_completion
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-15 15:34:40 UTC (rev 171113)
+++ community-x86_64/PKGBUILD   2016-04-15 15:35:29 UTC (rev 171114)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Angel Velasquez 
-# Contributor: Alexander Fehr 
-# Contributor: Daniel J Griffiths 
-
-pkgname=aria2
-pkgver=1.21.0
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
-checkdepends=('cppunit')
-source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz;)

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

2016-04-15 Thread Felix Yan
Date: Friday, April 15, 2016 @ 17:34:40
  Author: fyan
Revision: 171113

upgpkg: aria2 1.22.0-1

Modified:
  aria2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 14:51:45 UTC (rev 171112)
+++ PKGBUILD2016-04-15 15:34:40 UTC (rev 171113)
@@ -7,7 +7,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=aria2
-pkgver=1.21.0
+pkgver=1.22.0
 pkgrel=1
 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
 checkdepends=('cppunit')
 
source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz;)
-sha256sums=('225c5f2c8acc899e0a802cdf198f82bd0d3282218e80cdce251b1f9ffacf6580')
+sha256sums=('ac3fb3f33a76ce22f968ace293445ef64c201b0ae43aef21e664e4b977e34f89')
 
 build() {
   cd $pkgname-$pkgver


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

2016-04-15 Thread Felix Yan
Date: Friday, April 15, 2016 @ 16:51:18
  Author: fyan
Revision: 17

upgpkg: python-ipdb 0.9.3-1

Modified:
  python-ipdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 14:32:53 UTC (rev 171110)
+++ PKGBUILD2016-04-15 14:51:18 UTC (rev 17)
@@ -5,7 +5,7 @@
 
 pkgbase=python-ipdb
 pkgname=(python-ipdb python2-ipdb)
-pkgver=0.9.1
+pkgver=0.9.3
 pkgrel=1
 pkgdesc="IPython-enabled pdb"
 url="http://pypi.python.org/pypi/ipdb;


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

2016-04-15 Thread Felix Yan
Date: Friday, April 15, 2016 @ 16:51:45
  Author: fyan
Revision: 171112

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-15 14:51:18 UTC (rev 17)
+++ PKGBUILD2016-04-15 14:51:45 UTC (rev 171112)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: N30N 
-# Contributor: giniu 
-
-pkgbase=python-ipdb
-pkgname=(python-ipdb python2-ipdb)
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="IPython-enabled pdb"
-url="http://pypi.python.org/pypi/ipdb;
-makedepends=('python-setuptools' 'python2-setuptools' 'ipython' 'ipython2' 
'git')
-arch=("any")
-license=("BSD")
-source=("git+https://github.com/gotcha/ipdb.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a ipdb{,-py2}
-}
-
-build() {
-  cd "$srcdir"/ipdb
-  python setup.py build
-
-  cd "$srcdir"/ipdb-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/ipdb
-  python setup.py test
-
-  cd "$srcdir"/ipdb-py2
-  python2 setup.py test
-}
-
-package_python-ipdb() {
-  depends=("ipython")
-
-  cd "$srcdir"/ipdb
-  python setup.py install -O1 --root="$pkgdir"
-
-  ln -s ipdb3 "$pkgdir"/usr/bin/ipdb
-  install -Dm644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/COPYING.txt
-}
-
-package_python2-ipdb() {
-  depends=("ipython2")
-
-  cd "$srcdir"/ipdb-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-
-  mv "$pkgdir"/usr/bin/ipdb{,2}
-  install -Dm644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/COPYING.txt
-}

Copied: python-ipdb/repos/community-any/PKGBUILD (from rev 17, 
python-ipdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-15 14:51:45 UTC (rev 171112)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: N30N 
+# Contributor: giniu 
+
+pkgbase=python-ipdb
+pkgname=(python-ipdb python2-ipdb)
+pkgver=0.9.3
+pkgrel=1
+pkgdesc="IPython-enabled pdb"
+url="http://pypi.python.org/pypi/ipdb;
+makedepends=('python-setuptools' 'python2-setuptools' 'ipython' 'ipython2' 
'git')
+arch=("any")
+license=("BSD")
+source=("git+https://github.com/gotcha/ipdb.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a ipdb{,-py2}
+}
+
+build() {
+  cd "$srcdir"/ipdb
+  python setup.py build
+
+  cd "$srcdir"/ipdb-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/ipdb
+  python setup.py test
+
+  cd "$srcdir"/ipdb-py2
+  python2 setup.py test
+}
+
+package_python-ipdb() {
+  depends=("ipython")
+
+  cd "$srcdir"/ipdb
+  python setup.py install -O1 --root="$pkgdir"
+
+  ln -s ipdb3 "$pkgdir"/usr/bin/ipdb
+  install -Dm644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/COPYING.txt
+}
+
+package_python2-ipdb() {
+  depends=("ipython2")
+
+  cd "$srcdir"/ipdb-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+
+  mv "$pkgdir"/usr/bin/ipdb{,2}
+  install -Dm644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/COPYING.txt
+}


[arch-commits] Commit in qt5-translations/repos (extra-i686 extra-x86_64)

2016-04-15 Thread Antonio Rojas
Date: Friday, April 15, 2016 @ 16:31:55
  Author: arojas
Revision: 265008

Cleanup

Deleted:
  qt5-translations/repos/extra-i686/
  qt5-translations/repos/extra-x86_64/


[arch-commits] Commit in (ffmpeg-compat)

2016-04-15 Thread Antonio Rojas
Date: Friday, April 15, 2016 @ 16:32:53
  Author: arojas
Revision: 171110

Cleanup

Deleted:
  ffmpeg-compat/


[arch-commits] Commit in sagemath-doc/repos (community-i686 community-x86_64)

2016-04-15 Thread Antonio Rojas
Date: Friday, April 15, 2016 @ 16:31:15
  Author: arojas
Revision: 171109

Cleanup

Deleted:
  sagemath-doc/repos/community-i686/
  sagemath-doc/repos/community-x86_64/


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

2016-04-15 Thread Felix Yan
Date: Friday, April 15, 2016 @ 14:50:50
  Author: fyan
Revision: 265005

upgpkg: python-setuptools 1:20.8.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 12:30:28 UTC (rev 265004)
+++ PKGBUILD2016-04-15 12:50:50 UTC (rev 265005)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=20.8.0
+pkgver=20.8.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -14,7 +14,7 @@
 makedepends=('python-packaging' 'python2-packaging')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
 
source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-$pkgver.tar.gz;)
-sha512sums=('b5569e15edbcea21ee065c316fb184f9cbaa9daa1053c9eae3293e0e10ef53cf228c17d48ec057dc1c5c9a05c8d64148b8d576e4815fdb1f3aacc10938d8a2a2')
+sha512sums=('a3270b1fb1873347ed503d6efcbf4074d8cb25feddaa17ad3dd5541890b6b0e51f00fb5b2bddb3cc0b38168a18ceb95e2405f1000d28def513434833d56fc4eb')
 
 prepare() {
   # We ship separated python{,2}-{packaging,six} packages.


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

2016-04-15 Thread Jan Steffens
Date: Friday, April 15, 2016 @ 13:49:32
  Author: heftig
Revision: 265001

archrelease: copy trunk to extra-x86_64

Added:
  gst-python/repos/extra-x86_64/PKGBUILD
(from rev 265000, gst-python/trunk/PKGBUILD)
Deleted:
  gst-python/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-15 11:48:09 UTC (rev 265000)
+++ PKGBUILD2016-04-15 11:49:32 UTC (rev 265001)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jan de Groot 
-
-pkgbase=gst-python
-pkgname=('gst-python' 'gst-python2')
-pkgver=1.6.2
-pkgrel=2
-pkgdesc="Python bindings for GStreamer"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-makedepends=('pkg-config' 'python-gobject' 'python2-gobject' 
'gst-plugins-base')
-source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz)
-md5sums=('14b6cfe1a0db5cc01c6a58f7b4af6184')
-
-build() {
-  cp -a "${srcdir}/gst-python-${pkgver}" "${srcdir}/gst-python2-${pkgver}"
-
-  cd "${srcdir}/gst-python-${pkgver}"
-  ./configure --prefix=/usr
-  make
-
-  cd "${srcdir}/gst-python2-${pkgver}"
-  export PYTHON=python2
-  ./configure --prefix=/usr
-  make
-}
-
-package_gst-python() {
-  depends=('python-gobject' 'gst-plugins-base')
-
-  cd "${srcdir}/gst-python-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-package_gst-python2() {
-  depends=('python2-gobject' 'gst-plugins-base')
-
-  cd "${srcdir}/gst-python2-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gst-python/repos/extra-x86_64/PKGBUILD (from rev 265000, 
gst-python/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-15 11:49:32 UTC (rev 265001)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan de Groot 
+
+pkgbase=gst-python
+pkgname=('gst-python' 'gst-python2')
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="GStreamer Python binding overrides"
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkg-config' 'python-gobject' 'python2-gobject' 
'gst-plugins-base')
+url="http://gstreamer.freedesktop.org/;
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('ce45ff17c59f86a3a525685e37b95e6a78a019e709f66a5c4b462a7f7a22f6ea')
+
+prepare() {
+  mkdir py2 py3
+}
+
+_build() (
+  cd $1
+  # Out-of-tree build fails to check
+  cp -a ../$pkgbase-$pkgver/* .
+  ./configure --prefix=/usr
+  make
+)
+
+build() {
+  _build py3
+  PYTHON=python2 _build py2
+}
+
+check() {
+  make -C py3 check
+  make -C py2 check
+}
+
+package_gst-python() {
+  pkgdesc="${pkgdesc//Python/Python 3}"
+  depends=('python-gobject' 'gst-plugins-base')
+
+  make -C py3 DESTDIR="$pkgdir" install
+}
+
+package_gst-python2() {
+  pkgdesc="${pkgdesc//Python/Python 2}"
+  depends=('python2-gobject' 'gst-plugins-base')
+
+  make -C py2 DESTDIR="$pkgdir" install
+}


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

2016-04-15 Thread Jan Steffens
Date: Friday, April 15, 2016 @ 13:48:09
  Author: heftig
Revision: 265000

1.8.0-1

Modified:
  gst-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 11:32:28 UTC (rev 264999)
+++ PKGBUILD2016-04-15 11:48:09 UTC (rev 265000)
@@ -1,42 +1,52 @@
 # $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan de Groot 
 
 pkgbase=gst-python
 pkgname=('gst-python' 'gst-python2')
-pkgver=1.6.2
-pkgrel=2
-pkgdesc="Python bindings for GStreamer"
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="GStreamer Python binding overrides"
 arch=('i686' 'x86_64')
 license=('LGPL')
+makedepends=('pkg-config' 'python-gobject' 'python2-gobject' 
'gst-plugins-base')
 url="http://gstreamer.freedesktop.org/;
-makedepends=('pkg-config' 'python-gobject' 'python2-gobject' 
'gst-plugins-base')
-source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz)
-md5sums=('14b6cfe1a0db5cc01c6a58f7b4af6184')
+source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('ce45ff17c59f86a3a525685e37b95e6a78a019e709f66a5c4b462a7f7a22f6ea')
 
-build() {
-  cp -a "${srcdir}/gst-python-${pkgver}" "${srcdir}/gst-python2-${pkgver}"
+prepare() {
+  mkdir py2 py3
+}
 
-  cd "${srcdir}/gst-python-${pkgver}"
+_build() (
+  cd $1
+  # Out-of-tree build fails to check
+  cp -a ../$pkgbase-$pkgver/* .
   ./configure --prefix=/usr
   make
+)
 
-  cd "${srcdir}/gst-python2-${pkgver}"
-  export PYTHON=python2
-  ./configure --prefix=/usr
-  make
+build() {
+  _build py3
+  PYTHON=python2 _build py2
 }
 
+check() {
+  make -C py3 check
+  make -C py2 check
+}
+
 package_gst-python() {
+  pkgdesc="${pkgdesc//Python/Python 3}"
   depends=('python-gobject' 'gst-plugins-base')
 
-  cd "${srcdir}/gst-python-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  make -C py3 DESTDIR="$pkgdir" install
 }
 
 package_gst-python2() {
+  pkgdesc="${pkgdesc//Python/Python 2}"
   depends=('python2-gobject' 'gst-plugins-base')
 
-  cd "${srcdir}/gst-python2-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  make -C py2 DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in (gst-python)

2016-04-15 Thread Jan Steffens
Date: Friday, April 15, 2016 @ 13:32:54
  Author: heftig
Revision: 171105

community2extra: Moving gst-python from community to extra

Deleted:
  gst-python/


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

2016-04-15 Thread Jan Steffens
Date: Friday, April 15, 2016 @ 13:32:28
  Author: heftig
Revision: 264999

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

Added:
  gst-python/repos/extra-i686/
  gst-python/repos/extra-i686/PKGBUILD
(from rev 264998, gst-python/trunk/PKGBUILD)
  gst-python/repos/extra-x86_64/
  gst-python/repos/extra-x86_64/PKGBUILD
(from rev 264998, gst-python/trunk/PKGBUILD)

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

Copied: gst-python/repos/extra-i686/PKGBUILD (from rev 264998, 
gst-python/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-15 11:32:28 UTC (rev 264999)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan de Groot 
+
+pkgbase=gst-python
+pkgname=('gst-python' 'gst-python2')
+pkgver=1.6.2
+pkgrel=2
+pkgdesc="Python bindings for GStreamer"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+makedepends=('pkg-config' 'python-gobject' 'python2-gobject' 
'gst-plugins-base')
+source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz)
+md5sums=('14b6cfe1a0db5cc01c6a58f7b4af6184')
+
+build() {
+  cp -a "${srcdir}/gst-python-${pkgver}" "${srcdir}/gst-python2-${pkgver}"
+
+  cd "${srcdir}/gst-python-${pkgver}"
+  ./configure --prefix=/usr
+  make
+
+  cd "${srcdir}/gst-python2-${pkgver}"
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package_gst-python() {
+  depends=('python-gobject' 'gst-plugins-base')
+
+  cd "${srcdir}/gst-python-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+package_gst-python2() {
+  depends=('python2-gobject' 'gst-plugins-base')
+
+  cd "${srcdir}/gst-python2-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gst-python/repos/extra-x86_64/PKGBUILD (from rev 264998, 
gst-python/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-04-15 11:32:28 UTC (rev 264999)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan de Groot 
+
+pkgbase=gst-python
+pkgname=('gst-python' 'gst-python2')
+pkgver=1.6.2
+pkgrel=2
+pkgdesc="Python bindings for GStreamer"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+makedepends=('pkg-config' 'python-gobject' 'python2-gobject' 
'gst-plugins-base')
+source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz)
+md5sums=('14b6cfe1a0db5cc01c6a58f7b4af6184')
+
+build() {
+  cp -a "${srcdir}/gst-python-${pkgver}" "${srcdir}/gst-python2-${pkgver}"
+
+  cd "${srcdir}/gst-python-${pkgver}"
+  ./configure --prefix=/usr
+  make
+
+  cd "${srcdir}/gst-python2-${pkgver}"
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package_gst-python() {
+  depends=('python-gobject' 'gst-plugins-base')
+
+  cd "${srcdir}/gst-python-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+package_gst-python2() {
+  depends=('python2-gobject' 'gst-plugins-base')
+
+  cd "${srcdir}/gst-python2-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in (4 files)

2016-04-15 Thread Jan Steffens
Date: Friday, April 15, 2016 @ 13:32:18
  Author: heftig
Revision: 264998

community2extra: Moving gst-python from community to extra

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

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

Added: gst-python/trunk/PKGBUILD
===
--- gst-python/trunk/PKGBUILD   (rev 0)
+++ gst-python/trunk/PKGBUILD   2016-04-15 11:32:18 UTC (rev 264998)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan de Groot 
+
+pkgbase=gst-python
+pkgname=('gst-python' 'gst-python2')
+pkgver=1.6.2
+pkgrel=2
+pkgdesc="Python bindings for GStreamer"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+makedepends=('pkg-config' 'python-gobject' 'python2-gobject' 
'gst-plugins-base')
+source=(http://gstreamer.freedesktop.org/src/gst-python/gst-python-${pkgver}.tar.xz)
+md5sums=('14b6cfe1a0db5cc01c6a58f7b4af6184')
+
+build() {
+  cp -a "${srcdir}/gst-python-${pkgver}" "${srcdir}/gst-python2-${pkgver}"
+
+  cd "${srcdir}/gst-python-${pkgver}"
+  ./configure --prefix=/usr
+  make
+
+  cd "${srcdir}/gst-python2-${pkgver}"
+  export PYTHON=python2
+  ./configure --prefix=/usr
+  make
+}
+
+package_gst-python() {
+  depends=('python-gobject' 'gst-plugins-base')
+
+  cd "${srcdir}/gst-python-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+package_gst-python2() {
+  depends=('python2-gobject' 'gst-plugins-base')
+
+  cd "${srcdir}/gst-python2-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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


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

2016-04-15 Thread Jan Steffens
Date: Friday, April 15, 2016 @ 13:30:22
  Author: heftig
Revision: 264997

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

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

--+
 testing-i686/PKGBUILD|  301 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8032 +
 testing-i686/config.x86_64   | 7790 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  301 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8032 +
 testing-x86_64/config.x86_64 | 7790 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 32370 insertions(+)

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


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

2016-04-15 Thread Jan Steffens
Date: Friday, April 15, 2016 @ 12:08:06
  Author: heftig
Revision: 264995

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-15 10:06:47 UTC (rev 264994)
+++ extra-i686/PKGBUILD 2016-04-15 10:08:06 UTC (rev 264995)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgbase=webkitgtk
-pkgname=(webkitgtk webkitgtk2)
-pkgver=2.4.10
-pkgrel=2
-pkgdesc="GTK+ Web content engine library"
-arch=(i686 x86_64)
-url="http://webkitgtk.org/;
-license=(custom)
-depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 
gst-plugins-base-libs
- libsecret libwebp harfbuzz-icu)
-makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby)
-optdepends=('gst-plugins-base: free media decoding'
-'gst-plugins-good: media decoding'
-'gst-libav: nonfree media decoding')
-options=(!emptydirs)
-source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('33fda4b20d7fec2d6e9399ba03ef3f6d2a733c628bd77d397880c44e4bf7c614')
-
-prepare() {
-  mkdir build-gtk{,2} path
-  ln -s /usr/bin/python2 path/python
-}
-
-_build() (
-  _ver="$1"; shift
-  cd build-${_ver}
-
-  PATH="$srcdir/path:$PATH"
-
-  ../$pkgbase-$pkgver/configure --prefix=/usr \
---libexecdir=/usr/lib/webkit${_ver} \
---enable-introspection \
---disable-webkit2 \
---disable-gtk-doc \
-"$@"
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make all stamp-po
-)
-
-build() {
-  _build gtk
-  _build gtk2 --with-gtk=2.0
-}
-
-package_webkitgtk() {
-  depends+=(gtk3)
-  optdepends+=('gtk2: Netscape plugin support')
-  provides=("webkitgtk3=${pkgver}" "libwebkit3=${pkgver}")
-  conflicts=(webkitgtk3 libwebkit3)
-  replaces=(webkitgtk3 libwebkit3)
-
-  make -C build-gtk -j1 DESTDIR="$pkgdir" install
-  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
-"$pkgdir/usr/share/licenses/webkitgtk/LICENSE"
-}
-
-package_webkitgtk2() {
-  pkgdesc+=" for GTK2"
-  depends+=(gtk2)
-  provides=("libwebkit=${pkgver}")
-  conflicts=(libwebkit)
-  replaces=(libwebkit)
-
-  make -C build-gtk2 -j1 DESTDIR="$pkgdir" install
-  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
-"$pkgdir/usr/share/licenses/webkitgtk2/LICENSE"
-}

Copied: webkitgtk/repos/extra-i686/PKGBUILD (from rev 264994, 
webkitgtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-15 10:08:06 UTC (rev 264995)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase=webkitgtk
+pkgname=(webkitgtk webkitgtk2)
+pkgver=2.4.11
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=(i686 x86_64)
+url="http://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 
gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu)
+makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby)
+optdepends=('gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=(!emptydirs)
+source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz)
+sha256sums=('588aea051bfbacced27fdfe0335a957dca839ebe36aa548df39c7bbafdb65bf7')
+
+prepare() {
+  mkdir build-gtk{,2} path
+  ln -s /usr/bin/python2 path/python
+}
+
+_build() (
+  _ver="$1"; shift
+  cd build-${_ver}
+
+  PATH="$srcdir/path:$PATH"
+
+  ../$pkgbase-$pkgver/configure --prefix=/usr \
+--libexecdir=/usr/lib/webkit${_ver} \
+--enable-introspection \
+--disable-webkit2 \
+--disable-gtk-doc \
+"$@"
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make all stamp-po
+)
+
+build() {
+  _build gtk
+  _build gtk2 --with-gtk=2.0
+}
+
+package_webkitgtk() {
+  depends+=(gtk3)
+  optdepends+=('gtk2: Netscape plugin support')
+  provides=("webkitgtk3=${pkgver}" "libwebkit3=${pkgver}")
+  conflicts=(webkitgtk3 libwebkit3)
+  replaces=(webkitgtk3 libwebkit3)
+
+  make -C build-gtk -j1 DESTDIR="$pkgdir" install
+  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
+"$pkgdir/usr/share/licenses/webkitgtk/LICENSE"
+}
+
+package_webkitgtk2() {
+  pkgdesc+=" for GTK2"
+ 

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

2016-04-15 Thread Felix Yan
Date: Friday, April 15, 2016 @ 11:50:52
  Author: fyan
Revision: 171102

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

Added:
  mongodb/repos/community-staging-i686/
  mongodb/repos/community-staging-i686/PKGBUILD
(from rev 171101, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-staging-i686/boost160.patch
(from rev 171101, mongodb/trunk/boost160.patch)
  mongodb/repos/community-staging-i686/mongodb.conf
(from rev 171101, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-staging-i686/mongodb.install
(from rev 171101, mongodb/trunk/mongodb.install)
  mongodb/repos/community-staging-i686/mongodb.service
(from rev 171101, mongodb/trunk/mongodb.service)
  mongodb/repos/community-staging-x86_64/
  mongodb/repos/community-staging-x86_64/PKGBUILD
(from rev 171101, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-staging-x86_64/boost160.patch
(from rev 171101, mongodb/trunk/boost160.patch)
  mongodb/repos/community-staging-x86_64/mongodb.conf
(from rev 171101, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-staging-x86_64/mongodb.install
(from rev 171101, mongodb/trunk/mongodb.install)
  mongodb/repos/community-staging-x86_64/mongodb.service
(from rev 171101, mongodb/trunk/mongodb.service)

--+
 community-staging-i686/PKGBUILD  |   96 +
 community-staging-i686/boost160.patch|   11 +++
 community-staging-i686/mongodb.conf  |8 ++
 community-staging-i686/mongodb.install   |   32 +
 community-staging-i686/mongodb.service   |   10 +++
 community-staging-x86_64/PKGBUILD|   96 +
 community-staging-x86_64/boost160.patch  |   11 +++
 community-staging-x86_64/mongodb.conf|8 ++
 community-staging-x86_64/mongodb.install |   32 +
 community-staging-x86_64/mongodb.service |   10 +++
 10 files changed, 314 insertions(+)

Copied: mongodb/repos/community-staging-i686/PKGBUILD (from rev 171101, 
mongodb/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-15 09:50:52 UTC (rev 171102)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Mathias Stearn 
+# Contributor: Alec Thomas
+
+pkgname=mongodb
+pkgver=3.2.5
+pkgrel=1
+pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org'
+license=('AGPL3')
+depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs' 'yaml-cpp')
+[[ "$CARCH" == "x86_64" ]] && depends+=('wiredtiger')
+makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost')
+checkdepends=('python2-pymongo' 'python2-yaml')
+optdepends=('libpcap: needed for mongosniff'
+'mongodb-tools: mongoimport, mongodump, mongotop, etc')
+backup=('etc/mongodb.conf')
+install=mongodb.install
+source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
+'boost160.patch'
+'mongodb.conf' 'mongodb.service')
+sha512sums=('dbdb7a9f73c8025faf4a670f55d39fbc48577a0825f9edbb1d072d3237f64a4a84c0e415714182fa1da33a6a40673c8c9f31c3f509aa4a339211c913cbaf945b'
+
'385c82875174caae433a3b381eb10f98a6fed0c8943788ddefff1de80a898e480bdbbf094a7783285cf2ae11ce3fc6878e57d58183d05be2f0837b206aaa4da6'
+
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
+
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
+
+_scons_args=(
+  --use-system-boost
+  --use-system-pcre
+  --use-system-snappy
+  --use-system-yaml
+  --use-system-zlib
+  --use-sasl-client
+  --ssl
+  --disable-warnings-as-errors
+  # --use-system-asio # https://jira.mongodb.org/browse/SERVER-21839
+  # --use-system-v8   # Doesn't compile
+  # --use-system-tcmalloc # Disabled as upstream suggests in 
https://jira.mongodb.org/browse/SERVER-17447?focusedCommentId=841890=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-841890
+)
+
+if [ "$CARCH" == "x86_64" ]; then
+  _scons_args+=(--use-system-wiredtiger)
+else
+  # WiredTiger must be disabled manually when building for i686
+  _scons_args+=(--wiredtiger=off)
+fi
+
+prepare() {
+  cd mongodb-src-r${pkgver}
+  patch -Np1 -i ../boost160.patch
+}
+
+build() {
+  cd mongodb-src-r${pkgver}
+  export SCONSFLAGS="$MAKEFLAGS"
+
+  scons core tools "${_scons_args[@]}"
+}
+
+check() {
+  cd mongodb-src-r${pkgver}
+  export SCONSFLAGS="$MAKEFLAGS"
+
+  # Setting LANG to workaround the following test error:
+  # std::exception: locale::facet::_S_create_c_locale name not valid
+  

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

2016-04-15 Thread Felix Yan
Date: Friday, April 15, 2016 @ 10:21:03
  Author: fyan
Revision: 171100

archrelease: copy trunk to community-staging-x86_64

Added:
  wiredtiger/repos/community-staging-x86_64/
  wiredtiger/repos/community-staging-x86_64/PKGBUILD
(from rev 171099, wiredtiger/trunk/PKGBUILD)

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

Copied: wiredtiger/repos/community-staging-x86_64/PKGBUILD (from rev 171099, 
wiredtiger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-15 08:21:03 UTC (rev 171100)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stefan Husmann 
+
+pkgname=wiredtiger
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="High performance, scalable, production quality, NoSQL, Open Source 
extensible platform for data management"
+arch=('x86_64')
+url="http://source.wiredtiger.com/;
+license=('GPL')
+depends=('snappy' 'lz4' 'zlib' 'gperftools')
+makedepends=('git')
+source=("git://github.com/wiredtiger/wiredtiger.git#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/wiredtiger"
+  
+  ./autogen.sh
+  ./configure --prefix=/usr \
+  --enable-leveldb \
+  --enable-lz4 \
+  --enable-tcmalloc \
+  --with-builtins=snappy,zlib
+  make
+}
+
+check() {
+  cd "$srcdir/wiredtiger"
+  make test
+}
+
+package() {
+  cd "$srcdir/wiredtiger"
+  make DESTDIR="$pkgdir/" install
+}


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

2016-04-15 Thread Felix Yan
Date: Friday, April 15, 2016 @ 10:20:51
  Author: fyan
Revision: 171099

upgpkg: wiredtiger 2.8.0-1

Modified:
  wiredtiger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 02:52:16 UTC (rev 171098)
+++ PKGBUILD2016-04-15 08:20:51 UTC (rev 171099)
@@ -3,8 +3,7 @@
 # Contributor: Stefan Husmann 
 
 pkgname=wiredtiger
-pkgver=2.7.0.20160218
-_commit=5cdd3e320cb19cd54111c2572a3d6e33d3009ad4
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="High performance, scalable, production quality, NoSQL, Open Source 
extensible platform for data management"
 arch=('x86_64')
@@ -12,7 +11,7 @@
 license=('GPL')
 depends=('snappy' 'lz4' 'zlib' 'gperftools')
 makedepends=('git')
-source=("git://github.com/wiredtiger/wiredtiger.git#commit=$_commit")
+source=("git://github.com/wiredtiger/wiredtiger.git#tag=$pkgver")
 md5sums=('SKIP')
 
 build() {


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

2016-04-15 Thread Antonio Rojas
Date: Friday, April 15, 2016 @ 09:36:15
  Author: arojas
Revision: 264992

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-15 07:35:41 UTC (rev 264991)
+++ extra-i686/PKGBUILD 2016-04-15 07:36:15 UTC (rev 264992)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson  
-# Contributor: said 
-
-pkgname=libcue
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Parses so-called cue sheets and handles the parsed data'
-url='https://github.com/lipnitsk/libcue/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lipnitsk/libcue/archive/v$pkgver.tar.gz;)
-depends=('glibc')
-makedepends=('cmake')
-sha1sums=('5eb1fae519b9a0d78ecb1c5287ab6433826d4492')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   cmake -DCMAKE_INSTALL_PREFIX=/usr .
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR="${pkgdir}" install
-}

Copied: libcue/repos/extra-i686/PKGBUILD (from rev 264991, 
libcue/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-15 07:36:15 UTC (rev 264992)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson  
+# Contributor: said 
+
+pkgname=libcue
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Parses so-called cue sheets and handles the parsed data'
+url='https://github.com/lipnitsk/libcue/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lipnitsk/libcue/archive/v$pkgver.tar.gz;)
+depends=('glibc')
+makedepends=('cmake')
+sha1sums=('51661156cd027fbc2eed2cdb6f358bd90e5b9e2d')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   cmake -DCMAKE_INSTALL_PREFIX=/usr .
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-15 07:35:41 UTC (rev 264991)
+++ extra-x86_64/PKGBUILD   2016-04-15 07:36:15 UTC (rev 264992)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson  
-# Contributor: said 
-
-pkgname=libcue
-pkgver=2.0.1
-pkgrel=1
-pkgdesc='Parses so-called cue sheets and handles the parsed data'
-url='https://github.com/lipnitsk/libcue/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lipnitsk/libcue/archive/v$pkgver.tar.gz;)
-depends=('glibc')
-makedepends=('cmake')
-sha1sums=('5eb1fae519b9a0d78ecb1c5287ab6433826d4492')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   cmake -DCMAKE_INSTALL_PREFIX=/usr .
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR="${pkgdir}" install
-}

Copied: libcue/repos/extra-x86_64/PKGBUILD (from rev 264991, 
libcue/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-04-15 07:36:15 UTC (rev 264992)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Gaetan Bisson  
+# Contributor: said 
+
+pkgname=libcue
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Parses so-called cue sheets and handles the parsed data'
+url='https://github.com/lipnitsk/libcue/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lipnitsk/libcue/archive/v$pkgver.tar.gz;)
+depends=('glibc')
+makedepends=('cmake')
+sha1sums=('51661156cd027fbc2eed2cdb6f358bd90e5b9e2d')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   cmake -DCMAKE_INSTALL_PREFIX=/usr .
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="${pkgdir}" install
+}


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

2016-04-15 Thread Antonio Rojas
Date: Friday, April 15, 2016 @ 09:35:41
  Author: arojas
Revision: 264991

Update to 2.1.0

Modified:
  libcue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 07:33:52 UTC (rev 264990)
+++ PKGBUILD2016-04-15 07:35:41 UTC (rev 264991)
@@ -3,7 +3,7 @@
 # Contributor: said 
 
 pkgname=libcue
-pkgver=2.0.1
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='Parses so-called cue sheets and handles the parsed data'
 url='https://github.com/lipnitsk/libcue/'
@@ -12,7 +12,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lipnitsk/libcue/archive/v$pkgver.tar.gz;)
 depends=('glibc')
 makedepends=('cmake')
-sha1sums=('5eb1fae519b9a0d78ecb1c5287ab6433826d4492')
+sha1sums=('51661156cd027fbc2eed2cdb6f358bd90e5b9e2d')
 
 build() {
cd ${pkgname}-${pkgver}


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

2016-04-15 Thread Jan Steffens
Date: Friday, April 15, 2016 @ 09:33:40
  Author: heftig
Revision: 264989

2.12.1-1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 07:02:23 UTC (rev 264988)
+++ PKGBUILD2016-04-15 07:33:40 UTC (rev 264989)
@@ -2,8 +2,8 @@
 # Maintainer: Eric BĂ©langer 
 
 pkgname=webkit2gtk
-pkgver=2.12.0
-pkgrel=2
+pkgver=2.12.1
+pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=('i686' 'x86_64')
 url="http://webkitgtk.org/;
@@ -17,7 +17,7 @@
 'gst-libav: nonfree media decoding')
 options=('!emptydirs')
 source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
-sha256sums=('a68604f8fd1bcb247d647709290226289b90c16acb1f3730538b688db8df5ea6')
+sha256sums=('5b1a2d5227553f3cecbdb258c68b384f9235747b2c07c15afb555fe4fa6ae896')
 
 prepare() {
   mkdir build


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

2016-04-15 Thread Jan Steffens
Date: Friday, April 15, 2016 @ 09:33:52
  Author: heftig
Revision: 264990

2.4.11-1

Modified:
  webkitgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 07:33:40 UTC (rev 264989)
+++ PKGBUILD2016-04-15 07:33:52 UTC (rev 264990)
@@ -3,8 +3,8 @@
 
 pkgbase=webkitgtk
 pkgname=(webkitgtk webkitgtk2)
-pkgver=2.4.10
-pkgrel=2
+pkgver=2.4.11
+pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=(i686 x86_64)
 url="http://webkitgtk.org/;
@@ -17,7 +17,7 @@
 'gst-libav: nonfree media decoding')
 options=(!emptydirs)
 source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('33fda4b20d7fec2d6e9399ba03ef3f6d2a733c628bd77d397880c44e4bf7c614')
+sha256sums=('588aea051bfbacced27fdfe0335a957dca839ebe36aa548df39c7bbafdb65bf7')
 
 prepare() {
   mkdir build-gtk{,2} path


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

2016-04-15 Thread Felix Yan
Date: Friday, April 15, 2016 @ 09:02:23
  Author: fyan
Revision: 264988

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  134 ++---
 1 file changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-15 07:02:05 UTC (rev 264987)
+++ PKGBUILD2016-04-15 07:02:23 UTC (rev 264988)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=20.7.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')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
-source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-$pkgver.tar.gz;)
-sha512sums=('6cfd139d7ab73366093e76912e01d3e8f92ef8e6980a90ba733ea1ea0e4064f1dd32d4278eccc5140c92d087c43daaccf428592bb83b5163bcbe0353e08f')
-
-prepare() {
-  # We ship separated python{,2}-{packaging,six} packages.
-  rm -rv setuptools-$pkgver/pkg_resources/_vendor
-
-  cp -a setuptools-${pkgver}{,-py2}
-
-  cd "$srcdir"/setuptools-$pkgver
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd "$srcdir"/setuptools-$pkgver
-  python3 setup.py build
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  cd "$srcdir"/setuptools-$pkgver
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  cd "$srcdir"/setuptools-$pkgver-py2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools-$pkgver
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "$srcdir"/setuptools-$pkgver-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 264987, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-15 07:02:23 UTC (rev 264988)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=20.8.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')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
+source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-$pkgver.tar.gz;)
+sha512sums=('b5569e15edbcea21ee065c316fb184f9cbaa9daa1053c9eae3293e0e10ef53cf228c17d48ec057dc1c5c9a05c8d64148b8d576e4815fdb1f3aacc10938d8a2a2')
+
+prepare() {
+  # We ship separated python{,2}-{packaging,six} packages.
+  rm -rv setuptools-$pkgver/pkg_resources/_vendor
+
+  cp -a setuptools-${pkgver}{,-py2}
+
+  cd "$srcdir"/setuptools-$pkgver
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-$pkgver-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  cd "$srcdir"/setuptools-$pkgver
+  python3 setup.py build
+
+  cd "$srcdir"/setuptools-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  cd "$srcdir"/setuptools-$pkgver
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  cd "$srcdir"/setuptools-$pkgver-py2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python-packaging')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd "$srcdir"/setuptools-$pkgver
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
+}
+ 

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

2016-04-15 Thread Felix Yan
Date: Friday, April 15, 2016 @ 09:02:05
  Author: fyan
Revision: 264987

upgpkg: python-setuptools 1:20.8.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-15 05:59:51 UTC (rev 264986)
+++ PKGBUILD2016-04-15 07:02:05 UTC (rev 264987)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=20.7.0
+pkgver=20.8.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -14,7 +14,7 @@
 makedepends=('python-packaging' 'python2-packaging')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
 
source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-$pkgver.tar.gz;)
-sha512sums=('6cfd139d7ab73366093e76912e01d3e8f92ef8e6980a90ba733ea1ea0e4064f1dd32d4278eccc5140c92d087c43daaccf428592bb83b5163bcbe0353e08f')
+sha512sums=('b5569e15edbcea21ee065c316fb184f9cbaa9daa1053c9eae3293e0e10ef53cf228c17d48ec057dc1c5c9a05c8d64148b8d576e4815fdb1f3aacc10938d8a2a2')
 
 prepare() {
   # We ship separated python{,2}-{packaging,six} packages.


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

2016-04-15 Thread Tobias Powalowski
Date: Friday, April 15, 2016 @ 07:59:51
  Author: tpowa
Revision: 264986

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

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

--+
 /PKGBUILD|  590 
 /change-default-console-loglevel.patch   |   22 
 /config  |15998 +
 /config.x86_64   |15514 
 /linux.install   |   74 
 /linux.preset|   28 
 testing-i686/PKGBUILD|  295 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7999 
 testing-i686/config.x86_64   | 7757 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  295 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7999 
 testing-x86_64/config.x86_64 | 7757 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 18 files changed, 32226 insertions(+), 32226 deletions(-)

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