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

2017-06-16 Thread Anatol Pomozov
Date: Saturday, June 17, 2017 @ 03:13:13
  Author: anatolik
Revision: 237855

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-17 03:12:16 UTC (rev 237854)
+++ community-i686/PKGBUILD 2017-06-17 03:13:13 UTC (rev 237855)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.20
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('06060c2579c1d3ebc3b9949f85abc7e35dc644f08d19dae9c98fe7875ab051dd')
-
-prepare() {
-  cd fio-fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
-}
-
-build() {
-  cd fio-fio-$pkgver
-  ./configure --enable-gfio --extra-cflags="$CFLAGS"
-  make
-}
-
-package() {
-  cd fio-fio-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
-
-  # documentation
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # examples
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
-  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
-}

Copied: fio/repos/community-i686/PKGBUILD (from rev 237854, fio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-17 03:13:13 UTC (rev 237855)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=2.21
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python2 numactl glusterfs ceph)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('9bca57991ca9ab0d7d1eb6975fc18f40d04551a2ba133f747324f2d09bd5c290')
+
+prepare() {
+  cd fio-fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
+}
+
+build() {
+  cd fio-fio-$pkgver
+  ./configure --enable-gfio --extra-cflags="$CFLAGS"
+  make
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-17 03:12:16 UTC (rev 237854)
+++ community-x86_64/PKGBUILD   2017-06-17 03:13:13 UTC (rev 237855)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.20
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)

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

2017-06-16 Thread Anatol Pomozov
Date: Saturday, June 17, 2017 @ 03:12:16
  Author: anatolik
Revision: 237854

upgpkg: fio 2.21-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 03:07:15 UTC (rev 237853)
+++ PKGBUILD2017-06-17 03:12:16 UTC (rev 237854)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.20
+pkgver=2.21
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('06060c2579c1d3ebc3b9949f85abc7e35dc644f08d19dae9c98fe7875ab051dd')
+sha256sums=('9bca57991ca9ab0d7d1eb6975fc18f40d04551a2ba133f747324f2d09bd5c290')
 
 prepare() {
   cd fio-fio-$pkgver


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

2017-06-16 Thread Anatol Pomozov
Date: Saturday, June 17, 2017 @ 03:03:28
  Author: anatolik
Revision: 237852

Remove leftovers

Modified:
  pulseview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 02:58:41 UTC (rev 237851)
+++ PKGBUILD2017-06-17 03:03:28 UTC (rev 237852)
@@ -22,6 +22,4 @@
 package() {
   cd pulseview-$pkgver
   make DESTDIR="$pkgdir" PREFIX=/usr install
-#  install -Dm644 contrib/org.sigrok.PulseView.desktop 
"$pkgdir/usr/share/applications/org.sigrok.PulseView.desktop"
-#  install -Dm644 icons/pulseview.svg "$pkgdir/usr/share/pixmaps/pulseview.svg"
 }


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

2017-06-16 Thread Anatol Pomozov
Date: Saturday, June 17, 2017 @ 02:58:41
  Author: anatolik
Revision: 237851

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-17 02:57:54 UTC (rev 237850)
+++ community-i686/PKGBUILD 2017-06-17 02:58:41 UTC (rev 237851)
@@ -1,27 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Thomas Krug 
-
-pkgname=pulseview
-pkgver=0.3.0
-pkgrel=6
-pkgdesc='A Qt based logic analyzer GUI for sigrok'
-arch=(i686 x86_64)
-url='http://sigrok.org/wiki/Main_Page'
-license=(GPL3)
-depends=(libsigrok libsigrokdecode qt5-base qt5-svg boost-libs)
-makedepends=(cmake boost)
-source=(http://sigrok.org/download/source/pulseview/pulseview-$pkgver.tar.gz)
-sha1sums=('6a829e37c7ccefe84265080d36a7dc43cfec3672')
-
-build() {
-  cd pulseview-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
-  make
-}
-
-package() {
-  cd pulseview-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-  install -Dm644 contrib/pulseview.desktop 
"$pkgdir/usr/share/applications/pulseview.desktop"
-  install -Dm644 icons/sigrok-logo-notext.svg 
"$pkgdir/usr/share/pixmaps/sigrok-logo-notext.svg"
-}

Copied: pulseview/repos/community-i686/PKGBUILD (from rev 237850, 
pulseview/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-17 02:58:41 UTC (rev 237851)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=(i686 x86_64)
+url='http://sigrok.org/wiki/Main_Page'
+license=(GPL3)
+depends=(libsigrok libsigrokdecode qt5-base qt5-svg boost-libs)
+makedepends=(cmake boost)
+source=(http://sigrok.org/download/source/pulseview/pulseview-$pkgver.tar.gz)
+sha1sums=('6df7718faf02715fc5e0dad0136793cd4db6418b')
+
+build() {
+  cd pulseview-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
+  make
+}
+
+package() {
+  cd pulseview-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+#  install -Dm644 contrib/org.sigrok.PulseView.desktop 
"$pkgdir/usr/share/applications/org.sigrok.PulseView.desktop"
+#  install -Dm644 icons/pulseview.svg "$pkgdir/usr/share/pixmaps/pulseview.svg"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-17 02:57:54 UTC (rev 237850)
+++ community-x86_64/PKGBUILD   2017-06-17 02:58:41 UTC (rev 237851)
@@ -1,27 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Thomas Krug 
-
-pkgname=pulseview
-pkgver=0.3.0
-pkgrel=6
-pkgdesc='A Qt based logic analyzer GUI for sigrok'
-arch=(i686 x86_64)
-url='http://sigrok.org/wiki/Main_Page'
-license=(GPL3)
-depends=(libsigrok libsigrokdecode qt5-base qt5-svg boost-libs)
-makedepends=(cmake boost)
-source=(http://sigrok.org/download/source/pulseview/pulseview-$pkgver.tar.gz)
-sha1sums=('6a829e37c7ccefe84265080d36a7dc43cfec3672')
-
-build() {
-  cd pulseview-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr 
-DCMAKE_CXX_FLAGS=-fext-numeric-literals -DDISABLE_WERROR=ON -DENABLE_TESTS=OFF 
.
-  make
-}
-
-package() {
-  cd pulseview-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-  install -Dm644 contrib/pulseview.desktop 
"$pkgdir/usr/share/applications/pulseview.desktop"
-  install -Dm644 icons/sigrok-logo-notext.svg 
"$pkgdir/usr/share/pixmaps/sigrok-logo-notext.svg"
-}

Copied: pulseview/repos/community-x86_64/PKGBUILD (from rev 237850, 
pulseview/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-17 02:58:41 UTC (rev 237851)
@@ -0,0 +1,27 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=pulseview
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='A Qt based logic analyzer GUI for sigrok'
+arch=(i686 x86_64)
+url='http://sigrok.org/wiki/Main_Page'
+license=(GPL3)
+depends=(libsigrok libsigrokdecode qt5-base qt5-svg boost-libs)

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

2017-06-16 Thread Anatol Pomozov
Date: Saturday, June 17, 2017 @ 02:57:54
  Author: anatolik
Revision: 237850

upgpkg: pulseview 0.4.0-1

Modified:
  pulseview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 02:47:24 UTC (rev 237849)
+++ PKGBUILD2017-06-17 02:57:54 UTC (rev 237850)
@@ -2,8 +2,8 @@
 # Contributor: Thomas Krug 
 
 pkgname=pulseview
-pkgver=0.3.0
-pkgrel=6
+pkgver=0.4.0
+pkgrel=1
 pkgdesc='A Qt based logic analyzer GUI for sigrok'
 arch=(i686 x86_64)
 url='http://sigrok.org/wiki/Main_Page'
@@ -11,7 +11,7 @@
 depends=(libsigrok libsigrokdecode qt5-base qt5-svg boost-libs)
 makedepends=(cmake boost)
 source=(http://sigrok.org/download/source/pulseview/pulseview-$pkgver.tar.gz)
-sha1sums=('6a829e37c7ccefe84265080d36a7dc43cfec3672')
+sha1sums=('6df7718faf02715fc5e0dad0136793cd4db6418b')
 
 build() {
   cd pulseview-$pkgver
@@ -22,6 +22,6 @@
 package() {
   cd pulseview-$pkgver
   make DESTDIR="$pkgdir" PREFIX=/usr install
-  install -Dm644 contrib/pulseview.desktop 
"$pkgdir/usr/share/applications/pulseview.desktop"
-  install -Dm644 icons/sigrok-logo-notext.svg 
"$pkgdir/usr/share/pixmaps/sigrok-logo-notext.svg"
+#  install -Dm644 contrib/org.sigrok.PulseView.desktop 
"$pkgdir/usr/share/applications/org.sigrok.PulseView.desktop"
+#  install -Dm644 icons/pulseview.svg "$pkgdir/usr/share/pixmaps/pulseview.svg"
 }


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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:47:24
  Author: felixonmars
Revision: 237849

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

Added:
  haskell-optional-args/repos/community-staging-i686/
  haskell-optional-args/repos/community-staging-i686/PKGBUILD
(from rev 237848, haskell-optional-args/trunk/PKGBUILD)
  haskell-optional-args/repos/community-staging-x86_64/
  haskell-optional-args/repos/community-staging-x86_64/PKGBUILD
(from rev 237848, haskell-optional-args/trunk/PKGBUILD)

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

Copied: haskell-optional-args/repos/community-staging-i686/PKGBUILD (from rev 
237848, haskell-optional-args/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-17 02:47:24 UTC (rev 237849)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=optional-args
+pkgname=haskell-optional-args
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="Optional function arguments"
+url="https://github.com/Gabriel439/Haskell-Optional-Args-Library;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('67ef42aebe2477ff40db1b3c1506f8d4')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-optional-args/repos/community-staging-x86_64/PKGBUILD (from rev 
237848, haskell-optional-args/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-17 02:47:24 UTC (rev 237849)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=optional-args
+pkgname=haskell-optional-args
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="Optional function arguments"
+url="https://github.com/Gabriel439/Haskell-Optional-Args-Library;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('67ef42aebe2477ff40db1b3c1506f8d4')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" 

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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:47:04
  Author: felixonmars
Revision: 237848

upgpkg: haskell-optional-args 1.0.1-2

rebuild with ghc,8.0.2

Modified:
  haskell-optional-args/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 02:45:51 UTC (rev 237847)
+++ PKGBUILD2017-06-17 02:47:04 UTC (rev 237848)
@@ -5,19 +5,19 @@
 _hkgname=optional-args
 pkgname=haskell-optional-args
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Optional function arguments"
 url="https://github.com/Gabriel439/Haskell-Optional-Args-Library;
 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;)
+depends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 md5sums=('67ef42aebe2477ff40db1b3c1506f8d4')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -38,4 +38,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:45:51
  Author: felixonmars
Revision: 237847

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

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

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

Copied: haskell-cassava/repos/community-staging-i686/PKGBUILD (from rev 237846, 
haskell-cassava/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-17 02:45:51 UTC (rev 237847)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cassava
+pkgname=haskell-cassava
+pkgver=0.4.5.1
+pkgrel=14
+pkgdesc="A CSV parsing and encoding library"
+url="https://github.com/tibbe/cassava;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-attoparsec" "haskell-blaze-builder" "haskell-hashable" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('7c622ae9dc647508662a1cda3fe3f6d7032786e4e3d15f8488de9e9330cf9d9f')
+
+prepare() {
+sed -i 's/vector < 0.12/vector < 0.13/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-cassava/repos/community-staging-i686/haskell-cassava.install 
(from rev 237846, haskell-cassava/trunk/haskell-cassava.install)
===
--- community-staging-i686/haskell-cassava.install  
(rev 0)
+++ community-staging-i686/haskell-cassava.install  2017-06-17 02:45:51 UTC 
(rev 237847)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cassava
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-cassava/repos/community-staging-x86_64/PKGBUILD (from rev 
237846, haskell-cassava/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-17 02:45:51 UTC (rev 237847)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cassava
+pkgname=haskell-cassava
+pkgver=0.4.5.1
+pkgrel=14
+pkgdesc="A CSV parsing and encoding library"
+url="https://github.com/tibbe/cassava;

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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:45:26
  Author: felixonmars
Revision: 237846

upgpkg: haskell-cassava 0.4.5.1-14

rebuild with ghc,8.0.2

Modified:
  haskell-cassava/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 02:43:00 UTC (rev 237845)
+++ PKGBUILD2017-06-17 02:45:26 UTC (rev 237846)
@@ -5,13 +5,13 @@
 _hkgname=cassava
 pkgname=haskell-cassava
 pkgver=0.4.5.1
-pkgrel=13
+pkgrel=14
 pkgdesc="A CSV parsing and encoding library"
 url="https://github.com/tibbe/cassava;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-hashable"
- "haskell-text" "haskell-unordered-containers" "haskell-vector")
+depends=("ghc" "haskell-attoparsec" "haskell-blaze-builder" "haskell-hashable" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-vector")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('7c622ae9dc647508662a1cda3fe3f6d7032786e4e3d15f8488de9e9330cf9d9f')
 
@@ -22,7 +22,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -43,4 +43,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:43:00
  Author: felixonmars
Revision: 237845

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

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

Copied: haskell-missingh/repos/community-staging-i686/PKGBUILD (from rev 
237844, haskell-missingh/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-17 02:43:00 UTC (rev 237845)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=MissingH
+pkgname=haskell-missingh
+pkgver=1.4.0.1
+pkgrel=8
+pkgdesc="Large utility library"
+url="http://software.complete.org/missingh;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-hunit" "haskell-hslogger" "haskell-mtl" 
"haskell-network"
+ "haskell-old-locale" "haskell-old-time" "haskell-parsec" 
"haskell-random"
+ "haskell-regex-compat")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('283f2afd46625d98b4e29f77edadfa5e6009a227812ee2ece10091ad6a7e9b71')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-missingh/repos/community-staging-x86_64/PKGBUILD (from rev 
237844, haskell-missingh/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-17 02:43:00 UTC (rev 237845)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=MissingH
+pkgname=haskell-missingh
+pkgver=1.4.0.1
+pkgrel=8
+pkgdesc="Large utility library"
+url="http://software.complete.org/missingh;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-hunit" "haskell-hslogger" "haskell-mtl" 
"haskell-network"
+ "haskell-old-locale" "haskell-old-time" "haskell-parsec" 
"haskell-random"
+ "haskell-regex-compat")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('283f2afd46625d98b4e29f77edadfa5e6009a227812ee2ece10091ad6a7e9b71')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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 

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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:42:39
  Author: felixonmars
Revision: 237844

upgpkg: haskell-missingh 1.4.0.1-8

rebuild with ghc,8.0.2

Modified:
  haskell-missingh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 02:40:38 UTC (rev 237843)
+++ PKGBUILD2017-06-17 02:42:39 UTC (rev 237844)
@@ -5,12 +5,12 @@
 _hkgname=MissingH
 pkgname=haskell-missingh
 pkgver=1.4.0.1
-pkgrel=7
+pkgrel=8
 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"
+depends=("ghc" "haskell-hunit" "haskell-hslogger" "haskell-mtl" 
"haskell-network"
  "haskell-old-locale" "haskell-old-time" "haskell-parsec" 
"haskell-random"
  "haskell-regex-compat")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
@@ -19,7 +19,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -40,4 +40,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:40:18
  Author: felixonmars
Revision: 237842

upgpkg: haskell-ghc-paths 0.1.0.9-14

rebuild with ghc,8.0.2

Modified:
  haskell-ghc-paths/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 02:40:14 UTC (rev 237841)
+++ PKGBUILD2017-06-17 02:40:18 UTC (rev 237842)
@@ -4,47 +4,40 @@
 
 pkgname=haskell-ghc-paths
 pkgver=0.1.0.9
-pkgrel=13
+pkgrel=14
 pkgdesc="Knowledge of GHC's installation directories"
-url='http://hackage.haskell.org/package/ghc-paths'
+url='https://hackage.haskell.org/package/ghc-paths'
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
-depends=('ghc=8.0.1')
+depends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/ghc-paths/$pkgver/ghc-paths-$pkgver.tar.gz;)
 sha256sums=('afa68fb86123004c37c1dc354286af2d87a9dcfb12ddcb80e8bd0cd55bc87945')
 
 build() {
-  cd "ghc-paths-$pkgver"
-
-  runhaskell Setup configure \
--O \
--p \
---enable-split-objs \
---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
+cd "${srcdir}/ghc-paths-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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/ghc-paths-$pkgver"
+cd "${srcdir}/ghc-paths-${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/ghc-paths"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
 
-  install -Dm744 register.sh "$pkgdir/usr/share/haskell/register/$pkgname.sh"
-  install -Dm744 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/ghc-paths"
-  runhaskell Setup copy --destdir="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }
-
-# vim:set ts=2 sw=2 et:


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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:40:38
  Author: felixonmars
Revision: 237843

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

Added:
  haskell-ghc-paths/repos/community-staging-i686/
  haskell-ghc-paths/repos/community-staging-i686/PKGBUILD
(from rev 237842, haskell-ghc-paths/trunk/PKGBUILD)
  haskell-ghc-paths/repos/community-staging-x86_64/
  haskell-ghc-paths/repos/community-staging-x86_64/PKGBUILD
(from rev 237842, haskell-ghc-paths/trunk/PKGBUILD)

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

Copied: haskell-ghc-paths/repos/community-staging-i686/PKGBUILD (from rev 
237842, haskell-ghc-paths/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-17 02:40:38 UTC (rev 237843)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Arch Haskell Team 
+
+pkgname=haskell-ghc-paths
+pkgver=0.1.0.9
+pkgrel=14
+pkgdesc="Knowledge of GHC's installation directories"
+url='https://hackage.haskell.org/package/ghc-paths'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/ghc-paths/$pkgver/ghc-paths-$pkgver.tar.gz;)
+sha256sums=('afa68fb86123004c37c1dc354286af2d87a9dcfb12ddcb80e8bd0cd55bc87945')
+
+build() {
+cd "${srcdir}/ghc-paths-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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}/ghc-paths-${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/ghc-paths"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-ghc-paths/repos/community-staging-x86_64/PKGBUILD (from rev 
237842, haskell-ghc-paths/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-17 02:40:38 UTC (rev 237843)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Arch Haskell Team 
+
+pkgname=haskell-ghc-paths
+pkgver=0.1.0.9
+pkgrel=14
+pkgdesc="Knowledge of GHC's installation directories"
+url='https://hackage.haskell.org/package/ghc-paths'
+license=('custom:BSD3')
+arch=('x86_64' 'i686')
+depends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/ghc-paths/$pkgver/ghc-paths-$pkgver.tar.gz;)
+sha256sums=('afa68fb86123004c37c1dc354286af2d87a9dcfb12ddcb80e8bd0cd55bc87945')
+
+build() {
+cd "${srcdir}/ghc-paths-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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}/ghc-paths-${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/ghc-paths"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}


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

2017-06-16 Thread Anatol Pomozov
Date: Saturday, June 17, 2017 @ 02:40:14
  Author: anatolik
Revision: 237841

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-17 02:39:29 UTC (rev 237840)
+++ community-i686/PKGBUILD 2017-06-17 02:40:14 UTC (rev 237841)
@@ -1,24 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Thomas Krug 
-
-pkgname=libsigrokdecode
-pkgver=0.4.1
-pkgrel=1
-pkgdesc='Client software that supports various hardware logic analyzers, 
protocol decoders library'
-arch=(i686 x86_64)
-url='http://www.sigrok.org/wiki/Libsigrokdecode'
-license=(GPL3)
-depends=(glib2 python)
-source=(http://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz)
-sha1sums=('500f28c648711bfeeb8408fcda2397d5bd29bafb')
-
-build() {
-  cd libsigrokdecode-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd libsigrokdecode-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: libsigrokdecode/repos/community-i686/PKGBUILD (from rev 237840, 
libsigrokdecode/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-17 02:40:14 UTC (rev 237841)
@@ -0,0 +1,24 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=libsigrokdecode
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='Client software that supports various hardware logic analyzers, 
protocol decoders library'
+arch=(i686 x86_64)
+url='http://www.sigrok.org/wiki/Libsigrokdecode'
+license=(GPL3)
+depends=(glib2 python)
+source=(http://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz)
+sha1sums=('936a7e13f02afa9d7a7b26c833dee7e6097acef3')
+
+build() {
+  cd libsigrokdecode-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libsigrokdecode-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-17 02:39:29 UTC (rev 237840)
+++ community-x86_64/PKGBUILD   2017-06-17 02:40:14 UTC (rev 237841)
@@ -1,24 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Thomas Krug 
-
-pkgname=libsigrokdecode
-pkgver=0.4.1
-pkgrel=1
-pkgdesc='Client software that supports various hardware logic analyzers, 
protocol decoders library'
-arch=(i686 x86_64)
-url='http://www.sigrok.org/wiki/Libsigrokdecode'
-license=(GPL3)
-depends=(glib2 python)
-source=(http://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz)
-sha1sums=('500f28c648711bfeeb8408fcda2397d5bd29bafb')
-
-build() {
-  cd libsigrokdecode-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd libsigrokdecode-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: libsigrokdecode/repos/community-x86_64/PKGBUILD (from rev 237840, 
libsigrokdecode/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-17 02:40:14 UTC (rev 237841)
@@ -0,0 +1,24 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Thomas Krug 
+
+pkgname=libsigrokdecode
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='Client software that supports various hardware logic analyzers, 
protocol decoders library'
+arch=(i686 x86_64)
+url='http://www.sigrok.org/wiki/Libsigrokdecode'
+license=(GPL3)
+depends=(glib2 python)
+source=(http://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz)
+sha1sums=('936a7e13f02afa9d7a7b26c833dee7e6097acef3')
+
+build() {
+  cd libsigrokdecode-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libsigrokdecode-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2017-06-16 Thread Anatol Pomozov
Date: Saturday, June 17, 2017 @ 02:39:29
  Author: anatolik
Revision: 237840

upgpkg: libsigrokdecode 0.5.0-1

Modified:
  libsigrokdecode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 02:38:32 UTC (rev 237839)
+++ PKGBUILD2017-06-17 02:39:29 UTC (rev 237840)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Krug 
 
 pkgname=libsigrokdecode
-pkgver=0.4.1
+pkgver=0.5.0
 pkgrel=1
 pkgdesc='Client software that supports various hardware logic analyzers, 
protocol decoders library'
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=(GPL3)
 depends=(glib2 python)
 
source=(http://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-$pkgver.tar.gz)
-sha1sums=('500f28c648711bfeeb8408fcda2397d5bd29bafb')
+sha1sums=('936a7e13f02afa9d7a7b26c833dee7e6097acef3')
 
 build() {
   cd libsigrokdecode-$pkgver


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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:38:32
  Author: felixonmars
Revision: 237839

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

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

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

Copied: haskell-feed/repos/community-staging-i686/PKGBUILD (from rev 237838, 
haskell-feed/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-17 02:38:32 UTC (rev 237839)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=feed
+pkgname=haskell-feed
+pkgver=0.3.12.0
+pkgrel=4
+pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
+url="https://github.com/bergmark/feed;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-old-locale" "haskell-old-time" 
"haskell-time-locale-compat"
+ "haskell-utf8-string" "haskell-xml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('cc2d6a3b91027d75b91a0a4c0f83f2df68bee3ce0d7338ea5ae0bcab6dd47942')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-feed/repos/community-staging-x86_64/PKGBUILD (from rev 237838, 
haskell-feed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-17 02:38:32 UTC (rev 237839)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=feed
+pkgname=haskell-feed
+pkgver=0.3.12.0
+pkgrel=4
+pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
+url="https://github.com/bergmark/feed;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-old-locale" "haskell-old-time" 
"haskell-time-locale-compat"
+ "haskell-utf8-string" "haskell-xml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('cc2d6a3b91027d75b91a0a4c0f83f2df68bee3ce0d7338ea5ae0bcab6dd47942')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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}"
+

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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:38:08
  Author: felixonmars
Revision: 237838

upgpkg: haskell-feed 0.3.12.0-4

rebuild with ghc,8.0.2

Modified:
  haskell-feed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 02:37:31 UTC (rev 237837)
+++ PKGBUILD2017-06-17 02:38:08 UTC (rev 237838)
@@ -5,12 +5,12 @@
 _hkgname=feed
 pkgname=haskell-feed
 pkgver=0.3.12.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
 url="https://github.com/bergmark/feed;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-old-locale" "haskell-old-time" 
"haskell-time-locale-compat"
+depends=("ghc" "haskell-old-locale" "haskell-old-time" 
"haskell-time-locale-compat"
  "haskell-utf8-string" "haskell-xml")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('cc2d6a3b91027d75b91a0a4c0f83f2df68bee3ce0d7338ea5ae0bcab6dd47942')
@@ -18,7 +18,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -39,4 +39,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Anatol Pomozov
Date: Saturday, June 17, 2017 @ 02:37:31
  Author: anatolik
Revision: 237837

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-17 02:36:44 UTC (rev 237836)
+++ community-i686/PKGBUILD 2017-06-17 02:37:31 UTC (rev 237837)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Thomas Krug 
-# Contributor: Thomas Krug 
-
-pkgname=libsigrok
-pkgver=0.4.0
-pkgrel=4
-pkgdesc='Client software that supports various hardware logic analyzers, core 
library'
-arch=(i686 x86_64)
-url='https://www.sigrok.org/wiki/Libsigrok'
-license=(GPL3)
-depends=(libftdi libserialport glibmm libzip libieee1284)
-makedepends=(swig python pygobject-devel python-numpy python-setuptools
- cmake python2) # for doxygen-1.8.12
-optdepends=('python')
-source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz
-https://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.12.src.tar.gz)
-sha1sums=('6d57bea676ce60b6591162c45854ede6f9d8ceb9'
-  'eacf83859a5bd7f3f71b46f34759cefe1a05babc')
-
-# libsigrok fail to build with doxygen-1.8.13 (segfault)
-prepare() {
-  cd "$srcdir/doxygen-1.8.12"
-  rm -rf build && mkdir build && cd build
-  cmake ../ \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DPYTHON_EXECUTABLE:FILE=/usr/bin/python2 \
--Dbuild_doc:BOOL=OFF \
--Dbuild_wizard:BOOL=OFF
-  make
-  make DESTDIR="$srcdir" install
-}
-
-build() {
-  cd libsigrok-$pkgver
-  # our doxygen executable
-  export PATH=$PATH:"$srcdir"/usr/bin
- ./configure --prefix=/usr --disable-ruby --disable-java
-  make
-}
-
-package() {
-  cd libsigrok-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: libsigrok/repos/community-i686/PKGBUILD (from rev 237836, 
libsigrok/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-17 02:37:31 UTC (rev 237837)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Thomas Krug 
+# Contributor: Thomas Krug 
+
+pkgname=libsigrok
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='Client software that supports various hardware logic analyzers, core 
library'
+arch=(i686 x86_64)
+url='https://www.sigrok.org/wiki/Libsigrok'
+license=(GPL3)
+depends=(libftdi libserialport glibmm libzip libieee1284)
+makedepends=(cmake doxygen ruby jdk8-openjdk swig python pygobject-devel 
python-numpy python-setuptools)
+optdepends=('python' 'ruby' 'jdk8-openjdk')
+source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz)
+sha1sums=('51dbf0728804f1df9fd76c6136ee48a157298833')
+
+build() {
+  cd libsigrok-$pkgver
+ ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libsigrok-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-17 02:36:44 UTC (rev 237836)
+++ community-x86_64/PKGBUILD   2017-06-17 02:37:31 UTC (rev 237837)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Thomas Krug 
-# Contributor: Thomas Krug 
-
-pkgname=libsigrok
-pkgver=0.4.0
-pkgrel=4
-pkgdesc='Client software that supports various hardware logic analyzers, core 
library'
-arch=(i686 x86_64)
-url='https://www.sigrok.org/wiki/Libsigrok'
-license=(GPL3)
-depends=(libftdi libserialport glibmm libzip libieee1284)
-makedepends=(swig python pygobject-devel python-numpy python-setuptools
- cmake python2) # for doxygen-1.8.12
-optdepends=('python')
-source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz
-https://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.12.src.tar.gz)
-sha1sums=('6d57bea676ce60b6591162c45854ede6f9d8ceb9'
-  'eacf83859a5bd7f3f71b46f34759cefe1a05babc')
-
-# libsigrok fail to build with doxygen-1.8.13 (segfault)
-prepare() {
-  cd "$srcdir/doxygen-1.8.12"
-  rm -rf build && mkdir build && cd build
-  cmake ../ \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DPYTHON_EXECUTABLE:FILE=/usr/bin/python2 \
--Dbuild_doc:BOOL=OFF \
--Dbuild_wizard:BOOL=OFF
-  make
-  make DESTDIR="$srcdir" install
-}
-
-build() {
-  cd 

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

2017-06-16 Thread Anatol Pomozov
Date: Saturday, June 17, 2017 @ 02:36:44
  Author: anatolik
Revision: 237836

upgpkg: libsigrok 0.5.0-1

Modified:
  libsigrok/trunk/PKGBUILD

--+
 PKGBUILD |   32 +++-
 1 file changed, 7 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 02:36:11 UTC (rev 237835)
+++ PKGBUILD2017-06-17 02:36:44 UTC (rev 237836)
@@ -3,39 +3,21 @@
 # Contributor: Thomas Krug 
 
 pkgname=libsigrok
-pkgver=0.4.0
-pkgrel=4
+pkgver=0.5.0
+pkgrel=1
 pkgdesc='Client software that supports various hardware logic analyzers, core 
library'
 arch=(i686 x86_64)
 url='https://www.sigrok.org/wiki/Libsigrok'
 license=(GPL3)
 depends=(libftdi libserialport glibmm libzip libieee1284)
-makedepends=(swig python pygobject-devel python-numpy python-setuptools
- cmake python2) # for doxygen-1.8.12
-optdepends=('python')
-source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz
-https://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.12.src.tar.gz)
-sha1sums=('6d57bea676ce60b6591162c45854ede6f9d8ceb9'
-  'eacf83859a5bd7f3f71b46f34759cefe1a05babc')
+makedepends=(cmake doxygen ruby jdk8-openjdk swig python pygobject-devel 
python-numpy python-setuptools)
+optdepends=('python' 'ruby' 'jdk8-openjdk')
+source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz)
+sha1sums=('51dbf0728804f1df9fd76c6136ee48a157298833')
 
-# libsigrok fail to build with doxygen-1.8.13 (segfault)
-prepare() {
-  cd "$srcdir/doxygen-1.8.12"
-  rm -rf build && mkdir build && cd build
-  cmake ../ \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DPYTHON_EXECUTABLE:FILE=/usr/bin/python2 \
--Dbuild_doc:BOOL=OFF \
--Dbuild_wizard:BOOL=OFF
-  make
-  make DESTDIR="$srcdir" install
-}
-
 build() {
   cd libsigrok-$pkgver
-  # our doxygen executable
-  export PATH=$PATH:"$srcdir"/usr/bin
- ./configure --prefix=/usr --disable-ruby --disable-java
+ ./configure --prefix=/usr
   make
 }
 


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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:36:11
  Author: felixonmars
Revision: 237835

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

Added:
  haskell-safe-exceptions/repos/community-staging-i686/
  haskell-safe-exceptions/repos/community-staging-i686/PKGBUILD
(from rev 237834, haskell-safe-exceptions/trunk/PKGBUILD)
  haskell-safe-exceptions/repos/community-staging-x86_64/
  haskell-safe-exceptions/repos/community-staging-x86_64/PKGBUILD
(from rev 237834, haskell-safe-exceptions/trunk/PKGBUILD)

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

Copied: haskell-safe-exceptions/repos/community-staging-i686/PKGBUILD (from rev 
237834, haskell-safe-exceptions/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-17 02:36:11 UTC (rev 237835)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=safe-exceptions
+pkgname=haskell-safe-exceptions
+pkgver=0.1.5.0
+pkgrel=2
+pkgdesc="Safe, consistent, and easy exception handling"
+url="https://github.com/fpco/safe-exceptions;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-exceptions')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('e38f0a15780091c951444b2ba5c9fa1e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-safe-exceptions/repos/community-staging-x86_64/PKGBUILD (from 
rev 237834, haskell-safe-exceptions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-17 02:36:11 UTC (rev 237835)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=safe-exceptions
+pkgname=haskell-safe-exceptions
+pkgver=0.1.5.0
+pkgrel=2
+pkgdesc="Safe, consistent, and easy exception handling"
+url="https://github.com/fpco/safe-exceptions;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-exceptions')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('e38f0a15780091c951444b2ba5c9fa1e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}


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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:35:51
  Author: felixonmars
Revision: 237834

upgpkg: haskell-safe-exceptions 0.1.5.0-2

rebuild with ghc,8.0.2

Modified:
  haskell-safe-exceptions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 02:34:41 UTC (rev 237833)
+++ PKGBUILD2017-06-17 02:35:51 UTC (rev 237834)
@@ -4,12 +4,12 @@
 _hkgname=safe-exceptions
 pkgname=haskell-safe-exceptions
 pkgver=0.1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Safe, consistent, and easy exception handling"
 url="https://github.com/fpco/safe-exceptions;
 license=('MIT')
 arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'haskell-exceptions')
+depends=('ghc' 'haskell-exceptions')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 md5sums=('e38f0a15780091c951444b2ba5c9fa1e')
 
@@ -16,7 +16,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -37,4 +37,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:34:41
  Author: felixonmars
Revision: 237833

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

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

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

Copied: haskell-pid1/repos/community-staging-i686/PKGBUILD (from rev 237832, 
haskell-pid1/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-17 02:34:41 UTC (rev 237833)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=pid1
+pkgname=haskell-pid1
+pkgver=0.1.0.1
+pkgrel=2
+pkgdesc="Do signal handling and orphan reaping for Unix PID1 init processes"
+url="https://github.com/fpco/pid1;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c9d0a324dd8ae8b3997535d7228f2d95')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-pid1/repos/community-staging-x86_64/PKGBUILD (from rev 237832, 
haskell-pid1/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-17 02:34:41 UTC (rev 237833)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=pid1
+pkgname=haskell-pid1
+pkgver=0.1.0.1
+pkgrel=2
+pkgdesc="Do signal handling and orphan reaping for Unix PID1 init processes"
+url="https://github.com/fpco/pid1;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c9d0a324dd8ae8b3997535d7228f2d95')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}


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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:34:21
  Author: felixonmars
Revision: 237832

upgpkg: haskell-pid1 0.1.0.1-2

rebuild with ghc,8.0.2

Modified:
  haskell-pid1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 02:33:12 UTC (rev 237831)
+++ PKGBUILD2017-06-17 02:34:21 UTC (rev 237832)
@@ -5,19 +5,19 @@
 _hkgname=pid1
 pkgname=haskell-pid1
 pkgver=0.1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Do signal handling and orphan reaping for Unix PID1 init processes"
 url="https://github.com/fpco/pid1;
 license=('MIT')
 arch=('i686' 'x86_64')
-depends=('ghc=8.0.1')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+depends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 md5sums=('c9d0a324dd8ae8b3997535d7228f2d95')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -38,4 +38,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:33:12
  Author: felixonmars
Revision: 237831

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

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

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

Copied: haskell-ifelse/repos/community-staging-i686/PKGBUILD (from rev 237830, 
haskell-ifelse/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-17 02:33:12 UTC (rev 237831)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=IfElse
+pkgname=haskell-ifelse
+pkgver=0.85
+pkgrel=4
+pkgdesc="Anaphoric and miscellaneous useful control-flow"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('8ad3bfc3e2c867e6330d9bff874b3105476c35b2e1638fd448f233e9f80addcd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-ifelse/repos/community-staging-x86_64/PKGBUILD (from rev 
237830, haskell-ifelse/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-17 02:33:12 UTC (rev 237831)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=IfElse
+pkgname=haskell-ifelse
+pkgver=0.85
+pkgrel=4
+pkgdesc="Anaphoric and miscellaneous useful control-flow"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('8ad3bfc3e2c867e6330d9bff874b3105476c35b2e1638fd448f233e9f80addcd')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+

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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:32:48
  Author: felixonmars
Revision: 237830

upgpkg: haskell-ifelse 0.85-4

rebuild with ghc,8.0.2

Modified:
  haskell-ifelse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 02:31:40 UTC (rev 237829)
+++ PKGBUILD2017-06-17 02:32:48 UTC (rev 237830)
@@ -5,12 +5,12 @@
 _hkgname=IfElse
 pkgname=haskell-ifelse
 pkgver=0.85
-pkgrel=3
+pkgrel=4
 pkgdesc="Anaphoric and miscellaneous useful control-flow"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-mtl")
+depends=("ghc" "haskell-mtl")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('8ad3bfc3e2c867e6330d9bff874b3105476c35b2e1638fd448f233e9f80addcd')
 
@@ -17,7 +17,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -38,4 +38,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:31:40
  Author: felixonmars
Revision: 237829

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

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

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

Copied: 
haskell-data-accessor-transformers/repos/community-staging-i686/PKGBUILD (from 
rev 237828, haskell-data-accessor-transformers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-17 02:31:40 UTC (rev 237829)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-accessor-transformers
+pkgname=haskell-data-accessor-transformers
+pkgver=0.2.1.7
+pkgrel=3
+pkgdesc="Use Accessor to access state in transformers State monad"
+url="http://www.haskell.org/haskellwiki/Record_access;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-data-accessor")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('20c8823dc16c7ca6f55c64eb5564c9aae4b5565406987a046ded2ea73618e07a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: 
haskell-data-accessor-transformers/repos/community-staging-x86_64/PKGBUILD 
(from rev 237828, haskell-data-accessor-transformers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-17 02:31:40 UTC (rev 237829)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=data-accessor-transformers
+pkgname=haskell-data-accessor-transformers
+pkgver=0.2.1.7
+pkgrel=3
+pkgdesc="Use Accessor to access state in transformers State monad"
+url="http://www.haskell.org/haskellwiki/Record_access;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-data-accessor")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('20c8823dc16c7ca6f55c64eb5564c9aae4b5565406987a046ded2ea73618e07a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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 

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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:31:18
  Author: felixonmars
Revision: 237828

upgpkg: haskell-data-accessor-transformers 0.2.1.7-3

rebuild with ghc,8.0.2

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 02:30:08 UTC (rev 237827)
+++ PKGBUILD2017-06-17 02:31:18 UTC (rev 237828)
@@ -5,12 +5,12 @@
 _hkgname=data-accessor-transformers
 pkgname=haskell-data-accessor-transformers
 pkgver=0.2.1.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Use Accessor to access state in transformers State monad"
 url="http://www.haskell.org/haskellwiki/Record_access;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-data-accessor")
+depends=("ghc" "haskell-data-accessor")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('20c8823dc16c7ca6f55c64eb5564c9aae4b5565406987a046ded2ea73618e07a')
 
@@ -17,7 +17,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -38,4 +38,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:30:08
  Author: felixonmars
Revision: 237827

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

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

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

Copied: haskell-libffi/repos/community-staging-i686/PKGBUILD (from rev 237826, 
haskell-libffi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-17 02:30:08 UTC (rev 237827)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=libffi
+pkgname=haskell-libffi
+pkgver=0.1
+pkgrel=3
+pkgdesc="A binding to libffi"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('48387067c0f33bcfadf7a3bebbf48a55294202500f2b754229ffc8f12cb4f23c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-libffi/repos/community-staging-x86_64/PKGBUILD (from rev 
237826, haskell-libffi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-17 02:30:08 UTC (rev 237827)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=libffi
+pkgname=haskell-libffi
+pkgver=0.1
+pkgrel=3
+pkgdesc="A binding to libffi"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('48387067c0f33bcfadf7a3bebbf48a55294202500f2b754229ffc8f12cb4f23c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}


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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:29:47
  Author: felixonmars
Revision: 237826

upgpkg: haskell-libffi 0.1-3

rebuild with ghc,8.0.2

Modified:
  haskell-libffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 02:24:00 UTC (rev 237825)
+++ PKGBUILD2017-06-17 02:29:47 UTC (rev 237826)
@@ -5,12 +5,12 @@
 _hkgname=libffi
 pkgname=haskell-libffi
 pkgver=0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A binding to libffi"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1")
+depends=("ghc")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('48387067c0f33bcfadf7a3bebbf48a55294202500f2b754229ffc8f12cb4f23c')
 
@@ -17,7 +17,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -38,4 +38,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:24:00
  Author: felixonmars
Revision: 237825

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

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

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

Copied: haskell-html/repos/community-staging-i686/PKGBUILD (from rev 237824, 
haskell-html/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-17 02:24:00 UTC (rev 237825)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=html
+pkgname=haskell-html
+pkgver=1.0.1.2
+pkgrel=4
+pkgdesc="HTML combinator library"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('0c35495ea33d65e69c69bc7441ec8e1af69fbb43433c2aa3406c0a13a3ab3061')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-html/repos/community-staging-x86_64/PKGBUILD (from rev 237824, 
haskell-html/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-17 02:24:00 UTC (rev 237825)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=html
+pkgname=haskell-html
+pkgver=1.0.1.2
+pkgrel=4
+pkgdesc="HTML combinator library"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('0c35495ea33d65e69c69bc7441ec8e1af69fbb43433c2aa3406c0a13a3ab3061')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}


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

2017-06-16 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 02:23:33
  Author: felixonmars
Revision: 237824

upgpkg: haskell-html 1.0.1.2-4

rebuild with ghc,8.0.2

Modified:
  haskell-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 22:40:42 UTC (rev 237823)
+++ PKGBUILD2017-06-17 02:23:33 UTC (rev 237824)
@@ -5,12 +5,12 @@
 _hkgname=html
 pkgname=haskell-html
 pkgver=1.0.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc="HTML combinator library"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1")
+depends=("ghc")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('0c35495ea33d65e69c69bc7441ec8e1af69fbb43433c2aa3406c0a13a3ab3061')
 
@@ -17,7 +17,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -38,4 +38,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Jelle van der Waa
Date: Friday, June 16, 2017 @ 22:40:30
  Author: jelle
Revision: 237822

upgpkg: python-regex 2017.06.07-1

Modified:
  python-regex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 20:59:40 UTC (rev 237821)
+++ PKGBUILD2017-06-16 22:40:30 UTC (rev 237822)
@@ -2,11 +2,12 @@
 # Contributor: Nikola Milinković 
 # Submitter: Xiao-Long Chen 
 
+_pkgbase=regex
 pkgbase=python-regex
 pkgname=('python-regex' 'python2-regex')
 pkgname=python-regex
-pkgver=2017.04.23
-pkgrel=2
+pkgver=2017.06.07
+pkgrel=1
 pkgdesc="Alternative python regular expression module."
 arch=('x86_64' 'i686')
 url="https://bitbucket.org/mrabarnett/mrab-regex;
@@ -13,8 +14,8 @@
 license=('Python')
 makedepends=('python-setuptools' 'python2-setuptools')
 options=(!emptydirs)
-source=('https://pypi.python.org/packages/c1/8e/50066f0fe05841759327f3cfa40fec8b94da12eab022d480e7c56315dc2f/regex-2017.04.23.tar.gz')
-sha256sums=('ebac6140f097bec2dce310e08b21a46c60fd93a5e18ed31b32dbe5624fc3e6bd')
+source=(https://pypi.io/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz)
+sha256sums=('e45784bbe5a0ce4a954fbc5e0f72909798257241147271d4906bc617fd59261b')
 
 package_python2-regex() {
   depends=('python2')


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

2017-06-16 Thread Jelle van der Waa
Date: Friday, June 16, 2017 @ 22:40:42
  Author: jelle
Revision: 237823

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-16 22:40:30 UTC (rev 237822)
+++ community-i686/PKGBUILD 2017-06-16 22:40:42 UTC (rev 237823)
@@ -1,45 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: Nikola Milinković 
-# Submitter: Xiao-Long Chen 
-
-pkgbase=python-regex
-pkgname=('python-regex' 'python2-regex')
-pkgname=python-regex
-pkgver=2017.04.23
-pkgrel=2
-pkgdesc="Alternative python regular expression module."
-arch=('x86_64' 'i686')
-url="https://bitbucket.org/mrabarnett/mrab-regex;
-license=('Python')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=(!emptydirs)
-source=('https://pypi.python.org/packages/c1/8e/50066f0fe05841759327f3cfa40fec8b94da12eab022d480e7c56315dc2f/regex-2017.04.23.tar.gz')
-sha256sums=('ebac6140f097bec2dce310e08b21a46c60fd93a5e18ed31b32dbe5624fc3e6bd')
-
-package_python2-regex() {
-  depends=('python2')
-  conflicts=('python2-regex-hg')
-  pkgdesc="Alternative python regular expression module. (python2 version)"
-
-  cd "regex-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -v -m755 -d "${pkgdir}/usr/share/doc/python2-regex"
-  install -v -m644 ./docs/Features.html 
"${pkgdir}/usr/share/doc/python2-regex/"
-  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python2-regex/"
-  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python2-regex/"
-}
-
-package_python-regex() {
-  depends=('python')
-  conflicts=('python-regex-hg')
-  pkgdesc="Alternative python regular expression module. (python3 version)"
-
-  cd "regex-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -v -m755 -d "${pkgdir}/usr/share/doc/python-regex"
-  install -v -m644 ./docs/Features.html "${pkgdir}/usr/share/doc/python-regex/"
-  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python-regex/"
-  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python-regex/"
-}

Copied: python-regex/repos/community-i686/PKGBUILD (from rev 237822, 
python-regex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-16 22:40:42 UTC (rev 237823)
@@ -0,0 +1,46 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Nikola Milinković 
+# Submitter: Xiao-Long Chen 
+
+_pkgbase=regex
+pkgbase=python-regex
+pkgname=('python-regex' 'python2-regex')
+pkgname=python-regex
+pkgver=2017.06.07
+pkgrel=1
+pkgdesc="Alternative python regular expression module."
+arch=('x86_64' 'i686')
+url="https://bitbucket.org/mrabarnett/mrab-regex;
+license=('Python')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=(!emptydirs)
+source=(https://pypi.io/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz)
+sha256sums=('e45784bbe5a0ce4a954fbc5e0f72909798257241147271d4906bc617fd59261b')
+
+package_python2-regex() {
+  depends=('python2')
+  conflicts=('python2-regex-hg')
+  pkgdesc="Alternative python regular expression module. (python2 version)"
+
+  cd "regex-${pkgver}"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -v -m755 -d "${pkgdir}/usr/share/doc/python2-regex"
+  install -v -m644 ./docs/Features.html 
"${pkgdir}/usr/share/doc/python2-regex/"
+  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python2-regex/"
+  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python2-regex/"
+}
+
+package_python-regex() {
+  depends=('python')
+  conflicts=('python-regex-hg')
+  pkgdesc="Alternative python regular expression module. (python3 version)"
+
+  cd "regex-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -v -m755 -d "${pkgdir}/usr/share/doc/python-regex"
+  install -v -m644 ./docs/Features.html "${pkgdir}/usr/share/doc/python-regex/"
+  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python-regex/"
+  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python-regex/"
+}

Deleted: 

[arch-commits] Commit in qt5-webkit/trunk (3 files)

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 21:15:05
  Author: arojas
Revision: 298909

Update to 5.212.0-alpha2

Modified:
  qt5-webkit/trunk/PKGBUILD
Deleted:
  qt5-webkit/trunk/qt5-webkit-gcc7.patch
  qt5-webkit/trunk/qt5-webkit-i686-linking.patch

---+
 PKGBUILD  |   24 
 qt5-webkit-gcc7.patch |   12 
 qt5-webkit-i686-linking.patch |   14 --
 3 files changed, 4 insertions(+), 46 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 19:33:49 UTC (rev 298908)
+++ PKGBUILD2017-06-16 21:15:05 UTC (rev 298909)
@@ -4,9 +4,9 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt5-webkit
-_qtver=5.212.0-alpha
+_qtver=5.212.0-alpha2
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
 arch=(i686 x86_64)
 url='http://qt-project.org/'
 license=(GPL3 LGPL3 FDL custom)
@@ -18,27 +18,11 @@
 replaces=(qt5-webkit-ng)
 groups=(qt qt5)
 _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("https://github.com/annulen/webkit/releases/download/qtwebkit-$_qtver/qtwebkit-$_qtver.tar.xz;
-
qt5-webkit-functional.patch::"https://github.com/qt/qtwebkit/commit/c119ecc7.patch;
-
qt5-webkit-no-expansion-to-defined.patch::"https://github.com/annulen/webkit/commit/a4d1f641.patch;
-qt5-webkit-gcc7.patch qt5-webkit-i686-linking.patch)
-sha256sums=('f70fea4623a0f1df6ec535358f9c431d6ead9c04742a85258aaabcd0805d2719'
-'e9dd2a6d5682a788666b8a1dd078e079f8460a512096fb0381b48226e95e3d1f'
-'60eafaf42e5cd81805b74c29564b6504092d69bf0083c728d113af9d1740b3c1'
-'58ecbd8708f5afe4e974fdcd6c1f32fea61ccc55dc9bb711768f2d0da6963fb8'
-'2b494dcd22db8d50b3b4ddbc73639f089041681575fbc435e600788e7e2a6525')
+source=("https://github.com/annulen/webkit/releases/download/qtwebkit-$_qtver/qtwebkit-$_qtver.tar.xz;)
+sha256sums=('f8f901de567e11fc5659402b6b827eac75505ff9c5072d8e919aa306003f8f8a')
 
 prepare() {
   mkdir -p build
-
-  cd qtwebkit-$_qtver
-# Fix build with GCC 7
-  sed -e '/ChangeLog/d' -i ../*.patch
-  patch -p1 -i ../qt5-webkit-gcc7.patch
-  patch -p1 -i ../qt5-webkit-functional.patch
-  patch -p1 -i ../qt5-webkit-no-expansion-to-defined.patch
-# Fix i686 linking
-  patch -p1 -i ../qt5-webkit-i686-linking.patch
 }
 
 build() {

Deleted: qt5-webkit-gcc7.patch
===
--- qt5-webkit-gcc7.patch   2017-06-16 19:33:49 UTC (rev 298908)
+++ qt5-webkit-gcc7.patch   2017-06-16 21:15:05 UTC (rev 298909)
@@ -1,12 +0,0 @@
-Index: /trunk/Source/JavaScriptCore/runtime/JSArrayBufferView.h
-===
 trunk/Source/JavaScriptCore/runtime/JSArrayBufferView.h(revision 
211433)
-+++ trunk/Source/JavaScriptCore/runtime/JSArrayBufferView.h(revision 
211434)
-@@ -168,5 +168,5 @@
- void neuter();
- 
--void* vector()
-+void* vector() const
- {
- return m_vector.getPredicated(
- this,

Deleted: qt5-webkit-i686-linking.patch
===
--- qt5-webkit-i686-linking.patch   2017-06-16 19:33:49 UTC (rev 298908)
+++ qt5-webkit-i686-linking.patch   2017-06-16 21:15:05 UTC (rev 298909)
@@ -1,14 +0,0 @@
-diff --git a/Source/JavaScriptCore/runtime/JSTypedArrayViewConstructor.cpp 
-b/Source/JavaScriptCore/runtime/JSTypedArrayViewConstructor.cpp
-index bf99dbc8718..5c038c502bc 100644
 a/Source/JavaScriptCore/runtime/JSTypedArrayViewConstructor.cpp
-+++ b/Source/JavaScriptCore/runtime/JSTypedArrayViewConstructor.cpp
-@@ -35,6 +35,7 @@
- #include "JSObject.h"
- #include "JSTypedArrayViewPrototype.h"
- #include "JSTypedArrays.h"
-+#include "TypedArrayInlines.h"
- 
- namespace JSC {
- 
-


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

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 21:15:39
  Author: arojas
Revision: 298910

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

Added:
  qt5-webkit/repos/testing-i686/PKGBUILD
(from rev 298909, qt5-webkit/trunk/PKGBUILD)
  qt5-webkit/repos/testing-x86_64/PKGBUILD
(from rev 298909, qt5-webkit/trunk/PKGBUILD)
Deleted:
  qt5-webkit/repos/testing-i686/PKGBUILD
  qt5-webkit/repos/testing-i686/qt5-webkit-gcc7.patch
  qt5-webkit/repos/testing-i686/qt5-webkit-i686-linking.patch
  qt5-webkit/repos/testing-x86_64/PKGBUILD
  qt5-webkit/repos/testing-x86_64/qt5-webkit-gcc7.patch
  qt5-webkit/repos/testing-x86_64/qt5-webkit-i686-linking.patch

--+
 /PKGBUILD|   90 +
 testing-i686/PKGBUILD|   61 
 testing-i686/qt5-webkit-gcc7.patch   |   12 ---
 testing-i686/qt5-webkit-i686-linking.patch   |   14 ---
 testing-x86_64/PKGBUILD  |   61 
 testing-x86_64/qt5-webkit-gcc7.patch |   12 ---
 testing-x86_64/qt5-webkit-i686-linking.patch |   14 ---
 7 files changed, 90 insertions(+), 174 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-06-16 21:15:05 UTC (rev 298909)
+++ testing-i686/PKGBUILD   2017-06-16 21:15:39 UTC (rev 298910)
@@ -1,61 +0,0 @@
-# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-webkit
-_qtver=5.212.0-alpha
-pkgver=${_qtver/-/}
-pkgrel=2
-arch=(i686 x86_64)
-url='http://qt-project.org/'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
-depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite 
gst-plugins-base hyphen)
-makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
-optdepends=('gst-plugins-good: Webm codec support')
-conflicts=(qt5-webkit-ng)
-replaces=(qt5-webkit-ng)
-groups=(qt qt5)
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
-source=("https://github.com/annulen/webkit/releases/download/qtwebkit-$_qtver/qtwebkit-$_qtver.tar.xz;
-
qt5-webkit-functional.patch::"https://github.com/qt/qtwebkit/commit/c119ecc7.patch;
-
qt5-webkit-no-expansion-to-defined.patch::"https://github.com/annulen/webkit/commit/a4d1f641.patch;
-qt5-webkit-gcc7.patch qt5-webkit-i686-linking.patch)
-sha256sums=('f70fea4623a0f1df6ec535358f9c431d6ead9c04742a85258aaabcd0805d2719'
-'e9dd2a6d5682a788666b8a1dd078e079f8460a512096fb0381b48226e95e3d1f'
-'60eafaf42e5cd81805b74c29564b6504092d69bf0083c728d113af9d1740b3c1'
-'58ecbd8708f5afe4e974fdcd6c1f32fea61ccc55dc9bb711768f2d0da6963fb8'
-'2b494dcd22db8d50b3b4ddbc73639f089041681575fbc435e600788e7e2a6525')
-
-prepare() {
-  mkdir -p build
-
-  cd qtwebkit-$_qtver
-# Fix build with GCC 7
-  sed -e '/ChangeLog/d' -i ../*.patch
-  patch -p1 -i ../qt5-webkit-gcc7.patch
-  patch -p1 -i ../qt5-webkit-functional.patch
-  patch -p1 -i ../qt5-webkit-no-expansion-to-defined.patch
-# Fix i686 linking
-  patch -p1 -i ../qt5-webkit-i686-linking.patch
-}
-
-build() {
-  cd build
-
-  cmake ../qtwebkit-$_qtver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DPORT=Qt \
--DENABLE_TOOLS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-webkit/repos/testing-i686/PKGBUILD (from rev 298909, 
qt5-webkit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-06-16 21:15:39 UTC (rev 298910)
@@ -0,0 +1,45 @@
+# $Id: PKGBUILD 240297 2015-06-03 10:22:03Z fyan $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-webkit
+_qtver=5.212.0-alpha2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(i686 x86_64)
+url='http://qt-project.org/'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Classes for a WebKit2 based implementation and a new QML API'
+depends=(qt5-location qt5-sensors qt5-webchannel libwebp libxslt libxcomposite 
gst-plugins-base hyphen)
+makedepends=(cmake ruby gperf python2 qt5-doc qt5-tools)
+optdepends=('gst-plugins-good: Webm codec support')
+conflicts=(qt5-webkit-ng)
+replaces=(qt5-webkit-ng)
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("https://github.com/annulen/webkit/releases/download/qtwebkit-$_qtver/qtwebkit-$_qtver.tar.xz;)
+sha256sums=('f8f901de567e11fc5659402b6b827eac75505ff9c5072d8e919aa306003f8f8a')
+

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

2017-06-16 Thread Jelle van der Waa
Date: Friday, June 16, 2017 @ 20:59:40
  Author: jelle
Revision: 237821

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

Added:
  calibre/repos/community-i686/PKGBUILD
(from rev 237820, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 237820, calibre/trunk/PKGBUILD)
Deleted:
  calibre/repos/community-i686/0001-Compatibility-with-qt5-5.9.0.patch
  calibre/repos/community-i686/PKGBUILD
  calibre/repos/community-x86_64/0001-Compatibility-with-qt5-5.9.0.patch
  calibre/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|  148 +
 community-i686/0001-Compatibility-with-qt5-5.9.0.patch   |   88 ---
 community-i686/PKGBUILD  |   80 ---
 community-x86_64/0001-Compatibility-with-qt5-5.9.0.patch |   88 ---
 community-x86_64/PKGBUILD|   80 ---
 5 files changed, 148 insertions(+), 336 deletions(-)

Deleted: community-i686/0001-Compatibility-with-qt5-5.9.0.patch
===
--- community-i686/0001-Compatibility-with-qt5-5.9.0.patch  2017-06-16 
20:59:27 UTC (rev 237820)
+++ community-i686/0001-Compatibility-with-qt5-5.9.0.patch  2017-06-16 
20:59:40 UTC (rev 237821)
@@ -1,88 +0,0 @@
-From 82bd2e1a51df0650cb40894c5dc2b958f601a91d Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= 
-Date: Tue, 16 May 2017 14:20:51 -0400
-Subject: [PATCH] Compatibility with qt5-5.9.0
-

- src/calibre/headless/fontconfig_database.cpp | 16 ++--
- src/calibre/headless/fontconfig_database.h   | 12 
- 2 files changed, 18 insertions(+), 10 deletions(-)
-
-diff --git a/src/calibre/headless/fontconfig_database.cpp 
b/src/calibre/headless/fontconfig_database.cpp
-index 4e87b8f81b..33defd0b48 100644
 a/src/calibre/headless/fontconfig_database.cpp
-+++ b/src/calibre/headless/fontconfig_database.cpp
-@@ -48,14 +48,18 @@
- #include 
- 
- #if (QT_VERSION >= QT_VERSION_CHECK(5, 8, 0))
--#include 
-+#  include 
- #else
--#include 
-+#  include 
-+#endif
-+#if (QT_VERSION >= QT_VERSION_CHECK(5, 9, 0))
-+#  include 
-+#else
-+#  include 
- #endif
--#include 
- #include 
- #if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
--#include 
-+#  include 
- #endif
- 
- #include 
-@@ -763,7 +767,7 @@ QFontEngine *QFontconfigDatabase::fontEngine(const 
QFontDef , void *usrPtr)
- 
- QFontEngine *QFontconfigDatabase::fontEngine(const QByteArray , 
qreal pixelSize, QFont::HintingPreference hintingPreference)
- {
--QFontEngineFT *engine = 
static_cast(QBasicFontDatabase::fontEngine(fontData, pixelSize, 
hintingPreference));
-+QFontEngineFT *engine = 
static_cast(QFreeTypeFontDatabase::fontEngine(fontData, 
pixelSize, hintingPreference));
- if (engine == 0)
- return 0;
- 
-@@ -915,7 +919,7 @@ QStringList QFontconfigDatabase::addApplicationFont(const 
QByteArray ,
- 
- QString QFontconfigDatabase::resolveFontFamilyAlias(const QString ) 
const
- {
--QString resolved = QBasicFontDatabase::resolveFontFamilyAlias(family);
-+QString resolved = QFreeTypeFontDatabase::resolveFontFamilyAlias(family);
- if (!resolved.isEmpty() && resolved != family)
- return resolved;
- FcPattern *pattern = FcPatternCreate();
-diff --git a/src/calibre/headless/fontconfig_database.h 
b/src/calibre/headless/fontconfig_database.h
-index e2fecff724..62afc129cf 100644
 a/src/calibre/headless/fontconfig_database.h
-+++ b/src/calibre/headless/fontconfig_database.h
-@@ -7,17 +7,21 @@
- #pragma once
- 
- #include 
--#if (QT_VERSION >= QT_VERSION_CHECK(5, 8, 0))
--#include 
-+#if (QT_VERSION >= QT_VERSION_CHECK(5, 9, 0))
-+#  include 
-+#elif (QT_VERSION >= QT_VERSION_CHECK(5, 8, 0))
-+#  include 
-+#  define QFreeTypeFontDatabase QBasicFontDatabase
- #else
--#include 
-+#  include 
-+#  define QFreeTypeFontDatabase QBasicFontDatabase
- #endif
- 
- QT_BEGIN_NAMESPACE
- 
- class QFontEngineFT;
- 
--class QFontconfigDatabase : public QBasicFontDatabase
-+class QFontconfigDatabase : public QFreeTypeFontDatabase
- {
- public:
- #if (QT_VERSION >= QT_VERSION_CHECK(5, 5, 0))
--- 
-2.13.0
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-16 20:59:27 UTC (rev 237820)
+++ community-i686/PKGBUILD 2017-06-16 20:59:40 UTC (rev 237821)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=2.85.1
-pkgrel=2
-pkgdesc="Ebook management application"

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

2017-06-16 Thread Jelle van der Waa
Date: Friday, June 16, 2017 @ 20:59:27
  Author: jelle
Revision: 237820

upgpkg: calibre 3.0.0-1

Modified:
  calibre/trunk/PKGBUILD
Deleted:
  calibre/trunk/0001-Compatibility-with-qt5-5.9.0.patch

-+
 0001-Compatibility-with-qt5-5.9.0.patch |   88 --
 PKGBUILD|   22 ++-
 2 files changed, 8 insertions(+), 102 deletions(-)

Deleted: 0001-Compatibility-with-qt5-5.9.0.patch
===
--- 0001-Compatibility-with-qt5-5.9.0.patch 2017-06-16 20:27:46 UTC (rev 
237819)
+++ 0001-Compatibility-with-qt5-5.9.0.patch 2017-06-16 20:59:27 UTC (rev 
237820)
@@ -1,88 +0,0 @@
-From 82bd2e1a51df0650cb40894c5dc2b958f601a91d Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= 
-Date: Tue, 16 May 2017 14:20:51 -0400
-Subject: [PATCH] Compatibility with qt5-5.9.0
-

- src/calibre/headless/fontconfig_database.cpp | 16 ++--
- src/calibre/headless/fontconfig_database.h   | 12 
- 2 files changed, 18 insertions(+), 10 deletions(-)
-
-diff --git a/src/calibre/headless/fontconfig_database.cpp 
b/src/calibre/headless/fontconfig_database.cpp
-index 4e87b8f81b..33defd0b48 100644
 a/src/calibre/headless/fontconfig_database.cpp
-+++ b/src/calibre/headless/fontconfig_database.cpp
-@@ -48,14 +48,18 @@
- #include 
- 
- #if (QT_VERSION >= QT_VERSION_CHECK(5, 8, 0))
--#include 
-+#  include 
- #else
--#include 
-+#  include 
-+#endif
-+#if (QT_VERSION >= QT_VERSION_CHECK(5, 9, 0))
-+#  include 
-+#else
-+#  include 
- #endif
--#include 
- #include 
- #if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0))
--#include 
-+#  include 
- #endif
- 
- #include 
-@@ -763,7 +767,7 @@ QFontEngine *QFontconfigDatabase::fontEngine(const 
QFontDef , void *usrPtr)
- 
- QFontEngine *QFontconfigDatabase::fontEngine(const QByteArray , 
qreal pixelSize, QFont::HintingPreference hintingPreference)
- {
--QFontEngineFT *engine = 
static_cast(QBasicFontDatabase::fontEngine(fontData, pixelSize, 
hintingPreference));
-+QFontEngineFT *engine = 
static_cast(QFreeTypeFontDatabase::fontEngine(fontData, 
pixelSize, hintingPreference));
- if (engine == 0)
- return 0;
- 
-@@ -915,7 +919,7 @@ QStringList QFontconfigDatabase::addApplicationFont(const 
QByteArray ,
- 
- QString QFontconfigDatabase::resolveFontFamilyAlias(const QString ) 
const
- {
--QString resolved = QBasicFontDatabase::resolveFontFamilyAlias(family);
-+QString resolved = QFreeTypeFontDatabase::resolveFontFamilyAlias(family);
- if (!resolved.isEmpty() && resolved != family)
- return resolved;
- FcPattern *pattern = FcPatternCreate();
-diff --git a/src/calibre/headless/fontconfig_database.h 
b/src/calibre/headless/fontconfig_database.h
-index e2fecff724..62afc129cf 100644
 a/src/calibre/headless/fontconfig_database.h
-+++ b/src/calibre/headless/fontconfig_database.h
-@@ -7,17 +7,21 @@
- #pragma once
- 
- #include 
--#if (QT_VERSION >= QT_VERSION_CHECK(5, 8, 0))
--#include 
-+#if (QT_VERSION >= QT_VERSION_CHECK(5, 9, 0))
-+#  include 
-+#elif (QT_VERSION >= QT_VERSION_CHECK(5, 8, 0))
-+#  include 
-+#  define QFreeTypeFontDatabase QBasicFontDatabase
- #else
--#include 
-+#  include 
-+#  define QFreeTypeFontDatabase QBasicFontDatabase
- #endif
- 
- QT_BEGIN_NAMESPACE
- 
- class QFontEngineFT;
- 
--class QFontconfigDatabase : public QBasicFontDatabase
-+class QFontconfigDatabase : public QFreeTypeFontDatabase
- {
- public:
- #if (QT_VERSION >= QT_VERSION_CHECK(5, 5, 0))
--- 
-2.13.0
-

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 20:27:46 UTC (rev 237819)
+++ PKGBUILD2017-06-16 20:59:27 UTC (rev 237820)
@@ -8,19 +8,19 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=2.85.1
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
 url="https://calibre-ebook.com/;
 license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-dukpy'
  'python2-mechanize' 'podofo' 'libwmf'
  'chmlib' 'python2-lxml' 'libusbx'
  'python2-pillow' 'shared-mime-info' 'python2-dnspython'
  'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
  'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-pygments' 'mtdev'
+ 'qt5-svg' 'python2-regex' 'python2-pygments' 'mtdev'
  'desktop-file-utils' 'gtk-update-icon-cache' 'optipng' 'udisks2')
 makedepends=('qt5-x11extras' 'xdg-utils')
 optdepends=('ipython2: to use calibre-debug'
@@ -27,11 +27,9 @@
 'poppler: required for converting pdf to html'
 )
 

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

2017-06-16 Thread Jelle van der Waa
Date: Friday, June 16, 2017 @ 20:27:46
  Author: jelle
Revision: 237819

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

Added:
  gsmartcontrol/repos/community-i686/PKGBUILD
(from rev 237818, gsmartcontrol/trunk/PKGBUILD)
  gsmartcontrol/repos/community-i686/gsmartcontrol_polkit
(from rev 237818, gsmartcontrol/trunk/gsmartcontrol_polkit)
  gsmartcontrol/repos/community-i686/org.archlinux.pkexec.gsmartcontrol.policy
(from rev 237818, 
gsmartcontrol/trunk/org.archlinux.pkexec.gsmartcontrol.policy)
  gsmartcontrol/repos/community-x86_64/PKGBUILD
(from rev 237818, gsmartcontrol/trunk/PKGBUILD)
  gsmartcontrol/repos/community-x86_64/gsmartcontrol_polkit
(from rev 237818, gsmartcontrol/trunk/gsmartcontrol_polkit)
  gsmartcontrol/repos/community-x86_64/org.archlinux.pkexec.gsmartcontrol.policy
(from rev 237818, 
gsmartcontrol/trunk/org.archlinux.pkexec.gsmartcontrol.policy)
Deleted:
  gsmartcontrol/repos/community-i686/PKGBUILD
  gsmartcontrol/repos/community-i686/gsmartcontrol_polkit
  gsmartcontrol/repos/community-i686/org.archlinux.pkexec.gsmartcontrol.policy
  gsmartcontrol/repos/community-x86_64/PKGBUILD
  gsmartcontrol/repos/community-x86_64/gsmartcontrol_polkit
  gsmartcontrol/repos/community-x86_64/org.archlinux.pkexec.gsmartcontrol.policy

---+
 /PKGBUILD |  100 
 /gsmartcontrol_polkit |   12 +++
 community-i686/PKGBUILD   |   50 
 community-i686/gsmartcontrol_polkit   |6 -
 community-x86_64/PKGBUILD |   50 
 community-x86_64/gsmartcontrol_polkit |6 -
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-16 20:03:00 UTC (rev 237818)
+++ community-i686/PKGBUILD 2017-06-16 20:27:46 UTC (rev 237819)
@@ -1,50 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=gsmartcontrol
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="A graphical user interface for the smartctl hard disk drive health 
inspection tool."
-arch=('i686' 'x86_64')
-url="http://gsmartcontrol.sourceforge.net/home/;
-license=('GPL3')
-depends=('smartmontools' 'gtkmm' 'xorg-xmessage' 'hicolor-icon-theme')
-optdepends=('polkit: to run gsmartcontrol directly from menu')
-source=("http://sourceforge.net/projects/gsmartcontrol/files/${pkgver}/gsmartcontrol-${pkgver}.tar.bz2;
-org.archlinux.pkexec.gsmartcontrol.policy
-gsmartcontrol_polkit)
-md5sums=('bd7816722eb376b059d85bb42e4ff62e'
- '503989a7e6a9a287d81e91243d03f162'
- '33bdda04d8db1525f2507485f3f2a663')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-# Modify desktop file
-sed -i "s|^Exec=.*|Exec="@prefix@/bin/gsmartcontrol_polkit"|" \
-data/gsmartcontrol.desktop.in
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   CXXFLAGS+=' -std=c++11' ./configure --prefix=/usr
-   make 
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR=${pkgdir} install
-
-# Install launcher script
-install -m755 ${srcdir}/gsmartcontrol_polkit \
-"${pkgdir}/usr/bin/gsmartcontrol_polkit"
-
-# Install policy file
-install -Dm644 ${srcdir}/org.archlinux.pkexec.gsmartcontrol.policy \
-
"${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gsmartcontrol.policy"
-}

Copied: gsmartcontrol/repos/community-i686/PKGBUILD (from rev 237818, 
gsmartcontrol/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-16 20:27:46 UTC (rev 237819)
@@ -0,0 +1,50 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=gsmartcontrol
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A graphical user interface for the smartctl hard disk drive health 
inspection tool."
+arch=('i686' 'x86_64')
+url="http://gsmartcontrol.sourceforge.net/home/;
+license=('GPL3')
+depends=('smartmontools' 'gtkmm3' 'xorg-xmessage' 'hicolor-icon-theme')
+optdepends=('polkit: to run gsmartcontrol directly from menu')
+source=("http://sourceforge.net/projects/gsmartcontrol/files/${pkgver}/gsmartcontrol-${pkgver}.tar.bz2;
+org.archlinux.pkexec.gsmartcontrol.policy
+gsmartcontrol_polkit)
+md5sums=('1adec9d4533b8e388f03ab466f296121'
+ '503989a7e6a9a287d81e91243d03f162'
+ '33bdda04d8db1525f2507485f3f2a663')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+# Modify desktop file
+sed -i "s|^Exec=.*|Exec="@prefix@/bin/gsmartcontrol_polkit"|" \
+data/gsmartcontrol.desktop.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   

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

2017-06-16 Thread Jelle van der Waa
Date: Friday, June 16, 2017 @ 20:03:00
  Author: jelle
Revision: 237818

archrelease: copy trunk to community-x86_64

Added:
  gsmartcontrol/repos/community-x86_64/PKGBUILD
(from rev 237817, gsmartcontrol/trunk/PKGBUILD)
  gsmartcontrol/repos/community-x86_64/gsmartcontrol_polkit
(from rev 237817, gsmartcontrol/trunk/gsmartcontrol_polkit)
  gsmartcontrol/repos/community-x86_64/org.archlinux.pkexec.gsmartcontrol.policy
(from rev 237817, 
gsmartcontrol/trunk/org.archlinux.pkexec.gsmartcontrol.policy)
Deleted:
  gsmartcontrol/repos/community-x86_64/PKGBUILD
  gsmartcontrol/repos/community-x86_64/gsmartcontrol_polkit
  gsmartcontrol/repos/community-x86_64/org.archlinux.pkexec.gsmartcontrol.policy

--+
 PKGBUILD |  100 -
 gsmartcontrol_polkit |   12 ++---
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-16 20:02:47 UTC (rev 237817)
+++ PKGBUILD2017-06-16 20:03:00 UTC (rev 237818)
@@ -1,50 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=gsmartcontrol
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="A graphical user interface for the smartctl hard disk drive health 
inspection tool."
-arch=('i686' 'x86_64')
-url="http://gsmartcontrol.sourceforge.net/home/;
-license=('GPL3')
-depends=('smartmontools' 'gtkmm' 'xorg-xmessage' 'hicolor-icon-theme')
-optdepends=('polkit: to run gsmartcontrol directly from menu')
-source=("http://sourceforge.net/projects/gsmartcontrol/files/${pkgver}/gsmartcontrol-${pkgver}.tar.bz2;
-org.archlinux.pkexec.gsmartcontrol.policy
-gsmartcontrol_polkit)
-md5sums=('bd7816722eb376b059d85bb42e4ff62e'
- '503989a7e6a9a287d81e91243d03f162'
- '33bdda04d8db1525f2507485f3f2a663')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-# Modify desktop file
-sed -i "s|^Exec=.*|Exec="@prefix@/bin/gsmartcontrol_polkit"|" \
-data/gsmartcontrol.desktop.in
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   CXXFLAGS+=' -std=c++11' ./configure --prefix=/usr
-   make 
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR=${pkgdir} install
-
-# Install launcher script
-install -m755 ${srcdir}/gsmartcontrol_polkit \
-"${pkgdir}/usr/bin/gsmartcontrol_polkit"
-
-# Install policy file
-install -Dm644 ${srcdir}/org.archlinux.pkexec.gsmartcontrol.policy \
-
"${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gsmartcontrol.policy"
-}

Copied: gsmartcontrol/repos/community-x86_64/PKGBUILD (from rev 237817, 
gsmartcontrol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-16 20:03:00 UTC (rev 237818)
@@ -0,0 +1,50 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=gsmartcontrol
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A graphical user interface for the smartctl hard disk drive health 
inspection tool."
+arch=('i686' 'x86_64')
+url="http://gsmartcontrol.sourceforge.net/home/;
+license=('GPL3')
+depends=('smartmontools' 'gtkmm3' 'xorg-xmessage' 'hicolor-icon-theme')
+optdepends=('polkit: to run gsmartcontrol directly from menu')
+source=("http://sourceforge.net/projects/gsmartcontrol/files/${pkgver}/gsmartcontrol-${pkgver}.tar.bz2;
+org.archlinux.pkexec.gsmartcontrol.policy
+gsmartcontrol_polkit)
+md5sums=('1adec9d4533b8e388f03ab466f296121'
+ '503989a7e6a9a287d81e91243d03f162'
+ '33bdda04d8db1525f2507485f3f2a663')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+# Modify desktop file
+sed -i "s|^Exec=.*|Exec="@prefix@/bin/gsmartcontrol_polkit"|" \
+data/gsmartcontrol.desktop.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CXXFLAGS+=' -std=c++11' ./configure --prefix=/usr
+   make 
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR=${pkgdir} install
+
+# Install launcher script
+install -m755 ${srcdir}/gsmartcontrol_polkit \
+"${pkgdir}/usr/bin/gsmartcontrol_polkit"
+
+# Install policy file
+install -Dm644 ${srcdir}/org.archlinux.pkexec.gsmartcontrol.policy \
+
"${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gsmartcontrol.policy"
+}

Deleted: gsmartcontrol_polkit
===
--- gsmartcontrol_polkit2017-06-16 20:02:47 UTC (rev 237817)
+++ gsmartcontrol_polkit2017-06-16 20:03:00 UTC (rev 237818)
@@ -1,6 +0,0 @@
-#!/bin/bash
-if [ $(which pkexec) ]; then
-   pkexec 

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

2017-06-16 Thread Jelle van der Waa
Date: Friday, June 16, 2017 @ 20:02:47
  Author: jelle
Revision: 237817

upgpkg: gsmartcontrol 1.0.0-1

Modified:
  gsmartcontrol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 19:29:20 UTC (rev 237816)
+++ PKGBUILD2017-06-16 20:02:47 UTC (rev 237817)
@@ -1,18 +1,18 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=gsmartcontrol
-pkgver=0.9.0
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="A graphical user interface for the smartctl hard disk drive health 
inspection tool."
 arch=('i686' 'x86_64')
 url="http://gsmartcontrol.sourceforge.net/home/;
 license=('GPL3')
-depends=('smartmontools' 'gtkmm' 'xorg-xmessage' 'hicolor-icon-theme')
+depends=('smartmontools' 'gtkmm3' 'xorg-xmessage' 'hicolor-icon-theme')
 optdepends=('polkit: to run gsmartcontrol directly from menu')
 
source=("http://sourceforge.net/projects/gsmartcontrol/files/${pkgver}/gsmartcontrol-${pkgver}.tar.bz2;
 org.archlinux.pkexec.gsmartcontrol.policy
 gsmartcontrol_polkit)
-md5sums=('bd7816722eb376b059d85bb42e4ff62e'
+md5sums=('1adec9d4533b8e388f03ab466f296121'
  '503989a7e6a9a287d81e91243d03f162'
  '33bdda04d8db1525f2507485f3f2a663')
 


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

2017-06-16 Thread Jelle van der Waa
Date: Friday, June 16, 2017 @ 19:29:20
  Author: jelle
Revision: 237816

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

Added:
  python-dukpy/repos/community-i686/
  python-dukpy/repos/community-i686/PKGBUILD
(from rev 237815, python-dukpy/trunk/PKGBUILD)
  python-dukpy/repos/community-x86_64/
  python-dukpy/repos/community-x86_64/PKGBUILD
(from rev 237815, python-dukpy/trunk/PKGBUILD)

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

Copied: python-dukpy/repos/community-i686/PKGBUILD (from rev 237815, 
python-dukpy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-16 19:29:20 UTC (rev 237816)
@@ -0,0 +1,45 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Eli Schwartz 
+
+pkgbase='python-dukpy'
+pkgname=('python-dukpy' 'python2-dukpy')
+pkgver=0.3
+pkgrel=2
+pkgdesc="Python bindings for the duktape embeddable JavaScript engine"
+arch=('i686' 'x86_64')
+url="https://github.com/kovidgoyal/dukpy;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("dukpy-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('cc78c39ebba51f381c623b164cfb7dcf3caddf515fe7094bc53b7eca5d4e435e')
+
+build() {
+  cd "${srcdir}/dukpy-${pkgver}"
+
+  python setup.py build
+  python2 setup.py build
+}
+
+package_python-dukpy() {
+  depends=('python')
+
+  cd "dukpy-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/python-dukpy/LICENSE.txt"
+}
+
+package_python2-dukpy() {
+  depends=('python2')
+
+  cd "dukpy-${pkgver}"
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/python2-dukpy/LICENSE.txt"
+}
+
+check() {
+  cd "dukpy-${pkgver}"
+  python setup.py test
+  python2 setup.py test
+}

Copied: python-dukpy/repos/community-x86_64/PKGBUILD (from rev 237815, 
python-dukpy/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-16 19:29:20 UTC (rev 237816)
@@ -0,0 +1,45 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Eli Schwartz 
+
+pkgbase='python-dukpy'
+pkgname=('python-dukpy' 'python2-dukpy')
+pkgver=0.3
+pkgrel=2
+pkgdesc="Python bindings for the duktape embeddable JavaScript engine"
+arch=('i686' 'x86_64')
+url="https://github.com/kovidgoyal/dukpy;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("dukpy-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('cc78c39ebba51f381c623b164cfb7dcf3caddf515fe7094bc53b7eca5d4e435e')
+
+build() {
+  cd "${srcdir}/dukpy-${pkgver}"
+
+  python setup.py build
+  python2 setup.py build
+}
+
+package_python-dukpy() {
+  depends=('python')
+
+  cd "dukpy-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/python-dukpy/LICENSE.txt"
+}
+
+package_python2-dukpy() {
+  depends=('python2')
+
+  cd "dukpy-${pkgver}"
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/python2-dukpy/LICENSE.txt"
+}
+
+check() {
+  cd "dukpy-${pkgver}"
+  python setup.py test
+  python2 setup.py test
+}


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

2017-06-16 Thread Jelle van der Waa
Date: Friday, June 16, 2017 @ 19:29:06
  Author: jelle
Revision: 237815

upgpkg: python-dukpy 0.3-2

Modified:
  python-dukpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 19:18:45 UTC (rev 237814)
+++ PKGBUILD2017-06-16 19:29:06 UTC (rev 237815)
@@ -23,7 +23,7 @@
 package_python-dukpy() {
   depends=('python')
 
-  cd "${srcdir}/dukpy-${pkgver}"
+  cd "dukpy-${pkgver}"
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 
   install -Dm644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/python-dukpy/LICENSE.txt"
@@ -32,8 +32,14 @@
 package_python2-dukpy() {
   depends=('python2')
 
-  cd "${srcdir}/dukpy-${pkgver}"
+  cd "dukpy-${pkgver}"
   python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 
   install -Dm644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/python2-dukpy/LICENSE.txt"
 }
+
+check() {
+  cd "dukpy-${pkgver}"
+  python setup.py test
+  python2 setup.py test
+}


[arch-commits] Commit in (4 files)

2017-06-16 Thread Jelle van der Waa
Date: Friday, June 16, 2017 @ 19:18:45
  Author: jelle
Revision: 237814

initial commit

dependency of Calibre

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

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

Added: python-dukpy/trunk/PKGBUILD
===
--- python-dukpy/trunk/PKGBUILD (rev 0)
+++ python-dukpy/trunk/PKGBUILD 2017-06-16 19:18:45 UTC (rev 237814)
@@ -0,0 +1,39 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Eli Schwartz 
+
+pkgbase='python-dukpy'
+pkgname=('python-dukpy' 'python2-dukpy')
+pkgver=0.3
+pkgrel=2
+pkgdesc="Python bindings for the duktape embeddable JavaScript engine"
+arch=('i686' 'x86_64')
+url="https://github.com/kovidgoyal/dukpy;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("dukpy-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('cc78c39ebba51f381c623b164cfb7dcf3caddf515fe7094bc53b7eca5d4e435e')
+
+build() {
+  cd "${srcdir}/dukpy-${pkgver}"
+
+  python setup.py build
+  python2 setup.py build
+}
+
+package_python-dukpy() {
+  depends=('python')
+
+  cd "${srcdir}/dukpy-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/python-dukpy/LICENSE.txt"
+}
+
+package_python2-dukpy() {
+  depends=('python2')
+
+  cd "${srcdir}/dukpy-${pkgver}"
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/python2-dukpy/LICENSE.txt"
+}


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


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

2017-06-16 Thread Jelle van der Waa
Date: Friday, June 16, 2017 @ 18:54:56
  Author: jelle
Revision: 237811

upgpkg: python-regex 2017.04.23-2

Modified:
  python-regex/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 18:52:18 UTC (rev 237810)
+++ PKGBUILD2017-06-16 18:54:56 UTC (rev 237811)
@@ -8,7 +8,7 @@
 pkgver=2017.04.23
 pkgrel=2
 pkgdesc="Alternative python regular expression module."
-arch=(any)
+arch=('x86_64' 'i686')
 url="https://bitbucket.org/mrabarnett/mrab-regex;
 license=('Python')
 makedepends=('python-setuptools' 'python2-setuptools')
@@ -21,7 +21,7 @@
   conflicts=('python2-regex-hg')
   pkgdesc="Alternative python regular expression module. (python2 version)"
 
-  cd "${srcdir}/regex-${pkgver}"
+  cd "regex-${pkgver}"
   python2 setup.py install --root="${pkgdir}/" --optimize=1
 
   install -v -m755 -d "${pkgdir}/usr/share/doc/python2-regex"
@@ -35,7 +35,7 @@
   conflicts=('python-regex-hg')
   pkgdesc="Alternative python regular expression module. (python3 version)"
 
-  cd "${srcdir}/regex-${pkgver}"
+  cd "regex-${pkgver}"
   python setup.py install --root="${pkgdir}/" --optimize=1
 
   install -v -m755 -d "${pkgdir}/usr/share/doc/python-regex"


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


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

2017-06-16 Thread Jelle van der Waa
Date: Friday, June 16, 2017 @ 18:55:10
  Author: jelle
Revision: 237812

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

Added:
  python-regex/repos/community-i686/
  python-regex/repos/community-i686/PKGBUILD
(from rev 237811, python-regex/trunk/PKGBUILD)
  python-regex/repos/community-x86_64/
  python-regex/repos/community-x86_64/PKGBUILD
(from rev 237811, python-regex/trunk/PKGBUILD)

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

Copied: python-regex/repos/community-i686/PKGBUILD (from rev 237811, 
python-regex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-16 18:55:10 UTC (rev 237812)
@@ -0,0 +1,45 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Nikola Milinković 
+# Submitter: Xiao-Long Chen 
+
+pkgbase=python-regex
+pkgname=('python-regex' 'python2-regex')
+pkgname=python-regex
+pkgver=2017.04.23
+pkgrel=2
+pkgdesc="Alternative python regular expression module."
+arch=('x86_64' 'i686')
+url="https://bitbucket.org/mrabarnett/mrab-regex;
+license=('Python')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=(!emptydirs)
+source=('https://pypi.python.org/packages/c1/8e/50066f0fe05841759327f3cfa40fec8b94da12eab022d480e7c56315dc2f/regex-2017.04.23.tar.gz')
+sha256sums=('ebac6140f097bec2dce310e08b21a46c60fd93a5e18ed31b32dbe5624fc3e6bd')
+
+package_python2-regex() {
+  depends=('python2')
+  conflicts=('python2-regex-hg')
+  pkgdesc="Alternative python regular expression module. (python2 version)"
+
+  cd "regex-${pkgver}"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -v -m755 -d "${pkgdir}/usr/share/doc/python2-regex"
+  install -v -m644 ./docs/Features.html 
"${pkgdir}/usr/share/doc/python2-regex/"
+  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python2-regex/"
+  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python2-regex/"
+}
+
+package_python-regex() {
+  depends=('python')
+  conflicts=('python-regex-hg')
+  pkgdesc="Alternative python regular expression module. (python3 version)"
+
+  cd "regex-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -v -m755 -d "${pkgdir}/usr/share/doc/python-regex"
+  install -v -m644 ./docs/Features.html "${pkgdir}/usr/share/doc/python-regex/"
+  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python-regex/"
+  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python-regex/"
+}

Copied: python-regex/repos/community-x86_64/PKGBUILD (from rev 237811, 
python-regex/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-16 18:55:10 UTC (rev 237812)
@@ -0,0 +1,45 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Nikola Milinković 
+# Submitter: Xiao-Long Chen 
+
+pkgbase=python-regex
+pkgname=('python-regex' 'python2-regex')
+pkgname=python-regex
+pkgver=2017.04.23
+pkgrel=2
+pkgdesc="Alternative python regular expression module."
+arch=('x86_64' 'i686')
+url="https://bitbucket.org/mrabarnett/mrab-regex;
+license=('Python')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=(!emptydirs)
+source=('https://pypi.python.org/packages/c1/8e/50066f0fe05841759327f3cfa40fec8b94da12eab022d480e7c56315dc2f/regex-2017.04.23.tar.gz')
+sha256sums=('ebac6140f097bec2dce310e08b21a46c60fd93a5e18ed31b32dbe5624fc3e6bd')
+
+package_python2-regex() {
+  depends=('python2')
+  conflicts=('python2-regex-hg')
+  pkgdesc="Alternative python regular expression module. (python2 version)"
+
+  cd "regex-${pkgver}"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -v -m755 -d "${pkgdir}/usr/share/doc/python2-regex"
+  install -v -m644 ./docs/Features.html 
"${pkgdir}/usr/share/doc/python2-regex/"
+  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python2-regex/"
+  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python2-regex/"
+}
+
+package_python-regex() {
+  depends=('python')
+  conflicts=('python-regex-hg')
+  pkgdesc="Alternative python regular expression module. (python3 version)"
+
+  cd "regex-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -v -m755 -d "${pkgdir}/usr/share/doc/python-regex"
+  install -v -m644 ./docs/Features.html "${pkgdir}/usr/share/doc/python-regex/"
+  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python-regex/"
+  install -v -m644 ./docs/UnicodeProperties.txt 

[arch-commits] Commit in sslh/repos (48 files)

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:52:18
  Author: arojas
Revision: 237810

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

Added:
  sslh/repos/community-testing-i686/PKGBUILD
(from rev 237809, sslh/trunk/PKGBUILD)
  sslh/repos/community-testing-i686/PKGBUILD.next
(from rev 237809, sslh/trunk/PKGBUILD.next)
  sslh/repos/community-testing-i686/sslh-fork.service
(from rev 237809, sslh/trunk/sslh-fork.service)
  sslh/repos/community-testing-i686/sslh-fork.service.next
(from rev 237809, sslh/trunk/sslh-fork.service.next)
  sslh/repos/community-testing-i686/sslh-select.service
(from rev 237809, sslh/trunk/sslh-select.service)
  sslh/repos/community-testing-i686/sslh-select.service.next
(from rev 237809, sslh/trunk/sslh-select.service.next)
  sslh/repos/community-testing-i686/sslh.cfg
(from rev 237809, sslh/trunk/sslh.cfg)
  sslh/repos/community-testing-i686/sslh.conf
(from rev 237809, sslh/trunk/sslh.conf)
  sslh/repos/community-testing-i686/sslh.install
(from rev 237809, sslh/trunk/sslh.install)
  sslh/repos/community-testing-i686/sslh.install.next
(from rev 237809, sslh/trunk/sslh.install.next)
  sslh/repos/community-testing-i686/sslh.service
(from rev 237809, sslh/trunk/sslh.service)
  sslh/repos/community-testing-i686/sslh.sysusers
(from rev 237809, sslh/trunk/sslh.sysusers)
  sslh/repos/community-testing-x86_64/PKGBUILD
(from rev 237809, sslh/trunk/PKGBUILD)
  sslh/repos/community-testing-x86_64/PKGBUILD.next
(from rev 237809, sslh/trunk/PKGBUILD.next)
  sslh/repos/community-testing-x86_64/sslh-fork.service
(from rev 237809, sslh/trunk/sslh-fork.service)
  sslh/repos/community-testing-x86_64/sslh-fork.service.next
(from rev 237809, sslh/trunk/sslh-fork.service.next)
  sslh/repos/community-testing-x86_64/sslh-select.service
(from rev 237809, sslh/trunk/sslh-select.service)
  sslh/repos/community-testing-x86_64/sslh-select.service.next
(from rev 237809, sslh/trunk/sslh-select.service.next)
  sslh/repos/community-testing-x86_64/sslh.cfg
(from rev 237809, sslh/trunk/sslh.cfg)
  sslh/repos/community-testing-x86_64/sslh.conf
(from rev 237809, sslh/trunk/sslh.conf)
  sslh/repos/community-testing-x86_64/sslh.install
(from rev 237809, sslh/trunk/sslh.install)
  sslh/repos/community-testing-x86_64/sslh.install.next
(from rev 237809, sslh/trunk/sslh.install.next)
  sslh/repos/community-testing-x86_64/sslh.service
(from rev 237809, sslh/trunk/sslh.service)
  sslh/repos/community-testing-x86_64/sslh.sysusers
(from rev 237809, sslh/trunk/sslh.sysusers)
Deleted:
  sslh/repos/community-testing-i686/PKGBUILD
  sslh/repos/community-testing-i686/PKGBUILD.next
  sslh/repos/community-testing-i686/sslh-fork.service
  sslh/repos/community-testing-i686/sslh-fork.service.next
  sslh/repos/community-testing-i686/sslh-select.service
  sslh/repos/community-testing-i686/sslh-select.service.next
  sslh/repos/community-testing-i686/sslh.cfg
  sslh/repos/community-testing-i686/sslh.conf
  sslh/repos/community-testing-i686/sslh.install
  sslh/repos/community-testing-i686/sslh.install.next
  sslh/repos/community-testing-i686/sslh.service
  sslh/repos/community-testing-i686/sslh.sysusers
  sslh/repos/community-testing-x86_64/PKGBUILD
  sslh/repos/community-testing-x86_64/PKGBUILD.next
  sslh/repos/community-testing-x86_64/sslh-fork.service
  sslh/repos/community-testing-x86_64/sslh-fork.service.next
  sslh/repos/community-testing-x86_64/sslh-select.service
  sslh/repos/community-testing-x86_64/sslh-select.service.next
  sslh/repos/community-testing-x86_64/sslh.cfg
  sslh/repos/community-testing-x86_64/sslh.conf
  sslh/repos/community-testing-x86_64/sslh.install
  sslh/repos/community-testing-x86_64/sslh.install.next
  sslh/repos/community-testing-x86_64/sslh.service
  sslh/repos/community-testing-x86_64/sslh.sysusers

---+
 /PKGBUILD |  104 ++
 /PKGBUILD.next|  142 
 /sslh-fork.service|   22 +++
 /sslh-fork.service.next   |   24 +++
 /sslh-select.service  |   20 ++
 /sslh-select.service.next |   22 +++
 /sslh.cfg |   58 
 /sslh.conf|   58 
 /sslh.install |   36 +
 /sslh.install.next|   48 ++
 /sslh.service |   30 
 /sslh.sysusers|2 
 community-testing-i686/PKGBUILD   |   52 ---
 community-testing-i686/PKGBUILD.next  |   71 --
 community-testing-i686/sslh-fork.service  |   11 -
 community-testing-i686/sslh-fork.service.next |   12 -
 

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

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:51:06
  Author: arojas
Revision: 237809

libconfig rebuild

Modified:
  sslh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 18:50:24 UTC (rev 237808)
+++ PKGBUILD2017-06-16 18:51:06 UTC (rev 237809)
@@ -5,7 +5,7 @@
 
 pkgname=sslh
 pkgver=1.18
-pkgrel=2
+pkgrel=3
 pkgdesc='SSL/SSH/OpenVPN/XMPP/tinc port multiplexer'
 arch=('i686' 'x86_64')
 url='http://www.rutschle.net/tech/sslh.shtml'


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

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:50:24
  Author: arojas
Revision: 237808

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

Added:
  umurmur/repos/community-testing-i686/PKGBUILD
(from rev 237807, umurmur/trunk/PKGBUILD)
  umurmur/repos/community-testing-i686/umurmur.install
(from rev 237807, umurmur/trunk/umurmur.install)
  umurmur/repos/community-testing-i686/umurmur.service
(from rev 237807, umurmur/trunk/umurmur.service)
  umurmur/repos/community-testing-x86_64/PKGBUILD
(from rev 237807, umurmur/trunk/PKGBUILD)
  umurmur/repos/community-testing-x86_64/umurmur.install
(from rev 237807, umurmur/trunk/umurmur.install)
  umurmur/repos/community-testing-x86_64/umurmur.service
(from rev 237807, umurmur/trunk/umurmur.service)
Deleted:
  umurmur/repos/community-testing-i686/PKGBUILD
  umurmur/repos/community-testing-i686/umurmur.install
  umurmur/repos/community-testing-i686/umurmur.service
  umurmur/repos/community-testing-x86_64/PKGBUILD
  umurmur/repos/community-testing-x86_64/umurmur.install
  umurmur/repos/community-testing-x86_64/umurmur.service

--+
 /PKGBUILD|   92 +
 /umurmur.install |   26 
 /umurmur.service |   30 +
 community-testing-i686/PKGBUILD  |   46 --
 community-testing-i686/umurmur.install   |   13 
 community-testing-i686/umurmur.service   |   15 
 community-testing-x86_64/PKGBUILD|   46 --
 community-testing-x86_64/umurmur.install |   13 
 community-testing-x86_64/umurmur.service |   15 
 9 files changed, 148 insertions(+), 148 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-06-16 18:49:56 UTC (rev 237807)
+++ community-testing-i686/PKGBUILD 2017-06-16 18:50:24 UTC (rev 237808)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Robert Knauer 
-# Contributor: xav 
-
-pkgname=umurmur
-pkgver=0.2.17
-pkgrel=2
-pkgdesc='Minimalistic Mumble server'
-url='https://github.com/umurmur/umurmur'
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('mbedtls' 'libconfig' 'protobuf-c')
-makedepends=('cmake')
-backup=('etc/umurmur/umurmur.conf')
-install=${pkgname}.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/umurmur/umurmur/archive/${pkgver}.tar.gz
-umurmur.service)
-sha256sums=('e77b7b6616768f4a1c07442afe49a772692f667b00c23cc85909d4dd0ce206d2'
-'3575e69da5ad1fc8541ef37af90cdd245e3202980589ffd26d124fd9e785b738')
-sha512sums=('a496a51fd7815ad117f5aee17bb78cbd319c584ad60ab8aebbfd8ddf7b1760f443f2337bc74be1e0d5af17d3c3df2ae6c9060eca576cf1e6ed4c6cb0825e9c15'
-
'ceb42e7ed4385d16c9d9f30312cc5a57b0ee0ba0ec423e7e2f3e9abc1956506e8817e9a3cb2257112434d568594f4e495f1661af0f89451f802f924790df8ffa')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  mkdir build
-}
-
-build() {
-  cd ${pkgname}-${pkgver}/build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSSL=mbedtls
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm 644 "${pkgdir}/usr/etc/umurmur.conf" -t "${pkgdir}/etc/umurmur"
-  rm -r "${pkgdir}/usr/etc"
-  install -Dm 644 "${srcdir}/umurmur.service" -t 
"${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: umurmur/repos/community-testing-i686/PKGBUILD (from rev 237807, 
umurmur/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-06-16 18:50:24 UTC (rev 237808)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Knauer 
+# Contributor: xav 
+
+pkgname=umurmur
+pkgver=0.2.17
+pkgrel=3
+pkgdesc='Minimalistic Mumble server'
+url='https://github.com/umurmur/umurmur'
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('mbedtls' 'libconfig' 'protobuf-c')
+makedepends=('cmake')
+backup=('etc/umurmur/umurmur.conf')
+install=${pkgname}.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/umurmur/umurmur/archive/${pkgver}.tar.gz
+umurmur.service)
+sha256sums=('e77b7b6616768f4a1c07442afe49a772692f667b00c23cc85909d4dd0ce206d2'
+'3575e69da5ad1fc8541ef37af90cdd245e3202980589ffd26d124fd9e785b738')
+sha512sums=('a496a51fd7815ad117f5aee17bb78cbd319c584ad60ab8aebbfd8ddf7b1760f443f2337bc74be1e0d5af17d3c3df2ae6c9060eca576cf1e6ed4c6cb0825e9c15'
+

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

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:49:56
  Author: arojas
Revision: 237807

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

Added:
  toxic/repos/community-testing-i686/PKGBUILD
(from rev 237806, toxic/trunk/PKGBUILD)
  toxic/repos/community-testing-x86_64/PKGBUILD
(from rev 237806, toxic/trunk/PKGBUILD)
Deleted:
  toxic/repos/community-testing-i686/PKGBUILD
  toxic/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-06-16 18:49:29 UTC (rev 237806)
+++ community-testing-i686/PKGBUILD 2017-06-16 18:49:56 UTC (rev 237807)
@@ -1,33 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-
-pkgname=toxic
-pkgdesc='CLI Tox client'
-license=('GPL3')
-pkgver=0.8.0
-pkgrel=2
-depends=('curl'
- 'desktop-file-utils'
- 'freealut'
- 'libnotify'
- 'qrencode'
- 'toxcore')
-arch=('i686' 'x86_64')
-url='https://github.com/JFreegman/toxic'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
-   
"$pkgname-$pkgver.tar.gz.asc::https://github.com/JFreegman/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc;)
-sha512sums=('3c59edb61b1bcdbfa3a8391a1a1ceccc6c9c38b49c1709813d60480b180fb39607806116b9dcd1de35ebb02e23e95d78c8191f04a4875e06e27fa43bc9800b33'
-'SKIP')
-validpgpkeys=('BABD00573A065BFA90D53D563627F3144076AE63')  # Jfreegman 

-
-build() {
-  cd "$pkgname-$pkgver"
-  # enabled X11 on konsole may cause 
https://github.com/JFreegman/toxic/issues/277
-  # but we can only do video and call with X11 enabled 
https://bugs.archlinux.org/task/52836
-  make PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: toxic/repos/community-testing-i686/PKGBUILD (from rev 237806, 
toxic/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-06-16 18:49:56 UTC (rev 237807)
@@ -0,0 +1,33 @@
+# Maintainer: Jiachen Yang 
+# AUR Maintainer: Vlad M. 
+
+pkgname=toxic
+pkgdesc='CLI Tox client'
+license=('GPL3')
+pkgver=0.8.0
+pkgrel=3
+depends=('curl'
+ 'desktop-file-utils'
+ 'freealut'
+ 'libnotify'
+ 'qrencode'
+ 'toxcore')
+arch=('i686' 'x86_64')
+url='https://github.com/JFreegman/toxic'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
+   
"$pkgname-$pkgver.tar.gz.asc::https://github.com/JFreegman/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc;)
+sha512sums=('3c59edb61b1bcdbfa3a8391a1a1ceccc6c9c38b49c1709813d60480b180fb39607806116b9dcd1de35ebb02e23e95d78c8191f04a4875e06e27fa43bc9800b33'
+'SKIP')
+validpgpkeys=('BABD00573A065BFA90D53D563627F3144076AE63')  # Jfreegman 

+
+build() {
+  cd "$pkgname-$pkgver"
+  # enabled X11 on konsole may cause 
https://github.com/JFreegman/toxic/issues/277
+  # but we can only do video and call with X11 enabled 
https://bugs.archlinux.org/task/52836
+  make PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2017-06-16 18:49:29 UTC (rev 237806)
+++ community-testing-x86_64/PKGBUILD   2017-06-16 18:49:56 UTC (rev 237807)
@@ -1,33 +0,0 @@
-# Maintainer: Jiachen Yang 
-# AUR Maintainer: Vlad M. 
-
-pkgname=toxic
-pkgdesc='CLI Tox client'
-license=('GPL3')
-pkgver=0.8.0
-pkgrel=2
-depends=('curl'
- 'desktop-file-utils'
- 'freealut'
- 'libnotify'
- 'qrencode'
- 'toxcore')
-arch=('i686' 'x86_64')
-url='https://github.com/JFreegman/toxic'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/JFreegman/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
-   
"$pkgname-$pkgver.tar.gz.asc::https://github.com/JFreegman/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.asc;)
-sha512sums=('3c59edb61b1bcdbfa3a8391a1a1ceccc6c9c38b49c1709813d60480b180fb39607806116b9dcd1de35ebb02e23e95d78c8191f04a4875e06e27fa43bc9800b33'
-'SKIP')
-validpgpkeys=('BABD00573A065BFA90D53D563627F3144076AE63')  # Jfreegman 

-
-build() {
-  cd 

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

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:49:29
  Author: arojas
Revision: 237806

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

Added:
  toxcore/repos/community-testing-i686/PKGBUILD
(from rev 237805, toxcore/trunk/PKGBUILD)
  toxcore/repos/community-testing-i686/toxcore.conf
(from rev 237805, toxcore/trunk/toxcore.conf)
  toxcore/repos/community-testing-i686/toxcore.install
(from rev 237805, toxcore/trunk/toxcore.install)
  toxcore/repos/community-testing-x86_64/PKGBUILD
(from rev 237805, toxcore/trunk/PKGBUILD)
  toxcore/repos/community-testing-x86_64/toxcore.conf
(from rev 237805, toxcore/trunk/toxcore.conf)
  toxcore/repos/community-testing-x86_64/toxcore.install
(from rev 237805, toxcore/trunk/toxcore.install)
Deleted:
  toxcore/repos/community-testing-i686/PKGBUILD
  toxcore/repos/community-testing-i686/toxcore.conf
  toxcore/repos/community-testing-i686/toxcore.install
  toxcore/repos/community-testing-x86_64/PKGBUILD
  toxcore/repos/community-testing-x86_64/toxcore.conf
  toxcore/repos/community-testing-x86_64/toxcore.install

--+
 /PKGBUILD|  158 +
 /toxcore.conf|4 
 /toxcore.install |   30 +
 community-testing-i686/PKGBUILD  |   79 --
 community-testing-i686/toxcore.conf  |2 
 community-testing-i686/toxcore.install   |   15 --
 community-testing-x86_64/PKGBUILD|   79 --
 community-testing-x86_64/toxcore.conf|2 
 community-testing-x86_64/toxcore.install |   15 --
 9 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-06-16 18:48:49 UTC (rev 237805)
+++ community-testing-i686/PKGBUILD 2017-06-16 18:49:29 UTC (rev 237806)
@@ -1,79 +0,0 @@
-# Maintainer: Jiachen Yang 
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Håvard Pettersson 
-# Contributor: naxuroqa 
-# Contributor: Boohbah 
-# Contributor: Kevin MacMartin 
-
-pkgname=toxcore
-_pkgname=c-toxcore
-epoch=1
-pkgver=0.1.9
-pkgrel=2
-pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
-arch=('i686' 'x86_64')
-url='https://tox.chat'
-license=('GPL3')
-depends=('systemd' 'libconfig' 'libsodium' 'libvpx' 'opus')
-makedepends=('check' 'cmake')
-conflicts=("tox")
-provides=("tox")
-backup=('etc/tox-bootstrapd.conf')
-install=$pkgname.install
-source=(
-   
"${_pkgname}-v${pkgver}.tar.gz::https://github.com/TokTok/${_pkgname}/archive/v${pkgver}.tar.gz;
-   
"${_pkgname}-v${pkgver}.tar.gz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.gz.asc;
-   
#"${_pkgname}-v${pkgver}.tar.lz::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz;
-   
#"${_pkgname}-v${pkgver}.tar.lz.asc::https://github.com/TokTok/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-v${pkgver}.tar.lz.asc;
-   
#"pr504.patch::https://github.com/TokTok/c-toxcore/commit/d4414ffa3acf9e7ab5158e6c7a69c115ccb1a308.patch;
-'toxcore.conf')
-sha512sums=('2ac0661f2d8a1f6b7da8b6ed7eacde31e355cd4426a41e7dff62d319b811bf0c96b3f01035e2cee16d8c83abbf81d80f0379b8c06bce6d054b3dc6092f48e51c'
-'SKIP'
-
'aa1dcfbdf9b613f5d89e238ff5d01e0ea150ad3162792acb806f51ce07fd9ade1270b310b1285a828dcdf578549b95a89fd9bd198fb205c83f5a5be2c969ea63')
-validpgpkeys=(
-'15D3B9A6B3951DF9854FCA93E786548AE0A0B56B'  # 
RobinLindén
-'B7008FF12C079BF6E6EA19D1601A604B7E605776'  # Robin Lindén 

-# GPG key fingerprints taken from 
https://github.com/qTox/qTox/blob/$_gitver/README.md
-'DA262CC93C0E1E525AD21C8596775D454B8EBF44'  # sudden6 
-'BA7883E22F9D35945BA3376053137C3033F09008'  # Zetok Zalbavar 

-'1157616BBD860C539926F8139591A163FF9BE04C'  # - antis81
-'31039166FA902CA50D05D6085AF9F2E29107C727'  # - Diadlo
-'C7A2552D0B250F983827742C133203A3AC399151'  # - initramfs
-'2880C860D95C909D3DA45C687E086DD661263264'  # - tux3
-)
-
-prepare() {
-  cd $_pkgname-$pkgver
-  sed -i "s|/usr/local|/usr|" other/bootstrap_daemon/tox-bootstrapd.service
-  sed -i "/Rpath/d;/RPATH/d" CMakeLists.txt
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  #autoreconf -if
-  #./configure \
-  #  --prefix=/usr \
-  #  --enable-daemon \
-  #  --disable-ntox \
-  #  --enable-tests
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DDHT_BOOTSTRAP=on \
--DBOOTSTRAP_DAEMON=on \
--DBUILD_NTOX=off
-  make
-}
-
-check() {
-  cd $_pkgname-$pkgver
-  #make check
-  make test
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/toxcore.conf" 
"$pkgdir/usr/lib/sysusers.d/toxcore.conf"

[arch-commits] Commit in sslh/repos (48 files)

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:48:49
  Author: arojas
Revision: 237805

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

Added:
  sslh/repos/community-testing-i686/PKGBUILD
(from rev 237804, sslh/trunk/PKGBUILD)
  sslh/repos/community-testing-i686/PKGBUILD.next
(from rev 237804, sslh/trunk/PKGBUILD.next)
  sslh/repos/community-testing-i686/sslh-fork.service
(from rev 237804, sslh/trunk/sslh-fork.service)
  sslh/repos/community-testing-i686/sslh-fork.service.next
(from rev 237804, sslh/trunk/sslh-fork.service.next)
  sslh/repos/community-testing-i686/sslh-select.service
(from rev 237804, sslh/trunk/sslh-select.service)
  sslh/repos/community-testing-i686/sslh-select.service.next
(from rev 237804, sslh/trunk/sslh-select.service.next)
  sslh/repos/community-testing-i686/sslh.cfg
(from rev 237804, sslh/trunk/sslh.cfg)
  sslh/repos/community-testing-i686/sslh.conf
(from rev 237804, sslh/trunk/sslh.conf)
  sslh/repos/community-testing-i686/sslh.install
(from rev 237804, sslh/trunk/sslh.install)
  sslh/repos/community-testing-i686/sslh.install.next
(from rev 237804, sslh/trunk/sslh.install.next)
  sslh/repos/community-testing-i686/sslh.service
(from rev 237804, sslh/trunk/sslh.service)
  sslh/repos/community-testing-i686/sslh.sysusers
(from rev 237804, sslh/trunk/sslh.sysusers)
  sslh/repos/community-testing-x86_64/PKGBUILD
(from rev 237804, sslh/trunk/PKGBUILD)
  sslh/repos/community-testing-x86_64/PKGBUILD.next
(from rev 237804, sslh/trunk/PKGBUILD.next)
  sslh/repos/community-testing-x86_64/sslh-fork.service
(from rev 237804, sslh/trunk/sslh-fork.service)
  sslh/repos/community-testing-x86_64/sslh-fork.service.next
(from rev 237804, sslh/trunk/sslh-fork.service.next)
  sslh/repos/community-testing-x86_64/sslh-select.service
(from rev 237804, sslh/trunk/sslh-select.service)
  sslh/repos/community-testing-x86_64/sslh-select.service.next
(from rev 237804, sslh/trunk/sslh-select.service.next)
  sslh/repos/community-testing-x86_64/sslh.cfg
(from rev 237804, sslh/trunk/sslh.cfg)
  sslh/repos/community-testing-x86_64/sslh.conf
(from rev 237804, sslh/trunk/sslh.conf)
  sslh/repos/community-testing-x86_64/sslh.install
(from rev 237804, sslh/trunk/sslh.install)
  sslh/repos/community-testing-x86_64/sslh.install.next
(from rev 237804, sslh/trunk/sslh.install.next)
  sslh/repos/community-testing-x86_64/sslh.service
(from rev 237804, sslh/trunk/sslh.service)
  sslh/repos/community-testing-x86_64/sslh.sysusers
(from rev 237804, sslh/trunk/sslh.sysusers)
Deleted:
  sslh/repos/community-testing-i686/PKGBUILD
  sslh/repos/community-testing-i686/PKGBUILD.next
  sslh/repos/community-testing-i686/sslh-fork.service
  sslh/repos/community-testing-i686/sslh-fork.service.next
  sslh/repos/community-testing-i686/sslh-select.service
  sslh/repos/community-testing-i686/sslh-select.service.next
  sslh/repos/community-testing-i686/sslh.cfg
  sslh/repos/community-testing-i686/sslh.conf
  sslh/repos/community-testing-i686/sslh.install
  sslh/repos/community-testing-i686/sslh.install.next
  sslh/repos/community-testing-i686/sslh.service
  sslh/repos/community-testing-i686/sslh.sysusers
  sslh/repos/community-testing-x86_64/PKGBUILD
  sslh/repos/community-testing-x86_64/PKGBUILD.next
  sslh/repos/community-testing-x86_64/sslh-fork.service
  sslh/repos/community-testing-x86_64/sslh-fork.service.next
  sslh/repos/community-testing-x86_64/sslh-select.service
  sslh/repos/community-testing-x86_64/sslh-select.service.next
  sslh/repos/community-testing-x86_64/sslh.cfg
  sslh/repos/community-testing-x86_64/sslh.conf
  sslh/repos/community-testing-x86_64/sslh.install
  sslh/repos/community-testing-x86_64/sslh.install.next
  sslh/repos/community-testing-x86_64/sslh.service
  sslh/repos/community-testing-x86_64/sslh.sysusers

---+
 /PKGBUILD |  104 ++
 /PKGBUILD.next|  142 
 /sslh-fork.service|   22 +++
 /sslh-fork.service.next   |   24 +++
 /sslh-select.service  |   20 ++
 /sslh-select.service.next |   22 +++
 /sslh.cfg |   58 
 /sslh.conf|   58 
 /sslh.install |   36 +
 /sslh.install.next|   48 ++
 /sslh.service |   30 
 /sslh.sysusers|2 
 community-testing-i686/PKGBUILD   |   52 ---
 community-testing-i686/PKGBUILD.next  |   71 --
 community-testing-i686/sslh-fork.service  |   11 -
 community-testing-i686/sslh-fork.service.next |   12 -
 

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

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:47:55
  Author: arojas
Revision: 237804

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

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

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

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

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

Deleted: community-testing-i686/shairport-sync.install
===
--- community-testing-i686/shairport-sync.install   2017-06-16 18:47:34 UTC 
(rev 237803)
+++ community-testing-i686/shairport-sync.install   2017-06-16 18:47:55 UTC 
(rev 237804)
@@ -1,11 +0,0 @@
-post_install() {
-  getent group shairport-sync &>/dev/null || groupadd --system shairport-sync 
>/dev/null
-  getent passwd shairport-sync &> /dev/null || useradd --system -c 
'ShairportSync AirPort receiver' -d /var/lib/shairport-sync -m -g 
shairport-sync -s /bin/false 

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

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:47:34
  Author: arojas
Revision: 237803

libconfig rebuild

Modified:
  shairport-sync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 18:46:51 UTC (rev 237802)
+++ PKGBUILD2017-06-16 18:47:34 UTC (rev 237803)
@@ -3,7 +3,7 @@
 
 pkgname=shairport-sync
 pkgver=3.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
 url='https://github.com/mikebrady/shairport-sync'
 arch=(i686 x86_64)


[arch-commits] Commit in libffado/repos (28 files)

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:46:51
  Author: arojas
Revision: 237802

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

Added:
  libffado/repos/community-testing-i686/PKGBUILD
(from rev 237801, libffado/trunk/PKGBUILD)
  libffado/repos/community-testing-i686/cpuinfo-parsing.patch
(from rev 237801, libffado/trunk/cpuinfo-parsing.patch)
  libffado/repos/community-testing-i686/gcc-warnings.patch
(from rev 237801, libffado/trunk/gcc-warnings.patch)
  libffado/repos/community-testing-i686/gcc6.patch
(from rev 237801, libffado/trunk/gcc6.patch)
  libffado/repos/community-testing-i686/libffado-gcc7.patch
(from rev 237801, libffado/trunk/libffado-gcc7.patch)
  libffado/repos/community-testing-i686/libxml++3.patch
(from rev 237801, libffado/trunk/libxml++3.patch)
  libffado/repos/community-testing-i686/python2-qt.patch
(from rev 237801, libffado/trunk/python2-qt.patch)
  libffado/repos/community-testing-x86_64/PKGBUILD
(from rev 237801, libffado/trunk/PKGBUILD)
  libffado/repos/community-testing-x86_64/cpuinfo-parsing.patch
(from rev 237801, libffado/trunk/cpuinfo-parsing.patch)
  libffado/repos/community-testing-x86_64/gcc-warnings.patch
(from rev 237801, libffado/trunk/gcc-warnings.patch)
  libffado/repos/community-testing-x86_64/gcc6.patch
(from rev 237801, libffado/trunk/gcc6.patch)
  libffado/repos/community-testing-x86_64/libffado-gcc7.patch
(from rev 237801, libffado/trunk/libffado-gcc7.patch)
  libffado/repos/community-testing-x86_64/libxml++3.patch
(from rev 237801, libffado/trunk/libxml++3.patch)
  libffado/repos/community-testing-x86_64/python2-qt.patch
(from rev 237801, libffado/trunk/python2-qt.patch)
Deleted:
  libffado/repos/community-testing-i686/PKGBUILD
  libffado/repos/community-testing-i686/cpuinfo-parsing.patch
  libffado/repos/community-testing-i686/gcc-warnings.patch
  libffado/repos/community-testing-i686/gcc6.patch
  libffado/repos/community-testing-i686/libffado-gcc7.patch
  libffado/repos/community-testing-i686/libxml++3.patch
  libffado/repos/community-testing-i686/python2-qt.patch
  libffado/repos/community-testing-x86_64/PKGBUILD
  libffado/repos/community-testing-x86_64/cpuinfo-parsing.patch
  libffado/repos/community-testing-x86_64/gcc-warnings.patch
  libffado/repos/community-testing-x86_64/gcc6.patch
  libffado/repos/community-testing-x86_64/libffado-gcc7.patch
  libffado/repos/community-testing-x86_64/libxml++3.patch
  libffado/repos/community-testing-x86_64/python2-qt.patch

+
 /PKGBUILD  |  134 
 /cpuinfo-parsing.patch |   40 
 /gcc-warnings.patch| 4416 +++
 /gcc6.patch|   38 
 /libffado-gcc7.patch   |   40 
 /libxml++3.patch   |  504 ++
 /python2-qt.patch  |  482 ++
 community-testing-i686/PKGBUILD|   67 
 community-testing-i686/cpuinfo-parsing.patch   |   20 
 community-testing-i686/gcc-warnings.patch  | 2208 ---
 community-testing-i686/gcc6.patch  |   19 
 community-testing-i686/libffado-gcc7.patch |   20 
 community-testing-i686/libxml++3.patch |  252 -
 community-testing-i686/python2-qt.patch|  241 -
 community-testing-x86_64/PKGBUILD  |   67 
 community-testing-x86_64/cpuinfo-parsing.patch |   20 
 community-testing-x86_64/gcc-warnings.patch| 2208 ---
 community-testing-x86_64/gcc6.patch|   19 
 community-testing-x86_64/libffado-gcc7.patch   |   20 
 community-testing-x86_64/libxml++3.patch   |  252 -
 community-testing-x86_64/python2-qt.patch  |  241 -
 21 files changed, 5654 insertions(+), 5654 deletions(-)

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


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

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:45:59
  Author: arojas
Revision: 237801

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

Added:
  ldc/repos/community-testing-i686/PKGBUILD
(from rev 237800, ldc/trunk/PKGBUILD)
  ldc/repos/community-testing-i686/ldc2.conf
(from rev 237800, ldc/trunk/ldc2.conf)
  ldc/repos/community-testing-x86_64/PKGBUILD
(from rev 237800, ldc/trunk/PKGBUILD)
  ldc/repos/community-testing-x86_64/ldc2.conf
(from rev 237800, ldc/trunk/ldc2.conf)
Deleted:
  ldc/repos/community-testing-i686/PKGBUILD
  ldc/repos/community-testing-i686/ldc2.conf
  ldc/repos/community-testing-x86_64/PKGBUILD
  ldc/repos/community-testing-x86_64/ldc2.conf

+
 /PKGBUILD  |  168 +++
 /ldc2.conf |   36 +++
 community-testing-i686/PKGBUILD|   84 -
 community-testing-i686/ldc2.conf   |   18 ---
 community-testing-x86_64/PKGBUILD  |   84 -
 community-testing-x86_64/ldc2.conf |   18 ---
 6 files changed, 204 insertions(+), 204 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-06-16 18:45:28 UTC (rev 237800)
+++ community-testing-i686/PKGBUILD 2017-06-16 18:45:59 UTC (rev 237801)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=1.2.0
-epoch=1
-pkgrel=2
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
-arch=('i686' 'x86_64')
-url="https://github.com/ldc-developers/ldc;
-license=('BSD')
-makedepends=('cmake' 'llvm' 'dmd' 'libconfig')
-source=("https://github.com/ldc-developers/ldc/releases/download/v$pkgver/ldc-$pkgver-src.tar.gz;
-"ldc2.conf"
-   )
-sha256sums=('910e8a670f0fadcaf64403c924091d6debf7ad29e203808f5f2b6899217e6f2b'
-'2ef3b1090e25187305f18ce6fbbbc45527dcbb33570afbe30e177790813948db')
-
-build() {
-mkdir -p $srcdir/tmp_install_dir
-cd ldc-$pkgver-src
-
-mkdir -p build && cd build
-
-# workaround for wrong ld flag format generated by cmake:
-export LDFLAGS="-L-O1 -L--sort-common -L--as-needed -L-z -Lrelro"
-
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=ON \
-..
-make 
-make install DESTDIR=$srcdir/tmp_install_dir
-}
-
-package_ldc() {
-depends=('liblphobos' 'libconfig' 'llvm-libs')
-backup=("etc/ldc2.conf")
-provides=("d-compiler")
-
-cd tmp_install_dir
-
-# binaries
-install -D -m755 ./usr/bin/ldmd2 $pkgdir/usr/bin/ldmd
-ln -s /usr/bin/ldmd $pkgdir/usr/bin/ldmd2
-install -D -m755 ./usr/bin/ldc2 $pkgdir/usr/bin/ldc
-ln -s /usr/bin/ldc $pkgdir/usr/bin/ldc2
-
-# supplementaries
-install -D -m644 $srcdir/ldc-$pkgver-src/bash_completion.d/ldc2 
$pkgdir/usr/share/bash-completion/completions/ldc
-
-# licenses
-install -D -m644 $srcdir/ldc-$pkgver-src/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-# default configuration files
-install -D -m644 $srcdir/ldc2.conf $pkgdir/etc/ldc2.conf
-}
-
-package_liblphobos() {
-provides=("d-runtime" "d-stdlib")
-replaces=("liblphobos-devel")
-conflicts=("liblphobos-devel")
-depends=("curl")
-
-# licenses
-install -D -m644 $srcdir/ldc-$pkgver-src/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-cd tmp_install_dir
-
-# libraries
-install -D -m644 ./usr/lib/libphobos2-ldc.so $pkgdir/usr/lib/liblphobos2.so
-install -D -m644 ./usr/lib/libdruntime-ldc.so 
$pkgdir/usr/lib/libldruntime.so
-install -D -m644 ./usr/lib/libphobos2-ldc-debug.so 
$pkgdir/usr/lib/liblphobos2-debug.so
-install -D -m644 ./usr/lib/libdruntime-ldc-debug.so 
$pkgdir/usr/lib/libldruntime-debug.so
-
-# imports
-mkdir -p $pkgdir/usr/include/dlang
-cp -r ./usr/include/dlang/ldc $pkgdir/usr/include/dlang/ldc
-}

Copied: ldc/repos/community-testing-i686/PKGBUILD (from rev 237800, 
ldc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-06-16 18:45:59 UTC (rev 237801)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer:
+# Contributor: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=1.2.0
+epoch=1
+pkgrel=3
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
+arch=('i686' 'x86_64')
+url="https://github.com/ldc-developers/ldc;
+license=('BSD')

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

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:45:28
  Author: arojas
Revision: 237800

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

Added:
  compton/repos/community-testing-i686/PKGBUILD
(from rev 237799, compton/trunk/PKGBUILD)
  compton/repos/community-testing-i686/compton.conf
(from rev 237799, compton/trunk/compton.conf)
  compton/repos/community-testing-x86_64/PKGBUILD
(from rev 237799, compton/trunk/PKGBUILD)
  compton/repos/community-testing-x86_64/compton.conf
(from rev 237799, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-testing-i686/PKGBUILD
  compton/repos/community-testing-i686/compton.conf
  compton/repos/community-testing-x86_64/PKGBUILD
  compton/repos/community-testing-x86_64/compton.conf

---+
 /PKGBUILD |   84 +
 /compton.conf |  466 
 community-testing-i686/PKGBUILD   |   42 --
 community-testing-i686/compton.conf   |  233 
 community-testing-x86_64/PKGBUILD |   42 --
 community-testing-x86_64/compton.conf |  233 
 6 files changed, 550 insertions(+), 550 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-06-16 18:40:22 UTC (rev 237799)
+++ community-testing-i686/PKGBUILD 2017-06-16 18:45:28 UTC (rev 237800)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=0.1_beta2.5
-pkgrel=7
-pkgdesc='X compositor that may fix tearing issues'
-arch=('x86_64' 'i686')
-url='https://github.com/chjj/compton'
-license=('MIT')
-depends=('libgl' 'libdbus' 'libxcomposite' 'libxrandr' 'pcre' 'libconfig' 
'libxinerama' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('asciidoc' 'mesa' 'git' 'cmake' 'setconf')
-backup=('etc/xdg/compton.conf')
-optdepends=('dbus:  To control compton via D-Bus'
-'xorg-xwininfo: For compton-trans'
-'xorg-xprop:For compton-trans')
-source=("git+https://github.com/chjj/compton#commit=316eac0613bf342ff91cc645a6c3c80e6b9083fb;
-'compton.conf')
-sha256sums=('SKIP'
-'89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
-
-prepare() {
-  setconf "$pkgname/$pkgname.desktop" Exec 'compton --xrender-sync-fence'
-  setconf "$pkgname/$pkgname.desktop" TryExec 'compton --xrender-sync-fence'
-  setconf "$pkgname/$pkgname.desktop" Comment 'Compositor for X11'
-}
-
-build() {
-  COMPTON_VERSION=v$pkgver PREFIX=/usr make -C "$pkgname" compton docs
-}
-
-package() {
-  PREFIX="$pkgdir/usr" make -C "$pkgname" install
-  install -Dm644 "$pkgname/compton.sample.conf" 
"$pkgdir/etc/xdg/compton.conf.example"
-  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
-  install -Dm644 "$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:ts=2 sw=2 et

Copied: compton/repos/community-testing-i686/PKGBUILD (from rev 237799, 
compton/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-06-16 18:45:28 UTC (rev 237800)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=0.1_beta2.5
+pkgrel=8
+pkgdesc='X compositor that may fix tearing issues'
+arch=('x86_64' 'i686')
+url='https://github.com/chjj/compton'
+license=('MIT')
+depends=('libgl' 'libdbus' 'libxcomposite' 'libxrandr' 'pcre' 'libconfig' 
'libxinerama' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('asciidoc' 'mesa' 'git' 'cmake' 'setconf')
+backup=('etc/xdg/compton.conf')
+optdepends=('dbus:  To control compton via D-Bus'
+'xorg-xwininfo: For compton-trans'
+'xorg-xprop:For compton-trans')
+source=("git+https://github.com/chjj/compton#commit=316eac0613bf342ff91cc645a6c3c80e6b9083fb;
+'compton.conf')
+sha256sums=('SKIP'
+'89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
+
+prepare() {
+  setconf "$pkgname/$pkgname.desktop" Exec 'compton --xrender-sync-fence'
+  setconf "$pkgname/$pkgname.desktop" TryExec 'compton --xrender-sync-fence'
+  setconf "$pkgname/$pkgname.desktop" Comment 'Compositor for X11'
+}
+
+build() {
+  COMPTON_VERSION=v$pkgver PREFIX=/usr make -C "$pkgname" compton docs
+}
+
+package() {
+  PREFIX="$pkgdir/usr" make -C "$pkgname" install
+  install -Dm644 "$pkgname/compton.sample.conf" 
"$pkgdir/etc/xdg/compton.conf.example"
+  install 

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

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:41:16
  Author: arojas
Revision: 298905

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

Added:
  libconfig/repos/testing-i686/.contrib
(from rev 298904, libconfig/trunk/.contrib)
  libconfig/repos/testing-i686/PKGBUILD
(from rev 298904, libconfig/trunk/PKGBUILD)
  libconfig/repos/testing-x86_64/.contrib
(from rev 298904, libconfig/trunk/.contrib)
  libconfig/repos/testing-x86_64/PKGBUILD
(from rev 298904, libconfig/trunk/PKGBUILD)
Deleted:
  libconfig/repos/testing-i686/.contrib
  libconfig/repos/testing-i686/PKGBUILD
  libconfig/repos/testing-x86_64/.contrib
  libconfig/repos/testing-x86_64/PKGBUILD

-+
 /.contrib   |4 ++
 /PKGBUILD   |   78 ++
 testing-i686/.contrib   |2 -
 testing-i686/PKGBUILD   |   40 ---
 testing-x86_64/.contrib |2 -
 testing-x86_64/PKGBUILD |   40 ---
 6 files changed, 82 insertions(+), 84 deletions(-)

Deleted: testing-i686/.contrib
===
--- testing-i686/.contrib   2017-06-16 18:02:34 UTC (rev 298904)
+++ testing-i686/.contrib   2017-06-16 18:41:16 UTC (rev 298905)
@@ -1,2 +0,0 @@
-# Contributor: Roman Kyrylych 
-# Contributor: scippio 

Copied: libconfig/repos/testing-i686/.contrib (from rev 298904, 
libconfig/trunk/.contrib)
===
--- testing-i686/.contrib   (rev 0)
+++ testing-i686/.contrib   2017-06-16 18:41:16 UTC (rev 298905)
@@ -0,0 +1,2 @@
+# Contributor: Roman Kyrylych 
+# Contributor: scippio 

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-06-16 18:02:34 UTC (rev 298904)
+++ testing-i686/PKGBUILD   2017-06-16 18:41:16 UTC (rev 298905)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 55397 2011-09-11 21:15:58Z spupykin $
-# Maintainer: Ray Rashif 
-# Contributor: Sergej Pupykin 
-# Contributor: see .contrib
-
-pkgname=libconfig
-pkgver=1.6
-pkgrel=1
-pkgdesc="C/C++ Configuration File Library"
-arch=('i686' 'x86_64')
-url="http://hyperrealm.com/libconfig/libconfig.html;
-license=('LGPL')
-depends=('gcc-libs' 'texinfo')
-options=('!emptydirs' 'zipman')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/hyperrealm/libconfig/archive/v$pkgver.tar.gz;)
-md5sums=('2ccd24b6a2ee39f7ff8a3badfafb6539')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-# See: https://github.com/hyperrealm/libconfig/issues/47
-  rm lib/scanner.{c,h}
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir/usr/share/info/dir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libconfig/repos/testing-i686/PKGBUILD (from rev 298904, 
libconfig/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-06-16 18:41:16 UTC (rev 298905)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 55397 2011-09-11 21:15:58Z spupykin $
+# Maintainer: Ray Rashif 
+# Contributor: Sergej Pupykin 
+# Contributor: see .contrib
+
+pkgname=libconfig
+pkgver=1.6
+pkgrel=2
+pkgdesc="C/C++ Configuration File Library"
+arch=('i686' 'x86_64')
+url="http://hyperrealm.com/libconfig/libconfig.html;
+license=('LGPL')
+depends=('gcc-libs' 'texinfo')
+options=('!emptydirs' 'zipman')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/hyperrealm/libconfig/archive/v$pkgver.tar.gz;)
+md5sums=('2ccd24b6a2ee39f7ff8a3badfafb6539')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+# See: https://github.com/hyperrealm/libconfig/issues/47
+  rm lib/scanner.c
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/share/info/dir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/.contrib
===
--- testing-x86_64/.contrib 2017-06-16 18:02:34 UTC (rev 298904)
+++ testing-x86_64/.contrib 2017-06-16 18:41:16 UTC (rev 298905)
@@ -1,2 +0,0 @@
-# Contributor: Roman Kyrylych 
-# Contributor: scippio 

Copied: libconfig/repos/testing-x86_64/.contrib (from rev 298904, 
libconfig/trunk/.contrib)
===
--- testing-x86_64/.contrib (rev 0)
+++ testing-x86_64/.contrib 2017-06-16 18:41:16 UTC (rev 298905)
@@ -0,0 +1,2 @@
+# Contributor: Roman Kyrylych 
+# Contributor: scippio 

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

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:40:22
  Author: arojas
Revision: 237799

libconfig rebuild

Modified:
  umurmur/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 18:39:48 UTC (rev 237798)
+++ PKGBUILD2017-06-16 18:40:22 UTC (rev 237799)
@@ -5,7 +5,7 @@
 
 pkgname=umurmur
 pkgver=0.2.17
-pkgrel=2
+pkgrel=3
 pkgdesc='Minimalistic Mumble server'
 url='https://github.com/umurmur/umurmur'
 arch=('i686' 'x86_64')


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

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:39:48
  Author: arojas
Revision: 237798

libconfig rebuild

Modified:
  toxic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 18:38:56 UTC (rev 237797)
+++ PKGBUILD2017-06-16 18:39:48 UTC (rev 237798)
@@ -5,7 +5,7 @@
 pkgdesc='CLI Tox client'
 license=('GPL3')
 pkgver=0.8.0
-pkgrel=2
+pkgrel=3
 depends=('curl'
  'desktop-file-utils'
  'freealut'


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

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:38:56
  Author: arojas
Revision: 237797

libconfig rebuild

Modified:
  toxcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 18:36:58 UTC (rev 237796)
+++ PKGBUILD2017-06-16 18:38:56 UTC (rev 237797)
@@ -10,7 +10,7 @@
 _pkgname=c-toxcore
 epoch=1
 pkgver=0.1.9
-pkgrel=2
+pkgrel=3
 pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
 arch=('i686' 'x86_64')
 url='https://tox.chat'


[arch-commits] Commit in (4 files)

2017-06-16 Thread Jelle van der Waa
Date: Friday, June 16, 2017 @ 18:36:58
  Author: jelle
Revision: 237796

python-regex: inital commit

new dep of calibre

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

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

Added: python-regex/trunk/PKGBUILD
===
--- python-regex/trunk/PKGBUILD (rev 0)
+++ python-regex/trunk/PKGBUILD 2017-06-16 18:36:58 UTC (rev 237796)
@@ -0,0 +1,45 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: Nikola Milinković 
+# Submitter: Xiao-Long Chen 
+
+pkgbase=python-regex
+pkgname=('python-regex' 'python2-regex')
+pkgname=python-regex
+pkgver=2017.04.23
+pkgrel=2
+pkgdesc="Alternative python regular expression module."
+arch=(any)
+url="https://bitbucket.org/mrabarnett/mrab-regex;
+license=('Python')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=(!emptydirs)
+source=('https://pypi.python.org/packages/c1/8e/50066f0fe05841759327f3cfa40fec8b94da12eab022d480e7c56315dc2f/regex-2017.04.23.tar.gz')
+sha256sums=('ebac6140f097bec2dce310e08b21a46c60fd93a5e18ed31b32dbe5624fc3e6bd')
+
+package_python2-regex() {
+  depends=('python2')
+  conflicts=('python2-regex-hg')
+  pkgdesc="Alternative python regular expression module. (python2 version)"
+
+  cd "${srcdir}/regex-${pkgver}"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -v -m755 -d "${pkgdir}/usr/share/doc/python2-regex"
+  install -v -m644 ./docs/Features.html 
"${pkgdir}/usr/share/doc/python2-regex/"
+  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python2-regex/"
+  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python2-regex/"
+}
+
+package_python-regex() {
+  depends=('python')
+  conflicts=('python-regex-hg')
+  pkgdesc="Alternative python regular expression module. (python3 version)"
+
+  cd "${srcdir}/regex-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -v -m755 -d "${pkgdir}/usr/share/doc/python-regex"
+  install -v -m644 ./docs/Features.html "${pkgdir}/usr/share/doc/python-regex/"
+  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python-regex/"
+  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python-regex/"
+}


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

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:27:46
  Author: arojas
Revision: 237795

libconfig rebuild

Modified:
  libffado/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 18:20:16 UTC (rev 237794)
+++ PKGBUILD2017-06-16 18:27:46 UTC (rev 237795)
@@ -5,7 +5,7 @@
 
 pkgname=libffado
 pkgver=2.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Driver for FireWire audio devices"
 arch=('i686' 'x86_64')
 url="http://www.ffado.org/;


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

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:20:16
  Author: arojas
Revision: 237794

libconfig rebuild

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 18:14:33 UTC (rev 237793)
+++ PKGBUILD2017-06-16 18:20:16 UTC (rev 237794)
@@ -6,7 +6,7 @@
 groups=('dlang' 'dlang-ldc')
 pkgver=1.2.0
 epoch=1
-pkgrel=2
+pkgrel=3
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
 arch=('i686' 'x86_64')
 url="https://github.com/ldc-developers/ldc;


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

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:14:33
  Author: arojas
Revision: 237793

libconfig rebuild

Modified:
  compton/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 18:11:02 UTC (rev 237792)
+++ PKGBUILD2017-06-16 18:14:33 UTC (rev 237793)
@@ -6,7 +6,7 @@
 
 pkgname=compton
 pkgver=0.1_beta2.5
-pkgrel=7
+pkgrel=8
 pkgdesc='X compositor that may fix tearing issues'
 arch=('x86_64' 'i686')
 url='https://github.com/chjj/compton'


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 18:11:02
  Author: felixonmars
Revision: 237792

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

Added:
  haskell-crypto-pubkey/repos/community-staging-i686/
  haskell-crypto-pubkey/repos/community-staging-i686/PKGBUILD
(from rev 237791, haskell-crypto-pubkey/trunk/PKGBUILD)
  haskell-crypto-pubkey/repos/community-staging-x86_64/
  haskell-crypto-pubkey/repos/community-staging-x86_64/PKGBUILD
(from rev 237791, haskell-crypto-pubkey/trunk/PKGBUILD)

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

Copied: haskell-crypto-pubkey/repos/community-staging-i686/PKGBUILD (from rev 
237791, haskell-crypto-pubkey/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-16 18:11:02 UTC (rev 237792)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=crypto-pubkey
+pkgname=haskell-crypto-pubkey
+pkgver=0.2.8
+pkgrel=21
+pkgdesc="Public Key cryptography"
+url="https://github.com/vincenthz/hs-crypto-pubkey;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-byteable' 'haskell-crypto-numbers' 
'haskell-crypto-pubkey-types'
+ 'haskell-crypto-random' 'haskell-cryptohash')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('e98378fb6ad22aa50c5e1e4dd2c0900d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-crypto-pubkey/repos/community-staging-x86_64/PKGBUILD (from rev 
237791, haskell-crypto-pubkey/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-16 18:11:02 UTC (rev 237792)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=crypto-pubkey
+pkgname=haskell-crypto-pubkey
+pkgver=0.2.8
+pkgrel=21
+pkgdesc="Public Key cryptography"
+url="https://github.com/vincenthz/hs-crypto-pubkey;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-byteable' 'haskell-crypto-numbers' 
'haskell-crypto-pubkey-types'
+ 'haskell-crypto-random' 'haskell-cryptohash')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('e98378fb6ad22aa50c5e1e4dd2c0900d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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 

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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 18:10:42
  Author: felixonmars
Revision: 237791

upgpkg: haskell-crypto-pubkey 0.2.8-21

rebuild with ghc,8.0.2

Modified:
  haskell-crypto-pubkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 18:09:19 UTC (rev 237790)
+++ PKGBUILD2017-06-16 18:10:42 UTC (rev 237791)
@@ -5,12 +5,12 @@
 _hkgname=crypto-pubkey
 pkgname=haskell-crypto-pubkey
 pkgver=0.2.8
-pkgrel=20
+pkgrel=21
 pkgdesc="Public Key cryptography"
 url="https://github.com/vincenthz/hs-crypto-pubkey;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'haskell-byteable' 'haskell-crypto-numbers' 
'haskell-crypto-pubkey-types'
+depends=('ghc' 'haskell-byteable' 'haskell-crypto-numbers' 
'haskell-crypto-pubkey-types'
  'haskell-crypto-random' 'haskell-cryptohash')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 md5sums=('e98378fb6ad22aa50c5e1e4dd2c0900d')
@@ -18,7 +18,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -39,4 +39,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 18:09:19
  Author: felixonmars
Revision: 237790

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

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

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

Copied: haskell-edisonapi/repos/community-staging-i686/PKGBUILD (from rev 
237789, haskell-edisonapi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-16 18:09:19 UTC (rev 237790)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=EdisonAPI
+pkgname=haskell-edisonapi
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="A library of efficient, purely-functional data structures (API)"
+url="http://rwd.rdockins.name/edison/home/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('95a3b8d01599520a50456219b5a2e9f7832bcddaaeb8e94ce777bd87a4a6b56e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-edisonapi/repos/community-staging-x86_64/PKGBUILD (from rev 
237789, haskell-edisonapi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-16 18:09:19 UTC (rev 237790)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=EdisonAPI
+pkgname=haskell-edisonapi
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="A library of efficient, purely-functional data structures (API)"
+url="http://rwd.rdockins.name/edison/home/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-mtl")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('95a3b8d01599520a50456219b5a2e9f7832bcddaaeb8e94ce777bd87a4a6b56e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f 

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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 18:08:56
  Author: felixonmars
Revision: 237789

upgpkg: haskell-edisonapi 1.3.1-2

rebuild with ghc,8.0.2

Modified:
  haskell-edisonapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 18:08:51 UTC (rev 237788)
+++ PKGBUILD2017-06-16 18:08:56 UTC (rev 237789)
@@ -5,12 +5,12 @@
 _hkgname=EdisonAPI
 pkgname=haskell-edisonapi
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A library of efficient, purely-functional data structures (API)"
 url="http://rwd.rdockins.name/edison/home/;
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-mtl")
+depends=("ghc" "haskell-mtl")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('95a3b8d01599520a50456219b5a2e9f7832bcddaaeb8e94ce777bd87a4a6b56e')
 
@@ -17,7 +17,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -38,4 +38,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 18:08:51
  Author: felixonmars
Revision: 237788

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

Added:
  deepin-file-manager/repos/community-testing-i686/
  deepin-file-manager/repos/community-testing-i686/PKGBUILD
(from rev 237787, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-testing-x86_64/
  deepin-file-manager/repos/community-testing-x86_64/PKGBUILD
(from rev 237787, deepin-file-manager/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   39 
 community-testing-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: deepin-file-manager/repos/community-testing-i686/PKGBUILD (from rev 
237787, deepin-file-manager/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-06-16 18:08:51 UTC (rev 237788)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.1.5.20170608
+_commit=b35b34db87cfa65b7dc0c78653f7ebb347143c86
+pkgrel=4
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual' 'file-roller'
+ 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal' 
'gst-plugins-good')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$_commit.tar.gz;)
+sha512sums=('b1aa3ed492012dc3e3533f681ea0709f95d625cce64f8c388374a1b962eaba51fff41726f4b2bc9750b21f55cac22bfb214d7ccaa7ca69f3677a9867a8bf847d')
+
+prepare() {
+  mv dde-file-manager-* dde-file-manager-$pkgver
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Copied: deepin-file-manager/repos/community-testing-x86_64/PKGBUILD (from rev 
237787, deepin-file-manager/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-06-16 18:08:51 UTC (rev 237788)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.1.5.20170608
+_commit=b35b34db87cfa65b7dc0c78653f7ebb347143c86
+pkgrel=4
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual' 'file-roller'
+ 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal' 
'gst-plugins-good')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$_commit.tar.gz;)
+sha512sums=('b1aa3ed492012dc3e3533f681ea0709f95d625cce64f8c388374a1b962eaba51fff41726f4b2bc9750b21f55cac22bfb214d7ccaa7ca69f3677a9867a8bf847d')
+
+prepare() {
+  mv dde-file-manager-* dde-file-manager-$pkgver
+}
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 18:08:31
  Author: felixonmars
Revision: 237787

upgpkg: deepin-file-manager 1:4.1.5.20170608-4

rebuild with new deepin-tool-kit

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 18:07:43 UTC (rev 237786)
+++ PKGBUILD2017-06-16 18:08:31 UTC (rev 237787)
@@ -6,7 +6,7 @@
 pkgname=deepin-file-manager
 pkgver=4.1.5.20170608
 _commit=b35b34db87cfa65b7dc0c78653f7ebb347143c86
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc='Deepin File Manager'
 arch=('i686' 'x86_64')


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 18:07:43
  Author: felixonmars
Revision: 237786

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

Added:
  haskell-text-binary/repos/community-staging-i686/
  haskell-text-binary/repos/community-staging-i686/PKGBUILD
(from rev 237785, haskell-text-binary/trunk/PKGBUILD)
  haskell-text-binary/repos/community-staging-x86_64/
  haskell-text-binary/repos/community-staging-x86_64/PKGBUILD
(from rev 237785, haskell-text-binary/trunk/PKGBUILD)

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

Copied: haskell-text-binary/repos/community-staging-i686/PKGBUILD (from rev 
237785, haskell-text-binary/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-16 18:07:43 UTC (rev 237786)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=text-binary
+pkgname=haskell-text-binary
+pkgver=0.2.1.1
+pkgrel=3
+pkgdesc="Binary instances for text types"
+url="https://github.com/kawu/text-binary;
+license=("custom:BSD2")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b697b2bd09080643d4686705c779122129638904870df5c1d41c8fc72f08f4a1')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-text-binary/repos/community-staging-x86_64/PKGBUILD (from rev 
237785, haskell-text-binary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-16 18:07:43 UTC (rev 237786)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=text-binary
+pkgname=haskell-text-binary
+pkgver=0.2.1.1
+pkgrel=3
+pkgdesc="Binary instances for text types"
+url="https://github.com/kawu/text-binary;
+license=("custom:BSD2")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b697b2bd09080643d4686705c779122129638904870df5c1d41c8fc72f08f4a1')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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-text-binary/trunk (PKGBUILD)

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 18:07:22
  Author: felixonmars
Revision: 237785

upgpkg: haskell-text-binary 0.2.1.1-3

rebuild with ghc,8.0.2

Modified:
  haskell-text-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 18:05:51 UTC (rev 237784)
+++ PKGBUILD2017-06-16 18:07:22 UTC (rev 237785)
@@ -5,12 +5,12 @@
 _hkgname=text-binary
 pkgname=haskell-text-binary
 pkgver=0.2.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Binary instances for text types"
 url="https://github.com/kawu/text-binary;
 license=("custom:BSD2")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-text")
+depends=("ghc" "haskell-text")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('b697b2bd09080643d4686705c779122129638904870df5c1d41c8fc72f08f4a1')
 
@@ -17,7 +17,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -38,4 +38,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 18:05:51
  Author: felixonmars
Revision: 237784

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

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

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

Copied: haskell-websockets/repos/community-staging-i686/PKGBUILD (from rev 
237783, haskell-websockets/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-16 18:05:51 UTC (rev 237784)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=websockets
+pkgname=haskell-websockets
+pkgver=0.10.0.0
+pkgrel=16
+pkgdesc="A sensible and clean way to write WebSocket-capable servers in 
Haskell."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-attoparsec" "haskell-base64-bytestring" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-entropy" "haskell-network" 
"haskell-random"
+ "haskell-sha" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('3ee56fa6683912928a7d336d591c43e4948886037b5aa72cbab2f33fb43fa2eb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-Example
+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 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-websockets/repos/community-staging-x86_64/PKGBUILD (from rev 
237783, haskell-websockets/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-16 18:05:51 UTC (rev 237784)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=websockets
+pkgname=haskell-websockets
+pkgver=0.10.0.0
+pkgrel=16
+pkgdesc="A sensible and clean way to write WebSocket-capable servers in 
Haskell."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-attoparsec" "haskell-base64-bytestring" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-entropy" "haskell-network" 
"haskell-random"
+ "haskell-sha" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('3ee56fa6683912928a7d336d591c43e4948886037b5aa72cbab2f33fb43fa2eb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-Example
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   

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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 18:05:31
  Author: felixonmars
Revision: 237783

upgpkg: haskell-websockets 0.10.0.0-16

rebuild with ghc,8.0.2

Modified:
  haskell-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 18:04:06 UTC (rev 237782)
+++ PKGBUILD2017-06-16 18:05:31 UTC (rev 237783)
@@ -5,12 +5,12 @@
 _hkgname=websockets
 pkgname=haskell-websockets
 pkgver=0.10.0.0
-pkgrel=15
+pkgrel=16
 pkgdesc="A sensible and clean way to write WebSocket-capable servers in 
Haskell."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-base64-bytestring" 
"haskell-blaze-builder"
+depends=("ghc" "haskell-attoparsec" "haskell-base64-bytestring" 
"haskell-blaze-builder"
  "haskell-case-insensitive" "haskell-entropy" "haskell-network" 
"haskell-random"
  "haskell-sha" "haskell-text")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
@@ -19,7 +19,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid \
 -f-Example
@@ -41,4 +41,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 18:04:06
  Author: felixonmars
Revision: 237782

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

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

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

Copied: haskell-fdo-notify/repos/community-staging-i686/PKGBUILD (from rev 
237781, haskell-fdo-notify/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-16 18:04:06 UTC (rev 237782)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fdo-notify
+pkgname=haskell-fdo-notify
+pkgver=0.3.1
+pkgrel=14
+pkgdesc="Desktop Notifications client"
+url="http://bitbucket.org/taejo/fdo-notify/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-dbus")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('7083414bb25e3057f6444722288cebf4ad3e4c2616f95f26079c8c7762989fd8')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD (from rev 
237781, haskell-fdo-notify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-16 18:04:06 UTC (rev 237782)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fdo-notify
+pkgname=haskell-fdo-notify
+pkgver=0.3.1
+pkgrel=14
+pkgdesc="Desktop Notifications client"
+url="http://bitbucket.org/taejo/fdo-notify/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-dbus")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('7083414bb25e3057f6444722288cebf4ad3e4c2616f95f26079c8c7762989fd8')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+ 

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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 18:03:45
  Author: felixonmars
Revision: 237781

upgpkg: haskell-fdo-notify 0.3.1-14

rebuild with ghc,8.0.2

Modified:
  haskell-fdo-notify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 18:01:37 UTC (rev 237780)
+++ PKGBUILD2017-06-16 18:03:45 UTC (rev 237781)
@@ -5,12 +5,12 @@
 _hkgname=fdo-notify
 pkgname=haskell-fdo-notify
 pkgver=0.3.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Desktop Notifications client"
 url="http://bitbucket.org/taejo/fdo-notify/;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-dbus")
+depends=("ghc" "haskell-dbus")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('7083414bb25e3057f6444722288cebf4ad3e4c2616f95f26079c8c7762989fd8')
 
@@ -17,7 +17,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -38,4 +38,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:02:34
  Author: arojas
Revision: 298904

Restore soversion (FS#54470)

Modified:
  libconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 15:09:55 UTC (rev 298903)
+++ PKGBUILD2017-06-16 18:02:34 UTC (rev 298904)
@@ -5,7 +5,7 @@
 
 pkgname=libconfig
 pkgver=1.6
-pkgrel=1
+pkgrel=2
 pkgdesc="C/C++ Configuration File Library"
 arch=('i686' 'x86_64')
 url="http://hyperrealm.com/libconfig/libconfig.html;
@@ -19,8 +19,7 @@
   cd $pkgname-$pkgver
 
 # See: https://github.com/hyperrealm/libconfig/issues/47
-  rm lib/scanner.{c,h}
-  autoreconf -fvi
+  rm lib/scanner.c
 }
 
 build() {
@@ -27,7 +26,7 @@
   cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
-  make -j1
+  make
 }
 
 package() {


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 18:01:37
  Author: felixonmars
Revision: 237780

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

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

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

Copied: haskell-lrucache/repos/community-staging-i686/PKGBUILD (from rev 
237779, haskell-lrucache/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-16 18:01:37 UTC (rev 237780)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lrucache
+pkgname=haskell-lrucache
+pkgver=1.2.0.0
+pkgrel=20
+pkgdesc="a simple, pure LRU cache"
+url="http://github.com/chowells79/lrucache;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-contravariant")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5f17a9e026e198152d13830a0eae0df21be437c238a3f157f7c188fe27a37616')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-lrucache/repos/community-staging-x86_64/PKGBUILD (from rev 
237779, haskell-lrucache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-16 18:01:37 UTC (rev 237780)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lrucache
+pkgname=haskell-lrucache
+pkgver=1.2.0.0
+pkgrel=20
+pkgdesc="a simple, pure LRU cache"
+url="http://github.com/chowells79/lrucache;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-contravariant")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5f17a9e026e198152d13830a0eae0df21be437c238a3f157f7c188fe27a37616')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find 

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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 18:01:16
  Author: felixonmars
Revision: 237779

upgpkg: haskell-lrucache 1.2.0.0-20

rebuild with ghc,8.0.2

Modified:
  haskell-lrucache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 17:59:01 UTC (rev 237778)
+++ PKGBUILD2017-06-16 18:01:16 UTC (rev 237779)
@@ -5,12 +5,12 @@
 _hkgname=lrucache
 pkgname=haskell-lrucache
 pkgver=1.2.0.0
-pkgrel=19
+pkgrel=20
 pkgdesc="a simple, pure LRU cache"
 url="http://github.com/chowells79/lrucache;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-contravariant")
+depends=("ghc" "haskell-contravariant")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('5f17a9e026e198152d13830a0eae0df21be437c238a3f157f7c188fe27a37616')
 
@@ -17,7 +17,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -38,4 +38,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:59:01
  Author: felixonmars
Revision: 237778

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

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

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

Copied: haskell-managed/repos/community-staging-i686/PKGBUILD (from rev 23, 
haskell-managed/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-16 17:59:01 UTC (rev 237778)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=managed
+pkgname=haskell-managed
+pkgver=1.0.5
+pkgrel=2
+pkgdesc="A monad for managed values"
+url="https://github.com/Gabriel439/Haskell-Managed-Library;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('2fdf63f41bc522e9c4d0ecfa287ce0db')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-managed/repos/community-staging-x86_64/PKGBUILD (from rev 
23, haskell-managed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-16 17:59:01 UTC (rev 237778)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=managed
+pkgname=haskell-managed
+pkgver=1.0.5
+pkgrel=2
+pkgdesc="A monad for managed values"
+url="https://github.com/Gabriel439/Haskell-Managed-Library;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('2fdf63f41bc522e9c4d0ecfa287ce0db')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:58:40
  Author: felixonmars
Revision: 23

upgpkg: haskell-managed 1.0.5-2

rebuild with ghc,8.0.2

Modified:
  haskell-managed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 17:45:11 UTC (rev 237776)
+++ PKGBUILD2017-06-16 17:58:40 UTC (rev 23)
@@ -5,19 +5,19 @@
 _hkgname=managed
 pkgname=haskell-managed
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A monad for managed values"
 url="https://github.com/Gabriel439/Haskell-Managed-Library;
 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;)
+depends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 md5sums=('2fdf63f41bc522e9c4d0ecfa287ce0db')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -38,4 +38,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:45:11
  Author: felixonmars
Revision: 237776

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

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

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

Copied: haskell-tasty-hunit/repos/community-staging-i686/PKGBUILD (from rev 
237775, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-16 17:45:11 UTC (rev 237776)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.9.2
+pkgrel=24
+pkgdesc="HUnit support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ae1efc2a750dfc09f9276d3a57e6a8f8b30f1a6932e81c53fcd67132b8ea1623')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD (from rev 
237775, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-16 17:45:11 UTC (rev 237776)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.9.2
+pkgrel=24
+pkgdesc="HUnit support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-tasty")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ae1efc2a750dfc09f9276d3a57e6a8f8b30f1a6932e81c53fcd67132b8ea1623')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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-tasty-hunit/trunk (PKGBUILD)

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:44:51
  Author: felixonmars
Revision: 237775

upgpkg: haskell-tasty-hunit 0.9.2-24

rebuild with ghc,8.0.2

Modified:
  haskell-tasty-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 17:43:40 UTC (rev 237774)
+++ PKGBUILD2017-06-16 17:44:51 UTC (rev 237775)
@@ -5,12 +5,12 @@
 _hkgname=tasty-hunit
 pkgname=haskell-tasty-hunit
 pkgver=0.9.2
-pkgrel=23
+pkgrel=24
 pkgdesc="HUnit support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-tasty")
+depends=("ghc" "haskell-tasty")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('ae1efc2a750dfc09f9276d3a57e6a8f8b30f1a6932e81c53fcd67132b8ea1623')
 
@@ -17,7 +17,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -38,4 +38,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:43:40
  Author: felixonmars
Revision: 237774

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

Added:
  haskell-code-page/repos/community-staging-i686/
  haskell-code-page/repos/community-staging-i686/PKGBUILD
(from rev 237773, haskell-code-page/trunk/PKGBUILD)
  haskell-code-page/repos/community-staging-x86_64/
  haskell-code-page/repos/community-staging-x86_64/PKGBUILD
(from rev 237773, haskell-code-page/trunk/PKGBUILD)

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

Copied: haskell-code-page/repos/community-staging-i686/PKGBUILD (from rev 
237773, haskell-code-page/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-16 17:43:40 UTC (rev 237774)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=code-page
+pkgname=haskell-code-page
+pkgver=0.1.3
+pkgrel=2
+pkgdesc="Windows code page library for Haskell"
+url="https://github.com/RyanGlScott/code-page;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('d8af11ed413fa8e3b3cee0a976ac15f5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-code-page/repos/community-staging-x86_64/PKGBUILD (from rev 
237773, haskell-code-page/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-16 17:43:40 UTC (rev 237774)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=code-page
+pkgname=haskell-code-page
+pkgver=0.1.3
+pkgrel=2
+pkgdesc="Windows code page library for Haskell"
+url="https://github.com/RyanGlScott/code-page;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('d8af11ed413fa8e3b3cee0a976ac15f5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:43:18
  Author: felixonmars
Revision: 237773

upgpkg: haskell-code-page 0.1.3-2

rebuild with ghc,8.0.2

Modified:
  haskell-code-page/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 17:42:12 UTC (rev 237772)
+++ PKGBUILD2017-06-16 17:43:18 UTC (rev 237773)
@@ -5,12 +5,12 @@
 _hkgname=code-page
 pkgname=haskell-code-page
 pkgver=0.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Windows code page library for Haskell"
 url="https://github.com/RyanGlScott/code-page;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-depends=('ghc=8.0.1')
+depends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 md5sums=('d8af11ed413fa8e3b3cee0a976ac15f5')
 
@@ -17,7 +17,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -38,4 +38,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:42:12
  Author: felixonmars
Revision: 237772

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

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

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

Copied: haskell-pointed/repos/community-staging-i686/PKGBUILD (from rev 237771, 
haskell-pointed/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-16 17:42:12 UTC (rev 237772)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pointed
+pkgname=haskell-pointed
+pkgver=5
+pkgrel=37
+pkgdesc="Pointed and copointed data"
+url="http://github.com/ekmett/pointed/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-comonad" "haskell-data-default-class" 
"haskell-hashable"
+ "haskell-kan-extensions" "haskell-semigroupoids" "haskell-semigroups" 
"haskell-stm"
+ "haskell-tagged" "haskell-transformers-compat" 
"haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('8906b8af5125ab3376794a290c5484dbec5a35d0bd0a57e94392ec0e12535d17')
+
+prepare() {
+sed -i 's/data-default-class >= 0.0.1 && < 0.1/data-default-class >= 0.0.1 
\&\& < 0.2/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcomonad -fcontainers -fkan-extensions -fsemigroupoids 
-fsemigroups \
+-fstm -ftagged -ftransformers -funordered-containers
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-pointed/repos/community-staging-x86_64/PKGBUILD (from rev 
237771, haskell-pointed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-16 17:42:12 UTC (rev 237772)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pointed
+pkgname=haskell-pointed
+pkgver=5
+pkgrel=37
+pkgdesc="Pointed and copointed data"
+url="http://github.com/ekmett/pointed/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-comonad" "haskell-data-default-class" 
"haskell-hashable"
+ "haskell-kan-extensions" "haskell-semigroupoids" "haskell-semigroups" 
"haskell-stm"
+ "haskell-tagged" "haskell-transformers-compat" 
"haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('8906b8af5125ab3376794a290c5484dbec5a35d0bd0a57e94392ec0e12535d17')
+
+prepare() {
+sed -i 's/data-default-class >= 0.0.1 && < 0.1/data-default-class >= 0.0.1 
\&\& < 0.2/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcomonad -fcontainers -fkan-extensions -fsemigroupoids 

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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:41:52
  Author: felixonmars
Revision: 237771

upgpkg: haskell-pointed 5-37

rebuild with ghc,8.0.2

Modified:
  haskell-pointed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 17:38:53 UTC (rev 237770)
+++ PKGBUILD2017-06-16 17:41:52 UTC (rev 237771)
@@ -5,15 +5,14 @@
 _hkgname=pointed
 pkgname=haskell-pointed
 pkgver=5
-pkgrel=36
+pkgrel=37
 pkgdesc="Pointed and copointed data"
 url="http://github.com/ekmett/pointed/;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-comonad" "haskell-data-default-class" 
"haskell-hashable"
- "haskell-kan-extensions" "haskell-semigroupoids" "haskell-semigroups"
- "haskell-stm" "haskell-tagged" "haskell-transformers-compat"
- "haskell-unordered-containers")
+depends=("ghc" "haskell-comonad" "haskell-data-default-class" 
"haskell-hashable"
+ "haskell-kan-extensions" "haskell-semigroupoids" "haskell-semigroups" 
"haskell-stm"
+ "haskell-tagged" "haskell-transformers-compat" 
"haskell-unordered-containers")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('8906b8af5125ab3376794a290c5484dbec5a35d0bd0a57e94392ec0e12535d17')
 
@@ -24,7 +23,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid \
 -fcomonad -fcontainers -fkan-extensions -fsemigroupoids 
-fsemigroups \
@@ -47,4 +46,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:38:53
  Author: felixonmars
Revision: 237770

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

Added:
  haskell-xcb-types/repos/community-staging-i686/
  haskell-xcb-types/repos/community-staging-i686/PKGBUILD
(from rev 237769, haskell-xcb-types/trunk/PKGBUILD)
  haskell-xcb-types/repos/community-staging-x86_64/
  haskell-xcb-types/repos/community-staging-x86_64/PKGBUILD
(from rev 237769, haskell-xcb-types/trunk/PKGBUILD)

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

Copied: haskell-xcb-types/repos/community-staging-i686/PKGBUILD (from rev 
237769, haskell-xcb-types/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-16 17:38:53 UTC (rev 237770)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xcb-types
+pkgname=haskell-xcb-types
+pkgver=0.8.0
+pkgrel=3
+pkgdesc="Parses XML files used by the XCB project"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" 'haskell-mtl' 'haskell-xml')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6db5df1acf5c52cf18df0084ff325e665d37eba3eb8ca40ffc2b9a52b220d50b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fsplit-base
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-xcb-types/repos/community-staging-x86_64/PKGBUILD (from rev 
237769, haskell-xcb-types/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-16 17:38:53 UTC (rev 237770)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xcb-types
+pkgname=haskell-xcb-types
+pkgver=0.8.0
+pkgrel=3
+pkgdesc="Parses XML files used by the XCB project"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" 'haskell-mtl' 'haskell-xml')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6db5df1acf5c52cf18df0084ff325e665d37eba3eb8ca40ffc2b9a52b220d50b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fsplit-base
+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-xcb-types/trunk (PKGBUILD)

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:38:33
  Author: felixonmars
Revision: 237769

upgpkg: haskell-xcb-types 0.8.0-3

rebuild with ghc,8.0.2

Modified:
  haskell-xcb-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 17:36:36 UTC (rev 237768)
+++ PKGBUILD2017-06-16 17:38:33 UTC (rev 237769)
@@ -5,12 +5,12 @@
 _hkgname=xcb-types
 pkgname=haskell-xcb-types
 pkgver=0.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Parses XML files used by the XCB project"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" 'haskell-mtl' 'haskell-xml')
+depends=("ghc" 'haskell-mtl' 'haskell-xml')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('6db5df1acf5c52cf18df0084ff325e665d37eba3eb8ca40ffc2b9a52b220d50b')
 
@@ -17,7 +17,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid \
 -fsplit-base
@@ -39,4 +39,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:36:36
  Author: felixonmars
Revision: 237768

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

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

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

Copied: haskell-bloomfilter/repos/community-staging-i686/PKGBUILD (from rev 
237767, haskell-bloomfilter/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-16 17:36:36 UTC (rev 237768)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bloomfilter
+pkgname=haskell-bloomfilter
+pkgver=2.0.1.0
+pkgrel=4
+pkgdesc="Pure and impure Bloom Filter implementations"
+url="https://github.com/bos/bloomfilter;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6c5e0d357d5d39efe97ae2776e8fb533fa50c1c05397c7b85020b0f098ad790f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-bloomfilter/repos/community-staging-x86_64/PKGBUILD (from rev 
237767, haskell-bloomfilter/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-16 17:36:36 UTC (rev 237768)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bloomfilter
+pkgname=haskell-bloomfilter
+pkgver=2.0.1.0
+pkgrel=4
+pkgdesc="Pure and impure Bloom Filter implementations"
+url="https://github.com/bos/bloomfilter;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6c5e0d357d5d39efe97ae2776e8fb533fa50c1c05397c7b85020b0f098ad790f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove 

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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:36:15
  Author: felixonmars
Revision: 237767

upgpkg: haskell-bloomfilter 2.0.1.0-4

rebuild with ghc,8.0.2

Modified:
  haskell-bloomfilter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 17:34:23 UTC (rev 237766)
+++ PKGBUILD2017-06-16 17:36:15 UTC (rev 237767)
@@ -5,12 +5,12 @@
 _hkgname=bloomfilter
 pkgname=haskell-bloomfilter
 pkgver=2.0.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Pure and impure Bloom Filter implementations"
 url="https://github.com/bos/bloomfilter;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1")
+depends=("ghc")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('6c5e0d357d5d39efe97ae2776e8fb533fa50c1c05397c7b85020b0f098ad790f')
 
@@ -17,7 +17,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -38,4 +38,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:34:23
  Author: felixonmars
Revision: 237766

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

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

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

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 237765, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-16 17:34:23 UTC (rev 237766)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=114
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--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 

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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:34:02
  Author: felixonmars
Revision: 237765

upgpkg: haskell-dav 1.3.1-114

rebuild with ghc,8.0.2

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 17:31:06 UTC (rev 237764)
+++ PKGBUILD2017-06-16 17:34:02 UTC (rev 237765)
@@ -5,12 +5,12 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=113
+pkgrel=114
 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"
+depends=("ghc" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
  "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
  "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
  "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
@@ -21,7 +21,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid \
 -fnetwork-uri -f-mtl-compat
@@ -43,4 +43,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:31:06
  Author: felixonmars
Revision: 237764

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

Added:
  haskell-concurrent-output/repos/community-staging-i686/
  haskell-concurrent-output/repos/community-staging-i686/PKGBUILD
(from rev 237763, haskell-concurrent-output/trunk/PKGBUILD)
  haskell-concurrent-output/repos/community-staging-x86_64/
  haskell-concurrent-output/repos/community-staging-x86_64/PKGBUILD
(from rev 237763, haskell-concurrent-output/trunk/PKGBUILD)

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

Copied: haskell-concurrent-output/repos/community-staging-i686/PKGBUILD (from 
rev 237763, haskell-concurrent-output/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-16 17:31:06 UTC (rev 237764)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=concurrent-output
+pkgname=haskell-concurrent-output
+pkgver=1.7.9
+pkgrel=6
+pkgdesc="Ungarble output from several threads or commands"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD2")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-ansi-terminal" "haskell-async" "haskell-exceptions" 
"haskell-stm"
+ "haskell-terminal-size" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('343c9685d24795bb38761f5c3600df5c67dbc6d410e5e0b862aa8d092e4e10d5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-concurrent-output/repos/community-staging-x86_64/PKGBUILD (from 
rev 237763, haskell-concurrent-output/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-16 17:31:06 UTC (rev 237764)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=concurrent-output
+pkgname=haskell-concurrent-output
+pkgver=1.7.9
+pkgrel=6
+pkgdesc="Ungarble output from several threads or commands"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD2")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-ansi-terminal" "haskell-async" "haskell-exceptions" 
"haskell-stm"
+ "haskell-terminal-size" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('343c9685d24795bb38761f5c3600df5c67dbc6d410e5e0b862aa8d092e4e10d5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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 

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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:30:46
  Author: felixonmars
Revision: 237763

upgpkg: haskell-concurrent-output 1.7.9-6

rebuild with ghc,8.0.2

Modified:
  haskell-concurrent-output/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 17:29:17 UTC (rev 237762)
+++ PKGBUILD2017-06-16 17:30:46 UTC (rev 237763)
@@ -5,13 +5,13 @@
 _hkgname=concurrent-output
 pkgname=haskell-concurrent-output
 pkgver=1.7.9
-pkgrel=5
+pkgrel=6
 pkgdesc="Ungarble output from several threads or commands"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD2")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" 
"haskell-exceptions"
- "haskell-stm" "haskell-terminal-size" "haskell-text")
+depends=("ghc" "haskell-ansi-terminal" "haskell-async" "haskell-exceptions" 
"haskell-stm"
+ "haskell-terminal-size" "haskell-text")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('343c9685d24795bb38761f5c3600df5c67dbc6d410e5e0b862aa8d092e4e10d5')
 
@@ -18,7 +18,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -39,4 +39,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:29:17
  Author: felixonmars
Revision: 237762

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

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

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

Copied: haskell-microstache/repos/community-staging-i686/PKGBUILD (from rev 
237761, haskell-microstache/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-16 17:29:17 UTC (rev 237762)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=microstache
+pkgname=haskell-microstache
+pkgver=1
+pkgrel=2
+pkgdesc="Mustache templates for Haskell"
+url="https://github.com/phadej/microstache;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-aeson" "haskell-parsec" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a608828075f2cd7266a786b054443a1341e94d9e9870111e99ada775678aae31029936b59ac255ccd1a4ff404d50bc44abee27736c578c0f008c17d1d326329a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-microstache/repos/community-staging-x86_64/PKGBUILD (from rev 
237761, haskell-microstache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-16 17:29:17 UTC (rev 237762)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=microstache
+pkgname=haskell-microstache
+pkgver=1
+pkgrel=2
+pkgdesc="Mustache templates for Haskell"
+url="https://github.com/phadej/microstache;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-aeson" "haskell-parsec" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a608828075f2cd7266a786b054443a1341e94d9e9870111e99ada775678aae31029936b59ac255ccd1a4ff404d50bc44abee27736c578c0f008c17d1d326329a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+ 

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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:28:56
  Author: felixonmars
Revision: 237761

upgpkg: haskell-microstache 1-2

rebuild with ghc,8.0.2

Modified:
  haskell-microstache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 17:27:17 UTC (rev 237760)
+++ PKGBUILD2017-06-16 17:28:56 UTC (rev 237761)
@@ -5,12 +5,12 @@
 _hkgname=microstache
 pkgname=haskell-microstache
 pkgver=1
-pkgrel=1
+pkgrel=2
 pkgdesc="Mustache templates for Haskell"
 url="https://github.com/phadej/microstache;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-aeson" "haskell-parsec" "haskell-text" 
"haskell-unordered-containers"
+depends=("ghc" "haskell-aeson" "haskell-parsec" "haskell-text" 
"haskell-unordered-containers"
  "haskell-vector")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 
sha512sums=('a608828075f2cd7266a786b054443a1341e94d9e9870111e99ada775678aae31029936b59ac255ccd1a4ff404d50bc44abee27736c578c0f008c17d1d326329a')
@@ -18,7 +18,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -39,4 +39,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


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

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:27:17
  Author: felixonmars
Revision: 237760

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

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

Copied: haskell-yesod-default/repos/community-staging-i686/PKGBUILD (from rev 
237759, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-16 17:27:17 UTC (rev 237760)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=161
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
237759, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-16 17:27:17 UTC (rev 237760)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=161
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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-yesod-default/trunk (PKGBUILD)

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:26:57
  Author: felixonmars
Revision: 237759

upgpkg: haskell-yesod-default 1.2.0-161

rebuild with ghc,8.0.2

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 17:25:18 UTC (rev 237758)
+++ PKGBUILD2017-06-16 17:26:57 UTC (rev 237759)
@@ -5,12 +5,12 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=160
+pkgrel=161
 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")
+depends=("ghc" "haskell-yesod-core")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
 
@@ -17,7 +17,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -38,4 +38,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


[arch-commits] Commit in haskell-annotated-wl-pprint/repos (4 files)

2017-06-16 Thread Felix Yan
Date: Friday, June 16, 2017 @ 17:25:18
  Author: felixonmars
Revision: 237758

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

Added:
  haskell-annotated-wl-pprint/repos/community-staging-i686/
  haskell-annotated-wl-pprint/repos/community-staging-i686/PKGBUILD
(from rev 237757, haskell-annotated-wl-pprint/trunk/PKGBUILD)
  haskell-annotated-wl-pprint/repos/community-staging-x86_64/
  haskell-annotated-wl-pprint/repos/community-staging-x86_64/PKGBUILD
(from rev 237757, haskell-annotated-wl-pprint/trunk/PKGBUILD)

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

Copied: haskell-annotated-wl-pprint/repos/community-staging-i686/PKGBUILD (from 
rev 237757, haskell-annotated-wl-pprint/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-16 17:25:18 UTC (rev 237758)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=annotated-wl-pprint
+pkgname=haskell-annotated-wl-pprint
+pkgver=0.7.0
+pkgrel=3
+pkgdesc="The Wadler/Leijen Pretty Printer, with annotation support"
+url="https://github.com/david-christiansen/annotated-wl-pprint;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('0c262d7fe13a9a50216438ec882c13e25f31236b886a5692e3c35b85cd773d18')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-annotated-wl-pprint/repos/community-staging-x86_64/PKGBUILD 
(from rev 237757, haskell-annotated-wl-pprint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-16 17:25:18 UTC (rev 237758)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=annotated-wl-pprint
+pkgname=haskell-annotated-wl-pprint
+pkgver=0.7.0
+pkgrel=3
+pkgdesc="The Wadler/Leijen Pretty Printer, with annotation support"
+url="https://github.com/david-christiansen/annotated-wl-pprint;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('0c262d7fe13a9a50216438ec882c13e25f31236b886a5692e3c35b85cd773d18')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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 

  1   2   3   4   >