[arch-commits] Commit in qemu/repos (22 files)

2016-09-03 Thread Tobias Powalowski
Date: Saturday, September 3, 2016 @ 07:35:21
  Author: tpowa
Revision: 275704

db-move: moved qemu from [testing] to [extra] (i686, x86_64)

Added:
  qemu/repos/extra-i686/65-kvm.rules
(from rev 275703, qemu/repos/testing-i686/65-kvm.rules)
  qemu/repos/extra-i686/PKGBUILD
(from rev 275703, qemu/repos/testing-i686/PKGBUILD)
  qemu/repos/extra-i686/qemu-ga.service
(from rev 275703, qemu/repos/testing-i686/qemu-ga.service)
  qemu/repos/extra-i686/qemu.install
(from rev 275703, qemu/repos/testing-i686/qemu.install)
  qemu/repos/extra-i686/qemu.sysusers
(from rev 275703, qemu/repos/testing-i686/qemu.sysusers)
  qemu/repos/extra-x86_64/65-kvm.rules
(from rev 275703, qemu/repos/testing-x86_64/65-kvm.rules)
  qemu/repos/extra-x86_64/PKGBUILD
(from rev 275703, qemu/repos/testing-x86_64/PKGBUILD)
  qemu/repos/extra-x86_64/qemu-ga.service
(from rev 275703, qemu/repos/testing-x86_64/qemu-ga.service)
  qemu/repos/extra-x86_64/qemu.install
(from rev 275703, qemu/repos/testing-x86_64/qemu.install)
  qemu/repos/extra-x86_64/qemu.sysusers
(from rev 275703, qemu/repos/testing-x86_64/qemu.sysusers)
Deleted:
  qemu/repos/extra-i686/65-kvm.rules
  qemu/repos/extra-i686/PKGBUILD
  qemu/repos/extra-i686/qemu-ga.service
  qemu/repos/extra-i686/qemu.install
  qemu/repos/extra-i686/qemu.sysusers
  qemu/repos/extra-x86_64/65-kvm.rules
  qemu/repos/extra-x86_64/PKGBUILD
  qemu/repos/extra-x86_64/qemu-ga.service
  qemu/repos/extra-x86_64/qemu.install
  qemu/repos/extra-x86_64/qemu.sysusers
  qemu/repos/testing-i686/
  qemu/repos/testing-x86_64/

--+
 /65-kvm.rules|4 
 /PKGBUILD|  418 +
 /qemu-ga.service |   16 +
 /qemu.install|   22 ++
 /qemu.sysusers   |2 
 extra-i686/65-kvm.rules  |2 
 extra-i686/PKGBUILD  |  209 
 extra-i686/qemu-ga.service   |8 
 extra-i686/qemu.install  |   11 -
 extra-i686/qemu.sysusers |1 
 extra-x86_64/65-kvm.rules|2 
 extra-x86_64/PKGBUILD|  209 
 extra-x86_64/qemu-ga.service |8 
 extra-x86_64/qemu.install|   11 -
 extra-x86_64/qemu.sysusers   |1 
 15 files changed, 462 insertions(+), 462 deletions(-)

Deleted: extra-i686/65-kvm.rules
===
--- extra-i686/65-kvm.rules 2016-09-03 06:43:49 UTC (rev 275703)
+++ extra-i686/65-kvm.rules 2016-09-03 07:35:21 UTC (rev 275704)
@@ -1,2 +0,0 @@
-KERNEL=="kvm", GROUP="kvm", MODE="0660"
-KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/extra-i686/65-kvm.rules (from rev 275703, 
qemu/repos/testing-i686/65-kvm.rules)
===
--- extra-i686/65-kvm.rules (rev 0)
+++ extra-i686/65-kvm.rules 2016-09-03 07:35:21 UTC (rev 275704)
@@ -0,0 +1,2 @@
+KERNEL=="kvm", GROUP="kvm", MODE="0660"
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-03 06:43:49 UTC (rev 275703)
+++ extra-i686/PKGBUILD 2016-09-03 07:35:21 UTC (rev 275704)
@@ -1,209 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Sébastien "Seblu" Luttringer 
-
-pkgbase=qemu
-pkgname=(qemu qemu-headless qemu-arch-extra
- qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
-pkgdesc="A generic and open source machine emulator and virtualizer"
-pkgver=2.6.0
-pkgrel=3
-arch=(i686 x86_64)
-license=(GPL2 LGPL2.1)
-url="http://wiki.qemu.org/";
-_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
-   lzo snappy curl vde2 libcap-ng spice usbredir)
-depends=(virglrenderer sdl2 vte3 brltty "${_headlessdeps[@]}")
-makedepends=(spice-protocol python2 ceph libiscsi glusterfs)
-source=("$url/download/${pkgname}-${pkgver}.tar.bz2"
-qemu.sysusers
-qemu-ga.service
-65-kvm.rules)
-md5sums=('ca3f70b43f093e33e9e014f144067f13'
- '49778d11c28af170c4bebcc648b0ace1'
- '44ee242d758f9318c6a1ea1dae96aa3a'
- '33ab286a20242dda7743a900f369d68a')
-
-case $CARCH in
-  i?86) _corearch=i386 ;;
-  x86_64) _corearch=x86_64 ;;
-esac
-
-prepare() {
-  mkdir build-{full,headless}
-  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
-
-  cd ${pkgname}-${pkgver}
-  sed -i 's/vte-2\.90/vte-2.91/g' configure
-}
-
-build() {
-  _build full \
---audio-drv-list="pa alsa sdl"
-
-  _build headless \
---target-list=${_corearch}-softmmu \
---audio-drv-list= \
---disable-bluez \
---disable-sdl \
---disable-gtk \
---disable-vte \
---disable-opengl \
---disable-virglrenderer \
---disable-brlapi
-}
-
-_build() (
-  cd build-$1
-
-  # qemu v

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 07:37:27
  Author: felixonmars
Revision: 188342

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

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

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

Copied: haskell-yesod-core/repos/community-staging-i686/PKGBUILD (from rev 
188341, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 07:37:27 UTC (rev 188342)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.24
+pkgrel=2
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-cereal" "haskell-clientsession" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cookie" "haskell-data-default" "haskell-deepseq-generics" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random" 
"haskell-old-locale"
+ "haskell-parsec" "haskell-path-pieces" "haskell-primitive" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-semigroups" 
"haskell-shakespeare"
+ "haskell-text" "haskell-transformers-base" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-wai" 
"haskell-wai-extra"
+ "haskell-wai-logger" "haskell-warp" "haskell-word8")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('3472469f56e8d5b280389bc40247f6bc1bc42da6e2b87e6865780ae93127b0d2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
188341, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 07:37:27 UTC (rev 188342)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.24
+pkgrel=2
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-cereal" "haskell-clientsession" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cookie" "haskell-data-default" "haskell-deepseq-generics" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random" 
"haskell-old-locale"
+ "haskell-parsec" "haskell-path-pieces" "haskell-primitive" 
"haskell-rando

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 07:37:09
  Author: felixonmars
Revision: 188341

upgpkg: haskell-yesod-core 1.4.24-2

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 06:48:29 UTC (rev 188340)
+++ PKGBUILD2016-09-03 07:37:09 UTC (rev 188341)
@@ -5,7 +5,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.4.24
-pkgrel=1
+pkgrel=2
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 07:43:40
  Author: felixonmars
Revision: 188343

upgpkg: haskell-persistent-template 2.5.1.6-3

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 07:37:27 UTC (rev 188342)
+++ PKGBUILD2016-09-03 07:43:40 UTC (rev 188343)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.5.1.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent";
 license=("MIT")
@@ -17,6 +17,11 @@
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 sha256sums=('f88a8735173ba197f8d698a9c1fd5c649234fd60efe493f401432926a55e7b44')
 
+prepare() {
+sed -i 's/http-api-data>= 0.2   && < 0.3/http-api-data 
   >= 0.2   \&\& < 0.4/' \
+$_hkgname-$pkgver/$_hkgname.cabal
+}
+
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 07:43:59
  Author: felixonmars
Revision: 188344

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

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

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

Copied: haskell-persistent-template/repos/community-staging-i686/PKGBUILD (from 
rev 188343, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 07:43:59 UTC (rev 188344)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.1.6
+pkgrel=3
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces"
+ "haskell-persistent" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f88a8735173ba197f8d698a9c1fd5c649234fd60efe493f401432926a55e7b44')
+
+prepare() {
+sed -i 's/http-api-data>= 0.2   && < 0.3/http-api-data 
   >= 0.2   \&\& < 0.4/' \
+$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 188343, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 07:43:59 UTC (rev 188344)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.1.6
+pkgrel=3
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces"
+ "haskell-persistent" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f88a8735173ba197f8d698a9c1fd5c649234fd60efe493f401432926a55e7b44')
+
+prepare() {
+sed -i 's/http-api-data>= 0.2   && < 0.3/http-api-data 
   >= 0.2   \&\& < 0.4/' \
+$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runh

[arch-commits] Commit in telepathy-mission-control/trunk (PKGBUILD)

2016-09-03 Thread Antonio Rojas
Date: Saturday, September 3, 2016 @ 07:44:38
  Author: arojas
Revision: 275705

Update to 5.16.4

Modified:
  telepathy-mission-control/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 07:35:21 UTC (rev 275704)
+++ PKGBUILD2016-09-03 07:44:38 UTC (rev 275705)
@@ -1,12 +1,13 @@
 # $Id$
-# Maintainer:  Ionut Biru 
+# Maintainer: Antonio Rojas 
+# Contributor:  Ionut Biru 
 # Contributor: Ju Liu 
 # Contributor: Bjorn Lindeijer 
 # Contributor: Andreas Zwinkau 
 
 pkgname=telepathy-mission-control
-pkgver=5.16.3
-pkgrel=2
+pkgver=5.16.4
+pkgrel=1
 pkgdesc="A Telepathy component providing abstraction of some of the details of 
connection managers."
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org/wiki/Mission Control"
@@ -14,7 +15,7 @@
 depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'networkmanager')
 makedepends=('libxslt' 'python2' 'gtk-doc')
 
source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('af583c41b97c649c37eebba1f2113427')
+md5sums=('eab6c941038702edeece1168f395300c')
 
 build() {
 cd "$pkgname-$pkgver"


[arch-commits] Commit in telepathy-mission-control/repos (4 files)

2016-09-03 Thread Antonio Rojas
Date: Saturday, September 3, 2016 @ 07:45:20
  Author: arojas
Revision: 275706

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

Added:
  telepathy-mission-control/repos/extra-i686/PKGBUILD
(from rev 275705, telepathy-mission-control/trunk/PKGBUILD)
  telepathy-mission-control/repos/extra-x86_64/PKGBUILD
(from rev 275705, telepathy-mission-control/trunk/PKGBUILD)
Deleted:
  telepathy-mission-control/repos/extra-i686/PKGBUILD
  telepathy-mission-control/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-03 07:44:38 UTC (rev 275705)
+++ extra-i686/PKGBUILD 2016-09-03 07:45:20 UTC (rev 275706)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: Ju Liu 
-# Contributor: Bjorn Lindeijer 
-# Contributor: Andreas Zwinkau 
-
-pkgname=telepathy-mission-control
-pkgver=5.16.3
-pkgrel=2
-pkgdesc="A Telepathy component providing abstraction of some of the details of 
connection managers."
-arch=('i686' 'x86_64')
-url="http://telepathy.freedesktop.org/wiki/Mission Control"
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'networkmanager')
-makedepends=('libxslt' 'python2' 'gtk-doc')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('af583c41b97c649c37eebba1f2113427')
-
-build() {
-cd "$pkgname-$pkgver"
-PYTHON=python2 ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy \
---with-connectivity=nm \
---enable-gtk-doc \
---disable-upower \
---disable-static \
---disable-schemas-compile
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: telepathy-mission-control/repos/extra-i686/PKGBUILD (from rev 275705, 
telepathy-mission-control/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-03 07:45:20 UTC (rev 275706)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor:  Ionut Biru 
+# Contributor: Ju Liu 
+# Contributor: Bjorn Lindeijer 
+# Contributor: Andreas Zwinkau 
+
+pkgname=telepathy-mission-control
+pkgver=5.16.4
+pkgrel=1
+pkgdesc="A Telepathy component providing abstraction of some of the details of 
connection managers."
+arch=('i686' 'x86_64')
+url="http://telepathy.freedesktop.org/wiki/Mission Control"
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'networkmanager')
+makedepends=('libxslt' 'python2' 'gtk-doc')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('eab6c941038702edeece1168f395300c')
+
+build() {
+cd "$pkgname-$pkgver"
+PYTHON=python2 ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy \
+--with-connectivity=nm \
+--enable-gtk-doc \
+--disable-upower \
+--disable-static \
+--disable-schemas-compile
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-03 07:44:38 UTC (rev 275705)
+++ extra-x86_64/PKGBUILD   2016-09-03 07:45:20 UTC (rev 275706)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: Ju Liu 
-# Contributor: Bjorn Lindeijer 
-# Contributor: Andreas Zwinkau 
-
-pkgname=telepathy-mission-control
-pkgver=5.16.3
-pkgrel=2
-pkgdesc="A Telepathy component providing abstraction of some of the details of 
connection managers."
-arch=('i686' 'x86_64')
-url="http://telepathy.freedesktop.org/wiki/Mission Control"
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'networkmanager')
-makedepends=('libxslt' 'python2' 'gtk-doc')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('af583c41b97c649c37eebba1f2113427')
-
-build() {
-cd "$pkgname-$pkgver"
-PYTHON=python2 ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy \
---with-connectivity=nm \
---enable-gtk-doc \
---disable-upower \
---disable-static \
---disable-schemas-compile
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: telepathy-mission-control/repos/extra-x86_64/PKGBUILD (from rev 275705, 
telepathy-mission-control/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-03 07:45:20 UTC (rev 275706)
@@ -0,0 +1,34 @@
+# $Id$

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 07:46:54
  Author: felixonmars
Revision: 188345

upgpkg: haskell-yesod-persistent 1.4.0.6-3

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 07:43:59 UTC (rev 188344)
+++ PKGBUILD2016-09-03 07:46:54 UTC (rev 188345)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.0.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 07:47:12
  Author: felixonmars
Revision: 188346

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

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

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

Copied: haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD (from 
rev 188345, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 07:47:12 UTC (rev 188346)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.0.6
+pkgrel=3
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('69c1261b49a6448795d569431691115fc6b86f7b296905573f5b2271465dee71')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 188345, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 07:47:12 UTC (rev 188346)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.0.6
+pkgrel=3
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('69c1261b49a6448795d569431691115fc6b86f7b296905573f5b2271465dee71')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 07:53:00
  Author: felixonmars
Revision: 188347

upgpkg: haskell-http-conduit 2.2.0.1-2

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 07:47:12 UTC (rev 188346)
+++ PKGBUILD2016-09-03 07:53:00 UTC (rev 188347)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit";
 license=("custom:BSD3")


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 07:54:14
  Author: felixonmars
Revision: 188348

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

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

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
188347, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 07:54:14 UTC (rev 188348)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.0.1
+pkgrel=2
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('54e7d2a3346e45f3785dc14b98f534c931236db20a1ea20335893ada922558a7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
188347, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 07:54:14 UTC (rev 188348)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.0.1
+pkgrel=2
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('54e7d2a3346e45f3785dc14b98f534c931236db20a1ea20335893ada922558a7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregis

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 07:58:01
  Author: felixonmars
Revision: 188349

upgpkg: haskell-authenticate 1.3.3.2-10

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 07:54:14 UTC (rev 188348)
+++ PKGBUILD2016-09-03 07:58:01 UTC (rev 188349)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate";
 license=("MIT")


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 07:58:20
  Author: felixonmars
Revision: 188350

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

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

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

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
188349, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 07:58:20 UTC (rev 188350)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=10
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 07:59:49
  Author: felixonmars
Revision: 188351

upgpkg: haskell-yaml 0.8.18.4-1

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 07:58:20 UTC (rev 188350)
+++ PKGBUILD2016-09-03 07:59:49 UTC (rev 188351)
@@ -4,8 +4,8 @@
 
 _hkgname=yaml
 pkgname=haskell-yaml
-pkgver=0.8.18.1
-pkgrel=5
+pkgver=0.8.18.4
+pkgrel=1
 pkgdesc="Support for parsing and rendering YAML documents."
 url="http://github.com/snoyberg/yaml/";
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
  "haskell-enclosed-exceptions" "haskell-resourcet" 
"haskell-scientific" "haskell-semigroups"
  "haskell-text" "haskell-unordered-containers")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('24610e879d243dd7307123d076d436197f7e28bee5d6a78cafe444833cc9ac7a')
+sha256sums=('f5bab6f6940ce789e2104525e647318a981e6f5e4e23b9de7b942da82b0c382c')
 
 prepare() {
 # Needed only for examples, which won't be built


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 08:00:12
  Author: felixonmars
Revision: 188352

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

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

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

Copied: haskell-yaml/repos/community-staging-i686/PKGBUILD (from rev 188351, 
haskell-yaml/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 08:00:12 UTC (rev 188352)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yaml
+pkgname=haskell-yaml
+pkgver=0.8.18.4
+pkgrel=1
+pkgdesc="Support for parsing and rendering YAML documents."
+url="http://github.com/snoyberg/yaml/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" 
"haskell-vector"
+ "haskell-enclosed-exceptions" "haskell-resourcet" 
"haskell-scientific" "haskell-semigroups"
+ "haskell-text" "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f5bab6f6940ce789e2104525e647318a981e6f5e4e23b9de7b942da82b0c382c')
+
+prepare() {
+# Needed only for examples, which won't be built
+sed -i '/raw-strings-qq/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-no-unicode -f-system-libyaml -f-no-exe -fno-examples
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 188351, 
haskell-yaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 08:00:12 UTC (rev 188352)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yaml
+pkgname=haskell-yaml
+pkgver=0.8.18.4
+pkgrel=1
+pkgdesc="Support for parsing and rendering YAML documents."
+url="http://github.com/snoyberg/yaml/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" "haskell-conduit" 
"haskell-vector"
+ "haskell-enclosed-exceptions" "haskell-resourcet" 
"haskell-scientific" "haskell-semigroups"
+ "haskell-text" "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f5bab6f6940ce789e2104525e647318a981e6f5e4e23b9de7b942da82b0c382c')
+
+prepare() {
+# Needed only for examples, which won't be built
+sed -i '/raw-strings-qq/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-no-unicode -f-system-libyaml -f-no-exe -fno-examples
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |"

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

2016-09-03 Thread Antonio Rojas
Date: Saturday, September 3, 2016 @ 08:01:16
  Author: arojas
Revision: 188353

Update to 16.7.2

Modified:
  smtube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 08:00:12 UTC (rev 188352)
+++ PKGBUILD2016-09-03 08:01:16 UTC (rev 188353)
@@ -3,24 +3,24 @@
 # Contributor: Andreas Schnaiter 
 
 pkgname=smtube
-pkgver=16.3.0
-pkgrel=2
+pkgver=16.7.2
+pkgrel=1
 pkgdesc="A small youtube browser"
 arch=('i686' 'x86_64')
 url="http://www.smtube.org/";
 license=('GPL')
-depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
+depends=('qt5-script' 'qt5-webkit' 'hicolor-icon-theme')
 makedepends=('qt5-tools')
 optdepends=('mplayer: play videos with MPlayer'
 'smplayer: play videos with SMPlayer'
 'gnome-mplayer: play videos with GNOME MPlayer'
-'kdemultimedia-dragonplayer: play videos with Dragon Player'
+'dragon: play videos with Dragon Player'
 'totem: play videos with Totem'
 'vlc: play videos with VLC'
 'mpv: play videos with MPV'
 'youtube-dl: download videos')
 
source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
-md5sums=('2c5e8a5ff7ea4208c3240c3d35a0a362')
+md5sums=('318369359ae36a2fce92939f56291f3e')
 
 build() {
   cd $pkgname-$pkgver


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

2016-09-03 Thread Antonio Rojas
Date: Saturday, September 3, 2016 @ 08:01:46
  Author: arojas
Revision: 188354

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-03 08:01:16 UTC (rev 188353)
+++ community-i686/PKGBUILD 2016-09-03 08:01:46 UTC (rev 188354)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andreas Schnaiter 
-
-pkgname=smtube
-pkgver=16.3.0
-pkgrel=2
-pkgdesc="A small youtube browser"
-arch=('i686' 'x86_64')
-url="http://www.smtube.org/";
-license=('GPL')
-depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-optdepends=('mplayer: play videos with MPlayer'
-'smplayer: play videos with SMPlayer'
-'gnome-mplayer: play videos with GNOME MPlayer'
-'kdemultimedia-dragonplayer: play videos with Dragon Player'
-'totem: play videos with Totem'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'youtube-dl: download videos')
-source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
-md5sums=('2c5e8a5ff7ea4208c3240c3d35a0a362')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-}

Copied: smtube/repos/community-i686/PKGBUILD (from rev 188353, 
smtube/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-03 08:01:46 UTC (rev 188354)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andreas Schnaiter 
+
+pkgname=smtube
+pkgver=16.7.2
+pkgrel=1
+pkgdesc="A small youtube browser"
+arch=('i686' 'x86_64')
+url="http://www.smtube.org/";
+license=('GPL')
+depends=('qt5-script' 'qt5-webkit' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+optdepends=('mplayer: play videos with MPlayer'
+'smplayer: play videos with SMPlayer'
+'gnome-mplayer: play videos with GNOME MPlayer'
+'dragon: play videos with Dragon Player'
+'totem: play videos with Totem'
+'vlc: play videos with VLC'
+'mpv: play videos with MPV'
+'youtube-dl: download videos')
+source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
+md5sums=('318369359ae36a2fce92939f56291f3e')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-09-03 08:01:16 UTC (rev 188353)
+++ community-x86_64/PKGBUILD   2016-09-03 08:01:46 UTC (rev 188354)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Contributor: Andreas Schnaiter 
-
-pkgname=smtube
-pkgver=16.3.0
-pkgrel=2
-pkgdesc="A small youtube browser"
-arch=('i686' 'x86_64')
-url="http://www.smtube.org/";
-license=('GPL')
-depends=('qt5-script' 'qt5-webkit' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-optdepends=('mplayer: play videos with MPlayer'
-'smplayer: play videos with SMPlayer'
-'gnome-mplayer: play videos with GNOME MPlayer'
-'kdemultimedia-dragonplayer: play videos with Dragon Player'
-'totem: play videos with Totem'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'youtube-dl: download videos')
-source=("http://downloads.sourceforge.net/project/smtube/SMTube/$pkgver/smtube-$pkgver.tar.bz2";)
-md5sums=('2c5e8a5ff7ea4208c3240c3d35a0a362')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-}

Copied: smtube/repos/community-x86_64/PKGBUILD (from rev 188353, 
smtube/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-09-03 08:01:46 UTC (rev 188354)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps 
+# Contributor: Andreas Schnaiter 
+
+pkgname=smtube
+pkgver=16.7.2
+pkgrel=1
+pkgdesc="A small youtube browser"
+arch=('i686' 'x86_6

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 08:15:34
  Author: felixonmars
Revision: 188356

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

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

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

Copied: haskell-yesod-form/repos/community-staging-i686/PKGBUILD (from rev 
188355, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 08:15:34 UTC (rev 188356)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.7.1
+pkgrel=28
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-data-default" "haskell-email-validate" "haskell-network-uri"
+ "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('66f1672c7aaec0b4c93f5cfc20593a4fb92d779d90d55ee5ebd1f7ae6a6e8dac')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
188355, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 08:15:34 UTC (rev 188356)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.7.1
+pkgrel=28
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-data-default" "haskell-email-validate" "haskell-network-uri"
+ "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('66f1672c7aaec0b4c93f5cfc20593a4fb92d779d90d55ee5ebd1f7ae6a6e8dac')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 08:15:15
  Author: felixonmars
Revision: 188355

upgpkg: haskell-yesod-form 1.4.7.1-28

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 08:01:46 UTC (rev 188354)
+++ PKGBUILD2016-09-03 08:15:15 UTC (rev 188355)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.7.1
-pkgrel=27
+pkgrel=28
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 08:18:12
  Author: felixonmars
Revision: 188357

upgpkg: haskell-xml-hamlet 0.4.0.11-47

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-xml-hamlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 08:15:34 UTC (rev 188356)
+++ PKGBUILD2016-09-03 08:18:12 UTC (rev 188357)
@@ -5,7 +5,7 @@
 _hkgname=xml-hamlet
 pkgname=haskell-xml-hamlet
 pkgver=0.4.0.11
-pkgrel=46
+pkgrel=47
 pkgdesc="Hamlet-style quasiquoter for XML content"
 url="http://www.yesodweb.com/";
 license=("custom:BSD3")


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 08:18:30
  Author: felixonmars
Revision: 188358

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

Added:
  haskell-xml-hamlet/repos/community-staging-i686/
  haskell-xml-hamlet/repos/community-staging-i686/PKGBUILD
(from rev 188357, haskell-xml-hamlet/trunk/PKGBUILD)
  haskell-xml-hamlet/repos/community-staging-x86_64/
  haskell-xml-hamlet/repos/community-staging-x86_64/PKGBUILD
(from rev 188357, haskell-xml-hamlet/trunk/PKGBUILD)

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

Copied: haskell-xml-hamlet/repos/community-staging-i686/PKGBUILD (from rev 
188357, haskell-xml-hamlet/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 08:18:30 UTC (rev 188358)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-hamlet
+pkgname=haskell-xml-hamlet
+pkgver=0.4.0.11
+pkgrel=47
+pkgdesc="Hamlet-style quasiquoter for XML content"
+url="http://www.yesodweb.com/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-parsec" "haskell-shakespeare" "haskell-text"
+ "haskell-xml-conduit")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('3d598ad387e310e76a07f213afe35db06662611840d1bce3bcdf202668bc1e89')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-xml-hamlet/repos/community-staging-x86_64/PKGBUILD (from rev 
188357, haskell-xml-hamlet/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 08:18:30 UTC (rev 188358)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-hamlet
+pkgname=haskell-xml-hamlet
+pkgver=0.4.0.11
+pkgrel=47
+pkgdesc="Hamlet-style quasiquoter for XML content"
+url="http://www.yesodweb.com/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-parsec" "haskell-shakespeare" "haskell-text"
+ "haskell-xml-conduit")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('3d598ad387e310e76a07f213afe35db06662611840d1bce3bcdf202668bc1e89')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 08:19:26
  Author: felixonmars
Revision: 188359

upgpkg: haskell-utility-ht 0.0.12-1

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-utility-ht/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 08:18:30 UTC (rev 188358)
+++ PKGBUILD2016-09-03 08:19:26 UTC (rev 188359)
@@ -4,8 +4,8 @@
 
 _hkgname=utility-ht
 pkgname=haskell-utility-ht
-pkgver=0.0.11
-pkgrel=2
+pkgver=0.0.12
+pkgrel=1
 pkgdesc="Various small helper functions for Lists, Maybes, Tuples, Functions"
 url="http://www.haskell.org/haskellwiki/Utility-HT";
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('5cdcc5c1eab4029d18f1712472d69b61265c2d543a8065e1e9762b1ddc235812')
+sha256sums=('a4445f436354599c1f3e923dfb3e4463b6f65e7c1dabea1e2d34d11c4a5b05ef')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 08:19:44
  Author: felixonmars
Revision: 188360

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

Added:
  haskell-utility-ht/repos/community-staging-i686/
  haskell-utility-ht/repos/community-staging-i686/PKGBUILD
(from rev 188359, haskell-utility-ht/trunk/PKGBUILD)
  haskell-utility-ht/repos/community-staging-x86_64/
  haskell-utility-ht/repos/community-staging-x86_64/PKGBUILD
(from rev 188359, haskell-utility-ht/trunk/PKGBUILD)

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

Copied: haskell-utility-ht/repos/community-staging-i686/PKGBUILD (from rev 
188359, haskell-utility-ht/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 08:19:44 UTC (rev 188360)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=utility-ht
+pkgname=haskell-utility-ht
+pkgver=0.0.12
+pkgrel=1
+pkgdesc="Various small helper functions for Lists, Maybes, Tuples, Functions"
+url="http://www.haskell.org/haskellwiki/Utility-HT";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('a4445f436354599c1f3e923dfb3e4463b6f65e7c1dabea1e2d34d11c4a5b05ef')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-utility-ht/repos/community-staging-x86_64/PKGBUILD (from rev 
188359, haskell-utility-ht/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 08:19:44 UTC (rev 188360)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=utility-ht
+pkgname=haskell-utility-ht
+pkgver=0.0.12
+pkgrel=1
+pkgdesc="Various small helper functions for Lists, Maybes, Tuples, Functions"
+url="http://www.haskell.org/haskellwiki/Utility-HT";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('a4445f436354599c1f3e923dfb3e4463b6f65e7c1dabea1e2d34d11c4a5b05ef')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 08:24:28
  Author: felixonmars
Revision: 188361

upgpkg: haskell-hunit 1.3.1.2-1

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 08:19:44 UTC (rev 188360)
+++ PKGBUILD2016-09-03 08:24:28 UTC (rev 188361)
@@ -4,8 +4,8 @@
 
 _hkgname=HUnit
 pkgname=haskell-hunit
-pkgver=1.3.1.1
-pkgrel=2
+pkgver=1.3.1.2
+pkgrel=1
 pkgdesc="A unit testing framework for Haskell"
 url="http://hunit.sourceforge.net/";
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('93e5fc4290ab685b469209f04d9858338486e15c23a11260c47e32da8ef8')
+sha256sums=('badebf99ae5a4982cdf2f8932f080e349240dc2b75c40e75ce2518ea086c5381')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 08:24:46
  Author: felixonmars
Revision: 188362

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

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

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

Copied: haskell-hunit/repos/community-staging-i686/PKGBUILD (from rev 188361, 
haskell-hunit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 08:24:46 UTC (rev 188362)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=HUnit
+pkgname=haskell-hunit
+pkgver=1.3.1.2
+pkgrel=1
+pkgdesc="A unit testing framework for Haskell"
+url="http://hunit.sourceforge.net/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('badebf99ae5a4982cdf2f8932f080e349240dc2b75c40e75ce2518ea086c5381')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fbase4
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hunit/repos/community-staging-x86_64/PKGBUILD (from rev 188361, 
haskell-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 08:24:46 UTC (rev 188362)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=HUnit
+pkgname=haskell-hunit
+pkgver=1.3.1.2
+pkgrel=1
+pkgdesc="A unit testing framework for Haskell"
+url="http://hunit.sourceforge.net/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('badebf99ae5a4982cdf2f8932f080e349240dc2b75c40e75ce2518ea086c5381')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fbase4
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 08:38:38
  Author: felixonmars
Revision: 188364

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

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

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

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

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 08:38:20
  Author: felixonmars
Revision: 188363

upgpkg: haskell-yesod-auth 1.4.13.5-1

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 08:24:46 UTC (rev 188362)
+++ PKGBUILD2016-09-03 08:38:20 UTC (rev 188363)
@@ -4,8 +4,8 @@
 
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
-pkgver=1.4.13.4
-pkgrel=2
+pkgver=1.4.13.5
+pkgrel=1
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")
@@ -21,7 +21,7 @@
  "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
  "haskell-yesod-persistent")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('7ccdf087e79e3117ea594891d46798e0f87d8c975c7f846fac53891d778a874b')
+sha256sums=('42bfdfe72f5ef9f9e43d12dcd47f5a3415e6b883d455a7ad4cbfb7e900e760bf')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-09-03 Thread Nicola Squartini
Date: Saturday, September 3, 2016 @ 08:56:53
  Author: tensor5
Revision: 188365

upgpkg: electron 1.3.5-1

Modified:
  electron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 08:38:38 UTC (rev 188364)
+++ PKGBUILD2016-09-03 08:56:53 UTC (rev 188365)
@@ -3,7 +3,7 @@
 
 _chromiumver=52.0.2743.82
 pkgname=electron
-pkgver=1.3.4
+pkgver=1.3.5
 pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('i686' 'x86_64')


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

2016-09-03 Thread Tobias Powalowski
Date: Saturday, September 3, 2016 @ 09:05:09
  Author: tpowa
Revision: 275708

upgpkg: qemu 2.7.0-1

bump to latest version

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 08:04:12 UTC (rev 275707)
+++ PKGBUILD2016-09-03 09:05:09 UTC (rev 275708)
@@ -6,7 +6,7 @@
 pkgname=(qemu qemu-headless qemu-arch-extra
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
-pkgver=2.6.1
+pkgver=2.7.0
 pkgrel=1
 arch=(i686 x86_64)
 license=(GPL2 LGPL2.1)
@@ -19,10 +19,10 @@
 qemu.sysusers
 qemu-ga.service
 65-kvm.rules)
-md5sums=('6a183b192018192943b6781e1bb9b72f'
- '49778d11c28af170c4bebcc648b0ace1'
- '44ee242d758f9318c6a1ea1dae96aa3a'
- '33ab286a20242dda7743a900f369d68a')
+sha256sums=('326e739506ba690daf69fc17bd3913a6c313d9928d743bd8eddb82f403f81e53'
+'dd43e2ef062b071a0b9d0d5ea54737f41600ca8a84a8aefbebb1ff09f978acfb'
+'0b4f3283973bb3bc876735f051d8eaab68f0065502a3a5012141fad193538ea1'
+'60dcde5002c7c0b983952746e6fb2cf06d6c5b425d64f340f819356e561e7fc7')
 
 case $CARCH in
   i?86) _corearch=i386 ;;


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

2016-09-03 Thread Tobias Powalowski
Date: Saturday, September 3, 2016 @ 09:06:39
  Author: tpowa
Revision: 275709

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

Added:
  qemu/repos/testing-i686/
  qemu/repos/testing-i686/65-kvm.rules
(from rev 275708, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-i686/PKGBUILD
(from rev 275708, qemu/trunk/PKGBUILD)
  qemu/repos/testing-i686/qemu-ga.service
(from rev 275708, qemu/trunk/qemu-ga.service)
  qemu/repos/testing-i686/qemu.install
(from rev 275708, qemu/trunk/qemu.install)
  qemu/repos/testing-i686/qemu.sysusers
(from rev 275708, qemu/trunk/qemu.sysusers)
  qemu/repos/testing-x86_64/
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 275708, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 275708, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu-ga.service
(from rev 275708, qemu/trunk/qemu-ga.service)
  qemu/repos/testing-x86_64/qemu.install
(from rev 275708, qemu/trunk/qemu.install)
  qemu/repos/testing-x86_64/qemu.sysusers
(from rev 275708, qemu/trunk/qemu.sysusers)

+
 testing-i686/65-kvm.rules  |2 
 testing-i686/PKGBUILD  |  209 +++
 testing-i686/qemu-ga.service   |8 +
 testing-i686/qemu.install  |   11 ++
 testing-i686/qemu.sysusers |1 
 testing-x86_64/65-kvm.rules|2 
 testing-x86_64/PKGBUILD|  209 +++
 testing-x86_64/qemu-ga.service |8 +
 testing-x86_64/qemu.install|   11 ++
 testing-x86_64/qemu.sysusers   |1 
 10 files changed, 462 insertions(+)

Copied: qemu/repos/testing-i686/65-kvm.rules (from rev 275708, 
qemu/trunk/65-kvm.rules)
===
--- testing-i686/65-kvm.rules   (rev 0)
+++ testing-i686/65-kvm.rules   2016-09-03 09:06:39 UTC (rev 275709)
@@ -0,0 +1,2 @@
+KERNEL=="kvm", GROUP="kvm", MODE="0660"
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-i686/PKGBUILD (from rev 275708, qemu/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-09-03 09:06:39 UTC (rev 275709)
@@ -0,0 +1,209 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgbase=qemu
+pkgname=(qemu qemu-headless qemu-arch-extra
+ qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
+pkgdesc="A generic and open source machine emulator and virtualizer"
+pkgver=2.7.0
+pkgrel=1
+arch=(i686 x86_64)
+license=(GPL2 LGPL2.1)
+url="http://wiki.qemu.org/";
+_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
+   lzo snappy curl vde2 libcap-ng spice usbredir)
+depends=(virglrenderer sdl2 vte3 brltty "${_headlessdeps[@]}")
+makedepends=(spice-protocol python2 ceph libiscsi glusterfs)
+source=("$url/download/${pkgname}-${pkgver}.tar.bz2"
+qemu.sysusers
+qemu-ga.service
+65-kvm.rules)
+sha256sums=('326e739506ba690daf69fc17bd3913a6c313d9928d743bd8eddb82f403f81e53'
+'dd43e2ef062b071a0b9d0d5ea54737f41600ca8a84a8aefbebb1ff09f978acfb'
+'0b4f3283973bb3bc876735f051d8eaab68f0065502a3a5012141fad193538ea1'
+'60dcde5002c7c0b983952746e6fb2cf06d6c5b425d64f340f819356e561e7fc7')
+
+case $CARCH in
+  i?86) _corearch=i386 ;;
+  x86_64) _corearch=x86_64 ;;
+esac
+
+prepare() {
+  mkdir build-{full,headless}
+  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
+
+  cd ${pkgname}-${pkgver}
+  sed -i 's/vte-2\.90/vte-2.91/g' configure
+}
+
+build() {
+  _build full \
+--audio-drv-list="pa alsa sdl"
+
+  _build headless \
+--target-list=${_corearch}-softmmu \
+--audio-drv-list= \
+--disable-bluez \
+--disable-sdl \
+--disable-gtk \
+--disable-vte \
+--disable-opengl \
+--disable-virglrenderer \
+--disable-brlapi
+}
+
+_build() (
+  cd build-$1
+
+  # qemu vs. make 4 == bad
+  export ARFLAGS=rv
+
+  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
+  export CFLAGS+=" -fPIC"
+
+  ../${pkgname}-${pkgver}/configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/qemu \
+--python=/usr/bin/python2 \
+--smbd=/usr/bin/smbd \
+--with-gtkabi=3.0 \
+--with-sdlabi=2.0 \
+--enable-modules \
+--enable-jemalloc \
+"${@:2}"
+
+  make
+)
+
+package_qemu() {
+  provides=(qemu-headless)
+  conflicts=(qemu-headless)
+  replaces=(qemu-kvm)
+
+  _package full
+}
+
+package_qemu-headless() {
+  pkgdesc="QEMU without graphical user interface"
+  depends=("${_headlessdeps[@]}")
+
+  _package headless
+}
+
+_package() {
+  optdepends=('samba: SMB/CIFS server support'
+  'qemu-arch-extra: extra architectures support'
+  'qemu-block-iscsi: iSCSI block sup

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 09:31:54
  Author: felixonmars
Revision: 188367

upgpkg: pandoc 1.17.2-9

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 09:03:30 UTC (rev 188366)
+++ PKGBUILD2016-09-03 09:31:54 UTC (rev 188367)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.17.2
-pkgrel=8
+pkgrel=9
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org";
 license=("GPL")


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 09:32:14
  Author: felixonmars
Revision: 188368

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

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

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 188367, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 09:32:14 UTC (rev 188368)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.17.2
+pkgrel=9
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-mtl" 
"haskell-extensible-exceptions"
+ "haskell-filemanip" "haskell-haddock-library" 
"haskell-highlighting-kate"
+ "haskell-hslua" "haskell-http-client" "haskell-syb" 
"haskell-http-client-tls"
+ "haskell-http-types"  "haskell-text" "haskell-texmath" 
"haskell-network"
+ "haskell-old-time" "haskell-pandoc-types" "haskell-parsec" 
"haskell-random"
+ "haskell-scientific" "haskell-tagsoup" "haskell-temporary" 
"haskell-network-uri"
+ "haskell-unordered-containers" "haskell-zip-archive" 
"haskell-vector" "haskell-xml"
+ "haskell-yaml" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('81727d054dfb26de816ea59ed541ebaf60d66d440012c12ec02f9c2b02fee8ec')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files
+runhaskell Setup build
+
+runhaskell Setup haddock --hoogle --html
+
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc() {
+depends=('gmp' 'libffi' 'zlib' 'pcre' 'cmark')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'texlive-core: for pdf output')
+replaces=('pandoc-static')
+conflicts=('pandoc-static')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}
+
+package_haskell-pandoc() {
+pkgdesc="Conversion between markup formats (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 188367, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 09:32:14 UTC (rev 188368)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.17.2
+pkgrel=9
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org";
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-mtl" 
"haskell-extensible-exceptions"
+

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

2016-09-03 Thread Jan Steffens
Date: Saturday, September 3, 2016 @ 10:14:40
  Author: heftig
Revision: 275710

3.20.2-1

Modified:
  gnome-clocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 09:06:39 UTC (rev 275709)
+++ PKGBUILD2016-09-03 10:14:40 UTC (rev 275710)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-clocks
-pkgver=3.20.1
+pkgver=3.20.2
 pkgrel=1
 pkgdesc="Clocks applications for GNOME"
 url="https://wiki.gnome.org/Apps/Clocks";
@@ -12,7 +12,7 @@
 makedepends=(intltool vala gobject-introspection itstool)
 groups=(gnome-extra)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('92ad7b409c5118464af49ca28262ae43e9d377435ad2b10048b23e6e11ae476f')
+sha256sums=('7db01207eb9632cec748772b859900313732eacca652753d771fd99a32713617')
 
 build() {
   cd $pkgname-$pkgver


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

2016-09-03 Thread Jan Steffens
Date: Saturday, September 3, 2016 @ 10:15:14
  Author: heftig
Revision: 275711

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

Added:
  gnome-clocks/repos/extra-i686/PKGBUILD
(from rev 275710, gnome-clocks/trunk/PKGBUILD)
  gnome-clocks/repos/extra-x86_64/PKGBUILD
(from rev 275710, gnome-clocks/trunk/PKGBUILD)
Deleted:
  gnome-clocks/repos/extra-i686/PKGBUILD
  gnome-clocks/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-03 10:14:40 UTC (rev 275710)
+++ extra-i686/PKGBUILD 2016-09-03 10:15:14 UTC (rev 275711)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-clocks
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="Clocks applications for GNOME"
-url="https://wiki.gnome.org/Apps/Clocks";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib 
gsound)
-makedepends=(intltool vala gobject-introspection itstool)
-groups=(gnome-extra)
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('92ad7b409c5118464af49ca28262ae43e9d377435ad2b10048b23e6e11ae476f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-clocks/repos/extra-i686/PKGBUILD (from rev 275710, 
gnome-clocks/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-03 10:15:14 UTC (rev 275711)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-clocks
+pkgver=3.20.2
+pkgrel=1
+pkgdesc="Clocks applications for GNOME"
+url="https://wiki.gnome.org/Apps/Clocks";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib 
gsound)
+makedepends=(intltool vala gobject-introspection itstool)
+groups=(gnome-extra)
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7db01207eb9632cec748772b859900313732eacca652753d771fd99a32713617')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-03 10:14:40 UTC (rev 275710)
+++ extra-x86_64/PKGBUILD   2016-09-03 10:15:14 UTC (rev 275711)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-clocks
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="Clocks applications for GNOME"
-url="https://wiki.gnome.org/Apps/Clocks";
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib 
gsound)
-makedepends=(intltool vala gobject-introspection itstool)
-groups=(gnome-extra)
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('92ad7b409c5118464af49ca28262ae43e9d377435ad2b10048b23e6e11ae476f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-clocks/repos/extra-x86_64/PKGBUILD (from rev 275710, 
gnome-clocks/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-03 10:15:14 UTC (rev 275711)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-clocks
+pkgver=3.20.2
+pkgrel=1
+pkgdesc="Clocks applications for GNOME"
+url="https://wiki.gnome.org/Apps/Clocks";
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib 
gsound)
+makedepends=(intltool vala gobject-introspection itstool)
+groups=(gnome-extra)
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7db01207eb9632cec748772b859900313732eacca652753d771fd99a32713617')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  

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

2016-09-03 Thread Jan Steffens
Date: Saturday, September 3, 2016 @ 10:33:30
  Author: heftig
Revision: 275712

2.7.0-2: FS#50551 Add qemu-headless-arch-extra

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 10:15:14 UTC (rev 275711)
+++ PKGBUILD2016-09-03 10:33:30 UTC (rev 275712)
@@ -3,11 +3,11 @@
 # Contributor: Sébastien "Seblu" Luttringer 
 
 pkgbase=qemu
-pkgname=(qemu qemu-headless qemu-arch-extra
+pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra
  qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
 pkgdesc="A generic and open source machine emulator and virtualizer"
 pkgver=2.7.0
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 license=(GPL2 LGPL2.1)
 url="http://wiki.qemu.org/";
@@ -79,6 +79,7 @@
 )
 
 package_qemu() {
+  optdepends=('qemu-arch-extra: extra architectures support')
   provides=(qemu-headless)
   conflicts=(qemu-headless)
   replaces=(qemu-kvm)
@@ -87,18 +88,18 @@
 }
 
 package_qemu-headless() {
-  pkgdesc="QEMU without graphical user interface"
+  pkgdesc="QEMU without GUI"
   depends=("${_headlessdeps[@]}")
+  optdepends=('qemu-headless-arch-extra: extra architectures support')
 
   _package headless
 }
 
 _package() {
-  optdepends=('samba: SMB/CIFS server support'
-  'qemu-arch-extra: extra architectures support'
-  'qemu-block-iscsi: iSCSI block support'
-  'qemu-block-rbd: RBD block support'
-  'qemu-block-gluster: glusterfs block support')
+  optdepends+=('samba: SMB/CIFS server support'
+   'qemu-block-iscsi: iSCSI block support'
+   'qemu-block-rbd: RBD block support'
+   'qemu-block-gluster: glusterfs block support')
   install=qemu.install
   options=(!strip)
 
@@ -172,11 +173,21 @@
 package_qemu-arch-extra() {
   pkgdesc="QEMU for foreign architectures"
   depends=(qemu)
+  provides=(qemu-headless-arch-extra)
+  conflicts=(qemu-headless-arch-extra)
   options=(!strip)
 
   mv extra-arch-full/usr "$pkgdir"
 }
 
+package_qemu-headless-arch-extra() {
+  pkgdesc="QEMU without GUI, for foreign architectures"
+  depends=(qemu-headless)
+  options=(!strip)
+
+  mv extra-arch-headless/usr "$pkgdir"
+}
+
 package_qemu-block-iscsi() {
   pkgdesc="QEMU iSCSI block module"
   depends=(glib2 libiscsi jemalloc)


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

2016-09-03 Thread Antonio Rojas
Date: Saturday, September 3, 2016 @ 11:02:36
  Author: arojas
Revision: 275713

Fix themes list with SDDM 0.14

Modified:
  sddm-kcm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 10:33:30 UTC (rev 275712)
+++ PKGBUILD2016-09-03 11:02:36 UTC (rev 275713)
@@ -5,7 +5,7 @@
 
 pkgname=sddm-kcm
 pkgver=5.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Config Module for SDDM'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -13,9 +13,11 @@
 depends=('sddm' 'libxcursor' 'kio')
 makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
 groups=('plasma')
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+sddm-0.14.patch::"https://git.reviewboard.kde.org/r/128815/diff/raw/";)
 sha256sums=('b01854f130e0a7ea322995e371c7b4a058adf809313082bb69ad18562fca922a'
-'SKIP')
+'SKIP'
+'9fff462258d12578a6731d76ac49264f10b14354e5788ca897fec7801045d6d9')
 validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
   '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
   'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
@@ -22,6 +24,10 @@
 
 prepare() {
   mkdir -p build
+
+# Fix theme list with SDDM 0.14
+  cd $pkgname-$pkgver
+  patch -p1 -i ../sddm-0.14.patch
 }
 
 build() {


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

2016-09-03 Thread Antonio Rojas
Date: Saturday, September 3, 2016 @ 11:03:29
  Author: arojas
Revision: 275714

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

Added:
  sddm-kcm/repos/extra-i686/PKGBUILD
(from rev 275713, sddm-kcm/trunk/PKGBUILD)
  sddm-kcm/repos/extra-x86_64/PKGBUILD
(from rev 275713, sddm-kcm/trunk/PKGBUILD)
Deleted:
  sddm-kcm/repos/extra-i686/PKGBUILD
  sddm-kcm/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-03 11:02:36 UTC (rev 275713)
+++ extra-i686/PKGBUILD 2016-09-03 11:03:29 UTC (rev 275714)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Maintainer: Antonio Rojas
-
-pkgname=sddm-kcm
-pkgver=5.7.4
-pkgrel=1
-pkgdesc='KDE Config Module for SDDM'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('GPL')
-depends=('sddm' 'libxcursor' 'kio')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
-groups=('plasma')
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b01854f130e0a7ea322995e371c7b4a058adf809313082bb69ad18562fca922a'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_SYSCONFDIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: sddm-kcm/repos/extra-i686/PKGBUILD (from rev 275713, 
sddm-kcm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-03 11:03:29 UTC (rev 275714)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.7.4
+pkgrel=2
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+sddm-0.14.patch::"https://git.reviewboard.kde.org/r/128815/diff/raw/";)
+sha256sums=('b01854f130e0a7ea322995e371c7b4a058adf809313082bb69ad18562fca922a'
+'SKIP'
+'9fff462258d12578a6731d76ac49264f10b14354e5788ca897fec7801045d6d9')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+
+# Fix theme list with SDDM 0.14
+  cd $pkgname-$pkgver
+  patch -p1 -i ../sddm-0.14.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_SYSCONFDIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-03 11:02:36 UTC (rev 275713)
+++ extra-x86_64/PKGBUILD   2016-09-03 11:03:29 UTC (rev 275714)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Maintainer: Antonio Rojas
-
-pkgname=sddm-kcm
-pkgver=5.7.4
-pkgrel=1
-pkgdesc='KDE Config Module for SDDM'
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('GPL')
-depends=('sddm' 'libxcursor' 'kio')
-makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python')
-groups=('plasma')
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b01854f130e0a7ea322995e371c7b4a058adf809313082bb69ad18562fca922a'
-'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088'  # Jonathan Riddell
-  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
-  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
-   

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

2016-09-03 Thread Jan Steffens
Date: Saturday, September 3, 2016 @ 11:14:41
  Author: heftig
Revision: 275715

Actually build headless extra archs

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 11:03:29 UTC (rev 275714)
+++ PKGBUILD2016-09-03 11:14:41 UTC (rev 275715)
@@ -42,7 +42,6 @@
 --audio-drv-list="pa alsa sdl"
 
   _build headless \
---target-list=${_corearch}-softmmu \
 --audio-drv-list= \
 --disable-bluez \
 --disable-sdl \


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

2016-09-03 Thread Jan Steffens
Date: Saturday, September 3, 2016 @ 11:43:43
  Author: heftig
Revision: 275716

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

Added:
  qemu/repos/testing-i686/65-kvm.rules
(from rev 275715, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-i686/PKGBUILD
(from rev 275715, qemu/trunk/PKGBUILD)
  qemu/repos/testing-i686/qemu-ga.service
(from rev 275715, qemu/trunk/qemu-ga.service)
  qemu/repos/testing-i686/qemu.install
(from rev 275715, qemu/trunk/qemu.install)
  qemu/repos/testing-i686/qemu.sysusers
(from rev 275715, qemu/trunk/qemu.sysusers)
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 275715, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 275715, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu-ga.service
(from rev 275715, qemu/trunk/qemu-ga.service)
  qemu/repos/testing-x86_64/qemu.install
(from rev 275715, qemu/trunk/qemu.install)
  qemu/repos/testing-x86_64/qemu.sysusers
(from rev 275715, qemu/trunk/qemu.sysusers)
Deleted:
  qemu/repos/testing-i686/65-kvm.rules
  qemu/repos/testing-i686/PKGBUILD
  qemu/repos/testing-i686/qemu-ga.service
  qemu/repos/testing-i686/qemu.install
  qemu/repos/testing-i686/qemu.sysusers
  qemu/repos/testing-x86_64/65-kvm.rules
  qemu/repos/testing-x86_64/PKGBUILD
  qemu/repos/testing-x86_64/qemu-ga.service
  qemu/repos/testing-x86_64/qemu.install
  qemu/repos/testing-x86_64/qemu.sysusers

+
 /65-kvm.rules  |4 
 /PKGBUILD  |  438 +++
 /qemu-ga.service   |   16 +
 /qemu.install  |   22 +
 /qemu.sysusers |2 
 testing-i686/65-kvm.rules  |2 
 testing-i686/PKGBUILD  |  209 --
 testing-i686/qemu-ga.service   |8 
 testing-i686/qemu.install  |   11 
 testing-i686/qemu.sysusers |1 
 testing-x86_64/65-kvm.rules|2 
 testing-x86_64/PKGBUILD|  209 --
 testing-x86_64/qemu-ga.service |8 
 testing-x86_64/qemu.install|   11 
 testing-x86_64/qemu.sysusers   |1 
 15 files changed, 482 insertions(+), 462 deletions(-)

Deleted: testing-i686/65-kvm.rules
===
--- testing-i686/65-kvm.rules   2016-09-03 11:14:41 UTC (rev 275715)
+++ testing-i686/65-kvm.rules   2016-09-03 11:43:43 UTC (rev 275716)
@@ -1,2 +0,0 @@
-KERNEL=="kvm", GROUP="kvm", MODE="0660"
-KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Copied: qemu/repos/testing-i686/65-kvm.rules (from rev 275715, 
qemu/trunk/65-kvm.rules)
===
--- testing-i686/65-kvm.rules   (rev 0)
+++ testing-i686/65-kvm.rules   2016-09-03 11:43:43 UTC (rev 275716)
@@ -0,0 +1,2 @@
+KERNEL=="kvm", GROUP="kvm", MODE="0660"
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", 
OPTIONS+="static_node=vhost-net"

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-09-03 11:14:41 UTC (rev 275715)
+++ testing-i686/PKGBUILD   2016-09-03 11:43:43 UTC (rev 275716)
@@ -1,209 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Sébastien "Seblu" Luttringer 
-
-pkgbase=qemu
-pkgname=(qemu qemu-headless qemu-arch-extra
- qemu-block-{iscsi,rbd,gluster} qemu-guest-agent)
-pkgdesc="A generic and open source machine emulator and virtualizer"
-pkgver=2.7.0
-pkgrel=1
-arch=(i686 x86_64)
-license=(GPL2 LGPL2.1)
-url="http://wiki.qemu.org/";
-_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
-   lzo snappy curl vde2 libcap-ng spice usbredir)
-depends=(virglrenderer sdl2 vte3 brltty "${_headlessdeps[@]}")
-makedepends=(spice-protocol python2 ceph libiscsi glusterfs)
-source=("$url/download/${pkgname}-${pkgver}.tar.bz2"
-qemu.sysusers
-qemu-ga.service
-65-kvm.rules)
-sha256sums=('326e739506ba690daf69fc17bd3913a6c313d9928d743bd8eddb82f403f81e53'
-'dd43e2ef062b071a0b9d0d5ea54737f41600ca8a84a8aefbebb1ff09f978acfb'
-'0b4f3283973bb3bc876735f051d8eaab68f0065502a3a5012141fad193538ea1'
-'60dcde5002c7c0b983952746e6fb2cf06d6c5b425d64f340f819356e561e7fc7')
-
-case $CARCH in
-  i?86) _corearch=i386 ;;
-  x86_64) _corearch=x86_64 ;;
-esac
-
-prepare() {
-  mkdir build-{full,headless}
-  mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu}
-
-  cd ${pkgname}-${pkgver}
-  sed -i 's/vte-2\.90/vte-2.91/g' configure
-}
-
-build() {
-  _build full \
---audio-drv-list="pa alsa sdl"
-
-  _build headless \
---target-list=${_corearch}-softmmu \
---audio-drv-list= \
---disable-bluez \
---disable-sdl \
---disable-gtk \
---disable-vte \
---disable-opengl \
---disable-virglrenderer \
---disable-brlapi
-}
-
-_build() (
-  cd build-$1
-

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

2016-09-03 Thread Jan Steffens
Date: Saturday, September 3, 2016 @ 11:56:31
  Author: heftig
Revision: 275717

put more stuff into core pkgs

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 11:43:43 UTC (rev 275716)
+++ PKGBUILD2016-09-03 11:56:31 UTC (rev 275717)
@@ -156,10 +156,10 @@
   efi-*|pxe-*) continue ;;
 
   # core blobs
-  kvmvapic.bin|linuxboot.bin|multiboot.bin|sgabios.bin|vgabios*) continue 
;;
+  kvmvapic.bin|linuxboot*|multiboot.bin|sgabios.bin|vgabios*) continue ;;
 
   # Trace events definitions
-  trace-events) continue ;;
+  trace-events*) continue ;;
 
   # Logos
   *.bmp|*.svg) continue ;;


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

2016-09-03 Thread Antonio Rojas
Date: Saturday, September 3, 2016 @ 12:30:55
  Author: arojas
Revision: 275718

Update to 0.9.10

Modified:
  libqalculate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 11:56:31 UTC (rev 275717)
+++ PKGBUILD2016-09-03 12:30:55 UTC (rev 275718)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=libqalculate
-pkgver=0.9.9
+pkgver=0.9.10
 pkgrel=1
 pkgdesc="Multi-purpose desktop calculator"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 'gnome-vfs: for retrieval of exchange rates (not needed if you use 
one of the GUI)')
 options=('!makeflags')
 
source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha1sums=('9b177da13b312c00e4712518e0a7ba01b4765ab2')
+sha1sums=('b8fbfe49860da8fdd2b6f71e078cab7ce01e1dd7')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-09-03 Thread Antonio Rojas
Date: Saturday, September 3, 2016 @ 12:31:39
  Author: arojas
Revision: 275719

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-03 12:30:55 UTC (rev 275718)
+++ extra-i686/PKGBUILD 2016-09-03 12:31:39 UTC (rev 275719)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=libqalculate
-pkgver=0.9.9
-pkgrel=1
-pkgdesc="Multi-purpose desktop calculator"
-arch=('i686' 'x86_64')
-url="http://qalculate.github.io/";
-license=('GPL')
-depends=('libxml2' 'cln' 'glib2')
-makedepends=('perl-xml-parser' 'intltool')
-optdepends=('gnuplot: for plotting support' 
-'wget: for retrieval of exchange rates (not needed if you use one 
of the GUI)'
-'gnome-vfs: for retrieval of exchange rates (not needed if you use 
one of the GUI)')
-options=('!makeflags')
-source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha1sums=('9b177da13b312c00e4712518e0a7ba01b4765ab2')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libqalculate/repos/extra-i686/PKGBUILD (from rev 275718, 
libqalculate/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-03 12:31:39 UTC (rev 275719)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libqalculate
+pkgver=0.9.10
+pkgrel=1
+pkgdesc="Multi-purpose desktop calculator"
+arch=('i686' 'x86_64')
+url="http://qalculate.github.io/";
+license=('GPL')
+depends=('libxml2' 'cln' 'glib2')
+makedepends=('perl-xml-parser' 'intltool')
+optdepends=('gnuplot: for plotting support' 
+'wget: for retrieval of exchange rates (not needed if you use one 
of the GUI)'
+'gnome-vfs: for retrieval of exchange rates (not needed if you use 
one of the GUI)')
+options=('!makeflags')
+source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha1sums=('b8fbfe49860da8fdd2b6f71e078cab7ce01e1dd7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-03 12:30:55 UTC (rev 275718)
+++ extra-x86_64/PKGBUILD   2016-09-03 12:31:39 UTC (rev 275719)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=libqalculate
-pkgver=0.9.9
-pkgrel=1
-pkgdesc="Multi-purpose desktop calculator"
-arch=('i686' 'x86_64')
-url="http://qalculate.github.io/";
-license=('GPL')
-depends=('libxml2' 'cln' 'glib2')
-makedepends=('perl-xml-parser' 'intltool')
-optdepends=('gnuplot: for plotting support' 
-'wget: for retrieval of exchange rates (not needed if you use one 
of the GUI)'
-'gnome-vfs: for retrieval of exchange rates (not needed if you use 
one of the GUI)')
-options=('!makeflags')
-source=(https://github.com/Qalculate/libqalculate/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha1sums=('9b177da13b312c00e4712518e0a7ba01b4765ab2')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libqalculate/repos/extra-x86_64/PKGBUILD (from rev 275718, 
libqalculate/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-03 12:31:39 UTC (rev 275719)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libqalculate
+pkgver=0.9.10
+pkgrel=1
+pkgdesc="Multi-purpose desktop calculator"
+arch=('i686' 'x86_64')
+url="http://qalculate.github.io/";
+license=('GPL')
+depends=('libxml2' 'cln' 'glib2')
+makedepends=('perl-xml-parser' 'intltool')
+optdepends=('gnuplot: for plotting support' 
+'wget: for retrieval of exchange rates (not needed if you use one 
of the GUI)'
+'gnome-vfs: for retrieval of exchange rates (not needed if you use 
one of the GUI)')
+options=('!makeflags')
+source=(https://github.com/Qalculate/libqalculate/r

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

2016-09-03 Thread Antonio Rojas
Date: Saturday, September 3, 2016 @ 14:02:37
  Author: arojas
Revision: 188369

Enable NM compatibility (FS#50493)

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 09:32:14 UTC (rev 188368)
+++ PKGBUILD2016-09-03 14:02:37 UTC (rev 188369)
@@ -5,7 +5,7 @@
 
 pkgname=connman
 pkgver=1.33
-pkgrel=1
+pkgrel=2
 pkgdesc="Wireless LAN network manager"
 url="https://01.org/connman";
 arch=('i686' 'x86_64')
@@ -36,8 +36,8 @@
   --enable-vpnc \
   --enable-openvpn \
   --enable-polkit \
-  --enable-client
-
+  --enable-client \
+  --enable-nmcompat
   make
 }
 


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

2016-09-03 Thread Antonio Rojas
Date: Saturday, September 3, 2016 @ 14:03:05
  Author: arojas
Revision: 188370

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

Added:
  connman/repos/community-i686/PKGBUILD
(from rev 188369, connman/trunk/PKGBUILD)
  connman/repos/community-i686/allow_group_network.diff
(from rev 188369, connman/trunk/allow_group_network.diff)
  connman/repos/community-x86_64/PKGBUILD
(from rev 188369, connman/trunk/PKGBUILD)
  connman/repos/community-x86_64/allow_group_network.diff
(from rev 188369, connman/trunk/allow_group_network.diff)
Deleted:
  connman/repos/community-i686/PKGBUILD
  connman/repos/community-i686/allow_group_network.diff
  connman/repos/community-x86_64/PKGBUILD
  connman/repos/community-x86_64/allow_group_network.diff

---+
 /PKGBUILD |  102 
 /allow_group_network.diff |   24 ++
 community-i686/PKGBUILD   |   51 --
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   51 --
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-03 14:02:37 UTC (rev 188369)
+++ community-i686/PKGBUILD 2016-09-03 14:03:05 UTC (rev 188370)
@@ -1,51 +0,0 @@
-#$Id$
-# Maintainer:
-# Contributor: Daniel Wallace 
-# Contributor: Lucas De Marchi 
-
-pkgname=connman
-pkgver=1.33
-pkgrel=1
-pkgdesc="Wireless LAN network manager"
-url="https://01.org/connman";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus' 'iptables' 'gnutls' 'glib2')
-optdepends=('bluez: Support for Bluetooth devices'
-'wpa_supplicant: For WiFi devices'
-'pptpclient: for ppp support')
-makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
-source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz";
 'allow_group_network.diff')
-md5sums=('c51903fd3e7a6a371d12ac5d72a1fa01'
- 'a8d22ee089fb0ed725130d16ad393047')
-
-prepare(){
-  cd $pkgname-$pkgver
-  patch -Np1 -i "$srcdir/allow_group_network.diff"
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --bindir=/usr/bin \
-  --sbindir=/usr/bin \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-pptp \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client
-
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/bin/${pkgname}ctl"
-  find "$pkgdir/usr" -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
-# See FS#48044
-  sed -i 's/ProtectSystem=full/ProtectSystem=true/' 
"$pkgdir"/usr/lib/systemd/system/connman.service
-  rm -r "$pkgdir"/usr/lib/tmpfiles.d
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 188369, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-09-03 14:03:05 UTC (rev 188370)
@@ -0,0 +1,51 @@
+#$Id$
+# Maintainer:
+# Contributor: Daniel Wallace 
+# Contributor: Lucas De Marchi 
+
+pkgname=connman
+pkgver=1.33
+pkgrel=2
+pkgdesc="Wireless LAN network manager"
+url="https://01.org/connman";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus' 'iptables' 'gnutls' 'glib2')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices'
+'pptpclient: for ppp support')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
+source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz";
 'allow_group_network.diff')
+md5sums=('c51903fd3e7a6a371d12ac5d72a1fa01'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+prepare(){
+  cd $pkgname-$pkgver
+  patch -Np1 -i "$srcdir/allow_group_network.diff"
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --bindir=/usr/bin \
+  --sbindir=/usr/bin \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-pptp \
+  --enable-openconnect \
+  --enable-vpnc \
+  --enable-openvpn \
+  --enable-polkit \
+  --enable-client \
+  --enable-nmcompat
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/bin/${pkgname}ctl"
+  find "$pkgdir/usr" -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
+# See FS#48044
+  sed -i 's/ProtectSystem=full/ProtectSystem=true/' 
"$pkgdir"/usr/lib/systemd/system/connman.service
+  rm -r "$pkgdir"/usr/lib/tmpf

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 16:15:51
  Author: felixonmars
Revision: 188371

upgpkg: haskell-esqueleto 2.4.3-35

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 14:03:05 UTC (rev 188370)
+++ PKGBUILD2016-09-03 16:15:51 UTC (rev 188371)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.4.3
-pkgrel=34
+pkgrel=35
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/prowdsponsor/esqueleto";
 license=("custom:BSD3")


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 16:16:37
  Author: felixonmars
Revision: 188372

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

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

---+
 community-staging-i686/PKGBUILD   |   55 +++
 community-staging-i686/persistent-2.5.patch   |  119 
 community-staging-x86_64/PKGBUILD |   55 +++
 community-staging-x86_64/persistent-2.5.patch |  119 
 4 files changed, 348 insertions(+)

Copied: haskell-esqueleto/repos/community-staging-i686/PKGBUILD (from rev 
188371, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 16:16:37 UTC (rev 188372)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.4.3
+pkgrel=35
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/prowdsponsor/esqueleto";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";
+persistent-2.5.patch)
+sha256sums=('bf555cfb40519ed1573f7bb90c65f693b9639dfa93fc230d3ded6e897434'
+'101534ae4db348978b427a5a5b06a51765a680c4c8ae038ce283214fcd44f9e4')
+
+prepare() {
+# https://github.com/prowdsponsor/esqueleto/pull/139
+(cd $_hkgname-$pkgver && patch -p1 -i ../persistent-2.5.patch)
+
+sed -e 's/base >= 4.5 && < 4.9/base >= 
4.5 \&\& < 4.10/' \
+-e 's/, persistent   >= 2.5 && < 2.6/, persistent  
 >= 2.5 \&\& < 2.7/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-esqueleto/repos/community-staging-i686/persistent-2.5.patch 
(from rev 188371, haskell-esqueleto/trunk/persistent-2.5.patch)
===
--- community-staging-i686/persistent-2.5.patch (rev 0)
+++ community-staging-i686/persistent-2.5.patch 2016-09-03 16:16:37 UTC (rev 
188372)
@@ -0,0 +1,119 @@
+From 811f3722818b56ae5a4fb4601a2a772532201571 Mon Sep 17 00:00:00 2001
+From: Hao Lian 
+Date: Mon, 2 May 2016 13:19:33 -0400
+Subject: [PATCH] upgrade to persistent 2.5
+
+---
+ esqueleto.cabal | 10 +-
+ src/Database/Esqueleto.hs   | 21 +++--
+ src/Database/Esqueleto/Internal/PersistentImport.hs |  2 +-
+ stack.yaml  | 16 +++-
+ test/Test.hs|  5 +++--
+ 5 files changed, 39 insertions(+), 15 deletions(-)
+
+diff --git a/esqueleto.cabal b/esqueleto.cabal
+index 65aa237..649434

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 16:17:01
  Author: felixonmars
Revision: 188373

upgpkg: haskell-data-accessor-template 0.2.1.13-2

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-data-accessor-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 16:16:37 UTC (rev 188372)
+++ PKGBUILD2016-09-03 16:17:01 UTC (rev 188373)
@@ -5,7 +5,7 @@
 _hkgname=data-accessor-template
 pkgname=haskell-data-accessor-template
 pkgver=0.2.1.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
 url="http://www.haskell.org/haskellwiki/Record_access";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-data-accessor-template/repos (4 files)

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 16:17:21
  Author: felixonmars
Revision: 188374

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

Added:
  haskell-data-accessor-template/repos/community-staging-i686/
  haskell-data-accessor-template/repos/community-staging-i686/PKGBUILD
(from rev 188373, haskell-data-accessor-template/trunk/PKGBUILD)
  haskell-data-accessor-template/repos/community-staging-x86_64/
  haskell-data-accessor-template/repos/community-staging-x86_64/PKGBUILD
(from rev 188373, haskell-data-accessor-template/trunk/PKGBUILD)

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

Copied: haskell-data-accessor-template/repos/community-staging-i686/PKGBUILD 
(from rev 188373, haskell-data-accessor-template/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 16:17:21 UTC (rev 188374)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-accessor-template
+pkgname=haskell-data-accessor-template
+pkgver=0.2.1.13
+pkgrel=2
+pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
+url="http://www.haskell.org/haskellwiki/Record_access";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-data-accessor" "haskell-utility-ht")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ea947385d3619cecf628221316bd5b441889f548b999b017b353581a1e7a3958')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-data-accessor-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 188373, haskell-data-accessor-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 16:17:21 UTC (rev 188374)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-accessor-template
+pkgname=haskell-data-accessor-template
+pkgver=0.2.1.13
+pkgrel=2
+pkgdesc="Automate generation of Accessor's of the data-accessor package by 
Template Haskell functions."
+url="http://www.haskell.org/haskellwiki/Record_access";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-data-accessor" "haskell-utility-ht")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ea947385d3619cecf628221316bd5b441889f548b999b017b353581a1e7a3958')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 16:18:24
  Author: felixonmars
Revision: 188375

upgpkg: haskell-dav 1.3.1-10

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 16:17:21 UTC (rev 188374)
+++ PKGBUILD2016-09-03 16:18:24 UTC (rev 188375)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=9
+pkgrel=10
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV";
 license=("GPL3")


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 16:18:46
  Author: felixonmars
Revision: 188376

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

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

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

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 188375, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 16:18:46 UTC (rev 188376)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=10
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 16:59:42
  Author: felixonmars
Revision: 188377

upgpkg: pandoc-citeproc 0.10.1-9

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 16:18:46 UTC (rev 188376)
+++ PKGBUILD2016-09-03 16:59:42 UTC (rev 188377)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.10.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase}";
 license=("custom:BSD3")


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 17:00:06
  Author: felixonmars
Revision: 188378

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

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

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 188377, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 17:00:06 UTC (rev 188378)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.1
+pkgrel=9
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('ebc3eb3ff95e97ebd46c0918a65db2da021de2a70d02dc85ca5b344ea5c21205')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-citeproc() {
+depends=('pandoc' 'icu')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
188377, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 17:00:06 UTC (rev 188378)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.1
+pkgrel=9
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+source

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 17:00:59
  Author: felixonmars
Revision: 188379

upgpkg: haskell-missingh 1.4.0.1-3

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-missingh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 17:00:06 UTC (rev 188378)
+++ PKGBUILD2016-09-03 17:00:59 UTC (rev 188379)
@@ -5,7 +5,7 @@
 _hkgname=MissingH
 pkgname=haskell-missingh
 pkgver=1.4.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Large utility library"
 url="http://software.complete.org/missingh";
 license=("custom:BSD3")


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 17:01:20
  Author: felixonmars
Revision: 188380

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

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

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

Copied: haskell-missingh/repos/community-staging-i686/PKGBUILD (from rev 
188379, haskell-missingh/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 17:01:20 UTC (rev 188380)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=MissingH
+pkgname=haskell-missingh
+pkgver=1.4.0.1
+pkgrel=3
+pkgdesc="Large utility library"
+url="http://software.complete.org/missingh";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hunit" "haskell-hslogger" "haskell-mtl" 
"haskell-network"
+ "haskell-old-locale" "haskell-old-time" "haskell-parsec" 
"haskell-random"
+ "haskell-regex-compat")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('283f2afd46625d98b4e29f77edadfa5e6009a227812ee2ece10091ad6a7e9b71')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-missingh/repos/community-staging-x86_64/PKGBUILD (from rev 
188379, haskell-missingh/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 17:01:20 UTC (rev 188380)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=MissingH
+pkgname=haskell-missingh
+pkgver=1.4.0.1
+pkgrel=3
+pkgdesc="Large utility library"
+url="http://software.complete.org/missingh";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hunit" "haskell-hslogger" "haskell-mtl" 
"haskell-network"
+ "haskell-old-locale" "haskell-old-time" "haskell-parsec" 
"haskell-random"
+ "haskell-regex-compat")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('283f2afd46625d98b4e29f77edadfa5e6009a227812ee2ece10091ad6a7e9b71')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 17:01:37
  Author: felixonmars
Revision: 188381

upgpkg: haskell-pipes-http 1.0.4-3

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 17:01:20 UTC (rev 188380)
+++ PKGBUILD2016-09-03 17:01:37 UTC (rev 188381)
@@ -5,7 +5,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc="HTTP client with pipes interface"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 17:01:59
  Author: felixonmars
Revision: 188382

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

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

Copied: haskell-pipes-http/repos/community-staging-i686/PKGBUILD (from rev 
188381, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 17:01:59 UTC (rev 188382)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.4
+pkgrel=3
+pkgdesc="HTTP client with pipes interface"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f5cff84b9f415f1a65dbe04837884793fa10b1b52e96b29d52987b820c5a0216')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
188381, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 17:01:59 UTC (rev 188382)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.4
+pkgrel=3
+pkgdesc="HTTP client with pipes interface"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f5cff84b9f415f1a65dbe04837884793fa10b1b52e96b29d52987b820c5a0216')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 17:03:46
  Author: felixonmars
Revision: 188384

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

Added:
  haskell-persistent-sqlite/repos/community-staging-i686/
  haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD
(from rev 188383, haskell-persistent-sqlite/trunk/PKGBUILD)
  haskell-persistent-sqlite/repos/community-staging-x86_64/
  haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD
(from rev 188383, haskell-persistent-sqlite/trunk/PKGBUILD)

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

Copied: haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD (from 
rev 188383, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 17:03:46 UTC (rev 188384)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6
+pkgrel=2
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('628670f06cc533adb057649a253e9332aa2b3f69278af8fd32905e9bb00e0ffa')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -f-systemlib
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 188383, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 17:03:46 UTC (rev 188384)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6
+pkgrel=2
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('628670f06cc533adb057649a253e9332aa2b3f69278af8fd32905e9bb00e0ffa')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -f-systemlib
+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/sha

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 17:03:25
  Author: felixonmars
Revision: 188383

upgpkg: haskell-persistent-sqlite 2.6-2

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 17:01:59 UTC (rev 188382)
+++ PKGBUILD2016-09-03 17:03:25 UTC (rev 188383)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent";
 license=("MIT")


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

2016-09-03 Thread Antonio Rojas
Date: Saturday, September 3, 2016 @ 17:37:23
  Author: arojas
Revision: 275721

Fix pasting files to SMB/MTP (FS#50641)

Modified:
  kio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 16:42:53 UTC (rev 275720)
+++ PKGBUILD2016-09-03 17:37:23 UTC (rev 275721)
@@ -4,7 +4,7 @@
 
 pkgname=kio
 pkgver=5.25.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Resource and network access abstraction'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -13,11 +13,17 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('0077d90029c34f734fb661912f2213d1')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
+
kdebug-366795.patch::"https://quickgit.kde.org/?p=kio.git&a=commitdiff&h=fcbfb61a&o=plain";)
+md5sums=('0077d90029c34f734fb661912f2213d1'
+ 'f8fcb4c3de5d3f1f2a9a2fc30bed6965')
 
 prepare() {
   mkdir -p build
+
+# Fix pasting files in SMB/MTP paths http://bugs.kde.org/show_bug.cgi?id=366795
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-366795.patch
 }
 
 build() {


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

2016-09-03 Thread Antonio Rojas
Date: Saturday, September 3, 2016 @ 17:37:59
  Author: arojas
Revision: 275722

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-03 17:37:23 UTC (rev 275721)
+++ extra-i686/PKGBUILD 2016-09-03 17:37:59 UTC (rev 275722)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio
-pkgver=5.25.0
-pkgrel=1
-pkgdesc='Resource and network access abstraction'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('solid' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' 
'desktop-file-utils' 'kinit')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('0077d90029c34f734fb661912f2213d1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kio/repos/extra-i686/PKGBUILD (from rev 275721, kio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-03 17:37:59 UTC (rev 275722)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio
+pkgver=5.25.0
+pkgrel=2
+pkgdesc='Resource and network access abstraction'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('solid' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' 
'desktop-file-utils' 'kinit')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
+
kdebug-366795.patch::"https://quickgit.kde.org/?p=kio.git&a=commitdiff&h=fcbfb61a&o=plain";)
+md5sums=('0077d90029c34f734fb661912f2213d1'
+ 'f8fcb4c3de5d3f1f2a9a2fc30bed6965')
+
+prepare() {
+  mkdir -p build
+
+# Fix pasting files in SMB/MTP paths http://bugs.kde.org/show_bug.cgi?id=366795
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-366795.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-03 17:37:23 UTC (rev 275721)
+++ extra-x86_64/PKGBUILD   2016-09-03 17:37:59 UTC (rev 275722)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio
-pkgver=5.25.0
-pkgrel=1
-pkgdesc='Resource and network access abstraction'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('solid' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' 
'desktop-file-utils' 'kinit')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('0077d90029c34f734fb661912f2213d1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kio/repos/extra-x86_64/PKGBUILD (from rev 275721, kio/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-03 17:37:59 UTC (rev 275722)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio
+pkgver=5.25.0
+pkgrel=2
+pkgdesc=

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

2016-09-03 Thread Jiachen Yang
Date: Saturday, September 3, 2016 @ 18:54:43
  Author: farseerfc
Revision: 188385

upgpkg: retext 6.0.1-2

retext now depends on python-markdown

Modified:
  retext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 17:03:46 UTC (rev 188384)
+++ PKGBUILD2016-09-03 18:54:43 UTC (rev 188385)
@@ -7,7 +7,7 @@
 
 pkgname=retext
 pkgver=6.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple editor for Markdown and ReStructuredText markup languages"
 arch=('any')
 url="https://github.com/retext-project/retext";
@@ -14,29 +14,31 @@
 license=('GPL3')
 # for desktop integration: 'shared-mime-info' 'xdg-utils' 'desktop-file-utils'
 # for toolbar icons (see http://sourceforge.net/p/retext/tickets/44/): 'gconf'
-depends=('python-pyqt5' 'qt5-webkit' 'python-markups>=2.0.0' 
'shared-mime-info' 'xdg-utils' 'desktop-file-utils' 'gconf' 
'hicolor-icon-theme')
+depends=('python-pyqt5' 'qt5-webkit' 'python-markups>=2.0.0' 
'shared-mime-info' 'xdg-utils' 'desktop-file-utils' 'gconf' 
'hicolor-icon-theme' 'python-markdown')
 makedepends=('imagemagick' 'qt5-tools' 'qtchooser' 'git')
-optdepends=('python-markdown: for Markdown language support, you MUST install 
at least one markup language'
-'python-docutils: for reStructuredText language support, you MUST 
install at least one markup language'
+optdepends=('python-docutils: for reStructuredText language support'
 'python-pyenchant: for spell checking support')
-source=("https://github.com/retext-project/${pkgname}/archive/${pkgver}.tar.gz";
+source=("git+https://github.com/retext-project/retext#commit=64ec2242943a27dbc5c95717eed077215c37e417";
 "x-retext-markdown.xml"
 "x-retext-rst.xml")
-sha256sums=('9e5614b1c9646dd5bbe19221196054a409828db074202a751b97d3493591d1dd'
+sha256sums=('SKIP'
 'b51611479d3224eec2b58264ed91ace3eccb502b7b806dae3e7a3ab4aab8c4b8'
 '6fef80cccb14813d9cc74810c397a6cd7831d1ca243536759a47c6e8b6cc977a')
 
 prepare () {
-cd "$srcdir/retext-${pkgver}"
+#cd "$srcdir/retext-${pkgver}"
+cd "$srcdir/retext"
 }
 
 build () {
-cd "$srcdir/retext-${pkgver}"
+#cd "$srcdir/retext-${pkgver}"
+cd "$srcdir/retext"
 python3 setup.py build
 }
 
 package () {
-cd "$srcdir/retext-${pkgver}"
+#cd "$srcdir/retext-${pkgver}"
+cd "$srcdir/retext"
 python3 setup.py install --root="$pkgdir" -O1
 
 # create /usr/share/* dirs


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

2016-09-03 Thread Jiachen Yang
Date: Saturday, September 3, 2016 @ 18:55:28
  Author: farseerfc
Revision: 188386

archrelease: copy trunk to community-any

Added:
  retext/repos/community-any/PKGBUILD
(from rev 188385, retext/trunk/PKGBUILD)
  retext/repos/community-any/x-retext-markdown.xml
(from rev 188385, retext/trunk/x-retext-markdown.xml)
  retext/repos/community-any/x-retext-rst.xml
(from rev 188385, retext/trunk/x-retext-rst.xml)
Deleted:
  retext/repos/community-any/PKGBUILD
  retext/repos/community-any/x-retext-markdown.xml
  retext/repos/community-any/x-retext-rst.xml

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-03 18:54:43 UTC (rev 188385)
+++ PKGBUILD2016-09-03 18:55:28 UTC (rev 188386)
@@ -1,59 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Hyacinthe Cartiaux 
-# Contributor: Bartosz Chmura 
-# Contributor: Alessio Sergi 
-# Contributor: alfplayer
-# Contributor: menta
-
-pkgname=retext
-pkgver=6.0.1
-pkgrel=1
-pkgdesc="A simple editor for Markdown and ReStructuredText markup languages"
-arch=('any')
-url="https://github.com/retext-project/retext";
-license=('GPL3')
-# for desktop integration: 'shared-mime-info' 'xdg-utils' 'desktop-file-utils'
-# for toolbar icons (see http://sourceforge.net/p/retext/tickets/44/): 'gconf'
-depends=('python-pyqt5' 'qt5-webkit' 'python-markups>=2.0.0' 
'shared-mime-info' 'xdg-utils' 'desktop-file-utils' 'gconf' 
'hicolor-icon-theme')
-makedepends=('imagemagick' 'qt5-tools' 'qtchooser' 'git')
-optdepends=('python-markdown: for Markdown language support'
-'python-docutils: for reStructuredText language support'
-'python-pyenchant: for spell checking support')
-source=("https://github.com/retext-project/${pkgname}/archive/${pkgver}.tar.gz";
-"x-retext-markdown.xml"
-"x-retext-rst.xml")
-sha256sums=('9e5614b1c9646dd5bbe19221196054a409828db074202a751b97d3493591d1dd'
-'b51611479d3224eec2b58264ed91ace3eccb502b7b806dae3e7a3ab4aab8c4b8'
-'6fef80cccb14813d9cc74810c397a6cd7831d1ca243536759a47c6e8b6cc977a')
-
-prepare () {
-cd "$srcdir/retext-${pkgver}"
-}
-
-build () {
-cd "$srcdir/retext-${pkgver}"
-python3 setup.py build
-}
-
-package () {
-cd "$srcdir/retext-${pkgver}"
-python3 setup.py install --root="$pkgdir" -O1
-
-# create /usr/share/* dirs
-_SHAREDIR="$pkgdir/usr/share"
-install -d -m 755 $_SHAREDIR/{applications,mime/packages}
-
-# install icons
-_ICONSDIR="$_SHAREDIR/icons/hicolor"
-for size in 16 22 24 32 48 128; do
-  install -d -m 755 $_ICONSDIR/${size}x${size}/apps
-  convert -resize $size icons/$pkgname.png 
$_ICONSDIR/${size}x${size}/apps/$pkgname.png
-done
-install -d -m 755 $_ICONSDIR/scalable/apps
-install -m 644 icons/$pkgname.svg $_ICONSDIR/scalable/apps/$pkgname.svg
-
-# install mime files
-install -m 644 $srcdir/x-retext-{markdown,rst}.xml 
$_SHAREDIR/mime/packages/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: retext/repos/community-any/PKGBUILD (from rev 188385, 
retext/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-03 18:55:28 UTC (rev 188386)
@@ -0,0 +1,61 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Hyacinthe Cartiaux 
+# Contributor: Bartosz Chmura 
+# Contributor: Alessio Sergi 
+# Contributor: alfplayer
+# Contributor: menta
+
+pkgname=retext
+pkgver=6.0.1
+pkgrel=2
+pkgdesc="A simple editor for Markdown and ReStructuredText markup languages"
+arch=('any')
+url="https://github.com/retext-project/retext";
+license=('GPL3')
+# for desktop integration: 'shared-mime-info' 'xdg-utils' 'desktop-file-utils'
+# for toolbar icons (see http://sourceforge.net/p/retext/tickets/44/): 'gconf'
+depends=('python-pyqt5' 'qt5-webkit' 'python-markups>=2.0.0' 
'shared-mime-info' 'xdg-utils' 'desktop-file-utils' 'gconf' 
'hicolor-icon-theme' 'python-markdown')
+makedepends=('imagemagick' 'qt5-tools' 'qtchooser' 'git')
+optdepends=('python-docutils: for reStructuredText language support'
+'python-pyenchant: for spell checking support')
+source=("git+https://github.com/retext-project/retext#commit=64ec2242943a27dbc5c95717eed077215c37e417";
+"x-retext-markdown.xml"
+"x-retext-rst.xml")
+sha256sums=('SKIP'
+'b51611479d3224eec2b58264ed91ace3eccb502b7b806dae3e7a3ab4aab8c4b8'
+'6fef80cccb14813d9cc74810c397a6cd7831d1ca243536759a47c6e8b6cc977a')
+
+prepare () {
+#cd "$srcdir/retext-${pkgver}"
+cd "$srcdir/retext"
+}
+
+build () {
+#cd "$srcdir/retext-${pkgver}"
+cd "$srcdir/retext"
+python3 setup.py build
+}
+
+package () {
+#cd "$srcdir/retext-${pkgver}"
+cd "$srcdir/retext"
+python3 setup.py install --root="$pkgdir" -O1
+
+# create /usr/sh

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 19:01:39
  Author: felixonmars
Revision: 188387

upgpkg: haskell-hpack 0.14.1-13

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 18:55:28 UTC (rev 188386)
+++ PKGBUILD2016-09-03 19:01:39 UTC (rev 188387)
@@ -6,7 +6,7 @@
 pkgname=haskell-hpack
 _hkgname=hpack
 pkgver=0.14.1
-pkgrel=12
+pkgrel=13
 pkgdesc="An alternative format for Haskell packages"
 url="https://github.com/sol/hpack#readme";
 license=("MIT")


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 19:02:04
  Author: felixonmars
Revision: 188388

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

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

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

Copied: haskell-hpack/repos/community-staging-i686/PKGBUILD (from rev 188387, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 19:02:04 UTC (rev 188388)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.14.1
+pkgrel=13
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme";
+license=("MIT")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-yaml')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+md5sums=('0d9934d24a6a1eb4c7e701c07eda076a')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  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 -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}

Copied: haskell-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 188387, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 19:02:04 UTC (rev 188388)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.14.1
+pkgrel=13
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme";
+license=("MIT")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=8.0.1" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-yaml')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+md5sums=('0d9934d24a6a1eb4c7e701c07eda076a')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  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 -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}


[arch-commits] Commit in (4 files)

2016-09-03 Thread Antonio Rojas
Date: Saturday, September 3, 2016 @ 19:02:55
  Author: arojas
Revision: 275723

Add PGP signature verification

Modified:
  kdevelop-php/trunk/PKGBUILD
  kdevelop-python/trunk/PKGBUILD
  kdevelop/trunk/PKGBUILD
  kdevplatform/trunk/PKGBUILD

+
 kdevelop-php/trunk/PKGBUILD|6 --
 kdevelop-python/trunk/PKGBUILD |6 --
 kdevelop/trunk/PKGBUILD|8 +---
 kdevplatform/trunk/PKGBUILD|6 --
 4 files changed, 17 insertions(+), 9 deletions(-)

Modified: kdevelop/trunk/PKGBUILD
===
--- kdevelop/trunk/PKGBUILD 2016-09-03 17:37:59 UTC (rev 275722)
+++ kdevelop/trunk/PKGBUILD 2016-09-03 19:02:55 UTC (rev 275723)
@@ -10,7 +10,7 @@
 url='http://www.kdevelop.org/'
 license=(GPL)
 depends=(kdevplatform clang libksysguard)
-makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt clang llvm qt5-tools 
plasma-framework krunner okteta python)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta python)
 optdepends=('konsole: embedded terminal'
'git: Git support'
'subversion: SVN support'
@@ -23,8 +23,10 @@
'plasma-framework: for the plasma addons')
 conflicts=(kdevelop-qmljs)
 replaces=(kdevelop-qmljs)
-source=("http://download.kde.org/stable/$pkgname/${pkgver}.0/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('f755ac986bbc5f794e6f77c4f2583b80040dc1f6')
+source=("http://download.kde.org/stable/$pkgname/${pkgver}.0/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('f755ac986bbc5f794e6f77c4f2583b80040dc1f6'
+  'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 
 prepare() {
   mkdir -p build

Modified: kdevelop-php/trunk/PKGBUILD
===
--- kdevelop-php/trunk/PKGBUILD 2016-09-03 17:37:59 UTC (rev 275722)
+++ kdevelop-php/trunk/PKGBUILD 2016-09-03 19:02:55 UTC (rev 275723)
@@ -11,8 +11,10 @@
 license=(GPL)
 depends=(kdevelop)
 makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt python)
-source=(http://download.kde.org/stable/kdevelop/${pkgver}.0/src/kdev-php-$pkgver.tar.xz)
-sha1sums=('4456c9f26f019031951b3787dd42a06f7f979e16')
+source=("http://download.kde.org/stable/kdevelop/${pkgver}.0/src/kdev-php-$pkgver.tar.xz"{,.sig})
+sha1sums=('4456c9f26f019031951b3787dd42a06f7f979e16'
+  'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 
 prepare() {
   mkdir -p build

Modified: kdevelop-python/trunk/PKGBUILD
===
--- kdevelop-python/trunk/PKGBUILD  2016-09-03 17:37:59 UTC (rev 275722)
+++ kdevelop-python/trunk/PKGBUILD  2016-09-03 19:02:55 UTC (rev 275723)
@@ -11,8 +11,10 @@
 license=(GPL)
 depends=(kdevelop python)
 makedepends=(extra-cmake-modules)
-source=("http://download.kde.org/stable/kdevelop/${pkgver}.0/src/kdev-python-$pkgver.tar.xz";)
-sha1sums=('37c94be6ec560573d2232aaefc9cb0bbf89cb081')
+source=("http://download.kde.org/stable/kdevelop/${pkgver}.0/src/kdev-python-$pkgver.tar.xz"{,.sig})
+sha1sums=('37c94be6ec560573d2232aaefc9cb0bbf89cb081'
+  'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 
 prepare() {
   mkdir -p build

Modified: kdevplatform/trunk/PKGBUILD
===
--- kdevplatform/trunk/PKGBUILD 2016-09-03 17:37:59 UTC (rev 275722)
+++ kdevplatform/trunk/PKGBUILD 2016-09-03 19:02:55 UTC (rev 275723)
@@ -13,8 +13,10 @@
 depends=(grantlee hicolor-icon-theme kcmutils threadweaver kitemmodels 
ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-webkit)
 makedepends=(extra-cmake-modules boost subversion python)
 optdepends=('subversion: Subversion plugin')
-source=("http://download.kde.org/stable/kdevelop/${pkgver}.0/src/$pkgname-$pkgver.tar.xz";)
-sha1sums=('9cefe1c2b18187c1dde5252de9ac2648f3118bae')
+source=("http://download.kde.org/stable/kdevelop/${pkgver}.0/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('9cefe1c2b18187c1dde5252de9ac2648f3118bae'
+  'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6') # Sven Brauch 

 
 prepare() {
   mkdir -p build


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 19:03:35
  Author: felixonmars
Revision: 188389

upgpkg: haskell-yesod 1.4.3-33

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 19:02:04 UTC (rev 188388)
+++ PKGBUILD2016-09-03 19:03:35 UTC (rev 188389)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.3
-pkgrel=32
+pkgrel=33
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 19:04:04
  Author: felixonmars
Revision: 188390

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

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

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 188389, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 19:04:04 UTC (rev 188390)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.3
+pkgrel=33
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" "haskell-streaming-commons"
+ "haskell-text" "haskell-unordered-containers" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" "haskell-yaml"
+ "haskell-yesod-auth" "haskell-yesod-core" "haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('13655ed28102b30f32a34fb1b30cf20c1d9bbd9f6f1c89f96643ea6d7bba74a3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup registe

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 19:04:20
  Author: felixonmars
Revision: 188391

upgpkg: haskell-yesod-static 1.5.0.4-1

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 19:04:04 UTC (rev 188390)
+++ PKGBUILD2016-09-03 19:04:20 UTC (rev 188391)
@@ -4,8 +4,8 @@
 
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
-pkgver=1.5.0.3
-pkgrel=71
+pkgver=1.5.0.4
+pkgrel=1
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/";
 license=("MIT")
@@ -19,7 +19,7 @@
  "haskell-unordered-containers" "haskell-wai" "haskell-wai-app-static"
  "haskell-yesod-core")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('a46f952593fc36323aba1352b4b7a2703bb609ec19b709447268e7be24f8ce74')
+sha256sums=('55a91e85739fb3e06de50f34def5929c7bb8b74810b9fe621c4e2e3f3ebc82b0')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 19:04:45
  Author: felixonmars
Revision: 188392

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

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

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

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
188391, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 19:04:45 UTC (rev 188392)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.0.4
+pkgrel=1
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" 
"haskell-cryptohash-conduit"
+ "haskell-css-text" "haskell-data-default" "haskell-file-embed"
+ "haskell-hashable" "haskell-hjsmin" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-old-time" "haskell-resourcet" "haskell-text" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-app-static"
+ "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('55a91e85739fb3e06de50f34def5929c7bb8b74810b9fe621c4e2e3f3ebc82b0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
188391, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 19:04:45 UTC (rev 188392)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.0.4
+pkgrel=1
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" 
"haskell-cryptohash-conduit"
+ "haskell-css-text" "haskell-data-default" "haskell-file-embed"
+ "haskell-hashable" "haskell-hjsmin" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-old-time" "haskell-resourcet" "haskell-text" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-app-static"
+ "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('55a91e85739fb3e06de50f34def5929c7bb8b74810b9fe621c4e2e3f3ebc82b0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pk

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 19:05:24
  Author: felixonmars
Revision: 188393

upgpkg: haskell-yesod-default 1.2.0-65

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 19:04:45 UTC (rev 188392)
+++ PKGBUILD2016-09-03 19:05:24 UTC (rev 188393)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=64
+pkgrel=65
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 19:05:53
  Author: felixonmars
Revision: 188394

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

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

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

Copied: haskell-yesod-default/repos/community-staging-i686/PKGBUILD (from rev 
188393, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 19:05:53 UTC (rev 188394)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=65
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
188393, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 19:05:53 UTC (rev 188394)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=65
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-09-03 Thread Jelle van der Waa
Date: Saturday, September 3, 2016 @ 19:28:28
  Author: jelle
Revision: 188395

Add fix url

Modified:
  timew/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 19:05:53 UTC (rev 188394)
+++ PKGBUILD2016-09-03 19:28:28 UTC (rev 188395)
@@ -1,3 +1,4 @@
+# Maintainer: Jelle van der Waa 
 # Contributor: Joost Bremmer 
 
 pkgname=timew
@@ -18,8 +19,8 @@
 prepare() {
 cd "${pkgname}-${pkgver}"
 
-# Fix Python shebang
-# FIXME: make the script Python3 compatible.
+# Fix Python shebang, fixed upstream in 1.1.0
+# 
https://git.tasktools.org/projects/TM/repos/timew/commits/5ddef40d8272be870e05ee3753dcf3bbe35e2bd9
 sed -i 's/env python/env python2/g' doc/holidays/refresh
 }
 


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 19:39:49
  Author: felixonmars
Revision: 188396

upgpkg: stylish-haskell 0.6.4.0-2

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 19:28:28 UTC (rev 188395)
+++ PKGBUILD2016-09-03 19:39:49 UTC (rev 188396)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.6.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell";
 license=("custom:BSD3")


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 19:40:38
  Author: felixonmars
Revision: 188397

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

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

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

Copied: stylish-haskell/repos/community-staging-i686/PKGBUILD (from rev 188396, 
stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 19:40:38 UTC (rev 188397)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.6.4.0
+pkgrel=2
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-src-exts" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-strict" "haskell-syb" 
"haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('7f8aba23c7409350c59fdc836eedc4ab71e179bd5eed7e1b828178ef89bc6676')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
188396, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 19:40:38 UTC (rev 188397)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.6.4.0
+pkgrel=2
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-src-exts" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-strict" "haskell-syb" 
"haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('7f8aba23c7409350c59fdc836eedc4ab71e179bd5eed7e1b828178ef89bc6676')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 19:43:32
  Author: felixonmars
Revision: 188399

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

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

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

Copied: hindent/repos/community-staging-i686/PKGBUILD (from rev 188398, 
hindent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 19:43:32 UTC (rev 188399)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=5.2.1
+pkgrel=1
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-descriptive" "haskell-exceptions" 
"haskell-monad-loops"
+ "haskell-mtl" "haskell-path" "haskell-path-io" "haskell-src-exts" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string" "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('0c3118ccf087bea9dfaa9cbcb76bd6ed35919acd2fa511c741e97277b6b01c53')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: hindent/repos/community-staging-x86_64/PKGBUILD (from rev 188398, 
hindent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 19:43:32 UTC (rev 188399)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=5.2.1
+pkgrel=1
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-descriptive" "haskell-exceptions" 
"haskell-monad-loops"
+ "haskell-mtl" "haskell-path" "haskell-path-io" "haskell-src-exts" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string" "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('0c3118ccf087bea9dfaa9cbcb76bd6ed35919acd2fa511c741e97277b6b01c53')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 19:43:05
  Author: felixonmars
Revision: 188398

upgpkg: hindent 5.2.1-1

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  hindent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 19:40:38 UTC (rev 188397)
+++ PKGBUILD2016-09-03 19:43:05 UTC (rev 188398)
@@ -3,7 +3,7 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hindent
-pkgver=5.1.0
+pkgver=5.2.1
 pkgrel=1
 pkgdesc="Extensible Haskell pretty printer"
 url="http://www.github.com/chrisdone/hindent";
@@ -11,9 +11,10 @@
 arch=('i686' 'x86_64')
 depends=('gmp' 'libffi')
 makedepends=("ghc=8.0.1" "haskell-descriptive" "haskell-exceptions" 
"haskell-monad-loops"
- "haskell-mtl" "haskell-src-exts" "haskell-text" 
"haskell-utf8-string")
+ "haskell-mtl" "haskell-path" "haskell-path-io" "haskell-src-exts" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string" "haskell-yaml")
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('764e3261d91ef84815f1a9e82f5b3cc830a7896aa2bf3d8508f4387f028e40c0')
+sha256sums=('0c3118ccf087bea9dfaa9cbcb76bd6ed35919acd2fa511c741e97277b6b01c53')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 19:45:59
  Author: felixonmars
Revision: 188400

upgpkg: pandoc-crossref 0.2.3.0-3

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 19:43:32 UTC (rev 188399)
+++ PKGBUILD2016-09-03 19:45:59 UTC (rev 188400)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase}";
 license=("GPL2")


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 19:46:41
  Author: felixonmars
Revision: 188401

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

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

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 188400, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 19:46:41 UTC (rev 188401)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.3.0
+pkgrel=3
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase}";
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('b6b4200023da4835cf50a2c9a247a837282ccf16e1684336b5a15d17b9ad085e')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
188400, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 19:46:41 UTC (rev 188401)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.3.0
+pkgrel=3
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase}";
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('b6b4200023da4835cf50a2c9a247a837282ccf16e1684336b5a15d17b9ad085e')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 19:50:16
  Author: felixonmars
Revision: 188402

upgpkg: haskell-hakyll 4.8.3.2-15

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 19:46:41 UTC (rev 188401)
+++ PKGBUILD2016-09-03 19:50:16 UTC (rev 188402)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.8.3.2
-pkgrel=14
+pkgrel=15
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("custom:BSD3")


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 19:50:40
  Author: felixonmars
Revision: 188403

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 188402, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 188402, 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 188402, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 19:50:40 UTC (rev 188403)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.8.3.2
+pkgrel=15
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri" "haskell-pandoc"
+ "haskell-pandoc-citeproc" "haskell-parsec" "haskell-random" 
"haskell-regex-base"
+ "haskell-regex-tdfa" "haskell-resourcet" "haskell-scientific" 
"haskell-tagsoup"
+ "haskell-text" "haskell-time-locale-compat" 
"haskell-unordered-containers" "haskell-vector"
+ "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ddc8c659590d29ba34afdced18ff1e60dc9d1bfb102a5cc7df447e31ee5e0b39')
+
+prepare() {
+sed -i 's/http-conduit >= 2.1&& < 2.2,/http-conduit >= 2.1\&\& < 
2.3,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -f-watchserver -f-previewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
188402, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 19:50:40 UTC (rev 188403)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.8.3.2
+pkgrel=15
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri" "haskell-pandoc"
+ "haskell-pandoc-citeproc" "haskell-parsec" "haskell-random" 
"haskell-regex-base"
+ "haskell-regex-tdfa" "haskell-resourcet" "haskell-scientific" 
"haskell-tagsoup"
+ "haskell-text" "haskell-time-locale-compat" 
"haskell-unordered-containers" "haskell-vector"
+ "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ddc8c659590d29ba34afdced18ff1e60dc9d1bfb102a5cc7df447e31ee5e0b39')
+
+prepare() {
+sed -i 's/http-conduit >= 2.1&& < 2.2,/http-conduit >= 2.1\&\& < 
2.3,/' 

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 19:51:52
  Author: felixonmars
Revision: 188404

upgpkg: haskell-test-framework-hunit 0.3.0.2-7

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  haskell-test-framework-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 19:50:40 UTC (rev 188403)
+++ PKGBUILD2016-09-03 19:51:52 UTC (rev 188404)
@@ -5,7 +5,7 @@
 _hkgname=test-framework-hunit
 pkgname=haskell-test-framework-hunit
 pkgver=0.3.0.2
-pkgrel=6
+pkgrel=7
 pkgdesc="HUnit support for the test-framework package."
 url="https://batterseapower.github.io/test-framework/";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-test-framework-hunit/repos (4 files)

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 19:52:16
  Author: felixonmars
Revision: 188405

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

Added:
  haskell-test-framework-hunit/repos/community-staging-i686/
  haskell-test-framework-hunit/repos/community-staging-i686/PKGBUILD
(from rev 188404, haskell-test-framework-hunit/trunk/PKGBUILD)
  haskell-test-framework-hunit/repos/community-staging-x86_64/
  haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 188404, haskell-test-framework-hunit/trunk/PKGBUILD)

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

Copied: haskell-test-framework-hunit/repos/community-staging-i686/PKGBUILD 
(from rev 188404, haskell-test-framework-hunit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 19:52:16 UTC (rev 188405)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework-hunit
+pkgname=haskell-test-framework-hunit
+pkgver=0.3.0.2
+pkgrel=7
+pkgdesc="HUnit support for the test-framework package."
+url="https://batterseapower.github.io/test-framework/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hunit" "haskell-extensible-exceptions" 
"haskell-test-framework")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('95cb8ee02a850b164bfdabdf4dbc839d621361f3ac770ad21ea43a8bde360bf8')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-base3 -fbase4
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD 
(from rev 188404, haskell-test-framework-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 19:52:16 UTC (rev 188405)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework-hunit
+pkgname=haskell-test-framework-hunit
+pkgver=0.3.0.2
+pkgrel=7
+pkgdesc="HUnit support for the test-framework package."
+url="https://batterseapower.github.io/test-framework/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hunit" "haskell-extensible-exceptions" 
"haskell-test-framework")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('95cb8ee02a850b164bfdabdf4dbc839d621361f3ac770ad21ea43a8bde360bf8')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-base3 -fbase4
+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}"
+   

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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 20:25:59
  Author: felixonmars
Revision: 188406

upgpkg: stack 1.1.2-22

rebuild with HUnit-1.3.1.2, hindent-5.2.1, http-api-data-0.3, 
http-client-0.5.3.1, shakespeare-2.0.11.1, utility-ht-0.0.12, yaml-0.8.18.4, 
yesod-auth-1.4.13.5, yesod-static-1.5.0.4

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 19:52:16 UTC (rev 188405)
+++ PKGBUILD2016-09-03 20:25:59 UTC (rev 188406)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.1.2
-pkgrel=21
+pkgrel=22
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


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

2016-09-03 Thread Felix Yan
Date: Saturday, September 3, 2016 @ 20:26:32
  Author: felixonmars
Revision: 188407

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 188406, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/http-client-0.5.patch
(from rev 188406, stack/trunk/http-client-0.5.patch)
  stack/repos/community-staging-i686/stack.install
(from rev 188406, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 188406, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/http-client-0.5.patch
(from rev 188406, stack/trunk/http-client-0.5.patch)
  stack/repos/community-staging-x86_64/stack.install
(from rev 188406, stack/trunk/stack.install)

+
 community-staging-i686/PKGBUILD|  104 +
 community-staging-i686/http-client-0.5.patch   |  438 +++
 community-staging-i686/stack.install   |4 
 community-staging-x86_64/PKGBUILD  |  104 +
 community-staging-x86_64/http-client-0.5.patch |  438 +++
 community-staging-x86_64/stack.install |4 
 6 files changed, 1092 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 188406, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 20:26:32 UTC (rev 188407)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.1.2
+pkgrel=22
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-async"
+ "haskell-attoparsec" "haskell-base-compat" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cryptohash"
+ "haskell-cryptohash-conduit" "haskell-edit-distance" 
"haskell-either"
+ "haskell-enclosed-exceptions" "haskell-errors" 
"haskell-exceptions" "haskell-extra"
+ "haskell-fast-logger" "haskell-filelock" "haskell-fsnotify" 
"haskell-generic-deriving"
+ "haskell-gitrev" "haskell-hashable" "haskell-hastache" 
"haskell-hit"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-hpack" "haskell-lifted-base" 
"haskell-microlens"
+ "haskell-monad-control" "haskell-monad-logger" 
"haskell-monad-unlift" "haskell-mtl"
+ "haskell-open-browser" "haskell-optparse-applicative" 
"haskell-optparse-simple"
+ "haskell-path" "haskell-path-io" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-stm" 
"haskell-streaming-commons"
+ "haskell-tar" "haskell-temporary" "haskell-text" 
"haskell-text-binary" "haskell-tls"
+ "haskell-transformers-base" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-vector-binary-instances" "haskell-yaml"
+ "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";
+http-client-0.5.patch)
+sha256sums=('fc836b24fdeac54244fc79b6775d5edee146b7e552ad8e69596c7cc2f2b10625'
+'01f2d69bda507a7b0660495a1a196a07123e8c36321c4204b0a137bf5737fa38')
+
+prepare() {
+sed -e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& 
<0.4,/' \
+-e 's/binary ==0.7.*,/binary >= 0.7 \&\& < 0.9,/' \
+-e 's/generic-deriving >=1.9.0 && <1.10,/generic-deriving >=1.9.0 \&\& 
<1.11,/' \
+-e 's/process >=1.2.0.0 && <1.3,/process >=1.2.0.0 \&\& <1.5,/' \
+-e 's/template-haskell >=2.9.0.0 && <2.11,/template-haskell >=2.9.0.0 
\&\& <2.12,/' \
+-e 's/time >=1.4.2 && <1.6,/time >=1.4.2 \&\& <1.7,/' \
+-e 's/transformers >=0.3.0.0 && <0.5,/transformers >=0.3.0.0 \&\& 
<0.6,/' \
+-e 's/transformers >=0.4.2.0 && <0.5/transformers >=0.4.2.0 \&\& 
<0.6/' \
+-e 's/monad-unlift >=0.1.2.0 && <0.2,/monad-unlift >=0.1.2.0 \&\& 
<0.3,/' \
+-e 's/http-client >=0.4.17 && <0.5,/http-client >=0.4.17 \&\& <0.6,/' \
+-e 's/http-client >=0.4.28 && <0.5,/http-client >=0.4.28 \&\& <0.6,/' \
+-e 's/http-client-tls >=0.2.2 && <0.3,/htt

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

2016-09-03 Thread Jan Steffens
Date: Saturday, September 3, 2016 @ 20:45:39
  Author: heftig
Revision: 188442

3.58-1

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 20:35:42 UTC (rev 188441)
+++ PKGBUILD2016-09-03 20:45:39 UTC (rev 188442)
@@ -3,7 +3,7 @@
 
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
-pkgver=3.57
+pkgver=3.58
 pkgrel=1
 pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
 gemrc dirs.patch)
-sha256sums=('c2bc550129ad306188458880240348892893d08af8e74e2dbdb5318f313762bd'
+sha256sums=('28875f1b9cb9b722323fa4217d9f3472e57a9ea6bd1fbc43a67eb47f81967cee'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
 '1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
 


[arch-commits] Commit in rubinius/repos/community-x86_64 (6 files)

2016-09-03 Thread Jan Steffens
Date: Saturday, September 3, 2016 @ 20:47:16
  Author: heftig
Revision: 188443

archrelease: copy trunk to community-x86_64

Added:
  rubinius/repos/community-x86_64/PKGBUILD
(from rev 188442, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-x86_64/dirs.patch
(from rev 188442, rubinius/trunk/dirs.patch)
  rubinius/repos/community-x86_64/gemrc
(from rev 188442, rubinius/trunk/gemrc)
Deleted:
  rubinius/repos/community-x86_64/PKGBUILD
  rubinius/repos/community-x86_64/dirs.patch
  rubinius/repos/community-x86_64/gemrc

+
 PKGBUILD   |  174 +--
 dirs.patch |   42 +++---
 gemrc  |   10 +--
 3 files changed, 113 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-03 20:45:39 UTC (rev 188442)
+++ PKGBUILD2016-09-03 20:47:16 UTC (rev 188443)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=rubinius
-pkgname=(rubinius rubinius-ruby)
-pkgver=3.57
-pkgrel=1
-pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
-arch=(x86_64)
-url="http://rubinius.com";
-license=(custom)
-depends=(llvm-libs libffi openssl libyaml)
-makedepends=(llvm ruby clang valgrind)
-options=(!emptydirs)
-source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
-gemrc dirs.patch)
-sha256sums=('c2bc550129ad306188458880240348892893d08af8e74e2dbdb5318f313762bd'
-'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
-'1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
-
-_common() {
-  export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8" TMPDIR="$srcdir"
-  cd $pkgbase-$pkgver
-}
-
-prepare() {
-  _common
-
-  patch -Np1 -i ../dirs.patch
-
-  mkdir -p "$GEM_HOME"
-  gem install --no-user-install -N vendor/cache/bundler-*.gem
-
-  "$GEM_HOME/bin/bundle" install --local
-}
-
-build() {
-  _common
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---includedir=/usr/include/rubinius \
---appdir=/usr/lib/rubinius \
---gemsdir=/usr/lib/rubinius/gems \
---llvm-shared \
---preserve-prefix \
---without-rpath \
---bin-link bundle --bin-link bundler
-  rake build
-}
-
-check() {
-  _common
-  rake vm:test || :
-}
-
-package_rubinius() {
-  optdepends=('ruby-docs: Ruby documentation')
-
-  _common
-
-  DESTDIR="$pkgdir" rake install
-
-  mkdir -p "$pkgdir/usr/share/ri"
-  ln -s 2.3.0 "$pkgdir/usr/share/ri/2.3"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/rubinius/LICENSE"
-
-### Split rubinius-ruby
-  mkdir -p "$srcdir/ruby/usr/bin"
-  for _f in "$pkgdir"/usr/bin/*; do
-[[ $_f == */rbx ]] && continue
-mv $_f "$srcdir/ruby/usr/bin"
-  done
-}
-
-package_rubinius-ruby() {
-  pkgdesc="Ruby compat for Rubinius"
-  depends=("rubinius=$pkgver-$pkgrel")
-  provides=(ruby)
-  conflicts=(ruby)
-  backup=(etc/gemrc)
-
-  mv ruby/* "$pkgdir"
-  install -Dm644 gemrc "$pkgdir/etc/gemrc"
-  install -d "$pkgdir/usr/share/licenses/rubinius-ruby"
-  ln -s ../rubinius/LICENSE "$pkgdir/usr/share/licenses/rubinius-ruby/LICENSE"
-}

Copied: rubinius/repos/community-x86_64/PKGBUILD (from rev 188442, 
rubinius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-03 20:47:16 UTC (rev 188443)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=3.58
+pkgrel=1
+pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
+arch=(x86_64)
+url="http://rubinius.com";
+license=(custom)
+depends=(llvm-libs libffi openssl libyaml)
+makedepends=(llvm ruby clang valgrind)
+options=(!emptydirs)
+source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
+gemrc dirs.patch)
+sha256sums=('28875f1b9cb9b722323fa4217d9f3472e57a9ea6bd1fbc43a67eb47f81967cee'
+'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
+'1bfb4d590d35f01b3ee344cec8f961558f08847b3db54e5f56a4a20a22a898ec')
+
+_common() {
+  export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8" TMPDIR="$srcdir"
+  cd $pkgbase-$pkgver
+}
+
+prepare() {
+  _common
+
+  patch -Np1 -i ../dirs.patch
+
+  mkdir -p "$GEM_HOME"
+  gem install --no-user-install -N vendor/cache/bundler-*.gem
+
+  "$GEM_HOME/bin/bundle" install --local
+}
+
+build() {
+  _common
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--includedir=/usr/include/rubinius \
+--appdir=/usr/lib/rubinius \
+--gemsdir=/usr/lib/rubinius/gems \
+--llvm-shared \
+--preserve-prefix \
+--without-rpath \
+--bin-link bundle --bin-link bundler
+  rake build
+}
+
+check() {
+  _common
+  rake vm:test || :
+}
+
+package_rubinius() {
+  optdepends=('ruby-docs: Ruby documentation')
+
+  _common
+
+  DESTDIR="$pkgdir" rake install
+
+  mkdir -p "$pkgdir/usr/share/ri"

[arch-commits] Commit in wine/repos (7 files)

2016-09-03 Thread Sven-Hendrik Haase
Date: Saturday, September 3, 2016 @ 23:25:01
  Author: svenstaro
Revision: 188445

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

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

+
 /30-win32-aliases.conf |   20 +++
 /PKGBUILD  |  178 +++
 community-i686/30-win32-aliases.conf   |   20 ---
 community-i686/PKGBUILD|  178 ---
 community-x86_64/30-win32-aliases.conf |   20 +++
 community-x86_64/PKGBUILD  |  178 +++
 6 files changed, 396 insertions(+), 198 deletions(-)

Deleted: community-i686/30-win32-aliases.conf
===
--- community-i686/30-win32-aliases.conf2016-09-03 23:24:52 UTC (rev 
188444)
+++ community-i686/30-win32-aliases.conf2016-09-03 23:25:01 UTC (rev 
188445)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 188444, 
wine/trunk/30-win32-aliases.conf)
===
--- community-i686/30-win32-aliases.conf(rev 0)
+++ community-i686/30-win32-aliases.conf2016-09-03 23:25:01 UTC (rev 
188445)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-03 23:24:52 UTC (rev 188444)
+++ community-i686/PKGBUILD 2016-09-03 23:25:01 UTC (rev 188445)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.17
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('5628b6b6fe8d06c9a3f3be45aeca515d7deb78da'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com";
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libj

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

2016-09-03 Thread Sven-Hendrik Haase
Date: Saturday, September 3, 2016 @ 23:24:52
  Author: svenstaro
Revision: 188444

upgpkg: wine 1.9.18-1

upstream release 1.9.18

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 20:47:16 UTC (rev 188443)
+++ PKGBUILD2016-09-03 23:24:52 UTC (rev 188444)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=1.9.17
+pkgver=1.9.18
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('5628b6b6fe8d06c9a3f3be45aeca515d7deb78da'
+sha1sums=('738ef272b3faf898c47dfb64b93b80fcde7a0c24'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


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

2016-09-03 Thread Sven-Hendrik Haase
Date: Saturday, September 3, 2016 @ 23:25:54
  Author: svenstaro
Revision: 188446

archrelease: copy trunk to community-i686

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

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 2 files changed, 198 insertions(+), 198 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-09-03 23:25:01 UTC (rev 188445)
+++ 30-win32-aliases.conf   2016-09-03 23:25:54 UTC (rev 188446)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 188445, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-09-03 23:25:54 UTC (rev 188446)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

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

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

2016-09-03 Thread Sven-Hendrik Haase
Date: Saturday, September 3, 2016 @ 23:26:07
  Author: svenstaro
Revision: 188447

archrelease: copy trunk to multilib-x86_64

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

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 2 files changed, 198 insertions(+), 198 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-09-03 23:25:54 UTC (rev 188446)
+++ 30-win32-aliases.conf   2016-09-03 23:26:07 UTC (rev 188447)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 188446, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-09-03 23:26:07 UTC (rev 188447)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

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

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

2016-09-03 Thread Sven-Hendrik Haase
Date: Saturday, September 3, 2016 @ 23:44:46
  Author: svenstaro
Revision: 188448

upgpkg: stuntrally 2.6-7

boost 1.61 rebuild

Modified:
  stuntrally/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 23:26:07 UTC (rev 188447)
+++ PKGBUILD2016-09-03 23:44:46 UTC (rev 188448)
@@ -5,7 +5,7 @@
 
 pkgname=stuntrally
 pkgver=2.6
-pkgrel=6
+pkgrel=7
 pkgdesc='Stunt Rally game with track editor, based on VDrift'
 arch=('x86_64' 'i686')
 license=('GPL3')


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

2016-09-03 Thread Sven-Hendrik Haase
Date: Saturday, September 3, 2016 @ 23:44:50
  Author: svenstaro
Revision: 188449

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

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

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

Copied: stuntrally/repos/community-staging-i686/PKGBUILD (from rev 188448, 
stuntrally/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-03 23:44:50 UTC (rev 188449)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sven Schneider 
+# Contributor: Jason Melton 
+
+pkgname=stuntrally
+pkgver=2.6
+pkgrel=7
+pkgdesc='Stunt Rally game with track editor, based on VDrift'
+arch=('x86_64' 'i686')
+license=('GPL3')
+url='http://stuntrally.tuxfamily.org'
+depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 
'stuntrally-data' 'bullet' 'openal' 'boost-libs=1.60.0')
+makedepends=('cmake' 'boost=1.60.0' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz";)
+sha256sums=('8cc309d27d26f78dcc596440547d68b5e41d02ef830df2d52d38611d45ebbaca')
+
+build() {
+  cd "$srcdir/stuntrally-$pkgver/"
+
+  rm -rf build
+  mkdir build && cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX="/usr" \
+-DSHARE_INSTALL="share/stuntrally" \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS -std=gnu++98"
+  make
+}
+
+package() {
+  cd "$srcdir/stuntrally-$pkgver/build/"
+
+  make DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir/usr/share/stuntrally/"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: stuntrally/repos/community-staging-x86_64/PKGBUILD (from rev 188448, 
stuntrally/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-03 23:44:50 UTC (rev 188449)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Sven Schneider 
+# Contributor: Jason Melton 
+
+pkgname=stuntrally
+pkgver=2.6
+pkgrel=7
+pkgdesc='Stunt Rally game with track editor, based on VDrift'
+arch=('x86_64' 'i686')
+license=('GPL3')
+url='http://stuntrally.tuxfamily.org'
+depends=('libvorbis' 'mygui' 'sdl2' 'enet' 'gtk-update-icon-cache' 
'stuntrally-data' 'bullet' 'openal' 'boost-libs=1.60.0')
+makedepends=('cmake' 'boost=1.60.0' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/stuntrally/stuntrally/archive/${pkgver}.tar.gz";)
+sha256sums=('8cc309d27d26f78dcc596440547d68b5e41d02ef830df2d52d38611d45ebbaca')
+
+build() {
+  cd "$srcdir/stuntrally-$pkgver/"
+
+  rm -rf build
+  mkdir build && cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX="/usr" \
+-DSHARE_INSTALL="share/stuntrally" \
+-DCMAKE_CXX_FLAGS="$CXXFLAGS -std=gnu++98"
+  make
+}
+
+package() {
+  cd "$srcdir/stuntrally-$pkgver/build/"
+
+  make DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir/usr/share/stuntrally/"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (stuntrally-data stuntrally)

2016-09-03 Thread Sven-Hendrik Haase
Date: Sunday, September 4, 2016 @ 00:09:30
  Author: svenstaro
Revision: 188450

Drop stuntrally and stuntrally-data

Deleted:
  stuntrally-data/
  stuntrally/


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

2016-09-03 Thread Jan Steffens
Date: Sunday, September 4, 2016 @ 00:20:28
  Author: heftig
Revision: 275724

45.3.0-1

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-03 19:02:55 UTC (rev 275723)
+++ PKGBUILD2016-09-04 00:20:28 UTC (rev 275724)
@@ -6,8 +6,8 @@
 # Contributor: Anders Bostrom 
 
 pkgname=thunderbird
-pkgver=45.2.0
-pkgrel=2
+pkgver=45.3.0
+pkgrel=1
 pkgdesc="Standalone mail and news reader from mozilla.org"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -25,7 +25,7 @@
 thunderbird-install-dir.patch
 firefox-gcc-6.0.patch mozilla-1228540.patch mozilla-1228540-1.patch
 vendor.js)
-sha256sums=('bd2389cbb28138668ab41b26f1dce49c455807e09b43fd370ee765ae3f0937c0'
+sha256sums=('231f6a7a073344659e436a2b1ae58004c3a29e74375af2c8d0de13f3bc79fac7'
 'b884ccab9bea135600b41a2359073e637dee96dac64d22aceec4adb7fd936b23'
 '3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
 '24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d'


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

2016-09-03 Thread Jan Steffens
Date: Sunday, September 4, 2016 @ 00:45:00
  Author: heftig
Revision: 275726

45.3.0-1

Modified:
  thunderbird-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-04 00:44:53 UTC (rev 275725)
+++ PKGBUILD2016-09-04 00:45:00 UTC (rev 275726)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=thunderbird-i18n
-pkgver=45.2.0
+pkgver=45.3.0
 pkgrel=1
 pkgdesc="Language pack for Thunderbird"
 arch=('any')
@@ -97,61 +97,61 @@
 
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
 }
 
-md5sums=('6e8a4a2b7aac209a1eb3aeca299e8f9e'
- 'dbd0504d00c81692d3a307493c887682'
- 'bf1cfc353c82644e48b4b4862aa87554'
- '56d4995d56ee8a78c4c9da51f56fbb26'
- '5cc68e127237aad07a9a200afac7f856'
- '9b5342ca91bfb99785ed1f5e77a0851e'
- 'b28ddad3e1363de0bac2e28436e7e001'
- 'ceaccde8e893fdb3b87774d084a2af22'
- '2d40414c1532192bbe5116faaf813e74'
- '82c3fbe8cf690b7d1354e152601da1ce'
- 'e7519703ae9aeb8f89bc45006f4fed21'
- '51e280cfeb2f932726b1f95ce3592bc2'
- '3f776e96f9c5b5d387823a519b9439e6'
- 'a5c9939451e6ba6fc7bdf128a41cc72c'
- '3b702ed450840845df02ade1ffe56b15'
- 'ac84c7ebe3332905f65649318730c083'
- '06e3896de570f86d870714c1e895a5be'
- '79cecdb2c6951012c9ae090e3540e659'
- 'dd91886cbe6809e59b83c6799a4496eb'
- '3b30628e635bf52e2eca2536cc3a3cf0'
- 'ab306aee1ea39bd32f899653844c8b72'
- '0ea344e404acc33370e5b671270dd1c8'
- '7cff01dc23826e0c9116ffec3c639bc8'
- '3f59801154c9c796f41b0fd12f66392e'
- 'be0d2e5d46fcc132f4f65f1065f74537'
- '00b272b198617ead40b16f4bae51f21d'
- 'f01216288994901157ab152f142de382'
- 'd0f4d0793b22939e8f923536b2d05033'
- 'edf6c5972c4d24c98eb1a9f85d310fb9'
- '090ad52c9c9723ecf2ce32f0d4febb03'
- '8e7f70d2db9aea611e37fdc75474a319'
- '5d51b60ddab9233b134566d3db566e5d'
- '47c3cb4d3a194e74c71b35f8f580b22c'
- '4847aa0e5847e2d36202dbd48f5c60f1'
- '8972c01499e7869f6e32015ec6d4172e'
- '8d1071de0598369e37beb867eb6bbb31'
- 'd2a3e904ef97c18c822a1cc32275afed'
- 'cd83a7e6893baa0db424ecc708bb0b82'
- '82948c183c5e2ad42ae5c96b62c7309d'
- '37f65a50a34cc14a371f249db631f061'
- '2a5e41a5d98b58f8c1013f6679ddeec5'
- '3fd2375b1996e2f83fb45dcdf63fad8c'
- '755aed6386b455630dabc40015d990a5'
- 'e52fe8d37fa5e4c639a9ee1e263b6831'
- 'd9be1d09c9c601fe66e3987c1f31a350'
- '05a5560a26b1b22446f1189060ac0a56'
- 'df1fec69ecf1412c1084fc38ea2e0052'
- '6e5ed184fd9a1ea3fc125933a6f7b2e1'
- '19a37c04e0513e27c74f275c628bf7df'
- 'c2099bfdef889af21dfbe3457227fc20'
- 'd7e0fef30aa219c59c21cbed917b41b0'
- '3dc85c62568d27b3272676877ae58d00'
- 'dc53e002936deb88046d1d8ed4024f41'
- '325d9f16342d7940d2f0ab003cb8c670'
- 'cb19e87f81712ffad4dc6ee3b6b248ef'
- 'e8b3b87a2dec32646f69f413d366fcfd'
- '347b2c0402eb67854ff07497c87e10c4'
- '5e4acb158bcb4df9dd7ff4910701fd15')
+md5sums=('1763d535ff27e6167b96a4464756e876'
+ 'bc4d2c68f96a169e2bcefc6eb97d5798'
+ 'b3c82c9bb521a7f90f410b0b61a25083'
+ 'da80617b05e2b8870035c8cdb9ccd1c7'
+ '928cf68458725cee26eef5b1db7d9316'
+ 'e2b7f7a6b2fbd71e5f4ef1e29e828fad'
+ 'cdaec2623acac70cfbd3a7e47222a1ea'
+ '2a2bcdcdbb2c16c108d4534ae19eddfc'
+ '2cf180ed6166ba9011a364b3b6180327'
+ '7cc0b8c0827982d0d65b53ebc03ba298'
+ '4d10b2f0a0c92cd6f0d19e25c00df85b'
+ '8d66b96240eab146feb37b52e4448252'
+ '1647e6d07baf9aba8ad6d782fe4e2a98'
+ 'ba48c71ec9bd479089e9faa3d6652de6'
+ 'e12b08d0b36bec442c39ed86d5c5ffc8'
+ 'f56e70d9e41a2af3ff314616aa0d11c1'
+ '0b78e105be60f6d0314b242c697fe42d'
+ '9066a413cbb864d8750314f88e72341a'
+ '6744d4d32fb47cb1ac0dcb191284d06e'
+ '7c540e90a485e2c5621d953e9512fb9b'
+ '37c8f7205ae9ed1bb5496729f1df957c'
+ 'a460533d3915a906ec2d7bc96ac4ae41'
+ '1517dbe9df4898f2b5e589a0d68edc83'
+ 'd4c473fbb6950262eaf6a8afac7e929d'
+ '904bf2822e113123fd85f96ef8e2cbc8'
+ '9c5eec85440e8ca18ca1730d22bbf97a'
+ '6df8a923ce9ed177f7714aaae51b646f'
+ '5734fef6e3bd8a8b6fdb865ceb974ae2'
+ '536e58da19080109e665922f681362c3'
+ '8035f1c4f1d98937fe8dce10df78bbfe'
+ 'd4097f80287bb93a8b0ee6ce8039dd2e'
+ '616c777ff99e402ac010ab89b7443689'
+ '7b886e732b0ddb23417904de69b29f44'
+ '6d670dad5a4194e20c8f00c942e254ee'
+ '41f4fcabd8b69b547fb88f06a48f8222'
+ '8e59480a8543ddd46982266761e7a346'
+   

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

2016-09-03 Thread Jan Steffens
Date: Sunday, September 4, 2016 @ 00:44:53
  Author: heftig
Revision: 275725

48.0.2-1

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  182 ++---
 1 file changed, 91 insertions(+), 91 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-04 00:20:28 UTC (rev 275724)
+++ PKGBUILD2016-09-04 00:44:53 UTC (rev 275725)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgbase=firefox-i18n
-pkgver=48.0
+pkgver=48.0.2
 pkgrel=1
 pkgdesc="Language pack for Firefox"
 arch=('any')
@@ -130,93 +130,93 @@
 
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-md5sums=('4f628f5d95b4ff517df68ed8284e0575'
- 'dad83214433dee00e5b8ade4871d1d80'
- 'dda2b4e5ea225bcd9e36d9a07101679a'
- '44b26fa2976fd5cd433105cc08989093'
- '47825c3b45a1966157bb705fa235e783'
- '44819c4d38a77b4809bf56828105f881'
- 'dbea86ea9732a543cef5ee5d849bd90b'
- '9675ca3c3aea6ba7e5313966488f600d'
- 'c51c0230bab18360ad55c11e4e15feeb'
- '934004ce4a498ef74c73dab92dd445ef'
- '345803a1bec9e2b586d8a8780de9f9ad'
- 'b8f1ff21c556cd0edab12ac6ba10a47e'
- '1586a9075d27eb3fae8299dfa655020b'
- 'edb39457a2ae1b82ea67235df8f86a25'
- '0b084ffb4d17294c9ad90a2e59507a26'
- 'fdffba5200251d6378e42a9dde1a895b'
- 'a06abd4222018453aac96f5ab6027585'
- '3778d655777a57a06db33376d0ae81c7'
- '6c4f92d0a9547aceca78ab0cc14433bf'
- '82eb5e8583c9ee6728a34480413aeaad'
- '6f9c710f724a50c61b4ce25d226b9d96'
- '97bea69496ff644d857b39934b04d29e'
- 'f7e5a6900b5a4273ed447114d24cdcd4'
- '05b8be45deb9360f817d20a4c37d7eaf'
- '8143ed6f5393d9f170cd2e6570eeb2c7'
- '8790a33d1361bca8322d2a43652fdaec'
- '9bba6a069e1bc736aea919f0121a0d11'
- '3db44cb746c9e6f84420582a5867793c'
- '09b15c33b466073fd97c004668c997a1'
- '06a4051e064ee77c3dbae24b16586fd0'
- 'dd477fda6e71ce2e47c401945e0135f1'
- '0b89ea8d456f408acf2d0618864e25c9'
- 'abeb4bccaaa76a79ee8a3521191108fc'
- 'f1ed60f48f3e7655cf8049fa4331d55c'
- 'ebb0d57b76770ec9c27c559d9eb736cc'
- '84edd31ff2c7bab93f4e49bbf7151c29'
- 'a813a7535133d76695edf350a3f94a2b'
- '4def47be13e72cacd96d74f7132f4ef3'
- 'b6f29dee535c55dc500e7baedf77ae8d'
- '14f91fed0d6af6c7f51a53ffa9ab61e5'
- 'a7273b823604dab477c5a23d0b380b5e'
- '3d9d20411bb7a3e7b3c0a0be4328cfab'
- '3f11641205222b797f499820f402d45a'
- 'b7f67b4df791f5ac56987d4d3e5fb9d6'
- 'e53eec5692defd954f0bca37c17b6fbb'
- '3ac4ddf7d5c880713fe5b1eac86911cf'
- '67b3d1221f47713133c941144fe74300'
- 'd3597b30506d643c462e217297ea83e9'
- 'aaf156cae1ad283453ce8e7a80e6b54d'
- '3cd45ba3b2241b61e98a8bb2701f5fbc'
- '9aa2531abebed57b80c8be2ae34348de'
- '83028c6203fccf97685272af3407860c'
- '2e2698525bf90d7d8c2ac789ff13cb29'
- '462c469eb1dc63ed8fefcf17461ed91b'
- '608147d56c4f1e45de802ccf6c414772'
- '8715f81990c6a0673530c5607793fb56'
- 'd48a2f98294b7b7a3e94e0f6b8d5ae8b'
- '1042bee40e19ccfb05b10d5fff198fae'
- '265e1ef52fc4c6c044944729ef590912'
- '77be36c790166f8ea1811679a30a4e5e'
- '59acdddea4fb16f0412cc4fea9038fcb'
- '9f2bdc0f9e9c2aa19e62ea9cba5a86c1'
- '059887697ce403f01c3c67378edaa2fd'
- 'e3d003e63a13dd26bb8eb7a8bdabb55d'
- 'dc14ec8830be2148746cf242dafa6090'
- 'b461c2d56cafbd4575c9b210efa39bfd'
- 'ff268b3ab624ab64399f8d4bef8d7a01'
- '18d765f29f9ce0428ea2d30356dbf94a'
- '5a60dfef9cd1e445d7f7795bd25f7c62'
- '8270cd3606600377463d62a1e1a5e04e'
- 'c97b3c098239da467f1dd148442f1a34'
- '9685e8213ab61db3b2cca29b664adbe3'
- 'f1d689df3ef9fbfe32b03fcb7151236d'
- '8991e4bfdf4d9022d4bfbc44025b3032'
- '5b6daf2dfe741b2be46a617ae700347b'
- 'a83f8110aae32789394da2e4790fc05c'
- '0a1801fa97282b19fdb9a8c92a8eff02'
- '047e10da654b73a5beb656ac3ba551a8'
- '1094c5810f0a3655116dc24bd00cb997'
- '0450a8c3afa0cfcf1b6092db5556ca8d'
- 'd23c2b9dcf1a78c06d183b9a4070bb5b'
- '224684e474e9c342d25ea32fa92882f2'
- '53dea0be1d69f996546328ad44bc0195'
- '449c578d7dc6e81c7d6cb965b76c4235'
- 'ad6822c271b5ecf85a668d95d49dea6c'
- '2be3f3253443f386c73e83f9be703880'
- 'aedcd4c9dc0f891b005f6a21910972e0'
- '67aa9dcb951735fae65af88ea7dc405b'
- '65695d146cf1f9f5b057cbbd91a85d21'
- '5dc499ce50948df045d37ed7c633dcc3')
+md5sums=('934f4121cceb17834d7a6b9c2aa311ba'
+ '2c3eefe7d5f805cfef738aa6b886b04d'
+ 'dd3a4b1cb20133d715fcd627e2f49192'
+ '81247afb58ad1c996afb29f03fcc02bf'
+ 'a028bf9df

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

2016-09-03 Thread Jan Steffens
Date: Sunday, September 4, 2016 @ 01:00:07
  Author: heftig
Revision: 275727

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 275726, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  314 ++---
 1 file changed, 157 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-04 00:45:00 UTC (rev 275726)
+++ PKGBUILD2016-09-04 01:00:07 UTC (rev 275727)
@@ -1,157 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Andrea Scarpino 
-# Contributor: Thomas Baechler 
-
-pkgbase=thunderbird-i18n
-pkgver=45.2.0
-pkgrel=1
-pkgdesc="Language pack for Thunderbird"
-arch=('any')
-url="http://www.mozilla.com/";
-license=('MPL' 'GPL')
-
-_languages=(
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'br "Breton"'
-  'ca "Catalan"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-ES  "Spanish (Spain)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'he "Hebrew"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ko "Korean"'
-  'lt "Lithuanian"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta-LK  "Tamil (Sri Lanka)"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'vi "Vietnamese"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Thunderbird"
-  depends=("thunderbird>=$pkgver")
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
-}
-
-md5sums=('6e8a4a2b7aac209a1eb3aeca299e8f9e'
- 'dbd0504d00c81692d3a307493c887682'
- 'bf1cfc353c82644e48b4b4862aa87554'
- '56d4995d56ee8a78c4c9da51f56fbb26'
- '5cc68e127237aad07a9a200afac7f856'
- '9b5342ca91bfb99785ed1f5e77a0851e'
- 'b28ddad3e1363de0bac2e28436e7e001'
- 'ceaccde8e893fdb3b87774d084a2af22'
- '2d40414c1532192bbe5116faaf813e74'
- '82c3fbe8cf690b7d1354e152601da1ce'
- 'e7519703ae9aeb8f89bc45006f4fed21'
- '51e280cfeb2f932726b1f95ce3592bc2'
- '3f776e96f9c5b5d387823a519b9439e6'
- 'a5c9939451e6ba6fc7bdf128a41cc72c'
- '3b702ed450840845df02ade1ffe56b15'
- 'ac84c7ebe3332905f65649318730c083'
- '06e3896de570f86d870714c1e895a5be'
- '79cecdb2c6951012c9ae090e3540e659'
- 'dd91886cbe6809e59b83c6799a4496eb'
- '3b30628e635bf52e2eca2536cc3a3cf0'
- 'ab306aee1ea39bd32f899653844c8b72'
- '0ea344e404acc33370e5b671270dd1c8'
- '7cff01dc23826e0c9116ffec3c639bc8'
- '3f59801154c9c796f41b0fd12f66392e'
- 'be0d2e5d46fcc132f4f65f1065f74537'
- '00b272b198617ead40b16f4bae51f21d'
- 'f01216288994901157ab152f142de382'
- 'd0f4d0793b22939e8f923536b2d05033'
- 'edf6c5972c4d24c98eb1a9f85d310fb9'
- '090ad52c9c9723ecf2ce32f0d4febb03'
- '8e7f70d2db9aea611e37fdc75474a319'
- '5d51b60ddab9233b134566d3db566e5d'
- '47c3cb4d3a194e74c71b35f8f580b22c'
- '4847aa0e5847e2d36202dbd48f5c60f1'
- '8972c01499e7869f6e32015ec6d4172e'
- '8d1071de0598369e37beb867eb6bbb31'
- 'd2a3e904ef97c18c822a1cc32275afed'
- 'cd83a7e6893baa0db424ecc708bb0b82'
- '82948c183c5e2ad42ae5c96b62c7309d'
- '37f65a50a34cc14a371f249db631f061'
- '2a5e41a5d98b58f8c1013f6679ddeec5'
- '3fd2375b1996e2f83fb45dcdf63fad8c'
- '755aed6386b455630dabc40015d990a5'
-   

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

2016-09-03 Thread Jan Steffens
Date: Sunday, September 4, 2016 @ 01:00:25
  Author: heftig
Revision: 275728

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 275727, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  444 ++---
 1 file changed, 222 insertions(+), 222 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-04 01:00:07 UTC (rev 275727)
+++ PKGBUILD2016-09-04 01:00:25 UTC (rev 275728)
@@ -1,222 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Michal Hybner 
-# Contributor: Andrea Scarpino 
-
-pkgbase=firefox-i18n
-pkgver=48.0
-pkgrel=1
-pkgdesc="Language pack for Firefox"
-arch=('any')
-url="http://www.mozilla.com/";
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/linux-i686/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox"
-  depends=("firefox>=$pkgver")
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-md5sums=('4f628f5d95b4ff517df68ed8284e0575'
- 'dad83214433dee00e5b8ade4871d1d80'
- 'dda2b4e5ea225bcd9e36d9a07101679a'
- '44b26fa2976fd5cd433105cc08989093'
- '47825c3b45a1966157bb705fa235e783'
- '44819c4d38a77b4809bf56828105f881'
- 'dbea86ea9732a543cef5ee5d849bd90b'
- '9675ca3c3aea6ba7e5313966488f600d'
- 'c51c0230bab18360ad55c11e4e15feeb'
- '934004ce4a498ef74c73dab92dd445ef'
- '345803a1bec9e2b586d8a8780de9f9ad'
- 'b8f1ff21c556cd0edab12ac6ba10a47e'
- '1586a9075d27eb3fae8299dfa655020b'
- 'edb39457a2ae1b82ea67235df8f86a25'
- '0b084ffb4d17294c9ad90a2e59507a26'
- 'fdffba5200251d6378e42a9dde1a895b'
- 'a06abd4222018453aac96f5ab6027585'
- '3778d655777a57a06db33376d0ae81c7'
- '6c4f92d0a9547aceca78ab0cc14433bf'
- '82eb5e8583c9ee6728a34480413aeaad'
- '6f9c710f724a50c61b4ce25d226b9d96'
- '97bea69496ff644d857b39934b04d29e'
- 'f7e5a6900b5a4273ed447114d24cdcd4'
- '05b8be45deb9360f817d20a4c37d7eaf'
- '8143ed6f5393d9f170cd2e6570eeb2c7'
- '8790a33d1361bca8322d2a43652fdaec'
- '9bba6a069e1bc736

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

2016-09-03 Thread Jan Steffens
Date: Sunday, September 4, 2016 @ 01:01:10
  Author: heftig
Revision: 275729

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

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 275728, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/firefox-gcc-6.0.patch
(from rev 275728, thunderbird/trunk/firefox-gcc-6.0.patch)
  thunderbird/repos/extra-i686/mozconfig
(from rev 275728, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-i686/mozilla-1228540-1.patch
(from rev 275728, thunderbird/trunk/mozilla-1228540-1.patch)
  thunderbird/repos/extra-i686/mozilla-1228540.patch
(from rev 275728, thunderbird/trunk/mozilla-1228540.patch)
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
(from rev 275728, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 275728, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-i686/vendor.js
(from rev 275728, thunderbird/trunk/vendor.js)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 275728, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/firefox-gcc-6.0.patch
(from rev 275728, thunderbird/trunk/firefox-gcc-6.0.patch)
  thunderbird/repos/extra-x86_64/mozconfig
(from rev 275728, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-x86_64/mozilla-1228540-1.patch
(from rev 275728, thunderbird/trunk/mozilla-1228540-1.patch)
  thunderbird/repos/extra-x86_64/mozilla-1228540.patch
(from rev 275728, thunderbird/trunk/mozilla-1228540.patch)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 275728, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 275728, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/vendor.js
(from rev 275728, thunderbird/trunk/vendor.js)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/firefox-gcc-6.0.patch
  thunderbird/repos/extra-i686/mozconfig
  thunderbird/repos/extra-i686/mozilla-1228540-1.patch
  thunderbird/repos/extra-i686/mozilla-1228540.patch
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-i686/vendor.js
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/firefox-gcc-6.0.patch
  thunderbird/repos/extra-x86_64/mozconfig
  thunderbird/repos/extra-x86_64/mozilla-1228540-1.patch
  thunderbird/repos/extra-x86_64/mozilla-1228540.patch
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  232 
 /firefox-gcc-6.0.patch |   52 
 /mozconfig |   66 
 /mozilla-1228540-1.patch   |  168 
 /mozilla-1228540.patch |12064 +++
 /thunderbird-install-dir.patch |   24 
 /thunderbird.desktop   |  346 
 /vendor.js |   18 
 extra-i686/PKGBUILD|  116 
 extra-i686/firefox-gcc-6.0.patch   |   26 
 extra-i686/mozconfig   |   33 
 extra-i686/mozilla-1228540-1.patch |   84 
 extra-i686/mozilla-1228540.patch   | 6032 -
 extra-i686/thunderbird-install-dir.patch   |   12 
 extra-i686/thunderbird.desktop |  173 
 extra-i686/vendor.js   |9 
 extra-x86_64/PKGBUILD  |  116 
 extra-x86_64/firefox-gcc-6.0.patch |   26 
 extra-x86_64/mozconfig |   33 
 extra-x86_64/mozilla-1228540-1.patch   |   84 
 extra-x86_64/mozilla-1228540.patch | 6032 -
 extra-x86_64/thunderbird-install-dir.patch |   12 
 extra-x86_64/thunderbird.desktop   |  173 
 extra-x86_64/vendor.js |9 
 24 files changed, 12970 insertions(+), 12970 deletions(-)

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