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

2019-05-19 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, May 20, 2019 @ 05:05:26
  Author: svenstaro
Revision: 468023

archrelease: copy trunk to community-x86_64

Added:
  supertuxkart/repos/community-x86_64/PKGBUILD
(from rev 468022, supertuxkart/trunk/PKGBUILD)
Deleted:
  supertuxkart/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 05:05:10 UTC (rev 468022)
+++ PKGBUILD2019-05-20 05:05:26 UTC (rev 468023)
@@ -1,48 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: Allan McRae 
-# Contributor: rabyte 
-
-pkgname=supertuxkart
-pkgver=1.0
-pkgrel=3
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
-depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl' 
'libxkbcommon')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tar.xz;)
-sha512sums=('182754610abd09545630fa1f7fda858ba1731bbacb078bc71597e143f9cb2a1cfcedd3038720760d0471a89b79cc3bb1eb292d38fcd53be05aad7cb17c474ca9')
-
-build() {
-  cd ${srcdir}/supertuxkart-${pkgver}
-
-  _fn="data/${pkgname}.desktop"
-  setconf "$_fn" Exec "$pkgname"
-  setconf "$_fn" TryExec "$pkgname"
-  setconf "$_fn" Icon "$pkgname"
-
-  mkdir build && cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_RECORDER=0
-
-  make
-}
-
-package() {
-  cd "$srcdir"/supertuxkart-${pkgver}
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # Why is this even in here?
-  rm -r "$pkgdir"/usr/lib
-  rm -r "$pkgdir"/usr/include
-}
-
-# vim:set ts=2 sw=2 et:

Copied: supertuxkart/repos/community-x86_64/PKGBUILD (from rev 468022, 
supertuxkart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 05:05:26 UTC (rev 468023)
@@ -0,0 +1,48 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: Allan McRae 
+# Contributor: rabyte 
+
+pkgname=supertuxkart
+pkgver=1.0
+pkgrel=4
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('x86_64')
+url='http://supertuxkart.sourceforge.net/'
+license=('GPL2')
+depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu' 
'wayland')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl' 
'libxkbcommon')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tar.xz;)
+sha512sums=('182754610abd09545630fa1f7fda858ba1731bbacb078bc71597e143f9cb2a1cfcedd3038720760d0471a89b79cc3bb1eb292d38fcd53be05aad7cb17c474ca9')
+
+build() {
+  cd ${srcdir}/supertuxkart-${pkgver}
+
+  _fn="data/${pkgname}.desktop"
+  setconf "$_fn" Exec "$pkgname"
+  setconf "$_fn" TryExec "$pkgname"
+  setconf "$_fn" Icon "$pkgname"
+
+  mkdir build && cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_RECORDER=0
+
+  make
+}
+
+package() {
+  cd "$srcdir"/supertuxkart-${pkgver}
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # Why is this even in here?
+  rm -r "$pkgdir"/usr/lib
+  rm -r "$pkgdir"/usr/include
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-05-19 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, May 20, 2019 @ 05:05:10
  Author: svenstaro
Revision: 468022

upgpkg: supertuxkart 1.0-4

Add wayland dep

Modified:
  supertuxkart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 01:21:22 UTC (rev 468021)
+++ PKGBUILD2019-05-20 05:05:10 UTC (rev 468022)
@@ -5,12 +5,12 @@
 
 pkgname=supertuxkart
 pkgver=1.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Kart racing game featuring Tux and his friends'
 arch=('x86_64')
 url='http://supertuxkart.sourceforge.net/'
 license=('GPL2')
-depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu')
+depends=('openal' 'libvorbis' 'fribidi' 'curl' 'bluez-libs' 'libxrandr' 'glu' 
'wayland')
 makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'mesa-libgl' 
'libxkbcommon')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tar.xz;)
 
sha512sums=('182754610abd09545630fa1f7fda858ba1731bbacb078bc71597e143f9cb2a1cfcedd3038720760d0471a89b79cc3bb1eb292d38fcd53be05aad7cb17c474ca9')


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

2019-05-19 Thread Jan Steffens via arch-commits
Date: Monday, May 20, 2019 @ 02:20:44
  Author: heftig
Revision: 353636

2.24.2-1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 01:21:25 UTC (rev 353635)
+++ PKGBUILD2019-05-20 02:20:44 UTC (rev 353636)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.24.1
+pkgver=2.24.2
 pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=(x86_64)
@@ -16,7 +16,7 @@
 'gst-plugins-bad: media decoding'
 'gst-libav: nonfree media decoding')
 source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
-sha256sums=('53cb8eaad2ca4caaae663d68331b83fd27d5bd5f6c5388d6ea3c455e338f396d'
+sha256sums=('019cb1f0d05bf6148b72c7a85734bcd006388a1c14132843ef9a1b2cb7b4321c'
 'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
   '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')


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

2019-05-19 Thread Jan Steffens via arch-commits
Date: Monday, May 20, 2019 @ 02:20:55
  Author: heftig
Revision: 353637

archrelease: copy trunk to extra-x86_64

Added:
  webkit2gtk/repos/extra-x86_64/PKGBUILD
(from rev 353636, webkit2gtk/trunk/PKGBUILD)
Deleted:
  webkit2gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 02:20:44 UTC (rev 353636)
+++ PKGBUILD2019-05-20 02:20:55 UTC (rev 353637)
@@ -1,58 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk
-pkgver=2.24.1
-pkgrel=1
-pkgdesc="GTK+ Web content engine library"
-arch=(x86_64)
-url="https://webkitgtk.org/;
-license=(custom)
-depends=(libxt libxslt enchant gst-plugins-base-libs libsecret libwebp 
openjpeg2
- harfbuzz-icu gtk3 libnotify hyphen woff2)
-makedepends=(gperf gobject-introspection ruby gtk-doc cmake python geoclue)
-optdepends=('geoclue: Geolocation support'
-'gst-plugins-good: media decoding'
-'gst-plugins-bad: media decoding'
-'gst-libav: nonfree media decoding')
-source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
-sha256sums=('53cb8eaad2ca4caaae663d68331b83fd27d5bd5f6c5388d6ea3c455e338f396d'
-'SKIP')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
-  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')
-
-prepare() {
-  cd webkitgtk-$pkgver
-}
-
-build() {
-  cmake -Hwebkitgtk-$pkgver -Bbuild \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DENABLE_GTKDOC=ON \
--DENABLE_PLUGIN_PROCESS_GTK2=OFF \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DLIB_INSTALL_DIR=/usr/lib
-  cmake --build build
-}
-
-check() {
-  : cmake --build build --target tests
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
-while IFS= read -d $'\0' -r _f; do
-  echo "### $_f ###"
-  cat "$_f"
-  echo
-done |
-install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set sw=2 et:

Copied: webkit2gtk/repos/extra-x86_64/PKGBUILD (from rev 353636, 
webkit2gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 02:20:55 UTC (rev 353637)
@@ -0,0 +1,58 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.24.2
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=(x86_64)
+url="https://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt enchant gst-plugins-base-libs libsecret libwebp 
openjpeg2
+ harfbuzz-icu gtk3 libnotify hyphen woff2)
+makedepends=(gperf gobject-introspection ruby gtk-doc cmake python geoclue)
+optdepends=('geoclue: Geolocation support'
+'gst-plugins-good: media decoding'
+'gst-plugins-bad: media decoding'
+'gst-libav: nonfree media decoding')
+source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
+sha256sums=('019cb1f0d05bf6148b72c7a85734bcd006388a1c14132843ef9a1b2cb7b4321c'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3'
+  '5AA3BC334FD7E3369E7C77B291C559DBE4C9123B')
+
+prepare() {
+  cd webkitgtk-$pkgver
+}
+
+build() {
+  cmake -Hwebkitgtk-$pkgver -Bbuild \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DENABLE_GTKDOC=ON \
+-DENABLE_PLUGIN_PROCESS_GTK2=OFF \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DLIB_INSTALL_DIR=/usr/lib
+  cmake --build build
+}
+
+check() {
+  : cmake --build build --target tests
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+
+  cd webkitgtk-$pkgver
+  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
+while IFS= read -d $'\0' -r _f; do
+  echo "### $_f ###"
+  cat "$_f"
+  echo
+done |
+install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set sw=2 et:


[arch-commits] Commit in lib32-alsa-plugins/repos (2 files)

2019-05-19 Thread Jan Steffens via arch-commits
Date: Monday, May 20, 2019 @ 01:21:22
  Author: heftig
Revision: 468021

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-alsa-plugins/repos/multilib-testing-x86_64/
  lib32-alsa-plugins/repos/multilib-testing-x86_64/PKGBUILD
(from rev 468020, lib32-alsa-plugins/trunk/PKGBUILD)

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

Copied: lib32-alsa-plugins/repos/multilib-testing-x86_64/PKGBUILD (from rev 
468020, lib32-alsa-plugins/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2019-05-20 01:21:22 UTC (rev 468021)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+_pkgbasename=alsa-plugins
+pkgname=lib32-$_pkgbasename
+pkgver=1.1.9
+pkgrel=1
+pkgdesc="Extra alsa plugins (32-bit)"
+arch=(x86_64)
+url="http://www.alsa-project.org;
+license=(GPL)
+depends=(lib32-alsa-lib $_pkgbasename)
+makedepends=(lib32-libpulse lib32-jack lib32-speex lib32-libsamplerate 
gcc-multilib)
+optdepends=('lib32-libpulse: PulseAudio plugin'
+'lib32-jack: Jack plugin'
+'lib32-libsamplerate: libsamplerate resampling plugin'
+'lib32-speex: libspeexdsp resampling plugin')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$_pkgbasename-$pkgver.tar.bz2;)
+sha256sums=('161772303da521abbbf1d91f63b470c4791392d5728f2192a42d71292078f907')
+
+prepare() {
+  cd $_pkgbasename-$pkgver
+  autoreconf -fvi
+}
+
+build() {
+  cd $_pkgbasename-$pkgver
+
+  export CC="gcc -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $_pkgbasename-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/{etc,usr/share}
+}


[arch-commits] Commit in gtk-doc/repos/extra-any (PKGBUILD PKGBUILD fixperms.diff)

2019-05-19 Thread Jan Steffens via arch-commits
Date: Monday, May 20, 2019 @ 01:21:25
  Author: heftig
Revision: 353635

archrelease: copy trunk to extra-any

Added:
  gtk-doc/repos/extra-any/PKGBUILD
(from rev 353633, gtk-doc/trunk/PKGBUILD)
  gtk-doc/repos/extra-any/fixperms.diff
(from rev 353633, gtk-doc/trunk/fixperms.diff)
Deleted:
  gtk-doc/repos/extra-any/PKGBUILD

---+
 PKGBUILD  |   84 +---
 fixperms.diff |   12 
 2 files changed, 56 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 01:21:24 UTC (rev 353634)
+++ PKGBUILD2019-05-20 01:21:25 UTC (rev 353635)
@@ -1,40 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=gtk-doc
-pkgver=1.30+1+g44c5972
-pkgrel=1
-pkgdesc="Documentation tool for public library API"
-url="https://www.gtk.org/gtk-doc/;
-arch=(any)
-license=(GPL FDL)
-depends=(docbook-xsl docbook-xml glib2-docs python-lxml python-pygments
- python-anytree)
-makedepends=(dblatex git yelp-tools meson)
-checkdepends=(bc gtk3 python-six python-parameterized)
-optdepends=('dblatex: PDF support')
-_commit=44c5972b167176f15cc32fc46743b596b7f00fe5  # master~2
-source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/GTK_DOC_//' -e 's/_/\./g' -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  # Tests don't work yet
-  meson test -C build --print-errorlogs || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gtk-doc/repos/extra-any/PKGBUILD (from rev 353633, 
gtk-doc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 01:21:25 UTC (rev 353635)
@@ -0,0 +1,44 @@
+# Maintainer: Jan de Groot 
+
+pkgname=gtk-doc
+pkgver=1.30+1+g44c5972
+pkgrel=2
+pkgdesc="Documentation tool for public library API"
+url="https://www.gtk.org/gtk-doc/;
+arch=(any)
+license=(GPL FDL)
+depends=(docbook-xsl docbook-xml glib2-docs python-lxml python-pygments
+ python-anytree)
+makedepends=(dblatex git yelp-tools meson)
+checkdepends=(bc gtk3 python-six python-parameterized)
+optdepends=('dblatex: PDF support')
+_commit=44c5972b167176f15cc32fc46743b596b7f00fe5  # master~2
+source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;
+fixperms.diff)
+sha256sums=('SKIP'
+'bd8489e54c2e089197a692482c6f25b237b99db2b0419c4dcc3f29ce6f21e7e4')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/GTK_DOC_//' -e 's/_/\./g' -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # https://gitlab.gnome.org/GNOME/gtk-doc/issues/84
+  patch -Np1 -i ../fixperms.diff
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  # Tests don't work yet
+  meson test -C build --print-errorlogs || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Copied: gtk-doc/repos/extra-any/fixperms.diff (from rev 353633, 
gtk-doc/trunk/fixperms.diff)
===
--- fixperms.diff   (rev 0)
+++ fixperms.diff   2019-05-20 01:21:25 UTC (rev 353635)
@@ -0,0 +1,12 @@
+diff --git i/gtkdoc/highlight.py w/gtkdoc/highlight.py
+index 8f6e470..82e11e8 100644
+--- i/gtkdoc/highlight.py
 w/gtkdoc/highlight.py
+@@ -47,6 +47,6 @@ def highlight_code(code, lang='c'):
+ 
+ 
+ def append_style_defs(css_file_name):
+-os.chmod(css_file_name, stat.S_IWRITE)
++os.chmod(css_file_name, 0o644)
+ with open(css_file_name, 'at', newline='\n', encoding='utf-8') as css:
+ css.write(HTML_FORMATTER.get_style_defs())


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

2019-05-19 Thread Jan Steffens via arch-commits
Date: Monday, May 20, 2019 @ 01:21:24
  Author: heftig
Revision: 353634

archrelease: copy trunk to testing-x86_64

Added:
  alsa-plugins/repos/testing-x86_64/PKGBUILD
(from rev 353633, alsa-plugins/trunk/PKGBUILD)
Deleted:
  alsa-plugins/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 01:20:19 UTC (rev 353633)
+++ PKGBUILD2019-05-20 01:21:24 UTC (rev 353634)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Sergej Pupykin 
-# Contributor: Daniel Ehlers 
-
-pkgname=alsa-plugins
-pkgver=1.1.9
-pkgrel=1
-pkgdesc="Extra alsa plugins"
-arch=(x86_64)
-url="http://www.alsa-project.org;
-license=(GPL)
-depends=(alsa-lib)
-makedepends=(libpulse jack ffmpeg)
-optdepends=('libpulse: PulseAudio plugin'
-'jack: Jack plugin'
-#'ffmpeg: libavcodec resampling plugin, a52 plugin'
-'libsamplerate: libsamplerate resampling plugin'
-'speex: libspeexdsp resampling plugin')
-source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('161772303da521abbbf1d91f63b470c4791392d5728f2192a42d71292078f907')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
-}

Copied: alsa-plugins/repos/testing-x86_64/PKGBUILD (from rev 353633, 
alsa-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 01:21:24 UTC (rev 353634)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Daniel Ehlers 
+
+pkgname=alsa-plugins
+pkgver=1.1.9
+pkgrel=2
+pkgdesc="Extra alsa plugins"
+arch=(x86_64)
+url="http://www.alsa-project.org;
+license=(GPL)
+depends=(alsa-lib)
+makedepends=(libpulse jack ffmpeg)
+optdepends=('libpulse: PulseAudio plugin'
+'jack: Jack plugin'
+#'ffmpeg: libavcodec resampling plugin, a52 plugin'
+'libsamplerate: libsamplerate resampling plugin'
+'speex: libspeexdsp resampling plugin')
+source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('161772303da521abbbf1d91f63b470c4791392d5728f2192a42d71292078f907')
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
+}


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

2019-05-19 Thread Jan Steffens via arch-commits
Date: Monday, May 20, 2019 @ 01:20:19
  Author: heftig
Revision: 353633

1.1.9-2

Modified:
  alsa-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 01:19:54 UTC (rev 353632)
+++ PKGBUILD2019-05-20 01:20:19 UTC (rev 353633)
@@ -4,7 +4,7 @@
 
 pkgname=alsa-plugins
 pkgver=1.1.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Extra alsa plugins"
 arch=(x86_64)
 url="http://www.alsa-project.org;
@@ -26,7 +26,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 


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

2019-05-19 Thread Jan Steffens via arch-commits
Date: Monday, May 20, 2019 @ 01:20:03
  Author: heftig
Revision: 468020

1.1.9-1

Modified:
  lib32-alsa-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 22:25:51 UTC (rev 468019)
+++ PKGBUILD2019-05-20 01:20:03 UTC (rev 468020)
@@ -2,7 +2,7 @@
 
 _pkgbasename=alsa-plugins
 pkgname=lib32-$_pkgbasename
-pkgver=1.1.8
+pkgver=1.1.9
 pkgrel=1
 pkgdesc="Extra alsa plugins (32-bit)"
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'lib32-libsamplerate: libsamplerate resampling plugin'
 'lib32-speex: libspeexdsp resampling plugin')
 source=("ftp://ftp.alsa-project.org/pub/plugins/$_pkgbasename-$pkgver.tar.bz2;)
-sha256sums=('7f77df171685ccec918268477623a39db4d9f32d5dc5e76874ef2467a2405994')
+sha256sums=('161772303da521abbbf1d91f63b470c4791392d5728f2192a42d71292078f907')
 
 prepare() {
   cd $_pkgbasename-$pkgver
@@ -28,7 +28,7 @@
   export CC="gcc -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-avcodec
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc
   make
 }
 


[arch-commits] Commit in gtk-doc/trunk (PKGBUILD fixperms.diff)

2019-05-19 Thread Jan Steffens via arch-commits
Date: Monday, May 20, 2019 @ 01:19:54
  Author: heftig
Revision: 353632

1.30+1+g44c5972-2

Added:
  gtk-doc/trunk/fixperms.diff
Modified:
  gtk-doc/trunk/PKGBUILD

---+
 PKGBUILD  |   10 +++---
 fixperms.diff |   12 
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 22:25:02 UTC (rev 353631)
+++ PKGBUILD2019-05-20 01:19:54 UTC (rev 353632)
@@ -2,7 +2,7 @@
 
 pkgname=gtk-doc
 pkgver=1.30+1+g44c5972
-pkgrel=1
+pkgrel=2
 pkgdesc="Documentation tool for public library API"
 url="https://www.gtk.org/gtk-doc/;
 arch=(any)
@@ -13,8 +13,10 @@
 checkdepends=(bc gtk3 python-six python-parameterized)
 optdepends=('dblatex: PDF support')
 _commit=44c5972b167176f15cc32fc46743b596b7f00fe5  # master~2
-source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;)
-sha256sums=('SKIP')
+source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit;
+fixperms.diff)
+sha256sums=('SKIP'
+'bd8489e54c2e089197a692482c6f25b237b99db2b0419c4dcc3f29ce6f21e7e4')
 
 pkgver() {
   cd $pkgname
@@ -23,6 +25,8 @@
 
 prepare() {
   cd $pkgname
+  # https://gitlab.gnome.org/GNOME/gtk-doc/issues/84
+  patch -Np1 -i ../fixperms.diff
 }
 
 build() {

Added: fixperms.diff
===
--- fixperms.diff   (rev 0)
+++ fixperms.diff   2019-05-20 01:19:54 UTC (rev 353632)
@@ -0,0 +1,12 @@
+diff --git i/gtkdoc/highlight.py w/gtkdoc/highlight.py
+index 8f6e470..82e11e8 100644
+--- i/gtkdoc/highlight.py
 w/gtkdoc/highlight.py
+@@ -47,6 +47,6 @@ def highlight_code(code, lang='c'):
+ 
+ 
+ def append_style_defs(css_file_name):
+-os.chmod(css_file_name, stat.S_IWRITE)
++os.chmod(css_file_name, 0o644)
+ with open(css_file_name, 'at', newline='\n', encoding='utf-8') as css:
+ css.write(HTML_FORMATTER.get_style_defs())


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

2019-05-19 Thread Jan Steffens via arch-commits
Date: Sunday, May 19, 2019 @ 22:25:42
  Author: heftig
Revision: 468018

1.1.9-1

Modified:
  lib32-alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 22:22:54 UTC (rev 468017)
+++ PKGBUILD2019-05-19 22:25:42 UTC (rev 468018)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=lib32-alsa-lib
-pkgver=1.1.8
-pkgrel=2
+pkgver=1.1.9
+pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support (32 bit)"
 arch=('x86_64')
 url="https://www.alsa-project.org;
@@ -10,7 +10,7 @@
 makedepends=('gcc-multilib')
 license=('LGPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/alsa-lib-$pkgver.tar.bz2)
-sha256sums=('3cdc3a93a6427a26d8efab4ada2152e64dd89140d981f6ffa003e85be707aedf')
+sha256sums=('488373aef5396682f3a411a6d064ae0ad196b9c96269d0bb912fbdeec94b994b')
 
 build() {
   cd alsa-lib-$pkgver


[arch-commits] Commit in lib32-alsa-lib/repos (2 files)

2019-05-19 Thread Jan Steffens via arch-commits
Date: Sunday, May 19, 2019 @ 22:25:51
  Author: heftig
Revision: 468019

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-alsa-lib/repos/multilib-testing-x86_64/
  lib32-alsa-lib/repos/multilib-testing-x86_64/PKGBUILD
(from rev 468018, lib32-alsa-lib/trunk/PKGBUILD)

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

Copied: lib32-alsa-lib/repos/multilib-testing-x86_64/PKGBUILD (from rev 468018, 
lib32-alsa-lib/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2019-05-19 22:25:51 UTC (rev 468019)
@@ -0,0 +1,29 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=lib32-alsa-lib
+pkgver=1.1.9
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support (32 bit)"
+arch=('x86_64')
+url="https://www.alsa-project.org;
+depends=('lib32-glibc' 'alsa-lib')
+makedepends=('gcc-multilib')
+license=('LGPL')
+source=(ftp://ftp.alsa-project.org/pub/lib/alsa-lib-$pkgver.tar.bz2)
+sha256sums=('488373aef5396682f3a411a6d064ae0ad196b9c96269d0bb912fbdeec94b994b')
+
+build() {
+  cd alsa-lib-$pkgver
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure --without-debug --prefix=/usr --libdir=/usr/lib32 
--disable-python
+  make
+}
+
+package() {
+  cd alsa-lib-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir"/usr/{bin,include,share}
+}


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

2019-05-19 Thread Jan Steffens via arch-commits
Date: Sunday, May 19, 2019 @ 22:25:02
  Author: heftig
Revision: 353631

archrelease: copy trunk to extra-x86_64

Added:
  gedit-plugins/repos/extra-x86_64/PKGBUILD
(from rev 353630, gedit-plugins/trunk/PKGBUILD)
Deleted:
  gedit-plugins/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-19 22:24:53 UTC (rev 353630)
+++ PKGBUILD2019-05-19 22:25:02 UTC (rev 353631)
@@ -1,47 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Alexander Rødseth 
-# Contributor: Hugo Doria 
-# Contributor: Sergej Chodarev 
-# Contributor: zhuqin 
-
-pkgname=gedit-plugins
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="Collection of plugins for the gedit Text Editor"
-url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins;
-arch=(x86_64)
-license=(GPL)
-depends=(gedit python-dbus python-cairo)
-makedepends=(vte3 libgit2-glib gucharmap gobject-introspection vala yelp-tools
- appstream-glib git)
-optdepends=('gucharmap: for charmap plugin'
-'vte3: for embedded terminal'
-'libgit2-glib: for git plugin')
-_commit=64da83cd4854f3fb6b8fd7db559378535c4c6321  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit;)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gedit-plugins/repos/extra-x86_64/PKGBUILD (from rev 353630, 
gedit-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-19 22:25:02 UTC (rev 353631)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Alexander Rødseth 
+# Contributor: Hugo Doria 
+# Contributor: Sergej Chodarev 
+# Contributor: zhuqin 
+
+pkgname=gedit-plugins
+pkgver=3.32.2
+pkgrel=1
+pkgdesc="Collection of plugins for the gedit Text Editor"
+url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins;
+arch=(x86_64)
+license=(GPL)
+depends=(gedit python-dbus python-cairo)
+makedepends=(vte3 libgit2-glib gucharmap gobject-introspection vala yelp-tools
+ appstream-glib git)
+optdepends=('gucharmap: for charmap plugin'
+'vte3: for embedded terminal'
+'libgit2-glib: for git plugin')
+_commit=8a5676e03499819f483d097def826b0f42fc2396  # tags/3.32.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-05-19 Thread Jan Steffens via arch-commits
Date: Sunday, May 19, 2019 @ 22:24:53
  Author: heftig
Revision: 353630

3.32.2-1

Modified:
  gedit-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 22:23:17 UTC (rev 353629)
+++ PKGBUILD2019-05-19 22:24:53 UTC (rev 353630)
@@ -6,7 +6,7 @@
 # Contributor: zhuqin 
 
 pkgname=gedit-plugins
-pkgver=3.32.0
+pkgver=3.32.2
 pkgrel=1
 pkgdesc="Collection of plugins for the gedit Text Editor"
 url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins;
@@ -18,7 +18,7 @@
 optdepends=('gucharmap: for charmap plugin'
 'vte3: for embedded terminal'
 'libgit2-glib: for git plugin')
-_commit=64da83cd4854f3fb6b8fd7db559378535c4c6321  # tags/3.32.0^0
+_commit=8a5676e03499819f483d097def826b0f42fc2396  # tags/3.32.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit;)
 sha512sums=('SKIP')
 


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

2019-05-19 Thread Jan Steffens via arch-commits
Date: Sunday, May 19, 2019 @ 22:21:10
  Author: heftig
Revision: 353623

archrelease: copy trunk to extra-x86_64

Added:
  python-evdev/repos/extra-x86_64/PKGBUILD
(from rev 353622, python-evdev/trunk/PKGBUILD)
Deleted:
  python-evdev/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-19 22:20:37 UTC (rev 353622)
+++ PKGBUILD2019-05-19 22:21:10 UTC (rev 353623)
@@ -1,30 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=python-evdev
-pkgver=1.1.2
-pkgrel=2
-pkgdesc="Python bindings for the Linux input subsystem"
-url="https://python-evdev.readthedocs.io/en/latest/;
-arch=(x86_64)
-license=(BSD)
-depends=(python)
-makedepends=(git)
-_commit=34a7535e8e160c78bf923adc48a1f1f6bcdcaae8  # tags/v1.1.2
-source=("git+https://github.com/gvalkov/python-evdev#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  python setup.py build
-}
-
-package() {
-  cd $pkgname
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
-}

Copied: python-evdev/repos/extra-x86_64/PKGBUILD (from rev 353622, 
python-evdev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-19 22:21:10 UTC (rev 353623)
@@ -0,0 +1,30 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=python-evdev
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Python bindings for the Linux input subsystem"
+url="https://python-evdev.readthedocs.io/en/latest/;
+arch=(x86_64)
+license=(BSD)
+depends=(python)
+makedepends=(git)
+_commit=91710cd7b86573f9bdb139ff9e9cfce212c94879  # tags/v1.2.0^0
+source=("git+https://github.com/gvalkov/python-evdev#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  python setup.py build
+}
+
+package() {
+  cd $pkgname
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE
+}


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

2019-05-19 Thread Jan Steffens via arch-commits
Date: Sunday, May 19, 2019 @ 22:20:37
  Author: heftig
Revision: 353622

1.2.0-1

Modified:
  python-evdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 16:47:48 UTC (rev 353621)
+++ PKGBUILD2019-05-19 22:20:37 UTC (rev 353622)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=python-evdev
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="Python bindings for the Linux input subsystem"
 url="https://python-evdev.readthedocs.io/en/latest/;
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(BSD)
 depends=(python)
 makedepends=(git)
-_commit=34a7535e8e160c78bf923adc48a1f1f6bcdcaae8  # tags/v1.1.2
+_commit=91710cd7b86573f9bdb139ff9e9cfce212c94879  # tags/v1.2.0^0
 source=("git+https://github.com/gvalkov/python-evdev#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-05-19 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 19, 2019 @ 21:17:14
  Author: jlichtblau
Revision: 468006

upgpkg: hugo 0.55.6-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 21:10:25 UTC (rev 468005)
+++ PKGBUILD2019-05-19 21:17:14 UTC (rev 468006)
@@ -4,7 +4,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.55.5
+pkgver=0.55.6
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('go-pie' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('372280e86fd97bf41e7e1307672328f99911f487b0e9c4245b906717a00f1747')
+sha256sums=('2b585e1919e2643e5bb4226eb64d7cd523bbf85be266f43bf3a132fa924949e4')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2019-05-19 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 19, 2019 @ 21:17:24
  Author: jlichtblau
Revision: 468007

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-19 21:17:14 UTC (rev 468006)
+++ PKGBUILD2019-05-19 21:17:24 UTC (rev 468007)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.55.5
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/;
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('372280e86fd97bf41e7e1307672328f99911f487b0e9c4245b906717a00f1747')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  go build -tags extended
-  ./hugo gen man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 468006, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-19 21:17:24 UTC (rev 468007)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.55.6
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('2b585e1919e2643e5bb4226eb64d7cd523bbf85be266f43bf3a132fa924949e4')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  go build -tags extended
+  ./hugo gen man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+}


[arch-commits] Commit in man-pages-de/trunk (PKGBUILD man-pages-de.changelog)

2019-05-19 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 19, 2019 @ 21:10:14
  Author: jlichtblau
Revision: 468004

upgpkg: man-pages-de 2.13-1 - new upstream release

Modified:
  man-pages-de/trunk/PKGBUILD
  man-pages-de/trunk/man-pages-de.changelog

+
 PKGBUILD   |4 ++--
 man-pages-de.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 21:03:10 UTC (rev 468003)
+++ PKGBUILD2019-05-19 21:10:14 UTC (rev 468004)
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=man-pages-de
-pkgver=2.12
+pkgver=2.13
 pkgrel=1
 pkgdesc="German Linux man pages"
 arch=('any')
@@ -12,7 +12,7 @@
 changelog=$pkgname.changelog
 options=('!emptydirs')
 
source=(https://salsa.debian.org/manpages-de-team/manpages-de/-/archive/v$pkgver/manpages-de-v${pkgver}.tar.bz2)
-sha256sums=('6140bd237e6cbcdb6ef1140c0e22737d2a8ee58b81b1a77871bb74618a5f2334')
+sha256sums=('175ad7d3ce336aa52a431d4e6599156da4c7f8e17579f4a7a7f776d52eb1ec37')
 
 build() {
   cd "${srcdir}"/manpages-de-v$pkgver

Modified: man-pages-de.changelog
===
--- man-pages-de.changelog  2019-05-19 21:03:10 UTC (rev 468003)
+++ man-pages-de.changelog  2019-05-19 21:10:14 UTC (rev 468004)
@@ -1,3 +1,6 @@
+2019-05-19 Jaroslav Lichtblau 
+   * man-pages-de 2.13-1
+
 2019-03-04 Jaroslav Lichtblau 
* man-pages-de 2.12-1
 


[arch-commits] Commit in man-pages-de/repos/community-any (4 files)

2019-05-19 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 19, 2019 @ 21:10:25
  Author: jlichtblau
Revision: 468005

archrelease: copy trunk to community-any

Added:
  man-pages-de/repos/community-any/PKGBUILD
(from rev 468004, man-pages-de/trunk/PKGBUILD)
  man-pages-de/repos/community-any/man-pages-de.changelog
(from rev 468004, man-pages-de/trunk/man-pages-de.changelog)
Deleted:
  man-pages-de/repos/community-any/PKGBUILD
  man-pages-de/repos/community-any/man-pages-de.changelog

+
 PKGBUILD   |   56 -
 man-pages-de.changelog |  153 +++
 2 files changed, 106 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-19 21:10:14 UTC (rev 468004)
+++ PKGBUILD2019-05-19 21:10:25 UTC (rev 468005)
@@ -1,28 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=man-pages-de
-pkgver=2.12
-pkgrel=1
-pkgdesc="German Linux man pages"
-arch=('any')
-url="https://salsa.debian.org/manpages-de-team/manpages-de;
-license=('GPL3')
-depends=('man-db')
-makedepends=('po4a')
-changelog=$pkgname.changelog
-options=('!emptydirs')
-source=(https://salsa.debian.org/manpages-de-team/manpages-de/-/archive/v$pkgver/manpages-de-v${pkgver}.tar.bz2)
-sha256sums=('6140bd237e6cbcdb6ef1140c0e22737d2a8ee58b81b1a77871bb74618a5f2334')
-
-build() {
-  cd "${srcdir}"/manpages-de-v$pkgver
-
-  ./configure --prefix=/usr --enable-distribution=archlinux
-  make
-}
-
-package() {
-  cd "${srcdir}"/manpages-de-v$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: man-pages-de/repos/community-any/PKGBUILD (from rev 468004, 
man-pages-de/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-19 21:10:25 UTC (rev 468005)
@@ -0,0 +1,28 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=man-pages-de
+pkgver=2.13
+pkgrel=1
+pkgdesc="German Linux man pages"
+arch=('any')
+url="https://salsa.debian.org/manpages-de-team/manpages-de;
+license=('GPL3')
+depends=('man-db')
+makedepends=('po4a')
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(https://salsa.debian.org/manpages-de-team/manpages-de/-/archive/v$pkgver/manpages-de-v${pkgver}.tar.bz2)
+sha256sums=('175ad7d3ce336aa52a431d4e6599156da4c7f8e17579f4a7a7f776d52eb1ec37')
+
+build() {
+  cd "${srcdir}"/manpages-de-v$pkgver
+
+  ./configure --prefix=/usr --enable-distribution=archlinux
+  make
+}
+
+package() {
+  cd "${srcdir}"/manpages-de-v$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: man-pages-de.changelog
===
--- man-pages-de.changelog  2019-05-19 21:10:14 UTC (rev 468004)
+++ man-pages-de.changelog  2019-05-19 21:10:25 UTC (rev 468005)
@@ -1,75 +0,0 @@
-2019-03-04 Jaroslav Lichtblau 
-   * man-pages-de 2.12-1
-
-2019-02-06 Jaroslav Lichtblau 
-   * man-pages-de 2.11-1
-
-2019-01-13 Jaroslav Lichtblau 
-   * man-pages-de 2.10-1
-   * FS#60957
-
-2018-10-21 Jaroslav Lichtblau 
-   * man-pages-de 2.9-1
-
-2018-08-08 Jaroslav Lichtblau 
-   * man-pages-de 2.6-1
-
-2018-08-02 Baptiste Jonglez 
-   * man-pages-de 2.3-2 : upstream has moved
-
-2017-12-16 Jaroslav Lichtblau 
-   * man-pages-de 2.3-1
-
-2017-10-22 Jaroslav Lichtblau 
-   * man-pages-de 2.2-1
-
-2017-10-21 Jaroslav Lichtblau 
-   * man-pages-de 2.1-1
-
-2017-08-28 Jaroslav Lichtblau 
-   * man-pages-de 2.0-1
-
-2017-03-21 Jaroslav Lichtblau 
-   * man-pages-de 1.22-1
-
-2017-01-23 Jaroslav Lichtblau 
-   * man-pages-de 1.21-1
-
-2017-01-22 Jaroslav Lichtblau 
-   * man-pages-de 1.19-1
-
-2016-12-18 Jaroslav Lichtblau 
-   * man-pages-de 1.18-1
-
-2016-11-21 Jaroslav Lichtblau 
-   * man-pages-de 1.17-1
-
-2016-10-22 Jaroslav Lichtblau 
-   * man-pages-de 1.16-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * man-pages-de 1.12-1
-
-2015-05-17 Jaroslav Lichtblau 
-   * man-pages-de 1.8-1
-
-2013-12-25 Jaroslav Lichtblau 
-   * man-pages-de 1.4-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * man-pages-de 1.1-1
-
-2011-11-20 Jaroslav Lichtblau 
-   * man-pages-de 0.9-1
-
-2011-02-19 Jaroslav Lichtblau 
-   * man-pages-de 0.7
-
-2010-07-21 Jaroslav Lichtblau 
-   * rebuild for correct package naming
-
-2009-04-25 Jaroslav Lichtblau 
-   * removing some more man pages provided by the new shadow 4.1.3.1 
package
-
-2009-02-19 Jaroslav Lichtblau 
-   * removing some man pages provided by the new man-db 2.5.3 package

Copied: man-pages-de/repos/community-any/man-pages-de.changelog (from rev 
468004, man-pages-de/trunk/man-pages-de.changelog)
===
--- man-pages-de.changelog  (rev 0)
+++ man-pages-de.changelog  2019-05-19 21:10:25 UTC (rev 468005)
@@ -0,0 +1,78 @@
+2019-05-19 Jaroslav Lichtblau 
+   * man-pages-de 

[arch-commits] Commit in homebank/repos/community-x86_64 (4 files)

2019-05-19 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 19, 2019 @ 21:03:10
  Author: jlichtblau
Revision: 468003

archrelease: copy trunk to community-x86_64

Added:
  homebank/repos/community-x86_64/PKGBUILD
(from rev 468002, homebank/trunk/PKGBUILD)
  homebank/repos/community-x86_64/homebank.changelog
(from rev 468002, homebank/trunk/homebank.changelog)
Deleted:
  homebank/repos/community-x86_64/PKGBUILD
  homebank/repos/community-x86_64/homebank.changelog

+
 PKGBUILD   |   58 +++---
 homebank.changelog |  205 +--
 2 files changed, 133 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-19 21:02:57 UTC (rev 468002)
+++ PKGBUILD2019-05-19 21:03:10 UTC (rev 468003)
@@ -1,29 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: William Rea 
-
-pkgname=homebank
-pkgver=5.2.4
-pkgrel=1
-pkgdesc="Free, easy, personal accounting for everyone"
-arch=('x86_64')
-url="http://homebank.free.fr/;
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx'
- 'librsvg' 'perl-xml-parser' 'shared-mime-info' 'libsoup')
-makedepends=('intltool')
-changelog=$pkgname.changelog
-source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('79a89ab8816a5973fa6afe75157fa375953795c79c224d510e8af0afed2512d2')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: homebank/repos/community-x86_64/PKGBUILD (from rev 468002, 
homebank/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-19 21:03:10 UTC (rev 468003)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: William Rea 
+
+pkgname=homebank
+pkgver=5.2.5
+pkgrel=1
+pkgdesc="Free, easy, personal accounting for everyone"
+arch=('x86_64')
+url="http://homebank.free.fr/;
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx'
+ 'librsvg' 'perl-xml-parser' 'shared-mime-info' 'libsoup')
+makedepends=('intltool')
+changelog=$pkgname.changelog
+source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
+sha256sums=('dc0cb611fa087b14806850f9c8cf7a50d592faee7c839ec9d5221d14e48b269c')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: homebank.changelog
===
--- homebank.changelog  2019-05-19 21:02:57 UTC (rev 468002)
+++ homebank.changelog  2019-05-19 21:03:10 UTC (rev 468003)
@@ -1,101 +0,0 @@
-2019-04-24 Jaroslav Lichtblau 
-   * homebank 5.2.4-1
-
-2019-03-19 Jaroslav Lichtblau 
-   * homebank 5.2.3-1
-
-2018-10-07 Jaroslav Lichtblau 
-   * homebank 5.2.2-1
-
-2018-09-29 Jaroslav Lichtblau 
-   * homebank 5.2.1-1
-
-2018-09-13 Jaroslav Lichtblau 
-   * homebank 5.2-1
-
-2018-04-02 Jaroslav Lichtblau 
-   * homebank 5.1.8-1
-
-2018-01-07 Jaroslav Lichtblau 
-   * homebank 5.1.7-1
-
-2017-09-16 Jaroslav Lichtblau 
-   * homebank 5.1.6-1
-
-2017-05-11 Jaroslav Lichtblau 
-   * homebank 5.1.5-1
-
-2017-02-16 Jaroslav Lichtblau 
-   * homebank 5.1.4-1
-
-2017-01-23 Jaroslav Lichtblau 
-   * homebank 5.1.3-1
-
-2016-12-08 Jaroslav Lichtblau 
-   * homebank 5.1.2-1
-
-2016-11-06 Jaroslav Lichtblau 
-   * homebank 5.1.1-1
-
-2016-10-17 Jaroslav Lichtblau 
-   * homebank 5.1-1
-
-2016-07-25 Jaroslav Lichtblau 
-   * homebank 5.0.9-1
-
-2016-05-22 Jaroslav Lichtblau 
-   * homebank 5.0.8-1
-
-2016-05-09 Jaroslav Lichtblau 
-   * homebank 5.0.7-1
-
-2016-04-29 Jaroslav Lichtblau 
-   * homebank 5.0.6-2 pacman hooks rebuild
-
-2015-11-01 Jaroslav Lichtblau 
-   * homebank 5.0.6-1
-
-2015-09-26 Jaroslav Lichtblau 
-   * homebank 5.0.5-1
-
-2015-06-15 Jaroslav Lichtblau 
-   * homebank 5.0.3-1
-
-2015-05-14 Jaroslav Lichtblau 
-   * homebank 5.0.2-1
-
-2015-04-18 Jaroslav Lichtblau 
-   * homebank 5.0.1-1
-
-2015-02-08 Jaroslav Lichtblau 
-   * homebank 5.0.0-1
-
-2014-08-10 Jaroslav Lichtblau 
-   * homebank 4.6.3-1
-
-2014-07-29 Jaroslav Lichtblau 
-   * homebank 4.6.2-1
-
-2014-06-28 Jaroslav Lichtblau 
-   * homebank 4.6.1-1
-
-2014-03-02 Jaroslav Lichtblau 
-   * homebank 4.5.6-1
-
-2014-02-04 Jaroslav Lichtblau 
-   * homebank 4.5.5-1
-
-2013-10-05 Jaroslav Lichtblau 
-   * homebank 4.5.4-1
-
-2013-09-28 Jaroslav Lichtblau 
-   * homebank 4.5.3-1
-
-2013-09-02 Jaroslav Lichtblau 
-   * homebank 4.5.2-1
-
-2013-08-08 Jaroslav Lichtblau 
-   * homebank 4.5.1-1
-
-2013-01-18 Jaroslav Lichtblau 
-   * homebank 4.5-1

Copied: 

[arch-commits] Commit in homebank/trunk (PKGBUILD homebank.changelog)

2019-05-19 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 19, 2019 @ 21:02:57
  Author: jlichtblau
Revision: 468002

upgpkg: homebank 5.2.5-1 - new upstream release

Modified:
  homebank/trunk/PKGBUILD
  homebank/trunk/homebank.changelog

+
 PKGBUILD   |4 ++--
 homebank.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 21:00:30 UTC (rev 468001)
+++ PKGBUILD2019-05-19 21:02:57 UTC (rev 468002)
@@ -2,7 +2,7 @@
 # Contributor: William Rea 
 
 pkgname=homebank
-pkgver=5.2.4
+pkgver=5.2.5
 pkgrel=1
 pkgdesc="Free, easy, personal accounting for everyone"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool')
 changelog=$pkgname.changelog
 source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('79a89ab8816a5973fa6afe75157fa375953795c79c224d510e8af0afed2512d2')
+sha256sums=('dc0cb611fa087b14806850f9c8cf7a50d592faee7c839ec9d5221d14e48b269c')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: homebank.changelog
===
--- homebank.changelog  2019-05-19 21:00:30 UTC (rev 468001)
+++ homebank.changelog  2019-05-19 21:02:57 UTC (rev 468002)
@@ -1,3 +1,6 @@
+2019-05-19 Jaroslav Lichtblau 
+   * homebank 5.2.5-1
+
 2019-04-24 Jaroslav Lichtblau 
* homebank 5.2.4-1
 


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

2019-05-19 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 19, 2019 @ 21:00:30
  Author: jlichtblau
Revision: 468001

archrelease: copy trunk to community-x86_64

Added:
  skrooge/repos/community-x86_64/PKGBUILD
(from rev 468000, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-x86_64/skrooge.changelog
(from rev 468000, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-x86_64/skrooge.install
(from rev 468000, skrooge/trunk/skrooge.install)
Deleted:
  skrooge/repos/community-x86_64/PKGBUILD
  skrooge/repos/community-x86_64/skrooge.changelog
  skrooge/repos/community-x86_64/skrooge.install

---+
 PKGBUILD  |   78 +++---
 skrooge.changelog |  277 ++--
 skrooge.install   |   22 ++--
 3 files changed, 190 insertions(+), 187 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-19 21:00:13 UTC (rev 468000)
+++ PKGBUILD2019-05-19 21:00:30 UTC (rev 468001)
@@ -1,39 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Andrea Scarpino 
-# Contributor: neuromante 
-
-pkgname=skrooge
-pkgver=2.19.0
-pkgrel=1
-pkgdesc="A personal finances manager for KDE"
-arch=('x86_64')
-url="https://skrooge.org/;
-license=('GPL')
-depends=('qt5-base' 'qca' 'qt5-script' 'qt5-webengine' 'libofx'
- 'grantlee' 'kross' 'knewstuff' 'krunner' 'knotifyconfig'
- 'sqlcipher' 'python' 'hicolor-icon-theme')
-makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'qt5-tools' 'patch' 
'kdesignerplugin')
-options=('!emptydirs')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
-sha256sums=('e678624bc7baaf15b21019d1f37f44bbcc04f464992796e24e8938b3f4c48aa0'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DKDE_INSTALL_LIBDIR=/usr/lib \
-  -DSKG_WEBENGINE=ON \
-  -DSKG_BUILD_TEST=OFF
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: skrooge/repos/community-x86_64/PKGBUILD (from rev 468000, 
skrooge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-19 21:00:30 UTC (rev 468001)
@@ -0,0 +1,39 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: neuromante 
+
+pkgname=skrooge
+pkgver=2.19.1
+pkgrel=1
+pkgdesc="A personal finances manager for KDE"
+arch=('x86_64')
+url="https://skrooge.org/;
+license=('GPL')
+depends=('qt5-base' 'qca' 'qt5-script' 'qt5-webengine' 'libofx'
+ 'grantlee' 'kross' 'knewstuff' 'krunner' 'knotifyconfig'
+ 'sqlcipher' 'python' 'hicolor-icon-theme')
+makedepends=('cmake' 'kdoctools' 'extra-cmake-modules' 'qt5-tools' 'patch' 
'kdesignerplugin')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
+sha256sums=('ca2713ea79ac1c752179c57093a7e3f13dba99b6b959827c708e6f408a97ea12'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DKDE_INSTALL_LIBDIR=/usr/lib \
+  -DSKG_WEBENGINE=ON \
+  -DSKG_BUILD_TEST=OFF
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: skrooge.changelog
===
--- skrooge.changelog   2019-05-19 21:00:13 UTC (rev 468000)
+++ skrooge.changelog   2019-05-19 21:00:30 UTC (rev 468001)
@@ -1,137 +0,0 @@
-2019-02-12 Jaroslav Lichtblau 
-   * skrooge 2.18.0-1
-
-2018-12-20 Jaroslav Lichtblau 
-   * skrooge 2.17.0-2 FS#60989 fix
-
-2018-12-17 Jaroslav Lichtblau 
-   * skrooge 2.17.0-1
-
-2018-12-10 Jaroslav Lichtblau 
-   * skrooge 2.16.2-3 FS#60989 fix - did not work
-
-2018-11-05 Jaroslav Lichtblau 
-   * skrooge 2.16.2-1
-
-2018-09-02 Jaroslav Lichtblau 
-   * skrooge 2.15.0-1
-
-2018-06-25 Jaroslav Lichtblau 
-   * skrooge 2.14.0-1
-
-2018-05-12 Jaroslav Lichtblau 
-   * skrooge 2.13.0-1
-
-2018-03-15 Jaroslav Lichtblau 
-   * skrooge 2.12.0-1
-
-2018-02-04 Jaroslav Lichtblau 
-   * skrooge 2.11.0-1
-
-2017-11-09 Jaroslav Lichtblau 
-   * skrooge 2.10.5-1
-
-2017-11-05 Jaroslav Lichtblau 
-   * skrooge 2.10.3-1
-
-2017-10-11 Jaroslav Lichtblau 
-   * skrooge 2.9.0-1
-
-2017-07-11 Jaroslav Lichtblau 
-   * skrooge 2.8.1-5 FS#54540 fix
-
-2017-07-10 Jaroslav Lichtblau 
-   * skrooge 2.8.1-4 clean qt5-tools dependency
-
-2017-05-29 Jaroslav Lichtblau 
-   * skrooge 2.8.1-1
-
-2017-05-11 Jaroslav Lichtblau 
-   * 

[arch-commits] Commit in skrooge/trunk (PKGBUILD skrooge.changelog)

2019-05-19 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, May 19, 2019 @ 21:00:13
  Author: jlichtblau
Revision: 468000

upgpkg: skrooge 2.19.1-1 - new upstream release

Modified:
  skrooge/trunk/PKGBUILD
  skrooge/trunk/skrooge.changelog

---+
 PKGBUILD  |4 ++--
 skrooge.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 19:53:46 UTC (rev 467999)
+++ PKGBUILD2019-05-19 21:00:13 UTC (rev 468000)
@@ -4,7 +4,7 @@
 # Contributor: neuromante 
 
 pkgname=skrooge
-pkgver=2.19.0
+pkgver=2.19.1
 pkgrel=1
 pkgdesc="A personal finances manager for KDE"
 arch=('x86_64')
@@ -19,7 +19,7 @@
 changelog=$pkgname.changelog
 
source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 validpgpkeys=('103DC6D087B3A4A2ED975D7EF0C8CED3382A5C4D') #Stephane MANKOWSKI 
(Perso) 
-sha256sums=('e678624bc7baaf15b21019d1f37f44bbcc04f464992796e24e8938b3f4c48aa0'
+sha256sums=('ca2713ea79ac1c752179c57093a7e3f13dba99b6b959827c708e6f408a97ea12'
 'SKIP')
 
 build() {

Modified: skrooge.changelog
===
--- skrooge.changelog   2019-05-19 19:53:46 UTC (rev 467999)
+++ skrooge.changelog   2019-05-19 21:00:13 UTC (rev 468000)
@@ -1,3 +1,6 @@
+2019-05-19 Jaroslav Lichtblau 
+   * skrooge 2.19.1-1
+
 2019-02-12 Jaroslav Lichtblau 
* skrooge 2.18.0-1
 


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

2019-05-19 Thread Antonio Rojas via arch-commits
Date: Sunday, May 19, 2019 @ 19:53:46
  Author: arojas
Revision: 467999

archrelease: copy trunk to community-x86_64

Added:
  kio-gdrive/repos/community-x86_64/PKGBUILD
(from rev 467998, kio-gdrive/trunk/PKGBUILD)
Deleted:
  kio-gdrive/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-19 19:53:29 UTC (rev 467998)
+++ PKGBUILD2019-05-19 19:53:46 UTC (rev 467999)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kio-gdrive
-pkgver=1.2.5
-pkgrel=2
-arch=(x86_64)
-pkgdesc="KIO Slave to access Google Drive"
-url="https://community.kde.org/KIO_GDrive;
-license=(GPL)
-depends=(libkgapi kaccounts-providers)
-makedepends=(extra-cmake-modules kdesignerplugin kdoctools intltool)
-source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('1523c87f3f679cecbef0a2158a133f84379a0b276000c0233c34041b9c14d605'
-'SKIP')
-validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-   -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kio-gdrive/repos/community-x86_64/PKGBUILD (from rev 467998, 
kio-gdrive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-19 19:53:46 UTC (rev 467999)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kio-gdrive
+pkgver=1.2.6
+pkgrel=1
+arch=(x86_64)
+pkgdesc="KIO Slave to access Google Drive"
+url="https://community.kde.org/KIO_GDrive;
+license=(GPL)
+depends=(libkgapi kaccounts-providers)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools intltool)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('7a9169e1d464641eb0ae4013ca1732b46bdfd50a13b3e87810c19ba794527f7b'
+'SKIP')
+validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+   -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package(){
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-05-19 Thread Antonio Rojas via arch-commits
Date: Sunday, May 19, 2019 @ 19:53:29
  Author: arojas
Revision: 467998

Update to 1.2.6

Modified:
  kio-gdrive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 19:53:18 UTC (rev 467997)
+++ PKGBUILD2019-05-19 19:53:29 UTC (rev 467998)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kio-gdrive
-pkgver=1.2.5
-pkgrel=2
+pkgver=1.2.6
+pkgrel=1
 arch=(x86_64)
 pkgdesc="KIO Slave to access Google Drive"
 url="https://community.kde.org/KIO_GDrive;
@@ -10,7 +10,7 @@
 depends=(libkgapi kaccounts-providers)
 makedepends=(extra-cmake-modules kdesignerplugin kdoctools intltool)
 
source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('1523c87f3f679cecbef0a2158a133f84379a0b276000c0233c34041b9c14d605'
+sha256sums=('7a9169e1d464641eb0ae4013ca1732b46bdfd50a13b3e87810c19ba794527f7b'
 'SKIP')
 validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio 

 


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

2019-05-19 Thread Antonio Rojas via arch-commits
Date: Sunday, May 19, 2019 @ 19:53:18
  Author: arojas
Revision: 467997

archrelease: copy trunk to community-x86_64

Added:
  kronometer/repos/community-x86_64/PKGBUILD
(from rev 467996, kronometer/trunk/PKGBUILD)
Deleted:
  kronometer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-19 19:51:45 UTC (rev 467996)
+++ PKGBUILD2019-05-19 19:53:18 UTC (rev 467997)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Elvis Angelaccio 
-
-pkgname=kronometer
-pkgver=2.2.1
-pkgrel=2
-pkgdesc="A simple chronometer application."
-arch=(x86_64)
-url="https://userbase.kde.org/Kronometer;
-license=(GPL2)
-depends=(kxmlgui hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('7d4092e576f9b0be20d5b36c57eee089964f8215672be88797c8c2b44ac462a1'
-'SKIP')
-validpgpkeys=(F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA) # Elvis Angelaccio 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kronometer/repos/community-x86_64/PKGBUILD (from rev 467996, 
kronometer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-19 19:53:18 UTC (rev 467997)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Elvis Angelaccio 
+
+pkgname=kronometer
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="A simple chronometer application"
+arch=(x86_64)
+url="https://userbase.kde.org/Kronometer;
+license=(GPL2)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('52bc998d8d8cde10da331a065d7016b0946123a5ea1ab82f6986c6e7f10c4e90'
+'SKIP')
+validpgpkeys=(F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA) # Elvis Angelaccio 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-05-19 Thread Antonio Rojas via arch-commits
Date: Sunday, May 19, 2019 @ 19:51:14
  Author: arojas
Revision: 467994

Update to 2.2.2

Modified:
  kronometer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 17:16:22 UTC (rev 467993)
+++ PKGBUILD2019-05-19 19:51:14 UTC (rev 467994)
@@ -2,8 +2,8 @@
 # Contributor: Elvis Angelaccio 
 
 pkgname=kronometer
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.2.2
+pkgrel=1
 pkgdesc="A simple chronometer application"
 arch=(x86_64)
 url="https://userbase.kde.org/Kronometer;
@@ -11,7 +11,7 @@
 depends=(kxmlgui hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools)
 
source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('7d4092e576f9b0be20d5b36c57eee089964f8215672be88797c8c2b44ac462a1'
+sha256sums=('52bc998d8d8cde10da331a065d7016b0946123a5ea1ab82f6986c6e7f10c4e90'
 'SKIP')
 validpgpkeys=(F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA) # Elvis Angelaccio 

 


[arch-commits] Commit in lib32-polkit/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2019-05-19 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 19, 2019 @ 17:16:22
  Author: alucryd
Revision: 467993

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-polkit/repos/multilib-x86_64/PKGBUILD
(from rev 467992, lib32-polkit/trunk/PKGBUILD)
Deleted:
  lib32-polkit/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-19 17:16:17 UTC (rev 467992)
+++ PKGBUILD2019-05-19 17:16:22 UTC (rev 467993)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan de Groot 
-# Contributor: jtts 
-# Contributor: GordonGR 
-
-pkgname=lib32-polkit
-pkgver=0.114
-pkgrel=1
-pkgdesc='Application development toolkit for controlling system-wide 
privileges'
-arch=('x86_64')
-license=('LGPL')
-url='https://www.freedesktop.org/wiki/Software/polkit/'
-depends=('lib32-expat' 'lib32-glib2' 'lib32-pam' 'lib32-systemd' 'polkit')
-makedepends=('autoconf-archive' 'gcc-multilib' 'git' 'gobject-introspection'
- 'gtk-doc' 'intltool')
-_commit='ed06baed179166389d536420a6fc532781d48178' # tags/0.114^0
-source=("git+https://anongit.freedesktop.org/git/polkit#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd polkit
-
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd polkit
-
-  git cherry-pick -n 373705b35e7f6c7dc83de5e0a3ce11ecd15d0409
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd polkit
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---sysconfdir='/etc' \
---libdir='/usr/lib32' \
---localstatedir='/var' \
---libexecdir='/usr/lib32' \
---disable-static \
---enable-libsystemd-login='yes' \
---with-os-type='redhat'
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make -C src/polkit polkitenumtypes.h
-  make -C src/polkit libpolkit-gobject-1.la
-  make -C src/polkitagent polkitagentenumtypes.h marshal.stamp
-  make -C src/polkitagent libpolkit-agent-1.la
-}
-
-package() {
-  cd polkit
-
-  make -C src/polkit DESTDIR="${pkgdir}" 
lib_LTLIBRARIES='libpolkit-gobject-1.la' install-libLTLIBRARIES
-  make -C src/polkitagent DESTDIR="${pkgdir}" 
lib_LTLIBRARIES='libpolkit-agent-1.la' install-libLTLIBRARIES
-  make -C data DESTDIR="${pkgdir}" install-pkgconfigDATA
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-polkit/repos/multilib-x86_64/PKGBUILD (from rev 467992, 
lib32-polkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-19 17:16:22 UTC (rev 467993)
@@ -0,0 +1,70 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan de Groot 
+# Contributor: jtts 
+# Contributor: GordonGR 
+
+pkgname=lib32-polkit
+pkgver=0.116
+pkgrel=1
+pkgdesc='Application development toolkit for controlling system-wide 
privileges'
+arch=(x86_64)
+license=(LGPL)
+url=https://www.freedesktop.org/wiki/Software/polkit/
+depends=(
+  lib32-expat
+  lib32-glib2
+  lib32-pam
+  lib32-systemd
+  polkit
+)
+makedepends=(
+  autoconf-archive
+  git
+  gobject-introspection
+  gtk-doc
+  intltool
+)
+source=(git+https://gitlab.freedesktop.org/polkit/polkit/#tag=${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  cd polkit
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd polkit
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--libexecdir=/usr/lib32 \
+--disable-gtk-doc \
+--disable-static \
+--enable-libsystemd-login=yes \
+--with-os-type='redhat'
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make -C src/polkit polkitenumtypes.h
+  make -C src/polkit libpolkit-gobject-1.la
+  make -C src/polkitagent polkitagentenumtypes.h marshal.stamp
+  make -C src/polkitagent libpolkit-agent-1.la
+}
+
+package() {
+  cd polkit
+
+  make -C src/polkit DESTDIR="${pkgdir}" 
lib_LTLIBRARIES=libpolkit-gobject-1.la install-libLTLIBRARIES
+  make -C src/polkitagent DESTDIR="${pkgdir}" 
lib_LTLIBRARIES=libpolkit-agent-1.la install-libLTLIBRARIES
+  make -C data DESTDIR="${pkgdir}" install-pkgconfigDATA
+}
+
+# vim: ts=2 sw=2 et:


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

2019-05-19 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 19, 2019 @ 17:16:17
  Author: alucryd
Revision: 467992

upgpkg: lib32-polkit 0.116-1

Modified:
  lib32-polkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 16:50:49 UTC (rev 467991)
+++ PKGBUILD2019-05-19 17:16:17 UTC (rev 467992)
@@ -4,29 +4,32 @@
 # Contributor: GordonGR 
 
 pkgname=lib32-polkit
-pkgver=0.114
+pkgver=0.116
 pkgrel=1
 pkgdesc='Application development toolkit for controlling system-wide 
privileges'
-arch=('x86_64')
-license=('LGPL')
-url='https://www.freedesktop.org/wiki/Software/polkit/'
-depends=('lib32-expat' 'lib32-glib2' 'lib32-pam' 'lib32-systemd' 'polkit')
-makedepends=('autoconf-archive' 'gcc-multilib' 'git' 'gobject-introspection'
- 'gtk-doc' 'intltool')
-_commit='ed06baed179166389d536420a6fc532781d48178' # tags/0.114^0
-source=("git+https://anongit.freedesktop.org/git/polkit#commit=$_commit;)
-sha256sums=('SKIP')
+arch=(x86_64)
+license=(LGPL)
+url=https://www.freedesktop.org/wiki/Software/polkit/
+depends=(
+  lib32-expat
+  lib32-glib2
+  lib32-pam
+  lib32-systemd
+  polkit
+)
+makedepends=(
+  autoconf-archive
+  git
+  gobject-introspection
+  gtk-doc
+  intltool
+)
+source=(git+https://gitlab.freedesktop.org/polkit/polkit/#tag=${pkgver})
+sha256sums=(SKIP)
 
-pkgver() {
-  cd polkit
-
-  git describe --tags | sed 's/-/+/g'
-}
-
 prepare() {
   cd polkit
 
-  git cherry-pick -n 373705b35e7f6c7dc83de5e0a3ce11ecd15d0409
   NOCONFIGURE=1 ./autogen.sh
 }
 
@@ -35,16 +38,17 @@
 
   export CC='gcc -m32'
   export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   ./configure \
---prefix='/usr' \
---sysconfdir='/etc' \
---libdir='/usr/lib32' \
---localstatedir='/var' \
---libexecdir='/usr/lib32' \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--libexecdir=/usr/lib32 \
+--disable-gtk-doc \
 --disable-static \
---enable-libsystemd-login='yes' \
+--enable-libsystemd-login=yes \
 --with-os-type='redhat'
 
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
@@ -58,8 +62,8 @@
 package() {
   cd polkit
 
-  make -C src/polkit DESTDIR="${pkgdir}" 
lib_LTLIBRARIES='libpolkit-gobject-1.la' install-libLTLIBRARIES
-  make -C src/polkitagent DESTDIR="${pkgdir}" 
lib_LTLIBRARIES='libpolkit-agent-1.la' install-libLTLIBRARIES
+  make -C src/polkit DESTDIR="${pkgdir}" 
lib_LTLIBRARIES=libpolkit-gobject-1.la install-libLTLIBRARIES
+  make -C src/polkitagent DESTDIR="${pkgdir}" 
lib_LTLIBRARIES=libpolkit-agent-1.la install-libLTLIBRARIES
   make -C data DESTDIR="${pkgdir}" install-pkgconfigDATA
 }
 


[arch-commits] Commit in firewalld/repos/community-any (4 files)

2019-05-19 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 19, 2019 @ 16:50:49
  Author: alucryd
Revision: 467991

archrelease: copy trunk to community-any

Added:
  firewalld/repos/community-any/PKGBUILD
(from rev 467990, firewalld/trunk/PKGBUILD)
  firewalld/repos/community-any/firewalld-sysconfigdir.patch
(from rev 467990, firewalld/trunk/firewalld-sysconfigdir.patch)
Deleted:
  firewalld/repos/community-any/PKGBUILD
  firewalld/repos/community-any/firewalld-sysconfigdir.patch

--+
 PKGBUILD |  164 -
 firewalld-sysconfigdir.patch |   88 +++---
 2 files changed, 125 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-19 16:50:41 UTC (rev 467990)
+++ PKGBUILD2019-05-19 16:50:49 UTC (rev 467991)
@@ -1,83 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: unikum 
-# Contributor: speed145a 
-
-pkgname=firewalld
-pkgver=0.6.3
-pkgrel=3
-pkgdesc='Firewall daemon with D-Bus interface'
-arch=(any)
-url='https://firewalld.org/'
-license=(GPL2)
-depends=(
-  dconf
-  glib2
-  hicolor-icon-theme
-  nftables
-  python-decorator
-  python-gobject
-  python-slip
-)
-makedepends=(
-  docbook-xsl
-  ebtables
-  git
-  intltool
-  ipset
-  iptables
-)
-optdepends=(
-  'bash-completion: bash completion'
-  'ebtables: old backend'
-  'gtk3: firewall-config'
-  'ipset: old backend'
-  'iptables: old backend'
-  'libnm-glib: firewall-config and firewall-applet'
-  'libnotify: firewall-applet'
-  'python-pyqt5: firewall-applet'
-)
-backup=(
-  etc/conf.d/firewalld
-  etc/firewalld/firewalld.conf
-)
-source=(
-  git+https://github.com/firewalld/firewalld.git#tag=v${pkgver}
-  firewalld-sysconfigdir.patch
-)
-sha256sums=(
-  SKIP
-  cf7d655230c43acf10a0f97dffdbcba136729967c8b9a25a930871d54a589834
-)
-
-prepare() {
-  cd firewalld
-
-  # Backport zsh completion
-  git cherry-pick -n b0d8723d85651cacbb21f2168d92f3c7052e909d
-  patch -Np1 -i ../firewalld-sysconfigdir.patch
-
-  NOCONFIGURE='true' ./autogen.sh
-}
-
-build() {
-  cd firewalld
-
-  ./configure \
---prefix='/usr' \
---localstatedir='/var' \
---sbindir='/usr/bin' \
---sysconfdir='/etc' \
---disable-schemas-compile \
---disable-sysconfig
-  make
-}
-
-package() {
-  cd firewalld
-
-  make DESTDIR="${pkgdir}" install
-  mv "${pkgdir}"/{etc,usr/share}/dbus-1
-  install -Dm 644 shell-completion/zsh/_firewalld -t 
"${pkgdir}"/usr/share/zsh/site-functions/
-}
-
-# vim: ts=2 sw=2 et:

Copied: firewalld/repos/community-any/PKGBUILD (from rev 467990, 
firewalld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-19 16:50:49 UTC (rev 467991)
@@ -0,0 +1,81 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: unikum 
+# Contributor: speed145a 
+
+pkgname=firewalld
+pkgver=0.6.4
+pkgrel=1
+pkgdesc='Firewall daemon with D-Bus interface'
+arch=(any)
+url='https://firewalld.org/'
+license=(GPL2)
+depends=(
+  dconf
+  glib2
+  hicolor-icon-theme
+  nftables
+  python-decorator
+  python-gobject
+  python-slip
+)
+makedepends=(
+  docbook-xsl
+  ebtables
+  git
+  intltool
+  ipset
+  iptables
+)
+optdepends=(
+  'bash-completion: bash completion'
+  'ebtables: old backend'
+  'gtk3: firewall-config'
+  'ipset: old backend'
+  'iptables: old backend'
+  'libnm-glib: firewall-config and firewall-applet'
+  'libnotify: firewall-applet'
+  'python-pyqt5: firewall-applet'
+)
+backup=(
+  etc/conf.d/firewalld
+  etc/firewalld/firewalld.conf
+)
+source=(
+  git+https://github.com/firewalld/firewalld.git#tag=v${pkgver}
+  firewalld-sysconfigdir.patch
+)
+sha256sums=('SKIP'
+'cf7d655230c43acf10a0f97dffdbcba136729967c8b9a25a930871d54a589834')
+
+prepare() {
+  cd firewalld
+
+  # Backport zsh completion
+  git cherry-pick -n b0d8723d85651cacbb21f2168d92f3c7052e909d
+  patch -Np1 -i ../firewalld-sysconfigdir.patch
+
+  NOCONFIGURE='true' ./autogen.sh
+}
+
+build() {
+  cd firewalld
+
+  ./configure \
+--prefix='/usr' \
+--localstatedir='/var' \
+--sbindir='/usr/bin' \
+--sysconfdir='/etc' \
+--disable-schemas-compile \
+--disable-sysconfig
+  make
+}
+
+package() {
+  cd firewalld
+
+  make DESTDIR="${pkgdir}" install
+  mv "${pkgdir}"/{etc,usr/share}/dbus-1
+  install -Dm 644 shell-completion/zsh/_firewalld -t 
"${pkgdir}"/usr/share/zsh/site-functions/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: firewalld-sysconfigdir.patch
===
--- firewalld-sysconfigdir.patch2019-05-19 16:50:41 UTC (rev 467990)
+++ firewalld-sysconfigdir.patch2019-05-19 16:50:49 UTC (rev 467991)
@@ -1,44 +0,0 @@
-diff -rupN firewalld.orig/config/firewalld.service.in 
firewalld/config/firewalld.service.in
 firewalld.orig/config/firewalld.service.in 2018-07-31 22:22:40.786777349 
+0200
-+++ 

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

2019-05-19 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 19, 2019 @ 16:50:41
  Author: alucryd
Revision: 467990

upgpkg: firewalld 0.6.4-1

Modified:
  firewalld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 16:44:00 UTC (rev 467989)
+++ PKGBUILD2019-05-19 16:50:41 UTC (rev 467990)
@@ -3,8 +3,8 @@
 # Contributor: speed145a 
 
 pkgname=firewalld
-pkgver=0.6.3
-pkgrel=3
+pkgver=0.6.4
+pkgrel=1
 pkgdesc='Firewall daemon with D-Bus interface'
 arch=(any)
 url='https://firewalld.org/'
@@ -44,10 +44,8 @@
   git+https://github.com/firewalld/firewalld.git#tag=v${pkgver}
   firewalld-sysconfigdir.patch
 )
-sha256sums=(
-  SKIP
-  cf7d655230c43acf10a0f97dffdbcba136729967c8b9a25a930871d54a589834
-)
+sha256sums=('SKIP'
+'cf7d655230c43acf10a0f97dffdbcba136729967c8b9a25a930871d54a589834')
 
 prepare() {
   cd firewalld


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

2019-05-19 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 19, 2019 @ 16:47:48
  Author: alucryd
Revision: 353621

archrelease: copy trunk to extra-x86_64

Added:
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
(from rev 353620, mkvtoolnix/trunk/PKGBUILD)
Deleted:
  mkvtoolnix/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  192 ++---
 1 file changed, 96 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-19 16:47:42 UTC (rev 353620)
+++ PKGBUILD2019-05-19 16:47:48 UTC (rev 353621)
@@ -1,96 +0,0 @@
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=(
-  mkvtoolnix-cli
-  mkvtoolnix-gui
-)
-pkgver=33.1.0
-pkgrel=2
-pkgdesc='Set of tools to create, edit and inspect Matroska files'
-arch=(x86_64)
-url=https://www.bunkus.org/videotools/mkvtoolnix/
-license=('GPL')
-makedepends=(
-  boost
-  boost-libs
-  cmark
-  docbook-xsl
-  file
-  flac
-  fmt
-  git
-  libebml
-  libmatroska
-  libogg
-  libvorbis
-  qt5-multimedia
-  ruby-rake
-  zlib
-)
-source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git#tag=release-${pkgver})
-sha256sums=('SKIP')
-
-prepare() {
-  cd mkvtoolnix
-
-  ./autogen.sh
-}
-
-build() {
-  cd mkvtoolnix
-
-  ./configure \
---prefix=/usr \
---disable-qt
-  rake apps:mkvinfo $MAKEFLAGS
-  mv src/mkvinfo{,-cli}
-
-  ./configure \
---prefix=/usr \
---disable-update-check
-  rake $MAKEFLAGS
-}
-
-package_mkvtoolnix-cli() {
-  depends=(
-boost-libs
-file
-flac
-libogg
-zlib
-libebml.so
-libfmt.so
-libmatroska.so
-libvorbis.so
-  )
-
-  cd mkvtoolnix
-
-  rake DESTDIR="${pkgdir}" install
-  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
-  rm -rf "${pkgdir}"/usr/share/{applications,icons,metainfo,mime,mkvtoolnix}
-  find "${pkgdir}" -name mkvtoolnix-gui* -delete
-}
-
-package_mkvtoolnix-gui() {
-  depends=(
-cmark
-hicolor-icon-theme
-mkvtoolnix-cli
-qt5-base
-qt5-multimedia
-  )
-
-  cd mkvtoolnix
-
-  rake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/locale
-  for t in mkv{extract,info,merge,propedit}; do
-find "${pkgdir}" -name $t* -delete
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/extra-x86_64/PKGBUILD (from rev 353620, 
mkvtoolnix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-19 16:47:48 UTC (rev 353621)
@@ -0,0 +1,96 @@
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=(
+  mkvtoolnix-cli
+  mkvtoolnix-gui
+)
+pkgver=34.0.0
+pkgrel=1
+pkgdesc='Set of tools to create, edit and inspect Matroska files'
+arch=(x86_64)
+url=https://www.bunkus.org/videotools/mkvtoolnix/
+license=('GPL')
+makedepends=(
+  boost
+  boost-libs
+  cmark
+  docbook-xsl
+  file
+  flac
+  fmt
+  git
+  libebml
+  libmatroska
+  libogg
+  libvorbis
+  qt5-multimedia
+  ruby-rake
+  zlib
+)
+source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git#tag=release-${pkgver})
+sha256sums=('SKIP')
+
+prepare() {
+  cd mkvtoolnix
+
+  ./autogen.sh
+}
+
+build() {
+  cd mkvtoolnix
+
+  ./configure \
+--prefix=/usr \
+--disable-qt
+  rake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure \
+--prefix=/usr \
+--disable-update-check
+  rake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  depends=(
+boost-libs
+file
+flac
+libogg
+zlib
+libebml.so
+libfmt.so
+libmatroska.so
+libvorbis.so
+  )
+
+  cd mkvtoolnix
+
+  rake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,metainfo,mime,mkvtoolnix}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+  depends=(
+cmark
+hicolor-icon-theme
+mkvtoolnix-cli
+qt5-base
+qt5-multimedia
+  )
+
+  cd mkvtoolnix
+
+  rake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/locale
+  for t in mkv{extract,info,merge,propedit}; do
+find "${pkgdir}" -name $t* -delete
+  done
+}
+
+# vim: ts=2 sw=2 et:


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

2019-05-19 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 19, 2019 @ 16:47:42
  Author: alucryd
Revision: 353620

upgpkg: mkvtoolnix 34.0.0-1

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 16:47:10 UTC (rev 353619)
+++ PKGBUILD2019-05-19 16:47:42 UTC (rev 353620)
@@ -8,7 +8,7 @@
   mkvtoolnix-gui
 )
 pkgver=34.0.0
-pkgrel=2
+pkgrel=1
 pkgdesc='Set of tools to create, edit and inspect Matroska files'
 arch=(x86_64)
 url=https://www.bunkus.org/videotools/mkvtoolnix/


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

2019-05-19 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 19, 2019 @ 16:47:10
  Author: alucryd
Revision: 353619

upgpkg: mkvtoolnix 34.0.0-2

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 16:30:41 UTC (rev 353618)
+++ PKGBUILD2019-05-19 16:47:10 UTC (rev 353619)
@@ -7,7 +7,7 @@
   mkvtoolnix-cli
   mkvtoolnix-gui
 )
-pkgver=33.1.0
+pkgver=34.0.0
 pkgrel=2
 pkgdesc='Set of tools to create, edit and inspect Matroska files'
 arch=(x86_64)


[arch-commits] Commit in python-django-extensions/repos/community-any (2 files)

2019-05-19 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 19, 2019 @ 16:44:00
  Author: alucryd
Revision: 467989

archrelease: copy trunk to community-any

Added:
  python-django-extensions/repos/community-any/PKGBUILD
(from rev 467988, python-django-extensions/trunk/PKGBUILD)
Deleted:
  python-django-extensions/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-19 16:43:54 UTC (rev 467988)
+++ PKGBUILD2019-05-19 16:44:00 UTC (rev 467989)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jeremy Audet 
-# Contributor: Dominik Kozaczko 
-# Contributor: Alper Kanat 
-# Contributor: Apkawa 
-# Contributor: Schnouki 
-
-pkgname=python-django-extensions
-pkgver=2.1.6
-pkgrel=1
-pkgdesc='A collection of custom extensions for the Django Framework'
-arch=('any')
-url='http://github.com/django-extensions/django-extensions'
-license=('MIT')
-depends=('python-django' 'python-six')
-makedepends=('git' 'python-setuptools')
-optdepends=(
-  'graphviz: graph_models extension'
-  'ipython: shell_plus extension'
-  'python-werkzeug: runserver_plus extension'
-)
-source=("git+https://github.com/django-extensions/django-extensions.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-  cd django-extensions
-
-  python setup.py build
-}
-
-package() {
-  cd django-extensions
-
-  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-extensions/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-extensions/repos/community-any/PKGBUILD (from rev 467988, 
python-django-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-19 16:44:00 UTC (rev 467989)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jeremy Audet 
+# Contributor: Dominik Kozaczko 
+# Contributor: Alper Kanat 
+# Contributor: Apkawa 
+# Contributor: Schnouki 
+
+pkgname=python-django-extensions
+pkgver=2.1.7
+pkgrel=1
+pkgdesc='A collection of custom extensions for the Django Framework'
+arch=('any')
+url='https://github.com/django-extensions/django-extensions'
+license=('MIT')
+depends=('python-django' 'python-six')
+makedepends=('git' 'python-setuptools')
+optdepends=(
+  'graphviz: graph_models extension'
+  'ipython: shell_plus extension'
+  'python-werkzeug: runserver_plus extension'
+)
+source=("git+https://github.com/django-extensions/django-extensions.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+  cd django-extensions
+
+  python setup.py build
+}
+
+package() {
+  cd django-extensions
+
+  python setup.py install --root="${pkgdir}" --optimize='1' --skip-build
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-extensions/
+}
+
+# vim: ts=2 sw=2 et:


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

2019-05-19 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 19, 2019 @ 16:43:54
  Author: alucryd
Revision: 467988

upgpkg: python-django-extensions 2.1.7-1

Modified:
  python-django-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 15:43:05 UTC (rev 467987)
+++ PKGBUILD2019-05-19 16:43:54 UTC (rev 467988)
@@ -6,7 +6,7 @@
 # Contributor: Schnouki 
 
 pkgname=python-django-extensions
-pkgver=2.1.6
+pkgver=2.1.7
 pkgrel=1
 pkgdesc='A collection of custom extensions for the Django Framework'
 arch=('any')


[arch-commits] Commit in imagemagick/repos/extra-x86_64 (6 files)

2019-05-19 Thread Antonio Rojas via arch-commits
Date: Sunday, May 19, 2019 @ 16:30:41
  Author: arojas
Revision: 353618

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/IM7-GS-policy.patch
(from rev 353617, imagemagick/trunk/IM7-GS-policy.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 353617, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 353617, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/IM7-GS-policy.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 IM7-GS-policy.patch |   20 ++--
 PKGBUILD|  240 +-
 arch-fonts.diff |  214 ++--
 3 files changed, 237 insertions(+), 237 deletions(-)

Deleted: IM7-GS-policy.patch
===
--- IM7-GS-policy.patch 2019-05-19 16:30:19 UTC (rev 353617)
+++ IM7-GS-policy.patch 2019-05-19 16:30:41 UTC (rev 353618)
@@ -1,10 +0,0 @@
 ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
-+++ ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
-@@ -68,6 +68,7 @@
-   
-   
-   
-+  
-   
-   
-   

Copied: imagemagick/repos/extra-x86_64/IM7-GS-policy.patch (from rev 353617, 
imagemagick/trunk/IM7-GS-policy.patch)
===
--- IM7-GS-policy.patch (rev 0)
+++ IM7-GS-policy.patch 2019-05-19 16:30:41 UTC (rev 353618)
@@ -0,0 +1,10 @@
+--- ImageMagick-7.0.8-13/config/policy.xml.orig2018-10-22 
15:13:51.713995553 +
 ImageMagick-7.0.8-13/config/policy.xml 2018-10-22 15:14:22.650737457 
+
+@@ -68,6 +68,7 @@
+   
+   
+   
++  
+   
+   
+   

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-19 16:30:19 UTC (rev 353617)
+++ PKGBUILD2019-05-19 16:30:41 UTC (rev 353618)
@@ -1,120 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.8.45
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
-arch-fonts.diff IM7-GS-policy.patch)
-sha256sums=('d892b41a08b24baa058bc59cee2dd329584525446e03a414bc250b93a2f2fc79'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
-'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p docpkg/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-
-  # Work around ghostscript security issues 
https://bugs.archlinux.org/task/59778
-  patch -p1 -i ../IM7-GS-policy.patch
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---with-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  sed -e '/validate-formats/d' -i Makefile # these fail due to the security 
patch
-  make check
-)
-
-package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering'
-  'imagemagick-doc: manual 

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

2019-05-19 Thread Antonio Rojas via arch-commits
Date: Sunday, May 19, 2019 @ 16:30:19
  Author: arojas
Revision: 353617

Update to 7.0.8.46

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 12:41:00 UTC (rev 353616)
+++ PKGBUILD2019-05-19 16:30:19 UTC (rev 353617)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.8.45
+pkgver=7.0.8.46
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/releases/$_tarname.tar.xz{,.asc}
 arch-fonts.diff IM7-GS-policy.patch)
-sha256sums=('d892b41a08b24baa058bc59cee2dd329584525446e03a414bc250b93a2f2fc79'
+sha256sums=('7cda36ae15890fa81a198bbb8ad577c033fbf5cc0284cb7d12197dfdea25b0fb'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
 'f20c09860da65a4259ec9627ceeca7d993949b7460fa199c5ffd874633814cf6')


[arch-commits] Commit in libvirt/repos/community-x86_64 (9 files)

2019-05-19 Thread Christian Rebischke via arch-commits
Date: Sunday, May 19, 2019 @ 15:43:05
  Author: shibumi
Revision: 467987

archrelease: copy trunk to community-x86_64

Added:
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 467986, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.sysusers.d
(from rev 467986, libvirt/trunk/libvirt.sysusers.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 467986, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 467986, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.sysusers.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

+
 PKGBUILD   |  300 +++
 libvirt.install|9 -
 libvirt.sysusers.d |3 
 libvirtd-guests.conf.d |   18 +-
 libvirtd.conf.d|2 
 5 files changed, 160 insertions(+), 172 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-19 15:42:58 UTC (rev 467986)
+++ PKGBUILD2019-05-19 15:43:05 UTC (rev 467987)
@@ -1,151 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgname=libvirt
-pkgver=5.2.0
-pkgrel=1
-pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
-arch=('x86_64')
-url="https://libvirt.org/;
-license=('LGPL')
-makedepends=('lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 'open-iscsi'
- 'perl-xml-xpath' 'libxslt' 'qemu' 'parted' 'python')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'avahi'
- 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 'libpcap'
- 'libcap-ng' 'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl'
- 'libxcb' 'gcc-libs' 'iproute2' 'libnl' 'libx11' 'numactl' 'gettext'
- 'libssh2' 'netcf' 'fuse2' 'glusterfs' 'ceph-libs' 'libiscsi')
-optdepends=('ebtables: required for default NAT networking'
-'dnsmasq: required for default NAT/DHCP for guests'
-'bridge-utils: for bridged networking'
-'netcat: for remote management over ssh'
-'qemu'
-'radvd'
-'dmidecode'
-'parted'
-'ceph: for ceph support'
-'qemu-block-gluster: for qemu glusterfs support')
-backup=('etc/conf.d/libvirt-guests'
-  'etc/conf.d/libvirtd'
-  'etc/libvirt/libvirt.conf'
-  'etc/libvirt/virtlogd.conf'
-  'etc/libvirt/libvirtd.conf'
-  'etc/libvirt/lxc.conf'
-  'etc/libvirt/nwfilter/allow-arp.xml'
-  'etc/libvirt/nwfilter/allow-dhcp-server.xml'
-  'etc/libvirt/nwfilter/allow-dhcp.xml'
-  'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
-  'etc/libvirt/nwfilter/allow-ipv4.xml'
-  'etc/libvirt/nwfilter/clean-traffic.xml'
-  'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
-  'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
-  'etc/libvirt/nwfilter/no-arp-spoofing.xml'
-  'etc/libvirt/nwfilter/no-ip-multicast.xml'
-  'etc/libvirt/nwfilter/no-ip-spoofing.xml'
-  'etc/libvirt/nwfilter/no-mac-broadcast.xml'
-  'etc/libvirt/nwfilter/no-mac-spoofing.xml'
-  'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
-  'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
-  'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
-  'etc/libvirt/nwfilter/qemu-announce-self.xml'
-  'etc/libvirt/qemu-lockd.conf'
-  'etc/libvirt/qemu.conf'
-  'etc/libvirt/qemu/networks/default.xml'
-  'etc/libvirt/virt-login-shell.conf'
-  'etc/libvirt/virtlockd.conf'
-  'etc/logrotate.d/libvirtd'
-  'etc/logrotate.d/libvirtd.lxc'
-  'etc/logrotate.d/libvirtd.qemu'
-  'etc/logrotate.d/libvirtd.uml'
-  'etc/sasl2/libvirt.conf')
-install="libvirt.install"
-
-options=('emptydirs')
-validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
-source=("https://libvirt.org/sources/${pkgname}-${pkgver}.tar.xz"{,.asc}
-'libvirtd.conf.d'
-'libvirtd-guests.conf.d'
-'libvirt.sysusers.d')
-sha512sums=('378dc1552263cce746117487abc0a1f3411e5be149331717158ba23825734ceae7ca474290264d71de798fdd089ad9672026bcb242fa5b3aef87294284d06f04'
-'SKIP'
-
'fc0e16e045a2c84d168d42c97d9e14ca32ba0d86025135967f4367cf3fa663882eefb6923ebf04676ae763f4f459e5156d7221b36b47c835f9e531c6b6e0cd9d'
-
'ef221bae994ad0a15ab5186b7469132896156d82bfdc3ef3456447d5cf1af347401ef33e8665d5b2f76451f5457aee7ea01064d7b9223d6691c90c4456763258'
-
'519a9f245bed077137a1b01dec07a178885ac2527b47a1bd883bbb908bf9b4fa0c039525600e09f7db636f8849870fe2ce8ffe5b75532ff9d3fa1a91115875f8')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  #local src
-  #for src in "${source[@]}"; do
-  #  src="${src%%::*}"
-  #  src="${src##*/}"
-  #  [[ $src = *.patch ]] || continue
-  #  msg2 "Applying patch $src..."
-  #  patch -Np1 < "../$src"

[arch-commits] Commit in libvirt/trunk (PKGBUILD libvirt.install libvirt.sysusers.d)

2019-05-19 Thread Christian Rebischke via arch-commits
Date: Sunday, May 19, 2019 @ 15:42:58
  Author: shibumi
Revision: 467986

upgpkg: libvirt 5.3.0-1

This is supposed to fix:
#61977
#61537
#62219
#62234

Modified:
  libvirt/trunk/PKGBUILD
  libvirt/trunk/libvirt.sysusers.d
Deleted:
  libvirt/trunk/libvirt.install

+
 PKGBUILD   |   10 --
 libvirt.install|9 -
 libvirt.sysusers.d |1 -
 3 files changed, 4 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 14:41:25 UTC (rev 467985)
+++ PKGBUILD2019-05-19 15:42:58 UTC (rev 467986)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Wiersma 
 
 pkgname=libvirt
-pkgver=5.2.0
+pkgver=5.3.0
 pkgrel=1
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
@@ -49,6 +49,7 @@
   'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
   'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
   'etc/libvirt/nwfilter/qemu-announce-self.xml'
+  'etc/libvirt/nwfilter/clean-traffic-gateway.xml'
   'etc/libvirt/qemu-lockd.conf'
   'etc/libvirt/qemu.conf'
   'etc/libvirt/qemu/networks/default.xml'
@@ -57,10 +58,7 @@
   'etc/logrotate.d/libvirtd'
   'etc/logrotate.d/libvirtd.lxc'
   'etc/logrotate.d/libvirtd.qemu'
-  'etc/logrotate.d/libvirtd.uml'
   'etc/sasl2/libvirt.conf')
-install="libvirt.install"
-
 options=('emptydirs')
 validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
 source=("https://libvirt.org/sources/${pkgname}-${pkgver}.tar.xz"{,.asc}
@@ -67,11 +65,11 @@
 'libvirtd.conf.d'
 'libvirtd-guests.conf.d'
 'libvirt.sysusers.d')
-sha512sums=('378dc1552263cce746117487abc0a1f3411e5be149331717158ba23825734ceae7ca474290264d71de798fdd089ad9672026bcb242fa5b3aef87294284d06f04'
+sha512sums=('de3888d448463ff1d981e8dcf1aaed39c8215c368d133ed03b8cc5d7e05a77d385287d388d9db109df21df9bf348a14e7c654ca509d41addaadaa199d16b162e'
 'SKIP'
 
'fc0e16e045a2c84d168d42c97d9e14ca32ba0d86025135967f4367cf3fa663882eefb6923ebf04676ae763f4f459e5156d7221b36b47c835f9e531c6b6e0cd9d'
 
'ef221bae994ad0a15ab5186b7469132896156d82bfdc3ef3456447d5cf1af347401ef33e8665d5b2f76451f5457aee7ea01064d7b9223d6691c90c4456763258'
-
'519a9f245bed077137a1b01dec07a178885ac2527b47a1bd883bbb908bf9b4fa0c039525600e09f7db636f8849870fe2ce8ffe5b75532ff9d3fa1a91115875f8')
+
'7d1d535aaf739a6753f6819c49272c8d9b5f488e0a8553797499334a76b8631474e222b6048f2125b858e5ecc21e602face45dd02121f833d605b9ae58322982')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Deleted: libvirt.install
===
--- libvirt.install 2019-05-19 14:41:25 UTC (rev 467985)
+++ libvirt.install 2019-05-19 15:42:58 UTC (rev 467986)
@@ -1,9 +0,0 @@
-post_install() {
-  echo ">>> libvirt runs qemu from nobody:kvm by default"
-  echo ">>> change the USER if desired in /etc/libvirt/qemu.conf"
-  echo ">>> See https://wiki.archlinux.org/index.php/Libvirt for more info"
-}
-
-post_upgrade() {
-  echo ">>> You may need to run 'rm -rf ~/.libvirt'"
-}

Modified: libvirt.sysusers.d
===
--- libvirt.sysusers.d  2019-05-19 14:41:25 UTC (rev 467985)
+++ libvirt.sysusers.d  2019-05-19 15:42:58 UTC (rev 467986)
@@ -1,2 +1 @@
 g libvirt - -
-g tss - -


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

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:40:44
  Author: felixonmars
Revision: 467979

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 467978, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-19 14:40:44 UTC (rev 467979)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.6.0
+pkgrel=106
+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=('4e9575985fe914cb35444995212ac1afaa40b004dbbc86b5987bf8b65e20b14a0102c9c601dc061d604129a8e978021f22a11d682545cb7f07ec974495cfa387')
+
+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)

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:40:34
  Author: felixonmars
Revision: 467978

upgpkg: shellcheck 0.6.0-106

rebuild with HsYAML 0.1.2.0

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 14:37:40 UTC (rev 467977)
+++ PKGBUILD2019-05-19 14:40:34 UTC (rev 467978)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.6.0
-pkgrel=105
+pkgrel=106
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")


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

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:37:40
  Author: felixonmars
Revision: 467977

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 467976, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
467976, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-19 14:37:40 UTC (rev 467977)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.4.1
+pkgrel=16
+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-gitrev' 
'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=('25cee0e9626e67d46769fff47da67fc616c1ce6c181e3c6e3f82b9dd1db1fc2bb3fe264da0e6c8d6082f8ea483530f88e917598ac9daaa2f6b97bbccca203254')
+
+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 \
+   -f-enable_flaky_tests
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:37:30
  Author: felixonmars
Revision: 467976

upgpkg: pandoc-crossref 0.3.4.1-16

rebuild with HsYAML 0.1.2.0

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 14:36:09 UTC (rev 467975)
+++ PKGBUILD2019-05-19 14:37:30 UTC (rev 467976)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.4.1
-pkgrel=15
+pkgrel=16
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:36:09
  Author: felixonmars
Revision: 467975

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
467974, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-19 14:36:09 UTC (rev 467975)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.5.2
+pkgrel=5
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("BSD")
+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=('715324fa19b85e8f39e33b4d5082a04f40fc667737b41117da68a6a0eedad288a551929fa2eea636dd421d4d416996125ff9d83752c7daaf64ecc191e9790469')
+
+build() {
+cd $_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 || warning 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+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-hakyll/trunk (PKGBUILD)

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:35:59
  Author: felixonmars
Revision: 467974

upgpkg: haskell-hakyll 4.12.5.2-5

rebuild with HsYAML 0.1.2.0

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 14:34:15 UTC (rev 467973)
+++ PKGBUILD2019-05-19 14:35:59 UTC (rev 467974)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.2
-pkgrel=4
+pkgrel=5
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("BSD")


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

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:34:15
  Author: felixonmars
Revision: 467973

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 467972, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
467972, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-19 14:34:15 UTC (rev 467973)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.16.2
+pkgrel=36
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base-compat' 'haskell-data-default' 'haskell-hs-bibutils' 
'haskell-libyaml'
+ 'haskell-network' 'haskell-old-locale' 'pandoc' 
'haskell-pandoc-types' 'haskell-rfc5051'
+ 'haskell-safe' '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=('90c3fabe3e1478f43b0157580deb691e5be8d3064144cbf4d67ab8f15bfd99c51b3e811b47bbe4fefc76c4efe660007ab05a782e5a5df01cd42965fe22e5c664')
+
+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-citeproc/trunk (PKGBUILD)

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:34:05
  Author: felixonmars
Revision: 467972

upgpkg: pandoc-citeproc 0.16.2-36

rebuild with HsYAML 0.1.2.0

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 14:31:13 UTC (rev 467971)
+++ PKGBUILD2019-05-19 14:34:05 UTC (rev 467972)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.16.2
-pkgrel=35
+pkgrel=36
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:31:03
  Author: felixonmars
Revision: 467970

upgpkg: pandoc 2.7.2-39

rebuild with HsYAML 0.1.2.0

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 14:20:37 UTC (rev 467969)
+++ PKGBUILD2019-05-19 14:31:03 UTC (rev 467970)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.7.2
-pkgrel=38
+pkgrel=39
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:31:13
  Author: felixonmars
Revision: 467971

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 467970, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-19 14:31:13 UTC (rev 467971)
@@ -0,0 +1,65 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.7.2
+pkgrel=39
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-attoparsec' '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-ipynb' '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-scientific'
+ 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri' 
'haskell-unicode-transforms'
+ '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=('f0d6a700413d1a70b6ca8f69883afda27248dcf5315a1819127163ad8e239fd19d2ec8462e3a793a67d3f86d02b364fa00ac5de735a77a63e737a1a2b92ef00b')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+sed -i 's/< *0.2/<1/' $pkgname.cabal
+
+# 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 || warning "Tests failed"
+}
+
+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 haskell-hsyaml/repos (2 files)

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:20:37
  Author: felixonmars
Revision: 467969

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hsyaml/repos/community-staging-x86_64/PKGBUILD (from rev 
467968, haskell-hsyaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-19 14:20:37 UTC (rev 467969)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+_hkgname=HsYAML
+pkgname=haskell-hsyaml
+pkgver=0.1.2.0
+pkgrel=1
+pkgdesc="Pure Haskell YAML 1.2 parser"
+url="https://github.com/hvr/HsYAML;
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('540123f547e4f76241a1282f87f45b0af282076a6edcd73c52a5362b5f5bcc50b92fef0c6a611ebdca25f8b5e9a9825911d42d2b9be75e9bbea214a3718dd9c3')
+
+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"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.GPLv{2,3}
+}


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

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:20:26
  Author: felixonmars
Revision: 467968

upgpkg: haskell-hsyaml 0.1.2.0-1

rebuild with HsYAML 0.1.2.0

Modified:
  haskell-hsyaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 14:18:10 UTC (rev 467967)
+++ PKGBUILD2019-05-19 14:20:26 UTC (rev 467968)
@@ -2,8 +2,8 @@
 
 _hkgname=HsYAML
 pkgname=haskell-hsyaml
-pkgver=0.1.1.3
-pkgrel=3
+pkgver=0.1.2.0
+pkgrel=1
 pkgdesc="Pure Haskell YAML 1.2 parser"
 url="https://github.com/hvr/HsYAML;
 license=('GPL')
@@ -11,7 +11,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('f8e6cf1c4d9e6ceb1df4f8304fb2a34600ee0b9a4eb8c71ed0eddab25f1c36833c6b0fd3504e2fc11e184e8675a45aedeb76cd5055a329e5ecd0fcc6ff39')
+sha512sums=('540123f547e4f76241a1282f87f45b0af282076a6edcd73c52a5362b5f5bcc50b92fef0c6a611ebdca25f8b5e9a9825911d42d2b9be75e9bbea214a3718dd9c3')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:17:43
  Author: felixonmars
Revision: 467961

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:17:33
  Author: felixonmars
Revision: 467960

upgpkg: hopenpgp-tools 0.21.3-48

rebuild with pgp-wordlist 0.1.0.3

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 14:16:11 UTC (rev 467959)
+++ PKGBUILD2019-05-19 14:17:33 UTC (rev 467960)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.21.3
-pkgrel=47
+pkgrel=48
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


[arch-commits] Commit in haskell-prettyprinter-convert-ansi-wl-pprint/repos (2 files)

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:16:11
  Author: felixonmars
Revision: 467959

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-prettyprinter-convert-ansi-wl-pprint/repos/community-staging-x86_64/
  
haskell-prettyprinter-convert-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD
(from rev 467958, 
haskell-prettyprinter-convert-ansi-wl-pprint/trunk/PKGBUILD)

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

Copied: 
haskell-prettyprinter-convert-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD
 (from rev 467958, haskell-prettyprinter-convert-ansi-wl-pprint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-19 14:16:11 UTC (rev 467959)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=prettyprinter-convert-ansi-wl-pprint
+pkgname=haskell-prettyprinter-convert-ansi-wl-pprint
+pkgver=1.1
+pkgrel=42
+pkgdesc="Converter from ansi-wl-pprint documents to prettyprinter-based ones."
+url="https://github.com/quchen/prettyprinter;
+license=('custom:BSD2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-ansi-wl-pprint' 
'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal')
+makedepends=('ghc' 'haskell-doctest')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('d5587fd33e5175149781c21d577a2e18b4f84731ed9deb692f22ea25f85212ac13b300176b13ae3f54d07fb3a720fda6c5561052d68f4832dc255fbf85c05aea')
+
+build() {
+cd $_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 $_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.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


[arch-commits] Commit in haskell-prettyprinter-convert-ansi-wl-pprint/trunk (PKGBUILD)

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:16:01
  Author: felixonmars
Revision: 467958

upgpkg: haskell-prettyprinter-convert-ansi-wl-pprint 1.1-42

rebuild with pgp-wordlist 0.1.0.3

Modified:
  haskell-prettyprinter-convert-ansi-wl-pprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 14:15:22 UTC (rev 467957)
+++ PKGBUILD2019-05-19 14:16:01 UTC (rev 467958)
@@ -3,7 +3,7 @@
 _hkgname=prettyprinter-convert-ansi-wl-pprint
 pkgname=haskell-prettyprinter-convert-ansi-wl-pprint
 pkgver=1.1
-pkgrel=41
+pkgrel=42
 pkgdesc="Converter from ansi-wl-pprint documents to prettyprinter-based ones."
 url="https://github.com/quchen/prettyprinter;
 license=('custom:BSD2')


[arch-commits] Commit in haskell-prettyprinter-ansi-terminal/repos (2 files)

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:15:22
  Author: felixonmars
Revision: 467957

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-prettyprinter-ansi-terminal/repos/community-staging-x86_64/
  haskell-prettyprinter-ansi-terminal/repos/community-staging-x86_64/PKGBUILD
(from rev 467956, haskell-prettyprinter-ansi-terminal/trunk/PKGBUILD)

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

Copied: 
haskell-prettyprinter-ansi-terminal/repos/community-staging-x86_64/PKGBUILD 
(from rev 467956, haskell-prettyprinter-ansi-terminal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-19 14:15:22 UTC (rev 467957)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=prettyprinter-ansi-terminal
+pkgname=haskell-prettyprinter-ansi-terminal
+pkgver=1.1.1.2
+pkgrel=45
+pkgdesc="ANSI terminal backend for the prettyprinter package."
+url="https://github.com/quchen/prettyprinter-ansi-terminal;
+license=('custom:BSD2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-prettyprinter')
+makedepends=('ghc' 'haskell-doctest')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b2ac6c76ce6570b285370c9b1a466272aa5a3ba86a9f1de996392d750d212ff62a743e9c3c28f7de7951c9b270d64c97cb695166b65d642751942d682ff1a71b')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-buildReadme
+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 $_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.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


[arch-commits] Commit in haskell-prettyprinter-ansi-terminal/trunk (PKGBUILD)

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:15:10
  Author: felixonmars
Revision: 467956

upgpkg: haskell-prettyprinter-ansi-terminal 1.1.1.2-45

rebuild with pgp-wordlist 0.1.0.3

Modified:
  haskell-prettyprinter-ansi-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 14:14:30 UTC (rev 467955)
+++ PKGBUILD2019-05-19 14:15:10 UTC (rev 467956)
@@ -3,7 +3,7 @@
 _hkgname=prettyprinter-ansi-terminal
 pkgname=haskell-prettyprinter-ansi-terminal
 pkgver=1.1.1.2
-pkgrel=44
+pkgrel=45
 pkgdesc="ANSI terminal backend for the prettyprinter package."
 url="https://github.com/quchen/prettyprinter-ansi-terminal;
 license=('custom:BSD2')


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

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:14:20
  Author: felixonmars
Revision: 467954

upgpkg: haskell-hopenpgp 2.7.4.1-63

rebuild with pgp-wordlist 0.1.0.3

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 14:12:24 UTC (rev 467953)
+++ PKGBUILD2019-05-19 14:14:20 UTC (rev 467954)
@@ -3,7 +3,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.7.4.1
-pkgrel=62
+pkgrel=63
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')


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

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:14:30
  Author: felixonmars
Revision: 467955

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
467954, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-19 14:14:30 UTC (rev 467955)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.7.4.1
+pkgrel=63
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 
'haskell-attoparsec'
+ 'haskell-base16-bytestring' 'haskell-base64-bytestring' 
'haskell-bifunctors'
+ 'haskell-bzlib' 'haskell-binary-conduit' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-crypto-cipher-types' 'haskell-errors' 
'haskell-hashable'
+ 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 
'haskell-memory'
+ 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri' 
'haskell-newtype'
+ 'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 
'haskell-resourcet' 'haskell-split'
+ 'haskell-time-locale-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-wl-pprint-extras' 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1b0e2ec52726ba84dc93b7cffe7bccfa2d259049f1629799d239c9e2ef6abf13da561dd99775601d989ae5d5cc251a1684f23a243e6a27a663850f132f0724df')
+
+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 \
+-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 $_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-prettyprinter/repos (2 files)

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:12:24
  Author: felixonmars
Revision: 467953

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-prettyprinter/repos/community-staging-x86_64/PKGBUILD (from rev 
467952, haskell-prettyprinter/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-19 14:12:24 UTC (rev 467953)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=prettyprinter
+pkgname=haskell-prettyprinter
+pkgver=1.2.1
+pkgrel=35
+pkgdesc="A modern, easy to use, well-documented, extensible prettyprinter."
+url="https://github.com/hspec/prettyprinter;
+license=('custom:BSD2')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-doctest' 'haskell-pgp-wordlist' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('910643bc38c90efa4c982bda9fbf70e9eb6a679af879950bf4a9cbb5b1a5564f17f2f9c22e34daf50d7a38966542dd988d50ae43512278f9c323bb8b747379da')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-buildReadme
+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 $_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.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


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

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:12:14
  Author: felixonmars
Revision: 467952

upgpkg: haskell-prettyprinter 1.2.1-35

rebuild with pgp-wordlist 0.1.0.3

Modified:
  haskell-prettyprinter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 14:10:57 UTC (rev 467951)
+++ PKGBUILD2019-05-19 14:12:14 UTC (rev 467952)
@@ -3,7 +3,7 @@
 _hkgname=prettyprinter
 pkgname=haskell-prettyprinter
 pkgver=1.2.1
-pkgrel=34
+pkgrel=35
 pkgdesc="A modern, easy to use, well-documented, extensible prettyprinter."
 url="https://github.com/hspec/prettyprinter;
 license=('custom:BSD2')


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

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:10:46
  Author: felixonmars
Revision: 467950

upgpkg: haskell-pgp-wordlist 0.1.0.3-1

rebuild with pgp-wordlist 0.1.0.3

Modified:
  haskell-pgp-wordlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 09:29:57 UTC (rev 467949)
+++ PKGBUILD2019-05-19 14:10:46 UTC (rev 467950)
@@ -2,8 +2,8 @@
 
 _hkgname=pgp-wordlist
 pkgname=haskell-pgp-wordlist
-pkgver=0.1.0.2
-pkgrel=44
+pkgver=0.1.0.3
+pkgrel=1
 pkgdesc="Translate between binary data and a human-readable collection of 
words."
 url="https://github.com/quchen/pgp-wordlist;
 license=('BSD')
@@ -12,7 +12,7 @@
 makedepends=('ghc' 'haskell-doctest' 'haskell-hunit' 'haskell-tasty' 
'haskell-tasty-hunit'
  'haskell-tasty-quickcheck')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('c34d565b043d6ffb3fee10258fb30596ae08e5c4d57bf8d129f49b4794daf13ae55fae7f648f218821133a824f2abb66a8b5f02b10a9e11f4529007b1a4620b3')
+sha512sums=('b7c6db47c1f9a0b10c5c94ea46b8eee282988e5990ef3dafa2d07a5bfc0718572b04494d23ddab063811ef2452546d6b17010c6490a89031f4b071f1a43d989b')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-05-19 Thread Felix Yan via arch-commits
Date: Sunday, May 19, 2019 @ 14:10:57
  Author: felixonmars
Revision: 467951

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-pgp-wordlist/repos/community-staging-x86_64/
  haskell-pgp-wordlist/repos/community-staging-x86_64/PKGBUILD
(from rev 467950, haskell-pgp-wordlist/trunk/PKGBUILD)

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

Copied: haskell-pgp-wordlist/repos/community-staging-x86_64/PKGBUILD (from rev 
467950, haskell-pgp-wordlist/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-19 14:10:57 UTC (rev 467951)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=pgp-wordlist
+pkgname=haskell-pgp-wordlist
+pkgver=0.1.0.3
+pkgrel=1
+pkgdesc="Translate between binary data and a human-readable collection of 
words."
+url="https://github.com/quchen/pgp-wordlist;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vector')
+makedepends=('ghc' 'haskell-doctest' 'haskell-hunit' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b7c6db47c1f9a0b10c5c94ea46b8eee282988e5990ef3dafa2d07a5bfc0718572b04494d23ddab063811ef2452546d6b17010c6490a89031f4b071f1a43d989b')
+
+build() {
+cd $_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 $_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 libqaccessibilityclient/repos/extra-x86_64 (2 files)

2019-05-19 Thread Antonio Rojas via arch-commits
Date: Sunday, May 19, 2019 @ 12:41:00
  Author: arojas
Revision: 353616

archrelease: copy trunk to extra-x86_64

Added:
  libqaccessibilityclient/repos/extra-x86_64/PKGBUILD
(from rev 353615, libqaccessibilityclient/trunk/PKGBUILD)
Deleted:
  libqaccessibilityclient/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-19 12:40:41 UTC (rev 353615)
+++ PKGBUILD2019-05-19 12:41:00 UTC (rev 353616)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libqaccessibilityclient
-pkgver=0.4.0
-pkgrel=2
-arch=(x86_64)
-pkgdesc="Helper library to make writing accessibility tools easier"
-url='https://www.kde.org'
-license=(LGPL2.1)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules)
-conflicts=(libkdeaccessibilityclient)
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6630f107eec6084cafbee29dee6a810d7174b09f7aae2bf80c31b2bc6a14deec'
-'SKIP')
-validpgpkeys=(FB25861861063C64C97B89AE125C53EB96EC0C92  # Frederik Gladhorn 

-  2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libqaccessibilityclient/repos/extra-x86_64/PKGBUILD (from rev 353615, 
libqaccessibilityclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-19 12:41:00 UTC (rev 353616)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libqaccessibilityclient
+pkgver=0.4.1
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Helper library to make writing accessibility tools easier"
+url='https://www.kde.org'
+license=(LGPL2.1)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+conflicts=(libkdeaccessibilityclient)
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1c768b4f4314fcae2a07cb7de7cb2ae0522b5f02b4173af3eed8bfb2a4d83429'
+'SKIP')
+validpgpkeys=(FB25861861063C64C97B89AE125C53EB96EC0C92  # Frederik Gladhorn 

+  2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-05-19 Thread Antonio Rojas via arch-commits
Date: Sunday, May 19, 2019 @ 12:40:41
  Author: arojas
Revision: 353615

Update to 0.4.1

Modified:
  libqaccessibilityclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 00:18:05 UTC (rev 353614)
+++ PKGBUILD2019-05-19 12:40:41 UTC (rev 353615)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=libqaccessibilityclient
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 arch=(x86_64)
 pkgdesc="Helper library to make writing accessibility tools easier"
 url='https://www.kde.org'
@@ -11,7 +11,7 @@
 makedepends=(extra-cmake-modules)
 conflicts=(libkdeaccessibilityclient)
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6630f107eec6084cafbee29dee6a810d7174b09f7aae2bf80c31b2bc6a14deec'
+sha256sums=('1c768b4f4314fcae2a07cb7de7cb2ae0522b5f02b4173af3eed8bfb2a4d83429'
 'SKIP')
 validpgpkeys=(FB25861861063C64C97B89AE125C53EB96EC0C92  # Frederik Gladhorn 

   2D1D5B0588357787DE9EE225EC94D18F7F05997E) # Jonathan Riddell 

@@ -24,6 +24,7 @@
   cd build
   cmake ../$pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTING=OFF
   make
 }


[arch-commits] Commit in jupymake (3 files)

2019-05-19 Thread Antonio Rojas via arch-commits
Date: Sunday, May 19, 2019 @ 09:29:57
  Author: arojas
Revision: 467949

archrelease: copy trunk to community-x86_64

Added:
  jupymake/repos/
  jupymake/repos/community-x86_64/
  jupymake/repos/community-x86_64/PKGBUILD
(from rev 467948, jupymake/trunk/PKGBUILD)

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

Copied: jupymake/repos/community-x86_64/PKGBUILD (from rev 467948, 
jupymake/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2019-05-19 09:29:57 UTC (rev 467949)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+
+_name=JuPyMake
+pkgbase=jupymake
+pkgname=(python-jupymake python2-jupymake)
+pkgver=0.9
+pkgrel=1
+pkgdesc="A Python interface to Polymake"
+arch=(x86_64)
+url="https://github.com/sebasguts/JuPyMake;
+license=(GPL2)
+makedepends=(python-setuptools python2-setuptools polymake)
+source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha256sums=('4c756cd6a6056a20cd71f7b5e463c79dad0257241bbd32a40b750882fafdb545')
+
+prepare() {
+  cp -r $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+
+  cd ../$_name-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-jupymake() {
+  depends=(python polymake)
+
+  cd $_name-$pkgver
+  python setup.py install --skip-build --prefix=/usr --root="$pkgdir" 
--optimize=1
+}
+
+package_python2-jupymake() {
+  depends=(python2 polymake)
+
+  cd $_name-$pkgver-py2
+  python2 setup.py install --skip-build --prefix=/usr --root="$pkgdir" 
--optimize=1
+}


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

2019-05-19 Thread Antonio Rojas via arch-commits
Date: Sunday, May 19, 2019 @ 09:29:33
  Author: arojas
Revision: 467948

New sagemath dependency

Added:
  jupymake/
  jupymake/trunk/
  jupymake/trunk/PKGBUILD

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

Added: jupymake/trunk/PKGBUILD
===
--- jupymake/trunk/PKGBUILD (rev 0)
+++ jupymake/trunk/PKGBUILD 2019-05-19 09:29:33 UTC (rev 467948)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+
+_name=JuPyMake
+pkgbase=jupymake
+pkgname=(python-jupymake python2-jupymake)
+pkgver=0.9
+pkgrel=1
+pkgdesc="A Python interface to Polymake"
+arch=(x86_64)
+url="https://github.com/sebasguts/JuPyMake;
+license=(GPL2)
+makedepends=(python-setuptools python2-setuptools polymake)
+source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha256sums=('4c756cd6a6056a20cd71f7b5e463c79dad0257241bbd32a40b750882fafdb545')
+
+prepare() {
+  cp -r $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+
+  cd ../$_name-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-jupymake() {
+  depends=(python polymake)
+
+  cd $_name-$pkgver
+  python setup.py install --skip-build --prefix=/usr --root="$pkgdir" 
--optimize=1
+}
+
+package_python2-jupymake() {
+  depends=(python2 polymake)
+
+  cd $_name-$pkgver-py2
+  python2 setup.py install --skip-build --prefix=/usr --root="$pkgdir" 
--optimize=1
+}


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

2019-05-19 Thread David Runge via arch-commits
Date: Sunday, May 19, 2019 @ 08:43:58
  Author: dvzrv
Revision: 467946

upgpkg: snd 19.4-1

Upgrading to 19.4.

Modified:
  snd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 06:55:57 UTC (rev 467945)
+++ PKGBUILD2019-05-19 08:43:58 UTC (rev 467946)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=snd
-pkgver=19.3
+pkgver=19.4
 pkgrel=1
 pkgdesc="An advanced sound editor"
 arch=('x86_64')
@@ -22,7 +22,7 @@
 'timidity++: For MIDI to WAVE support'
 'vorbis-tools: For OGG support')
 
source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('e06e1d23a589e83f9c181e2a74c5026af839de1c867e860dcf78afe5d2b14fd51b9d4ad3f2aa5be5d9cc9a62145deae2a84108b0ccdaa30daab7f654d45b0f30')
+sha512sums=('189e1aed254ce60a996a72c910d5cdc773a7a8fb09621b143c5b21541954f552a0869e83611b6bf21558c6fcbb22dd51746c34d2fe43003726b30e54fc2aed48')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2019-05-19 Thread David Runge via arch-commits
Date: Sunday, May 19, 2019 @ 08:44:03
  Author: dvzrv
Revision: 467947

archrelease: copy trunk to community-x86_64

Added:
  snd/repos/community-x86_64/PKGBUILD
(from rev 467946, snd/trunk/PKGBUILD)
Deleted:
  snd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-19 08:43:58 UTC (rev 467946)
+++ PKGBUILD2019-05-19 08:44:03 UTC (rev 467947)
@@ -1,51 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Juergen Hoetzel 
-# Contributor: see .contrib
-
-pkgname=snd
-pkgver=19.3
-pkgrel=1
-pkgdesc="An advanced sound editor"
-arch=('x86_64')
-url="https://ccrma.stanford.edu/software/snd/;
-license=('custom:free')
-groups=('pro-audio')
-depends=('fftw' 'gsl' 'gtk3' 'jack' 'libmpc' 'ruby')
-makedepends=('flac' 'gmp' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
-'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
-optdepends=('wavpack: For wav support'
-'flac: For flac support'
-'speex: For speex support'
-'mpg123: For MPEG support'
-'pulseaudio: For pulseaudio support'
-'timidity++: For MIDI to WAVE support'
-'vorbis-tools: For OGG support')
-source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('e06e1d23a589e83f9c181e2a74c5026af839de1c867e860dcf78afe5d2b14fd51b9d4ad3f2aa5be5d9cc9a62145deae2a84108b0ccdaa30daab7f654d45b0f30')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-  --with-alsa \
-  --with-gmp \
-  --with-gtk \
-  --with-jack \
-  --with-ladspa \
-  --with-pulseaudio \
-  --with-ruby
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make prefix="${pkgdir}/usr" install
-  install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-  # docs
-  install -vDm 644 {{HISTORY,README}.Snd,NEWS} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 *.html -t "${pkgdir}/usr/share/doc/${pkgname}/html"
-  install -vDm 644 pix/*.png -t "${pkgdir}/usr/share/doc/${pkgname}/html/pix"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: snd/repos/community-x86_64/PKGBUILD (from rev 467946, 
snd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-19 08:44:03 UTC (rev 467947)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Juergen Hoetzel 
+# Contributor: see .contrib
+
+pkgname=snd
+pkgver=19.4
+pkgrel=1
+pkgdesc="An advanced sound editor"
+arch=('x86_64')
+url="https://ccrma.stanford.edu/software/snd/;
+license=('custom:free')
+groups=('pro-audio')
+depends=('fftw' 'gsl' 'gtk3' 'jack' 'libmpc' 'ruby')
+makedepends=('flac' 'gmp' 'glu' 'ladspa' 'libpulse' 'libxpm' 'mpg123'
+'openmotif' 'speex' 'timidity++' 'vorbis-tools' 'wavpack')
+optdepends=('wavpack: For wav support'
+'flac: For flac support'
+'speex: For speex support'
+'mpg123: For MPEG support'
+'pulseaudio: For pulseaudio support'
+'timidity++: For MIDI to WAVE support'
+'vorbis-tools: For OGG support')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('189e1aed254ce60a996a72c910d5cdc773a7a8fb09621b143c5b21541954f552a0869e83611b6bf21558c6fcbb22dd51746c34d2fe43003726b30e54fc2aed48')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+  --with-alsa \
+  --with-gmp \
+  --with-gtk \
+  --with-jack \
+  --with-ladspa \
+  --with-pulseaudio \
+  --with-ruby
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" install
+  install -vDm 644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  # docs
+  install -vDm 644 {{HISTORY,README}.Snd,NEWS} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -vDm 644 *.html -t "${pkgdir}/usr/share/doc/${pkgname}/html"
+  install -vDm 644 pix/*.png -t "${pkgdir}/usr/share/doc/${pkgname}/html/pix"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-05-19 Thread Eli Schwartz via arch-commits
Date: Sunday, May 19, 2019 @ 06:55:44
  Author: eschwartz
Revision: 467944

upgpkg: python-distlib 0.2.9-1

upstream release

Modified:
  python-distlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-19 06:02:23 UTC (rev 467943)
+++ PKGBUILD2019-05-19 06:55:44 UTC (rev 467944)
@@ -3,7 +3,7 @@
 _pkgname=distlib
 pkgbase='python-distlib'
 pkgname=('python-distlib' 'python2-distlib')
-pkgver=0.2.8
+pkgver=0.2.9
 pkgrel=1
 pkgdesc="Low-level components of distutils2/packaging"
 arch=('any')
@@ -11,8 +11,16 @@
 license=('PSF')
 makedepends=('python' 'python2')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.zip;)
-sha256sums=('57977cd7d9ea27986ec62f425630e4ddb42efe651ff80bc58ed8dbc3c7c21f19')
+sha256sums=('f59db0ed3ef8248badfee5270eca6311de3b562c5b52fe140a53c2145e242cfd')
+b2sums=('378a6f8caf1c45cda638e099c4631934310c152753a8f56437362f185309599ca2f33e6509c4643dfe6cab1834594efc000e625a6c649fa40ab1fb041546546c')
 
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+rm distlib/*.exe
+
+}
+
 build() {
 cd "${srcdir}"/${_pkgname}-${pkgver}
 


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

2019-05-19 Thread Eli Schwartz via arch-commits
Date: Sunday, May 19, 2019 @ 06:55:57
  Author: eschwartz
Revision: 467945

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-19 06:55:44 UTC (rev 467944)
+++ PKGBUILD2019-05-19 06:55:57 UTC (rev 467945)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=distlib
-pkgbase='python-distlib'
-pkgname=('python-distlib' 'python2-distlib')
-pkgver=0.2.8
-pkgrel=1
-pkgdesc="Low-level components of distutils2/packaging"
-arch=('any')
-url="https://bitbucket.org/pypa/${_pkgname};
-license=('PSF')
-makedepends=('python' 'python2')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.zip;)
-sha256sums=('57977cd7d9ea27986ec62f425630e4ddb42efe651ff80bc58ed8dbc3c7c21f19')
-
-build() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-python2 setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-PYTHONHASHSEED=0 python setup.py test
-python2 setup.py test
-}
-
-package_python-distlib() {
-depends=('python')
-
-cd "${srcdir}"/${_pkgname}-${pkgver}
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-package_python2-distlib() {
-depends=('python2')
-
-cd "${srcdir}"/${_pkgname}-${pkgver}
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-distlib/repos/community-any/PKGBUILD (from rev 467944, 
python-distlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-19 06:55:57 UTC (rev 467945)
@@ -0,0 +1,50 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=distlib
+pkgbase='python-distlib'
+pkgname=('python-distlib' 'python2-distlib')
+pkgver=0.2.9
+pkgrel=1
+pkgdesc="Low-level components of distutils2/packaging"
+arch=('any')
+url="https://bitbucket.org/pypa/${_pkgname};
+license=('PSF')
+makedepends=('python' 'python2')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.zip;)
+sha256sums=('f59db0ed3ef8248badfee5270eca6311de3b562c5b52fe140a53c2145e242cfd')
+b2sums=('378a6f8caf1c45cda638e099c4631934310c152753a8f56437362f185309599ca2f33e6509c4643dfe6cab1834594efc000e625a6c649fa40ab1fb041546546c')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+rm distlib/*.exe
+
+}
+
+build() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+PYTHONHASHSEED=0 python setup.py test
+python2 setup.py test
+}
+
+package_python-distlib() {
+depends=('python')
+
+cd "${srcdir}"/${_pkgname}-${pkgver}
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-distlib() {
+depends=('python2')
+
+cd "${srcdir}"/${_pkgname}-${pkgver}
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}