[arch-commits] Commit in ldc/repos (staging-x86_64)

2018-09-22 Thread Evangelos Foutras via arch-commits
Date: Sunday, September 23, 2018 @ 05:33:12
  Author: foutrelis
Revision: 384176

Remove stale repos/staging-x86_64

Deleted:
  ldc/repos/staging-x86_64/


[arch-commits] Commit in gnome-control-center/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-22 Thread Jan Steffens via arch-commits
Date: Sunday, September 23, 2018 @ 05:33:02
  Author: heftig
Revision: 335245

archrelease: copy trunk to extra-x86_64

Added:
  gnome-control-center/repos/extra-x86_64/PKGBUILD
(from rev 335244, gnome-control-center/trunk/PKGBUILD)
Deleted:
  gnome-control-center/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-23 05:32:48 UTC (rev 335244)
+++ PKGBUILD2018-09-23 05:33:02 UTC (rev 335245)
@@ -1,54 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-control-center
-pkgver=3.30.0+14+g0f5f0bd23
-pkgrel=1
-pkgdesc="GNOME's main interface to configure various aspects of the desktop"
-url="https://gitlab.gnome.org/GNOME/gnome-control-center;
-license=(GPL2)
-arch=(x86_64)
-depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
- gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
- libgtop nm-connection-editor sound-theme-freedesktop upower 
libpwquality
- gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus
- cheese libgudev)
-makedepends=(docbook-xsl modemmanager git python meson)
-optdepends=('system-config-printer: Printer settings'
-'gnome-user-share: Bluetooth and WebDAV file sharing'
-'rygel: media sharing'
-'vino: screen sharing'
-'openssh: remote login')
-groups=(gnome)
-_commit=0f5f0bd23ac86daa548b35f5afc81faf27565966  # gnome-3-30
-source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_CONTROL_CENTER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
-  git submodule update
-}
-
-
-build() {
-  arch-meson $pkgname build -D documentation=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: gnome-control-center/repos/extra-x86_64/PKGBUILD (from rev 335244, 
gnome-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-23 05:33:02 UTC (rev 335245)
@@ -0,0 +1,54 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-control-center
+pkgver=3.30.0+24+g81dec85a2
+pkgrel=1
+pkgdesc="GNOME's main interface to configure various aspects of the desktop"
+url="https://gitlab.gnome.org/GNOME/gnome-control-center;
+license=(GPL2)
+arch=(x86_64)
+depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
+ gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
+ libgtop nm-connection-editor sound-theme-freedesktop upower 
libpwquality
+ gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus
+ cheese libgudev)
+makedepends=(docbook-xsl modemmanager git python meson)
+optdepends=('system-config-printer: Printer settings'
+'gnome-user-share: Bluetooth and WebDAV file sharing'
+'rygel: media sharing'
+'vino: screen sharing'
+'openssh: remote login')
+groups=(gnome)
+_commit=81dec85a2cd4ea8337092e860c54cb147e015644  # gnome-3-30
+source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_CONTROL_CENTER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
+  git submodule update
+}
+
+
+build() {
+  arch-meson $pkgname build -D documentation=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}


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

2018-09-22 Thread Jan Steffens via arch-commits
Date: Sunday, September 23, 2018 @ 05:32:48
  Author: heftig
Revision: 335244

3.30.0+24+g81dec85a2-1

Modified:
  gnome-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 22:19:08 UTC (rev 335243)
+++ PKGBUILD2018-09-23 05:32:48 UTC (rev 335244)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-control-center
-pkgver=3.30.0+14+g0f5f0bd23
+pkgver=3.30.0+24+g81dec85a2
 pkgrel=1
 pkgdesc="GNOME's main interface to configure various aspects of the desktop"
 url="https://gitlab.gnome.org/GNOME/gnome-control-center;
@@ -20,7 +20,7 @@
 'vino: screen sharing'
 'openssh: remote login')
 groups=(gnome)
-_commit=0f5f0bd23ac86daa548b35f5afc81faf27565966  # gnome-3-30
+_commit=81dec85a2cd4ea8337092e860c54cb147e015644  # gnome-3-30
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
 sha256sums=('SKIP'


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

2018-09-22 Thread Filipe Laíns via arch-commits
Date: Saturday, September 22, 2018 @ 22:33:12
  Author: ffy00
Revision: 384175

use https

Modified:
  python-svgwrite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 22:31:53 UTC (rev 384174)
+++ PKGBUILD2018-09-22 22:33:12 UTC (rev 384175)
@@ -6,7 +6,7 @@
 pkgrel=3
 pkgdesc='A Python library to create SVG drawings'
 arch=('any')
-url='http://github.com/mozman/svgwrite'
+url='https://github.com/mozman/svgwrite'
 license=('MIT')
 depends=('python' 'python-pyparsing')
 makedepends=('python-setuptools')


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

2018-09-22 Thread Filipe Laíns via arch-commits
Date: Saturday, September 22, 2018 @ 22:31:53
  Author: ffy00
Revision: 384174

use https in url=

Modified:
  cairosvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 22:01:42 UTC (rev 384173)
+++ PKGBUILD2018-09-22 22:31:53 UTC (rev 384174)
@@ -6,7 +6,7 @@
 pkgrel=5
 pkgdesc='SVG converter based on Cairo. It can export SVG files to PDF, 
PostScript and PNG files'
 arch=('any')
-url='http://cairosvg.org'
+url='https://cairosvg.org'
 license=('LGPL3')
 depends=('python' 'python-setuptools' 'python-cairocffi' 'python-pillow' 
'python-cssselect2' 'python-defusedxml' 'python-tinycss2')
 checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-flake8' 'python-pytest-isort')


[arch-commits] Commit in xfce4-battery-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-22 Thread Evangelos Foutras via arch-commits
Date: Saturday, September 22, 2018 @ 22:19:08
  Author: foutrelis
Revision: 335243

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-battery-plugin/repos/extra-x86_64/PKGBUILD
(from rev 335242, xfce4-battery-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-battery-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-22 22:19:02 UTC (rev 335242)
+++ PKGBUILD2018-09-22 22:19:08 UTC (rev 335243)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: aurelien 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-battery-plugin
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="A battery monitor plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8c9deec8d95da4cc39d6d9091433e5822b6bbe07d80117045dd4dd3480427ece')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-battery-plugin/repos/extra-x86_64/PKGBUILD (from rev 335242, 
xfce4-battery-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-22 22:19:08 UTC (rev 335243)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: aurelien 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-battery-plugin
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="A battery monitor plugin for the Xfce panel"
+arch=('x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('1e94969b93e0c1d6da87364b64c0cdfb40bae5e4a055039be8b67b9e5b3dd44b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-battery-plugin/trunk (PKGBUILD)

2018-09-22 Thread Evangelos Foutras via arch-commits
Date: Saturday, September 22, 2018 @ 22:19:02
  Author: foutrelis
Revision: 335242

upgpkg: xfce4-battery-plugin 1.1.1-1

New upstream release.

Modified:
  xfce4-battery-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 22:17:54 UTC (rev 335241)
+++ PKGBUILD2018-09-22 22:19:02 UTC (rev 335242)
@@ -3,7 +3,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-battery-plugin
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="A battery monitor plugin for the Xfce panel"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8c9deec8d95da4cc39d6d9091433e5822b6bbe07d80117045dd4dd3480427ece')
+sha256sums=('1e94969b93e0c1d6da87364b64c0cdfb40bae5e4a055039be8b67b9e5b3dd44b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xfce4-cpufreq-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-22 Thread Evangelos Foutras via arch-commits
Date: Saturday, September 22, 2018 @ 22:17:54
  Author: foutrelis
Revision: 335241

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD
(from rev 335240, xfce4-cpufreq-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-22 22:17:47 UTC (rev 335240)
+++ PKGBUILD2018-09-22 22:17:54 UTC (rev 335241)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: tobias 
-
-pkgname=xfce4-cpufreq-plugin
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="CPU frequency plugin for the Xfce4 panel"
-arch=('x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fec60f14ab02b7079798809c11a79b4930abaeb0e4217068a336cb63cb47970a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-cpufreq-plugin/repos/extra-x86_64/PKGBUILD (from rev 335240, 
xfce4-cpufreq-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-22 22:17:54 UTC (rev 335241)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: tobias 
+
+pkgname=xfce4-cpufreq-plugin
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="CPU frequency plugin for the Xfce4 panel"
+arch=('x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('c5e044c0dc401d2066f208a3df82a588b3e51ff01425f155d0a1d0f8fce8f5b5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-cpufreq-plugin/trunk (PKGBUILD)

2018-09-22 Thread Evangelos Foutras via arch-commits
Date: Saturday, September 22, 2018 @ 22:17:47
  Author: foutrelis
Revision: 335240

upgpkg: xfce4-cpufreq-plugin 1.2.1-1

New upstream release.

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 19:42:53 UTC (rev 335239)
+++ PKGBUILD2018-09-22 22:17:47 UTC (rev 335240)
@@ -3,7 +3,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-cpufreq-plugin
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="CPU frequency plugin for the Xfce4 panel"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('fec60f14ab02b7079798809c11a79b4930abaeb0e4217068a336cb63cb47970a')
+sha256sums=('c5e044c0dc401d2066f208a3df82a588b3e51ff01425f155d0a1d0f8fce8f5b5')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-09-22 Thread David Runge via arch-commits
Date: Saturday, September 22, 2018 @ 22:01:42
  Author: dvzrv
Revision: 384173

archrelease: copy trunk to community-x86_64

Added:
  din/repos/community-x86_64/PKGBUILD
(from rev 384172, din/trunk/PKGBUILD)
Deleted:
  din/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-22 22:01:29 UTC (rev 384172)
+++ PKGBUILD2018-09-22 22:01:42 UTC (rev 384173)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-# Contributor: muzhed 
-
-pkgname=din
-pkgver=36
-pkgrel=1
-pkgdesc="A sound synthesizer and musical instrument."
-arch=('x86_64')
-url="https://dinisnoise.org/;
-license=('GPL2')
-groups=('pro-audio')
-depends=('hicolor-icon-theme' 'jack' 'libgl' 'sdl' 'tcl')
-makedepends=('boost' 'glu')
-source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('e70424f0e437394746ee4bd0ae7d515c1a9421dfb09cc91cadef0849a297d28e262bf7947e970e2ae65824d211ec9d896d963b17715259063b3fc8ad3635f8d3')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vfi
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  CXXFLAGS="${CXXFLAGS} -O3 -D__UNIX_ALSA__ -D__UNIX_JACK__" \
-  CFLAGS="${CFLAGS} -O3" \
-  ./configure --prefix='/usr'
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {AUTHORS,BUGS,CHANGELOG,NEWS,README,TODO}
-}

Copied: din/repos/community-x86_64/PKGBUILD (from rev 384172, 
din/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-22 22:01:42 UTC (rev 384173)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+# Contributor: muzhed 
+
+pkgname=din
+pkgver=37a
+pkgrel=1
+pkgdesc="A sound synthesizer and musical instrument."
+arch=('x86_64')
+url="https://dinisnoise.org/;
+license=('GPL2')
+groups=('pro-audio')
+depends=('hicolor-icon-theme' 'jack' 'libgl' 'sdl' 'tcl')
+makedepends=('boost' 'glu')
+source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('796bc85def6813ee1d50989933e80094dc2d85e9580113b20a5471366e1937a162fc7cdd85e3d9b407a1e8269b2e8c69211d4c24b196006cf7a856df546e146f')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  CXXFLAGS="${CXXFLAGS} -O3 -D__UNIX_ALSA__ -D__UNIX_JACK__" \
+  CFLAGS="${CFLAGS} -O3" \
+  ./configure --prefix='/usr'
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {AUTHORS,BUGS,CHANGELOG,NEWS,README,TODO}
+}


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

2018-09-22 Thread David Runge via arch-commits
Date: Saturday, September 22, 2018 @ 22:01:29
  Author: dvzrv
Revision: 384172

upgpkg: din 37a-1

Upgrading to 37a.

Modified:
  din/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 19:53:33 UTC (rev 384171)
+++ PKGBUILD2018-09-22 22:01:29 UTC (rev 384172)
@@ -2,7 +2,7 @@
 # Contributor: muzhed 
 
 pkgname=din
-pkgver=36
+pkgver=37a
 pkgrel=1
 pkgdesc="A sound synthesizer and musical instrument."
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('hicolor-icon-theme' 'jack' 'libgl' 'sdl' 'tcl')
 makedepends=('boost' 'glu')
 
source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('e70424f0e437394746ee4bd0ae7d515c1a9421dfb09cc91cadef0849a297d28e262bf7947e970e2ae65824d211ec9d896d963b17715259063b3fc8ad3635f8d3')
+sha512sums=('796bc85def6813ee1d50989933e80094dc2d85e9580113b20a5471366e1937a162fc7cdd85e3d9b407a1e8269b2e8c69211d4c24b196006cf7a856df546e146f')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2018-09-22 Thread David Runge via arch-commits
Date: Saturday, September 22, 2018 @ 19:53:33
  Author: dvzrv
Revision: 384171

archrelease: copy trunk to community-testing-x86_64

Added:
  apparmor/repos/community-testing-x86_64/PKGBUILD
(from rev 384170, apparmor/trunk/PKGBUILD)
Deleted:
  apparmor/repos/community-testing-x86_64/PKGBUILD

--+
 PKGBUILD |  207 ++---
 1 file changed, 105 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-22 19:53:23 UTC (rev 384170)
+++ PKGBUILD2018-09-22 19:53:33 UTC (rev 384171)
@@ -1,102 +0,0 @@
-# Maintainer: David Runge 
-pkgname=apparmor
-pkgver=2.13.0
-pkgrel=6
-pkgdesc="Mandatory Access Control (MAC) using Linux Security Module (LSM)"
-arch=('x86_64')
-url="https://launchpad.net/apparmor;
-license=('GPL')
-depends=('audit' 'pam' 'python')
-makedepends=('swig' 'chrpath' 'ruby')
-optdepends=('perl: perl bindings'
-'ruby: ruby bindings')
-provides=('libapparmor')
-replaces=('apparmor-libapparmor' 'apparmor-pam' 'apparmor-parser'
-'apparmor-profiles' 'apparmor-utils' 'apparmor-vim')
-backup=('etc/apparmor/easyprof.conf'
-'etc/apparmor/logprof.conf'
-'etc/apparmor/notify.conf'
-'etc/apparmor/parser.conf'
-'etc/apparmor/subdomain.conf'
-'etc/apparmor/severity.db')
-source=("https://launchpad.net/${pkgname}/${pkgver%.[0-9]}/${pkgver}/+download/${pkgname}-${pkgver%.[0-9]}.tar.gz"{,.asc})
-sha512sums=('f98914713153d4c823a3ea7e96291cc4528bf7c8d3a139286ae0ecd806613e9c34b0ad81f2b258df2193cf6f3157d3252ef72d32d339427948a3fd8ba5651827'
-'SKIP')
-# AppArmor Development Team (AppArmor signing key) 
-validpgpkeys=('3ECDCBA5FB34D254961CC53F6689E64E3D3664BB')
-_core_perl="/usr/bin/core_perl"
-
-prepare() {
-  mv -v "${pkgname}-${pkgver%.[0-9]}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # fix bin directory for parser install target
-  # fix lib dir location
-  # fix missing executable bit on apparmor.systemd script
-  sed -e 's/sbin/usr\/bin/g' \
-  -e 's/\}\/lib\/apparmor/\}\/usr\/lib\/apparmor/' \
-  -e 's/644 apparmor.systemd/755 apparmor.systemd/' \
-  -i parser/Makefile
-  # fix default vim syntax file installation path
-  sed -e 's/share\/apparmor/share\/vim\/vimfiles\/syntax/' \
-  -i utils/vim/Makefile
-  # fix syslog.log location
-  # fix messages.log location
-  # fixing location of {apparmormor,subdomain}_parser
-  # replace the use of /sbin and /usr/sbin with /bin and /usr/bin 
(respectively)
-  sed -e '/logfiles/ s/syslog /syslog.log /g' \
-  -e '/logfiles/ s/messages/messages.log/g' \
-  -e 's| /sbin/apparmor_parser| /usr/bin/apparmor_parser|g' \
-  -e 's| /sbin/subdomain_parser| /usr/bin/subdomain_parser|g' \
-  -e 's/sbin/bin/g' \
-  -i utils/logprof.conf
-  # replace the use of /sbin /usr/sbin and /bin with /usr/bin in all profiles
-  find profiles -type f \
--exec sed -e 's| /sbin/| /usr/bin/|g' \
-  -e 's|/sbin/|/bin/|g' \
-  -e 's| /bin/| /usr/bin/|g' \
-  -i {} +
-  cd libraries/libapparmor/
-  autoreconf -vfi
-}
-
-build() {
-  # export required perl executable locations
-  export MAKEFLAGS+=" POD2MAN=${_core_perl}/pod2man"
-  export MAKEFLAGS+=" POD2HTML=${_core_perl}/pod2html"
-  export MAKEFLAGS+=" PODCHECKER=${_core_perl}/podchecker"
-  export MAKEFLAGS+=" PROVE=${_core_perl}/prove"
-  cd "${pkgname}-${pkgver}/libraries/libapparmor/"
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --with-perl \
-  --with-python \
-  --with-ruby
-  make
-  cd ../..
-  make -C parser
-  make -C profiles
-  make -C utils
-  make -C changehat/pam_apparmor
-  make -C utils/vim
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make -C libraries/libapparmor DESTDIR="${pkgdir}" install
-  make -C changehat/pam_apparmor DESTDIR="${pkgdir}/usr" install
-  make -C parser DESTDIR="${pkgdir}" install
-  make -C parser DESTDIR="${pkgdir}" install-systemd
-  make -C profiles DESTDIR="${pkgdir}" install
-  make -C utils DESTDIR="${pkgdir}" BINDIR="${pkgdir}/usr/bin" install
-  # strip perl library and remove empty rpath
-  find "${pkgdir}/usr/lib/perl5/" \
--type f -iname "*.so" \
--exec strip --strip-unneeded {} \; \
--exec chrpath -d {} \;
-  # move ruby bindings to vendor_ruby
-  mv -v "${pkgdir}/usr/lib/ruby/site_ruby/" \
-"${pkgdir}/usr/lib/ruby/vendor_ruby/"
-  # adding files below /etc/apparmor.d to backup array
-  cd "${pkgdir}"
-  backup=( ${backup[@]} $(find "etc/${pkgname}.d/" -type f) )
-}

Copied: apparmor/repos/community-testing-x86_64/PKGBUILD (from rev 384170, 
apparmor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-22 19:53:33 UTC (rev 384171)
@@ -0,0 +1,105 @@
+# Maintainer: David Runge 
+pkgname=apparmor
+pkgver=2.13.0
+pkgrel=7

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

2018-09-22 Thread David Runge via arch-commits
Date: Saturday, September 22, 2018 @ 19:53:23
  Author: dvzrv
Revision: 384170

upgpkg: apparmor 2.13.0-7

Fixing the use of subdomain_parser (wherever that is actually coming from) in 
logprof.conf. Adding aa- prefix to genprof and logprof (as the binaries are 
actually called that way) in logprof.conf. Setting url to gitlab repo of the 
project.

Modified:
  apparmor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 19:28:33 UTC (rev 384169)
+++ PKGBUILD2018-09-22 19:53:23 UTC (rev 384170)
@@ -1,10 +1,10 @@
 # Maintainer: David Runge 
 pkgname=apparmor
 pkgver=2.13.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Mandatory Access Control (MAC) using Linux Security Module (LSM)"
 arch=('x86_64')
-url="https://launchpad.net/apparmor;
+url="https://gitlab.com/apparmor/apparmor;
 license=('GPL')
 depends=('audit' 'pam' 'python')
 makedepends=('swig' 'chrpath' 'ruby')
@@ -42,11 +42,14 @@
   # fix syslog.log location
   # fix messages.log location
   # fixing location of {apparmormor,subdomain}_parser
+  # adding aa- prefix to {genprof,logprof}
   # replace the use of /sbin and /usr/sbin with /bin and /usr/bin 
(respectively)
   sed -e '/logfiles/ s/syslog /syslog.log /g' \
   -e '/logfiles/ s/messages/messages.log/g' \
   -e 's| /sbin/apparmor_parser| /usr/bin/apparmor_parser|g' \
-  -e 's| /sbin/subdomain_parser| /usr/bin/subdomain_parser|g' \
+  -e 's|parser /sbin/subdomain|parser /usr/bin/subdomain|g' \
+  -e 's|/genprof|/aa-genprof|g' \
+  -e 's|/logprof|/aa-logprof|g' \
   -e 's/sbin/bin/g' \
   -i utils/logprof.conf
   # replace the use of /sbin /usr/sbin and /bin with /usr/bin in all profiles


[arch-commits] Commit in licenses/trunk (PKGBUILD artistic-2_0.txt)

2018-09-22 Thread Jelle van der Waa via arch-commits
Date: Saturday, September 22, 2018 @ 19:42:53
  Author: jelle
Revision: 335239

Fix Perl artistic 2.0 license 404

Add the license from our package to svn since the original plain text source 
disappeard.

Resolves: FS#59524

Added:
  licenses/trunk/artistic-2_0.txt
Modified:
  licenses/trunk/PKGBUILD

--+
 PKGBUILD |2 
 artistic-2_0.txt |  201 +
 2 files changed, 202 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 14:16:51 UTC (rev 335238)
+++ PKGBUILD2018-09-22 19:42:53 UTC (rev 335239)
@@ -29,7 +29,7 @@
 https://www.gnu.org/licenses/fdl-1.3.txt
 https://www.latex-project.org/lppl.txt
 perlartistic.txt
-http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt
+artistic-2_0.txt
 php-3.0.txt::http://www.php.net/license/3_0.txt
 ruby-license.txt
 cpl-1.0.txt

Added: artistic-2_0.txt
===
--- artistic-2_0.txt(rev 0)
+++ artistic-2_0.txt2018-09-22 19:42:53 UTC (rev 335239)
@@ -0,0 +1,201 @@
+  The Artistic License 2.0
+
+   Copyright (c) 2000-2006, The Perl Foundation.
+
+ Everyone is permitted to copy and distribute verbatim copies
+  of this license document, but changing it is not allowed.
+
+Preamble
+
+This license establishes the terms under which a given free software
+Package may be copied, modified, distributed, and/or redistributed.
+The intent is that the Copyright Holder maintains some artistic
+control over the development of that Package while still keeping the
+Package available as open source and free software.
+
+You are always permitted to make arrangements wholly outside of this
+license directly with the Copyright Holder of a given Package.  If the
+terms of this license do not permit the full use that you propose to
+make of the Package, you should contact the Copyright Holder and seek
+a different licensing arrangement. 
+
+Definitions
+
+"Copyright Holder" means the individual(s) or organization(s)
+named in the copyright notice for the entire Package.
+
+"Contributor" means any party that has contributed code or other
+material to the Package, in accordance with the Copyright Holder's
+procedures.
+
+"You" and "your" means any person who would like to copy,
+distribute, or modify the Package.
+
+"Package" means the collection of files distributed by the
+Copyright Holder, and derivatives of that collection and/or of
+those files. A given Package may consist of either the Standard
+Version, or a Modified Version.
+
+"Distribute" means providing a copy of the Package or making it
+accessible to anyone else, or in the case of a company or
+organization, to others outside of your company or organization.
+
+"Distributor Fee" means any fee that you charge for Distributing
+this Package or providing support for this Package to another
+party.  It does not mean licensing fees.
+
+"Standard Version" refers to the Package if it has not been
+modified, or has been modified only in ways explicitly requested
+by the Copyright Holder.
+
+"Modified Version" means the Package, if it has been changed, and
+such changes were not explicitly requested by the Copyright
+Holder. 
+
+"Original License" means this Artistic License as Distributed with
+the Standard Version of the Package, in its current version or as
+it may be modified by The Perl Foundation in the future.
+
+"Source" form means the source code, documentation source, and
+configuration files for the Package.
+
+"Compiled" form means the compiled bytecode, object code, binary,
+or any other form resulting from mechanical transformation or
+translation of the Source form.
+
+
+Permission for Use and Modification Without Distribution
+
+(1)  You are permitted to use the Standard Version and create and use
+Modified Versions for any purpose without restriction, provided that
+you do not Distribute the Modified Version.
+
+
+Permissions for Redistribution of the Standard Version
+
+(2)  You may Distribute verbatim copies of the Source form of the
+Standard Version of this Package in any medium without restriction,
+either gratis or for a Distributor Fee, provided that you duplicate
+all of the original copyright notices and associated disclaimers.  At
+your discretion, such verbatim copies may or may not include a
+Compiled form of the Package.
+
+(3)  You may apply any bug fixes, portability changes, and other
+modifications made available from the Copyright Holder.  The resulting
+Package will still be considered the Standard Version, and as such
+will be subject to the Original License.
+
+
+Distribution of Modified Versions of the Package as 

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

2018-09-22 Thread Johannes Löthberg via arch-commits
Date: Saturday, September 22, 2018 @ 19:28:33
  Author: demize
Revision: 384169

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-rust/repos/multilib-x86_64/PKGBUILD
(from rev 384168, lib32-rust/trunk/PKGBUILD)
  lib32-rust/repos/multilib-x86_64/config.toml
(from rev 384168, lib32-rust/trunk/config.toml)
Deleted:
  lib32-rust/repos/multilib-x86_64/PKGBUILD
  lib32-rust/repos/multilib-x86_64/config.toml

-+
 PKGBUILD|  104 +++
 config.toml |  838 +-
 2 files changed, 471 insertions(+), 471 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-22 19:28:25 UTC (rev 384168)
+++ PKGBUILD2018-09-22 19:28:33 UTC (rev 384169)
@@ -1,52 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=lib32-rust
-pkgver=1.29.0
-pkgrel=2
-
-pkgdesc='32-bit libraries for rust'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('libffi' 'perl' 'python2' 'curl' 'cmake' 'ninja')
-depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml
-
https://github.com/rust-lang/rust/commit/1b94b84ad0143ea2039610e3aec9e929a8a20733.patch)
-
-sha256sums=('a4eb34ffd47f76afe2abd813f398512d5a19ef00989d37306217c9c9ec2f61e9'
-'SKIP'
-'5c1962458f20dd5a542db7ef31e35c20a7b42f9e74dd27ec4e9f0cf2ab1953ce'
-'8c8e79b0bac0dd1434c49f665abfa50634ffb0fbb35c9efee511e5b97960b9e2')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  patch -p1 <"$srcdir"/1b94b84ad0143ea2039610e3aec9e929a8a20733.patch
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  msg2 "Run build under x.py"
-  python2 ./x.py build
-}
-
-package() {
-  cd "rustc-$pkgver-src"
-
-  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
-  install -d "$target"
-  cp -r \
-build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
-"$target"
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-rust/repos/multilib-x86_64/PKGBUILD (from rev 384168, 
lib32-rust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-22 19:28:33 UTC (rev 384169)
@@ -0,0 +1,52 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=lib32-rust
+pkgver=1.29.0
+pkgrel=3
+
+pkgdesc='32-bit libraries for rust'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('libffi' 'perl' 'python2' 'curl' 'cmake' 'ninja')
+depends=('lib32-gcc-libs' "rust=1:$pkgver-2")
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml
+
https://github.com/rust-lang/rust/commit/1b94b84ad0143ea2039610e3aec9e929a8a20733.patch)
+
+sha256sums=('a4eb34ffd47f76afe2abd813f398512d5a19ef00989d37306217c9c9ec2f61e9'
+'SKIP'
+'5c1962458f20dd5a542db7ef31e35c20a7b42f9e74dd27ec4e9f0cf2ab1953ce'
+'8c8e79b0bac0dd1434c49f665abfa50634ffb0fbb35c9efee511e5b97960b9e2')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  patch -p1 <"$srcdir"/1b94b84ad0143ea2039610e3aec9e929a8a20733.patch
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package() {
+  cd "rustc-$pkgver-src"
+
+  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
+  install -d "$target"
+  cp -r \
+build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
+"$target"
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: config.toml
===
--- config.toml 2018-09-22 19:28:25 UTC (rev 384168)
+++ config.toml 2018-09-22 19:28:33 UTC (rev 384169)
@@ -1,419 +0,0 @@
-# Sample TOML configuration file for building Rust.
-#
-# To configure rustbuild, copy this file to the directory from which you will 
be
-# running the build, and name it config.toml.
-#
-# All options are commented out by default in this file, and they're commented
-# out with their default values. The build system by default looks for
-# `config.toml` in the current directory of a build for build configuration, 
but
-# a custom configuration file can also be specified with `--config` to the 
build
-# system.
-
-# =
-# Tweaking how 

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

2018-09-22 Thread Johannes Löthberg via arch-commits
Date: Saturday, September 22, 2018 @ 19:28:25
  Author: demize
Revision: 384168

Rebulid with correct versioned dependency

Modified:
  lib32-rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 15:39:16 UTC (rev 384167)
+++ PKGBUILD2018-09-22 19:28:25 UTC (rev 384168)
@@ -2,7 +2,7 @@
 
 pkgname=lib32-rust
 pkgver=1.29.0
-pkgrel=2
+pkgrel=3
 
 pkgdesc='32-bit libraries for rust'
 url='https://www.rust-lang.org/'
@@ -10,7 +10,7 @@
 license=('MIT' 'Apache')
 
 makedepends=('libffi' 'perl' 'python2' 'curl' 'cmake' 'ninja')
-depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
+depends=('lib32-gcc-libs' "rust=1:$pkgver-2")
 
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 config.toml


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

2018-09-22 Thread David Runge via arch-commits
Date: Saturday, September 22, 2018 @ 15:39:09
  Author: dvzrv
Revision: 384166

upgpkg: apparmor 2.13.0-6

Being more careful as to where and how to replace {,/usr}/sbin in logprof.conf. 
Not replacing the use of /bin in logprof.conf, as that leads to duplicate 
entries.

Modified:
  apparmor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 15:34:41 UTC (rev 384165)
+++ PKGBUILD2018-09-22 15:39:09 UTC (rev 384166)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=apparmor
 pkgver=2.13.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Mandatory Access Control (MAC) using Linux Security Module (LSM)"
 arch=('x86_64')
 url="https://launchpad.net/apparmor;
@@ -39,11 +39,15 @@
   # fix default vim syntax file installation path
   sed -e 's/share\/apparmor/share\/vim\/vimfiles\/syntax/' \
   -i utils/vim/Makefile
-  # fix paths in logprof.conf
+  # fix syslog.log location
+  # fix messages.log location
+  # fixing location of {apparmormor,subdomain}_parser
+  # replace the use of /sbin and /usr/sbin with /bin and /usr/bin 
(respectively)
   sed -e '/logfiles/ s/syslog /syslog.log /g' \
   -e '/logfiles/ s/messages/messages.log/g' \
+  -e 's| /sbin/apparmor_parser| /usr/bin/apparmor_parser|g' \
+  -e 's| /sbin/subdomain_parser| /usr/bin/subdomain_parser|g' \
   -e 's/sbin/bin/g' \
-  -e 's| /bin/| /usr/bin/|g' \
   -i utils/logprof.conf
   # replace the use of /sbin /usr/sbin and /bin with /usr/bin in all profiles
   find profiles -type f \


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

2018-09-22 Thread David Runge via arch-commits
Date: Saturday, September 22, 2018 @ 15:39:16
  Author: dvzrv
Revision: 384167

archrelease: copy trunk to community-testing-x86_64

Added:
  apparmor/repos/community-testing-x86_64/PKGBUILD
(from rev 384166, apparmor/trunk/PKGBUILD)
Deleted:
  apparmor/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-22 15:39:09 UTC (rev 384166)
+++ PKGBUILD2018-09-22 15:39:16 UTC (rev 384167)
@@ -1,98 +0,0 @@
-# Maintainer: David Runge 
-pkgname=apparmor
-pkgver=2.13.0
-pkgrel=5
-pkgdesc="Mandatory Access Control (MAC) using Linux Security Module (LSM)"
-arch=('x86_64')
-url="https://launchpad.net/apparmor;
-license=('GPL')
-depends=('audit' 'pam' 'python')
-makedepends=('swig' 'chrpath' 'ruby')
-optdepends=('perl: perl bindings'
-'ruby: ruby bindings')
-provides=('libapparmor')
-replaces=('apparmor-libapparmor' 'apparmor-pam' 'apparmor-parser'
-'apparmor-profiles' 'apparmor-utils' 'apparmor-vim')
-backup=('etc/apparmor/easyprof.conf'
-'etc/apparmor/logprof.conf'
-'etc/apparmor/notify.conf'
-'etc/apparmor/parser.conf'
-'etc/apparmor/subdomain.conf'
-'etc/apparmor/severity.db')
-source=("https://launchpad.net/${pkgname}/${pkgver%.[0-9]}/${pkgver}/+download/${pkgname}-${pkgver%.[0-9]}.tar.gz"{,.asc})
-sha512sums=('f98914713153d4c823a3ea7e96291cc4528bf7c8d3a139286ae0ecd806613e9c34b0ad81f2b258df2193cf6f3157d3252ef72d32d339427948a3fd8ba5651827'
-'SKIP')
-# AppArmor Development Team (AppArmor signing key) 
-validpgpkeys=('3ECDCBA5FB34D254961CC53F6689E64E3D3664BB')
-_core_perl="/usr/bin/core_perl"
-
-prepare() {
-  mv -v "${pkgname}-${pkgver%.[0-9]}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # fix bin directory for parser install target
-  # fix lib dir location
-  # fix missing executable bit on apparmor.systemd script
-  sed -e 's/sbin/usr\/bin/g' \
-  -e 's/\}\/lib\/apparmor/\}\/usr\/lib\/apparmor/' \
-  -e 's/644 apparmor.systemd/755 apparmor.systemd/' \
-  -i parser/Makefile
-  # fix default vim syntax file installation path
-  sed -e 's/share\/apparmor/share\/vim\/vimfiles\/syntax/' \
-  -i utils/vim/Makefile
-  # fix paths in logprof.conf
-  sed -e '/logfiles/ s/syslog /syslog.log /g' \
-  -e '/logfiles/ s/messages/messages.log/g' \
-  -e 's/sbin/bin/g' \
-  -e 's| /bin/| /usr/bin/|g' \
-  -i utils/logprof.conf
-  # replace the use of /sbin /usr/sbin and /bin with /usr/bin in all profiles
-  find profiles -type f \
--exec sed -e 's| /sbin/| /usr/bin/|g' \
-  -e 's|/sbin/|/bin/|g' \
-  -e 's| /bin/| /usr/bin/|g' \
-  -i {} +
-  cd libraries/libapparmor/
-  autoreconf -vfi
-}
-
-build() {
-  # export required perl executable locations
-  export MAKEFLAGS+=" POD2MAN=${_core_perl}/pod2man"
-  export MAKEFLAGS+=" POD2HTML=${_core_perl}/pod2html"
-  export MAKEFLAGS+=" PODCHECKER=${_core_perl}/podchecker"
-  export MAKEFLAGS+=" PROVE=${_core_perl}/prove"
-  cd "${pkgname}-${pkgver}/libraries/libapparmor/"
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --with-perl \
-  --with-python \
-  --with-ruby
-  make
-  cd ../..
-  make -C parser
-  make -C profiles
-  make -C utils
-  make -C changehat/pam_apparmor
-  make -C utils/vim
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make -C libraries/libapparmor DESTDIR="${pkgdir}" install
-  make -C changehat/pam_apparmor DESTDIR="${pkgdir}/usr" install
-  make -C parser DESTDIR="${pkgdir}" install
-  make -C parser DESTDIR="${pkgdir}" install-systemd
-  make -C profiles DESTDIR="${pkgdir}" install
-  make -C utils DESTDIR="${pkgdir}" BINDIR="${pkgdir}/usr/bin" install
-  # strip perl library and remove empty rpath
-  find "${pkgdir}/usr/lib/perl5/" \
--type f -iname "*.so" \
--exec strip --strip-unneeded {} \; \
--exec chrpath -d {} \;
-  # move ruby bindings to vendor_ruby
-  mv -v "${pkgdir}/usr/lib/ruby/site_ruby/" \
-"${pkgdir}/usr/lib/ruby/vendor_ruby/"
-  # adding files below /etc/apparmor.d to backup array
-  cd "${pkgdir}"
-  backup=( ${backup[@]} $(find "etc/${pkgname}.d/" -type f) )
-}

Copied: apparmor/repos/community-testing-x86_64/PKGBUILD (from rev 384166, 
apparmor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-22 15:39:16 UTC (rev 384167)
@@ -0,0 +1,102 @@
+# Maintainer: David Runge 
+pkgname=apparmor
+pkgver=2.13.0
+pkgrel=6
+pkgdesc="Mandatory Access Control (MAC) using Linux Security Module (LSM)"
+arch=('x86_64')
+url="https://launchpad.net/apparmor;
+license=('GPL')
+depends=('audit' 'pam' 'python')
+makedepends=('swig' 'chrpath' 'ruby')
+optdepends=('perl: perl bindings'
+

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

2018-09-22 Thread Kyle Keen via arch-commits
Date: Saturday, September 22, 2018 @ 15:33:02
  Author: kkeen
Revision: 384156

upgpkg: bzrtp 1.0.6-3 mbedtls rebuild

Modified:
  bzrtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 15:22:55 UTC (rev 384155)
+++ PKGBUILD2018-09-22 15:33:02 UTC (rev 384156)
@@ -3,7 +3,7 @@
 
 pkgname=bzrtp
 pkgver=1.0.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
 arch=('x86_64')
 url="https://github.com/BelledonneCommunications/bzrtp;
@@ -16,6 +16,7 @@
 
 build() {
   cd ${pkgname}-${pkgver}
+  CFLAGS="$CFLAGS -Wno-error=cast-function-type"
   [ -x ./configure ] || ./autogen.sh
   ./configure --prefix=/usr
   make


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

2018-09-22 Thread Kyle Keen via arch-commits
Date: Saturday, September 22, 2018 @ 15:33:15
  Author: kkeen
Revision: 384157

archrelease: copy trunk to community-staging-x86_64

Added:
  bzrtp/repos/community-staging-x86_64/
  bzrtp/repos/community-staging-x86_64/PKGBUILD
(from rev 384156, bzrtp/trunk/PKGBUILD)

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

Copied: bzrtp/repos/community-staging-x86_64/PKGBUILD (from rev 384156, 
bzrtp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 15:33:15 UTC (rev 384157)
@@ -0,0 +1,28 @@
+# Maintainer:
+# Contributor: Antonio Rojas 
+
+pkgname=bzrtp
+pkgver=1.0.6
+pkgrel=3
+pkgdesc="Opensource implementation of ZRTP keys exchange protocol"
+arch=('x86_64')
+url="https://github.com/BelledonneCommunications/bzrtp;
+license=('GPL2')
+depends=('libxml2' 'mbedtls' 'bctoolbox')
+makedepends=('bcunit')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bzrtp/archive/$pkgver.tar.gz;)
+sha256sums=('d551cf45372a180319fd93d7b59823ccff169dc41f67a777932c83def8019260')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS="$CFLAGS -Wno-error=cast-function-type"
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in vault/repos/community-x86_64 (12 files)

2018-09-22 Thread Christian Rebischke via arch-commits
Date: Saturday, September 22, 2018 @ 15:22:55
  Author: shibumi
Revision: 384155

archrelease: copy trunk to community-x86_64

Added:
  vault/repos/community-x86_64/PKGBUILD
(from rev 384154, vault/trunk/PKGBUILD)
  vault/repos/community-x86_64/vault.hcl
(from rev 384154, vault/trunk/vault.hcl)
  vault/repos/community-x86_64/vault.install
(from rev 384154, vault/trunk/vault.install)
  vault/repos/community-x86_64/vault.service
(from rev 384154, vault/trunk/vault.service)
  vault/repos/community-x86_64/vault.sysusers
(from rev 384154, vault/trunk/vault.sysusers)
  vault/repos/community-x86_64/vault.tmpfiles
(from rev 384154, vault/trunk/vault.tmpfiles)
Deleted:
  vault/repos/community-x86_64/PKGBUILD
  vault/repos/community-x86_64/vault.hcl
  vault/repos/community-x86_64/vault.install
  vault/repos/community-x86_64/vault.service
  vault/repos/community-x86_64/vault.sysusers
  vault/repos/community-x86_64/vault.tmpfiles

+
 PKGBUILD   |  146 +++
 vault.hcl  |   38 +++---
 vault.install  |   18 +++---
 vault.service  |   44 
 vault.sysusers |2 
 vault.tmpfiles |2 
 6 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-22 15:22:45 UTC (rev 384154)
+++ PKGBUILD2018-09-22 15:22:55 UTC (rev 384155)
@@ -1,73 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Tim Meusel 
-# Contributor: Sebastian Rakel sebast...@devunit.eu
-
-pkgname='vault'
-pkgdesc='A tool for managing secrets'
-pkgver='0.11.0'
-pkgrel='1'
-url="https://vaultproject.io/;
-license=('MPL')
-arch=('x86_64')
-makedepends=('go-pie' 'git' 'yarn' 'python2' 'bower' 'npm' 'zip')
-depends=('glibc')
-install='vault.install'
-backup=('etc/vault.hcl')
-_vault_commit='87492f9258e0227f3717e3883c6a8be5716bf564'
-source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit};
-'vault.service'
-'vault.sysusers'
-'vault.tmpfiles'
-'vault.hcl')
-sha512sums=('SKIP'
-
'6619cf57668e995cddb29fb6c388c18c21b251052a53832415e415bb4fe538361ef77b74536f5b082b9cda6cd71b598fc50d8b7f51092c4d60262052c5725af2'
-
'92616ccf83fa5ca9f8b0d022cf8ceb1f3549e12b66bf21d9f77f3eb26bd75ec1dc36c155948ec987c642067b85fbfc30a9217d6c503d952a402aa5ef63e50928'
-
'073f0f400cba78521cd2709ce86d88fbb14125117f9f3beca657f625d04eab8e00f7a01b5d9a1cfc03e9038844f5732bdbb1a85dd65a803d3f0b90f8bf87880e'
-
'46106cc76151eef2dd5e4b2caa6a96aae4d6ce1ecbf977dcc8667a3f6c829cbea95133622adafcb15cdfaa066ecc94c73c983e7613ee2f6573694981569729fe')
-
-prepare () {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p src/github.com/hashicorp/
-  mv "${pkgname}" "src/github.com/hashicorp/${pkgname}"
-  # this is temporary
-  go get github.com/kardianos/govendor
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/hashicorp/${pkgname}"
-}
-
-build () {
-  cd $PACKAGE_ROOT
-
-  # We will provide these packages in the future ourself
-  govendor fetch github.com/mitchellh/gox
-  govendor fetch github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs
-  govendor fetch github.com/hashicorp/go-bindata/go-bindata
-
-  cd $PACKAGE_ROOT/vendor/github.com/hashicorp/go-bindata/go-bindata
-  go build
-  go install
-
-  cd 
$PACKAGE_ROOT/vendor/github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs
-  go build
-  go install
-
-  cd $PACKAGE_ROOT/vendor/github.com/mitchellh/gox
-  go build
-  go install
-
-  cd $PACKAGE_ROOT
-  XC_OSARCH='linux/amd64' make static-dist bin
-}
-
-package () {
-  cd ${PACKAGE_ROOT}
-  install -Dm755 bin/vault "${pkgdir}/usr/bin/vault"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "${srcdir}/vault.hcl" "${pkgdir}/etc/vault.hcl"
-  install -Dm644 "${srcdir}/vault.service" 
"${pkgdir}/usr/lib/systemd/system/vault.service"
-  install -Dm644 "${srcdir}/vault.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/vault.conf"
-  install -Dm644 "${srcdir}/vault.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/vault.conf"
-  for file in README.md CHANGELOG.md ; do
-install -Dm644 "${file}" "${pkgdir}/usr/share/doc/${pkgname}/${file}"
-  done
-}

Copied: vault/repos/community-x86_64/PKGBUILD (from rev 384154, 
vault/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-22 15:22:55 UTC (rev 384155)
@@ -0,0 +1,73 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Tim Meusel 
+# Contributor: Sebastian Rakel sebast...@devunit.eu
+
+pkgname='vault'
+pkgdesc='A tool for managing secrets'
+pkgver='0.11.1'
+pkgrel='1'
+url="https://vaultproject.io/;
+license=('MPL')
+arch=('x86_64')
+makedepends=('go-pie' 'git' 'yarn' 'python2' 'bower' 'npm' 'zip')
+depends=('glibc')
+install='vault.install'
+backup=('etc/vault.hcl')

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

2018-09-22 Thread Christian Rebischke via arch-commits
Date: Saturday, September 22, 2018 @ 15:22:45
  Author: shibumi
Revision: 384154

upgpkg: vault 0.11.1-1

Modified:
  vault/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 15:19:00 UTC (rev 384153)
+++ PKGBUILD2018-09-22 15:22:45 UTC (rev 384154)
@@ -4,7 +4,7 @@
 
 pkgname='vault'
 pkgdesc='A tool for managing secrets'
-pkgver='0.11.0'
+pkgver='0.11.1'
 pkgrel='1'
 url="https://vaultproject.io/;
 license=('MPL')
@@ -13,7 +13,7 @@
 depends=('glibc')
 install='vault.install'
 backup=('etc/vault.hcl')
-_vault_commit='87492f9258e0227f3717e3883c6a8be5716bf564'
+_vault_commit='8575f8fedcf8f5a6eb2b4701cb527b99574b5286'
 source=("git+https://github.com/hashicorp/vault#commit=${_vault_commit};
 'vault.service'
 'vault.sysusers'


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

2018-09-22 Thread Kyle Keen via arch-commits
Date: Saturday, September 22, 2018 @ 15:19:00
  Author: kkeen
Revision: 384153

archrelease: copy trunk to community-staging-x86_64

Added:
  dolphin-emu/repos/community-staging-x86_64/
  dolphin-emu/repos/community-staging-x86_64/PKGBUILD
(from rev 384152, dolphin-emu/trunk/PKGBUILD)

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

Copied: dolphin-emu/repos/community-staging-x86_64/PKGBUILD (from rev 384152, 
dolphin-emu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 15:19:00 UTC (rev 384153)
@@ -0,0 +1,58 @@
+# Maintainer: schuay 
+# Maintainer: Maxime Gauduin 
+# Contributor: Jeremy Newton (Mystro256) 
+
+pkgname=dolphin-emu
+pkgver=5.0.r7309.10d230a512
+pkgrel=6
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce emulator'
+arch=('x86_64')
+url='http://dolphin-emu.org'
+license=('GPL')
+depends=('alsa-lib' 'bluez-libs' 'enet' 'gcc-libs' 'glibc' 'hidapi' 'libevdev'
+ 'libgl' 'libpng' 'libpulse' 'libx11' 'libxi' 'libxrandr' 'lzo'
+ 'mbedtls' 'qt5-base' 'sfml' 'zlib'
+ 'libavcodec.so' 'libavformat.so' 'libavutil.so' 'libcurl.so'
+ 'libminiupnpc.so' 'libswscale.so' 'libudev.so' 'libusb-1.0.so')
+makedepends=('cmake' 'git')
+optdepends=('pulseaudio: PulseAudio backend')
+options=('!emptydirs')
+_commit='10d230a512b99aee66f7343481ed13d83557de22'
+source=("dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd dolphin-emu
+
+  git describe | sed 's/-/.r/; s/-g/./'
+}
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../dolphin-emu \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DENABLE_QT2='ON' \
+-DENABLE_WX='OFF' \
+-DUSE_SHARED_ENET='ON' \
+-DDISTRIBUTOR='archlinux.org'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm 644 ../dolphin-emu/Data/51-usb-device.rules -t 
"${pkgdir}"/usr/lib/udev/rules.d/
+}
+
+# vim: ts=2 sw=2 et:


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

2018-09-22 Thread Kyle Keen via arch-commits
Date: Saturday, September 22, 2018 @ 15:18:45
  Author: kkeen
Revision: 384152

upgpkg: dolphin-emu 1:5.0.r7309.10d230a512-6 mbedtls rebuild

Modified:
  dolphin-emu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 15:12:43 UTC (rev 384151)
+++ PKGBUILD2018-09-22 15:18:45 UTC (rev 384152)
@@ -4,7 +4,7 @@
 
 pkgname=dolphin-emu
 pkgver=5.0.r7309.10d230a512
-pkgrel=5
+pkgrel=6
 epoch=1
 pkgdesc='A Gamecube / Wii / Triforce emulator'
 arch=('x86_64')


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

2018-09-22 Thread Kyle Keen via arch-commits
Date: Saturday, September 22, 2018 @ 15:12:43
  Author: kkeen
Revision: 384151

archrelease: copy trunk to community-staging-x86_64

Added:
  shadowsocks-libev/repos/community-staging-x86_64/
  shadowsocks-libev/repos/community-staging-x86_64/PKGBUILD
(from rev 384150, shadowsocks-libev/trunk/PKGBUILD)
  
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-redir@.service
(from rev 384150, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
  
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-server@.service
(from rev 384150, shadowsocks-libev/trunk/shadowsocks-libev-server@.service)
  
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-tunnel@.service
(from rev 384150, shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service)
  shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev.install
(from rev 384150, shadowsocks-libev/trunk/shadowsocks-libev.install)
  shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev@.service
(from rev 384150, shadowsocks-libev/trunk/shadowsocks-libev@.service)

---+
 PKGBUILD  |   49 
 shadowsocks-libev-redir@.service  |   13 +
 shadowsocks-libev-server@.service |   13 +
 shadowsocks-libev-tunnel@.service |   13 +
 shadowsocks-libev.install |   10 +++
 shadowsocks-libev@.service|   13 +
 6 files changed, 111 insertions(+)

Copied: shadowsocks-libev/repos/community-staging-x86_64/PKGBUILD (from rev 
384150, shadowsocks-libev/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 15:12:43 UTC (rev 384151)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: jiangxq 
+# Contributor: zh8 
+# Contributor: 4679kun 
+
+pkgname=shadowsocks-libev
+pkgver=3.2.0
+pkgrel=3
+pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
+arch=('x86_64')
+url='https://github.com/shadowsocks/shadowsocks-libev'
+license=('GPL3')
+depends=('libcap' 'mbedtls' 'libsodium' 'libev' 'c-ares' 'pcre' 'libcorkipset' 
'libbloom')
+makedepends=('asciidoc' 'xmlto')
+install=${pkgname}.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/$pkgname/archive/v$pkgver.tar.gz;
+'shadowsocks-libev@.service'
+'shadowsocks-libev-server@.service'
+'shadowsocks-libev-redir@.service'
+'shadowsocks-libev-tunnel@.service')
+
+sha512sums=('a90d161ec89155bb064cb7e9a8320475bdf75c47588000e5baa8275e9c0ce69126c3a75a4d1f40fa799f27cf537856482ed505436255519b58d9b84a4809fd0a'
+
'57c92f20d26283c87b86a66269a8475117ba4db4d13e5341f1795edb38181edd972179141cd1ef15e9b898b8b42d5319fe1a64edef8b35cb62f98443b701a5dd'
+
'b40db992b2e77846064d5b689835bcaf335da961684ca0d6aa0dc798ca9541ee0e0236e10e39f44a9ff3fbe260666a25e5440160121b10a655ac95a3f4ecba0a'
+
'8646a373b58327cdb75ed933447b4cb833ecca215807661120909e21d8c2a1d354beff302192e24dc77bfda3db2f806ec2b01a288ddb4f4e4b9ae200d0beeadd'
+
'851a17a53cd84b425316c476f423b03d763e0fdfe987543964df4c67567374b833bf776e93476593d81652eda9986beeca1d06c8f13219fe6336c6f3e6441e98')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  sed -i 's|AC_CONFIG_FILES(\[libbloom/Makefile libcork/Makefile 
libipset/Makefile\])||' configure.ac
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --enable-system-shared-lib
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 "$srcdir/shadowsocks-libev@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-libev@.service"
+  install -Dm644 "$srcdir/shadowsocks-libev-server@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-libev-server@.service"
+  install -Dm644 "$srcdir/shadowsocks-libev-redir@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-libev-redir@.service"
+  install -Dm644 "$srcdir/shadowsocks-libev-tunnel@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-libev-tunnel@.service"
+}

Copied: 
shadowsocks-libev/repos/community-staging-x86_64/shadowsocks-libev-redir@.service
 (from rev 384150, shadowsocks-libev/trunk/shadowsocks-libev-redir@.service)
===
--- community-staging-x86_64/shadowsocks-libev-redir@.service   
(rev 0)
+++ community-staging-x86_64/shadowsocks-libev-redir@.service   2018-09-22 
15:12:43 UTC (rev 384151)
@@ -0,0 +1,13 @@
+[Unit]
+Description=Shadowsocks-Libev Client Service Redir Mode
+After=network-online.target
+
+[Service]
+Type=simple
+User=nobody
+CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
+ExecStart=/usr/bin/ss-redir -c /etc/shadowsocks/%i.json
+
+[Install]

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

2018-09-22 Thread Kyle Keen via arch-commits
Date: Saturday, September 22, 2018 @ 15:12:02
  Author: kkeen
Revision: 384150

upgpkg: shadowsocks-libev 3.2.0-3 mbedtls rebuild

Modified:
  shadowsocks-libev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 15:06:03 UTC (rev 384149)
+++ PKGBUILD2018-09-22 15:12:02 UTC (rev 384150)
@@ -5,7 +5,7 @@
 
 pkgname=shadowsocks-libev
 pkgver=3.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
 arch=('x86_64')
 url='https://github.com/shadowsocks/shadowsocks-libev'


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

2018-09-22 Thread Kyle Keen via arch-commits
Date: Saturday, September 22, 2018 @ 15:06:03
  Author: kkeen
Revision: 384149

archrelease: copy trunk to community-staging-x86_64

Added:
  neko/repos/community-staging-x86_64/
  neko/repos/community-staging-x86_64/PKGBUILD
(from rev 384148, neko/trunk/PKGBUILD)

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

Copied: neko/repos/community-staging-x86_64/PKGBUILD (from rev 384148, 
neko/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 15:06:03 UTC (rev 384149)
@@ -0,0 +1,44 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daichi Shinozaki 
+# Contributor: Dwight Schauer 
+# Contributor: Stefan Husmann 
+# Contributor: Christoph Zeiler 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Caleb McCombs 
+# Contributor: Christian Hesse 
+
+pkgname=neko
+pkgver=2.2.0
+pkgrel=4
+pkgdesc='High-level and dynamically typed programming language'
+url='http://nekovm.org/' # no https
+license=('LGPL')
+arch=('x86_64')
+depends=('gc' 'gtk2' 'libmariadbclient' 'mbedtls' 'sqlite')
+makedepends=('apache' 'apr' 'cmake' 'git' 'mbedtls' 'ninja')
+optdepends=('apache: for extending Apache with mod_neko')
+options=('!strip')
+source=("git+https://github.com/HaxeFoundation/neko#tag=v${pkgver//./-};)
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i '/xlocale.h/d' "$pkgname/libs/std/sys.c"
+}
+
+build() {
+  mkdir -p build
+  cd build
+
+  cmake ../$pkgname \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DRUN_LDCONFIG=OFF \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: nekovm.org/download
+# vim: ts=2 sw=2 et:


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

2018-09-22 Thread Kyle Keen via arch-commits
Date: Saturday, September 22, 2018 @ 15:05:51
  Author: kkeen
Revision: 384148

upgpkg: neko 2.2.0-4 mbedtls rebuild

Modified:
  neko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 14:57:03 UTC (rev 384147)
+++ PKGBUILD2018-09-22 15:05:51 UTC (rev 384148)
@@ -9,7 +9,7 @@
 
 pkgname=neko
 pkgver=2.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc='High-level and dynamically typed programming language'
 url='http://nekovm.org/' # no https
 license=('LGPL')


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

2018-09-22 Thread Kyle Keen via arch-commits
Date: Saturday, September 22, 2018 @ 14:57:03
  Author: kkeen
Revision: 384147

archrelease: copy trunk to community-staging-x86_64

Added:
  bctoolbox/repos/community-staging-x86_64/
  bctoolbox/repos/community-staging-x86_64/PKGBUILD
(from rev 384146, bctoolbox/trunk/PKGBUILD)

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

Copied: bctoolbox/repos/community-staging-x86_64/PKGBUILD (from rev 384146, 
bctoolbox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 14:57:03 UTC (rev 384147)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=bctoolbox
+pkgver=0.6.0
+pkgrel=4
+pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
+arch=('x86_64')
+url="https://github.com/BelledonneCommunications/bctoolbox;
+license=('GPL')
+depends=('mbedtls')
+makedepends=('bcunit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bctoolbox/archive/$pkgver.tar.gz;)
+sha256sums=('299dedcf8f1edea79964314504f0d24e97cdf24a289896fc09bc69c38eb9f9be')
+
+build() {
+  cd ${pkgname}-$pkgver
+  [ -x ./configure ] || ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2018-09-22 Thread Kyle Keen via arch-commits
Date: Saturday, September 22, 2018 @ 14:56:51
  Author: kkeen
Revision: 384146

upgpkg: bctoolbox 0.6.0-4 mbedtls rebuild

Modified:
  bctoolbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 14:49:33 UTC (rev 384145)
+++ PKGBUILD2018-09-22 14:56:51 UTC (rev 384146)
@@ -2,7 +2,7 @@
 
 pkgname=bctoolbox
 pkgver=0.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A library written in C that allows you to create and run audio and 
video streams"
 arch=('x86_64')
 url="https://github.com/BelledonneCommunications/bctoolbox;


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

2018-09-22 Thread Kyle Keen via arch-commits
Date: Saturday, September 22, 2018 @ 14:49:33
  Author: kkeen
Revision: 384145

archrelease: copy trunk to community-staging-x86_64

Added:
  umurmur/repos/community-staging-x86_64/
  umurmur/repos/community-staging-x86_64/PKGBUILD
(from rev 384144, umurmur/trunk/PKGBUILD)
  umurmur/repos/community-staging-x86_64/umurmur.service
(from rev 384144, umurmur/trunk/umurmur.service)
  umurmur/repos/community-staging-x86_64/umurmur.sysusers
(from rev 384144, umurmur/trunk/umurmur.sysusers)

--+
 PKGBUILD |   50 ++
 umurmur.service  |   15 +++
 umurmur.sysusers |1 +
 3 files changed, 66 insertions(+)

Copied: umurmur/repos/community-staging-x86_64/PKGBUILD (from rev 384144, 
umurmur/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 14:49:33 UTC (rev 384145)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Knauer 
+# Contributor: xav 
+
+pkgname=umurmur
+pkgver=0.2.17
+pkgrel=12
+pkgdesc='Minimalistic Mumble server'
+url='https://github.com/umurmur/umurmur'
+arch=('x86_64')
+license=('custom')
+depends=('mbedtls' 'libconfig' 'protobuf-c')
+makedepends=('cmake')
+backup=('etc/umurmur/umurmur.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/umurmur/umurmur/archive/${pkgver}.tar.gz
+umurmur.sysusers
+umurmur.service)
+sha256sums=('e77b7b6616768f4a1c07442afe49a772692f667b00c23cc85909d4dd0ce206d2'
+'0fc68df464ee51a431d934d068aed0be5f8c5e64d0bd29848f97532d39f8c310'
+'3575e69da5ad1fc8541ef37af90cdd245e3202980589ffd26d124fd9e785b738')
+sha512sums=('a496a51fd7815ad117f5aee17bb78cbd319c584ad60ab8aebbfd8ddf7b1760f443f2337bc74be1e0d5af17d3c3df2ae6c9060eca576cf1e6ed4c6cb0825e9c15'
+
'd84950a32ab8a2e84f5fe333cd2894e52aba624531644d106c982aa4ff04271d318543398fa7f48c719f26338679fa971bb5332472e9040ac9aa8a9b4a1f2832'
+
'ceb42e7ed4385d16c9d9f30312cc5a57b0ee0ba0ec423e7e2f3e9abc1956506e8817e9a3cb2257112434d568594f4e495f1661af0f89451f802f924790df8ffa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  mkdir build
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSSL=mbedtls
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm 644 "${pkgdir}/usr/etc/umurmur.conf" -t "${pkgdir}/etc/umurmur"
+  rm -r "${pkgdir}/usr/etc"
+  install -Dm 644 "${srcdir}/umurmur.service" -t 
"${pkgdir}/usr/lib/systemd/system"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  install -Dm 644 "${srcdir}/umurmur.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/umurmur.conf"
+}
+
+# vim: ts=2 sw=2 et:

Copied: umurmur/repos/community-staging-x86_64/umurmur.service (from rev 
384144, umurmur/trunk/umurmur.service)
===
--- community-staging-x86_64/umurmur.service(rev 0)
+++ community-staging-x86_64/umurmur.service2018-09-22 14:49:33 UTC (rev 
384145)
@@ -0,0 +1,15 @@
+[Unit]
+Description=Minimalistic Mumble server
+After=network.target
+
+[Service]
+Type=simple
+User=umurmur
+Group=umurmur
+PIDFile=/run/umurmurd.pid
+ExecStartPre=/usr/bin/umurmurd -t -c /etc/umurmur/umurmur.conf
+ExecStart=/usr/bin/umurmurd -d -r -p /run/umurmurd.pid -c 
/etc/umurmur/umurmur.conf
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target

Copied: umurmur/repos/community-staging-x86_64/umurmur.sysusers (from rev 
384144, umurmur/trunk/umurmur.sysusers)
===
--- community-staging-x86_64/umurmur.sysusers   (rev 0)
+++ community-staging-x86_64/umurmur.sysusers   2018-09-22 14:49:33 UTC (rev 
384145)
@@ -0,0 +1 @@
+u umurmur - - -


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

2018-09-22 Thread Kyle Keen via arch-commits
Date: Saturday, September 22, 2018 @ 14:49:17
  Author: kkeen
Revision: 384144

upgpkg: umurmur 0.2.17-12 mbedtls rebuild

Modified:
  umurmur/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 14:45:17 UTC (rev 384143)
+++ PKGBUILD2018-09-22 14:49:17 UTC (rev 384144)
@@ -5,7 +5,7 @@
 
 pkgname=umurmur
 pkgver=0.2.17
-pkgrel=11
+pkgrel=12
 pkgdesc='Minimalistic Mumble server'
 url='https://github.com/umurmur/umurmur'
 arch=('x86_64')


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

2018-09-22 Thread Kyle Keen via arch-commits
Date: Saturday, September 22, 2018 @ 14:45:01
  Author: kkeen
Revision: 384142

upgpkg: hiawatha 10.8.3-1

Modified:
  hiawatha/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 14:41:00 UTC (rev 384141)
+++ PKGBUILD2018-09-22 14:45:01 UTC (rev 384142)
@@ -3,7 +3,7 @@
 # Contributor: Pascal Ernster 
 
 pkgname=hiawatha
-pkgver=10.8.2
+pkgver=10.8.3
 pkgrel=1
 pkgdesc="Secure and advanced webserver"
 url="https://www.hiawatha-webserver.org/;
@@ -26,7 +26,7 @@
 'letsencrypt-renew.service'
 'letsencrypt-renew.timer'
 )
-sha256sums=('282e586113a1ffaececfd093a3da83c9f6de67e8d76853f25c546fdca9f013c7'
+sha256sums=('daccdfda7979a907ba3a4e206e0a8d16d8fdceb55ee2b0f75e1acac8ef21e070'
 '4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
 'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155'
 '7f903aadf1e7e4bf449c9a647f160051358ef1e2db328afffc7f3a5c204f8ea5'


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

2018-09-22 Thread Kyle Keen via arch-commits
Date: Saturday, September 22, 2018 @ 14:45:17
  Author: kkeen
Revision: 384143

archrelease: copy trunk to community-staging-x86_64

Added:
  hiawatha/repos/community-staging-x86_64/
  hiawatha/repos/community-staging-x86_64/PKGBUILD
(from rev 384142, hiawatha/trunk/PKGBUILD)
  hiawatha/repos/community-staging-x86_64/hiawatha.conf.sample
(from rev 384142, hiawatha/trunk/hiawatha.conf.sample)
  hiawatha/repos/community-staging-x86_64/hiawatha.service
(from rev 384142, hiawatha/trunk/hiawatha.service)
  hiawatha/repos/community-staging-x86_64/letsencrypt-renew.service
(from rev 384142, hiawatha/trunk/letsencrypt-renew.service)
  hiawatha/repos/community-staging-x86_64/letsencrypt-renew.timer
(from rev 384142, hiawatha/trunk/letsencrypt-renew.timer)

---+
 PKGBUILD  |  102 +++
 hiawatha.conf.sample  |  114 
 hiawatha.service  |   16 ++
 letsencrypt-renew.service |8 +++
 letsencrypt-renew.timer   |   11 
 5 files changed, 251 insertions(+)

Copied: hiawatha/repos/community-staging-x86_64/PKGBUILD (from rev 384142, 
hiawatha/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 14:45:17 UTC (rev 384143)
@@ -0,0 +1,102 @@
+# Maintainer: Kyle Keen 
+# Contributor: Kurt Marasco 
+# Contributor: Pascal Ernster 
+
+pkgname=hiawatha
+pkgver=10.8.3
+pkgrel=1
+pkgdesc="Secure and advanced webserver"
+url="https://www.hiawatha-webserver.org/;
+arch=('x86_64')
+license=('GPL2')
+depends=('libxslt' 'mbedtls')
+optdepends=('php-fpm: PHP fastcgi'
+'php: letsencrypt')
+makedepends=('cmake')
+backup=(
+'etc/hiawatha/hiawatha.conf'
+'etc/hiawatha/cgi-wrapper.conf'
+'etc/hiawatha/mimetype.conf'
+)
+
+source=(
+"https://www.hiawatha-webserver.org/files/$pkgname-$pkgver.tar.gz; 
+'hiawatha.conf.sample'
+'hiawatha.service'
+'letsencrypt-renew.service'
+'letsencrypt-renew.timer'
+)
+sha256sums=('daccdfda7979a907ba3a4e206e0a8d16d8fdceb55ee2b0f75e1acac8ef21e070'
+'4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7'
+'fb789b12bb6246237b15a9244f58317abdd53e5ca4eb55880e40a498b2237155'
+'7f903aadf1e7e4bf449c9a647f160051358ef1e2db328afffc7f3a5c204f8ea5'
+'a1d5371e886bdd697c9d040125aa5b117d6efe36bb6ee77b57004d893f2bc410')
+
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's/www-data/http/g' extra/logrotate.in
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir -p build
+  cd build
+
+  cmake ../ -DCMAKE_INSTALL_PREFIX="/" \
+-DCMAKE_INSTALL_BINDIR="/usr/bin" \
+-DCMAKE_INSTALL_SBINDIR="/usr/bin" \
+-DCMAKE_INSTALL_SYSCONFDIR="/etc/hiawatha" \
+-DCMAKE_INSTALL_LIBDIR="/usr/lib" \
+-DCMAKE_INSTALL_MANDIR="/usr/share/man" \
+-DCONFIG_DIR="/etc/hiawatha" \
+-DLOG_DIR="/var/log/hiawatha" \
+-DPID_DIR="/run" \
+-DENABLE_TLS=ON \
+-DUSE_SYSTEM_MBEDTLS=ON \
+-DENABLE_MONITOR=ON \
+-DWEBROOT_DIR="/srv/http/hiawatha" \
+-DWORK_DIR="/var/lib/hiawatha"
+
+  make
+
+  # Features enabled by default
+  # -DENABLE_CACHE
+  # -DENABLE_IPV6
+  # -DENABLE_RPROXY
+  # -DENABLE_TOOLKIT
+  # -DENABLE_XSLT
+
+  # Features disabled by default
+  # -DENABLE_DEBUG
+  # -DENABLE_TOMAHAWK  
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir/" install
+ 
+  rmdir "$pkgdir/run"
+  rm "$pkgdir/srv/http/hiawatha/index.html"
+  rmdir -p --ignore-fail-on-non-empty "$pkgdir/srv/http/hiawatha"
+ 
+  # Update stock hiawatha.conf
+  sed -e 's|#ServerId = www-data|ServerId = http|' \
+  -e 's|/var/www/|/srv/http/|g' \
+  -e 's|//|/|g' \
+  -e 's|#CGIextension = cgi|&\n#TriggerOnCGIstatus = no|g' \
+  -e 's|ConnectTo = 127.0.0.1:2005|ConnectTo = 127.0.0.1:9000|g' \
+  -e 's|#  Extension = php|&\n#   SessionTimeout = 30|g' \
+  -e 's|#ErrorHandler = 404:/error.cgi|&\n#UseGZfile = yes|g' \
+  -i "$pkgdir/etc/hiawatha/hiawatha.conf"
+  
+  install -Dm644 logrotate.d/hiawatha "$pkgdir/etc/logrotate.d/hiawatha"
+  install -Dm644 "$srcdir/hiawatha.service" 
"$pkgdir/usr/lib/systemd/system/hiawatha.service"
+  install -Dm644 "$srcdir/hiawatha.conf.sample" "$pkgdir/etc/hiawatha/"
+
+  mkdir -p "$pkgdir/usr/share/hiawatha/"
+  cd "$srcdir/$pkgname-$pkgver/extra/"
+  cp "$srcdir/letsencrypt-renew."* letsencrypt/
+  tar -caf "$pkgdir/usr/share/hiawatha/letsencrypt.tar.gz" letsencrypt/*
+}
+

Copied: hiawatha/repos/community-staging-x86_64/hiawatha.conf.sample (from rev 
384142, hiawatha/trunk/hiawatha.conf.sample)
===
--- 

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

2018-09-22 Thread Kyle Keen via arch-commits
Date: Saturday, September 22, 2018 @ 14:41:00
  Author: kkeen
Revision: 384141

archrelease: copy trunk to community-staging-x86_64

Added:
  mbedtls/repos/community-staging-x86_64/
  mbedtls/repos/community-staging-x86_64/PKGBUILD
(from rev 384140, mbedtls/trunk/PKGBUILD)

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

Copied: mbedtls/repos/community-staging-x86_64/PKGBUILD (from rev 384140, 
mbedtls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 14:41:00 UTC (rev 384141)
@@ -0,0 +1,49 @@
+# Maintainer: Kyle Keen 
+# Contributor: Mihai Militaru 
+# Contributor: carstene1ns 
+
+pkgname=mbedtls
+pkgver=2.13.0
+pkgrel=1
+pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
+arch=('x86_64')
+url="https://tls.mbed.org;
+license=('Apache')
+provides=('polarssl')
+replaces=('polarssl')
+conflicts=('polarssl')
+source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz;)
+#source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz;)
+sha1sums=('c08ece280db88b765ae626254000bbe192f48bb2')
+depends=('glibc')
+checkdepends=('python2')
+options=('staticlibs')
+
+# 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch
+# https://github.com/alucryd/aur-alucryd/blob/master/personal/polarssl/PKGBUILD
+# https://aur.archlinux.org/packages/po/polarssl-git/PKGBUILD
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # enable flags for non-embedded systems
+  sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
+  sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' 
include/mbedtls/config.h
+
+  # FS#49914 (2.3.0-2)
+  sed -i 's||"platform.h"|' include/mbedtls/ssl.h
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  LDFLAGS+=" -I../include " make SHARED=1 no_test
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make SHARED=1 check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/usr" install
+}


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

2018-09-22 Thread Kyle Keen via arch-commits
Date: Saturday, September 22, 2018 @ 14:40:49
  Author: kkeen
Revision: 384140

upgpkg: mbedtls 2.13.0-1

Modified:
  mbedtls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 13:50:59 UTC (rev 384139)
+++ PKGBUILD2018-09-22 14:40:49 UTC (rev 384140)
@@ -3,7 +3,7 @@
 # Contributor: carstene1ns 
 
 pkgname=mbedtls
-pkgver=2.12.0
+pkgver=2.13.0
 pkgrel=1
 pkgdesc="Portable cryptographic and SSL/TLS library, aka polarssl"
 arch=('x86_64')
@@ -14,8 +14,9 @@
 conflicts=('polarssl')
 source=("https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz;)
 #source=("https://tls.mbed.org/download/mbedtls-$pkgver-apache.tgz;)
-sha1sums=('0dc9860b91515efb37ea28d3a2b0f8becaa04c33')
+sha1sums=('c08ece280db88b765ae626254000bbe192f48bb2')
 depends=('glibc')
+checkdepends=('python2')
 options=('staticlibs')
 
 # 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch


[arch-commits] Commit in modemmanager/repos/extra-x86_64 (4 files)

2018-09-22 Thread Jan Steffens via arch-commits
Date: Saturday, September 22, 2018 @ 14:16:51
  Author: heftig
Revision: 335238

archrelease: copy trunk to extra-x86_64

Added:
  modemmanager/repos/extra-x86_64/PKGBUILD
(from rev 335237, modemmanager/trunk/PKGBUILD)
  modemmanager/repos/extra-x86_64/strict-filter.diff
(from rev 335237, modemmanager/trunk/strict-filter.diff)
Deleted:
  modemmanager/repos/extra-x86_64/PKGBUILD
  modemmanager/repos/extra-x86_64/strict-filter.diff

+
 PKGBUILD   |  173 +--
 strict-filter.diff |   26 +++
 2 files changed, 99 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-22 14:16:32 UTC (rev 335237)
+++ PKGBUILD2018-09-22 14:16:51 UTC (rev 335238)
@@ -1,87 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgbase=modemmanager
-pkgname=(modemmanager libmm-glib)
-pkgver=1.8.0
-pkgrel=2
-pkgdesc="Mobile broadband modem management service"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/ModemManager/;
-license=(GPL2 LGPL2.1)
-depends=(systemd libgudev polkit ppp libqmi libmbim)
-makedepends=(gtk-doc gobject-introspection vala autoconf-archive git)
-_commit=c187c5fef5e3ffa456b73367afb8d3c888599437  # tags/1.8.0
-source=("git+https://anongit.freedesktop.org/git/ModemManager/ModemManager#commit=$_commit;
-strict-filter.diff)
-sha256sums=('SKIP'
-'0602cc5088b193426c3af3d6ce14a7fd6502b06f77982dc56291d834280f311e')
-
-pkgver() {
-  cd ModemManager
-  git describe --tags | sed 's/-rc/rc/;s/-/+/g'
-}
-
-prepare() {
-  cd ModemManager
-
-  # Recommended by upstream
-  patch -Np1 -i ../strict-filter.diff
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd ModemManager
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---with-dbus-sys-dir=/usr/share/dbus-1/system.d \
---with-udev-base-dir=/usr/lib/udev \
---with-polkit=permissive \
---with-systemd-journal \
---with-systemd-suspend-resume \
---enable-gtk-doc \
---disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd ModemManager
-  make -k check
-}
-
-package_modemmanager() {
-  depends+=(libmm-glib)
-  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
-  options=(!emptydirs)
-
-  cd ModemManager
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" -C libmm-glib uninstall
-  make DESTDIR="$pkgdir" -C vapi uninstall
-
-  # Some stuff to move is left over
-  mv "$pkgdir/usr/include" ..
-  mv "$pkgdir/usr/lib/pkgconfig" ..
-}
-
-package_libmm-glib() {
-  pkgdesc="ModemManager library"
-  depends=(glib2)
-
-  install -d "$pkgdir/usr/lib"
-  mv include "$pkgdir/usr"
-  mv pkgconfig "$pkgdir/usr/lib"
-
-  cd ModemManager
-  make DESTDIR="$pkgdir" -C libmm-glib install
-  make DESTDIR="$pkgdir" -C vapi install
-}

Copied: modemmanager/repos/extra-x86_64/PKGBUILD (from rev 335237, 
modemmanager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-22 14:16:51 UTC (rev 335238)
@@ -0,0 +1,86 @@
+# Contributor: Ionut Biru 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgbase=modemmanager
+pkgname=(modemmanager libmm-glib)
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="Mobile broadband modem management service"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/ModemManager/;
+license=(GPL2 LGPL2.1)
+depends=(systemd libgudev polkit ppp libqmi libmbim)
+makedepends=(gtk-doc gobject-introspection vala autoconf-archive git)
+_commit=e89a4a6389cd05ee8f7323b382ac139a8d56768f  # tags/1.8.2
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit;
+strict-filter.diff)
+sha256sums=('SKIP'
+'0602cc5088b193426c3af3d6ce14a7fd6502b06f77982dc56291d834280f311e')
+
+pkgver() {
+  cd ModemManager
+  git describe --tags | sed 's/-rc/rc/;s/-/+/g'
+}
+
+prepare() {
+  cd ModemManager
+
+  # Recommended by upstream
+  patch -Np1 -i ../strict-filter.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd ModemManager
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--with-dbus-sys-dir=/usr/share/dbus-1/system.d \
+--with-udev-base-dir=/usr/lib/udev \
+--with-polkit=permissive \
+--with-systemd-journal \
+--with-systemd-suspend-resume \
+--enable-gtk-doc \
+--disable-static
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd ModemManager
+  make -k check
+}
+
+package_modemmanager() {
+  depends+=(libmm-glib)
+  optdepends=('usb_modeswitch: install if your 

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

2018-09-22 Thread Jan Steffens via arch-commits
Date: Saturday, September 22, 2018 @ 14:16:32
  Author: heftig
Revision: 335237

1.8.2-1

Modified:
  modemmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 14:10:48 UTC (rev 335236)
+++ PKGBUILD2018-09-22 14:16:32 UTC (rev 335237)
@@ -3,8 +3,8 @@
 
 pkgbase=modemmanager
 pkgname=(modemmanager libmm-glib)
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.8.2
+pkgrel=1
 pkgdesc="Mobile broadband modem management service"
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/ModemManager/;
@@ -11,8 +11,8 @@
 license=(GPL2 LGPL2.1)
 depends=(systemd libgudev polkit ppp libqmi libmbim)
 makedepends=(gtk-doc gobject-introspection vala autoconf-archive git)
-_commit=c187c5fef5e3ffa456b73367afb8d3c888599437  # tags/1.8.0
-source=("git+https://anongit.freedesktop.org/git/ModemManager/ModemManager#commit=$_commit;
+_commit=e89a4a6389cd05ee8f7323b382ac139a8d56768f  # tags/1.8.2
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit;
 strict-filter.diff)
 sha256sums=('SKIP'
 '0602cc5088b193426c3af3d6ce14a7fd6502b06f77982dc56291d834280f311e')


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

2018-09-22 Thread Jan Steffens via arch-commits
Date: Saturday, September 22, 2018 @ 14:10:48
  Author: heftig
Revision: 335236

Update source

Modified:
  libqmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 14:10:16 UTC (rev 335235)
+++ PKGBUILD2018-09-22 14:10:48 UTC (rev 335236)
@@ -10,7 +10,7 @@
 depends=(libmbim libgudev)
 makedepends=(gtk-doc python git help2man)
 _commit=c22afdeb8bbe65b5913e1e0121a3ab9622bac1d4  # tags/1.20.2
-source=("git+https://anongit.freedesktop.org/git/libqmi#commit=$_commit;)
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2018-09-22 Thread Jan Steffens via arch-commits
Date: Saturday, September 22, 2018 @ 14:10:16
  Author: heftig
Revision: 335235

Update source

Modified:
  libmbim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 13:44:10 UTC (rev 335234)
+++ PKGBUILD2018-09-22 14:10:16 UTC (rev 335235)
@@ -10,7 +10,7 @@
 depends=(glib2 bash systemd libgudev)
 makedepends=(gtk-doc python git help2man)
 _commit=8f885e389c8cd50264c6a93792327565b26d2934  # tags/1.16.2
-source=("git+https://anongit.freedesktop.org/git/libmbim/libmbim#commit=$_commit;)
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2018-09-22 Thread Filipe Laíns via arch-commits
Date: Saturday, September 22, 2018 @ 13:50:59
  Author: ffy00
Revision: 384139

run ninja in build

Modified:
  pulseeffects/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 13:37:48 UTC (rev 384138)
+++ PKGBUILD2018-09-22 13:50:59 UTC (rev 384139)
@@ -24,6 +24,8 @@
   cd $pkgname-$pkgver/build
 
   arch-meson ..
+
+  ninja
 }
 
 package() {


[arch-commits] Commit in ttf-carlito/repos/extra-any (3 files)

2018-09-22 Thread Andreas Radke via arch-commits
Date: Saturday, September 22, 2018 @ 13:44:10
  Author: andyrtr
Revision: 335234

archrelease: copy trunk to extra-any

Added:
  ttf-carlito/repos/extra-any/PKGBUILD
(from rev 335233, ttf-carlito/trunk/PKGBUILD)
Deleted:
  ttf-carlito/repos/extra-any/30-0-carlito.conf
  ttf-carlito/repos/extra-any/PKGBUILD

---+
 30-0-carlito.conf |   18 -
 PKGBUILD  |   53 +++-
 2 files changed, 24 insertions(+), 47 deletions(-)

Deleted: 30-0-carlito.conf
===
--- 30-0-carlito.conf   2018-09-22 13:44:03 UTC (rev 335233)
+++ 30-0-carlito.conf   2018-09-22 13:44:10 UTC (rev 335234)
@@ -1,18 +0,0 @@
-
-
-
-
-   
-  Carlito
-
-  Calibri
-
-
-
-  Calibri
-
-   Carlito
-
-
-
-

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-22 13:44:03 UTC (rev 335233)
+++ PKGBUILD2018-09-22 13:44:10 UTC (rev 335234)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Kewl 
-# Contributor: Justin Settle 
-
-pkgname=ttf-carlito
-pkgver=20130920
-pkgrel=1
-pkgdesc='Googles Carlito font'
-arch=('any')
-license=('custom:OFL')
-url='https://code.google.com/p/chromium/issues/detail?id=280557'
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-provides=('ttf-font')
-source=("http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/crosextrafonts-${pkgname#ttf-}-${pkgver}.tar.gz;
-"30-0-${pkgname#ttf-}.conf")
-sha256sums=('4bd12b6cbc321c1cf16da76e2c585c925ce956a08067ae6f6c64eff6ccfdaf5a'
-'9a7cd84293ec3d58bcd8da776d2eba6cd7a376e259f2fe617ce5f38bba808640')
-
-package() {
-  cd "crosextrafonts-${pkgname#ttf-}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/fonts/TTF/"
-  install -m644 *.ttf "${pkgdir}/usr/share/fonts/TTF/"
-
-  install -Dm0644 ../"30-0-${pkgname#ttf-}.conf" 
"${pkgdir}/etc/fonts/conf.avail/30-${pkgname#ttf-}.conf"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ttf-carlito/repos/extra-any/PKGBUILD (from rev 335233, 
ttf-carlito/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-22 13:44:10 UTC (rev 335234)
@@ -0,0 +1,24 @@
+# Maintainer: AndyRTR 
+# Contributor: Kewl 
+# Contributor: Justin Settle 
+
+pkgname=ttf-carlito
+pkgver=20130920
+pkgrel=2
+pkgdesc='Googles Carlito font'
+arch=('any')
+license=('custom:OFL')
+url='https://code.google.com/p/chromium/issues/detail?id=280557'
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+provides=('ttf-font')
+source=("http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/crosextrafonts-${pkgname#ttf-}-${pkgver}.tar.gz;)
+sha256sums=('4bd12b6cbc321c1cf16da76e2c585c925ce956a08067ae6f6c64eff6ccfdaf5a')
+
+package() {
+  cd "crosextrafonts-${pkgname#ttf-}-${pkgver}"
+
+  install -d "${pkgdir}/usr/share/fonts/TTF/"
+  install -m644 *.ttf "${pkgdir}/usr/share/fonts/TTF/"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in ttf-carlito/trunk (30-0-carlito.conf PKGBUILD)

2018-09-22 Thread Andreas Radke via arch-commits
Date: Saturday, September 22, 2018 @ 13:44:03
  Author: andyrtr
Revision: 335233

upgpkg: ttf-carlito 20130920-2

drop unneeded downstream config file - FS#60099

Modified:
  ttf-carlito/trunk/PKGBUILD
Deleted:
  ttf-carlito/trunk/30-0-carlito.conf

---+
 30-0-carlito.conf |   18 --
 PKGBUILD  |   10 +++---
 2 files changed, 3 insertions(+), 25 deletions(-)

Deleted: 30-0-carlito.conf
===
--- 30-0-carlito.conf   2018-09-22 13:36:36 UTC (rev 335232)
+++ 30-0-carlito.conf   2018-09-22 13:44:03 UTC (rev 335233)
@@ -1,18 +0,0 @@
-
-
-
-
-   
-  Carlito
-
-  Calibri
-
-
-
-  Calibri
-
-   Carlito
-
-
-
-

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 13:36:36 UTC (rev 335232)
+++ PKGBUILD2018-09-22 13:44:03 UTC (rev 335233)
@@ -4,7 +4,7 @@
 
 pkgname=ttf-carlito
 pkgver=20130920
-pkgrel=1
+pkgrel=2
 pkgdesc='Googles Carlito font'
 arch=('any')
 license=('custom:OFL')
@@ -11,10 +11,8 @@
 url='https://code.google.com/p/chromium/issues/detail?id=280557'
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 provides=('ttf-font')
-source=("http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/crosextrafonts-${pkgname#ttf-}-${pkgver}.tar.gz;
-"30-0-${pkgname#ttf-}.conf")
-sha256sums=('4bd12b6cbc321c1cf16da76e2c585c925ce956a08067ae6f6c64eff6ccfdaf5a'
-'9a7cd84293ec3d58bcd8da776d2eba6cd7a376e259f2fe617ce5f38bba808640')
+source=("http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/crosextrafonts-${pkgname#ttf-}-${pkgver}.tar.gz;)
+sha256sums=('4bd12b6cbc321c1cf16da76e2c585c925ce956a08067ae6f6c64eff6ccfdaf5a')
 
 package() {
   cd "crosextrafonts-${pkgname#ttf-}-${pkgver}"
@@ -22,7 +20,5 @@
   install -d "${pkgdir}/usr/share/fonts/TTF/"
   install -m644 *.ttf "${pkgdir}/usr/share/fonts/TTF/"
 
-  install -Dm0644 ../"30-0-${pkgname#ttf-}.conf" 
"${pkgdir}/etc/fonts/conf.avail/30-${pkgname#ttf-}.conf"
-
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 13:37:48
  Author: felixonmars
Revision: 384138

archrelease: copy trunk to community-x86_64

Added:
  kcptun/repos/community-x86_64/PKGBUILD
(from rev 384137, kcptun/trunk/PKGBUILD)
  kcptun/repos/community-x86_64/kcptun-server@.service
(from rev 384137, kcptun/trunk/kcptun-server@.service)
  kcptun/repos/community-x86_64/kcptun@.service
(from rev 384137, kcptun/trunk/kcptun@.service)
Deleted:
  kcptun/repos/community-x86_64/PKGBUILD
  kcptun/repos/community-x86_64/kcptun-server@.service
  kcptun/repos/community-x86_64/kcptun@.service

+
 PKGBUILD   |  100 +++
 kcptun-server@.service |   22 +-
 kcptun@.service|   26 ++--
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-22 13:37:27 UTC (rev 384137)
+++ PKGBUILD2018-09-22 13:37:48 UTC (rev 384138)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Kasei Wang 
-
-pkgname=kcptun
-pkgver=20180917
-pkgrel=1
-pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
-arch=('x86_64')
-url="https://github.com/xtaci/kcptun;
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
-'kcptun@.service' 'kcptun-server@.service')
-sha512sums=('28f24596c36a0c3c38be0cb22a0b49900f12d448126647f09c6699d4c957b03ea4d6f340b8b19a803878203a09aa2915422ce5e07472662639d3148599e22aa4'
-
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
-
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
-
-prepare() {
-  cd kcptun-$pkgver
-
-  mkdir build
-  mkdir -p .gopath/src/github.com/xtaci
-  ln -sf "$PWD" .gopath/src/github.com/xtaci/kcptun
-  export GOPATH="$PWD/.gopath"
-
-  go get golang.org/x/crypto/pbkdf2 github.com/xtaci/smux 
github.com/xtaci/kcp-go \
- github.com/urfave/cli github.com/pkg/errors github.com/golang/snappy
-}
-
-build() {
-  cd "$srcdir"/kcptun-$pkgver/client
-  go build -o build/kcptun-client -ldflags "-X main.VERSION=$pkgver" # 
-gccgoflags "$CFLAGS $LDFLAGS"
-
-  cd "$srcdir"/kcptun-$pkgver/server
-  go build -o build/kcptun-server -ldflags "-X main.VERSION=$pkgver" # 
-gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd kcptun-$pkgver
-
-  install -Dm755 client/build/kcptun-client "$pkgdir"/usr/bin/kcptun-client
-  install -Dm755 server/build/kcptun-server "$pkgdir"/usr/bin/kcptun-server
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-
-  install -dm755 "$pkgdir"/etc/kcptun
-  install -Dm644 "$srcdir/kcptun@.service" 
"$pkgdir"/usr/lib/systemd/system/kcptun@.service
-  install -Dm644 "$srcdir/kcptun-server@.service" 
"$pkgdir"/usr/lib/systemd/system/kcptun-server@.service
-}

Copied: kcptun/repos/community-x86_64/PKGBUILD (from rev 384137, 
kcptun/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2018-09-22 13:37:48 UTC (rev 384138)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Kasei Wang 
+
+pkgname=kcptun
+pkgver=20180922
+pkgrel=1
+pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
+arch=('x86_64')
+url="https://github.com/xtaci/kcptun;
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
+'kcptun@.service' 'kcptun-server@.service')
+sha512sums=('ade128c5302f58169cdabe48b0c3dca766a065d31f19c0e9904b463bf1577bfe9da4327d9d723bbea6686c5fd98bc80e3071cd7f62d207797cdd3a71de81fabd'
+
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
+
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
+
+prepare() {
+  cd kcptun-$pkgver
+
+  mkdir build
+  mkdir -p .gopath/src/github.com/xtaci
+  ln -sf "$PWD" .gopath/src/github.com/xtaci/kcptun
+  export GOPATH="$PWD/.gopath"
+
+  go get golang.org/x/crypto/pbkdf2 github.com/xtaci/smux 
github.com/xtaci/kcp-go \
+ github.com/urfave/cli github.com/pkg/errors github.com/golang/snappy
+}
+
+build() {
+  cd "$srcdir"/kcptun-$pkgver/client
+  go build -o build/kcptun-client -ldflags "-X main.VERSION=$pkgver" # 
-gccgoflags "$CFLAGS $LDFLAGS"
+
+  cd "$srcdir&

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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 13:37:27
  Author: felixonmars
Revision: 384137

upgpkg: kcptun 20180922-1

Modified:
  kcptun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 13:34:47 UTC (rev 384136)
+++ PKGBUILD2018-09-22 13:37:27 UTC (rev 384137)
@@ -2,7 +2,7 @@
 # Contributor: Kasei Wang 
 
 pkgname=kcptun
-pkgver=20180917
+pkgver=20180922
 pkgrel=1
 pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
 'kcptun@.service' 'kcptun-server@.service')
-sha512sums=('28f24596c36a0c3c38be0cb22a0b49900f12d448126647f09c6699d4c957b03ea4d6f340b8b19a803878203a09aa2915422ce5e07472662639d3148599e22aa4'
+sha512sums=('ade128c5302f58169cdabe48b0c3dca766a065d31f19c0e9904b463bf1577bfe9da4327d9d723bbea6686c5fd98bc80e3071cd7f62d207797cdd3a71de81fabd'
 
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
 
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
 


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

2018-09-22 Thread Andreas Radke via arch-commits
Date: Saturday, September 22, 2018 @ 13:36:27
  Author: andyrtr
Revision: 335231

upgpkg: ding-libs 0.6.1-2

fix test with recent glibc - FS#60089

Added:
  ding-libs/trunk/ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28.patch
Modified:
  ding-libs/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++--
 ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28.patch |   36 +
 2 files changed, 47 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 11:48:06 UTC (rev 335230)
+++ PKGBUILD2018-09-22 13:36:27 UTC (rev 335231)
@@ -4,7 +4,7 @@
 
 pkgname=ding-libs
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="'D is not GLib' utility libraries"
 arch=('x86_64')
 url="https://pagure.io/SSSD/ding-libs/;
@@ -12,13 +12,21 @@
 depends=('glibc')
 makedepends=('doxygen')
 checkdepends=('check')
-source=(https://releases.pagure.org/SSSD//$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+source=(https://releases.pagure.org/SSSD//$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
+   ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28.patch)
 sha1sums=('dab4c855b065bd728021437af81ae726c31c5272'
-  'SKIP')
+  'SKIP'
+  '78ef3f3fcb25a9a98fcd82353d20b89000aee21a')
 validpgpkeys=('7B54CAE8A03D66F3D70A5B516F5A90EB44FBC7C7'  # "Pavel Reichl 
"
   'E4E366758CA0716AAB8048671EC6AB7532E7BC25'  # "Jakub Hrozek 
"
   '16F24229488E736048952737BA88000FE6398272') # "Michal Židek 
(rh_work) "
 
+prepare() {
+  cd $pkgname-$pkgver
+  # fix a test; FS#60089
+  patch -Np1 -i ../ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-static

Added: ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28.patch
===
--- ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28.patch
(rev 0)
+++ ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28.patch2018-09-22 
13:36:27 UTC (rev 335231)
@@ -0,0 +1,36 @@
+diff -rauN ding-libs-0.6.1/ini/ini_validators_ut_check.c 
ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28-patch/ini/ini_validators_ut_check.c
+--- ding-libs-0.6.1/ini/ini_validators_ut_check.c  2017-09-07 
17:24:13.0 +0200
 
ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28-patch/ini/ini_validators_ut_check.c
 2018-09-17 13:13:29.98949 +0200
+@@ -602,11 +602,31 @@
+ fail_unless(ret == 0, "Got msg: [%s]", errmsg);
+ ini_errobj_next(errobj);
+ 
++/* Different versions of libc produce slightly different error strings
++ * in this case. For simplicity compare against all of them. */
+ errmsg = ini_errobj_get_msg(errobj);
+ ret = strcmp(errmsg,
+  "[rule/options_for_foo]: Cannot compile regular expression "
+  "from option 'section_re'. "
+  "Error: 'Unmatched [ or [^'");
++ if (ret != 0) {
++ ret = strcmp(errmsg,
++ "[rule/options_for_foo]: Cannot compile regular 
expression "
++ "from option 'section_re'. "
++ "[rule/options_for_foo]: Cannot compile regular "
++   "expression from option 'section_re'. "
++  "Error: 'brackets ([ ]) not balanced'");
++ }
++if (ret != 0) {
++ ret = strcmp(errmsg,
++ "[rule/options_for_foo]: Cannot compile regular "
++   "expression from option 'section_re'. "
++   "Error: 'Unmatched [, [^, [:, [., or [='");
++}
++ fail_unless(ret == 0, "Got msg: [%s]", errmsg);
++ ini_errobj_next(errobj);
++ 
++ 
+ fail_unless(ret == 0, "Got msg: [%s]", errmsg);
+ ini_errobj_next(errobj);
+ 
+


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

2018-09-22 Thread Andreas Radke via arch-commits
Date: Saturday, September 22, 2018 @ 13:36:36
  Author: andyrtr
Revision: 335232

archrelease: copy trunk to testing-x86_64

Added:
  ding-libs/repos/testing-x86_64/
  ding-libs/repos/testing-x86_64/PKGBUILD
(from rev 335231, ding-libs/trunk/PKGBUILD)
  
ding-libs/repos/testing-x86_64/ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28.patch
(from rev 335231, 
ding-libs/trunk/ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28.patch)

--+
 PKGBUILD |   44 +
 ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28.patch |   36 ++
 2 files changed, 80 insertions(+)

Copied: ding-libs/repos/testing-x86_64/PKGBUILD (from rev 335231, 
ding-libs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-09-22 13:36:36 UTC (rev 335232)
@@ -0,0 +1,44 @@
+# Maintainer: AndyRTR 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Mantas M. 
+
+pkgname=ding-libs
+pkgver=0.6.1
+pkgrel=2
+pkgdesc="'D is not GLib' utility libraries"
+arch=('x86_64')
+url="https://pagure.io/SSSD/ding-libs/;
+license=('GPL3' 'LGPL3')
+depends=('glibc')
+makedepends=('doxygen')
+checkdepends=('check')
+source=(https://releases.pagure.org/SSSD//$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
+   ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28.patch)
+sha1sums=('dab4c855b065bd728021437af81ae726c31c5272'
+  'SKIP'
+  '78ef3f3fcb25a9a98fcd82353d20b89000aee21a')
+validpgpkeys=('7B54CAE8A03D66F3D70A5B516F5A90EB44FBC7C7'  # "Pavel Reichl 
"
+  'E4E366758CA0716AAB8048671EC6AB7532E7BC25'  # "Jakub Hrozek 
"
+  '16F24229488E736048952737BA88000FE6398272') # "Michal Židek 
(rh_work) "
+
+prepare() {
+  cd $pkgname-$pkgver
+  # fix a test; FS#60089
+  patch -Np1 -i ../ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make all docs
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+} 

Copied: 
ding-libs/repos/testing-x86_64/ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28.patch
 (from rev 335231, 
ding-libs/trunk/ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28.patch)
===
--- testing-x86_64/ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28.patch 
(rev 0)
+++ testing-x86_64/ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28.patch 
2018-09-22 13:36:36 UTC (rev 335232)
@@ -0,0 +1,36 @@
+diff -rauN ding-libs-0.6.1/ini/ini_validators_ut_check.c 
ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28-patch/ini/ini_validators_ut_check.c
+--- ding-libs-0.6.1/ini/ini_validators_ut_check.c  2017-09-07 
17:24:13.0 +0200
 
ding-libs-0.6.1-ini_validators_ut_check-glibc-2.28-patch/ini/ini_validators_ut_check.c
 2018-09-17 13:13:29.98949 +0200
+@@ -602,11 +602,31 @@
+ fail_unless(ret == 0, "Got msg: [%s]", errmsg);
+ ini_errobj_next(errobj);
+ 
++/* Different versions of libc produce slightly different error strings
++ * in this case. For simplicity compare against all of them. */
+ errmsg = ini_errobj_get_msg(errobj);
+ ret = strcmp(errmsg,
+  "[rule/options_for_foo]: Cannot compile regular expression "
+  "from option 'section_re'. "
+  "Error: 'Unmatched [ or [^'");
++ if (ret != 0) {
++ ret = strcmp(errmsg,
++ "[rule/options_for_foo]: Cannot compile regular 
expression "
++ "from option 'section_re'. "
++ "[rule/options_for_foo]: Cannot compile regular "
++   "expression from option 'section_re'. "
++  "Error: 'brackets ([ ]) not balanced'");
++ }
++if (ret != 0) {
++ ret = strcmp(errmsg,
++ "[rule/options_for_foo]: Cannot compile regular "
++   "expression from option 'section_re'. "
++   "Error: 'Unmatched [, [^, [:, [., or [='");
++}
++ fail_unless(ret == 0, "Got msg: [%s]", errmsg);
++ ini_errobj_next(errobj);
++ 
++ 
+ fail_unless(ret == 0, "Got msg: [%s]", errmsg);
+ ini_errobj_next(errobj);
+ 
+


[arch-commits] Commit in materia-gtk-theme/repos/community-any (PKGBUILD PKGBUILD)

2018-09-22 Thread Bruno Pagani via arch-commits
Date: Saturday, September 22, 2018 @ 13:34:47
  Author: archange
Revision: 384136

archrelease: copy trunk to community-any

Added:
  materia-gtk-theme/repos/community-any/PKGBUILD
(from rev 384135, materia-gtk-theme/trunk/PKGBUILD)
Deleted:
  materia-gtk-theme/repos/community-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-22 13:34:33 UTC (rev 384135)
+++ PKGBUILD2018-09-22 13:34:47 UTC (rev 384136)
@@ -1,24 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: cth451 
-
-pkgname=materia-gtk-theme
-pkgver=20180519
-pkgrel=1
-pkgdesc="A Material Design theme for GNOME/GTK+ based desktop environments"
-arch=('any')
-url="https://github.com/nana-4/materia-theme;
-license=('GPL')
-depends=('gtk3' 'gnome-themes-extra')
-optdepends=('gtk-engine-murrine: for gtk2 theme')
-provides=('materia-theme')
-conflicts=('materia-theme')
-replaces=('materia-theme')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nana-4/materia-theme/archive/v${pkgver}.tar.gz;)
-sha256sums=('4d9bec034767e2a08f843e1dd61bdf7ead97621c2977886a9288fb898342578f')
-
-package() {
-cd ${pkgname/gtk-/}-${pkgver}
-install -d "${pkgdir}"/usr/share/themes
-./install.sh -d "${pkgdir}"/usr/share/themes
-}
-

Copied: materia-gtk-theme/repos/community-any/PKGBUILD (from rev 384135, 
materia-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-22 13:34:47 UTC (rev 384136)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani 
+# Contributor: cth451 
+
+pkgname=materia-gtk-theme
+pkgver=20180922
+pkgrel=1
+pkgdesc="A Material Design theme for GNOME/GTK+ based desktop environments"
+arch=('any')
+url="https://github.com/nana-4/materia-theme;
+license=('GPL')
+depends=('gtk3' 'gnome-themes-extra')
+optdepends=('gtk-engine-murrine: for gtk2 theme')
+provides=('materia-theme')
+conflicts=('materia-theme')
+replaces=('materia-theme')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nana-4/materia-theme/archive/v${pkgver}.tar.gz;)
+sha256sums=('06e9b5a4e190815b480ecc7ab9647324afb955b19bffea90b23e8cf77bd9484e')
+
+package() {
+cd ${pkgname/gtk-/}-${pkgver}
+install -d "${pkgdir}"/usr/share/themes
+./install.sh -d "${pkgdir}"/usr/share/themes
+}
+


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

2018-09-22 Thread Bruno Pagani via arch-commits
Date: Saturday, September 22, 2018 @ 13:34:33
  Author: archange
Revision: 384135

upgpkg: materia-gtk-theme 20180922-1

Modified:
  materia-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 13:06:24 UTC (rev 384134)
+++ PKGBUILD2018-09-22 13:34:33 UTC (rev 384135)
@@ -2,7 +2,7 @@
 # Contributor: cth451 
 
 pkgname=materia-gtk-theme
-pkgver=20180519
+pkgver=20180922
 pkgrel=1
 pkgdesc="A Material Design theme for GNOME/GTK+ based desktop environments"
 arch=('any')
@@ -14,7 +14,7 @@
 conflicts=('materia-theme')
 replaces=('materia-theme')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nana-4/materia-theme/archive/v${pkgver}.tar.gz;)
-sha256sums=('4d9bec034767e2a08f843e1dd61bdf7ead97621c2977886a9288fb898342578f')
+sha256sums=('06e9b5a4e190815b480ecc7ab9647324afb955b19bffea90b23e8cf77bd9484e')
 
 package() {
 cd ${pkgname/gtk-/}-${pkgver}


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

2018-09-22 Thread Johannes Löthberg via arch-commits
Date: Saturday, September 22, 2018 @ 13:06:24
  Author: demize
Revision: 384134

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-rust/repos/multilib-x86_64/PKGBUILD
(from rev 384133, lib32-rust/trunk/PKGBUILD)
  lib32-rust/repos/multilib-x86_64/config.toml
(from rev 384133, lib32-rust/trunk/config.toml)
Deleted:
  lib32-rust/repos/multilib-x86_64/PKGBUILD
  lib32-rust/repos/multilib-x86_64/config.toml

-+
 PKGBUILD|  102 +++
 config.toml |  838 +-
 2 files changed, 471 insertions(+), 469 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-22 13:06:16 UTC (rev 384133)
+++ PKGBUILD2018-09-22 13:06:24 UTC (rev 384134)
@@ -1,50 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=lib32-rust
-pkgver=1.29.0
-pkgrel=1
-
-pkgdesc='32-bit libraries for rust'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('libffi' 'perl' 'python2' 'curl' 'cmake' 'ninja')
-depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('a4eb34ffd47f76afe2abd813f398512d5a19ef00989d37306217c9c9ec2f61e9'
-'SKIP'
-'5c1962458f20dd5a542db7ef31e35c20a7b42f9e74dd27ec4e9f0cf2ab1953ce')
-
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  msg2 "Run build under x.py"
-  python2 ./x.py build
-}
-
-package() {
-  cd "rustc-$pkgver-src"
-
-  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
-  install -d "$target"
-  cp -r \
-build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
-"$target"
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-rust/repos/multilib-x86_64/PKGBUILD (from rev 384133, 
lib32-rust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-22 13:06:24 UTC (rev 384134)
@@ -0,0 +1,52 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=lib32-rust
+pkgver=1.29.0
+pkgrel=2
+
+pkgdesc='32-bit libraries for rust'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('libffi' 'perl' 'python2' 'curl' 'cmake' 'ninja')
+depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml
+
https://github.com/rust-lang/rust/commit/1b94b84ad0143ea2039610e3aec9e929a8a20733.patch)
+
+sha256sums=('a4eb34ffd47f76afe2abd813f398512d5a19ef00989d37306217c9c9ec2f61e9'
+'SKIP'
+'5c1962458f20dd5a542db7ef31e35c20a7b42f9e74dd27ec4e9f0cf2ab1953ce'
+'8c8e79b0bac0dd1434c49f665abfa50634ffb0fbb35c9efee511e5b97960b9e2')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  patch -p1 <"$srcdir"/1b94b84ad0143ea2039610e3aec9e929a8a20733.patch
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package() {
+  cd "rustc-$pkgver-src"
+
+  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
+  install -d "$target"
+  cp -r \
+build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
+"$target"
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: config.toml
===
--- config.toml 2018-09-22 13:06:16 UTC (rev 384133)
+++ config.toml 2018-09-22 13:06:24 UTC (rev 384134)
@@ -1,419 +0,0 @@
-# Sample TOML configuration file for building Rust.
-#
-# To configure rustbuild, copy this file to the directory from which you will 
be
-# running the build, and name it config.toml.
-#
-# All options are commented out by default in this file, and they're commented
-# out with their default values. The build system by default looks for
-# `config.toml` in the current directory of a build for build configuration, 
but
-# a custom configuration file can also be specified with `--config` to the 
build
-# system.
-
-# =
-# Tweaking how LLVM is compiled
-# =
-[llvm]
-
-# Indicates whether rustc will support compilation with LLVM
-# note: rustc does not compile without LLVM at the moment
-#enabled = true
-

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

2018-09-22 Thread Johannes Löthberg via arch-commits
Date: Saturday, September 22, 2018 @ 13:06:16
  Author: demize
Revision: 384133

Rebuild for str::repeat OOB write

https://blog.rust-lang.org/2018/09/21/Security-advisory-for-std.html

Modified:
  lib32-rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 13:02:24 UTC (rev 384132)
+++ PKGBUILD2018-09-22 13:06:16 UTC (rev 384133)
@@ -2,7 +2,7 @@
 
 pkgname=lib32-rust
 pkgver=1.29.0
-pkgrel=1
+pkgrel=2
 
 pkgdesc='32-bit libraries for rust'
 url='https://www.rust-lang.org/'


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

2018-09-22 Thread Filipe Laíns via arch-commits
Date: Saturday, September 22, 2018 @ 13:02:19
  Author: ffy00
Revision: 384131

upgpkg: pulseeffects 4.3.5-1

Modified:
  pulseeffects/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 12:33:38 UTC (rev 384130)
+++ PKGBUILD2018-09-22 13:02:19 UTC (rev 384131)
@@ -2,8 +2,8 @@
 # Contributor: Wellington 
 
 pkgname=pulseeffects
-pkgver=4.3.4
-pkgrel=3
+pkgver=4.3.5
+pkgrel=1
 pkgdesc='Audio Effects for Pulseaudio Applications'
 arch=('x86_64')
 url='https://github.com/wwmm/pulseeffects'
@@ -10,7 +10,7 @@
 license=('GPL3')
 depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
 'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
-makedepends=('meson' 'boost' 'itstool'
+makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
  'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
 optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
 'zam-plugins: maximizer'
@@ -17,7 +17,7 @@
 'rubberband: pitch shifting'
 'mda.lv2: loudness')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('0d39282b5d07ab645b893fba5efbd625a46471ecb1bbbe093a334c92495e3cb6')
+sha512sums=('7ee151b17535687af896c337d080a6daf92068d8d023b49459b5fbe21db819c638ab7deba04f89e5992147c56d08df56873dff96de2885f7ec80315173467cd9')
 
 build() {
   mkdir -p $pkgname-$pkgver/build


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

2018-09-22 Thread Filipe Laíns via arch-commits
Date: Saturday, September 22, 2018 @ 13:02:24
  Author: ffy00
Revision: 384132

archrelease: copy trunk to community-x86_64

Added:
  pulseeffects/repos/community-x86_64/PKGBUILD
(from rev 384131, pulseeffects/trunk/PKGBUILD)
Deleted:
  pulseeffects/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-22 13:02:19 UTC (rev 384131)
+++ PKGBUILD2018-09-22 13:02:24 UTC (rev 384132)
@@ -1,34 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Wellington 
-
-pkgname=pulseeffects
-pkgver=4.3.4
-pkgrel=3
-pkgdesc='Audio Effects for Pulseaudio Applications'
-arch=('x86_64')
-url='https://github.com/wwmm/pulseeffects'
-license=('GPL3')
-depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
-'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
-makedepends=('meson' 'boost' 'itstool'
- 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
-optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
-'zam-plugins: maximizer'
-'rubberband: pitch shifting'
-'mda.lv2: loudness')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('0d39282b5d07ab645b893fba5efbd625a46471ecb1bbbe093a334c92495e3cb6')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: pulseeffects/repos/community-x86_64/PKGBUILD (from rev 384131, 
pulseeffects/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-22 13:02:24 UTC (rev 384132)
@@ -0,0 +1,34 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Wellington 
+
+pkgname=pulseeffects
+pkgver=4.3.5
+pkgrel=1
+pkgdesc='Audio Effects for Pulseaudio Applications'
+arch=('x86_64')
+url='https://github.com/wwmm/pulseeffects'
+license=('GPL3')
+depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
+'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
+makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
+ 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
+optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
+'zam-plugins: maximizer'
+'rubberband: pitch shifting'
+'mda.lv2: loudness')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('7ee151b17535687af896c337d080a6daf92068d8d023b49459b5fbe21db819c638ab7deba04f89e5992147c56d08df56873dff96de2885f7ec80315173467cd9')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


[arch-commits] Commit in beignet/trunk (llvm6.patch)

2018-09-22 Thread Bruno Pagani via arch-commits
Date: Saturday, September 22, 2018 @ 12:33:10
  Author: archange
Revision: 384129

Remove obsolete patch

Deleted:
  beignet/trunk/llvm6.patch

-+
 llvm6.patch |   30 --
 1 file changed, 30 deletions(-)

Deleted: llvm6.patch
===
--- llvm6.patch 2018-09-22 12:22:36 UTC (rev 384128)
+++ llvm6.patch 2018-09-22 12:33:10 UTC (rev 384129)
@@ -1,30 +0,0 @@
-diff -uprb Beignet-1.3.2-Source.orig/backend/src/llvm/llvm_to_gen.cpp 
Beignet-1.3.2-Source/backend/src/llvm/llvm_to_gen.cpp
 Beignet-1.3.2-Source.orig/backend/src/llvm/llvm_to_gen.cpp 2017-10-24 
09:04:48.0 +0300
-+++ Beignet-1.3.2-Source/backend/src/llvm/llvm_to_gen.cpp  2018-03-16 
16:08:54.669963824 +0200
-@@ -322,7 +322,11 @@ namespace gbe
- DataLayout DL();
- 
- gbeDiagnosticContext dc;
-+#if LLVM_VERSION_MAJOR >= 6
-+mod.getContext().setDiagnosticHandlerCallBack(,);
-+#else
- mod.getContext().setDiagnosticHandler(,);
-+#endif
- 
- #if LLVM_VERSION_MAJOR * 10 + LLVM_VERSION_MINOR >= 37
- mod.setDataLayout(DL);
-diff -uprb Beignet-1.3.2-Source.orig/backend/src/llvm/llvm_unroll.cpp 
Beignet-1.3.2-Source/backend/src/llvm/llvm_unroll.cpp
 Beignet-1.3.2-Source.orig/backend/src/llvm/llvm_unroll.cpp 2017-10-24 
09:04:48.0 +0300
-+++ Beignet-1.3.2-Source/backend/src/llvm/llvm_unroll.cpp  2018-03-16 
16:09:47.736403557 +0200
-@@ -205,7 +205,9 @@ namespace gbe {
-   if (parentTripCount != 0 && currTripCount * parentTripCount > 32) {
- //Don't change the unrollID if doesn't force unroll.
- //setUnrollID(parentL, false);
--#if LLVM_VERSION_MAJOR * 10 + LLVM_VERSION_MINOR >= 38
-+#if LLVM_VERSION_MAJOR >= 6
-+loopInfo.erase(parentL);
-+#elif LLVM_VERSION_MAJOR * 10 + LLVM_VERSION_MINOR >= 38
- loopInfo.markAsRemoved(parentL);
- #else
- LPM.deleteLoopFromQueue(parentL);
-Only in Beignet-1.3.2-Source: build


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

2018-09-22 Thread Bruno Pagani via arch-commits
Date: Saturday, September 22, 2018 @ 12:33:38
  Author: archange
Revision: 384130

archrelease: copy trunk to community-staging-x86_64

Added:
  beignet/repos/community-staging-x86_64/PKGBUILD
(from rev 384129, beignet/trunk/PKGBUILD)

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

Copied: beignet/repos/community-staging-x86_64/PKGBUILD (from rev 384129, 
beignet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-22 12:33:38 UTC (rev 384130)
@@ -0,0 +1,40 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Antoine Lubineau 
+# Contributor: Leopold Bloom 
+# Contributor: Michal Krenek (a.k.a. Mikos) 
+
+pkgname=beignet
+pkgver=1.3.2+12+gfc5f430c
+pkgrel=1
+pkgdesc="An open source OpenCL implementation for Intel IvyBridge & Haswell 
iGPUs"
+arch=('x86_64')
+url="https://01.org/${pkgname};
+license=('LGPL')
+depends=('glu' 'llvm-libs' 'clang' 'mesa' 'opencl-headers')
+makedepends=('git' 'llvm' 'cmake' 'python' 'ocl-icd')
+provides=('opencl-intel' 'opencl-driver')
+conflicts=('opencl-intel')
+_commit=fc5f430cb7b7a8f694d86acbb038bd5b38ec389c  # master as of 2018-08-20
+source=("git+https://anongit.freedesktop.org/git/beignet.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${pkgname} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_BUILD_TYPE=RELEASE
+make
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+# Remove headers already provided by 'opencl-headers'
+cd "${pkgdir}/usr/include/CL"
+rm cl.h cl_egl.h cl_ext.h cl_gl.h cl_gl_ext.h cl_platform.h opencl.h
+}


[arch-commits] Commit in beignet/repos/community-x86_64 (llvm6.patch)

2018-09-22 Thread Bruno Pagani via arch-commits
Date: Saturday, September 22, 2018 @ 12:22:36
  Author: archange
Revision: 384128

Remove leftover ghost patch

Deleted:
  beignet/repos/community-x86_64/llvm6.patch

-+
 llvm6.patch |   30 --
 1 file changed, 30 deletions(-)

Deleted: llvm6.patch
===
--- llvm6.patch 2018-09-22 12:18:22 UTC (rev 384127)
+++ llvm6.patch 2018-09-22 12:22:36 UTC (rev 384128)
@@ -1,30 +0,0 @@
-diff -uprb Beignet-1.3.2-Source.orig/backend/src/llvm/llvm_to_gen.cpp 
Beignet-1.3.2-Source/backend/src/llvm/llvm_to_gen.cpp
 Beignet-1.3.2-Source.orig/backend/src/llvm/llvm_to_gen.cpp 2017-10-24 
09:04:48.0 +0300
-+++ Beignet-1.3.2-Source/backend/src/llvm/llvm_to_gen.cpp  2018-03-16 
16:08:54.669963824 +0200
-@@ -322,7 +322,11 @@ namespace gbe
- DataLayout DL();
- 
- gbeDiagnosticContext dc;
-+#if LLVM_VERSION_MAJOR >= 6
-+mod.getContext().setDiagnosticHandlerCallBack(,);
-+#else
- mod.getContext().setDiagnosticHandler(,);
-+#endif
- 
- #if LLVM_VERSION_MAJOR * 10 + LLVM_VERSION_MINOR >= 37
- mod.setDataLayout(DL);
-diff -uprb Beignet-1.3.2-Source.orig/backend/src/llvm/llvm_unroll.cpp 
Beignet-1.3.2-Source/backend/src/llvm/llvm_unroll.cpp
 Beignet-1.3.2-Source.orig/backend/src/llvm/llvm_unroll.cpp 2017-10-24 
09:04:48.0 +0300
-+++ Beignet-1.3.2-Source/backend/src/llvm/llvm_unroll.cpp  2018-03-16 
16:09:47.736403557 +0200
-@@ -205,7 +205,9 @@ namespace gbe {
-   if (parentTripCount != 0 && currTripCount * parentTripCount > 32) {
- //Don't change the unrollID if doesn't force unroll.
- //setUnrollID(parentL, false);
--#if LLVM_VERSION_MAJOR * 10 + LLVM_VERSION_MINOR >= 38
-+#if LLVM_VERSION_MAJOR >= 6
-+loopInfo.erase(parentL);
-+#elif LLVM_VERSION_MAJOR * 10 + LLVM_VERSION_MINOR >= 38
- loopInfo.markAsRemoved(parentL);
- #else
- LPM.deleteLoopFromQueue(parentL);
-Only in Beignet-1.3.2-Source: build


[arch-commits] Commit in beignet/repos (community-staging-x86_64)

2018-09-22 Thread Bruno Pagani via arch-commits
Date: Saturday, September 22, 2018 @ 12:18:22
  Author: archange
Revision: 384127

archrelease: copy trunk to community-staging-x86_64

Added:
  beignet/repos/community-staging-x86_64/


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

2018-09-22 Thread Bruno Pagani via arch-commits
Date: Saturday, September 22, 2018 @ 12:17:33
  Author: archange
Revision: 384126

LLVM 7.0 rebuild + target master

The beignet project is now in maintenance mode only (it has been superseeded by
Neo/compute-runtime), and even new releases are unlikely.
However, this project might still be usefull for those with IvyBridge & Haswell
GPUs as those will not be supported by Neo/compute-runtime.

Most of the commits in the master branches are fixes toward LLVM 6 & 7
compatibility, everything else is bug fixes pushed by Debian, so following
master (but pinning the commit to know where we are) is a good idea now.

Modified:
  beignet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 11:34:59 UTC (rev 384125)
+++ PKGBUILD2018-09-22 12:17:33 UTC (rev 384126)
@@ -4,31 +4,27 @@
 # Contributor: Michal Krenek (a.k.a. Mikos) 
 
 pkgname=beignet
-pkgver=1.3.2
-pkgrel=2
-pkgdesc="An open source OpenCL implementation for Intel IvyBridge+ iGPUs"
+pkgver=1.3.2+12+gfc5f430c
+pkgrel=1
+pkgdesc="An open source OpenCL implementation for Intel IvyBridge & Haswell 
iGPUs"
 arch=('x86_64')
 url="https://01.org/${pkgname};
 license=('LGPL')
 depends=('glu' 'llvm-libs' 'clang' 'mesa' 'opencl-headers')
-makedepends=('llvm' 'cmake' 'python' 'ocl-icd')
+makedepends=('git' 'llvm' 'cmake' 'python' 'ocl-icd')
 provides=('opencl-intel' 'opencl-driver')
 conflicts=('opencl-intel')
-source=("https://01.org/sites/default/files/${pkgname}-${pkgver}-source.tar.gz;
-'llvm6.patch')
-sha256sums=('c555edba149de23243965a703f39f79fa06f15bcff5a3762b5544b0925010b43'
-'649558497ac09f9701569630259300f67566ccb2ab77163915877102e3e31e87')
+_commit=fc5f430cb7b7a8f694d86acbb038bd5b38ec389c  # master as of 2018-08-20
+source=("git+https://anongit.freedesktop.org/git/beignet.git#commit=$_commit;)
+sha256sums=('SKIP')
 
 prepare() {
-cd ${pkgname^}-${pkgver}-Source
 mkdir -p build
-patch -Np1 -i ../llvm6.patch
 }
 
 build() {
-cd ${pkgname^}-${pkgver}-Source/build
-
-cmake .. \
+cd build
+cmake ../${pkgname} \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=/usr/lib \
 -DCMAKE_BUILD_TYPE=RELEASE
@@ -36,10 +32,8 @@
 }
 
 package() {
-cd ${pkgname^}-${pkgver}-Source/build
-
+cd build
 make DESTDIR="${pkgdir}" install
-
 # Remove headers already provided by 'opencl-headers'
 cd "${pkgdir}/usr/include/CL"
 rm cl.h cl_egl.h cl_ext.h cl_gl.h cl_gl_ext.h cl_platform.h opencl.h


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

2018-09-22 Thread Andreas Radke via arch-commits
Date: Saturday, September 22, 2018 @ 11:47:55
  Author: andyrtr
Revision: 335229

upgpkg: xterm 337-1

upstream update 337

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 11:14:46 UTC (rev 335228)
+++ PKGBUILD2018-09-22 11:47:55 UTC (rev 335229)
@@ -2,7 +2,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=336
+pkgver=337
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
 
source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc}
 LICENSE)
-sha256sums=('a9b51c2c0154ad2f5f5b1d8a2348a6ebd4f845e7d277664d66604183522c0607'
+sha256sums=('ccac77ded347e78d5ffb69b381adf8b2377ce66644b8bec6308aaf19b9aecfa7'
 'SKIP'
 '9929684f5e28eb5e49c5a7f924dec9c61e0b909b3debb92d247f73f222e09615')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"


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

2018-09-22 Thread Andreas Radke via arch-commits
Date: Saturday, September 22, 2018 @ 11:48:06
  Author: andyrtr
Revision: 335230

archrelease: copy trunk to extra-x86_64

Added:
  xterm/repos/extra-x86_64/LICENSE
(from rev 335229, xterm/trunk/LICENSE)
  xterm/repos/extra-x86_64/PKGBUILD
(from rev 335229, xterm/trunk/PKGBUILD)
Deleted:
  xterm/repos/extra-x86_64/LICENSE
  xterm/repos/extra-x86_64/PKGBUILD

--+
 LICENSE  |  146 ++---
 PKGBUILD |  126 ++--
 2 files changed, 136 insertions(+), 136 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-09-22 11:47:55 UTC (rev 335229)
+++ LICENSE 2018-09-22 11:48:06 UTC (rev 335230)
@@ -1,73 +0,0 @@
-/***
-
-Copyright 2002-2008,2009 by Thomas E. Dickey
-
-All Rights Reserved
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name(s) of the above copyright
-holders shall not be used in advertising or otherwise to promote the
-sale, use or other dealings in this Software without prior written
-authorization.
-
-Copyright 1987, 1988  The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-
-Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
-
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Digital not be used in
-advertising or publicity pertaining to distribution of the software
-without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-**/

Copied: xterm/repos/extra-x86_64/LICENSE (from rev 335229, xterm/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-09-22 11:48:06 UTC (rev 335230)
@@ -0,0 +1,73 @@
+/***
+
+Copyright 2002-2008,2009 by Thomas E. Dickey
+
+All Rights Reserved
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this 

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

2018-09-22 Thread Filipe Laíns via arch-commits
Date: Saturday, September 22, 2018 @ 11:34:59
  Author: ffy00
Revision: 384125

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-22 11:34:53 UTC (rev 384124)
+++ PKGBUILD2018-09-22 11:34:59 UTC (rev 384125)
@@ -1,39 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=python-cairosvg
-_pkgname=CairoSVG
-pkgver=2.1.3
-pkgrel=4
-pkgdesc='SVG converter based on Cairo. It can export SVG files to PDF, 
PostScript and PNG files'
-arch=('any')
-url='http://cairosvg.org'
-license=('LGPL3')
-depends=('python' 'python-setuptools' 'python-cairocffi' 'python-pillow' 
'python-cssselect2' 'python-defusedxml' 'python-tinycss2')
-checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-flake8' 'python-pytest-isort')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/CairoSVG/archive/$pkgver.tar.gz;)
-sha512sums=('2fe079be6e471ab28bbcd16d8dba00729ffc920163aa6a0fabf1223db21685a25fc03118e41f059e6164a3c1afd5375e05022954846fd75bc6b76ad122e90ef5')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-  cp -r cairosvg test/cairosvg_reference/
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  python setup.py pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: python-cairosvg/repos/community-any/PKGBUILD (from rev 384124, 
python-cairosvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-22 11:34:59 UTC (rev 384125)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=python-cairosvg
+_pkgname=CairoSVG
+pkgver=2.1.3
+pkgrel=5
+pkgdesc='SVG converter based on Cairo. It can export SVG files to PDF, 
PostScript and PNG files'
+arch=('any')
+url='http://cairosvg.org'
+license=('LGPL3')
+depends=('python' 'python-setuptools' 'python-cairocffi' 'python-pillow' 
'python-cssselect2' 'python-defusedxml' 'python-tinycss2')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-flake8' 'python-pytest-isort')
+replaces=('cairosvg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/CairoSVG/archive/$pkgver.tar.gz;)
+sha512sums=('2fe079be6e471ab28bbcd16d8dba00729ffc920163aa6a0fabf1223db21685a25fc03118e41f059e6164a3c1afd5375e05022954846fd75bc6b76ad122e90ef5')
+
+prepare() {
+  cd $_pkgname-$pkgver
+
+  cp -r cairosvg test/cairosvg_reference/
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  python setup.py pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


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

2018-09-22 Thread Filipe Laíns via arch-commits
Date: Saturday, September 22, 2018 @ 11:34:53
  Author: ffy00
Revision: 384124

add replaces=('cairosvg')

Modified:
  python-cairosvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:52:25 UTC (rev 384123)
+++ PKGBUILD2018-09-22 11:34:53 UTC (rev 384124)
@@ -4,7 +4,7 @@
 pkgname=python-cairosvg
 _pkgname=CairoSVG
 pkgver=2.1.3
-pkgrel=4
+pkgrel=5
 pkgdesc='SVG converter based on Cairo. It can export SVG files to PDF, 
PostScript and PNG files'
 arch=('any')
 url='http://cairosvg.org'
@@ -11,6 +11,7 @@
 license=('LGPL3')
 depends=('python' 'python-setuptools' 'python-cairocffi' 'python-pillow' 
'python-cssselect2' 'python-defusedxml' 'python-tinycss2')
 checkdepends=('python-pytest-runner' 'python-pytest-cov' 
'python-pytest-flake8' 'python-pytest-isort')
+replaces=('cairosvg')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/CairoSVG/archive/$pkgver.tar.gz;)
 
sha512sums=('2fe079be6e471ab28bbcd16d8dba00729ffc920163aa6a0fabf1223db21685a25fc03118e41f059e6164a3c1afd5375e05022954846fd75bc6b76ad122e90ef5')
 


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:50:02
  Author: felixonmars
Revision: 384080

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 384079, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 10:50:02 UTC (rev 384080)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.27
+pkgrel=24
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
+ 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib'
+ 'wireless_tools' 'haskell-text')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz)
+sha512sums=('ad235a81dd59a972646c189500b665c9c18d3ca644c9fa4bc18f6f1004e1e6914b6b5f3e83db439b946efd622bbf4d0894eb84fcf521255916f095632d8249da')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -i 's/==.*0.3/== 0.4/' xmobar.cabal
+}
+
+build() {
+  cd xmobar-${pkgver}
+  runhaskell setup configure -O \
+--enable-shared \
+--prefix=/usr \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
+  runhaskell setup build
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:49:45
  Author: felixonmars
Revision: 384079

upgpkg: xmobar 0.27-24

rebuild with hedgehog 0.6.1

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:48:37 UTC (rev 384078)
+++ PKGBUILD2018-09-22 10:49:45 UTC (rev 384079)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.27
-pkgrel=23
+pkgrel=24
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('custom:BSD3')


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:48:37
  Author: felixonmars
Revision: 384078

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 384077, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
384077, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 10:48:37 UTC (rev 384078)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.0
+pkgrel=103
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('7c1afe6a53b596c2ce01e9ad7a7f464af1f4efbc5f8edc13d5ec8bc32ce4e91ddde91dff6ab8e01cf3cf30a37a3a18953d937debc36c9df664f718d968e2ae74')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/filetype.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:48:20
  Author: felixonmars
Revision: 384077

upgpkg: tamarin-prover 1.4.0-103

rebuild with hedgehog 0.6.1

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:46:38 UTC (rev 384076)
+++ PKGBUILD2018-09-22 10:48:20 UTC (rev 384077)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.0
-pkgrel=102
+pkgrel=103
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:46:38
  Author: felixonmars
Revision: 384076

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 384075, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 10:46:38 UTC (rev 384076)
@@ -0,0 +1,76 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.7.1
+pkgrel=139
+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-conduit'
+ 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-exceptions' 'haskell-extra' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-hpc' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-monad-logger' 
'haskell-mono-traversable'
+ 'haskell-mustache' '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-primitive' 'haskell-project-template' 
'haskell-regex-applicative-text'
+ 'haskell-resourcet' 'haskell-retry' 'haskell-rio' 'haskell-split' 
'haskell-store'
+ 'haskell-store-core' 'haskell-streaming-commons' 'haskell-tar' 
'haskell-temporary'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+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=('786c116b4717f6e0f5ac0b5397db4834486610f511eafefe2356574545f97093fe3203824b7a3cabb2e0562e5c0443af3d93defe83751a9982727d88cafe78a7')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '54d;55d;56d;57d;58d' src/test/Stack/StoreSpec.hs
+  hpack
+  sed -i '/semigroups/d' $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-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: stack/repos/community-staging-x86_64/stack.install (from rev 384075, 

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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:46:22
  Author: felixonmars
Revision: 384075

upgpkg: stack 1.7.1-139

rebuild with hedgehog 0.6.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:41:01 UTC (rev 384074)
+++ PKGBUILD2018-09-22 10:46:22 UTC (rev 384075)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.7.1
-pkgrel=138
+pkgrel=139
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:41:01
  Author: felixonmars
Revision: 384074

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 384073, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 10:41:01 UTC (rev 384074)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.5.0
+pkgrel=101
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('87861cddb353262630e4370e12e508224b3c14e128082909b4b35f0526dfe648a744d68cc27f77f2f8bb098af37a2af7bdc805d88018bba5e48b6c1ff1749f10')
+
+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 \
+--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
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+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 shellcheck/trunk (PKGBUILD)

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:40:44
  Author: felixonmars
Revision: 384073

upgpkg: shellcheck 0.5.0-101

rebuild with hedgehog 0.6.1

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:37:57 UTC (rev 384072)
+++ PKGBUILD2018-09-22 10:40:44 UTC (rev 384073)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.5.0
-pkgrel=100
+pkgrel=101
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:37:57
  Author: felixonmars
Revision: 384072

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 384071, postgrest/trunk/PKGBUILD)
  postgrest/repos/community-staging-x86_64/new-hasql.patch
(from rev 384071, postgrest/trunk/new-hasql.patch)

-+
 PKGBUILD|   77 
 new-hasql.patch |  477 ++
 2 files changed, 554 insertions(+)

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 384071, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 10:37:57 UTC (rev 384072)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.5.0.0
+pkgrel=27
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ '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-ranged-sets'
+ 'haskell-regex-tdfa' '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;
+new-hasql.patch)
+sha512sums=('ba8974cc83de3a7fcf1ede454eed726d6dfe7d677e4b34bbf6a03f11cc648d6812c2f101684175bb1f4d0f0b384795a737791ce807c257eae67158e2fc74b0a0'
+
'54257b24e646175c3687d3d0b224092441e0a8093d04327fb900da6c463625bfc952aabe46bcbbee8d0b4b96d4c07b4b148efa5ac4dcd9dd60bf7d3da5a49fcd')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../new-hasql.patch
+
+sed -i 's/==/>=/' $pkgname.cabal
+
+sed -i '/import\s*Safe/d' src/PostgREST/App.hs
+sed -i '/safe/d' $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"
+}

Copied: postgrest/repos/community-staging-x86_64/new-hasql.patch (from rev 
384071, postgrest/trunk/new-hasql.patch)
===
--- community-staging-x86_64/new-hasql.patch(rev 0)
+++ community-staging-x86_64/new-hasql.patch2018-09-22 10:37:57 UTC (rev 
384072)
@@ -0,0 +1,477 @@
+From f02992e562fafc807092d09a8034f2117c9db00d Mon Sep 17 00:00:00 2001
+From: Ben Gamari 
+Date: Thu, 28 Jun 2018 01:02:09 -0400
+Subject: [PATCH] Update hasql
+
+Move to hasql 1.3.
+---
+ postgrest.cabal   |   6 +-
+ src/PostgREST/App.hs  |  16 ++---
+ 

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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:37:41
  Author: felixonmars
Revision: 384071

upgpkg: postgrest 0.5.0.0-27

rebuild with hedgehog 0.6.1

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:34:57 UTC (rev 384070)
+++ PKGBUILD2018-09-22 10:37:41 UTC (rev 384071)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=0.5.0.0
-pkgrel=26
+pkgrel=27
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:34:57
  Author: felixonmars
Revision: 384070

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
384069, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 10:34:57 UTC (rev 384070)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.2.1
+pkgrel=91
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-file-embed' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('224218d3a559fc6a2b574c4f62a7e99f28c25abb20f7fc2eb6b318f388d0c3e65f690c03b687964d50bb4fc87a77d79a6bebb20c196cd93f884f12c43ce1c68e')
+
+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() {
+# 
https://github.com/lierdakil/pandoc-crossref/issues/181#issuecomment-398269601
+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 pandoc-crossref/trunk (PKGBUILD)

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:34:40
  Author: felixonmars
Revision: 384069

upgpkg: pandoc-crossref 0.3.2.1-91

rebuild with hedgehog 0.6.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:33:24 UTC (rev 384068)
+++ PKGBUILD2018-09-22 10:34:40 UTC (rev 384069)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.2.1
-pkgrel=90
+pkgrel=91
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:33:24
  Author: felixonmars
Revision: 384068

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 384067, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
384067, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 10:33:24 UTC (rev 384068)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.4.0
+pkgrel=12
+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-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ '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=('45c167a59a44065e7252472ab1cf116a9ff7dabab6b7c35354716e9487fcd26ebc33f1b94a41a1558eadfd7bfa89047409818b868f5a8bce9111a83f5a42451e')
+
+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 -fusepandoc
+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-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:33:06
  Author: felixonmars
Revision: 384067

upgpkg: haskell-hakyll 4.12.4.0-12

rebuild with hedgehog 0.6.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:31:08 UTC (rev 384066)
+++ PKGBUILD2018-09-22 10:33:06 UTC (rev 384067)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.4.0
-pkgrel=11
+pkgrel=12
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:30:51
  Author: felixonmars
Revision: 384065

upgpkg: pandoc-citeproc 0.14.4-5

rebuild with hedgehog 0.6.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:28:13 UTC (rev 384064)
+++ PKGBUILD2018-09-22 10:30:51 UTC (rev 384065)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.14.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("custom:BSD3")


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:31:08
  Author: felixonmars
Revision: 384066

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
384065, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 10:31:08 UTC (rev 384066)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.14.4
+pkgrel=5
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-attoparsec' 'haskell-base-compat'
+ 'haskell-data-default' 'haskell-hs-bibutils' 'haskell-old-locale' 
'pandoc'
+ 'haskell-pandoc-types' 'haskell-rfc5051' 'haskell-setenv' 
'haskell-split'
+ 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' 'haskell-text-icu'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-xml-conduit' 
'haskell-yaml')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('45f8dbb4de1263cf3beee8f5cc953e75861dae6bbdb65aeefb7cce2ee64e52a70e42747f692fc6a350e9b9a9b95a31919acfce1b79dd7deab7374ec8a78790f4')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+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-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+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
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+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 pandoc/repos (2 files)

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:28:13
  Author: felixonmars
Revision: 384064

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 384063, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 10:28:13 UTC (rev 384064)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.2.3.2
+pkgrel=34
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-base-compat' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
+ 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-skylighting' 'haskell-hslua'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml' 'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-texmath'
+ 'haskell-network' 'haskell-pandoc-types' 'haskell-random'
+ 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri'
+ 'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 
'haskell-xml'
+ 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('e35f7e8db30784f15e11a6a48cb1ae8cb96faca7280c7d8ba63c1d948daab13097c04b7796a6ad8853ac177ee93de20edecf81842fdb7998e3453b89ac9750b0')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+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 "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:27:55
  Author: felixonmars
Revision: 384063

upgpkg: pandoc 2.2.3.2-34

rebuild with hedgehog 0.6.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:20:11 UTC (rev 384062)
+++ PKGBUILD2018-09-22 10:27:55 UTC (rev 384063)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.2.3.2
-pkgrel=33
+pkgrel=34
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:20:11
  Author: felixonmars
Revision: 384062

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 384061, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 10:20:11 UTC (rev 384062)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.17.3
+pkgrel=92
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-connection' 'haskell-extra' 
'haskell-src-exts'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-mmap' 'haskell-network' 'haskell-network-uri' 
'haskell-old-locale'
+ 'haskell-process-extras' 'haskell-resourcet' 'haskell-storable-tuple' 
'haskell-tar'
+ 'haskell-uniplate' 'haskell-utf8-string' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('b8113e9dc6f44fbf684edfe6134eb44d55b1ef43afc3cb2051920daaec3e108df6209cfe822a8eeff884360c9b9415f2ab8273e7681e6bbcc1b9c77490370195')
+
+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" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+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}/${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 hoogle/trunk (PKGBUILD)

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:19:54
  Author: felixonmars
Revision: 384061

upgpkg: hoogle 5.0.17.3-92

rebuild with hedgehog 0.6.1

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:18:35 UTC (rev 384060)
+++ PKGBUILD2018-09-22 10:19:54 UTC (rev 384061)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.17.3
-pkgrel=91
+pkgrel=92
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:18:35
  Author: felixonmars
Revision: 384060

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 384059, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 384059, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 10:18:35 UTC (rev 384060)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.10
+pkgrel=70
+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-blaze-html' 
'haskell-blaze-markup'
+ 'haskell-case-insensitive' 'haskell-clientsession' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-data-default'
+ 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-hunit'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'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')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('37be7468f4c64dfff852759b35d5f41406b8a49ab75dec621319680cea3536b009e3dcc02c3447df5af5818f64613740db64faa9142ec07d403f404e5f4e7e95')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i '/semigroups/d' $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}" 
--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-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:18:18
  Author: felixonmars
Revision: 384059

upgpkg: hledger-web 1.10-70

rebuild with hedgehog 0.6.1

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:16:52 UTC (rev 384058)
+++ PKGBUILD2018-09-22 10:18:18 UTC (rev 384059)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.10
-pkgrel=69
+pkgrel=70
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:16:52
  Author: felixonmars
Revision: 384058

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 384057, hledger-ui/trunk/PKGBUILD)

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 384057, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 10:16:52 UTC (rev 384058)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.10
+pkgrel=42
+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-batteries' '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-zipper'
+ 'haskell-vector' 'haskell-brick' 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('a493cb27f3d5ca184a46e7bb43fe14d5e7286ca6e15fa134eac966e969d45fde7c09dc1f5965f4c27609bc2b0d81bfca4c20d8242cd43bbc19e0e4ea8747c5ee')
+
+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-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:16:36
  Author: felixonmars
Revision: 384057

upgpkg: hledger-ui 1.10-42

rebuild with hedgehog 0.6.1

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:15:38 UTC (rev 384056)
+++ PKGBUILD2018-09-22 10:16:36 UTC (rev 384057)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-ui
 pkgver=1.10
-pkgrel=41
+pkgrel=42
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:15:38
  Author: felixonmars
Revision: 384056

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 384055, hledger-api/trunk/PKGBUILD)

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

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 384055, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 10:15:38 UTC (rev 384056)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.10
+pkgrel=54
+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-data-default'
+ 'haskell-decimal' 'haskell-docopt' 'haskell-either' 
'haskell-microlens'
+ 'haskell-microlens-platform' 'haskell-safe' 'haskell-servant-server'
+ 'haskell-servant-swagger' 'haskell-swagger2' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('8c51c80ae911782fac5108949d67d52c81bdbafc562eeea9fc817a29362da85f7dd4a2d860d2fb25bea880df786e4886dca9561c9b2b9c7d7f2a4ecef6091834')
+
+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-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:15:21
  Author: felixonmars
Revision: 384055

upgpkg: hledger-api 1.10-54

rebuild with hedgehog 0.6.1

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:14:13 UTC (rev 384054)
+++ PKGBUILD2018-09-22 10:15:21 UTC (rev 384055)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-api
 pkgver=1.10
-pkgrel=53
+pkgrel=54
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:13:55
  Author: felixonmars
Revision: 384053

upgpkg: haskell-yesod-test 1.6.5-44

rebuild with hedgehog 0.6.1

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:12:34 UTC (rev 384052)
+++ PKGBUILD2018-09-22 10:13:55 UTC (rev 384053)
@@ -3,7 +3,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.5
-pkgrel=43
+pkgrel=44
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="http://www.yesodweb.com;
 license=('MIT')


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:14:13
  Author: felixonmars
Revision: 384054

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
384053, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 10:14:13 UTC (rev 384054)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.5
+pkgrel=44
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="http://www.yesodweb.com;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-conduit'
+ 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 
'haskell-http-types'
+ 'haskell-network' 'haskell-pretty-show' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ae990cbd3a04bbcefe02a650a904e295ee8e2ca4dd4ac9167e7f2ea879a02bb005dd3d686249f9f891261d8f184f5a3c2abd6e4c41cacb79751f5bd3bc85b4a5')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_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}" --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 git-annex/repos (3 files)

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:12:34
  Author: felixonmars
Revision: 384052

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 384051, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/ghc-8.4.patch
(from rev 384051, git-annex/trunk/ghc-8.4.patch)

---+
 PKGBUILD  |   53 
 ghc-8.4.patch |  121 
 2 files changed, 174 insertions(+)

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 384051, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 10:12:34 UTC (rev 384052)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20180913
+pkgrel=12
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' '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-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist'
+ 'haskell-edit-distance' 'haskell-esqueleto' 'haskell-exceptions' 
'haskell-fdo-notify'
+ 'haskell-feed' 'haskell-hinotify' 'haskell-hslogger' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-ifelse'
+ 'haskell-magic' 'haskell-memory' 'haskell-monad-control' 
'haskell-monad-logger'
+ 'haskell-mountpoints' '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-chans' 'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ '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" \
+-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
+}

Copied: git-annex/repos/community-staging-x86_64/ghc-8.4.patch (from rev 
384051, git-annex/trunk/ghc-8.4.patch)
===
--- community-staging-x86_64/ghc-8.4.patch  (rev 0)
+++ community-staging-x86_64/ghc-8.4.patch  2018-09-22 10:12:34 UTC (rev 
384052)
@@ -0,0 +1,121 @@
+diff --git a/Command/Info.hs b/Command/Info.hs
+index c9a314056a..3ae82f5532 100644
+--- a/Command/Info.hs
 b/Command/Info.hs
+@@ -56,15 +56,17 @@ data KeyData = KeyData
+   , backendsKeys :: M.Map KeyVariety Integer
+   }
+ 
+-instance Monoid KeyData where
+-  mempty = KeyData 0 0 0 M.empty
+-  mappend a b = KeyData
++instance Semigroup KeyData where
++  a <> b = KeyData
+   { countKeys = countKeys a + countKeys b
+   , sizeKeys = sizeKeys a + sizeKeys b
+   , unknownSizeKeys = unknownSizeKeys a + unknownSizeKeys b
+   , backendsKeys = backendsKeys a <> backendsKeys b
+   }
+ 
++instance Monoid KeyData where
++  mempty = KeyData 0 0 0 M.empty
++
+ data NumCopiesStats = NumCopiesStats
+   { numCopiesVarianceMap :: M.Map Variance Integer
+   }
+diff --git a/Git/Fsck.hs 

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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:12:18
  Author: felixonmars
Revision: 384051

upgpkg: git-annex 6.20180913-12

rebuild with hedgehog 0.6.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:07:03 UTC (rev 384050)
+++ PKGBUILD2018-09-22 10:12:18 UTC (rev 384051)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=6.20180913
-pkgrel=11
+pkgrel=12
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2018-09-22 Thread Antonio Rojas via arch-commits
Date: Saturday, September 22, 2018 @ 10:10:32
  Author: arojas
Revision: 335226

Fix URL

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:09:05 UTC (rev 335225)
+++ PKGBUILD2018-09-22 10:10:32 UTC (rev 335226)
@@ -8,7 +8,7 @@
 pkgrel=2
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=(x86_64)
-url='https://kontact.kde.org//Akonadi'
+url='https://kontact.kde.org/'
 license=(LGPL)
 depends=(kio kitemmodels mariadb hicolor-icon-theme)
 makedepends=(extra-cmake-modules postgresql qt5-tools boost kdesignerplugin)


[arch-commits] Commit in (54 files)

2018-09-22 Thread Antonio Rojas via arch-commits
Date: Saturday, September 22, 2018 @ 10:09:05
  Author: arojas
Revision: 335225

Use shiny new website

Modified:
  akonadi-calendar-tools/trunk/PKGBUILD
  akonadi-calendar/trunk/PKGBUILD
  akonadi-contacts/trunk/PKGBUILD
  akonadi-import-wizard/trunk/PKGBUILD
  akonadi-mime/trunk/PKGBUILD
  akonadi-notes/trunk/PKGBUILD
  akonadi-search/trunk/PKGBUILD
  akonadi/trunk/PKGBUILD
  akonadiconsole/trunk/PKGBUILD
  akregator/trunk/PKGBUILD
  calendarsupport/trunk/PKGBUILD
  eventviews/trunk/PKGBUILD
  grantlee-editor/trunk/PKGBUILD
  grantleetheme/trunk/PKGBUILD
  incidenceeditor/trunk/PKGBUILD
  kaddressbook/trunk/PKGBUILD
  kalarm/trunk/PKGBUILD
  kalarmcal/trunk/PKGBUILD
  kblog/trunk/PKGBUILD
  kcalcore/trunk/PKGBUILD
  kcalutils/trunk/PKGBUILD
  kcontacts/trunk/PKGBUILD
  kdepim-addons/trunk/PKGBUILD
  kdepim-apps-libs/trunk/PKGBUILD
  kdepim-runtime/trunk/PKGBUILD
  kidentitymanagement/trunk/PKGBUILD
  kimap/trunk/PKGBUILD
  kitinerary/trunk/PKGBUILD
  kldap/trunk/PKGBUILD
  kmail-account-wizard/trunk/PKGBUILD
  kmail/trunk/PKGBUILD
  kmailtransport/trunk/PKGBUILD
  kmbox/trunk/PKGBUILD
  kmime/trunk/PKGBUILD
  kmix/trunk/PKGBUILD
  knotes/trunk/PKGBUILD
  kontact/trunk/PKGBUILD
  kontactinterface/trunk/PKGBUILD
  korganizer/trunk/PKGBUILD
  kpimtextedit/trunk/PKGBUILD
  kpkpass/trunk/PKGBUILD
  ksmtp/trunk/PKGBUILD
  ktnef/trunk/PKGBUILD
  libgravatar/trunk/PKGBUILD
  libkdepim/trunk/PKGBUILD
  libkleo/trunk/PKGBUILD
  libksieve/trunk/PKGBUILD
  mailcommon/trunk/PKGBUILD
  mailimporter/trunk/PKGBUILD
  mbox-importer/trunk/PKGBUILD
  messagelib/trunk/PKGBUILD
  pim-data-exporter/trunk/PKGBUILD
  pim-sieve-editor/trunk/PKGBUILD
  pimcommon/trunk/PKGBUILD

---+
 akonadi-calendar-tools/trunk/PKGBUILD |2 +-
 akonadi-calendar/trunk/PKGBUILD   |2 +-
 akonadi-contacts/trunk/PKGBUILD   |2 +-
 akonadi-import-wizard/trunk/PKGBUILD  |2 +-
 akonadi-mime/trunk/PKGBUILD   |2 +-
 akonadi-notes/trunk/PKGBUILD  |2 +-
 akonadi-search/trunk/PKGBUILD |2 +-
 akonadi/trunk/PKGBUILD|2 +-
 akonadiconsole/trunk/PKGBUILD |2 +-
 akregator/trunk/PKGBUILD  |2 +-
 calendarsupport/trunk/PKGBUILD|2 +-
 eventviews/trunk/PKGBUILD |2 +-
 grantlee-editor/trunk/PKGBUILD|2 +-
 grantleetheme/trunk/PKGBUILD  |2 +-
 incidenceeditor/trunk/PKGBUILD|2 +-
 kaddressbook/trunk/PKGBUILD   |2 +-
 kalarm/trunk/PKGBUILD |2 +-
 kalarmcal/trunk/PKGBUILD  |2 +-
 kblog/trunk/PKGBUILD  |2 +-
 kcalcore/trunk/PKGBUILD   |2 +-
 kcalutils/trunk/PKGBUILD  |2 +-
 kcontacts/trunk/PKGBUILD  |2 +-
 kdepim-addons/trunk/PKGBUILD  |2 +-
 kdepim-apps-libs/trunk/PKGBUILD   |2 +-
 kdepim-runtime/trunk/PKGBUILD |2 +-
 kidentitymanagement/trunk/PKGBUILD|2 +-
 kimap/trunk/PKGBUILD  |2 +-
 kitinerary/trunk/PKGBUILD |2 +-
 kldap/trunk/PKGBUILD  |2 +-
 kmail-account-wizard/trunk/PKGBUILD   |2 +-
 kmail/trunk/PKGBUILD  |2 +-
 kmailtransport/trunk/PKGBUILD |2 +-
 kmbox/trunk/PKGBUILD  |2 +-
 kmime/trunk/PKGBUILD  |2 +-
 kmix/trunk/PKGBUILD   |2 +-
 knotes/trunk/PKGBUILD |2 +-
 kontact/trunk/PKGBUILD|2 +-
 kontactinterface/trunk/PKGBUILD   |2 +-
 korganizer/trunk/PKGBUILD |2 +-
 kpimtextedit/trunk/PKGBUILD   |2 +-
 kpkpass/trunk/PKGBUILD|2 +-
 ksmtp/trunk/PKGBUILD  |2 +-
 ktnef/trunk/PKGBUILD  |2 +-
 libgravatar/trunk/PKGBUILD|2 +-
 libkdepim/trunk/PKGBUILD  |2 +-
 libkleo/trunk/PKGBUILD|2 +-
 libksieve/trunk/PKGBUILD  |2 +-
 mailcommon/trunk/PKGBUILD |2 +-
 mailimporter/trunk/PKGBUILD   |2 +-
 mbox-importer/trunk/PKGBUILD  |2 +-
 messagelib/trunk/PKGBUILD |2 +-
 pim-data-exporter/trunk/PKGBUILD  |2 +-
 pim-sieve-editor/trunk/PKGBUILD   |2 +-
 pimcommon/trunk/PKGBUILD  |2 +-
 54 files changed, 54 insertions(+), 54 deletions(-)

Modified: akonadi/trunk/PKGBUILD
===
--- akonadi/trunk/PKGBUILD  2018-09-22 09:09:49 UTC (rev 335224)
+++ akonadi/trunk/PKGBUILD  2018-09-22 10:09:05 UTC (rev 335225)
@@ -8,7 +8,7 @@
 pkgrel=2
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=(x86_64)
-url='https://community.kde.org/KDE_PIM/Akonadi'
+url='https://kontact.kde.org//Akonadi'
 license=(LGPL)
 depends=(kio kitemmodels mariadb hicolor-icon-theme)
 makedepends=(extra-cmake-modules 

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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:06:46
  Author: felixonmars
Revision: 384049

upgpkg: haskell-yesod-static 1.6.0-93

rebuild with hedgehog 0.6.1

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:05:55 UTC (rev 384048)
+++ PKGBUILD2018-09-22 10:06:46 UTC (rev 384049)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.0
-pkgrel=92
+pkgrel=93
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:07:03
  Author: felixonmars
Revision: 384050

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
384049, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 10:07:03 UTC (rev 384050)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.0
+pkgrel=93
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-byteable' 'haskell-conduit' 
'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-memory' 'haskell-css-text' 
'haskell-data-default'
+ 'haskell-exceptions' 'haskell-file-embed' 'haskell-hashable' 
'haskell-hjsmin'
+ 'haskell-http-types' 'haskell-mime-types' 'haskell-old-time' 
'haskell-resourcet'
+ 'haskell-unix-compat' 'haskell-unordered-containers' 'haskell-wai' 
'haskell-wai-app-static'
+ 'haskell-yesod-core')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('85352eb6ec0f4d7682a0d000f158446ed0370d7a63f9cca8976e5972d10ca427e45e8307c1169bfbcc25ba7fa62e1906651a9e8c7d6937ac4ea6f25412b5cea5')
+
+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-yesod-auth/repos (2 files)

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:05:55
  Author: felixonmars
Revision: 384048

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
384047, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 10:05:55 UTC (rev 384048)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.4.1
+pkgrel=8
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-email-validate' 'haskell-file-embed' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-network-uri' 'haskell-nonce' 'haskell-persistent' 
'haskell-random' 'haskell-safe'
+ 'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d70974047374a9ab95bf811eca27c45391f0987083e77a17c832cf6d2ebdf0b0c2042a4dbe838db83a4aff3c576aa02c20554afb0338249898894f910dfd5c1f')
+
+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
+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-yesod-auth/trunk (PKGBUILD)

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:05:38
  Author: felixonmars
Revision: 384047

upgpkg: haskell-yesod-auth 1.6.4.1-8

rebuild with hedgehog 0.6.1

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:04:24 UTC (rev 384046)
+++ PKGBUILD2018-09-22 10:05:38 UTC (rev 384047)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.4.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:04:24
  Author: felixonmars
Revision: 384046

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 384045, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-22 10:04:24 UTC (rev 384046)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.6.0
+pkgrel=115
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup'
+ 'haskell-data-default-class' 'haskell-fast-logger' 
'haskell-monad-logger'
+ 'haskell-resourcet' 'haskell-shakespeare' 'haskell-streaming-commons'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-extra' 
'haskell-wai-logger'
+ 'haskell-warp' 'haskell-yaml' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('36caa5ee5c27a2355aff9e5dc210100661670717e251bb42bac48c02cd6979c38ae7b5fda1dd2e264aefb7b5b3808f7ccc9e511fd38b6de7090e16c7a91e1b15')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_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 $_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-yesod/trunk (PKGBUILD)

2018-09-22 Thread Felix Yan via arch-commits
Date: Saturday, September 22, 2018 @ 10:04:07
  Author: felixonmars
Revision: 384045

upgpkg: haskell-yesod 1.6.0-115

rebuild with hedgehog 0.6.1

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-22 10:03:04 UTC (rev 384044)
+++ PKGBUILD2018-09-22 10:04:07 UTC (rev 384045)
@@ -4,7 +4,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.0
-pkgrel=114
+pkgrel=115
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


  1   2   >