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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 08:13:20
  Author: fyan
Revision: 175994

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 175993, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-21 06:13:20 UTC (rev 175994)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=35
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 175993, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-21 06:13:20 UTC (rev 175994)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=35
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 08:12:48
  Author: fyan
Revision: 175993

upgpkg: hoogle 4.2.43-35

rebuild with parsec-3.1.11

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-21 05:23:11 UTC (rev 175992)
+++ PKGBUILD2016-05-21 06:12:48 UTC (rev 175993)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=4.2.43
-pkgrel=34
+pkgrel=35
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/";
 license=("custom:BSD3")


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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 07:23:11
  Author: fyan
Revision: 175992

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

Added:
  pandoc-crossref/repos/community-staging-i686/
  pandoc-crossref/repos/community-staging-i686/PKGBUILD
(from rev 175991, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install
(from rev 175991, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 175991, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/haskell-pandoc-crossref.install
(from rev 175991, pandoc-crossref/trunk/haskell-pandoc-crossref.install)

--+
 community-staging-i686/PKGBUILD  |   54 +
 community-staging-i686/haskell-pandoc-crossref.install   |   18 
 community-staging-x86_64/PKGBUILD|   54 +
 community-staging-x86_64/haskell-pandoc-crossref.install |   18 
 4 files changed, 144 insertions(+)

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 175991, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-21 05:23:11 UTC (rev 175992)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.1.3
+pkgrel=2
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase}";
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('d14b78972c48a722b7e53d12fb601e4379d5384f9a58c8ce46ab42b058125471')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$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_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+install="haskell-pandoc-crossref.install"
+
+cd "${srcdir}/${pkgbase}-${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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: 
pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install 
(from rev 175991, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
===
--- community-staging-i686/haskell-pandoc-crossref.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-crossref.install  2016-05-21 
05:23:11 UTC (rev 175992)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-crossref
+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: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
175991, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-21 05:23:

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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 07:22:40
  Author: fyan
Revision: 175991

upgpkg: pandoc-crossref 0.2.1.3-2

rebuild with parsec-3.1.11

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-21 05:03:20 UTC (rev 175990)
+++ PKGBUILD2016-05-21 05:22:40 UTC (rev 175991)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase}";
 license=("GPL2")


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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 07:03:20
  Author: fyan
Revision: 175990

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

Added:
  haskell-hackage-security/repos/community-staging-i686/
  haskell-hackage-security/repos/community-staging-i686/PKGBUILD
(from rev 175989, haskell-hackage-security/trunk/PKGBUILD)
  
haskell-hackage-security/repos/community-staging-i686/haskell-hackage-security.install
(from rev 175989, 
haskell-hackage-security/trunk/haskell-hackage-security.install)
  haskell-hackage-security/repos/community-staging-x86_64/
  haskell-hackage-security/repos/community-staging-x86_64/PKGBUILD
(from rev 175989, haskell-hackage-security/trunk/PKGBUILD)
  
haskell-hackage-security/repos/community-staging-x86_64/haskell-hackage-security.install
(from rev 175989, 
haskell-hackage-security/trunk/haskell-hackage-security.install)

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

Copied: haskell-hackage-security/repos/community-staging-i686/PKGBUILD (from 
rev 175989, haskell-hackage-security/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-21 05:03:20 UTC (rev 175990)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hackage-security
+pkgname=haskell-hackage-security
+pkgver=0.5.1.0
+pkgrel=5
+pkgdesc="Hackage security library"
+url="https://github.com/well-typed/hackage-security";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-cryptohash-sha256" "haskell-ed25519" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-parsec" "haskell-tar" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('5b2effb1e342f00c57db0b1390c46f9c6142e8039bb062ddab589ba438c88eba')
+
+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 \
+-fbase48 -fuse-network-uri -f-old-directory
+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-hackage-security/repos/community-staging-i686/haskell-hackage-security.install
 (from rev 175989, 
haskell-hackage-security/trunk/haskell-hackage-security.install)
===
--- community-staging-i686/haskell-hackage-security.install 
(rev 0)
+++ community-staging-i686/haskell-hackage-security.install 2016-05-21 
05:03:20 UTC (rev 175990)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hackage-security
+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-hackage-security/repos/community-staging-x86_64/PKGBUILD (from 
rev 175989, haskell-hackage-security/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-21 05:03:20 UTC (rev 175990)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hackage-security
+pkgname=haskel

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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 07:02:48
  Author: fyan
Revision: 175989

upgpkg: haskell-hackage-security 0.5.1.0-5

rebuild with parsec-3.1.11

Modified:
  haskell-hackage-security/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-21 05:02:10 UTC (rev 175988)
+++ PKGBUILD2016-05-21 05:02:48 UTC (rev 175989)
@@ -5,7 +5,7 @@
 _hkgname=hackage-security
 pkgname=haskell-hackage-security
 pkgver=0.5.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Hackage security library"
 url="https://github.com/well-typed/hackage-security";
 license=("custom:BSD3")


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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 07:02:10
  Author: fyan
Revision: 175988

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

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

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

Copied: haskell-pipes-http/repos/community-staging-i686/PKGBUILD (from rev 
175987, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-21 05:02:10 UTC (rev 175988)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.2
+pkgrel=11
+pkgdesc="HTTP client with pipes interface"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('f32f2962ba04ccb28cef3866d002fbc17a8d818ef637c236c72148f66f580a43')
+
+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-pipes-http/repos/community-staging-i686/haskell-pipes-http.install 
(from rev 175987, haskell-pipes-http/trunk/haskell-pipes-http.install)
===
--- community-staging-i686/haskell-pipes-http.install   
(rev 0)
+++ community-staging-i686/haskell-pipes-http.install   2016-05-21 05:02:10 UTC 
(rev 175988)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pipes-http
+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-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
175987, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-21 05:02:10 UTC (rev 175988)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.2
+pkgrel=11
+pkgdesc="HTTP client with pipes interface"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.

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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 07:00:52
  Author: fyan
Revision: 175985

upgpkg: haskell-hakyll 4.8.3.1-2

rebuild with parsec-3.1.11

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-21 04:56:00 UTC (rev 175984)
+++ PKGBUILD2016-05-21 05:00:52 UTC (rev 175985)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.8.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("custom:BSD3")


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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 07:01:38
  Author: fyan
Revision: 175987

upgpkg: haskell-pipes-http 1.0.2-11

rebuild with parsec-3.1.11

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-21 05:01:24 UTC (rev 175986)
+++ PKGBUILD2016-05-21 05:01:38 UTC (rev 175987)
@@ -5,7 +5,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.2
-pkgrel=10
+pkgrel=11
 pkgdesc="HTTP client with pipes interface"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 07:01:24
  Author: fyan
Revision: 175986

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

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

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 175985, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-21 05:01:24 UTC (rev 175986)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.8.3.1
+pkgrel=2
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-resourcet" "haskell-scientific" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector"
+ "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('e56b4a1b73b5d1b394af9c9730a2baf6df93a8cfd72b0429af36253083fdfaa4')
+
+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 \
+-fcheckexternal -f-watchserver -f-previewserver
+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-hakyll/repos/community-staging-i686/haskell-hakyll.install 
(from rev 175985, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-05-21 05:01:24 UTC 
(rev 175986)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hakyll
+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-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
175985, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-21 05:01:24 UTC (rev 175986)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Has

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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 06:56:00
  Author: fyan
Revision: 175984

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

Added:
  haskell-generic-deriving/repos/community-i686/
  haskell-generic-deriving/repos/community-i686/PKGBUILD
(from rev 175983, haskell-generic-deriving/trunk/PKGBUILD)
  haskell-generic-deriving/repos/community-i686/haskell-generic-deriving.install
(from rev 175983, 
haskell-generic-deriving/trunk/haskell-generic-deriving.install)
  haskell-generic-deriving/repos/community-x86_64/
  haskell-generic-deriving/repos/community-x86_64/PKGBUILD
(from rev 175983, haskell-generic-deriving/trunk/PKGBUILD)
  
haskell-generic-deriving/repos/community-x86_64/haskell-generic-deriving.install
(from rev 175983, 
haskell-generic-deriving/trunk/haskell-generic-deriving.install)

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

Copied: haskell-generic-deriving/repos/community-i686/PKGBUILD (from rev 
175983, haskell-generic-deriving/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-21 04:56:00 UTC (rev 175984)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=generic-deriving
+pkgname=haskell-generic-deriving
+pkgver=1.10.4.1
+pkgrel=1
+pkgdesc="Generic programming library for generalised deriving."
+url="https://github.com/dreixel/generic-deriving";
+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=('7223aa09e19e921bb9d36841052b6cba46f34055b83f0a16f3057f56b6a9f7a9')
+
+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-generic-deriving/repos/community-i686/haskell-generic-deriving.install 
(from rev 175983, 
haskell-generic-deriving/trunk/haskell-generic-deriving.install)
===
--- community-i686/haskell-generic-deriving.install 
(rev 0)
+++ community-i686/haskell-generic-deriving.install 2016-05-21 04:56:00 UTC 
(rev 175984)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-generic-deriving
+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-generic-deriving/repos/community-x86_64/PKGBUILD (from rev 
175983, haskell-generic-deriving/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-21 04:56:00 UTC (rev 175984)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=generic-deriving
+pkgname=haskell-generic-deriving
+pkgver=1.10.4.1
+pkgrel=1
+pkgdesc="Generic programming library for generalised deriving."
+url="https://github.com/dreixel/generic-deriving";
+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=

[arch-commits] Commit in (5 files)

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 06:55:30
  Author: fyan
Revision: 175983

addpkg: haskell-generic-deriving 1.10.4.1-1

Added:
  haskell-generic-deriving/
  haskell-generic-deriving/repos/
  haskell-generic-deriving/trunk/
  haskell-generic-deriving/trunk/PKGBUILD
  haskell-generic-deriving/trunk/haskell-generic-deriving.install

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

Added: haskell-generic-deriving/trunk/PKGBUILD
===
--- haskell-generic-deriving/trunk/PKGBUILD (rev 0)
+++ haskell-generic-deriving/trunk/PKGBUILD 2016-05-21 04:55:30 UTC (rev 
175983)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=generic-deriving
+pkgname=haskell-generic-deriving
+pkgver=1.10.4.1
+pkgrel=1
+pkgdesc="Generic programming library for generalised deriving."
+url="https://github.com/dreixel/generic-deriving";
+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=('7223aa09e19e921bb9d36841052b6cba46f34055b83f0a16f3057f56b6a9f7a9')
+
+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-generic-deriving/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: haskell-generic-deriving/trunk/haskell-generic-deriving.install
===
--- haskell-generic-deriving/trunk/haskell-generic-deriving.install 
(rev 0)
+++ haskell-generic-deriving/trunk/haskell-generic-deriving.install 
2016-05-21 04:55:30 UTC (rev 175983)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-generic-deriving
+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 autopep8/trunk (PKGBUILD)

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 06:49:40
  Author: fyan
Revision: 175981

upgpkg: autopep8 1.2.4-1

Modified:
  autopep8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-21 04:49:28 UTC (rev 175980)
+++ PKGBUILD2016-05-21 04:49:40 UTC (rev 175981)
@@ -5,7 +5,7 @@
 
 pkgbase=autopep8
 pkgname=(autopep8 python2-autopep8)
-pkgver=1.2.2
+pkgver=1.2.4
 pkgrel=1
 pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 
style guide"
 arch=('any')
@@ -12,7 +12,7 @@
 url="http://github.com/hhatto/autopep8";
 license=('MIT')
 makedepends=('pep8' 'python2-pep8' 'git')
-source=("git+https://github.com/hhatto/autopep8.git#tag=ver$pkgver";)
+source=("git+https://github.com/hhatto/autopep8.git#tag=v$pkgver";)
 sha256sums=('SKIP')
 
 prepare() {


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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 06:50:05
  Author: fyan
Revision: 175982

archrelease: copy trunk to community-any

Added:
  autopep8/repos/community-any/PKGBUILD
(from rev 175981, autopep8/trunk/PKGBUILD)
Deleted:
  autopep8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-21 04:49:40 UTC (rev 175981)
+++ PKGBUILD2016-05-21 04:50:05 UTC (rev 175982)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ismael Carnales 
-# Contributor: Sergey Mastykov 
-
-pkgbase=autopep8
-pkgname=(autopep8 python2-autopep8)
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 
style guide"
-arch=('any')
-url="http://github.com/hhatto/autopep8";
-license=('MIT')
-makedepends=('pep8' 'python2-pep8' 'git')
-source=("git+https://github.com/hhatto/autopep8.git#tag=ver$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a autopep8{,-py2}
-}
-
-build() {
-  cd "$srcdir"/autopep8
-  python setup.py build
-
-  cd "$srcdir"/autopep8-py2
-  python2 setup.py build
-}
-
-check() {
-  export LC_CTYPE=en_US.UTF-8
-
-  cd "$srcdir"/autopep8
-  python setup.py test
-
-  cd "$srcdir"/autopep8-py2
-  python2 setup.py test
-}
-
-package_autopep8() {
-  depends=('pep8')
-
-  cd autopep8
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-autopep8() {
-  depends=('python2-pep8')
-
-  cd autopep8-py2
-  python2 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-  mv "$pkgdir/usr/bin/autopep8" "$pkgdir/usr/bin/autopep8-python2"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: autopep8/repos/community-any/PKGBUILD (from rev 175981, 
autopep8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-21 04:50:05 UTC (rev 175982)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ismael Carnales 
+# Contributor: Sergey Mastykov 
+
+pkgbase=autopep8
+pkgname=(autopep8 python2-autopep8)
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="A tool that automatically formats Python code to conform to the PEP 8 
style guide"
+arch=('any')
+url="http://github.com/hhatto/autopep8";
+license=('MIT')
+makedepends=('pep8' 'python2-pep8' 'git')
+source=("git+https://github.com/hhatto/autopep8.git#tag=v$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a autopep8{,-py2}
+}
+
+build() {
+  cd "$srcdir"/autopep8
+  python setup.py build
+
+  cd "$srcdir"/autopep8-py2
+  python2 setup.py build
+}
+
+check() {
+  export LC_CTYPE=en_US.UTF-8
+
+  cd "$srcdir"/autopep8
+  python setup.py test
+
+  cd "$srcdir"/autopep8-py2
+  python2 setup.py test
+}
+
+package_autopep8() {
+  depends=('pep8')
+
+  cd autopep8
+  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-autopep8() {
+  depends=('python2-pep8')
+
+  cd autopep8-py2
+  python2 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
+  mv "$pkgdir/usr/bin/autopep8" "$pkgdir/usr/bin/autopep8-python2"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 06:48:56
  Author: fyan
Revision: 175979

upgpkg: xmobar 0.23.1-15

rebuild with parsec-3.1.11

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-21 04:16:05 UTC (rev 175978)
+++ PKGBUILD2016-05-21 04:48:56 UTC (rev 175979)
@@ -4,7 +4,7 @@
 
 pkgname=xmobar
 pkgver=0.23.1
-pkgrel=14
+pkgrel=15
 pkgdesc="A Minimalistic Text Based Status Bar"
 url="http://hackage.haskell.org/package/xmobar";
 license=('custom:BSD3')


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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 06:49:28
  Author: fyan
Revision: 175980

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

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

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

Copied: xmobar/repos/community-staging-i686/PKGBUILD (from rev 175979, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-21 04:49:28 UTC (rev 175980)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.23.1
+pkgrel=15
+pkgdesc="A Minimalistic Text Based Status Bar"
+url="http://hackage.haskell.org/package/xmobar";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
+makedepends=('ghc=7.10.3' 'haskell-x11' 'haskell-x11-xft' 
'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat' 'haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd xmobar-$pkgver
+
+runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft 
with_iwlib with_xpm"
+runhaskell Setup build
+}
+
+package() {
+cd xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('f97a10f049796f55cc3d13ee68d07eac')

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 175979, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-21 04:49:28 UTC (rev 175980)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.23.1
+pkgrel=15
+pkgdesc="A Minimalistic Text Based Status Bar"
+url="http://hackage.haskell.org/package/xmobar";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
+makedepends=('ghc=7.10.3' 'haskell-x11' 'haskell-x11-xft' 
'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat' 'haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd xmobar-$pkgver
+
+runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft 
with_iwlib with_xpm"
+runhaskell Setup build
+}
+
+package() {
+cd xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('f97a10f049796f55cc3d13ee68d07eac')


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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 06:16:05
  Author: fyan
Revision: 175978

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

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

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

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

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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 06:15:23
  Author: fyan
Revision: 175977

upgpkg: stack 1.1.0-6

rebuild with parsec-3.1.11

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-21 03:55:51 UTC (rev 175976)
+++ PKGBUILD2016-05-21 04:15:23 UTC (rev 175977)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.1.0
-pkgrel=5
+pkgrel=6
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 05:55:51
  Author: fyan
Revision: 175976

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

Added:
  cabal-install/repos/community-staging-i686/
  cabal-install/repos/community-staging-i686/PKGBUILD
(from rev 175975, cabal-install/trunk/PKGBUILD)
  cabal-install/repos/community-staging-x86_64/
  cabal-install/repos/community-staging-x86_64/PKGBUILD
(from rev 175975, cabal-install/trunk/PKGBUILD)

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

Copied: cabal-install/repos/community-staging-i686/PKGBUILD (from rev 175975, 
cabal-install/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-21 03:55:51 UTC (rev 175976)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=1.22.9.0
+pkgrel=4
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskell.org/package/cabal-install";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'zlib' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-http" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-random" "haskell-stm" "haskell-zlib")
+source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz";)
+md5sums=('460995d67a9dc65f04bd2a68eaccf6a5')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fnetwork-uri -f-old-directory
+  runhaskell Setup build
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  runhaskell Setup copy --destdir="${pkgdir}"
+
+  install -Dm644 LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  install -Dm644 bash-completion/cabal \
+"${pkgdir}/usr/share/bash-completion/completions/cabal"
+}

Copied: cabal-install/repos/community-staging-x86_64/PKGBUILD (from rev 175975, 
cabal-install/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-21 03:55:51 UTC (rev 175976)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=1.22.9.0
+pkgrel=4
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskell.org/package/cabal-install";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'zlib' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-http" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-random" "haskell-stm" "haskell-zlib")
+source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz";)
+md5sums=('460995d67a9dc65f04bd2a68eaccf6a5')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fnetwork-uri -f-old-directory
+  runhaskell Setup build
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  runhaskell Setup copy --destdir="${pkgdir}"
+
+  install -Dm644 LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  install -Dm644 bash-completion/cabal \
+"${pkgdir}/usr/share/bash-completion/completions/cabal"
+}


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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 05:55:21
  Author: fyan
Revision: 175975

upgpkg: cabal-install 1.22.9.0-4

rebuild with parsec-3.1.11

Modified:
  cabal-install/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-21 03:46:12 UTC (rev 175974)
+++ PKGBUILD2016-05-21 03:55:21 UTC (rev 175975)
@@ -6,7 +6,7 @@
 
 pkgname=cabal-install
 pkgver=1.22.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc="The command-line interface for Cabal and Hackage."
 url="http://hackage.haskell.org/package/cabal-install";
 license=('custom:BSD3')


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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 05:46:12
  Author: fyan
Revision: 175974

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

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

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 175973, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-21 03:46:12 UTC (rev 175974)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160511
+pkgrel=3
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-api" "haskell-cryptonite"
+ "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-disk-free-space"
+ "haskell-dlist" "haskell-dns" "haskell-edit-distance" 
"haskell-esqueleto"
+ "haskell-exceptions" "haskell-fdo-notify" "haskell-feed" 
"haskell-gnutls"
+ "haskell-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-ifelse" "haskell-json" 
"haskell-magic"
+ "haskell-missingh" "haskell-monad-control" "haskell-monad-logger"
+ "haskell-mountpoints" "haskell-mtl" "haskell-network" 
"haskell-network-info"
+ "haskell-network-multicast" "haskell-network-protocol-xmpp" 
"haskell-network-uri"
+ "haskell-old-locale" "haskell-optparse-applicative" 
"haskell-path-pieces"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" 
"haskell-shakespeare"
+ "haskell-stm" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
+ "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" 
"haskell-yesod-core"
+ "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('85fc8853166fe57d91dc2776d5df4acb5911a91815f8aa12881928a1afe8ba01')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing 
-fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 bash-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/git-annex"
+
+rm "$pkgdir/usr/share/doc/git-annex/COPYRIGHT"
+rmdir "$pkgdir/usr/share/doc/git-annex" "$pkgdir/usr/share/doc"
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 175973, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-21 03:46:12 UTC (rev 175974)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160511
+pkgrel=3
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-blo

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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 05:45:37
  Author: fyan
Revision: 175973

upgpkg: git-annex 6.20160511-3

rebuild with parsec-3.1.11

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-21 03:22:57 UTC (rev 175972)
+++ PKGBUILD2016-05-21 03:45:37 UTC (rev 175973)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20160511
-pkgrel=2
+pkgrel=3
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 05:22:57
  Author: fyan
Revision: 175972

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-21 03:22:33 UTC (rev 175971)
+++ PKGBUILD2016-05-21 03:22:57 UTC (rev 175972)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Aaron DeVore 
-# Contributor: Cilyan Olowen 
-
-pkgbase='python-webob'
-pkgname=('python-webob' 'python2-webob' 'python-webob-docs')
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="WSGI request and response object"
-arch=('any')
-url="http://pythonpaste.org/webob/";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx')
-checkdepends=('python-nose' 'python2-nose')
-optdepends=('python-webob-docs: documentation')
-source=("http://pypi.python.org/packages/source/W/WebOb/WebOb-$pkgver.tar.gz";)
-md5sums=('089d7fc6745f175737800237c7287802')
-
-prepare() {
-  cp -a "$srcdir/WebOb-$pkgver"{,-py2}
-  cp -a "$srcdir/WebOb-$pkgver"{,-docs}
-}
-
-build() {
-  cd "$srcdir"/WebOb-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/WebOb-$pkgver-py2
-  python2 setup.py build
-
-  cd "$srcdir"/WebOb-$pkgver-docs
-  python setup.py build_sphinx
-}
-
-check() {
-  cd "$srcdir"/WebOb-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/WebOb-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-webob() {
-  depends=('python')
-
-  cd "$srcdir"/WebOb-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -D -m644 "docs/license.txt" \
-   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python2-webob() {
-  depends=('python2')
-
-  cd "$srcdir"/WebOb-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -D -m644 "docs/license.txt" \
-   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python-webob-docs() {
-  optdepends=()
-
-  cd "$srcdir"/WebOb-$pkgver-docs
-  _doc_dir="$pkgdir"/usr/share/docs/python-webob
-  mkdir -p "$_doc_dir"
-  cp -a "build/sphinx/html" "$_doc_dir"
-  install -D -m644 "docs/license.txt" \
-   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-webob/repos/community-any/PKGBUILD (from rev 175971, 
python-webob/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-21 03:22:57 UTC (rev 175972)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Aaron DeVore 
+# Contributor: Cilyan Olowen 
+
+pkgbase='python-webob'
+pkgname=('python-webob' 'python2-webob' 'python-webob-docs')
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="WSGI request and response object"
+arch=('any')
+url="http://pythonpaste.org/webob/";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx')
+checkdepends=('python-nose' 'python2-nose')
+optdepends=('python-webob-docs: documentation')
+source=("https://pypi.io/packages/source/W/WebOb/WebOb-$pkgver.tar.gz";)
+md5sums=('04049d82e9d12dd91f6f46f54cc826aa')
+
+prepare() {
+  cp -a "$srcdir/WebOb-$pkgver"{,-py2}
+  cp -a "$srcdir/WebOb-$pkgver"{,-docs}
+}
+
+build() {
+  cd "$srcdir"/WebOb-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/WebOb-$pkgver-py2
+  python2 setup.py build
+
+  cd "$srcdir"/WebOb-$pkgver-docs
+  python setup.py build_sphinx
+}
+
+check() {
+  cd "$srcdir"/WebOb-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/WebOb-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-webob() {
+  depends=('python')
+
+  cd "$srcdir"/WebOb-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -D -m644 "docs/license.txt" \
+   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+package_python2-webob() {
+  depends=('python2')
+
+  cd "$srcdir"/WebOb-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -D -m644 "docs/license.txt" \
+   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+package_python-webob-docs() {
+  optdepends=()
+
+  cd "$srcdir"/WebOb-$pkgver-docs
+  _doc_dir="$pkgdir"/usr/share/docs/python-webob
+  mkdir -p "$_doc_dir"
+  cp -a "build/sphinx/html" "$_doc_dir"
+  install -D -m644 "docs/license.txt" \
+   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 05:22:33
  Author: fyan
Revision: 175971

upgpkg: python-webob 1.6.1-1

Modified:
  python-webob/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-21 03:04:01 UTC (rev 175970)
+++ PKGBUILD2016-05-21 03:22:33 UTC (rev 175971)
@@ -5,7 +5,7 @@
 
 pkgbase='python-webob'
 pkgname=('python-webob' 'python2-webob' 'python-webob-docs')
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc="WSGI request and response object"
 arch=('any')
@@ -14,8 +14,8 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx')
 checkdepends=('python-nose' 'python2-nose')
 optdepends=('python-webob-docs: documentation')
-source=("http://pypi.python.org/packages/source/W/WebOb/WebOb-$pkgver.tar.gz";)
-md5sums=('089d7fc6745f175737800237c7287802')
+source=("https://pypi.io/packages/source/W/WebOb/WebOb-$pkgver.tar.gz";)
+md5sums=('04049d82e9d12dd91f6f46f54cc826aa')
 
 prepare() {
   cp -a "$srcdir/WebOb-$pkgver"{,-py2}


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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 05:04:01
  Author: fyan
Revision: 175970

archrelease: copy trunk to community-any

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

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

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

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


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

2016-05-20 Thread Felix Yan
Date: Saturday, May 21, 2016 @ 05:03:38
  Author: fyan
Revision: 175969

upgpkg: python-openstacksdk 0.8.6-1

Modified:
  python-openstacksdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 20:32:05 UTC (rev 175968)
+++ PKGBUILD2016-05-21 03:03:38 UTC (rev 175969)
@@ -4,7 +4,7 @@
 
 pkgbase=python-openstacksdk
 pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.8.5
+pkgver=0.8.6
 pkgrel=1
 pkgdesc="An SDK for building applications to work with OpenStack"
 arch=('any')


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

2016-05-20 Thread Jan Steffens
Date: Saturday, May 21, 2016 @ 01:13:03
  Author: heftig
Revision: 268454

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

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

---+
 /PKGBUILD |  156 
 /gtk-query-immodules-3.0.hook |   22 +++
 /gtk-update-icon-cache.hook   |   26 
 /gtk-update-icon-cache.script |   20 +++
 /gtk3.install |6 +
 /settings.ini |8 +
 extra-i686/PKGBUILD   |   75 -
 extra-i686/gtk-query-immodules-3.0.hook   |   11 -
 extra-i686/gtk-update-icon-cache.hook |   13 --
 extra-i686/gtk-update-icon-cache.script   |   10 -
 extra-i686/gtk3.install   |3 
 extra-i686/scrolledwindow.patch   |   33 +
 extra-i686/settings.ini   |4 
 extra-x86_64/PKGBUILD |   75 -
 extra-x86_64/gtk-query-immodules-3.0.hook |   11 -
 extra-x86_64/gtk-update-icon-cache.hook   |   13 --
 extra-x86_64/gtk-update-icon-cache.script |   10 -
 extra-x86_64/gtk3.install |3 
 extra-x86_64/scrolledwindow.patch |   33 +
 extra-x86_64/settings.ini |4 
 20 files changed, 304 insertions(+), 232 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-20 22:38:39 UTC (rev 268453)
+++ extra-i686/PKGBUILD 2016-05-20 23:13:03 UTC (rev 268454)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.20.5
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(i686 x86_64)
-url="http://www.gtk.org/";
-depends=(atk cairo libcups libxcursor libxinerama libxrandr libxi libepoxy 
gdk-pixbuf2
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
- adwaita-icon-theme json-glib rest librsvg wayland-protocols 
desktop-file-utils)
-makedepends=(gobject-introspection libcanberra gtk-doc)
-license=(LGPL)
-source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('9790b0267384904ad8a08e7f16e5f9ff1c4037de57788d48d1eaf528355b1564'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-prepare() {
-cd gtk+-$pkgver
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "gtk+-$pkgver"
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-c

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

2016-05-20 Thread Jan Steffens
Date: Saturday, May 21, 2016 @ 00:38:39
  Author: heftig
Revision: 268453

3.20.5-2

Added:
  gtk3/trunk/scrolledwindow.patch
Modified:
  gtk3/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 scrolledwindow.patch |   33 +
 2 files changed, 37 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 22:33:26 UTC (rev 268452)
+++ PKGBUILD2016-05-20 22:38:39 UTC (rev 268453)
@@ -5,7 +5,7 @@
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
 pkgver=3.20.5
-pkgrel=1
+pkgrel=2
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
 url="http://www.gtk.org/";
@@ -15,11 +15,13 @@
 makedepends=(gobject-introspection libcanberra gtk-doc)
 license=(LGPL)
 
source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
+scrolledwindow.patch
 settings.ini
 gtk-query-immodules-3.0.hook
 gtk-update-icon-cache.hook
 gtk-update-icon-cache.script)
 sha256sums=('9790b0267384904ad8a08e7f16e5f9ff1c4037de57788d48d1eaf528355b1564'
+'806be66e612c313d42d3f9384cb1bb986f89d1b9c680ab86f9e1032534fb0c09'
 '01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
 'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
 '496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
@@ -27,6 +29,7 @@
 
 prepare() {
 cd gtk+-$pkgver
+patch -Np1 -i ../scrolledwindow.patch
 NOCONFIGURE=1 ./autogen.sh
 }
 

Added: scrolledwindow.patch
===
--- scrolledwindow.patch(rev 0)
+++ scrolledwindow.patch2016-05-20 22:38:39 UTC (rev 268453)
@@ -0,0 +1,33 @@
+From ca8d51e6d0f78cc170cc212dd7ef6664d2e662f4 Mon Sep 17 00:00:00 2001
+From: Matthias Clasen 
+Date: Fri, 20 May 2016 09:16:35 -0400
+Subject: Revert "scrolledwindow: Remove child before destroying self"
+
+This reverts commit dcb4b48b29559ca632bb020a3b8eb2b9188b02e7.
+
+This was causing crashes in the filechooser in some applications.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=766694
+---
+ gtk/gtkscrolledwindow.c | 5 -
+ 1 file changed, 5 deletions(-)
+
+diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c
+index 0918d72..1b52082 100644
+--- a/gtk/gtkscrolledwindow.c
 b/gtk/gtkscrolledwindow.c
+@@ -2672,11 +2672,6 @@ gtk_scrolled_window_destroy (GtkWidget *widget)
+ {
+   GtkScrolledWindow *scrolled_window = GTK_SCROLLED_WINDOW (widget);
+   GtkScrolledWindowPrivate *priv = scrolled_window->priv;
+-  GtkWidget *child;
+-
+-  child = gtk_bin_get_child (GTK_BIN (widget));
+-  if (child)
+-gtk_container_remove (GTK_CONTAINER (widget), child);
+ 
+   remove_indicator (scrolled_window, &priv->hindicator);
+   remove_indicator (scrolled_window, &priv->vindicator);
+-- 
+cgit v0.12
+


[arch-commits] Commit in kdepim-apps-libs/repos (4 files)

2016-05-20 Thread Antonio Rojas
Date: Saturday, May 21, 2016 @ 00:33:26
  Author: arojas
Revision: 268452

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

Added:
  kdepim-apps-libs/repos/extra-i686/PKGBUILD
(from rev 268451, kdepim-apps-libs/trunk/PKGBUILD)
  kdepim-apps-libs/repos/extra-x86_64/PKGBUILD
(from rev 268451, kdepim-apps-libs/trunk/PKGBUILD)
Deleted:
  kdepim-apps-libs/repos/extra-i686/PKGBUILD
  kdepim-apps-libs/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-20 22:32:59 UTC (rev 268451)
+++ extra-i686/PKGBUILD 2016-05-20 22:33:26 UTC (rev 268452)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kdepim-apps-libs
-pkgver=16.04.1
-pkgrel=1
-pkgdesc="KDE PIM mail related libraries"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(libkleo pimcommon grantleetheme)
-makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('7020fcd07e826b63440eea6b6bbc6cdb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepim-apps-libs/repos/extra-i686/PKGBUILD (from rev 268451, 
kdepim-apps-libs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-20 22:33:26 UTC (rev 268452)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdepim-apps-libs
+pkgver=16.04.1
+pkgrel=2
+pkgdesc="KDE PIM mail related libraries"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(libkleo pimcommon grantleetheme kdewebkit)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools 
kdesignerplugin)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('7020fcd07e826b63440eea6b6bbc6cdb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-20 22:32:59 UTC (rev 268451)
+++ extra-x86_64/PKGBUILD   2016-05-20 22:33:26 UTC (rev 268452)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kdepim-apps-libs
-pkgver=16.04.1
-pkgrel=1
-pkgdesc="KDE PIM mail related libraries"
-arch=(i686 x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(libkleo pimcommon grantleetheme)
-makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
-conflicts=('libkdepim<16')
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('7020fcd07e826b63440eea6b6bbc6cdb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepim-apps-libs/repos/extra-x86_64/PKGBUILD (from rev 268451, 
kdepim-apps-libs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-20 22:33:26 UTC (rev 268452)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdepim-apps-libs
+pkgver=16.04.1
+pkgrel=2
+pkgdesc="KDE PIM mail related libraries"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(libkleo pimcommon grantleetheme kdewebkit)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools 
kdesignerplugin)
+conflicts=('libkdepim<16')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('7020fcd07e826b63440eea6b6bbc6cdb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_

[arch-commits] Commit in kdepim-apps-libs/trunk (PKGBUILD)

2016-05-20 Thread Antonio Rojas
Date: Saturday, May 21, 2016 @ 00:32:59
  Author: arojas
Revision: 268451

Add missing kdewebkit dependency (FS#49420)

Modified:
  kdepim-apps-libs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 20:25:56 UTC (rev 268450)
+++ PKGBUILD2016-05-20 22:32:59 UTC (rev 268451)
@@ -2,13 +2,13 @@
 
 pkgname=kdepim-apps-libs
 pkgver=16.04.1
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE PIM mail related libraries"
 arch=(i686 x86_64)
 url="https://community.kde.org/KDE_PIM";
 license=(LGPL)
-depends=(libkleo pimcommon grantleetheme)
-makedepends=(extra-cmake-modules kdoctools python boost qt5-tools)
+depends=(libkleo pimcommon grantleetheme kdewebkit)
+makedepends=(extra-cmake-modules kdoctools python boost qt5-tools 
kdesignerplugin)
 conflicts=('libkdepim<16')
 
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz";)
 md5sums=('7020fcd07e826b63440eea6b6bbc6cdb')
@@ -22,7 +22,8 @@
   cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
   make
 }


[arch-commits] Commit in (14 files)

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 22:32:05
  Author: arojas
Revision: 175968

Remove -DKDE_INSTALL_USE_QT_SYS_PATHS

Modified:
  discover/trunk/PKGBUILD
  kamoso/trunk/PKGBUILD
  kdeconnect/trunk/PKGBUILD
  kjots/trunk/PKGBUILD
  knemo/trunk/PKGBUILD
  kpmcore/trunk/PKGBUILD
  kup/trunk/PKGBUILD
  owncloud-client/trunk/PKGBUILD
  partitionmanager/trunk/PKGBUILD
  plasma5-applets-weather-widget/trunk/PKGBUILD
  rsibreak/trunk/PKGBUILD
  skanlite/trunk/PKGBUILD
  systemd-kcm/trunk/PKGBUILD
  zanshin/trunk/PKGBUILD

---+
 discover/trunk/PKGBUILD   |2 +-
 kamoso/trunk/PKGBUILD |1 -
 kdeconnect/trunk/PKGBUILD |5 ++---
 kjots/trunk/PKGBUILD  |1 -
 knemo/trunk/PKGBUILD  |2 +-
 kpmcore/trunk/PKGBUILD|2 +-
 kup/trunk/PKGBUILD|1 -
 owncloud-client/trunk/PKGBUILD|3 +--
 partitionmanager/trunk/PKGBUILD   |2 +-
 plasma5-applets-weather-widget/trunk/PKGBUILD |2 +-
 rsibreak/trunk/PKGBUILD   |1 -
 skanlite/trunk/PKGBUILD   |2 +-
 systemd-kcm/trunk/PKGBUILD|2 +-
 zanshin/trunk/PKGBUILD|1 -
 14 files changed, 10 insertions(+), 17 deletions(-)

Modified: discover/trunk/PKGBUILD
===
--- discover/trunk/PKGBUILD 2016-05-20 19:49:52 UTC (rev 175967)
+++ discover/trunk/PKGBUILD 2016-05-20 20:32:05 UTC (rev 175968)
@@ -25,7 +25,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+-DBUILD_TESTING=OFF
   make
 }
 

Modified: kamoso/trunk/PKGBUILD
===
--- kamoso/trunk/PKGBUILD   2016-05-20 19:49:52 UTC (rev 175967)
+++ kamoso/trunk/PKGBUILD   2016-05-20 20:32:05 UTC (rev 175968)
@@ -26,7 +26,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF 
   make
 }

Modified: kdeconnect/trunk/PKGBUILD
===
--- kdeconnect/trunk/PKGBUILD   2016-05-20 19:49:52 UTC (rev 175967)
+++ kdeconnect/trunk/PKGBUILD   2016-05-20 20:32:05 UTC (rev 175968)
@@ -27,9 +27,8 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DBUILD_TESTING=OFF \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib
   make
 }
 

Modified: kjots/trunk/PKGBUILD
===
--- kjots/trunk/PKGBUILD2016-05-20 19:49:52 UTC (rev 175967)
+++ kjots/trunk/PKGBUILD2016-05-20 20:32:05 UTC (rev 175968)
@@ -25,7 +25,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF 
   make
 }

Modified: knemo/trunk/PKGBUILD
===
--- knemo/trunk/PKGBUILD2016-05-20 19:49:52 UTC (rev 175967)
+++ knemo/trunk/PKGBUILD2016-05-20 20:32:05 UTC (rev 175968)
@@ -34,7 +34,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+-DBUILD_TESTING=OFF
   make
 }
 

Modified: kpmcore/trunk/PKGBUILD
===
--- kpmcore/trunk/PKGBUILD  2016-05-20 19:49:52 UTC (rev 175967)
+++ kpmcore/trunk/PKGBUILD  2016-05-20 20:32:05 UTC (rev 175968)
@@ -30,7 +30,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+-DBUILD_TESTING=OFF
   make
 }
 

Modified: kup/trunk/PKGBUILD
===
--- kup/trunk/PKGBUILD  2016-05-20 19:49:52 UTC (rev 175967)
+++ kup/trunk/PKGBUILD  2016-05-20 20:32:05 UTC (rev 175968)
@@ -26,7 +26,6 @@
   cmake ../Kup-$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DSYSCONF_INSTALL_DIR=/etc \
 -DBUILD_TESTING=OFF
   make

Modified: owncloud-client/trunk/PKGBUILD
===
--- owncloud-client/trunk/PKGBUILD  2016-05-20 19:49:52 UTC (rev 175967)
+++ owncloud-client/trunk/PKGBUILD  2016-05-20 20:32:05 UTC (rev 175968)
@@ -28,8 +28,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_

[arch-commits] Commit in (7 files)

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 22:25:56
  Author: arojas
Revision: 268450

Remove -DKDE_INSTALL_USE_QT_SYS_PATHS

Modified:
  konversation/trunk/PKGBUILD
  ktorrent/trunk/PKGBUILD
  libkgapi/trunk/PKGBUILD
  libktorrent/trunk/PKGBUILD
  prison-frameworks/trunk/PKGBUILD
  purpose/trunk/PKGBUILD
  ttf-oxygen/trunk/PKGBUILD

--+
 konversation/trunk/PKGBUILD  |7 +++
 ktorrent/trunk/PKGBUILD  |1 -
 libkgapi/trunk/PKGBUILD  |1 -
 libktorrent/trunk/PKGBUILD   |1 -
 prison-frameworks/trunk/PKGBUILD |3 +--
 purpose/trunk/PKGBUILD   |   13 +
 ttf-oxygen/trunk/PKGBUILD|3 +--
 7 files changed, 10 insertions(+), 19 deletions(-)

Modified: konversation/trunk/PKGBUILD
===
--- konversation/trunk/PKGBUILD 2016-05-20 20:21:51 UTC (rev 268449)
+++ konversation/trunk/PKGBUILD 2016-05-20 20:25:56 UTC (rev 268450)
@@ -24,15 +24,14 @@
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+-DKDE_INSTALL_LIBDIR=lib
   make
 }
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }

Modified: ktorrent/trunk/PKGBUILD
===
--- ktorrent/trunk/PKGBUILD 2016-05-20 20:21:51 UTC (rev 268449)
+++ ktorrent/trunk/PKGBUILD 2016-05-20 20:25:56 UTC (rev 268450)
@@ -25,7 +25,6 @@
cmake ../$pkgname-$pkgver \
  -DCMAKE_BUILD_TYPE=Release \
  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
   -DKDE_INSTALL_LIBDIR=lib
make
 }

Modified: libkgapi/trunk/PKGBUILD
===
--- libkgapi/trunk/PKGBUILD 2016-05-20 20:21:51 UTC (rev 268449)
+++ libkgapi/trunk/PKGBUILD 2016-05-20 20:25:56 UTC (rev 268450)
@@ -30,7 +30,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
   make
 }

Modified: libktorrent/trunk/PKGBUILD
===
--- libktorrent/trunk/PKGBUILD  2016-05-20 20:21:51 UTC (rev 268449)
+++ libktorrent/trunk/PKGBUILD  2016-05-20 20:25:56 UTC (rev 268450)
@@ -25,7 +25,6 @@
   cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DKDE_INSTALL_LIBDIR=lib
   make
 }

Modified: prison-frameworks/trunk/PKGBUILD
===
--- prison-frameworks/trunk/PKGBUILD2016-05-20 20:21:51 UTC (rev 268449)
+++ prison-frameworks/trunk/PKGBUILD2016-05-20 20:25:56 UTC (rev 268450)
@@ -24,8 +24,7 @@
   cmake ../prison \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DKDE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTING=OFF
   make
 }

Modified: purpose/trunk/PKGBUILD
===
--- purpose/trunk/PKGBUILD  2016-05-20 20:21:51 UTC (rev 268449)
+++ purpose/trunk/PKGBUILD  2016-05-20 20:25:56 UTC (rev 268450)
@@ -2,8 +2,8 @@
 # Maintainer:Antonio Rojas 
 
 pkgname=purpose
-pkgver=1.0
-pkgrel=3
+pkgver=1.1rc
+pkgrel=1
 pkgdesc="Framework for providing abstractions to get the developer's purposes 
fulfilled"
 arch=(i686 x86_64)
 url='https://projects.kde.org/purpose'
@@ -10,7 +10,8 @@
 license=(LGPL)
 depends=(kaccounts-integration hicolor-icon-theme)
 makedepends=(extra-cmake-modules intltool python)
-source=("http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz";)
+source=("http://download.kde.org/unstable/$pkgname/$pkgname-$pkgver.tar.xz";)
+md5sums=('a6cc88ed0534f38fe593137f17bac73a')
 
 prepare() {
   mkdir -p build
@@ -22,7 +23,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DKDE_INSTALL_LIBEXECDIR=lib \
 -DBUILD_TESTING=OFF
   make
 }
@@ -30,8 +31,4 @@
 package() {
   cd build
   make DESTDIR="$pkgdir" install
-
-# remove icons provided by kdevplatform
-  rm "$pkgdir"/usr/share/icons/hicolor/*/apps/reviewboard.png
 }
-md5sums=('8f27161d5bc0193ad67db48cb6782d84')

Modified: ttf-oxygen/trunk/PKGBUILD
===
--- ttf-oxygen/trunk/PKGBUILD   2016-05-20 20:21:51 UTC (rev 268449)
+++ ttf-oxygen/trunk/PKGBUILD   2016-05-20 20:25:56 UTC (rev 268450)
@@ -28,8 +28,7 @@
   cmake ../oxygen-fonts-${pkgver} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_Q

[arch-commits] Commit in (148 files)

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 22:21:51
  Author: arojas
Revision: 268449

Remove -DKDE_INSTALL_USE_QT_SYS_PATHS

Added:
  khelpcenter/repos/extra-i686/PKGBUILD
(from rev 267775, khelpcenter/trunk/PKGBUILD)
  khelpcenter/repos/extra-x86_64/PKGBUILD
(from rev 267775, khelpcenter/trunk/PKGBUILD)
Modified:
  akonadi-calendar/trunk/PKGBUILD
  akonadi-search/trunk/PKGBUILD
  akonadi/trunk/PKGBUILD
  analitza/trunk/PKGBUILD
  ark/trunk/PKGBUILD
  artikulate/trunk/PKGBUILD
  blinken/trunk/PKGBUILD
  bomber/trunk/PKGBUILD
  bovo/trunk/PKGBUILD
  calendarsupport/trunk/PKGBUILD
  cantor/trunk/PKGBUILD
  dolphin-plugins/trunk/PKGBUILD
  dolphin/trunk/PKGBUILD
  dragon/trunk/PKGBUILD
  eventviews/trunk/PKGBUILD
  ffmpegthumbs/trunk/PKGBUILD
  filelight/trunk/PKGBUILD
  gpgmepp/trunk/PKGBUILD
  granatier/trunk/PKGBUILD
  grantleetheme/trunk/PKGBUILD
  gwenview/trunk/PKGBUILD
  incidenceeditor/trunk/PKGBUILD
  kaccounts-integration/trunk/PKGBUILD
  kaccounts-providers/trunk/PKGBUILD
  kalarmcal/trunk/PKGBUILD
  kamera/trunk/PKGBUILD
  kapman/trunk/PKGBUILD
  kate/trunk/PKGBUILD
  katomic/trunk/PKGBUILD
  kblackbox/trunk/PKGBUILD
  kblocks/trunk/PKGBUILD
  kblog/trunk/PKGBUILD
  kbounce/trunk/PKGBUILD
  kbreakout/trunk/PKGBUILD
  kbruch/trunk/PKGBUILD
  kcalc/trunk/PKGBUILD
  kcalcore/trunk/PKGBUILD
  kcalutils/trunk/PKGBUILD
  kcharselect/trunk/PKGBUILD
  kcolorchooser/trunk/PKGBUILD
  kcontacts/trunk/PKGBUILD
  kcron/trunk/PKGBUILD
  kde-l10n/trunk/PKGBUILD
  kde-syndication/trunk/PKGBUILD
  kdebugsettings/trunk/PKGBUILD
  kdegraphics-thumbnailers/trunk/PKGBUILD
  kdemultimedia-kmix/trunk/PKGBUILD
  kdenetwork-filesharing/trunk/PKGBUILD
  kdenlive/trunk/PKGBUILD
  kdepim-addons/trunk/PKGBUILD
  kdepim-apps-libs/trunk/PKGBUILD
  kdepim-runtime/trunk/PKGBUILD
  kdepim/trunk/PKGBUILD
  kdepimlibs/trunk/PKGBUILD
  kdesdk-thumbnailers/trunk/PKGBUILD
  kdgantt2/trunk/PKGBUILD
  kdiamond/trunk/PKGBUILD
  kfloppy/trunk/PKGBUILD
  kfourinline/trunk/PKGBUILD
  kgeography/trunk/PKGBUILD
  khelpcenter/trunk/PKGBUILD
  kholidays/trunk/PKGBUILD
  kidentitymanagement/trunk/PKGBUILD
  kig/trunk/PKGBUILD
  killbots/trunk/PKGBUILD
  kimap/trunk/PKGBUILD
  kio-extras/trunk/PKGBUILD
  kiriki/trunk/PKGBUILD
  kiten/trunk/PKGBUILD
  kjumpingcube/trunk/PKGBUILD
  kldap/trunk/PKGBUILD
  kleopatra/trunk/PKGBUILD
  klettres/trunk/PKGBUILD
  klickety/trunk/PKGBUILD
  klines/trunk/PKGBUILD
  kmahjongg/trunk/PKGBUILD
  kmailtransport/trunk/PKGBUILD
  kmbox/trunk/PKGBUILD
  kmime/trunk/PKGBUILD
  kmines/trunk/PKGBUILD
  kmplot/trunk/PKGBUILD
  knavalbattle/trunk/PKGBUILD
  knetwalk/trunk/PKGBUILD
  kollision/trunk/PKGBUILD
  kompare/trunk/PKGBUILD
  konsole/trunk/PKGBUILD
  kontactinterface/trunk/PKGBUILD
  kpatience/trunk/PKGBUILD
  kpimtextedit/trunk/PKGBUILD
  krdc/trunk/PKGBUILD
  krfb/trunk/PKGBUILD
  kross-interpreters/trunk/PKGBUILD
  kruler/trunk/PKGBUILD
  kshisen/trunk/PKGBUILD
  ksquares/trunk/PKGBUILD
  kstars/trunk/PKGBUILD
  ksystemlog/trunk/PKGBUILD
  kteatime/trunk/PKGBUILD
  ktuberling/trunk/PKGBUILD
  kturtle/trunk/PKGBUILD
  kwalletmanager/trunk/PKGBUILD
  kwordquiz/trunk/PKGBUILD
  libgravatar/trunk/PKGBUILD
  libkdcraw/trunk/PKGBUILD
  libkdegames/trunk/PKGBUILD
  libkdepim/trunk/PKGBUILD
  libkexiv2/trunk/PKGBUILD
  libkface/trunk/PKGBUILD
  libkgeomap/trunk/PKGBUILD
  libkipi/trunk/PKGBUILD
  libkleo/trunk/PKGBUILD
  libkmahjongg/trunk/PKGBUILD
  libkomparediff2/trunk/PKGBUILD
  libksane/trunk/PKGBUILD
  libksieve/trunk/PKGBUILD
  libktnef/trunk/PKGBUILD
  lokalize/trunk/PKGBUILD
  mailcommon/trunk/PKGBUILD
  mailimporter/trunk/PKGBUILD
  marble/trunk/PKGBUILD
  messagelib/trunk/PKGBUILD
  minuet/trunk/PKGBUILD
  okteta/trunk/PKGBUILD
  picmi/trunk/PKGBUILD
  pimcommon/trunk/PKGBUILD
  poxml/trunk/PKGBUILD
  print-manager/trunk/PKGBUILD
  rocs/trunk/PKGBUILD
  signon-kwallet-extension/trunk/PKGBUILD
  spectacle/trunk/PKGBUILD
  step/trunk/PKGBUILD
  telepathy-kde-accounts-kcm/trunk/PKGBUILD
  telepathy-kde-approver/trunk/PKGBUILD
  telepathy-kde-auth-handler/trunk/PKGBUILD
  telepathy-kde-call-ui/trunk/PKGBUILD
  telepathy-kde-common-internals/trunk/PKGBUILD
  telepathy-kde-contact-list/trunk/PKGBUILD
  telepathy-kde-contact-runner/trunk/PKGBUILD
  telepathy-kde-desktop-applets/trunk/PKGBUILD
  telepathy-kde-filetransfer-handler/trunk/PKGBUILD
  telepathy-kde-integration-module/trunk/PKGBUILD
  telepathy-kde-send-file/trunk/PKGBUILD
  telepathy-kde-text-ui/trunk/PKGBUILD
  umbrello/trunk/PKGBUILD
Deleted:
  khelpcenter/repos/extra-i686/PKGBUILD
  khelpcenter/repos/extra-x86_64/PKGBUILD

---+
 /repos/extra-i686/PKGBUILD|   40 
 /repos/extra-x86_64/PKGBUILD  |   40 
 akonadi-calendar/trunk/PKGBUILD   |1 
 akonadi-search/trunk/PKGBUILD |1 
 akonadi/trunk/PKGBUILD|3 -
 analitza/trunk/PKGBUILD

[arch-commits] Commit in (34 files)

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 21:52:35
  Author: arojas
Revision: 268448

No longer needed

Modified:
  bluedevil/trunk/PKGBUILD
  breeze/trunk/PKGBUILD
  kactivitymanagerd/trunk/PKGBUILD
  kde-cli-tools/trunk/PKGBUILD
  kde-gtk-config/trunk/PKGBUILD
  kdecoration/trunk/PKGBUILD
  kdeplasma-addons/trunk/PKGBUILD
  kgamma5/trunk/PKGBUILD
  khotkeys/trunk/PKGBUILD
  kinfocenter/trunk/PKGBUILD
  kmenuedit/trunk/PKGBUILD
  kscreen/trunk/PKGBUILD
  kscreenlocker/trunk/PKGBUILD
  ksshaskpass/trunk/PKGBUILD
  ksysguard/trunk/PKGBUILD
  kwayland-integration/trunk/PKGBUILD
  kwin/trunk/PKGBUILD
  kwrited/trunk/PKGBUILD
  libkscreen/trunk/PKGBUILD
  libksysguard/trunk/PKGBUILD
  milou/trunk/PKGBUILD
  oxygen/trunk/PKGBUILD
  plasma-desktop/trunk/PKGBUILD
  plasma-integration/trunk/PKGBUILD
  plasma-mediacenter/trunk/PKGBUILD
  plasma-nm/trunk/PKGBUILD
  plasma-pa/trunk/PKGBUILD
  plasma-sdk/trunk/PKGBUILD
  plasma-workspace/trunk/PKGBUILD
  polkit-kde-agent/trunk/PKGBUILD
  powerdevil/trunk/PKGBUILD
  sddm-kcm/trunk/PKGBUILD
  systemsettings/trunk/PKGBUILD
  user-manager/trunk/PKGBUILD

-+
 bluedevil/trunk/PKGBUILD|1 -
 breeze/trunk/PKGBUILD   |1 -
 kactivitymanagerd/trunk/PKGBUILD|1 -
 kde-cli-tools/trunk/PKGBUILD|1 -
 kde-gtk-config/trunk/PKGBUILD   |1 -
 kdecoration/trunk/PKGBUILD  |1 -
 kdeplasma-addons/trunk/PKGBUILD |1 -
 kgamma5/trunk/PKGBUILD  |1 -
 khotkeys/trunk/PKGBUILD |1 -
 kinfocenter/trunk/PKGBUILD  |1 -
 kmenuedit/trunk/PKGBUILD|1 -
 kscreen/trunk/PKGBUILD  |1 -
 kscreenlocker/trunk/PKGBUILD|3 +--
 ksshaskpass/trunk/PKGBUILD  |1 -
 ksysguard/trunk/PKGBUILD|1 -
 kwayland-integration/trunk/PKGBUILD |1 -
 kwin/trunk/PKGBUILD |1 -
 kwrited/trunk/PKGBUILD  |1 -
 libkscreen/trunk/PKGBUILD   |1 -
 libksysguard/trunk/PKGBUILD |1 -
 milou/trunk/PKGBUILD|1 -
 oxygen/trunk/PKGBUILD   |1 -
 plasma-desktop/trunk/PKGBUILD   |1 -
 plasma-integration/trunk/PKGBUILD   |1 -
 plasma-mediacenter/trunk/PKGBUILD   |1 -
 plasma-nm/trunk/PKGBUILD|1 -
 plasma-pa/trunk/PKGBUILD|1 -
 plasma-sdk/trunk/PKGBUILD   |1 -
 plasma-workspace/trunk/PKGBUILD |1 -
 polkit-kde-agent/trunk/PKGBUILD |1 -
 powerdevil/trunk/PKGBUILD   |1 -
 sddm-kcm/trunk/PKGBUILD |1 -
 systemsettings/trunk/PKGBUILD   |1 -
 user-manager/trunk/PKGBUILD |1 -
 34 files changed, 1 insertion(+), 35 deletions(-)

Modified: bluedevil/trunk/PKGBUILD
===
--- bluedevil/trunk/PKGBUILD2016-05-20 19:49:50 UTC (rev 268447)
+++ bluedevil/trunk/PKGBUILD2016-05-20 19:52:35 UTC (rev 268448)
@@ -30,7 +30,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DKDE_INSTALL_LIBDIR=lib \
 -DKDE_INSTALL_LIBEXECDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
   make
 }

Modified: breeze/trunk/PKGBUILD
===
--- breeze/trunk/PKGBUILD   2016-05-20 19:49:50 UTC (rev 268447)
+++ breeze/trunk/PKGBUILD   2016-05-20 19:52:35 UTC (rev 268448)
@@ -25,7 +25,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
   make
 

Modified: kactivitymanagerd/trunk/PKGBUILD
===
--- kactivitymanagerd/trunk/PKGBUILD2016-05-20 19:49:50 UTC (rev 268447)
+++ kactivitymanagerd/trunk/PKGBUILD2016-05-20 19:52:35 UTC (rev 268448)
@@ -24,7 +24,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
   make
 }

Modified: kde-cli-tools/trunk/PKGBUILD
===
--- kde-cli-tools/trunk/PKGBUILD2016-05-20 19:49:50 UTC (rev 268447)
+++ kde-cli-tools/trunk/PKGBUILD2016-05-20 19:52:35 UTC (rev 268448)
@@ -26,7 +26,6 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DKDE_INSTALL_LIBDIR=lib \
 -DKDE_INSTALL_LIBEXECDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
   make
 }

Modified: kde-gtk-config/trunk/PKGBUILD
===
--- kde-gtk-config/trunk/PKGBUILD   2016-05-20 19:49:50 UTC (rev 268447)
+++ kde-gtk-config/trunk/PKGBUILD   2016-05-20 19:52:35 UTC (rev 268448)
@@ -32,7 +32,6 @@
 -DKDE_INSTALL_LIBDIR=lib \
 -DKDE_INSTALL_LIBEXECDIR=lib \
 -DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
  

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

2016-05-20 Thread Anatol Pomozov
Date: Friday, May 20, 2016 @ 21:49:52
  Author: anatolik
Revision: 175967

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-20 19:49:00 UTC (rev 175966)
+++ community-i686/PKGBUILD 2016-05-20 19:49:52 UTC (rev 175967)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=crystal
-pkgver=0.17.2
-pkgrel=1
-_binary_rel=1
-pkgdesc='The Crystal Programming Language'
-arch=(i686 x86_64)
-url='http://crystal-lang.org'
-license=(Apache)
-depends=(gc libatomic_ops pcre libevent libffi)
-# depend on previous llvm version until 
https://github.com/crystal-lang/crystal/issues/1614 is resolved
-makedepends=(libxml2 llvm35)
-checkdepends=(libyaml libxml2 gmp git)
-optdepends=('shards: crystal language package manager'
-'libyaml: For YAML support'
-'gmp: For BigInt support'
-'libxml2: For XML support')
-source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
-source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('b7a0b46fa8838665f834fda080d8f5861fde0211038d997031c073513e3ca15a')
-sha256sums_i686=('0dbde9687ce1721a4f389c96923af9fa27636a4657077beb59eb871098f9b6fb')
-sha256sums_x86_64=('fe4fbd8528b0ba6a81a3851bb25276f937cdcf1fca11edde88d68d803ded9b0d')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make release=1 \
-   PATH="$srcdir/$pkgname-$pkgver-$_binary_rel/bin:$PATH" \
-   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-   CRYSTAL_CONFIG_VERSION="$pkgver" \
-   CRYSTAL_CONFIG_PATH="libs:/usr/lib/crystal" \
-   CRYSTAL_CACHE_DIR="/tmp/crystal"
-  make doc
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-CRYSTAL_CONFIG_VERSION="$pkgver" \
-CRYSTAL_CACHE_DIR="/tmp/crystal"
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # /usr/bin/crystalcompiled executable
-  # /usr/lib/crystal/   compiler src & core libs
-  # /usr/share/doc/crystal/api  api docs
-  # /usr/share/doc/crystal/samples/ samples
-
-  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
-
-  install -dm755 "$pkgdir/usr/lib"
-  cp -r src "$pkgdir/usr/lib/crystal"
-
-  install -dm755 "$pkgdir/usr/share/doc/crystal"
-  cp -r doc "$pkgdir/usr/share/doc/crystal/api"
-  cp -r samples "$pkgdir/usr/share/doc/crystal/"
-
-  install -Dm644 etc/completion.bash 
"$pkgdir/usr/share/bash-completion/completions/crystal"
-  install -Dm644 etc/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: crystal/repos/community-i686/PKGBUILD (from rev 175966, 
crystal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-20 19:49:52 UTC (rev 175967)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.17.3
+pkgrel=1
+_binary_rel=1
+pkgdesc='The Crystal Programming Language'
+arch=(i686 x86_64)
+url='http://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libevent libffi)
+# depend on previous llvm version until 
https://github.com/crystal-lang/crystal/issues/1614 is resolved
+makedepends=(libxml2 llvm35)
+checkdepends=(libyaml libxml2 gmp git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')
+source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
+source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
+source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary

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

2016-05-20 Thread Anatol Pomozov
Date: Friday, May 20, 2016 @ 21:49:50
  Author: anatolik
Revision: 268447

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

Added:
  dhcpcd/repos/testing-i686/
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 268446, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 268446, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/dhcpcd_.service
(from rev 268446, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 268446, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 268446, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 268446, dhcpcd/trunk/dhcpcd_.service)

+
 testing-i686/PKGBUILD  |   63 +++
 testing-i686/dhcpcd.service|   13 
 testing-i686/dhcpcd_.service   |   15 +
 testing-x86_64/PKGBUILD|   63 +++
 testing-x86_64/dhcpcd.service  |   13 
 testing-x86_64/dhcpcd_.service |   15 +
 6 files changed, 182 insertions(+)

Copied: dhcpcd/repos/testing-i686/PKGBUILD (from rev 268446, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-20 19:49:50 UTC (rev 268447)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=6.11.0
+pkgrel=1
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="http://roy.marples.name/projects/dhcpcd/";
+arch=('i686' 'x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh' 'udev' 'libsystemd')
+optdepends=('openresolv: resolvconf support')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz";
+'dhcpcd_.service'
+'dhcpcd.service')
+sha1sums=('f6e8245edd8469e5dad3fedd5c8c6a4e95daa8b5'
+  '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
+  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # configure variables
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make test
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Install License
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  sed 26q "$srcdir/$pkgname-$pkgver/control.h" \
+  >>"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll >> "${pkgdir}/etc/dhcpcd.conf" # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 "${srcdir}/dhcpcd_.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd@.service"
+  install -Dm644 "${srcdir}/dhcpcd.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd.service" # FS#31543
+}

Copied: dhcpcd/repos/testing-i686/dhcpcd.service (from rev 268446, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-i686/dhcpcd.service (rev 0)
+++ testing-i686/dhcpcd.service 2016-05-20 19:49:50 UTC (rev 268447)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-i686/dhcpcd_.service (from rev 268446, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-i686/dhcpcd_.service(rev 0)
+++ testing-i686/dhcpcd_.service2016-05-20 19:49:50 UTC (rev 268447)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 268446, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-20 19:49:50 UTC (rev 268447)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=6.11.0
+pkgrel=1
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="http://roy.m

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

2016-05-20 Thread Anatol Pomozov
Date: Friday, May 20, 2016 @ 21:49:11
  Author: anatolik
Revision: 268446

upgpkg: dhcpcd 6.11.0-1

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 19:39:06 UTC (rev 268445)
+++ PKGBUILD2016-05-20 19:49:11 UTC (rev 268446)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=dhcpcd
-pkgver=6.10.3
+pkgver=6.11.0
 pkgrel=1
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="http://roy.marples.name/projects/dhcpcd/";
@@ -19,7 +19,7 @@
 source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz";
 'dhcpcd_.service'
 'dhcpcd.service')
-sha1sums=('62a48730bb1af0a187fc2a0873f719ddbc89f2b7'
+sha1sums=('f6e8245edd8469e5dad3fedd5c8c6a4e95daa8b5'
   '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
   '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
 


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

2016-05-20 Thread Anatol Pomozov
Date: Friday, May 20, 2016 @ 21:49:00
  Author: anatolik
Revision: 175966

upgpkg: crystal 0.17.3-1

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 19:41:57 UTC (rev 175965)
+++ PKGBUILD2016-05-20 19:49:00 UTC (rev 175966)
@@ -3,7 +3,7 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=0.17.2
+pkgver=0.17.3
 pkgrel=1
 _binary_rel=1
 pkgdesc='The Crystal Programming Language'
@@ -21,9 +21,9 @@
 
source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
 
source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
 
source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('b7a0b46fa8838665f834fda080d8f5861fde0211038d997031c073513e3ca15a')
-sha256sums_i686=('0dbde9687ce1721a4f389c96923af9fa27636a4657077beb59eb871098f9b6fb')
-sha256sums_x86_64=('fe4fbd8528b0ba6a81a3851bb25276f937cdcf1fca11edde88d68d803ded9b0d')
+sha256sums=('091e85ba4c458310c530c7e77ed3738bfd409682fe6e0060a486d167d76d679f')
+sha256sums_i686=('f03def26ff809c391196740ab1956bda61c9a101f97989634e33d57a6f5527a9')
+sha256sums_x86_64=('61cd10567dc816198bd43ae3c8c5804555b2175f84416fe5c6f1a766e225')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 21:41:57
  Author: arojas
Revision: 175965

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   82 +++
 openra.install |   18 ++--
 2 files changed, 45 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-20 19:41:19 UTC (rev 175964)
+++ PKGBUILD2016-05-20 19:41:57 UTC (rev 175965)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Matthew Bowra-Dean 
-pkgname=openra
-pkgver=20160508
-pkgrel=1
-pkgdesc="An open-source implementation of the Red Alert engine using .NET/Mono 
and OpenGL"
-arch=('any')
-url="http://www.openra.net";
-license=('GPL3')
-install=openra.install
-depends=('mono' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 
'hicolor-icon-theme' 'gtk-update-icon-cache'
- 'desktop-file-utils' 'xdg-utils' 'zenity')
-makedepends=('git' 'unzip')
-options=(!strip)
-source=("git+https://github.com/OpenRA/OpenRA.git#tag=release-${pkgver}";)
-md5sums=('SKIP')
-
-prepare() {
-  cd OpenRA
-
-  make version
-}
-
-build() {
-  cd OpenRA
-
-  make dependencies
-  make core
-  make tools
-}
-
-package() {
-  cd OpenRA
-
-  make prefix=/usr DESTDIR="$pkgdir" install-all
-  make prefix=/usr DESTDIR="$pkgdir" install-linux-shortcuts
-  make prefix=/usr DESTDIR="$pkgdir" install-linux-mime
-  make prefix=/usr DESTDIR="$pkgdir" install-linux-appdata
-  make prefix=/usr DESTDIR="$pkgdir" install-man-page
-}

Copied: openra/repos/community-any/PKGBUILD (from rev 175964, 
openra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-20 19:41:57 UTC (rev 175965)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Matthew Bowra-Dean 
+pkgname=openra
+pkgver=20160508
+pkgrel=2
+pkgdesc="An open-source implementation of the Red Alert engine using .NET/Mono 
and OpenGL"
+arch=('any')
+url="http://www.openra.net";
+license=('GPL3')
+install=openra.install
+depends=('mono' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 
'hicolor-icon-theme' 'gtk-update-icon-cache'
+ 'desktop-file-utils' 'xdg-utils' 'zenity')
+makedepends=('git' 'unzip')
+options=(!strip)
+source=("git+https://github.com/OpenRA/OpenRA.git#tag=release-${pkgver}";)
+md5sums=('SKIP')
+
+prepare() {
+  cd OpenRA
+
+  make version
+}
+
+build() {
+  cd OpenRA
+
+  make dependencies
+  make core
+  make tools
+}
+
+package() {
+  cd OpenRA
+
+  make prefix=/usr DESTDIR="$pkgdir" install-all
+  make prefix=/usr DESTDIR="$pkgdir" install-linux-shortcuts
+  make prefix=/usr DESTDIR="$pkgdir" install-linux-mime
+  make prefix=/usr DESTDIR="$pkgdir" install-linux-appdata
+  make prefix=/usr DESTDIR="$pkgdir" install-man-page
+}

Deleted: openra.install
===
--- openra.install  2016-05-20 19:41:19 UTC (rev 175964)
+++ openra.install  2016-05-20 19:41:57 UTC (rev 175965)
@@ -1,14 +0,0 @@
-post_upgrade() {
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_install() {
-post_upgrade
-}
-
-post_remove() {
-echo "openra downloaded data files to ~/.openra/Content and you might want"
-echo "to delete those."
-post_upgrade
-}

Copied: openra/repos/community-any/openra.install (from rev 175964, 
openra/trunk/openra.install)
===
--- openra.install  (rev 0)
+++ openra.install  2016-05-20 19:41:57 UTC (rev 175965)
@@ -0,0 +1,4 @@
+post_remove() {
+echo "openra downloaded data files to ~/.openra/Content and you might want"
+echo "to delete those."
+}


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

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 21:41:19
  Author: arojas
Revision: 175964

Hooks

Modified:
  openra/trunk/PKGBUILD
  openra/trunk/openra.install

+
 PKGBUILD   |2 +-
 openra.install |   10 --
 2 files changed, 1 insertion(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 19:39:01 UTC (rev 175963)
+++ PKGBUILD2016-05-20 19:41:19 UTC (rev 175964)
@@ -3,7 +3,7 @@
 # Contributor: Matthew Bowra-Dean 
 pkgname=openra
 pkgver=20160508
-pkgrel=1
+pkgrel=2
 pkgdesc="An open-source implementation of the Red Alert engine using .NET/Mono 
and OpenGL"
 arch=('any')
 url="http://www.openra.net";

Modified: openra.install
===
--- openra.install  2016-05-20 19:39:01 UTC (rev 175963)
+++ openra.install  2016-05-20 19:41:19 UTC (rev 175964)
@@ -1,14 +1,4 @@
-post_upgrade() {
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_install() {
-post_upgrade
-}
-
 post_remove() {
 echo "openra downloaded data files to ~/.openra/Content and you might want"
 echo "to delete those."
-post_upgrade
 }


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

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 21:39:01
  Author: arojas
Revision: 175963

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

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

-+
 /PKGBUILD   |  122 ++
 community-i686/PKGBUILD |   62 ---
 community-i686/mumble.install   |   11 ---
 community-x86_64/PKGBUILD   |   62 ---
 community-x86_64/mumble.install |   11 ---
 5 files changed, 122 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-20 19:38:26 UTC (rev 175962)
+++ community-i686/PKGBUILD 2016-05-20 19:39:01 UTC (rev 175963)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lauri Niskanen 
-# Contributor: sebastian.sal...@gmx.de
-# Contributor: Doc Angelo
-
-# If you want support for your G15 Keyboard, please add 'g15daemon'
-# to the depends and delete "no-g15" in the configure line below
-
-pkgname=mumble
-pkgver=1.2.16
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc="A voice chat application similar to TeamSpeak"
-license=('BSD')
-depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 
'libpulse' 'opus' 'xdg-utils' 'speech-dispatcher')
-makedepends=('boost' 'mesa')
-install=mumble.install
-url="http://mumble.sourceforge.net/";
-source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz)
-md5sums=('58e7574af80e36e0b943df0e6a44d6ce')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Building mumble
-  qmake-qt4 main.pro \
-CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie 
no-server \
-no-embed-qt-translations no-update packaged" \
-DEFINES+="PLUGIN_PATH=/usr/lib/mumble" \
-INCLUDEPATH+="/usr/include/speech-dispatcher"
-  make release
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # bin stuff
-  install -m755 -D ./release/mumble $pkgdir/usr/bin/mumble
-  install -m755 -D ./scripts/mumble-overlay $pkgdir/usr/bin/mumble-overlay
-
-  # lib stuff
-  install -m755 -D ./release/libmumble.so.$pkgver 
$pkgdir/usr/lib/mumble/libmumble.so.$pkgver
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1
-  ln -s libmumble.so.$pkgver $pkgdir/usr/lib/mumble/libmumble.so.1.2
-  install -m755 -D ./release/plugins/liblink.so 
$pkgdir/usr/lib/mumble/liblink.so
-  install -m755 -D ./release/plugins/libmanual.so 
$pkgdir/usr/lib/mumble/libmanual.so
-  install -m755 -D ./release/libcelt* $pkgdir/usr/lib/mumble/
-
-  # other stuff
-  install -m644 -D ./scripts/mumble.desktop 
$pkgdir/usr/share/applications/mumble.desktop
-  install -m755 -d $pkgdir/usr/share/man/man1
-  install -m644 -D ./man/mum* $pkgdir/usr/share/man/man1/
-  install -m644 -D ./icons/mumble.svg 
$pkgdir/usr/share/icons/hicolor/scalable/apps/mumble.svg
-  install -m644 -D ./LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-# vim: sw=2:ts=2 et:

Copied: mumble/repos/community-i686/PKGBUILD (from rev 175962, 
mumble/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-20 19:39:01 UTC (rev 175963)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lauri Niskanen 
+# Contributor: sebastian.sal...@gmx.de
+# Contributor: Doc Angelo
+
+# If you want support for your G15 Keyboard, please add 'g15daemon'
+# to the depends and delete "no-g15" in the configure line below
+
+pkgname=mumble
+pkgver=1.2.16
+pkgrel=2
+arch=('i686' 'x86_64')
+pkgdesc="A voice chat application similar to TeamSpeak"
+license=('BSD')
+depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 
'libpulse' 'opus' 'xdg-utils' 'speech-dispatcher')
+makedepends=('boost' 'mesa')
+url="http://mumble.sourceforge.net/";
+source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz)
+md5sums=('58e7574af80e36e0b943df0e6a44d6ce')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Building mumble
+  qmake-qt4 main.pro \
+CONFIG+="bundled-celt no-bundled-opus no-bundled-speex no-g15 no-xevie 
no-server \
+no-embed-qt-translations no-update packaged" \
+DEFINES+="PLUGIN_PATH=/usr/lib/mumble" \
+INCLUDEPATH+="/usr/include/speech-dispatcher"
+  make release
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  

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

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 21:38:26
  Author: arojas
Revision: 175962

Hooks

Modified:
  mumble/trunk/PKGBUILD
Deleted:
  mumble/trunk/mumble.install

+
 PKGBUILD   |3 +--
 mumble.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 19:36:03 UTC (rev 175961)
+++ PKGBUILD2016-05-20 19:38:26 UTC (rev 175962)
@@ -9,13 +9,12 @@
 
 pkgname=mumble
 pkgver=1.2.16
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc="A voice chat application similar to TeamSpeak"
 license=('BSD')
 depends=('qt4' 'speex' 'lsb-release' 'libxi' 'avahi' 'libsndfile' 'protobuf' 
'libpulse' 'opus' 'xdg-utils' 'speech-dispatcher')
 makedepends=('boost' 'mesa')
-install=mumble.install
 url="http://mumble.sourceforge.net/";
 
source=(https://github.com/mumble-voip/mumble/releases/download/${pkgver}/mumble-${pkgver}.tar.gz)
 md5sums=('58e7574af80e36e0b943df0e6a44d6ce')

Deleted: mumble.install
===
--- mumble.install  2016-05-20 19:36:03 UTC (rev 175961)
+++ mumble.install  2016-05-20 19:38:26 UTC (rev 175962)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


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

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 21:36:03
  Author: arojas
Revision: 175961

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

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

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   30 
 community-i686/love.install   |   13 
 community-x86_64/PKGBUILD |   30 
 community-x86_64/love.install |   13 
 5 files changed, 58 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-20 19:35:30 UTC (rev 175960)
+++ community-i686/PKGBUILD 2016-05-20 19:36:03 UTC (rev 175961)
@@ -1,30 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Linus Sjögren 
-# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
-pkgname=love
-pkgver=0.10.1
-pkgrel=1
-pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting 
language to create dynamic gaming experiences"
-arch=(i686 x86_64)
-url="http://love2d.org/";
-license=('zlib')
-depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 
'libmodplug' 'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'libtheora')
-install=love.install
-source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz";)
-md5sums=('bd7063e39afed0a352d77c8116f47c08')
-
-build() {
-  cd "$srcdir"/love-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/love-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm0644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: love/repos/community-i686/PKGBUILD (from rev 175960, 
love/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-20 19:36:03 UTC (rev 175961)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Linus Sjögren 
+# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
+pkgname=love
+pkgver=0.10.1
+pkgrel=2
+pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting 
language to create dynamic gaming experiences"
+arch=(i686 x86_64)
+url="http://love2d.org/";
+license=('zlib')
+depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 
'libmodplug' 'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'libtheora')
+source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz";)
+md5sums=('7355507d8ac83ff75c439505527df1ae')
+
+build() {
+  cd "$srcdir"/love-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/love-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm0644 "license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/love.install
===
--- community-i686/love.install 2016-05-20 19:35:30 UTC (rev 175960)
+++ community-i686/love.install 2016-05-20 19:36:03 UTC (rev 175961)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  post_install 
-}
-
-post_upgrade() {
-  post_install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-20 19:35:30 UTC (rev 175960)
+++ community-x86_64/PKGBUILD   2016-05-20 19:36:03 UTC (rev 175961)
@@ -1,30 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Linus Sjögren 
-# Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
-pkgname=love
-pkgver=0.10.1
-pkgrel=1
-pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting 
language to create dynamic gaming experiences"
-arch=(i686 x86_64)
-url="http://love2d.org/";
-license=('zlib')
-depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 
'libmodplug' 'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'libtheora')
-install=love.install
-source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz";)
-md5sums=('bd7063e39afed0a352d77c8116f47c08')
-
-build() {
-  cd "$srcdir"/love-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/love-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm0644 "license.txt" "$pkgdir/usr/share/licenses/

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

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 21:35:30
  Author: arojas
Revision: 175960

Hooks

Modified:
  love/trunk/PKGBUILD
Deleted:
  love/trunk/love.install

--+
 PKGBUILD |5 ++---
 love.install |   13 -
 2 files changed, 2 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 19:34:09 UTC (rev 175959)
+++ PKGBUILD2016-05-20 19:35:30 UTC (rev 175960)
@@ -3,15 +3,14 @@
 # Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze
 pkgname=love
 pkgver=0.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting 
language to create dynamic gaming experiences"
 arch=(i686 x86_64)
 url="http://love2d.org/";
 license=('zlib')
 depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 
'libmodplug' 'sdl2' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils' 'libtheora')
-install=love.install
 
source=("https://bitbucket.org/rude/love/downloads/love-${pkgver}-linux-src.tar.gz";)
-md5sums=('bd7063e39afed0a352d77c8116f47c08')
+md5sums=('7355507d8ac83ff75c439505527df1ae')
 
 build() {
   cd "$srcdir"/love-$pkgver

Deleted: love.install
===
--- love.install2016-05-20 19:34:09 UTC (rev 175959)
+++ love.install2016-05-20 19:35:30 UTC (rev 175960)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_remove() {
-  post_install 
-}
-
-post_upgrade() {
-  post_install
-}


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

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 21:34:09
  Author: arojas
Revision: 175959

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

Added:
  gluon/repos/community-i686/PKGBUILD
(from rev 175958, gluon/trunk/PKGBUILD)
  gluon/repos/community-i686/gcc47.patch
(from rev 175958, gluon/trunk/gcc47.patch)
  gluon/repos/community-x86_64/PKGBUILD
(from rev 175958, gluon/trunk/PKGBUILD)
  gluon/repos/community-x86_64/gcc47.patch
(from rev 175958, gluon/trunk/gcc47.patch)
Deleted:
  gluon/repos/community-i686/PKGBUILD
  gluon/repos/community-i686/gcc47.patch
  gluon/repos/community-i686/gluon.install
  gluon/repos/community-x86_64/PKGBUILD
  gluon/repos/community-x86_64/gcc47.patch
  gluon/repos/community-x86_64/gluon.install

+
 /PKGBUILD  |   84 +++
 /gcc47.patch   |   62 
 community-i686/PKGBUILD|   43 ---
 community-i686/gcc47.patch |   31 --
 community-i686/gluon.install   |   15 --
 community-x86_64/PKGBUILD  |   43 ---
 community-x86_64/gcc47.patch   |   31 --
 community-x86_64/gluon.install |   15 --
 8 files changed, 146 insertions(+), 178 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-20 19:32:01 UTC (rev 175958)
+++ community-i686/PKGBUILD 2016-05-20 19:34:09 UTC (rev 175959)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Ivan Sichmann Freitas 
-
-pkgname=gluon
-pkgver=0.71.0
-_pkgver=0.71
-pkgrel=11
-pkgdesc="A free and open source platform for creating and distributing games"
-arch=('i686' 'x86_64')
-url="http://gluon.gamingfreedom.org/";
-license=('LGPL')
-depends=('kdelibs' 'libsndfile' 'alure')
-makedepends=('cmake' 'automoc4' 'mesa' 'kdevplatform')
-install=gluon.install
-source=("http://download.kde.org/unstable/$pkgname/$_pkgver/src/$pkgname-$pkgver.tar.gz";
-'gcc47.patch')
-md5sums=('e4f284c0ae00e5b8a58cc3e6201857fe'
- '92adbf8b23f4af2a15a005b031c81c5f')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 -i "$srcdir"/gcc47.patch
-
-  cd "$srcdir"
-  mkdir build
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON
-  grep -rl "Qt4::moc"|xargs sed -i "s/Qt4::moc/moc-qt4/" # No idea what's up 
here but I can't be bothered to fix it properly
-  make
-}
-
-package() {
-  cd "$srcdir"/build
-  make DESTDIR="$pkgdir" install
-
-  if [[ "$CARCH" == "x86_64" ]]; then
-mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib
-  fi
-}

Copied: gluon/repos/community-i686/PKGBUILD (from rev 175958, 
gluon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-20 19:34:09 UTC (rev 175959)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Ivan Sichmann Freitas 
+
+pkgname=gluon
+pkgver=0.71.0
+_pkgver=0.71
+pkgrel=12
+pkgdesc="A free and open source platform for creating and distributing games"
+arch=('i686' 'x86_64')
+url="http://gluon.gamingfreedom.org/";
+license=('LGPL')
+depends=('kdelibs' 'libsndfile' 'alure')
+makedepends=('cmake' 'automoc4' 'mesa' 'kdevplatform')
+source=("http://download.kde.org/unstable/$pkgname/$_pkgver/src/$pkgname-$pkgver.tar.gz";
+'gcc47.patch')
+md5sums=('e4f284c0ae00e5b8a58cc3e6201857fe'
+ '92adbf8b23f4af2a15a005b031c81c5f')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/gcc47.patch
+
+  cd "$srcdir"
+  mkdir build
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON
+  grep -rl "Qt4::moc"|xargs sed -i "s/Qt4::moc/moc-qt4/" # No idea what's up 
here but I can't be bothered to fix it properly
+  make
+}
+
+package() {
+  cd "$srcdir"/build
+  make DESTDIR="$pkgdir" install
+
+  if [[ "$CARCH" == "x86_64" ]]; then
+mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib
+  fi
+}

Deleted: community-i686/gcc47.patch
===
--- community-i686/gcc47.patch  2016-05-20 19:32:01 UTC (rev 175958)
+++ community-i686/gcc47.patch  2016-05-20 19:34:09 UTC (rev 175959)
@@ -1,31 +0,0 @@
-From: Christoph Feck 
-Date: Fri, 23 Mar 2012 22:35:09 +
-Subject: Fix includes
-X-Git-Url: 
http://quickgit.kde.org/?p=gluon.git&a=commitdiff&h=bccbda88a6bc53ac20091bb6aefd2f1b501ba31a

-Fix includes

-
-
 a/input/linux/detectlinux.cpp
-+++ b/input/linux/detectlinux.cpp
-@@ -26,6 +26,7 @@
- 
- #include 
- 
-+#include 
- // #include 
- 
- using namespace GluonInput;
-
 a/input/linux/inputthread.cpp
-+++ b/input/linux/inputthread.cpp
-@@ -30,6 +30,7 @@
- // #include 
- 
- #include 
-+#inclu

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

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 21:32:01
  Author: arojas
Revision: 175958

Hooks

Modified:
  gluon/trunk/PKGBUILD
Deleted:
  gluon/trunk/gluon.install

---+
 PKGBUILD  |3 +--
 gluon.install |   15 ---
 2 files changed, 1 insertion(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 19:30:52 UTC (rev 175957)
+++ PKGBUILD2016-05-20 19:32:01 UTC (rev 175958)
@@ -5,7 +5,7 @@
 pkgname=gluon
 pkgver=0.71.0
 _pkgver=0.71
-pkgrel=11
+pkgrel=12
 pkgdesc="A free and open source platform for creating and distributing games"
 arch=('i686' 'x86_64')
 url="http://gluon.gamingfreedom.org/";
@@ -12,7 +12,6 @@
 license=('LGPL')
 depends=('kdelibs' 'libsndfile' 'alure')
 makedepends=('cmake' 'automoc4' 'mesa' 'kdevplatform')
-install=gluon.install
 
source=("http://download.kde.org/unstable/$pkgname/$_pkgver/src/$pkgname-$pkgver.tar.gz";
 'gcc47.patch')
 md5sums=('e4f284c0ae00e5b8a58cc3e6201857fe'

Deleted: gluon.install
===
--- gluon.install   2016-05-20 19:30:52 UTC (rev 175957)
+++ gluon.install   2016-05-20 19:32:01 UTC (rev 175958)
@@ -1,15 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor
-  update-mime-database usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor
-  update-mime-database usr/share/mime > /dev/null
-}


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

2016-05-20 Thread Florian Pritz
Date: Friday, May 20, 2016 @ 21:30:52
  Author: bluewind
Revision: 175957

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

Added:
  siege/repos/community-i686/PKGBUILD
(from rev 175956, siege/trunk/PKGBUILD)
  siege/repos/community-x86_64/PKGBUILD
(from rev 175956, 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-05-20 19:30:46 UTC (rev 175956)
+++ community-i686/PKGBUILD 2016-05-20 19:30:52 UTC (rev 175957)
@@ -1,31 +0,0 @@
-# $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')

Copied: siege/repos/community-i686/PKGBUILD (from rev 175956, 
siege/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-20 19:30:52 UTC (rev 175957)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Sven Kauber 
+
+pkgname=siege
+pkgver=4.0.2
+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=('ae03c9072d4ada7309f31d14d0e24518')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-20 19:30:46 UTC (rev 175956)
+++ community-x86_64/PKGBUILD   2016-05-20 19:30:52 UTC (rev 175957)
@@ -1,31 +0,0 @@
-# $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')

Copied: siege/repos/community-x86_64/PKGBUILD (from rev 175956, 
siege/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-20 19:30:52 UTC (rev 175957)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Sven Kauber 
+
+pkgname=siege
+pkgver=4.0.2
+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=('ae03c9072d4ada7309f31d14d0e24518')


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

2016-05-20 Thread Florian Pritz
Date: Friday, May 20, 2016 @ 21:30:46
  Author: bluewind
Revision: 175956

upgpkg: siege 4.0.2-1

upstream update

Modified:
  siege/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 19:28:59 UTC (rev 175955)
+++ PKGBUILD2016-05-20 19:30:46 UTC (rev 175956)
@@ -3,7 +3,7 @@
 # Contributor: Sven Kauber 
 
 pkgname=siege
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -28,4 +28,4 @@
   sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
 }
 
-md5sums=('fd67a73b45412d684cd79d7af84846e2')
+md5sums=('ae03c9072d4ada7309f31d14d0e24518')


[arch-commits] Commit in cool-retro-term/repos (6 files)

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 21:28:59
  Author: arojas
Revision: 175955

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

Added:
  cool-retro-term/repos/community-i686/PKGBUILD
(from rev 175954, cool-retro-term/trunk/PKGBUILD)
  cool-retro-term/repos/community-x86_64/PKGBUILD
(from rev 175954, cool-retro-term/trunk/PKGBUILD)
Deleted:
  cool-retro-term/repos/community-i686/PKGBUILD
  cool-retro-term/repos/community-i686/cool-retro-term.install
  cool-retro-term/repos/community-x86_64/PKGBUILD
  cool-retro-term/repos/community-x86_64/cool-retro-term.install

--+
 /PKGBUILD|   68 +
 community-i686/PKGBUILD  |   35 --
 community-i686/cool-retro-term.install   |   12 -
 community-x86_64/PKGBUILD|   35 --
 community-x86_64/cool-retro-term.install |   12 -
 5 files changed, 68 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-20 19:28:25 UTC (rev 175954)
+++ community-i686/PKGBUILD 2016-05-20 19:28:59 UTC (rev 175955)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Doug Newgard 
-# Contributor: Andrey Mivrenik 
-# Contributor: Glen Oakley 
-
-pkgname=cool-retro-term
-pkgver=1.0.0
-pkgrel=3
-pkgdesc='A good looking terminal emulator which mimics the old cathode display'
-arch=('i686' 'x86_64')
-url='https://github.com/Swordfish90/cool-retro-term'
-license=('GPL3')
-depends=('qmltermwidget' 'qt5-quickcontrols' 'qt5-graphicaleffects' 
'hicolor-icon-theme')
-install=$pkgname.install
-source=("https://github.com/Swordfish90/cool-retro-term/archive/v$pkgver.tar.gz";)
-sha256sums=('db799084680545b6961e1b3d1bb7ff0cb8105e82279fe734c2c07c32525350d9')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i '/qmltermwidget/d' cool-retro-term.pro
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  qmake
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: cool-retro-term/repos/community-i686/PKGBUILD (from rev 175954, 
cool-retro-term/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-20 19:28:59 UTC (rev 175955)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Doug Newgard 
+# Contributor: Andrey Mivrenik 
+# Contributor: Glen Oakley 
+
+pkgname=cool-retro-term
+pkgver=1.0.0
+pkgrel=4
+pkgdesc='A good looking terminal emulator which mimics the old cathode display'
+arch=('i686' 'x86_64')
+url='https://github.com/Swordfish90/cool-retro-term'
+license=('GPL3')
+depends=('qmltermwidget' 'qt5-quickcontrols' 'qt5-graphicaleffects' 
'hicolor-icon-theme')
+source=("https://github.com/Swordfish90/cool-retro-term/archive/v$pkgver.tar.gz";)
+sha256sums=('db799084680545b6961e1b3d1bb7ff0cb8105e82279fe734c2c07c32525350d9')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i '/qmltermwidget/d' cool-retro-term.pro
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  qmake
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-i686/cool-retro-term.install
===
--- community-i686/cool-retro-term.install  2016-05-20 19:28:25 UTC (rev 
175954)
+++ community-i686/cool-retro-term.install  2016-05-20 19:28:59 UTC (rev 
175955)
@@ -1,12 +0,0 @@
-post_install() {
-  [[ -x /usr/bin/xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme 
hicolor || \
-  ( [[ -x /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache )
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-20 19:28:25 UTC (rev 175954)
+++ community-x86_64/PKGBUILD   2016-05-20 19:28:59 UTC (rev 175955)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Doug Newgard 
-# Contributor: Andrey Mivrenik 
-# Contributor: Glen Oakley 
-
-pkgname=cool-retro-term
-pkgver=1.0.0
-pkgrel=3
-pkgdesc='A good looking terminal emulator which mimics the old cathode display'
-arch=('i686' 'x86_64')
-url='https://github.com/Swordfish90/cool-retro-term'
-license=('GPL3')
-depends=('qmltermwidget' 'qt5-quickcontrols' 'qt5-graphicaleffects' 
'hicolor-icon-theme')
-install=$pkgname.install
-source=("https://github.com/Swordfish90/cool-retro-term/archive/v$pkgver.tar.gz";)
-sha256sums=('db799084680545b6961e1b3d1bb7ff0cb8105e82279fe734c2c07c32525350d9')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  sed -i '/qmltermwidget/d' cool-retro-term.pro
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  qmake
-  make
-}
-
-pack

[arch-commits] Commit in cool-retro-term/trunk (PKGBUILD cool-retro-term.install)

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 21:28:25
  Author: arojas
Revision: 175954

Hooks

Modified:
  cool-retro-term/trunk/PKGBUILD
Deleted:
  cool-retro-term/trunk/cool-retro-term.install

-+
 PKGBUILD|3 +--
 cool-retro-term.install |   12 
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 19:26:36 UTC (rev 175953)
+++ PKGBUILD2016-05-20 19:28:25 UTC (rev 175954)
@@ -5,13 +5,12 @@
 
 pkgname=cool-retro-term
 pkgver=1.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A good looking terminal emulator which mimics the old cathode display'
 arch=('i686' 'x86_64')
 url='https://github.com/Swordfish90/cool-retro-term'
 license=('GPL3')
 depends=('qmltermwidget' 'qt5-quickcontrols' 'qt5-graphicaleffects' 
'hicolor-icon-theme')
-install=$pkgname.install
 
source=("https://github.com/Swordfish90/cool-retro-term/archive/v$pkgver.tar.gz";)
 sha256sums=('db799084680545b6961e1b3d1bb7ff0cb8105e82279fe734c2c07c32525350d9')
 

Deleted: cool-retro-term.install
===
--- cool-retro-term.install 2016-05-20 19:26:36 UTC (rev 175953)
+++ cool-retro-term.install 2016-05-20 19:28:25 UTC (rev 175954)
@@ -1,12 +0,0 @@
-post_install() {
-  [[ -x /usr/bin/xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme 
hicolor || \
-  ( [[ -x /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache )
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 21:26:36
  Author: arojas
Revision: 175953

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

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

---+
 /PKGBUILD |   50 
 community-i686/PKGBUILD   |   26 
 community-i686/cgdb.install   |   17 -
 community-x86_64/PKGBUILD |   26 
 community-x86_64/cgdb.install |   17 -
 5 files changed, 50 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-20 19:26:00 UTC (rev 175952)
+++ community-i686/PKGBUILD 2016-05-20 19:26:36 UTC (rev 175953)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Marek Kubica 
-# Contributor: Javier ‘Phrodo_00’ Aravena 
-pkgname=cgdb
-pkgver=0.6.8
-pkgrel=2
-pkgdesc="Curses-based interface to the GNU Debugger"
-arch=('i686' 'x86_64')
-url="http://cgdb.sourceforge.net/";
-license=('GPL')
-depends=('readline>=5.1' 'ncurses' 'gdb')
-makedepends=('help2man')
-source=("http://cgdb.me/files/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('22580f0c2ad9c4f4efc429f94465fe54518c38f5efc95fa544ebbd93188d8e2ec740d7c3f22df1447df9af96eb4a317e4a4fbf5c771173f86ebdccbcbd776ab2')
-install=cgdb.install
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}/" install
-}

Copied: cgdb/repos/community-i686/PKGBUILD (from rev 175952, 
cgdb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-20 19:26:36 UTC (rev 175953)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Marek Kubica 
+# Contributor: Javier ‘Phrodo_00’ Aravena 
+pkgname=cgdb
+pkgver=0.6.8
+pkgrel=3
+pkgdesc="Curses-based interface to the GNU Debugger"
+arch=('i686' 'x86_64')
+url="http://cgdb.sourceforge.net/";
+license=('GPL')
+depends=('readline>=5.1' 'ncurses' 'gdb')
+makedepends=('help2man')
+source=("http://cgdb.me/files/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('22580f0c2ad9c4f4efc429f94465fe54518c38f5efc95fa544ebbd93188d8e2ec740d7c3f22df1447df9af96eb4a317e4a4fbf5c771173f86ebdccbcbd776ab2')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+}

Deleted: community-i686/cgdb.install
===
--- community-i686/cgdb.install 2016-05-20 19:26:00 UTC (rev 175952)
+++ community-i686/cgdb.install 2016-05-20 19:26:36 UTC (rev 175953)
@@ -1,17 +0,0 @@
-infodir=usr/share/info
-file=cgdb.info.gz
-
-post_install() {
-[ -x usr/bin/install-info ] || return 0
-install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-post_install $1
-}
-
-pre_remove() {
-[ -x usr/bin/install-info ] || return 0
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}
-

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-20 19:26:00 UTC (rev 175952)
+++ community-x86_64/PKGBUILD   2016-05-20 19:26:36 UTC (rev 175953)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Marek Kubica 
-# Contributor: Javier ‘Phrodo_00’ Aravena 
-pkgname=cgdb
-pkgver=0.6.8
-pkgrel=2
-pkgdesc="Curses-based interface to the GNU Debugger"
-arch=('i686' 'x86_64')
-url="http://cgdb.sourceforge.net/";
-license=('GPL')
-depends=('readline>=5.1' 'ncurses' 'gdb')
-makedepends=('help2man')
-source=("http://cgdb.me/files/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('22580f0c2ad9c4f4efc429f94465fe54518c38f5efc95fa544ebbd93188d8e2ec740d7c3f22df1447df9af96eb4a317e4a4fbf5c771173f86ebdccbcbd776ab2')
-install=cgdb.install
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}/" install
-}

Copied: cgdb/repos/community-x86_64/PKGBUILD (from rev 175952, 
cgdb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-20 19:26:36 UTC (rev 175953)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Marek Kubica 
+# Contributor: Javier ‘Phrodo_00’ Aravena 
+pkgname=cgdb
+pkgver=0.6.8
+pkgrel=3
+

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

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 21:26:00
  Author: arojas
Revision: 175952

Hooks

Modified:
  cgdb/trunk/PKGBUILD
Deleted:
  cgdb/trunk/cgdb.install

--+
 PKGBUILD |3 +--
 cgdb.install |   17 -
 2 files changed, 1 insertion(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 19:15:07 UTC (rev 175951)
+++ PKGBUILD2016-05-20 19:26:00 UTC (rev 175952)
@@ -3,7 +3,7 @@
 # Contributor: Javier ‘Phrodo_00’ Aravena 
 pkgname=cgdb
 pkgver=0.6.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Curses-based interface to the GNU Debugger"
 arch=('i686' 'x86_64')
 url="http://cgdb.sourceforge.net/";
@@ -12,7 +12,6 @@
 makedepends=('help2man')
 source=("http://cgdb.me/files/${pkgname}-${pkgver}.tar.gz";)
 
sha512sums=('22580f0c2ad9c4f4efc429f94465fe54518c38f5efc95fa544ebbd93188d8e2ec740d7c3f22df1447df9af96eb4a317e4a4fbf5c771173f86ebdccbcbd776ab2')
-install=cgdb.install
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Deleted: cgdb.install
===
--- cgdb.install2016-05-20 19:15:07 UTC (rev 175951)
+++ cgdb.install2016-05-20 19:26:00 UTC (rev 175952)
@@ -1,17 +0,0 @@
-infodir=usr/share/info
-file=cgdb.info.gz
-
-post_install() {
-[ -x usr/bin/install-info ] || return 0
-install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-post_install $1
-}
-
-pre_remove() {
-[ -x usr/bin/install-info ] || return 0
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}
-


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

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 21:15:07
  Author: arojas
Revision: 175951

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

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

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   39 --
 community-i686/patchage.install   |   14 --
 community-x86_64/PKGBUILD |   39 --
 community-x86_64/patchage.install |   14 --
 5 files changed, 76 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-20 19:14:35 UTC (rev 175950)
+++ community-i686/PKGBUILD 2016-05-20 19:15:07 UTC (rev 175951)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Maintainer: speps 
-# Contributor: Max Pray a.k.a. Synthead 
-# Contributor: clarence 
-
-pkgname=patchage
-pkgver=1.0.0
-pkgrel=3
-pkgdesc="A modular patch bay for audio and MIDI systems based on Jack and Alsa"
-arch=('i686' 'x86_64')
-url="http://drobilla.net/software/patchage";
-license=('GPL3')
-depends=('ganv' 'jack' 'desktop-file-utils')
-makedepends=('boost' 'python2')
-install="$pkgname.install"
-source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2";)
-md5sums=('d16a3fc045faff7fd70f3b4769b65698')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#40311
-  # disable jack metadata support for jack2 capability
-  sed -i '/jack_get_property/,/False/d' wscript
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 waf configure --prefix=/usr
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 waf install --destdir="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: patchage/repos/community-i686/PKGBUILD (from rev 175950, 
patchage/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-20 19:15:07 UTC (rev 175951)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Maintainer: speps 
+# Contributor: Max Pray a.k.a. Synthead 
+# Contributor: clarence 
+
+pkgname=patchage
+pkgver=1.0.0
+pkgrel=4
+pkgdesc="A modular patch bay for audio and MIDI systems based on Jack and Alsa"
+arch=('i686' 'x86_64')
+url="http://drobilla.net/software/patchage";
+license=('GPL3')
+depends=('ganv' 'jack')
+makedepends=('boost' 'python2')
+source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2";)
+md5sums=('d16a3fc045faff7fd70f3b4769b65698')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#40311
+  # disable jack metadata support for jack2 capability
+  sed -i '/jack_get_property/,/False/d' wscript
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 waf configure --prefix=/usr
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 waf install --destdir="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/patchage.install
===
--- community-i686/patchage.install 2016-05-20 19:14:35 UTC (rev 175950)
+++ community-i686/patchage.install 2016-05-20 19:15:07 UTC (rev 175951)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-20 19:14:35 UTC (rev 175950)
+++ community-x86_64/PKGBUILD   2016-05-20 19:15:07 UTC (rev 175951)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Maintainer: speps 
-# Contributor: Max Pray a.k.a. Synthead 
-# Contributor: clarence 
-
-pkgname=patchage
-pkgver=1.0.0
-pkgrel=3
-pkgdesc="A modular patch bay for audio and MIDI systems based on Jack and Alsa"
-arch=('i686' 'x86_64')
-url="http://drobilla.net/software/patchage";
-license=('GPL3')
-depends=('ganv' 'jack' 'desktop-file-utils')
-makedepends=('boost' 'python2')
-install="$pkgname.install"
-source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2";)
-md5sums=('d16a3fc045faff7fd70f3b4769b65698')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#40311
-  # disable jack metadata support for jack2 capability
-  sed -i '/jack_get_property/,/False/d' wscript
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 waf configure --prefix=/usr
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 waf install --destdir="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

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

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 21:14:35
  Author: arojas
Revision: 175950

Hooks

Modified:
  patchage/trunk/PKGBUILD
Deleted:
  patchage/trunk/patchage.install

--+
 PKGBUILD |5 ++---
 patchage.install |   14 --
 2 files changed, 2 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 19:11:24 UTC (rev 175949)
+++ PKGBUILD2016-05-20 19:14:35 UTC (rev 175950)
@@ -6,14 +6,13 @@
 
 pkgname=patchage
 pkgver=1.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A modular patch bay for audio and MIDI systems based on Jack and Alsa"
 arch=('i686' 'x86_64')
 url="http://drobilla.net/software/patchage";
 license=('GPL3')
-depends=('ganv' 'jack' 'desktop-file-utils')
+depends=('ganv' 'jack')
 makedepends=('boost' 'python2')
-install="$pkgname.install"
 source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2";)
 md5sums=('d16a3fc045faff7fd70f3b4769b65698')
 

Deleted: patchage.install
===
--- patchage.install2016-05-20 19:11:24 UTC (rev 175949)
+++ patchage.install2016-05-20 19:14:35 UTC (rev 175950)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 21:11:24
  Author: arojas
Revision: 175949

archrelease: copy trunk to community-any

Added:
  subdownloader/repos/community-any/PKGBUILD
(from rev 175948, subdownloader/trunk/PKGBUILD)
  subdownloader/repos/community-any/follow-download-links.patch
(from rev 175948, subdownloader/trunk/follow-download-links.patch)
Deleted:
  subdownloader/repos/community-any/PKGBUILD
  subdownloader/repos/community-any/follow-download-links.patch
  subdownloader/repos/community-any/subdownloader.install

-+
 PKGBUILD|  135 --
 follow-download-links.patch |  106 
 subdownloader.install   |   11 ---
 3 files changed, 120 insertions(+), 132 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-20 19:11:00 UTC (rev 175948)
+++ PKGBUILD2016-05-20 19:11:24 UTC (rev 175949)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: Geoffroy Carrier 
-# Contributor: Thomas Jost 
-
-pkgname=subdownloader
-pkgver=2.0.18
-pkgrel=3
-pkgdesc="Automatic download/upload of subtitles using fast hashing"
-arch=('any')
-url="http://www.subdownloader.net/";
-license=('GPL3')
-depends=('imdbpy' 'kaa-metadata' 'python2-pyqt')
-makedepends=('icu')
-options=('!emptydirs')
-install=$pkgname.install
-source=("http://launchpad.net/$pkgname/trunk/$pkgver/+download/${pkgname}_$pkgver.orig.tar.gz";
-"follow-download-links.patch")
-md5sums=('11dbc455f542b68e96e2cc539deb3f8f'
- 'ae4eee141243cb5a20eeaaa49abcf75b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # See https://bugs.archlinux.org/task/48402
-  patch -Np0 -i "$srcdir/follow-download-links.patch"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # prepare dirs
-  install -d "$pkgdir/usr/share/$pkgname" \
-"$pkgdir/usr/bin" \
-"$pkgdir/usr/share/man/man1/"
-
-  # manuals
-  gzip subdownloader.1
-  install -D subdownloader.1.gz "$pkgdir/usr/share/man/man1/"
-
-  # freedesktop.org
-  install -D -m644 subdownloader.desktop \
-"$pkgdir/usr/share/applications/subdownloader.desktop"
-  rm subdownloader.1.gz subdownloader.desktop
-
-  # runtime and executables
-  cp -a * "$pkgdir/usr/share/$pkgname/"
-  chmod 755 "$pkgdir/usr/share/$pkgname/run.py"
-  ln -s "/usr/share/$pkgname/run.py" \
-"$pkgdir/usr/bin/subdownloader"
-
-  install -D -m644 gui/images/subdownloader.png \
-"$pkgdir/usr/share/pixmaps/subdownloader.png"
-
-  # unnecessary directories
-  cd "$pkgdir/usr/share/$pkgname"
-  rm -r distribution
-}
-
-# vim:set ts=2 sw=2 et:

Copied: subdownloader/repos/community-any/PKGBUILD (from rev 175948, 
subdownloader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-20 19:11:24 UTC (rev 175949)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Geoffroy Carrier 
+# Contributor: Thomas Jost 
+
+pkgname=subdownloader
+pkgver=2.0.18
+pkgrel=4
+pkgdesc="Automatic download/upload of subtitles using fast hashing"
+arch=('any')
+url="http://www.subdownloader.net/";
+license=('GPL3')
+depends=('imdbpy' 'kaa-metadata' 'python2-pyqt')
+makedepends=('icu')
+options=('!emptydirs')
+source=("http://launchpad.net/$pkgname/trunk/$pkgver/+download/${pkgname}_$pkgver.orig.tar.gz";
+"follow-download-links.patch")
+md5sums=('11dbc455f542b68e96e2cc539deb3f8f'
+ 'ae4eee141243cb5a20eeaaa49abcf75b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # See https://bugs.archlinux.org/task/48402
+  patch -Np0 -i "$srcdir/follow-download-links.patch"
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # prepare dirs
+  install -d "$pkgdir/usr/share/$pkgname" \
+"$pkgdir/usr/bin" \
+"$pkgdir/usr/share/man/man1/"
+
+  # manuals
+  gzip subdownloader.1
+  install -D subdownloader.1.gz "$pkgdir/usr/share/man/man1/"
+
+  # freedesktop.org
+  install -D -m644 subdownloader.desktop \
+"$pkgdir/usr/share/applications/subdownloader.desktop"
+  rm subdownloader.1.gz subdownloader.desktop
+
+  # runtime and executables
+  cp -a * "$pkgdir/usr/share/$pkgname/"
+  chmod 755 "$pkgdir/usr/share/$pkgname/run.py"
+  ln -s "/usr/share/$pkgname/run.py" \
+"$pkgdir/usr/bin/subdownloader"
+
+  install -D -m644 gui/images/subdownloader.png \
+"$pkgdir/usr/share/pixmaps/subdownloader.png"
+
+  # unnecessary directories

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

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 21:11:00
  Author: arojas
Revision: 175948

Hooks

Modified:
  subdownloader/trunk/PKGBUILD
Deleted:
  subdownloader/trunk/subdownloader.install

---+
 PKGBUILD  |3 +--
 subdownloader.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 18:40:47 UTC (rev 175947)
+++ PKGBUILD2016-05-20 19:11:00 UTC (rev 175948)
@@ -6,7 +6,7 @@
 
 pkgname=subdownloader
 pkgver=2.0.18
-pkgrel=3
+pkgrel=4
 pkgdesc="Automatic download/upload of subtitles using fast hashing"
 arch=('any')
 url="http://www.subdownloader.net/";
@@ -14,7 +14,6 @@
 depends=('imdbpy' 'kaa-metadata' 'python2-pyqt')
 makedepends=('icu')
 options=('!emptydirs')
-install=$pkgname.install
 
source=("http://launchpad.net/$pkgname/trunk/$pkgver/+download/${pkgname}_$pkgver.orig.tar.gz";
 "follow-download-links.patch")
 md5sums=('11dbc455f542b68e96e2cc539deb3f8f'

Deleted: subdownloader.install
===
--- subdownloader.install   2016-05-20 18:40:47 UTC (rev 175947)
+++ subdownloader.install   2016-05-20 19:11:00 UTC (rev 175948)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-05-20 Thread Andreas Radke
Date: Friday, May 20, 2016 @ 20:56:24
  Author: andyrtr
Revision: 268372

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

Added:
  libinput/repos/testing-i686/
  libinput/repos/testing-i686/PKGBUILD
(from rev 268371, libinput/trunk/PKGBUILD)
  libinput/repos/testing-i686/libinput.install
(from rev 268371, libinput/trunk/libinput.install)
  
libinput/repos/testing-i686/touchpad_only_use_negative_pressure_change_check.diff
(from rev 268371, 
libinput/trunk/touchpad_only_use_negative_pressure_change_check.diff)
  libinput/repos/testing-x86_64/
  libinput/repos/testing-x86_64/PKGBUILD
(from rev 268371, libinput/trunk/PKGBUILD)
  libinput/repos/testing-x86_64/libinput.install
(from rev 268371, libinput/trunk/libinput.install)
  
libinput/repos/testing-x86_64/touchpad_only_use_negative_pressure_change_check.diff
(from rev 268371, 
libinput/trunk/touchpad_only_use_negative_pressure_change_check.diff)

--+
 testing-i686/PKGBUILD|   46 
++
 testing-i686/libinput.install|   11 ++
 testing-i686/touchpad_only_use_negative_pressure_change_check.diff   |   42 
+
 testing-x86_64/PKGBUILD  |   46 
++
 testing-x86_64/libinput.install  |   11 ++
 testing-x86_64/touchpad_only_use_negative_pressure_change_check.diff |   42 
+
 6 files changed, 198 insertions(+)

Copied: libinput/repos/testing-i686/PKGBUILD (from rev 268371, 
libinput/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-20 18:56:24 UTC (rev 268372)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.3.0
+pkgrel=2
+pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/libinput/";
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+checkdepends=('check')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+touchpad_only_use_negative_pressure_change_check.diff)
+sha256sums=('998a75fb261d161efaa7da44411cdc9a32a953280e4ffc6322ca19f057d0c1ea'
+'SKIP'
+'bfc71b3c3c18ab6dc6cb076e7b0410b5f3a51aa7b7db34f7fd35dd79c9615806')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+  # fix slow touchpad input, FS#49397
+  patch -Np1 -i ${srcdir}/touchpad_only_use_negative_pressure_change_check.diff
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# disabled for now:
+# https://github.com/libcheck/check/issues/18
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: libinput/repos/testing-i686/libinput.install (from rev 268371, 
libinput/trunk/libinput.install)
===
--- testing-i686/libinput.install   (rev 0)
+++ testing-i686/libinput.install   2016-05-20 18:56:24 UTC (rev 268372)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update >/dev/null 2>&1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: 
libinput/repos/testing-i686/touchpad_only_use_negative_pressure_change_check.diff
 (from rev 268371, 
libinput/trunk/touchpad_only_use_negative_pressure_change_check.diff)
===
--- testing-i686/touchpad_only_use_negative_pressure_change_check.diff  
(rev 0)
+++ testing-i686/touchpad_only_use_negative_pressure_change_check.diff  
2016-05-20 18:56:24 UTC (rev 268372)
@@ -0,0 +1,42 @@
+From 2f5231cc88fccf389a78270d827f6c9201b86794 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Wed, 18 May 2016 07:35:36 +1000
+Subject: touchpad: only use negative pressure change check on Lenovo *50 and
+ *60 series
+
+This was introduced for bug 94379 - an X1 Carbon 3rd. Other touchpads have
+different pressure change ranges, causing this condition to trigger
+randomly and resulting in a jerky pointer motion.
+
+For now, reduce the check to the *50 and *60 series touchpads until we have
+data for more touchpads that we can add one-by-one.
+
+https://bugs.freedesktop.org/show_bug.cgi?id=95393
+
+Signed-off-by: Peter Hutterer 
+Reviewed-by: Hans de Goede 
+
+diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c
+index 4c

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

2016-05-20 Thread Andreas Radke
Date: Friday, May 20, 2016 @ 20:56:11
  Author: andyrtr
Revision: 268371

upgpkg: libinput 1.3.0-2

fix slow touchpad input; FS#49397

Added:
  libinput/trunk/touchpad_only_use_negative_pressure_change_check.diff
Modified:
  libinput/trunk/PKGBUILD

---+
 PKGBUILD  |   14 -
 touchpad_only_use_negative_pressure_change_check.diff |   42 
 2 files changed, 53 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 18:29:06 UTC (rev 268370)
+++ PKGBUILD2016-05-20 18:56:11 UTC (rev 268371)
@@ -4,7 +4,7 @@
 
 pkgname=libinput
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="library that handles input devices for display servers and other 
applications that need to directly deal with input devices."
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/libinput/";
@@ -13,11 +13,19 @@
 checkdepends=('check')
 install=libinput.install
 options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+touchpad_only_use_negative_pressure_change_check.diff)
 sha256sums=('998a75fb261d161efaa7da44411cdc9a32a953280e4ffc6322ca19f057d0c1ea'
-'SKIP')
+'SKIP'
+'bfc71b3c3c18ab6dc6cb076e7b0410b5f3a51aa7b7db34f7fd35dd79c9615806')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 
+prepare() {
+  cd $pkgname-$pkgver
+  # fix slow touchpad input, FS#49397
+  patch -Np1 -i ${srcdir}/touchpad_only_use_negative_pressure_change_check.diff
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static

Added: touchpad_only_use_negative_pressure_change_check.diff
===
--- touchpad_only_use_negative_pressure_change_check.diff   
(rev 0)
+++ touchpad_only_use_negative_pressure_change_check.diff   2016-05-20 
18:56:11 UTC (rev 268371)
@@ -0,0 +1,42 @@
+From 2f5231cc88fccf389a78270d827f6c9201b86794 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer 
+Date: Wed, 18 May 2016 07:35:36 +1000
+Subject: touchpad: only use negative pressure change check on Lenovo *50 and
+ *60 series
+
+This was introduced for bug 94379 - an X1 Carbon 3rd. Other touchpads have
+different pressure change ranges, causing this condition to trigger
+randomly and resulting in a jerky pointer motion.
+
+For now, reduce the check to the *50 and *60 series touchpads until we have
+data for more touchpads that we can add one-by-one.
+
+https://bugs.freedesktop.org/show_bug.cgi?id=95393
+
+Signed-off-by: Peter Hutterer 
+Reviewed-by: Hans de Goede 
+
+diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c
+index 4c8c3a3..c854043 100644
+--- a/src/evdev-mt-touchpad.c
 b/src/evdev-mt-touchpad.c
+@@ -928,6 +928,7 @@ tp_detect_jumps(const struct tp_dispatch *tp, struct 
tp_touch *t)
+ static void
+ tp_process_state(struct tp_dispatch *tp, uint64_t time)
+ {
++  struct evdev_device *device = tp->device;
+   struct tp_touch *t;
+   unsigned int i;
+   bool restart_filter = false;
+@@ -953,7 +954,8 @@ tp_process_state(struct tp_dispatch *tp, uint64_t time)
+   if (!t->dirty)
+   continue;
+ 
+-  if (t->pressure_delta < -7)
++  if ((device->model_flags & EVDEV_MODEL_LENOVO_T450_TOUCHPAD) &&
++  t->pressure_delta < -7)
+   tp_motion_history_reset(t);
+ 
+   if (tp_detect_jumps(tp, t)) {
+-- 
+cgit v0.10.2


[arch-commits] Commit in owncloud-app-calendar/repos/community-any (PKGBUILD PKGBUILD)

2016-05-20 Thread Sergej Pupykin
Date: Friday, May 20, 2016 @ 20:40:47
  Author: spupykin
Revision: 175947

archrelease: copy trunk to community-any

Added:
  owncloud-app-calendar/repos/community-any/PKGBUILD
(from rev 175946, owncloud-app-calendar/trunk/PKGBUILD)
Deleted:
  owncloud-app-calendar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-20 18:40:37 UTC (rev 175946)
+++ PKGBUILD2016-05-20 18:40:47 UTC (rev 175947)
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin 
-
-pkgname=owncloud-app-calendar
-epoch=1
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Calendar app for owncloud"
-arch=('any')
-url="http://owncloud.org/";
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar-rework/archive/v${pkgver}.tar.gz";)
-md5sums=('29c734e0118f7a475086e0915f499b70')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/calendar-${pkgver} 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
-}

Copied: owncloud-app-calendar/repos/community-any/PKGBUILD (from rev 175946, 
owncloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-20 18:40:47 UTC (rev 175947)
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=owncloud-app-calendar
+epoch=1
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Calendar app for owncloud"
+arch=('any')
+url="http://owncloud.org/";
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar-rework/archive/v${pkgver}.tar.gz";)
+md5sums=('7d6e5120e999b0288e0f1f7eded43b46')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/calendar-${pkgver} 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
+}


[arch-commits] Commit in owncloud-app-calendar/trunk (PKGBUILD)

2016-05-20 Thread Sergej Pupykin
Date: Friday, May 20, 2016 @ 20:40:37
  Author: spupykin
Revision: 175946

upgpkg: owncloud-app-calendar 1:1.2.2-1

upd

Modified:
  owncloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 18:37:22 UTC (rev 175945)
+++ PKGBUILD2016-05-20 18:40:37 UTC (rev 175946)
@@ -3,7 +3,7 @@
 
 pkgname=owncloud-app-calendar
 epoch=1
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="Calendar app for owncloud"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar-rework/archive/v${pkgver}.tar.gz";)
-md5sums=('29c734e0118f7a475086e0915f499b70')
+md5sums=('7d6e5120e999b0288e0f1f7eded43b46')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


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

2016-05-20 Thread Tobias Powalowski
Date: Friday, May 20, 2016 @ 20:28:55
  Author: tpowa
Revision: 268369

upgpkg: pciutils 3.5.0-1

bump to latest version

Modified:
  pciutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 17:37:26 UTC (rev 268368)
+++ PKGBUILD2016-05-20 18:28:55 UTC (rev 268369)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski 
 pkgname=pciutils
-pkgver=3.4.1
+pkgver=3.5.0
 pkgrel=1
 pkgdesc="PCI bus configuration space access library and tools"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=('glibc' 'hwids' 'kmod')
 
source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2

ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
-md5sums=('acc91d632dbc98f624a8e57b4e478160')
+md5sums=('6eeea209e4eea9eb8ce3faaedb3a10d0')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-05-20 Thread Tobias Powalowski
Date: Friday, May 20, 2016 @ 20:29:06
  Author: tpowa
Revision: 268370

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

Added:
  pciutils/repos/testing-i686/
  pciutils/repos/testing-i686/PKGBUILD
(from rev 268369, pciutils/trunk/PKGBUILD)
  pciutils/repos/testing-x86_64/
  pciutils/repos/testing-x86_64/PKGBUILD
(from rev 268369, pciutils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: pciutils/repos/testing-i686/PKGBUILD (from rev 268369, 
pciutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-20 18:29:06 UTC (rev 268370)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=pciutils
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="PCI bus configuration space access library and tools"
+arch=(i686 x86_64)
+license=('GPL2')
+groups=('base')
+url="http://mj.ucw.cz/sw/pciutils/";
+depends=('glibc' 'hwids' 'kmod')
+source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
+md5sums=('6eeea209e4eea9eb8ce3faaedb3a10d0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
+  cp lib/libpci.a "${srcdir}/"
+  make clean
+  make OPT="${CFLAGS}" ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 
MANDIR=/usr/share/man DESTDIR="${pkgdir}" install install-lib
+  # this is now supplied by the hwids package
+  rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
+}

Copied: pciutils/repos/testing-x86_64/PKGBUILD (from rev 268369, 
pciutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-20 18:29:06 UTC (rev 268370)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=pciutils
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="PCI bus configuration space access library and tools"
+arch=(i686 x86_64)
+license=('GPL2')
+groups=('base')
+url="http://mj.ucw.cz/sw/pciutils/";
+depends=('glibc' 'hwids' 'kmod')
+source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
+md5sums=('6eeea209e4eea9eb8ce3faaedb3a10d0')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
+  cp lib/libpci.a "${srcdir}/"
+  make clean
+  make OPT="${CFLAGS}" ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 
MANDIR=/usr/share/man DESTDIR="${pkgdir}" install install-lib
+  # this is now supplied by the hwids package
+  rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
+}


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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 20:08:49
  Author: fyan
Revision: 175944

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

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

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

Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 175943, 
idris/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-20 18:08:49 UTC (rev 175944)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.11.2
+pkgrel=2
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-async" 
"haskell-base64-bytestring" "haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-cheapskate" "haskell-fingertree" 
"haskell-fsnotify"
+ "haskell-ieee754" "haskell-mtl" "haskell-libffi" "haskell-network"
+ "haskell-optparse-applicative" "haskell-parsers" "haskell-safe" 
"haskell-split"
+ "haskell-terminal-size" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-trifecta" "haskell-uniplate" 
"haskell-unordered-containers"
+ "haskell-utf8-string" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('4120eec85e07dc9e96835fc5226f4d8044b2401c0c007987465d906db7773fad')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 175943, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-20 18:08:49 UTC (rev 175944)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.11.2
+pkgrel=2
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-async" 
"haskell-base64-bytestring" "haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-cheapskate" "haskell-fingertree" 
"haskell-fsnotify"
+ "haskell-ieee754" "haskell-mtl" "haskell-libffi" "haskell-network"
+ "haskell-optparse-applicative" "haskell-parsers" "haskell-safe" 
"haskell-split"
+ "haskell-terminal-size" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-trifecta" "haskell-uniplate" 
"haskell-unordered-containers"
+ "haskell-utf8-string" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('4120eec85e07dc9e96835fc5226f4d8044b2401c0c007987465d906db7773fad')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Se

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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 20:08:20
  Author: fyan
Revision: 175943

upgpkg: idris 0.11.2-2

rebuild with parsec-3.1.11

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 17:30:59 UTC (rev 175942)
+++ PKGBUILD2016-05-20 18:08:20 UTC (rev 175943)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=0.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/";
 license=("custom:BSD3")


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

2016-05-20 Thread Gaetan Bisson
Date: Friday, May 20, 2016 @ 19:37:26
  Author: bisson
Revision: 268368

db-move: moved iana-etc from [testing] to [core] (any)

Added:
  iana-etc/repos/core-any/LICENSE
(from rev 268367, iana-etc/repos/testing-any/LICENSE)
  iana-etc/repos/core-any/PKGBUILD
(from rev 268367, iana-etc/repos/testing-any/PKGBUILD)
Deleted:
  iana-etc/repos/core-any/LICENSE
  iana-etc/repos/core-any/PKGBUILD
  iana-etc/repos/testing-any/

---+
 /LICENSE  |1 
 /PKGBUILD |   56 
 core-any/LICENSE  |1 
 core-any/PKGBUILD |   56 
 4 files changed, 57 insertions(+), 57 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2016-05-20 17:37:19 UTC (rev 268367)
+++ core-any/LICENSE2016-05-20 17:37:26 UTC (rev 268368)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: iana-etc/repos/core-any/LICENSE (from rev 268367, 
iana-etc/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2016-05-20 17:37:26 UTC (rev 268368)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2016-05-20 17:37:19 UTC (rev 268367)
+++ core-any/PKGBUILD   2016-05-20 17:37:26 UTC (rev 268368)
@@ -1,56 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler 
-# Maintainer: Gaetan Bisson 
-
-pkgname=iana-etc
-pkgver=20160314
-pkgrel=1
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='http://www.iana.org/protocols'
-arch=('any')
-license=('custom:none')
-backup=('etc/'{protocols,services})
-source=('http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
-'http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
-'LICENSE')
-sha1sums=('231a7a58e650a1bff6a795ee3fa6b400a2144a07'
-  '922c3ffcc8b21f15ccd83f2466f42ebcd1156772'
-  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
-
-package() {
-   cd "${srcdir}"
-   install -d "${pkgdir}/etc"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
-   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
-   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
-
-   gawk '
-BEGIN {
-   print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n"
-   FS="[<>]"
-}
-
-{
-   if (/ "${pkgdir}/etc/protocols"
-
-   gawk '
-BEGIN {
-   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
-   FS="[<>]"
-}
-
-{
-   if (/ "${pkgdir}/etc/services"
-
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 268367, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2016-05-20 17:37:26 UTC (rev 268368)
@@ -0,0 +1,56 @@
+# $Id$
+# Contributor: Thomas Bächler 
+# Maintainer: Gaetan Bisson 
+
+pkgname=iana-etc
+pkgver=20160513
+pkgrel=1
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='http://www.iana.org/protocols'
+arch=('any')
+license=('custom:none')
+backup=('etc/'{protocols,services})
+source=('http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'
+'http://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml'
+'LICENSE')
+sha1sums=('6009e0863841ad97892829391b7e4f675bffbb80'
+  '922c3ffcc8b21f15ccd83f2466f42ebcd1156772'
+  'ef54e7a2182f1ab7c1d2d4c9e1ab2bcc5ec65b66')
+
+package() {
+   cd "${srcdir}"
+   install -d "${pkgdir}/etc"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/iana-etc/LICENSE"
+   install -Dm644 protocol-numbers.xml 
"${pkgdir}/usr/share/iana-etc/protocol-numbers.iana"
+   install -Dm644 service-names-port-numbers.xml 
"${pkgdir}/usr/share/iana-etc/port-numbers.iana"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/protocol-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/protocols"
+
+   gawk '
+BEGIN {
+   print "# Full data: /usr/share/iana-etc/port-numbers.iana\n"
+   FS="[<>]"
+}
+
+{
+   if (/ "${pkgdir}/etc/services"
+
+}


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

2016-05-20 Thread Gaetan Bisson
Date: Friday, May 20, 2016 @ 19:37:19
  Author: bisson
Revision: 268367

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

Added:
  openssh/repos/core-i686/PKGBUILD
(from rev 268366, openssh/repos/testing-i686/PKGBUILD)
  openssh/repos/core-i686/sshd.conf
(from rev 268366, openssh/repos/testing-i686/sshd.conf)
  openssh/repos/core-i686/sshd.pam
(from rev 268366, openssh/repos/testing-i686/sshd.pam)
  openssh/repos/core-i686/sshd.service
(from rev 268366, openssh/repos/testing-i686/sshd.service)
  openssh/repos/core-i686/sshd.socket
(from rev 268366, openssh/repos/testing-i686/sshd.socket)
  openssh/repos/core-i686/sshd@.service
(from rev 268366, openssh/repos/testing-i686/sshd@.service)
  openssh/repos/core-i686/sshdgenkeys.service
(from rev 268366, openssh/repos/testing-i686/sshdgenkeys.service)
  openssh/repos/core-x86_64/PKGBUILD
(from rev 268366, openssh/repos/testing-x86_64/PKGBUILD)
  openssh/repos/core-x86_64/sshd.conf
(from rev 268366, openssh/repos/testing-x86_64/sshd.conf)
  openssh/repos/core-x86_64/sshd.pam
(from rev 268366, openssh/repos/testing-x86_64/sshd.pam)
  openssh/repos/core-x86_64/sshd.service
(from rev 268366, openssh/repos/testing-x86_64/sshd.service)
  openssh/repos/core-x86_64/sshd.socket
(from rev 268366, openssh/repos/testing-x86_64/sshd.socket)
  openssh/repos/core-x86_64/sshd@.service
(from rev 268366, openssh/repos/testing-x86_64/sshd@.service)
  openssh/repos/core-x86_64/sshdgenkeys.service
(from rev 268366, openssh/repos/testing-x86_64/sshdgenkeys.service)
Deleted:
  openssh/repos/core-i686/PKGBUILD
  openssh/repos/core-i686/sshd.conf
  openssh/repos/core-i686/sshd.pam
  openssh/repos/core-i686/sshd.service
  openssh/repos/core-i686/sshd.socket
  openssh/repos/core-i686/sshd@.service
  openssh/repos/core-i686/sshdgenkeys.service
  openssh/repos/core-x86_64/PKGBUILD
  openssh/repos/core-x86_64/sshd.conf
  openssh/repos/core-x86_64/sshd.pam
  openssh/repos/core-x86_64/sshd.service
  openssh/repos/core-x86_64/sshd.socket
  openssh/repos/core-x86_64/sshd@.service
  openssh/repos/core-x86_64/sshdgenkeys.service
  openssh/repos/testing-i686/
  openssh/repos/testing-x86_64/

-+
 /PKGBUILD   |  180 ++
 /sshd.conf  |2 
 /sshd.pam   |   12 ++
 /sshd.service   |   34 +++
 /sshd.socket|   20 
 /sshd@.service  |   16 +++
 /sshdgenkeys.service|   30 ++
 core-i686/PKGBUILD  |   90 ---
 core-i686/sshd.conf |1 
 core-i686/sshd.pam  |6 -
 core-i686/sshd.service  |   17 ---
 core-i686/sshd.socket   |   10 --
 core-i686/sshd@.service |8 -
 core-i686/sshdgenkeys.service   |   17 ---
 core-x86_64/PKGBUILD|   90 ---
 core-x86_64/sshd.conf   |1 
 core-x86_64/sshd.pam|6 -
 core-x86_64/sshd.service|   17 ---
 core-x86_64/sshd.socket |   10 --
 core-x86_64/sshd@.service   |8 -
 core-x86_64/sshdgenkeys.service |   17 ---
 21 files changed, 294 insertions(+), 298 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-05-20 17:35:55 UTC (rev 268366)
+++ core-i686/PKGBUILD  2016-05-20 17:37:19 UTC (rev 268367)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Aaron Griffin 
-# Contributor: judd 
-
-pkgname=openssh
-pkgver=7.2p2
-pkgrel=1
-pkgdesc='Free version of the SSH connectivity tools'
-url='http://www.openssh.org/portable.html'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('linux-headers')
-depends=('krb5' 'openssl' 'libedit' 'ldns')
-optdepends=('xorg-xauth: X11 forwarding'
-'x11-ssh-askpass: input passphrase in X')
-validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
-source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'sshdgenkeys.service'
-'sshd@.service'
-'sshd.service'
-'sshd.socket'
-'sshd.conf'
-'sshd.pam')
-sha1sums=('70e35d7d6386fe08abbd823b3a12a3ca44ac6d38' 'SKIP'
-  'cc1ceec606c98c7407e7ac21ade23aed81e31405'
-  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
-  'ec49c6beba923e201505f5669cea48cad29014db'
-  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
-  'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f'
-  'd93dca5ebda4610ff7647187f8928a3de28703f3')
-
-backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/ssh \
-   --sysconfdir=/etc/ssh \
-   --with-ldns \
- 

[arch-commits] Commit in accounts-qml-module/repos (4 files)

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 19:35:55
  Author: arojas
Revision: 268366

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

Added:
  accounts-qml-module/repos/extra-i686/PKGBUILD
(from rev 268365, accounts-qml-module/trunk/PKGBUILD)
  accounts-qml-module/repos/extra-x86_64/PKGBUILD
(from rev 268365, accounts-qml-module/trunk/PKGBUILD)
Deleted:
  accounts-qml-module/repos/extra-i686/PKGBUILD
  accounts-qml-module/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-05-20 17:35:13 UTC (rev 268365)
+++ extra-i686/PKGBUILD 2016-05-20 17:35:55 UTC (rev 268366)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=accounts-qml-module
-pkgver=0.6+16.04.20151106
-pkgrel=1
-pkgdesc="Expose the Online Accounts API to QML applications"
-url="https://launchpad.net/accounts-qml-module";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(signond libaccounts-qt qt5-declarative)
-makedepends=(qt5-tools)
-source=("http://archive.ubuntu.com/ubuntu/pool/main/a/$pkgname/${pkgname}_$pkgver.orig.tar.gz";)
-md5sums=('f1d370ae9bd1b654949b8759d713fe45')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build 
-  qmake-qt5 ../$pkgname-$pkgver/$pkgname.pro PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install_subtargets # skip docs
-}
-

Copied: accounts-qml-module/repos/extra-i686/PKGBUILD (from rev 268365, 
accounts-qml-module/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-20 17:35:55 UTC (rev 268366)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=accounts-qml-module
+pkgver=0.6
+pkgrel=1
+pkgdesc="Expose the Online Accounts API to QML applications"
+url="https://gitlab.com/accounts-sso/accounts-qml-module";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(signond libaccounts-qt qt5-declarative)
+makedepends=(qt5-tools)
+source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=VERSION_$pkgver";)
+md5sums=('d62f676e837bfa2b8bb5c12507a36ce9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  qmake-qt5 ../$pkgname-*/$pkgname.pro PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install_subtargets # skip docs
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-20 17:35:13 UTC (rev 268365)
+++ extra-x86_64/PKGBUILD   2016-05-20 17:35:55 UTC (rev 268366)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=accounts-qml-module
-pkgver=0.6+16.04.20151106
-pkgrel=1
-pkgdesc="Expose the Online Accounts API to QML applications"
-url="https://launchpad.net/accounts-qml-module";
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(signond libaccounts-qt qt5-declarative)
-makedepends=(qt5-tools)
-source=("http://archive.ubuntu.com/ubuntu/pool/main/a/$pkgname/${pkgname}_$pkgver.orig.tar.gz";)
-md5sums=('f1d370ae9bd1b654949b8759d713fe45')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build 
-  qmake-qt5 ../$pkgname-$pkgver/$pkgname.pro PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install_subtargets # skip docs
-}
-

Copied: accounts-qml-module/repos/extra-x86_64/PKGBUILD (from rev 268365, 
accounts-qml-module/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-20 17:35:55 UTC (rev 268366)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=accounts-qml-module
+pkgver=0.6
+pkgrel=1
+pkgdesc="Expose the Online Accounts API to QML applications"
+url="https://gitlab.com/accounts-sso/accounts-qml-module";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(signond libaccounts-qt qt5-declarative)
+makedepends=(qt5-tools)
+source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=VERSION_$pkgver";)
+md5sums=('d62f676e837bfa2b8bb5c12507a36ce9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  qmake-qt5 ../$pkgname-*/$pkgname.pro PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install_subtargets # skip docs
+}
+


[arch-commits] Commit in accounts-qml-module/trunk (PKGBUILD)

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 19:35:13
  Author: arojas
Revision: 268365

Use gitlab sources

Modified:
  accounts-qml-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 17:30:36 UTC (rev 268364)
+++ PKGBUILD2016-05-20 17:35:13 UTC (rev 268365)
@@ -2,16 +2,16 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=accounts-qml-module
-pkgver=0.6+16.04.20151106
+pkgver=0.6
 pkgrel=1
 pkgdesc="Expose the Online Accounts API to QML applications"
-url="https://launchpad.net/accounts-qml-module";
+url="https://gitlab.com/accounts-sso/accounts-qml-module";
 arch=(i686 x86_64)
 license=(LGPL)
 depends=(signond libaccounts-qt qt5-declarative)
 makedepends=(qt5-tools)
-source=("http://archive.ubuntu.com/ubuntu/pool/main/a/$pkgname/${pkgname}_$pkgver.orig.tar.gz";)
-md5sums=('f1d370ae9bd1b654949b8759d713fe45')
+source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=VERSION_$pkgver";)
+md5sums=('d62f676e837bfa2b8bb5c12507a36ce9')
 
 prepare() {
   mkdir -p build
@@ -19,7 +19,7 @@
 
 build() {
   cd build 
-  qmake-qt5 ../$pkgname-$pkgver/$pkgname.pro PREFIX=/usr
+  qmake-qt5 ../$pkgname-*/$pkgname.pro PREFIX=/usr
   make
 }
 


[arch-commits] Commit in (4 files)

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 19:30:29
  Author: arojas
Revision: 268363

community2extra: Moving accounts-qml-module from community to extra

Added:
  accounts-qml-module/
  accounts-qml-module/repos/
  accounts-qml-module/trunk/
  accounts-qml-module/trunk/PKGBUILD

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

Added: accounts-qml-module/trunk/PKGBUILD
===
--- accounts-qml-module/trunk/PKGBUILD  (rev 0)
+++ accounts-qml-module/trunk/PKGBUILD  2016-05-20 17:30:29 UTC (rev 268363)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=accounts-qml-module
+pkgver=0.6+16.04.20151106
+pkgrel=1
+pkgdesc="Expose the Online Accounts API to QML applications"
+url="https://launchpad.net/accounts-qml-module";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(signond libaccounts-qt qt5-declarative)
+makedepends=(qt5-tools)
+source=("http://archive.ubuntu.com/ubuntu/pool/main/a/$pkgname/${pkgname}_$pkgver.orig.tar.gz";)
+md5sums=('f1d370ae9bd1b654949b8759d713fe45')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  qmake-qt5 ../$pkgname-$pkgver/$pkgname.pro PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install_subtargets # skip docs
+}
+


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


[arch-commits] Commit in (accounts-qml-module)

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 19:30:59
  Author: arojas
Revision: 175942

community2extra: Moving accounts-qml-module from community to extra

Deleted:
  accounts-qml-module/


[arch-commits] Commit in accounts-qml-module/repos (4 files)

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 19:30:36
  Author: arojas
Revision: 268364

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

Added:
  accounts-qml-module/repos/extra-i686/
  accounts-qml-module/repos/extra-i686/PKGBUILD
(from rev 268363, accounts-qml-module/trunk/PKGBUILD)
  accounts-qml-module/repos/extra-x86_64/
  accounts-qml-module/repos/extra-x86_64/PKGBUILD
(from rev 268363, accounts-qml-module/trunk/PKGBUILD)

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

Copied: accounts-qml-module/repos/extra-i686/PKGBUILD (from rev 268363, 
accounts-qml-module/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-20 17:30:36 UTC (rev 268364)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=accounts-qml-module
+pkgver=0.6+16.04.20151106
+pkgrel=1
+pkgdesc="Expose the Online Accounts API to QML applications"
+url="https://launchpad.net/accounts-qml-module";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(signond libaccounts-qt qt5-declarative)
+makedepends=(qt5-tools)
+source=("http://archive.ubuntu.com/ubuntu/pool/main/a/$pkgname/${pkgname}_$pkgver.orig.tar.gz";)
+md5sums=('f1d370ae9bd1b654949b8759d713fe45')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  qmake-qt5 ../$pkgname-$pkgver/$pkgname.pro PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install_subtargets # skip docs
+}
+

Copied: accounts-qml-module/repos/extra-x86_64/PKGBUILD (from rev 268363, 
accounts-qml-module/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-20 17:30:36 UTC (rev 268364)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=accounts-qml-module
+pkgver=0.6+16.04.20151106
+pkgrel=1
+pkgdesc="Expose the Online Accounts API to QML applications"
+url="https://launchpad.net/accounts-qml-module";
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(signond libaccounts-qt qt5-declarative)
+makedepends=(qt5-tools)
+source=("http://archive.ubuntu.com/ubuntu/pool/main/a/$pkgname/${pkgname}_$pkgver.orig.tar.gz";)
+md5sums=('f1d370ae9bd1b654949b8759d713fe45')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  qmake-qt5 ../$pkgname-$pkgver/$pkgname.pro PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install_subtargets # skip docs
+}
+


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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 19:27:33
  Author: fyan
Revision: 175938

upgpkg: darcs 2.12.0-5

rebuild with parsec-3.1.11

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 17:18:53 UTC (rev 175937)
+++ PKGBUILD2016-05-20 17:27:33 UTC (rev 175938)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.12.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net";
 license=("GPL")


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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 19:28:00
  Author: fyan
Revision: 175939

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

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

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

Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 175938, 
darcs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-20 17:28:00 UTC (rev 175939)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.0
+pkgrel=5
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
+ "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec"
+ "haskell-sandi" "haskell-random" "haskell-regex-applicative"
+ "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text"
+ "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable 
\
+-f-rts -foptimize -f-warn-as-error \
+-f-libiconv -fuse-time-1point5 -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share/doc}
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 175938, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-20 17:28:00 UTC (rev 175939)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.0
+pkgrel=5
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
+ "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec"
+ "haskell-sandi" "haskell-random" "haskell-regex-applicative"
+ "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text"
+ "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('17318d1b49ca4b1aa00a4bffc2ab30a448e7440ce1945eed9bf382d77582308d')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable 
\
+-f-rts -foptimize -f-warn-as-error \
+-f-libiconv -fuse-time-1point5 -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share/doc}
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/da

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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 19:18:53
  Author: fyan
Revision: 175937

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

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

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

Copied: haskell-criterion/repos/community-staging-i686/PKGBUILD (from rev 
175936, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-20 17:18:53 UTC (rev 175937)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.1.1.0
+pkgrel=9
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-glob" "haskell-aeson" "haskell-ansi-wl-pprint" 
"haskell-cassava"
+ "haskell-hastache" "haskell-mtl" "haskell-mwc-random" 
"haskell-optparse-applicative"
+ "haskell-parsec" "haskell-statistics" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-vector" "haskell-vector-algorithms")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('e71855a7a9cd946044b2137f31603e0578f6e517a2ed667a2b479990cc0949dd')
+
+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-criterion/repos/community-staging-i686/haskell-criterion.install (from 
rev 175936, haskell-criterion/trunk/haskell-criterion.install)
===
--- community-staging-i686/haskell-criterion.install
(rev 0)
+++ community-staging-i686/haskell-criterion.install2016-05-20 17:18:53 UTC 
(rev 175937)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-criterion
+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-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 
175936, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-20 17:18:53 UTC (rev 175937)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.1.1.0
+pkgrel=9
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion";
+license=("custom:B

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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 19:18:25
  Author: fyan
Revision: 175936

upgpkg: haskell-criterion 1.1.1.0-9

rebuild with parsec-3.1.11

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 16:56:40 UTC (rev 175935)
+++ PKGBUILD2016-05-20 17:18:25 UTC (rev 175936)
@@ -5,7 +5,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.1.1.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion";
 license=("custom:BSD3")


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

2016-05-20 Thread Andreas Radke
Date: Friday, May 20, 2016 @ 19:18:31
  Author: andyrtr
Revision: 268362

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

Added:
  gnutls/repos/testing-i686/
  gnutls/repos/testing-i686/PKGBUILD
(from rev 268361, gnutls/trunk/PKGBUILD)
  gnutls/repos/testing-x86_64/
  gnutls/repos/testing-x86_64/PKGBUILD
(from rev 268361, gnutls/trunk/PKGBUILD)

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

Copied: gnutls/repos/testing-i686/PKGBUILD (from rev 268361, 
gnutls/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-05-20 17:18:31 UTC (rev 268362)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=gnutls
+pkgver=3.4.12
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url="http://www.gnutls.org/";
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+optdepends=('guile: for use with Guile bindings')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('c76571745c31746ead94af9c4c719124'
+ 'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
+  '1F42418905D8206AA754CCDC29EE58B996865171')
+   # "Simon Josefsson "
+   # "Nikos Mavrogiannopoulos 
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --without-idn \
+   --enable-guile --with-guile-site-dir=no \
+   
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
needs to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -9 {} \;
+  find "$pkgdir/usr/share/man" -exec gzip -9 {} \;
+}

Copied: gnutls/repos/testing-x86_64/PKGBUILD (from rev 268361, 
gnutls/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-05-20 17:18:31 UTC (rev 268362)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=gnutls
+pkgver=3.4.12
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url="http://www.gnutls.org/";
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+optdepends=('guile: for use with Guile bindings')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('c76571745c31746ead94af9c4c719124'
+ 'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
+  '1F42418905D8206AA754CCDC29EE58B996865171')
+   # "Simon Josefsson "
+   # "Nikos Mavrogiannopoulos 
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --without-idn \
+   --enable-guile --with-guile-site-dir=no \
+   
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit"
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
needs to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -9 {} \;
+  find "$pkgdir/usr/share/man" -exec gzip -9 {} \;
+}


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

2016-05-20 Thread Andreas Radke
Date: Friday, May 20, 2016 @ 19:18:15
  Author: andyrtr
Revision: 268361

upgpkg: gnutls 3.4.12-1

upstream update 3.4.12

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 13:20:51 UTC (rev 268360)
+++ PKGBUILD2016-05-20 17:18:15 UTC (rev 268361)
@@ -3,8 +3,8 @@
 # Maintainer: Andreas Radke 
 
 pkgname=gnutls
-pkgver=3.4.11
-pkgrel=2
+pkgver=3.4.12
+pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
 arch=('i686' 'x86_64')
 license=('GPL3' 'LGPL2.1')
@@ -13,7 +13,7 @@
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
 optdepends=('guile: for use with Guile bindings')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('4da148b5a0048aaac4961e2d9ba95798'
+md5sums=('c76571745c31746ead94af9c4c719124'
  'SKIP')
 validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
   '1F42418905D8206AA754CCDC29EE58B996865171')


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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:56:40
  Author: fyan
Revision: 175935

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-20 16:56:05 UTC (rev 175934)
+++ community-i686/PKGBUILD 2016-05-20 16:56:40 UTC (rev 175935)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=3.0.4
-_golibver=0.4.9
-_deepinapiver=3.0.7
-_dbusfactoryver=3.0.3
-_girgeneratorver=0.9.3
-pkgrel=1
-pkgdesc="starter of deepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/startdde";
-license=('GPL3')
-depends=('gcc-libs>=5.3.0-3' 'deepin-daemon' 'deepin-wm-switcher')
-makedepends=('cmake' 'coffee-script' 'deepin-dbus-generator' 
'deepin-gir-generator' 'gcc-go' 'python2' 'webkitgtk' 'git')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/startdde.git#tag=$pkgver";
-"git+https://cr.deepin.io/go-lib.git#tag=$_golibver";
-"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver";
-"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver";
-"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver";)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
startdde/Makefile
-  sed -i 's| generator$||' go-gir-generator/makefile
-
-  export GOPATH="$srcdir/build"
-  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
-  cp -a go-lib/* build/src/pkg.deepin.io/lib
-  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
-
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
-}
-
-build() {
-  cd "$srcdir/dbus-factory"
-  make install-golang
-
-  cd "$srcdir/go-gir-generator"
-  make GENERATOR=gir-generator build
-  make copyfile
-  cp -r out/src/gir "$GOPATH/src"/
-
-  cd "$srcdir/startdde"
-  make USE_GCCGO=1
-}
-
-package() {
-  cd startdde
-  make DESTDIR="${pkgdir}" install
-}

Copied: startdde/repos/community-i686/PKGBUILD (from rev 175934, 
startdde/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-20 16:56:40 UTC (rev 175935)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=3.0.5
+_golibver=0.4.10
+_deepinapiver=3.0.8
+_dbusfactoryver=3.0.3
+_girgeneratorver=0.9.3
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/startdde";
+license=('GPL3')
+depends=('gcc-libs>=5.3.0-3' 'deepin-daemon' 'deepin-wm-switcher')
+makedepends=('cmake' 'coffee-script' 'deepin-dbus-generator' 
'deepin-gir-generator' 'gcc-go' 'python2' 'webkitgtk' 'git')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/startdde.git#tag=$pkgver";
+"git+https://cr.deepin.io/go-lib.git#tag=$_golibver";
+"git+https://cr.deepin.io/dde/dde-api.git#tag=$_deepinapiver";
+"git+https://cr.deepin.io/dbus-factory.git#tag=$_dbusfactoryver";
+"git+https://cr.deepin.io/go-gir-generator.git#tag=$_girgeneratorver";)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  sed -i "s|\"\${GOLDFLAGS}\"|\"\${GOLDFLAGS} $CFLAGS $LDFLAGS\"|" 
startdde/Makefile
+  sed -i 's| generator$||' go-gir-generator/makefile
+
+  export GOPATH="$srcdir/build"
+  mkdir -p build/src/pkg.deepin.io/{lib,dde/api}
+  cp -a go-lib/* build/src/pkg.deepin.io/lib
+  cp -a dde-api/* build/src/pkg.deepin.io/dde/api/
+
+  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify
+}
+
+build() {
+  cd "$srcdir/dbus-factory"
+  make install-golang
+
+  cd "$srcdir/go-gir-generator"
+  make GENERATOR=gir-generator build
+  make copyfile
+  cp -r out/src/gir "$GOPATH/src"/
+
+  cd "$srcdir/startdde"
+  make USE_GCCGO=1
+}
+
+package() {
+  cd startdde
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-20 16:56:05 UTC (rev 175934)
+++ commu

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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:56:05
  Author: fyan
Revision: 175934

upgpkg: startdde 3.0.5-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 16:47:17 UTC (rev 175933)
+++ PKGBUILD2016-05-20 16:56:05 UTC (rev 175934)
@@ -4,9 +4,9 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=3.0.4
-_golibver=0.4.9
-_deepinapiver=3.0.7
+pkgver=3.0.5
+_golibver=0.4.10
+_deepinapiver=3.0.8
 _dbusfactoryver=3.0.3
 _girgeneratorver=0.9.3
 pkgrel=1


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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:46:50
  Author: fyan
Revision: 175932

upgpkg: shellcheck 0.4.4-2

rebuild with parsec-3.1.11

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 16:46:06 UTC (rev 175931)
+++ PKGBUILD2016-05-20 16:46:50 UTC (rev 175932)
@@ -5,7 +5,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net";
 license=("GPL")


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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:47:17
  Author: fyan
Revision: 175933

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

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

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

Copied: shellcheck/repos/community-staging-i686/PKGBUILD (from rev 175932, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-20 16:47:17 UTC (rev 175933)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.4.4
+pkgrel=2
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('libffi' 'gmp')
+makedepends=("ghc=7.10.3" "haskell-json" "haskell-mtl" "haskell-parsec" 
"haskell-quickcheck"
+ "haskell-regex-tdfa")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('6cc50790d25b6f330037c3612c21460aa75839cc32c65e10ea6b35f9f4488768')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share}
+}

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 175932, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-20 16:47:17 UTC (rev 175933)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.4.4
+pkgrel=2
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('libffi' 'gmp')
+makedepends=("ghc=7.10.3" "haskell-json" "haskell-mtl" "haskell-parsec" 
"haskell-quickcheck"
+ "haskell-regex-tdfa")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('6cc50790d25b6f330037c3612c21460aa75839cc32c65e10ea6b35f9f4488768')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share}
+}


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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:46:06
  Author: fyan
Revision: 175931

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

Added:
  deepin-wm-switcher/repos/community-i686/PKGBUILD
(from rev 175930, deepin-wm-switcher/trunk/PKGBUILD)
  deepin-wm-switcher/repos/community-x86_64/PKGBUILD
(from rev 175930, deepin-wm-switcher/trunk/PKGBUILD)
Deleted:
  deepin-wm-switcher/repos/community-i686/PKGBUILD
  deepin-wm-switcher/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-20 16:45:34 UTC (rev 175930)
+++ community-i686/PKGBUILD 2016-05-20 16:46:06 UTC (rev 175931)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-wm-switcher
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='Window manager switcher for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm-switcher";
-license=('GPL3')
-groups=('deepin')
-depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
-makedepends=('git' 'cmake')
-source=("git+https://github.com/linuxdeepin/deepin-wm-switcher.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-wm-switcher/repos/community-i686/PKGBUILD (from rev 175930, 
deepin-wm-switcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-20 16:46:06 UTC (rev 175931)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-wm-switcher
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='Window manager switcher for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm-switcher";
+license=('GPL3')
+groups=('deepin')
+depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
+makedepends=('git' 'cmake')
+source=("git+https://github.com/linuxdeepin/deepin-wm-switcher.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-20 16:45:34 UTC (rev 175930)
+++ community-x86_64/PKGBUILD   2016-05-20 16:46:06 UTC (rev 175931)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-wm-switcher
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='Window manager switcher for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm-switcher";
-license=('GPL3')
-groups=('deepin')
-depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
-makedepends=('git' 'cmake')
-source=("git+https://github.com/linuxdeepin/deepin-wm-switcher.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: deepin-wm-switcher/repos/community-x86_64/PKGBUILD (from rev 175930, 
deepin-wm-switcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-20 16:46:06 UTC (rev 175931)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-wm-switcher
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='Window manager switcher for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm-switcher";
+license=('GPL3')
+groups=('deepin')
+depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'qt5-x11extras')
+makedepends=('git' 'cmake')
+source=("git+https://github.com/linuxdeepin/deepin-wm-switcher.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:45:34
  Author: fyan
Revision: 175930

upgpkg: deepin-wm-switcher 1.0.3-1

Modified:
  deepin-wm-switcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 16:36:17 UTC (rev 175929)
+++ PKGBUILD2016-05-20 16:45:34 UTC (rev 175930)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-wm-switcher
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc='Window manager switcher for Deepin'
 arch=('i686' 'x86_64')


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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:36:17
  Author: fyan
Revision: 175929

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

Added:
  deepin-tool-kit/repos/community-i686/PKGBUILD
(from rev 175928, deepin-tool-kit/trunk/PKGBUILD)
  deepin-tool-kit/repos/community-x86_64/PKGBUILD
(from rev 175928, deepin-tool-kit/trunk/PKGBUILD)
Deleted:
  deepin-tool-kit/repos/community-i686/PKGBUILD
  deepin-tool-kit/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-20 16:35:43 UTC (rev 175928)
+++ community-i686/PKGBUILD 2016-05-20 16:36:17 UTC (rev 175929)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-tool-kit
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-tool-kit";
-license=('GPL3')
-depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification')
-makedepends=('git')
-replaces=('libdui')
-source=("git+https://github.com/linuxdeepin/deepin-tool-kit.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build(){
-  cd deepin-tool-kit
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-tool-kit
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-tool-kit/repos/community-i686/PKGBUILD (from rev 175928, 
deepin-tool-kit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-20 16:36:17 UTC (rev 175929)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-tool-kit
+pkgver=0.1.1
+pkgrel=1
+pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-tool-kit";
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification')
+makedepends=('git')
+replaces=('libdui')
+source=("git+https://github.com/linuxdeepin/deepin-tool-kit.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build(){
+  cd deepin-tool-kit
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-tool-kit
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-20 16:35:43 UTC (rev 175928)
+++ community-x86_64/PKGBUILD   2016-05-20 16:36:17 UTC (rev 175929)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-tool-kit
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-tool-kit";
-license=('GPL3')
-depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification')
-makedepends=('git')
-replaces=('libdui')
-source=("git+https://github.com/linuxdeepin/deepin-tool-kit.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build(){
-  cd deepin-tool-kit
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-tool-kit
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-tool-kit/repos/community-x86_64/PKGBUILD (from rev 175928, 
deepin-tool-kit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-20 16:36:17 UTC (rev 175929)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-tool-kit
+pkgver=0.1.1
+pkgrel=1
+pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-tool-kit";
+license=('GPL3')
+depends=('qt5-multimedia' 'qt5-x11extras' 'startup-notification')
+makedepends=('git')
+replaces=('libdui')
+source=("git+https://github.com/linuxdeepin/deepin-tool-kit.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build(){
+  cd deepin-tool-kit
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-tool-kit
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:35:43
  Author: fyan
Revision: 175928

upgpkg: deepin-tool-kit 0.1.1-1

Modified:
  deepin-tool-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 16:34:08 UTC (rev 175927)
+++ PKGBUILD2016-05-20 16:35:43 UTC (rev 175928)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-tool-kit
-pkgver=0.1.0
+pkgver=0.1.1
 pkgrel=1
 pkgdesc='Base development tool of all C++/Qt Developer work on Deepin'
 arch=('i686' 'x86_64')


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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:34:08
  Author: fyan
Revision: 175927

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

Added:
  deepin-launcher/repos/community-i686/PKGBUILD
(from rev 175926, deepin-launcher/trunk/PKGBUILD)
  deepin-launcher/repos/community-x86_64/PKGBUILD
(from rev 175926, deepin-launcher/trunk/PKGBUILD)
Deleted:
  deepin-launcher/repos/community-i686/PKGBUILD
  deepin-launcher/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-05-20 16:33:34 UTC (rev 175926)
+++ community-i686/PKGBUILD 2016-05-20 16:34:08 UTC (rev 175927)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=3.0.8
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher";
-license=('GPL3')
-depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'deepin-file-manager'
- 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-launcher
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-launcher
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-launcher/repos/community-i686/PKGBUILD (from rev 175926, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-20 16:34:08 UTC (rev 175927)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=3.0.9
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-launcher";
+license=('GPL3')
+depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'deepin-file-manager'
+ 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-launcher
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-launcher
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-20 16:33:34 UTC (rev 175926)
+++ community-x86_64/PKGBUILD   2016-05-20 16:34:08 UTC (rev 175927)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=3.0.8
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-launcher";
-license=('GPL3')
-depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'deepin-file-manager'
- 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon')
-makedepends=('git' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build(){
-  cd dde-launcher
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-launcher
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 175926, 
deepin-launcher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-20 16:34:08 UTC (rev 175927)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=3.0.9
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-launcher";
+license=('GPL3')
+depends=('gtk2' 'gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'deepin-file-manager'
+ 'startdde' 'deepin-tool-kit' 'deepin-menu' 'deepin-daemon')
+makedepends=('git' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("git+https://cr.deepin.io/dde/dde-launcher.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build(){
+  cd dde-launcher
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde

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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:33:34
  Author: fyan
Revision: 175926

upgpkg: deepin-launcher 3.0.9-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 16:33:07 UTC (rev 175925)
+++ PKGBUILD2016-05-20 16:33:34 UTC (rev 175926)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=3.0.8
+pkgver=3.0.9
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('i686' 'x86_64')


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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:33:07
  Author: fyan
Revision: 175925

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

Added:
  haskell-fdo-notify/repos/community-staging-i686/
  haskell-fdo-notify/repos/community-staging-i686/PKGBUILD
(from rev 175924, haskell-fdo-notify/trunk/PKGBUILD)
  haskell-fdo-notify/repos/community-staging-i686/haskell-fdo-notify.install
(from rev 175924, haskell-fdo-notify/trunk/haskell-fdo-notify.install)
  haskell-fdo-notify/repos/community-staging-x86_64/
  haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD
(from rev 175924, haskell-fdo-notify/trunk/PKGBUILD)
  haskell-fdo-notify/repos/community-staging-x86_64/haskell-fdo-notify.install
(from rev 175924, haskell-fdo-notify/trunk/haskell-fdo-notify.install)

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

Copied: haskell-fdo-notify/repos/community-staging-i686/PKGBUILD (from rev 
175924, haskell-fdo-notify/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-20 16:33:07 UTC (rev 175925)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fdo-notify
+pkgname=haskell-fdo-notify
+pkgver=0.3.1
+pkgrel=4
+pkgdesc="Desktop Notifications client"
+url="http://bitbucket.org/taejo/fdo-notify/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-dbus")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('7083414bb25e3057f6444722288cebf4ad3e4c2616f95f26079c8c7762989fd8')
+
+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-fdo-notify/repos/community-staging-i686/haskell-fdo-notify.install 
(from rev 175924, haskell-fdo-notify/trunk/haskell-fdo-notify.install)
===
--- community-staging-i686/haskell-fdo-notify.install   
(rev 0)
+++ community-staging-i686/haskell-fdo-notify.install   2016-05-20 16:33:07 UTC 
(rev 175925)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-fdo-notify
+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-fdo-notify/repos/community-staging-x86_64/PKGBUILD (from rev 
175924, haskell-fdo-notify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-20 16:33:07 UTC (rev 175925)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fdo-notify
+pkgname=haskell-fdo-notify
+pkgver=0.3.1
+pkgrel=4
+pkgdesc="Desktop Notifications client"
+url="http://bitbucket.org/taejo/fdo-notify/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-dbus")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('7083414bb25e3057f6444722288cebf4ad3e4c2616f95f26079c8c7762989fd8')
+
+build() 

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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:32:36
  Author: fyan
Revision: 175924

upgpkg: haskell-fdo-notify 0.3.1-4

rebuild with parsec-3.1.11

Modified:
  haskell-fdo-notify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 16:32:16 UTC (rev 175923)
+++ PKGBUILD2016-05-20 16:32:36 UTC (rev 175924)
@@ -5,7 +5,7 @@
 _hkgname=fdo-notify
 pkgname=haskell-fdo-notify
 pkgver=0.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Desktop Notifications client"
 url="http://bitbucket.org/taejo/fdo-notify/";
 license=("custom:BSD3")


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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:32:16
  Author: fyan
Revision: 175923

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

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

--+
 community-staging-i686/PKGBUILD  |   51 +
 community-staging-i686/haskell-dav.install   |   18 
 community-staging-x86_64/PKGBUILD|   51 +
 community-staging-x86_64/haskell-dav.install |   18 
 4 files changed, 138 insertions(+)

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 175922, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-20 16:32:16 UTC (rev 175923)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=49
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lens"
+ "haskell-mtl" "haskell-network" "haskell-network-uri" 
"haskell-optparse-applicative"
+ "haskell-transformers-base" "haskell-transformers-compat" 
"haskell-utf8-string"
+ "haskell-xml-conduit" "haskell-xml-hamlet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('1a07c8ef17cd4207c6f889e7eb5c45d9f025374f2cdacc1e34e6d71fe103b746')
+
+prepare() {
+sed -i '/mtl-compat/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 \
+-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-dav/repos/community-staging-i686/haskell-dav.install (from rev 
175922, haskell-dav/trunk/haskell-dav.install)
===
--- community-staging-i686/haskell-dav.install  (rev 0)
+++ community-staging-i686/haskell-dav.install  2016-05-20 16:32:16 UTC (rev 
175923)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-dav
+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-dav/repos/community-staging-x86_64/PKGBUILD (from rev 175922, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-20 16:32:16 UTC (rev 175923)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=49
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-case-insensitive" "haskell-dat

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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:31:09
  Author: fyan
Revision: 175922

upgpkg: haskell-dav 1.2-49

rebuild with parsec-3.1.11

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 16:30:17 UTC (rev 175921)
+++ PKGBUILD2016-05-20 16:31:09 UTC (rev 175922)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.2
-pkgrel=48
+pkgrel=49
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV";
 license=("GPL3")


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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:30:17
  Author: fyan
Revision: 175921

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

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

--+
 community-staging-i686/PKGBUILD  |   57 +
 community-staging-i686/haskell-aws.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   57 +
 community-staging-x86_64/haskell-aws.install |   18 +++
 4 files changed, 150 insertions(+)

Copied: haskell-aws/repos/community-staging-i686/PKGBUILD (from rev 175920, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-20 16:30:17 UTC (rev 175921)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.13.0
+pkgrel=43
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" "haskell-data-default"
+ "haskell-http-conduit" "haskell-http-types" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-safe" "haskell-scientific" 
"haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-xml-conduit")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('3504c96a00d12fa0fe4ae5ab4dafa3eec7ca576a02ed7906cff70a75625a75a6')
+
+prepare() {
+sed -e 's/cereal   >= 0.3 && < 0.5,/cereal   
>= 0.3 \&\& < 0.6,/' \
+-e 's/data-default >= 0.5.3   && < 0.6,/data-default 
>= 0.5.3   \&\& < 0.7,/' \
+-i ${_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-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-aws/repos/community-staging-i686/haskell-aws.install (from rev 
175920, haskell-aws/trunk/haskell-aws.install)
===
--- community-staging-i686/haskell-aws.install  (rev 0)
+++ community-staging-i686/haskell-aws.install  2016-05-20 16:30:17 UTC (rev 
175921)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-aws
+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-aws/repos/community-staging-x86_64/PKGBUILD (from rev 175920, 
haskell-aws/trunk/PKGBUILD)

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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:29:17
  Author: fyan
Revision: 175920

upgpkg: haskell-aws 0.13.0-43

rebuild with parsec-3.1.11

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 16:15:51 UTC (rev 175919)
+++ PKGBUILD2016-05-20 16:29:17 UTC (rev 175920)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.13.0
-pkgrel=42
+pkgrel=43
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws";
 license=("custom:BSD3")


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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:15:51
  Author: fyan
Revision: 175919

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

Added:
  deepin-session-ui/repos/community-i686/PKGBUILD
(from rev 175918, deepin-session-ui/trunk/PKGBUILD)
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 175918, deepin-session-ui/trunk/PKGBUILD)
Deleted:
  deepin-session-ui/repos/community-i686/PKGBUILD
  deepin-session-ui/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-20 16:14:14 UTC (rev 175918)
+++ community-i686/PKGBUILD 2016-05-20 16:15:51 UTC (rev 175919)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=3.0.10
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui";
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr')
-makedepends=('git' 'qt5-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd "dde-session-ui"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "dde-session-ui"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-session-ui/repos/community-i686/PKGBUILD (from rev 175918, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-20 16:15:51 UTC (rev 175919)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=3.0.11
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui";
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr')
+makedepends=('git' 'qt5-tools')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver";)
+sha256sums=('SKIP')
+
+build() {
+  cd "dde-session-ui"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "dde-session-ui"
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-20 16:14:14 UTC (rev 175918)
+++ community-x86_64/PKGBUILD   2016-05-20 16:15:51 UTC (rev 175919)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=3.0.10
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui";
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr')
-makedepends=('git' 'qt5-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd "dde-session-ui"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "dde-session-ui"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 175918, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-20 16:15:51 UTC (rev 175919)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=3.0.11
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui";
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'deepin-cont

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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:14:14
  Author: fyan
Revision: 175918

upgpkg: deepin-session-ui 3.0.11-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 16:06:40 UTC (rev 175917)
+++ PKGBUILD2016-05-20 16:14:14 UTC (rev 175918)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=3.0.10
+pkgver=3.0.11
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('i686' 'x86_64')


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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:06:40
  Author: fyan
Revision: 175917

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

Added:
  haskell-tasty-quickcheck/repos/community-staging-i686/
  haskell-tasty-quickcheck/repos/community-staging-i686/PKGBUILD
(from rev 175916, haskell-tasty-quickcheck/trunk/PKGBUILD)
  
haskell-tasty-quickcheck/repos/community-staging-i686/haskell-tasty-quickcheck.install
(from rev 175916, 
haskell-tasty-quickcheck/trunk/haskell-tasty-quickcheck.install)
  haskell-tasty-quickcheck/repos/community-staging-x86_64/
  haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 175916, haskell-tasty-quickcheck/trunk/PKGBUILD)
  
haskell-tasty-quickcheck/repos/community-staging-x86_64/haskell-tasty-quickcheck.install
(from rev 175916, 
haskell-tasty-quickcheck/trunk/haskell-tasty-quickcheck.install)

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

Copied: haskell-tasty-quickcheck/repos/community-staging-i686/PKGBUILD (from 
rev 175916, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-20 16:06:40 UTC (rev 175917)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.8.4
+pkgrel=10
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-quickcheck" "haskell-tagged" "haskell-tasty")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('365f4cb6db70cce36ebdc133a2f6388cab71df2ca11f223f0458565956ec3297')
+
+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-old-quickcheck
+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-tasty-quickcheck/repos/community-staging-i686/haskell-tasty-quickcheck.install
 (from rev 175916, 
haskell-tasty-quickcheck/trunk/haskell-tasty-quickcheck.install)
===
--- community-staging-i686/haskell-tasty-quickcheck.install 
(rev 0)
+++ community-staging-i686/haskell-tasty-quickcheck.install 2016-05-20 
16:06:40 UTC (rev 175917)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty-quickcheck
+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-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 175916, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-20 16:06:40 UTC (rev 175917)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.8.4
+pkgrel=10
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')

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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:06:12
  Author: fyan
Revision: 175916

upgpkg: haskell-tasty-quickcheck 0.8.4-10

rebuild with parsec-3.1.11

Modified:
  haskell-tasty-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 16:04:44 UTC (rev 175915)
+++ PKGBUILD2016-05-20 16:06:12 UTC (rev 175916)
@@ -5,7 +5,7 @@
 _hkgname=tasty-quickcheck
 pkgname=haskell-tasty-quickcheck
 pkgver=0.8.4
-pkgrel=9
+pkgrel=10
 pkgdesc="QuickCheck support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty";
 license=("MIT")


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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:04:44
  Author: fyan
Revision: 175915

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

Added:
  haskell-tasty-hunit/repos/community-staging-i686/
  haskell-tasty-hunit/repos/community-staging-i686/PKGBUILD
(from rev 175914, haskell-tasty-hunit/trunk/PKGBUILD)
  haskell-tasty-hunit/repos/community-staging-i686/haskell-tasty-hunit.install
(from rev 175914, haskell-tasty-hunit/trunk/haskell-tasty-hunit.install)
  haskell-tasty-hunit/repos/community-staging-x86_64/
  haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 175914, haskell-tasty-hunit/trunk/PKGBUILD)
  haskell-tasty-hunit/repos/community-staging-x86_64/haskell-tasty-hunit.install
(from rev 175914, haskell-tasty-hunit/trunk/haskell-tasty-hunit.install)

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

Copied: haskell-tasty-hunit/repos/community-staging-i686/PKGBUILD (from rev 
175914, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-20 16:04:44 UTC (rev 175915)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.9.2
+pkgrel=8
+pkgdesc="HUnit support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-tasty")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('ae1efc2a750dfc09f9276d3a57e6a8f8b30f1a6932e81c53fcd67132b8ea1623')
+
+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-tasty-hunit/repos/community-staging-i686/haskell-tasty-hunit.install 
(from rev 175914, haskell-tasty-hunit/trunk/haskell-tasty-hunit.install)
===
--- community-staging-i686/haskell-tasty-hunit.install  
(rev 0)
+++ community-staging-i686/haskell-tasty-hunit.install  2016-05-20 16:04:44 UTC 
(rev 175915)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-tasty-hunit
+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-tasty-hunit/repos/community-staging-x86_64/PKGBUILD (from rev 
175914, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-20 16:04:44 UTC (rev 175915)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.9.2
+pkgrel=8
+pkgdesc="HUnit support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-tasty")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('ae1efc2a750dfc09f9276d3a57e6a8f8b3

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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 18:04:16
  Author: fyan
Revision: 175914

upgpkg: haskell-tasty-hunit 0.9.2-8

rebuild with parsec-3.1.11

Modified:
  haskell-tasty-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 15:30:42 UTC (rev 175913)
+++ PKGBUILD2016-05-20 16:04:16 UTC (rev 175914)
@@ -5,7 +5,7 @@
 _hkgname=tasty-hunit
 pkgname=haskell-tasty-hunit
 pkgver=0.9.2
-pkgrel=7
+pkgrel=8
 pkgdesc="HUnit support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty";
 license=("MIT")


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

2016-05-20 Thread Felix Yan
Date: Friday, May 20, 2016 @ 17:28:19
  Author: fyan
Revision: 175910

upgpkg: haskell-missingh 1.3.0.2-2

rebuild with parsec-3.1.11

Modified:
  haskell-missingh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 15:15:52 UTC (rev 175909)
+++ PKGBUILD2016-05-20 15:28:19 UTC (rev 175910)
@@ -5,7 +5,7 @@
 _hkgname=MissingH
 pkgname=haskell-missingh
 pkgver=1.3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Large utility library"
 url="http://software.complete.org/missingh";
 license=("custom:BSD3")


  1   2   3   >