[arch-commits] Commit in gnupg/repos (5 files)

2018-06-10 Thread Gaëtan Bisson via arch-commits
Date: Monday, June 11, 2018 @ 05:51:28
  Author: bisson
Revision: 326618

db-move: moved gnupg from [testing] to [core] (x86_64)

Added:
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 326617, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 326617, gnupg/repos/testing-x86_64/install)
Deleted:
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/testing-x86_64/

--+
 /PKGBUILD|   68 +
 /install |   41 +
 core-x86_64/PKGBUILD |   68 -
 core-x86_64/install  |   41 -
 4 files changed, 109 insertions(+), 109 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-06-11 05:08:23 UTC (rev 326617)
+++ core-x86_64/PKGBUILD2018-06-11 05:51:28 UTC (rev 326618)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Powalowski 
-# Contributor: Andreas Radke 
-# Contributor: Judd Vinet 
-
-pkgname=gnupg
-pkgver=2.2.7
-pkgrel=1
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='http://www.gnupg.org/'
-license=('GPL')
-arch=('x86_64')
-optdepends=('libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon'
-'pcsclite: scdaemon')
-makedepends=('libldap' 'libusb-compat' 'pcsclite')
-checkdepends=('openssh')
-depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
- 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
-  '46CC730865BB5C78EBABADCF04376F3EE0856959'
-  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
-  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha256sums=('d95b361ee6ef7eff86af40c8c72bf9313736ac9f7010d6604d78bf83818e976e'
-'SKIP')
-
-install=install
-
-conflicts=('dirmngr' 'gnupg2')
-provides=('dirmngr' "gnupg2=${pkgver}")
-replaces=('dirmngr' 'gnupg2')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s gpg "${pkgdir}"/usr/bin/gpg2
-   ln -s gpgv "${pkgdir}"/usr/bin/gpgv2
-
-   cd doc/examples/systemd-user
-   for i in *.*; do
-   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
-   done
-}

Copied: gnupg/repos/core-x86_64/PKGBUILD (from rev 326617, 
gnupg/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-06-11 05:51:28 UTC (rev 326618)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.2.8
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='https://www.gnupg.org/'
+license=('GPL')
+arch=('x86_64')
+checkdepends=('openssh')
+makedepends=('libldap' 'libusb-compat' 'pcsclite')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon'
+'pcsclite: scdaemon')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('777b4cb8ced21965a5053d4fa20fe11484f0a478f3d011cef508a1a49db50dcd'
+'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   

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

2018-06-10 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, June 11, 2018 @ 03:15:58
  Author: svenstaro
Revision: 342299

upgpkg: neovim 0.3.0-1

Modified:
  neovim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 22:10:38 UTC (rev 342298)
+++ PKGBUILD2018-06-11 03:15:58 UTC (rev 342299)
@@ -3,8 +3,8 @@
 # Contributor: Florian Hahn 
 
 pkgname=neovim
-pkgver=0.2.2
-pkgrel=6
+pkgver=0.3.0
+pkgrel=1
 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
 arch=('x86_64')
 url='https://neovim.io'
@@ -15,18 +15,10 @@
 'python-neovim: for Python 3 plugin support (see :help python)'
 'xclip: for clipboard support (or xsel) (see :help clipboard)'
 'xsel: for clipboard support (or xclip) (see :help clipboard)')
-source=(https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz
-3a5721e91ba890718319213154ba6964c9dca4d2.patch)
-sha512sums=('5609defe86ac98356f1b9ae9adc6049bb4df920a9a2ae3104f761d52d4dd54cbc84d2596231595dd9b0aa97201fef2121e6c5c86a19267ab6b871dbf4b568209'
-
'f3dabd1bbe195a45a10efacfc4bb78007e32b91c32c01e42f8045c6e39d7a5f7e20eea1c4407c313d7ec0bb6d951a0b4e10b402f50d2022a5b4770ec62594a8a')
+source=(https://github.com/neovim/neovim/archive/v${pkgver}.tar.gz)
+sha512sums=('8944be5562a69d5da5bce3a6673cc0b1930eb5592eb15c40139a1991f89f63435141449e7b4371ee28ff426575fcad475396e3d982004e17a902bda1d8ae6a95')
 install=neovim.install
 
-prepare() {
-  cd "${srcdir}/neovim-${pkgver}"
-
-  patch -Np1 < "${srcdir}/3a5721e91ba890718319213154ba6964c9dca4d2.patch"
-}
-
 build() {
   mkdir -p "${srcdir}/build"
   cd "${srcdir}/build"


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

2018-06-10 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, June 11, 2018 @ 03:16:09
  Author: svenstaro
Revision: 342300

archrelease: copy trunk to community-x86_64

Added:
  neovim/repos/community-x86_64/3a5721e91ba890718319213154ba6964c9dca4d2.patch
(from rev 342299, 
neovim/trunk/3a5721e91ba890718319213154ba6964c9dca4d2.patch)
  neovim/repos/community-x86_64/PKGBUILD
(from rev 342299, neovim/trunk/PKGBUILD)
  neovim/repos/community-x86_64/neovim.install
(from rev 342299, neovim/trunk/neovim.install)
Deleted:
  neovim/repos/community-x86_64/3a5721e91ba890718319213154ba6964c9dca4d2.patch
  neovim/repos/community-x86_64/PKGBUILD
  neovim/repos/community-x86_64/neovim.install

+
 3a5721e91ba890718319213154ba6964c9dca4d2.patch |   82 
 PKGBUILD   |  112 ++-
 neovim.install |   20 ++--
 3 files changed, 103 insertions(+), 111 deletions(-)

Deleted: 3a5721e91ba890718319213154ba6964c9dca4d2.patch
===
--- 3a5721e91ba890718319213154ba6964c9dca4d2.patch  2018-06-11 03:15:58 UTC 
(rev 342299)
+++ 3a5721e91ba890718319213154ba6964c9dca4d2.patch  2018-06-11 03:16:09 UTC 
(rev 342300)
@@ -1,41 +0,0 @@
-From 3a5721e91ba890718319213154ba6964c9dca4d2 Mon Sep 17 00:00:00 2001
-From: Chih-Hsuan Yen 
-Date: Mon, 29 Jan 2018 22:47:25 +0800
-Subject: [PATCH] tui: libtermkey: force CSI driver for mouse input #7948
-
-Fixes #7932
-
-Nvim (tui.c) always enables SGR mouse (TUIData.unibi_ext.enable_mouse).
-But if libtermkey sees key_mouse (kmous) in terminfo its terminfo driver
-(driver-ti.c) will be activated, which by accident only supports X10
-protocol. The libtermkey CSI driver (driver-csi.c), in contrast,
-supports SGR.
-
-We can force libtermkey to ignore the terminfo key_mouse entry by
-returning NULL in the tui_tk_ti_getstr hook. That forces the CSI driver.
-
-What is the effect of returning NULL from `tui_tk_ti_getstr()`?
-- libtermkey `driver-ti.c:load_terminfo()` skips the entry.
-- `termkey.c:peekkey()` iterates through all drivers, it finds
-  `TERMKEY_RES_NONE` for the ti driver and falls back to the CSI driver.

- src/nvim/tui/tui.c | 6 ++
- 1 file changed, 6 insertions(+)
-
-diff --git a/src/nvim/tui/tui.c b/src/nvim/tui/tui.c
-index 2dfe7faa04c..70e19e1d932 100644
 a/src/nvim/tui/tui.c
-+++ b/src/nvim/tui/tui.c
-@@ -1813,6 +1813,12 @@ static const char *tui_tk_ti_getstr(const char *name, 
const char *value,
- if (value != NULL && strequal(stty_erase, value)) {
-   return stty_erase[0] == DEL ? CTRL_H_STR : DEL_STR;
- }
-+  } else if (strequal(name, "key_mouse")) {
-+DLOG("libtermkey:kmous=%s", value);
-+// If key_mouse is found, libtermkey uses its terminfo driver 
(driver-ti.c)
-+// for mouse input, which by accident only supports X10 protocol.
-+// Force libtermkey to fallback to its CSI driver (driver-csi.c). #7948
-+return NULL;
-   }
- 
-   return value;

Copied: 
neovim/repos/community-x86_64/3a5721e91ba890718319213154ba6964c9dca4d2.patch 
(from rev 342299, neovim/trunk/3a5721e91ba890718319213154ba6964c9dca4d2.patch)
===
--- 3a5721e91ba890718319213154ba6964c9dca4d2.patch  
(rev 0)
+++ 3a5721e91ba890718319213154ba6964c9dca4d2.patch  2018-06-11 03:16:09 UTC 
(rev 342300)
@@ -0,0 +1,41 @@
+From 3a5721e91ba890718319213154ba6964c9dca4d2 Mon Sep 17 00:00:00 2001
+From: Chih-Hsuan Yen 
+Date: Mon, 29 Jan 2018 22:47:25 +0800
+Subject: [PATCH] tui: libtermkey: force CSI driver for mouse input #7948
+
+Fixes #7932
+
+Nvim (tui.c) always enables SGR mouse (TUIData.unibi_ext.enable_mouse).
+But if libtermkey sees key_mouse (kmous) in terminfo its terminfo driver
+(driver-ti.c) will be activated, which by accident only supports X10
+protocol. The libtermkey CSI driver (driver-csi.c), in contrast,
+supports SGR.
+
+We can force libtermkey to ignore the terminfo key_mouse entry by
+returning NULL in the tui_tk_ti_getstr hook. That forces the CSI driver.
+
+What is the effect of returning NULL from `tui_tk_ti_getstr()`?
+- libtermkey `driver-ti.c:load_terminfo()` skips the entry.
+- `termkey.c:peekkey()` iterates through all drivers, it finds
+  `TERMKEY_RES_NONE` for the ti driver and falls back to the CSI driver.
+---
+ src/nvim/tui/tui.c | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/src/nvim/tui/tui.c b/src/nvim/tui/tui.c
+index 2dfe7faa04c..70e19e1d932 100644
+--- a/src/nvim/tui/tui.c
 b/src/nvim/tui/tui.c
+@@ -1813,6 +1813,12 @@ static const char *tui_tk_ti_getstr(const char *name, 
const char *value,
+ if (value != NULL && strequal(stty_erase, value)) {
+   return stty_erase[0] == DEL ? CTRL_H_STR : DEL_STR;
+ }
++  } else if (strequal(name, "key_mouse")) {
++DLOG("libtermkey:kmous=%s", value);
++// If key_mouse is found, libtermkey uses its 

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

2018-06-10 Thread Bruno Pagani via arch-commits
Date: Sunday, June 10, 2018 @ 22:10:38
  Author: archange
Revision: 342298

archrelease: copy trunk to community-x86_64

Added:
  fractal/repos/community-x86_64/PKGBUILD
(from rev 342297, fractal/trunk/PKGBUILD)
Deleted:
  fractal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 22:10:25 UTC (rev 342297)
+++ PKGBUILD2018-06-10 22:10:38 UTC (rev 342298)
@@ -1,25 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=fractal
-pkgver=0.1.30
-pkgrel=1
-pkgdesc="A GTK+ client for Matrix written in Rust"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Fractal;
-license=('GPL3')
-depends=('gtk3' 'gspell')
-makedepends=('meson' 'rust')
-_md5=307ea6fe16f617750490a359b727aebb
-source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('db6d3edff7413b50980ef85e5b6fbb20e9081dc9f02575b4a9cbff0f5d2c6cc5')
-
-build() {
-cd ${pkgname}-${pkgver}
-arch-meson . _build
-ninja -C _build
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-DESTDIR="${pkgdir}" ninja -C _build install
-}

Copied: fractal/repos/community-x86_64/PKGBUILD (from rev 342297, 
fractal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 22:10:38 UTC (rev 342298)
@@ -0,0 +1,25 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=fractal
+pkgver=3.29.0
+pkgrel=1
+pkgdesc="A GTK+ client for Matrix written in Rust"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Fractal;
+license=('GPL3')
+depends=('gtk3' 'gspell')
+makedepends=('meson' 'rust')
+_md5=5260e25e9d939b645d00289eea7d5f70
+source=("https://gitlab.gnome.org/World/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('dec09234fed4a380908e2ecc94cab6703184cca73e39881fb272d1434183c6bd')
+
+build() {
+cd ${pkgname}-${pkgver}
+arch-meson . _build
+ninja -C _build
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+DESTDIR="${pkgdir}" ninja -C _build install
+}


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

2018-06-10 Thread Bruno Pagani via arch-commits
Date: Sunday, June 10, 2018 @ 22:10:25
  Author: archange
Revision: 342297

upgpkg: fractal 3.29.0-1

Modified:
  fractal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 20:58:20 UTC (rev 342296)
+++ PKGBUILD2018-06-10 22:10:25 UTC (rev 342297)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=fractal
-pkgver=0.1.30
+pkgver=3.29.0
 pkgrel=1
 pkgdesc="A GTK+ client for Matrix written in Rust"
 arch=('x86_64')
@@ -9,9 +9,9 @@
 license=('GPL3')
 depends=('gtk3' 'gspell')
 makedepends=('meson' 'rust')
-_md5=307ea6fe16f617750490a359b727aebb
-source=("https://gitlab.gnome.org/danigm/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('db6d3edff7413b50980ef85e5b6fbb20e9081dc9f02575b4a9cbff0f5d2c6cc5')
+_md5=5260e25e9d939b645d00289eea7d5f70
+source=("https://gitlab.gnome.org/World/fractal/uploads/${_md5}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('dec09234fed4a380908e2ecc94cab6703184cca73e39881fb272d1434183c6bd')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-06-10 Thread Antonio Rojas via arch-commits
Date: Sunday, June 10, 2018 @ 22:09:35
  Author: arojas
Revision: 326615

archrelease: copy trunk to extra-x86_64

Added:
  appstream/repos/extra-x86_64/PKGBUILD
(from rev 326614, appstream/trunk/PKGBUILD)
  appstream/repos/extra-x86_64/update-appstream-cache.hook
(from rev 326614, appstream/trunk/update-appstream-cache.hook)
Deleted:
  appstream/repos/extra-x86_64/PKGBUILD
  appstream/repos/extra-x86_64/update-appstream-cache.hook

-+
 PKGBUILD|  114 +-
 update-appstream-cache.hook |   34 ++--
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 22:09:04 UTC (rev 326614)
+++ PKGBUILD2018-06-10 22:09:35 UTC (rev 326615)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Jameson Pugh 
-# Contributor: Tim Jester-Pfadt gmx.de>
-
-pkgbase=appstream
-pkgname=(appstream appstream-qt)
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="Provides a standard for creating app stores across distributions"
-arch=(x86_64)
-url="http://distributions.freedesktop.org/wiki/AppStream;
-license=(GPL)
-depends=(libyaml libxml2 libstemmer glib2)
-makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-tools 
itstool vala)
-source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-update-appstream-cache.hook)
-sha256sums=('28b5aeb59161db003b4eade23e0f539f0def34e9428f268f154ae6226c924ed7'
-'SKIP'
-'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
-validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  meson ../AppStream-$pkgver \
---prefix=/usr \
--Dqt=true \
--Dvapi=true
-  ninja
-}
-
-package_appstream() {
-  cd build
-
-  DESTDIR="$pkgdir" ninja install
-
-# provided by -qt subpackage
-  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
-
-  install -Dm644 "$srcdir"/update-appstream-cache.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-cache.hook
-}
-
-package_appstream-qt() {
-  pkgdesc='Qt5 interface for AppStream'
-  depends=(appstream qt5-base)
-
-  cd build
-  DESTDIR="$pkgdir" ninja install
-
-# provided by appstream
-  rm -r 
"$pkgdir"{/etc,/usr/{bin,include/appstream,lib/{girepository-1.0,libappstream*,pkgconfig},share}}
-}

Copied: appstream/repos/extra-x86_64/PKGBUILD (from rev 326614, 
appstream/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 22:09:35 UTC (rev 326615)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Jameson Pugh 
+# Contributor: Tim Jester-Pfadt gmx.de>
+
+pkgbase=appstream
+pkgname=(appstream appstream-qt)
+pkgver=0.12.1
+pkgrel=1
+pkgdesc="Provides a standard for creating app stores across distributions"
+arch=(x86_64)
+url="http://distributions.freedesktop.org/wiki/AppStream;
+license=(GPL)
+depends=(libyaml libxml2 libstemmer glib2)
+makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-tools 
itstool vala gperf)
+source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
+update-appstream-cache.hook)
+sha256sums=('4d3abd21a760c825bb5bc0c0bd7b24dfbbeeb8f19131640132e73627cfabaf67'
+'SKIP'
+'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
+validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  meson ../AppStream-$pkgver \
+--prefix=/usr \
+-Dqt=true \
+-Dvapi=true
+  ninja
+}
+
+package_appstream() {
+  cd build
+
+  DESTDIR="$pkgdir" ninja install
+
+# provided by -qt subpackage
+  rm -r "$pkgdir"/usr/{include/AppStreamQt,lib/cmake,lib/libAppStreamQt.*}
+
+  install -Dm644 "$srcdir"/update-appstream-cache.hook 
"$pkgdir"/usr/share/libalpm/hooks/update-appstream-cache.hook
+}
+
+package_appstream-qt() {
+  pkgdesc='Qt5 interface for AppStream'
+  depends=(appstream qt5-base)
+
+  cd build
+  DESTDIR="$pkgdir" ninja install
+
+# provided by appstream
+  rm -r 
"$pkgdir"{/etc,/usr/{bin,include/appstream,lib/{girepository-1.0,libappstream*,pkgconfig},share}}
+}

Deleted: update-appstream-cache.hook
===
--- update-appstream-cache.hook 2018-06-10 22:09:04 UTC (rev 326614)
+++ update-appstream-cache.hook 2018-06-10 22:09:35 UTC (rev 326615)
@@ -1,17 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/share/app-info/*
-
-[Trigger]
-Type = Package
-Operation = Install
-Operation = Upgrade
-Target = appstream
-
-[Action]
-Description = Updating the appstream cache...
-When = PostTransaction
-Exec = 

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

2018-06-10 Thread Antonio Rojas via arch-commits
Date: Sunday, June 10, 2018 @ 22:09:04
  Author: arojas
Revision: 326614

Update to 0.12.1

Modified:
  appstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 20:14:09 UTC (rev 326613)
+++ PKGBUILD2018-06-10 22:09:04 UTC (rev 326614)
@@ -5,7 +5,7 @@
 
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
-pkgver=0.12.0
+pkgver=0.12.1
 pkgrel=1
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
@@ -12,10 +12,10 @@
 url="http://distributions.freedesktop.org/wiki/AppStream;
 license=(GPL)
 depends=(libyaml libxml2 libstemmer glib2)
-makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-tools 
itstool vala)
+makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-tools 
itstool vala gperf)
 
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
 update-appstream-cache.hook)
-sha256sums=('28b5aeb59161db003b4eade23e0f539f0def34e9428f268f154ae6226c924ed7'
+sha256sums=('4d3abd21a760c825bb5bc0c0bd7b24dfbbeeb8f19131640132e73627cfabaf67'
 'SKIP'
 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp 



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

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 20:58:08
  Author: muflone
Revision: 342295

upgpkg: python-qtpy 1.4.2-1

Modified:
  python-qtpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 20:54:49 UTC (rev 342294)
+++ PKGBUILD2018-06-10 20:58:08 UTC (rev 342295)
@@ -4,7 +4,7 @@
 pkgbase='python-qtpy'
 _pkgbase='qtpy'
 pkgname=('python-qtpy' 'python2-qtpy')
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc='Provides an uniform layer to support PyQt5, PyQt4 and PySide with a 
single codebase'
 makedepends=('python' 'python-setuptools'
@@ -13,7 +13,7 @@
 url="https://github.com/spyder-ide/${_pkgbase}/;
 license=('MIT')
 
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
-sha256sums=('b8118f8a9198e4073447e0bc70455dc4e88aa036b5e75dbed7940dc012b66ae9')
+sha256sums=('c59690cc70c9c9382ab1d182dc03f0ae77ba4568eab58949a7e2ecd57185e4b1')
 
 package_python2-qtpy() {
   depends=('python2')


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

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 20:58:20
  Author: muflone
Revision: 342296

archrelease: copy trunk to community-testing-any

Added:
  python-qtpy/repos/community-testing-any/PKGBUILD
(from rev 342295, python-qtpy/trunk/PKGBUILD)
Deleted:
  python-qtpy/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 20:58:08 UTC (rev 342295)
+++ PKGBUILD2018-06-10 20:58:20 UTC (rev 342296)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgbase='python-qtpy'
-_pkgbase='qtpy'
-pkgname=('python-qtpy' 'python2-qtpy')
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='Provides an uniform layer to support PyQt5, PyQt4 and PySide with a 
single codebase'
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-arch=('any')
-url="https://github.com/spyder-ide/${_pkgbase}/;
-license=('MIT')
-source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
-sha256sums=('b8118f8a9198e4073447e0bc70455dc4e88aa036b5e75dbed7940dc012b66ae9')
-
-package_python2-qtpy() {
-  depends=('python2')
-  optdepends=('python2-pyqt4: Qt4 Python bindings'
-  'python2-pyqt5: Qt5 Python bindings'
-  'python2-pyside: PySide Qt4 Python bindings')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python-qtpy() {
-  depends=('python')
-  optdepends=('python-pyqt4: Qt4 Python bindings'
-  'python-pyqt5: Qt5 Python bindings'
-  'python-pyside: PySide Qt4 Python bindings')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python3 setup.py build
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-qtpy/repos/community-testing-any/PKGBUILD (from rev 342295, 
python-qtpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 20:58:20 UTC (rev 342296)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgbase='python-qtpy'
+_pkgbase='qtpy'
+pkgname=('python-qtpy' 'python2-qtpy')
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='Provides an uniform layer to support PyQt5, PyQt4 and PySide with a 
single codebase'
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+arch=('any')
+url="https://github.com/spyder-ide/${_pkgbase}/;
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
+sha256sums=('c59690cc70c9c9382ab1d182dc03f0ae77ba4568eab58949a7e2ecd57185e4b1')
+
+package_python2-qtpy() {
+  depends=('python2')
+  optdepends=('python2-pyqt4: Qt4 Python bindings'
+  'python2-pyqt5: Qt5 Python bindings'
+  'python2-pyside: PySide Qt4 Python bindings')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-qtpy() {
+  depends=('python')
+  optdepends=('python-pyqt4: Qt4 Python bindings'
+  'python-pyqt5: Qt5 Python bindings'
+  'python-pyside: PySide Qt4 Python bindings')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python3 setup.py build
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 20:54:36
  Author: muflone
Revision: 342293

upgpkg: python-qtpy 1.4.1-1

Modified:
  python-qtpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 20:53:43 UTC (rev 342292)
+++ PKGBUILD2018-06-10 20:54:36 UTC (rev 342293)
@@ -4,7 +4,7 @@
 pkgbase='python-qtpy'
 _pkgbase='qtpy'
 pkgname=('python-qtpy' 'python2-qtpy')
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc='Provides an uniform layer to support PyQt5, PyQt4 and PySide with a 
single codebase'
 makedepends=('python' 'python-setuptools'
@@ -13,7 +13,7 @@
 url="https://github.com/spyder-ide/${_pkgbase}/;
 license=('MIT')
 
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
-sha256sums=('c86c206555fb4859dbc71ccd506b2ce4a10f0b0209ccb451749a477a9b3b6532')
+sha256sums=('b8118f8a9198e4073447e0bc70455dc4e88aa036b5e75dbed7940dc012b66ae9')
 
 package_python2-qtpy() {
   depends=('python2')


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

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 20:54:49
  Author: muflone
Revision: 342294

archrelease: copy trunk to community-testing-any

Added:
  python-qtpy/repos/community-testing-any/PKGBUILD
(from rev 342293, python-qtpy/trunk/PKGBUILD)
Deleted:
  python-qtpy/repos/community-testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 20:54:36 UTC (rev 342293)
+++ PKGBUILD2018-06-10 20:54:49 UTC (rev 342294)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgbase='python-qtpy'
-_pkgbase='qtpy'
-pkgname=('python-qtpy' 'python2-qtpy')
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Provides an uniform layer to support PyQt5, PyQt4 and PySide with a 
single codebase'
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-arch=('any')
-url="https://github.com/spyder-ide/${_pkgbase}/;
-license=('MIT')
-source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
-sha256sums=('c86c206555fb4859dbc71ccd506b2ce4a10f0b0209ccb451749a477a9b3b6532')
-
-package_python2-qtpy() {
-  depends=('python2')
-  optdepends=('python2-pyqt4: Qt4 Python bindings'
-  'python2-pyqt5: Qt5 Python bindings'
-  'python2-pyside: PySide Qt4 Python bindings')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python-qtpy() {
-  depends=('python')
-  optdepends=('python-pyqt4: Qt4 Python bindings'
-  'python-pyqt5: Qt5 Python bindings'
-  'python-pyside: PySide Qt4 Python bindings')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python3 setup.py build
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-  # Install license file
-  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-qtpy/repos/community-testing-any/PKGBUILD (from rev 342293, 
python-qtpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 20:54:49 UTC (rev 342294)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgbase='python-qtpy'
+_pkgbase='qtpy'
+pkgname=('python-qtpy' 'python2-qtpy')
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Provides an uniform layer to support PyQt5, PyQt4 and PySide with a 
single codebase'
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+arch=('any')
+url="https://github.com/spyder-ide/${_pkgbase}/;
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
+sha256sums=('b8118f8a9198e4073447e0bc70455dc4e88aa036b5e75dbed7940dc012b66ae9')
+
+package_python2-qtpy() {
+  depends=('python2')
+  optdepends=('python2-pyqt4: Qt4 Python bindings'
+  'python2-pyqt5: Qt5 Python bindings'
+  'python2-pyside: PySide Qt4 Python bindings')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-qtpy() {
+  depends=('python')
+  optdepends=('python-pyqt4: Qt4 Python bindings'
+  'python-pyqt5: Qt5 Python bindings'
+  'python-pyside: PySide Qt4 Python bindings')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python3 setup.py build
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 20:53:43
  Author: muflone
Revision: 342292

archrelease: copy trunk to community-testing-any

Added:
  python-qtpy/repos/community-testing-any/
  python-qtpy/repos/community-testing-any/PKGBUILD
(from rev 342291, python-qtpy/trunk/PKGBUILD)

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

Copied: python-qtpy/repos/community-testing-any/PKGBUILD (from rev 342291, 
python-qtpy/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-06-10 20:53:43 UTC (rev 342292)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgbase='python-qtpy'
+_pkgbase='qtpy'
+pkgname=('python-qtpy' 'python2-qtpy')
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Provides an uniform layer to support PyQt5, PyQt4 and PySide with a 
single codebase'
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+arch=('any')
+url="https://github.com/spyder-ide/${_pkgbase}/;
+license=('MIT')
+source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
+sha256sums=('c86c206555fb4859dbc71ccd506b2ce4a10f0b0209ccb451749a477a9b3b6532')
+
+package_python2-qtpy() {
+  depends=('python2')
+  optdepends=('python2-pyqt4: Qt4 Python bindings'
+  'python2-pyqt5: Qt5 Python bindings'
+  'python2-pyside: PySide Qt4 Python bindings')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-qtpy() {
+  depends=('python')
+  optdepends=('python-pyqt4: Qt4 Python bindings'
+  'python-pyqt5: Qt5 Python bindings'
+  'python-pyside: PySide Qt4 Python bindings')
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python3 setup.py build
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  # Install license file
+  install -D -m644 "LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 20:53:33
  Author: muflone
Revision: 342291

upgpkg: python-qtpy 1.4.0-1

Modified:
  python-qtpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 20:50:26 UTC (rev 342290)
+++ PKGBUILD2018-06-10 20:53:33 UTC (rev 342291)
@@ -4,7 +4,7 @@
 pkgbase='python-qtpy'
 _pkgbase='qtpy'
 pkgname=('python-qtpy' 'python2-qtpy')
-pkgver=1.3.1
+pkgver=1.4.0
 pkgrel=1
 pkgdesc='Provides an uniform layer to support PyQt5, PyQt4 and PySide with a 
single codebase'
 makedepends=('python' 'python-setuptools'
@@ -13,7 +13,7 @@
 url="https://github.com/spyder-ide/${_pkgbase}/;
 license=('MIT')
 
source=("${pkgbase}-${pkgver}.tar.gz"::"https://github.com/spyder-ide/${_pkgbase}/archive/v${pkgver}.tar.gz;)
-sha256sums=('093a0f58f5f0e3b62c46bb63a00992a56e5f0bd77997435b4ce756a1def6f944')
+sha256sums=('c86c206555fb4859dbc71ccd506b2ce4a10f0b0209ccb451749a477a9b3b6532')
 
 package_python2-qtpy() {
   depends=('python2')


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

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 20:50:26
  Author: muflone
Revision: 342290

archrelease: copy trunk to community-testing-any

Added:
  python-cloudpickle/repos/community-testing-any/
  python-cloudpickle/repos/community-testing-any/PKGBUILD
(from rev 342289, python-cloudpickle/trunk/PKGBUILD)

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

Copied: python-cloudpickle/repos/community-testing-any/PKGBUILD (from rev 
342289, python-cloudpickle/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-06-10 20:50:26 UTC (rev 342290)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Chris Warrick 
+
+pkgbase=python-cloudpickle
+pkgname=('python-cloudpickle' 'python2-cloudpickle')
+_pyname=cloudpickle
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='Extended pickling support for Python objects'
+arch=('any')
+url='https://github.com/cloudpipe/cloudpickle'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=(!emptydirs)
+source=("https://pypi.io/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz;)
+sha256sums=('54858c7b7dc763ed894ff91059c1d0b017d593fe23850d3d8d75f47d98398197')
+
+prepare() {
+  # Prepare sources for python2 build
+  cp -r "${_pyname}-${pkgver}" "python2-cloudpickle-${pkgver}"
+}
+
+package_python-cloudpickle() {
+  depends=('python-setuptools')
+
+  cd "${_pyname}-${pkgver}"
+  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-cloudpickle() {
+  depends=('python2-setuptools')
+
+  cd "${pkgname}-${pkgver}"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 20:50:15
  Author: muflone
Revision: 342289

upgpkg: python-cloudpickle 0.5.3-1

Modified:
  python-cloudpickle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 20:45:55 UTC (rev 342288)
+++ PKGBUILD2018-06-10 20:50:15 UTC (rev 342289)
@@ -5,8 +5,8 @@
 pkgbase=python-cloudpickle
 pkgname=('python-cloudpickle' 'python2-cloudpickle')
 _pyname=cloudpickle
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.5.3
+pkgrel=1
 pkgdesc='Extended pickling support for Python objects'
 arch=('any')
 url='https://github.com/cloudpipe/cloudpickle'
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=(!emptydirs)
 
source=("https://pypi.io/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz;)
-sha256sums=('b0e63dd89ed5285171a570186751bc9b84493675e99e12789e9a5dc5490ef554')
+sha256sums=('54858c7b7dc763ed894ff91059c1d0b017d593fe23850d3d8d75f47d98398197')
 
 prepare() {
   # Prepare sources for python2 build


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

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 20:45:55
  Author: muflone
Revision: 342288

archrelease: copy trunk to community-testing-any

Added:
  gscan2pdf/repos/community-testing-any/
  gscan2pdf/repos/community-testing-any/PKGBUILD
(from rev 342287, gscan2pdf/trunk/PKGBUILD)

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

Copied: gscan2pdf/repos/community-testing-any/PKGBUILD (from rev 342287, 
gscan2pdf/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-06-10 20:45:55 UTC (rev 342288)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Tristelune  
+# Contributor: LeCrayonVert 
+# Contributor: yugrotavele 
+# Contributor: Sven Salzwedel 
+# Contributor: Olaf Leidinger 
+
+pkgname=gscan2pdf
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='A GUI with OCR capability to produce PDFs or DjVus from scanned 
documents'
+arch=('any')
+url='http://gscan2pdf.sourceforge.net/'
+license=('GPL')
+depends=('imagemagick' 'perl-config-general' 'perl-date-calc' 'perl-goocanvas2'
+ 'perl-gtk3-simplelist' 'perl-data-uuid'
+ 'perl-filesys-df' 'perl-html-parser' 'perl-list-moreutils'
+ 'perl-locale-gettext' 'perl-log-log4perl' 'perl-pdf-api2'
+ 'perl-proc-processtable' 'perl-readonly' 'perl-sane' 
'perl-set-intspan'
+ 'perl-try-tiny' 'unpaper')
+optdepends=('djvulibre: DjVu image format'
+'gocr: OCR support'
+'ocropy: OCR support'
+'xdg-utils: email as PDF'
+'tesseract: OCR support'
+'cuneiform: OCR support'
+'perl-gtk2-ex-podviewer: view inline documentation')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('f434cecb9094a4bed76f3e1df15306d6a26ab316ba23e06f204dcd0a0b14e124')
+options=('!emptydirs')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  mv "${pkgdir}/usr/bin/vendor_perl/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}


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

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 20:45:35
  Author: muflone
Revision: 342287

upgpkg: gscan2pdf 2.1.2-1

Modified:
  gscan2pdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 20:27:07 UTC (rev 342286)
+++ PKGBUILD2018-06-10 20:45:35 UTC (rev 342287)
@@ -7,7 +7,7 @@
 # Contributor: Olaf Leidinger 
 
 pkgname=gscan2pdf
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc='A GUI with OCR capability to produce PDFs or DjVus from scanned 
documents'
 arch=('any')
@@ -27,7 +27,7 @@
 'cuneiform: OCR support'
 'perl-gtk2-ex-podviewer: view inline documentation')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('d14c6bf1375f40b34815b56840e0190123019038e352ec0ae4727a8aefaaac2c')
+sha256sums=('f434cecb9094a4bed76f3e1df15306d6a26ab316ba23e06f204dcd0a0b14e124')
 options=('!emptydirs')
 
 build() {


[arch-commits] Commit in dbeaver-plugin-office/repos (3 files)

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 20:27:07
  Author: muflone
Revision: 342286

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-office/repos/community-testing-any/
  dbeaver-plugin-office/repos/community-testing-any/PKGBUILD
(from rev 342285, dbeaver-plugin-office/trunk/PKGBUILD)
  dbeaver-plugin-office/repos/community-testing-any/dbeaver-plugin-office.info
(from rev 342285, dbeaver-plugin-office/trunk/dbeaver-plugin-office.info)

+
 PKGBUILD   |   35 +++
 dbeaver-plugin-office.info |1 +
 2 files changed, 36 insertions(+)

Copied: dbeaver-plugin-office/repos/community-testing-any/PKGBUILD (from rev 
342285, dbeaver-plugin-office/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-06-10 20:27:07 UTC (rev 342286)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-office
+pkgver=1.1.22
+pkgrel=1
+pkgdesc='DBeaver plugin to export data to Microsoft Office format'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.2.5' 'dbeaver-plugin-apache-poi')
+source=("https://dbeaver.jkiss.org/update/office/latest/plugins/org.jkiss.dbeaver.data.office_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/office/latest/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('3a95c53862032cb42895cb5a88968cdf33c216a404968b78f4d38af4b418b035'
+'7d051e9456c582a4a6cb04a1ee3dd0a40fbb80e26a021c1c855d40d8798c266e'
+'3973c5f3d02094d24e9c50da75e42e67d55deb660bc939faa477b82e1524f6cc')
+noextract=("org.jkiss.dbeaver.data.office_${pkgver}.jar"
+   "org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar")
+
+package() {
+  # Install plugin
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
+  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" 
"org.jkiss.dbeaver.data.office_${pkgver}.jar"
+
+  # Extract feature
+  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Copied: 
dbeaver-plugin-office/repos/community-testing-any/dbeaver-plugin-office.info 
(from rev 342285, dbeaver-plugin-office/trunk/dbeaver-plugin-office.info)
===
--- community-testing-any/dbeaver-plugin-office.info
(rev 0)
+++ community-testing-any/dbeaver-plugin-office.info2018-06-10 20:27:07 UTC 
(rev 342286)
@@ -0,0 +1 @@
+org.jkiss.dbeaver.data.office,1.1.22,plugins/org.jkiss.dbeaver.data.office_1.1.22.jar,4,false


[arch-commits] Commit in dbeaver-plugin-office/trunk (2 files)

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 20:26:38
  Author: muflone
Revision: 342285

upgpkg: dbeaver-plugin-office 1.1.22-1

Modified:
  dbeaver-plugin-office/trunk/PKGBUILD
  dbeaver-plugin-office/trunk/dbeaver-plugin-office.info

+
 PKGBUILD   |   10 +-
 dbeaver-plugin-office.info |2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 20:15:52 UTC (rev 342284)
+++ PKGBUILD2018-06-10 20:26:38 UTC (rev 342285)
@@ -2,8 +2,8 @@
 # Maintainer: Muflone http://www.muflone.com/contacts/english/
 
 pkgname=dbeaver-plugin-office
-pkgver=1.1.16
-pkgrel=2
+pkgver=1.1.22
+pkgrel=1
 pkgdesc='DBeaver plugin to export data to Microsoft Office format'
 arch=('any')
 url='http://dbeaver.jkiss.org/'
@@ -13,9 +13,9 @@
 
source=("https://dbeaver.jkiss.org/update/office/latest/plugins/org.jkiss.dbeaver.data.office_${pkgver}.jar;
 
"https://dbeaver.jkiss.org/update/office/latest/features/org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar;
 "${pkgname}.info")
-sha256sums=('40bec26b2a9cb9f2e1209f8824a9b665ca521ef9f1c8c95e58cf11cee74994db'
-'7589e57561beb25f10997a95fd70f7683f04719c1785d28c288f68007f955727'
-'41195bc8f516a5c286a8f3ed1ca9d5bdc232b1de6bb835fe820fa312b97bf3e0')
+sha256sums=('3a95c53862032cb42895cb5a88968cdf33c216a404968b78f4d38af4b418b035'
+'7d051e9456c582a4a6cb04a1ee3dd0a40fbb80e26a021c1c855d40d8798c266e'
+'3973c5f3d02094d24e9c50da75e42e67d55deb660bc939faa477b82e1524f6cc')
 noextract=("org.jkiss.dbeaver.data.office_${pkgver}.jar"
"org.jkiss.dbeaver.ext.office.feature_${pkgver}.jar")
 

Modified: dbeaver-plugin-office.info
===
--- dbeaver-plugin-office.info  2018-06-10 20:15:52 UTC (rev 342284)
+++ dbeaver-plugin-office.info  2018-06-10 20:26:38 UTC (rev 342285)
@@ -1 +1 @@
-org.jkiss.dbeaver.data.office,1.1.16,plugins/org.jkiss.dbeaver.data.office_1.1.16.jar,4,false
+org.jkiss.dbeaver.data.office,1.1.22,plugins/org.jkiss.dbeaver.data.office_1.1.22.jar,4,false


[arch-commits] Commit in dbeaver-plugin-svg-format/repos/community-testing-any (4 files)

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 20:15:52
  Author: muflone
Revision: 342284

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-svg-format/repos/community-testing-any/PKGBUILD
(from rev 342283, dbeaver-plugin-svg-format/trunk/PKGBUILD)
  
dbeaver-plugin-svg-format/repos/community-testing-any/dbeaver-plugin-svg-format.info
(from rev 342283, 
dbeaver-plugin-svg-format/trunk/dbeaver-plugin-svg-format.info)
Deleted:
  dbeaver-plugin-svg-format/repos/community-testing-any/PKGBUILD
  
dbeaver-plugin-svg-format/repos/community-testing-any/dbeaver-plugin-svg-format.info

+
 PKGBUILD   |   72 +++
 dbeaver-plugin-svg-format.info |2 -
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 20:15:41 UTC (rev 342283)
+++ PKGBUILD2018-06-10 20:15:52 UTC (rev 342284)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgname=dbeaver-plugin-svg-format
-pkgver=1.0.21
-pkgrel=1
-pkgdesc='DBeaver plugin to save diagrams in SVG format'
-arch=('any')
-url='http://dbeaver.jkiss.org/'
-license=('Apache')
-makedepends=('unzip')
-depends=('dbeaver>=4.2.5' 'dbeaver-plugin-batik')
-source=("https://dbeaver.jkiss.org/update/svg/latest/plugins/org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar;
-
"https://dbeaver.jkiss.org/update/svg/latest/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar;
-"${pkgname}.info")
-sha256sums=('fc1bb3fd4f98a7ec56cc060eb85be7cca7915f1197117f6fbddeef8d4a67decf'
-'a161e74daaf44fb93faa5a0e990d2e363edd23c637b61b12f8d13f3b3c246a65'
-'ed8f7aa0b7a9adbcf9a79608e37ecee0ea2ee4fceb3ccd4226fa391864ad4830')
-noextract=("org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
-   "ui.svg.feature_${pkgver}.jar")
-
-package() {
-  # Install plugin
-  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
-  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" \
-"org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
-
-  # Extract feature
-  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}"
-  unzip -q "${srcdir}/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar" \
--d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}"
-
-  # Add configuration file (handled by the hook)
-  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
-  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
-}

Copied: dbeaver-plugin-svg-format/repos/community-testing-any/PKGBUILD (from 
rev 342283, dbeaver-plugin-svg-format/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 20:15:52 UTC (rev 342284)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-svg-format
+pkgver=1.0.21
+pkgrel=2
+pkgdesc='DBeaver plugin to save diagrams in SVG format'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.2.5' 'dbeaver-plugin-batik')
+source=("https://dbeaver.jkiss.org/update/svg/latest/plugins/org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/svg/latest/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('fc1bb3fd4f98a7ec56cc060eb85be7cca7915f1197117f6fbddeef8d4a67decf'
+'a161e74daaf44fb93faa5a0e990d2e363edd23c637b61b12f8d13f3b3c246a65'
+'0afd4faa54b2317fa855dec80ea82694234d74e1e4520e4cd63423fce6922f94')
+noextract=("org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
+   "ui.svg.feature_${pkgver}.jar")
+
+package() {
+  # Install plugin
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
+  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" \
+"org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
+
+  # Extract feature
+  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Deleted: dbeaver-plugin-svg-format.info
===
--- dbeaver-plugin-svg-format.info  2018-06-10 20:15:41 UTC (rev 342283)
+++ dbeaver-plugin-svg-format.info  2018-06-10 20:15:52 UTC (rev 342284)
@@ -1 +0,0 @@
-org.jkiss.dbeaver.ext.ui.svg,1.0.15,plugins/org.jkiss.dbeaver.ext.ui.svg_1.0.15.jar,4,false


[arch-commits] Commit in dbeaver-plugin-svg-format/trunk (2 files)

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 20:15:41
  Author: muflone
Revision: 342283

upgpkg: dbeaver-plugin-svg-format 1.0.21-2

Modified:
  dbeaver-plugin-svg-format/trunk/PKGBUILD
  dbeaver-plugin-svg-format/trunk/dbeaver-plugin-svg-format.info

+
 PKGBUILD   |4 ++--
 dbeaver-plugin-svg-format.info |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 20:14:41 UTC (rev 342282)
+++ PKGBUILD2018-06-10 20:15:41 UTC (rev 342283)
@@ -3,7 +3,7 @@
 
 pkgname=dbeaver-plugin-svg-format
 pkgver=1.0.21
-pkgrel=1
+pkgrel=2
 pkgdesc='DBeaver plugin to save diagrams in SVG format'
 arch=('any')
 url='http://dbeaver.jkiss.org/'
@@ -15,7 +15,7 @@
 "${pkgname}.info")
 sha256sums=('fc1bb3fd4f98a7ec56cc060eb85be7cca7915f1197117f6fbddeef8d4a67decf'
 'a161e74daaf44fb93faa5a0e990d2e363edd23c637b61b12f8d13f3b3c246a65'
-'ed8f7aa0b7a9adbcf9a79608e37ecee0ea2ee4fceb3ccd4226fa391864ad4830')
+'0afd4faa54b2317fa855dec80ea82694234d74e1e4520e4cd63423fce6922f94')
 noextract=("org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
"ui.svg.feature_${pkgver}.jar")
 

Modified: dbeaver-plugin-svg-format.info
===
--- dbeaver-plugin-svg-format.info  2018-06-10 20:14:41 UTC (rev 342282)
+++ dbeaver-plugin-svg-format.info  2018-06-10 20:15:41 UTC (rev 342283)
@@ -1 +1 @@
-org.jkiss.dbeaver.ext.ui.svg,1.0.15,plugins/org.jkiss.dbeaver.ext.ui.svg_1.0.15.jar,4,false
+org.jkiss.dbeaver.ext.ui.svg,1.0.21,plugins/org.jkiss.dbeaver.ext.ui.svg_1.0.21.jar,4,false


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

2018-06-10 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 10, 2018 @ 20:14:01
  Author: foutrelis
Revision: 326612

upgpkg: tumbler 0.2.1-2

Add custom patch to fix thumbnail generation on samba shares (FS#58926).

Added:
  tumbler/trunk/accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch
  tumbler/trunk/use-pkg-config-to-find-FreeType.patch
Modified:
  tumbler/trunk/PKGBUILD

-+
 PKGBUILD|   20 +-
 accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch |   38 
 use-pkg-config-to-find-FreeType.patch   |   42 ++
 3 files changed, 96 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 14:46:47 UTC (rev 326611)
+++ PKGBUILD2018-06-10 20:14:01 UTC (rev 326612)
@@ -5,7 +5,7 @@
 
 pkgname=tumbler
 pkgver=0.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="D-Bus service for applications to request thumbnails"
 arch=('x86_64')
 url="http://www.xfce.org/;
@@ -13,15 +13,27 @@
 groups=('xfce4')
 depends=('gdk-pixbuf2')
 makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
- 'libopenraw' 'freetype2')
+ 'libopenraw' 'freetype2' 'xfce4-dev-tools')
 optdepends=('ffmpegthumbnailer: for video thumbnails'
 'poppler-glib: for PDF thumbnails'
 'libgsf: for ODF thumbnails'
 'libopenraw: for RAW thumbnails'
 'freetype2: for font thumbnails')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('204b677be6c350ca2c84789ada668435de73de8460660cc6230b1604eaa8f5db')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+use-pkg-config-to-find-FreeType.patch
+accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch)
+sha256sums=('204b677be6c350ca2c84789ada668435de73de8460660cc6230b1604eaa8f5db'
+'e585caff41845817636d5d3c006ac63882ffc439e1f9bc4fe9361e76fa9a6c9f'
+'d9fca39e2490eebcdd782cf3d885857ca17e030dac61d5e8f2065f840441272b')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i ../use-pkg-config-to-find-FreeType.patch
+  patch -Np1 -i ../accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch
+  mkdir m4
+  xdt-autogen
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 

Added: accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch
===
--- accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch 
(rev 0)
+++ accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch 2018-06-10 
20:14:01 UTC (rev 326612)
@@ -0,0 +1,38 @@
+From a471e43838ae96295e1757986724f76057539665 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Sun, 10 Jun 2018 22:01:39 +0300
+Subject: [PATCH] Accept network paths in ffmpeg thumbnailer plugin
+
+g_file_get_path() appears to be able to convert smb://, sftp://, and
+other GVFS schemes to local absolute paths which can be passed as is
+to ffmpegthumbnailer. In order to handle these URIs, remove the call
+to g_file_is_native() and rely exclussively on g_file_get_path().
+---
+ plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c | 9 +++--
+ 1 file changed, 3 insertions(+), 6 deletions(-)
+
+diff --git a/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c 
b/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c
+index 04cbb9d..81f2922 100644
+--- a/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c
 b/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c
+@@ -196,14 +196,11 @@ ffmpeg_thumbnailer_create (TumblerAbstractThumbnailer 
*thumbnailer,
+ 
+   uri = tumbler_file_info_get_uri (info);
+ 
+-  /* try to open the source file for reading */
++  /* get the local absolute path to the source file */
+   file = g_file_new_for_uri (uri);
++  path = g_file_get_path (file);
+ 
+-  if (g_file_is_native (file))
+-{
+-  path = g_file_get_path (file);
+-}
+-  else
++  if (path == NULL)
+ {
+   /* there was an error, emit error signal */
+   g_set_error (, TUMBLER_ERROR, TUMBLER_ERROR_INVALID_FORMAT,
+-- 
+2.17.1
+

Added: use-pkg-config-to-find-FreeType.patch
===
--- use-pkg-config-to-find-FreeType.patch   (rev 0)
+++ use-pkg-config-to-find-FreeType.patch   2018-06-10 20:14:01 UTC (rev 
326612)
@@ -0,0 +1,42 @@
+From ee186a1ea5b104a520bf8f39a2fd37bb4cb4d57b Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Sun, 10 Jun 2018 22:48:13 +0300
+Subject: [PATCH] Use pkg-config to find FreeType
+
+Starting with FreeType 2.9.1, freetype-config might not be available.
+---
+ acinclude.m4 | 18 +-
+ 1 file changed, 1 insertion(+), 17 deletions(-)
+
+diff --git a/acinclude.m4 b/acinclude.m4
+index 546e2fe..596917b 100644
+--- a/acinclude.m4
 b/acinclude.m4
+@@ -52,23 +52,7 @@ if test 

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

2018-06-10 Thread Eli Schwartz via arch-commits
Date: Sunday, June 10, 2018 @ 20:14:41
  Author: eschwartz
Revision: 342282

archrelease: copy trunk to community-x86_64

Added:
  rlog/repos/community-x86_64/PKGBUILD
(from rev 342281, rlog/trunk/PKGBUILD)
  rlog/repos/community-x86_64/rlog-section.patch
(from rev 342281, rlog/trunk/rlog-section.patch)
Deleted:
  rlog/repos/community-x86_64/PKGBUILD
  rlog/repos/community-x86_64/rlog-section.patch

+
 PKGBUILD   |   62 ++---
 rlog-section.patch |  148 +--
 2 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 20:14:24 UTC (rev 342281)
+++ PKGBUILD2018-06-10 20:14:41 UTC (rev 342282)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Sven Kauber 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=rlog
-pkgver=1.4
-pkgrel=7
-pkgdesc="A flexible message logging facility for C++ programs and libraries"
-arch=('x86_64')
-url="http://www.arg0.net/rlog;
-license=('LGPL')
-depends=('gcc-libs')
-source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-${pkgname}-section.patch)
-md5sums=('c29f74e0f50d66b20312d049b683ff82'
- 'SKIP'
- '69644989e07ceb5c265dfc0c6f770810')
-validpgpkeys=('C08708603F2AA745ECA0D3665A9DB4032EAF4D80') # Valient Gough 

-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -Np1 -i "${srcdir}/${pkgname}-section.patch"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}/" install
-}

Copied: rlog/repos/community-x86_64/PKGBUILD (from rev 342281, 
rlog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 20:14:41 UTC (rev 342282)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Sven Kauber 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=rlog
+pkgver=1.4
+pkgrel=8
+pkgdesc="A flexible message logging facility for C++ programs and libraries"
+arch=('x86_64')
+url="http://www.arg0.net/rlog;
+license=('LGPL')
+depends=('gcc-libs')
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+${pkgname}-section.patch)
+md5sums=('c29f74e0f50d66b20312d049b683ff82'
+ 'SKIP'
+ '69644989e07ceb5c265dfc0c6f770810')
+validpgpkeys=('C08708603F2AA745ECA0D3665A9DB4032EAF4D80') # Valient Gough 

+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -Np1 -i "${srcdir}/${pkgname}-section.patch"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}/" install
+}

Deleted: rlog-section.patch
===
--- rlog-section.patch  2018-06-10 20:14:24 UTC (rev 342281)
+++ rlog-section.patch  2018-06-10 20:14:41 UTC (rev 342282)
@@ -1,74 +0,0 @@
-diff -ruN rlog-1.4.orig/rlog/common.h rlog-1.4/rlog/common.h
 rlog-1.4.orig/rlog/common.h2008-06-15 07:49:52.0 +0200
-+++ rlog-1.4/rlog/common.h 2008-06-23 19:29:16.0 +0200
-@@ -52,7 +52,6 @@
- 
- # define PRINTF(FMT,X) __attribute__ (( __format__ ( __printf__, FMT, X)))
- # define HAVE_PRINTF_ATTR 1
--# define RLOG_SECTION __attribute__ (( section("RLOG_DATA") ))
- 
- #if __GNUC__ >= 3
- # define expect(foo, bar) __builtin_expect((foo),bar)
-@@ -77,7 +76,6 @@
- */
- # define PRINTF(FMT,X)
- # define HAVE_PRINTF_ATTR 0
--# define RLOG_SECTION 
- 
- /*!
- */
-diff -ruN rlog-1.4.orig/rlog/common.h.in rlog-1.4/rlog/common.h.in
 rlog-1.4.orig/rlog/common.h.in 2008-06-15 05:10:13.0 +0200
-+++ rlog-1.4/rlog/common.h.in  2008-06-23 19:28:28.0 +0200
-@@ -52,7 +52,6 @@
- 
- # define PRINTF(FMT,X) __attribute__ (( __format__ ( __printf__, FMT, X)))
- # define HAVE_PRINTF_ATTR 1
--# define RLOG_SECTION __attribute__ (( section("RLOG_DATA") ))
- 
- #if __GNUC__ >= 3
- # define expect(foo, bar) __builtin_expect((foo),bar)
-@@ -77,7 +76,6 @@
- */
- # define PRINTF(FMT,X)
- # define HAVE_PRINTF_ATTR 0
--# define RLOG_SECTION 
- 
- /*!
- */
-diff -ruN rlog-1.4.orig/rlog/rlog-c99.h rlog-1.4/rlog/rlog-c99.h
 rlog-1.4.orig/rlog/rlog-c99.h  2008-06-15 05:56:57.0 +0200
-+++ rlog-1.4/rlog/rlog-c99.h   2008-06-23 19:28:37.0 +0200
-@@ -22,7 +22,7 @@
-   @internal
- */
- #define _rMessageDef(ID, COMPONENT) \
--  static rlog::PublishLoc ID RLOG_SECTION = {& ID ## _enabled, \
-+  static rlog::PublishLoc ID = {& ID ## _enabled, \
-   ::RLog_Register, 0, STR(COMPONENT), __FILE__, \
-   __FUNCTION__, __LINE__, 0};
- 
-diff -ruN rlog-1.4.orig/rlog/rlog-novariadic.h 

[arch-commits] Commit in dbeaver-plugin-svg-format/repos (3 files)

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 20:14:04
  Author: muflone
Revision: 342280

archrelease: copy trunk to community-testing-any

Added:
  dbeaver-plugin-svg-format/repos/community-testing-any/
  dbeaver-plugin-svg-format/repos/community-testing-any/PKGBUILD
(from rev 342279, dbeaver-plugin-svg-format/trunk/PKGBUILD)
  
dbeaver-plugin-svg-format/repos/community-testing-any/dbeaver-plugin-svg-format.info
(from rev 342279, 
dbeaver-plugin-svg-format/trunk/dbeaver-plugin-svg-format.info)

+
 PKGBUILD   |   36 
 dbeaver-plugin-svg-format.info |1 +
 2 files changed, 37 insertions(+)

Copied: dbeaver-plugin-svg-format/repos/community-testing-any/PKGBUILD (from 
rev 342279, dbeaver-plugin-svg-format/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-06-10 20:14:04 UTC (rev 342280)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=dbeaver-plugin-svg-format
+pkgver=1.0.21
+pkgrel=1
+pkgdesc='DBeaver plugin to save diagrams in SVG format'
+arch=('any')
+url='http://dbeaver.jkiss.org/'
+license=('Apache')
+makedepends=('unzip')
+depends=('dbeaver>=4.2.5' 'dbeaver-plugin-batik')
+source=("https://dbeaver.jkiss.org/update/svg/latest/plugins/org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar;
+
"https://dbeaver.jkiss.org/update/svg/latest/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar;
+"${pkgname}.info")
+sha256sums=('fc1bb3fd4f98a7ec56cc060eb85be7cca7915f1197117f6fbddeef8d4a67decf'
+'a161e74daaf44fb93faa5a0e990d2e363edd23c637b61b12f8d13f3b3c246a65'
+'ed8f7aa0b7a9adbcf9a79608e37ecee0ea2ee4fceb3ccd4226fa391864ad4830')
+noextract=("org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
+   "ui.svg.feature_${pkgver}.jar")
+
+package() {
+  # Install plugin
+  install -m 755 -d "${pkgdir}/usr/lib/dbeaver/plugins"
+  install -m 644 -t "${pkgdir}/usr/lib/dbeaver/plugins" \
+"org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
+
+  # Extract feature
+  install -m 755 -d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}"
+  unzip -q "${srcdir}/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar" \
+-d 
"${pkgdir}/usr/share/dbeaver/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}"
+
+  # Add configuration file (handled by the hook)
+  install -m 755 -d "${pkgdir}/etc/dbeaver/bundles.d"
+  install -m 644 "${srcdir}/${pkgname}.info" 
"${pkgdir}/etc/dbeaver/bundles.d/20-${pkgname}.info"
+}

Copied: 
dbeaver-plugin-svg-format/repos/community-testing-any/dbeaver-plugin-svg-format.info
 (from rev 342279, 
dbeaver-plugin-svg-format/trunk/dbeaver-plugin-svg-format.info)
===
--- community-testing-any/dbeaver-plugin-svg-format.info
(rev 0)
+++ community-testing-any/dbeaver-plugin-svg-format.info2018-06-10 
20:14:04 UTC (rev 342280)
@@ -0,0 +1 @@
+org.jkiss.dbeaver.ext.ui.svg,1.0.15,plugins/org.jkiss.dbeaver.ext.ui.svg_1.0.15.jar,4,false


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

2018-06-10 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 10, 2018 @ 20:14:09
  Author: foutrelis
Revision: 326613

archrelease: copy trunk to extra-x86_64

Added:
  tumbler/repos/extra-x86_64/PKGBUILD
(from rev 326612, tumbler/trunk/PKGBUILD)
  
tumbler/repos/extra-x86_64/accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch
(from rev 326612, 
tumbler/trunk/accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch)
  tumbler/repos/extra-x86_64/use-pkg-config-to-find-FreeType.patch
(from rev 326612, tumbler/trunk/use-pkg-config-to-find-FreeType.patch)
Deleted:
  tumbler/repos/extra-x86_64/PKGBUILD

-+
 PKGBUILD|   98 +++---
 accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch |   38 +
 use-pkg-config-to-find-FreeType.patch   |   42 ++
 3 files changed, 135 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 20:14:01 UTC (rev 326612)
+++ PKGBUILD2018-06-10 20:14:09 UTC (rev 326613)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Jan Jezek 
-
-pkgname=tumbler
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="D-Bus service for applications to request thumbnails"
-arch=('x86_64')
-url="http://www.xfce.org/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('gdk-pixbuf2')
-makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
- 'libopenraw' 'freetype2')
-optdepends=('ffmpegthumbnailer: for video thumbnails'
-'poppler-glib: for PDF thumbnails'
-'libgsf: for ODF thumbnails'
-'libopenraw: for RAW thumbnails'
-'freetype2: for font thumbnails')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('204b677be6c350ca2c84789ada668435de73de8460660cc6230b1604eaa8f5db')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---disable-static \
---disable-debug \
---disable-gstreamer-thumbnailer
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tumbler/repos/extra-x86_64/PKGBUILD (from rev 326612, 
tumbler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 20:14:09 UTC (rev 326613)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Jan Jezek 
+
+pkgname=tumbler
+pkgver=0.2.1
+pkgrel=2
+pkgdesc="D-Bus service for applications to request thumbnails"
+arch=('x86_64')
+url="http://www.xfce.org/;
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('gdk-pixbuf2')
+makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
+ 'libopenraw' 'freetype2' 'xfce4-dev-tools')
+optdepends=('ffmpegthumbnailer: for video thumbnails'
+'poppler-glib: for PDF thumbnails'
+'libgsf: for ODF thumbnails'
+'libopenraw: for RAW thumbnails'
+'freetype2: for font thumbnails')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+use-pkg-config-to-find-FreeType.patch
+accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch)
+sha256sums=('204b677be6c350ca2c84789ada668435de73de8460660cc6230b1604eaa8f5db'
+'e585caff41845817636d5d3c006ac63882ffc439e1f9bc4fe9361e76fa9a6c9f'
+'d9fca39e2490eebcdd782cf3d885857ca17e030dac61d5e8f2065f840441272b')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i ../use-pkg-config-to-find-FreeType.patch
+  patch -Np1 -i ../accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch
+  mkdir m4
+  xdt-autogen
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--disable-static \
+--disable-debug \
+--disable-gstreamer-thumbnailer
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
tumbler/repos/extra-x86_64/accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch
 (from rev 326612, 
tumbler/trunk/accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch)
===
--- accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch 
(rev 0)
+++ accept-network-paths-in-ffmpeg-thumbnailer-plugin.patch 2018-06-10 
20:14:09 UTC (rev 326613)
@@ -0,0 +1,38 @@
+From a471e43838ae96295e1757986724f76057539665 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Sun, 10 Jun 2018 22:01:39 +0300
+Subject: [PATCH] Accept network paths in ffmpeg thumbnailer plugin
+
+g_file_get_path() 

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

2018-06-10 Thread Eli Schwartz via arch-commits
Date: Sunday, June 10, 2018 @ 20:14:24
  Author: eschwartz
Revision: 342281

upgpkg: rlog 1.4-8

.BUILDINFO rebuild

Modified:
  rlog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 20:14:04 UTC (rev 342280)
+++ PKGBUILD2018-06-10 20:14:24 UTC (rev 342281)
@@ -5,7 +5,7 @@
 
 pkgname=rlog
 pkgver=1.4
-pkgrel=7
+pkgrel=8
 pkgdesc="A flexible message logging facility for C++ programs and libraries"
 arch=('x86_64')
 url="http://www.arg0.net/rlog;


[arch-commits] Commit in dbeaver-plugin-svg-format/trunk (PKGBUILD)

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 20:13:43
  Author: muflone
Revision: 342279

upgpkg: dbeaver-plugin-svg-format 1.0.21-1

Modified:
  dbeaver-plugin-svg-format/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 20:07:53 UTC (rev 342278)
+++ PKGBUILD2018-06-10 20:13:43 UTC (rev 342279)
@@ -2,7 +2,7 @@
 # Maintainer: Muflone http://www.muflone.com/contacts/english/
 
 pkgname=dbeaver-plugin-svg-format
-pkgver=1.0.15
+pkgver=1.0.21
 pkgrel=1
 pkgdesc='DBeaver plugin to save diagrams in SVG format'
 arch=('any')
@@ -13,8 +13,8 @@
 
source=("https://dbeaver.jkiss.org/update/svg/latest/plugins/org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar;
 
"https://dbeaver.jkiss.org/update/svg/latest/features/org.jkiss.dbeaver.ext.ui.svg.feature_${pkgver}.jar;
 "${pkgname}.info")
-sha256sums=('4e3fc190a639c5c52064d44b793eeb34eb924397404121a55a89cffae2e57e79'
-'bd1bb22c3734a2f5c33e67f0c572c6356f6090526fd61dd43b0922260f0d04f3'
+sha256sums=('fc1bb3fd4f98a7ec56cc060eb85be7cca7915f1197117f6fbddeef8d4a67decf'
+'a161e74daaf44fb93faa5a0e990d2e363edd23c637b61b12f8d13f3b3c246a65'
 'ed8f7aa0b7a9adbcf9a79608e37ecee0ea2ee4fceb3ccd4226fa391864ad4830')
 noextract=("org.jkiss.dbeaver.ext.ui.svg_${pkgver}.jar"
"ui.svg.feature_${pkgver}.jar")


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

2018-06-10 Thread Eli Schwartz via arch-commits
Date: Sunday, June 10, 2018 @ 20:07:53
  Author: eschwartz
Revision: 342278

archrelease: copy trunk to community-x86_64

Added:
  mksh/repos/community-x86_64/PKGBUILD
(from rev 342277, mksh/trunk/PKGBUILD)
  mksh/repos/community-x86_64/mksh.install
(from rev 342277, mksh/trunk/mksh.install)
Deleted:
  mksh/repos/community-x86_64/PKGBUILD
  mksh/repos/community-x86_64/mksh.install

--+
 PKGBUILD |   76 -
 mksh.install |   28 ++---
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 20:07:37 UTC (rev 342277)
+++ PKGBUILD2018-06-10 20:07:53 UTC (rev 342278)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Daniel Hommel 
-
-pkgname=mksh
-_pkgver=R56c
-pkgver=56.c
-pkgrel=3
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('x86_64')
-depends=('glibc') # Make namcap happy.
-install=mksh.install
-source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;
-'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('4799a9ac6d55871d79ba66713d928663'
- '0d39e63f8104667ef294165bd844c35c')
-
-check() {
-  cd "$srcdir/$pkgname"
-  ./test.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  sh Build.sh -r
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
-  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
-  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
-  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-x86_64/PKGBUILD (from rev 342277, 
mksh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 20:07:53 UTC (rev 342278)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Daniel Hommel 
+
+pkgname=mksh
+_pkgver=R56c
+pkgver=56.c
+pkgrel=4
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('x86_64')
+depends=('glibc') # Make namcap happy.
+install=mksh.install
+source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;
+'https://www.mirbsd.org/TaC-mksh.txt')
+md5sums=('4799a9ac6d55871d79ba66713d928663'
+ '0d39e63f8104667ef294165bd844c35c')
+
+check() {
+  cd "$srcdir/$pkgname"
+  ./test.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  sh Build.sh -r
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
+  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
+  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
+  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: mksh.install
===
--- mksh.install2018-06-10 20:07:37 UTC (rev 342277)
+++ mksh.install2018-06-10 20:07:53 UTC (rev 342278)
@@ -1,14 +0,0 @@
-post_install() {
-  grep -qx /bin/mksh /etc/shells || echo /bin/mksh >>/etc/shells
-  grep -qx /usr/bin/mksh /etc/shells || echo /usr/bin/mksh >>/etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  sed -i -r '/^(\/usr)?\/bin\/mksh$/d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-x86_64/mksh.install (from rev 342277, 
mksh/trunk/mksh.install)
===
--- mksh.install(rev 0)
+++ mksh.install2018-06-10 20:07:53 UTC (rev 342278)
@@ -0,0 +1,14 @@
+post_install() {
+  grep -qx /bin/mksh /etc/shells || echo /bin/mksh >>/etc/shells
+  grep -qx /usr/bin/mksh /etc/shells || echo /usr/bin/mksh >>/etc/shells
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  sed -i -r '/^(\/usr)?\/bin\/mksh$/d' etc/shells
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-10 Thread Eli Schwartz via arch-commits
Date: Sunday, June 10, 2018 @ 20:07:37
  Author: eschwartz
Revision: 342277

upgpkg: mksh 56.c-4

.BUILDINFO rebuild

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 19:58:37 UTC (rev 342276)
+++ PKGBUILD2018-06-10 20:07:37 UTC (rev 342277)
@@ -5,7 +5,7 @@
 pkgname=mksh
 _pkgver=R56c
 pkgver=56.c
-pkgrel=3
+pkgrel=4
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
 license=('custom')


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

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 19:58:37
  Author: muflone
Revision: 342276

archrelease: copy trunk to community-testing-x86_64

Added:
  dbeaver/repos/community-testing-x86_64/PKGBUILD
(from rev 342275, dbeaver/trunk/PKGBUILD)
  dbeaver/repos/community-testing-x86_64/dbeaver.desktop
(from rev 342275, dbeaver/trunk/dbeaver.desktop)
  dbeaver/repos/community-testing-x86_64/dbeaver.hook
(from rev 342275, dbeaver/trunk/dbeaver.hook)
  dbeaver/repos/community-testing-x86_64/dbeaver.install
(from rev 342275, dbeaver/trunk/dbeaver.install)
  dbeaver/repos/community-testing-x86_64/dbeaver.profile.gz
(from rev 342275, dbeaver/trunk/dbeaver.profile.gz)
  dbeaver/repos/community-testing-x86_64/tycho_1.1.0.patch
(from rev 342275, dbeaver/trunk/tycho_1.1.0.patch)
Deleted:
  dbeaver/repos/community-testing-x86_64/PKGBUILD
  dbeaver/repos/community-testing-x86_64/dbeaver.desktop
  dbeaver/repos/community-testing-x86_64/dbeaver.hook
  dbeaver/repos/community-testing-x86_64/dbeaver.install
  dbeaver/repos/community-testing-x86_64/dbeaver.profile.gz
  dbeaver/repos/community-testing-x86_64/tycho_1.1.0.patch

---+
 PKGBUILD  |  213 ++--
 dbeaver.desktop   |   18 ++--
 dbeaver.hook  |   24 ++---
 dbeaver.install   |   10 +-
 tycho_1.1.0.patch |   72 -
 5 files changed, 169 insertions(+), 168 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 19:58:10 UTC (rev 342275)
+++ PKGBUILD2018-06-10 19:58:37 UTC (rev 342276)
@@ -1,106 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Arne Hoch 
-
-pkgname=dbeaver
-pkgver=5.0.6
-pkgrel=1
-pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
-arch=('x86_64')
-url="http://dbeaver.jkiss.org/;
-license=("Apache")
-depends=('java-runtime>=8' 'gtk2' 'gtk-update-icon-cache')
-makedepends=('maven' 'java-environment>=8')
-optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
-'dbeaver-plugin-svg-format: save diagrams in SVG format')
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/serge-rider/dbeaver/archive/${pkgver}.tar.gz;
-"tycho_1.1.0.patch"
-"${pkgname}.desktop"
-"${pkgname}.profile.gz"
-"${pkgname}.hook"
-"dbeaver.install")
-sha256sums=('b36c3e8e1a816f0200cae0f1e3b3a4cc437ebdf6a540cd32d92b2d9063ea186c'
-'399f3390510dd0571ef579d6042de16358876c2cddcd5b153ff4c61e563bfb4c'
-'8d6311e85b33b65b9109fe54cc2bb811639bfd31af94be403d5112e09fafd40c'
-'1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
-'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'
-'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab')
-install="${pkgname}.install"
-
-prepare() {
-  # Fix version number in profile file
-  gzip --decompress --keep --stdout "${pkgname}.profile.gz" | 
-sed "s/DBEAVER_VERSION/${pkgver}/g" |
-gzip -9 > "${pkgname}.profile-${pkgver}.gz"
-  # Fix tycho version to 1.1.0 to build against Java >= 9
-  patch -p0 -i "tycho_1.1.0.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export MAVEN_OPTS="-Xmx2048m"
-  mvn --batch-mode package
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/product/standalone"
-  # Install icons into /usr/share/icons/hicolor
-  for _size in 16 32 48 64 128 256 512
-  do
-install -m 644 -D "icons-sources/icon_${_size}x${_size}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/dbeaver.png"
-  done
-
-  # Move into the target directory
-  cd "target/products/org.jkiss.dbeaver.core.product/linux/gtk/${CARCH}"
-
-  # Initially install everything into /usr/lib/dbeaver
-  install -m 755 -d "${pkgdir}/usr/lib"
-  cp -r "dbeaver" "${pkgdir}/usr/lib/${pkgname}"
-
-  # Move shared data to /usr/share/dbeaver
-  cd "${pkgdir}/usr/lib/${pkgname}"
-  install -m 755 -d "${pkgdir}/usr/share/${pkgname}"
-  for _file in configuration features p2 .eclipseproduct artifacts.xml 
dbeaver.ini readme.txt
-  do
-mv "${_file}" "${pkgdir}/usr/share/${pkgname}"
-ln -s "/usr/share/${pkgname}/${_file}" .
-  done
-
-  # Install additional licenses
-  install -m 755 -d "${pkgdir}/usr/share/licenses"
-  mv licenses "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # Install icons
-  install -m 755 -d "${pkgdir}/usr/share/pixmaps"
-  mv dbeaver.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-  mv icon.xpm "${pkgdir}/usr/share/pixmaps/${pkgname}.xpm"
-
-  # Install executable files into /usr/bin
-  install -m 755 -d "${pkgdir}/usr/bin"
-  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-
-  # Install application launcher into /usr/share/applications
-  install -m 755 -d "${pkgdir}/usr/share/applications"
-  install -m 755 -t "${pkgdir}/usr/share/applications" 

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

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 19:58:10
  Author: muflone
Revision: 342275

upgpkg: dbeaver 5.1.0-1

Modified:
  dbeaver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 19:28:53 UTC (rev 342274)
+++ PKGBUILD2018-06-10 19:58:10 UTC (rev 342275)
@@ -3,7 +3,7 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=5.0.6
+pkgver=5.1.0
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
@@ -19,7 +19,7 @@
 "${pkgname}.profile.gz"
 "${pkgname}.hook"
 "dbeaver.install")
-sha256sums=('b36c3e8e1a816f0200cae0f1e3b3a4cc437ebdf6a540cd32d92b2d9063ea186c'
+sha256sums=('73851f8a3fc320e23dc664ad56dfa80740b70a60c2b1b5809e7bb9c09d626ac0'
 '399f3390510dd0571ef579d6042de16358876c2cddcd5b153ff4c61e563bfb4c'
 '8d6311e85b33b65b9109fe54cc2bb811639bfd31af94be403d5112e09fafd40c'
 '1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
@@ -33,7 +33,8 @@
 sed "s/DBEAVER_VERSION/${pkgver}/g" |
 gzip -9 > "${pkgname}.profile-${pkgver}.gz"
   # Fix tycho version to 1.1.0 to build against Java >= 9
-  patch -p0 -i "tycho_1.1.0.patch"
+  cd "${pkgname}-${pkgver}"
+  patch -p1 -i "${srcdir}/tycho_1.1.0.patch"
 }
 
 build() {


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

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 19:28:53
  Author: muflone
Revision: 342274

archrelease: copy trunk to community-testing-x86_64

Added:
  dbeaver/repos/community-testing-x86_64/
  dbeaver/repos/community-testing-x86_64/PKGBUILD
(from rev 342273, dbeaver/trunk/PKGBUILD)
  dbeaver/repos/community-testing-x86_64/dbeaver.desktop
(from rev 342273, dbeaver/trunk/dbeaver.desktop)
  dbeaver/repos/community-testing-x86_64/dbeaver.hook
(from rev 342273, dbeaver/trunk/dbeaver.hook)
  dbeaver/repos/community-testing-x86_64/dbeaver.install
(from rev 342273, dbeaver/trunk/dbeaver.install)
  dbeaver/repos/community-testing-x86_64/dbeaver.profile.gz
(from rev 342273, dbeaver/trunk/dbeaver.profile.gz)
  dbeaver/repos/community-testing-x86_64/tycho_1.1.0.patch
(from rev 342273, dbeaver/trunk/tycho_1.1.0.patch)

---+
 PKGBUILD  |  106 
 dbeaver.desktop   |9 
 dbeaver.hook  |   12 +
 dbeaver.install   |5 ++
 tycho_1.1.0.patch |   36 +
 5 files changed, 168 insertions(+)

Copied: dbeaver/repos/community-testing-x86_64/PKGBUILD (from rev 342273, 
dbeaver/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-06-10 19:28:53 UTC (rev 342274)
@@ -0,0 +1,106 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Arne Hoch 
+
+pkgname=dbeaver
+pkgver=5.0.6
+pkgrel=1
+pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
+arch=('x86_64')
+url="http://dbeaver.jkiss.org/;
+license=("Apache")
+depends=('java-runtime>=8' 'gtk2' 'gtk-update-icon-cache')
+makedepends=('maven' 'java-environment>=8')
+optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
+'dbeaver-plugin-svg-format: save diagrams in SVG format')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/serge-rider/dbeaver/archive/${pkgver}.tar.gz;
+"tycho_1.1.0.patch"
+"${pkgname}.desktop"
+"${pkgname}.profile.gz"
+"${pkgname}.hook"
+"dbeaver.install")
+sha256sums=('b36c3e8e1a816f0200cae0f1e3b3a4cc437ebdf6a540cd32d92b2d9063ea186c'
+'399f3390510dd0571ef579d6042de16358876c2cddcd5b153ff4c61e563bfb4c'
+'8d6311e85b33b65b9109fe54cc2bb811639bfd31af94be403d5112e09fafd40c'
+'1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
+'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'
+'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab')
+install="${pkgname}.install"
+
+prepare() {
+  # Fix version number in profile file
+  gzip --decompress --keep --stdout "${pkgname}.profile.gz" | 
+sed "s/DBEAVER_VERSION/${pkgver}/g" |
+gzip -9 > "${pkgname}.profile-${pkgver}.gz"
+  # Fix tycho version to 1.1.0 to build against Java >= 9
+  patch -p0 -i "tycho_1.1.0.patch"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export MAVEN_OPTS="-Xmx2048m"
+  mvn --batch-mode package
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/product/standalone"
+  # Install icons into /usr/share/icons/hicolor
+  for _size in 16 32 48 64 128 256 512
+  do
+install -m 644 -D "icons-sources/icon_${_size}x${_size}.png" \
+  "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/dbeaver.png"
+  done
+
+  # Move into the target directory
+  cd "target/products/org.jkiss.dbeaver.core.product/linux/gtk/${CARCH}"
+
+  # Initially install everything into /usr/lib/dbeaver
+  install -m 755 -d "${pkgdir}/usr/lib"
+  cp -r "dbeaver" "${pkgdir}/usr/lib/${pkgname}"
+
+  # Move shared data to /usr/share/dbeaver
+  cd "${pkgdir}/usr/lib/${pkgname}"
+  install -m 755 -d "${pkgdir}/usr/share/${pkgname}"
+  for _file in configuration features p2 .eclipseproduct artifacts.xml 
dbeaver.ini readme.txt
+  do
+mv "${_file}" "${pkgdir}/usr/share/${pkgname}"
+ln -s "/usr/share/${pkgname}/${_file}" .
+  done
+
+  # Install additional licenses
+  install -m 755 -d "${pkgdir}/usr/share/licenses"
+  mv licenses "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  # Install icons
+  install -m 755 -d "${pkgdir}/usr/share/pixmaps"
+  mv dbeaver.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+  mv icon.xpm "${pkgdir}/usr/share/pixmaps/${pkgname}.xpm"
+
+  # Install executable files into /usr/bin
+  install -m 755 -d "${pkgdir}/usr/bin"
+  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+
+  # Install application launcher into /usr/share/applications
+  install -m 755 -d "${pkgdir}/usr/share/applications"
+  install -m 755 -t "${pkgdir}/usr/share/applications" 
"${srcdir}/${pkgname}.desktop"
+
+  # Clean up and install new profile
+  rm -rf "${pkgdir}/usr/share/${pkgname}/p2/org.eclipse.equinox.p2.core"
+  cd 

[arch-commits] Commit in dbeaver/trunk (PKGBUILD dbeaver.desktop tycho_1.1.0.patch)

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 19:28:17
  Author: muflone
Revision: 342273

upgpkg: dbeaver 5.0.6-1

Added:
  dbeaver/trunk/tycho_1.1.0.patch
Modified:
  dbeaver/trunk/PKGBUILD
  dbeaver/trunk/dbeaver.desktop

---+
 PKGBUILD  |   14 +-
 dbeaver.desktop   |2 +-
 tycho_1.1.0.patch |   36 
 3 files changed, 46 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 17:16:34 UTC (rev 342272)
+++ PKGBUILD2018-06-10 19:28:17 UTC (rev 342273)
@@ -3,23 +3,25 @@
 # Contributor: Arne Hoch 
 
 pkgname=dbeaver
-pkgver=5.0.5
+pkgver=5.0.6
 pkgrel=1
 pkgdesc="Free universal SQL Client for developers and database administrators 
(community edition)"
 arch=('x86_64')
 url="http://dbeaver.jkiss.org/;
 license=("Apache")
-depends=('java-runtime=8' 'gtk2' 'gtk-update-icon-cache')
-makedepends=('maven' 'java-environment=8')
+depends=('java-runtime>=8' 'gtk2' 'gtk-update-icon-cache')
+makedepends=('maven' 'java-environment>=8')
 optdepends=('dbeaver-plugin-office: export data in Microsoft Office Excel 
format'
 'dbeaver-plugin-svg-format: save diagrams in SVG format')
 
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/serge-rider/dbeaver/archive/${pkgver}.tar.gz;
+"tycho_1.1.0.patch"
 "${pkgname}.desktop"
 "${pkgname}.profile.gz"
 "${pkgname}.hook"
 "dbeaver.install")
-sha256sums=('d61a26c52b6598d9be00c5b02623bd2a913468aaf51bc209bfcc234081441c67'
-'d1365a1e1a9a7b3949fc1b9e9928e93b7d8b3d04b5d0eee7c37eaaa362466c47'
+sha256sums=('b36c3e8e1a816f0200cae0f1e3b3a4cc437ebdf6a540cd32d92b2d9063ea186c'
+'399f3390510dd0571ef579d6042de16358876c2cddcd5b153ff4c61e563bfb4c'
+'8d6311e85b33b65b9109fe54cc2bb811639bfd31af94be403d5112e09fafd40c'
 '1863e74bdcf22b7328e6e8487cbebff7d5360e34bde85c1dd226b168b4737034'
 'b035ea82c5c349cf992a411f208d8c874c2844d2f8490e4ad21cafb5be3fbfba'
 'f8d65dd933049b587a5815ea75a30ef944300b812df383ca1c2dcd68280bc7ab')
@@ -30,6 +32,8 @@
   gzip --decompress --keep --stdout "${pkgname}.profile.gz" | 
 sed "s/DBEAVER_VERSION/${pkgver}/g" |
 gzip -9 > "${pkgname}.profile-${pkgver}.gz"
+  # Fix tycho version to 1.1.0 to build against Java >= 9
+  patch -p0 -i "tycho_1.1.0.patch"
 }
 
 build() {

Modified: dbeaver.desktop
===
--- dbeaver.desktop 2018-06-10 17:16:34 UTC (rev 342272)
+++ dbeaver.desktop 2018-06-10 19:28:17 UTC (rev 342273)
@@ -5,5 +5,5 @@
 Terminal=false
 Type=Application
 Icon=dbeaver
-Categories=Development;Java;
+Categories=Development;Java;Database;
 StartupWMClass=SWT

Added: tycho_1.1.0.patch
===
--- tycho_1.1.0.patch   (rev 0)
+++ tycho_1.1.0.patch   2018-06-10 19:28:17 UTC (rev 342273)
@@ -0,0 +1,36 @@
+diff -Naur dbeaver-5.0.6.orig/plugins/org.jkiss.dbeaver.model/pom.xml 
dbeaver-5.0.6/plugins/org.jkiss.dbeaver.model/pom.xml
+--- dbeaver-5.0.6.orig/plugins/org.jkiss.dbeaver.model/pom.xml 2018-05-27 
23:07:37.0 +0200
 dbeaver-5.0.6/plugins/org.jkiss.dbeaver.model/pom.xml  2018-06-10 
20:52:45.798485991 +0200
+@@ -20,7 +20,7 @@
+ 
+ org.eclipse.tycho
+ tycho-compiler-plugin
+-0.22.0
++1.1.0
+ 
+ -warn:none
+ -err:none
+diff -Naur dbeaver-5.0.6.orig/pom.xml dbeaver-5.0.6/pom.xml
+--- dbeaver-5.0.6.orig/pom.xml 2018-05-27 23:07:37.0 +0200
 dbeaver-5.0.6/pom.xml  2018-06-10 20:47:02.790246900 +0200
+@@ -11,7 +11,7 @@
+ 
+ 5.0.6
+ DBeaver
+-1.0.0
++1.1.0
+ 0.26.0
+ UTF-8
+ 
MMddHHmm
+diff -Naur dbeaver-5.0.6.orig/product/localRepository/pom.xml 
dbeaver-5.0.6/product/localRepository/pom.xml
+--- dbeaver-5.0.6.orig/product/localRepository/pom.xml 2018-05-27 
23:07:37.0 +0200
 dbeaver-5.0.6/product/localRepository/pom.xml  2018-06-10 
20:47:37.026082791 +0200
+@@ -9,7 +9,7 @@
+   DBeaver - 3rd party dependencies
+ 
+   
+-  1.0.0
++  1.1.0
+   1.2.0-SNAPSHOT
+   DBeaver CE dependencies
+   


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 17:16:34
  Author: felixonmars
Revision: 342272

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 342271, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 17:16:34 UTC (rev 342272)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.26
+pkgrel=32
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-regex-base' 'haskell-regex-compat' 
'haskell-http'
+ 'haskell-dbus0.10' 'haskell-libmpd' 'haskell-iwlib' 'wireless_tools')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz
+
hinotify-0.3.10.patch::https://github.com/jaor/xmobar/commit/fb0a23f395445540f865ae00b33e75e0175db4ef.patch)
+sha512sums=('c67c1552f7183a6f33b472f19686cda41cca27c0de89a8d0dcb1f8ea008aea85a143d75608d4392a1a1c9933737a6cbe881cff9ddd13f632d581cd0e10ca8d4d'
+
'53b7cca689386e976383ebbe56db877fb01896a5dfcb1e4e4e5424a9ce1ef7cc75a38dbed2bdb23e9521357c1e5945a7b58f70df07029fd38e398c6ca4891264')
+
+prepare() {
+  cd xmobar-$pkgver
+  patch -p1 -i ../hinotify-0.3.10.patch
+}
+
+build() {
+  cd xmobar-${pkgver}
+  runhaskell setup configure -O \
+--enable-shared \
+--prefix=/usr \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
+  runhaskell setup build
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 17:16:21
  Author: felixonmars
Revision: 342271

upgpkg: xmobar 0.26-32

rebuild with HTTP 4000.3.12

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 17:15:59 UTC (rev 342270)
+++ PKGBUILD2018-06-10 17:16:21 UTC (rev 342271)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.26
-pkgrel=31
+pkgrel=32
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('custom:BSD3')


[arch-commits] Commit in (perl-sub-override)

2018-06-10 Thread Fabio Castelli via arch-commits
Date: Sunday, June 10, 2018 @ 17:15:59
  Author: muflone
Revision: 342270

Removed never used or released package perl-sub-override

Deleted:
  perl-sub-override/


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 17:15:21
  Author: felixonmars
Revision: 342269

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   77 
 stack.install |4 ++
 2 files changed, 81 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 342268, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 17:15:21 UTC (rev 342269)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.7.1
+pkgrel=24
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-exceptions' 'haskell-extra' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-hpc' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-monad-logger' 
'haskell-mono-traversable'
+ 'haskell-mustache' 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-simple' 
'haskell-path' 'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-primitive' 'haskell-project-template' 
'haskell-regex-applicative-text'
+ 'haskell-resourcet' 'haskell-retry' 'haskell-rio' 'haskell-split' 
'haskell-store'
+ 'haskell-store-core' 'haskell-streaming-commons' 'haskell-tar' 
'haskell-temporary'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;)
+sha512sums=('786c116b4717f6e0f5ac0b5397db4834486610f511eafefe2356574545f97093fe3203824b7a3cabb2e0562e5c0443af3d93defe83751a9982727d88cafe78a7')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '54d;55d;56d;57d;58d' src/test/Stack/StoreSpec.hs
+  hpack
+  sed -i '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 342268, 

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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 17:15:09
  Author: felixonmars
Revision: 342268

upgpkg: stack 1.7.1-24

rebuild with HTTP 4000.3.12

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 17:11:36 UTC (rev 342267)
+++ PKGBUILD2018-06-10 17:15:09 UTC (rev 342268)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.7.1
-pkgrel=23
+pkgrel=24
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 17:11:24
  Author: felixonmars
Revision: 342266

upgpkg: shellcheck 0.5.0-7

rebuild with HTTP 4000.3.12

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 17:09:48 UTC (rev 342265)
+++ PKGBUILD2018-06-10 17:11:24 UTC (rev 342266)
@@ -5,7 +5,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.5.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 17:11:36
  Author: felixonmars
Revision: 342267

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 342266, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 17:11:36 UTC (rev 342267)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.5.0
+pkgrel=7
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('87861cddb353262630e4370e12e508224b3c14e128082909b4b35f0526dfe648a744d68cc27f77f2f8bb098af37a2af7bdc805d88018bba5e48b6c1ff1749f10')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 17:09:48
  Author: felixonmars
Revision: 342265

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 342264, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 17:09:48 UTC (rev 342265)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.4.4.0
+pkgrel=162
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hasql' 'haskell-hasql-pool' 'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 'haskell-either' 
'haskell-gitrev'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http' 
'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-ranged-sets' 'haskell-regex-tdfa' 'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 
'haskell-wai-middleware-static' 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('f19c426a59d1c77d8e7808ee248eba1967cc5fc8686f5380603e2f8ab80aeeca20a4b145e056feceb1bcb9dedfa3b88c2ace7aab4bc1152f780630360fe6485c')
+
+prepare() {
+sed -i 's/==/>=/' $pkgname-$pkgver/$pkgname.cabal
+
+sed -i '/import\s*Safe/d' $pkgname-$pkgver/src/PostgREST/App.hs
+sed -i '/safe/d' $pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 17:09:36
  Author: felixonmars
Revision: 342264

upgpkg: postgrest 0.4.4.0-162

rebuild with HTTP 4000.3.12

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 17:07:59 UTC (rev 342263)
+++ PKGBUILD2018-06-10 17:09:36 UTC (rev 342264)
@@ -4,7 +4,7 @@
 
 pkgname=postgrest
 pkgver=0.4.4.0
-pkgrel=161
+pkgrel=162
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 17:07:46
  Author: felixonmars
Revision: 342262

upgpkg: pandoc-crossref 0.3.2.0-37

rebuild with HTTP 4000.3.12

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 17:06:46 UTC (rev 342261)
+++ PKGBUILD2018-06-10 17:07:46 UTC (rev 342262)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.2.0
-pkgrel=36
+pkgrel=37
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 17:07:59
  Author: felixonmars
Revision: 342263

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

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
342262, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 17:07:59 UTC (rev 342263)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.2.0
+pkgrel=37
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-file-embed'
+ 'haskell-open-browser' 'haskell-optparse-applicative' 'pandoc' 
'haskell-pandoc-types'
+ 'haskell-roman-numerals' 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('945a9eb97f65c17b4303afba5fe3af4c0bee4934d41feaef5252134af20ae576aeef4bd406a707c3559a54f8a5ecec0aa8ec0d347fffe9895ed80f5077bf3043')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/<.*1.3/<2/' $pkgname.cabal
+sed -i '/import Text.Pandoc$/a import Text.Pandoc.Builder' 
src/pandoc-crossref.hs
+}
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 17:06:34
  Author: felixonmars
Revision: 342260

upgpkg: haskell-hakyll 4.12.3.0-14

rebuild with HTTP 4000.3.12

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 17:05:16 UTC (rev 342259)
+++ PKGBUILD2018-06-10 17:06:34 UTC (rev 342260)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.3.0
-pkgrel=13
+pkgrel=14
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 17:06:46
  Author: felixonmars
Revision: 342261

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
342260, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 17:06:46 UTC (rev 342261)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.3.0
+pkgrel=14
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('287112e1cb7ac4c06f976ee77fe6b64605c96f04e78c366cffdc24d435f57d37c06543e180476a23bd5e7a42a54e4b30a08ad5e4a8aec5fd97052503691574fc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 17:05:16
  Author: felixonmars
Revision: 342259

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

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
342258, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 17:05:16 UTC (rev 342259)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.14.3.1
+pkgrel=40
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-attoparsec' 'haskell-base-compat'
+ 'haskell-data-default' 'haskell-hs-bibutils' 'haskell-old-locale' 
'pandoc'
+ 'haskell-pandoc-types' 'haskell-rfc5051' 'haskell-setenv' 
'haskell-split'
+ 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' 'haskell-text-icu'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-xml-conduit' 
'haskell-yaml')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('ab3d395c77192f72fa5cf9606f3cc5fc37c00a5719a58203d4b7c6edbc032524dd8457abe292d5d7dbe5ab2eaccd545269355931451ca0835d0ac1aa3cc48414')
+
+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
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+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)

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 17:05:05
  Author: felixonmars
Revision: 342258

upgpkg: pandoc-citeproc 0.14.3.1-40

rebuild with HTTP 4000.3.12

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 17:03:06 UTC (rev 342257)
+++ PKGBUILD2018-06-10 17:05:05 UTC (rev 342258)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.14.3.1
-pkgrel=39
+pkgrel=40
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("custom:BSD3")


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 17:03:06
  Author: felixonmars
Revision: 342257

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 342256, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 17:03:06 UTC (rev 342257)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.2.1
+pkgrel=32
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-base-compat' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
+ 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-skylighting' 'haskell-hslua'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-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-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 
'haskell-xml'
+ 'haskell-yaml' '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;
+
https://github.com/jgm/pandoc/commit/edcfbccf5dbef7d64b498376b457cc0e44fd275c.patch)
+sha512sums=('84af51e180bcf8f0c11e67d8031d11a4b60c6061736a48c21e64bc30d0018a0161e3993167111584e384eced18632841b70027fdf29ed9e46427425096bb56b1'
+
'9e19d24d98a173622a00993c0a5b57f2a8e02f9c117572fa25863dba23fd25cd9d56ccddbf4213c608747c89b17f657f0f769c777d5c12dbb99532e3ab23dabe')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+patch -p1 -i ../edcfbccf5dbef7d64b498376b457cc0e44fd275c.patch
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+sed -i 's/<.*1.1/<2/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 17:02:55
  Author: felixonmars
Revision: 342256

upgpkg: pandoc 2.2.1-32

rebuild with HTTP 4000.3.12

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 16:58:29 UTC (rev 342255)
+++ PKGBUILD2018-06-10 17:02:55 UTC (rev 342256)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=2.2.1
-pkgrel=31
+pkgrel=32
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 16:58:17
  Author: felixonmars
Revision: 342254

upgpkg: hoogle 5.0.17.3-20

rebuild with HTTP 4000.3.12

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 16:57:20 UTC (rev 342253)
+++ PKGBUILD2018-06-10 16:58:17 UTC (rev 342254)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.17.3
-pkgrel=19
+pkgrel=20
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 16:58:29
  Author: felixonmars
Revision: 342255

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 342254, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 16:58:29 UTC (rev 342255)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.17.3
+pkgrel=20
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-connection' 'haskell-extra' 
'haskell-src-exts'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-mmap' 'haskell-network' 'haskell-network-uri' 
'haskell-old-locale'
+ 'haskell-process-extras' 'haskell-resourcet' 'haskell-storable-tuple' 
'haskell-tar'
+ 'haskell-uniplate' 'haskell-utf8-string' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('b8113e9dc6f44fbf684edfe6134eb44d55b1ef43afc3cb2051920daaec3e108df6209cfe822a8eeff884360c9b9415f2ab8273e7681e6bbcc1b9c77490370195')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 16:57:20
  Author: felixonmars
Revision: 342253

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 342252, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 16:57:20 UTC (rev 342253)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.16.4
+pkgrel=34
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-extra' 'haskell-hashable' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-primitive' 'haskell-random' 'haskell-unordered-containers' 
'haskell-utf8-string')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4a517a3730836d5e31c700e455f738d7798460525efdb25499b52fd579dfaaad9d3758fa924b720e1a6c803419eeefdbcc52cec5d60cb5917ae6334454935246')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/ghc --make/ghc -dynamic --make/' src/Test/Command.hs
+sed -e 's/runhaskell Setup.hs configure/runhaskell Setup.hs configure 
--enable-executable-dynamic --disable-library-vanilla/' \
+-e 's/ghc -fno-code/ghc -dynamic -fno-code/' \
+-i src/Test/Docs.hs
+sed -i 's/cmd "ghc" flags/cmd "ghc" "-dynamic" flags/' src/Test/Self.hs
+sed -i 's/ghc --make/ghc -dynamic --make/' docs/manual/build.sh
+}
+
+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 \
+-f-portable
+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 haskell-shake/trunk (PKGBUILD)

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 16:57:08
  Author: felixonmars
Revision: 342252

upgpkg: haskell-shake 0.16.4-34

rebuild with HTTP 4000.3.12

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 16:51:44 UTC (rev 342251)
+++ PKGBUILD2018-06-10 16:57:08 UTC (rev 342252)
@@ -5,7 +5,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.16.4
-pkgrel=33
+pkgrel=34
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="http://shakebuild.com;
 license=("custom:BSD3")


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 16:51:44
  Author: felixonmars
Revision: 342251

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 
342250, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 16:51:44 UTC (rev 342251)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.4.1.0
+pkgrel=14
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 
'haskell-base-compat-batteries'
+ 'haskell-cassava' 'haskell-code-page' 'haskell-exceptions' 
'haskell-glob' 'haskell-js-flot'
+ 'haskell-js-jquery' 'haskell-microstache' 'haskell-mwc-random'
+ 'haskell-optparse-applicative' 'haskell-statistics' 
'haskell-transformers-compat'
+ 'haskell-vector' 'haskell-vector-algorithms')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b3ea94b71789ae459f86d1161c6180a39a1b0cc3dd522115280d434bd1f970cd3c7e7395e23d893ce0724c7f04c47cf4e5e481eebbec885558d5887b7c0bff42')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/optparse-applicative >= 
0.13,/optparse-applicative >= 0.13/' \
+   -e 's/parsec >= 3.1.0/,parsec >= 3.1.0/' $_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}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-fast -f-embed-data-files
+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 haskell-criterion/trunk (PKGBUILD)

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 16:51:33
  Author: felixonmars
Revision: 342250

upgpkg: haskell-criterion 1.4.1.0-14

rebuild with HTTP 4000.3.12

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 16:50:16 UTC (rev 342249)
+++ PKGBUILD2018-06-10 16:51:33 UTC (rev 342250)
@@ -5,7 +5,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.4.1.0
-pkgrel=13
+pkgrel=14
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion;
 license=("custom:BSD3")


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 16:50:16
  Author: felixonmars
Revision: 342249

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-js-jquery/repos/community-staging-x86_64/
  haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD
(from rev 342248, haskell-js-jquery/trunk/PKGBUILD)

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

Copied: haskell-js-jquery/repos/community-staging-x86_64/PKGBUILD (from rev 
342248, haskell-js-jquery/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 16:50:16 UTC (rev 342249)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=js-jquery
+pkgname=haskell-js-jquery
+pkgver=3.3.1
+pkgrel=71
+pkgdesc="Obtain minified jQuery code"
+url="https://github.com/ndmitchell/js-jquery#readme;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-http')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('359a4342bc5156d5360385a478e235def04db0381cc48f342baac5018e91350dce760adb9b9ada796bc6341d5629f807672f629ee127faefe521801d62bb')
+
+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
+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 haskell-js-jquery/trunk (PKGBUILD)

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 16:50:04
  Author: felixonmars
Revision: 342248

upgpkg: haskell-js-jquery 3.3.1-71

rebuild with HTTP 4000.3.12

Modified:
  haskell-js-jquery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 16:49:14 UTC (rev 342247)
+++ PKGBUILD2018-06-10 16:50:04 UTC (rev 342248)
@@ -5,7 +5,7 @@
 _hkgname=js-jquery
 pkgname=haskell-js-jquery
 pkgver=3.3.1
-pkgrel=70
+pkgrel=71
 pkgdesc="Obtain minified jQuery code"
 url="https://github.com/ndmitchell/js-jquery#readme;
 license=("MIT")


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 16:49:14
  Author: felixonmars
Revision: 342247

archrelease: copy trunk to community-staging-x86_64

Added:
  darcs/repos/community-staging-x86_64/
  darcs/repos/community-staging-x86_64/PKGBUILD
(from rev 342246, darcs/trunk/PKGBUILD)

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

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 342246, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 16:49:14 UTC (rev 342247)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.14.0
+pkgrel=40
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL2")
+arch=('x86_64')
+depends=('curl' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-cryptohash' 'haskell-data-ordlist' 'haskell-fgl' 
'haskell-graphviz'
+ 'haskell-hashable' 'haskell-html' 'haskell-http' 'haskell-knob' 
'haskell-mmap'
+ 'haskell-network' 'haskell-network-uri' 'haskell-old-time'
+ 'haskell-sandi' 'haskell-random' 'haskell-regex-applicative' 
'haskell-regex-compat-tdfa'
+ 'haskell-tar' 'haskell-unix-compat' 'haskell-utf8-string'
+ 'haskell-vector' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-cmdargs' 'haskell-findbin' 'haskell-hunit' 
'haskell-quickcheck'
+ 'haskell-shelly' 'haskell-split' 'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('a9c90b4d1a5caa395682405123702452a45382771795a5bd5c8d1a6816ca4411ca0bebc9188e9b396774e7db75289c73de9630dac388070d140ce20e7537fd46')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/shelly   >= 1.6.8 && < 1.7,/shelly   >= 1.6.8,/' \
+   -e 's/<.*2.11/<3/' -e 's/<.*2.2/<3/' -e 's/<.*2999.20/<3000/' \
+   -e 's/<.*5.6/<6/' -e 's/<.*1.3/<2/' -e 's/network\s*==.*2.6/network 
==2.7/' $pkgname.cabal
+
+sed -e 's/^ghc /ghc -dynamic /' \
+-e 's/ ghc / ghc -dynamic /' \
+-i tests/*.sh tests/lib
+}
+
+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 \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv
+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"
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 16:49:01
  Author: felixonmars
Revision: 342246

upgpkg: darcs 2.14.0-40

rebuild with HTTP 4000.3.12

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 16:43:17 UTC (rev 342245)
+++ PKGBUILD2018-06-10 16:49:01 UTC (rev 342246)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.14.0
-pkgrel=39
+pkgrel=40
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL2")


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 16:43:17
  Author: felixonmars
Revision: 342245

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: cabal-install/repos/community-staging-x86_64/PKGBUILD (from rev 342244, 
cabal-install/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 16:43:17 UTC (rev 342245)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=2.2.0.0
+pkgrel=20
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="https://hackage.haskell.org/package/cabal-install;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-base16-bytestring' 
'haskell-cryptohash-sha256'
+ 'haskell-echo' 'haskell-edit-distance' 'haskell-hackage-security' 
'haskell-hashable'
+ 'haskell-http' 'haskell-network' 'haskell-network-uri' 
'haskell-random' 'haskell-resolv'
+ 'haskell-tar' 'haskell-zlib')
+makedepends=('ghc' 'haskell-pretty-show' 'haskell-quickcheck' 'haskell-tagged' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz;)
+sha512sums=('1b8c31dee09332808bc727322e1e0ca6aaa8c818c5172f412a9d56e8474c93cc814cab6d0cb776a5d0bb94155c023a098872fb91329ff6377278f891f06686f2')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/<.*2.7/<3/' $pkgname.cabal
+}
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/${pkgname}" --enable-tests \
+-fnetwork-uri -fnative-dns -f-debug-expensive-assertions 
-f-debug-conflict-sets \
+-f-debug-tracetree -f-monolithic -f-lib
+  runhaskell Setup build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  runhaskell Setup test || warning "TODO: pass -dynamic somewhere"
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  runhaskell Setup copy --destdir="${pkgdir}"
+
+  install -Dm644 LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  install -Dm644 bash-completion/cabal \
+"${pkgdir}/usr/share/bash-completion/completions/cabal"
+}


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 16:43:04
  Author: felixonmars
Revision: 342244

upgpkg: cabal-install 2.2.0.0-20

rebuild with HTTP 4000.3.12

Modified:
  cabal-install/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 16:41:16 UTC (rev 342243)
+++ PKGBUILD2018-06-10 16:43:04 UTC (rev 342244)
@@ -6,7 +6,7 @@
 
 pkgname=cabal-install
 pkgver=2.2.0.0
-pkgrel=19
+pkgrel=20
 pkgdesc="The command-line interface for Cabal and Hackage."
 url="https://hackage.haskell.org/package/cabal-install;
 license=('custom:BSD3')


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 16:41:16
  Author: felixonmars
Revision: 342243

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-http/repos/community-staging-x86_64/PKGBUILD (from rev 342242, 
haskell-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 16:41:16 UTC (rev 342243)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=HTTP
+pkgname=haskell-http
+pkgver=4000.3.12
+pkgrel=1
+pkgdesc="A library for client-side HTTP"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc' 'haskell-hunit' 'haskell-httpd-shed' 'haskell-puremd5' 
'haskell-split'
+ 'haskell-test-framework' 'haskell-test-framework-hunit' 
'haskell-case-insensitive'
+ 'haskell-http-types' 'haskell-wai' 'haskell-warp' 
'haskell-conduit'
+ 'haskell-conduit-extra')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('684741c017fd39c6a7ff1d75f182b465938d5c2a2abe92a0fcaec69a46fc11e59234c1b666ecf28465333df34ea267443fd56abaa38db21479cbcc19e286781e')
+
+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-mtl1 -f-warn-as-error -f-conduit10 -fwarp-tests -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
+}
+
+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 haskell-http/trunk (PKGBUILD)

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 16:41:04
  Author: felixonmars
Revision: 342242

upgpkg: haskell-http 4000.3.12-1

rebuild with HTTP 4000.3.12

Modified:
  haskell-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 16:02:34 UTC (rev 342241)
+++ PKGBUILD2018-06-10 16:41:04 UTC (rev 342242)
@@ -4,8 +4,8 @@
 
 _hkgname=HTTP
 pkgname=haskell-http
-pkgver=4000.3.11
-pkgrel=39
+pkgver=4000.3.12
+pkgrel=1
 pkgdesc="A library for client-side HTTP"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -16,13 +16,8 @@
  'haskell-http-types' 'haskell-wai' 'haskell-warp' 
'haskell-conduit'
  'haskell-conduit-extra')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('3c8624fd92f6fa16f128c7d7e4614fba0f95b31714c0dd6ca3e564bb9c3295ec34a952eca91d642b5c46470923ba506ec8234bbb6a67593a00f4c8b50e97aac9')
+sha512sums=('684741c017fd39c6a7ff1d75f182b465938d5c2a2abe92a0fcaec69a46fc11e59234c1b666ecf28465333df34ea267443fd56abaa38db21479cbcc19e286781e')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/network == 2.6/network == 2.7/' $_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2018-06-10 Thread Jan Steffens via arch-commits
Date: Sunday, June 10, 2018 @ 16:02:34
  Author: heftig
Revision: 342241

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nss/repos/multilib-x86_64/PKGBUILD
(from rev 342240, lib32-nss/trunk/PKGBUILD)
  lib32-nss/repos/multilib-x86_64/no-plt.diff
(from rev 342240, lib32-nss/trunk/no-plt.diff)
Deleted:
  lib32-nss/repos/multilib-x86_64/PKGBUILD
  lib32-nss/repos/multilib-x86_64/no-plt.diff

-+
 PKGBUILD|  118 +-
 no-plt.diff |   96 +++
 2 files changed, 107 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 16:02:00 UTC (rev 342240)
+++ PKGBUILD2018-06-10 16:02:34 UTC (rev 342241)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: kfgz 
-# Contributor: Ionut Biru 
-
-pkgname=lib32-nss
-pkgver=3.37.1
-pkgrel=1
-pkgdesc="Network Security Services (32-bit)"
-url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
-arch=(x86_64)
-license=(MPL GPL)
-_nsprver=4.19
-depends=("lib32-nspr>=${_nsprver}" lib32-sqlite lib32-zlib lib32-p11-kit nss)
-makedepends=(perl python2 gyp)
-options=(!strip !makeflags staticlibs)
-source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
-no-plt.diff)
-sha256sums=('097b30e436479ad737b3703b25b6198b6513e202731085c6f097d8853dd20405'
-'ea8e1b871c0f1dd29cdea1b1a2e7f47bf4713e2ae7b947ec832dba7dfcc67daa')
-
-prepare() {
-  mkdir path
-
-  ln -s /usr/bin/python2 path/python
-
-  cd nss-$pkgver
-  patch -Np2 -i ../no-plt.diff
-}
-
-build() {
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd nss-$pkgver/nss
-  PATH="$srcdir/path:$PATH" bash -x ./build.sh -v \
---m32 --opt --system-sqlite --system-nspr --enable-libpkix --disable-tests
-}
-
-package() {
-  cd nss-$pkgver
-
-  sed nss/pkg/pkg-config/nss.pc.in \
--e "s,%libdir%,/usr/lib32,g" \
--e "s,%prefix%,/usr,g" \
--e "s,%exec_prefix%,/usr/bin,g" \
--e "s,%includedir%,/usr/include/nss,g" \
--e "s,%NSPR_VERSION%,$_nsprver,g" \
--e "s,%NSS_VERSION%,$pkgver,g" |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib32/pkgconfig/nss.pc"
-
-  ln -s nss.pc "$pkgdir/usr/lib32/pkgconfig/mozilla-nss.pc"
-
-  cd dist/Release/lib
-  install -Dt "$pkgdir/usr/lib32" *.so
-  install -Dt "$pkgdir/usr/lib32" -m644 *.chk
-
-  # Replace built-in trust with p11-kit connection
-  ln -sf libnssckbi-p11-kit.so "$pkgdir/usr/lib32/libnssckbi.so"
-}

Copied: lib32-nss/repos/multilib-x86_64/PKGBUILD (from rev 342240, 
lib32-nss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 16:02:34 UTC (rev 342241)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: kfgz 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-nss
+pkgver=3.37.3
+pkgrel=1
+pkgdesc="Network Security Services (32-bit)"
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
+arch=(x86_64)
+license=(MPL GPL)
+_nsprver=4.19
+depends=("lib32-nspr>=${_nsprver}" lib32-sqlite lib32-zlib lib32-p11-kit nss)
+makedepends=(perl python2 gyp)
+options=(!strip !makeflags staticlibs)
+source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
+no-plt.diff)
+sha256sums=('9af2bbb615d010bd866bb83f8c0bb22b0fa086171e93030ffb03da3da15cc5be'
+'ea8e1b871c0f1dd29cdea1b1a2e7f47bf4713e2ae7b947ec832dba7dfcc67daa')
+
+prepare() {
+  mkdir path
+
+  ln -s /usr/bin/python2 path/python
+
+  cd nss-$pkgver
+  patch -Np2 -i ../no-plt.diff
+}
+
+build() {
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd nss-$pkgver/nss
+  PATH="$srcdir/path:$PATH" bash -x ./build.sh -v \
+--m32 --opt --system-sqlite --system-nspr --enable-libpkix --disable-tests
+}
+
+package() {
+  cd nss-$pkgver
+
+  sed nss/pkg/pkg-config/nss.pc.in \
+-e "s,%libdir%,/usr/lib32,g" \
+-e "s,%prefix%,/usr,g" \
+-e "s,%exec_prefix%,/usr/bin,g" \
+-e "s,%includedir%,/usr/include/nss,g" \
+-e "s,%NSPR_VERSION%,$_nsprver,g" \
+-e "s,%NSS_VERSION%,$pkgver,g" |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib32/pkgconfig/nss.pc"
+
+  ln -s nss.pc "$pkgdir/usr/lib32/pkgconfig/mozilla-nss.pc"
+
+  cd dist/Release/lib
+  install -Dt "$pkgdir/usr/lib32" *.so
+  install -Dt "$pkgdir/usr/lib32" -m644 *.chk
+
+  # Replace built-in trust with p11-kit connection
+  ln -sf libnssckbi-p11-kit.so "$pkgdir/usr/lib32/libnssckbi.so"
+}

Deleted: no-plt.diff
===
--- no-plt.diff 2018-06-10 16:02:00 UTC (rev 342240)
+++ no-plt.diff 2018-06-10 16:02:34 UTC (rev 342241)
@@ -1,48 +0,0 @@
-diff --git i/security/nss/lib/freebl/mpi/mpi_x86.s 
w/security/nss/lib/freebl/mpi/mpi_x86.s
-index 8f7e2130c3264754..b3ca1ce5b41b3771 100644
 

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

2018-06-10 Thread Jan Steffens via arch-commits
Date: Sunday, June 10, 2018 @ 16:02:00
  Author: heftig
Revision: 342240

3.37.3-1

Modified:
  lib32-nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 15:34:54 UTC (rev 342239)
+++ PKGBUILD2018-06-10 16:02:00 UTC (rev 342240)
@@ -4,7 +4,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=lib32-nss
-pkgver=3.37.1
+pkgver=3.37.3
 pkgrel=1
 pkgdesc="Network Security Services (32-bit)"
 url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS;
@@ -16,7 +16,7 @@
 options=(!strip !makeflags staticlibs)
 
source=("https://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/nss-${pkgver}.tar.gz;
 no-plt.diff)
-sha256sums=('097b30e436479ad737b3703b25b6198b6513e202731085c6f097d8853dd20405'
+sha256sums=('9af2bbb615d010bd866bb83f8c0bb22b0fa086171e93030ffb03da3da15cc5be'
 'ea8e1b871c0f1dd29cdea1b1a2e7f47bf4713e2ae7b947ec832dba7dfcc67daa')
 
 prepare() {


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

2018-06-10 Thread Morten Linderud via arch-commits
Date: Sunday, June 10, 2018 @ 15:34:48
  Author: foxboron
Revision: 342238

upgpkg: jgmenu 1.0-1

Updated to 1.0

Modified:
  jgmenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 15:33:40 UTC (rev 342237)
+++ PKGBUILD2018-06-10 15:34:48 UTC (rev 342238)
@@ -2,7 +2,7 @@
 # Contributor: Johan Malm 
 
 pkgname=jgmenu
-pkgver=0.9.1
+pkgver=1.0
 pkgrel=1
 pkgdesc="Small X11 menu intended to be used with openbox and tint2"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('libx11' 'cairo' 'pango' 'libxinerama' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
 
source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz;)
-sha256sums=('58dd3d41ff6a20827f49f80b182b7565c1b5c5873af900891eb4e9d836fbed18')
+sha256sums=('75d17be9476c429c05de22a12dcd47097dad97a7fa2f5b0053cd05d4db160ac8')
 
 build() {
cd "$pkgname-$pkgver"


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

2018-06-10 Thread Morten Linderud via arch-commits
Date: Sunday, June 10, 2018 @ 15:34:54
  Author: foxboron
Revision: 342239

archrelease: copy trunk to community-x86_64

Added:
  jgmenu/repos/community-x86_64/PKGBUILD
(from rev 342238, jgmenu/trunk/PKGBUILD)
Deleted:
  jgmenu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 15:34:48 UTC (rev 342238)
+++ PKGBUILD2018-06-10 15:34:54 UTC (rev 342239)
@@ -1,29 +0,0 @@
-# Maintainer: Mortne Linderu 
-# Contributor: Johan Malm 
-
-pkgname=jgmenu
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="Small X11 menu intended to be used with openbox and tint2"
-arch=('i686' 'x86_64')
-url="http://www.github.com/johanmalm/jgmenu;
-license=('GPL')
-depends=('libx11' 'cairo' 'pango' 'libxinerama' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
-source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz;)
-sha256sums=('58dd3d41ff6a20827f49f80b182b7565c1b5c5873af900891eb4e9d836fbed18')
-
-build() {
-   cd "$pkgname-$pkgver"
-   make
-}
-
-check(){
-   cd "$pkgname-$pkgver"
-   make check
-   make test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" prefix=/usr install
-}

Copied: jgmenu/repos/community-x86_64/PKGBUILD (from rev 342238, 
jgmenu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 15:34:54 UTC (rev 342239)
@@ -0,0 +1,29 @@
+# Maintainer: Mortne Linderu 
+# Contributor: Johan Malm 
+
+pkgname=jgmenu
+pkgver=1.0
+pkgrel=1
+pkgdesc="Small X11 menu intended to be used with openbox and tint2"
+arch=('i686' 'x86_64')
+url="http://www.github.com/johanmalm/jgmenu;
+license=('GPL')
+depends=('libx11' 'cairo' 'pango' 'libxinerama' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
+source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz;)
+sha256sums=('75d17be9476c429c05de22a12dcd47097dad97a7fa2f5b0053cd05d4db160ac8')
+
+build() {
+   cd "$pkgname-$pkgver"
+   make
+}
+
+check(){
+   cd "$pkgname-$pkgver"
+   make check
+   make test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" prefix=/usr install
+}


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

2018-06-10 Thread Morten Linderud via arch-commits
Date: Sunday, June 10, 2018 @ 15:33:40
  Author: foxboron
Revision: 342237

archrelease: copy trunk to community-x86_64

Added:
  fzf/repos/community-x86_64/PKGBUILD
(from rev 342236, fzf/trunk/PKGBUILD)
Deleted:
  fzf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 15:33:35 UTC (rev 342236)
+++ PKGBUILD2018-06-10 15:33:40 UTC (rev 342237)
@@ -1,68 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: Pierre Neidhardt 
-# Contributor: Hermann Zahnweh (eigengrau)
-# Contributor: Andy Weidenbaum 
-# Contributor: foalsrock 
-# Contributor: jebaum 
-
-pkgname=fzf
-pkgver=0.17.3
-pkgrel=2
-pkgdesc="Command-line fuzzy finder"
-arch=("x86_64")
-url="https://github.com/junegunn/fzf;
-license=("MIT")
-depends=("bash")
-makedepends=("git" "go-pie" "glide")
-optdepends=("fish: fish keybindings"
-   "tmux: fzf-tmux script for launching fzf in a tmux pane"
-   "vim: plugin"
-   "zsh: zsh keybindings")
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/junegunn/fzf/archive/${pkgver}.tar.gz;
-   "git+https://github.com/junegunn/${pkgname}.wiki;)
-sha256sums=('e843904417adf926613431e4403fded24fade56269446e92aac6ff1db86af81e'
-'SKIP')
-
-
-prepare(){
-   export GOPATH="$srcdir/go"
-   mkdir -p $GOPATH/src/github.com/junegunn
-   ln -rTsf "${srcdir}/${pkgname}-${pkgver}" 
$GOPATH/src/github.com/junegunn/fzf
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   glide up
-}
-
-build() {
-   export GOPATH="$srcdir/go"
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   go build -o fzf .
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ## Doc
-   install -dm755 "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 "$srcdir/fzf.wiki"/* "$pkgdir/usr/share/doc/fzf/wiki"
-   install -m644 README.md "$pkgdir/usr/share/doc/fzf"
-
-   ## Man page
-   install -Dm644 "man/man1/fzf.1" "$pkgdir/usr/share/man/man1/fzf.1"
-
-   ## License
-   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/fzf/LICENSE"
-
-   ## Binaries
-   install -dm755 "$pkgdir/usr/bin"
-   install -m755 "fzf" "bin/fzf-tmux" "$pkgdir/usr/bin/"
-
-   ## Completion and keybindings
-   install -dm755 "$pkgdir/usr/share/fzf"
-   install -m644 shell/*.bash shell/*.zsh "$pkgdir/usr/share/fzf"
-
-   ## Fish keybindings
-   install -Dm644 "shell/key-bindings.fish" 
"$pkgdir/usr/share/fish/functions/fzf_key_bindings.fish"
-
-   ## Vim plugin
-   install -Dm644 plugin/fzf.vim 
"$pkgdir"/usr/share/vim/vimfiles/plugin/fzf.vim
-}

Copied: fzf/repos/community-x86_64/PKGBUILD (from rev 342236, 
fzf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 15:33:40 UTC (rev 342237)
@@ -0,0 +1,69 @@
+# Maintainer: Thore Bödecker 
+# Maintainer: Morten Linderud 
+# Contributor: Pierre Neidhardt 
+# Contributor: Hermann Zahnweh (eigengrau)
+# Contributor: Andy Weidenbaum 
+# Contributor: foalsrock 
+# Contributor: jebaum 
+
+pkgname=fzf
+pkgver=0.17.4
+pkgrel=1
+pkgdesc="Command-line fuzzy finder"
+arch=("x86_64")
+url="https://github.com/junegunn/fzf;
+license=("MIT")
+depends=("bash")
+makedepends=("git" "go-pie" "glide")
+optdepends=("fish: fish keybindings"
+   "tmux: fzf-tmux script for launching fzf in a tmux pane"
+   "vim: plugin"
+   "zsh: zsh keybindings")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/junegunn/fzf/archive/${pkgver}.tar.gz;
+   "git+https://github.com/junegunn/${pkgname}.wiki;)
+sha256sums=('a4b009638266b116f422d159cd1e09df64112e6ae3490964db2cd46636981ff0'
+'SKIP')
+
+
+prepare(){
+   export GOPATH="$srcdir/go"
+   mkdir -p $GOPATH/src/github.com/junegunn
+   ln -rTsf "${srcdir}/${pkgname}-${pkgver}" 
$GOPATH/src/github.com/junegunn/fzf
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   glide up
+}
+
+build() {
+   export GOPATH="$srcdir/go"
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   go build -o fzf .
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ## Doc
+   install -dm755 "$pkgdir/usr/share/doc/fzf/wiki"
+   install -m644 "$srcdir/fzf.wiki"/* "$pkgdir/usr/share/doc/fzf/wiki"
+   install -m644 README.md "$pkgdir/usr/share/doc/fzf"
+
+   ## Man page
+   install -Dm644 "man/man1/fzf.1" "$pkgdir/usr/share/man/man1/fzf.1"
+
+   ## License
+   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/fzf/LICENSE"
+
+   ## Binaries
+   install -dm755 "$pkgdir/usr/bin"
+   install -m755 "fzf" "bin/fzf-tmux" "$pkgdir/usr/bin/"
+
+   ## Completion and keybindings
+   install -dm755 "$pkgdir/usr/share/fzf"
+   install -m644 shell/*.bash shell/*.zsh 

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

2018-06-10 Thread Morten Linderud via arch-commits
Date: Sunday, June 10, 2018 @ 15:33:35
  Author: foxboron
Revision: 342236

upgpkg: fzf 0.17.4-1

Updated to 0.17.4

Modified:
  fzf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 15:31:31 UTC (rev 342235)
+++ PKGBUILD2018-06-10 15:33:35 UTC (rev 342236)
@@ -1,4 +1,5 @@
 # Maintainer: Thore Bödecker 
+# Maintainer: Morten Linderud 
 # Contributor: Pierre Neidhardt 
 # Contributor: Hermann Zahnweh (eigengrau)
 # Contributor: Andy Weidenbaum 
@@ -6,8 +7,8 @@
 # Contributor: jebaum 
 
 pkgname=fzf
-pkgver=0.17.3
-pkgrel=2
+pkgver=0.17.4
+pkgrel=1
 pkgdesc="Command-line fuzzy finder"
 arch=("x86_64")
 url="https://github.com/junegunn/fzf;
@@ -20,7 +21,7 @@
"zsh: zsh keybindings")
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/junegunn/fzf/archive/${pkgver}.tar.gz;
"git+https://github.com/junegunn/${pkgname}.wiki;)
-sha256sums=('e843904417adf926613431e4403fded24fade56269446e92aac6ff1db86af81e'
+sha256sums=('a4b009638266b116f422d159cd1e09df64112e6ae3490964db2cd46636981ff0'
 'SKIP')
 
 


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

2018-06-10 Thread Morten Linderud via arch-commits
Date: Sunday, June 10, 2018 @ 15:31:31
  Author: foxboron
Revision: 342235

archrelease: copy trunk to community-x86_64

Added:
  restic/repos/community-x86_64/PKGBUILD
(from rev 342234, restic/trunk/PKGBUILD)
Deleted:
  restic/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 15:31:26 UTC (rev 342234)
+++ PKGBUILD2018-06-10 15:31:31 UTC (rev 342235)
@@ -1,35 +0,0 @@
-# Maintainer: Morten Linderud 
-pkgname=restic
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="Fast, secure, efficient backup program"
-arch=('x86_64')
-url="https://restic.net;
-license=('BSD')
-makedepends=('go-pie')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/restic/restic/archive/v${pkgver}.tar.gz;)
-sha256sums=('5b46612254dcaec09a6f7ddae70e116f77c0f87ac7988dc379b34d0fd4bbc4c4')
-
-prepare(){
-  export GOPATH="${srcdir}"
-  mkdir -p src
-  mv "${pkgname}-${pkgver}"/vendor/* src/
-  mkdir -p src/github.com/restic
-  ln -rTsf "${pkgname}-${pkgver}" src/github.com/restic/restic
-}
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  go build -ldflags "-X 'main.version=${pkgver}'" ./cmd/restic
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm755 restic "${pkgdir}/usr/bin/restic"
-  install -Dm644 -t "$pkgdir/usr/share/man/man1/" doc/man/*.1
-  install -Dm644 doc/zsh-completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_restic"
-  install -Dm644 doc/bash-completion.sh 
"$pkgdir/usr/share/bash-completion/completions/restic"
-
-}

Copied: restic/repos/community-x86_64/PKGBUILD (from rev 342234, 
restic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 15:31:31 UTC (rev 342235)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud 
+pkgname=restic
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="Fast, secure, efficient backup program"
+arch=('x86_64')
+url="https://restic.net;
+license=('BSD')
+makedepends=('go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/restic/restic/archive/v${pkgver}.tar.gz;)
+sha256sums=('359d3b8e555a9952f2b98c81ee3dbec8dc441e12789c436ca564762aaacec095')
+
+prepare(){
+  export GOPATH="${srcdir}"
+  mkdir -p src
+  mv "${pkgname}-${pkgver}"/vendor/* src/
+  mkdir -p src/github.com/restic
+  ln -rTsf "${pkgname}-${pkgver}" src/github.com/restic/restic
+}
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export GOPATH="${srcdir}"
+  go build -ldflags "-X 'main.version=${pkgver}'" ./cmd/restic
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm755 restic "${pkgdir}/usr/bin/restic"
+  install -Dm644 -t "$pkgdir/usr/share/man/man1/" doc/man/*.1
+  install -Dm644 doc/zsh-completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_restic"
+  install -Dm644 doc/bash-completion.sh 
"$pkgdir/usr/share/bash-completion/completions/restic"
+
+}


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

2018-06-10 Thread Morten Linderud via arch-commits
Date: Sunday, June 10, 2018 @ 15:31:26
  Author: foxboron
Revision: 342234

upgpkg: restic 0.9.1-1

Updated to 0.9.1

Modified:
  restic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 15:28:16 UTC (rev 342233)
+++ PKGBUILD2018-06-10 15:31:26 UTC (rev 342234)
@@ -1,6 +1,6 @@
 # Maintainer: Morten Linderud 
 pkgname=restic
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc="Fast, secure, efficient backup program"
 arch=('x86_64')
@@ -8,7 +8,7 @@
 license=('BSD')
 makedepends=('go-pie')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/restic/restic/archive/v${pkgver}.tar.gz;)
-sha256sums=('5b46612254dcaec09a6f7ddae70e116f77c0f87ac7988dc379b34d0fd4bbc4c4')
+sha256sums=('359d3b8e555a9952f2b98c81ee3dbec8dc441e12789c436ca564762aaacec095')
 
 prepare(){
   export GOPATH="${srcdir}"


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

2018-06-10 Thread Morten Linderud via arch-commits
Date: Sunday, June 10, 2018 @ 15:28:11
  Author: foxboron
Revision: 342232

upgpkg: qutebrowser 1.3.2-1

Updated to 1.3.2

Modified:
  qutebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 15:08:14 UTC (rev 342231)
+++ PKGBUILD2018-06-10 15:28:11 UTC (rev 342232)
@@ -3,7 +3,7 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=qutebrowser
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
 arch=("any")
@@ -24,7 +24,7 @@

"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;

"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
 validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('7e860d35b0c5acc1b726dae5dd9425e3a14ed2d8a6330ab856add39d48f92e88'
+sha256sums=('ff4bf5f74e6ba4f76e5bee8ab5c370c0fb8bbd99123592262c09605c5065c27f'
 'SKIP')
 
 build() {


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

2018-06-10 Thread Morten Linderud via arch-commits
Date: Sunday, June 10, 2018 @ 15:28:16
  Author: foxboron
Revision: 342233

archrelease: copy trunk to community-any

Added:
  qutebrowser/repos/community-any/PKGBUILD
(from rev 342232, qutebrowser/trunk/PKGBUILD)
Deleted:
  qutebrowser/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 15:28:11 UTC (rev 342232)
+++ PKGBUILD2018-06-10 15:28:16 UTC (rev 342233)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=qutebrowser
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
-arch=("any")
-url="http://www.qutebrowser.org/;
-license=("GPL")
-depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
-   "python-pyqt5>=5.7" "python-yaml" "qt5-base>=5.7.1" "qt5-webengine")
-makedepends=("asciidoc" "python-setuptools")
-optdepends=("gst-libav: media playback"
-   "gst-plugins-base: media playback"
-   "gst-plugins-good: media playback"
-   "gst-plugins-bad: media playback"
-   "gst-plugins-ugly: media playback"
-   "pdfjs: displaying PDF in-browser"
-   "qt5-webkit: alternative backend")
-options=(!emptydirs)
-source=(
-   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
-   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
-validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
-sha256sums=('7e860d35b0c5acc1b726dae5dd9425e3a14ed2d8a6330ab856add39d48f92e88'
-'SKIP')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   a2x -f manpage doc/qutebrowser.1.asciidoc
-   python setup.py build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: qutebrowser/repos/community-any/PKGBUILD (from rev 342232, 
qutebrowser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 15:28:16 UTC (rev 342233)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud 
+# Contributor: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=qutebrowser
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
+arch=("any")
+url="http://www.qutebrowser.org/;
+license=("GPL")
+depends=("python-attrs" "python-jinja" "python-pygments" "python-pypeg2"
+   "python-pyqt5>=5.7" "python-yaml" "qt5-base>=5.7.1" "qt5-webengine")
+makedepends=("asciidoc" "python-setuptools")
+optdepends=("gst-libav: media playback"
+   "gst-plugins-base: media playback"
+   "gst-plugins-good: media playback"
+   "gst-plugins-bad: media playback"
+   "gst-plugins-ugly: media playback"
+   "pdfjs: displaying PDF in-browser"
+   "qt5-webkit: alternative backend")
+options=(!emptydirs)
+source=(
+   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz;
+   
"https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebrowser-$pkgver.tar.gz.asc;)
+validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072")
+sha256sums=('ff4bf5f74e6ba4f76e5bee8ab5c370c0fb8bbd99123592262c09605c5065c27f'
+'SKIP')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   a2x -f manpage doc/qutebrowser.1.asciidoc
+   python setup.py build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
+}


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

2018-06-10 Thread Christian Rebischke via arch-commits
Date: Sunday, June 10, 2018 @ 15:08:14
  Author: shibumi
Revision: 342231

archrelease: copy trunk to community-x86_64

Added:
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 342230, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 342230, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.sysusers.d
(from rev 342230, libvirt/trunk/libvirt.sysusers.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 342230, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 342230, 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   |  272 +++
 libvirt.install|   18 +--
 libvirt.sysusers.d |2 
 libvirtd-guests.conf.d |   18 +--
 libvirtd.conf.d|2 
 5 files changed, 156 insertions(+), 156 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 15:08:05 UTC (rev 342230)
+++ PKGBUILD2018-06-10 15:08:14 UTC (rev 342231)
@@ -1,136 +0,0 @@
-# ${Id}: PKGBUILD 274316 2017-12-13 22:56:42Z anatolik ${}
-# Maintainer: Christian Rebischke 
-# Contributor: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgname=libvirt
-pkgver=4.4.0
-pkgrel=2
-pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
-arch=('x86_64')
-url="http://libvirt.org/;
-license=('LGPL')
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
-'libiscsi' 'open-iscsi' 'perl-xml-xpath' 'libxslt' 'qemu'
-   'ceph-libs' 'glusterfs' 'netcf' 'yajl' 'parted')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-   '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')
-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-blockcluster: 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')
-#  
"ae102b5d7bccd29bc6015a3e0acefeaa90d097ac.patch::https://libvirt.org/git/?p=libvirt.git;a=patch;h=ae102b5d7bccd29bc6015a3e0acefeaa90d097ac;)
-sha512sums=('725b9b093a2aaeab6fdcb8df341a400ab363bcd50af8400dfd0593c41d8fbc8352f89147be9fbfde2e8418cc7298e090fe07ec7255b0aff1f0d001b93322f93f'
-'SKIP'
-
'fc0e16e045a2c84d168d42c97d9e14ca32ba0d86025135967f4367cf3fa663882eefb6923ebf04676ae763f4f459e5156d7221b36b47c835f9e531c6b6e0cd9d'
-
'ef221bae994ad0a15ab5186b7469132896156d82bfdc3ef3456447d5cf1af347401ef33e8665d5b2f76451f5457aee7ea01064d7b9223d6691c90c4456763258'
-

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

2018-06-10 Thread Christian Rebischke via arch-commits
Date: Sunday, June 10, 2018 @ 15:08:05
  Author: shibumi
Revision: 342230

upgpkg: libvirt 4.4.0-3

fixed ceph-libs dependency

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 15:00:23 UTC (rev 342229)
+++ PKGBUILD2018-06-10 15:08:05 UTC (rev 342230)
@@ -5,7 +5,7 @@
 
 pkgname=libvirt
 pkgver=4.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
 url="http://libvirt.org/;
@@ -17,7 +17,7 @@
'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')
+   'netcf' 'fuse2' 'glusterfs' 'ceph-libs')
 optdepends=('ebtables: required for default NAT networking'
   'dnsmasq: required for default NAT/DHCP for guests'
   'bridge-utils: for bridged networking'


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 14:52:50
  Author: felixonmars
Revision: 342221

upgpkg: shellcheck 0.5.0-6

rebuild with skylighting-core 0.7.2, skylighting 0.7.2

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 14:51:17 UTC (rev 342220)
+++ PKGBUILD2018-06-10 14:52:50 UTC (rev 342221)
@@ -5,7 +5,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.5.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 14:53:03
  Author: felixonmars
Revision: 34

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 342221, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 14:53:03 UTC (rev 34)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.5.0
+pkgrel=6
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('87861cddb353262630e4370e12e508224b3c14e128082909b4b35f0526dfe648a744d68cc27f77f2f8bb098af37a2af7bdc805d88018bba5e48b6c1ff1749f10')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 14:51:05
  Author: felixonmars
Revision: 342219

upgpkg: pandoc-crossref 0.3.2.0-36

rebuild with skylighting-core 0.7.2, skylighting 0.7.2

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 14:50:10 UTC (rev 342218)
+++ PKGBUILD2018-06-10 14:51:05 UTC (rev 342219)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.2.0
-pkgrel=35
+pkgrel=36
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 14:51:17
  Author: felixonmars
Revision: 342220

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

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
342219, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 14:51:17 UTC (rev 342220)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.2.0
+pkgrel=36
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-file-embed'
+ 'haskell-open-browser' 'haskell-optparse-applicative' 'pandoc' 
'haskell-pandoc-types'
+ 'haskell-roman-numerals' 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('945a9eb97f65c17b4303afba5fe3af4c0bee4934d41feaef5252134af20ae576aeef4bd406a707c3559a54f8a5ecec0aa8ec0d347fffe9895ed80f5077bf3043')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/<.*1.3/<2/' $pkgname.cabal
+sed -i '/import Text.Pandoc$/a import Text.Pandoc.Builder' 
src/pandoc-crossref.hs
+}
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 14:50:10
  Author: felixonmars
Revision: 342218

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
342217, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 14:50:10 UTC (rev 342218)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.3.0
+pkgrel=13
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('287112e1cb7ac4c06f976ee77fe6b64605c96f04e78c366cffdc24d435f57d37c06543e180476a23bd5e7a42a54e4b30a08ad5e4a8aec5fd97052503691574fc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 14:49:50
  Author: felixonmars
Revision: 342217

upgpkg: haskell-hakyll 4.12.3.0-13

rebuild with skylighting-core 0.7.2, skylighting 0.7.2

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 14:48:28 UTC (rev 342216)
+++ PKGBUILD2018-06-10 14:49:50 UTC (rev 342217)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.3.0
-pkgrel=12
+pkgrel=13
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 14:48:16
  Author: felixonmars
Revision: 342215

upgpkg: pandoc-citeproc 0.14.3.1-39

rebuild with skylighting-core 0.7.2, skylighting 0.7.2

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 14:46:23 UTC (rev 342214)
+++ PKGBUILD2018-06-10 14:48:16 UTC (rev 342215)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.14.3.1
-pkgrel=38
+pkgrel=39
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("custom:BSD3")


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 14:48:28
  Author: felixonmars
Revision: 342216

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

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
342215, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 14:48:28 UTC (rev 342216)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.14.3.1
+pkgrel=39
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-attoparsec' 'haskell-base-compat'
+ 'haskell-data-default' 'haskell-hs-bibutils' 'haskell-old-locale' 
'pandoc'
+ 'haskell-pandoc-types' 'haskell-rfc5051' 'haskell-setenv' 
'haskell-split'
+ 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' 'haskell-text-icu'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-xml-conduit' 
'haskell-yaml')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('ab3d395c77192f72fa5cf9606f3cc5fc37c00a5719a58203d4b7c6edbc032524dd8457abe292d5d7dbe5ab2eaccd545269355931451ca0835d0ac1aa3cc48414')
+
+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
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 14:46:23
  Author: felixonmars
Revision: 342214

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 342213, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-10 14:46:23 UTC (rev 342214)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.2.1
+pkgrel=31
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-base-compat' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
+ 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-skylighting' 'haskell-hslua'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-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-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 
'haskell-xml'
+ 'haskell-yaml' '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;
+
https://github.com/jgm/pandoc/commit/edcfbccf5dbef7d64b498376b457cc0e44fd275c.patch)
+sha512sums=('84af51e180bcf8f0c11e67d8031d11a4b60c6061736a48c21e64bc30d0018a0161e3993167111584e384eced18632841b70027fdf29ed9e46427425096bb56b1'
+
'9e19d24d98a173622a00993c0a5b57f2a8e02f9c117572fa25863dba23fd25cd9d56ccddbf4213c608747c89b17f657f0f769c777d5c12dbb99532e3ab23dabe')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+patch -p1 -i ../edcfbccf5dbef7d64b498376b457cc0e44fd275c.patch
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+sed -i 's/<.*1.1/<2/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 14:46:11
  Author: felixonmars
Revision: 342213

upgpkg: pandoc 2.2.1-31

rebuild with skylighting-core 0.7.2, skylighting 0.7.2

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 14:39:45 UTC (rev 342212)
+++ PKGBUILD2018-06-10 14:46:11 UTC (rev 342213)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=2.2.1
-pkgrel=30
+pkgrel=31
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")
@@ -27,11 +27,15 @@
 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=('84af51e180bcf8f0c11e67d8031d11a4b60c6061736a48c21e64bc30d0018a0161e3993167111584e384eced18632841b70027fdf29ed9e46427425096bb56b1')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
https://github.com/jgm/pandoc/commit/edcfbccf5dbef7d64b498376b457cc0e44fd275c.patch)
+sha512sums=('84af51e180bcf8f0c11e67d8031d11a4b60c6061736a48c21e64bc30d0018a0161e3993167111584e384eced18632841b70027fdf29ed9e46427425096bb56b1'
+
'9e19d24d98a173622a00993c0a5b57f2a8e02f9c117572fa25863dba23fd25cd9d56ccddbf4213c608747c89b17f657f0f769c777d5c12dbb99532e3ab23dabe')
 
 prepare() {
 cd "${srcdir}/$pkgname-${pkgver}"
+patch -p1 -i ../edcfbccf5dbef7d64b498376b457cc0e44fd275c.patch
+
 # TODO: find a better solution
 sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
 sed -i 's/<.*1.1/<2/' $pkgname.cabal


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 14:39:45
  Author: felixonmars
Revision: 342212

archrelease: copy trunk to community-x86_64

Added:
  ponyc/repos/community-x86_64/PKGBUILD
(from rev 342211, ponyc/trunk/PKGBUILD)
Deleted:
  ponyc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 14:39:31 UTC (rev 342211)
+++ PKGBUILD2018-06-10 14:39:45 UTC (rev 342212)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=ponyc
-pkgver=0.22.6
-pkgrel=1
-pkgdesc='An actor model, capabilities, high performance programming language'
-url='http://ponylang.org/'
-arch=('x86_64')
-license=('BSD')
-depends=('llvm-libs')
-makedepends=('llvm')
-checkdepends=('pcre2')
-options=('!strip')
-optdepends=('pcre2: Needed for the regex package')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;)
-sha512sums=('083d90f97f58a1222c88f9b27871f1d925a3787231c5c135bbab1332bd0dab1683b94566a216a81e82f5a94dc38af8acb08b783d06affd6c892c632c70cc9752')
-
-prepare() {
-  cd ponyc-$pkgver
-  sed -i 's/-Werror //' Makefile
-}
-
-build() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0
-
-  mkdir docs
-  build/release/ponyc packages/stdlib -rexpr -g -o docs
-}
-
-check() {
-  cd ponyc-$pkgver
-  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 test
-}
-
-package() {
-  cd ponyc-$pkgver
-  # The makefile is very strange and requires almost as much post-correction
-  # as to simply do the installation myself.  Even with patches to the
-  # makefile to stop it attempting to symlink locations it has no business
-  # touching.
-  #make config=release prefix=/usr destdir="$pkgdir"/usr/lib/pony/"$pkgver" 
install
-
-  install -Dm755 build/release/ponyc "$pkgdir"/usr/lib/pony/"$pkgver"/bin/ponyc
-  install -Dm644 build/release/libponyrt-pic.a 
"$pkgdir"/usr/lib/libponyrt-pic.a
-  install -Dm644 build/release/libponyc.a "$pkgdir"/usr/lib/libponyc.a
-  install -Dm644 src/libponyrt/pony.h "$pkgdir"/usr/include/pony.h
-
-  # Ponyc is designed to read its standard packages from the same directory.
-  install -dm755 "$pkgdir"/usr/bin
-  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc "$pkgdir"/usr/bin
-
-  cp -dr --no-preserve=ownership packages "$pkgdir"/usr/lib/pony/"$pkgver"
-
-  # Let's include the examples as documentation is scarce.
-  install -dm755 "$pkgdir"/usr/share/doc/pony
-  cp -dr --no-preserve=ownership examples "$pkgdir"/usr/share/doc/pony
-
-  cp -dr docs/* "$pkgdir"/usr/share/doc/pony
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}

Copied: ponyc/repos/community-x86_64/PKGBUILD (from rev 342211, 
ponyc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 14:39:45 UTC (rev 342212)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=ponyc
+pkgver=0.23.0
+pkgrel=1
+pkgdesc='An actor model, capabilities, high performance programming language'
+url='http://ponylang.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('llvm-libs')
+makedepends=('llvm')
+checkdepends=('pcre2')
+options=('!strip')
+optdepends=('pcre2: Needed for the regex package')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;)
+sha512sums=('a6d84bc4d315079e3bf61f7e1f89fb97231333475ed064e1a9ea7abaff885ff6379c03071ed7f7468db39113e2c3a356a093f3cf6d20850446c6544c42fca0de')
+
+prepare() {
+  cd ponyc-$pkgver
+  sed -i 's/-Werror //' Makefile
+}
+
+build() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0
+
+  mkdir docs
+  build/release/ponyc packages/stdlib -rexpr -g -o docs
+}
+
+check() {
+  cd ponyc-$pkgver
+  make config=release prefix=/usr arch=x86-64 verbose= default_pic=true 
default_ssl=openssl_1.1.0 test
+}
+
+package() {
+  cd ponyc-$pkgver
+  # The makefile is very strange and requires almost as much post-correction
+  # as to simply do the installation myself.  Even with patches to the
+  # makefile to stop it attempting to symlink locations it has no business
+  # touching.
+  #make config=release prefix=/usr destdir="$pkgdir"/usr/lib/pony/"$pkgver" 
install
+
+  install -Dm755 build/release/ponyc "$pkgdir"/usr/lib/pony/"$pkgver"/bin/ponyc
+  install -Dm644 build/release/libponyrt-pic.a 
"$pkgdir"/usr/lib/libponyrt-pic.a
+  install -Dm644 build/release/libponyc.a "$pkgdir"/usr/lib/libponyc.a
+  install -Dm644 src/libponyrt/pony.h "$pkgdir"/usr/include/pony.h
+
+  # Ponyc is designed to read its standard packages from the same directory.
+  install -dm755 "$pkgdir"/usr/bin
+  ln -sf /usr/lib/pony/"$pkgver"/bin/ponyc 

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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 14:39:31
  Author: felixonmars
Revision: 342211

upgpkg: ponyc 0.23.0-1

Modified:
  ponyc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 12:24:26 UTC (rev 342210)
+++ PKGBUILD2018-06-10 14:39:31 UTC (rev 342211)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=ponyc
-pkgver=0.22.6
+pkgver=0.23.0
 pkgrel=1
 pkgdesc='An actor model, capabilities, high performance programming language'
 url='http://ponylang.org/'
@@ -14,7 +14,7 @@
 options=('!strip')
 optdepends=('pcre2: Needed for the regex package')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ponylang/ponyc/archive/$pkgver.tar.gz;)
-sha512sums=('083d90f97f58a1222c88f9b27871f1d925a3787231c5c135bbab1332bd0dab1683b94566a216a81e82f5a94dc38af8acb08b783d06affd6c892c632c70cc9752')
+sha512sums=('a6d84bc4d315079e3bf61f7e1f89fb97231333475ed064e1a9ea7abaff885ff6379c03071ed7f7468db39113e2c3a356a093f3cf6d20850446c6544c42fca0de')
 
 prepare() {
   cd ponyc-$pkgver


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

2018-06-10 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 10, 2018 @ 12:24:20
  Author: foutrelis
Revision: 342209

upgpkg: wkhtmltopdf 0.12.5-1

New upstream release.

Modified:
  wkhtmltopdf/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 1 insertion(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 11:15:15 UTC (rev 342208)
+++ PKGBUILD2018-06-10 12:24:20 UTC (rev 342209)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=wkhtmltopdf
-pkgver=0.12.4
+pkgver=0.12.5
 pkgrel=1
 pkgdesc="Command line tools to render HTML into PDF and various image formats"
 arch=('x86_64')
@@ -14,16 +14,8 @@
 source=("git+https://github.com/wkhtmltopdf/wkhtmltopdf.git#tag=$pkgver;)
 sha256sums=('SKIP')
 
-prepare() {
-  cd $pkgname
-
-  # fix build without patched Qt
-  git cherry-pick -n af95531eabb212ae16a9fb689bb25a767eb580bc
-}
-
 build() {
   cd $pkgname
-
   qmake-qt5 wkhtmltopdf.pro
   make
 }


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

2018-06-10 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 10, 2018 @ 12:24:26
  Author: foutrelis
Revision: 342210

archrelease: copy trunk to community-x86_64

Added:
  wkhtmltopdf/repos/community-x86_64/PKGBUILD
(from rev 342209, wkhtmltopdf/trunk/PKGBUILD)
Deleted:
  wkhtmltopdf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 12:24:20 UTC (rev 342209)
+++ PKGBUILD2018-06-10 12:24:26 UTC (rev 342210)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=wkhtmltopdf
-pkgver=0.12.4
-pkgrel=1
-pkgdesc="Command line tools to render HTML into PDF and various image formats"
-arch=('i686' 'x86_64')
-url="https://wkhtmltopdf.org/;
-license=('LGPL3')
-depends=('qt5-webkit' 'qt5-svg')
-makedepends=('git')
-optdepends=('xorg-server: wkhtmltopdf needs X or Xvfb to operate')
-source=("git+https://github.com/wkhtmltopdf/wkhtmltopdf.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  # fix build without patched Qt
-  git cherry-pick -n af95531eabb212ae16a9fb689bb25a767eb580bc
-}
-
-build() {
-  cd $pkgname
-
-  qmake-qt5 wkhtmltopdf.pro
-  make
-}
-
-package() {
-  cd $pkgname
-  make INSTALL_ROOT="$pkgdir/usr" install
-
-  # Generate and install man page
-  install -d "$pkgdir/usr/share/man/man1"
-  LD_LIBRARY_PATH=bin ./bin/wkhtmltopdf --manpage \
->"$pkgdir/usr/share/man/man1/wkhtmltopdf.1"
-  LD_LIBRARY_PATH=bin ./bin/wkhtmltoimage --manpage \
->"$pkgdir/usr/share/man/man1/wkhtmltoimage.1"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wkhtmltopdf/repos/community-x86_64/PKGBUILD (from rev 342209, 
wkhtmltopdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 12:24:26 UTC (rev 342210)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+
+pkgname=wkhtmltopdf
+pkgver=0.12.5
+pkgrel=1
+pkgdesc="Command line tools to render HTML into PDF and various image formats"
+arch=('x86_64')
+url="https://wkhtmltopdf.org/;
+license=('LGPL3')
+depends=('qt5-webkit' 'qt5-svg')
+makedepends=('git')
+optdepends=('xorg-server: wkhtmltopdf needs X or Xvfb to operate')
+source=("git+https://github.com/wkhtmltopdf/wkhtmltopdf.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd $pkgname
+  qmake-qt5 wkhtmltopdf.pro
+  make
+}
+
+package() {
+  cd $pkgname
+  make INSTALL_ROOT="$pkgdir/usr" install
+
+  # Generate and install man page
+  install -d "$pkgdir/usr/share/man/man1"
+  LD_LIBRARY_PATH=bin ./bin/wkhtmltopdf --manpage \
+>"$pkgdir/usr/share/man/man1/wkhtmltopdf.1"
+  LD_LIBRARY_PATH=bin ./bin/wkhtmltoimage --manpage \
+>"$pkgdir/usr/share/man/man1/wkhtmltoimage.1"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-06-10 Thread Balló György via arch-commits
Date: Sunday, June 10, 2018 @ 11:15:15
  Author: bgyorgy
Revision: 342208

archrelease: copy trunk to community-any

Added:
  gajim/repos/community-any/PKGBUILD
(from rev 342207, gajim/trunk/PKGBUILD)
Deleted:
  gajim/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 11:14:42 UTC (rev 342207)
+++ PKGBUILD2018-06-10 11:15:15 UTC (rev 342208)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gajim
-pkgver=1.0.3
-pkgrel=1
-pkgdesc="Full featured and easy to use XMPP (Jabber) client"
-arch=('any')
-url="https://www.gajim.org/;
-license=('GPL3')
-depends=('gtk3' 'python-cairo' 'python-gobject' 'python-keyring' 
'python-nbxmpp'
- 'python-pyasn1' 'python-pyopenssl')
-makedepends=('intltool')
-optdepends=('alsa-utils: play notification sounds'
-'avahi: serverless chatting with autodetected clients in a local 
network'
-'farstream: start audio and video chat'
-'geoclue2: share current location'
-'gnome-keyring: password storage'
-'gspell: spellchecking of composed messages'
-'gupnp-igd: request your router to forward port for file transfer'
-'libxss: measure idle time, in order to set auto status'
-'python-crypto: encrypting chat messages'
-'python-docutils: generate XHTML output from RST code'
-'python-gnupg: encrypting chat messages with OpenPGP')
-source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2)
-sha1sums=('82e103e35ce29ea7b587ef55b8d8da1c013ddfcb')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: gajim/repos/community-any/PKGBUILD (from rev 342207, 
gajim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 11:15:15 UTC (rev 342208)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gajim
+pkgver=1.0.3
+pkgrel=2
+pkgdesc="Full featured and easy to use XMPP (Jabber) client"
+arch=('any')
+url="https://www.gajim.org/;
+license=('GPL3')
+depends=('gtk3' 'python-cairo' 'python-dbus' 'python-gobject' 'python-keyring' 
'python-nbxmpp'
+ 'python-pyasn1' 'python-pyopenssl')
+makedepends=('intltool')
+optdepends=('alsa-utils: play notification sounds'
+'avahi: serverless chatting with autodetected clients in a local 
network'
+'farstream: start audio and video chat'
+'geoclue2: share current location'
+'gnome-keyring: password storage'
+'gspell: spellchecking of composed messages'
+'gupnp-igd: request your router to forward port for file transfer'
+'libxss: measure idle time, in order to set auto status'
+'python-crypto: encrypting chat messages'
+'python-docutils: generate XHTML output from RST code'
+'python-gnupg: encrypting chat messages with OpenPGP'
+'python-pillow: support of WebP avatars')
+source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2)
+sha1sums=('82e103e35ce29ea7b587ef55b8d8da1c013ddfcb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-06-10 Thread Balló György via arch-commits
Date: Sunday, June 10, 2018 @ 11:14:42
  Author: bgyorgy
Revision: 342207

upgpkg: gajim 1.0.3-2

Fix dependencies (FS#58952)

Modified:
  gajim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 09:53:40 UTC (rev 342206)
+++ PKGBUILD2018-06-10 11:14:42 UTC (rev 342207)
@@ -3,12 +3,12 @@
 
 pkgname=gajim
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Full featured and easy to use XMPP (Jabber) client"
 arch=('any')
 url="https://www.gajim.org/;
 license=('GPL3')
-depends=('gtk3' 'python-cairo' 'python-gobject' 'python-keyring' 
'python-nbxmpp'
+depends=('gtk3' 'python-cairo' 'python-dbus' 'python-gobject' 'python-keyring' 
'python-nbxmpp'
  'python-pyasn1' 'python-pyopenssl')
 makedepends=('intltool')
 optdepends=('alsa-utils: play notification sounds'
@@ -21,7 +21,8 @@
 'libxss: measure idle time, in order to set auto status'
 'python-crypto: encrypting chat messages'
 'python-docutils: generate XHTML output from RST code'
-'python-gnupg: encrypting chat messages with OpenPGP')
+'python-gnupg: encrypting chat messages with OpenPGP'
+'python-pillow: support of WebP avatars')
 source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2)
 sha1sums=('82e103e35ce29ea7b587ef55b8d8da1c013ddfcb')
 


[arch-commits] Commit in xorg-server/trunk (4 files)

2018-06-10 Thread Andreas Radke via arch-commits
Date: Sunday, June 10, 2018 @ 09:48:07
  Author: andyrtr
Revision: 326609

upgpkg: xorg-server 1.20.0-7

add upstream patch for FS#i58662 to prevent crashes

Added:
  xorg-server/trunk/0002-fix-libshadow-2.patch
(from rev 326608, xorg-server/trunk/0001-fix-libshadow-2.patch)
  
xorg-server/trunk/0003_Use_PictureMatchFormat_for_source-only_picture_format.diff
Modified:
  xorg-server/trunk/PKGBUILD
Deleted:
  xorg-server/trunk/0001-fix-libshadow-2.patch

-+
 0001-fix-libshadow-2.patch  |   24 ---
 0002-fix-libshadow-2.patch  |   24 +++
 0003_Use_PictureMatchFormat_for_source-only_picture_format.diff |   34 
++
 PKGBUILD|   11 ++-
 4 files changed, 66 insertions(+), 27 deletions(-)

Deleted: 0001-fix-libshadow-2.patch
===
--- 0001-fix-libshadow-2.patch  2018-06-10 07:16:15 UTC (rev 326608)
+++ 0001-fix-libshadow-2.patch  2018-06-10 09:48:07 UTC (rev 326609)
@@ -1,24 +0,0 @@
-From 9ed4ae9cf20736742c09007a32ad144b52db Mon Sep 17 00:00:00 2001
-From: fafryd 
-Date: Fri, 25 May 2018 20:17:35 +0200
-Subject: [PATCH] fix libshadow
-

- hw/xfree86/dixmods/meson.build | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/hw/xfree86/dixmods/meson.build b/hw/xfree86/dixmods/meson.build
-index 835d23215..6bd8029b6 100644
 a/hw/xfree86/dixmods/meson.build
-+++ b/hw/xfree86/dixmods/meson.build
-@@ -38,6 +38,7 @@ shared_module(
- 
- install: true,
- install_dir: module_dir,
-+install_rpath: '$ORIGIN/./',
- )
- 
- if build_glx
--- 
-2.17.0
-

Copied: xorg-server/trunk/0002-fix-libshadow-2.patch (from rev 326608, 
xorg-server/trunk/0001-fix-libshadow-2.patch)
===
--- 0002-fix-libshadow-2.patch  (rev 0)
+++ 0002-fix-libshadow-2.patch  2018-06-10 09:48:07 UTC (rev 326609)
@@ -0,0 +1,24 @@
+From 9ed4ae9cf20736742c09007a32ad144b52db Mon Sep 17 00:00:00 2001
+From: fafryd 
+Date: Fri, 25 May 2018 20:17:35 +0200
+Subject: [PATCH] fix libshadow
+
+---
+ hw/xfree86/dixmods/meson.build | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/hw/xfree86/dixmods/meson.build b/hw/xfree86/dixmods/meson.build
+index 835d23215..6bd8029b6 100644
+--- a/hw/xfree86/dixmods/meson.build
 b/hw/xfree86/dixmods/meson.build
+@@ -38,6 +38,7 @@ shared_module(
+ 
+ install: true,
+ install_dir: module_dir,
++install_rpath: '$ORIGIN/./',
+ )
+ 
+ if build_glx
+-- 
+2.17.0
+

Added: 0003_Use_PictureMatchFormat_for_source-only_picture_format.diff
===
--- 0003_Use_PictureMatchFormat_for_source-only_picture_format.diff 
(rev 0)
+++ 0003_Use_PictureMatchFormat_for_source-only_picture_format.diff 
2018-06-10 09:48:07 UTC (rev 326609)
@@ -0,0 +1,34 @@
+From 3ebef6ab850675e1091df2125ebdfbb147436e6c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Michel=20D=C3=A4nzer?= 
+Date: Fri, 1 Jun 2018 11:57:15 +0200
+Subject: exa: Use PictureMatchFormat for source-only picture format
+ description
+
+Their pFormat member is NULL, which resulted in a crash in
+miRenderColorToPixel.
+
+Fixes: 8171d4c2d67b "render: Store and use all 16bpc of precision for
+ solid pixels (v2.1)"
+Reviewed-by: Adam Jackson 
+---
+ exa/exa_render.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/exa/exa_render.c b/exa/exa_render.c
+index 50a9a65..9fbfdfc 100644
+--- a/exa/exa_render.c
 b/exa/exa_render.c
+@@ -291,7 +291,8 @@ exaTryDriverSolidFill(PicturePtr pSrc,
+ pixel = exaGetPixmapFirstPixel(pSrcPix);
+ }
+ else
+-miRenderColorToPixel(pSrc->pFormat,
++miRenderColorToPixel(PictureMatchFormat(pDst->pDrawable->pScreen, 32,
++pSrc->format),
+  >pSourcePict->solidFill.fullcolor,
+  );
+ 
+-- 
+cgit v1.1
+
+

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 07:16:15 UTC (rev 326608)
+++ PKGBUILD2018-06-10 09:48:07 UTC (rev 326609)
@@ -6,7 +6,7 @@
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest'
  'xorg-server-xwayland' 'xorg-server-common' 'xorg-server-devel')
 pkgver=1.20.0
-pkgrel=6
+pkgrel=7
 arch=('x86_64')
 license=('custom')
 groups=('xorg')
@@ -21,7 +21,8 @@
 
'xwayland-config.h.meson.in::https://cgit.freedesktop.org/xorg/xserver/plain/include/xwayland-config.h.meson.in?id=xorg-server-1.20.0'
 xserver-autobind-hotplug.patch
 0001-v2-FS-58644.patch
-0001-fix-libshadow-2.patch
+0002-fix-libshadow-2.patch
+

[arch-commits] Commit in xorg-server/repos (11 files)

2018-06-10 Thread Andreas Radke via arch-commits
Date: Sunday, June 10, 2018 @ 09:48:24
  Author: andyrtr
Revision: 326610

archrelease: copy trunk to testing-x86_64

Added:
  xorg-server/repos/testing-x86_64/
  xorg-server/repos/testing-x86_64/0001-v2-FS-58644.patch
(from rev 326609, xorg-server/trunk/0001-v2-FS-58644.patch)
  xorg-server/repos/testing-x86_64/0002-fix-libshadow-2.patch
(from rev 326609, xorg-server/trunk/0002-fix-libshadow-2.patch)
  
xorg-server/repos/testing-x86_64/0003_Use_PictureMatchFormat_for_source-only_picture_format.diff
(from rev 326609, 
xorg-server/trunk/0003_Use_PictureMatchFormat_for_source-only_picture_format.diff)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 326609, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/xorg-server.install
(from rev 326609, xorg-server/trunk/xorg-server.install)
  
xorg-server/repos/testing-x86_64/xserver-1-2-glamor-Always-return-0-from-glamor_fds_from_pixmap-on-error.patch
(from rev 326609, 
xorg-server/trunk/xserver-1-2-glamor-Always-return-0-from-glamor_fds_from_pixmap-on-error.patch)
  
xorg-server/repos/testing-x86_64/xserver-2-2-glamor-Propagate-glamor_fds_from_pixmap-error-in-glamor_fd_from_pixmap.patch
(from rev 326609, 
xorg-server/trunk/xserver-2-2-glamor-Propagate-glamor_fds_from_pixmap-error-in-glamor_fd_from_pixmap.patch)
  xorg-server/repos/testing-x86_64/xserver-autobind-hotplug.patch
(from rev 326609, xorg-server/trunk/xserver-autobind-hotplug.patch)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 326609, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 326609, xorg-server/trunk/xvfb-run.1)

--+
 0001-v2-FS-58644.patch 
  |   57 +
 0002-fix-libshadow-2.patch 
  |   24 
 0003_Use_PictureMatchFormat_for_source-only_picture_format.diff
  |   34 +
 PKGBUILD   
  |  233 +++
 xorg-server.install
  |   18 
 xserver-1-2-glamor-Always-return-0-from-glamor_fds_from_pixmap-on-error.patch  
  |   28 
 
xserver-2-2-glamor-Propagate-glamor_fds_from_pixmap-error-in-glamor_fd_from_pixmap.patch
 |   29 
 xserver-autobind-hotplug.patch 
  |  293 ++
 xvfb-run   
  |  200 ++
 xvfb-run.1 
  |  282 +
 10 files changed, 1198 insertions(+)

Copied: xorg-server/repos/testing-x86_64/0001-v2-FS-58644.patch (from rev 
326609, xorg-server/trunk/0001-v2-FS-58644.patch)
===
--- testing-x86_64/0001-v2-FS-58644.patch   (rev 0)
+++ testing-x86_64/0001-v2-FS-58644.patch   2018-06-10 09:48:24 UTC (rev 
326610)
@@ -0,0 +1,57 @@
+From 17584285d296acaa80f131ca0e8b75eff675962b Mon Sep 17 00:00:00 2001
+From: fafryd 
+Date: Sun, 20 May 2018 14:30:43 +0200
+Subject: [PATCH] v2 FS#58644
+
+---
+ hw/xfree86/common/meson.build | 13 +
+ hw/xfree86/meson.build| 12 +++-
+ 2 files changed, 20 insertions(+), 5 deletions(-)
+
+diff --git a/hw/xfree86/common/meson.build b/hw/xfree86/common/meson.build
+index 514999ff6..0eff6e488 100644
+--- a/hw/xfree86/common/meson.build
 b/hw/xfree86/common/meson.build
+@@ -1,3 +1,16 @@
++if get_option('suid_wrapper')
++x_sh = configure_file(
++input: '../Xorg.sh.in',
++output: 'Xorg',
++configuration: conf_data,
++)
++install_data(
++   x_sh,
++   install_mode: 'rwxr-xr-x',
++   install_dir: join_paths(get_option('prefix'), get_option('bindir')),
++)
++endif
++
+ srcs_xorg_common = [
+ 'xf86fbBus.c',
+ 'xf86noBus.c',
+diff --git a/hw/xfree86/meson.build b/hw/xfree86/meson.build
+index cacf56d4c..d1295d404 100644
+--- a/hw/xfree86/meson.build
 b/hw/xfree86/meson.build
+@@ -145,11 +145,13 @@ if get_option('suid_wrapper')
+ install_dir: get_option('libexecdir'),
+ # install_mode: ['r-sr-xr-x', 0, 0],
+ )
+-configure_file(
+-input: 'Xorg.sh.in',
+-output: 'Xorg',
+-configuration: conf_data,
+-install_dir: join_paths(get_option('prefix'), get_option('bindir')),
++ meson.add_install_script(
++'sh', '-c',
++'chmod u+s @0@@1@/@2@'.format(
++'${DESTDIR}',
++join_paths(get_option('prefix'), get_option('libexecdir')),
++'Xorg.wrap'
++)
+ )
+ endif
+ 
+-- 
+2.17.0
+

Copied: xorg-server/repos/testing-x86_64/0002-fix-libshadow-2.patch (from rev 
326609, 

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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 08:55:34
  Author: felixonmars
Revision: 342205

archrelease: copy trunk to community-any

Added:
  blinksocks/repos/community-any/PKGBUILD
(from rev 342204, blinksocks/trunk/PKGBUILD)
  blinksocks/repos/community-any/blinksocks@.service
(from rev 342204, blinksocks/trunk/blinksocks@.service)
Deleted:
  blinksocks/repos/community-any/PKGBUILD
  blinksocks/repos/community-any/blinksocks@.service

-+
 PKGBUILD|   56 +-
 blinksocks@.service |   20 -
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 08:55:22 UTC (rev 342204)
+++ PKGBUILD2018-06-10 08:55:34 UTC (rev 342205)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=blinksocks
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='A framework for building composable proxy protocol stack.'
-arch=('any')
-url='https://github.com/ternjs/blinksocks'
-license=('Apache')
-depends=('nodejs' 'semver')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-blinksocks@.service)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('772d835db20d84b845485422f04f070544341599322e1675b7f279481540567202f63e2209119728f0f5b1884e24ddf4e55025a4aba35942e4b9f75e68ce0971'
-
'709153bb95492cf0d6fa070ad8eef16220a97896731f688ec79e03cfddf112b4475fff589490740a8dae33b7bc4c1a331a4baf0d190eaf219f193fbb8128abeb')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/blinksocks/node_modules/{,.bin/}semver
-
-  install -Dm644 "$srcdir/blinksocks@.service" 
"$pkgdir/usr/lib/systemd/system/blinksocks@.service"
-}

Copied: blinksocks/repos/community-any/PKGBUILD (from rev 342204, 
blinksocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 08:55:34 UTC (rev 342205)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=blinksocks
+pkgver=3.2.2
+pkgrel=1
+pkgdesc='A framework for building composable proxy protocol stack.'
+arch=('any')
+url='https://github.com/blinksocks/blinksocks'
+license=('Apache')
+depends=('nodejs' 'semver')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+blinksocks@.service)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('d9b41aea872b430d37d37ed79a38ca10b318a939b22a9613b614cf60b9b8e892e44e9a1724ac9d4970d7e4aeda770ad03bfb11051a1f8b57854256215899d1c0'
+
'709153bb95492cf0d6fa070ad8eef16220a97896731f688ec79e03cfddf112b4475fff589490740a8dae33b7bc4c1a331a4baf0d190eaf219f193fbb8128abeb')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  rm -r "$pkgdir"/usr/lib/node_modules/blinksocks/node_modules/{,.bin/}semver
+
+  install -Dm644 "$srcdir/blinksocks@.service" 
"$pkgdir/usr/lib/systemd/system/blinksocks@.service"
+}

Deleted: blinksocks@.service
===
--- blinksocks@.service 2018-06-10 08:55:22 UTC (rev 342204)
+++ blinksocks@.service 2018-06-10 08:55:34 UTC (rev 342205)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Blinksocks Service
-After=network-online.target
-
-[Service]
-ExecStart=/usr/bin/blinksocks /etc/blinksocks/%i.json
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target
\ No newline at end of file

Copied: blinksocks/repos/community-any/blinksocks@.service (from rev 342204, 
blinksocks/trunk/blinksocks@.service)
===
--- blinksocks@.service (rev 0)
+++ blinksocks@.service 2018-06-10 08:55:34 UTC (rev 342205)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Blinksocks Service
+After=network-online.target
+
+[Service]
+ExecStart=/usr/bin/blinksocks /etc/blinksocks/%i.json
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target
\ No newline at end of file


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

2018-06-10 Thread Felix Yan via arch-commits
Date: Sunday, June 10, 2018 @ 08:55:22
  Author: felixonmars
Revision: 342204

upgpkg: blinksocks 3.2.2-1

Modified:
  blinksocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 07:56:24 UTC (rev 342203)
+++ PKGBUILD2018-06-10 08:55:22 UTC (rev 342204)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=blinksocks
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc='A framework for building composable proxy protocol stack.'
 arch=('any')
@@ -13,7 +13,7 @@
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 blinksocks@.service)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('772d835db20d84b845485422f04f070544341599322e1675b7f279481540567202f63e2209119728f0f5b1884e24ddf4e55025a4aba35942e4b9f75e68ce0971'
+sha512sums=('d9b41aea872b430d37d37ed79a38ca10b318a939b22a9613b614cf60b9b8e892e44e9a1724ac9d4970d7e4aeda770ad03bfb11051a1f8b57854256215899d1c0'
 
'709153bb95492cf0d6fa070ad8eef16220a97896731f688ec79e03cfddf112b4475fff589490740a8dae33b7bc4c1a331a4baf0d190eaf219f193fbb8128abeb')
 
 package() {


[arch-commits] Commit in fop/repos/community-any (PKGBUILD PKGBUILD fop.conf fop.conf)

2018-06-10 Thread Antonio Rojas via arch-commits
Date: Sunday, June 10, 2018 @ 07:56:24
  Author: arojas
Revision: 342203

archrelease: copy trunk to community-any

Added:
  fop/repos/community-any/PKGBUILD
(from rev 342202, fop/trunk/PKGBUILD)
  fop/repos/community-any/fop.conf
(from rev 342202, fop/trunk/fop.conf)
Deleted:
  fop/repos/community-any/PKGBUILD
  fop/repos/community-any/fop.conf

--+
 PKGBUILD |   64 ++---
 fop.conf |   16 +++
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 07:56:03 UTC (rev 342202)
+++ PKGBUILD2018-06-10 07:56:24 UTC (rev 342203)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Stefan Husmann 
-# Contributor: Simon Lipp 
-
-pkgname=fop
-pkgver=2.2
-pkgrel=1
-pkgdesc='XSL-FO implementation in Java.'
-arch=('any')
-url='http://xmlgraphics.apache.org/fop/'
-license=('APACHE')
-depends=('java-xmlgraphics-commons' 'java-commons-logging' 'java-commons-io' 
'java-batik'
- 'java-avalon-framework')
-makedepends=('apache-ant' 'java-environment')
-source=("https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz;
-'fop.conf')
-md5sums=('6d2388bd8851b4883d3258c0afc96895'
- '3dc3325bf77afc787024f33e7d6ab99e')
-backup=('etc/fop.conf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ant -f "$pkgname"/build.xml package
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm0644 "$pkgname/build/fop.jar" "$pkgdir/usr/share/java/fop/fop.jar"
-  install -Dm0644 "../fop.conf" "$pkgdir/etc/fop.conf"
-  install -Dm0755 "$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}

Copied: fop/repos/community-any/PKGBUILD (from rev 342202, fop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 07:56:24 UTC (rev 342203)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Stefan Husmann 
+# Contributor: Simon Lipp 
+
+pkgname=fop
+pkgver=2.3
+pkgrel=1
+pkgdesc='XSL-FO implementation in Java.'
+arch=('any')
+url='http://xmlgraphics.apache.org/fop/'
+license=('APACHE')
+depends=('java-xmlgraphics-commons' 'java-commons-logging' 'java-commons-io' 
'java-batik'
+ 'java-avalon-framework')
+makedepends=('apache-ant' 'java-environment')
+source=("https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz;
+'fop.conf')
+md5sums=('fc95040a8db4a7f22c6f26e18fd6d033'
+ '3dc3325bf77afc787024f33e7d6ab99e')
+backup=('etc/fop.conf')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ant -f "$pkgname"/build.xml package
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm0644 "$pkgname/build/fop.jar" "$pkgdir/usr/share/java/fop/fop.jar"
+  install -Dm0644 "../fop.conf" "$pkgdir/etc/fop.conf"
+  install -Dm0755 "$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
+}

Deleted: fop.conf
===
--- fop.conf2018-06-10 07:56:03 UTC (rev 342202)
+++ fop.conf2018-06-10 07:56:24 UTC (rev 342203)
@@ -1,8 +0,0 @@
-FOP_HOME="/usr/share/java/fop/"
-CLASSPATH="$CLASSPATH:$FOP_HOME/fop.jar"
-CLASSPATH="$CLASSPATH:/usr/share/java/xmlgraphics-commons/xmlgraphics-commons.jar"
-CLASSPATH="$CLASSPATH:/usr/share/java/commons-io/commons-io.jar"
-CLASSPATH="$CLASSPATH:/usr/share/java/commons-logging/commons-logging.jar"
-CLASSPATH="$CLASSPATH:/usr/share/java/batik/batik-all.jar"
-CLASSPATH="$CLASSPATH:/usr/share/java/avalon-framework/avalon-framework.jar"
-CLASSPATH="$CLASSPATH:/usr/share/java/batik/xml-apis-ext.jar"

Copied: fop/repos/community-any/fop.conf (from rev 342202, fop/trunk/fop.conf)
===
--- fop.conf(rev 0)
+++ fop.conf2018-06-10 07:56:24 UTC (rev 342203)
@@ -0,0 +1,8 @@
+FOP_HOME="/usr/share/java/fop/"
+CLASSPATH="$CLASSPATH:$FOP_HOME/fop.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/xmlgraphics-commons/xmlgraphics-commons.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/commons-io/commons-io.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/commons-logging/commons-logging.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/batik/batik-all.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/avalon-framework/avalon-framework.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/batik/xml-apis-ext.jar"


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

2018-06-10 Thread Antonio Rojas via arch-commits
Date: Sunday, June 10, 2018 @ 07:56:03
  Author: arojas
Revision: 342202

Update to 2.3

Modified:
  fop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 07:53:25 UTC (rev 342201)
+++ PKGBUILD2018-06-10 07:56:03 UTC (rev 342202)
@@ -3,7 +3,7 @@
 # Contributor: Simon Lipp 
 
 pkgname=fop
-pkgver=2.2
+pkgver=2.3
 pkgrel=1
 pkgdesc='XSL-FO implementation in Java.'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('apache-ant' 'java-environment')
 
source=("https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz;
 'fop.conf')
-md5sums=('6d2388bd8851b4883d3258c0afc96895'
+md5sums=('fc95040a8db4a7f22c6f26e18fd6d033'
  '3dc3325bf77afc787024f33e7d6ab99e')
 backup=('etc/fop.conf')
 


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

2018-06-10 Thread Antonio Rojas via arch-commits
Date: Sunday, June 10, 2018 @ 07:53:25
  Author: arojas
Revision: 342201

archrelease: copy trunk to community-any

Added:
  groovy-docs/repos/community-any/PKGBUILD
(from rev 342200, groovy-docs/trunk/PKGBUILD)
Deleted:
  groovy-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-10 07:53:02 UTC (rev 342200)
+++ PKGBUILD2018-06-10 07:53:25 UTC (rev 342201)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Bruce 
-
-pkgname=groovy-docs
-pkgver=2.4.15
-pkgrel=1
-pkgdesc='Documentation for the Groovy programming language'
-url='http://groovy-lang.org/'
-license=('APACHE')
-arch=('any')
-source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-$pkgver.zip;)
-sha256sums=('ec16dbf96df5e57aea3a4d883161970df2182fabbda3157b331032ae192897a1')
-
-prepare() {
-  find "$srcdir" -type f -exec chmod -x {} \;
-}
-
-package() {
-  install -d "$pkgdir/usr/share/doc/groovy-$pkgver"
-  cp -r "groovy-$pkgver" "$pkgdir/usr/share/doc/"
-}
-
-# getver: groovy-lang.org/changelogs.html
-# vim: ts=2 sw=2 et:

Copied: groovy-docs/repos/community-any/PKGBUILD (from rev 342200, 
groovy-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-10 07:53:25 UTC (rev 342201)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bruce 
+
+pkgname=groovy-docs
+pkgver=2.5.0
+pkgrel=1
+pkgdesc='Documentation for the Groovy programming language'
+url='http://groovy-lang.org/'
+license=('APACHE')
+arch=('any')
+source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-$pkgver.zip;)
+sha256sums=('37086174f96e4f591d3dbbb478ec3f56db3526a80f9340137a2b40d65219a478')
+
+prepare() {
+  find "$srcdir" -type f -exec chmod -x {} \;
+}
+
+package() {
+  install -d "$pkgdir/usr/share/doc/groovy-$pkgver"
+  cp -r "groovy-$pkgver" "$pkgdir/usr/share/doc/"
+}
+
+# getver: groovy-lang.org/changelogs.html
+# vim: ts=2 sw=2 et:


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

2018-06-10 Thread Antonio Rojas via arch-commits
Date: Sunday, June 10, 2018 @ 07:53:02
  Author: arojas
Revision: 342200

Update to 2.5.0

Modified:
  groovy-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-10 07:45:40 UTC (rev 342199)
+++ PKGBUILD2018-06-10 07:53:02 UTC (rev 342200)
@@ -3,7 +3,7 @@
 # Contributor: Bruce 
 
 pkgname=groovy-docs
-pkgver=2.4.15
+pkgver=2.5.0
 pkgrel=1
 pkgdesc='Documentation for the Groovy programming language'
 url='http://groovy-lang.org/'
@@ -10,7 +10,7 @@
 license=('APACHE')
 arch=('any')
 source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-$pkgver.zip;)
-sha256sums=('ec16dbf96df5e57aea3a4d883161970df2182fabbda3157b331032ae192897a1')
+sha256sums=('37086174f96e4f591d3dbbb478ec3f56db3526a80f9340137a2b40d65219a478')
 
 prepare() {
   find "$srcdir" -type f -exec chmod -x {} \;


  1   2   >