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

2019-10-04 Thread Jan Steffens via arch-commits
Date: Saturday, October 5, 2019 @ 05:50:39
  Author: heftig
Revision: 363829

archrelease: copy trunk to extra-x86_64

Added:
  epiphany/repos/extra-x86_64/PKGBUILD
(from rev 363827, epiphany/trunk/PKGBUILD)
Deleted:
  epiphany/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-05 05:50:39 UTC (rev 363828)
+++ PKGBUILD2019-10-05 05:50:39 UTC (rev 363829)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=epiphany
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="A GNOME web browser based on the WebKit rendering engine"
-url="https://wiki.gnome.org/Apps/Web;
-arch=(x86_64)
-license=(GPL)
-depends=(webkit2gtk gcr icu libdazzle libhandy)
-makedepends=(docbook-xml startup-notification lsb-release 
gobject-introspection yelp-tools
- appstream-glib git meson)
-checkdepends=(xorg-server-xvfb)
-groups=(gnome)
-_commit=41fb8c863f76c8935d305601c4288b4881f1de86  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  # 
ERROR:../epiphany/tests/ephy-web-app-utils-test.c:109:test_web_app_lifetime: 
assertion failed (g_list_length (apps) == 1): (0 == 1)
-  xvfb-run meson test -C build --print-errorlogs || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: epiphany/repos/extra-x86_64/PKGBUILD (from rev 363827, 
epiphany/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-05 05:50:39 UTC (rev 363829)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web;
+arch=(x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr icu libdazzle libhandy)
+makedepends=(docbook-xml startup-notification lsb-release 
gobject-introspection yelp-tools
+ appstream-glib git meson)
+checkdepends=(xorg-server-xvfb)
+groups=(gnome)
+_commit=fae9ef019e39c8ca420344c8c01416a3184bb8fc  # tags/3.34.1^0
+source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  # 
ERROR:../epiphany/tests/ephy-web-app-utils-test.c:109:test_web_app_lifetime: 
assertion failed (g_list_length (apps) == 1): (0 == 1)
+  xvfb-run meson test -C build --print-errorlogs || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-10-04 Thread Jan Steffens via arch-commits
Date: Saturday, October 5, 2019 @ 05:50:39
  Author: heftig
Revision: 363828

archrelease: copy trunk to extra-x86_64

Added:
  glib-networking/repos/extra-x86_64/PKGBUILD
(from rev 363827, glib-networking/trunk/PKGBUILD)
Deleted:
  glib-networking/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-05 05:50:20 UTC (rev 363827)
+++ PKGBUILD2019-10-05 05:50:39 UTC (rev 363828)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=glib-networking
-pkgver=2.62.0
-pkgrel=1
-pkgdesc="Network extensions for GLib"
-url="https://gitlab.gnome.org/GNOME/glib-networking;
-arch=(x86_64)
-license=(GPL2)
-depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
-makedepends=(meson git openssl)
-checkdepends=(ca-certificates)
-optdepends=('openssl: Alternative backend')
-_commit=99aaecc6bfef6118efcd1b39475a7f8ed831551c  # tags/2.62.0^0
-source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D openssl=enabled
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glib-networking/repos/extra-x86_64/PKGBUILD (from rev 363827, 
glib-networking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-05 05:50:39 UTC (rev 363828)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=glib-networking
+pkgver=2.62.1
+pkgrel=1
+pkgdesc="Network extensions for GLib"
+url="https://gitlab.gnome.org/GNOME/glib-networking;
+arch=(x86_64)
+license=(GPL2)
+depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
+makedepends=(meson git openssl)
+checkdepends=(ca-certificates)
+optdepends=('openssl: Alternative backend')
+_commit=5d29b897639a2a16fa294ab9f68ec8111f5daf5f  # tags/2.62.1^0
+source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D openssl=enabled
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-10-04 Thread Jan Steffens via arch-commits
Date: Saturday, October 5, 2019 @ 05:50:40
  Author: heftig
Revision: 363831

archrelease: copy trunk to extra-x86_64

Added:
  libdazzle/repos/extra-x86_64/PKGBUILD
(from rev 363827, libdazzle/trunk/PKGBUILD)
Deleted:
  libdazzle/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-05 05:50:40 UTC (rev 363830)
+++ PKGBUILD2019-10-05 05:50:40 UTC (rev 363831)
@@ -1,34 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=libdazzle
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="A library to delight your users with fancy features"
-url="https://gitlab.gnome.org/GNOME/libdazzle;
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3)
-makedepends=(git meson vala gobject-introspection gtk-doc)
-checkdepends=(xorg-server-xvfb)
-_commit=5bf662d22d4bf95460eb917fc781b814f56013d2  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build -D enable_gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  xvfb-run dbus-run-session meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: libdazzle/repos/extra-x86_64/PKGBUILD (from rev 363827, 
libdazzle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-05 05:50:40 UTC (rev 363831)
@@ -0,0 +1,34 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=libdazzle
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="A library to delight your users with fancy features"
+url="https://gitlab.gnome.org/GNOME/libdazzle;
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+checkdepends=(xorg-server-xvfb)
+_commit=0d0814a70f833491f41914532ad2c494f9f0e0ea  # tags/3.34.1^0
+source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build -D enable_gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  xvfb-run dbus-run-session meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-10-04 Thread Jan Steffens via arch-commits
Date: Saturday, October 5, 2019 @ 05:50:40
  Author: heftig
Revision: 363830

archrelease: copy trunk to extra-x86_64

Added:
  gnome-builder/repos/extra-x86_64/PKGBUILD
(from rev 363827, gnome-builder/trunk/PKGBUILD)
Deleted:
  gnome-builder/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-05 05:50:39 UTC (rev 363829)
+++ PKGBUILD2019-10-05 05:50:40 UTC (rev 363830)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-builder
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="An IDE for writing GNOME-based software"
-url="https://wiki.gnome.org/Apps/Builder;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils ctags
- libpeas vte3 vala python-jedi autoconf-archive sysprof 
flatpak-builder gspell libdazzle
- template-glib jsonrpc-glib python-sphinx webkit2gtk glade python-lxml 
meson)
-makedepends=(llvm gobject-introspection gtk-doc yelp-tools appstream-glib git 
mm-common
- python-sphinx_rtd_theme)
-checkdepends=(xorg-server-xvfb)
-optdepends=('gnome-code-assistance: Legacy assistance services')
-groups=(gnome-extra)
-_commit=fd3388681bc097f31771549b6f58a0b3689af16d  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D docs=true \
--D help=true
-  ninja -C build
-}
-
-check() {
-  xvfb-run meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: gnome-builder/repos/extra-x86_64/PKGBUILD (from rev 363827, 
gnome-builder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-05 05:50:40 UTC (rev 363830)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils ctags
+ libpeas vte3 vala python-jedi autoconf-archive sysprof 
flatpak-builder gspell libdazzle
+ template-glib jsonrpc-glib python-sphinx webkit2gtk glade python-lxml 
meson)
+makedepends=(llvm gobject-introspection gtk-doc yelp-tools appstream-glib git 
mm-common
+ python-sphinx_rtd_theme)
+checkdepends=(xorg-server-xvfb)
+optdepends=('gnome-code-assistance: Legacy assistance services')
+groups=(gnome-extra)
+_commit=f28549a6e8dc326b7f29eaa5b0fc29e4050f4b75  # tags/3.34.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D docs=true \
+-D help=true
+  ninja -C build
+}
+
+check() {
+  xvfb-run meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


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

2019-10-04 Thread Jan Steffens via arch-commits
Date: Saturday, October 5, 2019 @ 05:50:20
  Author: heftig
Revision: 363827

3.34.1-1

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-05 05:41:29 UTC (rev 363826)
+++ PKGBUILD2019-10-05 05:50:20 UTC (rev 363827)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-builder
-pkgver=3.34.0
+pkgver=3.34.1
 pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder;
@@ -15,7 +15,7 @@
 checkdepends=(xorg-server-xvfb)
 optdepends=('gnome-code-assistance: Legacy assistance services')
 groups=(gnome-extra)
-_commit=fd3388681bc097f31771549b6f58a0b3689af16d  # tags/3.34.0^0
+_commit=f28549a6e8dc326b7f29eaa5b0fc29e4050f4b75  # tags/3.34.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-10-04 Thread Jan Steffens via arch-commits
Date: Saturday, October 5, 2019 @ 05:41:29
  Author: heftig
Revision: 363826

3.34.1-1

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-05 05:40:41 UTC (rev 363825)
+++ PKGBUILD2019-10-05 05:41:29 UTC (rev 363826)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=epiphany
-pkgver=3.34.0
+pkgver=3.34.1
 pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web;
@@ -13,7 +13,7 @@
  appstream-glib git meson)
 checkdepends=(xorg-server-xvfb)
 groups=(gnome)
-_commit=41fb8c863f76c8935d305601c4288b4881f1de86  # tags/3.34.0^0
+_commit=fae9ef019e39c8ca420344c8c01416a3184bb8fc  # tags/3.34.1^0
 source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-10-04 Thread Jan Steffens via arch-commits
Date: Saturday, October 5, 2019 @ 05:40:41
  Author: heftig
Revision: 363825

3.34.1-1

Modified:
  libdazzle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-05 05:39:09 UTC (rev 363824)
+++ PKGBUILD2019-10-05 05:40:41 UTC (rev 363825)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libdazzle
-pkgver=3.34.0
+pkgver=3.34.1
 pkgrel=1
 pkgdesc="A library to delight your users with fancy features"
 url="https://gitlab.gnome.org/GNOME/libdazzle;
@@ -11,7 +11,7 @@
 depends=(gtk3)
 makedepends=(git meson vala gobject-introspection gtk-doc)
 checkdepends=(xorg-server-xvfb)
-_commit=5bf662d22d4bf95460eb917fc781b814f56013d2  # tags/3.34.0^0
+_commit=0d0814a70f833491f41914532ad2c494f9f0e0ea  # tags/3.34.1^0
 source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-10-04 Thread Jan Steffens via arch-commits
Date: Saturday, October 5, 2019 @ 05:39:09
  Author: heftig
Revision: 363824

2.62.1-1

Modified:
  glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-05 01:09:44 UTC (rev 363823)
+++ PKGBUILD2019-10-05 05:39:09 UTC (rev 363824)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=glib-networking
-pkgver=2.62.0
+pkgver=2.62.1
 pkgrel=1
 pkgdesc="Network extensions for GLib"
 url="https://gitlab.gnome.org/GNOME/glib-networking;
@@ -11,7 +11,7 @@
 makedepends=(meson git openssl)
 checkdepends=(ca-certificates)
 optdepends=('openssl: Alternative backend')
-_commit=99aaecc6bfef6118efcd1b39475a7f8ed831551c  # tags/2.62.0^0
+_commit=5d29b897639a2a16fa294ab9f68ec8111f5daf5f  # tags/2.62.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in collectd/trunk (fix-failed-values-string.patch)

2019-10-04 Thread Gaëtan Bisson via arch-commits
Date: Saturday, October 5, 2019 @ 02:01:40
  Author: bisson
Revision: 512885

remove upstream patch

Deleted:
  collectd/trunk/fix-failed-values-string.patch

+
 fix-failed-values-string.patch |   27 ---
 1 file changed, 27 deletions(-)

Deleted: fix-failed-values-string.patch
===
--- fix-failed-values-string.patch  2019-10-05 02:00:52 UTC (rev 512884)
+++ fix-failed-values-string.patch  2019-10-05 02:01:40 UTC (rev 512885)
@@ -1,27 +0,0 @@
-From d27bfc74e606290f191c04cdb4e2acc4d5e8d4a9 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?F=E1=B4=80=CA=99=C9=AA=E1=B4=87=C9=B4=20W=E1=B4=87=CA=80?=
- =?UTF-8?q?=C9=B4=CA=9F=C9=AA?= 
-Date: Mon, 29 Jul 2019 09:54:27 +0200
-Subject: [PATCH] fix https://github.com/collectd/collectd/issues/3232
-
-Change-Id: Idab2c4ffa242a73b651f1b056f85f905e356c5ac

- src/utils/common/common.c | 5 +
- 1 file changed, 1 insertion(+), 4 deletions(-)
-
-diff --git a/src/utils/common/common.c b/src/utils/common/common.c
-index 7cfd31096b..8b2521de11 100644
 a/src/utils/common/common.c
-+++ b/src/utils/common/common.c
-@@ -99,10 +99,7 @@ int ssnprintf(char *str, size_t sz, const char *format, 
...) {
- 
-   va_end(ap);
- 
--  if (ret < 0) {
--return ret;
--  }
--  return (size_t)ret >= sz;
-+  return ret;
- } /* int ssnprintf */
- 
- char *ssnprintf_alloc(char const *format, ...) /* {{{ */


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

2019-10-04 Thread Gaëtan Bisson via arch-commits
Date: Saturday, October 5, 2019 @ 02:00:52
  Author: bisson
Revision: 512884

archrelease: copy trunk to community-x86_64

Added:
  collectd/repos/community-x86_64/PKGBUILD
(from rev 512883, collectd/trunk/PKGBUILD)
  collectd/repos/community-x86_64/fix-failed-values-string.patch
(from rev 512883, collectd/trunk/fix-failed-values-string.patch)
  collectd/repos/community-x86_64/service
(from rev 512883, collectd/trunk/service)
Deleted:
  collectd/repos/community-x86_64/PKGBUILD
  collectd/repos/community-x86_64/fix-failed-values-string.patch
  collectd/repos/community-x86_64/service

+
 PKGBUILD   |  151 +++
 fix-failed-values-string.patch |   54 ++---
 service|   26 +++---
 3 files changed, 114 insertions(+), 117 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-05 02:00:28 UTC (rev 512883)
+++ PKGBUILD2019-10-05 02:00:52 UTC (rev 512884)
@@ -1,77 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Gerhard Brauer 
-
-pkgname=collectd
-pkgver=5.9.1
-pkgrel=1
-pkgdesc='Daemon which collects system performance statistics periodically'
-url='https://collectd.org/'
-arch=('x86_64')
-license=('GPL')
-
-optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
-'libdbi: dbi plugin'
-'libesmtp: notify_email plugin'
-'libgcrypt: encryption and authentication for network plugin'
-'libmemcached: memcachec plugin'
-'mariadb-libs: mysql plugin'
-'systemd-libs: UdevNameAttr option'
-'iproute2: netlink plugin'
-'net-snmp: snmp plugin'
-'libnotify: notify_desktop plugin'
-'openipmi: ipmi plugin'
-'liboping: ping plugin'
-'libpcap: dns plugin'
-'perl: perl plugin'
-'postgresql-libs: postgresql plugin'
-'python: python plugin'
-'rrdtool: rrdtool and rrdcached plugins'
-'lm_sensors: lm_sensors and sensors plugins'
-'libvirt: libvirt plugin'
-'libxml2: ascent and libvirt plugins'
-'yajl: curl_json plugin'
-'libatasmart: smart plugin'
-'lvm2: lvm plugin'
-'protobuf-c: write_riemann plugin'
-'mosquitto: MQTT plugin'
-'libmicrohttpd: prometheus plugin'
-'librabbitmq-c: amqp plugin')
-
-makedepends=(${optdepends[@]%:*})
-depends=('libltdl' 'iptables' 'libnsl')
-
-source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;
-'fix-failed-values-string.patch'
-'service')
-sha256sums=('51fb72f51489cb33fa4ddd65b757d81d77c13a33b36f031d6ce2835a2eec9adb'
-'d9dca57380e69c8c10775d4e24fc40fd1bf838f7fd7cbbc9e1118e47f76ba0fe'
-'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
-
-backup=('etc/collectd.conf')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-   ./build.sh
-   sed 's/ -Werror//g' -i configure
-   patch -p1 -i ../fix-failed-values-string.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --with-python=/usr/bin/python \
-   --with-perl-bindings='INSTALLDIRS=vendor'
-   make all
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rmdir "${pkgdir}/var/run" # FS#30201
-   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/collectd.service
-   install -Dm644 contrib/collectd2html.pl 
"${pkgdir}"/usr/share/collectd/collectd2html.pl
-}

Copied: collectd/repos/community-x86_64/PKGBUILD (from rev 512883, 
collectd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-05 02:00:52 UTC (rev 512884)
@@ -0,0 +1,74 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Gerhard Brauer 
+
+pkgname=collectd
+pkgver=5.9.2
+pkgrel=1
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='https://collectd.org/'
+arch=('x86_64')
+license=('GPL')
+
+optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
+'libdbi: dbi plugin'
+'libesmtp: notify_email plugin'
+'libgcrypt: encryption and authentication for network plugin'
+'libmemcached: memcachec plugin'
+'mariadb-libs: mysql plugin'
+'systemd-libs: UdevNameAttr option'
+'iproute2: netlink plugin'
+'net-snmp: snmp plugin'
+'libnotify: notify_desktop plugin'
+'openipmi: ipmi plugin'
+

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

2019-10-04 Thread Gaëtan Bisson via arch-commits
Date: Saturday, October 5, 2019 @ 02:00:28
  Author: bisson
Revision: 512883

upstream update

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-05 00:02:00 UTC (rev 512882)
+++ PKGBUILD2019-10-05 02:00:28 UTC (rev 512883)
@@ -2,7 +2,7 @@
 # Contributor: Gerhard Brauer 
 
 pkgname=collectd
-pkgver=5.9.1
+pkgver=5.9.2
 pkgrel=1
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='https://collectd.org/'
@@ -41,10 +41,8 @@
 depends=('libltdl' 'iptables' 'libnsl')
 
 
source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;
-'fix-failed-values-string.patch'
 'service')
-sha256sums=('51fb72f51489cb33fa4ddd65b757d81d77c13a33b36f031d6ce2835a2eec9adb'
-'d9dca57380e69c8c10775d4e24fc40fd1bf838f7fd7cbbc9e1118e47f76ba0fe'
+sha256sums=('961116e74ac505b920578932fd2bd9904febbc7d5aefba3e0ea3d44337c00119'
 'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
 
 backup=('etc/collectd.conf')
@@ -53,7 +51,6 @@
cd "${srcdir}/${pkgname}-${pkgname}-${pkgver}"
./build.sh
sed 's/ -Werror//g' -i configure
-   patch -p1 -i ../fix-failed-values-string.patch
 }
 
 build() {


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

2019-10-04 Thread Gaëtan Bisson via arch-commits
Date: Saturday, October 5, 2019 @ 01:09:26
  Author: bisson
Revision: 363822

upstream update

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:46:08 UTC (rev 363821)
+++ PKGBUILD2019-10-05 01:09:26 UTC (rev 363822)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=whois
-pkgver=5.5.1
+pkgver=5.5.2
 pkgrel=1
 pkgdesc='Intelligent WHOIS client'
 url='https://github.com/rfc1036/whois'
@@ -12,7 +12,7 @@
 depends=('libidn2')
 makedepends=('perl')
 
source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('ee8d802f2e6639d44db3c326f3f5e059a8571a8cd0da87e60c6ddb06713cac82')
+sha256sums=('c0594d3bc81c12958118ffa5c1bc04db105b853e7f748021588913c986fea5c0')
 
 backup=('etc/whois.conf')
 


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

2019-10-04 Thread Gaëtan Bisson via arch-commits
Date: Saturday, October 5, 2019 @ 01:09:44
  Author: bisson
Revision: 363823

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 363822, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-05 01:09:26 UTC (rev 363822)
+++ PKGBUILD2019-10-05 01:09:44 UTC (rev 363823)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.5.1
-pkgrel=1
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn2')
-makedepends=('perl')
-source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('ee8d802f2e6639d44db3c326f3f5e059a8571a8cd0da87e60c6ddb06713cac82')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 363822, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-05 01:09:44 UTC (rev 363823)
@@ -0,0 +1,33 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.5.2
+pkgrel=1
+pkgdesc='Intelligent WHOIS client'
+url='https://github.com/rfc1036/whois'
+license=('GPL')
+arch=('x86_64')
+depends=('libidn2')
+makedepends=('perl')
+source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
+sha256sums=('c0594d3bc81c12958118ffa5c1bc04db105b853e7f748021588913c986fea5c0')
+
+backup=('etc/whois.conf')
+
+build() {
+   cd "${srcdir}/${pkgname}"
+
+   make \
+   CONFIG_FILE=/etc/whois.conf \
+   CFLAGS="$CFLAGS $CPPFLAGS" \
+   HAVE_ICONV=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+
+   make prefix=/usr BASEDIR="${pkgdir}" install-whois
+   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
+}


[arch-commits] Commit in openbve/trunk (PKGBUILD openbve.desktop)

2019-10-04 Thread Balló György via arch-commits
Date: Saturday, October 5, 2019 @ 00:01:18
  Author: bgyorgy
Revision: 512881

upgpkg: openbve 1.7.0.1-1

Update to new version

Modified:
  openbve/trunk/PKGBUILD
Deleted:
  openbve/trunk/openbve.desktop

-+
 PKGBUILD|   18 +++---
 openbve.desktop |9 -
 2 files changed, 11 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 23:12:49 UTC (rev 512880)
+++ PKGBUILD2019-10-05 00:01:18 UTC (rev 512881)
@@ -2,7 +2,7 @@
 
 pkgname=openbve
 _pkgname=OpenBVE
-pkgver=1.6.0.1
+pkgver=1.7.0.1
 pkgrel=1
 pkgdesc="Free-as-in-freedom train simulator placed in the public domain"
 arch=('any')
@@ -9,15 +9,20 @@
 url="https://openbve-project.net/;
 license=('MIT' 'custom:public domain')
 depends=('hicolor-icon-theme' 'libxi' 'mono' 'openal')
+makedepends=('nuget')
 
source=($_pkgname-$pkgver.tar.gz::https://github.com/leezer3/$_pkgname/archive/$pkgver.tar.gz
 $pkgname.sh
-$pkgname.desktop
 $pkgname.appdata.xml)
-sha256sums=('4a2ef2d12ba0d884ced5e429305cf2c9512684d9c6a4b6c0612dcd9d622ff02c'
+sha256sums=('844f598a78d850f9145454435750ea6c7bc29331d6680b220aed9645ee54cdba'
 'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
-'8190945fa834ecdcf8a3f271264e5be2e288933ecde943060346e16537611c0f'
 '1ae1d4bf4dbe0d4e012fafef090d98b4c67ba87bee8981af0b2de11015b57df2')
 
+prepare() {
+  cd $_pkgname-$pkgver
+  nuget restore OpenBVE.sln
+  mv packages/sharpcompress.0.24.0 packages/SharpCompress.0.24.0
+}
+
 build() {
   cd $_pkgname-$pkgver
   xbuild /p:Configuration=Release OpenBVE.sln
@@ -39,10 +44,9 @@
   install -Dm755 ../$pkgname.sh "$pkgdir/usr/bin/$pkgname"
 
   # Desktop file and icon
-  install -Dm644 ../$pkgname.desktop 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 debian/$pkgname.png 
"$pkgdir/usr/share/icons/hicolor/128x128/apps/$pkgname.png"
+  install -Dm644 debian/$pkgname.desktop 
"$pkgdir/usr/share/applications/$pkgname.desktop"
   install -Dm644 ../$pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
-  install -Dm644 assets/Menu/logo.png 
"$pkgdir/usr/share/icons/hicolor/128x128/apps/$pkgname.png"
-  install -Dm644 graphics/logo_icon.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg"
 
   # License
   install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"

Deleted: openbve.desktop
===
--- openbve.desktop 2019-10-04 23:12:49 UTC (rev 512880)
+++ openbve.desktop 2019-10-05 00:01:18 UTC (rev 512881)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=OpenBVE
-Comment=Train/railway simulator compatible with 'BVE Trainsim' routes
-Comment[hu]=A „BVE Trainsim” útvonalaival kompatibilis vonatszimulátor
-Exec=openbve
-Icon=openbve
-Categories=Game;Simulation;


[arch-commits] Commit in openbve/repos/community-any (7 files)

2019-10-04 Thread Balló György via arch-commits
Date: Saturday, October 5, 2019 @ 00:02:00
  Author: bgyorgy
Revision: 512882

archrelease: copy trunk to community-any

Added:
  openbve/repos/community-any/PKGBUILD
(from rev 512881, openbve/trunk/PKGBUILD)
  openbve/repos/community-any/openbve.appdata.xml
(from rev 512881, openbve/trunk/openbve.appdata.xml)
  openbve/repos/community-any/openbve.sh
(from rev 512881, openbve/trunk/openbve.sh)
Deleted:
  openbve/repos/community-any/PKGBUILD
  openbve/repos/community-any/openbve.appdata.xml
  openbve/repos/community-any/openbve.desktop
  openbve/repos/community-any/openbve.sh

-+
 PKGBUILD|  106 +-
 openbve.appdata.xml |   44 ++--
 openbve.desktop |9 
 openbve.sh  |4 -
 4 files changed, 79 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-05 00:01:18 UTC (rev 512881)
+++ PKGBUILD2019-10-05 00:02:00 UTC (rev 512882)
@@ -1,51 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=openbve
-_pkgname=OpenBVE
-pkgver=1.6.0.1
-pkgrel=1
-pkgdesc="Free-as-in-freedom train simulator placed in the public domain"
-arch=('any')
-url="https://openbve-project.net/;
-license=('MIT' 'custom:public domain')
-depends=('hicolor-icon-theme' 'libxi' 'mono' 'openal')
-source=($_pkgname-$pkgver.tar.gz::https://github.com/leezer3/$_pkgname/archive/$pkgver.tar.gz
-$pkgname.sh
-$pkgname.desktop
-$pkgname.appdata.xml)
-sha256sums=('4a2ef2d12ba0d884ced5e429305cf2c9512684d9c6a4b6c0612dcd9d622ff02c'
-'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
-'8190945fa834ecdcf8a3f271264e5be2e288933ecde943060346e16537611c0f'
-'1ae1d4bf4dbe0d4e012fafef090d98b4c67ba87bee8981af0b2de11015b57df2')
-
-build() {
-  cd $_pkgname-$pkgver
-  xbuild /p:Configuration=Release OpenBVE.sln
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  # Binaries
-  install -dm755 "$pkgdir/usr/lib/$pkgname/"
-  cp -r bin_release/* "$pkgdir/usr/lib/$pkgname/"
-
-  # Data
-  install -dm755 "$pkgdir/usr/share/games/$pkgname/"
-  mv "$pkgdir/usr/lib/$pkgname/Data" "$pkgdir/usr/share/games/$pkgname/"
-  ln -s ../../share/games/$pkgname/Data "$pkgdir/usr/lib/$pkgname/Data"
-
-  # Executable
-  install -Dm755 ../$pkgname.sh "$pkgdir/usr/bin/$pkgname"
-
-  # Desktop file and icon
-  install -Dm644 ../$pkgname.desktop 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 ../$pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
-  install -Dm644 assets/Menu/logo.png 
"$pkgdir/usr/share/icons/hicolor/128x128/apps/$pkgname.png"
-  install -Dm644 graphics/logo_icon.svg 
"$pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg"
-
-  # License
-  install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
-  install -m644 licenses/* Readme.md \
-"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: openbve/repos/community-any/PKGBUILD (from rev 512881, 
openbve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-05 00:02:00 UTC (rev 512882)
@@ -0,0 +1,55 @@
+# Maintainer: Balló György 
+
+pkgname=openbve
+_pkgname=OpenBVE
+pkgver=1.7.0.1
+pkgrel=1
+pkgdesc="Free-as-in-freedom train simulator placed in the public domain"
+arch=('any')
+url="https://openbve-project.net/;
+license=('MIT' 'custom:public domain')
+depends=('hicolor-icon-theme' 'libxi' 'mono' 'openal')
+makedepends=('nuget')
+source=($_pkgname-$pkgver.tar.gz::https://github.com/leezer3/$_pkgname/archive/$pkgver.tar.gz
+$pkgname.sh
+$pkgname.appdata.xml)
+sha256sums=('844f598a78d850f9145454435750ea6c7bc29331d6680b220aed9645ee54cdba'
+'cf0f2a28e65248f742d6bb80f3101e36f24097e699c4e5acdf3fd4dbb965d3c3'
+'1ae1d4bf4dbe0d4e012fafef090d98b4c67ba87bee8981af0b2de11015b57df2')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  nuget restore OpenBVE.sln
+  mv packages/sharpcompress.0.24.0 packages/SharpCompress.0.24.0
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  xbuild /p:Configuration=Release OpenBVE.sln
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  # Binaries
+  install -dm755 "$pkgdir/usr/lib/$pkgname/"
+  cp -r bin_release/* "$pkgdir/usr/lib/$pkgname/"
+
+  # Data
+  install -dm755 "$pkgdir/usr/share/games/$pkgname/"
+  mv "$pkgdir/usr/lib/$pkgname/Data" "$pkgdir/usr/share/games/$pkgname/"
+  ln -s ../../share/games/$pkgname/Data "$pkgdir/usr/lib/$pkgname/Data"
+
+  # Executable
+  install -Dm755 ../$pkgname.sh "$pkgdir/usr/bin/$pkgname"
+
+  # Desktop file and icon
+  install -Dm644 debian/$pkgname.png 
"$pkgdir/usr/share/icons/hicolor/128x128/apps/$pkgname.png"
+  install -Dm644 debian/$pkgname.desktop 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 ../$pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+
+  # License
+  install -dm755 

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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 23:12:49
  Author: bgyorgy
Revision: 512880

archrelease: copy trunk to community-any

Added:
  osinfo-db/repos/community-any/PKGBUILD
(from rev 512879, osinfo-db/trunk/PKGBUILD)
Deleted:
  osinfo-db/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 23:12:45 UTC (rev 512879)
+++ PKGBUILD2019-10-04 23:12:49 UTC (rev 512880)
@@ -1,21 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=osinfo-db
-pkgver=20190805
-pkgrel=1
-pkgdesc="Osinfo database of information about operating systems for 
virtualization provisioning tools"
-arch=('any')
-url="https://libosinfo.org/;
-license=('GPL')
-makedepends=('osinfo-db-tools')
-options=('!emptydirs')
-source=("https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.xz"{,.asc})
-noextract=($pkgname-$pkgver.tar.xz)
-validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF'  # Daniel P. Berrange
-  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B') # Fabiano Fidêncio
-sha256sums=('7da4477508cb2fb03da90123bafcc2ab1ff6c2d8f911a590cad9a202eb0448d1'
-'SKIP')
-
-package() {
-   osinfo-db-import --root "$pkgdir" --system $pkgname-$pkgver.tar.xz
-}

Copied: osinfo-db/repos/community-any/PKGBUILD (from rev 512879, 
osinfo-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 23:12:49 UTC (rev 512880)
@@ -0,0 +1,21 @@
+# Maintainer: Balló György 
+
+pkgname=osinfo-db
+pkgver=20190920
+pkgrel=1
+pkgdesc="Osinfo database of information about operating systems for 
virtualization provisioning tools"
+arch=('any')
+url="https://libosinfo.org/;
+license=('GPL')
+makedepends=('osinfo-db-tools')
+options=('!emptydirs')
+source=("https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.xz"{,.asc})
+noextract=($pkgname-$pkgver.tar.xz)
+validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF'  # Daniel P. Berrange
+  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B') # Fabiano Fidêncio
+sha256sums=('c8e32e93079a85b7d8c79ba9bc1a21c2e0403612f454049476242a2529a67c8a'
+'SKIP')
+
+package() {
+   osinfo-db-import --root "$pkgdir" --system $pkgname-$pkgver.tar.xz
+}


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 23:12:45
  Author: bgyorgy
Revision: 512879

upgpkg: osinfo-db 20190920-1

Update to new version

Modified:
  osinfo-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 23:10:52 UTC (rev 512878)
+++ PKGBUILD2019-10-04 23:12:45 UTC (rev 512879)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=osinfo-db
-pkgver=20190805
+pkgver=20190920
 pkgrel=1
 pkgdesc="Osinfo database of information about operating systems for 
virtualization provisioning tools"
 arch=('any')
@@ -13,7 +13,7 @@
 noextract=($pkgname-$pkgver.tar.xz)
 validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF'  # Daniel P. Berrange
   '09B9C8FF223EF113AFA06A39EE926C2BDACC177B') # Fabiano Fidêncio
-sha256sums=('7da4477508cb2fb03da90123bafcc2ab1ff6c2d8f911a590cad9a202eb0448d1'
+sha256sums=('c8e32e93079a85b7d8c79ba9bc1a21c2e0403612f454049476242a2529a67c8a'
 'SKIP')
 
 package() {


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 23:10:49
  Author: bgyorgy
Revision: 512877

upgpkg: gnome-usage 3.33.2-1

Update to new version

Modified:
  gnome-usage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 22:49:41 UTC (rev 512876)
+++ PKGBUILD2019-10-04 23:10:49 UTC (rev 512877)
@@ -1,17 +1,17 @@
 # Maintainer: Balló György 
 
 pkgname=gnome-usage
-pkgver=3.32.0
+pkgver=3.33.2
 pkgrel=1
 pkgdesc="GNOME application to view information about use of system resources"
 arch=(x86_64)
 url="https://wiki.gnome.org/Apps/Usage;
 license=(GPL3)
-depends=(gtk3 libgtop libdazzle)
+depends=(gtk3 libgtop libdazzle tracker)
 makedepends=(git meson vala)
 optdepends=('accountsservice: show user tags for processes')
 groups=(gnome-extra)
-_commit=1540a395cd89f517d55b1d0052d18c60685c9dd2  # tags/v3.32.0^0
+_commit=7554b8553d4e29bb771fd72fc4f3d2c7a4b87f02  # tags/v3.33.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-usage.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 23:10:52
  Author: bgyorgy
Revision: 512878

archrelease: copy trunk to community-x86_64

Added:
  gnome-usage/repos/community-x86_64/PKGBUILD
(from rev 512877, gnome-usage/trunk/PKGBUILD)
Deleted:
  gnome-usage/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 23:10:49 UTC (rev 512877)
+++ PKGBUILD2019-10-04 23:10:52 UTC (rev 512878)
@@ -1,34 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=gnome-usage
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="GNOME application to view information about use of system resources"
-arch=(x86_64)
-url="https://wiki.gnome.org/Apps/Usage;
-license=(GPL3)
-depends=(gtk3 libgtop libdazzle)
-makedepends=(git meson vala)
-optdepends=('accountsservice: show user tags for processes')
-groups=(gnome-extra)
-_commit=1540a395cd89f517d55b1d0052d18c60685c9dd2  # tags/v3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-usage.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-usage/repos/community-x86_64/PKGBUILD (from rev 512877, 
gnome-usage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 23:10:52 UTC (rev 512878)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György 
+
+pkgname=gnome-usage
+pkgver=3.33.2
+pkgrel=1
+pkgdesc="GNOME application to view information about use of system resources"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Usage;
+license=(GPL3)
+depends=(gtk3 libgtop libdazzle tracker)
+makedepends=(git meson vala)
+optdepends=('accountsservice: show user tags for processes')
+groups=(gnome-extra)
+_commit=7554b8553d4e29bb771fd72fc4f3d2c7a4b87f02  # tags/v3.33.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-usage.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 22:49:41
  Author: bgyorgy
Revision: 512876

archrelease: copy trunk to community-any

Added:
  drawing/repos/community-any/PKGBUILD
(from rev 512875, drawing/trunk/PKGBUILD)
Deleted:
  drawing/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 22:49:38 UTC (rev 512875)
+++ PKGBUILD2019-10-04 22:49:41 UTC (rev 512876)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=drawing
-pkgver=0.4.4
-pkgrel=1
-pkgdesc="Drawing application for the GNOME desktop"
-url="https://github.com/maoschanz/drawing;
-arch=(any)
-license=(GPL3)
-depends=(gtk3 python-cairo python-gobject)
-makedepends=(meson)
-source=($pkgname-$pkgver.tar.gz::https://github.com/maoschanz/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('9c2a4d4349f2c462a2b6ab7e8a01d6c4059af7652122d51ef3806a24379bb749')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: drawing/repos/community-any/PKGBUILD (from rev 512875, 
drawing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 22:49:41 UTC (rev 512876)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György 
+
+pkgname=drawing
+pkgver=0.4.5
+pkgrel=1
+pkgdesc="Drawing application for the GNOME desktop"
+url="https://github.com/maoschanz/drawing;
+arch=(any)
+license=(GPL3)
+depends=(gtk3 python-cairo python-gobject)
+makedepends=(meson)
+source=($pkgname-$pkgver.tar.gz::https://github.com/maoschanz/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('b58f80916e9b33f575be70420c656118f9514c704070280ba0d55ac8ea98608d')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 22:49:38
  Author: bgyorgy
Revision: 512875

upgpkg: drawing 0.4.5-1

Update to new version

Modified:
  drawing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 22:47:11 UTC (rev 512874)
+++ PKGBUILD2019-10-04 22:49:38 UTC (rev 512875)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=drawing
-pkgver=0.4.4
+pkgver=0.4.5
 pkgrel=1
 pkgdesc="Drawing application for the GNOME desktop"
 url="https://github.com/maoschanz/drawing;
@@ -10,7 +10,7 @@
 depends=(gtk3 python-cairo python-gobject)
 makedepends=(meson)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/maoschanz/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('9c2a4d4349f2c462a2b6ab7e8a01d6c4059af7652122d51ef3806a24379bb749')
+sha256sums=('b58f80916e9b33f575be70420c656118f9514c704070280ba0d55ac8ea98608d')
 
 build() {
   arch-meson $pkgname-$pkgver build


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 22:47:07
  Author: bgyorgy
Revision: 512873

upgpkg: gst-editing-services 1.16.1-1

Update to new version

Modified:
  gst-editing-services/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 22:44:18 UTC (rev 512872)
+++ PKGBUILD2019-10-04 22:47:07 UTC (rev 512873)
@@ -6,7 +6,7 @@
 
 pkgname=gst-editing-services
 _pkgname=gstreamer-editing-services
-pkgver=1.16.0
+pkgver=1.16.1
 pkgrel=1
 pkgdesc='GStreamer library for creating audio/video editors'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 
source=("https://gstreamer.freedesktop.org/src/$_pkgname/$_pkgname-$pkgver.tar.xz"{,.asc})
 validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5' # Sebastian Dröge
   'D637032E45B8C6585B9456565D2EEE6F6F349D7C') # Tim-Philipp Müller
-sha256sums=('82a3faefb2b0d91e134fd02cddeee718b7846a07cbf0127fed7aa03e25495ad1'
+sha256sums=('c884878f9e6ddac96e4f174654d12fe52e3d48eaaec27a80767c0d56cb2f6780'
 'SKIP')
 
 build() {


[arch-commits] Commit in gst-editing-services/repos/community-x86_64 (2 files)

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 22:47:11
  Author: bgyorgy
Revision: 512874

archrelease: copy trunk to community-x86_64

Added:
  gst-editing-services/repos/community-x86_64/PKGBUILD
(from rev 512873, gst-editing-services/trunk/PKGBUILD)
Deleted:
  gst-editing-services/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 22:47:07 UTC (rev 512873)
+++ PKGBUILD2019-10-04 22:47:11 UTC (rev 512874)
@@ -1,41 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Sergej Pupykin 
-# Contributor: Lubosz Sarnecki 
-# Contributor: Kerrick Staley 
-# Contributor: Thijs Vermeir 
-
-pkgname=gst-editing-services
-_pkgname=gstreamer-editing-services
-pkgver=1.16.0
-pkgrel=1
-pkgdesc='GStreamer library for creating audio/video editors'
-arch=('x86_64')
-license=('LGPL')
-url='https://gstreamer.freedesktop.org/modules/gst-editing-services.html'
-depends=('gst-plugins-base')
-makedepends=('bash-completion' 'gobject-introspection' 'gtk-doc' 
'python-gobject')
-checkdepends=('gst-plugins-bad' 'gst-plugins-good')
-source=("https://gstreamer.freedesktop.org/src/$_pkgname/$_pkgname-$pkgver.tar.xz"{,.asc})
-validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5' # Sebastian Dröge
-  'D637032E45B8C6585B9456565D2EEE6F6F349D7C') # Tim-Philipp Müller
-sha256sums=('82a3faefb2b0d91e134fd02cddeee718b7846a07cbf0127fed7aa03e25495ad1'
-'SKIP')
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure --prefix=/usr --enable-gtk-doc \
---with-package-name="GStreamer (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/;
-  make
-}
-
-check() {
-  cd $_pkgname-$pkgver
-  # Broken on i686
-  make check || :
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gst-editing-services/repos/community-x86_64/PKGBUILD (from rev 512873, 
gst-editing-services/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 22:47:11 UTC (rev 512874)
@@ -0,0 +1,41 @@
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: Lubosz Sarnecki 
+# Contributor: Kerrick Staley 
+# Contributor: Thijs Vermeir 
+
+pkgname=gst-editing-services
+_pkgname=gstreamer-editing-services
+pkgver=1.16.1
+pkgrel=1
+pkgdesc='GStreamer library for creating audio/video editors'
+arch=('x86_64')
+license=('LGPL')
+url='https://gstreamer.freedesktop.org/modules/gst-editing-services.html'
+depends=('gst-plugins-base')
+makedepends=('bash-completion' 'gobject-introspection' 'gtk-doc' 
'python-gobject')
+checkdepends=('gst-plugins-bad' 'gst-plugins-good')
+source=("https://gstreamer.freedesktop.org/src/$_pkgname/$_pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('7F4BC7CC3CA06F97336BBFEB0668CC1486C2D7B5' # Sebastian Dröge
+  'D637032E45B8C6585B9456565D2EEE6F6F349D7C') # Tim-Philipp Müller
+sha256sums=('c884878f9e6ddac96e4f174654d12fe52e3d48eaaec27a80767c0d56cb2f6780'
+'SKIP')
+
+build() {
+  cd $_pkgname-$pkgver
+  ./configure --prefix=/usr --enable-gtk-doc \
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/;
+  make
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  # Broken on i686
+  make check || :
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 22:44:15
  Author: bgyorgy
Revision: 512871

upgpkg: qgis 3.8.3-1

Update to new version

Modified:
  qgis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 22:24:04 UTC (rev 512870)
+++ PKGBUILD2019-10-04 22:44:15 UTC (rev 512871)
@@ -9,8 +9,8 @@
 # Contributor: Eric Forgeot < http://esclinux.tk >
 
 pkgname=qgis
-pkgver=3.8.2
-pkgrel=2
+pkgver=3.8.3
+pkgrel=1
 pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
 url='https://qgis.org/'
 license=(GPL)
@@ -30,7 +30,7 @@
 'python-yaml: Processing plugin')
 source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2;
 qt-5.13.patch)
-sha256sums=('4d682f7625465a5b3596b3f7e83eddad86a60384fead9c81a6870704baffaddd'
+sha256sums=('3cca3e8483bc158cb8e972eb819a55a5734ba70f2c7da28ebc485864aafb17bd'
 '2798a8c2d2dfbe18e05a4c44611291d9688dddac3e000dc95f4c8893e0fbfe93')
 
 prepare() {


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 22:44:18
  Author: bgyorgy
Revision: 512872

archrelease: copy trunk to community-x86_64

Added:
  qgis/repos/community-x86_64/PKGBUILD
(from rev 512871, qgis/trunk/PKGBUILD)
  qgis/repos/community-x86_64/qt-5.13.patch
(from rev 512871, qgis/trunk/qt-5.13.patch)
Deleted:
  qgis/repos/community-x86_64/PKGBUILD
  qgis/repos/community-x86_64/qt-5.13.patch

---+
 PKGBUILD  |  122 
 qt-5.13.patch |   44 ++--
 2 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 22:44:15 UTC (rev 512871)
+++ PKGBUILD2019-10-04 22:44:18 UTC (rev 512872)
@@ -1,61 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Doug Newgard 
-# Contributor: XavierCLL 
-# Contributor: SaultDon 
-# Contributor: Lantald < lantald at gmx.com >
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: Gerardo Exequiel Pozzi 
-# Contributor: Eric Forgeot < http://esclinux.tk >
-
-pkgname=qgis
-pkgver=3.8.2
-pkgrel=2
-pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
-url='https://qgis.org/'
-license=(GPL)
-arch=(x86_64)
-depends=(desktop-file-utils exiv2 gdal hicolor-icon-theme libzip 
python-qscintilla-qt5 qca qt5-3d
- qt5-serialport qt5-webkit qtkeychain qwtpolar spatialindex python-sip)
-makedepends=(cmake fcgi gsl python-six qt5-tools txt2tags sip)
-optdepends=('fcgi: Map server'
-'gpsbabel: GPS Tools plugin'
-'gsl: Georeferencer plugin'
-'python-gdal: DB Manager plugin; Processing plugin'
-'python-jinja: MetaSearch plugin'
-'python-owslib: MetaSearch plugin'
-'python-psycopg2: DB Manager plugin; Processing plugin'
-'python-pygments: MetaSearch plugin'
-'python-numpy: Processing plugin'
-'python-yaml: Processing plugin')
-source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2;
-qt-5.13.patch)
-sha256sums=('4d682f7625465a5b3596b3f7e83eddad86a60384fead9c81a6870704baffaddd'
-'2798a8c2d2dfbe18e05a4c44611291d9688dddac3e000dc95f4c8893e0fbfe93')
-
-prepare() {
-  [[ -d build ]] || mkdir build
-
-  cd $pkgname-$pkgver
-  # Fix build with Qt 5.13
-  patch -Np1 -i ../qt-5.13.patch
-}
-
-build() {
-  cd build
-  cmake -G "Unix Makefiles" ../$pkgname-$pkgver/ \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_3D=TRUE \
--DWITH_SERVER=TRUE \
--DWITH_CUSTOM_WIDGETS=TRUE \
--DBINDINGS_GLOBAL_INSTALL=TRUE \
--DQGIS_MANUAL_SUBDIR=share/man \
--DWITH_QWTPOLAR=TRUE \
--DWITH_INTERNAL_QWTPOLAR=FALSE
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: qgis/repos/community-x86_64/PKGBUILD (from rev 512871, 
qgis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 22:44:18 UTC (rev 512872)
@@ -0,0 +1,61 @@
+# Maintainer: Balló György 
+# Contributor: Doug Newgard 
+# Contributor: XavierCLL 
+# Contributor: SaultDon 
+# Contributor: Lantald < lantald at gmx.com >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Eric Forgeot < http://esclinux.tk >
+
+pkgname=qgis
+pkgver=3.8.3
+pkgrel=1
+pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
+url='https://qgis.org/'
+license=(GPL)
+arch=(x86_64)
+depends=(desktop-file-utils exiv2 gdal hicolor-icon-theme libzip 
python-qscintilla-qt5 qca qt5-3d
+ qt5-serialport qt5-webkit qtkeychain qwtpolar spatialindex python-sip)
+makedepends=(cmake fcgi gsl python-six qt5-tools txt2tags sip)
+optdepends=('fcgi: Map server'
+'gpsbabel: GPS Tools plugin'
+'gsl: Georeferencer plugin'
+'python-gdal: DB Manager plugin; Processing plugin'
+'python-jinja: MetaSearch plugin'
+'python-owslib: MetaSearch plugin'
+'python-psycopg2: DB Manager plugin; Processing plugin'
+'python-pygments: MetaSearch plugin'
+'python-numpy: Processing plugin'
+'python-yaml: Processing plugin')
+source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2;
+qt-5.13.patch)
+sha256sums=('3cca3e8483bc158cb8e972eb819a55a5734ba70f2c7da28ebc485864aafb17bd'
+'2798a8c2d2dfbe18e05a4c44611291d9688dddac3e000dc95f4c8893e0fbfe93')
+
+prepare() {
+  [[ -d build ]] || mkdir build
+
+  cd $pkgname-$pkgver
+  # Fix build with Qt 5.13
+  patch -Np1 -i ../qt-5.13.patch
+}
+
+build() {
+  cd build
+  cmake -G "Unix Makefiles" ../$pkgname-$pkgver/ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_3D=TRUE \
+-DWITH_SERVER=TRUE 

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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 22:23:54
  Author: bgyorgy
Revision: 512869

archrelease: copy trunk to community-testing-any

Added:
  gnucash-docs/repos/community-testing-any/
  gnucash-docs/repos/community-testing-any/PKGBUILD
(from rev 512868, gnucash-docs/trunk/PKGBUILD)

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

Copied: gnucash-docs/repos/community-testing-any/PKGBUILD (from rev 512868, 
gnucash-docs/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-10-04 22:23:54 UTC (rev 512869)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György 
+# Contributor: Juergen Hoetzel 
+
+pkgname=gnucash-docs
+pkgver=3.7
+pkgrel=1
+pkgdesc='Documentation for GnuCash'
+arch=(any)
+url='https://gnucash.org/docs.phtml'
+license=(FDL)
+depends=(yelp)
+source=(https://downloads.sourceforge.net/gnucash/$pkgname-$pkgver.tar.gz)
+sha256sums=('393919c12e7a0711b113cca3af83c2dcd195eabfa83ed2e985cbb91951a990c0')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnucash/repos/community-testing-x86_64 (3 files)

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 22:24:04
  Author: bgyorgy
Revision: 512870

archrelease: copy trunk to community-testing-x86_64

Added:
  gnucash/repos/community-testing-x86_64/PKGBUILD
(from rev 512869, gnucash/trunk/PKGBUILD)
Deleted:
  gnucash/repos/community-testing-x86_64/Fix-CMakeLists-error.patch
  gnucash/repos/community-testing-x86_64/PKGBUILD

+
 Fix-CMakeLists-error.patch |   20 
 PKGBUILD   |  105 ---
 2 files changed, 49 insertions(+), 76 deletions(-)

Deleted: Fix-CMakeLists-error.patch
===
--- Fix-CMakeLists-error.patch  2019-10-04 22:23:54 UTC (rev 512869)
+++ Fix-CMakeLists-error.patch  2019-10-04 22:24:04 UTC (rev 512870)
@@ -1,20 +0,0 @@
-From ce6c3c22a15102341ca41ddba2a46ea7daf63f17 Mon Sep 17 00:00:00 2001
-From: Christopher Lam 
-Date: Sat, 20 Jul 2019 20:32:07 +0800
-Subject: [PATCH] Fix CMakeLists error
-
-need to include module

- gnucash/register/register-gnome/CMakeLists.txt | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/gnucash/register/register-gnome/CMakeLists.txt 
b/gnucash/register/register-gnome/CMakeLists.txt
-index acfdd89f38..f3527484ba 100644
 a/gnucash/register/register-gnome/CMakeLists.txt
-+++ b/gnucash/register/register-gnome/CMakeLists.txt
-@@ -1,4 +1,5 @@
- add_subdirectory(test)
-+include(CheckSymbolExists)
- 
- #GTK before 3.14 didn't have GDK_MODIFIER_INTENT_DEFAULT_MOD_MASK
- check_symbol_exists(GDK_MODIFIER_INTENT_DEFAULT_MOD_MASK gdk/gdktypes.h 
have_mod_mask)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 22:23:54 UTC (rev 512869)
+++ PKGBUILD2019-10-04 22:24:04 UTC (rev 512870)
@@ -1,56 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Juergen Hoetzel 
-# Contributor: Mark Schneider 
-
-pkgname=gnucash
-pkgver=3.6
-pkgrel=2
-pkgdesc='Personal and small-business financial-accounting application'
-arch=(x86_64)
-url='https://gnucash.org/'
-license=(GPL)
-depends=(aqbanking boost-libs guile libdbi webkit2gtk)
-makedepends=(boost cmake gmock libdbi-drivers mariadb-libs postgresql-libs)
-optdepends=('gnucash-docs: documentation'
-'libdbi-drivers: open and save data into SQL database'
-'perl-date-manip: stock information lookups'
-'perl-finance-quote: stock information lookups')
-options=(!emptydirs)
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-Fix-CMakeLists-error.patch)
-sha256sums=('3ac6627834bb163653eccf4873dabe2adf4d6feb40e0d9f6f6f4d8d91a321677'
-'1161e9b7e972eaf881376841ec7fbaa68e97d23da6b7694298040ddb721435ac')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../Fix-CMakeLists-error.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Do not treat warnings as errors
-  sed -e 's|-Werror||g' -i CMakeLists.txt
-
-  cmake-DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DWITH_PYTHON=ON \
--DHAVE_GWEN_GTK3=ON \
--DCOMPILE_GSCHEMAS=OFF
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check || : # 2 tests failed
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f "$pkgdir/usr/bin/gnucash-valgrind"
-}

Copied: gnucash/repos/community-testing-x86_64/PKGBUILD (from rev 512869, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 22:24:04 UTC (rev 512870)
@@ -0,0 +1,49 @@
+# Maintainer: Balló György 
+# Contributor: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=3.7
+pkgrel=1
+pkgdesc='Personal and small-business financial-accounting application'
+arch=(x86_64)
+url='https://gnucash.org/'
+license=(GPL)
+depends=(aqbanking boost-libs guile libdbi webkit2gtk)
+makedepends=(boost cmake gmock libdbi-drivers mariadb-libs postgresql-libs)
+optdepends=('gnucash-docs: documentation'
+'libdbi-drivers: open and save data into SQL database'
+'perl-date-manip: stock information lookups'
+'perl-finance-quote: stock information lookups')
+options=(!emptydirs)
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f86d5561a35af39d2a6be133607431402cf06e889542b38a000aed923f23254')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Do not treat warnings as errors
+  sed -e 's|-Werror||g' -i CMakeLists.txt
+
+  cmake-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DWITH_PYTHON=ON \
+-DHAVE_GWEN_GTK3=ON \
+-DCOMPILE_GSCHEMAS=OFF
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check || : # 2 

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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 22:23:51
  Author: bgyorgy
Revision: 512868

upgpkg: gnucash-docs 3.7-1

Update to new version

Modified:
  gnucash-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 22:23:48 UTC (rev 512867)
+++ PKGBUILD2019-10-04 22:23:51 UTC (rev 512868)
@@ -2,7 +2,7 @@
 # Contributor: Juergen Hoetzel 
 
 pkgname=gnucash-docs
-pkgver=3.6
+pkgver=3.7
 pkgrel=1
 pkgdesc='Documentation for GnuCash'
 arch=(any)
@@ -10,7 +10,7 @@
 license=(FDL)
 depends=(yelp)
 source=(https://downloads.sourceforge.net/gnucash/$pkgname-$pkgver.tar.gz)
-sha256sums=('32d373a4faa96cde2bba564bc8d7143d6317f121c488492f2dc5ebe99b4b6163')
+sha256sums=('393919c12e7a0711b113cca3af83c2dcd195eabfa83ed2e985cbb91951a990c0')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gnucash/trunk (Fix-CMakeLists-error.patch PKGBUILD)

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 22:23:48
  Author: bgyorgy
Revision: 512867

upgpkg: gnucash 3.7-1

Update to new version

Modified:
  gnucash/trunk/PKGBUILD
Deleted:
  gnucash/trunk/Fix-CMakeLists-error.patch

+
 Fix-CMakeLists-error.patch |   20 
 PKGBUILD   |   15 ---
 2 files changed, 4 insertions(+), 31 deletions(-)

Deleted: Fix-CMakeLists-error.patch
===
--- Fix-CMakeLists-error.patch  2019-10-04 21:59:15 UTC (rev 512866)
+++ Fix-CMakeLists-error.patch  2019-10-04 22:23:48 UTC (rev 512867)
@@ -1,20 +0,0 @@
-From ce6c3c22a15102341ca41ddba2a46ea7daf63f17 Mon Sep 17 00:00:00 2001
-From: Christopher Lam 
-Date: Sat, 20 Jul 2019 20:32:07 +0800
-Subject: [PATCH] Fix CMakeLists error
-
-need to include module

- gnucash/register/register-gnome/CMakeLists.txt | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/gnucash/register/register-gnome/CMakeLists.txt 
b/gnucash/register/register-gnome/CMakeLists.txt
-index acfdd89f38..f3527484ba 100644
 a/gnucash/register/register-gnome/CMakeLists.txt
-+++ b/gnucash/register/register-gnome/CMakeLists.txt
-@@ -1,4 +1,5 @@
- add_subdirectory(test)
-+include(CheckSymbolExists)
- 
- #GTK before 3.14 didn't have GDK_MODIFIER_INTENT_DEFAULT_MOD_MASK
- check_symbol_exists(GDK_MODIFIER_INTENT_DEFAULT_MOD_MASK gdk/gdktypes.h 
have_mod_mask)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:59:15 UTC (rev 512866)
+++ PKGBUILD2019-10-04 22:23:48 UTC (rev 512867)
@@ -3,8 +3,8 @@
 # Contributor: Mark Schneider 
 
 pkgname=gnucash
-pkgver=3.6
-pkgrel=2
+pkgver=3.7
+pkgrel=1
 pkgdesc='Personal and small-business financial-accounting application'
 arch=(x86_64)
 url='https://gnucash.org/'
@@ -16,16 +16,9 @@
 'perl-date-manip: stock information lookups'
 'perl-finance-quote: stock information lookups')
 options=(!emptydirs)
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-Fix-CMakeLists-error.patch)
-sha256sums=('3ac6627834bb163653eccf4873dabe2adf4d6feb40e0d9f6f6f4d8d91a321677'
-'1161e9b7e972eaf881376841ec7fbaa68e97d23da6b7694298040ddb721435ac')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f86d5561a35af39d2a6be133607431402cf06e889542b38a000aed923f23254')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../Fix-CMakeLists-error.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 21:59:12
  Author: bgyorgy
Revision: 512865

upgpkg: gnome-games 3.34.0-1

Update to new version

Modified:
  gnome-games/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:52:42 UTC (rev 512864)
+++ PKGBUILD2019-10-04 21:59:12 UTC (rev 512865)
@@ -2,7 +2,7 @@
 # Contributor: Tom Richards 
 
 pkgname=gnome-games
-pkgver=3.32.1
+pkgver=3.34.0
 pkgrel=1
 pkgdesc='Simple game launcher for GNOME'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('grilo' 'libhandy' 'libmanette' 'retro-gtk' 'tracker')
 makedepends=('meson' 'vala')
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('4b58fbb8ced2d7561ac4030d0dbab6d9509a1e8d1d85188a3941b89d4f0aa371')
+sha256sums=('0fd7246d61ce21c0fc121c5488051a5866c19de2c2835ad7fe4b18c06627dcba')
 
 build() {
   arch-meson $pkgname-$pkgver build


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 21:59:15
  Author: bgyorgy
Revision: 512866

archrelease: copy trunk to community-x86_64

Added:
  gnome-games/repos/community-x86_64/PKGBUILD
(from rev 512865, gnome-games/trunk/PKGBUILD)
Deleted:
  gnome-games/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 21:59:12 UTC (rev 512865)
+++ PKGBUILD2019-10-04 21:59:15 UTC (rev 512866)
@@ -1,23 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Tom Richards 
-
-pkgname=gnome-games
-pkgver=3.32.1
-pkgrel=1
-pkgdesc='Simple game launcher for GNOME'
-arch=('x86_64')
-license=('GPL3')
-url='https://wiki.gnome.org/Apps/Games'
-depends=('grilo' 'libhandy' 'libmanette' 'retro-gtk' 'tracker')
-makedepends=('meson' 'vala')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('4b58fbb8ced2d7561ac4030d0dbab6d9509a1e8d1d85188a3941b89d4f0aa371')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-games/repos/community-x86_64/PKGBUILD (from rev 512865, 
gnome-games/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 21:59:15 UTC (rev 512866)
@@ -0,0 +1,23 @@
+# Maintainer: Balló György 
+# Contributor: Tom Richards 
+
+pkgname=gnome-games
+pkgver=3.34.0
+pkgrel=1
+pkgdesc='Simple game launcher for GNOME'
+arch=('x86_64')
+license=('GPL3')
+url='https://wiki.gnome.org/Apps/Games'
+depends=('grilo' 'libhandy' 'libmanette' 'retro-gtk' 'tracker')
+makedepends=('meson' 'vala')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('0fd7246d61ce21c0fc121c5488051a5866c19de2c2835ad7fe4b18c06627dcba')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 21:52:39
  Author: bgyorgy
Revision: 512863

upgpkg: retro-gtk 0.18.0-1

Update to new version

Modified:
  retro-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:42:43 UTC (rev 512862)
+++ PKGBUILD2019-10-04 21:52:39 UTC (rev 512863)
@@ -4,7 +4,7 @@
 # Contributor: Omar Pakker 
 
 pkgname=retro-gtk
-pkgver=0.16.1
+pkgver=0.18.0
 pkgrel=1
 pkgdesc='Toolkit to write GTK+ 3 based Libretro frontends'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('gtk3' 'libpulse')
 makedepends=('gobject-introspection' 'meson' 'vala')
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('f3c65e52da19f96dedc33e20ea899bf94e914cc8f85ad12e9957d09421bed8c8')
+sha256sums=('cedb881174c42e88954eecb5dfac78954a1981aaeebdc8918c8861c6c08a4512')
 
 build() {
   arch-meson $pkgname-$pkgver build


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 21:52:42
  Author: bgyorgy
Revision: 512864

archrelease: copy trunk to community-x86_64

Added:
  retro-gtk/repos/community-x86_64/PKGBUILD
(from rev 512863, retro-gtk/trunk/PKGBUILD)
Deleted:
  retro-gtk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 21:52:39 UTC (rev 512863)
+++ PKGBUILD2019-10-04 21:52:42 UTC (rev 512864)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Tom Richards 
-# Contributor: TingPing 
-# Contributor: Omar Pakker 
-
-pkgname=retro-gtk
-pkgver=0.16.1
-pkgrel=1
-pkgdesc='Toolkit to write GTK+ 3 based Libretro frontends'
-arch=('x86_64')
-license=('GPL3')
-url='https://wiki.gnome.org/Apps/Games'
-depends=('gtk3' 'libpulse')
-makedepends=('gobject-introspection' 'meson' 'vala')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('f3c65e52da19f96dedc33e20ea899bf94e914cc8f85ad12e9957d09421bed8c8')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: retro-gtk/repos/community-x86_64/PKGBUILD (from rev 512863, 
retro-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 21:52:42 UTC (rev 512864)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György 
+# Contributor: Tom Richards 
+# Contributor: TingPing 
+# Contributor: Omar Pakker 
+
+pkgname=retro-gtk
+pkgver=0.18.0
+pkgrel=1
+pkgdesc='Toolkit to write GTK+ 3 based Libretro frontends'
+arch=('x86_64')
+license=('GPL3')
+url='https://wiki.gnome.org/Apps/Games'
+depends=('gtk3' 'libpulse')
+makedepends=('gobject-introspection' 'meson' 'vala')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('cedb881174c42e88954eecb5dfac78954a1981aaeebdc8918c8861c6c08a4512')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-10-04 Thread Evangelos Foutras via arch-commits
Date: Friday, October 4, 2019 @ 21:46:08
  Author: foutrelis
Revision: 363821

Refresh patch for test/Driver/modules.cpp

Modified:
  clang/trunk/0001-Fix-Driver-modules.cpp-test-to-work-when-build-direc.patch
  clang/trunk/PKGBUILD

-+
 0001-Fix-Driver-modules.cpp-test-to-work-when-build-direc.patch |   33 
+-
 PKGBUILD|4 -
 2 files changed, 21 insertions(+), 16 deletions(-)

Modified: 0001-Fix-Driver-modules.cpp-test-to-work-when-build-direc.patch
===
--- 0001-Fix-Driver-modules.cpp-test-to-work-when-build-direc.patch 
2019-10-04 21:33:41 UTC (rev 363820)
+++ 0001-Fix-Driver-modules.cpp-test-to-work-when-build-direc.patch 
2019-10-04 21:46:08 UTC (rev 363821)
@@ -1,27 +1,32 @@
-From 20ffd5bc4e45980dc804c5fa422e5182cbc975b7 Mon Sep 17 00:00:00 2001
+From 8ea70c9ede7ac82d9363c122a9a84aded054984c Mon Sep 17 00:00:00 2001
 From: Tom Stellard 
-Date: Tue, 13 Aug 2019 13:38:40 -0700
+Date: Mon, 30 Sep 2019 23:42:17 +
 Subject: [PATCH] Fix Driver/modules.cpp test to work when build directory name
  contains '.s'
 
+Reviewers: dyung, rsmith, hansw
+
+Subscribers: mati865, mgorny, cfe-commits
+
+Tags: #clang
+
+Differential Revision: https://reviews.llvm.org/D66176
+
+git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@373275 
91177308-0d34-0410-b5e6-96231b3b80d8
 ---
- clang/test/Driver/modules.cpp | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
+ test/Driver/modules.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/clang/test/Driver/modules.cpp b/clang/test/Driver/modules.cpp
-index 7c549c1..9e06151 100644
 a/clang/test/Driver/modules.cpp
-+++ b/clang/test/Driver/modules.cpp
-@@ -15,7 +15,8 @@
+diff --git a/test/Driver/modules.cpp b/test/Driver/modules.cpp
+index 7c549c1300..4f4e3a4140 100644
+--- a/test/Driver/modules.cpp
 b/test/Driver/modules.cpp
+@@ -15,7 +15,7 @@
  // RUN: %clang -std=c++2a %t/module.pcm -S -o %t/module.pcm.o -v 2>&1 | 
FileCheck %s --check-prefix=CHECK-COMPILE
  //
  // CHECK-COMPILE: -cc1 {{.*}} {{-emit-obj|-S}}
 -// CHECK-COMPILE-SAME: -o {{.*}}.{{pcm.o|s}}
-+// Check for extra space to avoid failures when the build directory contains 
'.s' in its path.
-+// CHECK-COMPILE-SAME: -o {{.*}}.{{pcm.o|s}}{{ }}
++// CHECK-COMPILE-SAME: -o {{.*}}module{{2*}}.pcm.o
  // CHECK-COMPILE-SAME: -x pcm
  // CHECK-COMPILE-SAME: {{.*}}.pcm
  
--- 
-1.8.3.1
-

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:33:41 UTC (rev 363820)
+++ PKGBUILD2019-10-04 21:46:08 UTC (rev 363821)
@@ -29,7 +29,7 @@
 'd6a0565cf21f22e9b4353b2eb92622e8365000a9e90a16b09b56f8157eabfe84'
 'SKIP'
 '9245955509841e031f4c8169c2207b3029e8af9e30a39e662ac1bfd9d6186a51'
-'2e47e305a5d79713160c560c7617411815b1a93d73a7f9d182c96e848fdd011b'
+'72a15c9825a1f5c73cc4f04c831bf3a12620db90922af299599f029aab0d27f0'
 'fde58a4902bec3715bc3d0c9250fa4c5f241af90bfd1e46f7128fa1435c03026')
 validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

 validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

@@ -44,7 +44,7 @@
   patch -Np1 -i ../0001-Initialize-all-fields-in-ABIArgInfo.patch
 
   # https://reviews.llvm.org/D66176
-  patch -Np2 -i 
../0001-Fix-Driver-modules.cpp-test-to-work-when-build-direc.patch
+  patch -Np1 -i 
../0001-Fix-Driver-modules.cpp-test-to-work-when-build-direc.patch
 }
 
 build() {


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 21:42:43
  Author: bgyorgy
Revision: 512862

Fix description

Modified:
  mate-netbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:27:17 UTC (rev 512861)
+++ PKGBUILD2019-10-04 21:42:43 UTC (rev 512862)
@@ -4,7 +4,7 @@
 pkgname=mate-netbook
 pkgver=1.22.1
 pkgrel=1
-pkgdesc="A simple window management tool (GTK2 version)"
+pkgdesc="A simple window management tool"
 url="https://mate-desktop.org;
 arch=('x86_64')
 license=('GPL')


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

2019-10-04 Thread Jelle van der Waa via arch-commits
Date: Friday, October 4, 2019 @ 21:33:41
  Author: jelle
Revision: 363820

archrelease: copy trunk to extra-x86_64

Added:
  alertmanager/repos/extra-x86_64/PKGBUILD
(from rev 363819, alertmanager/trunk/PKGBUILD)
  alertmanager/repos/extra-x86_64/alertmanager.service
(from rev 363819, alertmanager/trunk/alertmanager.service)
  alertmanager/repos/extra-x86_64/alertmanager.sysusers
(from rev 363819, alertmanager/trunk/alertmanager.sysusers)
Deleted:
  alertmanager/repos/extra-x86_64/PKGBUILD
  alertmanager/repos/extra-x86_64/alertmanager.service
  alertmanager/repos/extra-x86_64/alertmanager.sysusers

---+
 PKGBUILD  |  110 
 alertmanager.service  |   56 
 alertmanager.sysusers |2 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 21:33:32 UTC (rev 363819)
+++ PKGBUILD2019-10-04 21:33:41 UTC (rev 363820)
@@ -1,55 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=alertmanager
-pkgver=0.18.0
-pkgrel=3
-pkgdesc="Service which handles alerts sent by client applications such as the 
Prometheus server"
-url="https://github.com/prometheus/alertmanager;
-arch=(x86_64)
-depends=(glibc)
-license=('Apache')
-makedepends=(go-pie git)
-backup=('etc/alertmanager/alertmanager.yml')
-source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/alertmanager/archive/v${pkgver}.tar.gz
 alertmanager.service alertmanager.sysusers)
-sha512sums=('59faec308abaac3d2b59198fef25109b208de1a807b38803dc10722ff0caf1bac9d9795005fefb3b4e2acda62be136bfcafe7b9702ae52565021a424f99fa730'
-
'e814d4aca46c2e243a2fe137b2ca102d5adfc18a5d4ab1d316ae593e60a256f8f7f699eb2d8c28b74e6f26fd17b682df927517db4819b167ab0269aa3f76894e'
-
'469f321f40b0dd6e1cc6d0791032c476449bb2ab2364d57b06d0e0309d09710be8751ded64d84e29dd6e28e96b71ef69e2bee6c71282500a9074a9d7ada8bdf0')
-
-build() {
-  cd $pkgname-$pkgver
-  go build \
--gcflags "all=-trimpath=$GOPATH" \
--asmflags "all=-trimpath=$GOPATH" \
--ldflags "-extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-./cmd/alertmanager
-
-  go build \
--gcflags "all=-trimpath=$GOPATH" \
--asmflags "all=-trimpath=$GOPATH" \
--ldflags "-extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-./cmd/amtool
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
-  install -Dm755 amtool "$pkgdir/usr/bin/amtool"
-
-  install -Dm644 examples/ha/${pkgname}.yml 
"${pkgdir}/etc/${pkgname}/${pkgname}.yml"
-  install -d -m755 "${pkgdir}/etc/${pkgname}/template/"
-
-  install -d -m755 -o 211 -g 211 "${pkgdir}/var/lib/${pkgname}"
-
-  install -Dm0644 "${srcdir}/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-  install -Dm644 "$srcdir/alertmanager.sysusers" 
"$pkgdir/usr/lib/sysusers.d/alertmanager.conf"
-}

Copied: alertmanager/repos/extra-x86_64/PKGBUILD (from rev 363819, 
alertmanager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 21:33:41 UTC (rev 363820)
@@ -0,0 +1,55 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=alertmanager
+pkgver=0.18.0
+pkgrel=4
+pkgdesc="Service which handles alerts sent by client applications such as the 
Prometheus server"
+url="https://github.com/prometheus/alertmanager;
+arch=(x86_64)
+depends=(glibc)
+license=('Apache')
+makedepends=(go-pie git)
+backup=('etc/alertmanager/alertmanager.yml')
+source=($pkgname-$pkgver.tar.gz::https://github.com/prometheus/alertmanager/archive/v${pkgver}.tar.gz
 alertmanager.service alertmanager.sysusers)
+sha512sums=('59faec308abaac3d2b59198fef25109b208de1a807b38803dc10722ff0caf1bac9d9795005fefb3b4e2acda62be136bfcafe7b9702ae52565021a424f99fa730'
+
'e814d4aca46c2e243a2fe137b2ca102d5adfc18a5d4ab1d316ae593e60a256f8f7f699eb2d8c28b74e6f26fd17b682df927517db4819b167ab0269aa3f76894e'
+
'469f321f40b0dd6e1cc6d0791032c476449bb2ab2364d57b06d0e0309d09710be8751ded64d84e29dd6e28e96b71ef69e2bee6c71282500a9074a9d7ada8bdf0')
+
+build() {
+  cd $pkgname-$pkgver
+  go build \
+-gcflags 

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

2019-10-04 Thread Jelle van der Waa via arch-commits
Date: Friday, October 4, 2019 @ 21:33:32
  Author: jelle
Revision: 363819

upgpkg: alertmanager 0.18.0-4

Upstream update.

Modified:
  alertmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:22:09 UTC (rev 363818)
+++ PKGBUILD2019-10-04 21:33:32 UTC (rev 363819)
@@ -2,7 +2,7 @@
 
 pkgname=alertmanager
 pkgver=0.18.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Service which handles alerts sent by client applications such as the 
Prometheus server"
 url="https://github.com/prometheus/alertmanager;
 arch=(x86_64)


[arch-commits] Commit in mate-session-manager/trunk (2 files)

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 21:27:13
  Author: bgyorgy
Revision: 512860

upgpkg: mate-session-manager 1.22.2-1

Update to new version, fix timeout with gnome-keyring 3.34 (FS#63995)

Added:
  mate-session-manager/trunk/gnome-keyring-3.34.patch
Modified:
  mate-session-manager/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 gnome-keyring-3.34.patch |  152 +
 2 files changed, 165 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:14:52 UTC (rev 512859)
+++ PKGBUILD2019-10-04 21:27:13 UTC (rev 512860)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-session-manager
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="The MATE Session Handler"
 url="https://mate-desktop.org;
@@ -15,9 +15,19 @@
 groups=('mate')
 conflicts=('mate-session-manager-gtk3')
 replaces=('mate-session-manager-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('2f1a68447a2ec30791e07865fd3747e367c3fffe8373d07ea948b0d759bca8c7')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+"gnome-keyring-3.34.patch")
+sha256sums=('a814b07cbd42920ab86fe77c40f3e1ce7118cbc5da3251b1eb2ab9aa974c0aec'
+'1fc88b5c804dc8fc7fd29ef3733d19e428322fdd34ae06c372bbf26d22cf')
 
+prepare() {
+   cd "${pkgname}-${pkgver}"
+
+   # Fix timeout with gnome-keyring 3.34
+# https://github.com/mate-desktop/mate-session-manager/pull/223
+   patch -Np1 -i ../gnome-keyring-3.34.patch
+}
+
 build() {
cd "${pkgname}-${pkgver}"
./configure \

Added: gnome-keyring-3.34.patch
===
--- gnome-keyring-3.34.patch(rev 0)
+++ gnome-keyring-3.34.patch2019-10-04 21:27:13 UTC (rev 512860)
@@ -0,0 +1,152 @@
+From 7bf6d1ca718c337659fb4ca581fcc47a80191c75 Mon Sep 17 00:00:00 2001
+From: Jindrich Makovicka 
+Date: Fri, 4 Oct 2019 21:08:28 +0200
+Subject: [PATCH] Fix timeout with gnome-keyring 3.34
+
+Launch gnome-keyring-daemon asynchronously, and remove the
+GNOME_KEYRING_PID reading code.
+
+GNOME_KEYRING_PID exposure was removed from gnome-keyring in 2014.
+---
+ mate-session/msm-gnome.c | 94 +++-
+ 1 file changed, 25 insertions(+), 69 deletions(-)
+
+diff --git a/mate-session/msm-gnome.c b/mate-session/msm-gnome.c
+index 5e9cf02..f7f1154 100644
+--- a/mate-session/msm-gnome.c
 b/mate-session/msm-gnome.c
+@@ -49,7 +49,6 @@
+ 
+ static gboolean gnome_compat_started = FALSE;
+ static int keyring_lifetime_pipe[2];
+-static pid_t gnome_keyring_daemon_pid = 0;
+ static Window gnome_smproxy_window = None;
+ 
+ static void
+@@ -71,21 +70,26 @@ child_setup (gpointer user_data)
+   g_free (fd_str);
+ }
+ 
++static void
++gnome_keyring_daemon_finished (GPid pid,
++   gint status,
++   gpointer user_data)
++{
++  if (WEXITSTATUS (status) != 0)
++{
++  /* daemon failed for some reason */
++  g_printerr ("gnome-keyring-daemon failed to start correctly, "
++  "exit code: %d\n", WEXITSTATUS (status));
++}
++}
+ 
+ static void
+ gnome_keyring_daemon_startup (void)
+ {
+   GError  *error = NULL;
+-  gchar   *sout;
+-  gchar  **lines;
+-  gsizelineno;
+-  gint status;
+-  glongpid;
+-  gchar   *end;
++  gint sout;
++  GPid pid;
+   gchar   *argv[3];
+-  gchar   *p;
+-  gchar   *name;
+-  const gchar *value;
+ 
+   /* Pipe to slave keyring lifetime to */
+   if (pipe (keyring_lifetime_pipe))
+@@ -98,69 +102,24 @@ gnome_keyring_daemon_startup (void)
+   argv[0] = GNOME_KEYRING_DAEMON;
+   argv[1] = "--start";
+   argv[2] = NULL;
+-  g_spawn_sync (NULL, argv, NULL,
+-G_SPAWN_SEARCH_PATH | G_SPAWN_LEAVE_DESCRIPTORS_OPEN,
+-child_setup, NULL,
+-, NULL, , );
+-
+-  close (keyring_lifetime_pipe[0]);
+-  /* We leave keyring_lifetime_pipe[1] open for the lifetime of the session,
+- in order to slave the keyring daemon lifecycle to the session. */
++  g_spawn_async_with_pipes (NULL, argv, NULL,
++G_SPAWN_SEARCH_PATH | 
G_SPAWN_LEAVE_DESCRIPTORS_OPEN,
++child_setup, NULL, ,
++NULL, , NULL, );
+ 
+   if (error != NULL)
+ {
+-  g_printerr ("Failed to run gnome-keyring-daemon: %s\n",
++  g_printerr ("Failed to spawn gnome-keyring-daemon: %s\n",
+   error->message);
+   g_error_free (error);
++  return;
+ }
+-  else
+-{
+-  if (WIFEXITED (status) && WEXITSTATUS (status) == 0 && sout != NULL)
+-{
+-  lines = g_strsplit (sout, "\n", 0);
+-
+-  for (lineno = 0; lines[lineno] != NULL; 

[arch-commits] Commit in mate-session-manager/repos/community-x86_64 (3 files)

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 21:27:17
  Author: bgyorgy
Revision: 512861

archrelease: copy trunk to community-x86_64

Added:
  mate-session-manager/repos/community-x86_64/PKGBUILD
(from rev 512860, mate-session-manager/trunk/PKGBUILD)
  mate-session-manager/repos/community-x86_64/gnome-keyring-3.34.patch
(from rev 512860, mate-session-manager/trunk/gnome-keyring-3.34.patch)
Deleted:
  mate-session-manager/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 +--
 gnome-keyring-3.34.patch |  152 +
 2 files changed, 197 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 21:27:13 UTC (rev 512860)
+++ PKGBUILD2019-10-04 21:27:17 UTC (rev 512861)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-session-manager
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="The MATE Session Handler"
-url="http://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop')
-makedepends=('intltool' 'xtrans' 'systemd' 'python')
-optdepends=('gnome-keyring: keyring support'
-'xdg-user-dirs-gtk: manage user directories')
-groups=('mate')
-conflicts=('mate-session-manager-gtk3')
-replaces=('mate-session-manager-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('2f1a68447a2ec30791e07865fd3747e367c3fffe8373d07ea948b0d759bca8c7')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${pkgname} \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --disable-upower
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-session-manager/repos/community-x86_64/PKGBUILD (from rev 512860, 
mate-session-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 21:27:17 UTC (rev 512861)
@@ -0,0 +1,45 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-session-manager
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="The MATE Session Handler"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'gtk3' 'libsm' 'mate-desktop')
+makedepends=('intltool' 'xtrans' 'systemd' 'python')
+optdepends=('gnome-keyring: keyring support'
+'xdg-user-dirs-gtk: manage user directories')
+groups=('mate')
+conflicts=('mate-session-manager-gtk3')
+replaces=('mate-session-manager-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+"gnome-keyring-3.34.patch")
+sha256sums=('a814b07cbd42920ab86fe77c40f3e1ce7118cbc5da3251b1eb2ab9aa974c0aec'
+'1fc88b5c804dc8fc7fd29ef3733d19e428322fdd34ae06c372bbf26d22cf')
+
+prepare() {
+   cd "${pkgname}-${pkgver}"
+
+   # Fix timeout with gnome-keyring 3.34
+# https://github.com/mate-desktop/mate-session-manager/pull/223
+   patch -Np1 -i ../gnome-keyring-3.34.patch
+}
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${pkgname} \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-upower
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: mate-session-manager/repos/community-x86_64/gnome-keyring-3.34.patch 
(from rev 512860, mate-session-manager/trunk/gnome-keyring-3.34.patch)
===
--- gnome-keyring-3.34.patch(rev 0)
+++ gnome-keyring-3.34.patch2019-10-04 21:27:17 UTC (rev 512861)
@@ -0,0 +1,152 @@
+From 7bf6d1ca718c337659fb4ca581fcc47a80191c75 Mon Sep 17 00:00:00 2001
+From: Jindrich Makovicka 
+Date: Fri, 4 Oct 2019 21:08:28 +0200
+Subject: [PATCH] Fix timeout with gnome-keyring 3.34
+
+Launch gnome-keyring-daemon asynchronously, and remove the
+GNOME_KEYRING_PID reading code.
+
+GNOME_KEYRING_PID exposure was removed from gnome-keyring in 2014.
+---
+ mate-session/msm-gnome.c | 94 +++-
+ 1 file changed, 25 insertions(+), 69 deletions(-)
+
+diff --git a/mate-session/msm-gnome.c b/mate-session/msm-gnome.c
+index 5e9cf02..f7f1154 100644
+--- a/mate-session/msm-gnome.c
 b/mate-session/msm-gnome.c
+@@ -49,7 +49,6 @@
+ 
+ static gboolean gnome_compat_started = FALSE;
+ static int keyring_lifetime_pipe[2];
+-static pid_t gnome_keyring_daemon_pid = 0;
+ static Window gnome_smproxy_window = None;
+ 
+ static void
+@@ -71,21 +70,26 @@ child_setup (gpointer user_data)
+   g_free (fd_str);
+ }
+ 
++static 

[arch-commits] Commit in prometheus-blackbox-exporter/repos/extra-x86_64 (4 files)

2019-10-04 Thread Jelle van der Waa via arch-commits
Date: Friday, October 4, 2019 @ 21:22:09
  Author: jelle
Revision: 363818

archrelease: copy trunk to extra-x86_64

Added:
  prometheus-blackbox-exporter/repos/extra-x86_64/PKGBUILD
(from rev 363817, prometheus-blackbox-exporter/trunk/PKGBUILD)
  
prometheus-blackbox-exporter/repos/extra-x86_64/prometheus-blackbox-exporter.service
(from rev 363817, 
prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service)
Deleted:
  prometheus-blackbox-exporter/repos/extra-x86_64/PKGBUILD
  
prometheus-blackbox-exporter/repos/extra-x86_64/prometheus-blackbox-exporter.service

--+
 PKGBUILD |   78 -
 prometheus-blackbox-exporter.service |   52 +++---
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 21:22:02 UTC (rev 363817)
+++ PKGBUILD2019-10-04 21:22:09 UTC (rev 363818)
@@ -1,39 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=prometheus-blackbox-exporter
-pkgver=0.15.1
-pkgrel=2
-pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
-arch=('x86_64')
-url="https://github.com/prometheus/blackbox_exporter;
-license=('Apache')
-depends=(glibc)
-makedepends=(go-pie git)
-source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service)
-sha512sums=('2c7d0989bc70982a0fd528c7c6ed5ec6686f5e93db0a90db2b06e4e578503443da0750aaa2d6a01ae4fcd4c722eef522c0e06b019aa59a2eb837f233e317d4e2'
-
'd50d40d3b8de03967a467db5d0ead3f8a9c770464c6028580022b60651384075d9437a3efb98b6f8d5e6df967ade09f839552e8d67c254d590016fc51b11def9')
-
-check() {
-  cd blackbox_exporter-$pkgver
-  go test ./...
-}
-
-build() {
-  cd blackbox_exporter-$pkgver
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-.
-}
-
-package() {
-  install -Dm644 prometheus-blackbox-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-blackbox-exporter.service
-  cd blackbox_exporter-$pkgver
-  install -Dm755 blackbox_exporter 
"$pkgdir"/usr/bin/prometheus-blackbox-exporter
-}

Copied: prometheus-blackbox-exporter/repos/extra-x86_64/PKGBUILD (from rev 
363817, prometheus-blackbox-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 21:22:09 UTC (rev 363818)
@@ -0,0 +1,39 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=prometheus-blackbox-exporter
+pkgver=0.15.1
+pkgrel=3
+pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
+arch=('x86_64')
+url="https://github.com/prometheus/blackbox_exporter;
+license=('Apache')
+depends=(glibc)
+makedepends=(go-pie git)
+source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service)
+sha512sums=('2c7d0989bc70982a0fd528c7c6ed5ec6686f5e93db0a90db2b06e4e578503443da0750aaa2d6a01ae4fcd4c722eef522c0e06b019aa59a2eb837f233e317d4e2'
+
'd50d40d3b8de03967a467db5d0ead3f8a9c770464c6028580022b60651384075d9437a3efb98b6f8d5e6df967ade09f839552e8d67c254d590016fc51b11def9')
+
+check() {
+  cd blackbox_exporter-$pkgver
+  go test ./...
+}
+
+build() {
+  cd blackbox_exporter-$pkgver
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS} \
+  -X github.com/prometheus/common/version.Version=$pkgver \
+  -X github.com/prometheus/common/version.Revision=$pkgver \
+  -X github.com/prometheus/common/version.Branch=tarball \
+  -X github.com/prometheus/common/version.BuildUser=someone@builder \
+  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
+.
+}
+
+package() {
+  install -Dm644 prometheus-blackbox-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-blackbox-exporter.service
+  cd blackbox_exporter-$pkgver
+  install -Dm755 blackbox_exporter 
"$pkgdir"/usr/bin/prometheus-blackbox-exporter
+}

Deleted: prometheus-blackbox-exporter.service
===
--- prometheus-blackbox-exporter.service2019-10-04 21:22:02 UTC (rev 
363817)
+++ prometheus-blackbox-exporter.service2019-10-04 21:22:09 UTC (rev 
363818)
@@ -1,26 +0,0 @@
-[Unit]
-Description=Prometheus blackbox Exporter
-After=network.target
-
-[Service]

[arch-commits] Commit in prometheus-blackbox-exporter/trunk (PKGBUILD)

2019-10-04 Thread Jelle van der Waa via arch-commits
Date: Friday, October 4, 2019 @ 21:22:02
  Author: jelle
Revision: 363817

upgpkg: prometheus-blackbox-exporter 0.15.1-3

Golang 1.13.1 rebuild

Modified:
  prometheus-blackbox-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:19:16 UTC (rev 363816)
+++ PKGBUILD2019-10-04 21:22:02 UTC (rev 363817)
@@ -2,7 +2,7 @@
 
 pkgname=prometheus-blackbox-exporter
 pkgver=0.15.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
 arch=('x86_64')
 url="https://github.com/prometheus/blackbox_exporter;


[arch-commits] Commit in prometheus-blackbox-exporter/repos/extra-x86_64 (4 files)

2019-10-04 Thread Jelle van der Waa via arch-commits
Date: Friday, October 4, 2019 @ 21:18:27
  Author: jelle
Revision: 363815

archrelease: copy trunk to extra-x86_64

Added:
  prometheus-blackbox-exporter/repos/extra-x86_64/PKGBUILD
(from rev 363814, prometheus-blackbox-exporter/trunk/PKGBUILD)
  
prometheus-blackbox-exporter/repos/extra-x86_64/prometheus-blackbox-exporter.service
(from rev 363814, 
prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service)
Deleted:
  prometheus-blackbox-exporter/repos/extra-x86_64/PKGBUILD
  
prometheus-blackbox-exporter/repos/extra-x86_64/prometheus-blackbox-exporter.service

--+
 PKGBUILD |   78 -
 prometheus-blackbox-exporter.service |   52 +++---
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 21:14:17 UTC (rev 363814)
+++ PKGBUILD2019-10-04 21:18:27 UTC (rev 363815)
@@ -1,39 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=prometheus-blackbox-exporter
-pkgver=0.15.1
-pkgrel=1
-pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
-arch=('x86_64')
-url="https://github.com/prometheus/blackbox_exporter;
-license=('Apache')
-depends=(glibc)
-makedepends=(go-pie git)
-source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service)
-sha512sums=('2c7d0989bc70982a0fd528c7c6ed5ec6686f5e93db0a90db2b06e4e578503443da0750aaa2d6a01ae4fcd4c722eef522c0e06b019aa59a2eb837f233e317d4e2'
-
'd50d40d3b8de03967a467db5d0ead3f8a9c770464c6028580022b60651384075d9437a3efb98b6f8d5e6df967ade09f839552e8d67c254d590016fc51b11def9')
-
-check() {
-  cd blackbox_exporter-$pkgver
-  go test ./...
-}
-
-build() {
-  cd blackbox_exporter-$pkgver
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-.
-}
-
-package() {
-  install -Dm644 prometheus-blackbox-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-blackbox-exporter.service
-  cd blackbox_exporter-$pkgver
-  install -Dm755 blackbox_exporter 
"$pkgdir"/usr/bin/prometheus-blackbox-exporter
-}

Copied: prometheus-blackbox-exporter/repos/extra-x86_64/PKGBUILD (from rev 
363814, prometheus-blackbox-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 21:18:27 UTC (rev 363815)
@@ -0,0 +1,39 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=prometheus-blackbox-exporter
+pkgver=0.15.1
+pkgrel=2
+pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
+arch=('x86_64')
+url="https://github.com/prometheus/blackbox_exporter;
+license=('Apache')
+depends=(glibc)
+makedepends=(go-pie git)
+source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service)
+sha512sums=('2c7d0989bc70982a0fd528c7c6ed5ec6686f5e93db0a90db2b06e4e578503443da0750aaa2d6a01ae4fcd4c722eef522c0e06b019aa59a2eb837f233e317d4e2'
+
'd50d40d3b8de03967a467db5d0ead3f8a9c770464c6028580022b60651384075d9437a3efb98b6f8d5e6df967ade09f839552e8d67c254d590016fc51b11def9')
+
+check() {
+  cd blackbox_exporter-$pkgver
+  go test ./...
+}
+
+build() {
+  cd blackbox_exporter-$pkgver
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS} \
+  -X github.com/prometheus/common/version.Version=$pkgver \
+  -X github.com/prometheus/common/version.Revision=$pkgver \
+  -X github.com/prometheus/common/version.Branch=tarball \
+  -X github.com/prometheus/common/version.BuildUser=someone@builder \
+  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
+.
+}
+
+package() {
+  install -Dm644 prometheus-blackbox-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-blackbox-exporter.service
+  cd blackbox_exporter-$pkgver
+  install -Dm755 blackbox_exporter 
"$pkgdir"/usr/bin/prometheus-blackbox-exporter
+}

Deleted: prometheus-blackbox-exporter.service
===
--- prometheus-blackbox-exporter.service2019-10-04 21:14:17 UTC (rev 
363814)
+++ prometheus-blackbox-exporter.service2019-10-04 21:18:27 UTC (rev 
363815)
@@ -1,26 +0,0 @@
-[Unit]
-Description=Prometheus blackbox Exporter
-After=network.target
-
-[Service]

[arch-commits] Commit in prometheus-blackbox-exporter/repos/extra-x86_64 (4 files)

2019-10-04 Thread Jelle van der Waa via arch-commits
Date: Friday, October 4, 2019 @ 21:19:16
  Author: jelle
Revision: 363816

archrelease: copy trunk to extra-x86_64

Added:
  prometheus-blackbox-exporter/repos/extra-x86_64/PKGBUILD
(from rev 363815, prometheus-blackbox-exporter/trunk/PKGBUILD)
  
prometheus-blackbox-exporter/repos/extra-x86_64/prometheus-blackbox-exporter.service
(from rev 363815, 
prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service)
Deleted:
  prometheus-blackbox-exporter/repos/extra-x86_64/PKGBUILD
  
prometheus-blackbox-exporter/repos/extra-x86_64/prometheus-blackbox-exporter.service

--+
 PKGBUILD |   78 -
 prometheus-blackbox-exporter.service |   52 +++---
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 21:18:27 UTC (rev 363815)
+++ PKGBUILD2019-10-04 21:19:16 UTC (rev 363816)
@@ -1,39 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=prometheus-blackbox-exporter
-pkgver=0.15.1
-pkgrel=2
-pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
-arch=('x86_64')
-url="https://github.com/prometheus/blackbox_exporter;
-license=('Apache')
-depends=(glibc)
-makedepends=(go-pie git)
-source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service)
-sha512sums=('2c7d0989bc70982a0fd528c7c6ed5ec6686f5e93db0a90db2b06e4e578503443da0750aaa2d6a01ae4fcd4c722eef522c0e06b019aa59a2eb837f233e317d4e2'
-
'd50d40d3b8de03967a467db5d0ead3f8a9c770464c6028580022b60651384075d9437a3efb98b6f8d5e6df967ade09f839552e8d67c254d590016fc51b11def9')
-
-check() {
-  cd blackbox_exporter-$pkgver
-  go test ./...
-}
-
-build() {
-  cd blackbox_exporter-$pkgver
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-.
-}
-
-package() {
-  install -Dm644 prometheus-blackbox-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-blackbox-exporter.service
-  cd blackbox_exporter-$pkgver
-  install -Dm755 blackbox_exporter 
"$pkgdir"/usr/bin/prometheus-blackbox-exporter
-}

Copied: prometheus-blackbox-exporter/repos/extra-x86_64/PKGBUILD (from rev 
363815, prometheus-blackbox-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 21:19:16 UTC (rev 363816)
@@ -0,0 +1,39 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=prometheus-blackbox-exporter
+pkgver=0.15.1
+pkgrel=2
+pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
+arch=('x86_64')
+url="https://github.com/prometheus/blackbox_exporter;
+license=('Apache')
+depends=(glibc)
+makedepends=(go-pie git)
+source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service)
+sha512sums=('2c7d0989bc70982a0fd528c7c6ed5ec6686f5e93db0a90db2b06e4e578503443da0750aaa2d6a01ae4fcd4c722eef522c0e06b019aa59a2eb837f233e317d4e2'
+
'd50d40d3b8de03967a467db5d0ead3f8a9c770464c6028580022b60651384075d9437a3efb98b6f8d5e6df967ade09f839552e8d67c254d590016fc51b11def9')
+
+check() {
+  cd blackbox_exporter-$pkgver
+  go test ./...
+}
+
+build() {
+  cd blackbox_exporter-$pkgver
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS} \
+  -X github.com/prometheus/common/version.Version=$pkgver \
+  -X github.com/prometheus/common/version.Revision=$pkgver \
+  -X github.com/prometheus/common/version.Branch=tarball \
+  -X github.com/prometheus/common/version.BuildUser=someone@builder \
+  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
+.
+}
+
+package() {
+  install -Dm644 prometheus-blackbox-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-blackbox-exporter.service
+  cd blackbox_exporter-$pkgver
+  install -Dm755 blackbox_exporter 
"$pkgdir"/usr/bin/prometheus-blackbox-exporter
+}

Deleted: prometheus-blackbox-exporter.service
===
--- prometheus-blackbox-exporter.service2019-10-04 21:18:27 UTC (rev 
363815)
+++ prometheus-blackbox-exporter.service2019-10-04 21:19:16 UTC (rev 
363816)
@@ -1,26 +0,0 @@
-[Unit]
-Description=Prometheus blackbox Exporter
-After=network.target
-
-[Service]

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

2019-10-04 Thread Sergej Pupykin via arch-commits
Date: Friday, October 4, 2019 @ 21:14:17
  Author: spupykin
Revision: 512855

archrelease: copy trunk to community-any

Added:
  drupal/repos/community-any/PKGBUILD
(from rev 512854, drupal/trunk/PKGBUILD)
  drupal/repos/community-any/drupal.install
(from rev 512854, drupal/trunk/drupal.install)
Deleted:
  drupal/repos/community-any/PKGBUILD
  drupal/repos/community-any/drupal.install

+
 PKGBUILD   |   94 +++
 drupal.install |   14 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 21:14:04 UTC (rev 512854)
+++ PKGBUILD2019-10-04 21:14:17 UTC (rev 512855)
@@ -1,47 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=8.7.7
-pkgrel=1
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="https://www.drupal.org/;
-license=('GPL')
-depends=()
-install='drupal.install'
-backup=('etc/webapps/drupal/.htaccess')
-options=(!strip)
-source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('8a92decaf08e4c52f05bd2985cbf6c360ff2cc261bed47cfb30de2cacfae5423')
-
-package() {
-  depends=('php' 'php-gd')
-
-  _instdir="$pkgdir"/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p "$pkgdir"/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p "$pkgdir"/var/lib/drupal/
-  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 512854, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 21:14:17 UTC (rev 512855)
@@ -0,0 +1,47 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=8.7.8
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="https://www.drupal.org/;
+license=('GPL')
+depends=()
+install='drupal.install'
+backup=('etc/webapps/drupal/.htaccess')
+options=(!strip)
+source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+sha256sums=('c8d04d3972ad56e7e703697adc65af1d3e9fb7c0aa77a6d837394b2d6c61377d')
+
+package() {
+  depends=('php' 'php-gd')
+
+  _instdir="$pkgdir"/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p "$pkgdir"/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p "$pkgdir"/var/lib/drupal/
+  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2019-10-04 21:14:04 UTC (rev 512854)
+++ drupal.install  2019-10-04 21:14:17 UTC (rev 512855)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 512854, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2019-10-04 21:14:17 UTC (rev 512855)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


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

2019-10-04 Thread Sergej Pupykin via arch-commits
Date: Friday, October 4, 2019 @ 21:14:39
  Author: spupykin
Revision: 512857

archrelease: copy trunk to community-x86_64

Added:
  prosody/repos/community-x86_64/PKGBUILD
(from rev 512856, prosody/trunk/PKGBUILD)
  prosody/repos/community-x86_64/prosody.install
(from rev 512856, prosody/trunk/prosody.install)
  prosody/repos/community-x86_64/prosody.logrotated
(from rev 512856, prosody/trunk/prosody.logrotated)
  prosody/repos/community-x86_64/prosody.service
(from rev 512856, prosody/trunk/prosody.service)
  prosody/repos/community-x86_64/prosody.tmpfile.d
(from rev 512856, prosody/trunk/prosody.tmpfile.d)
  prosody/repos/community-x86_64/sysuser.conf
(from rev 512856, prosody/trunk/sysuser.conf)
Deleted:
  prosody/repos/community-x86_64/PKGBUILD
  prosody/repos/community-x86_64/prosody.install
  prosody/repos/community-x86_64/prosody.logrotated
  prosody/repos/community-x86_64/prosody.service
  prosody/repos/community-x86_64/prosody.tmpfile.d
  prosody/repos/community-x86_64/sysuser.conf

+
 PKGBUILD   |  175 +--
 prosody.install|   46 ++---
 prosody.logrotated |   18 ++---
 prosody.service|   29 
 prosody.tmpfile.d  |4 -
 sysuser.conf   |6 -
 6 files changed, 139 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 21:14:24 UTC (rev 512856)
+++ PKGBUILD2019-10-04 21:14:39 UTC (rev 512857)
@@ -1,88 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Old Maintainer: Dwayne Bent 
-# Old Maintainer: Tilman Vatteroth 
-# Contributor: Paul-Sebastian Manole 
-# Contributor: Timothée Ravier 
-# Contributor: Christoph Stahl 
-
-pkgname=prosody
-epoch=1
-pkgrel=1
-pkgver=0.11.2
-pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua"
-arch=('x86_64')
-url="https://prosody.im/;
-license=('MIT')
-depends=('lua52' 'lua52-socket' 'lua52-expat' 'lua52-filesystem' 'libidn'
- 'openssl')
-conflicts=('prosody')
-provides=('prosody')
-optdepends=('lua52-sec: TLS encryption support'
-   'lua52-bitop: websocket support'
-#  'lua52-event: libevent support'
-   'lua52-dbi: SQL storage support')
-install=prosody.install
-backup=('etc/prosody/prosody.cfg.lua')
-validpgpkeys=('32A9EDDE3609931EB98CEAC315907E8E7BDD6BFE')
-source=("https://prosody.im/downloads/source/prosody-$pkgver.tar.gz"{,.asc}
-'prosody.tmpfile.d'
-'prosody.logrotated'
-'sysuser.conf'
-'prosody.service')
-sha256sums=('8911f6dc29b9e0c4edf9e61dc23fa22d77bc42c4caf28b809ab843b2f08e4831'
-'SKIP'
-'0753bd9260f1cfdce6e18e01a61e320b396acfe9fca8ccf3250653bfa6af997e'
-'5a2466b73bd069fb73be97a4e23b24e4c8dd1adb7db871cb8f5ab4094c1f967f'
-'e5c30ffbb066f0ed375b3313490c535d8c9df018726f6cecf9e3ddfd2e48'
-'af4d725c580a5f3aa875194042cdb3859ee70e1dc057650c46a4a10e6a1d3544')
-
-prepare() {
-  cd prosody-$pkgver
-
-  # disable logging to output and activate syslog
-  sed -i s/"info = "/"-- info = "/g prosody.cfg.lua.dist
-  sed -i s/"error = "/"-- error = "/g prosody.cfg.lua.dist
-  sed -i s/"--\ \"\*syslog\"\;"/"\"*syslog\"\;"/g prosody.cfg.lua.dist
-
-  # add pidfile and daemonize
-  # daemonize is important for systemd!
-  mv prosody.cfg.lua.dist prosody.cfg.lua.old
-
-  echo --Important for systemd >> prosody.cfg.lua.dist
-  echo -- daemonize is important for systemd. if you set this to false the 
systemd startup will freeze. >> prosody.cfg.lua.dist
-  echo daemonize = true >> prosody.cfg.lua.dist
-  echo 'pidfile = "/run/prosody/prosody.pid"'>> prosody.cfg.lua.dist
-  echo "" >> prosody.cfg.lua.dist
-  cat prosody.cfg.lua.old >> prosody.cfg.lua.dist
-  rm prosody.cfg.lua.old
-
-  #sed -i 's|sock, err = socket.udp();|sock, err = (socket.udp4 or 
socket.udp)();|g' net/dns.lua
-}
-
-build() {
-  cd prosody-$pkgver
-  ./configure --ostype=linux --prefix=/usr --sysconfdir=/etc/prosody \
---datadir=/var/lib/prosody --with-lua-include=/usr/include/lua5.2 \
---cflags="${CFLAGS} -fPIC -Wall -Wextra -D_GNU_SOURCE" \
---ldflags="${LDFLAGS} -shared" --no-example-certs \
---runwith=lua5.2
-  make
-}
-
-package() {
-  cd prosody-$pkgver
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" install -C tools/migration
-
-  install -Dm 0644 "$srcdir"/prosody.tmpfile.d 
"${pkgdir}"/usr/lib/tmpfiles.d/prosody.conf
-  install -Dm 0644 "$srcdir"/prosody.service 
"${pkgdir}"/usr/lib/systemd/system/prosody.service
-  install -Dm644 "$srcdir"/sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/prosody.conf
-
-  for i in tools/*.lua; do
-install -Dm 0644 ${i} "${pkgdir}"/usr/share/prosody/${i}
-  done
-
-  install -Dm 0644 COPYING "${pkgdir}"/usr/share/licenses/prosody/COPYING
-  install -Dm 0644 "$srcdir"/prosody.logrotated 
"${pkgdir}"/etc/logrotate.d/prosody
-  rm "${pkgdir}"/etc/prosody/certs/*
-}

Copied: 

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

2019-10-04 Thread Sergej Pupykin via arch-commits
Date: Friday, October 4, 2019 @ 21:14:52
  Author: spupykin
Revision: 512859

archrelease: copy trunk to community-x86_64

Added:
  recoll/repos/community-x86_64/PKGBUILD
(from rev 512858, recoll/trunk/PKGBUILD)
Deleted:
  recoll/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 21:14:44 UTC (rev 512858)
+++ PKGBUILD2019-10-04 21:14:52 UTC (rev 512859)
@@ -1,49 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel J Griffiths 
-# Contributor: Andrea Scarpino 
-# Contributor: Vladimir Chizhov 
-# Contributor: Robert Emil Berge 
-
-pkgname=recoll
-pkgver=1.25.16
-pkgrel=1
-pkgdesc="Full text search tool based on Xapian backend"
-arch=('x86_64')
-url="https://www.lesbonscomptes.com/recoll/;
-license=('GPL')
-depends=('xapian-core>=1.0.15-1' 'qt5-base' 'openssl' 'hicolor-icon-theme' 
'qt5-webkit'
-'chmlib')
-makedepends=('python' 'python2-pychm' 'python-setuptools')
-optdepends=('libxslt: for XML based formats (fb2,etc)'
-   'unzip: for the OpenOffice.org documents'
-   'poppler: for pdf'
-   'pstotext: for postscipt'
-   'antiword: for msword'
-   'catdoc: for ms excel and powerpoint'
-   'unrtf: for RTF'
-#  'untex: for dvi support with dvips'
-   'djvulibre: for djvu'
-   'id3lib: for mp3 tags support with id3info'
-   'python2: for using some filters'
-   'python2-mutagen: Audio metadata'
-   'perl-image-exiftool: EXIF data from raw files'
-   'python-lxml: indexing spreadsheets'
-   'aspell-en: English stemming support')
-source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
-sha256sums=('a0e19c8fc71f62eb1b7ebed271afb2f440402362f589bc663c7164c52e5c223c')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-  sed -i '1,1i#include ' qtgui/ssearch_w.cpp
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-  QMAKE=qmake-qt5 ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-  make DESTDIR="$pkgdir" install
-}

Copied: recoll/repos/community-x86_64/PKGBUILD (from rev 512858, 
recoll/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 21:14:52 UTC (rev 512859)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel J Griffiths 
+# Contributor: Andrea Scarpino 
+# Contributor: Vladimir Chizhov 
+# Contributor: Robert Emil Berge 
+
+pkgname=recoll
+pkgver=1.25.22
+pkgrel=1
+pkgdesc="Full text search tool based on Xapian backend"
+arch=('x86_64')
+url="https://www.lesbonscomptes.com/recoll/;
+license=('GPL')
+depends=('xapian-core>=1.0.15-1' 'qt5-base' 'openssl' 'hicolor-icon-theme' 
'qt5-webkit'
+'chmlib')
+makedepends=('python' 'python2-pychm' 'python-setuptools')
+optdepends=('libxslt: for XML based formats (fb2,etc)'
+   'unzip: for the OpenOffice.org documents'
+   'poppler: for pdf'
+   'pstotext: for postscipt'
+   'antiword: for msword'
+   'catdoc: for ms excel and powerpoint'
+   'unrtf: for RTF'
+#  'untex: for dvi support with dvips'
+   'djvulibre: for djvu'
+   'id3lib: for mp3 tags support with id3info'
+   'python2: for using some filters'
+   'python2-mutagen: Audio metadata'
+   'perl-image-exiftool: EXIF data from raw files'
+   'python-lxml: indexing spreadsheets'
+   'aspell-en: English stemming support')
+source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
+sha256sums=('500d114952aa03c222847df8ecd0f9c58fc1d03b940df72de81e02e52ca905bc')
+
+prepare() {
+  cd "$srcdir/$pkgname-${pkgver/_/}"
+  sed -i '1,1i#include ' qtgui/ssearch_w.cpp
+}
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/}"
+  QMAKE=qmake-qt5 ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/}"
+  make DESTDIR="$pkgdir" install
+}


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

2019-10-04 Thread Sergej Pupykin via arch-commits
Date: Friday, October 4, 2019 @ 21:14:44
  Author: spupykin
Revision: 512858

upgpkg: recoll 1.25.22-1

Modified:
  recoll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:14:39 UTC (rev 512857)
+++ PKGBUILD2019-10-04 21:14:44 UTC (rev 512858)
@@ -5,7 +5,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=recoll
-pkgver=1.25.16
+pkgver=1.25.22
 pkgrel=1
 pkgdesc="Full text search tool based on Xapian backend"
 arch=('x86_64')
@@ -30,7 +30,7 @@
'python-lxml: indexing spreadsheets'
'aspell-en: English stemming support')
 source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
-sha256sums=('a0e19c8fc71f62eb1b7ebed271afb2f440402362f589bc663c7164c52e5c223c')
+sha256sums=('500d114952aa03c222847df8ecd0f9c58fc1d03b940df72de81e02e52ca905bc')
 
 prepare() {
   cd "$srcdir/$pkgname-${pkgver/_/}"


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

2019-10-04 Thread Sergej Pupykin via arch-commits
Date: Friday, October 4, 2019 @ 21:14:24
  Author: spupykin
Revision: 512856

upgpkg: prosody 1:0.11.3-1

Modified:
  prosody/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:14:17 UTC (rev 512855)
+++ PKGBUILD2019-10-04 21:14:24 UTC (rev 512856)
@@ -8,7 +8,7 @@
 pkgname=prosody
 epoch=1
 pkgrel=1
-pkgver=0.11.2
+pkgver=0.11.3
 pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua"
 arch=('x86_64')
 url="https://prosody.im/;
@@ -28,12 +28,12 @@
 'prosody.logrotated'
 'sysuser.conf'
 'prosody.service')
-sha256sums=('8911f6dc29b9e0c4edf9e61dc23fa22d77bc42c4caf28b809ab843b2f08e4831'
+sha256sums=('cfdabd6f42a9fc5db300221967c518c26bd4b6e62def721c1626894d6325bf87'
 'SKIP'
 '0753bd9260f1cfdce6e18e01a61e320b396acfe9fca8ccf3250653bfa6af997e'
 '5a2466b73bd069fb73be97a4e23b24e4c8dd1adb7db871cb8f5ab4094c1f967f'
 'e5c30ffbb066f0ed375b3313490c535d8c9df018726f6cecf9e3ddfd2e48'
-'af4d725c580a5f3aa875194042cdb3859ee70e1dc057650c46a4a10e6a1d3544')
+'ea34a3802e9a6b181cc1039eda48538fc9335c432223b225a8801d9d636f268c')
 
 prepare() {
   cd prosody-$pkgver


[arch-commits] Commit in prometheus-blackbox-exporter/trunk (PKGBUILD)

2019-10-04 Thread Jelle van der Waa via arch-commits
Date: Friday, October 4, 2019 @ 21:14:11
  Author: jelle
Revision: 363813

upgpkg: prometheus-blackbox-exporter 0.15.1-2

golang 1.13.1

Modified:
  prometheus-blackbox-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:09:01 UTC (rev 363812)
+++ PKGBUILD2019-10-04 21:14:11 UTC (rev 363813)
@@ -2,7 +2,7 @@
 
 pkgname=prometheus-blackbox-exporter
 pkgver=0.15.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
 arch=('x86_64')
 url="https://github.com/prometheus/blackbox_exporter;


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

2019-10-04 Thread Sergej Pupykin via arch-commits
Date: Friday, October 4, 2019 @ 21:14:04
  Author: spupykin
Revision: 512854

upgpkg: drupal 8.7.8-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:12:16 UTC (rev 512853)
+++ PKGBUILD2019-10-04 21:14:04 UTC (rev 512854)
@@ -2,7 +2,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.7.7
+pkgver=8.7.8
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -13,7 +13,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('8a92decaf08e4c52f05bd2985cbf6c360ff2cc261bed47cfb30de2cacfae5423')
+sha256sums=('c8d04d3972ad56e7e703697adc65af1d3e9fb7c0aa77a6d837394b2d6c61377d')
 
 package() {
   depends=('php' 'php-gd')


[arch-commits] Commit in prometheus-blackbox-exporter/repos (3 files)

2019-10-04 Thread Jelle van der Waa via arch-commits
Date: Friday, October 4, 2019 @ 21:14:17
  Author: jelle
Revision: 363814

archrelease: copy trunk to community-x86_64

Added:
  prometheus-blackbox-exporter/repos/community-x86_64/
  prometheus-blackbox-exporter/repos/community-x86_64/PKGBUILD
(from rev 363813, prometheus-blackbox-exporter/trunk/PKGBUILD)
  
prometheus-blackbox-exporter/repos/community-x86_64/prometheus-blackbox-exporter.service
(from rev 363813, 
prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service)

--+
 PKGBUILD |   39 +
 prometheus-blackbox-exporter.service |   26 ++
 2 files changed, 65 insertions(+)

Copied: prometheus-blackbox-exporter/repos/community-x86_64/PKGBUILD (from rev 
363813, prometheus-blackbox-exporter/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-10-04 21:14:17 UTC (rev 363814)
@@ -0,0 +1,39 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=prometheus-blackbox-exporter
+pkgver=0.15.1
+pkgrel=2
+pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
+arch=('x86_64')
+url="https://github.com/prometheus/blackbox_exporter;
+license=('Apache')
+depends=(glibc)
+makedepends=(go-pie git)
+source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service)
+sha512sums=('2c7d0989bc70982a0fd528c7c6ed5ec6686f5e93db0a90db2b06e4e578503443da0750aaa2d6a01ae4fcd4c722eef522c0e06b019aa59a2eb837f233e317d4e2'
+
'd50d40d3b8de03967a467db5d0ead3f8a9c770464c6028580022b60651384075d9437a3efb98b6f8d5e6df967ade09f839552e8d67c254d590016fc51b11def9')
+
+check() {
+  cd blackbox_exporter-$pkgver
+  go test ./...
+}
+
+build() {
+  cd blackbox_exporter-$pkgver
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS} \
+  -X github.com/prometheus/common/version.Version=$pkgver \
+  -X github.com/prometheus/common/version.Revision=$pkgver \
+  -X github.com/prometheus/common/version.Branch=tarball \
+  -X github.com/prometheus/common/version.BuildUser=someone@builder \
+  -X github.com/prometheus/common/version.BuildDate=$(date 
-d@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
+.
+}
+
+package() {
+  install -Dm644 prometheus-blackbox-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-blackbox-exporter.service
+  cd blackbox_exporter-$pkgver
+  install -Dm755 blackbox_exporter 
"$pkgdir"/usr/bin/prometheus-blackbox-exporter
+}

Copied: 
prometheus-blackbox-exporter/repos/community-x86_64/prometheus-blackbox-exporter.service
 (from rev 363813, 
prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service)
===
--- community-x86_64/prometheus-blackbox-exporter.service   
(rev 0)
+++ community-x86_64/prometheus-blackbox-exporter.service   2019-10-04 
21:14:17 UTC (rev 363814)
@@ -0,0 +1,26 @@
+[Unit]
+Description=Prometheus blackbox Exporter
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/prometheus-blackbox-exporter 
--config.file="/etc/prometheus/blackbox.yml"
+ExecReload=/bin/kill -HUP $MAINPID
+DynamicUser=true
+
+NoNewPrivileges=true
+ProtectSystem=full
+ProtectKernelModules=true
+ProtectKernelTunables=true
+PrivateTmp=true
+LockPersonality=true
+ProtectHostname=true
+ProtectHome=true
+ProtectControlGroups=true
+PrivateDevices=true
+PrivateUsers=true
+RestrictRealtime=true
+CapabilityBoundingSet=
+MemoryDenyWriteExecute=true
+
+[Install]
+WantedBy=multi-user.target


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

2019-10-04 Thread Jelle van der Waa via arch-commits
Date: Friday, October 4, 2019 @ 21:12:16
  Author: jelle
Revision: 512853

archrelease: copy trunk to community-x86_64

Added:
  hey/repos/community-x86_64/PKGBUILD
(from rev 512852, hey/trunk/PKGBUILD)
Deleted:
  hey/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 21:12:08 UTC (rev 512852)
+++ PKGBUILD2019-10-04 21:12:16 UTC (rev 512853)
@@ -1,27 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=hey
-pkgver=0.1.2
-pkgrel=1
-pkgdesc='HTTP load generator'
-url="https://github.com/rakyll/hey;
-arch=(x86_64)
-license=('GPL')
-makedepends=('go-pie')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rakyll/hey/archive/v$pkgver.tar.gz)
-sha512sums=('21b7b2ddee84c2dd144a7bca44ea2c24dcfe5a6e41f8ad388a1099ec42b83789748906c2d405b774aefbdffd5cb90e045219f6ee39a9837adef5b57c5f0b2e3a')
-
-
-build() {
-  cd $pkgname-$pkgver
-  go build \
--trimpath \
--ldflags "-extldflags ${LDFLAGS}" \
-  .
-}
-
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
-}

Copied: hey/repos/community-x86_64/PKGBUILD (from rev 512852, 
hey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 21:12:16 UTC (rev 512853)
@@ -0,0 +1,27 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=hey
+pkgver=0.1.2
+pkgrel=2
+pkgdesc='HTTP load generator'
+url="https://github.com/rakyll/hey;
+arch=(x86_64)
+license=('GPL')
+makedepends=('go-pie')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rakyll/hey/archive/v$pkgver.tar.gz)
+sha512sums=('21b7b2ddee84c2dd144a7bca44ea2c24dcfe5a6e41f8ad388a1099ec42b83789748906c2d405b774aefbdffd5cb90e045219f6ee39a9837adef5b57c5f0b2e3a')
+
+
+build() {
+  cd $pkgname-$pkgver
+  go build \
+-trimpath \
+-ldflags "-extldflags ${LDFLAGS}" \
+  .
+}
+
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
+}


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

2019-10-04 Thread Jelle van der Waa via arch-commits
Date: Friday, October 4, 2019 @ 21:12:08
  Author: jelle
Revision: 512852

upgpkg: hey 0.1.2-2

Golang 1.13.1 rebuild

Modified:
  hey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:09:47 UTC (rev 512851)
+++ PKGBUILD2019-10-04 21:12:08 UTC (rev 512852)
@@ -2,7 +2,7 @@
 
 pkgname=hey
 pkgver=0.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='HTTP load generator'
 url="https://github.com/rakyll/hey;
 arch=(x86_64)


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

2019-10-04 Thread Jelle van der Waa via arch-commits
Date: Friday, October 4, 2019 @ 21:09:47
  Author: jelle
Revision: 512851

archrelease: copy trunk to community-x86_64

Added:
  hey/repos/community-x86_64/PKGBUILD
(from rev 512850, hey/trunk/PKGBUILD)
Deleted:
  hey/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 18:13:08 UTC (rev 512850)
+++ PKGBUILD2019-10-04 21:09:47 UTC (rev 512851)
@@ -1,27 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-pkgname=hey
-pkgver=0.1.2
-pkgrel=1
-pkgdesc='HTTP load generator'
-url="https://github.com/rakyll/hey;
-arch=(x86_64)
-license=('GPL')
-makedepends=('go-pie')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rakyll/hey/archive/v$pkgver.tar.gz)
-sha512sums=('21b7b2ddee84c2dd144a7bca44ea2c24dcfe5a6e41f8ad388a1099ec42b83789748906c2d405b774aefbdffd5cb90e045219f6ee39a9837adef5b57c5f0b2e3a')
-
-
-build() {
-  cd $pkgname-$pkgver
-  go build \
--trimpath \
--ldflags "-extldflags ${LDFLAGS}" \
-  .
-}
-
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
-}

Copied: hey/repos/community-x86_64/PKGBUILD (from rev 512850, 
hey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 21:09:47 UTC (rev 512851)
@@ -0,0 +1,27 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=hey
+pkgver=0.1.2
+pkgrel=1
+pkgdesc='HTTP load generator'
+url="https://github.com/rakyll/hey;
+arch=(x86_64)
+license=('GPL')
+makedepends=('go-pie')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rakyll/hey/archive/v$pkgver.tar.gz)
+sha512sums=('21b7b2ddee84c2dd144a7bca44ea2c24dcfe5a6e41f8ad388a1099ec42b83789748906c2d405b774aefbdffd5cb90e045219f6ee39a9837adef5b57c5f0b2e3a')
+
+
+build() {
+  cd $pkgname-$pkgver
+  go build \
+-trimpath \
+-ldflags "-extldflags ${LDFLAGS}" \
+  .
+}
+
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
+}


[arch-commits] Commit in xdg-desktop-portal-gtk/repos/extra-x86_64 (3 files)

2019-10-04 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 21:08:59
  Author: heftig
Revision: 363810

archrelease: copy trunk to extra-x86_64

Added:
  
xdg-desktop-portal-gtk/repos/extra-x86_64/0001-configure-Add-missing-dep-on-libX11.patch
(from rev 363809, 
xdg-desktop-portal-gtk/trunk/0001-configure-Add-missing-dep-on-libX11.patch)
  xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD
(from rev 363809, xdg-desktop-portal-gtk/trunk/PKGBUILD)
Deleted:
  xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD

+
 0001-configure-Add-missing-dep-on-libX11.patch |   31 
 PKGBUILD   |   89 +++
 2 files changed, 77 insertions(+), 43 deletions(-)

Copied: 
xdg-desktop-portal-gtk/repos/extra-x86_64/0001-configure-Add-missing-dep-on-libX11.patch
 (from rev 363809, 
xdg-desktop-portal-gtk/trunk/0001-configure-Add-missing-dep-on-libX11.patch)
===
--- 0001-configure-Add-missing-dep-on-libX11.patch  
(rev 0)
+++ 0001-configure-Add-missing-dep-on-libX11.patch  2019-10-04 21:08:59 UTC 
(rev 363810)
@@ -0,0 +1,31 @@
+From 92f478e907094004dbe367db3f6fb42f7fecf5af Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Fri, 4 Oct 2019 21:04:17 +
+Subject: [PATCH] configure: Add missing dep on libX11
+
+Fixes a link error:
+
+  CCLD xdg-desktop-portal-gtk
+/usr/bin/ld: src/xdg_desktop_portal_gtk-gsd-remote-display-manager.o: 
undefined reference to symbol 'XQueryExtension'
+/usr/bin/ld: /usr/lib/libX11.so.6: error adding symbols: DSO missing from 
command line
+collect2: error: ld returned 1 exit status
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 88a9cba..b532412 100644
+--- a/configure.ac
 b/configure.ac
+@@ -61,7 +61,7 @@ PKG_CHECK_MODULES(GTK, [xdg-desktop-portal >= 1.0 glib-2.0 
>= 2.44 gio-unix-2.0
+ AC_SUBST(GTK_CFLAGS)
+ AC_SUBST(GTK_LIBS)
+ 
+-PKG_CHECK_MODULES(GTK_X11, gtk+-x11-3.0,
++PKG_CHECK_MODULES(GTK_X11, [gtk+-x11-3.0 x11],
+ have_gtk_x11=yes, have_gtk_x11=no)
+ if test "$have_gtk_x11" = "yes"; then
+   AC_DEFINE(HAVE_GTK_X11, 1, [define if we we have gtk+-x11])
+-- 
+2.23.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 21:07:31 UTC (rev 363809)
+++ PKGBUILD2019-10-04 21:08:59 UTC (rev 363810)
@@ -1,43 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Patrick Griffis 
-
-pkgname=xdg-desktop-portal-gtk
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="A GTK+ backend for xdg-desktop-portal"
-url="https://github.com/flatpak/xdg-desktop-portal-gtk;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(gtk3)
-makedepends=(xdg-desktop-portal python git evince)
-optdepends=("evince: Print preview")
-provides=(xdg-desktop-portal-impl)
-_commit=7bea12533934abdd603982a39065477e8944df02  # tags/1.4.0^0
-source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make 
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" make install
-}

Copied: xdg-desktop-portal-gtk/repos/extra-x86_64/PKGBUILD (from rev 363809, 
xdg-desktop-portal-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 21:08:59 UTC (rev 363810)
@@ -0,0 +1,46 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Patrick Griffis 
+
+pkgname=xdg-desktop-portal-gtk
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="A GTK+ backend for xdg-desktop-portal"
+url="https://github.com/flatpak/xdg-desktop-portal-gtk;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(gtk3)
+makedepends=(xdg-desktop-portal python git evince)
+optdepends=("evince: Print preview")
+provides=(xdg-desktop-portal-impl)
+_commit=ffbbf4ef155f904e697acb7c33c0fe691a5fa49e  # tags/1.5.0^0
+source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit;
+0001-configure-Add-missing-dep-on-libX11.patch)
+sha256sums=('SKIP'
+'1b855ddbe3aebfa8a21340bab6804b0f244d1885e5197f1d49df4fbd0b4b1bd0')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git apply -3 ../0001-configure-Add-missing-dep-on-libX11.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make 
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  DESTDIR="$pkgdir" make install
+}


[arch-commits] Commit in xdg-desktop-portal/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-10-04 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 21:09:00
  Author: heftig
Revision: 363811

archrelease: copy trunk to extra-x86_64

Added:
  xdg-desktop-portal/repos/extra-x86_64/PKGBUILD
(from rev 363809, xdg-desktop-portal/trunk/PKGBUILD)
Deleted:
  xdg-desktop-portal/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 21:08:59 UTC (rev 363810)
+++ PKGBUILD2019-10-04 21:09:00 UTC (rev 363811)
@@ -1,42 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Patrick Griffis 
-
-pkgname=xdg-desktop-portal
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="Desktop integration portals for sandboxed apps"
-url="https://github.com/flatpak/xdg-desktop-portal;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(glib2 pipewire fuse2 geoclue2)
-makedepends=(python xmlto docbook-xsl git flatpak)
-_commit=f8604e337f474f053ce4c1e565bde7089d212c91  # tags/1.4.2^0
-source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib --enable-pipewire
-  make 
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  depends+=(xdg-desktop-portal-impl)
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: xdg-desktop-portal/repos/extra-x86_64/PKGBUILD (from rev 363809, 
xdg-desktop-portal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 21:09:00 UTC (rev 363811)
@@ -0,0 +1,42 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Patrick Griffis 
+
+pkgname=xdg-desktop-portal
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="Desktop integration portals for sandboxed apps"
+url="https://github.com/flatpak/xdg-desktop-portal;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(glib2 pipewire fuse2 geoclue2)
+makedepends=(python xmlto docbook-xsl git flatpak)
+_commit=da4c2cd2de3761514d949908bc5a58ed24d4f99b  # tags/1.5.0^0
+source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib --enable-pipewire
+  make 
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  depends+=(xdg-desktop-portal-impl)
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-10-04 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 21:09:01
  Author: heftig
Revision: 363812

archrelease: copy trunk to extra-x86_64

Added:
  totem/repos/extra-x86_64/PKGBUILD
(from rev 363809, totem/trunk/PKGBUILD)
Deleted:
  totem/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 21:09:00 UTC (rev 363811)
+++ PKGBUILD2019-10-04 21:09:01 UTC (rev 363812)
@@ -1,50 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=totem
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="Movie player for the GNOME desktop based on GStreamer"
-url="https://wiki.gnome.org/Apps/Videos;
-arch=(x86_64)
-license=(GPL2 custom)
-depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo 
gsettings-desktop-schemas
- dconf python-gobject python-xdg gnome-desktop gst-plugins-base 
gst-plugins-good
- gst-plugins-bad)
-makedepends=(libnautilus-extension itstool docbook-xsl python-pylint
- gobject-introspection git appstream-glib gtk-doc meson intltool)
-optdepends=('gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'grilo-plugins: Media discovery'
-'python-dbus: MPRIS plugin')
-groups=(gnome)
-conflicts=(totem-plugin)
-replaces=(totem-plugin)
-_commit=3996781377b6526d85f7d066858ee89e25efcdca  # tags/V_3_34_0^0
-source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgd.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build -D enable-gtk-doc=true
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
-}

Copied: totem/repos/extra-x86_64/PKGBUILD (from rev 363809, 
totem/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 21:09:01 UTC (rev 363812)
@@ -0,0 +1,50 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem
+pkgver=3.34.1
+pkgrel=1
+pkgdesc="Movie player for the GNOME desktop based on GStreamer"
+url="https://wiki.gnome.org/Apps/Videos;
+arch=(x86_64)
+license=(GPL2 custom)
+depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo 
gsettings-desktop-schemas
+ dconf python-gobject python-xdg gnome-desktop gst-plugins-base 
gst-plugins-good
+ gst-plugins-bad)
+makedepends=(libnautilus-extension itstool docbook-xsl python-pylint
+ gobject-introspection git appstream-glib gtk-doc meson intltool)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'grilo-plugins: Media discovery'
+'python-dbus: MPRIS plugin')
+groups=(gnome)
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+_commit=8579f3c7bd4811a1ff2dc782efaae71f70e6954e  # tags/V_3_34_1^0
+source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D enable-gtk-doc=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}


[arch-commits] Commit in xdg-desktop-portal-gtk/trunk (2 files)

2019-10-04 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 21:07:22
  Author: heftig
Revision: 363808

1.5.0-1

Added:
  xdg-desktop-portal-gtk/trunk/0001-configure-Add-missing-dep-on-libX11.patch
Modified:
  xdg-desktop-portal-gtk/trunk/PKGBUILD

+
 0001-configure-Add-missing-dep-on-libX11.patch |   31 +++
 PKGBUILD   |   11 +---
 2 files changed, 38 insertions(+), 4 deletions(-)

Added: 0001-configure-Add-missing-dep-on-libX11.patch
===
--- 0001-configure-Add-missing-dep-on-libX11.patch  
(rev 0)
+++ 0001-configure-Add-missing-dep-on-libX11.patch  2019-10-04 21:07:22 UTC 
(rev 363808)
@@ -0,0 +1,31 @@
+From 92f478e907094004dbe367db3f6fb42f7fecf5af Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Fri, 4 Oct 2019 21:04:17 +
+Subject: [PATCH] configure: Add missing dep on libX11
+
+Fixes a link error:
+
+  CCLD xdg-desktop-portal-gtk
+/usr/bin/ld: src/xdg_desktop_portal_gtk-gsd-remote-display-manager.o: 
undefined reference to symbol 'XQueryExtension'
+/usr/bin/ld: /usr/lib/libX11.so.6: error adding symbols: DSO missing from 
command line
+collect2: error: ld returned 1 exit status
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 88a9cba..b532412 100644
+--- a/configure.ac
 b/configure.ac
+@@ -61,7 +61,7 @@ PKG_CHECK_MODULES(GTK, [xdg-desktop-portal >= 1.0 glib-2.0 
>= 2.44 gio-unix-2.0
+ AC_SUBST(GTK_CFLAGS)
+ AC_SUBST(GTK_LIBS)
+ 
+-PKG_CHECK_MODULES(GTK_X11, gtk+-x11-3.0,
++PKG_CHECK_MODULES(GTK_X11, [gtk+-x11-3.0 x11],
+ have_gtk_x11=yes, have_gtk_x11=no)
+ if test "$have_gtk_x11" = "yes"; then
+   AC_DEFINE(HAVE_GTK_X11, 1, [define if we we have gtk+-x11])
+-- 
+2.23.0
+

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 20:57:27 UTC (rev 363807)
+++ PKGBUILD2019-10-04 21:07:22 UTC (rev 363808)
@@ -2,7 +2,7 @@
 # Contributor: Patrick Griffis 
 
 pkgname=xdg-desktop-portal-gtk
-pkgver=1.4.0
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="A GTK+ backend for xdg-desktop-portal"
 url="https://github.com/flatpak/xdg-desktop-portal-gtk;
@@ -12,9 +12,11 @@
 makedepends=(xdg-desktop-portal python git evince)
 optdepends=("evince: Print preview")
 provides=(xdg-desktop-portal-impl)
-_commit=7bea12533934abdd603982a39065477e8944df02  # tags/1.4.0^0
-source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit;)
-sha256sums=('SKIP')
+_commit=ffbbf4ef155f904e697acb7c33c0fe691a5fa49e  # tags/1.5.0^0
+source=("git+https://github.com/flatpak/xdg-desktop-portal-gtk#commit=$_commit;
+0001-configure-Add-missing-dep-on-libX11.patch)
+sha256sums=('SKIP'
+'1b855ddbe3aebfa8a21340bab6804b0f244d1885e5197f1d49df4fbd0b4b1bd0')
 
 pkgver() {
   cd $pkgname
@@ -23,6 +25,7 @@
 
 prepare() {
   cd $pkgname
+  git apply -3 ../0001-configure-Add-missing-dep-on-libX11.patch
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2019-10-04 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 21:07:31
  Author: heftig
Revision: 363809

3.34.1-1

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:07:22 UTC (rev 363808)
+++ PKGBUILD2019-10-04 21:07:31 UTC (rev 363809)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=totem
-pkgver=3.34.0
+pkgver=3.34.1
 pkgrel=1
 pkgdesc="Movie player for the GNOME desktop based on GStreamer"
 url="https://wiki.gnome.org/Apps/Videos;
@@ -20,7 +20,7 @@
 groups=(gnome)
 conflicts=(totem-plugin)
 replaces=(totem-plugin)
-_commit=3996781377b6526d85f7d066858ee89e25efcdca  # tags/V_3_34_0^0
+_commit=8579f3c7bd4811a1ff2dc782efaae71f70e6954e  # tags/V_3_34_1^0
 source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'


[arch-commits] Commit in xdg-desktop-portal/trunk (PKGBUILD)

2019-10-04 Thread Jan Steffens via arch-commits
Date: Friday, October 4, 2019 @ 20:57:27
  Author: heftig
Revision: 363807

1.5.0-1

Modified:
  xdg-desktop-portal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 17:30:19 UTC (rev 363806)
+++ PKGBUILD2019-10-04 20:57:27 UTC (rev 363807)
@@ -2,7 +2,7 @@
 # Contributor: Patrick Griffis 
 
 pkgname=xdg-desktop-portal
-pkgver=1.4.2
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="Desktop integration portals for sandboxed apps"
 url="https://github.com/flatpak/xdg-desktop-portal;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(glib2 pipewire fuse2 geoclue2)
 makedepends=(python xmlto docbook-xsl git flatpak)
-_commit=f8604e337f474f053ce4c1e565bde7089d212c91  # tags/1.4.2^0
+_commit=da4c2cd2de3761514d949908bc5a58ed24d4f99b  # tags/1.5.0^0
 source=("git+https://github.com/flatpak/xdg-desktop-portal#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in telegram-desktop/repos/community-x86_64 (19 files)

2019-10-04 Thread Jiachen Yang via arch-commits
Date: Friday, October 4, 2019 @ 18:13:08
  Author: farseerfc
Revision: 512850

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
(from rev 512849, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 512849, telegram-desktop/trunk/PKGBUILD)
  
telegram-desktop/repos/community-x86_64/Revert-Change-some-private-header-includes.patch
(from rev 512849, 
telegram-desktop/trunk/Revert-Change-some-private-header-includes.patch)
  
telegram-desktop/repos/community-x86_64/Revert-Disable-DemiBold-fallback-for-Semibold.patch
(from rev 512849, 
telegram-desktop/trunk/Revert-Disable-DemiBold-fallback-for-Semibold.patch)
  telegram-desktop/repos/community-x86_64/Use-system-wide-font.patch
(from rev 512849, telegram-desktop/trunk/Use-system-wide-font.patch)
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
(from rev 512849, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
(from rev 512849, telegram-desktop/trunk/no-gtk2.patch)
  telegram-desktop/repos/community-x86_64/tdesktop.patch
(from rev 512849, telegram-desktop/trunk/tdesktop.patch)
  
telegram-desktop/repos/community-x86_64/tdesktop_lottie_animation_qtdebug.patch
(from rev 512849, 
telegram-desktop/trunk/tdesktop_lottie_animation_qtdebug.patch)
  telegram-desktop/repos/community-x86_64/tg.protocol
(from rev 512849, telegram-desktop/trunk/tg.protocol)
Deleted:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/Use-system-wide-font.patch
  telegram-desktop/repos/community-x86_64/demibold.patch
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
  telegram-desktop/repos/community-x86_64/tdesktop.patch
  
telegram-desktop/repos/community-x86_64/tdesktop_lottie_animation_qtdebug.patch
  telegram-desktop/repos/community-x86_64/tg.protocol

-+
 CMakeLists.inj  |   39 
 PKGBUILD|  259 ++--
 Revert-Change-some-private-header-includes.patch|   66 +
 Revert-Disable-DemiBold-fallback-for-Semibold.patch |   30 
 Use-system-wide-font.patch  |   66 -
 demibold.patch  |   27 
 libtgvoip.patch |   36 
 no-gtk2.patch   |   61 -
 tdesktop.patch  |  998 --
 tdesktop_lottie_animation_qtdebug.patch |   28 
 tg.protocol |   22 
 11 files changed, 820 insertions(+), 812 deletions(-)

Deleted: CMakeLists.inj
===
--- CMakeLists.inj  2019-10-04 18:11:49 UTC (rev 512849)
+++ CMakeLists.inj  2019-10-04 18:13:08 UTC (rev 512850)
@@ -1,19 +0,0 @@
-# The text will be put into the appropriate CMakeLists by the PKGBUILD
-
-# Avoid rpath compiler parameter
-set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
-
-# This makes up for patch of gyp utility, supporting precompiled headers. If
-# Telegram/Patches/gyp.diff file will be changed in future, please check these
-# lines.
-include(../../Telegram/gyp/PrecompiledHeader.cmake)
-add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
-add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
-add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
-add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
-add_precompiled_header(lib_mtproto 
../../Telegram/SourceFiles/mtproto/mtp_pch.h)
-
-# You can discover new PCHs using this link:
-# 
https://github.com/telegramdesktop/tdesktop/search?q=pch_header_q=pch_header
-
-# vim: ft=cmake

Copied: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 
512849, telegram-desktop/trunk/CMakeLists.inj)
===
--- CMakeLists.inj  (rev 0)
+++ CMakeLists.inj  2019-10-04 18:13:08 UTC (rev 512850)
@@ -0,0 +1,20 @@
+# The text will be put into the appropriate CMakeLists by the PKGBUILD
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. If
+# Telegram/Patches/gyp.diff file will be changed in future, please check these
+# lines.
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+add_precompiled_header(lib_base ../../Telegram/SourceFiles/base/base_pch.h)
+add_precompiled_header(lib_export 

[arch-commits] Commit in telegram-desktop/trunk (9 files)

2019-10-04 Thread Jiachen Yang via arch-commits
Date: Friday, October 4, 2019 @ 18:11:49
  Author: farseerfc
Revision: 512849

upgpkg: telegram-desktop 1.8.13-1

telegram-desktop 1.8.13

Added:
  telegram-desktop/trunk/Revert-Change-some-private-header-includes.patch
  telegram-desktop/trunk/Revert-Disable-DemiBold-fallback-for-Semibold.patch
Modified:
  telegram-desktop/trunk/CMakeLists.inj
  telegram-desktop/trunk/PKGBUILD
  telegram-desktop/trunk/Use-system-wide-font.patch
  telegram-desktop/trunk/no-gtk2.patch
  telegram-desktop/trunk/tdesktop.patch
  telegram-desktop/trunk/tdesktop_lottie_animation_qtdebug.patch
Deleted:
  telegram-desktop/trunk/demibold.patch

-+
 CMakeLists.inj  |1 
 PKGBUILD|   39 +-
 Revert-Change-some-private-header-includes.patch|   66 
 Revert-Disable-DemiBold-fallback-for-Semibold.patch |   30 ++
 Use-system-wide-font.patch  |   46 +--
 demibold.patch  |   27 -
 no-gtk2.patch   |7 
 tdesktop.patch  |  262 ++
 tdesktop_lottie_animation_qtdebug.patch |6 
 9 files changed, 246 insertions(+), 238 deletions(-)

Modified: CMakeLists.inj
===
--- CMakeLists.inj  2019-10-04 17:41:27 UTC (rev 512848)
+++ CMakeLists.inj  2019-10-04 18:11:49 UTC (rev 512849)
@@ -12,6 +12,7 @@
 add_precompiled_header(lib_export 
../../Telegram/SourceFiles/export/export_pch.h)
 add_precompiled_header(lib_storage 
../../Telegram/SourceFiles/storage/storage_pch.h)
 add_precompiled_header(lib_mtproto 
../../Telegram/SourceFiles/mtproto/mtp_pch.h)
+add_precompiled_header(lib_ui ../../Telegram/SourceFiles/ui/ui_pch.h)
 
 # You can discover new PCHs using this link:
 # 
https://github.com/telegramdesktop/tdesktop/search?q=pch_header_q=pch_header

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 17:41:27 UTC (rev 512848)
+++ PKGBUILD2019-10-04 18:11:49 UTC (rev 512849)
@@ -5,7 +5,7 @@
 # https://github.com/mymedia2/tdesktop
 
 pkgname=telegram-desktop
-pkgver=1.8.9
+pkgver=1.8.13
 pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 url="https://desktop.telegram.org/;
 license=('GPL3')
 depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 
'qt5-imageformats' 'openssl')
-makedepends=('cmake' 'git' 'gyp' 'range-v3' 'python' 'libappindicator-gtk3')
+makedepends=('cmake' 'git' 'gyp' 'range-v3' 'python' 'libappindicator-gtk3' 
'dos2unix')
 optdepends=('libnotify: desktop notifications'
 'ttf-opensans: default Open Sans font family')
 source=(
@@ -26,14 +26,14 @@
 "rlottie::git+https://github.com/john-preston/rlottie.git;
 "tg.protocol"
 "CMakeLists.inj"
+"libtgvoip.patch"
+
 "tdesktop.patch"
 "no-gtk2.patch"
-"libtgvoip.patch"
-"demibold.patch"
+"Revert-Disable-DemiBold-fallback-for-Semibold.patch"
+"tdesktop_lottie_animation_qtdebug.patch"
+"Revert-Change-some-private-header-includes.patch"
 "Use-system-wide-font.patch"
-"tdesktop_lottie_animation_qtdebug.patch"
-
"revert-private-headers.patch::https://github.com/telegramdesktop/tdesktop/commit/b9d3ba621eb8af638af46c6b3cfd7a8330bf0dd5.patch;
-
"range-v3-0.9-pr6501.patch::https://patch-diff.githubusercontent.com/raw/telegramdesktop/tdesktop/pull/6501.patch;
 )
 sha512sums=('SKIP'
 'SKIP'
@@ -44,15 +44,14 @@
 'SKIP'
 'SKIP'
 
'b87414ceaae19185a8a5749cea1f6d9f3fc3c69b8dd729e3db8790cde00b987c3c827cd30baf0eac579d1884e34aa2f37bb90778c3c0bc9ca211d75a82891b9d'
-
'16874fabcb0d04d6bf8db1ee2fd77fbd09eeb6acc28bb5fd915d378f7a5ed7ebf4aae01c390e516695572cf9ef0e2cb59493e21a35643fd63ddf3fec446858a6'
-
'3b6a0450f7981c2ce5f90c1ea46d9fb504194609f357b957b5c4a741681d3c531252394df116f8b77780a3a110783c047c9a081f9651e0792e7423573e390392'
-
'f5c7feb710fa12694c9f4ae9c818259c6ced5dc9d63079556a14c8bac14e3cc0ec4d3322df3650530b8afd8a512e573b4d3d8b3130b6374e842a92daacedd534'
+
'b759e45282c7bd04e1fdcbfd0c009773782bebde36d96363db9869a9d78e7fad41314ad311b7afbfa57db4e66c0265da17e9f81f6d62a972466cb71d19d4b47c'
 
'd60694dc701aa985b0e82a12c9732b945082470441c687b33167a94f94efcf253baf43bb7280ec160ba338485ee5c62de138e4804cae05f27cc5cf4298166d39'
-
'6d0bac5aa4c4992b5400a9a9318f7a4e92d5eab961917cf0b05cdd251ab66a77c52ec8fbef246e8019606a7624d7b5420b87f8153e071e9724c7d2f5c94e47c0'
-
'ce6be003220267bac5483caf8302b492e1581892bc36d35a61236ebf9f9d766b8bd2159557a1c36256aa85f461797a38bfaae57b12da7a72101b21c0b17ed653'
-
'a83b80668b2dc2cc77c857069fdb45b487793fda01ad8a63bab66c6a1c71e5d032050e4ec7efb5b4c3216badc5377c856ef1f4a59c2e02b24ee53b1d83124bf3'
-   

[arch-commits] Commit in intel-compute-runtime/repos (2 files)

2019-10-04 Thread Daniel Bermond via arch-commits
Date: Friday, October 4, 2019 @ 17:41:27
  Author: dbermond
Revision: 512848

archrelease: copy trunk to community-staging-x86_64

Added:
  intel-compute-runtime/repos/community-staging-x86_64/
  intel-compute-runtime/repos/community-staging-x86_64/PKGBUILD
(from rev 512847, intel-compute-runtime/trunk/PKGBUILD)

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

Copied: intel-compute-runtime/repos/community-staging-x86_64/PKGBUILD (from rev 
512847, intel-compute-runtime/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-04 17:41:27 UTC (rev 512848)
@@ -0,0 +1,38 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+_srcname=compute-runtime
+pkgname=intel-${_srcname}
+pkgver=19.39.14278
+pkgrel=1
+pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
+arch=(x86_64)
+url="https://01.org/compute-runtime;
+license=(MIT)
+depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
+makedepends=(cmake libva)
+optdepends=('libva: for cl_intel_va_api_media_sharing'
+'libdrm: for cl_intel_va_api_media_sharing')
+provides=(opencl-driver)
+source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('607b891a99d8c2f191147fb66d8dd42a6b3a71c56a4c483fa966bd429163a2e8')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${_srcname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DNEO_DRIVER_VERSION=${pkgver}
+make
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+install -Dm644 ../${_srcname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2019-10-04 Thread Daniel Bermond via arch-commits
Date: Friday, October 4, 2019 @ 17:41:05
  Author: dbermond
Revision: 512847

upgpkg: intel-compute-runtime 19.39.14278-1

Updated to version 19.39.14278 (llvm9)

Modified:
  intel-compute-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 17:40:14 UTC (rev 512846)
+++ PKGBUILD2019-10-04 17:41:05 UTC (rev 512847)
@@ -3,7 +3,7 @@
 
 _srcname=compute-runtime
 pkgname=intel-${_srcname}
-pkgver=19.37.14191
+pkgver=19.39.14278
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet 
for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -15,7 +15,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
 
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('efa8b74a01a5bc1c344b1de654fdad256ee2c6969fde30ebfa87e4df6dd9aa43')
+sha256sums=('607b891a99d8c2f191147fb66d8dd42a6b3a71c56a4c483fa966bd429163a2e8')
 
 prepare() {
 mkdir -p build


[arch-commits] Commit in intel-graphics-compiler/repos (2 files)

2019-10-04 Thread Daniel Bermond via arch-commits
Date: Friday, October 4, 2019 @ 17:40:14
  Author: dbermond
Revision: 512846

archrelease: copy trunk to community-staging-x86_64

Added:
  intel-graphics-compiler/repos/community-staging-x86_64/
  intel-graphics-compiler/repos/community-staging-x86_64/PKGBUILD
(from rev 512845, intel-graphics-compiler/trunk/PKGBUILD)

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

Copied: intel-graphics-compiler/repos/community-staging-x86_64/PKGBUILD (from 
rev 512845, intel-graphics-compiler/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-04 17:40:14 UTC (rev 512846)
@@ -0,0 +1,50 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+pkgname=intel-graphics-compiler
+epoch=1
+pkgver=1.0.2652
+pkgrel=1
+pkgdesc="Intel Graphics Compiler for OpenCL"
+arch=(x86_64)
+url="https://github.com/intel/intel-graphics-compiler;
+license=(MIT)
+depends=(llvm-libs intel-opencl-clang)
+makedepends=(cmake clang llvm zlib python)
+options=('!emptydirs')
+source=("${url}/archive/igc-${pkgver}.tar.gz"
+
"igc-${pkgver}-build-fix.patch"::'https://github.com/intel/intel-graphics-compiler/commit/028414b376d12d7d6fbb4939bca2a31a02b6a18f.patch')
+noextract=("igc-${pkgver}.tar.gz")
+sha256sums=('32aa20abe6dbc66dbeffc86aab0db96420b12eb93aec28ad2c98da9f93c1189f'
+'f3ded012337547f730a162596c701f902ec156c69f1949f7ae0f9cd0d6b2e5a7')
+
+prepare() {
+mkdir -p build ${pkgname}-${pkgver}
+bsdtar xf igc-${pkgver}.tar.gz -C ${pkgname}-${pkgver} 
--strip-components='1'
+
+# fix build error
+# https://github.com/intel/intel-graphics-compiler/issues/112
+patch -d "${pkgname}-${pkgver}" -Np1 -i 
"${srcdir}/igc-${pkgver}-build-fix.patch"
+}
+
+build() {
+cd build
+cmake ../"${pkgname}-${pkgver}" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
+-DIGC_PREFERRED_LLVM_VERSION='9.0.0' \
+-Wno-dev
+make
+
+# License
+sed -n '2,20p' IGC/AdaptorOCL/igc.opencl.h > LICENSE # create file
+sed -i '1,22s/^.\{,3\}//' LICENSE # erase C comments
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in intel-graphics-compiler/trunk (PKGBUILD)

2019-10-04 Thread Daniel Bermond via arch-commits
Date: Friday, October 4, 2019 @ 17:39:53
  Author: dbermond
Revision: 512845

upgpkg: intel-graphics-compiler 1:1.0.2652-1

Updated to version 1.0.2652 (llvm9)

Modified:
  intel-graphics-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 17:39:05 UTC (rev 512844)
+++ PKGBUILD2019-10-04 17:39:53 UTC (rev 512845)
@@ -3,7 +3,7 @@
 
 pkgname=intel-graphics-compiler
 epoch=1
-pkgver=1.0.11
+pkgver=1.0.2652
 pkgrel=1
 pkgdesc="Intel Graphics Compiler for OpenCL"
 arch=(x86_64)
@@ -10,15 +10,21 @@
 url="https://github.com/intel/intel-graphics-compiler;
 license=(MIT)
 depends=(llvm-libs intel-opencl-clang)
-makedepends=(cmake clang llvm zlib python2)
+makedepends=(cmake clang llvm zlib python)
 options=('!emptydirs')
-source=("${url}/archive/igc-${pkgver}.tar.gz")
+source=("${url}/archive/igc-${pkgver}.tar.gz"
+
"igc-${pkgver}-build-fix.patch"::'https://github.com/intel/intel-graphics-compiler/commit/028414b376d12d7d6fbb4939bca2a31a02b6a18f.patch')
 noextract=("igc-${pkgver}.tar.gz")
-sha256sums=('f509224a0b1dd8a95edc0bd9c9c10c3117d5fba7c056250aae4816f564a45bac')
+sha256sums=('32aa20abe6dbc66dbeffc86aab0db96420b12eb93aec28ad2c98da9f93c1189f'
+'f3ded012337547f730a162596c701f902ec156c69f1949f7ae0f9cd0d6b2e5a7')
 
 prepare() {
 mkdir -p build ${pkgname}-${pkgver}
 bsdtar xf igc-${pkgver}.tar.gz -C ${pkgname}-${pkgver} 
--strip-components='1'
+
+# fix build error
+# https://github.com/intel/intel-graphics-compiler/issues/112
+patch -d "${pkgname}-${pkgver}" -Np1 -i 
"${srcdir}/igc-${pkgver}-build-fix.patch"
 }
 
 build() {
@@ -28,7 +34,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
--DIGC_PREFERRED_LLVM_VERSION='8.0.0' \
+-DIGC_PREFERRED_LLVM_VERSION='9.0.0' \
 -Wno-dev
 make
 


[arch-commits] Commit in intel-opencl-clang/repos (2 files)

2019-10-04 Thread Daniel Bermond via arch-commits
Date: Friday, October 4, 2019 @ 17:39:05
  Author: dbermond
Revision: 512844

archrelease: copy trunk to community-staging-x86_64

Added:
  intel-opencl-clang/repos/community-staging-x86_64/
  intel-opencl-clang/repos/community-staging-x86_64/PKGBUILD
(from rev 512843, intel-opencl-clang/trunk/PKGBUILD)

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

Copied: intel-opencl-clang/repos/community-staging-x86_64/PKGBUILD (from rev 
512843, intel-opencl-clang/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-04 17:39:05 UTC (rev 512844)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+_srcname=opencl-clang
+pkgname=intel-${_srcname}
+pkgver=9.0.0
+pkgrel=1
+pkgdesc="A wrapper library around clang that can compile OpenCL C kernels to 
SPIR-V modules"
+arch=(x86_64)
+url="https://github.com/intel/opencl-clang/;
+license=(custom)
+depends=(clang llvm-libs)
+makedepends=(cmake llvm spirv-llvm-translator git)
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('f98b9122da4066e96853429a3cff9e6c0bfb0fee14fa2be5a22e43546a5cfd93')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${_srcname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVMSPIRV_INCLUDED_IN_LLVM=OFF \
+-DSPIRV_TRANSLATOR_DIR=/usr \
+-DLLVM_NO_DEAD_STRIP=ON \
+-Wno-dev
+make
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+install -Dm644 ../${_srcname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in intel-opencl-clang/trunk (PKGBUILD)

2019-10-04 Thread Daniel Bermond via arch-commits
Date: Friday, October 4, 2019 @ 17:38:44
  Author: dbermond
Revision: 512843

upgpkg: intel-opencl-clang 9.0.0-1

Updated to version 9.0.0 (llvm9)

Modified:
  intel-opencl-clang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 17:36:55 UTC (rev 512842)
+++ PKGBUILD2019-10-04 17:38:44 UTC (rev 512843)
@@ -3,8 +3,8 @@
 
 _srcname=opencl-clang
 pkgname=intel-${_srcname}
-pkgver=8.0.1
-pkgrel=2
+pkgver=9.0.0
+pkgrel=1
 pkgdesc="A wrapper library around clang that can compile OpenCL C kernels to 
SPIR-V modules"
 arch=(x86_64)
 url="https://github.com/intel/opencl-clang/;
@@ -11,20 +11,11 @@
 license=(custom)
 depends=(clang llvm-libs)
 makedepends=(cmake llvm spirv-llvm-translator git)
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
-
"${pkgname}-0001-update-revision-of-spirv-llvm-translator.patch"::'https://github.com/intel/opencl-clang/commit/a6e69b30a6a2c925254784be808ae3171ecd75ea.patch'
-
"${pkgname}-0002-align-with-modified-llvm-writespirv-api.patch"::'https://github.com/intel/opencl-clang/commit/94af090661d7c953c516c97a25ed053c744a0737.patch')
-sha256sums=('f24880407214c0d726829392cfe30a54f8259700d17e9c3d5e7bfa6f237e1153'
-'2f8f6b0fdc10e83670704b98638fc2117863d277486add942cc07484c4274de5'
-'1c8dd6951df94ab4e73a07b27e158b24d8f81142fa2e33720e7a2a8a13322af8')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('f98b9122da4066e96853429a3cff9e6c0bfb0fee14fa2be5a22e43546a5cfd93')
 
 prepare() {
 mkdir -p build
-
-# fixes for spirv-llvm-translator 8.0.1.2
-cd ${_srcname}-${pkgver}
-patch -Np1 -i 
"${srcdir}/${pkgname}-0001-update-revision-of-spirv-llvm-translator.patch"
-patch -Np1 -i 
"${srcdir}/${pkgname}-0002-align-with-modified-llvm-writespirv-api.patch"
 }
 
 build() {


[arch-commits] Commit in spirv-llvm-translator/repos (2 files)

2019-10-04 Thread Daniel Bermond via arch-commits
Date: Friday, October 4, 2019 @ 17:36:55
  Author: dbermond
Revision: 512842

archrelease: copy trunk to community-staging-x86_64

Added:
  spirv-llvm-translator/repos/community-staging-x86_64/
  spirv-llvm-translator/repos/community-staging-x86_64/PKGBUILD
(from rev 512841, spirv-llvm-translator/trunk/PKGBUILD)

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

Copied: spirv-llvm-translator/repos/community-staging-x86_64/PKGBUILD (from rev 
512841, spirv-llvm-translator/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-04 17:36:55 UTC (rev 512842)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel Bermond 
+
+_srcname=SPIRV-LLVM-Translator
+pkgname=${_srcname,,}
+_build=1
+pkgver=9.0.0.${_build}
+pkgrel=1
+pkgdesc="Tool and a library for bi-directional translation between SPIR-V and 
LLVM IR"
+arch=(x86_64)
+url="https://github.com/KhronosGroup/SPIRV-LLVM-Translator/;
+license=(custom)
+makedepends=(cmake llvm)
+source=("${url}/archive/v${pkgver%.*}-${_build}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('19eff5daedb2c1aac8ab8d64a9f8228976dbaad71b1c1a3d3cd4c17cccdb0e55')
+
+prepare() {
+mkdir -p build
+}
+
+build() {
+cd build
+cmake ../${_srcname}-${pkgver%.*}-${_build} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
+-Wno-dev
+make
+}
+
+package() {
+cd build
+make DESTDIR="${pkgdir}" install
+install -Dm644 ../${_srcname}-${pkgver%.*}-${_build}/LICENSE.TXT -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in spirv-llvm-translator/trunk (PKGBUILD)

2019-10-04 Thread Daniel Bermond via arch-commits
Date: Friday, October 4, 2019 @ 17:36:34
  Author: dbermond
Revision: 512841

upgpkg: spirv-llvm-translator 9.0.0.1-1

Updated to version 9.0.0.1 (linked against llvm9)

Modified:
  spirv-llvm-translator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 16:54:30 UTC (rev 512840)
+++ PKGBUILD2019-10-04 17:36:34 UTC (rev 512841)
@@ -2,8 +2,8 @@
 
 _srcname=SPIRV-LLVM-Translator
 pkgname=${_srcname,,}
-_build=2
-pkgver=8.0.1.${_build}
+_build=1
+pkgver=9.0.0.${_build}
 pkgrel=1
 pkgdesc="Tool and a library for bi-directional translation between SPIR-V and 
LLVM IR"
 arch=(x86_64)
@@ -10,19 +10,11 @@
 url="https://github.com/KhronosGroup/SPIRV-LLVM-Translator/;
 license=(custom)
 makedepends=(cmake llvm)
-_commit=94af090661d7c953c516c97a25ed053c744a0737
-source=("${url}/archive/v${pkgver%.*}-${_build}/${pkgname}-${pkgver}.tar.gz"
-
"${pkgname}-0001-Update-LowerOpenCL-pass.patch"::"https://raw.githubusercontent.com/intel/opencl-clang/${_commit}/patches/spirv/0001-Update-LowerOpenCL-pass-to-handle-new-blocks-represn.patch;
-
"${pkgname}-0002-Remove-extra-semicolon.patch"::"https://raw.githubusercontent.com/intel/opencl-clang/${_commit}/patches/spirv/0002-Remove-extra-semicolon.patch;)
-sha256sums=('f145292872419cc101eee89ce1904be06ead2f5761816a22cb13788e5d394e19'
-'42ac9214fceec9b207201488c9eac899138cdbbd02e3fc56fe815e9bc3455046'
-'af9c341d4a2554e421965b40b0c7f87f4fc60b0522bbc6f0d6f2907d1ddd7ddb')
+source=("${url}/archive/v${pkgver%.*}-${_build}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('19eff5daedb2c1aac8ab8d64a9f8228976dbaad71b1c1a3d3cd4c17cccdb0e55')
 
 prepare() {
 mkdir -p build
-cd ${_srcname}-${pkgver%.*}-${_build}
-patch -Np1 -i ../${pkgname}-0001-Update-LowerOpenCL-pass.patch
-patch -Np1 -i ../${pkgname}-0002-Remove-extra-semicolon.patch
 }
 
 build() {


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

2019-10-04 Thread Antonio Rojas via arch-commits
Date: Friday, October 4, 2019 @ 17:30:19
  Author: arojas
Revision: 363806

archrelease: copy trunk to staging-x86_64

Added:
  clazy/repos/staging-x86_64/
  clazy/repos/staging-x86_64/PKGBUILD
(from rev 363805, clazy/trunk/PKGBUILD)

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

Copied: clazy/repos/staging-x86_64/PKGBUILD (from rev 363805, 
clazy/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-10-04 17:30:19 UTC (rev 363806)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: André Klitzing 
+
+pkgname=clazy
+pkgver=1.5
+pkgrel=3
+pkgdesc="Qt oriented code checker based on clang framework"
+url="https://www.kdab.com/;
+license=(GPL2)
+depends=(clang)
+makedepends=(cmake llvm)
+arch=(x86_64)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('87e37aace395e31359d4258452bbf7d1bdb5eae39e21e0dc0d80a75db8b8b779'
+'SKIP')
+validpgpkeys=(949014B23D24354DFD548E5457416A0ADCEF0EFE) # Sergio Martins 

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


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

2019-10-04 Thread Antonio Rojas via arch-commits
Date: Friday, October 4, 2019 @ 17:29:58
  Author: arojas
Revision: 363805

clang 9.0.0 rebuild

Modified:
  clazy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 17:27:07 UTC (rev 363804)
+++ PKGBUILD2019-10-04 17:29:58 UTC (rev 363805)
@@ -3,7 +3,7 @@
 
 pkgname=clazy
 pkgver=1.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Qt oriented code checker based on clang framework"
 url="https://www.kdab.com/;
 license=(GPL2)


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

2019-10-04 Thread Antonio Rojas via arch-commits
Date: Friday, October 4, 2019 @ 17:27:07
  Author: arojas
Revision: 363804

archrelease: copy trunk to staging-x86_64

Added:
  kdevelop/repos/staging-x86_64/
  kdevelop/repos/staging-x86_64/PKGBUILD
(from rev 363803, kdevelop/trunk/PKGBUILD)

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

Copied: kdevelop/repos/staging-x86_64/PKGBUILD (from rev 363803, 
kdevelop/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-10-04 17:27:07 UTC (rev 363804)
@@ -0,0 +1,51 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Giovanni Scafora 
+
+pkgname=kdevelop
+pkgver=5.4.2
+_clangver=9.0.0
+pkgrel=2
+pkgdesc='C++ IDE using KDE technologies'
+arch=(x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(clang=$_clangver libksysguard kitemmodels knotifyconfig ktexteditor 
grantlee libkomparediff2
+ kcmutils threadweaver knewstuff)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt llvm qt5-tools 
plasma-framework krunner okteta boost purpose subversion astyle)
+optdepends=('konsole: embedded terminal'
+'git: Git support' 'subversion: SVN support'
+'gdb: GNU debugger support' 'lldb: LLDB debugger support'
+'qt5-doc: Qt documentation integration'
+'cmake: cmake integration'
+'meson: meson integration'
+'qt5-tools: qthelp plugin'
+'okteta: GNU debugger support'
+'plasma-framework: for the plasma addons'
+'purpose: patch review plugin'
+'astyle: astyle plugin'
+'cppcheck: code analyzer' 'heaptrack: memory profiler'
+'clazy: clazy analyzer plugin')
+conflicts=(kdevelop-qmljs kdevplatform)
+replaces=(kdevelop-qmljs kdevplatform kdevelop-clang-tidy)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('52e253da4892428ef3059568a93263bf7f9dec5ddeb17b0e5d258726492dc6c4'
+'SKIP')
+validpgpkeys=('329FD02C5AA48FCC77A4BBF0AC44AC6DB29779E6'  # Sven Brauch 

+  '364EFA5F639572907D392999C64CF56B13CACE5D'  # Kevin Funk 

+  'E191FD5BE6F46870F09E82B2024E7FB43D015474') # Friedrich W. H. 
Kossebau 
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-10-04 Thread Antonio Rojas via arch-commits
Date: Friday, October 4, 2019 @ 17:26:47
  Author: arojas
Revision: 363803

clang 9.0.0 rebuild

Modified:
  kdevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 17:20:06 UTC (rev 363802)
+++ PKGBUILD2019-10-04 17:26:47 UTC (rev 363803)
@@ -4,8 +4,8 @@
 
 pkgname=kdevelop
 pkgver=5.4.2
-_clangver=8.0.1
-pkgrel=1
+_clangver=9.0.0
+pkgrel=2
 pkgdesc='C++ IDE using KDE technologies'
 arch=(x86_64)
 url='http://www.kdevelop.org/'


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

2019-10-04 Thread Antonio Rojas via arch-commits
Date: Friday, October 4, 2019 @ 17:20:06
  Author: arojas
Revision: 363802

archrelease: copy trunk to staging-x86_64

Added:
  qtcreator/repos/staging-x86_64/
  qtcreator/repos/staging-x86_64/PKGBUILD
(from rev 363801, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/staging-x86_64/qtcreator-clang-9.patch
(from rev 363801, qtcreator/trunk/qtcreator-clang-9.patch)
  qtcreator/repos/staging-x86_64/qtcreator-preload-plugins.patch
(from rev 363801, qtcreator/trunk/qtcreator-preload-plugins.patch)

-+
 PKGBUILD|   77 ++
 qtcreator-clang-9.patch |   12 +
 qtcreator-preload-plugins.patch |   21 ++
 3 files changed, 110 insertions(+)

Copied: qtcreator/repos/staging-x86_64/PKGBUILD (from rev 363801, 
qtcreator/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-10-04 17:20:06 UTC (rev 363802)
@@ -0,0 +1,77 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Antonio Rojas 
+# Contributor: Imanol Celaya 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=4.10.0
+_clangver=9.0.0
+pkgrel=2
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=(x86_64)
+url='https://www.qt.io'
+license=(LGPL)
+depends=(qt5-tools qt5-quickcontrols qt5-quickcontrols2 qt5-webengine 
clang=$_clangver qbs clazy syntax-highlighting desktop-file-utils)
+makedepends=(llvm python patchelf)
+options=(docs)
+optdepends=('qt5-doc: integrated Qt documentation'
+'qt5-examples: welcome page examples'
+'qt5-translations: for other languages'
+'gdb: debugger'
+'cmake: cmake project support'
+'x11-ssh-askpass: ssh support'
+'git: git support'
+'mercurial: mercurial support'
+'bzr: bazaar support'
+'valgrind: analyze support'
+'perf: performer analyzer')
+source=("https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz;
+qtcreator-preload-plugins.patch
+qtcreator-clang-9.patch)
+sha256sums=('8f5d3abc522d8b8879adfa098e037f751b4311173f5f443fd1b5800f5feb0f8a'
+'150c444e76ec969fc8765774b648984037829623300d0ce9d41a915b2afa792d'
+'1d66eb008e84459f6570e6e72acedcf80d2f0bb82650df3b733f7ca0a3f08a3d')
+
+prepare() {
+  mkdir -p build
+
+  cd qt-creator-opensource-src-$pkgver
+  # fix hardcoded libexec path
+  sed -e 's|libexec\/qtcreator|lib\/qtcreator|g' -i qtcreator.pri
+  sed -e 's|libexec|lib|g' -i src/tools/tools.pro
+  # use system qbs
+  rm -r src/shared/qbs
+  # Preload analyzer plugins, since upstream clang doesn't link to all plugins
+  # see 
http://code.qt.io/cgit/clang/clang.git/commit/?id=7f349701d3ea0c47be3a43e2656993fd55cf
+  # and https://bugs.archlinux.org/task/59492
+  patch -p1 -i ../qtcreator-preload-plugins.patch
+  # Fix build with clang 9 (Fedora)
+  patch -p1 -i ../qtcreator-clang-9.patch
+}
+
+build() {
+  cd build
+
+  qmake LLVM_INSTALL_DIR=/usr QBS_INSTALL_DIR=/usr \
+KSYNTAXHIGHLIGHTING_LIB_DIR=/usr/lib 
KSYNTAXHIGHLIGHTING_INCLUDE_DIR=/usr/include/KF5/KSyntaxHighlighting \
+CONFIG+=journald QMAKE_CFLAGS_ISYSTEM=-I \
+DEFINES+=QBS_ENABLE_PROJECT_FILE_UPDATES \
+"$srcdir"/qt-creator-opensource-src-$pkgver/qtcreator.pro
+  make
+  make docs
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="$pkgdir/usr/" install
+  make INSTALL_ROOT="$pkgdir/usr/" install_docs
+
+  install -Dm644 
"$srcdir"/qt-creator-opensource-src-$pkgver/LICENSE.GPL3-EXCEPT 
"$pkgdir"/usr/share/licenses/qtcreator/LICENSE.GPL3-EXCEPT
+
+# Link clazy plugin explicitely
+  patchelf --add-needed ClazyPlugin.so "$pkgdir"/usr/lib/qtcreator/clangbackend
+}

Copied: qtcreator/repos/staging-x86_64/qtcreator-clang-9.patch (from rev 
363801, qtcreator/trunk/qtcreator-clang-9.patch)
===
--- staging-x86_64/qtcreator-clang-9.patch  (rev 0)
+++ staging-x86_64/qtcreator-clang-9.patch  2019-10-04 17:20:06 UTC (rev 
363802)
@@ -0,0 +1,12 @@
+diff -rupN 
qt-creator-opensource-src-4.10.0/src/plugins/clangformat/clangformatutils.cpp 
qt-creator-opensource-src-4.10.0-new/src/plugins/clangformat/clangformatutils.cpp
+--- 
qt-creator-opensource-src-4.10.0/src/plugins/clangformat/clangformatutils.cpp   
   2019-09-03 16:36:38.0 +0200
 
qt-creator-opensource-src-4.10.0-new/src/plugins/clangformat/clangformatutils.cpp
  2019-09-25 13:33:27.230835047 +0200
+@@ -60,7 +60,7 @@ static clang::format::FormatStyle qtcSty
+ style.AllowShortBlocksOnASingleLine = false;
+ style.AllowShortCaseLabelsOnASingleLine = false;
+ style.AllowShortFunctionsOnASingleLine = 

[arch-commits] Commit in qtcreator/trunk (PKGBUILD qtcreator-clang-9.patch)

2019-10-04 Thread Antonio Rojas via arch-commits
Date: Friday, October 4, 2019 @ 17:19:45
  Author: arojas
Revision: 363801

clang 9.0.0 rebuild

Added:
  qtcreator/trunk/qtcreator-clang-9.patch
Modified:
  qtcreator/trunk/PKGBUILD

-+
 PKGBUILD|   12 
 qtcreator-clang-9.patch |   12 
 2 files changed, 20 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 16:55:20 UTC (rev 363800)
+++ PKGBUILD2019-10-04 17:19:45 UTC (rev 363801)
@@ -8,8 +8,8 @@
 
 pkgname=qtcreator
 pkgver=4.10.0
-_clangver=8.0.1
-pkgrel=1
+_clangver=9.0.0
+pkgrel=2
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=(x86_64)
 url='https://www.qt.io'
@@ -29,9 +29,11 @@
 'valgrind: analyze support'
 'perf: performer analyzer')
 
source=("https://download.qt.io/official_releases/qtcreator/${pkgver%.*}/$pkgver/qt-creator-opensource-src-$pkgver.tar.xz;
-qtcreator-preload-plugins.patch)
+qtcreator-preload-plugins.patch
+qtcreator-clang-9.patch)
 sha256sums=('8f5d3abc522d8b8879adfa098e037f751b4311173f5f443fd1b5800f5feb0f8a'
-'150c444e76ec969fc8765774b648984037829623300d0ce9d41a915b2afa792d')
+'150c444e76ec969fc8765774b648984037829623300d0ce9d41a915b2afa792d'
+'1d66eb008e84459f6570e6e72acedcf80d2f0bb82650df3b733f7ca0a3f08a3d')
 
 prepare() {
   mkdir -p build
@@ -46,6 +48,8 @@
   # see 
http://code.qt.io/cgit/clang/clang.git/commit/?id=7f349701d3ea0c47be3a43e2656993fd55cf
   # and https://bugs.archlinux.org/task/59492
   patch -p1 -i ../qtcreator-preload-plugins.patch
+  # Fix build with clang 9 (Fedora)
+  patch -p1 -i ../qtcreator-clang-9.patch
 }
 
 build() {

Added: qtcreator-clang-9.patch
===
--- qtcreator-clang-9.patch (rev 0)
+++ qtcreator-clang-9.patch 2019-10-04 17:19:45 UTC (rev 363801)
@@ -0,0 +1,12 @@
+diff -rupN 
qt-creator-opensource-src-4.10.0/src/plugins/clangformat/clangformatutils.cpp 
qt-creator-opensource-src-4.10.0-new/src/plugins/clangformat/clangformatutils.cpp
+--- 
qt-creator-opensource-src-4.10.0/src/plugins/clangformat/clangformatutils.cpp   
   2019-09-03 16:36:38.0 +0200
 
qt-creator-opensource-src-4.10.0-new/src/plugins/clangformat/clangformatutils.cpp
  2019-09-25 13:33:27.230835047 +0200
+@@ -60,7 +60,7 @@ static clang::format::FormatStyle qtcSty
+ style.AllowShortBlocksOnASingleLine = false;
+ style.AllowShortCaseLabelsOnASingleLine = false;
+ style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline;
+-style.AllowShortIfStatementsOnASingleLine = false;
++style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
+ style.AllowShortLoopsOnASingleLine = false;
+ style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_None;
+ style.AlwaysBreakBeforeMultilineStrings = false;


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

2019-10-04 Thread Antonio Rojas via arch-commits
Date: Friday, October 4, 2019 @ 16:55:20
  Author: arojas
Revision: 363800

archrelease: copy trunk to staging-x86_64

Added:
  shiboken2/repos/staging-x86_64/
  shiboken2/repos/staging-x86_64/PKGBUILD
(from rev 363799, shiboken2/trunk/PKGBUILD)

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

Copied: shiboken2/repos/staging-x86_64/PKGBUILD (from rev 363799, 
shiboken2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-10-04 16:55:20 UTC (rev 363800)
@@ -0,0 +1,48 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=shiboken2
+pkgname=(shiboken2 python-shiboken2)
+_qtver=5.13.1
+_clangver=9.0.0
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=(x86_64)
+url='https://www.qt.io'
+license=(GPL2 LGPL)
+pkgdesc='Generates bindings for C++ libraries using CPython source code'
+makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python-sphinx)
+_pkgfqn=pyside-setup-everywhere-src-${_qtver}
+source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz;)
+sha256sums=('c57c71ddece90b29d0934cf5fac1e1634719484637b56dcbe49eb277c1c01536')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgfqn}/sources/shiboken2 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF \
+-DUSE_PYTHON_VERSION=3
+  make
+}
+
+package_shiboken2() {
+  depends=(clang=$_clangver llvm libxslt qt5-xmlpatterns)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+# Provided in python-shiboken2
+  rm -r "$pkgdir"/usr/lib/{python*,libshiboken*}
+}
+
+package_python-shiboken2() {
+  depends=(python)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+# Provided in shiboken2
+  rm -r "$pkgdir"/usr/{bin,include,lib/{cmake,pkgconfig},share}
+}


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

2019-10-04 Thread Antonio Rojas via arch-commits
Date: Friday, October 4, 2019 @ 16:55:04
  Author: arojas
Revision: 363799

clang 9.0.0 rebuild

Modified:
  shiboken2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 16:52:33 UTC (rev 363798)
+++ PKGBUILD2019-10-04 16:55:04 UTC (rev 363799)
@@ -4,9 +4,9 @@
 pkgbase=shiboken2
 pkgname=(shiboken2 python-shiboken2)
 _qtver=5.13.1
-_clangver=8.0.1
+_clangver=9.0.0
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL2 LGPL)


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

2019-10-04 Thread Anatol Pomozov via arch-commits
Date: Friday, October 4, 2019 @ 16:54:30
  Author: anatolik
Revision: 512840

archrelease: copy trunk to community-staging-x86_64

Added:
  crystal/repos/community-staging-x86_64/
  crystal/repos/community-staging-x86_64/PKGBUILD
(from rev 512839, crystal/trunk/PKGBUILD)

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

Copied: crystal/repos/community-staging-x86_64/PKGBUILD (from rev 512839, 
crystal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-04 16:54:30 UTC (rev 512840)
@@ -0,0 +1,70 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=crystal
+pkgver=0.31.1
+pkgrel=2
+pkgdesc='The Crystal Programming Language'
+arch=(x86_64)
+url='https://crystal-lang.org'
+license=(Apache)
+depends=(gc libatomic_ops pcre libevent llvm-libs)
+makedepends=(libxml2 llvm crystal) # to compile version N we need crystal 
compiler of N-1 version
+checkdepends=(libyaml libxml2 gmp inetutils git)
+optdepends=('shards: crystal language package manager'
+'libyaml: For YAML support'
+'gmp: For BigInt support'
+'libxml2: For XML support')
+source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
+sha256sums=('b4a51164763b891572492e2445d3a69b462675184ea0ccf06fcc57a070f07b80')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make release=1 \
+   FLAGS="--release --no-debug" \
+   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
+   CRYSTAL_CONFIG_VERSION="$pkgver" \
+   CRYSTAL_CONFIG_PATH="lib:/usr/lib/crystal" \
+   CRYSTAL_CACHE_DIR="/tmp/crystal"
+  make docs CRYSTAL_CACHE_DIR="/tmp/crystal"
+}
+
+check() {
+  cd $pkgname-$pkgver
+  return # tests require too much RAM, disable it temporary
+
+  make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
+CRYSTAL_CONFIG_VERSION="$pkgver" \
+CRYSTAL_CACHE_DIR="/tmp/crystal" \
+PATH=".build:$PATH"
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # /usr/bin/crystalcompiled executable
+  # /usr/lib/crystal/   compiler src & core libs
+  # /usr/share/doc/crystal/api  api docs
+  # /usr/share/doc/crystal/samples/ samples
+
+  install -Dm755 ".build/crystal" "$pkgdir/usr/bin/crystal"
+
+  install -dm755 "$pkgdir/usr/lib" "$pkgdir/usr/share/man/man1"
+  cp -r src "$pkgdir/usr/lib/crystal"
+
+  install -dm755 "$pkgdir/usr/share/doc/crystal"
+  cp -r docs "$pkgdir/usr/share/doc/crystal/api"
+  cp -r samples "$pkgdir/usr/share/doc/crystal/"
+
+  install -Dm644 man/crystal.1 "$pkgdir/usr/share/man/man1/"
+
+  install -Dm644 etc/completion.bash 
"$pkgdir/usr/share/bash-completion/completions/crystal"
+  install -Dm644 etc/completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_crystal"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-10-04 Thread Anatol Pomozov via arch-commits
Date: Friday, October 4, 2019 @ 16:54:11
  Author: anatolik
Revision: 512839

LLVM9 rebuild

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 16:33:22 UTC (rev 512838)
+++ PKGBUILD2019-10-04 16:54:11 UTC (rev 512839)
@@ -3,7 +3,7 @@
 
 pkgname=crystal
 pkgver=0.31.1
-pkgrel=1
+pkgrel=2
 pkgdesc='The Crystal Programming Language'
 arch=(x86_64)
 url='https://crystal-lang.org'


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

2019-10-04 Thread Antonio Rojas via arch-commits
Date: Friday, October 4, 2019 @ 16:52:33
  Author: arojas
Revision: 363798

archrelease: copy trunk to staging-x86_64

Added:
  qt5-tools/repos/staging-x86_64/
  qt5-tools/repos/staging-x86_64/PKGBUILD
(from rev 363797, qt5-tools/trunk/PKGBUILD)
  qt5-tools/repos/staging-x86_64/assistant.desktop
(from rev 363797, qt5-tools/trunk/assistant.desktop)
  qt5-tools/repos/staging-x86_64/designer.desktop
(from rev 363797, qt5-tools/trunk/designer.desktop)
  qt5-tools/repos/staging-x86_64/linguist.desktop
(from rev 363797, qt5-tools/trunk/linguist.desktop)
  qt5-tools/repos/staging-x86_64/qdbusviewer.desktop
(from rev 363797, qt5-tools/trunk/qdbusviewer.desktop)

-+
 PKGBUILD|   74 ++
 assistant.desktop   |8 +
 designer.desktop|   10 ++
 linguist.desktop|9 ++
 qdbusviewer.desktop |9 ++
 5 files changed, 110 insertions(+)

Copied: qt5-tools/repos/staging-x86_64/PKGBUILD (from rev 363797, 
qt5-tools/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-10-04 16:52:33 UTC (rev 363798)
@@ -0,0 +1,74 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-tools
+_qtver=5.13.1
+pkgver=${_qtver/-/}
+pkgrel=2
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='A cross-platform application and UI framework (Development Tools, 
QtHelp)'
+depends=('qt5-base' 'hicolor-icon-theme')
+makedepends=('qt5-declarative' 'vulkan-headers' 'clang' 'qt5-webkit')
+optdepends=('clang: for qdoc' 'qt5-webkit: for Qt Assistant')
+groups=('qt' 'qt5')
+conflicts=('qtchooser')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
+{assistant,designer,linguist,qdbusviewer}.desktop)
+sha256sums=('7947bdd758514a0c2d44b0a2110adb6056b18bce75c716711e48bcc8de5c7e82'
+'8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
+'92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
+'15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
+'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="${pkgdir}" install
+
+  cd ../${_pkgfqn}
+  # install missing icons and desktop files
+  for icon in src/linguist/linguist/images/icons/linguist-*-32.png ; do
+size=$(echo $(basename ${icon}) | cut -d- -f2)
+install -p -D -m644 ${icon} \
+  "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png"
+  done
+
+  install -D -m644 src/assistant/assistant/images/assistant.png \
+"${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png"
+  install -D -m644 src/assistant/assistant/images/assistant-128.png \
+"${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png"
+  install -D -m644 src/designer/src/designer/images/designer.png \
+"${pkgdir}/usr/share/icons/hicolor/128x128/apps/QtProject-designer.png"
+  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer.png \
+"${pkgdir}/usr/share/icons/hicolor/32x32/apps/qdbusviewer.png"
+  install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png \
+"${pkgdir}/usr/share/icons/hicolor/128x128/apps/qdbusviewer.png"
+  install -d "${pkgdir}/usr/share/applications"
+  install -m644 "${srcdir}"/{linguist,designer,assistant,qdbusviewer}.desktop \
+"${pkgdir}/usr/share/applications/"
+
+  # Symlinks for backwards compatibility
+  for b in "${pkgdir}"/usr/bin/*; do
+ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
+  done
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}

Copied: qt5-tools/repos/staging-x86_64/assistant.desktop (from rev 363797, 
qt5-tools/trunk/assistant.desktop)
===
--- staging-x86_64/assistant.desktop(rev 0)
+++ staging-x86_64/assistant.desktop2019-10-04 16:52:33 UTC (rev 363798)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Qt Assistant
+Comment=Shows Qt documentation and examples
+Exec=assistant
+Icon=assistant
+Terminal=false
+Type=Application
+Categories=Qt;Development;Documentation;

Copied: qt5-tools/repos/staging-x86_64/designer.desktop (from rev 363797, 
qt5-tools/trunk/designer.desktop)
===
--- staging-x86_64/designer.desktop (rev 0)
+++ 

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

2019-10-04 Thread Antonio Rojas via arch-commits
Date: Friday, October 4, 2019 @ 16:51:51
  Author: arojas
Revision: 363797

clang 9.0.0 rebuild

Modified:
  qt5-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 16:19:10 UTC (rev 363796)
+++ PKGBUILD2019-10-04 16:51:51 UTC (rev 363797)
@@ -4,7 +4,7 @@
 pkgname=qt5-tools
 _qtver=5.13.1
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 16:33:19
  Author: bgyorgy
Revision: 512837

upgpkg: gnome-subtitles 1.6-1

Update to new version

Modified:
  gnome-subtitles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 16:25:17 UTC (rev 512836)
+++ PKGBUILD2019-10-04 16:33:19 UTC (rev 512837)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=gnome-subtitles
-pkgver=1.5
+pkgver=1.6
 pkgrel=1
 pkgdesc="Video subtitle editor for GNOME"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 'gst-plugins-ugly: Extra media codecs'
 'gst-libav: Extra media codecs')
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('f551baf18aac62992a1d779a767dcc36dc1be100bbe6fa29a14f024e6fa9ae43')
+sha256sums=('1a1f8aaeceda96f07e8c153ab68fc811f7016c7c789d0ecd981bfab2247df5c2')
 
 prepare() {
   cd $pkgname-$pkgver


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 16:33:22
  Author: bgyorgy
Revision: 512838

archrelease: copy trunk to community-x86_64

Added:
  gnome-subtitles/repos/community-x86_64/PKGBUILD
(from rev 512837, gnome-subtitles/trunk/PKGBUILD)
Deleted:
  gnome-subtitles/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 16:33:19 UTC (rev 512837)
+++ PKGBUILD2019-10-04 16:33:22 UTC (rev 512838)
@@ -1,34 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=gnome-subtitles
-pkgver=1.5
-pkgrel=1
-pkgdesc="Video subtitle editor for GNOME"
-arch=('x86_64')
-url="http://www.gnomesubtitles.org/;
-license=('GPL')
-depends=('gst-plugins-base' 'gtk-sharp-3' 'gtkspell3')
-makedepends=('intltool' 'itstool')
-optdepends=('gst-plugins-good: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('f551baf18aac62992a1d779a767dcc36dc1be100bbe6fa29a14f024e6fa9ae43')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/libenchant.so.1/libenchant-2.so.2/' 
src/GnomeSubtitles/Execution/gnome-subtitles.exe.config
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-subtitles/repos/community-x86_64/PKGBUILD (from rev 512837, 
gnome-subtitles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 16:33:22 UTC (rev 512838)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György 
+
+pkgname=gnome-subtitles
+pkgver=1.6
+pkgrel=1
+pkgdesc="Video subtitle editor for GNOME"
+arch=('x86_64')
+url="http://www.gnomesubtitles.org/;
+license=('GPL')
+depends=('gst-plugins-base' 'gtk-sharp-3' 'gtkspell3')
+makedepends=('intltool' 'itstool')
+optdepends=('gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('1a1f8aaeceda96f07e8c153ab68fc811f7016c7c789d0ecd981bfab2247df5c2')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/libenchant.so.1/libenchant-2.so.2/' 
src/GnomeSubtitles/Execution/gnome-subtitles.exe.config
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 16:25:14
  Author: bgyorgy
Revision: 512835

upgpkg: drawing 0.4.4-1

Update to new version

Modified:
  drawing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 16:23:29 UTC (rev 512834)
+++ PKGBUILD2019-10-04 16:25:14 UTC (rev 512835)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=drawing
-pkgver=0.4.3
+pkgver=0.4.4
 pkgrel=1
 pkgdesc="Drawing application for the GNOME desktop"
 url="https://github.com/maoschanz/drawing;
@@ -10,7 +10,7 @@
 depends=(gtk3 python-cairo python-gobject)
 makedepends=(meson)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/maoschanz/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('1223b99cb187d70ba9b0e7c75ed3db5a32a17a1bdc6f8d0cdbc7e8cbbbdc2ead')
+sha256sums=('9c2a4d4349f2c462a2b6ab7e8a01d6c4059af7652122d51ef3806a24379bb749')
 
 build() {
   arch-meson $pkgname-$pkgver build


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 16:25:17
  Author: bgyorgy
Revision: 512836

archrelease: copy trunk to community-any

Added:
  drawing/repos/community-any/PKGBUILD
(from rev 512835, drawing/trunk/PKGBUILD)
Deleted:
  drawing/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 16:25:14 UTC (rev 512835)
+++ PKGBUILD2019-10-04 16:25:17 UTC (rev 512836)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=drawing
-pkgver=0.4.3
-pkgrel=1
-pkgdesc="Drawing application for the GNOME desktop"
-url="https://github.com/maoschanz/drawing;
-arch=(any)
-license=(GPL3)
-depends=(gtk3 python-cairo python-gobject)
-makedepends=(meson)
-source=($pkgname-$pkgver.tar.gz::https://github.com/maoschanz/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('1223b99cb187d70ba9b0e7c75ed3db5a32a17a1bdc6f8d0cdbc7e8cbbbdc2ead')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: drawing/repos/community-any/PKGBUILD (from rev 512835, 
drawing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 16:25:17 UTC (rev 512836)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György 
+
+pkgname=drawing
+pkgver=0.4.4
+pkgrel=1
+pkgdesc="Drawing application for the GNOME desktop"
+url="https://github.com/maoschanz/drawing;
+arch=(any)
+license=(GPL3)
+depends=(gtk3 python-cairo python-gobject)
+makedepends=(meson)
+source=($pkgname-$pkgver.tar.gz::https://github.com/maoschanz/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('9c2a4d4349f2c462a2b6ab7e8a01d6c4059af7652122d51ef3806a24379bb749')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 16:23:29
  Author: bgyorgy
Revision: 512834

archrelease: copy trunk to community-any

Added:
  gramps/repos/community-any/PKGBUILD
(from rev 512833, gramps/trunk/PKGBUILD)
Deleted:
  gramps/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 16:23:25 UTC (rev 512833)
+++ PKGBUILD2019-10-04 16:23:29 UTC (rev 512834)
@@ -1,45 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-# Contributor: Cory Farmer 
-
-pkgname=gramps
-pkgver=5.1.0
-pkgrel=1
-epoch=2
-pkgdesc="Genealogy program, which helps you track your family tree"
-arch=('any')
-url="https://gramps-project.org/;
-license=('GPL')
-depends=('gtk3' 'python-bsddb' 'python-cairo' 'python-gobject' 'xdg-utils')
-makedepends=('intltool')
-optdepends=('osm-gps-map: show maps in the geography view'
-'graphviz: enable creation of graphs (required for tree reports)'
-'python-pyicu: improves localised sorting'
-'gtkspell3: enable spell checking in the notes'
-'rcs: manage multiple revisions of your family trees'
-'python-pillow: crop and convert images to JPG'
-'libgexiv2: manage Exif metadata embedded in your media'
-'geocode-glib: associate a geographical position to a place name')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/gramps-project/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('9e09ab9f196e66858b62a35f5387b4b0a9ce13c0cb0bf4fd78257be77b45abf3')
-
-build() {
-  cd $pkgname-$pkgver
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  echo -n '/usr/share' 
>"$pkgdir"/usr/lib/python*/site-packages/gramps/gen/utils/resource-path
-
-  # Install application icon to its correct place
-  install -dm755 
"$pkgdir"/usr/share/icons/hicolor/{16x16,22x22,24x24,48x48,scalable}/apps
-  mv "$pkgdir"/usr/share/gramps/images/hicolor/16x16/actions/gramps.png 
"$pkgdir"/usr/share/icons/hicolor/16x16/apps/gramps.png
-  mv "$pkgdir"/usr/share/gramps/images/hicolor/22x22/actions/gramps.png 
"$pkgdir"/usr/share/icons/hicolor/22x22/apps/gramps.png
-  mv "$pkgdir"/usr/share/gramps/images/hicolor/24x24/actions/gramps.png 
"$pkgdir"/usr/share/icons/hicolor/24x24/apps/gramps.png
-  mv "$pkgdir"/usr/share/gramps/images/hicolor/48x48/actions/gramps.png 
"$pkgdir"/usr/share/icons/hicolor/48x48/apps/gramps.png
-  mv "$pkgdir"/usr/share/gramps/images/hicolor/scalable/actions/gramps.svg 
"$pkgdir"/usr/share/icons/hicolor/scalable/apps/gramps.svg
-  rm "$pkgdir"/usr/share/icons/gramps.png
-}

Copied: gramps/repos/community-any/PKGBUILD (from rev 512833, 
gramps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 16:23:29 UTC (rev 512834)
@@ -0,0 +1,45 @@
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+# Contributor: Cory Farmer 
+
+pkgname=gramps
+pkgver=5.1.1
+pkgrel=1
+epoch=2
+pkgdesc="Genealogy program, which helps you track your family tree"
+arch=('any')
+url="https://gramps-project.org/;
+license=('GPL')
+depends=('gtk3' 'python-bsddb' 'python-cairo' 'python-gobject' 'xdg-utils')
+makedepends=('intltool')
+optdepends=('osm-gps-map: show maps in the geography view'
+'graphviz: enable creation of graphs (required for tree reports)'
+'python-pyicu: improves localised sorting'
+'gtkspell3: enable spell checking in the notes'
+'rcs: manage multiple revisions of your family trees'
+'python-pillow: crop and convert images to JPG'
+'libgexiv2: manage Exif metadata embedded in your media'
+'geocode-glib: associate a geographical position to a place name')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gramps-project/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('7623c1e976a19e121f6fa799ca619def18672000ba7fd505abdaa9e782920eda')
+
+build() {
+  cd $pkgname-$pkgver
+  python3 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  echo -n '/usr/share' 
>"$pkgdir"/usr/lib/python*/site-packages/gramps/gen/utils/resource-path
+
+  # Install application icon to its correct place
+  install -dm755 
"$pkgdir"/usr/share/icons/hicolor/{16x16,22x22,24x24,48x48,scalable}/apps
+  mv "$pkgdir"/usr/share/gramps/images/hicolor/16x16/actions/gramps.png 
"$pkgdir"/usr/share/icons/hicolor/16x16/apps/gramps.png
+  mv "$pkgdir"/usr/share/gramps/images/hicolor/22x22/actions/gramps.png 
"$pkgdir"/usr/share/icons/hicolor/22x22/apps/gramps.png
+  mv "$pkgdir"/usr/share/gramps/images/hicolor/24x24/actions/gramps.png 

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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 16:23:25
  Author: bgyorgy
Revision: 512833

upgpkg: gramps 2:5.1.1-1

Update to new version

Modified:
  gramps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 16:20:07 UTC (rev 512832)
+++ PKGBUILD2019-10-04 16:23:25 UTC (rev 512833)
@@ -4,7 +4,7 @@
 # Contributor: Cory Farmer 
 
 pkgname=gramps
-pkgver=5.1.0
+pkgver=5.1.1
 pkgrel=1
 epoch=2
 pkgdesc="Genealogy program, which helps you track your family tree"
@@ -22,7 +22,7 @@
 'libgexiv2: manage Exif metadata embedded in your media'
 'geocode-glib: associate a geographical position to a place name')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/gramps-project/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('9e09ab9f196e66858b62a35f5387b4b0a9ce13c0cb0bf4fd78257be77b45abf3')
+sha256sums=('7623c1e976a19e121f6fa799ca619def18672000ba7fd505abdaa9e782920eda')
 
 build() {
   cd $pkgname-$pkgver


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 16:20:07
  Author: bgyorgy
Revision: 512832

archrelease: copy trunk to community-any

Added:
  gpodder/repos/community-any/PKGBUILD
(from rev 512831, gpodder/trunk/PKGBUILD)
Deleted:
  gpodder/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 16:20:04 UTC (rev 512831)
+++ PKGBUILD2019-10-04 16:20:07 UTC (rev 512832)
@@ -1,24 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Jan Magnus Brevik 
-
-pkgname=gpodder
-pkgver=3.10.9
-pkgrel=1
-pkgdesc='Podcast client written in Python using GTK+'
-arch=(any)
-url='https://gpodder.github.io/'
-license=(GPL3)
-depends=(gtk3 python-cairo python-dbus python-gobject python-mygpoclient 
python-podcastparser)
-makedepends=(intltool)
-source=($pkgname-$pkgver.tar.gz::http://github.com/gpodder/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('ab7eab4e9e63556c463a9efdcf0b26069f56c047d7cef7fd22931b71ba025dbf')
-
-build() {
-  cd $pkgname-$pkgver
-  make messages
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gpodder/repos/community-any/PKGBUILD (from rev 512831, 
gpodder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 16:20:07 UTC (rev 512832)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György 
+# Contributor: Jan Magnus Brevik 
+
+pkgname=gpodder
+pkgver=3.10.11
+pkgrel=1
+pkgdesc='Podcast client written in Python using GTK+'
+arch=(any)
+url='https://gpodder.github.io/'
+license=(GPL3)
+depends=(gtk3 python-cairo python-dbus python-gobject python-mygpoclient 
python-podcastparser)
+makedepends=(intltool)
+optdepends=('youtube-dl: for Youtube-dl extension')
+source=($pkgname-$pkgver.tar.gz::http://github.com/gpodder/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('eaa5b0b74ba00699342dbf317d52f1c4e52d77b7313fc9144cd01eea68b314cc')
+
+build() {
+  cd $pkgname-$pkgver
+  make messages
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 16:20:04
  Author: bgyorgy
Revision: 512831

upgpkg: gpodder 3.10.11-1

Update to new version

Modified:
  gpodder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 16:12:59 UTC (rev 512830)
+++ PKGBUILD2019-10-04 16:20:04 UTC (rev 512831)
@@ -2,7 +2,7 @@
 # Contributor: Jan Magnus Brevik 
 
 pkgname=gpodder
-pkgver=3.10.9
+pkgver=3.10.11
 pkgrel=1
 pkgdesc='Podcast client written in Python using GTK+'
 arch=(any)
@@ -10,8 +10,9 @@
 license=(GPL3)
 depends=(gtk3 python-cairo python-dbus python-gobject python-mygpoclient 
python-podcastparser)
 makedepends=(intltool)
+optdepends=('youtube-dl: for Youtube-dl extension')
 
source=($pkgname-$pkgver.tar.gz::http://github.com/gpodder/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('ab7eab4e9e63556c463a9efdcf0b26069f56c047d7cef7fd22931b71ba025dbf')
+sha256sums=('eaa5b0b74ba00699342dbf317d52f1c4e52d77b7313fc9144cd01eea68b314cc')
 
 build() {
   cd $pkgname-$pkgver


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 16:12:56
  Author: bgyorgy
Revision: 512829

upgpkg: photoflare 1.6.0-1

Update to new version

Modified:
  photoflare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 16:10:06 UTC (rev 512828)
+++ PKGBUILD2019-10-04 16:12:56 UTC (rev 512829)
@@ -2,8 +2,8 @@
 # Contributor: Josip Ponjavic 
 
 pkgname=photoflare
-pkgver=1.5.9
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 pkgdesc='Quick, simple but powerful Qt-based image editor inspired by 
PhotoFiltre'
 arch=(x86_64)
 url='https://photoflare.io/'
@@ -11,7 +11,7 @@
 depends=(desktop-file-utils graphicsmagick hicolor-icon-theme qt5-base 
qt5-imageformats)
 makedepends=(qt5-tools)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PhotoFlare/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('6a869dbea696ce40e5b0d4a2b58215e1a0fb4aa5406e12608183141b995f422c')
+sha256sums=('d62e52d43f6c83ee604b544007556898417f1413c3665a6a01d8364fd695adc5')
 
 build() {
   cd $pkgname-$pkgver


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 16:12:59
  Author: bgyorgy
Revision: 512830

archrelease: copy trunk to community-x86_64

Added:
  photoflare/repos/community-x86_64/PKGBUILD
(from rev 512829, photoflare/trunk/PKGBUILD)
Deleted:
  photoflare/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 16:12:56 UTC (rev 512829)
+++ PKGBUILD2019-10-04 16:12:59 UTC (rev 512830)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Josip Ponjavic 
-
-pkgname=photoflare
-pkgver=1.5.9
-pkgrel=2
-pkgdesc='Quick, simple but powerful Qt-based image editor inspired by 
PhotoFiltre'
-arch=(x86_64)
-url='https://photoflare.io/'
-license=(GPL3)
-depends=(desktop-file-utils graphicsmagick hicolor-icon-theme qt5-base 
qt5-imageformats)
-makedepends=(qt5-tools)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PhotoFlare/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('6a869dbea696ce40e5b0d4a2b58215e1a0fb4aa5406e12608183141b995f422c')
-
-build() {
-  cd $pkgname-$pkgver
-  qmake PhotoFlare.pro PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-  rm -r "$pkgdir/usr/share/pixmaps"
-}

Copied: photoflare/repos/community-x86_64/PKGBUILD (from rev 512829, 
photoflare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 16:12:59 UTC (rev 512830)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György 
+# Contributor: Josip Ponjavic 
+
+pkgname=photoflare
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='Quick, simple but powerful Qt-based image editor inspired by 
PhotoFiltre'
+arch=(x86_64)
+url='https://photoflare.io/'
+license=(GPL3)
+depends=(desktop-file-utils graphicsmagick hicolor-icon-theme qt5-base 
qt5-imageformats)
+makedepends=(qt5-tools)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PhotoFlare/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('d62e52d43f6c83ee604b544007556898417f1413c3665a6a01d8364fd695adc5')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake PhotoFlare.pro PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+  rm -r "$pkgdir/usr/share/pixmaps"
+}


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 16:10:06
  Author: bgyorgy
Revision: 512828

archrelease: copy trunk to community-x86_64

Added:
  libmanette/repos/community-x86_64/PKGBUILD
(from rev 512827, libmanette/trunk/PKGBUILD)
Deleted:
  libmanette/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 16:10:02 UTC (rev 512827)
+++ PKGBUILD2019-10-04 16:10:06 UTC (rev 512828)
@@ -1,28 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=libmanette
-pkgver=0.2.2
-pkgrel=1
-pkgdesc='Simple GObject game controller library'
-arch=('x86_64')
-license=('LGPL2.1')
-url='https://wiki.gnome.org/Apps/Games'
-depends=('libevdev' 'libgudev')
-makedepends=('gobject-introspection' 'meson' 'vala')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('8b1b9fbaf84f1e383141a5715a2494f507e62313721ad993c39a868fc5ccf7d2')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname-$pkgver
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libmanette/repos/community-x86_64/PKGBUILD (from rev 512827, 
libmanette/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 16:10:06 UTC (rev 512828)
@@ -0,0 +1,22 @@
+# Maintainer: Balló György 
+
+pkgname=libmanette
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='Simple GObject game controller library'
+arch=('x86_64')
+license=('LGPL2.1')
+url='https://wiki.gnome.org/Apps/Games'
+depends=('libevdev' 'libgudev')
+makedepends=('gobject-introspection' 'meson' 'vala')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('c0f065155ae64ceda7a880536878685a4c55fd17aaea8ef0bc2fac3cb0ff')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 16:10:02
  Author: bgyorgy
Revision: 512827

upgpkg: libmanette 0.2.3-1

Update to new version

Modified:
  libmanette/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 16:07:48 UTC (rev 512826)
+++ PKGBUILD2019-10-04 16:10:02 UTC (rev 512827)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=libmanette
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc='Simple GObject game controller library'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('libevdev' 'libgudev')
 makedepends=('gobject-introspection' 'meson' 'vala')
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('8b1b9fbaf84f1e383141a5715a2494f507e62313721ad993c39a868fc5ccf7d2')
+sha256sums=('c0f065155ae64ceda7a880536878685a4c55fd17aaea8ef0bc2fac3cb0ff')
 
 build() {
   arch-meson $pkgname-$pkgver build


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 16:07:44
  Author: bgyorgy
Revision: 512825

upgpkg: zint 2.6.6-1

Update to new version

Modified:
  zint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 16:00:58 UTC (rev 512824)
+++ PKGBUILD2019-10-04 16:07:44 UTC (rev 512825)
@@ -2,8 +2,8 @@
 
 pkgbase=zint
 pkgname=(zint zint-qt)
-pkgver=2.6.3
-pkgrel=2
+pkgver=2.6.6
+pkgrel=1
 pkgdesc="Barcode encoding library supporting over 50 symbologies"
 arch=('x86_64')
 url="http://zint.org.uk/;
@@ -10,13 +10,13 @@
 license=('GPL')
 depends=('hicolor-icon-theme' 'qt5-base')
 makedepends=('cmake' 'qt5-tools')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.src.tar.gz;
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
 zint-qt.appdata.xml)
-sha256sums=('adcaebeb2931163a567073644c8e7952430ea31e08060363432d77cc599318d8'
+sha256sums=('648df79cd48b45e5af75b72385d1a5a740f178178d988fed3c37aa7e59bef541'
 '6c99514fb9079b6e6322b3b11fed5ff2c43cdcdd24c15e3cbf2663b884fc2f0c')
 
 build() {
-   cd $pkgbase-$pkgver.src
+   cd $pkgbase-$pkgver
cmake -DCMAKE_INSTALL_PREFIX=/usr
make
 }
@@ -24,7 +24,7 @@
 package_zint() {
depends=('libpng')
 
-   cd $pkgbase-$pkgver.src
+   cd $pkgbase-$pkgver
make DESTDIR="$pkgdir" install
 
rm "$pkgdir/usr/bin/zint-qt" \
@@ -36,7 +36,7 @@
pkgdesc="Zint Barcode Studio GUI"
depends=('hicolor-icon-theme' 'qt5-base' 'zint')
 
-   cd $pkgbase-$pkgver.src
+   cd $pkgbase-$pkgver
make -C backend_qt DESTDIR="$pkgdir" install
make -C frontend_qt DESTDIR="$pkgdir" install
install -Dm644 zint.png 
"$pkgdir/usr/share/icons/hicolor/48x48/apps/zint.png"


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 16:07:48
  Author: bgyorgy
Revision: 512826

archrelease: copy trunk to community-x86_64

Added:
  zint/repos/community-x86_64/PKGBUILD
(from rev 512825, zint/trunk/PKGBUILD)
  zint/repos/community-x86_64/zint-qt.appdata.xml
(from rev 512825, zint/trunk/zint-qt.appdata.xml)
Deleted:
  zint/repos/community-x86_64/PKGBUILD
  zint/repos/community-x86_64/zint-qt.appdata.xml

-+
 PKGBUILD|   90 +-
 zint-qt.appdata.xml |   58 
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 16:07:44 UTC (rev 512825)
+++ PKGBUILD2019-10-04 16:07:48 UTC (rev 512826)
@@ -1,45 +0,0 @@
-# Maintainer: Balló György 
-
-pkgbase=zint
-pkgname=(zint zint-qt)
-pkgver=2.6.3
-pkgrel=2
-pkgdesc="Barcode encoding library supporting over 50 symbologies"
-arch=('x86_64')
-url="http://zint.org.uk/;
-license=('GPL')
-depends=('hicolor-icon-theme' 'qt5-base')
-makedepends=('cmake' 'qt5-tools')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.src.tar.gz;
-zint-qt.appdata.xml)
-sha256sums=('adcaebeb2931163a567073644c8e7952430ea31e08060363432d77cc599318d8'
-'6c99514fb9079b6e6322b3b11fed5ff2c43cdcdd24c15e3cbf2663b884fc2f0c')
-
-build() {
-   cd $pkgbase-$pkgver.src
-   cmake -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_zint() {
-   depends=('libpng')
-
-   cd $pkgbase-$pkgver.src
-   make DESTDIR="$pkgdir" install
-
-   rm "$pkgdir/usr/bin/zint-qt" \
-  "$pkgdir/usr/include/qzint.h" \
-  "$pkgdir/usr/lib/libQZint.so"*
-}
-
-package_zint-qt() {
-   pkgdesc="Zint Barcode Studio GUI"
-   depends=('hicolor-icon-theme' 'qt5-base' 'zint')
-
-   cd $pkgbase-$pkgver.src
-   make -C backend_qt DESTDIR="$pkgdir" install
-   make -C frontend_qt DESTDIR="$pkgdir" install
-   install -Dm644 zint.png 
"$pkgdir/usr/share/icons/hicolor/48x48/apps/zint.png"
-   install -Dm644 zint-qt.desktop 
"$pkgdir/usr/share/applications/zint-qt.desktop"
-   install -Dm644 ../zint-qt.appdata.xml 
"$pkgdir/usr/share/metainfo/zint-qt.appdata.xml"
-}

Copied: zint/repos/community-x86_64/PKGBUILD (from rev 512825, 
zint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 16:07:48 UTC (rev 512826)
@@ -0,0 +1,45 @@
+# Maintainer: Balló György 
+
+pkgbase=zint
+pkgname=(zint zint-qt)
+pkgver=2.6.6
+pkgrel=1
+pkgdesc="Barcode encoding library supporting over 50 symbologies"
+arch=('x86_64')
+url="http://zint.org.uk/;
+license=('GPL')
+depends=('hicolor-icon-theme' 'qt5-base')
+makedepends=('cmake' 'qt5-tools')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
+zint-qt.appdata.xml)
+sha256sums=('648df79cd48b45e5af75b72385d1a5a740f178178d988fed3c37aa7e59bef541'
+'6c99514fb9079b6e6322b3b11fed5ff2c43cdcdd24c15e3cbf2663b884fc2f0c')
+
+build() {
+   cd $pkgbase-$pkgver
+   cmake -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_zint() {
+   depends=('libpng')
+
+   cd $pkgbase-$pkgver
+   make DESTDIR="$pkgdir" install
+
+   rm "$pkgdir/usr/bin/zint-qt" \
+  "$pkgdir/usr/include/qzint.h" \
+  "$pkgdir/usr/lib/libQZint.so"*
+}
+
+package_zint-qt() {
+   pkgdesc="Zint Barcode Studio GUI"
+   depends=('hicolor-icon-theme' 'qt5-base' 'zint')
+
+   cd $pkgbase-$pkgver
+   make -C backend_qt DESTDIR="$pkgdir" install
+   make -C frontend_qt DESTDIR="$pkgdir" install
+   install -Dm644 zint.png 
"$pkgdir/usr/share/icons/hicolor/48x48/apps/zint.png"
+   install -Dm644 zint-qt.desktop 
"$pkgdir/usr/share/applications/zint-qt.desktop"
+   install -Dm644 ../zint-qt.appdata.xml 
"$pkgdir/usr/share/metainfo/zint-qt.appdata.xml"
+}

Deleted: zint-qt.appdata.xml
===
--- zint-qt.appdata.xml 2019-10-04 16:07:44 UTC (rev 512825)
+++ zint-qt.appdata.xml 2019-10-04 16:07:48 UTC (rev 512826)
@@ -1,29 +0,0 @@
-
-
-  org.zint.zint-qt
-  zint-qt.desktop
-  Zint Barcode Studio
-  Barcode generator
-  CC0-1.0
-  GPL-3.0
-  
-The Zint project aims to provide a complete barcode generating 
solution. It is hoped that Zint provides a solution which is flexible enough 
for professional users while at the same time takes care of as much of the 
processing as possible to allow easy translation from input data to barcode 
image.
-Zint is currently able to encode data in over 50 barcode symbologies 
(types of barcode), for each of which it is possible to translate that data 
from either Unicode (UTF-8) or a raw 8-bit data stream. The image can be 
rendered as either a Portable Network Graphic (PNG) image, Windows Bitmap 
(BMP), Graphics 

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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 16:00:58
  Author: bgyorgy
Revision: 512824

archrelease: copy trunk to community-x86_64

Added:
  gpxsee/repos/community-x86_64/PKGBUILD
(from rev 512823, gpxsee/trunk/PKGBUILD)
Deleted:
  gpxsee/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 16:00:55 UTC (rev 512823)
+++ PKGBUILD2019-10-04 16:00:58 UTC (rev 512824)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Raffaele Zamorano
-# Contributor: Jose Riha 
-# Contributor: Nikolay Korotkiy 
-
-pkgname=gpxsee
-_pkgname=GPXSee
-pkgver=7.12
-pkgrel=1
-pkgdesc='GPS log file viewer and analyzer'
-arch=(x86_64)
-url='https://www.gpxsee.org/'
-license=(GPL3)
-depends=(desktop-file-utils qt5-imageformats)
-makedepends=(qt5-tools)
-source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('4241774afce3b7b19e669c03c46f8eec90d7f9e07e34af7c7c2cdcb0805af080')
-
-build() {
-  cd $_pkgname-$pkgver
-  lrelease-qt5 gpxsee.pro
-  qmake gpxsee.pro PREFIX=/usr
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-  # Install appdata
-  install -Dm644 pkg/appdata.xml 
"$pkgdir"/usr/share/metainfo/$pkgname.appdata.xml
-}

Copied: gpxsee/repos/community-x86_64/PKGBUILD (from rev 512823, 
gpxsee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 16:00:58 UTC (rev 512824)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György 
+# Contributor: Raffaele Zamorano
+# Contributor: Jose Riha 
+# Contributor: Nikolay Korotkiy 
+
+pkgname=gpxsee
+_pkgname=GPXSee
+pkgver=7.14
+pkgrel=1
+pkgdesc='GPS log file viewer and analyzer'
+arch=(x86_64)
+url='https://www.gpxsee.org/'
+license=(GPL3)
+depends=(desktop-file-utils qt5-imageformats)
+makedepends=(qt5-tools)
+source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
+sha256sums=('034b0be48fdb5608498872f7e8bae5556c323b6a18deed3faf9c6dfb33f292f3')
+
+build() {
+  cd $_pkgname-$pkgver
+  lrelease-qt5 gpxsee.pro
+  qmake gpxsee.pro PREFIX=/usr
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+  # Install appdata
+  install -Dm644 pkg/appdata.xml 
"$pkgdir"/usr/share/metainfo/$pkgname.appdata.xml
+}


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 16:00:55
  Author: bgyorgy
Revision: 512823

upgpkg: gpxsee 7.14-1

Update to new version

Modified:
  gpxsee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 15:53:31 UTC (rev 512822)
+++ PKGBUILD2019-10-04 16:00:55 UTC (rev 512823)
@@ -5,7 +5,7 @@
 
 pkgname=gpxsee
 _pkgname=GPXSee
-pkgver=7.12
+pkgver=7.14
 pkgrel=1
 pkgdesc='GPS log file viewer and analyzer'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 depends=(desktop-file-utils qt5-imageformats)
 makedepends=(qt5-tools)
 source=(https://downloads.sourceforge.net/$pkgname/$_pkgname-$pkgver.tar.gz)
-sha256sums=('4241774afce3b7b19e669c03c46f8eec90d7f9e07e34af7c7c2cdcb0805af080')
+sha256sums=('034b0be48fdb5608498872f7e8bae5556c323b6a18deed3faf9c6dfb33f292f3')
 
 build() {
   cd $_pkgname-$pkgver


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 15:52:02
  Author: bgyorgy
Revision: 512820

upgpkg: adriconf 1.5.1-1

Update to new version

Modified:
  adriconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 15:48:43 UTC (rev 512819)
+++ PKGBUILD2019-10-04 15:52:02 UTC (rev 512820)
@@ -1,15 +1,15 @@
 # Maintainer: Balló György 
 
 pkgname=adriconf
-pkgver=1.4
-pkgrel=2
+pkgver=1.5.1
+pkgrel=1
 pkgdesc="GUI tool to configure Mesa drivers by setting options and writing 
them to the standard drirc file"
 arch=(x86_64)
 url="https://github.com/jlHertel/adriconf;
 license=(GPL3)
 depends=(boost-libs gtkmm3 libxml++ pciutils)
-makedepends=(boost cmake git gtest)
-_commit=5491ad8d813731274e337a7125d98735e1722028  # tags/v1.4
+makedepends=(boost cmake git)
+_commit=bfdd9128771a5c46c61b3bc36270161824d35ffd  # tags/v1.5.1
 source=("git+https://github.com/jlHertel/adriconf#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -25,7 +25,8 @@
 build() {
   cd build
   cmake ../$pkgname \
--DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_UNIT_TESTS=OFF
   make
 }
 


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

2019-10-04 Thread Balló György via arch-commits
Date: Friday, October 4, 2019 @ 15:52:07
  Author: bgyorgy
Revision: 512821

archrelease: copy trunk to community-staging-x86_64

Added:
  adriconf/repos/community-staging-x86_64/
  adriconf/repos/community-staging-x86_64/PKGBUILD
(from rev 512820, adriconf/trunk/PKGBUILD)

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

Copied: adriconf/repos/community-staging-x86_64/PKGBUILD (from rev 512820, 
adriconf/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-10-04 15:52:07 UTC (rev 512821)
@@ -0,0 +1,41 @@
+# Maintainer: Balló György 
+
+pkgname=adriconf
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="GUI tool to configure Mesa drivers by setting options and writing 
them to the standard drirc file"
+arch=(x86_64)
+url="https://github.com/jlHertel/adriconf;
+license=(GPL3)
+depends=(boost-libs gtkmm3 libxml++ pciutils)
+makedepends=(boost cmake git)
+_commit=bfdd9128771a5c46c61b3bc36270161824d35ffd  # tags/v1.5.1
+source=("git+https://github.com/jlHertel/adriconf#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_UNIT_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  cd ../$pkgname
+  install -Dm644 flatpak/br.com.jeanhertel.adriconf.appdata.xml 
"$pkgdir/usr/share/metainfo/br.com.jeanhertel.adriconf.appdata.xml"
+  install -Dm644 flatpak/br.com.jeanhertel.adriconf.desktop 
"$pkgdir/usr/share/applications/br.com.jeanhertel.adriconf.desktop"
+  install -Dm644 flatpak/br.com.jeanhertel.adriconf.png 
"$pkgdir/usr/share/icons/hicolor/256x256/apps/br.com.jeanhertel.adriconf.png"
+}


  1   2   3   >