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

2018-04-25 Thread Balló György via arch-commits
Date: Thursday, April 26, 2018 @ 04:55:03
  Author: bgyorgy
Revision: 318131

archrelease: copy trunk to community-any

Added:
  guake/repos/community-any/PKGBUILD
(from rev 318130, guake/trunk/PKGBUILD)
Deleted:
  guake/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-26 04:54:57 UTC (rev 318130)
+++ PKGBUILD2018-04-26 04:55:03 UTC (rev 318131)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Angel Velasquez 
-# Contributor: Wilson Pinto Júnior (N3RD3X) 
-# Contributor: Attila Bukor 
-
-pkgname=guake
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Drop-down terminal for GNOME'
-arch=('any')
-url="http://guake-project.org/;
-license=('GPL')
-depends=('libkeybinder3' 'libnotify' 'libutempter' 'python-cairo' 
'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
-makedepends=('git')
-_commit=20f3aed4c95f7af7dd8742d7b620748328c19e8a  # tags/3.2.0
-source=("git+https://github.com/Guake/guake#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  sed -i '/@pip3/d' Makefile
-  make DESTDIR="$pkgdir" prefix='/usr' COMPILE_SCHEMA=0 install
-}

Copied: guake/repos/community-any/PKGBUILD (from rev 318130, 
guake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-26 04:55:03 UTC (rev 318131)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Angel Velasquez 
+# Contributor: Wilson Pinto Júnior (N3RD3X) 
+# Contributor: Attila Bukor 
+
+pkgname=guake
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='Drop-down terminal for GNOME'
+arch=('any')
+url="http://guake-project.org/;
+license=('GPL')
+depends=('libkeybinder3' 'libnotify' 'libutempter' 'python-cairo' 
'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
+makedepends=('git')
+_commit=a07735e17f232e6587517c7d0ba3a7e38b0662ea  # tags/3.2.1
+source=("git+https://github.com/Guake/guake#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  sed -i '/python3 -m pip/d' Makefile
+  make DESTDIR="$pkgdir" prefix='/usr' COMPILE_SCHEMA=0 install
+}


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

2018-04-25 Thread Balló György via arch-commits
Date: Thursday, April 26, 2018 @ 04:54:57
  Author: bgyorgy
Revision: 318130

upgpkg: guake 3.2.1-1

Update to new version

Modified:
  guake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-26 03:28:05 UTC (rev 318129)
+++ PKGBUILD2018-04-26 04:54:57 UTC (rev 318130)
@@ -5,7 +5,7 @@
 # Contributor: Attila Bukor 
 
 pkgname=guake
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Drop-down terminal for GNOME'
 arch=('any')
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('libkeybinder3' 'libnotify' 'libutempter' 'python-cairo' 
'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
 makedepends=('git')
-_commit=20f3aed4c95f7af7dd8742d7b620748328c19e8a  # tags/3.2.0
+_commit=a07735e17f232e6587517c7d0ba3a7e38b0662ea  # tags/3.2.1
 source=("git+https://github.com/Guake/guake#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -29,6 +29,6 @@
 
 package() {
   cd $pkgname
-  sed -i '/@pip3/d' Makefile
+  sed -i '/python3 -m pip/d' Makefile
   make DESTDIR="$pkgdir" prefix='/usr' COMPILE_SCHEMA=0 install
 }


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 26, 2018 @ 03:28:05
  Author: felixonmars
Revision: 318129

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-extra/repos/community-staging-x86_64/
  haskell-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 318128, haskell-extra/trunk/PKGBUILD)

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

Copied: haskell-extra/repos/community-staging-x86_64/PKGBUILD (from rev 318128, 
haskell-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-26 03:28:05 UTC (rev 318129)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=extra
+pkgname=haskell-extra
+pkgver=1.6.6
+pkgrel=1
+pkgdesc="Extra functions I use."
+url="https://github.com/ndmitchell/extra#readme;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-clock')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('501f773e98ba7ef1dc0f9d04f25e54d49e166b04565f762ca042843924a59a79cbe4b20083b1f13e7999146efaf23ddbb10b2e2ef2b2cfa0f92b2570c4a195f0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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"
+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-extra/trunk (PKGBUILD)

2018-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 26, 2018 @ 03:27:45
  Author: felixonmars
Revision: 318128

upgpkg: haskell-extra 1.6.6-1

rebuild with extra,1.6.6

Modified:
  haskell-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-26 03:26:20 UTC (rev 318127)
+++ PKGBUILD2018-04-26 03:27:45 UTC (rev 318128)
@@ -4,7 +4,7 @@
 
 _hkgname=extra
 pkgname=haskell-extra
-pkgver=1.6.5
+pkgver=1.6.6
 pkgrel=1
 pkgdesc="Extra functions I use."
 url="https://github.com/ndmitchell/extra#readme;
@@ -13,7 +13,7 @@
 depends=('ghc-libs' 'haskell-clock')
 makedepends=('ghc' 'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('890cd546a1f880ac34ccb8109471bc4902a8af6551fe7789e2602383e9fdcbcd33321f1bb6528ed861b3d70b9ae794fc59c1b5b142a695fceb3af75357fa65f8')
+sha512sums=('501f773e98ba7ef1dc0f9d04f25e54d49e166b04565f762ca042843924a59a79cbe4b20083b1f13e7999146efaf23ddbb10b2e2ef2b2cfa0f92b2570c4a195f0')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 26, 2018 @ 03:18:20
  Author: felixonmars
Revision: 318123

upgpkg: haskell-gtk 0.14.8-8

rebuild with glib,0.13.6.0

Modified:
  haskell-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-26 03:13:45 UTC (rev 318122)
+++ PKGBUILD2018-04-26 03:18:20 UTC (rev 318123)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-gtk
 pkgver=0.14.8
-pkgrel=7
+pkgrel=8
 pkgdesc="Binding to the gtk library for Gtk2Hs."
 url="https://hackage.haskell.org/package/gtk3;
 license=('LGPL2.1')


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 26, 2018 @ 03:18:43
  Author: felixonmars
Revision: 318124

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-gtk/repos/community-staging-x86_64/
  haskell-gtk/repos/community-staging-x86_64/PKGBUILD
(from rev 318123, haskell-gtk/trunk/PKGBUILD)

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

Copied: haskell-gtk/repos/community-staging-x86_64/PKGBUILD (from rev 318123, 
haskell-gtk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-26 03:18:43 UTC (rev 318124)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-gtk
+pkgver=0.14.8
+pkgrel=8
+pkgdesc="Binding to the gtk library for Gtk2Hs."
+url="https://hackage.haskell.org/package/gtk3;
+license=('LGPL2.1')
+arch=('x86_64')
+depends=('ghc-libs' 'gtk3' 'haskell-pango' 'haskell-mtl' 'haskell-text')
+makedepends=('ghc' 'haskell-gtk2hs-buildtools')
+provides=('gtk2hs-gtk')
+replaces=('gtk2hs-gtk')
+conflicts=('gtk2hs-gtk')
+source=("https://hackage.haskell.org/packages/archive/gtk3/${pkgver}/gtk3-${pkgver}.tar.gz;)
+sha512sums=('df2b7dca3184580cc6c0c6facb5db56b32714ffae5858583ec67006e2e69d3202e6537430a696558ad181cd68939cd31de0ad6ddeca42061c1a5461df0f75d68')
+
+build() {
+cd "${srcdir}/gtk3-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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}/gtk3-${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"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 26, 2018 @ 03:13:45
  Author: felixonmars
Revision: 318122

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-pango/repos/community-staging-x86_64/
  haskell-pango/repos/community-staging-x86_64/PKGBUILD
(from rev 318121, haskell-pango/trunk/PKGBUILD)

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

Copied: haskell-pango/repos/community-staging-x86_64/PKGBUILD (from rev 318121, 
haskell-pango/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-26 03:13:45 UTC (rev 318122)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+_hkgname=pango
+pkgname=haskell-pango
+pkgver=0.13.4.0
+pkgrel=10
+pkgdesc="Binding to the pango library for Gtk2Hs."
+url="https://hackage.haskell.org/package/pango;
+license=('LGPL2.1')
+arch=('x86_64')
+depends=('ghc-libs' 'pango' 'haskell-glib' 'haskell-cairo')
+makedepends=('ghc' "haskell-gtk2hs-buildtools" "mesa")
+provides=('gtk2hs-pango')
+replaces=('gtk2hs-pango')
+conflicts=('gtk2hs-pango')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3edc7ca5ef81444ea9559d33a95b3ef6a38118ac614c6e69dd9babf11e69ce1a44a69f1c13ffd5ebe4bb0a98520c909d89517a9eb4b94c77a5f9d75f579d8789')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 26, 2018 @ 03:13:25
  Author: felixonmars
Revision: 318121

upgpkg: haskell-pango 0.13.4.0-10

rebuild with glib,0.13.6.0

Modified:
  haskell-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-26 03:11:41 UTC (rev 318120)
+++ PKGBUILD2018-04-26 03:13:25 UTC (rev 318121)
@@ -4,7 +4,7 @@
 _hkgname=pango
 pkgname=haskell-pango
 pkgver=0.13.4.0
-pkgrel=9
+pkgrel=10
 pkgdesc="Binding to the pango library for Gtk2Hs."
 url="https://hackage.haskell.org/package/pango;
 license=('LGPL2.1')


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 26, 2018 @ 03:11:20
  Author: felixonmars
Revision: 318119

upgpkg: haskell-glib 0.13.6.0-1

rebuild with glib,0.13.6.0

Modified:
  haskell-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-26 03:05:09 UTC (rev 318118)
+++ PKGBUILD2018-04-26 03:11:20 UTC (rev 318119)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=haskell-glib
-pkgver=0.13.5.0
-pkgrel=5
+pkgver=0.13.6.0
+pkgrel=1
 pkgdesc="Binding to the GLIB library for Gtk2Hs."
 url="https://hackage.haskell.org/package/glib;
 license=('LGPL2.1')
@@ -14,7 +14,7 @@
 replaces=('gtk2hs-glib')
 conflicts=('gtk2hs-glib')
 
source=(https://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)
-sha512sums=('33619e6681dbc6cc204c0bac21db051f05f3044912fed34035859583b6d447e91b537e68eb0994ade66ad4f276c3a9b7c88823e0ba4c43c087e604f2ea90cdbd')
+sha512sums=('f1f777a35002767004281c5d26e15e82980edadefa9e697da6537b7f376b8c81ef89d1a3cb2f89ccbe466f0e4aaeadb266052c562c4d20127214b5bfdc05fb44')
 
 build() {
 cd "${srcdir}/glib-${pkgver}"


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 26, 2018 @ 03:11:41
  Author: felixonmars
Revision: 318120

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-glib/repos/community-staging-x86_64/
  haskell-glib/repos/community-staging-x86_64/PKGBUILD
(from rev 318119, haskell-glib/trunk/PKGBUILD)

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

Copied: haskell-glib/repos/community-staging-x86_64/PKGBUILD (from rev 318119, 
haskell-glib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-26 03:11:41 UTC (rev 318120)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-glib
+pkgver=0.13.6.0
+pkgrel=1
+pkgdesc="Binding to the GLIB library for Gtk2Hs."
+url="https://hackage.haskell.org/package/glib;
+license=('LGPL2.1')
+arch=('x86_64')
+depends=('ghc-libs' 'glib2' 'haskell-utf8-string' 'haskell-text')
+makedepends=('ghc' "haskell-gtk2hs-buildtools")
+provides=('gtk2hs-glib')
+replaces=('gtk2hs-glib')
+conflicts=('gtk2hs-glib')
+source=(https://hackage.haskell.org/packages/archive/glib/$pkgver/glib-$pkgver.tar.gz)
+sha512sums=('f1f777a35002767004281c5d26e15e82980edadefa9e697da6537b7f376b8c81ef89d1a3cb2f89ccbe466f0e4aaeadb266052c562c4d20127214b5bfdc05fb44')
+
+build() {
+cd "${srcdir}/glib-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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}/glib-${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"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 26, 2018 @ 03:05:09
  Author: felixonmars
Revision: 318118

archrelease: copy trunk to community-any

Added:
  nodejs-emojione/repos/community-any/PKGBUILD
(from rev 318117, nodejs-emojione/trunk/PKGBUILD)
Deleted:
  nodejs-emojione/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-26 03:04:13 UTC (rev 318117)
+++ PKGBUILD2018-04-26 03:05:09 UTC (rev 318118)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-_npmname=emojione
-pkgname=nodejs-$_npmname
-pkgver=3.1.2
-pkgrel=1
-pkgdesc="A complete set of emojis designed for the web"
-arch=('any')
-url="http://www.emojione.com;
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz;)
-noextract=($_npmname-$pkgver.tgz)
-sha512sums=('c10a55c6d3bd9b151260cb4b729e6ecfa0e5c582ae4e5581ec0cd56ac60d1ac96dbee4bfc1cc8cea640b45434c1b61f1d47bef9c0b4ee01f8685c16962021a32')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$_npmname/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}

Copied: nodejs-emojione/repos/community-any/PKGBUILD (from rev 318117, 
nodejs-emojione/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-26 03:05:09 UTC (rev 318118)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_npmname=emojione
+pkgname=nodejs-$_npmname
+pkgver=3.1.3
+pkgrel=1
+pkgdesc="A complete set of emojis designed for the web"
+arch=('any')
+url="http://www.emojione.com;
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz;)
+noextract=($_npmname-$pkgver.tgz)
+sha512sums=('090f69c5c6b3c00c86d3e7f152041b73a7a7c1a69f5adb236b95d51557779ff9c43cb91357909e2b80fbac1deb61618010e63a93442e8ba6675602be73a0e425')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$_npmname/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Thursday, April 26, 2018 @ 03:04:13
  Author: felixonmars
Revision: 318117

upgpkg: nodejs-emojione 3.1.3-1

Modified:
  nodejs-emojione/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-26 03:03:25 UTC (rev 318116)
+++ PKGBUILD2018-04-26 03:04:13 UTC (rev 318117)
@@ -3,7 +3,7 @@
 
 _npmname=emojione
 pkgname=nodejs-$_npmname
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 pkgdesc="A complete set of emojis designed for the web"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz;)
 noextract=($_npmname-$pkgver.tgz)
-sha512sums=('c10a55c6d3bd9b151260cb4b729e6ecfa0e5c582ae4e5581ec0cd56ac60d1ac96dbee4bfc1cc8cea640b45434c1b61f1d47bef9c0b4ee01f8685c16962021a32')
+sha512sums=('090f69c5c6b3c00c86d3e7f152041b73a7a7c1a69f5adb236b95d51557779ff9c43cb91357909e2b80fbac1deb61618010e63a93442e8ba6675602be73a0e425')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz


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

2018-04-25 Thread Levente Polyak via arch-commits
Date: Thursday, April 26, 2018 @ 00:24:47
  Author: anthraxx
Revision: 323020

archrelease: copy trunk to extra-any

Added:
  mono-addins/repos/extra-any/
  mono-addins/repos/extra-any/PKGBUILD
(from rev 323019, mono-addins/trunk/PKGBUILD)

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

Copied: mono-addins/repos/extra-any/PKGBUILD (from rev 323019, 
mono-addins/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2018-04-26 00:24:47 UTC (rev 323020)
@@ -0,0 +1,39 @@
+# Contributor: Daniel Isenmann 
+# Contributor: tardo 
+
+# fuck this shit, git tags seem to be rocket science
+_gitcommit=3eaec13cfc886a70ed5ff84c228d3f3bce442620
+pkgname=mono-addins
+pkgver=1.3.3
+pkgrel=2
+pkgdesc='Generic framework for creating extensible applications'
+url='http://www.mono-project.com/Mono.Addins'
+arch=('any')
+license=('MIT')
+depends=('gtk-sharp-2' 'mono')
+source=(https://github.com/mono/mono-addins/archive/${pkgname}-${pkgver}.tar.gz
+
https://github.com/Microsoft/msbuild/releases/download/mono-hosted-msbuild-v0.03/mono_msbuild_d25dd923839404bd64cc63f420e75acf96fc75c4.zip)
+sha256sums=('254539d14e71789814a4fd37ed444dd33fc8ddb5fc082b1bf8e93f3d5d840b14'
+'9e992cb8e5526024eeae1cd9dea7f32c0158c2c8d94c9a7a310a146f14eef417')
+sha512sums=('0574f177c7ef9029dc70e0bbece3edfb832ae0c3fde2987dc0199700618c145f68cfb263512b8c1f39ddb0f906acd7021ff03740495adf9c48f06eec83f85396'
+
'4b7a2ede40d4659725c833fb987ec73358959668171f0e1255417e662de0d0efdc538560d84e96a23e8cf3417f5b198bc0947bbc2a6300f506f17d75000103e4')
+
+build() {
+  local msbuild="${srcdir}/msbuild/MSBuild.exe"
+
+  cd ${pkgname}-${pkgname}-${pkgver}
+  ./autogen.sh --prefix=/usr --enable-gui
+  make
+
+  mono "${msbuild}" Mono.Addins/Mono.Addins.csproj 
/p:WarningLevel=0;Configuration=Release
+  mono "${msbuild}" 
Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.csproj 
/p:WarningLevel=0;Configuration=Release
+  mono "${msbuild}" Mono.Addins.Gui/Mono.Addins.Gui.csproj 
/p:WarningLevel=0;Configuration=Release
+  mono "${msbuild}" Mono.Addins.MSBuild/Mono.Addins.MSBuild.csproj 
/p:WarningLevel=0;Configuration=Release
+  mono "${msbuild}" Mono.Addins.Setup/Mono.Addins.Setup.csproj 
/p:WarningLevel=0;Configuration=Release
+}
+
+package() {
+  cd ${pkgname}-${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in mono-addins/repos (extra-x86_64)

2018-04-25 Thread Levente Polyak via arch-commits
Date: Thursday, April 26, 2018 @ 00:24:51
  Author: anthraxx
Revision: 323021

Removed extra-x86_64 for mono-addins

Deleted:
  mono-addins/repos/extra-x86_64/


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

2018-04-25 Thread Levente Polyak via arch-commits
Date: Thursday, April 26, 2018 @ 00:24:39
  Author: anthraxx
Revision: 323019

upgpkg: mono-addins 1.3.3-2 (remove gtk3 dependency)

FS#57029

Modified:
  mono-addins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-26 00:24:19 UTC (rev 323018)
+++ PKGBUILD2018-04-26 00:24:39 UTC (rev 323019)
@@ -1,37 +1,39 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
+# Contributor: Daniel Isenmann 
 # Contributor: tardo 
 
+# fuck this shit, git tags seem to be rocket science
+_gitcommit=3eaec13cfc886a70ed5ff84c228d3f3bce442620
 pkgname=mono-addins
 pkgver=1.3.3
-pkgrel=1
-pkgdesc="A generic framework for creating extensible applications and for 
creating libraries which extend those applications"
-arch=('x86_64')
-url="http://www.mono-project.com/Mono.Addins;
+pkgrel=2
+pkgdesc='Generic framework for creating extensible applications'
+url='http://www.mono-project.com/Mono.Addins'
+arch=('any')
 license=('MIT')
-depends=('gtk-sharp-2' 'gtk-sharp-3' 'mono')
+depends=('gtk-sharp-2' 'mono')
 source=(https://github.com/mono/mono-addins/archive/${pkgname}-${pkgver}.tar.gz
 
https://github.com/Microsoft/msbuild/releases/download/mono-hosted-msbuild-v0.03/mono_msbuild_d25dd923839404bd64cc63f420e75acf96fc75c4.zip)
-md5sums=('7ac27ffa4616fd03dc299749f16bce2a'
- '14345c2f2dc53aa902a89419e234d2d4')
+sha256sums=('254539d14e71789814a4fd37ed444dd33fc8ddb5fc082b1bf8e93f3d5d840b14'
+'9e992cb8e5526024eeae1cd9dea7f32c0158c2c8d94c9a7a310a146f14eef417')
+sha512sums=('0574f177c7ef9029dc70e0bbece3edfb832ae0c3fde2987dc0199700618c145f68cfb263512b8c1f39ddb0f906acd7021ff03740495adf9c48f06eec83f85396'
+
'4b7a2ede40d4659725c833fb987ec73358959668171f0e1255417e662de0d0efdc538560d84e96a23e8cf3417f5b198bc0947bbc2a6300f506f17d75000103e4')
 
 build() {
-  local msbuild="$srcdir/msbuild/MSBuild.exe"
+  local msbuild="${srcdir}/msbuild/MSBuild.exe"
 
   cd ${pkgname}-${pkgname}-${pkgver}
   ./autogen.sh --prefix=/usr --enable-gui
   make
 
-  mono "$msbuild" Mono.Addins/Mono.Addins.csproj 
/p:WarningLevel=0;Configuration=Release
-  mono "$msbuild" Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.csproj 
/p:WarningLevel=0;Configuration=Release
-  mono "$msbuild" Mono.Addins.Gui/Mono.Addins.Gui.csproj 
/p:WarningLevel=0;Configuration=Release
-  mono "$msbuild" Mono.Addins.GuiGtk3/Mono.Addins.GuiGtk3.csproj 
/p:WarningLevel=0;Configuration=Release
-  mono "$msbuild" Mono.Addins.MSBuild/Mono.Addins.MSBuild.csproj 
/p:WarningLevel=0;Configuration=Release
-  mono "$msbuild" Mono.Addins.Setup/Mono.Addins.Setup.csproj 
/p:WarningLevel=0;Configuration=Release
-} 
+  mono "${msbuild}" Mono.Addins/Mono.Addins.csproj 
/p:WarningLevel=0;Configuration=Release
+  mono "${msbuild}" 
Mono.Addins.CecilReflector/Mono.Addins.CecilReflector.csproj 
/p:WarningLevel=0;Configuration=Release
+  mono "${msbuild}" Mono.Addins.Gui/Mono.Addins.Gui.csproj 
/p:WarningLevel=0;Configuration=Release
+  mono "${msbuild}" Mono.Addins.MSBuild/Mono.Addins.MSBuild.csproj 
/p:WarningLevel=0;Configuration=Release
+  mono "${msbuild}" Mono.Addins.Setup/Mono.Addins.Setup.csproj 
/p:WarningLevel=0;Configuration=Release
+}
 
 package() {
   cd ${pkgname}-${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }


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

2018-04-25 Thread Jan Steffens via arch-commits
Date: Thursday, April 26, 2018 @ 00:24:19
  Author: heftig
Revision: 323018

archrelease: copy trunk to staging-x86_64

Added:
  firefox/repos/staging-x86_64/
  
firefox/repos/staging-x86_64/0001-Bug-1435212-Add-support-for-FFmpeg-4.0.-r-bryce.patch.xz
(from rev 323017, 
firefox/trunk/0001-Bug-1435212-Add-support-for-FFmpeg-4.0.-r-bryce.patch.xz)
  firefox/repos/staging-x86_64/PKGBUILD
(from rev 323017, firefox/trunk/PKGBUILD)
  firefox/repos/staging-x86_64/firefox-symbolic.svg
(from rev 323017, firefox/trunk/firefox-symbolic.svg)
  firefox/repos/staging-x86_64/firefox.desktop
(from rev 323017, firefox/trunk/firefox.desktop)
  firefox/repos/staging-x86_64/no-crmf.diff
(from rev 323017, firefox/trunk/no-crmf.diff)
  firefox/repos/staging-x86_64/upload-symbol-archive
(from rev 323017, firefox/trunk/upload-symbol-archive)

---+
 0001-Bug-1435212-Add-support-for-FFmpeg-4.0.-r-bryce.patch.xz |  407 ++
 PKGBUILD  |  183 
 firefox-symbolic.svg  |   64 +
 firefox.desktop   |  311 +++
 no-crmf.diff  |   15 
 upload-symbol-archive |   24 
 6 files changed, 1004 insertions(+)

Copied: 
firefox/repos/staging-x86_64/0001-Bug-1435212-Add-support-for-FFmpeg-4.0.-r-bryce.patch.xz
 (from rev 323017, 
firefox/trunk/0001-Bug-1435212-Add-support-for-FFmpeg-4.0.-r-bryce.patch.xz)
===
--- 
staging-x86_64/0001-Bug-1435212-Add-support-for-FFmpeg-4.0.-r-bryce.patch.xz
(rev 0)
+++ 
staging-x86_64/0001-Bug-1435212-Add-support-for-FFmpeg-4.0.-r-bryce.patch.xz
2018-04-26 00:24:19 UTC (rev 323018)
@@ -0,0 +1,847 @@
+�7zXZ�ִF!�X��^
+�]#��S���WU-$3���/
+<��dS_�sj�Ծ�'���' T`Q�|�
+�$�K�3,b(��=�FiU.���`[v��.w*��K�m���.���
`ED��6���;m�k��g|I�M���Нvpa��I�?^Sh�:߀Q�wk�<`����ɠ�
+���@�4
+��C������%�"V-nt�u���
+ճ�*▃��H�=�;�OD�">�;�^<*��Dt�7o&2��SHVŮ8����h=��>[�U掫pq���:^Y#w�E��P�Z5�"��%9i�+���I1�>��ʶ��od
X`S�m�(��T{ƌ��R2��\�N�V9[�&��Y�&�NKi�)��a�>0Д��|�/u�wz
+��,a��]*w��\����b�Z�4>�}�� 8���$�G��lq�⼵���iRm=��Mל�(>���]� 
���6�??���y (z������
+x�+R.���Ɣ^]��ZR�!���D��L�\��b�T~�]8UMB��O���^��s��
+�w��K�nF����?�9���r@�m`� w/�4E׳�+�2��X�ß�I%�/hyj]��R 
�(�c[g-%�si�8�l�J��9u�NjOr��� �!@���'3�T\�Q?
+�p����K��W�mMm:�S�
+OY_��m�p�(��R�.<�|��J��ȬK�
+Z6Àq�H���d:e
+RpQ�61%�w��~�r�S.�"m
+�Wf`<�D��a���B�=���皦�|��z�6�Yn|����,HP���}+�����6�Fme�)��b��Y��,1l��_�L�AU�3�6J�x?^Yd�a�Ө�m�LK߼�=�`1�ju0�C���C?;���,�GIb*��
 h�n��ρ�
+CE���-j^�
+��=�/���f�b^�K�t�m�_"n8���^@����_���&ǟ�1�DŽ�98%2��r�Y$
+��?�*0%�.��l�ZЌ�{���^ps)��N
+��|���_�
+��Z�C�AQX��QIY�����   D�ړ�RJW�M�D��a(���{��썸4�&�o{��p~�u�j+11
+�W*t�m�[�ȗ�8�Kf����
+�9A��l=U֛am��l�;h1B�V�+�U{^x��ꔐ�� 
c���W�HE���Vif��Z���v�o�$�Q��5�l`���OM��m,b�9g7�:�Ԟ�P�Ec��B��b�S�:��~��%؁T�ݦ���Ay|�`%�.B���F3o�p;��՘x\Г�Q��-��~-�q:w+��O�FB
   �*T���t�-O/0N�<&2H
+ׂ�*vP#��oDWS*5��+m�E�.T�(��"���.j�o:��ɗ���V�`�<\�UE�焍I9���2�j�aB�D��JF�Q2E�yq[�ǜ��}��[�>z�S
����r�$��;��_�[i��Hrmn6�'@G�q�5�  :r���+%�pDT|O�1
T��x�^�+iD,�_r��y���z���w�7��V7�  ��  ��;�� Ղ��q�4�Mk
+K6ڌ��
+Se��9�%*8Xҍ�J�R��?@�ĨT����^�e9e9&�Vu���5�$�ukŞ���   
+(��Qu���F����݋�$��k��iXGP�,��?�$u:::
+���dxwD(n�h�%Z�����c}o�՝���\ 
�R�X�A%�If�5x��y�����ŝ�0�~p=)�%�Y�1��x8 ��v�^#�\
+��R�X�ut��j�Woc�W���5pa,t�{dhL�g9�¤�9=�e��̈��9��o�#6���q㩐��r�!�i�ٛ���4R���S�T6���c�sM�:���u�U����/E�8�{_J���`���S�13�O���r%;�f�|���ˁ��~c+�2��`a��65�f�z���!����$���Yp���S���'t�t$���,�6Al�͹�*{Oh��J7��Խ3���Q���d��OE]�Vq��>���[�@�hb�f(�g3
�\A'�~���
+b��>��F�$<�(��ܱ��)l fG���Нk
+՗{�q��s}����O�j�0��R�H�y�M7�x'��\� *HUg��{\�Z�5���m8��2�衍��(��$��ʏ�;ƑB
+�:5w\��2SfU�"�R�Ǵ�_��r��J�Ф����j��nV�ۉ��'���z�S؏�Ԝ;�;>�M��8��mEN��s���4qjj��iGS[�_��H�݅q�k�.�sX��U�*q��?8!1�y=��e�كR��L�����0���6䚞�V�쬄@`���I���_�i�!�6��.(+���}�ue���"���
+��˂`x���~){��-�]W���0)J�v�r>l��
+'LT7��"�ӪԽUF̔?�$|aTIU�mF4h7Y�V�~"��p'����b�,Ğ\�
�ʮ/"��#�   
?��?K��4���b�fV�!���1�+�LÊaaB(�Ø,V���2��z�:��o��\*��F%���`�})�jR�TxD]��`P
+1GPEW���m�����ȹ���YFgX�/v�N�J7Q�=�h����LM�Ḁ�&�
��ʫ-C��1��'��@U�V<��r\Abhޯ
+&��*���ă��x��rͷVY�T��E��6�5���7g���4}s~�~�%���
+%��m(S�e1�Ns�z8PϷ�<@�y{���j2ٻYx`^���Ye�

[arch-commits] Commit in java8-openjdk/repos/extra-x86_64 (8 files)

2018-04-25 Thread Levente Polyak via arch-commits
Date: Thursday, April 26, 2018 @ 00:23:36
  Author: anthraxx
Revision: 323017

archrelease: copy trunk to extra-x86_64

Added:
  java8-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 323016, java8-openjdk/trunk/PKGBUILD)
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
(from rev 323016, java8-openjdk/trunk/install_jdk8-openjdk.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
(from rev 323016, java8-openjdk/trunk/install_jre8-openjdk-headless.sh)
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh
(from rev 323016, java8-openjdk/trunk/install_jre8-openjdk.sh)
Deleted:
  java8-openjdk/repos/extra-x86_64/PKGBUILD
  java8-openjdk/repos/extra-x86_64/install_jdk8-openjdk.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk-headless.sh
  java8-openjdk/repos/extra-x86_64/install_jre8-openjdk.sh

--+
 PKGBUILD |  570 ++---
 install_jdk8-openjdk.sh  |  100 +++---
 install_jre8-openjdk-headless.sh |   96 +++---
 install_jre8-openjdk.sh  |  110 +++
 4 files changed, 438 insertions(+), 438 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-26 00:23:28 UTC (rev 323016)
+++ PKGBUILD2018-04-26 00:23:36 UTC (rev 323017)
@@ -1,285 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-# Contributor: Boyan Ding 
-
-# TODO
-# once icedtea:
-#   pulse
-#   add policytool desktop files
-
-# Package 'openjfx' must be updated when this one is
-pkgname=('jre8-openjdk-headless' 'jre8-openjdk' 'jdk8-openjdk' 'openjdk8-src' 
'openjdk8-doc')
-pkgbase=java8-openjdk
-_java_ver=8
-# Found @ 
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
-_jdk_update=162
-_jdk_build=12
-pkgver=${_java_ver}.u${_jdk_update}
-_repo_ver=jdk${_java_ver}u${_jdk_update}-b${_jdk_build}
-pkgrel=2
-arch=('x86_64')
-url='http://openjdk.java.net/'
-license=('custom')
-makedepends=('jdk7-openjdk' 'ccache' 'cpio' 'unzip' 'zip'
- 'libxrender' 'libxtst' 'fontconfig' 'libcups' 'alsa-lib')
-_url_src=http://hg.openjdk.java.net/jdk8u/jdk8u
-source=(jdk8u-${_repo_ver}.tar.gz::${_url_src}/archive/${_repo_ver}.tar.gz
-
corba-${_repo_ver}.tar.gz::${_url_src}/corba/archive/${_repo_ver}.tar.gz
-
hotspot-${_repo_ver}.tar.gz::${_url_src}/hotspot/archive/${_repo_ver}.tar.gz
-jdk-${_repo_ver}.tar.gz::${_url_src}/jdk/archive/${_repo_ver}.tar.gz
-
jaxws-${_repo_ver}.tar.gz::${_url_src}/jaxws/archive/${_repo_ver}.tar.gz
-jaxp-${_repo_ver}.tar.gz::${_url_src}/jaxp/archive/${_repo_ver}.tar.gz
-
langtools-${_repo_ver}.tar.gz::${_url_src}/langtools/archive/${_repo_ver}.tar.gz
-
nashorn-${_repo_ver}.tar.gz::${_url_src}/nashorn/archive/${_repo_ver}.tar.gz)
-
-sha256sums=('7ad155f34bae7bfb43b5f74972f61cf2d390be9d068d7825af8416fe098f15b1'
-'d45747d3ef7bfff09e48391b10e9264619c2e3c65708cdf62fa3c4c4f724bf88'
-'9614ed1e9eb7e1ad9ee206272e761cbdb0d24193f4e70fad853ae1e8eb668af4'
-'1809fc11f8d5bd4817ac8be30493d0c6ae994c2f089101040345aed39cabe40d'
-'c576306038e548071a0c9904dd0ef82e1ada4dba8acf865b065672356c256dde'
-'c45c2bc4519992d78666c81b5faa33d7b40e268c8ae5c17ac1b7726fdf8e16d4'
-'b0dae1ddc9113d6ce5e7afc0a75284f913ab2d8f21c56b2378962037947629ec'
-'b8a89d7870c332055e4bde9ca7a4183b4de1a280709de29f18a6867dd1eb8296')
-
-case "${CARCH}" in
-  'x86_64') _JARCH=amd64 ; _DOC_ARCH=x86_64 ;;
-  'i686'  ) _JARCH=i386  ; _DOC_ARCH=x86;;
-esac
-
-_jdkname=openjdk8
-_jvmdir=/usr/lib/jvm/java-8-openjdk
-_prefix="jdk8u-${_repo_ver}/image"
-_imgdir="${_prefix}/jvm/openjdk-1.8.0_$(printf '%.2d' ${_jdk_update})"
-_nonheadless=(bin/policytool
-  lib/${_JARCH}/libjsound.so
-  lib/${_JARCH}/libjsoundalsa.so
-  lib/${_JARCH}/libsplashscreen.so)
-
-prepare() {
-  cd "${srcdir}/jdk8u-${_repo_ver}"
-
-  for subrepo in corba hotspot jdk jaxws jaxp langtools nashorn
-  do
-ln -s ../${subrepo}-${_repo_ver} ${subrepo}
-  done
-}
-
-build() {
-  cd "${srcdir}/jdk8u-${_repo_ver}"
-
-  unset JAVA_HOME
-  # http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1346
-  export MAKEFLAGS=${MAKEFLAGS/-j*}
-  # https://hydra.nixos.org/build/41230444/log
-  export CFLAGS="-Wno-error=deprecated-declarations -fno-lifetime-dse 
-fno-delete-null-pointer-checks"
-
-  install -d -m 755 "${srcdir}/${_prefix}/"
-  sh configure \
---prefix="${srcdir}/${_prefix}" \
---with-update-version="${_jdk_update}" \
---with-build-number="b${_jdk_build}" \
---with-milestone="fcs" \
---enable-unlimited-crypto \
---with-zlib=system
-
-# TODO OpenJDK does not want last version of giflib (add 'giflib' as 
dependency once fixed)
-#--with-giflib=system \
-
-  # Without 'DEBUG_BINARIES', i686 won't build
-  # 

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

2018-04-25 Thread Levente Polyak via arch-commits
Date: Thursday, April 26, 2018 @ 00:23:28
  Author: anthraxx
Revision: 323016

upgpkg: java8-openjdk 8.u172-2

Modified:
  java8-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-26 00:19:14 UTC (rev 323015)
+++ PKGBUILD2018-04-26 00:23:28 UTC (rev 323016)
@@ -11,8 +11,8 @@
 pkgbase=java8-openjdk
 _java_ver=8
 # Found @ 
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
-_jdk_update=162
-_jdk_build=12
+_jdk_update=172
+_jdk_build=11
 pkgver=${_java_ver}.u${_jdk_update}
 _repo_ver=jdk${_java_ver}u${_jdk_update}-b${_jdk_build}
 pkgrel=2
@@ -31,14 +31,14 @@
 
langtools-${_repo_ver}.tar.gz::${_url_src}/langtools/archive/${_repo_ver}.tar.gz
 
nashorn-${_repo_ver}.tar.gz::${_url_src}/nashorn/archive/${_repo_ver}.tar.gz)
 
-sha256sums=('7ad155f34bae7bfb43b5f74972f61cf2d390be9d068d7825af8416fe098f15b1'
-'d45747d3ef7bfff09e48391b10e9264619c2e3c65708cdf62fa3c4c4f724bf88'
-'9614ed1e9eb7e1ad9ee206272e761cbdb0d24193f4e70fad853ae1e8eb668af4'
-'1809fc11f8d5bd4817ac8be30493d0c6ae994c2f089101040345aed39cabe40d'
-'c576306038e548071a0c9904dd0ef82e1ada4dba8acf865b065672356c256dde'
-'c45c2bc4519992d78666c81b5faa33d7b40e268c8ae5c17ac1b7726fdf8e16d4'
-'b0dae1ddc9113d6ce5e7afc0a75284f913ab2d8f21c56b2378962037947629ec'
-'b8a89d7870c332055e4bde9ca7a4183b4de1a280709de29f18a6867dd1eb8296')
+sha256sums=('f1ca31605360594cb57b21aa5888f253e9775125957f96afb1a9dbb71676af22'
+'a89b558a4bb1d0368486a58d248a16b1760f8536fdc94ff70bf09e5c1bfcea24'
+'f7a2652021b50d43c076df8f94cec13b82e2704c0d1535289074cb5e0eec31a0'
+'756b6855c9bdb7ae1ac4b7a4d2bafcbdad4ab6dd33ccc64efb94f9d4f21273d3'
+'8ad3b70c468cce6104f023ca5f4354462a47a38d9dc25994a6d04b2c18598432'
+'0193ff13167f6ff7d667cd32dd2d05e4591975a4404b433c9ff59d2d4ce54603'
+'ef0f2042143cf6ddc508d81978fdb7cd900d38e5b166f40112d1967ceb09f036'
+'2a3bff4dfca022cb603cd46a6766fd1b7212adb473af5809b48504576bce6029')
 
 case "${CARCH}" in
   'x86_64') _JARCH=amd64 ; _DOC_ARCH=x86_64 ;;


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

2018-04-25 Thread Jan Steffens via arch-commits
Date: Thursday, April 26, 2018 @ 00:19:14
  Author: heftig
Revision: 323015

59.0.2-3

Added:
  firefox/trunk/0001-Bug-1435212-Add-support-for-FFmpeg-4.0.-r-bryce.patch.xz
Modified:
  firefox/trunk/PKGBUILD

---+
 0001-Bug-1435212-Add-support-for-FFmpeg-4.0.-r-bryce.patch.xz |  407 ++
 PKGBUILD  |7 
 2 files changed, 413 insertions(+), 1 deletion(-)

Added: 0001-Bug-1435212-Add-support-for-FFmpeg-4.0.-r-bryce.patch.xz
===
--- 0001-Bug-1435212-Add-support-for-FFmpeg-4.0.-r-bryce.patch.xz   
(rev 0)
+++ 0001-Bug-1435212-Add-support-for-FFmpeg-4.0.-r-bryce.patch.xz   
2018-04-26 00:19:14 UTC (rev 323015)
@@ -0,0 +1,847 @@
+�7zXZ�ִF!�X��^
+�]#��S���WU-$3���/
+<��dS_�sj�Ծ�'���' T`Q�|�
+�$�K�3,b(��=�FiU.���`[v��.w*��K�m���.���
`ED��6���;m�k��g|I�M���Нvpa��I�?^Sh�:߀Q�wk�<`����ɠ�
+���@�4
+��C������%�"V-nt�u���
+ճ�*▃��H�=�;�OD�">�;�^<*��Dt�7o&2��SHVŮ8����h=��>[�U掫pq���:^Y#w�E��P�Z5�"��%9i�+���I1�>��ʶ��od
X`S�m�(��T{ƌ��R2��\�N�V9[�&��Y�&�NKi�)��a�>0Д��|�/u�wz
+��,a��]*w��\����b�Z�4>�}�� 8���$�G��lq�⼵���iRm=��Mל�(>���]� 
���6�??���y (z������
+x�+R.���Ɣ^]��ZR�!���D��L�\��b�T~�]8UMB��O���^��s��
+�w��K�nF����?�9���r@�m`� w/�4E׳�+�2��X�ß�I%�/hyj]��R 
�(�c[g-%�si�8�l�J��9u�NjOr��� �!@���'3�T\�Q?
+�p����K��W�mMm:�S�
+OY_��m�p�(��R�.<�|��J��ȬK�
+Z6Àq�H���d:e
+RpQ�61%�w��~�r�S.�"m
+�Wf`<�D��a���B�=���皦�|��z�6�Yn|����,HP���}+�����6�Fme�)��b��Y��,1l��_�L�AU�3�6J�x?^Yd�a�Ө�m�LK߼�=�`1�ju0�C���C?;���,�GIb*��
 h�n��ρ�
+CE���-j^�
+��=�/���f�b^�K�t�m�_"n8���^@����_���&ǟ�1�DŽ�98%2��r�Y$
+��?�*0%�.��l�ZЌ�{���^ps)��N
+��|���_�
+��Z�C�AQX��QIY�����   D�ړ�RJW�M�D��a(���{��썸4�&�o{��p~�u�j+11
+�W*t�m�[�ȗ�8�Kf����
+�9A��l=U֛am��l�;h1B�V�+�U{^x��ꔐ�� 
c���W�HE���Vif��Z���v�o�$�Q��5�l`���OM��m,b�9g7�:�Ԟ�P�Ec��B��b�S�:��~��%؁T�ݦ���Ay|�`%�.B���F3o�p;��՘x\Г�Q��-��~-�q:w+��O�FB
   �*T���t�-O/0N�<&2H
+ׂ�*vP#��oDWS*5��+m�E�.T�(��"���.j�o:��ɗ���V�`�<\�UE�焍I9���2�j�aB�D��JF�Q2E�yq[�ǜ��}��[�>z�S
����r�$��;��_�[i��Hrmn6�'@G�q�5�  :r���+%�pDT|O�1
T��x�^�+iD,�_r��y���z���w�7��V7�  ��  ��;�� Ղ��q�4�Mk
+K6ڌ��
+Se��9�%*8Xҍ�J�R��?@�ĨT����^�e9e9&�Vu���5�$�ukŞ���   
+(��Qu���F����݋�$��k��iXGP�,��?�$u:::
+���dxwD(n�h�%Z�����c}o�՝���\ 
�R�X�A%�If�5x��y�����ŝ�0�~p=)�%�Y�1��x8 ��v�^#�\
+��R�X�ut��j�Woc�W���5pa,t�{dhL�g9�¤�9=�e��̈��9��o�#6���q㩐��r�!�i�ٛ���4R���S�T6���c�sM�:���u�U����/E�8�{_J���`���S�13�O���r%;�f�|���ˁ��~c+�2��`a��65�f�z���!����$���Yp���S���'t�t$���,�6Al�͹�*{Oh��J7��Խ3���Q���d��OE]�Vq��>���[�@�hb�f(�g3
�\A'�~���
+b��>��F�$<�(��ܱ��)l fG���Нk
+՗{�q��s}����O�j�0��R�H�y�M7�x'��\� *HUg��{\�Z�5���m8��2�衍��(��$��ʏ�;ƑB
+�:5w\��2SfU�"�R�Ǵ�_��r��J�Ф����j��nV�ۉ��'���z�S؏�Ԝ;�;>�M��8��mEN��s���4qjj��iGS[�_��H�݅q�k�.�sX��U�*q��?8!1�y=��e�كR��L�����0���6䚞�V�쬄@`���I���_�i�!�6��.(+���}�ue���"���
+��˂`x���~){��-�]W���0)J�v�r>l��
+'LT7��"�ӪԽUF̔?�$|aTIU�mF4h7Y�V�~"��p'����b�,Ğ\�
�ʮ/"��#�   
?��?K��4���b�fV�!���1�+�LÊaaB(�Ø,V���2��z�:��o��\*��F%���`�})�jR�TxD]��`P
+1GPEW���m�����ȹ���YFgX�/v�N�J7Q�=�h����LM�Ḁ�&�
��ʫ-C��1��'��@U�V<��r\Abhޯ
+&��*���ă��x��rͷVY�T��E��6�5���7g���4}s~�~�%���
+%��m(S�e1�Ns�z8PϷ�<@�y{���j2ٻYx`^���Ye�;�� 
+0��7�idU�X��zCAG�cz�{���XώNz��$4"��/0��S��Q��("��Q\��`\����VM��ca��i�����]�x�ԝ�
խV���M0�!�<���ɍ�q'G�3�rp��Ghj��7Ṁ8���b��   
D&�x�67��T�!�0[Ba���M?�(3��4C�z(/g_�#�8q3A�3�``3��4ު�I|����t�~�%��VIN�-}��}��{E�9�鞊���p�(�

[arch-commits] Commit in java10-openjdk/repos/extra-x86_64 (16 files)

2018-04-25 Thread Levente Polyak via arch-commits
Date: Wednesday, April 25, 2018 @ 23:38:02
  Author: anthraxx
Revision: 323014

archrelease: copy trunk to extra-x86_64

Added:
  java10-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 323013, java10-openjdk/trunk/PKGBUILD)
  java10-openjdk/repos/extra-x86_64/freedesktop-java.desktop
(from rev 323013, java10-openjdk/trunk/freedesktop-java.desktop)
  java10-openjdk/repos/extra-x86_64/freedesktop-jconsole.desktop
(from rev 323013, java10-openjdk/trunk/freedesktop-jconsole.desktop)
  java10-openjdk/repos/extra-x86_64/freedesktop-jshell.desktop
(from rev 323013, java10-openjdk/trunk/freedesktop-jshell.desktop)
  java10-openjdk/repos/extra-x86_64/freedesktop-policytool.desktop
(from rev 323013, java10-openjdk/trunk/freedesktop-policytool.desktop)
  java10-openjdk/repos/extra-x86_64/install_jdk10-openjdk.sh
(from rev 323013, java10-openjdk/trunk/install_jdk10-openjdk.sh)
  java10-openjdk/repos/extra-x86_64/install_jre10-openjdk-headless.sh
(from rev 323013, java10-openjdk/trunk/install_jre10-openjdk-headless.sh)
  java10-openjdk/repos/extra-x86_64/install_jre10-openjdk.sh
(from rev 323013, java10-openjdk/trunk/install_jre10-openjdk.sh)
Deleted:
  java10-openjdk/repos/extra-x86_64/PKGBUILD
  java10-openjdk/repos/extra-x86_64/freedesktop-java.desktop
  java10-openjdk/repos/extra-x86_64/freedesktop-jconsole.desktop
  java10-openjdk/repos/extra-x86_64/freedesktop-jshell.desktop
  java10-openjdk/repos/extra-x86_64/freedesktop-policytool.desktop
  java10-openjdk/repos/extra-x86_64/install_jdk10-openjdk.sh
  java10-openjdk/repos/extra-x86_64/install_jre10-openjdk-headless.sh
  java10-openjdk/repos/extra-x86_64/install_jre10-openjdk.sh

---+
 PKGBUILD  |  544 ++--
 freedesktop-java.desktop  |   24 -
 freedesktop-jconsole.desktop  |   22 -
 freedesktop-jshell.desktop|   18 -
 freedesktop-policytool.desktop|   26 -
 install_jdk10-openjdk.sh  |  100 +++---
 install_jre10-openjdk-headless.sh |   96 +++---
 install_jre10-openjdk.sh  |   70 ++--
 8 files changed, 451 insertions(+), 449 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 23:37:51 UTC (rev 323013)
+++ PKGBUILD2018-04-25 23:38:02 UTC (rev 323014)
@@ -1,271 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Guillaume ALAUX 
-
-# TODO add test, see about packaging jtreg and using it here
-# TODO see about building with OpenJDK10
-# TODO add javazi
-# TODO when IcedTea provides it, package icedtea-web and add it as optdepends
-# TODO package OpenJFX for OpenJDK10 and add it as optdepends
-
-## EXPLORATIONS
-# TODO extract a jmods package from jdk10-openjdk?
-# TODO extract a jdk-headless package?
-
-pkgbase=java10-openjdk
-pkgname=('jre10-openjdk-headless' 'jre10-openjdk' 'jdk10-openjdk' 
'openjdk10-src' 'openjdk10-doc')
-_majorver=10
-_updatever=46
-pkgrel=1
-pkgver=${_majorver}.u${_updatever}
-_hg_tag=jdk-${_majorver}+${_updatever}
-arch=('x86_64')
-url='http://openjdk.java.net/'
-license=('custom')
-makedepends=('jdk9-openjdk' 'cpio' 'unzip' 'zip' 'libelf' 'libcups' 'libx11'
- 'libxrender' 'libxtst' 'libxt' 'libxext' 'alsa-lib' 'pandoc'
- 'graphviz' 'freetype2' 'libjpeg-turbo' 'giflib' 'libpng' 'lcms2'
- 'libnet' 'bash')
-source=(http://hg.openjdk.java.net/jdk/jdk${_majorver}/archive/${_hg_tag}.tar.gz
-freedesktop-java.desktop
-freedesktop-jconsole.desktop
-freedesktop-policytool.desktop
-freedesktop-jshell.desktop)
-sha256sums=('87d1ded2d911c4872494ab4fcbdc78042dedd7417edb7bf98725f02c1c63b2d8'
-'819e6ca314641c3115566f9478fbd8671f5d884a3d4e65f05950b4bd2d3b8451'
-'5276edf203e5a75607c55b8bd4ae4f76cf61360811190286829c66d0c4b06554'
-'7f3bc3e424b6d8bac403eb336d81524680f347300c233400222a3850f937c659'
-'0bcdb1eb9640775ca61e87ffeb9b0e0f99386b41f51fec753688bdd5ff9b6010')
-
-case "${CARCH}" in
-  x86_64) _JARCH='x86_64';;
-  i686)   _JARCH='x86';;
-esac
-
-_jvmdir=/usr/lib/jvm/java-${_majorver}-openjdk
-_jdkdir=jdk${_majorver}-${_hg_tag}
-_imgdir=${_jdkdir}/build/linux-$_JARCH-normal-server-release/images
-
-_nonheadless=(lib/libawt_xawt.so
-  lib/libjawt.so
-  lib/libjsoundalsa.so
-  lib/libsplashscreen.so)
-
-build() {
-  cd ${_jdkdir}
-
-  NUM_PROC_OPT=''
-  MAKEFLAG_J=$(echo ${MAKEFLAGS} | sed -En 's/.*-j([0-9]+).*/\1/p')
-  if [ -n "${MAKEFLAG_J}" ]; then
-# 
http://hg.openjdk.java.net/jdk10/jdk10/file/85e6cb013b98/make/InitSupport.gmk#l105
-echo "Removing '-j${MAKEFLAG_J}' from MAKEFLAGS to prevent build fail. 
Passing it directly to ./configure."
-export MAKEFLAGS=${MAKEFLAGS/-j${MAKEFLAG_J}/}
-NUM_PROC_OPT="--with-num-cores=${MAKEFLAG_J}"
-  fi
-
-  _CFLAGS="${CFLAGS} ${CPPFLAGS}"
-  

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

2018-04-25 Thread Levente Polyak via arch-commits
Date: Wednesday, April 25, 2018 @ 23:37:51
  Author: anthraxx
Revision: 323013

upgpkg: java10-openjdk 10.0.1.u10-1

Modified:
  java10-openjdk/trunk/PKGBUILD

--+
 PKGBUILD |   28 +++-
 1 file changed, 15 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 22:41:05 UTC (rev 323012)
+++ PKGBUILD2018-04-25 23:37:51 UTC (rev 323013)
@@ -14,10 +14,12 @@
 pkgbase=java10-openjdk
 pkgname=('jre10-openjdk-headless' 'jre10-openjdk' 'jdk10-openjdk' 
'openjdk10-src' 'openjdk10-doc')
 _majorver=10
-_updatever=46
+_minorver=0
+_securityver=1
+_updatever=10
 pkgrel=1
-pkgver=${_majorver}.u${_updatever}
-_hg_tag=jdk-${_majorver}+${_updatever}
+pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
+_hg_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
 arch=('x86_64')
 url='http://openjdk.java.net/'
 license=('custom')
@@ -25,12 +27,12 @@
  'libxrender' 'libxtst' 'libxt' 'libxext' 'alsa-lib' 'pandoc'
  'graphviz' 'freetype2' 'libjpeg-turbo' 'giflib' 'libpng' 'lcms2'
  'libnet' 'bash')
-source=(http://hg.openjdk.java.net/jdk/jdk${_majorver}/archive/${_hg_tag}.tar.gz
+source=(http://hg.openjdk.java.net/jdk-updates/jdk${_majorver}u/archive/${_hg_tag}.tar.gz
 freedesktop-java.desktop
 freedesktop-jconsole.desktop
 freedesktop-policytool.desktop
 freedesktop-jshell.desktop)
-sha256sums=('87d1ded2d911c4872494ab4fcbdc78042dedd7417edb7bf98725f02c1c63b2d8'
+sha256sums=('5ccebeaf3ed953468c2696364eb5bf41dd3cdb1f17e135f6f0c28d760bcde0b9'
 '819e6ca314641c3115566f9478fbd8671f5d884a3d4e65f05950b4bd2d3b8451'
 '5276edf203e5a75607c55b8bd4ae4f76cf61360811190286829c66d0c4b06554'
 '7f3bc3e424b6d8bac403eb336d81524680f347300c233400222a3850f937c659'
@@ -42,8 +44,8 @@
 esac
 
 _jvmdir=/usr/lib/jvm/java-${_majorver}-openjdk
-_jdkdir=jdk${_majorver}-${_hg_tag}
-_imgdir=${_jdkdir}/build/linux-$_JARCH-normal-server-release/images
+_jdkdir=jdk${_majorver}u-${_hg_tag}
+_imgdir=${_jdkdir}/build/linux-${_JARCH}-normal-server-release/images
 
 _nonheadless=(lib/libawt_xawt.so
   lib/libjawt.so
@@ -73,9 +75,9 @@
 
   # CFLAGS, CXXFLAGS and LDFLAGS are ignored as shown by a warning
   # in the output of ./configure unless used like such:
-  #  --with-extra-cflags="$CFLAGS"
-  #  --with-extra-cxxflags="$CXXFLAGS"
-  #  --with-extra-ldflags="$LDFLAGS"
+  #  --with-extra-cflags="${CFLAGS}"
+  #  --with-extra-cxxflags="${CXXFLAGS}"
+  #  --with-extra-ldflags="${LDFLAGS}"
   # See also paragraph "Configure Control Variables from 
"jdk${_majorver}-${_hg_tag}/common/doc/building.md
   unset CFLAGS
   unset CXXFLAGS
@@ -233,7 +235,7 @@
   # Icons
   for s in 16 24 32 48; do
 install -Dm 644 \
-  
"${srcdir}/jdk${_majorver}-${_hg_tag}/src/java.desktop/unix/classes/sun/awt/X11/java-icon${s}.png"
 \
+  
"${srcdir}/jdk${_majorver}u-${_hg_tag}/src/java.desktop/unix/classes/sun/awt/X11/java-icon${s}.png"
 \
   "${pkgdir}/usr/share/icons/hicolor/${s}x${s}/apps/${pkgbase}.png"
   done
 
@@ -240,8 +242,8 @@
   # Desktop files
   for f in jconsole policytool java jshell; do
 install -Dm 644 \
-  "${srcdir}/freedesktop-$f.desktop" \
-  "${pkgdir}/usr/share/applications/$f-${pkgbase}.desktop"
+  "${srcdir}/freedesktop-${f}.desktop" \
+  "${pkgdir}/usr/share/applications/${f}-${pkgbase}.desktop"
   done
 }
 


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

2018-04-25 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, April 25, 2018 @ 23:10:24
  Author: svenstaro
Revision: 318053

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 318052, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
(from rev 318052, 
gitlab/trunk/a951b96be2862ce660dc715a364f574c2f5f72e1.patch)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 318052, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 318052, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 318052, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 318052, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 318052, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 318052, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 318052, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 318052, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 318052, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 318052, gitlab/trunk/lighttpd.conf.example)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example

+
 PKGBUILD   |  422 +++
 a951b96be2862ce660dc715a364f574c2f5f72e1.patch |   56 +--
 gitlab-backup.service  |   38 +-
 gitlab-backup.timer|   20 -
 gitlab-mailroom.service|   42 +-
 gitlab-sidekiq.service |   60 +--
 gitlab-unicorn.service |   66 +--
 gitlab.install |   40 +-
 gitlab.logrotate   |   22 -
 gitlab.target  |   14 
 gitlab.tmpfiles.d  |2 
 lighttpd.conf.example  |   70 +--
 12 files changed, 426 insertions(+), 426 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 23:10:02 UTC (rev 318052)
+++ PKGBUILD2018-04-25 23:10:24 UTC (rev 318053)
@@ -1,211 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-pkgname=gitlab
-pkgver=10.7.0
-pkgrel=3
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce;
-license=('MIT')
-options=(!buildflags)
-depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 'nodejs' 're2')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go')
-optdepends=('postgresql: database backend'
-'mysql: database backend'
-'python2-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-ce/repository/archive?sha=v${pkgver};
-gitlab-unicorn.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate)
-install='gitlab.install'
-sha512sums=('e252028fb7e191429fac9088294839f2f7a2ad72c98806c6ba3927f9117d7ecf187016e8c1531daad9cdc125b506bc45fe072bf33a22fc87dc7863788807d153'
-

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

2018-04-25 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, April 25, 2018 @ 23:10:02
  Author: svenstaro
Revision: 318052

upgpkg: gitlab 10.7.1-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 22:30:06 UTC (rev 318051)
+++ PKGBUILD2018-04-25 23:10:02 UTC (rev 318052)
@@ -7,8 +7,8 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=10.7.0
-pkgrel=3
+pkgver=10.7.1
+pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce;
@@ -35,7 +35,7 @@
 gitlab.tmpfiles.d
 gitlab.logrotate)
 install='gitlab.install'
-sha512sums=('e252028fb7e191429fac9088294839f2f7a2ad72c98806c6ba3927f9117d7ecf187016e8c1531daad9cdc125b506bc45fe072bf33a22fc87dc7863788807d153'
+sha512sums=('2a24782352b1dc0fd3eaea1cb85bc08a7c7e9328075d2f85a55b4c6e772793dbc3d555219d82c0c781b70557a3cc2160564de86c45bdca852025efd24575218b'
 
'e96364b3373420a0704552584264f42fee23d64d44d3f769dffa6b516ea9d4c09873da8b2a279445ae9a09f17f81628815efc83e8d0070b3246e56aa13c02ac6'
 
'1104db0397ae5f9a69452ea2a432b837cfaf37d72d063226c2156de5f753b5ae42be1f90292c34f27e251ce3d265ac9c1f79faad1d377c923e7dbc6744100471'
 
'bfc98f3890dfbe11a6f7fa3275f2b04b54b8e31455dcf70abfdc7f1021ff9acb1243f7af8381465346cd780bc76fa2b1c80fada860b8c3c87c7c56bb5229c1ee'


[arch-commits] Commit in gst-libav/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2018-04-25 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 22:41:05
  Author: heftig
Revision: 323012

archrelease: copy trunk to staging-x86_64

Added:
  gst-libav/repos/staging-x86_64/
  gst-libav/repos/staging-x86_64/PKGBUILD
(from rev 323011, gst-libav/trunk/PKGBUILD)

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

Copied: gst-libav/repos/staging-x86_64/PKGBUILD (from rev 323011, 
gst-libav/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-04-25 22:41:05 UTC (rev 323012)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-libav
+pkgver=1.14.0
+pkgrel=2
+pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(GPL)
+depends=(gst-plugins-base-libs bzip2)
+makedepends=(python gtk-doc autoconf-archive git yasm)
+provides=("gst-ffmpeg=$pkgver-$pkgrel")
+_commit=1830c75cd28fc68bd26f9530db18c2da474a4aa2  # tags/1.14.0^0
+source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit;
+"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;
+"git+https://git.videolan.org/git/ffmpeg; 
"git://git.libav.org/gas-preprocessor")
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git config --local submodule.gst-libs/ext/libav.url "$srcdir/ffmpeg"
+  git config --local submodule.gst-libs/ext/gas-preprocessor.url 
"$srcdir/gas-preprocessor"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--with-package-name="GStreamer ffmpeg Plugin (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/; \
+--without-system-libav \
+--with-libav-extra-configure="--enable-runtime-cpudetect" \
+--enable-experimental \
+--enable-gtk-doc \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-25 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 22:39:56
  Author: heftig
Revision: 323011

1.14.0-2

Modified:
  gst-libav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 22:05:52 UTC (rev 323010)
+++ PKGBUILD2018-04-25 22:39:56 UTC (rev 323011)
@@ -4,19 +4,18 @@
 
 pkgname=gst-libav
 pkgver=1.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
 url="https://gstreamer.freedesktop.org/;
 arch=(x86_64)
 license=(GPL)
-depends=(gst-plugins-base-libs bzip2 ffmpeg)
+depends=(gst-plugins-base-libs bzip2)
 makedepends=(python gtk-doc autoconf-archive git yasm)
 provides=("gst-ffmpeg=$pkgver-$pkgrel")
 _commit=1830c75cd28fc68bd26f9530db18c2da474a4aa2  # tags/1.14.0^0
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit;
 "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;
-"git+https://git.videolan.org/git/ffmpeg;
-"git://git.libav.org/gas-preprocessor")
+"git+https://git.videolan.org/git/ffmpeg; 
"git://git.libav.org/gas-preprocessor")
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
@@ -48,7 +47,7 @@
 --libexecdir=/usr/lib \
 --with-package-name="GStreamer ffmpeg Plugin (Arch Linux)" \
 --with-package-origin="https://www.archlinux.org/; \
---with-system-libav \
+--without-system-libav \
 --with-libav-extra-configure="--enable-runtime-cpudetect" \
 --enable-experimental \
 --enable-gtk-doc \


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

2018-04-25 Thread Christian Rebischke via arch-commits
Date: Wednesday, April 25, 2018 @ 22:29:59
  Author: shibumi
Revision: 318050

upgpkg: packer-io 1.2.3-1

Changed from commit hash to tarball

Modified:
  packer-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 20:17:54 UTC (rev 318049)
+++ PKGBUILD2018-04-25 22:29:59 UTC (rev 318050)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 _pkgname=packer
 pkgname=packer-io
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('x86_64')
@@ -9,15 +9,14 @@
 license=('MPL')
 makedepends=('git' 'go-pie' 'go-tools')
 depends=('glibc')
-_packer_commit='ab8811dca8f375344f36dfc32710b9790b2ec03e'
-source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};)
-sha512sums=('SKIP')
+source=("${pkgname}-${pkgver}::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz;)
+sha512sums=('36ee75669bf61e14ec733be3946ee6e1f8e265a585e21bdfa98fa6073c6e5bf5a02c7b0b8669632d379e4094d4b7b0fbb06e220865af9c3a89ed258b3166fa58')
 
 prepare() {
   export GOPATH="${srcdir}"
   export PATH="$PATH:$GOPATH/bin"
   mkdir -p "src/github.com/hashicorp"
-  mv ${_pkgname} src/github.com/hashicorp
+  mv "${_pkgname}-${pkgver}" "src/github.com/hashicorp/${_pkgname}"
   sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
 }
 build() {


[arch-commits] Commit in packer-io/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-25 Thread Christian Rebischke via arch-commits
Date: Wednesday, April 25, 2018 @ 22:30:06
  Author: shibumi
Revision: 318051

archrelease: copy trunk to community-x86_64

Added:
  packer-io/repos/community-x86_64/PKGBUILD
(from rev 318050, packer-io/trunk/PKGBUILD)
Deleted:
  packer-io/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 22:29:59 UTC (rev 318050)
+++ PKGBUILD2018-04-25 22:30:06 UTC (rev 318051)
@@ -1,33 +0,0 @@
-# Maintainer: Christian Rebischke 
-_pkgname=packer
-pkgname=packer-io
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
-arch=('x86_64')
-url="https://github.com/hashicorp/packer;
-license=('MPL')
-makedepends=('git' 'go-pie' 'go-tools')
-depends=('glibc')
-_packer_commit='ab8811dca8f375344f36dfc32710b9790b2ec03e'
-source=("git+https://github.com/hashicorp/packer#commit=${_packer_commit};)
-sha512sums=('SKIP')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p "src/github.com/hashicorp"
-  mv ${_pkgname} src/github.com/hashicorp
-  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
-}
-build() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  go build -o packer-binary
-}
-
-package() {
-  cd "src/github.com/hashicorp/${_pkgname}"
-  install -Dm755 packer-binary "${pkgdir}/usr/bin/packer-io"
-}
-
-# vim:set et sw=2 ts=2 tw=79:

Copied: packer-io/repos/community-x86_64/PKGBUILD (from rev 318050, 
packer-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-25 22:30:06 UTC (rev 318051)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Rebischke 
+_pkgname=packer
+pkgname=packer-io
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
+arch=('x86_64')
+url="https://github.com/hashicorp/packer;
+license=('MPL')
+makedepends=('git' 'go-pie' 'go-tools')
+depends=('glibc')
+source=("${pkgname}-${pkgver}::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz;)
+sha512sums=('36ee75669bf61e14ec733be3946ee6e1f8e265a585e21bdfa98fa6073c6e5bf5a02c7b0b8669632d379e4094d4b7b0fbb06e220865af9c3a89ed258b3166fa58')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  export PATH="$PATH:$GOPATH/bin"
+  mkdir -p "src/github.com/hashicorp"
+  mv "${_pkgname}-${pkgver}" "src/github.com/hashicorp/${_pkgname}"
+  sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i 
"${srcdir}/src/github.com/hashicorp/${_pkgname}/Makefile"
+}
+build() {
+  cd "src/github.com/hashicorp/${_pkgname}"
+  go build -o packer-binary
+}
+
+package() {
+  cd "src/github.com/hashicorp/${_pkgname}"
+  install -Dm755 packer-binary "${pkgdir}/usr/bin/packer-io"
+}
+
+# vim:set et sw=2 ts=2 tw=79:


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

2018-04-25 Thread Jan Steffens via arch-commits
Date: Wednesday, April 25, 2018 @ 22:05:52
  Author: heftig
Revision: 323010

FS#58323: Increase max NUMA nodes back to 32

Turns out people do try to run Arch on systems with more than 4 nodes.

Modified:
  linux/trunk/PKGBUILD
  linux/trunk/config

--+
 PKGBUILD |2 +-
 config   |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 21:22:56 UTC (rev 323009)
+++ PKGBUILD2018-04-25 22:05:52 UTC (rev 323010)
@@ -33,7 +33,7 @@
 'SKIP'
 'bad271dbda2d024daf4a2ab6e122b95b262ea80508ac8018bc61e8aa44f40cfe'
 'SKIP'
-'51f794dee6098b19b5f8ec2277f52a313584f2ff8b3abf111f2fd92a6ea118dd'
+'627aa44c65d7297b00a8a7045d606d33b6a0b982c02331a101b94d38d348082a'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'

Modified: config
===
--- config  2018-04-25 21:22:56 UTC (rev 323009)
+++ config  2018-04-25 22:05:52 UTC (rev 323010)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.16.2-1 Kernel Configuration
+# Linux/x86 4.16.4-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -571,7 +571,7 @@
 CONFIG_X86_64_ACPI_NUMA=y
 CONFIG_NODES_SPAN_OTHER_NODES=y
 # CONFIG_NUMA_EMU is not set
-CONFIG_NODES_SHIFT=2
+CONFIG_NODES_SHIFT=5
 CONFIG_ARCH_SPARSEMEM_ENABLE=y
 CONFIG_ARCH_SPARSEMEM_DEFAULT=y
 CONFIG_ARCH_SELECT_MEMORY_MODEL=y


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

2018-04-25 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 25, 2018 @ 21:22:56
  Author: arojas
Revision: 323009

archrelease: copy trunk to extra-x86_64

Added:
  pstoedit/repos/extra-x86_64/PKGBUILD
(from rev 323008, pstoedit/trunk/PKGBUILD)
Deleted:
  pstoedit/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 21:22:24 UTC (rev 323008)
+++ PKGBUILD2018-04-25 21:22:56 UTC (rev 323009)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: damir 
-# Contributor: Tobias Powalowski 
-
-pkgname=pstoedit
-pkgver=3.70
-pkgrel=7
-pkgdesc="Translates PostScript and PDF graphics into other vector formats"
-arch=('x86_64')
-url="http://www.pstoedit.net/;
-license=('GPL')
-depends=('gcc-libs' 'plotutils' 'gd' 'libmagick6')
-makedepends=('ghostscript')
-options=('!makeflags')
-source=("http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
-sha1sums=('657f8f7070fde1432cd65a34b6b1c4b5b42f8b50')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's/-pedantic//' configure
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: pstoedit/repos/extra-x86_64/PKGBUILD (from rev 323008, 
pstoedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-25 21:22:56 UTC (rev 323009)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: damir 
+# Contributor: Tobias Powalowski 
+
+pkgname=pstoedit
+pkgver=3.71
+pkgrel=1
+pkgdesc="Translates PostScript and PDF graphics into other vector formats"
+arch=('x86_64')
+url="http://www.pstoedit.net/;
+license=('GPL')
+depends=('gcc-libs' 'plotutils' 'gd' 'libmagick')
+makedepends=('ghostscript')
+source=("http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
+sha1sums=('33f31783e4cbcc20e8697dc6ce7eefe842eece77')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -e 's|ImageMagick++|Magick++|' -i configure.ac
+  sed -i 's/-pedantic//' configure.ac
+  autoreconf -vi
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2018-04-25 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 25, 2018 @ 21:22:24
  Author: arojas
Revision: 323008

Update to 3.71, switch to imagemagick7

Modified:
  pstoedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 19:24:45 UTC (rev 323007)
+++ PKGBUILD2018-04-25 21:22:24 UTC (rev 323008)
@@ -4,26 +4,26 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=pstoedit
-pkgver=3.70
-pkgrel=7
+pkgver=3.71
+pkgrel=1
 pkgdesc="Translates PostScript and PDF graphics into other vector formats"
 arch=('x86_64')
 url="http://www.pstoedit.net/;
 license=('GPL')
-depends=('gcc-libs' 'plotutils' 'gd' 'libmagick6')
+depends=('gcc-libs' 'plotutils' 'gd' 'libmagick')
 makedepends=('ghostscript')
-options=('!makeflags')
 
source=("http://downloads.sourceforge.net/sourceforge/pstoedit/pstoedit-${pkgver}.tar.gz;)
-sha1sums=('657f8f7070fde1432cd65a34b6b1c4b5b42f8b50')
+sha1sums=('33f31783e4cbcc20e8697dc6ce7eefe842eece77')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's/-pedantic//' configure
+  sed -e 's|ImageMagick++|Magick++|' -i configure.ac
+  sed -i 's/-pedantic//' configure.ac
+  autoreconf -vi
 }
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
   ./configure --prefix=/usr
   make
 }


[arch-commits] Commit in guitarix2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-25 Thread David Runge via arch-commits
Date: Wednesday, April 25, 2018 @ 20:17:54
  Author: dvzrv
Revision: 318049

archrelease: copy trunk to community-x86_64

Added:
  guitarix2/repos/community-x86_64/PKGBUILD
(from rev 318048, guitarix2/trunk/PKGBUILD)
Deleted:
  guitarix2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 20:17:45 UTC (rev 318048)
+++ PKGBUILD2018-04-25 20:17:54 UTC (rev 318049)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=guitarix2
-pkgver=0.36.1
-pkgrel=4
-pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
-arch=('x86_64')
-url="https://guitarix.org;
-license=('GPL')
-depends=('avahi' 'bluez-libs' 'boost-libs' 'fftw' 'gtkmm' 'jack' 'liblrdf' 
'lilv' 'libsigc++' 'libsndfile' 'ttf-roboto' 'zita-convolver' 'zita-resampler')
-makedepends=('python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
-optdepends=('meterbridge: sound meters')
-provides=('guitarix' 'gx_head')
-conflicts=('guitarix' 'gx_head')
-replaces=('guitarix' 'gx_head')
-source=("https://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.xz;)
-sha512sums=('7719c4e2a3ecb8194c75bfea571b7f5bc29a15ca0e6e9364085e77d97e2c638eb8dd3b5018228d4380a58ff99574a393e2c91c66837f40d245c1a310572300f4')
-
-prepare() {
-  cd "${pkgname%2}-${pkgver}"
-  # fixing all (hopefully) relevant scripts: 
https://sourceforge.net/p/guitarix/bugs/43/
-  sed -e 's/python/&2/g' \
--i src/{faust,LV2/*,plugins,ladspa,gx_head}/wscript \
--i src/gx_head/builder/make \
--i src/gx_head/engine/gen_tube_tables \
--i 
tools/{check_rpc,gcov.py,convert-0.06-format,ampsim/DK/quik.py,undiag,make_jsonrpc_methods}
 \
--i tools/{coverage,dsp2cc,dsp2insert}
-}
-
-build() {
-  cd "${pkgname%2}-${pkgver}"
-  # build without faust support: https://sourceforge.net/p/guitarix/bugs/44/
-  python2 waf configure --prefix=/usr \
---no-desktop-update \
---no-ldconfig \
---no-faust \
---shared-lib \
---lib-dev
-  python2 waf build
-}
-
-package() {
-  cd "${pkgname%2}-${pkgver}"
-  python2 waf install --destdir="${pkgdir}"
-}

Copied: guitarix2/repos/community-x86_64/PKGBUILD (from rev 318048, 
guitarix2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-25 20:17:54 UTC (rev 318049)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: David Runge 
+# Contributor: speps 
+
+_name=guitarix
+pkgname=guitarix2
+pkgver=0.37.0
+pkgrel=1
+pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
+arch=('x86_64')
+url="https://guitarix.org;
+license=('GPL3')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio')
+depends=('bluez-libs' 'boost-libs' 'gtkmm' 'liblrdf' 'lilv' 'ttf-roboto' 
'zita-convolver' 'zita-resampler')
+makedepends=('python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
+optdepends=('meterbridge: sound meters')
+provides=('guitarix' 'gx_head')
+conflicts=('guitarix' 'gx_head')
+replaces=('guitarix' 'gx_head')
+source=("https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('931ed5e614b41b0bf2d85e214a3badeb834f59757a7431bb07938ecc2da949b5c9ca8a1883bea9a217c3320de51baa8804036e5dd0f476253a486aa8995f81ba')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
+  # fixing all (hopefully) relevant scripts: 
https://sourceforge.net/p/guitarix/bugs/43/
+  sed -e 's/python/&2/g' \
+-i src/{faust,LV2/*,plugins,ladspa,gx_head}/wscript \
+-i src/gx_head/builder/make \
+-i src/gx_head/engine/gen_tube_tables \
+-i 
tools/{check_rpc,gcov.py,convert-0.06-format,ampsim/DK/quik.py,undiag,make_jsonrpc_methods}
 \
+-i tools/{coverage,dsp2cc,dsp2insert}
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  # build without faust support: https://sourceforge.net/p/guitarix/bugs/44/
+  python2 waf configure --prefix=/usr \
+--enable-nls \
+--ladspa \
+--new-ladspa \
+--no-desktop-update \
+--no-ldconfig \
+--no-faust \
+--shared-lib \
+--lib-dev
+  python2 waf build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf install --destdir="${pkgdir}"
+  # docs
+  install -vDm 644 {changelog,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2018-04-25 Thread David Runge via arch-commits
Date: Wednesday, April 25, 2018 @ 20:17:45
  Author: dvzrv
Revision: 318048

upgpkg: guitarix2 0.37.0-1

Upgrading to 0.37.0. MOD GUIs are disabled by default. Enabling ladspa plugins 
explicitely.
Adding package to relevant groups. Removing redundant packages from depends. 
Installing docs. Minor fixes.

Modified:
  guitarix2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 20:12:41 UTC (rev 318047)
+++ PKGBUILD2018-04-25 20:17:45 UTC (rev 318048)
@@ -2,24 +2,27 @@
 # Maintainer: David Runge 
 # Contributor: speps 
 
+_name=guitarix
 pkgname=guitarix2
-pkgver=0.36.1
-pkgrel=4
+pkgver=0.37.0
+pkgrel=1
 pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
 arch=('x86_64')
 url="https://guitarix.org;
-license=('GPL')
-depends=('avahi' 'bluez-libs' 'boost-libs' 'fftw' 'gtkmm' 'jack' 'liblrdf' 
'lilv' 'libsigc++' 'libsndfile' 'ttf-roboto' 'zita-convolver' 'zita-resampler')
+license=('GPL3')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio')
+depends=('bluez-libs' 'boost-libs' 'gtkmm' 'liblrdf' 'lilv' 'ttf-roboto' 
'zita-convolver' 'zita-resampler')
 makedepends=('python2' 'boost' 'eigen' 'gperf' 'intltool' 'lv2')
 optdepends=('meterbridge: sound meters')
 provides=('guitarix' 'gx_head')
 conflicts=('guitarix' 'gx_head')
 replaces=('guitarix' 'gx_head')
-source=("https://download.sourceforge.net/project/guitarix/guitarix/$pkgname-$pkgver.tar.xz;)
-sha512sums=('7719c4e2a3ecb8194c75bfea571b7f5bc29a15ca0e6e9364085e77d97e2c638eb8dd3b5018228d4380a58ff99574a393e2c91c66837f40d245c1a310572300f4')
+source=("https://download.sourceforge.net/project/guitarix/guitarix/${pkgname}-${pkgver}.tar.xz;)
+sha512sums=('931ed5e614b41b0bf2d85e214a3badeb834f59757a7431bb07938ecc2da949b5c9ca8a1883bea9a217c3320de51baa8804036e5dd0f476253a486aa8995f81ba')
 
 prepare() {
-  cd "${pkgname%2}-${pkgver}"
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   # fixing all (hopefully) relevant scripts: 
https://sourceforge.net/p/guitarix/bugs/43/
   sed -e 's/python/&2/g' \
 -i src/{faust,LV2/*,plugins,ladspa,gx_head}/wscript \
@@ -30,9 +33,12 @@
 }
 
 build() {
-  cd "${pkgname%2}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   # build without faust support: https://sourceforge.net/p/guitarix/bugs/44/
   python2 waf configure --prefix=/usr \
+--enable-nls \
+--ladspa \
+--new-ladspa \
 --no-desktop-update \
 --no-ldconfig \
 --no-faust \
@@ -42,6 +48,8 @@
 }
 
 package() {
-  cd "${pkgname%2}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   python2 waf install --destdir="${pkgdir}"
+  # docs
+  install -vDm 644 {changelog,README} -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }


[arch-commits] Commit in java-atk-wrapper/repos (3 files)

2018-04-25 Thread Eli Schwartz via arch-commits
Date: Wednesday, April 25, 2018 @ 20:12:41
  Author: eschwartz
Revision: 318047

archrelease: copy trunk to community-x86_64

Added:
  java-atk-wrapper/repos/community-x86_64/
  java-atk-wrapper/repos/community-x86_64/PKGBUILD
(from rev 318046, java-atk-wrapper/trunk/PKGBUILD)
  java-atk-wrapper/repos/community-x86_64/no-werror.patch
(from rev 318046, java-atk-wrapper/trunk/no-werror.patch)

-+
 PKGBUILD|   79 ++
 no-werror.patch |   25 +
 2 files changed, 104 insertions(+)

Copied: java-atk-wrapper/repos/community-x86_64/PKGBUILD (from rev 318046, 
java-atk-wrapper/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-04-25 20:12:41 UTC (rev 318047)
@@ -0,0 +1,79 @@
+# $Id$
+# Contributor: Guillaume ALAUX 
+# Contributor: Martin Wimpress 
+# Contributor: Kyle 
+
+pkgbase=java-atk-wrapper
+pkgname=('java-atk-wrapper-common' 'java-atk-wrapper-openjdk7' 
'java-atk-wrapper-openjdk8')
+pkgver=0.33.3
+pkgrel=1
+arch=('x86_64')
+url="https://git.gnome.org/browse/java-atk-wrapper/;
+license=('LGPL')
+makedepends=('java-environment' 'gobject-introspection'
+ 'gnome-common' 'gtk2' 'gtk3'
+ 'xorg-xprop')
+_pkgbase=$(echo $pkgbase | awk '{print toupper($0)}' | tr '-' '_')
+_pkgver=$(echo $pkgver | tr '.' '_')
+_altnamever="${_pkgbase}_${_pkgver}"
+source=(https://git.gnome.org/browse/$pkgbase/snapshot/$_altnamever.tar.xz
+no-werror.patch)
+sha256sums=('11d4a1c5491b2ba5a24b710d695c3c5fea5047d06eee07171f23ac5707fef4c5'
+'ee22d01cc6282e005cef89456208193d0c9b329a65fc5e1c38304ebb22b95842')
+
+prepare() {
+  cd $_altnamever
+  # 
https://anonscm.debian.org/cgit/pkg-a11y/java-atk-wrapper.git/tree/debian/patches/no-werror
+  patch -p1 -i ../no-werror.patch
+}
+
+build() {
+  cd $_altnamever
+  ./autogen.sh --prefix=/usr
+  make
+  # make install is broken
+  mkdir "build"
+  make DESTDIR="$(pwd)/build" install
+}
+
+package_java-atk-wrapper-common() {
+  pkgdesc='ATK wrapper for screen reader access to Java Swing applications - 
common files'
+  depends=('xorg-xprop' 'atk')
+  conflicts=('java-atk-wrapper')
+
+  cd $_altnamever/build
+
+  mkdir -p $pkgdir/usr/share/java
+  cp build/usr/lib/jvm/java-7-openjdk/jre/lib/ext/java-atk-wrapper.jar \
+ $pkgdir/usr/share/java
+  cp -r usr $pkgdir
+}
+
+package_java-atk-wrapper-openjdk7() {
+  pkgdesc='ATK wrapper for screen reader access to Java Swing applications - 
OpenJDK 7'
+  depends=('java-atk-wrapper-common' 'java-runtime-headless-openjdk=7')
+  replaces=('java-atk-wrapper')
+  provides=('java-atk-wrapper-openjdk=7')
+
+  cd $_altnamever/build
+
+  mkdir -p $pkgdir/usr/lib/jvm/java-7-openjdk/jre/lib/ext
+  ln -s /usr/share/java/java-atk-wrapper.jar \
+$pkgdir/usr/lib/jvm/java-7-openjdk/jre/lib/ext
+  cp build/usr/lib/jvm/java-7-openjdk/jre/lib/accessibility.properties \
+$pkgdir/usr/lib/jvm/java-7-openjdk/jre/lib
+}
+
+package_java-atk-wrapper-openjdk8() {
+  pkgdesc='ATK wrapper for screen reader access to Java Swing applications - 
OpenJDK 8'
+  depends=('java-atk-wrapper-common' 'java-runtime-headless-openjdk=8')
+  provides=('java-atk-wrapper-openjdk=8')
+
+  cd $_altnamever/build
+
+  mkdir -p $pkgdir/usr/lib/jvm/java-8-openjdk/jre/lib/ext
+  ln -s /usr/share/java/java-atk-wrapper.jar \
+$pkgdir/usr/lib/jvm/java-8-openjdk/jre/lib/ext
+  cp build/usr/lib/jvm/java-7-openjdk/jre/lib/accessibility.properties \
+$pkgdir/usr/lib/jvm/java-8-openjdk/jre/lib
+}

Copied: java-atk-wrapper/repos/community-x86_64/no-werror.patch (from rev 
318046, java-atk-wrapper/trunk/no-werror.patch)
===
--- community-x86_64/no-werror.patch(rev 0)
+++ community-x86_64/no-werror.patch2018-04-25 20:12:41 UTC (rev 318047)
@@ -0,0 +1,25 @@
+--- a/configure.ac
 b/configure.ac
+@@ -129,14 +129,14 @@ else
+ fi
+ AC_SUBST(JAW_CFLAGS)
+ 
+-GNOME_COMPILE_WARNINGS([error])
+-case "$WARN_CFLAGS" in
+-*-Werror*)
+-WARN_CFLAGS="$WARN_CFLAGS -Wno-error=deprecated-declarations"
+-;;
+-esac
+-AM_CFLAGS="$AM_CFLAGS $WARN_CFLAGS"
+-AC_SUBST(AM_CFLAGS)
++#GNOME_COMPILE_WARNINGS([error])
++#case "$WARN_CFLAGS" in
++#*-Werror*)
++#WARN_CFLAGS="$WARN_CFLAGS -Wno-error=deprecated-declarations"
++#;;
++#esac
++#AM_CFLAGS="$AM_CFLAGS $WARN_CFLAGS"
++#AC_SUBST(AM_CFLAGS)
+ 
+ CHECK_JNI
+ 


[arch-commits] Commit in libwps/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-04-25 Thread Andreas Radke via arch-commits
Date: Wednesday, April 25, 2018 @ 19:24:45
  Author: andyrtr
Revision: 323007

archrelease: copy trunk to testing-x86_64

Added:
  libwps/repos/testing-x86_64/
  libwps/repos/testing-x86_64/PKGBUILD
(from rev 323006, libwps/trunk/PKGBUILD)

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

Copied: libwps/repos/testing-x86_64/PKGBUILD (from rev 323006, 
libwps/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-25 19:24:45 UTC (rev 323007)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Robert McCathie 
+
+pkgname=libwps
+pkgver=0.4.9
+pkgrel=1
+pkgdesc="a Microsoft Works file word processor format import filter library"
+arch=('x86_64')
+url="https://sourceforge.net/projects/libwps/;
+license=('LGPL')
+depends=('libwpd' 'librevenge')
+makedepends=('boost' 'doxygen')
+source=("http://downloads.sourceforge.net/project/libwps/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz;)
+sha1sums=('d0d7dd91f16213a51ea4b24b799f844cb7a08892')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure  --prefix=/usr \
+ --disable-static
+   make
+}
+
+check() {
+   cd ${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+}


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

2018-04-25 Thread Andreas Radke via arch-commits
Date: Wednesday, April 25, 2018 @ 19:24:36
  Author: andyrtr
Revision: 323006

upgpkg: libwps 0.4.9-1

upstream update 0.4.9

Modified:
  libwps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 19:22:29 UTC (rev 323005)
+++ PKGBUILD2018-04-25 19:24:36 UTC (rev 323006)
@@ -3,7 +3,7 @@
 # Contributor: Robert McCathie 
 
 pkgname=libwps
-pkgver=0.4.8
+pkgver=0.4.9
 pkgrel=1
 pkgdesc="a Microsoft Works file word processor format import filter library"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('libwpd' 'librevenge')
 makedepends=('boost' 'doxygen')
 
source=("http://downloads.sourceforge.net/project/libwps/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz;)
-sha1sums=('cd0a38f937efd13b3ffd508f710a512cf8abbfd5')
+sha1sums=('d0d7dd91f16213a51ea4b24b799f844cb7a08892')
 
 build() {
cd $pkgname-$pkgver


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

2018-04-25 Thread Andreas Radke via arch-commits
Date: Wednesday, April 25, 2018 @ 19:22:14
  Author: andyrtr
Revision: 323004

upgpkg: libmwaw 0.3.14-1

upstream update 0.3.14

Modified:
  libmwaw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 15:54:22 UTC (rev 323003)
+++ PKGBUILD2018-04-25 19:22:14 UTC (rev 323004)
@@ -3,7 +3,7 @@
 # Contributor: Thomas Arnhold 
 
 pkgname=libmwaw
-pkgver=0.3.13
+pkgver=0.3.14
 pkgrel=1
 pkgdesc="Import library for some old mac text documents."
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('librevenge')
 makedepends=('boost' 'doxygen')
 
source=(https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('4eaf7eb22ee7bde96ae5b6ec30651d03cd996220')
+sha1sums=('f317eeb678e04bc854fc4905ac221bc2c0bce27d')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmwaw/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-04-25 Thread Andreas Radke via arch-commits
Date: Wednesday, April 25, 2018 @ 19:22:29
  Author: andyrtr
Revision: 323005

archrelease: copy trunk to testing-x86_64

Added:
  libmwaw/repos/testing-x86_64/
  libmwaw/repos/testing-x86_64/PKGBUILD
(from rev 323004, libmwaw/trunk/PKGBUILD)

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

Copied: libmwaw/repos/testing-x86_64/PKGBUILD (from rev 323004, 
libmwaw/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-25 19:22:29 UTC (rev 323005)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Thomas Arnhold 
+
+pkgname=libmwaw
+pkgver=0.3.14
+pkgrel=1
+pkgdesc="Import library for some old mac text documents."
+arch=('x86_64')
+url="https://sourceforge.net/projects/libmwaw/;
+license=('LGPL2.1' 'MPL')
+depends=('librevenge')
+makedepends=('boost' 'doxygen')
+source=(https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('f317eeb678e04bc854fc4905ac221bc2c0bce27d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 19:18:17
  Author: felixonmars
Revision: 318045

archrelease: copy trunk to community-staging-x86_64

Added:
  cabal-helper/repos/community-staging-x86_64/
  cabal-helper/repos/community-staging-x86_64/PKGBUILD
(from rev 318044, cabal-helper/trunk/PKGBUILD)

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

Copied: cabal-helper/repos/community-staging-x86_64/PKGBUILD (from rev 318044, 
cabal-helper/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 19:18:17 UTC (rev 318045)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-helper
+pkgver=0.8.0.2
+pkgrel=6
+pkgdesc="Simple interface to some of Cabals configuration state used by 
ghc-mod"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-mtl' 'haskell-semigroupoids' 
'haskell-temporary'
+ 'haskell-unix-compat' 'haskell-utf8-string')
+makedepends=('ghc' 'haskell-ghc' 'haskell-ghc-paths')
+conflicts=('haskell-cabal-helper')
+replaces=('haskell-cabal-helper')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('d922422b2749be12fce97cc403e4aab812c9586f35bce89a08aefa2516fc58fc78a88df98355ec7be9140e24f0bf3cb230ac43ce484a60d90754d46c5e2d42ba')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--libexecdir="/usr/lib" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev
+runhaskell Setup build
+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
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 19:17:57
  Author: felixonmars
Revision: 318044

upgpkg: cabal-helper 0.8.0.2-6

rebuild with StateVar,1.1.1.0

Modified:
  cabal-helper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 19:16:47 UTC (rev 318043)
+++ PKGBUILD2018-04-25 19:17:57 UTC (rev 318044)
@@ -4,7 +4,7 @@
 
 pkgname=cabal-helper
 pkgver=0.8.0.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Simple interface to some of Cabals configuration state used by 
ghc-mod"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("AGPL3")


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 19:16:47
  Author: felixonmars
Revision: 318043

archrelease: copy trunk to community-staging-x86_64

Added:
  cgrep/repos/community-staging-x86_64/
  cgrep/repos/community-staging-x86_64/PKGBUILD
(from rev 318042, cgrep/trunk/PKGBUILD)

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

Copied: cgrep/repos/community-staging-x86_64/PKGBUILD (from rev 318042, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 19:16:47 UTC (rev 318043)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.23
+pkgrel=22
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/;
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-async' 
'haskell-cmdargs'
+ 'haskell-dlist' 'haskell-either' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-pcre'
+ 'haskell-regex-posix' 'haskell-safe' 'haskell-split' 'haskell-stm' 
'haskell-stringsearch'
+ 'haskell-unix-compat' 'haskell-unicode-show' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-yaml')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('bb04d46a253036bfbb6d82856b59848519737962852771f9c357f7e5d36744d4c5ca6eef9caf2e45343a7ca435ce8da376f9f7d571ba1b648296543cc2eba155')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd $pkgname-$pkgver
+runhaskell Setup copy --destdir="$pkgdir"
+}


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 19:16:27
  Author: felixonmars
Revision: 318042

upgpkg: cgrep 6.6.23-22

rebuild with StateVar,1.1.1.0

Modified:
  cgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 19:15:25 UTC (rev 318041)
+++ PKGBUILD2018-04-25 19:16:27 UTC (rev 318042)
@@ -4,7 +4,7 @@
 
 pkgname=cgrep
 pkgver=6.6.23
-pkgrel=21
+pkgrel=22
 pkgdesc="A context-aware grep for source codes"
 url="http://awgn.github.io/cgrep/;
 license=("GPL2")


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 19:15:25
  Author: felixonmars
Revision: 318041

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 318040, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 19:15:25 UTC (rev 318041)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20180409
+pkgrel=7
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 'haskell-conduit' 
'haskell-crypto-api'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' 
'haskell-dbus'
+ 'haskell-disk-free-space' 'haskell-dlist' 'haskell-dns' 
'haskell-edit-distance'
+ 'haskell-esqueleto' 'haskell-exceptions' 'haskell-fdo-notify' 
'haskell-feed'
+ 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 'haskell-memory'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-mtl'
+ 'haskell-network' 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
+ 'haskell-socks' 'haskell-split' 'haskell-stm' 'haskell-stm-chans' 
'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ 'haskell-text' 'haskell-torrent' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-uuid' 'haskell-vector' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp' 'haskell-warp-tls' 'haskell-yesod' 
'haskell-yesod-core' 'haskell-yesod-form'
+ 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 19:15:05
  Author: felixonmars
Revision: 318040

upgpkg: git-annex 6.20180409-7

rebuild with StateVar,1.1.1.0

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 19:09:06 UTC (rev 318039)
+++ PKGBUILD2018-04-25 19:15:05 UTC (rev 318040)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20180409
-pkgrel=6
+pkgrel=7
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 19:09:06
  Author: felixonmars
Revision: 318039

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 318038, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
318038, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 19:09:06 UTC (rev 318039)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.11.0.0
+pkgrel=71
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-mtl' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 'pandoc' 
'pandoc-citeproc'
+ 'haskell-parsec' 'haskell-random' 'haskell-regex-base' 
'haskell-regex-tdfa'
+ 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-wai'
+ 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('49870a0bc3de15f5842306a93f7c909703860701a7a59c73415b7580084e2b8413084d12f3baa3aff834e3245a8693e6386dc89989c74c2d7e5828fe7baaa4ee')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/tasty-quickcheck   >= 0.8  && < 0.10,/tasty-quickcheck   
>= 0.8,/' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+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"
+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-hakyll/trunk (PKGBUILD)

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 19:08:46
  Author: felixonmars
Revision: 318038

upgpkg: haskell-hakyll 4.11.0.0-71

rebuild with StateVar,1.1.1.0

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 19:06:45 UTC (rev 318037)
+++ PKGBUILD2018-04-25 19:08:46 UTC (rev 318038)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.11.0.0
-pkgrel=70
+pkgrel=71
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 19:06:45
  Author: felixonmars
Revision: 318037

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-trifecta/repos/community-staging-x86_64/
  haskell-trifecta/repos/community-staging-x86_64/PKGBUILD
(from rev 318036, haskell-trifecta/trunk/PKGBUILD)

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

Copied: haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 
318036, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 19:06:45 UTC (rev 318037)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.7.1.1
+pkgrel=53
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="https://github.com/ekmett/trifecta/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5da4e04be3f4f02220aa730b830a50b9a5df243815d6e00051beb7274af3bc78e50cf70747e3e1f448b2966d1c3051ab589e7d99a0432620390c6193d034a602')
+
+prepare() {
+sed -i 's/ansi-terminal>= 0.6 && < 0.7,/ansi-terminal
>= 0.6,/' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-trifecta/trunk (PKGBUILD)

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 19:06:23
  Author: felixonmars
Revision: 318036

upgpkg: haskell-trifecta 1.7.1.1-53

rebuild with StateVar,1.1.1.0

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 19:05:26 UTC (rev 318035)
+++ PKGBUILD2018-04-25 19:06:23 UTC (rev 318036)
@@ -5,7 +5,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=1.7.1.1
-pkgrel=52
+pkgrel=53
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="https://github.com/ekmett/trifecta/;
 license=("custom:BSD3")


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 19:05:26
  Author: felixonmars
Revision: 318035

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-turtle/repos/community-staging-x86_64/
  haskell-turtle/repos/community-staging-x86_64/PKGBUILD
(from rev 318034, haskell-turtle/trunk/PKGBUILD)

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

Copied: haskell-turtle/repos/community-staging-x86_64/PKGBUILD (from rev 
318034, haskell-turtle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 19:05:26 UTC (rev 318035)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=turtle
+pkgname=haskell-turtle
+pkgver=1.5.8
+pkgrel=2
+pkgdesc="Shell programming, Haskell-style"
+url="https://github.com/Gabriel439/Haskell-Turtle-Library;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 
'haskell-exceptions'
+ 'haskell-foldl' 'haskell-hostname' 'haskell-managed' 
'haskell-optparse-applicative'
+ 'haskell-optional-args' 'haskell-semigroups' 'haskell-stm' 
'haskell-system-fileio'
+ 'haskell-system-filepath' 'haskell-temporary' 'haskell-text' 
'haskell-unix-compat')
+makedepends=('ghc' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('22da53b23a1af0c8aaa9bb78921d61cd98e5ddad210a4274047701f7d3077f4618dbda922525eeed238d0867d67547c1176ebd9939cc865ad7e064822683c6a4')
+
+prepare() {
+sed -i 's/]/, "-dynamic"]/' $_hkgname-$pkgver/test/Main.hs
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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"
+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-turtle/trunk (PKGBUILD)

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 19:05:04
  Author: felixonmars
Revision: 318034

upgpkg: haskell-turtle 1.5.8-2

rebuild with StateVar,1.1.1.0

Modified:
  haskell-turtle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 19:03:40 UTC (rev 318033)
+++ PKGBUILD2018-04-25 19:05:04 UTC (rev 318034)
@@ -5,7 +5,7 @@
 _hkgname=turtle
 pkgname=haskell-turtle
 pkgver=1.5.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Shell programming, Haskell-style"
 url="https://github.com/Gabriel439/Haskell-Turtle-Library;
 license=('custom:BSD3')


[arch-commits] Commit in haskell-vector-instances/repos (2 files)

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 19:03:40
  Author: felixonmars
Revision: 318033

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-vector-instances/repos/community-staging-x86_64/
  haskell-vector-instances/repos/community-staging-x86_64/PKGBUILD
(from rev 318032, haskell-vector-instances/trunk/PKGBUILD)

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

Copied: haskell-vector-instances/repos/community-staging-x86_64/PKGBUILD (from 
rev 318032, haskell-vector-instances/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 19:03:40 UTC (rev 318033)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-instances
+pkgname=haskell-vector-instances
+pkgver=3.4
+pkgrel=45
+pkgdesc="Orphan Instances for \'Data.Vector\'"
+url="https://github.com/ekmett/vector-instances;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-comonad" "haskell-hashable" "haskell-keys" 
"haskell-pointed"
+ "haskell-semigroupoids" "haskell-semigroups" "haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('67ffd6b941909bda1b6f26c8c7579fc495267425461f15f20bbaecf22b67d3dbf4ee88eb2ac76232f47917c26558eb325fedfe8ffc97368bbe1ad90fb427a7b1')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fhashable
+runhaskell Setup build
+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"
+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-vector-instances/trunk (PKGBUILD)

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 19:03:19
  Author: felixonmars
Revision: 318032

upgpkg: haskell-vector-instances 3.4-45

rebuild with StateVar,1.1.1.0

Modified:
  haskell-vector-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 19:02:39 UTC (rev 318031)
+++ PKGBUILD2018-04-25 19:03:19 UTC (rev 318032)
@@ -5,7 +5,7 @@
 _hkgname=vector-instances
 pkgname=haskell-vector-instances
 pkgver=3.4
-pkgrel=44
+pkgrel=45
 pkgdesc="Orphan Instances for \'Data.Vector\'"
 url="https://github.com/ekmett/vector-instances;
 license=("custom:BSD3")


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 19:02:39
  Author: felixonmars
Revision: 318031

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-xcffib/repos/community-staging-x86_64/
  haskell-xcffib/repos/community-staging-x86_64/PKGBUILD
(from rev 318030, haskell-xcffib/trunk/PKGBUILD)

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

Copied: haskell-xcffib/repos/community-staging-x86_64/PKGBUILD (from rev 
318030, haskell-xcffib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 19:02:39 UTC (rev 318031)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=xcffib
+pkgname=haskell-xcffib
+pkgver=0.6.0
+pkgrel=15
+pkgdesc="A cffi-based python binding for X"
+url="https://github.com/tych0/xcffib;
+license=('Apache')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-either' 'haskell-filemanip' 
'haskell-language-python'
+ 'haskell-mtl' 'haskell-optparse-applicative' 'haskell-semigroups' 
'haskell-split'
+ 'haskell-xcb-types')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('99f391e5495ec1bfdef7707b49a783568b8ce610e2a5acb885bb8cb9b9c6608068667291d6b67732ec7b28c820b3cee76fb40cb96a2c952600d6763edf9251dc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-xcffib/trunk (PKGBUILD)

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 19:02:17
  Author: felixonmars
Revision: 318030

upgpkg: haskell-xcffib 0.6.0-15

rebuild with StateVar,1.1.1.0

Modified:
  haskell-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 19:01:31 UTC (rev 318029)
+++ PKGBUILD2018-04-25 19:02:17 UTC (rev 318030)
@@ -4,7 +4,7 @@
 _hkgname=xcffib
 pkgname=haskell-xcffib
 pkgver=0.6.0
-pkgrel=14
+pkgrel=15
 pkgdesc="A cffi-based python binding for X"
 url="https://github.com/tych0/xcffib;
 license=('Apache')


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 19:01:31
  Author: felixonmars
Revision: 318029

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hindent/repos/community-staging-x86_64/PKGBUILD (from rev 318028, 
hindent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 19:01:31 UTC (rev 318029)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=5.2.5
+pkgrel=21
+pkgdesc="Extensible Haskell pretty printer"
+url="https://github.com/commercialhaskell/hindent;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-descriptive' 'haskell-exceptions' 
'haskell-monad-loops' 'haskell-mtl'
+ 'haskell-path' 'haskell-path-io' 'haskell-src-exts' 'haskell-text' 
'haskell-unix-compat'
+ 'haskell-utf8-string' 'haskell-yaml')
+makedepends=('ghc' 'haskell-diff' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('72a6b57ad5a2514ae7d3dd39d87b92757c8a5c85b60daad1e883ebb20385de3d4794b5f9550653b48cf682e5476b38d5dfaf348caec05df3d4396f3aa0f743ef')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 19:01:10
  Author: felixonmars
Revision: 318028

upgpkg: hindent 5.2.5-21

rebuild with StateVar,1.1.1.0

Modified:
  hindent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 18:59:52 UTC (rev 318027)
+++ PKGBUILD2018-04-25 19:01:10 UTC (rev 318028)
@@ -4,7 +4,7 @@
 
 pkgname=hindent
 pkgver=5.2.5
-pkgrel=20
+pkgrel=21
 pkgdesc="Extensible Haskell pretty printer"
 url="https://github.com/commercialhaskell/hindent;
 license=("custom:BSD3")


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 18:59:52
  Author: felixonmars
Revision: 318027

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-api/repos/community-staging-x86_64/
  hledger-api/repos/community-staging-x86_64/PKGBUILD
(from rev 318026, hledger-api/trunk/PKGBUILD)

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

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 318026, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 18:59:52 UTC (rev 318027)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.9
+pkgrel=10
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-decimal'
+ 'haskell-docopt' 'haskell-either' 'haskell-microlens' 
'haskell-microlens-platform'
+ 'haskell-safe' 'haskell-servant-server' 'haskell-servant-swagger' 
'haskell-swagger2'
+ 'haskell-text' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('d3d0f49138f1fe58fe31e8e06a406dc379771242385ed82cc85cd0b3ac8de522dc22024dc98ab3a88139206b5bded4fbbc7209c89633047f4736ae18ce93c918')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 18:59:13
  Author: felixonmars
Revision: 318026

upgpkg: hledger-api 1.9-10

rebuild with StateVar,1.1.1.0

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 18:58:54 UTC (rev 318025)
+++ PKGBUILD2018-04-25 18:59:13 UTC (rev 318026)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-api
 pkgver=1.9
-pkgrel=9
+pkgrel=10
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 18:58:54
  Author: felixonmars
Revision: 318025

archrelease: copy trunk to community-any

Added:
  thefuck/repos/community-any/PKGBUILD
(from rev 318024, thefuck/trunk/PKGBUILD)
Deleted:
  thefuck/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 18:58:09 UTC (rev 318024)
+++ PKGBUILD2018-04-25 18:58:54 UTC (rev 318025)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=thefuck
-pkgver=3.25
-pkgrel=1
-pkgdesc="Magnificent app which corrects your previous console command"
-arch=('any')
-url="https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator'
- 'python-pyte')
-makedepends=('python-pip')
-checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
-sha512sums=('c7b215358c09e1fa5e6aae519e7d6c3fd50027b4c72bb1c128786cd2cff707196f2b9b2a23dfed34d841874caab9463791e82c9083f6aac9c90f26d12a4d4598')
-
-build() {
-  cd thefuck-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd thefuck-$pkgver
-
-  # Hack distribution test by installing it and set PYTHONPATH afterwards
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-
-  # Hack $HOME as it's / in the chroot and not writable
-  cp tests/test_conf.py "$srcdir/test_conf.py.bak"
-  sed -i "s|data = {}|data = {'HOME': '$srcdir'}|" tests/test_conf.py
-  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test tests
-  mv "$srcdir/test_conf.py.bak" tests/test_conf.py
-}
-
-package() {
-  cd thefuck-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 318024, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-25 18:58:54 UTC (rev 318025)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=thefuck
+pkgver=3.26
+pkgrel=1
+pkgdesc="Magnificent app which corrects your previous console command"
+arch=('any')
+url="https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator'
+ 'python-pyte')
+makedepends=('python-pip')
+checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
+sha512sums=('2dbcc7ba0adb24b3f7d80d0c575a4ed515508e0ab5bc2fc4eb9ba82ad36325af1784eb9c241794ce0e038ed8e99042eb21cc3b29eeaa273517aebc7205ab787f')
+
+build() {
+  cd thefuck-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd thefuck-$pkgver
+
+  # Hack distribution test by installing it and set PYTHONPATH afterwards
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+
+  # Hack $HOME as it's / in the chroot and not writable
+  cp tests/test_conf.py "$srcdir/test_conf.py.bak"
+  sed -i "s|data = {}|data = {'HOME': '$srcdir'}|" tests/test_conf.py
+  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test tests
+  mv "$srcdir/test_conf.py.bak" tests/test_conf.py
+}
+
+package() {
+  cd thefuck-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 18:58:09
  Author: felixonmars
Revision: 318024

upgpkg: thefuck 3.26-1

Modified:
  thefuck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 18:57:25 UTC (rev 318023)
+++ PKGBUILD2018-04-25 18:58:09 UTC (rev 318024)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.25
+pkgver=3.26
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-pip')
 checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nvbn/thefuck/archive/$pkgver.tar.gz;)
-sha512sums=('c7b215358c09e1fa5e6aae519e7d6c3fd50027b4c72bb1c128786cd2cff707196f2b9b2a23dfed34d841874caab9463791e82c9083f6aac9c90f26d12a4d4598')
+sha512sums=('2dbcc7ba0adb24b3f7d80d0c575a4ed515508e0ab5bc2fc4eb9ba82ad36325af1784eb9c241794ce0e038ed8e99042eb21cc3b29eeaa273517aebc7205ab787f')
 
 build() {
   cd thefuck-$pkgver


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 18:57:25
  Author: felixonmars
Revision: 318023

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-ui/repos/community-staging-x86_64/
  hledger-ui/repos/community-staging-x86_64/PKGBUILD
(from rev 318022, hledger-ui/trunk/PKGBUILD)

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 318022, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 18:57:25 UTC (rev 318023)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.9
+pkgrel=7
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat' 'haskell-cmdargs' 'haskell-data-default' 
'haskell-fsnotify'
+ 'haskell-hunit' 'haskell-microlens' 'haskell-microlens-platform' 
'haskell-megaparsec'
+ 'haskell-pretty-show' 'haskell-safe' 'haskell-split' 'haskell-text' 
'haskell-text-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4b0007f5cd7cbea8c72ecee19a802a0751a19cc34ec1b67d53ab6510e8276695f84a358d798506d08f1eb1dd562a44807244fd590354cf5edb5ba9d42daf3223')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 18:57:02
  Author: felixonmars
Revision: 318022

upgpkg: hledger-ui 1.9-7

rebuild with StateVar,1.1.1.0

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 18:56:55 UTC (rev 318021)
+++ PKGBUILD2018-04-25 18:57:02 UTC (rev 318022)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-ui
 pkgver=1.9
-pkgrel=6
+pkgrel=7
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 18:56:55
  Author: felixonmars
Revision: 318021

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 18:56:32 UTC (rev 318020)
+++ PKGBUILD2018-04-25 18:56:55 UTC (rev 318021)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-tqdm
-pkgname=('python-tqdm' 'python2-tqdm')
-pkgver=4.23.0
-pkgrel=1
-pkgdesc='Fast, Extensible Progress Meter'
-arch=('any')
-license=('MIT' 'MPL')
-url='https://github.com/tqdm/tqdm'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
-  'python2-flake8')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('70a339200ee35c136e31a48fa14d24c0ba532c1e9ccdc9853dc92a7e85efff80c8a358087f19b4819b10315a053f44e63bf4272dda8f0a84864b3d0b88b3c549')
-
-prepare() {
-  cp -a tqdm-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/tqdm-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/tqdm-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/tqdm-$pkgver
-  python setup.py nosetests --ignore-files="tests_perf\.py"
-
-  cd "$srcdir"/tqdm-$pkgver-py2
-  python2 setup.py nosetests --ignore-files="tests_perf\.py"
-}
-
-package_python-tqdm() {
-  depends=('python')
-
-  cd tqdm-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-
-  mv "$pkgdir"/usr/{,share/}man
-}
-
-package_python2-tqdm() {
-  depends=('python2')
-
-  cd tqdm-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
-
-  mv "$pkgdir"/usr/bin/tqdm{,2}
-  mv "$pkgdir"/usr/{,share/}man
-  mv "$pkgdir"/usr/share/man/man1/tqdm{,2}.1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-tqdm/repos/community-any/PKGBUILD (from rev 318020, 
python-tqdm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-25 18:56:55 UTC (rev 318021)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-tqdm
+pkgname=('python-tqdm' 'python2-tqdm')
+pkgver=4.23.1
+pkgrel=1
+pkgdesc='Fast, Extensible Progress Meter'
+arch=('any')
+license=('MIT' 'MPL')
+url='https://github.com/tqdm/tqdm'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
+  'python2-flake8')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
+sha512sums=('6c14336ed952a84c93c84ff37d5ea1c3c7f60116c5fcc1f80585467cc5080e3e0259cb0f1b6dd4dc50e31fb797ff7b11ba300d0a2b5fa61461738c0160e58bb7')
+
+prepare() {
+  cp -a tqdm-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/tqdm-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/tqdm-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/tqdm-$pkgver
+  python setup.py nosetests --ignore-files="tests_perf\.py"
+
+  cd "$srcdir"/tqdm-$pkgver-py2
+  python2 setup.py nosetests --ignore-files="tests_perf\.py"
+}
+
+package_python-tqdm() {
+  depends=('python')
+
+  cd tqdm-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+
+  mv "$pkgdir"/usr/{,share/}man
+}
+
+package_python2-tqdm() {
+  depends=('python2')
+
+  cd tqdm-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENCE "$pkgdir"/usr/share/licenses/$pkgname/LICENCE
+
+  mv "$pkgdir"/usr/bin/tqdm{,2}
+  mv "$pkgdir"/usr/{,share/}man
+  mv "$pkgdir"/usr/share/man/man1/tqdm{,2}.1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 18:56:32
  Author: felixonmars
Revision: 318020

upgpkg: python-tqdm 4.23.1-1

Modified:
  python-tqdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 18:55:49 UTC (rev 318019)
+++ PKGBUILD2018-04-25 18:56:32 UTC (rev 318020)
@@ -3,7 +3,7 @@
 
 pkgbase=python-tqdm
 pkgname=('python-tqdm' 'python2-tqdm')
-pkgver=4.23.0
+pkgver=4.23.1
 pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-nose' 'python2-nose' 'python-coverage' 
'python2-coverage' 'flake8'
   'python2-flake8')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz;)
-sha512sums=('70a339200ee35c136e31a48fa14d24c0ba532c1e9ccdc9853dc92a7e85efff80c8a358087f19b4819b10315a053f44e63bf4272dda8f0a84864b3d0b88b3c549')
+sha512sums=('6c14336ed952a84c93c84ff37d5ea1c3c7f60116c5fcc1f80585467cc5080e3e0259cb0f1b6dd4dc50e31fb797ff7b11ba300d0a2b5fa61461738c0160e58bb7')
 
 prepare() {
   cp -a tqdm-$pkgver{,-py2}


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 18:55:49
  Author: felixonmars
Revision: 318019

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 318018, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 18:55:49 UTC (rev 318019)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.9.1
+pkgrel=6
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-base-compat' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-clientsession' 'haskell-cmdargs' 
'haskell-data-default'
+ 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-hunit'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-text' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
+ 'haskell-megaparsec' 'haskell-mtl' 'haskell-parsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('48966979c678f18af12e11e1f2a9402f204389d2f457403ead6f46aa2c298e49cdb1843d259b1871c4dc32273141821d65ce27a1555d270c8da6237baa8c7964')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build
+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
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 18:55:29
  Author: felixonmars
Revision: 318018

upgpkg: hledger-web 1.9.1-6

rebuild with StateVar,1.1.1.0

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 14:07:53 UTC (rev 318017)
+++ PKGBUILD2018-04-25 18:55:29 UTC (rev 318018)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.9.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


[arch-commits] Commit in xf86-video-intel/repos (3 files)

2018-04-25 Thread Andreas Radke via arch-commits
Date: Wednesday, April 25, 2018 @ 15:54:22
  Author: andyrtr
Revision: 323003

archrelease: copy trunk to testing-x86_64

Added:
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 323002, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 323002, xf86-video-intel/trunk/xf86-video-intel.install)

--+
 PKGBUILD |   83 +
 xf86-video-intel.install |   21 +++
 2 files changed, 104 insertions(+)

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 323002, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-25 15:54:22 UTC (rev 323003)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+_commit=d7dfab62a9853b44bbcd67dac08391d8e5114c97 # master
+pkgver=2.99.917+829+gd7dfab62
+pkgrel=1
+epoch=1
+arch=(x86_64)
+url="https://01.org/linuxgraphics;
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('mesa' 'libxvmc' 'pixman' 'xcb-util>=0.3.9' 'libsystemd')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=23' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+ 'libxrandr' 'libxinerama' 'libxcursor' 'libxtst' 'libxss'
+ # additional for git snapshot
+ 'git') # 'meson' 'valgrind')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output'
+'libxss: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server<1.19' 'X-ABI-VIDEODRV_VERSION<23' 
'X-ABI-VIDEODRV_VERSION>=24'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+groups=('xorg-drivers')
+source=("git+https://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel#commit=$_commit;)
+sha256sums=('SKIP')
+#options=('!makeflags')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+
+
+#  mkdir build
+}
+
+build() {
+  cd $pkgname
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--with-default-dri=3
+  make
+#  cd build
+#  arch-meson $pkgname build \
+#   -Dwith-default-dri=3
+#  ninja -C build
+}
+
+check() {
+  cd $pkgname
+  make check
+#  meson test -C build
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="${pkgdir}" install
+
+#  DESTDIR="$pkgdir" ninja -C build install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install (from 
rev 323002, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-x86_64/xf86-video-intel.install (rev 0)
+++ testing-x86_64/xf86-video-intel.install 2018-04-25 15:54:22 UTC (rev 
323003)
@@ -0,0 +1,21 @@
+post_install() {
+  cat <>> This driver now uses DRI3 as the default Direct Rendering
+Infrastructure. You can try falling back to DRI2 if you run
+into trouble. To do so, save a file with the following 
+content as /etc/X11/xorg.conf.d/20-intel.conf :
+  Section "Device"
+Identifier  "Intel Graphics"
+Driver  "intel"
+Option  "DRI" "2" # DRI3 is now default 
+#Option  "AccelMethod"  "sna" # default
+#Option  "AccelMethod"  "uxa" # fallback
+  EndSection
+MSG
+}
+
+post_upgrade() {
+  if (( $(vercmp $2 1:2.99.917+684+g6988b87-3) < 0 )); then
+post_install
+  fi
+}


[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD)

2018-04-25 Thread Andreas Radke via arch-commits
Date: Wednesday, April 25, 2018 @ 15:53:56
  Author: andyrtr
Revision: 323002

upgpkg: xf86-video-intel 1:2.99.917+829+gd7dfab62-1

update to latest git commits

Modified:
  xf86-video-intel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 15:30:42 UTC (rev 323001)
+++ PKGBUILD2018-04-25 15:53:56 UTC (rev 323002)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-_commit=d9bf46e45cff7122765d096c2b6dc1c3c88d1c69 # master
-pkgver=2.99.917+823+gd9bf46e4
+_commit=d7dfab62a9853b44bbcd67dac08391d8e5114c97 # master
+pkgver=2.99.917+829+gd7dfab62
 pkgrel=1
 epoch=1
 arch=(x86_64)


[arch-commits] Commit in gutenprint/repos (3 files)

2018-04-25 Thread Andreas Radke via arch-commits
Date: Wednesday, April 25, 2018 @ 15:30:42
  Author: andyrtr
Revision: 323001

archrelease: copy trunk to testing-x86_64

Added:
  gutenprint/repos/testing-x86_64/
  gutenprint/repos/testing-x86_64/PKGBUILD
(from rev 323000, gutenprint/trunk/PKGBUILD)
  gutenprint/repos/testing-x86_64/gutenprint.install
(from rev 323000, gutenprint/trunk/gutenprint.install)

+
 PKGBUILD   |   79 +++
 gutenprint.install |9 +
 2 files changed, 88 insertions(+)

Copied: gutenprint/repos/testing-x86_64/PKGBUILD (from rev 323000, 
gutenprint/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-25 15:30:42 UTC (rev 323001)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase=gutenprint
+pkgname=('gutenprint' 'foomatic-db-gutenprint-ppds')
+pkgver=5.2.14
+pkgrel=1
+pkgdesc="Top quality printer drivers for POSIX systems"
+arch=('x86_64')
+license=('GPL')
+makedepends=('gimp' 'gtk2' 'cups' 'ghostscript'
+# for the docs
+'dialog' 'doxygen' 'docbook-utils' 'texi2html' 'texlive-bin')
+source=(http://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.bz2)
+url="http://gimp-print.sourceforge.net/;
+options=('!emptydirs')
+sha1sums=('821707451bd6c8602ff9273bd9531bc5550e81c9')
+
+prepare(){
+  cd ${pkgbase}-${pkgver}
+  # sbindir is not properly taken over there
+  sed -i "s:cups_sbindir=\"\/usr\/sbin\":cups_sbindir=\"\/usr\/bin\":g" 
m4/stp_cups.m4
+  sed -i  
"s:cups_sbindir=\"\${cups_prefix}\/sbin\":cups_sbindir=\"\${cups_prefix}\/bin\":"
 m4/stp_cups.m4
+  sed -i "s:m4local:m4extra:" Makefile.am
+  autoreconf -vfi
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--disable-rpath \
+--enable-samples \
+   --disable-static \
+   --disable-static-genppd \
+   --enable-cups-ppds \
+   --enable-simplified-cups-ppds=only \
+   --enable-translated-cups-ppds \
+   --enable-globalized-cups-ppds #--help
+
+  # globalized ppds -> put all translations into one ppd file
+  # enable translated cups ppds grows size 9,5MB -> 156MB
+  # simplified cups ppds (yes, no, only) - only offer basic paper sizes, not 
all options 
+  # 4,3MB (only), 17MB (both) -> translated 41MB simpl., 165MB, 231MB both
+   
+  make
+}
+
+package_gutenprint() {
+  pkgdesc="Top quality printer drivers for POSIX systems"
+  install=gutenprint.install
+  depends=('cups' 'cups-filters')
+  optdepends=('gimp:   adds gutenprint plugin to gimp'
+'libusb:   required for drivers that depend on gutenprint52usb 
backend'
+'foomatic-db-gutenprint-ppds: prebuilt ppd files')
+  replaces=('gimp-print')
+  options=('!emptydirs')
+  
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  # split out files
+  mkdir $srcdir/tmp_foomatic-db-gutenprint-ppds
+  
+  mv ${pkgdir}/usr/share/cups/model $srcdir/tmp_foomatic-db-gutenprint-ppds/
+
+  # cleanup
+  rm -rf ${pkgdir}/usr/share/foomatic 
+  rm -rf ${pkgdir}/etc
+}
+
+package_foomatic-db-gutenprint-ppds() {
+  pkgdesc="simplified prebuilt ppd files"
+  optdepends=('cups:   to use cups printer spooler(recommended)')
+  
+  cd ${pkgbase}-${pkgver}
+  mkdir -p ${pkgdir}/usr/share/cups
+  mv $srcdir/tmp_foomatic-db-gutenprint-ppds/* ${pkgdir}//usr/share/cups/
+}

Copied: gutenprint/repos/testing-x86_64/gutenprint.install (from rev 323000, 
gutenprint/trunk/gutenprint.install)
===
--- testing-x86_64/gutenprint.install   (rev 0)
+++ testing-x86_64/gutenprint.install   2018-04-25 15:30:42 UTC (rev 323001)
@@ -0,0 +1,9 @@
+post_install() {
+ echo ">>please run /usr/bin/cups-genppdupdate"
+ echo ">>and restart cups deamon"
+}
+
+post_upgrade() {
+   post_install
+}
+


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

2018-04-25 Thread Andreas Radke via arch-commits
Date: Wednesday, April 25, 2018 @ 15:30:32
  Author: andyrtr
Revision: 323000

upgpkg: gutenprint 5.2.14-1

upstream update 5.2.14

Modified:
  gutenprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 14:07:42 UTC (rev 322999)
+++ PKGBUILD2018-04-25 15:30:32 UTC (rev 323000)
@@ -3,7 +3,7 @@
 
 pkgbase=gutenprint
 pkgname=('gutenprint' 'foomatic-db-gutenprint-ppds')
-pkgver=5.2.13
+pkgver=5.2.14
 pkgrel=1
 pkgdesc="Top quality printer drivers for POSIX systems"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 source=(http://downloads.sourceforge.net/gimp-print/$pkgname-$pkgver.tar.bz2)
 url="http://gimp-print.sourceforge.net/;
 options=('!emptydirs')
-sha1sums=('b277ae58af0de0f0e9e1884d5dde8f1673528c4f')
+sha1sums=('821707451bd6c8602ff9273bd9531bc5550e81c9')
 
 prepare(){
   cd ${pkgbase}-${pkgver}


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

2018-04-25 Thread Eli Schwartz via arch-commits
Date: Wednesday, April 25, 2018 @ 13:58:03
  Author: eschwartz
Revision: 318014

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 13:57:45 UTC (rev 318013)
+++ PKGBUILD2018-04-25 13:58:03 UTC (rev 318014)
@@ -1,50 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Maikel Wever 
-
-pkgbase=python-pipenv
-pkgname=(python-pipenv python2-pipenv)
-pkgver=11.10.0
-pkgrel=1
-pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
-url="https://docs.pipenv.org;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
-sha256sums=('fb60f5c49b77b9beb760ecebf34b7ce70a3a00e44ec4872de033e694960b1dab')
-
-prepare() {
-  cp -a pipenv-$pkgver{,-py2}
-}
-
-build(){
-  cd "$srcdir/pipenv-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/pipenv-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python2-pipenv() {
-  depends=('python2' 'python2-pip' 'python2-pew' 'python2-virtualenv'
-  'python2-virtualenv-clone' 'python2-pathlib' 'python2-ordereddict'
-  'python2-setuptools' 'python2-certifi' 'python2-pyopenssl'
-  'python2-cryptography' 'python2-idna')
-  cd "pipenv-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  mv "${pkgdir}/usr/bin/pipenv" "${pkgdir}/usr/bin/pipenv2"
-  mv "${pkgdir}/usr/bin/pewtwo" "${pkgdir}/usr/bin/pewtwo2"
-  mv "${pkgdir}/usr/bin/pipenv-resolver" "${pkgdir}/usr/bin/pipenv-resolver2"
-}
-
-package_python-pipenv() {
-  depends=('python' 'python-pip' 'python-pew' 'python-virtualenv'
-  'python-setuptools' 'python-virtualenv-clone' 'python-certifi')
-  cd "pipenv-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python-pipenv/repos/community-any/PKGBUILD (from rev 318013, 
python-pipenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-25 13:58:03 UTC (rev 318014)
@@ -0,0 +1,57 @@
+# Maintainer: Morten Linderud 
+# Contributor: Maikel Wever 
+
+pkgbase=python-pipenv
+pkgname=(python-pipenv python2-pipenv)
+pkgver=11.10.0
+pkgrel=2
+pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
+url="https://docs.pipenv.org;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
+sha256sums=('fb60f5c49b77b9beb760ecebf34b7ce70a3a00e44ec4872de033e694960b1dab')
+
+prepare() {
+  cp -a pipenv-$pkgver{,-py2}
+}
+
+build(){
+  cd "$srcdir/pipenv-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pipenv-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python2-pipenv() {
+  depends=('python2' 'python2-pip' 'python2-pew' 'python2-virtualenv'
+  'python2-virtualenv-clone' 'python2-pathlib' 'python2-ordereddict'
+  'python2-setuptools' 'python2-certifi' 'python2-pyopenssl'
+  'python2-cryptography' 'python2-idna')
+  cd "pipenv-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  mv "${pkgdir}/usr/bin/pipenv" "${pkgdir}/usr/bin/pipenv2"
+  mv "${pkgdir}/usr/bin/pewtwo" "${pkgdir}/usr/bin/pewtwo2"
+  mv "${pkgdir}/usr/bin/pipenv-resolver" "${pkgdir}/usr/bin/pipenv-resolver2"
+
+  SHELL=bash python2 -m pipenv --completion | sed 's/pipenv/pipenv2/g' | 
install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/pipenv2"
+  SHELL=zsh  python2 -m pipenv --completion | sed 's/pipenv/pipenv2/g' | 
install -Dm644 /dev/stdin "${pkgdir}/usr/share/zsh/site-functions/_pipenv2"
+  SHELL=fish python2 -m pipenv --completion | sed 's/pipenv/pipenv2/g' | 
install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/fish/vendor_completions.d/pipenv2.fish"
+}
+
+package_python-pipenv() {
+  depends=('python' 'python-pip' 'python-pew' 'python-virtualenv'
+  'python-setuptools' 'python-virtualenv-clone' 'python-certifi')
+  cd "pipenv-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  

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

2018-04-25 Thread Eli Schwartz via arch-commits
Date: Wednesday, April 25, 2018 @ 13:57:45
  Author: eschwartz
Revision: 318013

upgpkg: python-pipenv 11.10.0-2

Add shell completion definitions.

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 13:07:11 UTC (rev 318012)
+++ PKGBUILD2018-04-25 13:57:45 UTC (rev 318013)
@@ -4,7 +4,7 @@
 pkgbase=python-pipenv
 pkgname=(python-pipenv python2-pipenv)
 pkgver=11.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://docs.pipenv.org;
 arch=('any')
@@ -38,6 +38,10 @@
   mv "${pkgdir}/usr/bin/pipenv" "${pkgdir}/usr/bin/pipenv2"
   mv "${pkgdir}/usr/bin/pewtwo" "${pkgdir}/usr/bin/pewtwo2"
   mv "${pkgdir}/usr/bin/pipenv-resolver" "${pkgdir}/usr/bin/pipenv-resolver2"
+
+  SHELL=bash python2 -m pipenv --completion | sed 's/pipenv/pipenv2/g' | 
install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/pipenv2"
+  SHELL=zsh  python2 -m pipenv --completion | sed 's/pipenv/pipenv2/g' | 
install -Dm644 /dev/stdin "${pkgdir}/usr/share/zsh/site-functions/_pipenv2"
+  SHELL=fish python2 -m pipenv --completion | sed 's/pipenv/pipenv2/g' | 
install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/fish/vendor_completions.d/pipenv2.fish"
 }
 
 package_python-pipenv() {
@@ -46,5 +50,8 @@
   cd "pipenv-$pkgver"
   python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
   install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  SHELL=bash python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/pipenv"
+  SHELL=zsh  python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_pipenv"
+  SHELL=fish python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/fish/vendor_completions.d/pipenv.fish"
 }
-


[arch-commits] Commit in poppler-data/repos (testing-any testing-any/PKGBUILD)

2018-04-25 Thread Andreas Radke via arch-commits
Date: Wednesday, April 25, 2018 @ 13:56:20
  Author: andyrtr
Revision: 322996

archrelease: copy trunk to testing-any

Added:
  poppler-data/repos/testing-any/
  poppler-data/repos/testing-any/PKGBUILD
(from rev 322995, poppler-data/trunk/PKGBUILD)

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

Copied: poppler-data/repos/testing-any/PKGBUILD (from rev 322995, 
poppler-data/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-25 13:56:20 UTC (rev 322996)
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 22380 2008-12-26 16:33:15Z jgc $
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+pkgname=poppler-data
+pkgver=0.4.9
+pkgrel=1
+pkgdesc="Encoding data for the poppler PDF rendering library"
+arch=('any')
+license=('custom' 'GPL2')
+conflicts=('poppler<0.10.5')
+url="https://poppler.freedesktop.org/;
+source=(https://poppler.freedesktop.org/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('1f9c7e7de9ecd0db6ab287349e31bf815ca108a5a175cf906a90163bdbe32012')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make prefix=/usr DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING COPYING.adobe \
+"${pkgdir}/usr/share/licenses/${pkgname}/"
+}


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

2018-04-25 Thread Andreas Radke via arch-commits
Date: Wednesday, April 25, 2018 @ 13:56:05
  Author: andyrtr
Revision: 322995

upgpkg: poppler-data 0.4.9-1

upstream update 0.4.9

Modified:
  poppler-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 12:37:33 UTC (rev 322994)
+++ PKGBUILD2018-04-25 13:56:05 UTC (rev 322995)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=poppler-data
-pkgver=0.4.8
+pkgver=0.4.9
 pkgrel=1
 pkgdesc="Encoding data for the poppler PDF rendering library"
 arch=('any')
@@ -11,10 +11,10 @@
 conflicts=('poppler<0.10.5')
 url="https://poppler.freedesktop.org/;
 source=(https://poppler.freedesktop.org/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('1096a18161f263cccdc6d8a2eb5548c41ff8fcf9a3609243f1b6296abdf72872')
+sha256sums=('1f9c7e7de9ecd0db6ab287349e31bf815ca108a5a175cf906a90163bdbe32012')
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make prefix=/usr DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 13:07:11
  Author: felixonmars
Revision: 318012

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 13:06:43 UTC (rev 318011)
+++ PKGBUILD2018-04-25 13:07:11 UTC (rev 318012)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Aaron DeVore 
-# Contributor: Cilyan Olowen 
-
-pkgbase='python-webob'
-pkgname=('python-webob' 'python2-webob' 'python-webob-docs')
-pkgver=1.7.4
-pkgrel=1
-pkgdesc="WSGI request and response object"
-arch=('any')
-url="http://pythonpaste.org/webob/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-optdepends=('python-webob-docs: documentation')
-source=("https://pypi.io/packages/source/W/WebOb/WebOb-$pkgver.tar.gz;)
-sha512sums=('43685daf6dbba5daa99e4fabfb930495b8c2bc976e968d93af7681284cc127d7012f8423b2986dd7daa10cbf7b3803aec442c1ef88102e16cadf07efe6714d1a')
-
-prepare() {
-  cp -a WebOb-$pkgver{,-py2}
-  cp -a WebOb-$pkgver{,-docs}
-}
-
-build() {
-  cd "$srcdir"/WebOb-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/WebOb-$pkgver-py2
-  python2 setup.py build
-
-  cd "$srcdir"/WebOb-$pkgver-docs
-  python setup.py build_sphinx
-}
-
-check() {
-  cd "$srcdir"/WebOb-$pkgver
-  python setup.py pytest --addopts "--ignore=docs"
-
-  cd "$srcdir"/WebOb-$pkgver-py2
-  python2 setup.py pytest --addopts "--ignore=docs"
-}
-
-package_python-webob() {
-  depends=('python')
-
-  cd "$srcdir"/WebOb-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -D -m644 "docs/license.txt" \
-   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python2-webob() {
-  depends=('python2')
-
-  cd "$srcdir"/WebOb-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -D -m644 "docs/license.txt" \
-   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python-webob-docs() {
-  optdepends=()
-
-  cd "$srcdir"/WebOb-$pkgver-docs
-  _doc_dir="$pkgdir"/usr/share/docs/python-webob
-  mkdir -p "$_doc_dir"
-  cp -a "build/sphinx/html" "$_doc_dir"
-  install -D -m644 "docs/license.txt" \
-   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-webob/repos/community-any/PKGBUILD (from rev 318011, 
python-webob/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-25 13:07:11 UTC (rev 318012)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Aaron DeVore 
+# Contributor: Cilyan Olowen 
+
+pkgbase='python-webob'
+pkgname=('python-webob' 'python2-webob' 'python-webob-docs')
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="WSGI request and response object"
+arch=('any')
+url="http://pythonpaste.org/webob/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+optdepends=('python-webob-docs: documentation')
+source=("https://pypi.io/packages/source/W/WebOb/WebOb-$pkgver.tar.gz;)
+sha512sums=('9fceafa28f738ed6c934219ac28e9f62d756b436d1f0f309201796647fb828d65caa6de7a6582bf7b5c720993321c7dc76a216382564168e75475ce1fabdbeaf')
+
+prepare() {
+  cp -a WebOb-$pkgver{,-py2}
+  cp -a WebOb-$pkgver{,-docs}
+  sed -i "s/pkg_resources.get_distribution('webob').version/'$pkgver'/" 
WebOb-$pkgver-docs/docs/conf.py
+}
+
+build() {
+  cd "$srcdir"/WebOb-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/WebOb-$pkgver-py2
+  python2 setup.py build
+
+  cd "$srcdir"/WebOb-$pkgver-docs
+  PYTHONPATH="$PWD/src" make -C docs html
+}
+
+check() {
+  cd "$srcdir"/WebOb-$pkgver
+  python setup.py pytest --addopts "--ignore=docs"
+
+  cd "$srcdir"/WebOb-$pkgver-py2
+  python2 setup.py pytest --addopts "--ignore=docs"
+}
+
+package_python-webob() {
+  depends=('python')
+
+  cd "$srcdir"/WebOb-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -D -m644 "docs/license.txt" \
+   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+package_python2-webob() {
+  depends=('python2')
+
+  cd "$srcdir"/WebOb-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -D -m644 "docs/license.txt" \
+   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+package_python-webob-docs() {
+  optdepends=()
+
+  cd "$srcdir"/WebOb-$pkgver-docs
+  _doc_dir="$pkgdir"/usr/share/docs/python-webob

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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 13:06:43
  Author: felixonmars
Revision: 318011

upgpkg: python-webob 1.8.1-1

Modified:
  python-webob/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 13:06:11 UTC (rev 318010)
+++ PKGBUILD2018-04-25 13:06:43 UTC (rev 318011)
@@ -31,7 +31,6 @@
   python2 setup.py build
 
   cd "$srcdir"/WebOb-$pkgver-docs
-  mkdir -p build/sphinx/html
   PYTHONPATH="$PWD/src" make -C docs html
 }
 
@@ -67,7 +66,7 @@
   cd "$srcdir"/WebOb-$pkgver-docs
   _doc_dir="$pkgdir"/usr/share/docs/python-webob
   mkdir -p "$_doc_dir"
-  cp -a "build/sphinx/html" "$_doc_dir"
+  cp -a "docs/_build/html" "$_doc_dir"
   install -D -m644 "docs/license.txt" \
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
 }


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 13:06:11
  Author: felixonmars
Revision: 318010

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 13:04:00
  Author: felixonmars
Revision: 318009

upgpkg: hopenpgp-tools 0.19.5-117

rebuild with StateVar,1.1.1.0

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 13:03:28 UTC (rev 318008)
+++ PKGBUILD2018-04-25 13:04:00 UTC (rev 318009)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.5
-pkgrel=116
+pkgrel=117
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 13:03:28
  Author: felixonmars
Revision: 318008

upgpkg: python-webob 1.8.1-1

Modified:
  python-webob/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 12:59:47 UTC (rev 318007)
+++ PKGBUILD2018-04-25 13:03:28 UTC (rev 318008)
@@ -5,7 +5,7 @@
 
 pkgbase='python-webob'
 pkgname=('python-webob' 'python2-webob' 'python-webob-docs')
-pkgver=1.7.4
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="WSGI request and response object"
 arch=('any')
@@ -15,11 +15,12 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 optdepends=('python-webob-docs: documentation')
 source=("https://pypi.io/packages/source/W/WebOb/WebOb-$pkgver.tar.gz;)
-sha512sums=('43685daf6dbba5daa99e4fabfb930495b8c2bc976e968d93af7681284cc127d7012f8423b2986dd7daa10cbf7b3803aec442c1ef88102e16cadf07efe6714d1a')
+sha512sums=('9fceafa28f738ed6c934219ac28e9f62d756b436d1f0f309201796647fb828d65caa6de7a6582bf7b5c720993321c7dc76a216382564168e75475ce1fabdbeaf')
 
 prepare() {
   cp -a WebOb-$pkgver{,-py2}
   cp -a WebOb-$pkgver{,-docs}
+  sed -i "s/pkg_resources.get_distribution('webob').version/'$pkgver'/" 
WebOb-$pkgver-docs/docs/conf.py
 }
 
 build() {
@@ -30,7 +31,8 @@
   python2 setup.py build
 
   cd "$srcdir"/WebOb-$pkgver-docs
-  python setup.py build_sphinx
+  mkdir -p build/sphinx/html
+  PYTHONPATH="$PWD/src" make -C docs html
 }
 
 check() {


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 12:59:47
  Author: felixonmars
Revision: 318007

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 318006, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 12:59:47 UTC (rev 318007)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.2.0
+pkgrel=61
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 
'haskell-fingertree'
+ 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 
'haskell-megaparsec' 'haskell-mtl'
+ 'haskell-network' 'haskell-optparse-applicative' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-split' 'haskell-terminal-size' 'haskell-text' 
'haskell-uniplate'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector'
+ 'haskell-vector-binary-instances' 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-rerun'
+ 'nodejs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
+sha512sums=('ad9a1266c689fb961eb05ab295ea23029dfb85c3de190905b482afa0bca8ba0e7a69d1093a5e7fcd648d6fb1e2daeceb2d3f70562032c7857d081e0442ccf0cf')
+
+prepare() {
+cd Idris-dev-$pkgver
+
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+}
+
+build() {
+cd Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+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
+}
+
+check() {
+cd Idris-dev-$pkgver
+# TODO: figure out the tests
+PATH="$PWD/dist/build:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell 
Setup test || warning "Tests failed"
+}
+
+package() {
+cd Idris-dev-$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"
+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 idris/trunk (PKGBUILD)

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 12:59:13
  Author: felixonmars
Revision: 318006

upgpkg: idris 1.2.0-61

rebuild with StateVar,1.1.1.0

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 12:57:54 UTC (rev 318005)
+++ PKGBUILD2018-04-25 12:59:13 UTC (rev 318006)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=1.2.0
-pkgrel=60
+pkgrel=61
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")


[arch-commits] Commit in nginx-mod-redis2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-25 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, April 25, 2018 @ 12:57:54
  Author: mtorromeo
Revision: 318005

archrelease: copy trunk to community-x86_64

Added:
  nginx-mod-redis2/repos/community-x86_64/PKGBUILD
(from rev 318004, nginx-mod-redis2/trunk/PKGBUILD)
Deleted:
  nginx-mod-redis2/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 12:57:46 UTC (rev 318004)
+++ PKGBUILD2018-04-25 12:57:54 UTC (rev 318005)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-redis2
-pkgver=0.14
-pkgrel=4
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.14.0
-
-pkgdesc='Nginx upstream module for the Redis 2.0 protocol'
-arch=('x86_64')
-depends=("nginx=$_nginxver")
-url="https://github.com/openresty/redis2-nginx-module;
-license=('BSD')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
-'SKIP'
-'d830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71')
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
-   make modules
-}
-
-package() {
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-
-   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
-  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
-}

Copied: nginx-mod-redis2/repos/community-x86_64/PKGBUILD (from rev 318004, 
nginx-mod-redis2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-25 12:57:54 UTC (rev 318005)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-redis2
+pkgver=0.15
+pkgrel=1
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.14.0
+
+pkgdesc='Nginx upstream module for the Redis 2.0 protocol'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/openresty/redis2-nginx-module;
+license=('BSD')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+'SKIP'
+'d255571bcfb9939b78099df39cb4d42f174d789aec8c8e5e47b93942b0299438')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
+   make modules
+}
+
+package() {
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+
+   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
+  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
+}


[arch-commits] Commit in nginx-mod-redis2/trunk (PKGBUILD)

2018-04-25 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, April 25, 2018 @ 12:57:46
  Author: mtorromeo
Revision: 318004

upgpkg: nginx-mod-redis2 0.15-1

Modified:
  nginx-mod-redis2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 12:57:09 UTC (rev 318003)
+++ PKGBUILD2018-04-25 12:57:46 UTC (rev 318004)
@@ -2,8 +2,8 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nginx-mod-redis2
-pkgver=0.14
-pkgrel=4
+pkgver=0.15
+pkgrel=1
 
 _modname="${pkgname#nginx-mod-}"
 _nginxver=1.14.0
@@ -21,7 +21,7 @@
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

 sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
 'SKIP'
-'d830e072fcb4acee8490ba3e38eee6034fd884a954d17ad4efeb397032c58a71')
+'d255571bcfb9939b78099df39cb4d42f174d789aec8c8e5e47b93942b0299438')
 
 build() {
cd "$srcdir"/nginx-$_nginxver


[arch-commits] Commit in nginx-mod-memc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-25 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, April 25, 2018 @ 12:57:09
  Author: mtorromeo
Revision: 318003

archrelease: copy trunk to community-x86_64

Added:
  nginx-mod-memc/repos/community-x86_64/PKGBUILD
(from rev 318002, nginx-mod-memc/trunk/PKGBUILD)
Deleted:
  nginx-mod-memc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-25 12:56:54 UTC (rev 318002)
+++ PKGBUILD2018-04-25 12:57:09 UTC (rev 318003)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-memc
-pkgver=0.18
-pkgrel=4
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.14.0
-
-pkgdesc='Extended version of the standard memcached module for nginx'
-arch=('x86_64')
-depends=("nginx=$_nginxver")
-url="https://github.com/openresty/memc-nginx-module;
-license=('BSD')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
-'SKIP'
-'4e280d1dcb8b312bc7875604c1e35b17879279126d3d5fbf482aa9cc7c11276d')
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
-   make modules
-}
-
-package() {
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-
-   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
-  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
-}

Copied: nginx-mod-memc/repos/community-x86_64/PKGBUILD (from rev 318002, 
nginx-mod-memc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-25 12:57:09 UTC (rev 318003)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-memc
+pkgver=0.19
+pkgrel=1
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.14.0
+
+pkgdesc='Extended version of the standard memcached module for nginx'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/openresty/memc-nginx-module;
+license=('BSD')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+'SKIP'
+'8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
+   make modules
+}
+
+package() {
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+
+   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
+  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
+}


[arch-commits] Commit in nginx-mod-memc/trunk (PKGBUILD)

2018-04-25 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, April 25, 2018 @ 12:56:54
  Author: mtorromeo
Revision: 318002

upgpkg: nginx-mod-memc 0.19-1

Modified:
  nginx-mod-memc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 12:43:58 UTC (rev 318001)
+++ PKGBUILD2018-04-25 12:56:54 UTC (rev 318002)
@@ -2,8 +2,8 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nginx-mod-memc
-pkgver=0.18
-pkgrel=4
+pkgver=0.19
+pkgrel=1
 
 _modname="${pkgname#nginx-mod-}"
 _nginxver=1.14.0
@@ -21,7 +21,7 @@
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

 sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
 'SKIP'
-'4e280d1dcb8b312bc7875604c1e35b17879279126d3d5fbf482aa9cc7c11276d')
+'8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8')
 
 build() {
cd "$srcdir"/nginx-$_nginxver


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 12:43:29
  Author: felixonmars
Revision: 318000

upgpkg: postgrest 0.4.4.0-118

rebuild with StateVar,1.1.1.0

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 12:39:21 UTC (rev 317999)
+++ PKGBUILD2018-04-25 12:43:29 UTC (rev 318000)
@@ -4,7 +4,7 @@
 
 pkgname=postgrest
 pkgver=0.4.4.0
-pkgrel=117
+pkgrel=118
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 12:43:58
  Author: felixonmars
Revision: 318001

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 318000, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 318000, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 12:43:58 UTC (rev 318001)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.4.4.0
+pkgrel=118
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hasql' 'haskell-hasql-pool' 'haskell-protolude' 
'haskell-text'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 'haskell-either' 
'haskell-gitrev'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http' 
'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-ranged-sets' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-scientific' 'haskell-swagger2' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra' 
'haskell-wai-middleware-static'
+ 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('f19c426a59d1c77d8e7808ee248eba1967cc5fc8686f5380603e2f8ab80aeeca20a4b145e056feceb1bcb9dedfa3b88c2ace7aab4bc1152f780630360fe6485c')
+
+prepare() {
+sed -i 's/==/>=/' $pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+runhaskell Setup build
+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
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+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 stack/repos (3 files)

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 12:39:21
  Author: felixonmars
Revision: 317999

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   76 
 stack.install |4 ++
 2 files changed, 80 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 317998, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 12:39:21 UTC (rev 317999)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.6.5
+pkgrel=76
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-bindings-uname'
+ 'haskell-blaze-builder' 'haskell-clock' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo' 
'haskell-exceptions'
+ 'haskell-extra' 'haskell-fast-logger' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hastache' 'haskell-hpack' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-microlens-mtl' 'haskell-mintty' 
'haskell-monad-logger'
+ 'haskell-mono-traversable' 'haskell-mtl' 'haskell-neat-interpolation' 
'haskell-network-uri'
+ 'haskell-open-browser' 'haskell-optparse-applicative' 
'haskell-optparse-simple'
+ 'haskell-path' 'haskell-path-io' 'haskell-persistent' 
'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-pid1' 'haskell-primitive' 
'haskell-project-template'
+ 'haskell-regex-applicative-text' 'haskell-resourcet' 'haskell-retry' 
'haskell-semigroups'
+ 'haskell-split' 'haskell-stm' 'haskell-store' 'haskell-store-core'
+ 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 
'haskell-text'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-unicode-transforms'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-yaml' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;)
+sha512sums=('416e2e128554c7acd2896a915af6d47d9bf7743c98175b897c4b3714431203283f9706d1ceeed2fe64c4b403cdaca3fb0d1d3d5c8e6edfde3b80c1aa515fb351')
+
+prepare() {
+  cd $pkgname-$pkgver
+  hpack
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  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
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: 

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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 12:38:59
  Author: felixonmars
Revision: 317998

upgpkg: stack 1.6.5-76

rebuild with StateVar,1.1.1.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 12:32:35 UTC (rev 317997)
+++ PKGBUILD2018-04-25 12:38:59 UTC (rev 317998)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.6.5
-pkgrel=75
+pkgrel=76
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 12:37:12
  Author: felixonmars
Revision: 322993

upgpkg: python-beaker 1.9.1-1

Modified:
  python-beaker/trunk/PKGBUILD

--+
 PKGBUILD |   61 -
 1 file changed, 32 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 09:58:47 UTC (rev 322992)
+++ PKGBUILD2018-04-25 12:37:12 UTC (rev 322993)
@@ -5,56 +5,59 @@
 
 pkgbase=python-beaker
 pkgname=('python-beaker' 'python2-beaker')
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.9.1
+pkgrel=1
 arch=('any')
 license=('custom')
 pkgdesc="Caching and sessions WSGI middleware for use with web applications 
and stand-alone Python scripts and applications"
 url="http://beaker.groovie.org/;
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-sqlalchemy' 'python2-sqlalchemy'
-  'python-crypto' 'python2-crypto' 'python-coverage' 
'python2-coverage' 'python-webtest' 'python2-webtest'
-  'python-beautifulsoup4' 'python2-beautifulsoup4')
-source=("git+https://github.com/bbangert/beaker.git#tag=$pkgver;)
-md5sums=('SKIP')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-funcsigs')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-sqlalchemy'
+  'python2-sqlalchemy' 'python-pycryptodomex' 
'python2-pycryptodomex' 'python-coverage'
+  'python2-coverage' 'python-webtest' 'python2-webtest' 
'python-redis' 'python2-redis'
+  'python-pymongo' 'python2-pymongo' 'python-pylibmc' 
'python2-pylibmc' 'redis'
+  'python-cryptography' 'python2-cryptography' 'python-memcached' 
'python2-memcached'
+  'memcached' 'mongodb' 'pifpaf')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/bbangert/beaker/archive/$pkgver.tar.gz;)
+sha512sums=('3b121037d56e07d27fc11dc4ff9ed47725f009d020d84c923e75a533717b8fad514b3d670f613b89db274fb8563a2ee93b8697e526efb9628ec18c5c1094b699')
 
 prepare() {
-cp -a beaker{,-py2}
+  sed -i "s/'pycryptodome'/'pycryptodomex'/g" beaker-$pkgver/setup.py
+  sed -i 's/from Crypto./from Cryptodome./' beaker-$pkgver/beaker/crypto/*.py
+  cp -a beaker-$pkgver{,-py2}
 
-sed -i "s#/usr/bin/python#/usr/bin/python3#" beaker/beaker/crypto/pbkdf2.py
-sed -i "s#/usr/bin/python#/usr/bin/python2#" 
beaker-py2/beaker/crypto/pbkdf2.py
+  sed -i "s#/usr/bin/python#/usr/bin/python3#" 
beaker-$pkgver/beaker/crypto/pbkdf2.py
+  sed -i "s#/usr/bin/python#/usr/bin/python2#" 
beaker-$pkgver-py2/beaker/crypto/pbkdf2.py
 }
 
 build() {
-cd "$srcdir"/beaker
-python3 setup.py build
+  cd "$srcdir"/beaker-$pkgver
+  python3 setup.py build
 
-cd "$srcdir"/beaker-py2
-python2 setup.py build
+  cd "$srcdir"/beaker-$pkgver-py2
+  python2 setup.py build
 }
 
 check() {
-cd "$srcdir"/beaker
-mkdir tests_py3
-2to3 -w -n -o tests_py3 tests/*.py
-PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests3 --py3where=tests_py3
+  cd "$srcdir"/beaker-$pkgver
+  pifpaf run memcached --port 11211 -- pifpaf run mongodb --port 27017 -- 
pifpaf run redis python setup.py nosetests || warning "Tests failed"
 
-cd "$srcdir"/beaker-py2
-PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests2
+  cd "$srcdir"/beaker-$pkgver-py2
+  pifpaf run memcached --port 11211 -- pifpaf run mongodb --port 27017 -- 
pifpaf run redis python2 setup.py nosetests
 }
 
 package_python-beaker() {
-depends=('python')
+  depends=('python')
 
-cd beaker
-python3 setup.py install --root="$pkgdir" --optimize=1
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/python-beaker/LICENSE
+  cd beaker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/python-beaker/LICENSE
 }
 
 package_python2-beaker() {
-depends=('python2')
+  depends=('python2-funcsigs')
 
-cd beaker-py2
-python2 setup.py install --root="$pkgdir" --optimize=1
-install -D -m644 LICENSE 
"$pkgdir"/usr/share/licenses/python2-beaker/LICENSE
+  cd beaker-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/python2-beaker/LICENSE
 }


[arch-commits] Commit in python-beaker/repos (testing-any testing-any/PKGBUILD)

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 12:37:33
  Author: felixonmars
Revision: 322994

archrelease: copy trunk to testing-any

Added:
  python-beaker/repos/testing-any/
  python-beaker/repos/testing-any/PKGBUILD
(from rev 322993, python-beaker/trunk/PKGBUILD)

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

Copied: python-beaker/repos/testing-any/PKGBUILD (from rev 322993, 
python-beaker/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-25 12:37:33 UTC (rev 322994)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Massimiliano Torromeo < massimiliano DOT torromeo AT gmail DOT 
com >
+
+pkgbase=python-beaker
+pkgname=('python-beaker' 'python2-beaker')
+pkgver=1.9.1
+pkgrel=1
+arch=('any')
+license=('custom')
+pkgdesc="Caching and sessions WSGI middleware for use with web applications 
and stand-alone Python scripts and applications"
+url="http://beaker.groovie.org/;
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-funcsigs')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-sqlalchemy'
+  'python2-sqlalchemy' 'python-pycryptodomex' 
'python2-pycryptodomex' 'python-coverage'
+  'python2-coverage' 'python-webtest' 'python2-webtest' 
'python-redis' 'python2-redis'
+  'python-pymongo' 'python2-pymongo' 'python-pylibmc' 
'python2-pylibmc' 'redis'
+  'python-cryptography' 'python2-cryptography' 'python-memcached' 
'python2-memcached'
+  'memcached' 'mongodb' 'pifpaf')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/bbangert/beaker/archive/$pkgver.tar.gz;)
+sha512sums=('3b121037d56e07d27fc11dc4ff9ed47725f009d020d84c923e75a533717b8fad514b3d670f613b89db274fb8563a2ee93b8697e526efb9628ec18c5c1094b699')
+
+prepare() {
+  sed -i "s/'pycryptodome'/'pycryptodomex'/g" beaker-$pkgver/setup.py
+  sed -i 's/from Crypto./from Cryptodome./' beaker-$pkgver/beaker/crypto/*.py
+  cp -a beaker-$pkgver{,-py2}
+
+  sed -i "s#/usr/bin/python#/usr/bin/python3#" 
beaker-$pkgver/beaker/crypto/pbkdf2.py
+  sed -i "s#/usr/bin/python#/usr/bin/python2#" 
beaker-$pkgver-py2/beaker/crypto/pbkdf2.py
+}
+
+build() {
+  cd "$srcdir"/beaker-$pkgver
+  python3 setup.py build
+
+  cd "$srcdir"/beaker-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/beaker-$pkgver
+  pifpaf run memcached --port 11211 -- pifpaf run mongodb --port 27017 -- 
pifpaf run redis python setup.py nosetests || warning "Tests failed"
+
+  cd "$srcdir"/beaker-$pkgver-py2
+  pifpaf run memcached --port 11211 -- pifpaf run mongodb --port 27017 -- 
pifpaf run redis python2 setup.py nosetests
+}
+
+package_python-beaker() {
+  depends=('python')
+
+  cd beaker-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/python-beaker/LICENSE
+}
+
+package_python2-beaker() {
+  depends=('python2-funcsigs')
+
+  cd beaker-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/python2-beaker/LICENSE
+}


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 12:32:35
  Author: felixonmars
Revision: 317997

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-aws/repos/community-staging-x86_64/
  haskell-aws/repos/community-staging-x86_64/PKGBUILD
(from rev 317996, haskell-aws/trunk/PKGBUILD)

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

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 317996, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 12:32:35 UTC (rev 317997)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.19
+pkgrel=55
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="https://github.com/aristidb/aws;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 'haskell-byteable'
+ 'haskell-case-insensitive' 'haskell-cereal' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-http-conduit' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-memory' 'haskell-monad-control' 
'haskell-mtl'
+ 'haskell-network' 'haskell-old-locale' 'haskell-resourcet' 
'haskell-safe'
+ 'haskell-scientific' 'haskell-tagged' 'haskell-text' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-vector' 'haskell-xml-conduit')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-conduit-combinators' 
'haskell-errors'
+ 'haskell-http-client' 'haskell-http-client-tls' 
'haskell-quickcheck-instances'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck'
+ 'haskell-transformers-base')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('048cd01862d7541dbcd932760f1abc35c5915f0cebcfdbc17cec5b8abc20887c933d3c8a3517912a6fdf03f12e1d466a6ff68b45aefe8d73843fc91192b76c53')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-examples
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || warning "Requires AWS credentials to test"
+}
+
+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"
+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-aws/trunk (PKGBUILD)

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 12:32:15
  Author: felixonmars
Revision: 317996

upgpkg: haskell-aws 0.19-55

rebuild with StateVar,1.1.1.0

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 12:29:47 UTC (rev 317995)
+++ PKGBUILD2018-04-25 12:32:15 UTC (rev 317996)
@@ -5,7 +5,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.19
-pkgrel=54
+pkgrel=55
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="https://github.com/aristidb/aws;
 license=("custom:BSD3")


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 12:29:47
  Author: felixonmars
Revision: 317995

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-brick/repos/community-staging-x86_64/
  haskell-brick/repos/community-staging-x86_64/PKGBUILD
(from rev 317994, haskell-brick/trunk/PKGBUILD)

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

Copied: haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 317994, 
haskell-brick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 12:29:47 UTC (rev 317995)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.36
+pkgrel=4
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 
'haskell-microlens'
+ 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 
'haskell-vector'
+ 'haskell-contravariant' 'haskell-stm' 'haskell-text' 
'haskell-text-zipper'
+ 'haskell-word-wrap')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b1411e6d25f659436aa89ed08c530e9ce0bfa0d920b338c71059c3276a6833508eede1306d19072d4c908858b4b528f06238c8a1e73b3b01ae29cc6f5ed29cbe')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-demos
+runhaskell Setup build
+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"
+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-brick/trunk (PKGBUILD)

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 12:29:27
  Author: felixonmars
Revision: 317994

upgpkg: haskell-brick 0.36-4

rebuild with StateVar,1.1.1.0

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 12:28:26 UTC (rev 317993)
+++ PKGBUILD2018-04-25 12:29:27 UTC (rev 317994)
@@ -5,7 +5,7 @@
 _hkgname=brick
 pkgname=haskell-brick
 pkgver=0.36
-pkgrel=3
+pkgrel=4
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick;
 license=("custom:BSD3")


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 12:28:26
  Author: felixonmars
Revision: 317993

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-dav/repos/community-staging-x86_64/
  haskell-dav/repos/community-staging-x86_64/PKGBUILD
(from rev 317992, haskell-dav/trunk/PKGBUILD)

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

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 317992, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 12:28:26 UTC (rev 317993)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.2
+pkgrel=41
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' "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")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8dd729c09f7b415dda13948bbd533606a7ccf45eb933fd6e984539f76defa8f938e6ec0c954c0955630182ee014fd611bd8a4e8a70fc863253d9a3f6a229c497')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup 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"
+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-dav/trunk (PKGBUILD)

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 12:28:06
  Author: felixonmars
Revision: 317992

upgpkg: haskell-dav 1.3.2-41

rebuild with StateVar,1.1.1.0

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 12:27:13 UTC (rev 317991)
+++ PKGBUILD2018-04-25 12:28:06 UTC (rev 317992)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.2
-pkgrel=40
+pkgrel=41
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 12:27:13
  Author: felixonmars
Revision: 317991

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-descriptive/repos/community-staging-x86_64/
  haskell-descriptive/repos/community-staging-x86_64/PKGBUILD
(from rev 317990, haskell-descriptive/trunk/PKGBUILD)

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

Copied: haskell-descriptive/repos/community-staging-x86_64/PKGBUILD (from rev 
317990, haskell-descriptive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 12:27:13 UTC (rev 317991)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=descriptive
+pkgname=haskell-descriptive
+pkgver=0.9.4
+pkgrel=95
+pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
+url="https://github.com/chrisdone/descriptive;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-bifunctors" "haskell-mtl" 
"haskell-scientific"
+ "haskell-text" "haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('795ec65756bf87ec6ea4c92d85a25d0eb0d8cfa1df40685ddcf74b83099bba2f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-descriptive/trunk (PKGBUILD)

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 12:26:53
  Author: felixonmars
Revision: 317990

upgpkg: haskell-descriptive 0.9.4-95

rebuild with StateVar,1.1.1.0

Modified:
  haskell-descriptive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 12:26:08 UTC (rev 317989)
+++ PKGBUILD2018-04-25 12:26:53 UTC (rev 317990)
@@ -5,7 +5,7 @@
 _hkgname=descriptive
 pkgname=haskell-descriptive
 pkgver=0.9.4
-pkgrel=94
+pkgrel=95
 pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
 url="https://github.com/chrisdone/descriptive;
 license=("custom:BSD3")


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

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 12:26:08
  Author: felixonmars
Revision: 317989

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD (from rev 
317988, haskell-fdo-notify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-25 12:26:08 UTC (rev 317989)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fdo-notify
+pkgname=haskell-fdo-notify
+pkgver=0.3.1
+pkgrel=43
+pkgdesc="Desktop Notifications client"
+url="http://bitbucket.org/taejo/fdo-notify/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-dbus")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d9193899d5eebd7c36e9464571827bd5b560fcc156e89822877b3b67a1f376c7abea9958f7e0aa6f79da06ad5f35a8738ad30a40d447b64ad557ed341054e6b6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-fdo-notify/trunk (PKGBUILD)

2018-04-25 Thread Felix Yan via arch-commits
Date: Wednesday, April 25, 2018 @ 12:25:46
  Author: felixonmars
Revision: 317988

upgpkg: haskell-fdo-notify 0.3.1-43

rebuild with StateVar,1.1.1.0

Modified:
  haskell-fdo-notify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-25 12:25:07 UTC (rev 317987)
+++ PKGBUILD2018-04-25 12:25:46 UTC (rev 317988)
@@ -5,7 +5,7 @@
 _hkgname=fdo-notify
 pkgname=haskell-fdo-notify
 pkgver=0.3.1
-pkgrel=42
+pkgrel=43
 pkgdesc="Desktop Notifications client"
 url="http://bitbucket.org/taejo/fdo-notify/;
 license=("custom:BSD3")


  1   2   3   4   >