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

2017-08-07 Thread Xyne
Date: Monday, August 7, 2017 @ 23:34:18
  Author: xyne
Revision: 249536

changed to HTTPS and sha512sums

Modified:
  lxsplit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 23:27:21 UTC (rev 249535)
+++ PKGBUILD2017-08-07 23:34:18 UTC (rev 249536)
@@ -10,8 +10,8 @@
 url="http://lxsplit.sourceforge.net/;
 license=('GPL')
 depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/lxsplit/lxsplit-${pkgver}.tar.gz;)
-sha256sums=('858fa939803b2eba97ccc5ec57011c4f4b613ff299abbdc51e2f921016845056')
+source=("https://downloads.sourceforge.net/sourceforge/lxsplit/lxsplit-${pkgver}.tar.gz;)
+sha512sums=('2483010752177232801029b969a01a2702830c47e5d6a185784d9d945b792aecb778241d08d97cc0c02977afec02bf3f6a20e24da2fdbecad2dcef1de95b0575')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-08-07 Thread Xyne
Date: Monday, August 7, 2017 @ 23:27:21
  Author: xyne
Revision: 249535

changed to HTTPS

Modified:
  reflector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 21:23:14 UTC (rev 249534)
+++ PKGBUILD2017-08-07 23:27:21 UTC (rev 249535)
@@ -5,12 +5,12 @@
 pkgdesc='A Python 3 module and script to retrieve and filter the latest Pacman 
mirror list.'
 arch=(any)
 license=(GPL)
-url="http://xyne.archlinux.ca/projects/reflector;
+url="https://xyne.archlinux.ca/projects/reflector;
 depends=(python3)
 optdepends=('rsync: rate rsync mirrors')
 source=(
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2017.6.tar.xz
-  http://xyne.archlinux.ca/projects/reflector/src/reflector-2017.6.tar.xz.sig
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2017.6.tar.xz
+  https://xyne.archlinux.ca/projects/reflector/src/reflector-2017.6.tar.xz.sig
 )
 sha512sums=(
   
aaccb8444dcbcdc145df0165dcfe6ddcb39aac606d70f6734a55dc3303c34273d2eb91695d2ea1a54bc72ea74938308fd6ecbb00c91d8d09692e8e8452819797


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 21:23:14
  Author: felixonmars
Revision: 249534

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 249533, hoogle/trunk/PKGBUILD)
  hoogle/repos/community-staging-x86_64/
  hoogle/repos/community-staging-x86_64/PKGBUILD
(from rev 249533, hoogle/trunk/PKGBUILD)

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 249533, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 21:23:14 UTC (rev 249534)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.13
+pkgrel=10
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-quickcheck" "haskell-aeson" "haskell-cmdargs" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('9b5925b39b19000f312a700bf46a157efd028d2f2748ac03efe1b703659a40535dd7259dfa212d534e20358c00143df59b8e6198bfa064847559bec0c64d41b0')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 249533, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 21:23:14 UTC (rev 249534)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.13
+pkgrel=10
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-quickcheck" "haskell-aeson" "haskell-cmdargs" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('9b5925b39b19000f312a700bf46a157efd028d2f2748ac03efe1b703659a40535dd7259dfa212d534e20358c00143df59b8e6198bfa064847559bec0c64d41b0')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure 

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 21:22:44
  Author: felixonmars
Revision: 249533

upgpkg: hoogle 5.0.13-10

rebuild with x509-validation,1.6.9

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 21:17:43 UTC (rev 249532)
+++ PKGBUILD2017-08-07 21:22:44 UTC (rev 249533)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.13
-pkgrel=9
+pkgrel=10
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 21:17:43
  Author: felixonmars
Revision: 249532

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 249531, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-i686/quickcheck-2.10.patch
(from rev 249531, git-annex/trunk/quickcheck-2.10.patch)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 249531, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/quickcheck-2.10.patch
(from rev 249531, git-annex/trunk/quickcheck-2.10.patch)

+
 community-staging-i686/PKGBUILD|   60 ++
 community-staging-i686/quickcheck-2.10.patch   |   75 +++
 community-staging-x86_64/PKGBUILD  |   60 ++
 community-staging-x86_64/quickcheck-2.10.patch |   75 +++
 4 files changed, 270 insertions(+)

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 249531, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 21:17:43 UTC (rev 249532)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170520
+pkgrel=59
+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' 'ghc' "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" "haskell-case-insensitive" 
"haskell-clientsession"
+ "haskell-concurrent-output" "haskell-conduit" "haskell-crypto-api" 
"haskell-cryptonite"
+ "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-disk-free-space"
+ "haskell-dlist" "haskell-dns" "haskell-edit-distance" 
"haskell-esqueleto"
+ "haskell-exceptions" "haskell-fdo-notify" "haskell-feed" 
"haskell-hinotify"
+ "haskell-hslogger" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-ifelse" "haskell-magic" "haskell-memory" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mountpoints" "haskell-mtl" 
"haskell-network"
+ "haskell-network-info" "haskell-network-multicast" 
"haskell-network-uri"
+ "haskell-old-locale" "haskell-optparse-applicative" 
"haskell-path-pieces"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" 
"haskell-shakespeare"
+ "haskell-socks" "haskell-split" "haskell-stm" "haskell-stm-chans" 
"haskell-tasty"
+ "haskell-tasty-hunit" "haskell-tasty-quickcheck" 
"haskell-tasty-rerun" "haskell-text"
+ "haskell-torrent" "haskell-unix-compat" "haskell-unordered-containers"
+ "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
+ "haskell-warp-tls" "haskell-yesod" "haskell-yesod-core" 
"haskell-yesod-default"
+ "haskell-yesod-form" "haskell-yesod-static")
+makedepends=("chrpath")
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;
+quickcheck-2.10.patch)
+sha512sums=('SKIP'
+
'a987bb49072fa27bdbb061bffa9174e75c1e7cfa1e139945465262557c1bd31832373e2684d9ff83b682dcb6b5cfdf2f40e86a8cedf118fb768f9c5827318f4c')
+
+prepare() {
+  cd git-annex
+  patch -p1 -i ../quickcheck-2.10.patch
+}
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-i686/quickcheck-2.10.patch (from rev 
249531, git-annex/trunk/quickcheck-2.10.patch)
===
--- community-staging-i686/quickcheck-2.10.patch
(rev 0)
+++ community-staging-i686/quickcheck-2.10.patch2017-08-07 21:17:43 UTC 
(rev 249532)
@@ -0,0 +1,75 @@
+From 

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 21:17:13
  Author: felixonmars
Revision: 249531

upgpkg: git-annex 6.20170520-59

rebuild with x509-validation,1.6.9

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 21:04:46 UTC (rev 249530)
+++ PKGBUILD2017-08-07 21:17:13 UTC (rev 249531)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170520
-pkgrel=58
+pkgrel=59
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 21:04:46
  Author: felixonmars
Revision: 249530

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

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

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

Copied: haskell-warp-tls/repos/community-staging-i686/PKGBUILD (from rev 
249529, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 21:04:46 UTC (rev 249530)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.4
+pkgrel=15
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" 
"haskell-tls-session-manager" "haskell-wai"
+ "haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3cf7b549f39bc314a9a648f9e0b43e5d47a6b08fd56189af4f1d8dbcd9092dc411bc5a3cc429c0fb79738f3e84ec096ad0a8ac83bd8d14ecf90d505f17391642')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
249529, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 21:04:46 UTC (rev 249530)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.4
+pkgrel=15
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" 
"haskell-tls-session-manager" "haskell-wai"
+ "haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3cf7b549f39bc314a9a648f9e0b43e5d47a6b08fd56189af4f1d8dbcd9092dc411bc5a3cc429c0fb79738f3e84ec096ad0a8ac83bd8d14ecf90d505f17391642')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 21:04:17
  Author: felixonmars
Revision: 249529

upgpkg: haskell-warp-tls 3.2.4-15

rebuild with x509-validation,1.6.9

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 21:02:36 UTC (rev 249528)
+++ PKGBUILD2017-08-07 21:04:17 UTC (rev 249529)
@@ -5,7 +5,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.4
-pkgrel=14
+pkgrel=15
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 21:02:36
  Author: felixonmars
Revision: 249528

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

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

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

Copied: haskell-tls-session-manager/repos/community-staging-i686/PKGBUILD (from 
rev 249527, haskell-tls-session-manager/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 21:02:36 UTC (rev 249528)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls-session-manager
+pkgname=haskell-tls-session-manager
+pkgver=0.0.0.1
+pkgrel=5
+pkgdesc="In-memory TLS session manager"
+url="https://hackage.haskell.org/package/tls-session-manager;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-auto-update" "haskell-clock" "haskell-psqueues" 
"haskell-tls")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a25943739299d93af431184a1272bc780d89ac48733c7684d17d5f39439189de3a7f0770ccabf77a5587d3b83f848f62634504fa01d2b1badf3907b868f0e4d0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-tls-session-manager/repos/community-staging-x86_64/PKGBUILD 
(from rev 249527, haskell-tls-session-manager/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 21:02:36 UTC (rev 249528)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls-session-manager
+pkgname=haskell-tls-session-manager
+pkgver=0.0.0.1
+pkgrel=5
+pkgdesc="In-memory TLS session manager"
+url="https://hackage.haskell.org/package/tls-session-manager;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-auto-update" "haskell-clock" "haskell-psqueues" 
"haskell-tls")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a25943739299d93af431184a1272bc780d89ac48733c7684d17d5f39439189de3a7f0770ccabf77a5587d3b83f848f62634504fa01d2b1badf3907b868f0e4d0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 21:02:05
  Author: felixonmars
Revision: 249527

upgpkg: haskell-tls-session-manager 0.0.0.1-5

rebuild with x509-validation,1.6.9

Modified:
  haskell-tls-session-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 21:00:22 UTC (rev 249526)
+++ PKGBUILD2017-08-07 21:02:05 UTC (rev 249527)
@@ -5,7 +5,7 @@
 _hkgname=tls-session-manager
 pkgname=haskell-tls-session-manager
 pkgver=0.0.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="In-memory TLS session manager"
 url="https://hackage.haskell.org/package/tls-session-manager;
 license=("custom:BSD3")


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 21:00:22
  Author: felixonmars
Revision: 249526

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 249525, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/path-0.6.1.patch
(from rev 249525, stack/trunk/path-0.6.1.patch)
  stack/repos/community-staging-i686/stack.install
(from rev 249525, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 249525, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/path-0.6.1.patch
(from rev 249525, stack/trunk/path-0.6.1.patch)
  stack/repos/community-staging-x86_64/stack.install
(from rev 249525, stack/trunk/stack.install)

---+
 community-staging-i686/PKGBUILD   |   82 
 community-staging-i686/path-0.6.1.patch   |   49 
 community-staging-i686/stack.install  |4 +
 community-staging-x86_64/PKGBUILD |   82 
 community-staging-x86_64/path-0.6.1.patch |   49 
 community-staging-x86_64/stack.install|4 +
 6 files changed, 270 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 249525, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 21:00:22 UTC (rev 249526)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.5.0
+pkgrel=24
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-clock" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptonite" 
"haskell-cryptonite-conduit" "haskell-echo"
+ "haskell-either" "haskell-errors" "haskell-exceptions" "haskell-extra"
+ "haskell-fast-logger" "haskell-file-embed" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-generic-deriving" "haskell-gitrev" 
"haskell-hackage-security" "haskell-hashable"
+ "haskell-hastache" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-hpack" "haskell-lifted-async" 
"haskell-lifted-base"
+ "haskell-memory" "haskell-microlens" "haskell-microlens-mtl" 
"haskell-mintty"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-monad-unlift" 
"haskell-mtl"
+ "haskell-network-uri" "haskell-open-browser" 
"haskell-optparse-applicative"
+ "haskell-optparse-simple" "haskell-path" "haskell-path-io" 
"haskell-persistent"
+ "haskell-persistent-sqlite" "haskell-persistent-template" 
"haskell-pid1"
+ "haskell-project-template" "haskell-regex-applicative-text" 
"haskell-resourcet"
+ "haskell-retry" "haskell-safe" "haskell-safe-exceptions" 
"haskell-semigroups"
+ "haskell-split" "haskell-stm" "haskell-store" "haskell-store-core"
+ "haskell-streaming-commons" "haskell-tar" "haskell-temporary" 
"haskell-text"
+ "haskell-text-binary" "haskell-text-metrics" "haskell-tls" 
"haskell-transformers-base"
+ "haskell-unicode-transforms" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-vector-binary-instances" "haskell-yaml" 
"haskell-zip-archive"
+ "haskell-zlib")
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;
+path-0.6.1.patch)
+sha256sums=('2ffead80e9cc3b72480e9130bb639aaa8a6a684d8f6098a3843fe88803c8e478'
+'2013b76677e62851248f26f8b77d0f37a52496b3380bf3107519d5a84e09808f')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+patch -p1 -i ../path-0.6.1.patch
+
+sed -e 's/cryptonite >= 0.19 && < 0.24/cryptonite >= 0.19 \&\& < 0.25/' \
+-e 's/, path >= 0.5.8 && < 0.6/, path >= 0.5.8 \&\& < 0.7/' \
+-i stack.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 20:59:43
  Author: felixonmars
Revision: 249525

upgpkg: stack 1.5.0-24

rebuild with x509-validation,1.6.9

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 20:33:01 UTC (rev 249524)
+++ PKGBUILD2017-08-07 20:59:43 UTC (rev 249525)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.5.0
-pkgrel=23
+pkgrel=24
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 20:33:01
  Author: felixonmars
Revision: 249524

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

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

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

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 249523, 
purescript/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 20:33:01 UTC (rev 249524)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.11.6
+pkgrel=24
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
+ "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-base-compat" "haskell-blaze-html"
+ "haskell-bower-json" "haskell-boxes" "haskell-cheapskate" 
"haskell-clock"
+ "haskell-data-ordlist" "haskell-dlist" "haskell-edit-distance" 
"haskell-file-embed"
+ "haskell-fsnotify" "haskell-glob" "haskell-http-client" 
"haskell-http-types"
+ "haskell-language-javascript" "haskell-lens" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-network" 
"haskell-optparse-applicative"
+ "haskell-parallel" "haskell-parsec" "haskell-pattern-arrows" 
"haskell-pipes"
+ "haskell-pipes-http" "haskell-protolude" "haskell-regex-tdfa" 
"haskell-safe"
+ "haskell-semigroups" "haskell-sourcemap" "haskell-spdx" 
"haskell-split" "haskell-stm"
+ "haskell-stringsearch" "haskell-syb" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-wai" "haskell-wai-websockets" "haskell-warp"
+ "haskell-websockets")
+optdepends=('pulp: for development environment')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('98a82eb3468c79cc0d0f4adf52879814680f06c40bf443e6ec10a1797ddcbf87b627423714a6d392139fb28a1fb1971a839e24d91f5dd89b8d0ead25ba2eb6a0')
+
+prepare() {
+sed -e 's/aeson >=1.0 && <1.1/aeson >=1.0/' \
+-e 's/, blaze-html >=0.8.1 && <0.9/, blaze-html >=0.8.1/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-frelease
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: purescript/repos/community-staging-x86_64/PKGBUILD (from rev 249523, 
purescript/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 20:33:01 UTC (rev 249524)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.11.6
+pkgrel=24
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 20:32:31
  Author: felixonmars
Revision: 249523

upgpkg: purescript 0.11.6-24

rebuild with x509-validation,1.6.9

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 20:09:35 UTC (rev 249522)
+++ PKGBUILD2017-08-07 20:32:31 UTC (rev 249523)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.11.6
-pkgrel=23
+pkgrel=24
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/;
 license=("custom:BSD3")


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

2017-08-07 Thread Jan Steffens
Date: Monday, August 7, 2017 @ 20:19:05
  Author: heftig
Revision: 301756

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

Added:
  gdk-pixbuf2/repos/testing-i686/
  
gdk-pixbuf2/repos/testing-i686/0001-meson-Use-configure_file-to-copy-typesfile.patch
(from rev 301755, 
gdk-pixbuf2/trunk/0001-meson-Use-configure_file-to-copy-typesfile.patch)
  
gdk-pixbuf2/repos/testing-i686/0002-meson-Use-include_directories-references-throughout.patch
(from rev 301755, 
gdk-pixbuf2/trunk/0002-meson-Use-include_directories-references-throughout.patch)
  
gdk-pixbuf2/repos/testing-i686/0003-meson-Use-the-right-dependency-for-gtkdoc.patch
(from rev 301755, 
gdk-pixbuf2/trunk/0003-meson-Use-the-right-dependency-for-gtkdoc.patch)
  gdk-pixbuf2/repos/testing-i686/PKGBUILD
(from rev 301755, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/testing-i686/gdk-pixbuf-query-loaders.hook
(from rev 301755, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
  gdk-pixbuf2/repos/testing-i686/gdk-pixbuf2.install
(from rev 301755, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/testing-x86_64/
  
gdk-pixbuf2/repos/testing-x86_64/0001-meson-Use-configure_file-to-copy-typesfile.patch
(from rev 301755, 
gdk-pixbuf2/trunk/0001-meson-Use-configure_file-to-copy-typesfile.patch)
  
gdk-pixbuf2/repos/testing-x86_64/0002-meson-Use-include_directories-references-throughout.patch
(from rev 301755, 
gdk-pixbuf2/trunk/0002-meson-Use-include_directories-references-throughout.patch)
  
gdk-pixbuf2/repos/testing-x86_64/0003-meson-Use-the-right-dependency-for-gtkdoc.patch
(from rev 301755, 
gdk-pixbuf2/trunk/0003-meson-Use-the-right-dependency-for-gtkdoc.patch)
  gdk-pixbuf2/repos/testing-x86_64/PKGBUILD
(from rev 301755, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/testing-x86_64/gdk-pixbuf-query-loaders.hook
(from rev 301755, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
  gdk-pixbuf2/repos/testing-x86_64/gdk-pixbuf2.install
(from rev 301755, gdk-pixbuf2/trunk/gdk-pixbuf2.install)

---+
 testing-i686/0001-meson-Use-configure_file-to-copy-typesfile.patch
|   41 +++
 testing-i686/0002-meson-Use-include_directories-references-throughout.patch   
|  114 ++
 testing-i686/0003-meson-Use-the-right-dependency-for-gtkdoc.patch 
|   32 ++
 testing-i686/PKGBUILD 
|   61 +
 testing-i686/gdk-pixbuf-query-loaders.hook
|   11 
 testing-i686/gdk-pixbuf2.install  
|3 
 testing-x86_64/0001-meson-Use-configure_file-to-copy-typesfile.patch  
|   41 +++
 testing-x86_64/0002-meson-Use-include_directories-references-throughout.patch 
|  114 ++
 testing-x86_64/0003-meson-Use-the-right-dependency-for-gtkdoc.patch   
|   32 ++
 testing-x86_64/PKGBUILD   
|   61 +
 testing-x86_64/gdk-pixbuf-query-loaders.hook  
|   11 
 testing-x86_64/gdk-pixbuf2.install
|3 
 12 files changed, 524 insertions(+)

Copied: 
gdk-pixbuf2/repos/testing-i686/0001-meson-Use-configure_file-to-copy-typesfile.patch
 (from rev 301755, 
gdk-pixbuf2/trunk/0001-meson-Use-configure_file-to-copy-typesfile.patch)
===
--- testing-i686/0001-meson-Use-configure_file-to-copy-typesfile.patch  
(rev 0)
+++ testing-i686/0001-meson-Use-configure_file-to-copy-typesfile.patch  
2017-08-07 20:19:05 UTC (rev 301756)
@@ -0,0 +1,41 @@
+From 266ddc3e38107862811927371cbf4b88fdfe4872 Mon Sep 17 00:00:00 2001
+Message-Id: 
<266ddc3e38107862811927371cbf4b88fdfe4872.1502135873.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 7 Aug 2017 20:55:35 +0200
+Subject: [PATCH 1/3] meson: Use configure_file() to copy typesfile
+
+The working directory is the builddir and gnome.gtkdoc is not smart
+enough to figure out whether the filename(s) passed are found in the
+builddir or srcdir. Using files() doesn't help, either, since it always
+generates paths to the builddir.
+
+Other projects (GStreamer, Grilo) seem to use configure_file to copy the
+typesfile to the builddir. Follow this.
+
+This fixes the following error:
+
+Cannot open gdk-pixbuf.types: No such file or directory
+---
+ docs/reference/gdk-pixbuf/meson.build | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/docs/reference/gdk-pixbuf/meson.build 
b/docs/reference/gdk-pixbuf/meson.build
+index 47f241094b4bf16c..6762d8da44f5c57c 100644
+--- a/docs/reference/gdk-pixbuf/meson.build
 b/docs/reference/gdk-pixbuf/meson.build
+@@ -21,6 +21,10 @@ private_headers = [
+ ]
+ 
+ if get_option('with_docs')
++  configure_file(input: 'gdk-pixbuf.types',
++   

[arch-commits] Commit in gdk-pixbuf2/trunk (4 files)

2017-08-07 Thread Jan Steffens
Date: Monday, August 7, 2017 @ 20:18:07
  Author: heftig
Revision: 301755

2.36.8-1

Added:
  gdk-pixbuf2/trunk/0001-meson-Use-configure_file-to-copy-typesfile.patch
  
gdk-pixbuf2/trunk/0002-meson-Use-include_directories-references-throughout.patch
  gdk-pixbuf2/trunk/0003-meson-Use-the-right-dependency-for-gtkdoc.patch
Modified:
  gdk-pixbuf2/trunk/PKGBUILD

+
 0001-meson-Use-configure_file-to-copy-typesfile.patch  |   41 +++
 0002-meson-Use-include_directories-references-throughout.patch |  114 
++
 0003-meson-Use-the-right-dependency-for-gtkdoc.patch   |   32 ++
 PKGBUILD   |   48 ++--
 4 files changed, 212 insertions(+), 23 deletions(-)

Added: 0001-meson-Use-configure_file-to-copy-typesfile.patch
===
--- 0001-meson-Use-configure_file-to-copy-typesfile.patch   
(rev 0)
+++ 0001-meson-Use-configure_file-to-copy-typesfile.patch   2017-08-07 
20:18:07 UTC (rev 301755)
@@ -0,0 +1,41 @@
+From 266ddc3e38107862811927371cbf4b88fdfe4872 Mon Sep 17 00:00:00 2001
+Message-Id: 
<266ddc3e38107862811927371cbf4b88fdfe4872.1502135873.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 7 Aug 2017 20:55:35 +0200
+Subject: [PATCH 1/3] meson: Use configure_file() to copy typesfile
+
+The working directory is the builddir and gnome.gtkdoc is not smart
+enough to figure out whether the filename(s) passed are found in the
+builddir or srcdir. Using files() doesn't help, either, since it always
+generates paths to the builddir.
+
+Other projects (GStreamer, Grilo) seem to use configure_file to copy the
+typesfile to the builddir. Follow this.
+
+This fixes the following error:
+
+Cannot open gdk-pixbuf.types: No such file or directory
+---
+ docs/reference/gdk-pixbuf/meson.build | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/docs/reference/gdk-pixbuf/meson.build 
b/docs/reference/gdk-pixbuf/meson.build
+index 47f241094b4bf16c..6762d8da44f5c57c 100644
+--- a/docs/reference/gdk-pixbuf/meson.build
 b/docs/reference/gdk-pixbuf/meson.build
+@@ -21,6 +21,10 @@ private_headers = [
+ ]
+ 
+ if get_option('with_docs')
++  configure_file(input: 'gdk-pixbuf.types',
++ output: 'gdk-pixbuf.types',
++ configuration: configuration_data())
++
+   gnome.gtkdoc('gdk-pixbuf',
+main_xml: 'gdk-pixbuf.xml',
+src_dir: [
+
+base-commit: 31c0a1f43aaeddef706057065e38bbfc205dbbe0
+-- 
+2.13.2
+

Added: 0002-meson-Use-include_directories-references-throughout.patch
===
--- 0002-meson-Use-include_directories-references-throughout.patch  
(rev 0)
+++ 0002-meson-Use-include_directories-references-throughout.patch  
2017-08-07 20:18:07 UTC (rev 301755)
@@ -0,0 +1,114 @@
+From d1611a8125525f621fc5113a88604146c1ad049c Mon Sep 17 00:00:00 2001
+Message-Id: 

+In-Reply-To: 
<266ddc3e38107862811927371cbf4b88fdfe4872.1502135873.git.jan.steff...@gmail.com>
+References: 
<266ddc3e38107862811927371cbf4b88fdfe4872.1502135873.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Mon, 7 Aug 2017 20:55:35 +0200
+Subject: [PATCH 2/3] meson: Use include_directories references throughout
+
+---
+ contrib/gdk-pixbuf-xlib/meson.build   | 2 ++
+ docs/reference/gdk-pixbuf/meson.build | 5 ++---
+ gdk-pixbuf/meson.build| 8 +---
+ tests/meson.build | 2 +-
+ 4 files changed, 10 insertions(+), 7 deletions(-)
+
+diff --git a/contrib/gdk-pixbuf-xlib/meson.build 
b/contrib/gdk-pixbuf-xlib/meson.build
+index 71b50be3f8567c57..34f945b79ed599a6 100644
+--- a/contrib/gdk-pixbuf-xlib/meson.build
 b/contrib/gdk-pixbuf-xlib/meson.build
+@@ -10,6 +10,8 @@ gdkpixbuf_xlib_headers = [
+   'gdk-pixbuf-xlibrgb.h',
+ ]
+ 
++gdkpixbuf_xlib_inc = include_directories('.')
++
+ gdkpixbuf_xlib_api_path = 
join_paths('gdk-pixbuf-@0@'.format(gdk_pixbuf_api_version), 'gdk-pixbuf-xlib')
+ 
+ install_headers(gdkpixbuf_xlib_headers, subdir: gdkpixbuf_xlib_api_path)
+diff --git a/docs/reference/gdk-pixbuf/meson.build 
b/docs/reference/gdk-pixbuf/meson.build
+index 6762d8da44f5c57c..5d7c9b6c1cc26579 100644
+--- a/docs/reference/gdk-pixbuf/meson.build
 b/docs/reference/gdk-pixbuf/meson.build
+@@ -28,9 +28,8 @@ if get_option('with_docs')
+   gnome.gtkdoc('gdk-pixbuf',
+main_xml: 'gdk-pixbuf.xml',
+src_dir: [
+- join_paths(meson.source_root(), 'gdk-pixbuf'),
+- join_paths(meson.build_root(), 'gdk-pixbuf'),
+- join_paths(meson.source_root(), 'contrib', 
'gdk-pixbuf-xlib'),
++ 

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 20:09:35
  Author: felixonmars
Revision: 249522

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 249521, haskell-pipes-http/trunk/PKGBUILD)
  haskell-pipes-http/repos/community-staging-x86_64/
  haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD
(from rev 249521, haskell-pipes-http/trunk/PKGBUILD)

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

Copied: haskell-pipes-http/repos/community-staging-i686/PKGBUILD (from rev 
249521, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 20:09:35 UTC (rev 249522)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.5
+pkgrel=54
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-http-client" "haskell-http-client-tls" "haskell-pipes")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('49a196466de1638f3806a49bf10fef9eb3c06456ababf09ffd025b6b64f23055')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
249521, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 20:09:35 UTC (rev 249522)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.5
+pkgrel=54
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-http-client" "haskell-http-client-tls" "haskell-pipes")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('49a196466de1638f3806a49bf10fef9eb3c06456ababf09ffd025b6b64f23055')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+ 

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 20:09:05
  Author: felixonmars
Revision: 249521

upgpkg: haskell-pipes-http 1.0.5-54

rebuild with x509-validation,1.6.9

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 20:07:36 UTC (rev 249520)
+++ PKGBUILD2017-08-07 20:09:05 UTC (rev 249521)
@@ -5,7 +5,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.5
-pkgrel=53
+pkgrel=54
 pkgdesc="HTTP client with pipes interface"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2017-08-07 Thread Christian Hesse
Date: Monday, August 7, 2017 @ 20:07:45
  Author: eworm
Revision: 301754

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

Added:
  gparted/repos/testing-i686/PKGBUILD
(from rev 301753, gparted/trunk/PKGBUILD)
  gparted/repos/testing-i686/gparted_polkit
(from rev 301753, gparted/trunk/gparted_polkit)
  gparted/repos/testing-i686/org.archlinux.pkexec.gparted.policy
(from rev 301753, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/testing-x86_64/PKGBUILD
(from rev 301753, gparted/trunk/PKGBUILD)
  gparted/repos/testing-x86_64/gparted_polkit
(from rev 301753, gparted/trunk/gparted_polkit)
  gparted/repos/testing-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 301753, gparted/trunk/org.archlinux.pkexec.gparted.policy)
Deleted:
  gparted/repos/testing-i686/PKGBUILD
  gparted/repos/testing-i686/gparted_polkit
  gparted/repos/testing-i686/org.archlinux.pkexec.gparted.policy
  gparted/repos/testing-x86_64/PKGBUILD
  gparted/repos/testing-x86_64/gparted_polkit
  gparted/repos/testing-x86_64/org.archlinux.pkexec.gparted.policy

+
 /PKGBUILD  |  130 +++
 /gparted_polkit|   12 +
 /org.archlinux.pkexec.gparted.policy   |   40 +
 testing-i686/PKGBUILD  |   65 -
 testing-i686/gparted_polkit|6 
 testing-i686/org.archlinux.pkexec.gparted.policy   |   20 --
 testing-x86_64/PKGBUILD|   65 -
 testing-x86_64/gparted_polkit  |6 
 testing-x86_64/org.archlinux.pkexec.gparted.policy |   20 --
 9 files changed, 182 insertions(+), 182 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-08-07 20:06:38 UTC (rev 301753)
+++ testing-i686/PKGBUILD   2017-08-07 20:07:45 UTC (rev 301754)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Andrew Simmons 
-# Contributor: György Balló 
-
-pkgname=gparted
-pkgver=0.29.0
-pkgrel=2
-pkgdesc="A Partition Magic clone, frontend to GNU Parted"
-arch=('i686' 'x86_64')
-url="http://gparted.sourceforge.net;
-license=('GPL')
-depends=('parted' 'gtkmm')
-makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
-optdepends=('dosfstools: for FAT16 and FAT32 partitions'
-'jfsutils: for jfs partitions'
-'f2fs-tools: for Flash-Friendly File System'
-'btrfs-progs: for btrfs partitions'
-'exfat-utils: for exFAT partitions'
-'ntfs-3g: for ntfs partitions'
-'reiserfsprogs: for reiser partitions'
-'udftools: for UDF file system support'
-'xfsprogs: for xfs partitions'
-'nilfs-utils: for nilfs2 support'
-'polkit: to run gparted directly from menu'
-'gpart: for recovering corrupt partition tables'
-'mtools: utilities to access MS-DOS disks')
-validpgpkeys=('BB09FFB87563FA2E1A22146817A6D3FF338C9570') # "Curtis Gedak 
"
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig}
-'org.archlinux.pkexec.gparted.policy'
-'gparted_polkit')
-sha256sums=('2250bf6bb43687be149c2a95fbfe2f6f0215690e187179d5f733ae518fa7c3cd'
-'SKIP'
-'c9fcdc9e0e0ec1d309d964c9768f9060a31e744926240985069c5e24e5e81ded'
-'7b76a2f6708cdd788782206b59e2ebfc21122cc9c05ec2e3fa78bd1044c1e6d3')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit 
%f:g" gparted.desktop.in.in
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-online-resize \
-  --enable-libparted-dmraid
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # Install policy file
-  install -Dm644 "${srcdir}/org.archlinux.pkexec.gparted.policy" \
- 
"${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy"
-
-  # Install launcher script
-  install -m755 "${srcdir}/gparted_polkit" \
-"${pkgdir}/usr/bin/gparted_polkit"
-}

Copied: gparted/repos/testing-i686/PKGBUILD (from rev 301753, 
gparted/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-07 20:07:45 UTC (rev 301754)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 20:07:36
  Author: felixonmars
Revision: 249520

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 249519, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 249519, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 249519, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 20:07:36 UTC (rev 249520)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.2.5.0
+pkgrel=91
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" "pandoc" 
"haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('d4d93bbe448e2cf187a0b7bcc605d0445e28021e4e31bfef890b93bee2b28491')
+
+prepare() {
+sed -e 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' \
+-e 's/, syb >= 0.4 && < 0.7/, syb >= 0.4 \&\& < 0.8/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
249519, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 20:07:36 UTC (rev 249520)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.2.5.0
+pkgrel=91
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" "pandoc" 
"haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('d4d93bbe448e2cf187a0b7bcc605d0445e28021e4e31bfef890b93bee2b28491')
+
+prepare() {
+sed -e 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' \
+-e 's/, syb >= 0.4 && < 0.7/, syb >= 0.4 \&\& < 0.8/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib 

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 20:07:06
  Author: felixonmars
Revision: 249519

upgpkg: pandoc-crossref 0.2.5.0-91

rebuild with x509-validation,1.6.9

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 20:04:06 UTC (rev 249518)
+++ PKGBUILD2017-08-07 20:07:06 UTC (rev 249519)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.2.5.0
-pkgrel=90
+pkgrel=91
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2017-08-07 Thread Christian Hesse
Date: Monday, August 7, 2017 @ 20:06:30
  Author: eworm
Revision: 301752

upgpkg: gparted 0.29.0-2

add optional dependency for udftools

Modified:
  gparted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:11:07 UTC (rev 301751)
+++ PKGBUILD2017-08-07 20:06:30 UTC (rev 301752)
@@ -5,7 +5,7 @@
 
 pkgname=gparted
 pkgver=0.29.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Partition Magic clone, frontend to GNU Parted"
 arch=('i686' 'x86_64')
 url="http://gparted.sourceforge.net;
@@ -19,6 +19,7 @@
 'exfat-utils: for exFAT partitions'
 'ntfs-3g: for ntfs partitions'
 'reiserfsprogs: for reiser partitions'
+'udftools: for UDF file system support'
 'xfsprogs: for xfs partitions'
 'nilfs-utils: for nilfs2 support'
 'polkit: to run gparted directly from menu'


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

2017-08-07 Thread Christian Hesse
Date: Monday, August 7, 2017 @ 20:06:38
  Author: eworm
Revision: 301753

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

Added:
  gparted/repos/testing-i686/PKGBUILD
(from rev 301752, gparted/trunk/PKGBUILD)
  gparted/repos/testing-i686/gparted_polkit
(from rev 301752, gparted/trunk/gparted_polkit)
  gparted/repos/testing-i686/org.archlinux.pkexec.gparted.policy
(from rev 301752, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/testing-x86_64/PKGBUILD
(from rev 301752, gparted/trunk/PKGBUILD)
  gparted/repos/testing-x86_64/gparted_polkit
(from rev 301752, gparted/trunk/gparted_polkit)
  gparted/repos/testing-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 301752, gparted/trunk/org.archlinux.pkexec.gparted.policy)
Deleted:
  gparted/repos/testing-i686/PKGBUILD
  gparted/repos/testing-i686/gparted_polkit
  gparted/repos/testing-i686/org.archlinux.pkexec.gparted.policy
  gparted/repos/testing-x86_64/PKGBUILD
  gparted/repos/testing-x86_64/gparted_polkit
  gparted/repos/testing-x86_64/org.archlinux.pkexec.gparted.policy

+
 /PKGBUILD  |  130 +++
 /gparted_polkit|   12 +
 /org.archlinux.pkexec.gparted.policy   |   40 +
 testing-i686/PKGBUILD  |   64 -
 testing-i686/gparted_polkit|6 
 testing-i686/org.archlinux.pkexec.gparted.policy   |   20 --
 testing-x86_64/PKGBUILD|   64 -
 testing-x86_64/gparted_polkit  |6 
 testing-x86_64/org.archlinux.pkexec.gparted.policy |   20 --
 9 files changed, 182 insertions(+), 180 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-08-07 20:06:30 UTC (rev 301752)
+++ testing-i686/PKGBUILD   2017-08-07 20:06:38 UTC (rev 301753)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Andrew Simmons 
-# Contributor: György Balló 
-
-pkgname=gparted
-pkgver=0.29.0
-pkgrel=1
-pkgdesc="A Partition Magic clone, frontend to GNU Parted"
-arch=('i686' 'x86_64')
-url="http://gparted.sourceforge.net;
-license=('GPL')
-depends=('parted' 'gtkmm')
-makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
-optdepends=('dosfstools: for FAT16 and FAT32 partitions'
-'jfsutils: for jfs partitions'
-'f2fs-tools: for Flash-Friendly File System'
-'btrfs-progs: for btrfs partitions'
-'exfat-utils: for exFAT partitions'
-'ntfs-3g: for ntfs partitions'
-'reiserfsprogs: for reiser partitions'
-'xfsprogs: for xfs partitions'
-'nilfs-utils: for nilfs2 support'
-'polkit: to run gparted directly from menu'
-'gpart: for recovering corrupt partition tables'
-'mtools: utilities to access MS-DOS disks')
-validpgpkeys=('BB09FFB87563FA2E1A22146817A6D3FF338C9570') # "Curtis Gedak 
"
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig}
-'org.archlinux.pkexec.gparted.policy'
-'gparted_polkit')
-sha256sums=('2250bf6bb43687be149c2a95fbfe2f6f0215690e187179d5f733ae518fa7c3cd'
-'SKIP'
-'c9fcdc9e0e0ec1d309d964c9768f9060a31e744926240985069c5e24e5e81ded'
-'7b76a2f6708cdd788782206b59e2ebfc21122cc9c05ec2e3fa78bd1044c1e6d3')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit 
%f:g" gparted.desktop.in.in
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-online-resize \
-  --enable-libparted-dmraid
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  # Install policy file
-  install -Dm644 "${srcdir}/org.archlinux.pkexec.gparted.policy" \
- 
"${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy"
-
-  # Install launcher script
-  install -m755 "${srcdir}/gparted_polkit" \
-"${pkgdir}/usr/bin/gparted_polkit"
-}

Copied: gparted/repos/testing-i686/PKGBUILD (from rev 301752, 
gparted/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-07 20:06:38 UTC (rev 301753)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgname=gparted
+pkgver=0.29.0
+pkgrel=2
+pkgdesc="A 

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 20:04:06
  Author: felixonmars
Revision: 249518

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 249517, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 249517, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 249517, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 20:04:06 UTC (rev 249518)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.8.0
+pkgrel=38
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-html" "haskell-blaze-markup" "haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "pandoc" "pandoc-citeproc" 
"haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('933645964113bbdf898366aedd11c6f26035e633b66fb01206258264a3b8857e08ea919f3284b6dfef28c32e6dc2bdd21ee85ed5e1c4c184423dfdc4a487')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
249517, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 20:04:06 UTC (rev 249518)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.8.0
+pkgrel=38
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-html" "haskell-blaze-markup" "haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "pandoc" "pandoc-citeproc" 
"haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ 

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 20:03:37
  Author: felixonmars
Revision: 249517

upgpkg: haskell-hakyll 4.9.8.0-38

rebuild with x509-validation,1.6.9

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:59:46 UTC (rev 249516)
+++ PKGBUILD2017-08-07 20:03:37 UTC (rev 249517)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.8.0
-pkgrel=37
+pkgrel=38
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:59:46
  Author: felixonmars
Revision: 249516

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

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

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

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 249515, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 19:59:46 UTC (rev 249516)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.10.5.1
+pkgrel=32
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-aeson-pretty" "haskell-attoparsec" 
"haskell-data-default"
+ "haskell-hs-bibutils" "haskell-mtl" "haskell-old-locale" "pandoc" 
"haskell-pandoc-types"
+ "haskell-parsec" "haskell-rfc5051" "haskell-setenv" "haskell-split" 
"haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" 
"haskell-yaml")
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('12bdce94a022189a84da4f6b6c2b427dc4f5aef3199c443a7fb56bb65c1fffce469d7bff61addba9cd909b129b0fdac7fd885f53e6de746fd7e8b7fcd32a7780')
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/$pkgname/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/$pkgname"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
249515, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 19:59:46 UTC (rev 249516)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.10.5.1
+pkgrel=32
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-aeson-pretty" "haskell-attoparsec" 
"haskell-data-default"
+ "haskell-hs-bibutils" "haskell-mtl" "haskell-old-locale" "pandoc" 
"haskell-pandoc-types"
+ "haskell-parsec" "haskell-rfc5051" "haskell-setenv" "haskell-split" 
"haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" "haskell-xml-conduit" 
"haskell-yaml")
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:59:17
  Author: felixonmars
Revision: 249515

upgpkg: pandoc-citeproc 0.10.5.1-32

rebuild with x509-validation,1.6.9

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:52:53 UTC (rev 249514)
+++ PKGBUILD2017-08-07 19:59:17 UTC (rev 249515)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.10.5.1
-pkgrel=31
+pkgrel=32
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("custom:BSD3")


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:52:53
  Author: felixonmars
Revision: 249514

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

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

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

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 249513, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 19:52:53 UTC (rev 249514)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=1.19.2.1
+pkgrel=103
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup" "haskell-cmark"
+ "haskell-data-default" "haskell-doctemplates" "haskell-mtl" 
"haskell-extensible-exceptions"
+ "haskell-filemanip" "haskell-haddock-library" "haskell-skylighting" 
"haskell-hslua"
+ "haskell-http-client" "haskell-syb" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-text" "haskell-texmath" "haskell-network" "haskell-old-time"
+ "haskell-pandoc-types" "haskell-parsec" "haskell-random" 
"haskell-scientific"
+ "haskell-tagsoup" "haskell-temporary" "haskell-network-uri" 
"haskell-unordered-containers"
+ "haskell-zip-archive" "haskell-vector" "haskell-xml" "haskell-yaml" 
"haskell-zlib")
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('08692f3d77bf95bb9ba3407f7af26de7c23134e7efcdafad0bdaf9050e2c7801')
+
+prepare() {
+sed -i 's/syb >= 0.1 && < 0.7,/syb >= 0.1 \&\& < 0.8,/' 
$pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files -f-weigh-pandoc
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 249513, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 19:52:53 UTC (rev 249514)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=1.19.2.1
+pkgrel=103
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup" "haskell-cmark"
+ "haskell-data-default" "haskell-doctemplates" "haskell-mtl" 
"haskell-extensible-exceptions"
+ "haskell-filemanip" "haskell-haddock-library" "haskell-skylighting" 
"haskell-hslua"
+ "haskell-http-client" "haskell-syb" "haskell-http-client-tls" 
"haskell-http-types"
+  

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:52:24
  Author: felixonmars
Revision: 249513

upgpkg: pandoc 1.19.2.1-103

rebuild with x509-validation,1.6.9

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:41:02 UTC (rev 249512)
+++ PKGBUILD2017-08-07 19:52:24 UTC (rev 249513)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=1.19.2.1
-pkgrel=102
+pkgrel=103
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:41:02
  Author: felixonmars
Revision: 249512

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

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

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

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
249511, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 19:41:02 UTC (rev 249512)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17.2
+pkgrel=43
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('14f93e1683f5c727f3628ed3d7e685a58f9c39d6189049a7d2d179bf54ce6baf973f3c8d241c17f9324a719d01df35f109448df8356db5d71bc846dda244e4db')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
249511, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 19:41:02 UTC (rev 249512)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17.2
+pkgrel=43
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" 

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:40:28
  Author: felixonmars
Revision: 249511

upgpkg: haskell-yesod-auth 1.4.17.2-43

rebuild with x509-validation,1.6.9

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:36:37 UTC (rev 249510)
+++ PKGBUILD2017-08-07 19:40:28 UTC (rev 249511)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.17.2
-pkgrel=42
+pkgrel=43
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:36:37
  Author: felixonmars
Revision: 249510

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

Added:
  hledger-web/repos/community-staging-i686/
  hledger-web/repos/community-staging-i686/PKGBUILD
(from rev 249509, hledger-web/trunk/PKGBUILD)
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 249509, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-i686/PKGBUILD (from rev 249509, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 19:36:37 UTC (rev 249510)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.3
+pkgrel=32
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-base-compat" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-clientsession" "haskell-cmdargs" 
"haskell-data-default"
+ "haskell-hjsmin" "haskell-http-conduit" "haskell-http-client" 
"haskell-hunit"
+ "haskell-conduit-extra" "haskell-safe" "haskell-shakespeare" 
"haskell-text" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-handler-launch" "haskell-warp" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-static" 
"haskell-json" 
+ "haskell-megaparsec" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('ffb3673f3972bf90d4b9f1508299e8ab59ec8e48d89d6107aefce28c68278eac733287a1ca4f464f83393f44e87eb907cb7c31b5c098fda9235585dfbedd91ec')
+
+prepare() {
+sed -e 's/megaparsec >=5.0 && < 5.3/megaparsec >=5.0 \&\& < 5.4/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -f-oldtime -fthreaded
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 249509, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 19:36:37 UTC (rev 249510)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.3
+pkgrel=32
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-base-compat" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-clientsession" "haskell-cmdargs" 
"haskell-data-default"
+ "haskell-hjsmin" "haskell-http-conduit" "haskell-http-client" 
"haskell-hunit"
+ "haskell-conduit-extra" "haskell-safe" "haskell-shakespeare" 
"haskell-text" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-handler-launch" "haskell-warp" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-form" "haskell-yesod-static" 
"haskell-json" 
+ "haskell-megaparsec" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:36:04
  Author: felixonmars
Revision: 249509

upgpkg: hledger-web 1.3-32

rebuild with x509-validation,1.6.9

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:31:30 UTC (rev 249508)
+++ PKGBUILD2017-08-07 19:36:04 UTC (rev 249509)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.3
-pkgrel=31
+pkgrel=32
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:31:30
  Author: felixonmars
Revision: 249508

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 249507, haskell-aws/trunk/PKGBUILD)
  haskell-aws/repos/community-staging-x86_64/
  haskell-aws/repos/community-staging-x86_64/PKGBUILD
(from rev 249507, haskell-aws/trunk/PKGBUILD)

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

Copied: haskell-aws/repos/community-staging-i686/PKGBUILD (from rev 249507, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 19:31:30 UTC (rev 249508)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.16
+pkgrel=71
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "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")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('84b5c60227f3c9eddc0abf0881aee22443fc4a211b8a95f18be628eaa492209c')
+
+prepare() {
+sed -i 's/xml-conduit  >= 1.2 && <1.5/xml-conduit  >= 
1.2 \&\& <1.6/' \
+${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 249507, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 19:31:30 UTC (rev 249508)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.16
+pkgrel=71
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="http://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "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"
+ 

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:30:58
  Author: felixonmars
Revision: 249507

upgpkg: haskell-aws 0.16-71

rebuild with x509-validation,1.6.9

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:26:20 UTC (rev 249506)
+++ PKGBUILD2017-08-07 19:30:58 UTC (rev 249507)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.16
-pkgrel=70
+pkgrel=71
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="http://github.com/aristidb/aws;
 license=("custom:BSD3")


[arch-commits] Commit in arm-none-eabi-binutils/repos (4 files)

2017-08-07 Thread Anatol Pomozov
Date: Monday, August 7, 2017 @ 19:26:20
  Author: anatolik
Revision: 249506

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

Added:
  arm-none-eabi-binutils/repos/community-i686/PKGBUILD
(from rev 249505, arm-none-eabi-binutils/trunk/PKGBUILD)
  arm-none-eabi-binutils/repos/community-x86_64/PKGBUILD
(from rev 249505, arm-none-eabi-binutils/trunk/PKGBUILD)
Deleted:
  arm-none-eabi-binutils/repos/community-i686/PKGBUILD
  arm-none-eabi-binutils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-07 19:25:31 UTC (rev 249505)
+++ community-i686/PKGBUILD 2017-08-07 19:26:20 UTC (rev 249506)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Martin Schmölzer 
-
-_target=arm-none-eabi
-pkgname=$_target-binutils
-pkgver=2.28
-pkgrel=1
-#_commit=2bd25930
-pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
-arch=(i686 x86_64)
-url='http://www.gnu.org/software/binutils/'
-license=(GPL)
-depends=(zlib)
-source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('f8b033731f6baa437d429c60e2623570f1ef9d6b'
-  'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold 

-
-prepare() {
-  cd binutils-$pkgver
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
-  cd binutils-$pkgver
-
-  ./configure --target=$_target \
-  --with-sysroot=/usr/$_target \
-  --prefix=/usr \
-  --enable-multilib \
-  --enable-interwork \
-  --with-gnu-as \
-  --with-gnu-ld \
-  --disable-nls \
-  --enable-ld=default \
-  --enable-gold \
-  --enable-plugins \
-  --enable-deterministic-archives
-
-  make
-}
-
-check() {
-  cd binutils-$pkgver
-  
-  # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # do not abort on errors - manually check log files
-  make LDFLAGS="" -k check
-}
-
-package() {
-  cd binutils-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
-  rm 
"$pkgdir"/usr/share/man/man1/arm-none-eabi-{dlltool,nlmconv,windres,windmc}*
-
-  # Remove info documents that conflict with host version
-  rm -r "$pkgdir"/usr/share/info
-}

Copied: arm-none-eabi-binutils/repos/community-i686/PKGBUILD (from rev 249505, 
arm-none-eabi-binutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-07 19:26:20 UTC (rev 249506)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-binutils
+pkgver=2.29
+pkgrel=1
+#_commit=2bd25930
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
+sha1sums=('4376bce1e58d591c6a5dd44fc8713f154208d735'
+  'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold 

+
+prepare() {
+  cd binutils-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  --enable-gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm 
"$pkgdir"/usr/share/man/man1/arm-none-eabi-{dlltool,nlmconv,windres,windmc}*
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:25:24
  Author: felixonmars
Revision: 249504

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

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

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

Copied: haskell-authenticate/repos/community-staging-i686/PKGBUILD (from rev 
249503, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 19:25:24 UTC (rev 249504)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=116
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-monad-control" "haskell-network-uri" "haskell-resourcet"
+ "haskell-tagstream-conduit" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
249503, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 19:25:24 UTC (rev 249504)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=116
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-monad-control" "haskell-network-uri" "haskell-resourcet"
+ "haskell-tagstream-conduit" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup 

[arch-commits] Commit in arm-none-eabi-binutils/trunk (PKGBUILD)

2017-08-07 Thread Anatol Pomozov
Date: Monday, August 7, 2017 @ 19:25:31
  Author: anatolik
Revision: 249505

upgpkg: arm-none-eabi-binutils 2.29-1

Modified:
  arm-none-eabi-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:25:24 UTC (rev 249504)
+++ PKGBUILD2017-08-07 19:25:31 UTC (rev 249505)
@@ -4,7 +4,7 @@
 
 _target=arm-none-eabi
 pkgname=$_target-binutils
-pkgver=2.28
+pkgver=2.29
 pkgrel=1
 #_commit=2bd25930
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
@@ -13,7 +13,7 @@
 license=(GPL)
 depends=(zlib)
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('f8b033731f6baa437d429c60e2623570f1ef9d6b'
+sha1sums=('4376bce1e58d591c6a5dd44fc8713f154208d735'
   'SKIP')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold 

 


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:24:54
  Author: felixonmars
Revision: 249503

upgpkg: haskell-authenticate 1.3.3.2-116

rebuild with x509-validation,1.6.9

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:22:54 UTC (rev 249502)
+++ PKGBUILD2017-08-07 19:24:54 UTC (rev 249503)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=115
+pkgrel=116
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate;
 license=("MIT")


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:22:54
  Author: felixonmars
Revision: 249502

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

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

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

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
249501, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 19:22:54 UTC (rev 249502)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3.2
+pkgrel=9
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('07732465673fc4a42115a4a9d4a2e1eec8f826a36dda5825551adf98840810c2c6a22191621fcf1b1ab09e3efd21d190fb3b44f20555ffd601d3dad3efd58e08')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
249501, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 19:22:54 UTC (rev 249502)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3.2
+pkgrel=9
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('07732465673fc4a42115a4a9d4a2e1eec8f826a36dda5825551adf98840810c2c6a22191621fcf1b1ab09e3efd21d190fb3b44f20555ffd601d3dad3efd58e08')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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 

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:22:13
  Author: felixonmars
Revision: 249501

upgpkg: haskell-http-conduit 2.2.3.2-9

rebuild with x509-validation,1.6.9

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:20:04 UTC (rev 249500)
+++ PKGBUILD2017-08-07 19:22:13 UTC (rev 249501)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.2.3.2
-pkgrel=8
+pkgrel=9
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit;
 license=("custom:BSD3")


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

2017-08-07 Thread Anatol Pomozov
Date: Monday, August 7, 2017 @ 19:19:50
  Author: anatolik
Revision: 249499

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

Added:
  avr-binutils/repos/community-i686/PKGBUILD
(from rev 249497, avr-binutils/trunk/PKGBUILD)
  avr-binutils/repos/community-i686/avr-size.patch
(from rev 249497, avr-binutils/trunk/avr-size.patch)
  avr-binutils/repos/community-x86_64/PKGBUILD
(from rev 249498, avr-binutils/trunk/PKGBUILD)
  avr-binutils/repos/community-x86_64/avr-size.patch
(from rev 249498, avr-binutils/trunk/avr-size.patch)
Deleted:
  avr-binutils/repos/community-i686/PKGBUILD
  avr-binutils/repos/community-i686/avr-size.patch
  avr-binutils/repos/community-x86_64/PKGBUILD
  avr-binutils/repos/community-x86_64/avr-size.patch

-+
 /PKGBUILD   |  168 ++
 /avr-size.patch | 1046 ++
 community-i686/PKGBUILD |   84 ---
 community-i686/avr-size.patch   |  523 ---
 community-x86_64/PKGBUILD   |   84 ---
 community-x86_64/avr-size.patch |  523 ---
 6 files changed, 1214 insertions(+), 1214 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-07 19:19:33 UTC (rev 249498)
+++ community-i686/PKGBUILD 2017-08-07 19:19:50 UTC (rev 249499)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Contributor: Brad Fanella 
-# Contributor: Corrado Primier 
-# Contributor: danst0 
-
-# Build order: avr-binutils -> avr-gcc -> avr-libc
-
-pkgname=avr-binutils
-pkgver=2.28
-pkgrel=1
-pkgdesc="A set of programs to assemble and manipulate binary and object files 
for the AVR architecture"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/binutils/;
-license=('GPL')
-depends=('glibc>=2.17' 'zlib' 'binutils')
-options=('!distcc' '!ccache')
-source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
-avr-size.patch)
-sha1sums=('f8b033731f6baa437d429c60e2623570f1ef9d6b'
-  'SKIP'
-  'b6d1ff7084b1f0a3fd2dee5383019ffb202e6c9a')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold
-
-_builddir=binutils-build
-
-prepare() {
-cd ${srcdir}/binutils-${pkgver}
-
-# See https://bugs.archlinux.org/task/32504
-# And https://bugs.archlinux.org/task/40986
-patch -Np0 < ${srcdir}/avr-size.patch
-
-# https://bugs.archlinux.org/task/34629
-sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-
-rm -rf ${srcdir}/${_builddir}
-mkdir ${srcdir}/${_builddir}
-}
-
-build() {
-cd ${srcdir}/binutils-${pkgver}
-
-config_guess=$(./config.guess)
-
-cd ${srcdir}/${_builddir}
-
-${srcdir}/binutils-${pkgver}/configure \
---prefix=/usr \
---with-lib-path=/usr/lib:/usr/local/lib \
---with-bugurl=https://bugs.archlinux.org/ \
---enable-ld=default \
---enable-gold \
---enable-plugins \
---enable-threads \
---with-pic \
---enable-shared \
---disable-werror \
---disable-multilib \
---build=${config_guess} \
---target=avr \
-$CONFIGFLAG
-
-# This checks the host environment and makes sure all the necessary tools 
are available to compile Binutils.
-make configure-host
-
-make tooldir=/usr
-}
-
-package() {
-cd ${srcdir}/${_builddir}
-
-make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
-
-for bin in ar as nm objcopy objdump ranlib strip readelf; do
-rm -f ${pkgdir}/usr/bin/${bin}
-done
-
-for info in as bfd binutils gprof ld; do
-mv ${pkgdir}/usr/share/info/${info}.info 
${pkgdir}/usr/share/info/avr-${info}.info
-done
-
-rm -r ${pkgdir}/usr/share/locale
-}

Copied: avr-binutils/repos/community-i686/PKGBUILD (from rev 249497, 
avr-binutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-07 19:19:50 UTC (rev 249499)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Brad Fanella 
+# Contributor: Corrado Primier 
+# Contributor: danst0 
+
+# Build order: avr-binutils -> avr-gcc -> avr-libc
+
+pkgname=avr-binutils
+pkgver=2.29
+pkgrel=1
+pkgdesc="A set of programs to assemble and manipulate binary and object files 
for the AVR architecture"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/binutils/;
+license=('GPL')
+depends=('glibc>=2.17' 'zlib' 'binutils')
+options=('!distcc' '!ccache')
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
+avr-size.patch)
+sha1sums=('4376bce1e58d591c6a5dd44fc8713f154208d735'
+  'SKIP'

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:20:04
  Author: felixonmars
Revision: 249500

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

Added:
  hopenpgp-tools/repos/community-staging-i686/
  hopenpgp-tools/repos/community-staging-i686/PKGBUILD
(from rev 249498, hopenpgp-tools/trunk/PKGBUILD)
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 249499, hopenpgp-tools/trunk/PKGBUILD)

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

Copied: hopenpgp-tools/repos/community-staging-i686/PKGBUILD (from rev 249498, 
hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 19:20:04 UTC (rev 249500)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=148
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-attoparsec"
+ "haskell-base16-bytestring" "haskell-binary-conduit" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-pubkey" "haskell-cryptohash" 
"haskell-errors"
+ "haskell-fgl" "haskell-graphviz" "haskell-hopenpgp" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-ixset-typed" 
"haskell-lens"
+ "haskell-monad-loops" "haskell-openpgp-asciiarmor" 
"haskell-optparse-applicative"
+ "haskell-resourcet" "haskell-text" "haskell-time-locale-compat" 
"haskell-wl-pprint-extras"
+ "haskell-wl-pprint-terminfo" "haskell-yaml")
+makedepends=('alex' 'happy')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
249499, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 19:20:04 UTC (rev 249500)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=148
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-attoparsec"
+ "haskell-base16-bytestring" "haskell-binary-conduit" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-pubkey" "haskell-cryptohash" 
"haskell-errors"
+ "haskell-fgl" "haskell-graphviz" "haskell-hopenpgp" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-ixset-typed" 
"haskell-lens"
+ "haskell-monad-loops" "haskell-openpgp-asciiarmor" 
"haskell-optparse-applicative"
+ "haskell-resourcet" "haskell-text" "haskell-time-locale-compat" 
"haskell-wl-pprint-extras"
+ "haskell-wl-pprint-terminfo" "haskell-yaml")
+makedepends=('alex' 'happy')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:19:33
  Author: felixonmars
Revision: 249498

upgpkg: hopenpgp-tools 0.19.4-148

rebuild with x509-validation,1.6.9

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:19:04 UTC (rev 249497)
+++ PKGBUILD2017-08-07 19:19:33 UTC (rev 249498)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.4
-pkgrel=147
+pkgrel=148
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2017-08-07 Thread Anatol Pomozov
Date: Monday, August 7, 2017 @ 19:19:04
  Author: anatolik
Revision: 249497

upgpkg: avr-binutils 2.29-1

Modified:
  avr-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:16:07 UTC (rev 249496)
+++ PKGBUILD2017-08-07 19:19:04 UTC (rev 249497)
@@ -7,7 +7,7 @@
 # Build order: avr-binutils -> avr-gcc -> avr-libc
 
 pkgname=avr-binutils
-pkgver=2.28
+pkgver=2.29
 pkgrel=1
 pkgdesc="A set of programs to assemble and manipulate binary and object files 
for the AVR architecture"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 options=('!distcc' '!ccache')
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
 avr-size.patch)
-sha1sums=('f8b033731f6baa437d429c60e2623570f1ef9d6b'
+sha1sums=('4376bce1e58d591c6a5dd44fc8713f154208d735'
   'SKIP'
   'b6d1ff7084b1f0a3fd2dee5383019ffb202e6c9a')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:16:07
  Author: felixonmars
Revision: 249496

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 249495, haskell-dav/trunk/PKGBUILD)
  haskell-dav/repos/community-staging-x86_64/
  haskell-dav/repos/community-staging-x86_64/PKGBUILD
(from rev 249495, haskell-dav/trunk/PKGBUILD)

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

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 249495, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 19:16:07 UTC (rev 249496)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=143
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 249495, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 19:16:07 UTC (rev 249496)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=143
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell 

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

2017-08-07 Thread Maxime Gauduin
Date: Monday, August 7, 2017 @ 19:15:27
  Author: alucryd
Revision: 249493

upgpkg: libretro-mgba 4868-1

Modified:
  libretro-mgba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:13:13 UTC (rev 249492)
+++ PKGBUILD2017-08-07 19:15:27 UTC (rev 249493)
@@ -3,7 +3,7 @@
 # Contributor: Duck Hunt 
 
 pkgname=libretro-mgba
-pkgver=4278
+pkgver=4868
 pkgrel=1
 pkgdesc='Nintendo Game Boy Advance core'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 groups=('libretro')
 depends=('glibc')
 makedepends=('git')
-_commit='998dc43314e6572c8e651d0f46afbefcf7d6aa47'
+_commit='34474ffe96249ce4ae093f5d965ce3a768e9aacb'
 
source=("libretro-mgba::git+https://github.com/libretro/mgba.git#commit=${_commit};
 
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mgba_libretro.info')
 sha256sums=('SKIP'


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

2017-08-07 Thread Maxime Gauduin
Date: Monday, August 7, 2017 @ 19:15:40
  Author: alucryd
Revision: 249495

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

Added:
  libretro-mgba/repos/community-i686/PKGBUILD
(from rev 249493, libretro-mgba/trunk/PKGBUILD)
  libretro-mgba/repos/community-x86_64/PKGBUILD
(from rev 249494, libretro-mgba/trunk/PKGBUILD)
Deleted:
  libretro-mgba/repos/community-i686/PKGBUILD
  libretro-mgba/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-07 19:15:35 UTC (rev 249494)
+++ community-i686/PKGBUILD 2017-08-07 19:15:40 UTC (rev 249495)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Duck Hunt 
-
-pkgname=libretro-mgba
-pkgver=4278
-pkgrel=1
-pkgdesc='Nintendo Game Boy Advance core'
-arch=('i686' 'x86_64')
-url='https://github.com/libretro/mgba'
-license=('custom:MPL2')
-groups=('libretro')
-depends=('glibc')
-makedepends=('git')
-_commit='998dc43314e6572c8e651d0f46afbefcf7d6aa47'
-source=("libretro-mgba::git+https://github.com/libretro/mgba.git#commit=${_commit};
-
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mgba_libretro.info')
-sha256sums=('SKIP'
-'82a7bafc29274aaed66fdab50f40b0759668d7114166a7f3bb70a538f67fb28b')
-
-pkgver() {
-  cd libretro-mgba
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-mgba
-
-  make -f Makefile.libretro
-}
-
-package() {
-  cd libretro-mgba
-
-  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
-  install -m 644 mgba_libretro.so "${pkgdir}"/usr/lib/libretro/
-  install -m 644 ../mgba_libretro.info "${pkgdir}"/usr/share/libretro/info/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/libretro-mgba
-  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/libretro-mgba/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-mgba/repos/community-i686/PKGBUILD (from rev 249493, 
libretro-mgba/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-07 19:15:40 UTC (rev 249495)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Duck Hunt 
+
+pkgname=libretro-mgba
+pkgver=4868
+pkgrel=1
+pkgdesc='Nintendo Game Boy Advance core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/mgba'
+license=('custom:MPL2')
+groups=('libretro')
+depends=('glibc')
+makedepends=('git')
+_commit='34474ffe96249ce4ae093f5d965ce3a768e9aacb'
+source=("libretro-mgba::git+https://github.com/libretro/mgba.git#commit=${_commit};
+
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mgba_libretro.info')
+sha256sums=('SKIP'
+'82a7bafc29274aaed66fdab50f40b0759668d7114166a7f3bb70a538f67fb28b')
+
+pkgver() {
+  cd libretro-mgba
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-mgba
+
+  make -f Makefile.libretro
+}
+
+package() {
+  cd libretro-mgba
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 mgba_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../mgba_libretro.info "${pkgdir}"/usr/share/libretro/info/
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/libretro-mgba
+  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/libretro-mgba/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-07 19:15:35 UTC (rev 249494)
+++ community-x86_64/PKGBUILD   2017-08-07 19:15:40 UTC (rev 249495)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Duck Hunt 
-
-pkgname=libretro-mgba
-pkgver=4278
-pkgrel=1
-pkgdesc='Nintendo Game Boy Advance core'
-arch=('i686' 'x86_64')
-url='https://github.com/libretro/mgba'
-license=('custom:MPL2')
-groups=('libretro')
-depends=('glibc')
-makedepends=('git')
-_commit='998dc43314e6572c8e651d0f46afbefcf7d6aa47'
-source=("libretro-mgba::git+https://github.com/libretro/mgba.git#commit=${_commit};
-
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mgba_libretro.info')
-sha256sums=('SKIP'
-'82a7bafc29274aaed66fdab50f40b0759668d7114166a7f3bb70a538f67fb28b')
-
-pkgver() {
-  cd libretro-mgba
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-mgba
-
-  make -f Makefile.libretro
-}
-
-package() {
-  cd libretro-mgba
-
-  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
-  install -m 644 

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:15:35
  Author: felixonmars
Revision: 249494

upgpkg: haskell-dav 1.3.1-143

rebuild with x509-validation,1.6.9

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:15:27 UTC (rev 249493)
+++ PKGBUILD2017-08-07 19:15:35 UTC (rev 249494)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=142
+pkgrel=143
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:13:13
  Author: felixonmars
Revision: 249492

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

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

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

Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 
249491, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 19:13:13 UTC (rev 249492)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.5.1
+pkgrel=12
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" 
"haskell-network-uri"
+ "haskell-text" "haskell-tls")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('76e0a6081edb1658c62e3ba9ff0b0cbcddd657982755ac2de6676a3c688fad4255da9fa0ee80c2101d0e46320a2696d75cb845a17112d3795c0f4c8708611091')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 249491, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 19:13:13 UTC (rev 249492)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.5.1
+pkgrel=12
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" 
"haskell-network-uri"
+ "haskell-text" "haskell-tls")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('76e0a6081edb1658c62e3ba9ff0b0cbcddd657982755ac2de6676a3c688fad4255da9fa0ee80c2101d0e46320a2696d75cb845a17112d3795c0f4c8708611091')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register 

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:12:43
  Author: felixonmars
Revision: 249491

upgpkg: haskell-http-client-tls 0.3.5.1-12

rebuild with x509-validation,1.6.9

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:11:09 UTC (rev 249490)
+++ PKGBUILD2017-08-07 19:12:43 UTC (rev 249491)
@@ -5,7 +5,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.3.5.1
-pkgrel=11
+pkgrel=12
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


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

2017-08-07 Thread Maxime Gauduin
Date: Monday, August 7, 2017 @ 19:11:07
  Author: alucryd
Revision: 301751

archrelease: copy trunk to extra-any

Added:
  scour/repos/extra-any/PKGBUILD
(from rev 301750, scour/trunk/PKGBUILD)
Deleted:
  scour/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-07 19:10:50 UTC (rev 301750)
+++ PKGBUILD2017-08-07 19:11:07 UTC (rev 301751)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgbase=scour
-pkgname=('scour' 'python2-scour')
-pkgver=0.35
-pkgrel=2
-pkgdesc='An SVG scrubber'
-arch=('any')
-url='https://github.com/codedread/scour'
-license=('Apache')
-makedepends=('python-setuptools' 'python-six' 'python2-setuptools' 
'python2-six')
-source=("scour-${pkgver}.tar.gz::https://github.com/codedread/scour/archive/v${pkgver}.tar.gz;)
-sha256sums=('91a7dd0d721a3567b802c1b353ef451621594e628fe723cedb65cd4629fbc96f')
-
-prepare() {
-  cp -r {,python-}scour-${pkgver}
-  mv {,python2-}scour-${pkgver}
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-scour-${pkgver}
-${py} setup.py build
-popd
-  done
-}
-
-package_scour() {
-  depends=('python-setuptools' 'python-six')
-
-  cd python-scour-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
-}
-
-package_python2-scour() {
-  depends=('python2-six')
-
-  cd python2-scour-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1' --skip-build
-  rm -rf "${pkgdir}"/usr/bin
-}
-
-# vim: ts=2 sw=2 et:

Copied: scour/repos/extra-any/PKGBUILD (from rev 301750, scour/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-07 19:11:07 UTC (rev 301751)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgbase=scour
+pkgname=('scour' 'python2-scour')
+pkgver=0.36
+pkgrel=1
+pkgdesc='An SVG scrubber'
+arch=('any')
+url='https://github.com/codedread/scour'
+license=('Apache')
+makedepends=('python-setuptools' 'python-six' 'python2-setuptools' 
'python2-six')
+source=("scour-${pkgver}.tar.gz::https://github.com/codedread/scour/archive/v${pkgver}.tar.gz;)
+sha256sums=('1b6820430c671c71406bf79afced676699d03bd3fcc65f01a651da5dcbcf3d3b')
+
+prepare() {
+  cp -r {,python-}scour-${pkgver}
+  mv {,python2-}scour-${pkgver}
+}
+
+build() {
+  for py in python{,2}; do
+pushd ${py}-scour-${pkgver}
+${py} setup.py build
+popd
+  done
+}
+
+package_scour() {
+  depends=('python-setuptools' 'python-six')
+
+  cd python-scour-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+}
+
+package_python2-scour() {
+  depends=('python2-six')
+
+  cd python2-scour-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+  rm -rf "${pkgdir}"/usr/bin
+}
+
+# vim: ts=2 sw=2 et:


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:11:09
  Author: felixonmars
Revision: 249490

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

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

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

Copied: haskell-connection/repos/community-staging-i686/PKGBUILD (from rev 
249489, haskell-connection/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 19:11:09 UTC (rev 249490)
@@ -0,0 +1,46 @@
+# $Id: PKGBUILD 143584 2015-10-10 10:28:35Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=connection
+pkgname=haskell-connection
+pkgver=0.2.8
+pkgrel=23
+pkgdesc="Simple and easy network connections API"
+url="http://github.com/vincenthz/hs-connection;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-byteable" "haskell-data-default-class" 
"haskell-network" "haskell-socks"
+ "haskell-tls" "haskell-x509" "haskell-x509-store" 
"haskell-x509-system"
+ "haskell-x509-validation")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('70b1f44e8786320c18b26fc5d4ec115fc8ac016ba1f852fa8137f55d785a93eb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-connection/repos/community-staging-x86_64/PKGBUILD (from rev 
249489, haskell-connection/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 19:11:09 UTC (rev 249490)
@@ -0,0 +1,46 @@
+# $Id: PKGBUILD 143584 2015-10-10 10:28:35Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=connection
+pkgname=haskell-connection
+pkgver=0.2.8
+pkgrel=23
+pkgdesc="Simple and easy network connections API"
+url="http://github.com/vincenthz/hs-connection;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-byteable" "haskell-data-default-class" 
"haskell-network" "haskell-socks"
+ "haskell-tls" "haskell-x509" "haskell-x509-store" 
"haskell-x509-system"
+ "haskell-x509-validation")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('70b1f44e8786320c18b26fc5d4ec115fc8ac016ba1f852fa8137f55d785a93eb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:10:38
  Author: felixonmars
Revision: 249489

upgpkg: haskell-connection 0.2.8-23

rebuild with x509-validation,1.6.9

Modified:
  haskell-connection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:09:12 UTC (rev 249488)
+++ PKGBUILD2017-08-07 19:10:38 UTC (rev 249489)
@@ -5,7 +5,7 @@
 _hkgname=connection
 pkgname=haskell-connection
 pkgver=0.2.8
-pkgrel=22
+pkgrel=23
 pkgdesc="Simple and easy network connections API"
 url="http://github.com/vincenthz/hs-connection;
 license=("custom:BSD3")


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

2017-08-07 Thread Maxime Gauduin
Date: Monday, August 7, 2017 @ 19:10:50
  Author: alucryd
Revision: 301750

upgpkg: scour 0.36-1

Modified:
  scour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 18:50:39 UTC (rev 301749)
+++ PKGBUILD2017-08-07 19:10:50 UTC (rev 301750)
@@ -3,8 +3,8 @@
 
 pkgbase=scour
 pkgname=('scour' 'python2-scour')
-pkgver=0.35
-pkgrel=2
+pkgver=0.36
+pkgrel=1
 pkgdesc='An SVG scrubber'
 arch=('any')
 url='https://github.com/codedread/scour'
@@ -11,7 +11,7 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python-six' 'python2-setuptools' 
'python2-six')
 
source=("scour-${pkgver}.tar.gz::https://github.com/codedread/scour/archive/v${pkgver}.tar.gz;)
-sha256sums=('91a7dd0d721a3567b802c1b353ef451621594e628fe723cedb65cd4629fbc96f')
+sha256sums=('1b6820430c671c71406bf79afced676699d03bd3fcc65f01a651da5dcbcf3d3b')
 
 prepare() {
   cp -r {,python-}scour-${pkgver}


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:09:12
  Author: felixonmars
Revision: 249488

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

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

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

Copied: haskell-tls/repos/community-staging-i686/PKGBUILD (from rev 249487, 
haskell-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 19:09:12 UTC (rev 249488)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls
+pkgname=haskell-tls
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
+url="http://github.com/vincenthz/hs-tls;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-asn1-encoding" "haskell-asn1-types" "haskell-async" 
"haskell-cereal"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" 
"haskell-mtl"
+ "haskell-network" "haskell-x509" "haskell-x509-store" 
"haskell-x509-validation")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f4130b19c764f3423481b23c0d8f09540baf6cbb066045796ac28f030a3c43ac0efd342fe1ceceb0aa4d33a9cfc3b2c9d5d216e758a43a31d32a1fbee022921a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-hans -fnetwork -fcompat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-tls/repos/community-staging-x86_64/PKGBUILD (from rev 249487, 
haskell-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 19:09:12 UTC (rev 249488)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls
+pkgname=haskell-tls
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
+url="http://github.com/vincenthz/hs-tls;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-asn1-encoding" "haskell-asn1-types" "haskell-async" 
"haskell-cereal"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" 
"haskell-mtl"
+ "haskell-network" "haskell-x509" "haskell-x509-store" 
"haskell-x509-validation")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f4130b19c764f3423481b23c0d8f09540baf6cbb066045796ac28f030a3c43ac0efd342fe1ceceb0aa4d33a9cfc3b2c9d5d216e758a43a31d32a1fbee022921a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-hans -fnetwork -fcompat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed 

[arch-commits] Commit in aarch64-linux-gnu-binutils/repos (4 files)

2017-08-07 Thread Anatol Pomozov
Date: Monday, August 7, 2017 @ 19:08:45
  Author: anatolik
Revision: 249487

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

Added:
  aarch64-linux-gnu-binutils/repos/community-i686/PKGBUILD
(from rev 249485, aarch64-linux-gnu-binutils/trunk/PKGBUILD)
  aarch64-linux-gnu-binutils/repos/community-x86_64/PKGBUILD
(from rev 249485, aarch64-linux-gnu-binutils/trunk/PKGBUILD)
Deleted:
  aarch64-linux-gnu-binutils/repos/community-i686/PKGBUILD
  aarch64-linux-gnu-binutils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-07 19:08:39 UTC (rev 249486)
+++ community-i686/PKGBUILD 2017-08-07 19:08:45 UTC (rev 249487)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-
-_target=aarch64-linux-gnu
-pkgname=$_target-binutils
-pkgver=2.28
-pkgrel=1
-#_commit=2bd25930
-pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM64 target'
-arch=(i686 x86_64)
-url='http://www.gnu.org/software/binutils/'
-license=(GPL)
-depends=(zlib)
-source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('f8b033731f6baa437d429c60e2623570f1ef9d6b'
-  'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold 

-
-prepare() {
-  cd binutils-$pkgver
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
-  cd binutils-$pkgver
-
-  if [ "${CARCH}" != "i686" ];
-  then
-# enabling gold linker at i686 makes the install fail
-enable_gold='--enable-gold'
-  fi
-
-  ./configure --target=$_target \
-  --with-sysroot=/usr/$_target \
-  --prefix=/usr \
-  --disable-multilib \
-  --with-gnu-as \
-  --with-gnu-ld \
-  --disable-nls \
-  --enable-ld=default \
-  $enable_gold \
-  --enable-plugins \
-  --enable-deterministic-archives
-
-  make
-}
-
-check() {
-  cd binutils-$pkgver
-  
-  # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # do not abort on errors - manually check log files
-  make -k LDFLAGS="" check || true
-}
-
-package() {
-  cd binutils-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
-  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,nlmconv,windres,windmc}*
-
-  # Remove info documents that conflict with host version
-  rm -r "$pkgdir"/usr/share/info
-}

Copied: aarch64-linux-gnu-binutils/repos/community-i686/PKGBUILD (from rev 
249485, aarch64-linux-gnu-binutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-07 19:08:45 UTC (rev 249487)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+_target=aarch64-linux-gnu
+pkgname=$_target-binutils
+pkgver=2.29
+pkgrel=1
+#_commit=2bd25930
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM64 target'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
+sha1sums=('4376bce1e58d591c6a5dd44fc8713f154208d735'
+  'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold 

+
+prepare() {
+  cd binutils-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  if [ "${CARCH}" != "i686" ];
+  then
+# enabling gold linker at i686 makes the install fail
+enable_gold='--enable-gold'
+  fi
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --disable-multilib \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  $enable_gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make -k LDFLAGS="" check || true
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm 

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:08:39
  Author: felixonmars
Revision: 249486

upgpkg: haskell-tls 1.4.0-2

rebuild with x509-validation,1.6.9

Modified:
  haskell-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:07:56 UTC (rev 249485)
+++ PKGBUILD2017-08-07 19:08:39 UTC (rev 249486)
@@ -5,7 +5,7 @@
 _hkgname=tls
 pkgname=haskell-tls
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
 url="http://github.com/vincenthz/hs-tls;
 license=("custom:BSD3")


[arch-commits] Commit in aarch64-linux-gnu-binutils/trunk (PKGBUILD)

2017-08-07 Thread Anatol Pomozov
Date: Monday, August 7, 2017 @ 19:07:56
  Author: anatolik
Revision: 249485

upgpkg: aarch64-linux-gnu-binutils 2.29-1

Modified:
  aarch64-linux-gnu-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:06:06 UTC (rev 249484)
+++ PKGBUILD2017-08-07 19:07:56 UTC (rev 249485)
@@ -3,7 +3,7 @@
 
 _target=aarch64-linux-gnu
 pkgname=$_target-binutils
-pkgver=2.28
+pkgver=2.29
 pkgrel=1
 #_commit=2bd25930
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM64 target'
@@ -12,7 +12,7 @@
 license=(GPL)
 depends=(zlib)
 source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('f8b033731f6baa437d429c60e2623570f1ef9d6b'
+sha1sums=('4376bce1e58d591c6a5dd44fc8713f154208d735'
   'SKIP')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93')  # Tristan Gingold 

 


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:06:06
  Author: felixonmars
Revision: 249484

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

Added:
  haskell-x509-validation/repos/community-staging-i686/
  haskell-x509-validation/repos/community-staging-i686/PKGBUILD
(from rev 249483, haskell-x509-validation/trunk/PKGBUILD)
  haskell-x509-validation/repos/community-staging-x86_64/
  haskell-x509-validation/repos/community-staging-x86_64/PKGBUILD
(from rev 249483, haskell-x509-validation/trunk/PKGBUILD)

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

Copied: haskell-x509-validation/repos/community-staging-i686/PKGBUILD (from rev 
249483, haskell-x509-validation/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 19:06:06 UTC (rev 249484)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-validation
+pkgname=haskell-x509-validation
+pkgver=1.6.9
+pkgrel=1
+pkgdesc="X.509 Certificate and CRL validation"
+url="http://github.com/vincenthz/hs-certificate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-asn1-encoding" "haskell-asn1-types" "haskell-byteable" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-hourglass" "haskell-memory" 
"haskell-mtl"
+ "haskell-pem" "haskell-x509" "haskell-x509-store")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8cc00db183ded5d37654fe6643c0a90639c5d43e8e78b403b6bf24fae94acc070e1f2e9eea2044c4b350687f41bbc45c9130e4011e8d77633062de870b5d4be1')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-x509-validation/repos/community-staging-x86_64/PKGBUILD (from 
rev 249483, haskell-x509-validation/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 19:06:06 UTC (rev 249484)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-validation
+pkgname=haskell-x509-validation
+pkgver=1.6.9
+pkgrel=1
+pkgdesc="X.509 Certificate and CRL validation"
+url="http://github.com/vincenthz/hs-certificate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-asn1-encoding" "haskell-asn1-types" "haskell-byteable" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-hourglass" "haskell-memory" 
"haskell-mtl"
+ "haskell-pem" "haskell-x509" "haskell-x509-store")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8cc00db183ded5d37654fe6643c0a90639c5d43e8e78b403b6bf24fae94acc070e1f2e9eea2044c4b350687f41bbc45c9130e4011e8d77633062de870b5d4be1')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 19:05:34
  Author: felixonmars
Revision: 249483

upgpkg: haskell-x509-validation 1.6.9-1

rebuild with x509-validation,1.6.9

Modified:
  haskell-x509-validation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 19:02:41 UTC (rev 249482)
+++ PKGBUILD2017-08-07 19:05:34 UTC (rev 249483)
@@ -4,8 +4,8 @@
 
 _hkgname=x509-validation
 pkgname=haskell-x509-validation
-pkgver=1.6.8
-pkgrel=3
+pkgver=1.6.9
+pkgrel=1
 pkgdesc="X.509 Certificate and CRL validation"
 url="http://github.com/vincenthz/hs-certificate;
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
  "haskell-data-default-class" "haskell-hourglass" "haskell-memory" 
"haskell-mtl"
  "haskell-pem" "haskell-x509" "haskell-x509-store")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('a762866591a00dd2d62a592ab6bf02733a497b47daae194bcb0638d966f9423635b89de2176a0372eec589d3f080f9ebf74248672e3ca33497ff5dd369299dc9')
+sha512sums=('8cc00db183ded5d37654fe6643c0a90639c5d43e8e78b403b6bf24fae94acc070e1f2e9eea2044c4b350687f41bbc45c9130e4011e8d77633062de870b5d4be1')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-08-07 Thread Christian Hesse
Date: Monday, August 7, 2017 @ 19:02:41
  Author: eworm
Revision: 249482

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

Added:
  udftools/repos/community-i686/
  udftools/repos/community-i686/PKGBUILD
(from rev 249481, udftools/trunk/PKGBUILD)
  udftools/repos/community-x86_64/
  udftools/repos/community-x86_64/PKGBUILD
(from rev 249481, udftools/trunk/PKGBUILD)

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

Copied: udftools/repos/community-i686/PKGBUILD (from rev 249481, 
udftools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-07 19:02:41 UTC (rev 249482)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: lucck 
+# Contributor: aksr 
+
+pkgname=udftools
+pkgver=1.3
+pkgrel=2
+pkgdesc="Linux tools for UDF filesystems and DVD/CD-R(W) drives"
+url="https://github.com/pali/udftools;
+arch=('i686' 'x86_64')
+license=(GPL)
+depends=('ncurses' 'readline')
+options=(!libtool)
+validpgpkeys=('B856B21074A8AE9B692B80858BF0C93D03E44352') # Pali Rohár 

+source=("https://github.com/pali/$pkgname/releases/download/$pkgver/$pkgname-${pkgver}.tar.gz"{,.asc})
+sha256sums=('00562a440de7b855df8127f8f798df657d53f20d9a205a7041fed37c8a07d4cb'
+'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  mv $pkgdir/usr/share/doc/$pkgname/COPYING 
$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+

Copied: udftools/repos/community-x86_64/PKGBUILD (from rev 249481, 
udftools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-07 19:02:41 UTC (rev 249482)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: lucck 
+# Contributor: aksr 
+
+pkgname=udftools
+pkgver=1.3
+pkgrel=2
+pkgdesc="Linux tools for UDF filesystems and DVD/CD-R(W) drives"
+url="https://github.com/pali/udftools;
+arch=('i686' 'x86_64')
+license=(GPL)
+depends=('ncurses' 'readline')
+options=(!libtool)
+validpgpkeys=('B856B21074A8AE9B692B80858BF0C93D03E44352') # Pali Rohár 

+source=("https://github.com/pali/$pkgname/releases/download/$pkgver/$pkgname-${pkgver}.tar.gz"{,.asc})
+sha256sums=('00562a440de7b855df8127f8f798df657d53f20d9a205a7041fed37c8a07d4cb'
+'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  mv $pkgdir/usr/share/doc/$pkgname/COPYING 
$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+


[arch-commits] Commit in (4 files)

2017-08-07 Thread Christian Hesse
Date: Monday, August 7, 2017 @ 19:02:28
  Author: eworm
Revision: 249481

udftools: initial move from AUR to [community]

Added:
  udftools/
  udftools/repos/
  udftools/trunk/
  udftools/trunk/PKGBUILD

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

Added: udftools/trunk/PKGBUILD
===
--- udftools/trunk/PKGBUILD (rev 0)
+++ udftools/trunk/PKGBUILD 2017-08-07 19:02:28 UTC (rev 249481)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: lucck 
+# Contributor: aksr 
+
+pkgname=udftools
+pkgver=1.3
+pkgrel=2
+pkgdesc="Linux tools for UDF filesystems and DVD/CD-R(W) drives"
+url="https://github.com/pali/udftools;
+arch=('i686' 'x86_64')
+license=(GPL)
+depends=('ncurses' 'readline')
+options=(!libtool)
+validpgpkeys=('B856B21074A8AE9B692B80858BF0C93D03E44352') # Pali Rohár 

+source=("https://github.com/pali/$pkgname/releases/download/$pkgver/$pkgname-${pkgver}.tar.gz"{,.asc})
+sha256sums=('00562a440de7b855df8127f8f798df657d53f20d9a205a7041fed37c8a07d4cb'
+'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  mv $pkgdir/usr/share/doc/$pkgname/COPYING 
$pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+


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


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

2017-08-07 Thread Jan Steffens
Date: Monday, August 7, 2017 @ 18:50:39
  Author: heftig
Revision: 301749

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

Added:
  evolution-ews/repos/extra-i686/PKGBUILD
(from rev 301748, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 301748, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-i686/PKGBUILD
  evolution-ews/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-07 18:50:14 UTC (rev 301748)
+++ extra-i686/PKGBUILD 2017-08-07 18:50:39 UTC (rev 301749)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.24.4
-pkgrel=1
-pkgdesc="MS Exchange integration through Exchange Web Services"
-url="https://wiki.gnome.org/Apps/Evolution/EWS;
-arch=(i686 x86_64)
-license=(LGPL2.1)
-depends=(libmspack evolution)
-makedepends=(intltool gnome-common git cmake ninja)
-options=(!emptydirs)
-_commit=3a75aa8c1f1f0e8cc27826d979d304e63d98a5e5  # tags/EVOLUTION_EWS_3_24_4^0
-source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  cmake . -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
--DSYSCONF_INSTALL_DIR=/etc
-  ninja
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" ninja install
-}

Copied: evolution-ews/repos/extra-i686/PKGBUILD (from rev 301748, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-07 18:50:39 UTC (rev 301749)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.24.5
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+url="https://wiki.gnome.org/Apps/Evolution/EWS;
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(libmspack evolution)
+makedepends=(intltool gnome-common git cmake ninja)
+options=(!emptydirs)
+_commit=fde4a76a5a0e571994d7cd4ead3c41dc30afe3f2  # tags/EVOLUTION_EWS_3_24_5^0
+source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  cmake . -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
+-DSYSCONF_INSTALL_DIR=/etc
+  ninja
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-07 18:50:14 UTC (rev 301748)
+++ extra-x86_64/PKGBUILD   2017-08-07 18:50:39 UTC (rev 301749)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.24.4
-pkgrel=1
-pkgdesc="MS Exchange integration through Exchange Web Services"
-url="https://wiki.gnome.org/Apps/Evolution/EWS;
-arch=(i686 x86_64)
-license=(LGPL2.1)
-depends=(libmspack evolution)
-makedepends=(intltool gnome-common git cmake ninja)
-options=(!emptydirs)
-_commit=3a75aa8c1f1f0e8cc27826d979d304e63d98a5e5  # tags/EVOLUTION_EWS_3_24_4^0
-source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  cmake . -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib/evolution \
--DSYSCONF_INSTALL_DIR=/etc
-  ninja
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" ninja install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 301748, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-07 18:50:39 UTC (rev 301749)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.24.5
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+url="https://wiki.gnome.org/Apps/Evolution/EWS;
+arch=(i686 x86_64)
+license=(LGPL2.1)
+depends=(libmspack evolution)
+makedepends=(intltool gnome-common git cmake ninja)
+options=(!emptydirs)
+_commit=fde4a76a5a0e571994d7cd4ead3c41dc30afe3f2  # tags/EVOLUTION_EWS_3_24_5^0
+source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)

[arch-commits] Commit in evolution-data-server/repos (4 files)

2017-08-07 Thread Jan Steffens
Date: Monday, August 7, 2017 @ 18:50:14
  Author: heftig
Revision: 301748

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

Added:
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 301747, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 301747, evolution-data-server/trunk/PKGBUILD)
Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-07 18:49:49 UTC (rev 301747)
+++ extra-i686/PKGBUILD 2017-08-07 18:50:14 UTC (rev 301748)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.24.4
-pkgrel=1
-pkgdesc="Centralized access to appointments and contacts"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
-license=(GPL)
-_commit=4b64d44b1dd01a05be38504ae2a130f21a417913  # 
tags/EVOLUTION_DATA_SERVER_3_24_4^0
-source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  cmake . -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib/$pkgname \
--DSYSCONF_INSTALL_DIR=/etc \
--DENABLE_INTROSPECTION=ON \
--DENABLE_VALA_BINDINGS=ON \
--DENABLE_UOA=OFF \
--DENABLE_GOOGLE_AUTH=ON \
--DENABLE_GTK_DOC=ON \
--DWITH_PHONENUMBER=ON
-  ninja
-}
-
-check() {
-  cd $pkgname
-  # libedata-book tests fail because they try to
-  # mkdir /usr/lib/evolution-data-server/camel-providers
-  ninja test || :
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" ninja install
-}

Copied: evolution-data-server/repos/extra-i686/PKGBUILD (from rev 301747, 
evolution-data-server/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-07 18:50:14 UTC (rev 301748)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.24.5
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
+license=(GPL)
+_commit=82e2a4a970d2fd709daed3db0fef03cbeb422ee7  # 
tags/EVOLUTION_DATA_SERVER_3_24_5^0
+source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  cmake . -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib/$pkgname \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_INTROSPECTION=ON \
+-DENABLE_VALA_BINDINGS=ON \
+-DENABLE_UOA=OFF \
+-DENABLE_GOOGLE_AUTH=ON \
+-DENABLE_GTK_DOC=ON \
+-DWITH_PHONENUMBER=ON
+  ninja
+}
+
+check() {
+  cd $pkgname
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  ninja test || :
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-07 18:49:49 UTC (rev 301747)
+++ extra-x86_64/PKGBUILD   2017-08-07 18:50:14 UTC (rev 301748)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.24.4
-pkgrel=1
-pkgdesc="Centralized access to appointments and contacts"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
-license=(GPL)
-_commit=4b64d44b1dd01a05be38504ae2a130f21a417913  # 
tags/EVOLUTION_DATA_SERVER_3_24_4^0
-source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  cmake . -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
-   

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

2017-08-07 Thread Jan Steffens
Date: Monday, August 7, 2017 @ 18:49:49
  Author: heftig
Revision: 301747

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-07 18:47:15 UTC (rev 301746)
+++ extra-i686/PKGBUILD 2017-08-07 18:49:49 UTC (rev 301747)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=evolution
-pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.24.4
-pkgrel=1
-pkgdesc="Manage your email, contacts and schedule"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
- dconf gtkspell3 libcryptui gnome-autoar)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
- spamassassin highlight gtk-doc yelp-tools git cmake ninja)
-options=(!emptydirs)
-_commit=1c101ab99de0b4ee4ba384b062f236cffe0c68ab  # tags/EVOLUTION_3_24_4^0
-source=("git+https://git.gnome.org/browse/evolution#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g'
-}
-
-build() {
-  cd $pkgbase
-
-  cmake . -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DENABLE_SMIME=ON \
--DENABLE_GTK_DOC=ON
-  ninja
-}
-
-package_evolution() {
-  optdepends=('highlight: text highlight plugin'
-  'evolution-spamassassin: Spamassassin spam check plugin'
-  'evolution-bogofilter: Bogofilter spam check plugin')
-  groups=(gnome-extra)
-
-  cd $pkgbase
-  DESTDIR="$pkgdir" ninja install
-
-  mkdir ../plugins
-  mv "$pkgdir/usr/lib/evolution/modules/module-bogofilter.so" ../plugins/
-  mv "$pkgdir/usr/lib/evolution/modules/module-spamassassin.so" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml" ../plugins/
-  mv "$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml" 
../plugins/
-}
-
-
-package_evolution-bogofilter() {
-  pkgdesc="Spam filtering for Evolution, using Bogofilter"
-  depends=("evolution=$pkgver" bogofilter)
-
-  install -Dm755 plugins/module-bogofilter.so 
"$pkgdir/usr/lib/evolution/modules/module-bogofilter.so"
-  install -Dm644 plugins/evolution-bogofilter.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-bogofilter.metainfo.xml"
-}
-
-package_evolution-spamassassin() {
-  pkgdesc="Spam filtering for Evolution, using SpamAssassin"
-  depends=("evolution=$pkgver" spamassassin)
-
-  install -Dm755 plugins/module-spamassassin.so 
"$pkgdir/usr/lib/evolution/modules/module-spamassassin.so"
-  install -Dm644 plugins/evolution-spamassassin.metainfo.xml 
"$pkgdir/usr/share/appdata/evolution-spamassassin.metainfo.xml"
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 301746, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-07 18:49:49 UTC (rev 301747)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=evolution
+pkgname=(evolution evolution-bogofilter evolution-spamassassin)
+pkgver=3.24.5
+pkgrel=1
+pkgdesc="Manage your email, contacts and schedule"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
+ dconf gtkspell3 libcryptui gnome-autoar)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
+ spamassassin highlight gtk-doc yelp-tools git cmake ninja)
+options=(!emptydirs)
+_commit=8acce30a4c862690b3e84107d598c61671acb54c  # tags/EVOLUTION_3_24_5^0
+source=("git+https://git.gnome.org/browse/evolution#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g'
+}
+
+build() {
+  cd $pkgbase
+
+  cmake . -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_SMIME=ON \
+-DENABLE_GTK_DOC=ON
+  ninja
+}
+
+package_evolution() {
+  optdepends=('highlight: text highlight plugin'
+  

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

2017-08-07 Thread Jan Steffens
Date: Monday, August 7, 2017 @ 18:47:15
  Author: heftig
Revision: 301746

3.24.5-1

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 18:47:14 UTC (rev 301745)
+++ PKGBUILD2017-08-07 18:47:15 UTC (rev 301746)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.24.4
+pkgver=3.24.5
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -11,7 +11,7 @@
 depends=(libmspack evolution)
 makedepends=(intltool gnome-common git cmake ninja)
 options=(!emptydirs)
-_commit=3a75aa8c1f1f0e8cc27826d979d304e63d98a5e5  # tags/EVOLUTION_EWS_3_24_4^0
+_commit=fde4a76a5a0e571994d7cd4ead3c41dc30afe3f2  # tags/EVOLUTION_EWS_3_24_5^0
 source=("git+https://git.gnome.org/browse/evolution-ews#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-08-07 Thread Jan Steffens
Date: Monday, August 7, 2017 @ 18:47:14
  Author: heftig
Revision: 301745

3.24.5-1

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 18:39:18 UTC (rev 301744)
+++ PKGBUILD2017-08-07 18:47:14 UTC (rev 301745)
@@ -4,7 +4,7 @@
 
 pkgbase=evolution
 pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.24.4
+pkgver=3.24.5
 pkgrel=1
 pkgdesc="Manage your email, contacts and schedule"
 url="https://wiki.gnome.org/Apps/Evolution;
@@ -15,7 +15,7 @@
 makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
  spamassassin highlight gtk-doc yelp-tools git cmake ninja)
 options=(!emptydirs)
-_commit=1c101ab99de0b4ee4ba384b062f236cffe0c68ab  # tags/EVOLUTION_3_24_4^0
+_commit=8acce30a4c862690b3e84107d598c61671acb54c  # tags/EVOLUTION_3_24_5^0
 source=("git+https://git.gnome.org/browse/evolution#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-08-07 Thread Christian Hesse
Date: Monday, August 7, 2017 @ 18:39:13
  Author: eworm
Revision: 301743

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

Added:
  gparted/repos/testing-i686/
  gparted/repos/testing-i686/PKGBUILD
(from rev 301742, gparted/trunk/PKGBUILD)
  gparted/repos/testing-i686/gparted_polkit
(from rev 301742, gparted/trunk/gparted_polkit)
  gparted/repos/testing-i686/org.archlinux.pkexec.gparted.policy
(from rev 301742, gparted/trunk/org.archlinux.pkexec.gparted.policy)
  gparted/repos/testing-x86_64/
  gparted/repos/testing-x86_64/PKGBUILD
(from rev 301742, gparted/trunk/PKGBUILD)
  gparted/repos/testing-x86_64/gparted_polkit
(from rev 301742, gparted/trunk/gparted_polkit)
  gparted/repos/testing-x86_64/org.archlinux.pkexec.gparted.policy
(from rev 301742, gparted/trunk/org.archlinux.pkexec.gparted.policy)

+
 testing-i686/PKGBUILD  |   64 +++
 testing-i686/gparted_polkit|6 +
 testing-i686/org.archlinux.pkexec.gparted.policy   |   20 +
 testing-x86_64/PKGBUILD|   64 +++
 testing-x86_64/gparted_polkit  |6 +
 testing-x86_64/org.archlinux.pkexec.gparted.policy |   20 +
 6 files changed, 180 insertions(+)

Copied: gparted/repos/testing-i686/PKGBUILD (from rev 301742, 
gparted/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-07 18:39:13 UTC (rev 301743)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrew Simmons 
+# Contributor: György Balló 
+
+pkgname=gparted
+pkgver=0.29.0
+pkgrel=1
+pkgdesc="A Partition Magic clone, frontend to GNU Parted"
+arch=('i686' 'x86_64')
+url="http://gparted.sourceforge.net;
+license=('GPL')
+depends=('parted' 'gtkmm')
+makedepends=('intltool' 'pkg-config' 'gnome-doc-utils')
+optdepends=('dosfstools: for FAT16 and FAT32 partitions'
+'jfsutils: for jfs partitions'
+'f2fs-tools: for Flash-Friendly File System'
+'btrfs-progs: for btrfs partitions'
+'exfat-utils: for exFAT partitions'
+'ntfs-3g: for ntfs partitions'
+'reiserfsprogs: for reiser partitions'
+'xfsprogs: for xfs partitions'
+'nilfs-utils: for nilfs2 support'
+'polkit: to run gparted directly from menu'
+'gpart: for recovering corrupt partition tables'
+'mtools: utilities to access MS-DOS disks')
+validpgpkeys=('BB09FFB87563FA2E1A22146817A6D3FF338C9570') # "Curtis Gedak 
"
+source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig}
+'org.archlinux.pkexec.gparted.policy'
+'gparted_polkit')
+sha256sums=('2250bf6bb43687be149c2a95fbfe2f6f0215690e187179d5f733ae518fa7c3cd'
+'SKIP'
+'c9fcdc9e0e0ec1d309d964c9768f9060a31e744926240985069c5e24e5e81ded'
+'7b76a2f6708cdd788782206b59e2ebfc21122cc9c05ec2e3fa78bd1044c1e6d3')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit 
%f:g" gparted.desktop.in.in
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --enable-online-resize \
+  --enable-libparted-dmraid
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # Install policy file
+  install -Dm644 "${srcdir}/org.archlinux.pkexec.gparted.policy" \
+ 
"${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy"
+
+  # Install launcher script
+  install -m755 "${srcdir}/gparted_polkit" \
+"${pkgdir}/usr/bin/gparted_polkit"
+}

Copied: gparted/repos/testing-i686/gparted_polkit (from rev 301742, 
gparted/trunk/gparted_polkit)
===
--- testing-i686/gparted_polkit (rev 0)
+++ testing-i686/gparted_polkit 2017-08-07 18:39:13 UTC (rev 301743)
@@ -0,0 +1,6 @@
+#!/bin/bash
+if [ $(which pkexec) ]; then
+   pkexec --disable-internal-agent "/usr/bin/gparted" "$@"
+else
+   /usr/bin/gparted "$@"
+fi

Copied: gparted/repos/testing-i686/org.archlinux.pkexec.gparted.policy (from 
rev 301742, gparted/trunk/org.archlinux.pkexec.gparted.policy)
===
--- testing-i686/org.archlinux.pkexec.gparted.policy
(rev 0)
+++ testing-i686/org.archlinux.pkexec.gparted.policy2017-08-07 18:39:13 UTC 
(rev 301743)
@@ -0,0 +1,20 @@
+

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

2017-08-07 Thread Christian Hesse
Date: Monday, August 7, 2017 @ 18:39:03
  Author: eworm
Revision: 301742

upgpkg: gparted 0.29.0-1

new upstream release

Modified:
  gparted/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 18:37:40 UTC (rev 301741)
+++ PKGBUILD2017-08-07 18:39:03 UTC (rev 301742)
@@ -4,8 +4,8 @@
 # Contributor: György Balló 
 
 pkgname=gparted
-pkgver=0.28.1
-pkgrel=2
+pkgver=0.29.0
+pkgrel=1
 pkgdesc="A Partition Magic clone, frontend to GNU Parted"
 arch=('i686' 'x86_64')
 url="http://gparted.sourceforge.net;
@@ -28,7 +28,7 @@
 
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig}
 'org.archlinux.pkexec.gparted.policy'
 'gparted_polkit')
-sha256sums=('76891f14394754f7d6ecceba2af0e585bf89f9d780c389a255dcd41a2f45d333'
+sha256sums=('2250bf6bb43687be149c2a95fbfe2f6f0215690e187179d5f733ae518fa7c3cd'
 'SKIP'
 'c9fcdc9e0e0ec1d309d964c9768f9060a31e744926240985069c5e24e5e81ded'
 '7b76a2f6708cdd788782206b59e2ebfc21122cc9c05ec2e3fa78bd1044c1e6d3')


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

2017-08-07 Thread Jan Steffens
Date: Monday, August 7, 2017 @ 18:39:18
  Author: heftig
Revision: 301744

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-07 18:39:13 UTC (rev 301743)
+++ extra-i686/PKGBUILD 2017-08-07 18:39:18 UTC (rev 301744)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Alexander Fehr 
-
-pkgbase=tracker
-pkgname=(tracker libtracker-sparql)
-pkgver=1.12.1
-pkgrel=1
-pkgdesc="Desktop-neutral user information store, search tool and indexer"
-url="https://wiki.gnome.org/Projects/Tracker;
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(libsecret upower libexif exempi poppler-glib libgsf icu enca 
libnm-glib
- gtk3 gobject-introspection intltool giflib gst-plugins-base-libs 
totem-plparser taglib libsoup json-glib
- libvorbis flac vala libgxps libnautilus-extension libxslt 
libiptcdata
- libosinfo libcue libstemmer git gtk-doc libgrss libseccomp)
-_commit=26bd9e68ebf14308b2939be98ebdb3875521674f  # tags/1.12.1^0
-options=(!emptydirs)
-source=("git+https://git.gnome.org/browse/tracker#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/tracker \
---disable-libmediaart \
---disable-unit-tests \
---disable-miner-user-guides \
---enable-libflac \
---enable-libvorbis \
---enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package_tracker() {
-  depends=("libtracker-sparql=$pkgver-$pkgrel" libsecret
-   upower libexif exempi poppler-glib libgsf enca libiptcdata libcue 
libosinfo
-   libnm-glib gtk3 libgxps taglib flac libvorbis totem-plparser
-   gst-plugins-base-libs giflib libgrss gvfs)
-  optdepends=("nautilus: edit files' tracker tags")
-  groups=('gnome')
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-
-  make DESTDIR="$pkgdir" -C src/libtracker-sparql uninstall
-  make DESTDIR="$pkgdir" -C src/libtracker-sparql-backend uninstall
-  make DESTDIR="$pkgdir" -C src/libtracker-data 
uninstall-libtracker_dataLTLIBRARIES
-  make DESTDIR="$pkgdir" -C src/libtracker-common 
uninstall-libtracker_commonLTLIBRARIES
-}
-
-package_libtracker-sparql() {
-  pkgdesc="$pkgdesc (SPARQL library)"
-  depends=(sqlite icu glib2 libffi pcre util-linux libstemmer libseccomp 
libsoup json-glib)
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" -C src/libtracker-common 
install-libtracker_commonLTLIBRARIES
-  make DESTDIR="$pkgdir" -C src/libtracker-data 
install-libtracker_dataLTLIBRARIES
-  make DESTDIR="$pkgdir" -C src/libtracker-sparql install
-  make DESTDIR="$pkgdir" -C src/libtracker-sparql-backend install
-}

Copied: tracker/repos/extra-i686/PKGBUILD (from rev 301742, 
tracker/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-07 18:39:18 UTC (rev 301744)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Alexander Fehr 
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=1.12.2
+pkgrel=1
+pkgdesc="Desktop-neutral user information store, search tool and indexer"
+url="https://wiki.gnome.org/Projects/Tracker;
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(libsecret upower libexif exempi poppler-glib libgsf icu enca 
libnm-glib
+ gtk3 gobject-introspection intltool giflib gst-plugins-base-libs 
totem-plparser taglib libsoup json-glib
+ libvorbis flac vala libgxps libnautilus-extension libxslt 
libiptcdata
+ libosinfo libcue libstemmer git gtk-doc libgrss libseccomp)
+_commit=725e747721b6daad6200d8e67ee1ec3c49533c72  # tags/1.12.2^0
+options=(!emptydirs)
+source=("git+https://git.gnome.org/browse/tracker#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd 

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

2017-08-07 Thread Jan Steffens
Date: Monday, August 7, 2017 @ 18:37:40
  Author: heftig
Revision: 301741

1.12.2-1

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 18:37:25 UTC (rev 301740)
+++ PKGBUILD2017-08-07 18:37:40 UTC (rev 301741)
@@ -5,7 +5,7 @@
 
 pkgbase=tracker
 pkgname=(tracker libtracker-sparql)
-pkgver=1.12.1
+pkgver=1.12.2
 pkgrel=1
 pkgdesc="Desktop-neutral user information store, search tool and indexer"
 url="https://wiki.gnome.org/Projects/Tracker;
@@ -15,7 +15,7 @@
  gtk3 gobject-introspection intltool giflib gst-plugins-base-libs 
totem-plparser taglib libsoup json-glib
  libvorbis flac vala libgxps libnautilus-extension libxslt 
libiptcdata
  libosinfo libcue libstemmer git gtk-doc libgrss libseccomp)
-_commit=26bd9e68ebf14308b2939be98ebdb3875521674f  # tags/1.12.1^0
+_commit=725e747721b6daad6200d8e67ee1ec3c49533c72  # tags/1.12.2^0
 options=(!emptydirs)
 source=("git+https://git.gnome.org/browse/tracker#commit=$_commit;)
 sha256sums=('SKIP')


[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2017-08-07 Thread Jan Steffens
Date: Monday, August 7, 2017 @ 18:37:25
  Author: heftig
Revision: 301740

3.24.5-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 18:20:27 UTC (rev 301739)
+++ PKGBUILD2017-08-07 18:37:25 UTC (rev 301740)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.24.4
+pkgver=3.24.5
 pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution;
@@ -10,7 +10,7 @@
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
 makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
 license=(GPL)
-_commit=4b64d44b1dd01a05be38504ae2a130f21a417913  # 
tags/EVOLUTION_DATA_SERVER_3_24_4^0
+_commit=82e2a4a970d2fd709daed3db0fef03cbeb422ee7  # 
tags/EVOLUTION_DATA_SERVER_3_24_5^0
 
source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-08-07 Thread Anatol Pomozov
Date: Monday, August 7, 2017 @ 18:24:08
  Author: anatolik
Revision: 249480

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

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

-+
 /PKGBUILD   |   82 ++
 /shairport-sync.install |   22 
 community-i686/PKGBUILD |   33 
 community-i686/shairport-sync.install   |   11 
 community-x86_64/PKGBUILD   |   33 
 community-x86_64/shairport-sync.install |   11 
 6 files changed, 104 insertions(+), 88 deletions(-)

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

Copied: shairport-sync/repos/community-i686/PKGBUILD (from rev 249479, 
shairport-sync/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-07 18:24:08 UTC (rev 249480)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=shairport-sync
+pkgver=3.1
+pkgrel=1
+pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
+url='https://github.com/mikebrady/shairport-sync'
+arch=(i686 x86_64)
+license=(GPL)
+backup=(etc/shairport-sync.conf)
+install=shairport-sync.install
+depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
+makedepends=(xmltoman)
+source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
+
useradd.patch::https://github.com/mikebrady/shairport-sync/commit/15c376ad57629dad16f1120dbf4c080f7de48475.patch)
+sha1sums=('8c9fe456edd1418452b58e6ff5a09ea79a36476f'
+  '0d216ac98a7c390476c79732e7361c4e66651340')
+
+prepare() {
+  cd shairport-sync-$pkgver
+  # Revert adding users with 'make install'. We have a separate *.install 
script for it.
+  patch -R < ../useradd.patch
+}
+
+build() {
+  cd shairport-sync-$pkgver
+
+  autoreconf -i -f
+  ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa 
--with-avahi --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config 
--with-systemd --with-configfiles
+  make
+
+  sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
+}
+
+package() {
+  cd shairport-sync-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm "$pkgdir"/etc/shairport-sync.conf.sample
+}

Deleted: community-i686/shairport-sync.install
===
--- community-i686/shairport-sync.install   2017-08-07 18:23:21 UTC (rev 
249479)
+++ community-i686/shairport-sync.install   2017-08-07 18:24:08 UTC (rev 
249480)
@@ -1,11 +0,0 @@
-post_install() {
-  getent group shairport-sync &>/dev/null || groupadd --system shairport-sync 
>/dev/null
-  getent passwd 

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

2017-08-07 Thread Anatol Pomozov
Date: Monday, August 7, 2017 @ 18:23:21
  Author: anatolik
Revision: 249479

upgpkg: shairport-sync 3.1-1

Modified:
  shairport-sync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 18:04:20 UTC (rev 249478)
+++ PKGBUILD2017-08-07 18:23:21 UTC (rev 249479)
@@ -2,8 +2,8 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=3.0.2
-pkgrel=4
+pkgver=3.1
+pkgrel=1
 pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
 url='https://github.com/mikebrady/shairport-sync'
 arch=(i686 x86_64)
@@ -12,14 +12,22 @@
 install=shairport-sync.install
 depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
 makedepends=(xmltoman)
-source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip)
-sha1sums=('9dc0cd429b8d3b2a1b96f69c13cf32264ecc8e8b')
+source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
+
useradd.patch::https://github.com/mikebrady/shairport-sync/commit/15c376ad57629dad16f1120dbf4c080f7de48475.patch)
+sha1sums=('8c9fe456edd1418452b58e6ff5a09ea79a36476f'
+  '0d216ac98a7c390476c79732e7361c4e66651340')
 
+prepare() {
+  cd shairport-sync-$pkgver
+  # Revert adding users with 'make install'. We have a separate *.install 
script for it.
+  patch -R < ../useradd.patch
+}
+
 build() {
   cd shairport-sync-$pkgver
 
   autoreconf -i -f
-  ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pulseaudio 
--with-avahi --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config 
--with-systemd --with-configfiles
+  ./configure --prefix=/usr --sysconfdir=/etc --with-alsa --with-pa 
--with-avahi --with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config 
--with-systemd --with-configfiles
   make
 
   sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service


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

2017-08-07 Thread Jan Steffens
Date: Monday, August 7, 2017 @ 18:20:27
  Author: heftig
Revision: 301739

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-07 18:19:48 UTC (rev 301738)
+++ extra-i686/PKGBUILD 2017-08-07 18:20:27 UTC (rev 301739)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.7
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=7a8744e17fdb8ebb975301813665736667900634  # tags/1.40.7^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
--Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 301738, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-07 18:20:27 UTC (rev 301739)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.8
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=0940ddc24f7301f09d945ec44360699ce30859c6  # tags/1.40.8^0
+source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
+-Denable_docs=true
+  ninja
+}
+
+check() {
+  cd build
+  mesontest
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-07 18:19:48 UTC (rev 301738)
+++ extra-x86_64/PKGBUILD   2017-08-07 18:20:27 UTC (rev 301739)
@@ -1,43 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.7
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz)
-makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=7a8744e17fdb8ebb975301813665736667900634  # tags/1.40.7^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
--Denable_docs=true
-  ninja
-}
-
-check() {
-  cd build
-  mesontest
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 301738, 
pango/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-08-07 18:20:27 UTC (rev 301739)
@@ -0,0 +1,43 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.8
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz)
+makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=0940ddc24f7301f09d945ec44360699ce30859c6  # tags/1.40.8^0

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

2017-08-07 Thread Jan Steffens
Date: Monday, August 7, 2017 @ 18:19:48
  Author: heftig
Revision: 301738

1.40.8-1

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 16:15:37 UTC (rev 301737)
+++ PKGBUILD2017-08-07 18:19:48 UTC (rev 301738)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=pango
-pkgver=1.40.7
+pkgver=1.40.8
 pkgrel=1
 pkgdesc="A library for layout and rendering of text"
 url="https://www.pango.org/;
@@ -11,7 +11,7 @@
 depends=(libthai cairo libxft harfbuzz)
 makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection 
help2man gtk-doc git meson)
 checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=7a8744e17fdb8ebb975301813665736667900634  # tags/1.40.7^0
+_commit=0940ddc24f7301f09d945ec44360699ce30859c6  # tags/1.40.8^0
 source=("git+https://git.gnome.org/browse/pango#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 18:04:20
  Author: felixonmars
Revision: 249478

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 249477, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 249477, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 249477, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 249477, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 249477, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 249477, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 249477, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 115 insertions(+), 115 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-08-07 18:03:48 UTC (rev 249477)
+++ LICENSE 2017-08-07 18:04:20 UTC (rev 249478)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 249477, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-08-07 18:04:20 UTC (rev 249478)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-07 18:03:48 UTC (rev 249477)
+++ PKGBUILD2017-08-07 18:04:20 UTC (rev 249478)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.72
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime>=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 18:03:48
  Author: felixonmars
Revision: 249477

upgpkg: jenkins 2.73-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 17:38:21 UTC (rev 249476)
+++ PKGBUILD2017-08-07 18:03:48 UTC (rev 249477)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.72
+pkgver=2.73
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('f4b436d35c95da350d85b1e84d0abf08ba09e3e547d3df4afd6dd5895edc3bce742c5e0f502410122dfb69bba096e48af89e5800fcb642ffd9c783617896a7cc'
+sha512sums=('a1a7e849a1e846d009afd9048d13d85adb29c098c546589a1cf6817d5a1b8d1851fe98ad8086b473e3599cd04c61f511d0c6c7e3fe93b0d8df12e5fa53c3c95f'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 17:38:21
  Author: felixonmars
Revision: 249476

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-07 17:38:06 UTC (rev 249475)
+++ PKGBUILD2017-08-07 17:38:21 UTC (rev 249476)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=4.4.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('ee63e294e2ba0e1a43658d745a0bad2c232d0bfcf39baa11dc98e90f36941bc0d041250ec6b897bd0bd6d2cc991681633ac0907fa48be5f3f48cbf90c8999dc3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-npm link $dep;
-  done
-}

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


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 17:38:06
  Author: felixonmars
Revision: 249475

upgpkg: eslint 4.4.1-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 16:33:27 UTC (rev 249474)
+++ PKGBUILD2017-08-07 17:38:06 UTC (rev 249475)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=4.4.0
+pkgver=4.4.1
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('ee63e294e2ba0e1a43658d745a0bad2c232d0bfcf39baa11dc98e90f36941bc0d041250ec6b897bd0bd6d2cc991681633ac0907fa48be5f3f48cbf90c8999dc3')
+sha512sums=('b4c86bcf89975fc62add88cc72e631c65aa0ee371050a8865e51e6ca5bbfc64d8f46ca0cdfd8624002c5b8bf4ade4139d18de2580dc0a14da343ad75bea238ad')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-08-07 Thread Jaroslav Lichtblau
Date: Monday, August 7, 2017 @ 16:33:27
  Author: jlichtblau
Revision: 249474

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-07 16:33:08 UTC (rev 249473)
+++ community-i686/PKGBUILD 2017-08-07 16:33:27 UTC (rev 249474)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.25.1
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('i686' 'x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('12f77c87cdc0bf4c6886a4c3343ba80bfe8bceeabed7a37e9dae945fa9010d1d')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  export PATH="${PATH}:${srcdir}/bin"
-  install -d "${GOPATH}/src/github.com/gohugoio"
-  ln -sf "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
-  cd "${GOPATH}/src/github.com/gohugoio/hugo"
-  make hugo-no-gitinfo
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: hugo/repos/community-i686/PKGBUILD (from rev 249473, 
hugo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-07 16:33:27 UTC (rev 249474)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.26
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('i686' 'x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('1e76b6f5f0281d845c2189f7f3ae065a3ec38e32c560f4b573188878998f9c68')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export GOPATH="${srcdir}"
+  export PATH="${PATH}:${srcdir}/bin"
+  install -d "${GOPATH}/src/github.com/gohugoio"
+  ln -sf "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
+  cd "${GOPATH}/src/github.com/gohugoio/hugo"
+  make hugo-no-gitinfo
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-07 16:33:08 UTC (rev 249473)
+++ community-x86_64/PKGBUILD   2017-08-07 16:33:27 UTC (rev 249474)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.25.1
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('i686' 'x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('12f77c87cdc0bf4c6886a4c3343ba80bfe8bceeabed7a37e9dae945fa9010d1d')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  export PATH="${PATH}:${srcdir}/bin"
-  install -d "${GOPATH}/src/github.com/gohugoio"
-  ln -sf "$(pwd)" "${GOPATH}/src/github.com/gohugoio/hugo"
-  cd "${GOPATH}/src/github.com/gohugoio/hugo"
-  make hugo-no-gitinfo
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 249473, 
hugo/trunk/PKGBUILD)

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

2017-08-07 Thread Jaroslav Lichtblau
Date: Monday, August 7, 2017 @ 16:33:08
  Author: jlichtblau
Revision: 249473

upgpkg: hugo 0.26-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 16:00:56 UTC (rev 249472)
+++ PKGBUILD2017-08-07 16:33:08 UTC (rev 249473)
@@ -5,7 +5,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.25.1
+pkgver=0.26
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('go' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('12f77c87cdc0bf4c6886a4c3343ba80bfe8bceeabed7a37e9dae945fa9010d1d')
+sha256sums=('1e76b6f5f0281d845c2189f7f3ae065a3ec38e32c560f4b573188878998f9c68')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-08-07 Thread Pierre Schmitz
Date: Monday, August 7, 2017 @ 16:15:37
  Author: pierre
Revision: 301737

archrelease: copy trunk to extra-any

Added:
  composer/repos/extra-any/PKGBUILD
(from rev 301736, composer/trunk/PKGBUILD)
Deleted:
  composer/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-07 16:15:20 UTC (rev 301736)
+++ PKGBUILD2017-08-07 16:15:37 UTC (rev 301737)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=composer
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="Dependency Manager for PHP"
-arch=('any')
-license=('MIT')
-url='https://getcomposer.org/'
-depends=('php')
-makedepends=('git')
-replaces=('php-composer')
-conflicts=('php-composer')
-provides=('php-composer')
-source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
-
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
-md5sums=('SKIP'
- '3a1d1c6cdccb462405eee5db90fcbd39')
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   php ${srcdir}/${pkgname}-${pkgver}.phar -n install --no-dev 
--prefer-dist
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   php -d phar.readonly=Off bin/compile
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   # check if the upstream build and ours differ
-   diff -q ${srcdir}/${pkgname}-${pkgver}.phar composer.phar
-
-   # Install the dev dependencies to run the unit tests
-   bin/composer -n install --prefer-dist
-   vendor/bin/phpunit
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: composer/repos/extra-any/PKGBUILD (from rev 301736, 
composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-07 16:15:37 UTC (rev 301737)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=composer
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="Dependency Manager for PHP"
+arch=('any')
+license=('MIT')
+url='https://getcomposer.org/'
+depends=('php')
+makedepends=('git')
+replaces=('php-composer')
+conflicts=('php-composer')
+provides=('php-composer')
+source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
+
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
+md5sums=('SKIP'
+ '94d6379656f273e3ecd62024eda49436')
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   php ${srcdir}/${pkgname}-${pkgver}.phar -n install --no-dev 
--prefer-dist
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   php -d phar.readonly=Off bin/compile
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   # check if the upstream build and ours differ
+   diff -q ${srcdir}/${pkgname}-${pkgver}.phar composer.phar
+
+   # Install the dev dependencies to run the unit tests
+   bin/composer -n install --prefer-dist
+   vendor/bin/phpunit
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}


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

2017-08-07 Thread Pierre Schmitz
Date: Monday, August 7, 2017 @ 16:15:20
  Author: pierre
Revision: 301736

upgpkg: composer 1.4.3-1

Modified:
  composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 16:08:14 UTC (rev 301735)
+++ PKGBUILD2017-08-07 16:15:20 UTC (rev 301736)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -16,7 +16,7 @@
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
 md5sums=('SKIP'
- '3a1d1c6cdccb462405eee5db90fcbd39')
+ '94d6379656f273e3ecd62024eda49436')
 
 prepare() {
cd ${srcdir}/${pkgname}


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

2017-08-07 Thread Andreas Radke
Date: Monday, August 7, 2017 @ 16:08:14
  Author: andyrtr
Revision: 301735

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

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

--+
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  300 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8211 +
 testing-i686/config.x86_64   | 7976 
 testing-i686/linux-lts.install   |   33 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  300 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8211 +
 testing-x86_64/config.x86_64 | 7976 
 testing-x86_64/linux-lts.install |   33 
 testing-x86_64/linux-lts.preset  |   14 
 14 files changed, 33112 insertions(+)

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


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

2017-08-07 Thread Andreas Radke
Date: Monday, August 7, 2017 @ 16:07:38
  Author: andyrtr
Revision: 301734

upgpkg: linux-lts 4.9.41-1

upstream update 4.9.41

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 14:01:06 UTC (rev 301733)
+++ PKGBUILD2017-08-07 16:07:38 UTC (rev 301734)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.9
-pkgver=4.9.40
+pkgver=4.9.41
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
@@ -23,7 +23,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'8e85a7e9de8fcc2f06f8539b743de30e2ba1f5b9e6784da0701c3ab2b896f019'
+'e9953cfaa39de483a5b25c027d87d956d6068d301fc1541f511a1c17d1471c6b'
 'SKIP'
 '39e780d61a46eae6ff7714b070942c7c033d449436df561727a93c64d28b3485'
 '50193426ac5d777475336df0ff5350c7de933f2ea2641fbe8956387c75b4c100'


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

2017-08-07 Thread Sven-Hendrik Haase
Date: Monday, August 7, 2017 @ 16:00:56
  Author: svenstaro
Revision: 249472

Add optdep on log4cplus

Modified:
  openvdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 15:58:55 UTC (rev 249471)
+++ PKGBUILD2017-08-07 16:00:56 UTC (rev 249472)
@@ -14,7 +14,8 @@
 license=('MPL')
 depends=('openexr' 'boost-libs' 'intel-tbb' 'zlib' 'jemalloc' 'blosc')
 makedepends=('doxygen' 'boost' 'python2' 'log4cplus' 'epydoc' 'python2-numpy' 
'texlive-core' 'ghostscript' 'epydoc')
-optdepends=('python2-numpy: Python module')
+optdepends=('python2-numpy: Python module'
+'log4cplus: for vdb_print')
 
source=("https://github.com/dreamworksanimation/openvdb/archive/v${pkgver}.tar.gz;)
 
sha512sums=('df9a4895b219aae3b5a9616c34eb846d565877ff76648405691f0c903507f6faba94e8eba9173423b50cb5cef80f3ec500a9f70977cb7161701d39fd105abc91')
 


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

2017-08-07 Thread Sven-Hendrik Haase
Date: Monday, August 7, 2017 @ 15:58:55
  Author: svenstaro
Revision: 249471

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

Added:
  gitlab-shell/repos/community-i686/
  gitlab-shell/repos/community-i686/PKGBUILD
(from rev 249470, gitlab-shell/trunk/PKGBUILD)
  gitlab-shell/repos/community-i686/gitlab-shell.gitconfig
(from rev 249470, gitlab-shell/trunk/gitlab-shell.gitconfig)
  gitlab-shell/repos/community-i686/gitlab-shell.install
(from rev 249470, gitlab-shell/trunk/gitlab-shell.install)
  gitlab-shell/repos/community-x86_64/
  gitlab-shell/repos/community-x86_64/PKGBUILD
(from rev 249470, gitlab-shell/trunk/PKGBUILD)
  gitlab-shell/repos/community-x86_64/gitlab-shell.gitconfig
(from rev 249470, gitlab-shell/trunk/gitlab-shell.gitconfig)
  gitlab-shell/repos/community-x86_64/gitlab-shell.install
(from rev 249470, gitlab-shell/trunk/gitlab-shell.install)

-+
 community-i686/PKGBUILD |   92 ++
 community-i686/gitlab-shell.gitconfig   |3 
 community-i686/gitlab-shell.install |7 ++
 community-x86_64/PKGBUILD   |   92 ++
 community-x86_64/gitlab-shell.gitconfig |3 
 community-x86_64/gitlab-shell.install   |7 ++
 6 files changed, 204 insertions(+)

Copied: gitlab-shell/repos/community-i686/PKGBUILD (from rev 249470, 
gitlab-shell/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-07 15:58:55 UTC (rev 249471)
@@ -0,0 +1,92 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Jonas Heinrich 
+# Contributor: Lee Watson 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+
+pkgname=gitlab-shell
+pkgver=5.7.0
+pkgrel=2
+epoch=1
+pkgdesc="Git management software"
+arch=('i686' 'x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-shell/;
+license=('MIT')
+depends=('ruby2.3' 'redis' 'git')
+makedepends=('go')
+options=('!strip')
+install=gitlab-shell.install
+backup=("etc/webapps/${pkgname}/config.yml"
+"etc/webapps/${pkgname}/secret"
+"etc/webapps/${pkgname}/gitconfig"
+"etc/webapps/${pkgname}/authorized_keys"
+"etc/webapps/${pkgname}/")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-shell.gitconfig")
+md5sums=('60b0a57e02bb83e50fb45af6a64e6b77'
+ '6b917256b13a1685e9a3cc73e68152d0')
+
+_datadir="/usr/share/webapps/${pkgname}"
+_etcdir="/etc/webapps/${pkgname}"
+_homedir="/var/lib/gitlab"
+_logdir="/var/log/gitlab"
+_srcdir="gitlab-shell-v${pkgver}"
+
+prepare() {
+  cd "${srcdir}/${_srcdir}"-*
+
+  sed -e "s|user: git|user: gitlab|" \
+  -e "s|/home/git|${_homedir}|" \
+  -e "s|# log_file: .*|log_file: \"${_logdir}/gitlab-shell.log\"|" \
+  -e "s|# host:|host:|" \
+  -e "s|# port:|port:|" \
+  -e "s|socket:|# socket:|" \
+  config.yml.example > config.yml
+
+  for file in {bin,hooks}/*; do
+sed -i s/ruby/ruby-2.3/g ${file}
+  done
+}
+
+build() {
+  cd "${srcdir}/${_srcdir}"-*
+
+  ./bin/compile
+}
+
+package() {
+  cd "${srcdir}/${_srcdir}"-*
+
+  install -dm755 -o root -g root "${pkgdir}${_datadir}"
+  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"
+  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/satellites"
+  install -dm700 -o 105 -g 105 "${pkgdir}${_homedir}/.ssh"
+  install -dm750 -o 105 -g 105 "${pkgdir}${_etcdir}"
+  install -dm770 -o 105 -g root "${pkgdir}${_logdir}"
+
+  # .gitconfig
+  install -Dm644 -o 105 -g 105 "${srcdir}/gitlab-shell.gitconfig" 
"${pkgdir}${_etcdir}/.gitconfig"
+  ln -fs "${_etcdir}/gitconfig" "${pkgdir}${_homedir}/.gitconfig"
+
+  # .gitlab_shell_secret
+  touch "${pkgdir}${_etcdir}/secret"
+  chmod 640 "${pkgdir}${_etcdir}/secret"
+  chown root:105 "${pkgdir}${_etcdir}/secret"
+  ln -fs "${_etcdir}/secret" "${pkgdir}${_datadir}/.gitlab_shell_secret"
+
+  # config.yml
+  mv config.yml "${pkgdir}${_etcdir}"
+  ln -fs "${_etcdir}/config.yml" "${pkgdir}${_datadir}/config.yml"
+
+  cp -r VERSION bin hooks lib spec support "${pkgdir}${_datadir}"
+  ln -fs "${_datadir}" "${pkgdir}/${_homedir}/"
+
+  install -dm2770 -o 105 -g 105 "${pkgdir}${_homedir}/repositories"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gitlab-shell/repos/community-i686/gitlab-shell.gitconfig (from rev 
249470, gitlab-shell/trunk/gitlab-shell.gitconfig)
===
--- community-i686/gitlab-shell.gitconfig

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

2017-08-07 Thread Sven-Hendrik Haase
Date: Monday, August 7, 2017 @ 15:58:50
  Author: svenstaro
Revision: 249470

upgpkg: gitlab-shell 1:5.7.0-2

Modified:
  gitlab-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 15:57:11 UTC (rev 249469)
+++ PKGBUILD2017-08-07 15:58:50 UTC (rev 249470)
@@ -8,10 +8,10 @@
 
 pkgname=gitlab-shell
 pkgver=5.7.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Git management software"
-arch=('any')
+arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-shell/;
 license=('MIT')
 depends=('ruby2.3' 'redis' 'git')


[arch-commits] Commit in gitlab/repos/community-x86_64 (34 files)

2017-08-07 Thread Sven-Hendrik Haase
Date: Monday, August 7, 2017 @ 15:57:11
  Author: svenstaro
Revision: 249469

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 249468, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/apache-ssl.conf.example
(from rev 249468, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-x86_64/apache.conf.example
(from rev 249468, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
(from rev 249468, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-x86_64/apache2.2.conf.example
(from rev 249468, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 249468, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 249468, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 249468, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 249468, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 249468, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 249468, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 249468, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 249468, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 249468, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 249468, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
(from rev 249468, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-x86_64/nginx.conf.example
(from rev 249468, gitlab/trunk/nginx.conf.example)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/apache-ssl.conf.example
  gitlab/repos/community-x86_64/apache.conf.example
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
  gitlab/repos/community-x86_64/apache2.2.conf.example
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
  gitlab/repos/community-x86_64/nginx.conf.example

+
 PKGBUILD   |  433 +--
 apache-ssl.conf.example|  188 +-
 apache.conf.example|  128 ++--
 apache2.2-ssl.conf.example |  186 +-
 apache2.2.conf.example |  126 ++--
 gitlab-backup.service  |   38 +--
 gitlab-backup.timer|   20 -
 gitlab-mailroom.service|   40 +--
 gitlab-sidekiq.service |   58 ++---
 gitlab-unicorn.service |   58 ++---
 gitlab.install |   40 +--
 gitlab.logrotate   |   22 +-
 gitlab.target  |   28 +-
 gitlab.tmpfiles.d  |2 
 lighttpd.conf.example  |   70 +++---
 nginx-ssl.conf.example |  224 +++---
 nginx.conf.example |  138 ++---
 17 files changed, 904 insertions(+), 895 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-07 15:57:02 UTC (rev 249468)
+++ PKGBUILD2017-08-07 15:57:11 UTC (rev 249469)
@@ -1,212 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-pkgname=gitlab
-pkgver=9.4.3
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README;
-license=('MIT')
-options=(!buildflags)
-depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 'nodejs' 're2')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go')
-optdepends=('postgresql: database backend'
-'mysql: database backend'
-'python2-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')

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

2017-08-07 Thread Sven-Hendrik Haase
Date: Monday, August 7, 2017 @ 15:57:02
  Author: svenstaro
Revision: 249468

upgpkg: gitlab 9.4.3-2

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 15:51:26 UTC (rev 249467)
+++ PKGBUILD2017-08-07 15:57:02 UTC (rev 249468)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=9.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README;
@@ -66,8 +66,17 @@
 _srcdir="gitlab-ce-v${pkgver}"
 
 prepare() {
-  cd "${srcdir}/${_srcdir}"*
+  cd "${srcdir}"
 
+  # Get first 7 characters from sha1 which has 40 characters in total
+  local revision=$(ls -d ${_srcdir}* | rev | cut -c 34-40 | rev)
+
+  cd "${_srcdir}"*
+
+  msg2 "Patching git revision in config/initializers/2_app.rb..."
+  sed -i -e "s|REVISION = Gitlab::Popen.popen(%W(#{config.git.bin_path} log 
--pretty=format:%h -n 1)).first.chomp.freeze|REVISION = \"${revision}\"|" \
+config/initializers/2_app.rb
+
   export SKIP_STORAGE_VALIDATION='true'
 
   # Patching config files:


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

2017-08-07 Thread Sven-Hendrik Haase
Date: Monday, August 7, 2017 @ 15:51:26
  Author: svenstaro
Revision: 249467

Remove gitlab-shell from any as it now has binaries

Deleted:
  gitlab-shell/repos/community-any/


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

2017-08-07 Thread Sven-Hendrik Haase
Date: Monday, August 7, 2017 @ 15:35:04
  Author: svenstaro
Revision: 249466

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

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

-+
 /PKGBUILD   |  150 ++
 /config.toml|2 
 /gitlab-runner.install  |   12 ++
 /gitlab-runner.service  |   34 ++
 /gitlab-runner.sysusers |2 
 /gitlab-runner.tmpfiles |2 
 community-i686/PKGBUILD |   75 ---
 community-i686/config.toml  |1 
 community-i686/gitlab-runner.install|6 -
 community-i686/gitlab-runner.service|   17 ---
 community-i686/gitlab-runner.sysusers   |1 
 community-i686/gitlab-runner.tmpfiles   |1 
 community-x86_64/PKGBUILD   |   75 ---
 community-x86_64/config.toml|1 
 community-x86_64/gitlab-runner.install  |6 -
 community-x86_64/gitlab-runner.service  |   17 ---
 community-x86_64/gitlab-runner.sysusers |1 
 community-x86_64/gitlab-runner.tmpfiles |1 
 18 files changed, 202 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-07 15:34:49 UTC (rev 249465)
+++ community-i686/PKGBUILD 2017-08-07 15:35:04 UTC (rev 249466)
@@ -1,75 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gitlab-runner
-pkgver=9.4.2
-pkgrel=1
-pkgdesc="The official GitLab CI runner written in Go"
-arch=('i686' 'x86_64')
-url='https://gitlab.com/gitlab-org/gitlab-ci-multi-runner'
-license=('GPL3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go' 'git' 'go-bindata' 'mercurial')
-install='gitlab-runner.install'
-replaces=('gitlab-ci-multi-runner')
-backup=('etc/gitlab-runner/config.toml')
-noextract=('prebuilt-x86_64.tar.xz'
-   'prebuilt-arm.tar.xz')
-
-# Note: This should be built using git because the runner gets its version 
information from there and I
-# haven't found the place to patch that yet.
-source=("git+https://gitlab.com/gitlab-org/gitlab-ci-multi-runner.git#tag=v${pkgver};
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-x86_64.tar.xz;
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-arm.tar.xz;
-"gitlab-runner.service"
-"gitlab-runner.sysusers"
-"gitlab-runner.tmpfiles"
-"config.toml")
-sha512sums=('SKIP'
-
'6c8c082f2a70d416e1de369085dc2a6bb89f42b959d7dd6549485b4e5fefd4c3959e0423428b424abcffb97da6ed3c7ef9cad01f00ed63a27db5eea97babd9d1'
-

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

2017-08-07 Thread Sven-Hendrik Haase
Date: Monday, August 7, 2017 @ 15:34:49
  Author: svenstaro
Revision: 249465

upgpkg: gitlab-runner 9.4.2-2

Modified:
  gitlab-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 14:56:59 UTC (rev 249464)
+++ PKGBUILD2017-08-07 15:34:49 UTC (rev 249465)
@@ -3,7 +3,7 @@
 
 pkgname=gitlab-runner
 pkgver=9.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('i686' 'x86_64')
 url='https://gitlab.com/gitlab-org/gitlab-ci-multi-runner'
@@ -13,21 +13,21 @@
 install='gitlab-runner.install'
 replaces=('gitlab-ci-multi-runner')
 backup=('etc/gitlab-runner/config.toml')
-noextract=('prebuilt-x86_64.tar.xz'
-   'prebuilt-arm.tar.xz')
+noextract=("prebuilt-${pkgver}-x86_64.tar.xz"
+   "prebuilt-${pkgver}-arm.tar.xz")
 
 # Note: This should be built using git because the runner gets its version 
information from there and I
 # haven't found the place to patch that yet.
 
source=("git+https://gitlab.com/gitlab-org/gitlab-ci-multi-runner.git#tag=v${pkgver};
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-x86_64.tar.xz;
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-arm.tar.xz;
+
"prebuilt-${pkgver}-x86_64.tar.xz::https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-x86_64.tar.xz;
+
"prebuilt-${pkgver}-arm.tar.xz::https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt-arm.tar.xz;
 "gitlab-runner.service"
 "gitlab-runner.sysusers"
 "gitlab-runner.tmpfiles"
 "config.toml")
 sha512sums=('SKIP'
-
'6c8c082f2a70d416e1de369085dc2a6bb89f42b959d7dd6549485b4e5fefd4c3959e0423428b424abcffb97da6ed3c7ef9cad01f00ed63a27db5eea97babd9d1'
-
'3f042c992473a0312ae1210dc6cd1da65bc87850fff24504cdc0d785245bda8afed3cb67a21e4f4f1c6874d7963e211f80167e64876a8ca8ef357ae481b47433'
+
'd5b9d475ae1aadb72a8bb89b45d21eeeb97c534443dffe3cc091ed347798f33298269adea173b2dace65b0b6502f53cdd7b7f2b332a87c606585e1f20852838f'
+
'241496e167221470201f6a227adc55a3570560fb740a9862859e9661abebb5bff2e67ad070ccde2de2a29e7ec48c7ba1b47183f1cda6a660d0914f107b0b3795'
 
'ed24841242a56a3b10dd80cd23e0c980f6bbe5fd0ebd4c6b46529947e4920cc9c03e4f4b239da8a798c801a6cdd757415113f97e45c1032f2c519fdaec4d3ae0'
 
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
 
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'
@@ -43,8 +43,8 @@
 export GOPATH="${srcdir}"
 make deps
 
-ln -sf "${srcdir}/prebuilt-x86_64.tar.xz" prebuilt-x86_64.tar.xz
-ln -sf "${srcdir}/prebuilt-x86_64.tar.xz" prebuilt-arm.tar.xz
+ln -sf "${srcdir}/prebuilt-${pkgver}-x86_64.tar.xz" prebuilt-x86_64.tar.xz
+ln -sf "${srcdir}/prebuilt-${pkgver}-x86_64.tar.xz" prebuilt-arm.tar.xz
 }
 
 build() {


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 14:42:10
  Author: felixonmars
Revision: 249458

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 249457, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 249457, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 249457, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 14:42:10 UTC (rev 249458)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.2.5.0
+pkgrel=90
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" "pandoc" 
"haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('d4d93bbe448e2cf187a0b7bcc605d0445e28021e4e31bfef890b93bee2b28491')
+
+prepare() {
+sed -e 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' \
+-e 's/, syb >= 0.4 && < 0.7/, syb >= 0.4 \&\& < 0.8/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
249457, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 14:42:10 UTC (rev 249458)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.2.5.0
+pkgrel=90
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" "pandoc" 
"haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('d4d93bbe448e2cf187a0b7bcc605d0445e28021e4e31bfef890b93bee2b28491')
+
+prepare() {
+sed -e 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' \
+-e 's/, syb >= 0.4 && < 0.7/, syb >= 0.4 \&\& < 0.8/' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib 

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 14:41:35
  Author: felixonmars
Revision: 249457

upgpkg: pandoc-crossref 0.2.5.0-90

rebuild with cmark,0.5.6

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 14:37:48 UTC (rev 249456)
+++ PKGBUILD2017-08-07 14:41:35 UTC (rev 249457)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.2.5.0
-pkgrel=89
+pkgrel=90
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 14:37:48
  Author: felixonmars
Revision: 249456

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 249455, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 249455, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 249455, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-07 14:37:48 UTC (rev 249456)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.8.0
+pkgrel=37
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-html" "haskell-blaze-markup" "haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "pandoc" "pandoc-citeproc" 
"haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('933645964113bbdf898366aedd11c6f26035e633b66fb01206258264a3b8857e08ea919f3284b6dfef28c32e6dc2bdd21ee85ed5e1c4c184423dfdc4a487')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
249455, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-07 14:37:48 UTC (rev 249456)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.8.0
+pkgrel=37
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-html" "haskell-blaze-markup" "haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "pandoc" "pandoc-citeproc" 
"haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ 

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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 14:37:15
  Author: felixonmars
Revision: 249455

upgpkg: haskell-hakyll 4.9.8.0-37

rebuild with cmark,0.5.6

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-07 14:37:06 UTC (rev 249454)
+++ PKGBUILD2017-08-07 14:37:15 UTC (rev 249455)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.8.0
-pkgrel=36
+pkgrel=37
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2017-08-07 Thread Felix Yan
Date: Monday, August 7, 2017 @ 14:37:06
  Author: felixonmars
Revision: 249454

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  146 ++---
 1 file changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-07 14:36:29 UTC (rev 249453)
+++ PKGBUILD2017-08-07 14:37:06 UTC (rev 249454)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.16.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
-  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
-sha512sums=('a9bac8f6665d2b0853764033ab950fe0de1e878cf7202ac5375a5bb8ecbe9b12d06d9f8f54513d9a591a63c3279f7a1ca9096e41deeb73dcc8c3020bd0873660')
-
-prepare() {
-  cp -a hypothesis-python-$pkgver{,-py2}
-
-  rm -r hypothesis-python-$pkgver/tests/py2
-  rm -r hypothesis-python-$pkgver-py2/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-python-$pkgver
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-python-$pkgver-py2
-  mv tests/django ../
-  python2 setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-python-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 249453, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-07 14:37:06 UTC (rev 249454)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.16.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark'
+  'python-django' 'python2-django' 'python-pytest-xdist' 
'python2-pytest-xdist')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis-python/archive/$pkgver.tar.gz;)
+sha512sums=('f7b6924f960c34f889d4d5ee79f5636e10676299831b7dd77f7ba659d34ef692a37f26c9b32b2599ab147d49d282601711a43b0d7720ba8cae00e159119fe7a3')
+
+prepare() {
+  cp -a hypothesis-python-$pkgver{,-py2}
+
+  rm -r hypothesis-python-$pkgver/tests/py2
+  rm -r hypothesis-python-$pkgver-py2/tests/py3
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/hypothesis-python-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/hypothesis-python-$pkgver-py2
+  python2 setup.py build
+}
+

  1   2   3   >