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

2020-04-09 Thread Nicola Squartini via arch-commits
Date: Friday, April 10, 2020 @ 01:18:05
  Author: tensor5
Revision: 613070

archrelease: copy trunk to community-x86_64

Added:
  solidity/repos/community-x86_64/PKGBUILD
(from rev 613069, solidity/trunk/PKGBUILD)
Deleted:
  solidity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 01:17:37 UTC (rev 613069)
+++ PKGBUILD2020-04-10 01:18:05 UTC (rev 613070)
@@ -1,41 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=solidity
-pkgver=0.6.5
-_commit=f956cc8990c0a4b0050099f362e3b7cba56bafbf
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('cvc4' 'z3')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
-sha512sums=('SKIP')
-
-prepare() {
-cd ${pkgname}
-
-commithash=$(git rev-parse --short=8 HEAD)
-echo -n ${commithash} > commit_hash.txt
-echo -n > prerelease.txt
-}
-
-build() {
-cd ${pkgname}
-
-mkdir build
-cd build
-cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DTESTS=OFF \
-..
-make
-}
-
-package() {
-cd ${pkgname}/build
-
-make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 613069, 
solidity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 01:18:05 UTC (rev 613070)
@@ -0,0 +1,41 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=solidity
+pkgver=0.6.6
+_commit=6c089d02b22068e4818d7be76d98e483065bdcd1
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('cvc4' 'z3')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit};)
+sha512sums=('SKIP')
+
+prepare() {
+cd ${pkgname}
+
+commithash=$(git rev-parse --short=8 HEAD)
+echo -n ${commithash} > commit_hash.txt
+echo -n > prerelease.txt
+}
+
+build() {
+cd ${pkgname}
+
+mkdir build
+cd build
+cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DTESTS=OFF \
+..
+make
+}
+
+package() {
+cd ${pkgname}/build
+
+make DESTDIR="${pkgdir}" install
+}


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

2020-04-09 Thread Nicola Squartini via arch-commits
Date: Friday, April 10, 2020 @ 01:17:37
  Author: tensor5
Revision: 613069

upgpkg: solidity 0.6.6-1

Modified:
  solidity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 01:16:38 UTC (rev 613068)
+++ PKGBUILD2020-04-10 01:17:37 UTC (rev 613069)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=solidity
-pkgver=0.6.5
-_commit=f956cc8990c0a4b0050099f362e3b7cba56bafbf
+pkgver=0.6.6
+_commit=6c089d02b22068e4818d7be76d98e483065bdcd1
 pkgrel=1
 pkgdesc='Contract-Oriented Programming Language'
 arch=('x86_64')


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

2020-04-09 Thread Santiago Torres-Arias via arch-commits
Date: Friday, April 10, 2020 @ 01:16:38
  Author: sangy
Revision: 613068

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 01:16:03 UTC (rev 613067)
+++ PKGBUILD2020-04-10 01:16:38 UTC (rev 613068)
@@ -1,36 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Maintainer : Santiago Torres-Arias 
-# Contributor: Simon Boulay 
-
-pkgname=python-breathe
-pkgver=4.14.1
-pkgrel=1
-pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
-arch=('any')
-url="https://breathe.readthedocs.org/en/latest/;
-license=('BSD')
-depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
-makedepends=('python' 'git' 'python-setuptools')
-checkdepends=('python-nose')
-BUILDENV=('!check')
-source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 

-
-# FIXME: tests are disabled for now, as sphinx 2.1.0+ break them
-check() {
-  cd breathe
-  PYTHONPATH="$PWD" make test
-}
-
-build() {
-  cd breathe
-  python setup.py build
-}
-
-package_python-breathe() {
-  cd "breathe"
-  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
-
-  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-breathe/repos/community-any/PKGBUILD (from rev 613067, 
python-breathe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 01:16:38 UTC (rev 613068)
@@ -0,0 +1,35 @@
+# Maintainer : Daniel Bermond 
+# Maintainer : Santiago Torres-Arias 
+# Contributor: Simon Boulay 
+
+pkgname=python-breathe
+pkgver=4.15.0
+pkgrel=1
+pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
+arch=('any')
+url="https://breathe.readthedocs.org/en/latest/;
+license=('BSD')
+depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
+makedepends=('python' 'git' 'python-setuptools')
+checkdepends=('python-pytest')
+#BUILDENV=('!check')
+source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 

+
+check() {
+  cd breathe
+  PYTHONPATH="$PWD" make test
+}
+
+build() {
+  cd breathe
+  python setup.py build
+}
+
+package_python-breathe() {
+  cd "breathe"
+  python setup.py install --root="${pkgdir}" --skip-build --optimize=1
+
+  install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-04-09 Thread Santiago Torres-Arias via arch-commits
Date: Friday, April 10, 2020 @ 01:16:03
  Author: sangy
Revision: 613067

upgpkg: python-breathe 4.15.0-1

Enable tests, as python-sphinx 3.0+ support was added

Modified:
  python-breathe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 23:26:15 UTC (rev 613066)
+++ PKGBUILD2020-04-10 01:16:03 UTC (rev 613067)
@@ -3,7 +3,7 @@
 # Contributor: Simon Boulay 
 
 pkgname=python-breathe
-pkgver=4.14.1
+pkgver=4.15.0
 pkgrel=1
 pkgdesc="An extension to reStructuredText and Sphinx to be able to read and 
render Doxygen xml output"
 arch=('any')
@@ -11,13 +11,12 @@
 license=('BSD')
 depends=('python' 'python-setuptools' 'python-sphinx' 'python-docutils' 
'python-six')
 makedepends=('python' 'git' 'python-setuptools')
-checkdepends=('python-nose')
-BUILDENV=('!check')
+checkdepends=('python-pytest')
+#BUILDENV=('!check')
 source=("git+https://github.com/michaeljones/breathe#tag=v${pkgver}?signed;)
 sha512sums=('SKIP')
 validpgpkeys=('79DC0FAF18C31807E82E1A6B9EF1DC92B5F301BD') # Melvin Vermeeren 

 
-# FIXME: tests are disabled for now, as sphinx 2.1.0+ break them
 check() {
   cd breathe
   PYTHONPATH="$PWD" make test


[arch-commits] Commit in gnome-weather/repos/extra-any (PKGBUILD PKGBUILD)

2020-04-09 Thread Jan Steffens via arch-commits
Date: Friday, April 10, 2020 @ 01:09:26
  Author: heftig
Revision: 379941

archrelease: copy trunk to extra-any

Added:
  gnome-weather/repos/extra-any/PKGBUILD
(from rev 379940, gnome-weather/trunk/PKGBUILD)
Deleted:
  gnome-weather/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 01:09:14 UTC (rev 379940)
+++ PKGBUILD2020-04-10 01:09:26 UTC (rev 379941)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-weather
-pkgver=3.36.0
-pkgrel=1
-pkgdesc="Access current weather conditions and forecasts"
-url="https://wiki.gnome.org/Apps/Weather;
-arch=(any)
-license=(GPL)
-depends=(gtk3 gjs libgweather geoclue2 gnome-desktop)
-makedepends=(gobject-introspection appstream-glib git meson)
-groups=(gnome)
-_commit=e9f2748a7261c71a45d633a66b0ba34f3fec544f  # tags/3.36.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.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() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-weather/repos/extra-any/PKGBUILD (from rev 379940, 
gnome-weather/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 01:09:26 UTC (rev 379941)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-weather
+pkgver=3.36.1
+pkgrel=1
+pkgdesc="Access current weather conditions and forecasts"
+url="https://wiki.gnome.org/Apps/Weather;
+arch=(any)
+license=(GPL)
+depends=(gtk3 gjs libgweather geoclue2 gnome-desktop)
+makedepends=(gobject-introspection appstream-glib git meson)
+groups=(gnome)
+_commit=dd03f9bf309a05d92a225d7491c73d48294dd936  # tags/3.36.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.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() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-04-09 Thread Jan Steffens via arch-commits
Date: Friday, April 10, 2020 @ 01:09:14
  Author: heftig
Revision: 379940

3.36.1-1

Modified:
  gnome-weather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-10 00:59:27 UTC (rev 379939)
+++ PKGBUILD2020-04-10 01:09:14 UTC (rev 379940)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-weather
-pkgver=3.36.0
+pkgver=3.36.1
 pkgrel=1
 pkgdesc="Access current weather conditions and forecasts"
 url="https://wiki.gnome.org/Apps/Weather;
@@ -10,7 +10,7 @@
 depends=(gtk3 gjs libgweather geoclue2 gnome-desktop)
 makedepends=(gobject-introspection appstream-glib git meson)
 groups=(gnome)
-_commit=e9f2748a7261c71a45d633a66b0ba34f3fec544f  # tags/3.36.0^0
+_commit=dd03f9bf309a05d92a225d7491c73d48294dd936  # tags/3.36.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-weather.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gtk3/repos/extra-x86_64 (12 files)

2020-04-09 Thread Jan Steffens via arch-commits
Date: Friday, April 10, 2020 @ 00:59:27
  Author: heftig
Revision: 379939

archrelease: copy trunk to extra-x86_64

Added:
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 379938, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 379938, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 379938, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 379938, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 379938, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 379938, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

--+
 PKGBUILD |  148 -
 gtk-query-immodules-3.0.hook |   22 +++---
 gtk-update-icon-cache.hook   |   26 +++
 gtk-update-icon-cache.script |   20 ++---
 gtk3.install |6 -
 settings.ini |8 +-
 6 files changed, 115 insertions(+), 115 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 00:59:08 UTC (rev 379938)
+++ PKGBUILD2020-04-10 00:59:27 UTC (rev 379939)
@@ -1,74 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.24.17+29+g85389c4bcf
-pkgrel=1
-epoch=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(x86_64)
-url="https://www.gtk.org/;
-depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
- libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
- adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
- cantarell-fonts colord rest libcups libcanberra fribidi iso-codes)
-makedepends=(gobject-introspection gtk-doc git glib2-docs sassc meson)
-license=(LGPL)
-_commit=85389c4bcf54f503a667f0c6b403f5923e42ab63  # gtk-3-24
-source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('SKIP'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'a0319b6795410f06d38de1e8695a9bf9636ff2169f40701671580e60a108e229'
-'2d435e3bec8b79b533f00f6d04decb1d7c299c6e89b5b175f20be0459f003fe8'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-pkgver() {
-  cd gtk
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-}
-
-build() {
-  CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS"
-  arch-meson gtk build \
--D broadway_backend=true \
--D colord=yes \
--D gtk_doc=true \
--D man=true
-  ninja -C build
-}
-
-package_gtk3() {
-  depends+=(gtk-update-icon-cache)
-  provides=(gtk3-print-backends libgtk-3.so libgdk-3.so libgailutil-3.so)
-  conflicts=(gtk3-print-backends)
-  replaces=("gtk3-print-backends<=3.22.26-1")
-  install=gtk3.install
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  install -Dt "$pkgdir/usr/share/gtk-3.0" -m644 settings.ini
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
gtk-query-immodules-3.0.hook
-
-  # split this out to use with gtk2 too
-  mv "$pkgdir/usr/bin/gtk-update-icon-cache" "$srcdir"
-}
-
-package_gtk-update-icon-cache() {
-  pkgdesc="GTK+ icon cache updater"
-  depends=(gdk-pixbuf2 librsvg hicolor-icon-theme)
-
-  install -Dt "$pkgdir/usr/bin" gtk-update-icon-cache
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
gtk-update-icon-cache.hook
-  install -D gtk-update-icon-cache.script 
"$pkgdir/usr/share/libalpm/scripts/gtk-update-icon-cache"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gtk3/repos/extra-x86_64/PKGBUILD (from rev 379938, gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 00:59:27 UTC (rev 379939)
@@ -0,0 +1,74 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=gtk3
+pkgname=(gtk3 gtk-update-icon-cache)
+pkgver=3.24.18
+pkgrel=1
+epoch=1
+pkgdesc="GObject-based multi-platform GUI toolkit"
+arch=(x86_64)
+url="https://www.gtk.org/;
+depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
+ libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
+ adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
+ cantarell-fonts colord rest libcups 

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

2020-04-09 Thread Jan Steffens via arch-commits
Date: Friday, April 10, 2020 @ 00:59:08
  Author: heftig
Revision: 379938

3.24.18-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 23:26:16 UTC (rev 379937)
+++ PKGBUILD2020-04-10 00:59:08 UTC (rev 379938)
@@ -3,7 +3,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.24.17+29+g85389c4bcf
+pkgver=3.24.18
 pkgrel=1
 epoch=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
@@ -15,7 +15,7 @@
  cantarell-fonts colord rest libcups libcanberra fribidi iso-codes)
 makedepends=(gobject-introspection gtk-doc git glib2-docs sassc meson)
 license=(LGPL)
-_commit=85389c4bcf54f503a667f0c6b403f5923e42ab63  # gtk-3-24
+_commit=f9decb0cd61f7102af6b5d1f70493bfe6dacb3d1  # tags/3.24.18^0
 source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
 settings.ini
 gtk-query-immodules-3.0.hook


[arch-commits] Commit in lib32-librsvg/repos/multilib-x86_64 (6 files)

2020-04-09 Thread Jan Steffens via arch-commits
Date: Thursday, April 9, 2020 @ 23:26:15
  Author: heftig
Revision: 613066

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-librsvg/repos/multilib-x86_64/PKGBUILD
(from rev 613065, lib32-librsvg/trunk/PKGBUILD)
  lib32-librsvg/repos/multilib-x86_64/lto.diff
(from rev 613065, lib32-librsvg/trunk/lto.diff)
  lib32-librsvg/repos/multilib-x86_64/multilib.diff
(from rev 613065, lib32-librsvg/trunk/multilib.diff)
Deleted:
  lib32-librsvg/repos/multilib-x86_64/PKGBUILD
  lib32-librsvg/repos/multilib-x86_64/lto.diff
  lib32-librsvg/repos/multilib-x86_64/multilib.diff

---+
 PKGBUILD  |  134 
 lto.diff  |   20 
 multilib.diff |   66 +--
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 23:26:01 UTC (rev 613065)
+++ PKGBUILD2020-04-09 23:26:15 UTC (rev 613066)
@@ -1,67 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: jtts 
-# Contributor: Jan de Groot 
-
-pkgname=lib32-librsvg
-pkgver=2.48.2
-pkgrel=1
-pkgdesc="SVG rendering library (32-bit)"
-url="https://wiki.gnome.org/Projects/LibRsvg;
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libxml2 librsvg)
-makedepends=(gobject-introspection gtk-doc git rust lib32-rust-libs)
-checkdepends=(ttf-dejavu)
-provides=(librsvg-${pkgver%%.*}.so)
-_commit=6aec8c8dfb1178058ea8f660b768c05a53c12db7  # tags/2.48.2^0
-source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
-lto.diff multilib.diff)
-sha256sums=('SKIP'
-'3cc8ad1af515b2cb4071f0647319c1cf3280dc054875634239061800af1616b6'
-'c32283a724e8d1a87ad64330ee72781396b6f439dcae0f56da074e9a988ec544')
-
-pkgver() {
-  cd librsvg
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd librsvg
-
-  # Turn LTO back on
-  git apply -3 ../lto.diff
-
-  # Hack to cross-compile rust only
-  git apply -3 ../multilib.diff
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-  export RUST_TARGET=i686-unknown-linux-gnu
-
-  cd librsvg
-  ./configure --prefix=/usr --disable-static --disable-vala \
---disable-gtk-doc --disable-introspection --libdir=/usr/lib32
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-check() {
-  cd librsvg
-  # Reftests are probably broken
-  # some reference images were created without the requested fonts
-  make check || :
-}
-
-package() {
-  cd librsvg
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-librsvg/repos/multilib-x86_64/PKGBUILD (from rev 613065, 
lib32-librsvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 23:26:15 UTC (rev 613066)
@@ -0,0 +1,67 @@
+# Maintainer: Maxime Gauduin 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: jtts 
+# Contributor: Jan de Groot 
+
+pkgname=lib32-librsvg
+pkgver=2.48.3
+pkgrel=1
+pkgdesc="SVG rendering library (32-bit)"
+url="https://wiki.gnome.org/Projects/LibRsvg;
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libxml2 librsvg)
+makedepends=(gobject-introspection gtk-doc git rust lib32-rust-libs)
+checkdepends=(ttf-dejavu)
+provides=(librsvg-${pkgver%%.*}.so)
+_commit=7f5191604e79e2b8d19be0350ad4c8991d2348ec  # tags/2.48.3^0
+source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
+lto.diff multilib.diff)
+sha256sums=('SKIP'
+'3cc8ad1af515b2cb4071f0647319c1cf3280dc054875634239061800af1616b6'
+'c32283a724e8d1a87ad64330ee72781396b6f439dcae0f56da074e9a988ec544')
+
+pkgver() {
+  cd librsvg
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd librsvg
+
+  # Turn LTO back on
+  git apply -3 ../lto.diff
+
+  # Hack to cross-compile rust only
+  git apply -3 ../multilib.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+  export RUST_TARGET=i686-unknown-linux-gnu
+
+  cd librsvg
+  ./configure --prefix=/usr --disable-static --disable-vala \
+--disable-gtk-doc --disable-introspection --libdir=/usr/lib32
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd librsvg
+  # Reftests are probably broken
+  # some reference images were created without the requested fonts
+  make check || :
+}
+
+package() {
+  cd librsvg
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: lto.diff
===
--- lto.diff2020-04-09 23:26:01 UTC (rev 

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

2020-04-09 Thread Jan Steffens via arch-commits
Date: Thursday, April 9, 2020 @ 23:26:16
  Author: heftig
Revision: 379937

archrelease: copy trunk to extra-x86_64

Added:
  librsvg/repos/extra-x86_64/PKGBUILD
(from rev 379936, librsvg/trunk/PKGBUILD)
  librsvg/repos/extra-x86_64/lto.diff
(from rev 379936, librsvg/trunk/lto.diff)
Deleted:
  librsvg/repos/extra-x86_64/PKGBUILD
  librsvg/repos/extra-x86_64/lto.diff

--+
 PKGBUILD |  112 ++---
 lto.diff |   20 +-
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 23:25:59 UTC (rev 379936)
+++ PKGBUILD2020-04-09 23:26:16 UTC (rev 379937)
@@ -1,56 +0,0 @@
-# Maintainer: Jan de Groot 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=librsvg
-pkgver=2.48.2
-pkgrel=1
-epoch=2
-pkgdesc="SVG rendering library"
-url="https://wiki.gnome.org/Projects/LibRsvg;
-arch=(x86_64)
-license=(LGPL)
-depends=(gdk-pixbuf2 pango)
-makedepends=(gobject-introspection vala gtk-doc git rust)
-checkdepends=(ttf-dejavu)
-provides=(librsvg-${pkgver%%.*}.so)
-_commit=6aec8c8dfb1178058ea8f660b768c05a53c12db7  # tags/2.48.2^0
-source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
-lto.diff)
-sha256sums=('SKIP'
-'3cc8ad1af515b2cb4071f0647319c1cf3280dc054875634239061800af1616b6')
-
-pkgver() {
-  cd librsvg
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd librsvg
-
-  # Turn LTO back on
-  git apply -3 ../lto.diff
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd librsvg
-  ./configure --prefix=/usr --disable-static --enable-vala \
---enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-check() {
-  cd librsvg
-  # Reftests are probably broken
-  # some reference images were created without the requested fonts
-  make check || :
-}
-
-package() {
-  cd librsvg
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: librsvg/repos/extra-x86_64/PKGBUILD (from rev 379936, 
librsvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 23:26:16 UTC (rev 379937)
@@ -0,0 +1,56 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=librsvg
+pkgver=2.48.3
+pkgrel=1
+epoch=2
+pkgdesc="SVG rendering library"
+url="https://wiki.gnome.org/Projects/LibRsvg;
+arch=(x86_64)
+license=(LGPL)
+depends=(gdk-pixbuf2 pango)
+makedepends=(gobject-introspection vala gtk-doc git rust)
+checkdepends=(ttf-dejavu)
+provides=(librsvg-${pkgver%%.*}.so)
+_commit=7f5191604e79e2b8d19be0350ad4c8991d2348ec  # tags/2.48.3^0
+source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
+lto.diff)
+sha256sums=('SKIP'
+'3cc8ad1af515b2cb4071f0647319c1cf3280dc054875634239061800af1616b6')
+
+pkgver() {
+  cd librsvg
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd librsvg
+
+  # Turn LTO back on
+  git apply -3 ../lto.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd librsvg
+  ./configure --prefix=/usr --disable-static --enable-vala \
+--enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd librsvg
+  # Reftests are probably broken
+  # some reference images were created without the requested fonts
+  make check || :
+}
+
+package() {
+  cd librsvg
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: lto.diff
===
--- lto.diff2020-04-09 23:25:59 UTC (rev 379936)
+++ lto.diff2020-04-09 23:26:16 UTC (rev 379937)
@@ -1,10 +0,0 @@
-diff --git i/Cargo.toml w/Cargo.toml
-index 818fa620..c776b113 100644
 i/Cargo.toml
-+++ w/Cargo.toml
-@@ -8,3 +8,5 @@ members = [
- 
- [profile.release]
- debug = true
-+lto = "fat"
-+codegen-units = 1

Copied: librsvg/repos/extra-x86_64/lto.diff (from rev 379936, 
librsvg/trunk/lto.diff)
===
--- lto.diff(rev 0)
+++ lto.diff2020-04-09 23:26:16 UTC (rev 379937)
@@ -0,0 +1,10 @@
+diff --git i/Cargo.toml w/Cargo.toml
+index 818fa620..c776b113 100644
+--- i/Cargo.toml
 w/Cargo.toml
+@@ -8,3 +8,5 @@ members = [
+ 
+ [profile.release]
+ debug = true
++lto = "fat"
++codegen-units = 1


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

2020-04-09 Thread Jan Steffens via arch-commits
Date: Thursday, April 9, 2020 @ 23:26:01
  Author: heftig
Revision: 613065

2.48.3-1

Modified:
  lib32-librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 23:08:44 UTC (rev 613064)
+++ PKGBUILD2020-04-09 23:26:01 UTC (rev 613065)
@@ -4,7 +4,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=lib32-librsvg
-pkgver=2.48.2
+pkgver=2.48.3
 pkgrel=1
 pkgdesc="SVG rendering library (32-bit)"
 url="https://wiki.gnome.org/Projects/LibRsvg;
@@ -14,7 +14,7 @@
 makedepends=(gobject-introspection gtk-doc git rust lib32-rust-libs)
 checkdepends=(ttf-dejavu)
 provides=(librsvg-${pkgver%%.*}.so)
-_commit=6aec8c8dfb1178058ea8f660b768c05a53c12db7  # tags/2.48.2^0
+_commit=7f5191604e79e2b8d19be0350ad4c8991d2348ec  # tags/2.48.3^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
 lto.diff multilib.diff)
 sha256sums=('SKIP'


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

2020-04-09 Thread Jan Steffens via arch-commits
Date: Thursday, April 9, 2020 @ 23:25:59
  Author: heftig
Revision: 379936

2.48.3-1

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 19:39:57 UTC (rev 379935)
+++ PKGBUILD2020-04-09 23:25:59 UTC (rev 379936)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=librsvg
-pkgver=2.48.2
+pkgver=2.48.3
 pkgrel=1
 epoch=2
 pkgdesc="SVG rendering library"
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection vala gtk-doc git rust)
 checkdepends=(ttf-dejavu)
 provides=(librsvg-${pkgver%%.*}.so)
-_commit=6aec8c8dfb1178058ea8f660b768c05a53c12db7  # tags/2.48.2^0
+_commit=7f5191604e79e2b8d19be0350ad4c8991d2348ec  # tags/2.48.3^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
 lto.diff)
 sha256sums=('SKIP'


[arch-commits] Commit in mkinitcpio-systemd-tool/repos/community-any (4 files)

2020-04-09 Thread David Runge via arch-commits
Date: Thursday, April 9, 2020 @ 23:08:44
  Author: dvzrv
Revision: 613064

archrelease: copy trunk to community-any

Added:
  mkinitcpio-systemd-tool/repos/community-any/PKGBUILD
(from rev 613063, mkinitcpio-systemd-tool/trunk/PKGBUILD)
  mkinitcpio-systemd-tool/repos/community-any/mkinitcpio-systemd-tool.install
(from rev 613063, 
mkinitcpio-systemd-tool/trunk/mkinitcpio-systemd-tool.install)
Deleted:
  mkinitcpio-systemd-tool/repos/community-any/PKGBUILD
  mkinitcpio-systemd-tool/repos/community-any/mkinitcpio-systemd-tool.install

-+
 PKGBUILD|   57 +++---
 mkinitcpio-systemd-tool.install |   14 -
 2 files changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 23:08:39 UTC (rev 613063)
+++ PKGBUILD2020-04-09 23:08:44 UTC (rev 613064)
@@ -1,28 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=mkinitcpio-systemd-tool
-pkgver=29
-pkgrel=1
-pkgdesc="Provisioning tool for systemd in initramfs (systemd-tool)"
-arch=('any')
-url="https://github.com/random-archer/mkinitcpio-systemd-tool;
-license=('Apache')
-depends=('mkinitcpio' 'systemd')
-optdepends=('cryptsetup: for initrd-cryptsetup.service'
-'dropbear: for initrd-dropbear.service'
-'busybox: for initrd-tinysshd.service'
-'tinyssh: for initrd-tinysshd.service'
-'tinyssh-convert: for initrd-tinysshd.service'
-'mc: for initrd-debug-progs.service')
-conflicts=('mkinitcpio-dropbear' 'mkinitcpio-tinyssh')
-backup=("etc/${pkgname}/config/crypttab"
-"etc/${pkgname}/config/fstab"
-"etc/${pkgname}/network/initrd-network.network" )
-source=("$pkgname-$pkgver.tar.gz::https://github.com/random-archer/${pkgname}/archive/v${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha512sums=('a07071421a3065ac42d7b862968606d23b0caf6af117c6ac2692ebb01fd6faac7f5d31f0a513cec027a80132cacd386c261cac5751c232957592765a86c74f95')
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" PREFIX='/usr' install
-}

Copied: mkinitcpio-systemd-tool/repos/community-any/PKGBUILD (from rev 613063, 
mkinitcpio-systemd-tool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 23:08:44 UTC (rev 613064)
@@ -0,0 +1,29 @@
+# Maintainer: David Runge 
+
+pkgname=mkinitcpio-systemd-tool
+pkgver=30
+pkgrel=1
+pkgdesc="Provisioning tool for systemd in initramfs (systemd-tool)"
+arch=('any')
+url="https://github.com/random-archer/mkinitcpio-systemd-tool;
+license=('Apache')
+depends=('mkinitcpio' 'systemd')
+optdepends=('cryptsetup: for initrd-cryptsetup.service'
+'dropbear: for initrd-dropbear.service'
+'busybox: for initrd-tinysshd.service'
+'mc: for initrd-debug-progs.service'
+'nftables: for initrd-nftables.service'
+'tinyssh: for initrd-tinysshd.service'
+'tinyssh-convert: for initrd-tinysshd.service')
+conflicts=('mkinitcpio-dropbear' 'mkinitcpio-tinyssh')
+backup=("etc/${pkgname}/config/crypttab"
+"etc/${pkgname}/config/fstab"
+"etc/${pkgname}/network/initrd-network.network" )
+source=("$pkgname-$pkgver.tar.gz::https://github.com/random-archer/${pkgname}/archive/v${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha512sums=('094996038a326327874d5080a9ee1ac66c9beb415e0b555a74ce673d1a9f51b088035d1423a2a93a65bdb1e8e62bd732265c82a83117a962cc42096b9a44bcec')
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" PREFIX='/usr' install
+}

Deleted: mkinitcpio-systemd-tool.install
===
--- mkinitcpio-systemd-tool.install 2020-04-09 23:08:39 UTC (rev 613063)
+++ mkinitcpio-systemd-tool.install 2020-04-09 23:08:44 UTC (rev 613064)
@@ -1,7 +0,0 @@
-## arg 1:  the new package version
-## arg 2:  the old package version
-post_upgrade() {
-  if [ "$(vercmp "$2" 22)" -le 0 ]; then
-echo -e "WARNING: Changes were introduced to the systemd units and 
configuration locations.\nRefer to upstream to create a working initrd and 
before rebooting."
-  fi
-}

Copied: 
mkinitcpio-systemd-tool/repos/community-any/mkinitcpio-systemd-tool.install 
(from rev 613063, mkinitcpio-systemd-tool/trunk/mkinitcpio-systemd-tool.install)
===
--- mkinitcpio-systemd-tool.install (rev 0)
+++ mkinitcpio-systemd-tool.install 2020-04-09 23:08:44 UTC (rev 613064)
@@ -0,0 +1,7 @@
+## arg 1:  the new package version
+## arg 2:  the old package version
+post_upgrade() {
+  if [ "$(vercmp "$2" 22)" -le 0 ]; then
+echo -e "WARNING: Changes were introduced to the systemd units and 
configuration locations.\nRefer to upstream to create a working initrd and 
before rebooting."
+  fi
+}


[arch-commits] Commit in mkinitcpio-systemd-tool/trunk (PKGBUILD)

2020-04-09 Thread David Runge via arch-commits
Date: Thursday, April 9, 2020 @ 23:08:39
  Author: dvzrv
Revision: 613063

upgpkg: mkinitcpio-systemd-tool 30-1: Upgrading to 30.

Adding nftables to optdepends (for initrd-nftables.service).

Modified:
  mkinitcpio-systemd-tool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 23:04:39 UTC (rev 613062)
+++ PKGBUILD2020-04-09 23:08:39 UTC (rev 613063)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=mkinitcpio-systemd-tool
-pkgver=29
+pkgver=30
 pkgrel=1
 pkgdesc="Provisioning tool for systemd in initramfs (systemd-tool)"
 arch=('any')
@@ -11,9 +11,10 @@
 optdepends=('cryptsetup: for initrd-cryptsetup.service'
 'dropbear: for initrd-dropbear.service'
 'busybox: for initrd-tinysshd.service'
+'mc: for initrd-debug-progs.service'
+'nftables: for initrd-nftables.service'
 'tinyssh: for initrd-tinysshd.service'
-'tinyssh-convert: for initrd-tinysshd.service'
-'mc: for initrd-debug-progs.service')
+'tinyssh-convert: for initrd-tinysshd.service')
 conflicts=('mkinitcpio-dropbear' 'mkinitcpio-tinyssh')
 backup=("etc/${pkgname}/config/crypttab"
 "etc/${pkgname}/config/fstab"
@@ -20,7 +21,7 @@
 "etc/${pkgname}/network/initrd-network.network" )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/random-archer/${pkgname}/archive/v${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha512sums=('a07071421a3065ac42d7b862968606d23b0caf6af117c6ac2692ebb01fd6faac7f5d31f0a513cec027a80132cacd386c261cac5751c232957592765a86c74f95')
+sha512sums=('094996038a326327874d5080a9ee1ac66c9beb415e0b555a74ce673d1a9f51b088035d1423a2a93a65bdb1e8e62bd732265c82a83117a962cc42096b9a44bcec')
 
 package() {
   cd "$pkgname-$pkgver"


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

2020-04-09 Thread David Runge via arch-commits
Date: Thursday, April 9, 2020 @ 23:04:39
  Author: dvzrv
Revision: 613062

archrelease: copy trunk to community-x86_64

Added:
  patchage/repos/community-x86_64/PKGBUILD
(from rev 613061, patchage/trunk/PKGBUILD)
Deleted:
  patchage/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 23:04:35 UTC (rev 613061)
+++ PKGBUILD2020-04-09 23:04:39 UTC (rev 613062)
@@ -1,56 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: speps 
-# Contributor: Max Pray a.k.a. Synthead 
-# Contributor: clarence 
-
-pkgname=patchage
-pkgver=1.0.0
-pkgrel=6
-pkgdesc="A modular patch bay for audio and MIDI systems based on Jack and Alsa"
-arch=('x86_64')
-url="https://drobilla.net/software/patchage;
-license=('GPL3')
-depends=('alsa-lib' 'atk' 'atkmm' 'cairo' 'cairomm' 'dbus' 'dbus-glib'
-'fontconfig' 'gcc-libs' 'gdk-pixbuf2' 'glibc' 'glib2' 'gtk2' 'harfbuzz'
-'libfreetype.so' 'libganv-1.so' 'libjack.so' 'libsigc++' 'pango' 'pangomm')
-makedepends=('boost' 'waf')
-source=("https://download.drobilla.net/$pkgname-$pkgver.tar.bz2"{,.sig}
-
"wscript::https://git.drobilla.net/cgit.cgi/patchage.git/plain/wscript?id=23e58365cede1117676b74d855d046f90c28accb;
-
"autowaf.py::https://git.drobilla.net/cgit.cgi/autowaf/plain/extras/autowaf.py?id=de76b89dc1039e2f7d6c6b229a8950156b0e5c9;)
-sha512sums=('0a2be0183257a34a68ec84e6fb17d29a3d8ba7dd54a05fcdd13784ac8f5621eb7a376f17d42168958f5e1a8dab8858a9c5c8c867aa1838736cc2b7775f75f510'
-'SKIP'
-
'9bc2e288ee99b01b04f67b6668b5a1c386c47059e6223b96612980b4a9ec0cb801063e65f0fb3ad1f43689f925bb2123da1e18b7cfa2f5c5ef11cc38915606c0'
-
'2e1424d35520f18fa7a7a0c4e30e6b742f723b87aa2ddc109917d353f83b436f3e7da2ea3af7aca64827dafb56caa9c1a64035884905d6b0f6d4bba3ef31f27b')
-validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard 

-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # copy more current versions of custom waf scripts in place
-  mkdir -pv tools
-  cp -av ../autowaf.py tools/
-  touch __init__.py
-  # copy more current version of wscript in place
-  cp -av ../wscript .
-  # modify wscript to use current scripts and fix version
-  sed -e 's/waflib.extras/tools/' \
-  -e "s/load('autowaf'/load('autowaf', tooldir='tools'/" \
-  -i wscript
-  sed -E "s|(PATCHAGE_VERSION   =) .+|\1 '${pkgver}'|" -i wscript
-  # set correct ganv version dependency
-  sed -e 's/1.5.2/1.4.2/g' -i wscript
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  waf configure --prefix=/usr
-  waf build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  waf install --destdir="${pkgdir}"
-  install -vDm 644 {AUTHORS,NEWS,README} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-# vim:set ts=2 sw=2 et:

Copied: patchage/repos/community-x86_64/PKGBUILD (from rev 613061, 
patchage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 23:04:39 UTC (rev 613062)
@@ -0,0 +1,53 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: speps 
+# Contributor: Max Pray a.k.a. Synthead 
+# Contributor: clarence 
+
+pkgname=patchage
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="A modular patch bay for audio and MIDI systems based on Jack and Alsa"
+arch=('x86_64')
+url="https://drobilla.net/software/patchage;
+license=('GPL3')
+depends=('atkmm' 'cairo' 'cairomm' 'dbus-glib' 'fontconfig' 'gcc-libs'
+'gdk-pixbuf2' 'glibc' 'harfbuzz' 'libsigc++' 'pangomm')
+makedepends=('alsa-lib' 'atk' 'boost' 'dbus' 'freetype2' 'ganv' 'glib2' 'gtk2'
+'jack' 'pango' 'waf')
+source=("https://download.drobilla.net/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha512sums=('8d59bf4a71c2b41a1c9d8f72da30046568573c6cedaca69815b279fd1c24d44267da6846e219449d47f43157663abc331ef89f241d94dd16e666e06da9f81e12'
+'SKIP')
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard 

+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # copy custom waf scripts in place
+  mkdir -pv tools
+  touch __init__.py
+  cp -av waflib/extras/autowaf.py tools/
+  # remove vendored waflib
+  rm -rf waflib
+  # modify wscript to use current scripts
+  sed -e 's/waflib.extras/tools/' \
+  -e "s/load('autowaf'/load('autowaf', tooldir='tools'/" \
+  -i wscript
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  waf configure --prefix=/usr
+  waf build -v
+}
+
+package() {
+  depends+=('libasound.so' 'libatk-1.0.so' 'libdbus-1.so' 'libfreetype.so'
+  'libganv-1.so' 'libgdk-x11-2.0.so' 'libgio-2.0.so' 'libglib-2.0.so'
+  'libgobject-2.0.so' 'libgtk-x11-2.0.so' 'libjack.so' 'libpangoft2-1.0.so'
+  'libpango-1.0.so' 'libpangocairo-1.0.so')
+  cd "${pkgname}-${pkgver}"
+  waf install --destdir="${pkgdir}"
+  install -vDm 644 

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

2020-04-09 Thread David Runge via arch-commits
Date: Thursday, April 9, 2020 @ 23:04:35
  Author: dvzrv
Revision: 613061

upgpkg: patchage 1.0.2-1: Upgrading to 1.0.2.

Moving all sodeps to package() and adding the respective packages to 
makedepends.
Removing waf modifications, as the current upstream version is compatible wit 
system waf.
Minor cleanups.

Modified:
  patchage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 23:01:01 UTC (rev 613060)
+++ PKGBUILD2020-04-09 23:04:35 UTC (rev 613061)
@@ -5,52 +5,49 @@
 # Contributor: clarence 
 
 pkgname=patchage
-pkgver=1.0.0
-pkgrel=6
+pkgver=1.0.2
+pkgrel=1
 pkgdesc="A modular patch bay for audio and MIDI systems based on Jack and Alsa"
 arch=('x86_64')
 url="https://drobilla.net/software/patchage;
 license=('GPL3')
-depends=('alsa-lib' 'atk' 'atkmm' 'cairo' 'cairomm' 'dbus' 'dbus-glib'
-'fontconfig' 'gcc-libs' 'gdk-pixbuf2' 'glibc' 'glib2' 'gtk2' 'harfbuzz'
-'libfreetype.so' 'libganv-1.so' 'libjack.so' 'libsigc++' 'pango' 'pangomm')
-makedepends=('boost' 'waf')
-source=("https://download.drobilla.net/$pkgname-$pkgver.tar.bz2"{,.sig}
-
"wscript::https://git.drobilla.net/cgit.cgi/patchage.git/plain/wscript?id=23e58365cede1117676b74d855d046f90c28accb;
-
"autowaf.py::https://git.drobilla.net/cgit.cgi/autowaf/plain/extras/autowaf.py?id=de76b89dc1039e2f7d6c6b229a8950156b0e5c9;)
-sha512sums=('0a2be0183257a34a68ec84e6fb17d29a3d8ba7dd54a05fcdd13784ac8f5621eb7a376f17d42168958f5e1a8dab8858a9c5c8c867aa1838736cc2b7775f75f510'
-'SKIP'
-
'9bc2e288ee99b01b04f67b6668b5a1c386c47059e6223b96612980b4a9ec0cb801063e65f0fb3ad1f43689f925bb2123da1e18b7cfa2f5c5ef11cc38915606c0'
-
'2e1424d35520f18fa7a7a0c4e30e6b742f723b87aa2ddc109917d353f83b436f3e7da2ea3af7aca64827dafb56caa9c1a64035884905d6b0f6d4bba3ef31f27b')
+depends=('atkmm' 'cairo' 'cairomm' 'dbus-glib' 'fontconfig' 'gcc-libs'
+'gdk-pixbuf2' 'glibc' 'harfbuzz' 'libsigc++' 'pangomm')
+makedepends=('alsa-lib' 'atk' 'boost' 'dbus' 'freetype2' 'ganv' 'glib2' 'gtk2'
+'jack' 'pango' 'waf')
+source=("https://download.drobilla.net/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha512sums=('8d59bf4a71c2b41a1c9d8f72da30046568573c6cedaca69815b279fd1c24d44267da6846e219449d47f43157663abc331ef89f241d94dd16e666e06da9f81e12'
+'SKIP')
 validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard 

 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  # copy more current versions of custom waf scripts in place
+  # copy custom waf scripts in place
   mkdir -pv tools
-  cp -av ../autowaf.py tools/
   touch __init__.py
-  # copy more current version of wscript in place
-  cp -av ../wscript .
-  # modify wscript to use current scripts and fix version
+  cp -av waflib/extras/autowaf.py tools/
+  # remove vendored waflib
+  rm -rf waflib
+  # modify wscript to use current scripts
   sed -e 's/waflib.extras/tools/' \
   -e "s/load('autowaf'/load('autowaf', tooldir='tools'/" \
   -i wscript
-  sed -E "s|(PATCHAGE_VERSION   =) .+|\1 '${pkgver}'|" -i wscript
-  # set correct ganv version dependency
-  sed -e 's/1.5.2/1.4.2/g' -i wscript
 }
 
 build() {
   cd "${pkgname}-${pkgver}"
   waf configure --prefix=/usr
-  waf build
+  waf build -v
 }
 
 package() {
+  depends+=('libasound.so' 'libatk-1.0.so' 'libdbus-1.so' 'libfreetype.so'
+  'libganv-1.so' 'libgdk-x11-2.0.so' 'libgio-2.0.so' 'libglib-2.0.so'
+  'libgobject-2.0.so' 'libgtk-x11-2.0.so' 'libjack.so' 'libpangoft2-1.0.so'
+  'libpango-1.0.so' 'libpangocairo-1.0.so')
   cd "${pkgname}-${pkgver}"
   waf install --destdir="${pkgdir}"
-  install -vDm 644 {AUTHORS,NEWS,README} \
+  install -vDm 644 {AUTHORS,NEWS,README.md} \
 -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 # vim:set ts=2 sw=2 et:


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

2020-04-09 Thread David Runge via arch-commits
Date: Thursday, April 9, 2020 @ 23:01:01
  Author: dvzrv
Revision: 613060

archrelease: copy trunk to community-x86_64

Added:
  ganv/repos/community-x86_64/PKGBUILD
(from rev 613059, ganv/trunk/PKGBUILD)
Deleted:
  ganv/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 23:00:53 UTC (rev 613059)
+++ PKGBUILD2020-04-09 23:01:01 UTC (rev 613060)
@@ -1,48 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-
-pkgname=ganv
-pkgver=1.4.2
-pkgrel=4
-pkgdesc="An interactive Gtkmm canvas widget for graph-based interfaces"
-arch=('x86_64')
-url="https://drobilla.net/software/ganv/;
-license=('GPL3')
-depends=('atk' 'cairo' 'fontconfig' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 
'glibmm' 'graphviz' 'gtk2' 'gtkmm'
-'libfreetype.so' 'pango')
-makedepends=('waf')
-provides=('libganv-1.so')
-source=("https://download.drobilla.net/ganv-$pkgver.tar.bz2;
-
"wscript::https://git.drobilla.net/cgit.cgi/ganv.git/plain/wscript?id=c4e5940f935b1ac4b152aa7a1311012791f073ae;
-
"autowaf.py::https://git.drobilla.net/cgit.cgi/autowaf/plain/extras/autowaf.py?id=8280f9de69f93624896b8875caf039066cac0314;)
-sha512sums=('0609dea81cceb0c560286ad2f132f318c2d583af5163dcea4511155e78a022248dcb7ae535233493bdf906fb036422ebd4368d688123f3e1676c4e0398cbc6c2'
-
'd51f80e38bc831b375db71f797758289c53ceb0fb13607fe0296e7bf57eb3bdc2869db1072e56fe95671dcc2e1d4d8df2e6efbff0e5aab6455e0c98ad2d629b2'
-
'8b657954fc435b1c8768c877e9f5ffb5a8ef3cbfa1b63ad841f1ae1442da97b10557740b73f736bb57c05b0e85592b3f866ca1b456c66fbc9092e23bdcd58756')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # copy more current versions of custom waf scripts in place
-  mkdir -pv tools
-  cp -av ../autowaf.py tools/
-  touch __init__.py
-  # copy more current version of wscript in place
-  cp -av ../wscript .
-  # modify wscript to use current scripts and fix version
-  sed -e 's/waflib.extras/tools/' \
-  -e "s/load('autowaf'/load('autowaf', tooldir='tools'/" \
-  -i wscript
-  sed -E "s|(GANV_VERSION   =) .+|\1 '${pkgver}'|" -i wscript
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  waf configure -v --prefix=/usr
-  waf build -v
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  waf install -v --destdir="${pkgdir}"
-  install -vDm 644 {AUTHORS,NEWS,README} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: ganv/repos/community-x86_64/PKGBUILD (from rev 613059, 
ganv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 23:01:01 UTC (rev 613060)
@@ -0,0 +1,48 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+
+pkgname=ganv
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="An interactive Gtkmm canvas widget for graph-based interfaces"
+arch=('x86_64')
+url="https://drobilla.net/software/ganv/;
+license=('GPL3')
+depends=('atkmm' 'cairo' 'fontconfig' 'gcc-libs' 'gdk-pixbuf2' 'glibc' 'glibmm'
+'graphviz' 'gtkmm' 'harfbuzz' 'pangomm')
+makedepends=('atk' 'glib2' 'gtk2' 'pango' 'waf')
+provides=('libganv-1.so')
+source=("https://download.drobilla.net/ganv-$pkgver.tar.bz2"{,.sig})
+sha512sums=('05900aa63e65646e75f805dfe6ae5901efb19ae31a3f0a6730a713bfaffc47bb93f683879ce2a75093ea09e84a9d3137966b68b4ad307707753dead1df439a09'
+'SKIP')
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard 

+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # copy custom waf scripts in place
+  mkdir -pv tools
+  cp -av waflib/extras/autowaf.py tools/
+  touch __init__.py
+  # remove vendored waf
+  rm -rv waflib
+  # modify wscript to use current scripts
+  sed -e 's/waflib.extras/tools/' \
+  -e "s/load('autowaf'/load('autowaf', tooldir='tools'/" \
+  -i wscript
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  waf configure --prefix=/usr
+  waf build -v
+}
+
+package() {
+  depends+=('libatk-1.0.so' 'libfreetype.so' 'libgdk-x11-2.0.so'
+  'libgio-2.0.so' 'libglib-2.0.so' 'libgobject-2.0.so' 'libgtk-x11-2.0.so'
+  'libpangocairo-1.0.so' 'libpangoft2-1.0.so' 'libpango-1.0.so')
+  cd "${pkgname}-${pkgver}"
+  waf install -v --destdir="${pkgdir}"
+  install -vDm 644 {AUTHORS,NEWS,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2020-04-09 Thread David Runge via arch-commits
Date: Thursday, April 9, 2020 @ 23:00:53
  Author: dvzrv
Revision: 613059

upgpkg: ganv 1.6.0-1: Upgrading to 1.6.0.

Moving all sodeps to package() and adding the respective packages to 
makedepends.
Removing all modifications for waf, as now the scripts are compatible with 
system waf.
Adding validpgpkey of upstream (David Robillard).
Minor cleanups.

Modified:
  ganv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 22:05:05 UTC (rev 613058)
+++ PKGBUILD2020-04-09 23:00:53 UTC (rev 613059)
@@ -2,47 +2,47 @@
 # Contributor: speps 
 
 pkgname=ganv
-pkgver=1.4.2
-pkgrel=4
+pkgver=1.6.0
+pkgrel=1
 pkgdesc="An interactive Gtkmm canvas widget for graph-based interfaces"
 arch=('x86_64')
 url="https://drobilla.net/software/ganv/;
 license=('GPL3')
-depends=('atk' 'cairo' 'fontconfig' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 
'glibmm' 'graphviz' 'gtk2' 'gtkmm'
-'libfreetype.so' 'pango')
-makedepends=('waf')
+depends=('atkmm' 'cairo' 'fontconfig' 'gcc-libs' 'gdk-pixbuf2' 'glibc' 'glibmm'
+'graphviz' 'gtkmm' 'harfbuzz' 'pangomm')
+makedepends=('atk' 'glib2' 'gtk2' 'pango' 'waf')
 provides=('libganv-1.so')
-source=("https://download.drobilla.net/ganv-$pkgver.tar.bz2;
-
"wscript::https://git.drobilla.net/cgit.cgi/ganv.git/plain/wscript?id=c4e5940f935b1ac4b152aa7a1311012791f073ae;
-
"autowaf.py::https://git.drobilla.net/cgit.cgi/autowaf/plain/extras/autowaf.py?id=8280f9de69f93624896b8875caf039066cac0314;)
-sha512sums=('0609dea81cceb0c560286ad2f132f318c2d583af5163dcea4511155e78a022248dcb7ae535233493bdf906fb036422ebd4368d688123f3e1676c4e0398cbc6c2'
-
'd51f80e38bc831b375db71f797758289c53ceb0fb13607fe0296e7bf57eb3bdc2869db1072e56fe95671dcc2e1d4d8df2e6efbff0e5aab6455e0c98ad2d629b2'
-
'8b657954fc435b1c8768c877e9f5ffb5a8ef3cbfa1b63ad841f1ae1442da97b10557740b73f736bb57c05b0e85592b3f866ca1b456c66fbc9092e23bdcd58756')
+source=("https://download.drobilla.net/ganv-$pkgver.tar.bz2"{,.sig})
+sha512sums=('05900aa63e65646e75f805dfe6ae5901efb19ae31a3f0a6730a713bfaffc47bb93f683879ce2a75093ea09e84a9d3137966b68b4ad307707753dead1df439a09'
+'SKIP')
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3') # David Robillard 

 
 prepare() {
   cd "$pkgname-$pkgver"
-  # copy more current versions of custom waf scripts in place
+  # copy custom waf scripts in place
   mkdir -pv tools
-  cp -av ../autowaf.py tools/
+  cp -av waflib/extras/autowaf.py tools/
   touch __init__.py
-  # copy more current version of wscript in place
-  cp -av ../wscript .
-  # modify wscript to use current scripts and fix version
+  # remove vendored waf
+  rm -rv waflib
+  # modify wscript to use current scripts
   sed -e 's/waflib.extras/tools/' \
   -e "s/load('autowaf'/load('autowaf', tooldir='tools'/" \
   -i wscript
-  sed -E "s|(GANV_VERSION   =) .+|\1 '${pkgver}'|" -i wscript
 }
 
 build() {
   cd "${pkgname}-${pkgver}"
-  waf configure -v --prefix=/usr
+  waf configure --prefix=/usr
   waf build -v
 }
 
 package() {
+  depends+=('libatk-1.0.so' 'libfreetype.so' 'libgdk-x11-2.0.so'
+  'libgio-2.0.so' 'libglib-2.0.so' 'libgobject-2.0.so' 'libgtk-x11-2.0.so'
+  'libpangocairo-1.0.so' 'libpangoft2-1.0.so' 'libpango-1.0.so')
   cd "${pkgname}-${pkgver}"
   waf install -v --destdir="${pkgdir}"
-  install -vDm 644 {AUTHORS,NEWS,README} \
+  install -vDm 644 {AUTHORS,NEWS,README.md} \
 -t "${pkgdir}/usr/share/doc/${pkgname}/"
 }


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

2020-04-09 Thread Bruno Pagani via arch-commits
Date: Thursday, April 9, 2020 @ 22:05:05
  Author: archange
Revision: 613058

archrelease: copy trunk to community-x86_64

Added:
  matterbridge/repos/community-x86_64/PKGBUILD
(from rev 613057, matterbridge/trunk/PKGBUILD)
  matterbridge/repos/community-x86_64/matterbridge.service
(from rev 613057, matterbridge/trunk/matterbridge.service)
Deleted:
  matterbridge/repos/community-x86_64/PKGBUILD
  matterbridge/repos/community-x86_64/matterbridge.service

--+
 PKGBUILD |   72 -
 matterbridge.service |   63 --
 2 files changed, 72 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 22:04:57 UTC (rev 613057)
+++ PKGBUILD2020-04-09 22:05:05 UTC (rev 613058)
@@ -1,36 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=matterbridge
-pkgver=1.17.1
-pkgrel=1
-pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
-arch=(x86_64)
-url="https://github.com/42wim/matterbridge;
-license=(Apache)
-depends=(glibc)
-makedepends=(go-pie git)
-backup=(etc/matterbridge.toml)
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
-
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
-matterbridge.service)
-sha256sums=('66c70c51e30ec5a6f21ffa084d86a3ade3575f82a1e33dc5ef167fba57d0c075'
-'SKIP'
-'89e52388054d3c83199ccbfe8f2dc02a6ae02ec1a2d024460b11464324a1fb9b')
-validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  go mod vendor
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build -v -o ${pkgname} -trimpath -ldflags "-extldflags ${LDFLAGS}" .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
-  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
-  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-}

Copied: matterbridge/repos/community-x86_64/PKGBUILD (from rev 613057, 
matterbridge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 22:05:05 UTC (rev 613058)
@@ -0,0 +1,36 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=matterbridge
+pkgver=1.17.2
+pkgrel=1
+pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
+arch=(x86_64)
+url="https://github.com/42wim/matterbridge;
+license=(Apache)
+depends=(glibc)
+makedepends=(go-pie git)
+backup=(etc/matterbridge.toml)
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
+
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
+matterbridge.service)
+sha256sums=('5580fadac3c5ded1c458ab12e93483338b0b076c868b0ceea9786112bca3621e'
+'SKIP'
+'2b2953aab3dd943750e2095497d733949963d994d826548e3d046ec4975b68df')
+validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  go mod vendor
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build -v -o ${pkgname} -trimpath -ldflags "-extldflags ${LDFLAGS}" .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
+  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
+  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
+}

Deleted: matterbridge.service
===
--- matterbridge.service2020-04-09 22:04:57 UTC (rev 613057)
+++ matterbridge.service2020-04-09 22:05:05 UTC (rev 613058)
@@ -1,27 +0,0 @@
-[Unit]
-Description=Multi-protocols bridge for online communications
-After=network.target
-
-[Service]
-User=matterbridge
-DynamicUser=yes
-ExecStart=/usr/bin/matterbridge -conf /etc/matterbridge.toml
-Type=simple
-CapabilityBoundingSet=
-NoNewPrivileges=True
-PrivateUsers=true
-PrivateDevices=true
-PrivateTmp=true
-ProtectHome=true
-ProtectSystem=strict
-ProtectControlGroups=yes
-ProtectKernelTunables=true
-ProtectKernelModules=yes
-LockPersonality=true
-MemoryDenyWriteExecute=true
-RestrictRealtime=true
-SystemCallArchitectures=native
-SystemCallFilter=@system-service
-
-[Install]
-WantedBy=multi-user.target

Copied: matterbridge/repos/community-x86_64/matterbridge.service (from rev 
613057, matterbridge/trunk/matterbridge.service)
===
--- matterbridge.service(rev 0)
+++ matterbridge.service2020-04-09 22:05:05 UTC (rev 613058)
@@ -0,0 +1,36 @@
+[Unit]
+Description=Multi-protocols bridge for online communications
+After=network.target
+
+[Service]
+User=matterbridge
+DynamicUser=yes
+ExecStart=/usr/bin/matterbridge -conf /etc/matterbridge.toml

[arch-commits] Commit in matterbridge/trunk (PKGBUILD matterbridge.service)

2020-04-09 Thread Bruno Pagani via arch-commits
Date: Thursday, April 9, 2020 @ 22:04:57
  Author: archange
Revision: 613057

upgpkg: matterbridge 1.17.2-1

Also enhance security of matterbridge.service

Modified:
  matterbridge/trunk/PKGBUILD
  matterbridge/trunk/matterbridge.service

--+
 PKGBUILD |6 +++---
 matterbridge.service |   27 ++-
 2 files changed, 21 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 21:55:15 UTC (rev 613056)
+++ PKGBUILD2020-04-09 22:04:57 UTC (rev 613057)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=matterbridge
-pkgver=1.17.1
+pkgver=1.17.2
 pkgrel=1
 pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
 arch=(x86_64)
@@ -13,9 +13,9 @@
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
 
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
 matterbridge.service)
-sha256sums=('66c70c51e30ec5a6f21ffa084d86a3ade3575f82a1e33dc5ef167fba57d0c075'
+sha256sums=('5580fadac3c5ded1c458ab12e93483338b0b076c868b0ceea9786112bca3621e'
 'SKIP'
-'89e52388054d3c83199ccbfe8f2dc02a6ae02ec1a2d024460b11464324a1fb9b')
+'2b2953aab3dd943750e2095497d733949963d994d826548e3d046ec4975b68df')
 validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
 
 prepare() {

Modified: matterbridge.service
===
--- matterbridge.service2020-04-09 21:55:15 UTC (rev 613056)
+++ matterbridge.service2020-04-09 22:04:57 UTC (rev 613057)
@@ -8,20 +8,29 @@
 ExecStart=/usr/bin/matterbridge -conf /etc/matterbridge.toml
 Type=simple
 CapabilityBoundingSet=
-NoNewPrivileges=True
+AmbientCapabilities=
+NoNewPrivileges=true
+#SecureBits=
+ProtectSystem=strict
+ProtectHome=true
+PrivateTmp=true
+PrivateDevices=true
+PrivateNetwork=false
 PrivateUsers=true
-PrivateDevices=true
-PrivateTmp=true
-ProtectHome=true
-ProtectSystem=strict
-ProtectControlGroups=yes
+ProtectHostname=true
+ProtectClock=true
 ProtectKernelTunables=true
-ProtectKernelModules=yes
+ProtectKernelModules=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
+RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
+RestrictNamespaces=true
+MemoryDenyWriteExecute=true
 LockPersonality=true
-MemoryDenyWriteExecute=true
 RestrictRealtime=true
+RestrictSUIDSGID=true
+SystemCallFilter=@system-service
 SystemCallArchitectures=native
-SystemCallFilter=@system-service
 
 [Install]
 WantedBy=multi-user.target


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

2020-04-09 Thread David Runge via arch-commits
Date: Thursday, April 9, 2020 @ 21:55:15
  Author: dvzrv
Revision: 613056

archrelease: copy trunk to community-x86_64

Added:
  freerdp/repos/community-x86_64/PKGBUILD
(from rev 613055, freerdp/trunk/PKGBUILD)
  freerdp/repos/community-x86_64/freerdp-2.0.0-manpage_formatting.patch
(from rev 613055, freerdp/trunk/freerdp-2.0.0-manpage_formatting.patch)
Deleted:
  freerdp/repos/community-x86_64/PKGBUILD
  freerdp/repos/community-x86_64/freerdp-2.0.0-manpage_formatting.patch

+
 PKGBUILD   |  131 +++
 freerdp-2.0.0-manpage_formatting.patch |   24 ++---
 2 files changed, 78 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 21:55:05 UTC (rev 613055)
+++ PKGBUILD2020-04-09 21:55:15 UTC (rev 613056)
@@ -1,65 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: David Runge 
-# Contributor: Stijn Segers 
-
-_name=FreeRDP
-pkgname=freerdp
-epoch=1
-pkgver=2.0.0_rc4
-pkgrel=8
-pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
-arch=('x86_64')
-url="http://www.freerdp.com/;
-license=('Apache')
-depends=('dbus-glib' 'glib2' 'glibc' 'gsm' 'gstreamer' 'gst-plugins-base-libs'
-'lame' 'libcups' 'libjpeg-turbo' 'libgssglue' 'libsoxr' 'libusb' 'libxkbcommon'
-'libxinerama' 'libxkbfile' 'libxrandr' 'mbedtls' 'openssl' 'pam' 'pcsclite'
-'wayland')
-makedepends=('alsa-lib' 'cmake' 'docbook-xsl' 'faac' 'faad2' 'ffmpeg' 'krb5'
-'libpulse' 'systemd-libs' 'xmlto' 'xorgproto')
-provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
-'libwinpr2.so')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver/_/-}.tar.gz;
-"$pkgname-2.0.0-manpage_formatting.patch")
-sha512sums=('b4a4d4a58d09010bc45fb90cca148dc4421a4cf0cd5caf288aa702212ef081f14fc418b91f1b79ec8631f582c9ebcdd3031db6a892adb29c402492abb649'
-
'd960e042d1527b5d5721136b6b20fc36f65beafd010581ea5b908668537fe9fe622de6689a29c0274b0d6f1e513615f0d02e56c1d1d1e613d093e145d39af8d7')
-
-prepare() {
-  mv -v "${_name}-${pkgver/_/-}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # fix man page formatting:
-  # https://bugs.archlinux.org/task/64814
-  patch -Np1 -i "../${pkgname}-2.0.0-manpage_formatting.patch"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DWITH_MBEDTLS=ON \
--DWITH_PULSE=ON \
--DWITH_CUPS=ON \
--DWITH_PCSC=ON \
--DWITH_JPEG=ON \
--DWITH_GSM=ON \
--DWITH_LAME=ON \
--DWITH_FAAD2=ON \
--DWITH_FAAC=ON \
--DWITH_SOXR=ON \
--DWITH_SERVER=ON \
--DWITH_CHANNELS=ON \
--DWITH_CLIENT_CHANNELS=ON \
--DWITH_SERVER_CHANNELS=ON \
--DCHANNEL_URBDRC_CLIENT=ON \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libasound.so' 'libavcodec.so' 'libavutil.so' 'libfaac.so'
-  'libfaad.so' 'libpulse.so' 'libsystemd.so' 'libudev.so')
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install -C build
-  install -vDm 644 {ChangeLog,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: freerdp/repos/community-x86_64/PKGBUILD (from rev 613055, 
freerdp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 21:55:15 UTC (rev 613056)
@@ -0,0 +1,66 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: David Runge 
+# Contributor: Stijn Segers 
+
+_name=FreeRDP
+pkgname=freerdp
+epoch=2
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
+arch=('x86_64')
+url="https://www.freerdp.com/;
+license=('Apache')
+depends=('dbus-glib' 'glibc' 'gstreamer' 'gst-plugins-base-libs' 'libcups'
+'libjpeg-turbo' 'libgssglue' 'libx11' 'libxcursor' 'libxext' 'libxdamage'
+'libxfixes' 'libxkbcommon' 'libxi' 'libxinerama' 'libxkbfile' 'libxrandr'
+'libxrender' 'libxtst' 'mbedtls' 'openssl' 'pam' 'pcsclite' 'wayland')
+makedepends=('alsa-lib' 'cmake' 'docbook-xsl' 'ffmpeg' 'krb5' 'libpulse'
+'libusb' 'systemd-libs' 'xmlto' 'xorgproto')
+provides=('libfreerdp2.so' 'libfreerdp-client2.so' 'libfreerdp-server2'
+'libfreerdp-shadow2.so' 'libfreerdp-shadow-subsystem2.so' 'libwinpr2.so'
+'libwinpr-tools2.so' 'libuwac0.so')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
+"$pkgname-2.0.0-manpage_formatting.patch")
+sha512sums=('efdaa1b018e5166c0f2469663bdd0dc788de0577d0c0cb8b98048a535f8cb07de1078f86aaacc9445d42078d2e02fd7bc7f1ed700ca96032976f6bd84c68ee8f'
+
'd960e042d1527b5d5721136b6b20fc36f65beafd010581ea5b908668537fe9fe622de6689a29c0274b0d6f1e513615f0d02e56c1d1d1e613d093e145d39af8d7')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd 

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

2020-04-09 Thread David Runge via arch-commits
Date: Thursday, April 9, 2020 @ 21:55:05
  Author: dvzrv
Revision: 613055

upgpkg: freerdp 2:2.0.0-1: Upgrading to 2.0.0.

Incrementing epoch, as 2.0.0_rc4 > 2.0.0.
Setting url to https. Adding all direct library dependencies.
Removing faac, faad2, lame and libsoxr in favor of ffmpeg (WITH_DSP_FFMPEG).
Adding scaling on X11 and wayland via WITH_SWSCALE (preferred over WITH_CAIRO).
Setting PROXY_PLUGINDIR, as it otherwise would point to build dir.

Modified:
  freerdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 20:54:58 UTC (rev 613054)
+++ PKGBUILD2020-04-09 21:55:05 UTC (rev 613055)
@@ -4,28 +4,29 @@
 
 _name=FreeRDP
 pkgname=freerdp
-epoch=1
-pkgver=2.0.0_rc4
-pkgrel=8
+epoch=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
 arch=('x86_64')
-url="http://www.freerdp.com/;
+url="https://www.freerdp.com/;
 license=('Apache')
-depends=('dbus-glib' 'glib2' 'glibc' 'gsm' 'gstreamer' 'gst-plugins-base-libs'
-'lame' 'libcups' 'libjpeg-turbo' 'libgssglue' 'libsoxr' 'libusb' 'libxkbcommon'
-'libxinerama' 'libxkbfile' 'libxrandr' 'mbedtls' 'openssl' 'pam' 'pcsclite'
-'wayland')
-makedepends=('alsa-lib' 'cmake' 'docbook-xsl' 'faac' 'faad2' 'ffmpeg' 'krb5'
-'libpulse' 'systemd-libs' 'xmlto' 'xorgproto')
-provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
-'libwinpr2.so')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver/_/-}.tar.gz;
+depends=('dbus-glib' 'glibc' 'gstreamer' 'gst-plugins-base-libs' 'libcups'
+'libjpeg-turbo' 'libgssglue' 'libx11' 'libxcursor' 'libxext' 'libxdamage'
+'libxfixes' 'libxkbcommon' 'libxi' 'libxinerama' 'libxkbfile' 'libxrandr'
+'libxrender' 'libxtst' 'mbedtls' 'openssl' 'pam' 'pcsclite' 'wayland')
+makedepends=('alsa-lib' 'cmake' 'docbook-xsl' 'ffmpeg' 'krb5' 'libpulse'
+'libusb' 'systemd-libs' 'xmlto' 'xorgproto')
+provides=('libfreerdp2.so' 'libfreerdp-client2.so' 'libfreerdp-server2'
+'libfreerdp-shadow2.so' 'libfreerdp-shadow-subsystem2.so' 'libwinpr2.so'
+'libwinpr-tools2.so' 'libuwac0.so')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz;
 "$pkgname-2.0.0-manpage_formatting.patch")
-sha512sums=('b4a4d4a58d09010bc45fb90cca148dc4421a4cf0cd5caf288aa702212ef081f14fc418b91f1b79ec8631f582c9ebcdd3031db6a892adb29c402492abb649'
+sha512sums=('efdaa1b018e5166c0f2469663bdd0dc788de0577d0c0cb8b98048a535f8cb07de1078f86aaacc9445d42078d2e02fd7bc7f1ed700ca96032976f6bd84c68ee8f'
 
'd960e042d1527b5d5721136b6b20fc36f65beafd010581ea5b908668537fe9fe622de6689a29c0274b0d6f1e513615f0d02e56c1d1d1e613d093e145d39af8d7')
 
 prepare() {
-  mv -v "${_name}-${pkgver/_/-}" "${pkgname}-${pkgver}"
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
   cd "${pkgname}-${pkgver}"
   # fix man page formatting:
   # https://bugs.archlinux.org/task/64814
@@ -36,21 +37,20 @@
   cd "${pkgname}-${pkgver}"
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
+-DWITH_DSP_FFMPEG=ON \
+-DWITH_FFMPEG=ON \
 -DWITH_MBEDTLS=ON \
 -DWITH_PULSE=ON \
 -DWITH_CUPS=ON \
 -DWITH_PCSC=ON \
 -DWITH_JPEG=ON \
--DWITH_GSM=ON \
--DWITH_LAME=ON \
--DWITH_FAAD2=ON \
--DWITH_FAAC=ON \
--DWITH_SOXR=ON \
 -DWITH_SERVER=ON \
+-DWITH_SWSCALE=ON \
 -DWITH_CHANNELS=ON \
 -DWITH_CLIENT_CHANNELS=ON \
 -DWITH_SERVER_CHANNELS=ON \
 -DCHANNEL_URBDRC_CLIENT=ON \
+-DPROXY_PLUGINDIR=/usr/lib/freerdp2/server/proxy/plugins \
 -B build \
 -S .
   make VERBOSE=1 -C build
@@ -57,9 +57,10 @@
 }
 
 package() {
-  depends+=('libasound.so' 'libavcodec.so' 'libavutil.so' 'libfaac.so'
-  'libfaad.so' 'libpulse.so' 'libsystemd.so' 'libudev.so')
+  depends+=('libasound.so' 'libavcodec.so' 'libavutil.so' 'libpulse.so'
+  'libswscale.so' 'libswresample.so' 'libsystemd.so' 'libusb-1.0.so')
   cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install -C build
-  install -vDm 644 {ChangeLog,README} -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 {ChangeLog,README.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }


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

2020-04-09 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 9, 2020 @ 20:54:58
  Author: polyzen
Revision: 613054

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 20:54:39 UTC (rev 613053)
+++ PKGBUILD2020-04-09 20:54:58 UTC (rev 613054)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor:  Chris Severance aur.severach aATt spamgourmet dott com
-
-_name=pathspec
-pkgname=python-pathspec
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Utility library for gitignore style pattern matching of file paths'
-arch=('any')
-url=https://github.com/cpburnz/python-path-specification
-license=('MPL2')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('562aa70af2e0d434367d9790ad37aed893de47f1693e4201fd1d3dca15d19b96')
-
-build() {
-  cd $_name-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_name-$pkgver
-  python -m unittest discover pathspec/tests
-}
-
-package() {
-  cd $_name-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pathspec/repos/community-any/PKGBUILD (from rev 613053, 
python-pathspec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 20:54:58 UTC (rev 613054)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella 
+# Contributor:  Chris Severance aur.severach aATt spamgourmet dott com
+
+_name=pathspec
+pkgname=python-pathspec
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Utility library for gitignore style pattern matching of file paths'
+arch=('any')
+url=https://github.com/cpburnz/python-path-specification
+license=('MPL2')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('da45173eb3a6f2a5a487efba21f050af2b41948be6ab52b6a1e3ff22bb8b7061')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_name-$pkgver
+  python -m unittest discover pathspec/tests
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-09 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 9, 2020 @ 20:54:39
  Author: polyzen
Revision: 613053

upgpkg: python-pathspec 0.8.0-1

Modified:
  python-pathspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 20:19:57 UTC (rev 613052)
+++ PKGBUILD2020-04-09 20:54:39 UTC (rev 613053)
@@ -3,7 +3,7 @@
 
 _name=pathspec
 pkgname=python-pathspec
-pkgver=0.7.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc='Utility library for gitignore style pattern matching of file paths'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('562aa70af2e0d434367d9790ad37aed893de47f1693e4201fd1d3dca15d19b96')
+sha256sums=('da45173eb3a6f2a5a487efba21f050af2b41948be6ab52b6a1e3ff22bb8b7061')
 
 build() {
   cd $_name-$pkgver


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

2020-04-09 Thread Bruno Pagani via arch-commits
Date: Thursday, April 9, 2020 @ 20:19:57
  Author: archange
Revision: 613052

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 613051, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 20:19:50 UTC (rev 613051)
+++ PKGBUILD2020-04-09 20:19:57 UTC (rev 613052)
@@ -1,40 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.5.3
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(argon2 curl libgcrypt libsodium libxtst qrencode
- qt5-svg qt5-x11extras quazip yubikey-personalization)
-makedepends=(cmake qt5-tools)
-provides=(org.freedesktop.secrets)
-source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
-sha256sums=('0500fbce66ee87dc1c36b24f3ea46bd5a3b0fb366ba50bca8b33f670eb21a6eb'
-'SKIP')
-# List of signing keys can be found at 
https://keepassxc.org/verifying-signatures/
-validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
-  71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4
-  AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517
-  C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8)
-
-build() {
-cmake -S keepassxc-$pkgver -B build \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DWITH_XC_ALL=ON \
--DWITH_XC_UPDATECHECK=OFF
-cmake --build build
-}
-
-check() {
-cmake --build build --target test
-}
-
-package() {
-cmake --build build --target install -- DESTDIR="$pkgdir"
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 613051, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 20:19:57 UTC (rev 613052)
@@ -0,0 +1,39 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.5.4
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(argon2 curl libgcrypt libsodium libxtst qrencode
+ qt5-svg qt5-x11extras quazip yubikey-personalization)
+makedepends=(cmake qt5-tools)
+provides=(org.freedesktop.secrets)
+source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
+sha256sums=('a55e0801c318b02b1ac4e16e9b7a87ccfa7b039ea60d2c62610bd1bbbdd6cd4a' 
'SKIP')
+# List of signing keys can be found at 
https://keepassxc.org/verifying-signatures/
+validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
+  71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4
+  AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517
+  C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8)
+
+build() {
+cmake -S keepassxc-$pkgver -B build \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DWITH_XC_ALL=ON \
+-DWITH_XC_UPDATECHECK=OFF
+cmake --build build
+}
+
+check() {
+cmake --build build --target test
+}
+
+package() {
+cmake --build build --target install -- DESTDIR="$pkgdir"
+}


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

2020-04-09 Thread Bruno Pagani via arch-commits
Date: Thursday, April 9, 2020 @ 20:19:50
  Author: archange
Revision: 613051

upgpkg: keepassxc 2.5.4-1

Modified:
  keepassxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 20:09:04 UTC (rev 613050)
+++ PKGBUILD2020-04-09 20:19:50 UTC (rev 613051)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=keepassxc
-pkgver=2.5.3
+pkgver=2.5.4
 pkgrel=1
 pkgdesc="Cross-platform community-driven port of Keepass password manager"
 arch=(x86_64)
@@ -13,8 +13,7 @@
 makedepends=(cmake qt5-tools)
 provides=(org.freedesktop.secrets)
 
source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
-sha256sums=('0500fbce66ee87dc1c36b24f3ea46bd5a3b0fb366ba50bca8b33f670eb21a6eb'
-'SKIP')
+sha256sums=('a55e0801c318b02b1ac4e16e9b7a87ccfa7b039ea60d2c62610bd1bbbdd6cd4a' 
'SKIP')
 # List of signing keys can be found at 
https://keepassxc.org/verifying-signatures/
 validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
   71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4


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

2020-04-09 Thread Bruno Pagani via arch-commits
Date: Thursday, April 9, 2020 @ 20:08:56
  Author: archange
Revision: 613049

upgpkg: libva-utils 2.7.1-1

Modified:
  libva-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 19:39:55 UTC (rev 613048)
+++ PKGBUILD2020-04-09 20:08:56 UTC (rev 613049)
@@ -2,7 +2,7 @@
 # Contributor: Sean V Kelley 
 
 pkgname=libva-utils
-pkgver=2.7.0
+pkgver=2.7.1
 pkgrel=1
 pkgdesc="Intel VA-API Media Applications and Scripts for libva"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(libva)
 makedepends=(mesa meson)
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('bcb0d4c0efadf9600dd5064ee8e2e08e8d1bc7307e829e39d0f8206016a3fda2')
+sha256sums=('9cf35b971001e7143dda14207b6891c12619a72a2ab99a9133b3da5b9c4d97dd')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-04-09 Thread Bruno Pagani via arch-commits
Date: Thursday, April 9, 2020 @ 20:09:04
  Author: archange
Revision: 613050

archrelease: copy trunk to community-x86_64

Added:
  libva-utils/repos/community-x86_64/PKGBUILD
(from rev 613049, libva-utils/trunk/PKGBUILD)
Deleted:
  libva-utils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 20:08:56 UTC (rev 613049)
+++ PKGBUILD2020-04-09 20:09:04 UTC (rev 613050)
@@ -1,25 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Sean V Kelley 
-
-pkgname=libva-utils
-pkgver=2.7.0
-pkgrel=1
-pkgdesc="Intel VA-API Media Applications and Scripts for libva"
-arch=(x86_64)
-url="https://github.com/intel/libva-utils;
-license=(custom)
-depends=(libva)
-makedepends=(mesa meson)
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('bcb0d4c0efadf9600dd5064ee8e2e08e8d1bc7307e829e39d0f8206016a3fda2')
-
-build() {
-cd ${pkgname}-${pkgver}
-arch-meson ../build
-ninja -v -C ../build
-}
-
-package() {
-DESTDIR="${pkgdir}" ninja -C build install
-install -Dm644 ${pkgname}-${pkgver}/COPYING -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: libva-utils/repos/community-x86_64/PKGBUILD (from rev 613049, 
libva-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 20:09:04 UTC (rev 613050)
@@ -0,0 +1,25 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Sean V Kelley 
+
+pkgname=libva-utils
+pkgver=2.7.1
+pkgrel=1
+pkgdesc="Intel VA-API Media Applications and Scripts for libva"
+arch=(x86_64)
+url="https://github.com/intel/libva-utils;
+license=(custom)
+depends=(libva)
+makedepends=(mesa meson)
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('9cf35b971001e7143dda14207b6891c12619a72a2ab99a9133b3da5b9c4d97dd')
+
+build() {
+cd ${pkgname}-${pkgver}
+arch-meson ../build
+ninja -v -C ../build
+}
+
+package() {
+DESTDIR="${pkgdir}" ninja -C build install
+install -Dm644 ${pkgname}-${pkgver}/COPYING -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in glib2/repos/testing-x86_64 (8 files)

2020-04-09 Thread Jan Steffens via arch-commits
Date: Thursday, April 9, 2020 @ 19:39:57
  Author: heftig
Revision: 379935

archrelease: copy trunk to testing-x86_64

Added:
  glib2/repos/testing-x86_64/PKGBUILD
(from rev 379934, glib2/trunk/PKGBUILD)
  glib2/repos/testing-x86_64/gio-querymodules.hook
(from rev 379934, glib2/trunk/gio-querymodules.hook)
  glib2/repos/testing-x86_64/glib-compile-schemas.hook
(from rev 379934, glib2/trunk/glib-compile-schemas.hook)
  glib2/repos/testing-x86_64/noisy-glib-compile-schemas.diff
(from rev 379934, glib2/trunk/noisy-glib-compile-schemas.diff)
Deleted:
  glib2/repos/testing-x86_64/PKGBUILD
  glib2/repos/testing-x86_64/gio-querymodules.hook
  glib2/repos/testing-x86_64/glib-compile-schemas.hook
  glib2/repos/testing-x86_64/noisy-glib-compile-schemas.diff

-+
 PKGBUILD|  160 +++---
 gio-querymodules.hook   |   22 ++---
 glib-compile-schemas.hook   |   24 ++---
 noisy-glib-compile-schemas.diff |   48 +--
 4 files changed, 127 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 19:37:50 UTC (rev 379934)
+++ PKGBUILD2020-04-09 19:39:57 UTC (rev 379935)
@@ -1,80 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=glib2
-pkgname=(glib2 glib2-docs)
-pkgver=2.64.1
-pkgrel=2
-pkgdesc="Low level core library"
-url="https://wiki.gnome.org/Projects/GLib;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(pcre libffi libutil-linux zlib)
-makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux
- meson dbus)
-checkdepends=(desktop-file-utils)
-_commit=24d272511c7ae8bb4c46dce0b0c67eca8d2ca3e5  # tags/2.64.1^0
-source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
-noisy-glib-compile-schemas.diff
-glib-compile-schemas.hook gio-querymodules.hook)
-sha256sums=('SKIP'
-'81a4df0b638730cffb7fa263c04841f7ca6b9c9578ee5045db6f30ff0c3fc531'
-'64ae5597dda3cc160fc74be038dbe6267d41b525c0c35da9125fbf0de27f9b25'
-'557c88177f011ced17bdeac1af3f882b2ca33b386a866fdf900b35f927a2bbe8')
-
-pkgver() {
-  cd glib
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd glib
-
-  # Suppress noise from glib-compile-schemas.hook
-  git apply -3 ../noisy-glib-compile-schemas.diff
-}
-
-build() {
-  CFLAGS+=" -DG_DISABLE_CAST_CHECKS"
-  arch-meson glib build \
--D selinux=disabled \
--D man=true \
--D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --no-suite flaky --print-errorlogs
-}
-
-package_glib2() {
-  depends+=(libmount.so)
-  provides+=(libgio-2.0.so libglib-2.0.so libgmodule-2.0.so libgobject-2.0.so
- libgthread-2.0.so)
-  optdepends=('python: gdbus-codegen, glib-genmarshal, glib-mkenums, 
gtester-report'
-  'libelf: gresource inspection tool')
-
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
-
-  python -m compileall -d /usr/share/glib-2.0/codegen \
-"$pkgdir/usr/share/glib-2.0/codegen"
-  python -O -m compileall -d /usr/share/glib-2.0/codegen \
-"$pkgdir/usr/share/glib-2.0/codegen"
-
-  # Split docs
-  mv "$pkgdir/usr/share/gtk-doc" "$srcdir"
-}
-
-package_glib2-docs() {
-  pkgdesc="Documentation for GLib"
-  depends=()
-  license+=(custom)
-
-  mkdir -p "$pkgdir/usr/share"
-  mv gtk-doc "$pkgdir/usr/share"
-
-  install -Dt "$pkgdir/usr/share/licenses/glib2-docs" -m644 
glib/docs/reference/COPYING
-}
-
-# vim:set sw=2 et:

Copied: glib2/repos/testing-x86_64/PKGBUILD (from rev 379934, 
glib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 19:39:57 UTC (rev 379935)
@@ -0,0 +1,80 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.64.2
+pkgrel=1
+pkgdesc="Low level core library"
+url="https://wiki.gnome.org/Projects/GLib;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(pcre libffi libutil-linux zlib)
+makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux
+ meson dbus)
+checkdepends=(desktop-file-utils)
+_commit=e264e6fcf7f5199e137314b0d1ebca7648613148  # tags/2.64.2^0
+source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
+noisy-glib-compile-schemas.diff
+glib-compile-schemas.hook gio-querymodules.hook)
+sha256sums=('SKIP'
+'81a4df0b638730cffb7fa263c04841f7ca6b9c9578ee5045db6f30ff0c3fc531'
+'64ae5597dda3cc160fc74be038dbe6267d41b525c0c35da9125fbf0de27f9b25'
+'557c88177f011ced17bdeac1af3f882b2ca33b386a866fdf900b35f927a2bbe8')
+
+pkgver() {
+  cd glib
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd glib
+
+  # Suppress noise from glib-compile-schemas.hook
+  git 

[arch-commits] Commit in lib32-glib2/repos/multilib-testing-x86_64 (6 files)

2020-04-09 Thread Jan Steffens via arch-commits
Date: Thursday, April 9, 2020 @ 19:39:55
  Author: heftig
Revision: 613048

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-glib2/repos/multilib-testing-x86_64/PKGBUILD
(from rev 613047, lib32-glib2/trunk/PKGBUILD)
  lib32-glib2/repos/multilib-testing-x86_64/gio-querymodules-32.hook
(from rev 613047, lib32-glib2/trunk/gio-querymodules-32.hook)
  lib32-glib2/repos/multilib-testing-x86_64/multilib.diff
(from rev 613047, lib32-glib2/trunk/multilib.diff)
Deleted:
  lib32-glib2/repos/multilib-testing-x86_64/PKGBUILD
  lib32-glib2/repos/multilib-testing-x86_64/gio-querymodules-32.hook
  lib32-glib2/repos/multilib-testing-x86_64/multilib.diff

--+
 PKGBUILD |  138 ++---
 gio-querymodules-32.hook |   22 +++
 multilib.diff|   24 +++
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 19:28:47 UTC (rev 613047)
+++ PKGBUILD2020-04-09 19:39:55 UTC (rev 613048)
@@ -1,69 +0,0 @@
-# Contributor: Ionut Biru 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-pkgname=lib32-glib2
-pkgver=2.64.1
-pkgrel=2
-pkgdesc="Low level core library (32-bit)"
-url="https://wiki.gnome.org/Projects/GLib;
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(lib32-pcre lib32-libffi lib32-util-linux lib32-zlib glib2)
-makedepends=(gettext gtk-doc shared-mime-info python lib32-libelf git 
util-linux
- meson lib32-dbus)
-checkdepends=(desktop-file-utils lib32-glib2)
-_commit=24d272511c7ae8bb4c46dce0b0c67eca8d2ca3e5  # tags/2.64.1^0
-source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
-multilib.diff
-gio-querymodules-32.hook)
-sha256sums=('SKIP'
-'2611ec4c97346c3c4eea61786ee20c801207135a9d52a771f5f340b41bf69fbc'
-'c37b2777d6c7b9d2eb6003d8bdb72175f889013bc4d582b3f7a12fc7419a2d6d')
-
-pkgver() {
-  cd glib
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd glib
-
-  # Test suite workaround
-  git apply -3 ../multilib.diff
-}
-
-build() {
-  export CC="gcc -m32 -mstackrealign"
-  export CXX="g++ -m32 -mstackrealign"
-  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
-
-  CFLAGS+=" -DG_DISABLE_CAST_CHECKS"
-  arch-meson glib build \
--D b_lto=false \
--D b_pie=false \
--D selinux=disabled \
---libdir=/usr/lib32
-  ninja -C build
-}
-
-check() {
-  # Spurious wakeups in g_cond_wait_until, only on lib32
-  meson test -C build --no-suite flaky --no-suite slow --print-errorlogs || :
-}
-
-package() {
-  depends+=(libmount.so)
-  provides+=(libgio-2.0.so libglib-2.0.so libgmodule-2.0.so libgobject-2.0.so
- libgthread-2.0.so)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  rm -r "$pkgdir"/usr/{share,include}
-  find "$pkgdir/usr/bin" -type f -not -name gio-querymodules -printf 'Removing 
%P\n' -delete
-  mv "$pkgdir"/usr/bin/gio-querymodules{,-32}
-
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 *.hook
-}
-
-# vim:set sw=2 et:

Copied: lib32-glib2/repos/multilib-testing-x86_64/PKGBUILD (from rev 613047, 
lib32-glib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 19:39:55 UTC (rev 613048)
@@ -0,0 +1,69 @@
+# Contributor: Ionut Biru 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+pkgname=lib32-glib2
+pkgver=2.64.2
+pkgrel=1
+pkgdesc="Low level core library (32-bit)"
+url="https://wiki.gnome.org/Projects/GLib;
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(lib32-pcre lib32-libffi lib32-util-linux lib32-zlib glib2)
+makedepends=(gettext gtk-doc shared-mime-info python lib32-libelf git 
util-linux
+ meson lib32-dbus)
+checkdepends=(desktop-file-utils lib32-glib2)
+_commit=e264e6fcf7f5199e137314b0d1ebca7648613148  # tags/2.64.2^0
+source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
+multilib.diff
+gio-querymodules-32.hook)
+sha256sums=('SKIP'
+'2611ec4c97346c3c4eea61786ee20c801207135a9d52a771f5f340b41bf69fbc'
+'c37b2777d6c7b9d2eb6003d8bdb72175f889013bc4d582b3f7a12fc7419a2d6d')
+
+pkgver() {
+  cd glib
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd glib
+
+  # Test suite workaround
+  git apply -3 ../multilib.diff
+}
+
+build() {
+  export CC="gcc -m32 -mstackrealign"
+  export CXX="g++ -m32 -mstackrealign"
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
+
+  CFLAGS+=" -DG_DISABLE_CAST_CHECKS"
+  arch-meson glib build \
+-D b_lto=false \
+-D b_pie=false \
+-D selinux=disabled \
+--libdir=/usr/lib32
+  ninja -C build
+}
+
+check() {
+  # Spurious wakeups in g_cond_wait_until, only on lib32
+  meson test -C build --no-suite flaky --no-suite slow --print-errorlogs || :
+}
+
+package() {
+  depends+=(libmount.so)
+  provides+=(libgio-2.0.so libglib-2.0.so 

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

2020-04-09 Thread Jan Steffens via arch-commits
Date: Thursday, April 9, 2020 @ 19:37:50
  Author: heftig
Revision: 379934

2.64.2-1

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 18:33:36 UTC (rev 379933)
+++ PKGBUILD2020-04-09 19:37:50 UTC (rev 379934)
@@ -3,8 +3,8 @@
 
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
-pkgver=2.64.1
-pkgrel=2
+pkgver=2.64.2
+pkgrel=1
 pkgdesc="Low level core library"
 url="https://wiki.gnome.org/Projects/GLib;
 license=(LGPL2.1)
@@ -13,7 +13,7 @@
 makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux
  meson dbus)
 checkdepends=(desktop-file-utils)
-_commit=24d272511c7ae8bb4c46dce0b0c67eca8d2ca3e5  # tags/2.64.1^0
+_commit=e264e6fcf7f5199e137314b0d1ebca7648613148  # tags/2.64.2^0
 source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
 noisy-glib-compile-schemas.diff
 glib-compile-schemas.hook gio-querymodules.hook)


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

2020-04-09 Thread Jan Steffens via arch-commits
Date: Thursday, April 9, 2020 @ 19:28:47
  Author: heftig
Revision: 613047

2.64.2-1

Modified:
  lib32-glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 17:40:00 UTC (rev 613046)
+++ PKGBUILD2020-04-09 19:28:47 UTC (rev 613047)
@@ -3,8 +3,8 @@
 # Contributor: Mikko Seppälä 
 
 pkgname=lib32-glib2
-pkgver=2.64.1
-pkgrel=2
+pkgver=2.64.2
+pkgrel=1
 pkgdesc="Low level core library (32-bit)"
 url="https://wiki.gnome.org/Projects/GLib;
 license=(LGPL2.1)
@@ -13,7 +13,7 @@
 makedepends=(gettext gtk-doc shared-mime-info python lib32-libelf git 
util-linux
  meson lib32-dbus)
 checkdepends=(desktop-file-utils lib32-glib2)
-_commit=24d272511c7ae8bb4c46dce0b0c67eca8d2ca3e5  # tags/2.64.1^0
+_commit=e264e6fcf7f5199e137314b0d1ebca7648613148  # tags/2.64.2^0
 source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit;
 multilib.diff
 gio-querymodules-32.hook)


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

2020-04-09 Thread Jelle van der Waa via arch-commits
Date: Thursday, April 9, 2020 @ 18:33:36
  Author: jelle
Revision: 379933

Update to 4.12.1

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 17:01:32 UTC (rev 379932)
+++ PKGBUILD2020-04-09 18:33:36 UTC (rev 379933)
@@ -10,8 +10,8 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.12.0
-pkgrel=3
+pkgver=4.12.1
+pkgrel=1
 arch=(x86_64)
 url="https://www.samba.org;
 license=('GPL3')
@@ -28,7 +28,7 @@
 samba.pam
 samba.conf)
 validpgpkeys=('52FBC0B86D954B0843324CDC6F33915B6568B7EA') #Samba Distribution 
Verification Key 
-sha512sums=('d50be899675b8e3504311e73bb75fbb8264e918e0d1765239ecb5b14e15c0917565f8a9ce1877fb604151bf4f23dfc4c2f7f30a53c872681e3d2571d3ed5ef82'
+sha512sums=('2645f72dcc4718bd2e85af73a54b3e6d0ca9e11bd6991a47a6c17a8b89b69f294a0875ef9762dde28a25d1ff030e0e2d0e073a6993e2df0d6b17e75b72d1cd26'
 'SKIP'
 
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'


[arch-commits] Commit in croc/trunk (PKGBUILD croc.service)

2020-04-09 Thread Maxim Baz via arch-commits
Date: Thursday, April 9, 2020 @ 17:39:56
  Author: maximbaz
Revision: 613045

upgpkg: croc 8.0.7-1

Modified:
  croc/trunk/PKGBUILD
Deleted:
  croc/trunk/croc.service

--+
 PKGBUILD |   18 +-
 croc.service |   12 
 2 files changed, 9 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 15:49:36 UTC (rev 613044)
+++ PKGBUILD2020-04-09 17:39:56 UTC (rev 613045)
@@ -2,7 +2,7 @@
 # Contributor: Mikuro Kagamine 
 
 pkgname=croc
-pkgver=8.0.5
+pkgver=8.0.7
 pkgrel=1
 pkgdesc='Easily and securely send things from one computer to another.'
 arch=('x86_64')
@@ -9,25 +9,25 @@
 url="https://github.com/schollz/${pkgname};
 license=('MIT')
 depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz"
-"${pkgname}.service")
-sha256sums=('c2a55bfa2fe4680489b4c334f8861ff0929f0930b22c038d2d23b5b79b9c2831'
-'cf074568f16c7b86870a89a0a2d8e488e3837223cca071a911085d814d6f2194')
+makedepends=('go')
+source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
+sha256sums=('f18728e84e050094d6f2613adeb7a7f0204b20fc24795a658ce6ad0c2cb224d3')
 
 build() {
 cd "${pkgname}-${pkgver}"
-go build -mod vendor -ldflags "-extldflags ${LDFLAGS}" -trimpath -o 
"${pkgname}"
+export CGO_LDFLAGS="$LDFLAGS"
+export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw"
+go build
 }
 
 check() {
 cd "${pkgname}-${pkgver}"
-go test -mod vendor ./...
+go test ./...
 }
 
 package() {
 cd "${pkgname}-${pkgver}"
 install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" 
"${srcdir}/${pkgname}.service"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${pkgname}.service"
 install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
 }

Deleted: croc.service
===
--- croc.service2020-04-09 15:49:36 UTC (rev 613044)
+++ croc.service2020-04-09 17:39:56 UTC (rev 613045)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Croc relay
-After=network.target
-
-[Service]
-Type=simple
-User=nobody
-CapabilityBoundingSet=CAP_NET_BIND_SERVICE
-ExecStart=/usr/bin/croc relay
-
-[Install]
-WantedBy=multi-user.target


[arch-commits] Commit in croc/repos/community-x86_64 (PKGBUILD PKGBUILD croc.service)

2020-04-09 Thread Maxim Baz via arch-commits
Date: Thursday, April 9, 2020 @ 17:40:00
  Author: maximbaz
Revision: 613046

archrelease: copy trunk to community-x86_64

Added:
  croc/repos/community-x86_64/PKGBUILD
(from rev 613045, croc/trunk/PKGBUILD)
Deleted:
  croc/repos/community-x86_64/PKGBUILD
  croc/repos/community-x86_64/croc.service

--+
 PKGBUILD |   66 -
 croc.service |   12 --
 2 files changed, 33 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 17:39:56 UTC (rev 613045)
+++ PKGBUILD2020-04-09 17:40:00 UTC (rev 613046)
@@ -1,33 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Mikuro Kagamine 
-
-pkgname=croc
-pkgver=8.0.5
-pkgrel=1
-pkgdesc='Easily and securely send things from one computer to another.'
-arch=('x86_64')
-url="https://github.com/schollz/${pkgname};
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz"
-"${pkgname}.service")
-sha256sums=('c2a55bfa2fe4680489b4c334f8861ff0929f0930b22c038d2d23b5b79b9c2831'
-'cf074568f16c7b86870a89a0a2d8e488e3837223cca071a911085d814d6f2194')
-
-build() {
-cd "${pkgname}-${pkgver}"
-go build -mod vendor -ldflags "-extldflags ${LDFLAGS}" -trimpath -o 
"${pkgname}"
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-go test -mod vendor ./...
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" 
"${srcdir}/${pkgname}.service"
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: croc/repos/community-x86_64/PKGBUILD (from rev 613045, 
croc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 17:40:00 UTC (rev 613046)
@@ -0,0 +1,33 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Mikuro Kagamine 
+
+pkgname=croc
+pkgver=8.0.7
+pkgrel=1
+pkgdesc='Easily and securely send things from one computer to another.'
+arch=('x86_64')
+url="https://github.com/schollz/${pkgname};
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
+sha256sums=('f18728e84e050094d6f2613adeb7a7f0204b20fc24795a658ce6ad0c2cb224d3')
+
+build() {
+cd "${pkgname}-${pkgver}"
+export CGO_LDFLAGS="$LDFLAGS"
+export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw"
+go build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+go test ./...
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${pkgname}.service"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}

Deleted: croc.service
===
--- croc.service2020-04-09 17:39:56 UTC (rev 613045)
+++ croc.service2020-04-09 17:40:00 UTC (rev 613046)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Croc relay
-After=network.target
-
-[Service]
-Type=simple
-User=nobody
-CapabilityBoundingSet=CAP_NET_BIND_SERVICE
-ExecStart=/usr/bin/croc relay
-
-[Install]
-WantedBy=multi-user.target


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

2020-04-09 Thread Antonio Rojas via arch-commits
Date: Thursday, April 9, 2020 @ 17:01:32
  Author: arojas
Revision: 379932

archrelease: copy trunk to extra-x86_64

Added:
  cmake/repos/extra-x86_64/PKGBUILD
(from rev 379931, cmake/trunk/PKGBUILD)
  cmake/repos/extra-x86_64/rebuild.list
(from rev 379931, cmake/trunk/rebuild.list)
Deleted:
  cmake/repos/extra-x86_64/PKGBUILD
  cmake/repos/extra-x86_64/rebuild.list

--+
 PKGBUILD |  104 -
 rebuild.list |4 +-
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 16:55:47 UTC (rev 379931)
+++ PKGBUILD2020-04-09 17:01:32 UTC (rev 379932)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=cmake
-pkgver=3.17.0
-pkgrel=2
-pkgdesc='A cross-platform open-source make system'
-arch=('x86_64')
-url="https://www.cmake.org/;
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp' 'libjsoncpp.so' 
'libuv' 'rhash')
-makedepends=('qt5-base' 'python-sphinx' 'emacs')
-optdepends=('qt5-base: cmake-gui')
-source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('f09440681e0c414f5ca669f3aebad09e0642f30a2e12c3199e7fb3da95a7dd17994fc54475c49638c37f0502ea0a2d8da0f9098805f11088ba7b299bf72a')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CXXFLAGS+=" ${CPPFLAGS}"
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---sphinx-man \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -d "${vimpath}"/{indent,syntax}
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/indent/cmake.vim \
-"${vimpath}"/indent/
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/syntax/cmake.vim \
-"${vimpath}"/syntax/
-
-  install -d "${pkgdir}"/usr/share/emacs/site-lisp/
-  emacs -batch -f batch-byte-compile \
-"${pkgdir}"/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
-"${pkgdir}"/usr/share/emacs/site-lisp/
-  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.elc \
-"${pkgdir}"/usr/share/emacs/site-lisp/
-
-  install -Dm644 Copyright.txt \
-"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-x86_64/PKGBUILD (from rev 379931, 
cmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 17:01:32 UTC (rev 379932)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.17.1
+pkgrel=1
+pkgdesc='A cross-platform open-source make system'
+arch=('x86_64')
+url="https://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp' 'libjsoncpp.so' 
'libuv' 'rhash')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui')
+source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('457f4f43a32cc8d966939158f2cc09768b93733426aeb9b6da71313ec060f958399d098af363c3c7f18752998347e05073a399de736e5ca0804ec2bba2cee7ac')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CXXFLAGS+=" ${CPPFLAGS}"
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${vimpath}"/{indent,syntax}
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/indent/cmake.vim \
+"${vimpath}"/indent/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/vim/syntax/cmake.vim \
+"${vimpath}"/syntax/
+
+  install -d "${pkgdir}"/usr/share/emacs/site-lisp/
+  emacs -batch -f batch-byte-compile \
+"${pkgdir}"/usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.el \
+"${pkgdir}"/usr/share/emacs/site-lisp/
+  ln -s /usr/share/cmake-${pkgver%.*}/editors/emacs/cmake-mode.elc \
+"${pkgdir}"/usr/share/emacs/site-lisp/
+
+  install -Dm644 Copyright.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: rebuild.list
===
--- rebuild.list2020-04-09 16:55:47 UTC (rev 379931)
+++ rebuild.list2020-04-09 17:01:32 UTC (rev 379932)
@@ -1,2 +0,0 @@
-cmake-fedora
-uranium

Copied: cmake/repos/extra-x86_64/rebuild.list (from rev 379931, 
cmake/trunk/rebuild.list)

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

2020-04-09 Thread Antonio Rojas via arch-commits
Date: Thursday, April 9, 2020 @ 16:55:47
  Author: arojas
Revision: 379931

Update to 3.17.1

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 15:56:03 UTC (rev 379930)
+++ PKGBUILD2020-04-09 16:55:47 UTC (rev 379931)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=cmake
-pkgver=3.17.0
-pkgrel=2
+pkgver=3.17.1
+pkgrel=1
 pkgdesc='A cross-platform open-source make system'
 arch=('x86_64')
 url="https://www.cmake.org/;
@@ -13,7 +13,7 @@
 makedepends=('qt5-base' 'python-sphinx' 'emacs')
 optdepends=('qt5-base: cmake-gui')
 
source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('f09440681e0c414f5ca669f3aebad09e0642f30a2e12c3199e7fb3da95a7dd17994fc54475c49638c37f0502ea0a2d8da0f9098805f11088ba7b299bf72a')
+sha512sums=('457f4f43a32cc8d966939158f2cc09768b93733426aeb9b6da71313ec060f958399d098af363c3c7f18752998347e05073a399de736e5ca0804ec2bba2cee7ac')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-04-09 Thread Pierre Schmitz via arch-commits
Date: Thursday, April 9, 2020 @ 15:55:48
  Author: pierre
Revision: 379929

upgpkg: composer 1.10.4-1

Modified:
  composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 12:21:26 UTC (rev 379928)
+++ PKGBUILD2020-04-09 15:55:48 UTC (rev 379929)
@@ -1,7 +1,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=composer
-pkgver=1.10.1
+pkgver=1.10.4
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -16,7 +16,7 @@
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
 sha512sums=('SKIP'
-
'bb0fa469b8180ade3feb5736a58f2702b0889b6fc3038efbb962f8fd7a691f9d995f8b121e67f9feb7e409b360a25fae10426545d2dc68e0976be6126d69d8f4')
+
'ca9b2f26ad6e0dc4f8695fb5cdbc84abdde5af4a072b986a60169eaef9a017f2420bee318fe29fbad23e80100b388d9bb0ebd0933e0466cf4e19058a3ec14f3c')
 
 prepare() {
cd "${srcdir}/${pkgname}"


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

2020-04-09 Thread Pierre Schmitz via arch-commits
Date: Thursday, April 9, 2020 @ 15:56:03
  Author: pierre
Revision: 379930

archrelease: copy trunk to extra-any

Added:
  composer/repos/extra-any/PKGBUILD
(from rev 379929, composer/trunk/PKGBUILD)
Deleted:
  composer/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 15:55:48 UTC (rev 379929)
+++ PKGBUILD2020-04-09 15:56:03 UTC (rev 379930)
@@ -1,50 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgname=composer
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="Dependency Manager for PHP"
-arch=('any')
-license=('MIT')
-url='https://getcomposer.org/'
-depends=('php')
-makedepends=('git' 'unzip')
-checkdepends=('mercurial')
-replaces=('php-composer')
-conflicts=('php-composer')
-provides=('php-composer')
-source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
-
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
-sha512sums=('SKIP'
-
'bb0fa469b8180ade3feb5736a58f2702b0889b6fc3038efbb962f8fd7a691f9d995f8b121e67f9feb7e409b360a25fae10426545d2dc68e0976be6126d69d8f4')
-
-prepare() {
-   cd "${srcdir}/${pkgname}"
-
-   php "${srcdir}/${pkgname}-${pkgver}.phar" -n install --no-dev 
--prefer-dist
-}
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-   php -d phar.readonly=Off bin/compile
-}
-
-check() {
-   cd "${srcdir}/${pkgname}"
-
-   git config --global user.email "${USER}@${HOST}"
-   git config --global user.name "${USER}"
-
-   # Install the dev dependencies to run the unit tests
-   bin/composer -n install --prefer-dist
-
-   vendor/bin/simple-phpunit
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm755 composer.phar "${pkgdir}/usr/bin/composer"
-}

Copied: composer/repos/extra-any/PKGBUILD (from rev 379929, 
composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 15:56:03 UTC (rev 379930)
@@ -0,0 +1,50 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=composer
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="Dependency Manager for PHP"
+arch=('any')
+license=('MIT')
+url='https://getcomposer.org/'
+depends=('php')
+makedepends=('git' 'unzip')
+checkdepends=('mercurial')
+replaces=('php-composer')
+conflicts=('php-composer')
+provides=('php-composer')
+source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
+
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
+sha512sums=('SKIP'
+
'ca9b2f26ad6e0dc4f8695fb5cdbc84abdde5af4a072b986a60169eaef9a017f2420bee318fe29fbad23e80100b388d9bb0ebd0933e0466cf4e19058a3ec14f3c')
+
+prepare() {
+   cd "${srcdir}/${pkgname}"
+
+   php "${srcdir}/${pkgname}-${pkgver}.phar" -n install --no-dev 
--prefer-dist
+}
+
+build() {
+   cd "${srcdir}/${pkgname}"
+
+   php -d phar.readonly=Off bin/compile
+}
+
+check() {
+   cd "${srcdir}/${pkgname}"
+
+   git config --global user.email "${USER}@${HOST}"
+   git config --global user.name "${USER}"
+
+   # Install the dev dependencies to run the unit tests
+   bin/composer -n install --prefer-dist
+
+   vendor/bin/simple-phpunit
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm755 composer.phar "${pkgdir}/usr/bin/composer"
+}


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

2020-04-09 Thread Morten Linderud via arch-commits
Date: Thursday, April 9, 2020 @ 15:49:26
  Author: foxboron
Revision: 613043

upgpkg: buildah 1.14.7-1

Modified:
  buildah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 15:45:30 UTC (rev 613042)
+++ PKGBUILD2020-04-09 15:49:26 UTC (rev 613043)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=buildah
-pkgver=1.14.6
+pkgver=1.14.7
 pkgrel=1
 pkgdesc="A tool which facilitates building OCI images"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(runc skopeo slirp4netns)
 makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
  bzip2 go-md2man runc skopeo)
-_commit=09cce6292b7f4f6ee16da3e2001f34b1e4126679 # tags/v1.14.6
+_commit=3812432dc21c32d609aa96474bed44e4f4be6b0b # tags/v1.14.7
 source=(git+https://github.com/containers/buildah.git#commit=$_commit)
 md5sums=('SKIP')
 


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

2020-04-09 Thread Morten Linderud via arch-commits
Date: Thursday, April 9, 2020 @ 15:49:36
  Author: foxboron
Revision: 613044

archrelease: copy trunk to community-x86_64

Added:
  buildah/repos/community-x86_64/PKGBUILD
(from rev 613043, buildah/trunk/PKGBUILD)
Deleted:
  buildah/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 15:49:26 UTC (rev 613043)
+++ PKGBUILD2020-04-09 15:49:36 UTC (rev 613044)
@@ -1,35 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=buildah
-pkgver=1.14.6
-pkgrel=1
-pkgdesc="A tool which facilitates building OCI images"
-arch=(x86_64)
-url="https://github.com/containers/buildah;
-license=(Apache)
-depends=(runc skopeo slirp4netns)
-makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
- bzip2 go-md2man runc skopeo)
-_commit=09cce6292b7f4f6ee16da3e2001f34b1e4126679 # tags/v1.14.6
-source=(git+https://github.com/containers/buildah.git#commit=$_commit)
-md5sums=('SKIP')
-
-pkgver() {
-  cd buildah
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname 
-  export GOFLAGS="-trimpath"
-  export CGO_LDFLAGS="$LDFLAGS"
-  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" PREFIX=usr install
-  make DESTDIR="$pkgdir" PREFIX=usr install.completions
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: buildah/repos/community-x86_64/PKGBUILD (from rev 613043, 
buildah/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 15:49:36 UTC (rev 613044)
@@ -0,0 +1,35 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=buildah
+pkgver=1.14.7
+pkgrel=1
+pkgdesc="A tool which facilitates building OCI images"
+arch=(x86_64)
+url="https://github.com/containers/buildah;
+license=(Apache)
+depends=(runc skopeo slirp4netns)
+makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan
+ bzip2 go-md2man runc skopeo)
+_commit=3812432dc21c32d609aa96474bed44e4f4be6b0b # tags/v1.14.7
+source=(git+https://github.com/containers/buildah.git#commit=$_commit)
+md5sums=('SKIP')
+
+pkgver() {
+  cd buildah
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname 
+  export GOFLAGS="-trimpath"
+  export CGO_LDFLAGS="$LDFLAGS"
+  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" PREFIX=usr install
+  make DESTDIR="$pkgdir" PREFIX=usr install.completions
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-04-09 Thread Filipe Laíns via arch-commits
Date: Thursday, April 9, 2020 @ 15:45:30
  Author: ffy00
Revision: 613042

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 15:45:16 UTC (rev 613041)
+++ PKGBUILD2020-04-09 15:45:30 UTC (rev 613042)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-_pkgname=connexion
-pkgname=python-$_pkgname
-pkgver=2.4.0
-pkgrel=2
-pkgdesc='Swagger/OpenAPI First framework for Python on top of Flask with 
automatic endpoint validation & OAuth2 support'
-arch=('any')
-url='https://github.com/zalando/connexion'
-license=('Apache')
-depends=('python-clickclick' 'python-jsonschema' 'python-pyaml' 
'python-requests' 'python-six'
- 'python-inflection' 'python-pathlib2' 'python-openapi-spec-validator' 
'python-flask')
-optdepends=('python-aiohttp: AIOHTTP backend'
-'python-ujson: Faster JSON parsing')
-makedepends=('python-setuptools')
-#checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('8c17b1a0fe669a8038f0c310fede0492a6592708de72d392ee93ee1606e841968be7dee844f1f2912b2787f05d40e57bbddd1011b9c5630d55b279cfe808be1d')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-#  python setup.py test
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: python-connexion/repos/community-any/PKGBUILD (from rev 613041, 
python-connexion/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 15:45:30 UTC (rev 613042)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+_pkgname=connexion
+pkgname=python-$_pkgname
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='Swagger/OpenAPI First framework for Python on top of Flask with 
automatic endpoint validation & OAuth2 support'
+arch=('any')
+url='https://github.com/zalando/connexion'
+license=('Apache')
+depends=('python-clickclick' 'python-jsonschema' 'python-pyaml' 
'python-requests' 'python-six'
+ 'python-inflection' 'python-pathlib2' 'python-openapi-spec-validator' 
'python-flask')
+optdepends=('python-aiohttp: AIOHTTP backend'
+'python-ujson: Faster JSON parsing')
+makedepends=('python-setuptools')
+#checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('a242389ba71d8214bc034fe08eefb9c8b687e94dd12e91f0e0010771b66d3a4d545d0828d40acad3e7c7c56aa629feaa0b8850ae3a322864ef24aec5f06c3ce4')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+#  python setup.py test
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+


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

2020-04-09 Thread Filipe Laíns via arch-commits
Date: Thursday, April 9, 2020 @ 15:45:16
  Author: ffy00
Revision: 613041

upgpkg: python-connexion 2.6.0-1

Modified:
  python-connexion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 15:24:10 UTC (rev 613040)
+++ PKGBUILD2020-04-09 15:45:16 UTC (rev 613041)
@@ -2,8 +2,8 @@
 
 _pkgname=connexion
 pkgname=python-$_pkgname
-pkgver=2.4.0
-pkgrel=2
+pkgver=2.6.0
+pkgrel=1
 pkgdesc='Swagger/OpenAPI First framework for Python on top of Flask with 
automatic endpoint validation & OAuth2 support'
 arch=('any')
 url='https://github.com/zalando/connexion'
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools')
 #checkdepends=('python-pytest-runner')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('8c17b1a0fe669a8038f0c310fede0492a6592708de72d392ee93ee1606e841968be7dee844f1f2912b2787f05d40e57bbddd1011b9c5630d55b279cfe808be1d')
+sha512sums=('a242389ba71d8214bc034fe08eefb9c8b687e94dd12e91f0e0010771b66d3a4d545d0828d40acad3e7c7c56aa629feaa0b8850ae3a322864ef24aec5f06c3ce4')
 
 build() {
   cd $_pkgname-$pkgver


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

2020-04-09 Thread Morten Linderud via arch-commits
Date: Thursday, April 9, 2020 @ 15:24:00
  Author: foxboron
Revision: 613039

upgpkg: go 2:1.14.2-1

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 15:09:48 UTC (rev 613038)
+++ PKGBUILD2020-04-09 15:24:00 UTC (rev 613039)
@@ -14,15 +14,15 @@
 pkgbase=go
 pkgname=(go go-pie)
 epoch=2
-pkgver=1.14.1
+pkgver=1.14.2
 pkgrel=1
 arch=(x86_64)
 url='https://golang.org/'
 license=(BSD)
-makedepends=(git go)
+makedepends=(git go perl)
 source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
 default-buildmode-pie.patch)
-sha256sums=('2ad2572115b0d1b4cb4c138e6b3a31cee6294cb48af75ee86bec3dca04507676'
+sha256sums=('98de84e69726a66da7b4e58eac41b99cbe274d7e8906eeb8a5b7eb0aadee7f7c'
 'be1269689de3cf5c926cf7de07f88d2a6d1ecbfc86694baaf5baee3bdcfdd79a')
 
 prepare() {


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

2020-04-09 Thread Morten Linderud via arch-commits
Date: Thursday, April 9, 2020 @ 15:24:10
  Author: foxboron
Revision: 613040

archrelease: copy trunk to community-x86_64

Added:
  go/repos/community-x86_64/PKGBUILD
(from rev 613039, go/trunk/PKGBUILD)
  go/repos/community-x86_64/default-buildmode-pie.patch
(from rev 613039, go/trunk/default-buildmode-pie.patch)
Deleted:
  go/repos/community-x86_64/PKGBUILD
  go/repos/community-x86_64/default-buildmode-pie.patch

-+
 PKGBUILD|  222 +-
 default-buildmode-pie.patch |   26 ++--
 2 files changed, 124 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 15:24:00 UTC (rev 613039)
+++ PKGBUILD2020-04-09 15:24:10 UTC (rev 613040)
@@ -1,111 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Bartłomiej Piotrowski 
-# Contributor: Alexander F. Rødseth 
-# Contributor: Pierre Neidhardt 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Rémy Oudompheng 
-# Contributor: Andres Perera 
-# Contributor: Matthew Bauer 
-# Contributor: Christian Himpel 
-# Contributor: Mike Rosset 
-# Contributor: Daniel YC Lin 
-# Contributor: John Luebs 
-
-pkgbase=go
-pkgname=(go go-pie)
-epoch=2
-pkgver=1.14.1
-pkgrel=1
-arch=(x86_64)
-url='https://golang.org/'
-license=(BSD)
-makedepends=(git go)
-source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
-default-buildmode-pie.patch)
-sha256sums=('2ad2572115b0d1b4cb4c138e6b3a31cee6294cb48af75ee86bec3dca04507676'
-'be1269689de3cf5c926cf7de07f88d2a6d1ecbfc86694baaf5baee3bdcfdd79a')
-
-prepare() {
-  cp -r $pkgbase $pkgbase-pie
-  cd $pkgbase-pie
-  patch -p1 -i "$srcdir/default-buildmode-pie.patch"
-}
-
-build() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-  export GOPATH="$srcdir/"
-
-  for _pkgname in ${pkgname[@]}; do
-export GOROOT="$srcdir/$_pkgname"
-export GOBIN="$GOROOT/bin"
-
-cd "$srcdir/$_pkgname/src"
-./make.bash --no-clean -v
-
-PATH="$GOBIN:$PATH" go install -v -buildmode=shared std
-PATH="$GOBIN:$PATH" go install -v -race std
-  done
-}
-
-check() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-  # Run test suite only for unpatched Go as it expects non-PIE ldBuildmode
-  export GOROOT="$srcdir/$pkgbase"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgbase/bin:$PATH"
-  export GO_TEST_TIMEOUT_SCALE=2
-
-  cd $pkgbase/src
-  ./run.bash --no-rebuild -v -v -v -k
-}
-
-_package() {
-  export GOARCH=amd64
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  options=(!strip staticlibs)
-  cd "$srcdir/$1"
-
-  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/go" "$pkgdir/usr/share/doc/go"
-  cp -a bin pkg src lib misc api test "$pkgdir/usr/lib/go"
-  cp -r doc/* "$pkgdir/usr/share/doc/go"
-
-  ln -sf /usr/lib/go/bin/go "$pkgdir/usr/bin/go"
-  ln -sf /usr/lib/go/bin/gofmt "$pkgdir/usr/bin/gofmt"
-  ln -sf /usr/share/doc/go "$pkgdir/usr/lib/go/doc"
-
-  install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
-
-  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap" "$pkgdir/usr/lib/go/pkg/tool/*/api"
-
-  # TODO: Figure out if really needed
-  rm -rf "$pkgdir"/usr/lib/go/pkg/obj/go-build/*
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$1/LICENSE"
-}
-
-package_go() {
-  pkgdesc='Core compiler tools for the Go programming language'
-
-  _package $pkgname
-}
-
-package_go-pie() {
-  pkgdesc='Core compiler tools for the Go programming language (with PIE 
enabled by default)'
-  provides=("go=$epoch:$pkgver-$pkgrel")
-  conflicts=(go)
-
-  _package $pkgname
-
-  # linux_amd64 is essentially the content of linux_amd64_shared, however 
there might
-  # be cases where the user could generate the _shared directory as it's 
missing in go-pie.
-  # Make sure it exists without rebuilding std with -buildmode=pie.
-  cp -a "$pkgdir/usr/lib/go/pkg/linux_amd64/" 
"$pkgdir/usr/lib/go/pkg/linux_amd64_shared"
-}
-
-# vim: ts=2 sw=2 et

Copied: go/repos/community-x86_64/PKGBUILD (from rev 613039, go/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 15:24:10 UTC (rev 613040)
@@ -0,0 +1,111 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bartłomiej Piotrowski 
+# Contributor: Alexander F. Rødseth 
+# Contributor: Pierre Neidhardt 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Rémy Oudompheng 
+# Contributor: Andres Perera 
+# Contributor: Matthew Bauer 
+# Contributor: Christian Himpel 
+# Contributor: Mike Rosset 
+# Contributor: Daniel YC Lin 
+# Contributor: John Luebs 
+
+pkgbase=go
+pkgname=(go go-pie)
+epoch=2
+pkgver=1.14.2
+pkgrel=1
+arch=(x86_64)
+url='https://golang.org/'
+license=(BSD)
+makedepends=(git go perl)
+source=(https://storage.googleapis.com/golang/go$pkgver.src.tar.gz
+

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

2020-04-09 Thread Morten Linderud via arch-commits
Date: Thursday, April 9, 2020 @ 15:09:39
  Author: foxboron
Revision: 613037

upgpkg: bmusb 0.7.5-1

Modified:
  bmusb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 15:03:13 UTC (rev 613036)
+++ PKGBUILD2020-04-09 15:09:39 UTC (rev 613037)
@@ -1,8 +1,8 @@
 # Maintainer: Morten Linderud 
 
 pkgname=bmusb
-_commit=0c0182f453e8bc26e630615ea6d2a2f05e868fde
-pkgver=0.7.4
+_commit=40e59ea593e2bcbb0f8f9e6c8e44c823d890b18a
+pkgver=0.7.5
 pkgrel=1
 pkgdesc="a free driver for BlackMagic's Intensity Shuttle andUltraStudio SDI 
USB3 cards"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL2')
 depends=('libusb')
 
source=("${pkgname}-${pkgver}.tar.gz::https://git.sesse.net/?p=bmusb;a=snapshot;h=${_commit};sf=tgz;)
-sha256sums=('70c294a8905f2cdc4141049cf9a9888c38616c06cd0babb3dfc7e05064374dd3')
+sha256sums=('5851150fd5c050271680fc28f55e29c7016a6189de66937835537a1606ec81e8')
 
 build() {
   cd "${pkgname}"-"${_commit:0:7}"


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

2020-04-09 Thread Morten Linderud via arch-commits
Date: Thursday, April 9, 2020 @ 15:09:48
  Author: foxboron
Revision: 613038

archrelease: copy trunk to community-x86_64

Added:
  bmusb/repos/community-x86_64/PKGBUILD
(from rev 613037, bmusb/trunk/PKGBUILD)
Deleted:
  bmusb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 15:09:39 UTC (rev 613037)
+++ PKGBUILD2020-04-09 15:09:48 UTC (rev 613038)
@@ -1,25 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=bmusb
-_commit=0c0182f453e8bc26e630615ea6d2a2f05e868fde
-pkgver=0.7.4
-pkgrel=1
-pkgdesc="a free driver for BlackMagic's Intensity Shuttle andUltraStudio SDI 
USB3 cards"
-arch=('x86_64')
-url="https://git.sesse.net/?p=bmusb;a=summary;
-license=('GPL2')
-depends=('libusb')
-source=("${pkgname}-${pkgver}.tar.gz::https://git.sesse.net/?p=bmusb;a=snapshot;h=${_commit};sf=tgz;)
-sha256sums=('70c294a8905f2cdc4141049cf9a9888c38616c06cd0babb3dfc7e05064374dd3')
-
-build() {
-  cd "${pkgname}"-"${_commit:0:7}"
-  make
-}
-
-package() {
-  cd "${pkgname}"-"${_commit:0:7}"
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bmusb/repos/community-x86_64/PKGBUILD (from rev 613037, 
bmusb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 15:09:48 UTC (rev 613038)
@@ -0,0 +1,25 @@
+# Maintainer: Morten Linderud 
+
+pkgname=bmusb
+_commit=40e59ea593e2bcbb0f8f9e6c8e44c823d890b18a
+pkgver=0.7.5
+pkgrel=1
+pkgdesc="a free driver for BlackMagic's Intensity Shuttle andUltraStudio SDI 
USB3 cards"
+arch=('x86_64')
+url="https://git.sesse.net/?p=bmusb;a=summary;
+license=('GPL2')
+depends=('libusb')
+source=("${pkgname}-${pkgver}.tar.gz::https://git.sesse.net/?p=bmusb;a=snapshot;h=${_commit};sf=tgz;)
+sha256sums=('5851150fd5c050271680fc28f55e29c7016a6189de66937835537a1606ec81e8')
+
+build() {
+  cd "${pkgname}"-"${_commit:0:7}"
+  make
+}
+
+package() {
+  cd "${pkgname}"-"${_commit:0:7}"
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-04-09 Thread Morten Linderud via arch-commits
Date: Thursday, April 9, 2020 @ 15:03:13
  Author: foxboron
Revision: 613036

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 15:03:04 UTC (rev 613035)
+++ PKGBUILD2020-04-09 15:03:13 UTC (rev 613036)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Jeff Mickey 
-# Contributor: Pappa 
-
-pkgname=python-xlib
-pkgver=0.26
-pkgrel=2
-pkgdesc="A fully functional X client library for Python programs"
-url="https://github.com/python-xlib/python-xlib;
-arch=('any')
-license=('LGPL')
-depends=('python-six')
-makedepends=('python-setuptools-scm')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-xlib/python-xlib/archive/$pkgver.tar.gz;)
-sha256sums=('26dff6bc4e9e0d1c175a96e9c1d672b18cc0e4ec900c17cad409ce5a628b3dd1')
-
-build(){
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-package_python-xlib() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-xlib/repos/community-any/PKGBUILD (from rev 613035, 
python-xlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 15:03:13 UTC (rev 613036)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Jeff Mickey 
+# Contributor: Pappa 
+
+pkgname=python-xlib
+pkgver=0.27
+pkgrel=1
+pkgdesc="A fully functional X client library for Python programs"
+url="https://github.com/python-xlib/python-xlib;
+arch=('any')
+license=('LGPL')
+depends=('python-six')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-mock' 'xorg-xauth' 'xorg-server-xvfb' 'python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-xlib/python-xlib/archive/$pkgver.tar.gz;)
+sha256sums=('dc25981eaf7251ddfdce7d7420ec2d77a194793664a3fa2dce892634fdd29f2d')
+
+build(){
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check(){
+  cd "$pkgname-$pkgver"
+  python ./runtests.py
+}
+
+package_python-xlib() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2020-04-09 Thread Morten Linderud via arch-commits
Date: Thursday, April 9, 2020 @ 15:03:04
  Author: foxboron
Revision: 613035

upgpkg: python-xlib 0.27-1

Modified:
  python-xlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 14:56:16 UTC (rev 613034)
+++ PKGBUILD2020-04-09 15:03:04 UTC (rev 613035)
@@ -4,8 +4,8 @@
 # Contributor: Pappa 
 
 pkgname=python-xlib
-pkgver=0.26
-pkgrel=2
+pkgver=0.27
+pkgrel=1
 pkgdesc="A fully functional X client library for Python programs"
 url="https://github.com/python-xlib/python-xlib;
 arch=('any')
@@ -12,8 +12,9 @@
 license=('LGPL')
 depends=('python-six')
 makedepends=('python-setuptools-scm')
+checkdepends=('python-mock' 'xorg-xauth' 'xorg-server-xvfb' 'python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-xlib/python-xlib/archive/$pkgver.tar.gz;)
-sha256sums=('26dff6bc4e9e0d1c175a96e9c1d672b18cc0e4ec900c17cad409ce5a628b3dd1')
+sha256sums=('dc25981eaf7251ddfdce7d7420ec2d77a194793664a3fa2dce892634fdd29f2d')
 
 build(){
   cd "$pkgname-$pkgver"
@@ -20,6 +21,11 @@
   python setup.py build
 }
 
+check(){
+  cd "$pkgname-$pkgver"
+  python ./runtests.py
+}
+
 package_python-xlib() {
   cd "$pkgname-$pkgver"
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build


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

2020-04-09 Thread Morten Linderud via arch-commits
Date: Thursday, April 9, 2020 @ 14:56:16
  Author: foxboron
Revision: 613034

archrelease: copy trunk to community-x86_64

Added:
  python-psycopg2/repos/community-x86_64/PKGBUILD
(from rev 613033, python-psycopg2/trunk/PKGBUILD)
Deleted:
  python-psycopg2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 14:56:07 UTC (rev 613033)
+++ PKGBUILD2020-04-09 14:56:16 UTC (rev 613034)
@@ -1,40 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Douglas Soares de Andrade 
-
-pkgbase=python-psycopg2
-pkgname=('python-psycopg2' 'python2-psycopg2')
-pkgver=2.8.4
-pkgrel=4
-pkgdesc="A PostgreSQL database adapter for the Python programming language."
-arch=('x86_64')
-url="http://initd.org/psycopg/;
-license=('LGPL3')
-makedepends=('python2' 'python2-setuptools'
- 'python' 'python-setuptools' 'postgresql-libs')
-source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-8/psycopg2-$pkgver.tar.gz{,.asc})
-validpgpkeys=('8AD609956CF1899418E19A856013BD3AFCF957DE')
-sha512sums=('d4590c6e4e310d280b6b341cb23427b56b04c1ef08e877f0d99a79c6b00b959307bb18defaf1d9cea58482fb974a78760c5f26a3ece8c1f34ae1840570a71a28'
-'SKIP')
-build(){
-  cd "$srcdir/psycopg2-$pkgver"
-  sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg
-  python setup.py build
-  python2 setup.py build
-}
-
-package_python-psycopg2() {
-  depends=('python' 'postgresql-libs')
-
-  cd "$srcdir/psycopg2-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-psycopg2() {
-  depends=('python2' 'postgresql-libs')
-
-  cd "$srcdir/psycopg2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-psycopg2/repos/community-x86_64/PKGBUILD (from rev 613033, 
python-psycopg2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 14:56:16 UTC (rev 613034)
@@ -0,0 +1,40 @@
+# Maintainer: Andrew Crerar 
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Douglas Soares de Andrade 
+
+pkgbase=python-psycopg2
+pkgname=('python-psycopg2' 'python2-psycopg2')
+pkgver=2.8.5
+pkgrel=1
+pkgdesc="A PostgreSQL database adapter for the Python programming language."
+arch=('x86_64')
+url="http://initd.org/psycopg/;
+license=('LGPL3')
+makedepends=('python2' 'python2-setuptools'
+ 'python' 'python-setuptools' 'postgresql-libs')
+source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-8/psycopg2-$pkgver.tar.gz{,.asc})
+validpgpkeys=('8AD609956CF1899418E19A856013BD3AFCF957DE')
+sha512sums=('d4cf9b94573b90fe56555ea5cf841aa0c4c806770f92f35a7ef2531999bb50f98eb1276e56f1540b5f2695e443bac7e9cb8bbfbd24ed82164f99663259d2da3e'
+'SKIP')
+build(){
+  cd "$srcdir/psycopg2-$pkgver"
+  sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg
+  python setup.py build
+  python2 setup.py build
+}
+
+package_python-psycopg2() {
+  depends=('python' 'postgresql-libs')
+
+  cd "$srcdir/psycopg2-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-psycopg2() {
+  depends=('python2' 'postgresql-libs')
+
+  cd "$srcdir/psycopg2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2020-04-09 Thread Morten Linderud via arch-commits
Date: Thursday, April 9, 2020 @ 14:56:07
  Author: foxboron
Revision: 613033

upgpkg: python-psycopg2 2.8.5-1

Modified:
  python-psycopg2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 14:34:28 UTC (rev 613032)
+++ PKGBUILD2020-04-09 14:56:07 UTC (rev 613033)
@@ -6,8 +6,8 @@
 
 pkgbase=python-psycopg2
 pkgname=('python-psycopg2' 'python2-psycopg2')
-pkgver=2.8.4
-pkgrel=4
+pkgver=2.8.5
+pkgrel=1
 pkgdesc="A PostgreSQL database adapter for the Python programming language."
 arch=('x86_64')
 url="http://initd.org/psycopg/;
@@ -16,7 +16,7 @@
  'python' 'python-setuptools' 'postgresql-libs')
 
source=(http://initd.org/psycopg/tarballs/PSYCOPG-2-8/psycopg2-$pkgver.tar.gz{,.asc})
 validpgpkeys=('8AD609956CF1899418E19A856013BD3AFCF957DE')
-sha512sums=('d4590c6e4e310d280b6b341cb23427b56b04c1ef08e877f0d99a79c6b00b959307bb18defaf1d9cea58482fb974a78760c5f26a3ece8c1f34ae1840570a71a28'
+sha512sums=('d4cf9b94573b90fe56555ea5cf841aa0c4c806770f92f35a7ef2531999bb50f98eb1276e56f1540b5f2695e443bac7e9cb8bbfbd24ed82164f99663259d2da3e'
 'SKIP')
 build(){
   cd "$srcdir/psycopg2-$pkgver"


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

2020-04-09 Thread Felix Yan via arch-commits
Date: Thursday, April 9, 2020 @ 14:34:19
  Author: felixonmars
Revision: 613031

upgpkg: python-cloudflare 2.6.4-1

Modified:
  python-cloudflare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 14:33:29 UTC (rev 613030)
+++ PKGBUILD2020-04-09 14:34:19 UTC (rev 613031)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-cloudflare
-pkgver=2.6.3
+pkgver=2.6.4
 pkgrel=1
 pkgdesc='Python wrapper for the Cloudflare v4 API'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cloudflare/python-cloudflare/archive/$pkgver.tar.gz;)
-sha512sums=('f9d9fe84c8709d428969a1ba0f416fe2a62a3df34df694383bff7834899d28fa40b64acc69f2678a60b116e43d25e6ef8b1aae438ca7ad636141f441f79d3011')
+sha512sums=('12b417ab20bf41697e3f934aac56fbc3d87dce1516559abbc7adc043c38502f3763ea925aa1de59a95b294907b6e84771f3476597c4513b566b9442798a01605')
 
 build() {
   cd python-cloudflare-$pkgver


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

2020-04-09 Thread Felix Yan via arch-commits
Date: Thursday, April 9, 2020 @ 14:34:28
  Author: felixonmars
Revision: 613032

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 14:34:19 UTC (rev 613031)
+++ PKGBUILD2020-04-09 14:34:28 UTC (rev 613032)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-cloudflare
-pkgver=2.6.3
-pkgrel=1
-pkgdesc='Python wrapper for the Cloudflare v4 API'
-arch=('any')
-license=('MIT')
-url='https://github.com/cloudflare/python-cloudflare'
-depends=('python-requests' 'python-future' 'python-yaml' 'python-jsonlines')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cloudflare/python-cloudflare/archive/$pkgver.tar.gz;)
-sha512sums=('f9d9fe84c8709d428969a1ba0f416fe2a62a3df34df694383bff7834899d28fa40b64acc69f2678a60b116e43d25e6ef8b1aae438ca7ad636141f441f79d3011')
-
-build() {
-  cd python-cloudflare-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd python-cloudflare-$pkgver
-  PYTHONPATH="$PWD/build/lib" pytest tests/test1.py
-}
-
-package() {
-  cd python-cloudflare-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm -r "$pkgdir"/usr/lib/python3.8/site-packages/examples
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cloudflare/repos/community-any/PKGBUILD (from rev 613031, 
python-cloudflare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 14:34:28 UTC (rev 613032)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-cloudflare
+pkgver=2.6.4
+pkgrel=1
+pkgdesc='Python wrapper for the Cloudflare v4 API'
+arch=('any')
+license=('MIT')
+url='https://github.com/cloudflare/python-cloudflare'
+depends=('python-requests' 'python-future' 'python-yaml' 'python-jsonlines')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cloudflare/python-cloudflare/archive/$pkgver.tar.gz;)
+sha512sums=('12b417ab20bf41697e3f934aac56fbc3d87dce1516559abbc7adc043c38502f3763ea925aa1de59a95b294907b6e84771f3476597c4513b566b9442798a01605')
+
+build() {
+  cd python-cloudflare-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd python-cloudflare-$pkgver
+  PYTHONPATH="$PWD/build/lib" pytest tests/test1.py
+}
+
+package() {
+  cd python-cloudflare-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm -r "$pkgdir"/usr/lib/python3.8/site-packages/examples
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in ukui-window-switch/trunk (PKGBUILD)

2020-04-09 Thread Felix Yan via arch-commits
Date: Thursday, April 9, 2020 @ 14:33:19
  Author: felixonmars
Revision: 613029

upgpkg: ukui-window-switch 2.0.2-1

Modified:
  ukui-window-switch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 14:33:11 UTC (rev 613028)
+++ PKGBUILD2020-04-09 14:33:19 UTC (rev 613029)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=ukui-window-switch
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
 pkgdesc="Front of the window switcher in UKUI desktop environment"
 arch=('x86_64')
 license=('GPL')
@@ -11,7 +11,7 @@
 depends=('libwnck3' 'qt5-x11extras' 'ukwm')
 makedepends=('qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-window-switch/archive/v$pkgver.tar.gz;)
-sha512sums=('da34d2d16a3b10eee9109b7f2534087d59d214f6e4ee9bf94bde779641f396d7a6507ab055326325c62a981ca86b689bb9dc037bd6eed3bdb2d0260acadd1e90')
+sha512sums=('dc106eb56e6a2bc2f4c5df059eb91fd2e689955a4a3fa354f3e563ad378a150b14b1a36921df149da4a87cbfccdae93e700d0dbf83aa78896db5e6ed7225')
 
 build() {
   cd ukui-window-switch-$pkgver


[arch-commits] Commit in ukui-window-switch/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-09 Thread Felix Yan via arch-commits
Date: Thursday, April 9, 2020 @ 14:33:29
  Author: felixonmars
Revision: 613030

archrelease: copy trunk to community-x86_64

Added:
  ukui-window-switch/repos/community-x86_64/PKGBUILD
(from rev 613029, ukui-window-switch/trunk/PKGBUILD)
Deleted:
  ukui-window-switch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 14:33:19 UTC (rev 613029)
+++ PKGBUILD2020-04-09 14:33:29 UTC (rev 613030)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=ukui-window-switch
-pkgver=2.0.1
-pkgrel=2
-pkgdesc="Front of the window switcher in UKUI desktop environment"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/ukui/ukui-window-switch;
-groups=('ukui')
-depends=('libwnck3' 'qt5-x11extras' 'ukwm')
-makedepends=('qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-window-switch/archive/v$pkgver.tar.gz;)
-sha512sums=('da34d2d16a3b10eee9109b7f2534087d59d214f6e4ee9bf94bde779641f396d7a6507ab055326325c62a981ca86b689bb9dc037bd6eed3bdb2d0260acadd1e90')
-
-build() {
-  cd ukui-window-switch-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd ukui-window-switch-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: ukui-window-switch/repos/community-x86_64/PKGBUILD (from rev 613029, 
ukui-window-switch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 14:33:29 UTC (rev 613030)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=ukui-window-switch
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Front of the window switcher in UKUI desktop environment"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/ukui/ukui-window-switch;
+groups=('ukui')
+depends=('libwnck3' 'qt5-x11extras' 'ukwm')
+makedepends=('qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-window-switch/archive/v$pkgver.tar.gz;)
+sha512sums=('dc106eb56e6a2bc2f4c5df059eb91fd2e689955a4a3fa354f3e563ad378a150b14b1a36921df149da4a87cbfccdae93e700d0dbf83aa78896db5e6ed7225')
+
+build() {
+  cd ukui-window-switch-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd ukui-window-switch-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-04-09 Thread Felix Yan via arch-commits
Date: Thursday, April 9, 2020 @ 14:33:11
  Author: felixonmars
Revision: 613028

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 14:32:59 UTC (rev 613027)
+++ PKGBUILD2020-04-09 14:33:11 UTC (rev 613028)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Kasei Wang 
-
-pkgname=kcptun
-pkgver=20200321
-pkgrel=1
-pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
-arch=('x86_64')
-url="https://github.com/xtaci/kcptun;
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
-'kcptun@.service' 'kcptun-server@.service')
-sha512sums=('91139d1318c3e2d88464775f10fe82050fc1178025271f445d6f35fc061ba70c25e2ada28ae55d33d9a2c9cebda61f9fc15b577179408cfd5683406c9bf26de8'
-
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
-
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
-
-prepare() {
-  cd kcptun-$pkgver
-
-  mkdir -p .gopath/src/github.com/xtaci
-  ln -sf "$PWD" .gopath/src/github.com/xtaci/kcptun
-  export GOPATH="$PWD/.gopath:/usr/share/gocode"
-}
-
-build() {
-  cd "$srcdir"/kcptun-$pkgver/client
-  go build -o build/kcptun-client -ldflags "-X main.VERSION=$pkgver 
-extldflags=${LDFLAGS}" # -gccgoflags "$CFLAGS $LDFLAGS"
-
-  cd "$srcdir"/kcptun-$pkgver/server
-  go build -o build/kcptun-server -ldflags "-X main.VERSION=$pkgver 
-extldflags=${LDFLAGS}" # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd kcptun-$pkgver
-
-  install -Dm755 client/build/kcptun-client "$pkgdir"/usr/bin/kcptun-client
-  install -Dm755 server/build/kcptun-server "$pkgdir"/usr/bin/kcptun-server
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-
-  install -dm755 "$pkgdir"/etc/kcptun
-  install -Dm644 "$srcdir/kcptun@.service" 
"$pkgdir"/usr/lib/systemd/system/kcptun@.service
-  install -Dm644 "$srcdir/kcptun-server@.service" 
"$pkgdir"/usr/lib/systemd/system/kcptun-server@.service
-}

Copied: kcptun/repos/community-x86_64/PKGBUILD (from rev 613027, 
kcptun/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2020-04-09 14:33:11 UTC (rev 613028)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Kasei Wang 
+
+pkgname=kcptun
+pkgver=20200409
+pkgrel=1
+pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
+arch=('x86_64')
+url="https://github.com/xtaci/kcptun;
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
+'kcptun@.service' 'kcptun-server@.service')
+sha512sums=('c2cb7ff2cea7eba839f943ff1f497e3b12b8ea8b49cc3677360996312a707e03b3522c708d21d9dfb746d8c322e4ce2dbc95004248266ce2f94d2bc44c048a7f'
+
'f6041eae26db4f11bf6dc22443548354114b8b5a2a436949513a168d5b271707e680dd1d6bdcfc4385945ae2cb1bc82736e605ca49c6c94904922b43d1917a5c'
+
'88607e7c6cba7628bf2c9229396fcf285227c56d2fd208f3d0200fb670f8919939ef05aa5e87fc3aceedb4f41e5bca597138c88930a23dbe4b03e22b42d64cec')
+
+prepare() {
+  cd kcptun-$pkgver
+
+  mkdir -p .gopath/src/github.com/xtaci
+  ln -sf "$PWD" .gopath/src/github.com/xtaci/kcptun
+  export GOPATH="$PWD/.gopath:/usr/share/gocode"
+}
+
+build() {
+  cd "$srcdir"/kcptun-$pkgver/client
+  go build -o build/kcptun-client -ldflags "-X main.VERSION=$pkgver 
-extldflags=${LDFLAGS}" # -gccgoflags "$CFLAGS $LDFLAGS"
+
+  cd "$srcdir"/kcptun-$pkgver/server
+  go build -o build/kcptun-server -ldflags "-X main.VERSION=$pkgver 
-extldflags=${LDFLAGS}" # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd kcptun-$pkgver
+
+  install -Dm755 client/build/kcptun-client &qu

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

2020-04-09 Thread Felix Yan via arch-commits
Date: Thursday, April 9, 2020 @ 14:32:59
  Author: felixonmars
Revision: 613027

upgpkg: kcptun 20200409-1

Modified:
  kcptun/trunk/PKGBUILD
  kcptun/trunk/kcptun-server@.service
  kcptun/trunk/kcptun@.service

+
 PKGBUILD   |8 
 kcptun-server@.service |2 +-
 kcptun@.service|2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 11:30:33 UTC (rev 613026)
+++ PKGBUILD2020-04-09 14:32:59 UTC (rev 613027)
@@ -2,7 +2,7 @@
 # Contributor: Kasei Wang 
 
 pkgname=kcptun
-pkgver=20200321
+pkgver=20200409
 pkgrel=1
 pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
 arch=('x86_64')
@@ -12,9 +12,9 @@
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
 'kcptun@.service' 'kcptun-server@.service')
-sha512sums=('91139d1318c3e2d88464775f10fe82050fc1178025271f445d6f35fc061ba70c25e2ada28ae55d33d9a2c9cebda61f9fc15b577179408cfd5683406c9bf26de8'
-
'6fbe0bd687ec9927fe46484f97a0e1a7605c74af673d2a2257a41819bcbf8b704c1ab8b063993251fc3803fa3caf38b7bfc3cededbd7fe1b57c5e2d234c2e6f6'
-
'5526608f2f5056462813812436605d537a5da950d7d2b5b93dab1da443b25ebf15f69609d18ba1c318b0cc75fcc2a8e14f0d33ff7765035063dd89c041b1bd11')
+sha512sums=('c2cb7ff2cea7eba839f943ff1f497e3b12b8ea8b49cc3677360996312a707e03b3522c708d21d9dfb746d8c322e4ce2dbc95004248266ce2f94d2bc44c048a7f'
+
'f6041eae26db4f11bf6dc22443548354114b8b5a2a436949513a168d5b271707e680dd1d6bdcfc4385945ae2cb1bc82736e605ca49c6c94904922b43d1917a5c'
+
'88607e7c6cba7628bf2c9229396fcf285227c56d2fd208f3d0200fb670f8919939ef05aa5e87fc3aceedb4f41e5bca597138c88930a23dbe4b03e22b42d64cec')
 
 prepare() {
   cd kcptun-$pkgver

Modified: kcptun-server@.service
===
--- kcptun-server@.service  2020-04-09 11:30:33 UTC (rev 613026)
+++ kcptun-server@.service  2020-04-09 14:32:59 UTC (rev 613027)
@@ -3,7 +3,7 @@
 After=network.target
 
 [Service]
-Type=simple
+Type=exec
 User=nobody
 ExecStart=/usr/bin/kcptun-server -c /etc/kcptun/%i.json
 

Modified: kcptun@.service
===
--- kcptun@.service 2020-04-09 11:30:33 UTC (rev 613026)
+++ kcptun@.service 2020-04-09 14:32:59 UTC (rev 613027)
@@ -3,7 +3,7 @@
 After=network.target
 
 [Service]
-Type=simple
+Type=exec
 User=nobody
 ExecStart=/usr/bin/kcptun-client -c /etc/kcptun/%i.json
 Restart=always


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

2020-04-09 Thread Antonio Rojas via arch-commits
Date: Thursday, April 9, 2020 @ 12:21:26
  Author: arojas
Revision: 379928

archrelease: copy trunk to testing-x86_64

Added:
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 379927, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 379927, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 379927, dhcpcd/trunk/dhcpcd_.service)

-+
 PKGBUILD|   63 ++
 dhcpcd.service  |   13 +++
 dhcpcd_.service |   15 
 3 files changed, 91 insertions(+)

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 379927, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-09 12:21:26 UTC (rev 379928)
@@ -0,0 +1,63 @@
+# Maintainer: Ronald van Haren 
+# Contributor: Tom Killian 
+# Contributor: Judd Vinet 
+
+pkgname=dhcpcd
+pkgver=9.0.0
+pkgrel=1
+pkgdesc="RFC2131 compliant DHCP client daemon"
+url="https://roy.marples.name/projects/dhcpcd/;
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'sh' 'udev' 'systemd-libs')
+optdepends=('openresolv: resolvconf support')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=("https://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
+'dhcpcd_.service'
+'dhcpcd.service')
+validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
+sha256sums=('4a31ae9edcb469dc626e9e70f61c7a87104c26936126ccac24be6d45d4cfe46a'
+'72dba5d6e7a99cf6d9a796f79ee395e2434af12d6d4e76573d428c6d0c2986ed'
+'782ba5fc31518e6f499d119120efe5ea68ce29ebbb797306d5e17b2a545c2f9e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # configure variables
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+
+check() {
+  cd ${pkgname}-${pkgver}
+
+  make test
+}
+
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  # Install License
+  install -Dm644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll >> "${pkgdir}/etc/dhcpcd.conf" # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 "${srcdir}/dhcpcd_.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd@.service"
+  install -Dm644 "${srcdir}/dhcpcd.service" 
"${pkgdir}/usr/lib/systemd/system/dhcpcd.service" # FS#31543
+}

Copied: dhcpcd/repos/testing-x86_64/dhcpcd.service (from rev 379927, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-x86_64/dhcpcd.service   (rev 0)
+++ testing-x86_64/dhcpcd.service   2020-04-09 12:21:26 UTC (rev 379928)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/dhcpcd_.service (from rev 379927, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-x86_64/dhcpcd_.service  (rev 0)
+++ testing-x86_64/dhcpcd_.service  2020-04-09 12:21:26 UTC (rev 379928)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target


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

2020-04-09 Thread Antonio Rojas via arch-commits
Date: Thursday, April 9, 2020 @ 12:21:06
  Author: arojas
Revision: 379927

Update to 9.0.0

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 12:16:46 UTC (rev 379926)
+++ PKGBUILD2020-04-09 12:21:06 UTC (rev 379927)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=dhcpcd
-pkgver=8.1.7
+pkgver=9.0.0
 pkgrel=1
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="https://roy.marples.name/projects/dhcpcd/;
@@ -18,7 +18,7 @@
 'dhcpcd_.service'
 'dhcpcd.service')
 validpgpkeys=('A785ED2755955D9E93EA59F6597F97EA9AD45549')  # Roy Marples 
(NetBSD) 
-sha256sums=('1f661c878a60ea4e1799b9fac5cf5e62531b5909dcf0a419d79733b6e9d5c2ca'
+sha256sums=('4a31ae9edcb469dc626e9e70f61c7a87104c26936126ccac24be6d45d4cfe46a'
 '72dba5d6e7a99cf6d9a796f79ee395e2434af12d6d4e76573d428c6d0c2986ed'
 '782ba5fc31518e6f499d119120efe5ea68ce29ebbb797306d5e17b2a545c2f9e')
 


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

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:30:33
  Author: alucryd
Revision: 613026

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 11:30:28 UTC (rev 613025)
+++ PKGBUILD2020-04-09 11:30:33 UTC (rev 613026)
@@ -1,73 +0,0 @@
-# Maintainer: schuay 
-# Maintainer: Maxime Gauduin 
-# Contributor: Jeremy Newton (Mystro256) 
-
-pkgname=dolphin-emu
-pkgver=5.0.r11830.960ba4fe5e
-pkgrel=1
-epoch=1
-pkgdesc='A Gamecube / Wii / Triforce emulator'
-arch=(x86_64)
-url=https://dolphin-emu.org
-license=(GPL2)
-depends=(
-  alsa-lib
-  bluez-libs
-  enet
-  gcc-libs
-  glibc
-  hidapi
-  libavcodec.so
-  libavformat.so
-  libavutil.so
-  libcurl.so
-  libevdev
-  libgl
-  libminiupnpc.so
-  libpng
-  libpulse
-  libswscale.so
-  libudev.so
-  libusb-1.0.so
-  libx11
-  libxi
-  libxrandr
-  lzo
-  mbedtls
-  pugixml
-  qt5-base
-  sfml
-  zlib
-)
-makedepends=(
-  cmake
-  git
-  python
-)
-optdepends=('pulseaudio: PulseAudio backend')
-options=(!emptydirs)
-source=(dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=960ba4fe5e243056c3ef8a71f5298dc48722d29c)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd dolphin-emu
-
-  git describe | sed 's/-/.r/; s/-g/./'
-}
-
-build() {
-  cmake -S dolphin-emu -B build \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--DUSE_SHARED_ENET=ON \
--DDISTRIBUTOR=archlinux.org
-  make -C build
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C build install
-  install -Dm 644 dolphin-emu/Data/51-usb-device.rules -t 
"${pkgdir}"/usr/lib/udev/rules.d/
-  rm -rf "${pkgdir}"/usr/{include,lib/libdiscord-rpc.a}
-}
-
-# vim: ts=2 sw=2 et:

Copied: dolphin-emu/repos/community-x86_64/PKGBUILD (from rev 613025, 
dolphin-emu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 11:30:33 UTC (rev 613026)
@@ -0,0 +1,73 @@
+# Maintainer: schuay 
+# Maintainer: Maxime Gauduin 
+# Contributor: Jeremy Newton (Mystro256) 
+
+pkgname=dolphin-emu
+pkgver=5.0.r11832.9a2d8a9623
+pkgrel=1
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce emulator'
+arch=(x86_64)
+url=https://dolphin-emu.org
+license=(GPL2)
+depends=(
+  alsa-lib
+  bluez-libs
+  enet
+  gcc-libs
+  glibc
+  hidapi
+  libavcodec.so
+  libavformat.so
+  libavutil.so
+  libcurl.so
+  libevdev
+  libgl
+  libminiupnpc.so
+  libpng
+  libpulse
+  libswscale.so
+  libudev.so
+  libusb-1.0.so
+  libx11
+  libxi
+  libxrandr
+  lzo
+  mbedtls
+  pugixml
+  qt5-base
+  sfml
+  zlib
+)
+makedepends=(
+  cmake
+  git
+  python
+)
+optdepends=('pulseaudio: PulseAudio backend')
+options=(!emptydirs)
+source=(dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=9a2d8a96233e062891d1210f9c79272899c3cdfe)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd dolphin-emu
+
+  git describe | sed 's/-/.r/; s/-g/./'
+}
+
+build() {
+  cmake -S dolphin-emu -B build \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_SHARED_ENET=ON \
+-DDISTRIBUTOR=archlinux.org
+  make -C build
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+  install -Dm 644 dolphin-emu/Data/51-usb-device.rules -t 
"${pkgdir}"/usr/lib/udev/rules.d/
+  rm -rf "${pkgdir}"/usr/{include,lib/libdiscord-rpc.a}
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:30:28
  Author: alucryd
Revision: 613025

upgpkg: dolphin-emu 1:5.0.r11832.9a2d8a9623-1

Modified:
  dolphin-emu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 11:18:54 UTC (rev 613024)
+++ PKGBUILD2020-04-09 11:30:28 UTC (rev 613025)
@@ -3,7 +3,7 @@
 # Contributor: Jeremy Newton (Mystro256) 
 
 pkgname=dolphin-emu
-pkgver=5.0.r11830.960ba4fe5e
+pkgver=5.0.r11832.9a2d8a9623
 pkgrel=1
 epoch=1
 pkgdesc='A Gamecube / Wii / Triforce emulator'
@@ -46,7 +46,7 @@
 )
 optdepends=('pulseaudio: PulseAudio backend')
 options=(!emptydirs)
-source=(dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=960ba4fe5e243056c3ef8a71f5298dc48722d29c)
+source=(dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=9a2d8a96233e062891d1210f9c79272899c3cdfe)
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:18:54
  Author: alucryd
Revision: 613024

archrelease: copy trunk to community-any

Added:
  retroarch-assets/repos/community-any/PKGBUILD
(from rev 613023, retroarch-assets/trunk/PKGBUILD)
Deleted:
  retroarch-assets/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 11:18:48 UTC (rev 613023)
+++ PKGBUILD2020-04-09 11:18:54 UTC (rev 613024)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgbase=retroarch-assets
-pkgname=(
-  retroarch-assets-ozone
-  retroarch-assets-xmb
-)
-pkgver=289
-pkgrel=1
-epoch=1
-pkgdesc='XMB menu assets for RetroArch'
-arch=(any)
-url=http://www.libretro.com/
-license=(GPL)
-groups=(libretro)
-depends=(retroarch)
-makedepends=(git)
-source=(git+https://github.com/libretro/retroarch-assets.git#commit=2332bcbd7edf6eb61ac2022efc56b99d8bbab199)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd retroarch-assets
-
-  git rev-list --count HEAD
-}
-
-package_retroarch-assets-ozone() {
-  cd retroarch-assets
-
-  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
-  cp -dr --no-preserve=ownership ozone "${pkgdir}"/usr/share/retroarch/assets/
-}
-
-package_retroarch-assets-xmb() {
-  cd retroarch-assets
-
-  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
-  cp -dr --no-preserve=ownership xmb "${pkgdir}"/usr/share/retroarch/assets/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch-assets/repos/community-any/PKGBUILD (from rev 613023, 
retroarch-assets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 11:18:54 UTC (rev 613024)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+
+pkgbase=retroarch-assets
+pkgname=(
+  retroarch-assets-ozone
+  retroarch-assets-xmb
+)
+pkgver=295
+pkgrel=1
+epoch=1
+pkgdesc='XMB menu assets for RetroArch'
+arch=(any)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(retroarch)
+makedepends=(git)
+source=(git+https://github.com/libretro/retroarch-assets.git#commit=190c85b32b3530ccd207f707d2b3ba4a219aeb16)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd retroarch-assets
+
+  git rev-list --count HEAD
+}
+
+package_retroarch-assets-ozone() {
+  cd retroarch-assets
+
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
+  cp -dr --no-preserve=ownership ozone "${pkgdir}"/usr/share/retroarch/assets/
+}
+
+package_retroarch-assets-xmb() {
+  cd retroarch-assets
+
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
+  cp -dr --no-preserve=ownership xmb "${pkgdir}"/usr/share/retroarch/assets/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:18:48
  Author: alucryd
Revision: 613023

upgpkg: retroarch-assets 1:295-1

Modified:
  retroarch-assets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 11:17:40 UTC (rev 613022)
+++ PKGBUILD2020-04-09 11:18:48 UTC (rev 613023)
@@ -5,7 +5,7 @@
   retroarch-assets-ozone
   retroarch-assets-xmb
 )
-pkgver=293
+pkgver=295
 pkgrel=1
 epoch=1
 pkgdesc='XMB menu assets for RetroArch'
@@ -15,7 +15,7 @@
 groups=(libretro)
 depends=(retroarch)
 makedepends=(git)
-source=(git+https://github.com/libretro/retroarch-assets.git#commit=d97da9bde1e07c59176eda1aeea3b92a2811ccb8)
+source=(git+https://github.com/libretro/retroarch-assets.git#commit=190c85b32b3530ccd207f707d2b3ba4a219aeb16)
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:17:40
  Author: alucryd
Revision: 613022

archrelease: copy trunk to community-x86_64

Added:
  libretro-play/repos/community-x86_64/PKGBUILD
(from rev 613021, libretro-play/trunk/PKGBUILD)
Deleted:
  libretro-play/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  182 ++---
 1 file changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 11:17:35 UTC (rev 613021)
+++ PKGBUILD2020-04-09 11:17:40 UTC (rev 613022)
@@ -1,91 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-play
-pkgver=5552
-pkgrel=1
-pkgdesc='Sony PlayStation 2 core'
-arch=(x86_64)
-url=https://github.com/jpd002/Play-
-license=(MIT)
-groups=(libretro)
-depends=(
-  bzip2
-  glew
-  glibc
-  icu
-  libgl
-  libretro-core-info
-  zlib
-)
-makedepends=(
-  cmake
-  git
-  libglvnd
-)
-source=(
-  
libretro-play::git+https://github.com/jpd002/Play-.git#commit=858211b3d797945495aa465bc92f2594d9712b06
-  play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git
-  play-Dependencies::git+https://github.com/jpd002/Play-Dependencies.git
-  play-Framework::git+https://github.com/jpd002/Play--Framework.git
-  play-Nuanceur::git+https://github.com/jpd002/Nuanceur.git
-  git+https://github.com/SDWebImage/SDWebImage.git
-  play-boost-cmake::git+https://github.com/jpd002/boost-cmake.git
-  git+https://github.com/gulrak/filesystem.git
-)
-sha256sums=(
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-  SKIP
-)
-
-pkgver() {
-  cd libretro-play
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cd libretro-play
-
-  for submodule in deps/{CodeGen,Dependencies,Framework,Nuanceur}; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../play-${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  cd deps/Dependencies
-
-  git submodule init SDWebImage
-  git config submodule.SDWebImage.url ../../../SDWebImage
-  git submodule update SDWebImage
-
-  git submodule init boost-cmake
-  git config submodule.boost-cmake.url ../../../play-boost-cmake
-  git submodule update boost-cmake
-
-  git submodule init ghc_filesystem
-  git config submodule.ghc_filesystem.url ../../../filesystem
-  git submodule update ghc_filesystem
-}
-
-build() {
-  cmake -S libretro-play -B build \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_LIBRETRO_CORE=ON \
--DBUILD_PLAY=OFF \
--DBUILD_TESTS=OFF \
--DENABLE_AMAZON_S3=OFF
-  make -C build
-}
-
-package() {
-  install -Dm 644 build/Source/ui_libretro/play_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-  install -Dm 644 libretro-play/License.txt -t 
"${pkgdir}"/usr/share/licenses/libretro-play/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-play/repos/community-x86_64/PKGBUILD (from rev 613021, 
libretro-play/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 11:17:40 UTC (rev 613022)
@@ -0,0 +1,91 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-play
+pkgver=5553
+pkgrel=1
+pkgdesc='Sony PlayStation 2 core'
+arch=(x86_64)
+url=https://github.com/jpd002/Play-
+license=(MIT)
+groups=(libretro)
+depends=(
+  bzip2
+  glew
+  glibc
+  icu
+  libgl
+  libretro-core-info
+  zlib
+)
+makedepends=(
+  cmake
+  git
+  libglvnd
+)
+source=(
+  
libretro-play::git+https://github.com/jpd002/Play-.git#commit=1c03930455de52c5cfcb1cd3e2fad3aaacc2308a
+  play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git
+  play-Dependencies::git+https://github.com/jpd002/Play-Dependencies.git
+  play-Framework::git+https://github.com/jpd002/Play--Framework.git
+  play-Nuanceur::git+https://github.com/jpd002/Nuanceur.git
+  git+https://github.com/SDWebImage/SDWebImage.git
+  play-boost-cmake::git+https://github.com/jpd002/boost-cmake.git
+  git+https://github.com/gulrak/filesystem.git
+)
+sha256sums=(
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+  SKIP
+)
+
+pkgver() {
+  cd libretro-play
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cd libretro-play
+
+  for submodule in deps/{CodeGen,Dependencies,Framework,Nuanceur}; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../play-${submodule#*/}
+git submodule update ${submodule}
+  done
+
+  cd deps/Dependencies
+
+  git submodule init SDWebImage
+  git config submodule.SDWebImage.url ../../../SDWebImage
+  git submodule update SDWebImage
+
+  git submodule init boost-cmake
+  git config submodule.boost-cmake.url ../../../play-boost-cmake
+  git submodule update boost-cmake
+
+  git submodule init ghc_filesystem
+  git config submodule.ghc_filesystem.url ../../../filesystem
+  git submodule update ghc_filesystem
+}
+
+build() {
+  cmake -S libretro-play -B build \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_LIBRETRO_CORE=ON \
+-DBUILD_PLAY=OFF \
+

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

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:17:35
  Author: alucryd
Revision: 613021

upgpkg: libretro-play 5553-1

Modified:
  libretro-play/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 11:17:17 UTC (rev 613020)
+++ PKGBUILD2020-04-09 11:17:35 UTC (rev 613021)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-play
-pkgver=5552
+pkgver=5553
 pkgrel=1
 pkgdesc='Sony PlayStation 2 core'
 arch=(x86_64)
@@ -23,7 +23,7 @@
   libglvnd
 )
 source=(
-  
libretro-play::git+https://github.com/jpd002/Play-.git#commit=858211b3d797945495aa465bc92f2594d9712b06
+  
libretro-play::git+https://github.com/jpd002/Play-.git#commit=1c03930455de52c5cfcb1cd3e2fad3aaacc2308a
   play-CodeGen::git+https://github.com/jpd002/Play--CodeGen.git
   play-Dependencies::git+https://github.com/jpd002/Play-Dependencies.git
   play-Framework::git+https://github.com/jpd002/Play--Framework.git


[arch-commits] Commit in libretro-beetle-psx/repos/community-x86_64 (2 files)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:14:35
  Author: alucryd
Revision: 613015

archrelease: copy trunk to community-x86_64

Added:
  libretro-beetle-psx/repos/community-x86_64/PKGBUILD
(from rev 613014, libretro-beetle-psx/trunk/PKGBUILD)
Deleted:
  libretro-beetle-psx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 11:14:29 UTC (rev 613014)
+++ PKGBUILD2020-04-09 11:14:35 UTC (rev 613015)
@@ -1,52 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgbase=libretro-beetle-psx
-pkgname=(
-  libretro-beetle-psx
-  libretro-beetle-psx-hw
-)
-pkgver=2280
-pkgrel=1
-pkgdesc='Sony PlayStation core'
-arch=(x86_64)
-url=https://github.com/libretro/beetle-psx-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libretro-core-info
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  vulkan-icd-loader
-)
-source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-beetle-psx
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cp -r libretro-beetle-psx{,-hw}
-}
-
-build() {
-  make HAVE_LIGHTREC=1 -C libretro-beetle-psx
-  make HAVE_HW=1 HAVE_LIGHTREC=1 -C libretro-beetle-psx-hw
-}
-
-package_libretro-beetle-psx() {
-  install -Dm 644 libretro-beetle-psx/mednafen_psx_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-package_libretro-beetle-psx-hw() {
-  depends+=(libgl)
-
-  install -Dm 644 libretro-beetle-psx-hw/mednafen_psx_hw_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-beetle-psx/repos/community-x86_64/PKGBUILD (from rev 613014, 
libretro-beetle-psx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 11:14:35 UTC (rev 613015)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin 
+
+pkgbase=libretro-beetle-psx
+pkgname=(
+  libretro-beetle-psx
+  libretro-beetle-psx-hw
+)
+pkgver=2281
+pkgrel=1
+pkgdesc='Sony PlayStation core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-psx-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libretro-core-info
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  vulkan-icd-loader
+)
+source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-beetle-psx
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cp -r libretro-beetle-psx{,-hw}
+}
+
+build() {
+  make HAVE_LIGHTREC=1 -C libretro-beetle-psx
+  make HAVE_HW=1 HAVE_LIGHTREC=1 -C libretro-beetle-psx-hw
+}
+
+package_libretro-beetle-psx() {
+  install -Dm 644 libretro-beetle-psx/mednafen_psx_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+package_libretro-beetle-psx-hw() {
+  depends+=(libgl)
+
+  install -Dm 644 libretro-beetle-psx-hw/mednafen_psx_hw_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libretro-beetle-psx/trunk (PKGBUILD)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:14:29
  Author: alucryd
Revision: 613014

upgpkg: libretro-beetle-psx 2281-1

Modified:
  libretro-beetle-psx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 11:14:00 UTC (rev 613013)
+++ PKGBUILD2020-04-09 11:14:29 UTC (rev 613014)
@@ -5,7 +5,7 @@
   libretro-beetle-psx
   libretro-beetle-psx-hw
 )
-pkgver=2280
+pkgver=2281
 pkgrel=1
 pkgdesc='Sony PlayStation core'
 arch=(x86_64)


[arch-commits] Commit in libretro-mupen64plus-next/repos/community-x86_64 (2 files)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:15:10
  Author: alucryd
Revision: 613018

archrelease: copy trunk to community-x86_64

Added:
  libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD
(from rev 613017, libretro-mupen64plus-next/trunk/PKGBUILD)
Deleted:
  libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 11:14:54 UTC (rev 613017)
+++ PKGBUILD2020-04-09 11:15:10 UTC (rev 613018)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-mupen64plus-next
-pkgver=228
-pkgrel=1
-epoch=1
-pkgdesc='Nintendo 64 core'
-arch=(x86_64)
-url=https://github.com/libretro/mupen64plus-libretro-nx
-license=(GPL2)
-groups=(libretro)
-depends=(
-  gcc-libs
-  glibc
-  libgl
-  libretro-core-info
-)
-makedepends=(
-  git
-  mesa
-  nasm
-)
-replaces=(libretro-mupen64plus)
-source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=81a58df0263c90b10b7fc11b6deee04d47e3aa40)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-mupen64plus-next
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-mupen64plus-next WITH_DYNAREC=x86_64 HAVE_PARALLEL_RSP=1 
HAVE_THR_AL=1
-}
-
-package() {
-  install -Dm 644 libretro-mupen64plus-next/mupen64plus_next_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-mupen64plus-next/repos/community-x86_64/PKGBUILD (from rev 
613017, libretro-mupen64plus-next/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 11:15:10 UTC (rev 613018)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-mupen64plus-next
+pkgver=228
+pkgrel=1
+epoch=1
+pkgdesc='Nintendo 64 core'
+arch=(x86_64)
+url=https://github.com/libretro/mupen64plus-libretro-nx
+license=(GPL2)
+groups=(libretro)
+depends=(
+  gcc-libs
+  glibc
+  libgl
+  libretro-core-info
+)
+makedepends=(
+  git
+  mesa
+  nasm
+)
+replaces=(libretro-mupen64plus)
+source=(libretro-mupen64plus-next::git+https://github.com/libretro/mupen64plus-libretro-nx.git#commit=81a58df0263c90b10b7fc11b6deee04d47e3aa40)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-mupen64plus-next
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-mupen64plus-next WITH_DYNAREC=x86_64 HAVE_PARALLEL_RSP=1 
HAVE_THR_AL=1
+}
+
+package() {
+  install -Dm 644 libretro-mupen64plus-next/mupen64plus_next_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:14:47
  Author: alucryd
Revision: 613016

upgpkg: libretro-flycast 4125-1

Modified:
  libretro-flycast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 11:14:35 UTC (rev 613015)
+++ PKGBUILD2020-04-09 11:14:47 UTC (rev 613016)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-flycast
-pkgver=4122
+pkgver=4125
 pkgrel=1
 pkgdesc='Sega Dreamcast core'
 arch=(x86_64)


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

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:14:54
  Author: alucryd
Revision: 613017

archrelease: copy trunk to community-x86_64

Added:
  libretro-flycast/repos/community-x86_64/PKGBUILD
(from rev 613016, libretro-flycast/trunk/PKGBUILD)
  libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch
(from rev 613016, libretro-flycast/trunk/libretro-flycast-flags.patch)
Deleted:
  libretro-flycast/repos/community-x86_64/PKGBUILD
  libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch

--+
 PKGBUILD |   96 -
 libretro-flycast-flags.patch |   38 
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 11:14:47 UTC (rev 613016)
+++ PKGBUILD2020-04-09 11:14:54 UTC (rev 613017)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-flycast
-pkgver=4122
-pkgrel=1
-pkgdesc='Sega Dreamcast core'
-arch=(x86_64)
-url=https://github.com/libretro/flycast
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libgl
-  libretro-core-info
-)
-makedepends=(
-  git
-  mesa
-)
-source=(
-  libretro-flycast::git+https://github.com/libretro/flycast.git#commit=
-  libretro-flycast-flags.patch
-)
-sha256sums=(
-  SKIP
-  051f6fda81d816a8f8c58748565ba4db73a18d0d788e520dc343839471606709
-)
-
-pkgver() {
-  cd libretro-flycast
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cd libretro-flycast
-
-  patch -Np1 -i ../libretro-flycast-flags.patch
-}
-
-build() {
-  make HAVE_OIT=1 -C libretro-flycast
-}
-
-package() {
-  install -Dm 644 libretro-flycast/flycast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-flycast/repos/community-x86_64/PKGBUILD (from rev 613016, 
libretro-flycast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 11:14:54 UTC (rev 613017)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-flycast
+pkgver=4125
+pkgrel=1
+pkgdesc='Sega Dreamcast core'
+arch=(x86_64)
+url=https://github.com/libretro/flycast
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libgl
+  libretro-core-info
+)
+makedepends=(
+  git
+  mesa
+)
+source=(
+  libretro-flycast::git+https://github.com/libretro/flycast.git#commit=
+  libretro-flycast-flags.patch
+)
+sha256sums=(
+  SKIP
+  051f6fda81d816a8f8c58748565ba4db73a18d0d788e520dc343839471606709
+)
+
+pkgver() {
+  cd libretro-flycast
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cd libretro-flycast
+
+  patch -Np1 -i ../libretro-flycast-flags.patch
+}
+
+build() {
+  make HAVE_OIT=1 -C libretro-flycast
+}
+
+package() {
+  install -Dm 644 libretro-flycast/flycast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: libretro-flycast-flags.patch
===
--- libretro-flycast-flags.patch2020-04-09 11:14:47 UTC (rev 613016)
+++ libretro-flycast-flags.patch2020-04-09 11:14:54 UTC (rev 613017)
@@ -1,19 +0,0 @@
-diff -rupN libretro-reicast.orig/Makefile libretro-reicast/Makefile
 libretro-reicast.orig/Makefile 2018-10-08 09:46:38.219688904 +0200
-+++ libretro-reicast/Makefile  2018-10-08 09:48:19.840450287 +0200
-@@ -26,12 +26,12 @@ CC_AS= ${CC_PREFIX}as
- 
- MFLAGS   := 
- ASFLAGS  := 
--LDFLAGS  :=
-+LDFLAGS  := ${LDFLAGS}
- LDFLAGS_END :=
- INCFLAGS :=
- LIBS :=
--CFLAGS   := 
--CXXFLAGS :=
-+CFLAGS   := ${CFLAGS}
-+CXXFLAGS := ${CXXFLAGS}
- 
- GIT_VERSION := " $(shell git rev-parse --short HEAD || echo unknown)"
- ifneq ($(GIT_VERSION)," unknown")

Copied: libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch 
(from rev 613016, libretro-flycast/trunk/libretro-flycast-flags.patch)
===
--- libretro-flycast-flags.patch(rev 0)
+++ libretro-flycast-flags.patch2020-04-09 11:14:54 UTC (rev 613017)
@@ -0,0 +1,19 @@
+diff -rupN libretro-reicast.orig/Makefile libretro-reicast/Makefile
+--- libretro-reicast.orig/Makefile 2018-10-08 09:46:38.219688904 +0200
 libretro-reicast/Makefile  2018-10-08 09:48:19.840450287 +0200
+@@ -26,12 +26,12 @@ CC_AS= ${CC_PREFIX}as
+ 
+ MFLAGS   := 
+ ASFLAGS  := 
+-LDFLAGS  :=
++LDFLAGS  := ${LDFLAGS}
+ LDFLAGS_END :=
+ INCFLAGS :=
+ LIBS :=
+-CFLAGS   := 
+-CXXFLAGS :=
++CFLAGS   := ${CFLAGS}
++CXXFLAGS := ${CXXFLAGS}
+ 
+ GIT_VERSION := " $(shell git rev-parse --short HEAD || echo unknown)"
+ ifneq ($(GIT_VERSION)," unknown")


[arch-commits] Commit in switchboard-plug-user-accounts/repos/community-x86_64 (2 files)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:14:00
  Author: alucryd
Revision: 613013

archrelease: copy trunk to community-x86_64

Added:
  switchboard-plug-user-accounts/repos/community-x86_64/PKGBUILD
(from rev 613012, switchboard-plug-user-accounts/trunk/PKGBUILD)
Deleted:
  switchboard-plug-user-accounts/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 11:13:45 UTC (rev 613012)
+++ PKGBUILD2020-04-09 11:14:00 UTC (rev 613013)
@@ -1,48 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=switchboard-plug-user-accounts
-pkgver=2.3.0
-pkgrel=2
-pkgdesc='Switchboard User Accounts Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-useraccounts
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  accountsservice
-  cairo
-  gdk-pixbuf2
-  glib2
-  gnome-desktop
-  gtk3
-  libgee
-  libgranite.so
-  libpwquality
-  libswitchboard-2.0.so
-  polkit
-)
-makedepends=(
-  git
-  gobject-introspection
-  meson
-  vala
-)
-source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=43249776f34458bae1622915d0436cb3df736ca5)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd switchboard-plug-user-accounts
-
-  git describe --tags
-}
-
-build() {
-  arch-meson switchboard-plug-user-accounts build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-user-accounts/repos/community-x86_64/PKGBUILD (from 
rev 613012, switchboard-plug-user-accounts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 11:14:00 UTC (rev 613013)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-user-accounts
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Switchboard User Accounts Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-useraccounts
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  accountsservice
+  cairo
+  gdk-pixbuf2
+  glib2
+  gnome-desktop
+  gtk3
+  libgee
+  libgranite.so
+  libpwquality
+  libswitchboard-2.0.so
+  polkit
+)
+makedepends=(
+  git
+  gobject-introspection
+  meson
+  vala
+)
+source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=15ca6787dc6053f6c4165b96e38bddbc37f90d74)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd switchboard-plug-user-accounts
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-user-accounts build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in switchboard-plug-user-accounts/trunk (PKGBUILD)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:13:45
  Author: alucryd
Revision: 613012

upgpkg: switchboard-plug-user-accounts 2.3.1-1

Modified:
  switchboard-plug-user-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 11:07:01 UTC (rev 613011)
+++ PKGBUILD2020-04-09 11:13:45 UTC (rev 613012)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=switchboard-plug-user-accounts
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.3.1
+pkgrel=1
 pkgdesc='Switchboard User Accounts Plug'
 arch=(x86_64)
 url=https://github.com/elementary/switchboard-plug-useraccounts
@@ -27,7 +27,7 @@
   meson
   vala
 )
-source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=43249776f34458bae1622915d0436cb3df736ca5)
+source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=15ca6787dc6053f6c4165b96e38bddbc37f90d74)
 sha256sums=('SKIP')
 
 pkgver() {


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

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:06:55
  Author: alucryd
Revision: 613010

upgpkg: capnet-assist 2.2.5-1

Modified:
  capnet-assist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 11:06:23 UTC (rev 613009)
+++ PKGBUILD2020-04-09 11:06:55 UTC (rev 613010)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=capnet-assist
-pkgver=2.2.4
+pkgver=2.2.5
 pkgrel=1
 pkgdesc='Captive Portal Assistant'
 arch=(x86_64)
@@ -23,7 +23,7 @@
   meson
   vala
 )
-source=(git+https://github.com/elementary/capnet-assist.git#tag=47735371387a1ae9b36179b526c438b92d84c157)
+source=(git+https://github.com/elementary/capnet-assist.git#tag=1f8f5bf31d762e6c0421c2f9abbee527361f5c44)
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:07:01
  Author: alucryd
Revision: 613011

archrelease: copy trunk to community-x86_64

Added:
  capnet-assist/repos/community-x86_64/PKGBUILD
(from rev 613010, capnet-assist/trunk/PKGBUILD)
Deleted:
  capnet-assist/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 11:06:55 UTC (rev 613010)
+++ PKGBUILD2020-04-09 11:07:01 UTC (rev 613011)
@@ -1,45 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=capnet-assist
-pkgver=2.2.4
-pkgrel=1
-pkgdesc='Captive Portal Assistant'
-arch=(x86_64)
-url=https://launchpad.net/capnet-assist
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  gcr
-  glib2
-  gtk3
-  libsoup
-  networkmanager
-  webkit2gtk
-  libgranite.so
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-source=(git+https://github.com/elementary/capnet-assist.git#tag=47735371387a1ae9b36179b526c438b92d84c157)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd capnet-assist
-
-  git describe --tags
-}
-
-build() {
-  arch-meson capnet-assist build \
--D b_pie=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:

Copied: capnet-assist/repos/community-x86_64/PKGBUILD (from rev 613010, 
capnet-assist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 11:07:01 UTC (rev 613011)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=capnet-assist
+pkgver=2.2.5
+pkgrel=1
+pkgdesc='Captive Portal Assistant'
+arch=(x86_64)
+url=https://launchpad.net/capnet-assist
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  gcr
+  glib2
+  gtk3
+  libsoup
+  networkmanager
+  webkit2gtk
+  libgranite.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/capnet-assist.git#tag=1f8f5bf31d762e6c0421c2f9abbee527361f5c44)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd capnet-assist
+
+  git describe --tags
+}
+
+build() {
+  arch-meson capnet-assist build \
+-D b_pie=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in switchboard-plug-security-privacy/repos/community-x86_64 (2 files)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:06:23
  Author: alucryd
Revision: 613009

archrelease: copy trunk to community-x86_64

Added:
  switchboard-plug-security-privacy/repos/community-x86_64/PKGBUILD
(from rev 613008, switchboard-plug-security-privacy/trunk/PKGBUILD)
Deleted:
  switchboard-plug-security-privacy/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 11:06:18 UTC (rev 613008)
+++ PKGBUILD2020-04-09 11:06:23 UTC (rev 613009)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=switchboard-plug-security-privacy
-pkgver=2.2.2
-pkgrel=1
-pkgdesc='Switchboard Security & Privacy Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-security-privacy
-license=(GPL3)
-depends=(
-  glib2
-  gtk3
-  libgee
-  libgranite.so
-  libswitchboard-2.0.so
-  light-locker
-  polkit
-  ufw
-  zeitgeist
-)
-makedepends=(
-  git
-  meson
-  vala
-)
-source=(git+https://github.com/elementary/switchboard-plug-security-privacy.git#tag=c014eb43ad44db0845ec85d3b6cd99f008eeebbf)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd switchboard-plug-security-privacy
-
-  git describe --tags
-}
-
-build() {
-  arch-meson switchboard-plug-security-privacy build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-security-privacy/repos/community-x86_64/PKGBUILD (from 
rev 613008, switchboard-plug-security-privacy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 11:06:23 UTC (rev 613009)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-security-privacy
+pkgver=2.2.3
+pkgrel=1
+pkgdesc='Switchboard Security & Privacy Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-security-privacy
+license=(GPL3)
+depends=(
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+  libswitchboard-2.0.so
+  light-locker
+  polkit
+  ufw
+  zeitgeist
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/switchboard-plug-security-privacy.git#tag=2058a21ac330676064f1ee61ef45c346a5d43f3e)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-security-privacy
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-security-privacy build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in switchboard-plug-security-privacy/trunk (PKGBUILD)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:06:18
  Author: alucryd
Revision: 613008

upgpkg: switchboard-plug-security-privacy 2.2.3-1

Modified:
  switchboard-plug-security-privacy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 11:03:54 UTC (rev 613007)
+++ PKGBUILD2020-04-09 11:06:18 UTC (rev 613008)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=switchboard-plug-security-privacy
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc='Switchboard Security & Privacy Plug'
 arch=(x86_64)
@@ -23,7 +23,7 @@
   meson
   vala
 )
-source=(git+https://github.com/elementary/switchboard-plug-security-privacy.git#tag=c014eb43ad44db0845ec85d3b6cd99f008eeebbf)
+source=(git+https://github.com/elementary/switchboard-plug-security-privacy.git#tag=2058a21ac330676064f1ee61ef45c346a5d43f3e)
 sha256sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in switchboard-plug-mouse-touchpad/trunk (PKGBUILD)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:03:49
  Author: alucryd
Revision: 613006

upgpkg: switchboard-plug-mouse-touchpad 2.4.1-1

Modified:
  switchboard-plug-mouse-touchpad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 11:03:11 UTC (rev 613005)
+++ PKGBUILD2020-04-09 11:03:49 UTC (rev 613006)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=switchboard-plug-mouse-touchpad
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc='Switchboard Mouse & Touchpad Plug'
 arch=(x86_64)
@@ -20,7 +20,7 @@
   meson
   vala
 )
-source=(git+https://github.com/elementary/switchboard-plug-mouse-touchpad.git#tag=5175aab7ef5a9e92deaf9c256845a8e42103880b)
+source=(git+https://github.com/elementary/switchboard-plug-mouse-touchpad.git#tag=3091893ea306f63bfb1e05dac58a698f77d6cff2)
 sha256sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in switchboard-plug-mouse-touchpad/repos/community-x86_64 (2 files)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:03:54
  Author: alucryd
Revision: 613007

archrelease: copy trunk to community-x86_64

Added:
  switchboard-plug-mouse-touchpad/repos/community-x86_64/PKGBUILD
(from rev 613006, switchboard-plug-mouse-touchpad/trunk/PKGBUILD)
Deleted:
  switchboard-plug-mouse-touchpad/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 11:03:49 UTC (rev 613006)
+++ PKGBUILD2020-04-09 11:03:54 UTC (rev 613007)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=switchboard-plug-mouse-touchpad
-pkgver=2.4.0
-pkgrel=1
-pkgdesc='Switchboard Mouse & Touchpad Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-mouse-touchpad
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  libgee
-  libgranite.so
-  libswitchboard-2.0.so
-)
-makedepends=(
-  git
-  meson
-  vala
-)
-source=(git+https://github.com/elementary/switchboard-plug-mouse-touchpad.git#tag=5175aab7ef5a9e92deaf9c256845a8e42103880b)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd switchboard-plug-mouse-touchpad
-
-  git describe --tags
-}
-
-build() {
-  arch-meson switchboard-plug-mouse-touchpad build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-mouse-touchpad/repos/community-x86_64/PKGBUILD (from 
rev 613006, switchboard-plug-mouse-touchpad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 11:03:54 UTC (rev 613007)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-mouse-touchpad
+pkgver=2.4.1
+pkgrel=1
+pkgdesc='Switchboard Mouse & Touchpad Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-mouse-touchpad
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+  libswitchboard-2.0.so
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/switchboard-plug-mouse-touchpad.git#tag=3091893ea306f63bfb1e05dac58a698f77d6cff2)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-mouse-touchpad
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-mouse-touchpad build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in switchboard-plug-display/repos/community-x86_64 (2 files)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:03:11
  Author: alucryd
Revision: 613005

archrelease: copy trunk to community-x86_64

Added:
  switchboard-plug-display/repos/community-x86_64/PKGBUILD
(from rev 613004, switchboard-plug-display/trunk/PKGBUILD)
Deleted:
  switchboard-plug-display/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 11:03:05 UTC (rev 613004)
+++ PKGBUILD2020-04-09 11:03:11 UTC (rev 613005)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=switchboard-plug-display
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Switchboard Display Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-display
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  libgee
-  libgranite.so
-  libswitchboard-2.0.so
-)
-makedepends=(
-  git
-  meson
-  switchboard
-  vala
-)
-source=(git+https://github.com/elementary/switchboard-plug-display.git#tag=4e59ebc335c80592d07f0fc48f27aa5556e34247)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd switchboard-plug-display
-
-  git describe --tags
-}
-
-build() {
-  arch-meson switchboard-plug-display build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-display/repos/community-x86_64/PKGBUILD (from rev 
613004, switchboard-plug-display/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 11:03:11 UTC (rev 613005)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-display
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Switchboard Display Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-display
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+  libswitchboard-2.0.so
+)
+makedepends=(
+  git
+  meson
+  switchboard
+  vala
+)
+source=(git+https://github.com/elementary/switchboard-plug-display.git#tag=53a8bcbca1916f541999b28d78906eee772ad3b3)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-display
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-display build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in switchboard-plug-desktop/repos/community-x86_64 (2 files)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:02:23
  Author: alucryd
Revision: 613003

archrelease: copy trunk to community-x86_64

Added:
  switchboard-plug-desktop/repos/community-x86_64/PKGBUILD
(from rev 613002, switchboard-plug-desktop/trunk/PKGBUILD)
Deleted:
  switchboard-plug-desktop/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 11:02:09 UTC (rev 613002)
+++ PKGBUILD2020-04-09 11:02:23 UTC (rev 613003)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=switchboard-plug-desktop
-pkgver=2.8.2
-pkgrel=2
-pkgdesc='Switchboard Desktop Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-pantheon-shell
-license=(GPL3)
-groups=(pantheon-unstable)
-depends=(
-  gdk-pixbuf2
-  glib2
-  gnome-desktop
-  gtk3
-  libgee
-  libgexiv2
-  libgranite.so
-  libswitchboard-2.0.so
-  plank
-  tumbler
-)
-makedepends=(
-  git
-  meson
-  vala
-)
-source=(switchboard-plug-desktop::git+https://github.com/elementary/switchboard-plug-pantheon-shell.git#tag=b738b8cc0ff267eec47e90677e086aef5c825a0a)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd switchboard-plug-desktop
-
-  git describe --tags
-}
-
-prepare() {
-  sed 's|/usr/share/backgrounds|/usr/share/backgrounds/elementary|' -i 
switchboard-plug-desktop/src/Views/Wallpaper.vala
-}
-
-build() {
-  arch-meson switchboard-plug-desktop build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-desktop/repos/community-x86_64/PKGBUILD (from rev 
613002, switchboard-plug-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 11:02:23 UTC (rev 613003)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-desktop
+pkgver=2.8.3
+pkgrel=1
+pkgdesc='Switchboard Desktop Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-pantheon-shell
+license=(GPL3)
+groups=(pantheon-unstable)
+depends=(
+  gdk-pixbuf2
+  glib2
+  gnome-desktop
+  gtk3
+  libgee
+  libgexiv2
+  libgranite.so
+  libswitchboard-2.0.so
+  plank
+  tumbler
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(switchboard-plug-desktop::git+https://github.com/elementary/switchboard-plug-pantheon-shell.git#tag=6b81f07172e8cdd8332ae6fbe50f2e0ed1e7d1e8)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd switchboard-plug-desktop
+
+  git describe --tags
+}
+
+prepare() {
+  sed 's|/usr/share/backgrounds|/usr/share/backgrounds/elementary|' -i 
switchboard-plug-desktop/src/Views/Wallpaper.vala
+}
+
+build() {
+  arch-meson switchboard-plug-desktop build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in switchboard-plug-display/trunk (PKGBUILD)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:03:05
  Author: alucryd
Revision: 613004

upgpkg: switchboard-plug-display 2.2.1-1

Modified:
  switchboard-plug-display/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 11:02:23 UTC (rev 613003)
+++ PKGBUILD2020-04-09 11:03:05 UTC (rev 613004)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=switchboard-plug-display
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc='Switchboard Display Plug'
 arch=(x86_64)
@@ -21,7 +21,7 @@
   switchboard
   vala
 )
-source=(git+https://github.com/elementary/switchboard-plug-display.git#tag=4e59ebc335c80592d07f0fc48f27aa5556e34247)
+source=(git+https://github.com/elementary/switchboard-plug-display.git#tag=53a8bcbca1916f541999b28d78906eee772ad3b3)
 sha256sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in switchboard-plug-desktop/trunk (PKGBUILD)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 11:02:09
  Author: alucryd
Revision: 613002

upgpkg: switchboard-plug-desktop 2.8.3-1

Modified:
  switchboard-plug-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 10:55:06 UTC (rev 613001)
+++ PKGBUILD2020-04-09 11:02:09 UTC (rev 613002)
@@ -1,8 +1,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=switchboard-plug-desktop
-pkgver=2.8.2
-pkgrel=2
+pkgver=2.8.3
+pkgrel=1
 pkgdesc='Switchboard Desktop Plug'
 arch=(x86_64)
 url=https://github.com/elementary/switchboard-plug-pantheon-shell
@@ -25,7 +25,7 @@
   meson
   vala
 )
-source=(switchboard-plug-desktop::git+https://github.com/elementary/switchboard-plug-pantheon-shell.git#tag=b738b8cc0ff267eec47e90677e086aef5c825a0a)
+source=(switchboard-plug-desktop::git+https://github.com/elementary/switchboard-plug-pantheon-shell.git#tag=6b81f07172e8cdd8332ae6fbe50f2e0ed1e7d1e8)
 sha256sums=('SKIP')
 
 pkgver() {


[arch-commits] Commit in switchboard-plug-about/trunk (PKGBUILD)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 10:54:34
  Author: alucryd
Revision: 612998

upgpkg: switchboard-plug-about 2.6.2-1

Modified:
  switchboard-plug-about/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 10:52:51 UTC (rev 612997)
+++ PKGBUILD2020-04-09 10:54:34 UTC (rev 612998)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=switchboard-plug-about
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 pkgdesc='Switchboard About Plug'
 arch=(x86_64)
@@ -20,7 +20,7 @@
   meson
   vala
 )
-source=(git+https://github.com/elementary/switchboard-plug-about.git#tag=d060848e7d654a449d1f86b1f2a70ac0a412dd4b)
+source=(git+https://github.com/elementary/switchboard-plug-about.git#tag=a06a6853a0b547109da1569a4a9087282c8a3e29)
 sha256sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in switchboard-plug-about/repos/community-x86_64 (2 files)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 10:54:41
  Author: alucryd
Revision: 612999

archrelease: copy trunk to community-x86_64

Added:
  switchboard-plug-about/repos/community-x86_64/PKGBUILD
(from rev 612998, switchboard-plug-about/trunk/PKGBUILD)
Deleted:
  switchboard-plug-about/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 10:54:34 UTC (rev 612998)
+++ PKGBUILD2020-04-09 10:54:41 UTC (rev 612999)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=switchboard-plug-about
-pkgver=2.6.1
-pkgrel=1
-pkgdesc='Switchboard About Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-about
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  libgee
-  libgranite.so
-  libswitchboard-2.0.so
-)
-makedepends=(
-  git
-  meson
-  vala
-)
-source=(git+https://github.com/elementary/switchboard-plug-about.git#tag=d060848e7d654a449d1f86b1f2a70ac0a412dd4b)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd switchboard-plug-about
-
-  git describe --tags
-}
-
-build() {
-  arch-meson switchboard-plug-about build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-about/repos/community-x86_64/PKGBUILD (from rev 
612998, switchboard-plug-about/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 10:54:41 UTC (rev 612999)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-about
+pkgver=2.6.2
+pkgrel=1
+pkgdesc='Switchboard About Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-about
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+  libswitchboard-2.0.so
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/switchboard-plug-about.git#tag=a06a6853a0b547109da1569a4a9087282c8a3e29)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-about
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-about build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in switchboard-plug-applications/trunk (PKGBUILD)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 10:54:57
  Author: alucryd
Revision: 613000

upgpkg: switchboard-plug-applications 2.1.7-1

Modified:
  switchboard-plug-applications/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 10:54:41 UTC (rev 612999)
+++ PKGBUILD2020-04-09 10:54:57 UTC (rev 613000)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=switchboard-plug-applications
-pkgver=2.1.6
+pkgver=2.1.7
 pkgrel=1
 pkgdesc='Switchboard Applications Plug'
 arch=(x86_64)
@@ -20,7 +20,7 @@
   meson
   vala
 )
-source=(git+https://github.com/elementary/switchboard-plug-applications.git#tag=02d3b0b91c7290b5741790c756d10dc8ca66c774)
+source=(git+https://github.com/elementary/switchboard-plug-applications.git#tag=efdf7b468d1be2250c4dcd6a468974c4151f6edb)
 sha256sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in switchboard-plug-applications/repos/community-x86_64 (2 files)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 10:55:06
  Author: alucryd
Revision: 613001

archrelease: copy trunk to community-x86_64

Added:
  switchboard-plug-applications/repos/community-x86_64/PKGBUILD
(from rev 613000, switchboard-plug-applications/trunk/PKGBUILD)
Deleted:
  switchboard-plug-applications/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 10:54:57 UTC (rev 613000)
+++ PKGBUILD2020-04-09 10:55:06 UTC (rev 613001)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=switchboard-plug-applications
-pkgver=2.1.6
-pkgrel=1
-pkgdesc='Switchboard Applications Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-applications
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  libgee
-  libgranite.so
-  libswitchboard-2.0.so
-)
-makedepends=(
-  git
-  meson
-  vala
-)
-source=(git+https://github.com/elementary/switchboard-plug-applications.git#tag=02d3b0b91c7290b5741790c756d10dc8ca66c774)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd switchboard-plug-applications
-
-  git describe --tags
-}
-
-build() {
-  arch-meson switchboard-plug-applications build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-applications/repos/community-x86_64/PKGBUILD (from rev 
613000, switchboard-plug-applications/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 10:55:06 UTC (rev 613001)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-applications
+pkgver=2.1.7
+pkgrel=1
+pkgdesc='Switchboard Applications Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-applications
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+  libswitchboard-2.0.so
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/switchboard-plug-applications.git#tag=efdf7b468d1be2250c4dcd6a468974c4151f6edb)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-applications
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-applications build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 10:52:45
  Author: alucryd
Revision: 612996

upgpkg: pantheon-photos 2.7.0-1

Modified:
  pantheon-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 10:52:16 UTC (rev 612995)
+++ PKGBUILD2020-04-09 10:52:45 UTC (rev 612996)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-photos
-pkgver=2.6.5
+pkgver=2.7.0
 pkgrel=1
 pkgdesc='The Pantheon Photos Manager'
 arch=(x86_64)
@@ -38,7 +38,7 @@
 )
 optdepends=('webkit2gtk: Publishing plugins')
 groups=(pantheon)
-source=(pantheon-photos::git+https://github.com/elementary/photos.git#tag=4c01882555f6dac04515e737e6fb15f54a58074c)
+source=(pantheon-photos::git+https://github.com/elementary/photos.git#tag=84e161733d921a4a8a520bfc8a2654d69928c942)
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 10:52:51
  Author: alucryd
Revision: 612997

archrelease: copy trunk to community-x86_64

Added:
  pantheon-photos/repos/community-x86_64/PKGBUILD
(from rev 612996, pantheon-photos/trunk/PKGBUILD)
Deleted:
  pantheon-photos/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 10:52:45 UTC (rev 612996)
+++ PKGBUILD2020-04-09 10:52:51 UTC (rev 612997)
@@ -1,60 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-photos
-pkgver=2.6.5
-pkgrel=1
-pkgdesc='The Pantheon Photos Manager'
-arch=(x86_64)
-url=https://github.com/elementary/photos
-license=(GPL3)
-depends=(
-  cairo
-  gdk-pixbuf2
-  geocode-glib
-  glib2
-  gst-plugins-base-libs
-  gstreamer
-  gtk3
-  json-glib
-  libexif
-  libgee
-  libgexiv2
-  libgphoto2
-  libgranite.so
-  libgudev-1.0.so
-  libraw
-  libsoup
-  libxml2
-  pango
-  rest
-  sqlite
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-  webkit2gtk
-)
-optdepends=('webkit2gtk: Publishing plugins')
-groups=(pantheon)
-source=(pantheon-photos::git+https://github.com/elementary/photos.git#tag=4c01882555f6dac04515e737e6fb15f54a58074c)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd pantheon-photos
-
-  git describe --tags
-}
-
-build() {
-  arch-meson pantheon-photos build \
--D libunity=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-photos/repos/community-x86_64/PKGBUILD (from rev 612996, 
pantheon-photos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 10:52:51 UTC (rev 612997)
@@ -0,0 +1,60 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-photos
+pkgver=2.7.0
+pkgrel=1
+pkgdesc='The Pantheon Photos Manager'
+arch=(x86_64)
+url=https://github.com/elementary/photos
+license=(GPL3)
+depends=(
+  cairo
+  gdk-pixbuf2
+  geocode-glib
+  glib2
+  gst-plugins-base-libs
+  gstreamer
+  gtk3
+  json-glib
+  libexif
+  libgee
+  libgexiv2
+  libgphoto2
+  libgranite.so
+  libgudev-1.0.so
+  libraw
+  libsoup
+  libxml2
+  pango
+  rest
+  sqlite
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+  webkit2gtk
+)
+optdepends=('webkit2gtk: Publishing plugins')
+groups=(pantheon)
+source=(pantheon-photos::git+https://github.com/elementary/photos.git#tag=84e161733d921a4a8a520bfc8a2654d69928c942)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-photos
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-photos build \
+-D libunity=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in wingpanel-indicator-bluetooth/repos/community-x86_64 (2 files)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 10:52:16
  Author: alucryd
Revision: 612995

archrelease: copy trunk to community-x86_64

Added:
  wingpanel-indicator-bluetooth/repos/community-x86_64/PKGBUILD
(from rev 612994, wingpanel-indicator-bluetooth/trunk/PKGBUILD)
Deleted:
  wingpanel-indicator-bluetooth/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 10:52:10 UTC (rev 612994)
+++ PKGBUILD2020-04-09 10:52:16 UTC (rev 612995)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=wingpanel-indicator-bluetooth
-pkgver=2.1.4
-pkgrel=1
-pkgdesc='Wingpanel Bluetooth Indicator'
-arch=(x86_64)
-url=https://github.com/elementary/wingpanel-indicator-bluetooth
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  bluez
-  glib2
-  gtk3
-  libgranite.so
-  libwingpanel-2.0.so
-)
-makedepends=(
-  git
-  meson
-  vala
-  wingpanel
-)
-source=(git+https://github.com/elementary/wingpanel-indicator-bluetooth.git#tag=64ac0db83952ee99ae46915bbb527b06168d79fb)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd wingpanel-indicator-bluetooth
-
-  git describe --tags
-}
-
-build() {
-  arch-meson wingpanel-indicator-bluetooth build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: wingpanel-indicator-bluetooth/repos/community-x86_64/PKGBUILD (from rev 
612994, wingpanel-indicator-bluetooth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 10:52:16 UTC (rev 612995)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=wingpanel-indicator-bluetooth
+pkgver=2.1.5
+pkgrel=1
+pkgdesc='Wingpanel Bluetooth Indicator'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-bluetooth
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  bluez
+  glib2
+  gtk3
+  libgranite.so
+  libwingpanel-2.0.so
+)
+makedepends=(
+  git
+  meson
+  vala
+  wingpanel
+)
+source=(git+https://github.com/elementary/wingpanel-indicator-bluetooth.git#tag=e96dba1995d5a76b4b37b3219dc4189102e54fa7)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd wingpanel-indicator-bluetooth
+
+  git describe --tags
+}
+
+build() {
+  arch-meson wingpanel-indicator-bluetooth build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 10:51:22
  Author: alucryd
Revision: 379924

upgpkg: tomcat9 9.0.34-1

Modified:
  tomcat9/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 09:58:13 UTC (rev 379923)
+++ PKGBUILD2020-04-09 10:51:22 UTC (rev 379924)
@@ -2,7 +2,7 @@
 # Contributor: Olli 
 
 pkgname=tomcat9
-pkgver=9.0.33
+pkgver=9.0.34
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 4.0 and JavaServer 
Pages 2.3 technologies'
 arch=(any)
@@ -35,7 +35,7 @@
   A9C5DF4D22E8D9875A5110C01C5A2F6059E7 # Mark E D Thomas
   713DA88BE50911535FE716F5208B0AB1D63011C7 # Violeta Georgieva Georgieva
 )
-sha256sums=('d5cd9463492f4552229295a9a8c00615748f85e9de36434847d495e95b0ef796'
+sha256sums=('321de5b18a48ec09d2963d9faba4bfeafc7dd2203d80a2ef7e7a20b159e2120a'
 'SKIP'
 'df2199080b3e4061eb8d454045428d7d340e527972c497309f69392ab2e3186f'
 '63d8a28af96e6c7232595e7eab3bb7930f0eebcd89a5b1e3bc17b80cb2580db5'


[arch-commits] Commit in tomcat9/repos/extra-any (10 files)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 10:51:31
  Author: alucryd
Revision: 379925

archrelease: copy trunk to extra-any

Added:
  tomcat9/repos/extra-any/PKGBUILD
(from rev 379924, tomcat9/trunk/PKGBUILD)
  tomcat9/repos/extra-any/tomcat9.install
(from rev 379924, tomcat9/trunk/tomcat9.install)
  tomcat9/repos/extra-any/tomcat9.service
(from rev 379924, tomcat9/trunk/tomcat9.service)
  tomcat9/repos/extra-any/tomcat9.sysusers
(from rev 379924, tomcat9/trunk/tomcat9.sysusers)
  tomcat9/repos/extra-any/tomcat9.tmpfiles
(from rev 379924, tomcat9/trunk/tomcat9.tmpfiles)
Deleted:
  tomcat9/repos/extra-any/PKGBUILD
  tomcat9/repos/extra-any/tomcat9.install
  tomcat9/repos/extra-any/tomcat9.service
  tomcat9/repos/extra-any/tomcat9.sysusers
  tomcat9/repos/extra-any/tomcat9.tmpfiles

--+
 PKGBUILD |  182 ++---
 tomcat9.install  |   32 -
 tomcat9.service  |   70 ++--
 tomcat9.sysusers |2 
 tomcat9.tmpfiles |   10 +-
 5 files changed, 148 insertions(+), 148 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 10:51:22 UTC (rev 379924)
+++ PKGBUILD2020-04-09 10:51:31 UTC (rev 379925)
@@ -1,91 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Olli 
-
-pkgname=tomcat9
-pkgver=9.0.33
-pkgrel=1
-pkgdesc='Open source implementation of the Java Servlet 4.0 and JavaServer 
Pages 2.3 technologies'
-arch=(any)
-url=https://tomcat.apache.org/
-license=(APACHE)
-depends=(
-  'java-runtime>=8'
-  java-jsvc
-  java-commons-daemon
-  eclipse-ecj
-)
-optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-backup=(
-  etc/tomcat9/catalina.policy
-  etc/tomcat9/catalina.properties
-  etc/tomcat9/context.xml
-  etc/tomcat9/logging.properties
-  etc/tomcat9/server.xml
-  etc/tomcat9/tomcat-users.xml
-  etc/tomcat9/web.xml
-)
-install=tomcat9.install
-source=(
-  
https://archive.apache.org/dist/tomcat/tomcat-9/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz{,.asc}
-  tomcat9.service
-  tomcat9.sysusers
-  tomcat9.tmpfiles
-)
-validpgpkeys=(
-  A9C5DF4D22E8D9875A5110C01C5A2F6059E7 # Mark E D Thomas
-  713DA88BE50911535FE716F5208B0AB1D63011C7 # Violeta Georgieva Georgieva
-)
-sha256sums=('d5cd9463492f4552229295a9a8c00615748f85e9de36434847d495e95b0ef796'
-'SKIP'
-'df2199080b3e4061eb8d454045428d7d340e527972c497309f69392ab2e3186f'
-'63d8a28af96e6c7232595e7eab3bb7930f0eebcd89a5b1e3bc17b80cb2580db5'
-'5cf1be7e6975c909d9935b2226a5aec4f783de154d910d3b65860286a3ce2a7b')
-_gid_log=19
-_gid_tomcat=58
-_uid_tomcat=58
-
-package() {
-  cd apache-tomcat-${pkgver}
-
-  # Tomcat general files
-  install -dm 755 "${pkgdir}"/usr/share/{,java/}tomcat9
-  cp -dr --no-preserve=ownership bin "${pkgdir}"/usr/share/tomcat9
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm 
"${pkgdir}"/usr/share/tomcat9/bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  ln -s /usr/share/java/commons-daemon.jar 
"${pkgdir}"/usr/share/tomcat9/bin/commons-daemon.jar
-
-  install -m 644 lib/* "${pkgdir}"/usr/share/java/tomcat9
-  # eclipse-ecj is packaged on its own
-  rm "${pkgdir}"/usr/share/java/tomcat9/ecj-*.jar
-  ln -s ../eclipse-ecj.jar "${pkgdir}"/usr/share/java/tomcat9/ecj.jar
-
-  ln -s /usr/share/java/tomcat9 "${pkgdir}"/usr/share/tomcat9/lib
-
-  # We log through systemd but this would still be required for stock Tomcat 
logging
-  install -dm 775 -o ${_uid_tomcat} -g ${_gid_log} "${pkgdir}"/var/log/tomcat9
-  ln -s /var/log/tomcat9 "${pkgdir}"/usr/share/tomcat9/logs
-  touch "${pkgdir}"/var/log/tomcat9/catalina.{out,err}
-  chgrp ${_gid_log} "${pkgdir}"/var/log/tomcat9/catalina.{out,err}
-
-  install -dm 775 "${pkgdir}"/etc/tomcat9
-  install -m 640 -g ${_gid_tomcat} conf/* "${pkgdir}"/etc/tomcat9
-  install -dm 775 -g ${_gid_tomcat} "${pkgdir}"/etc/tomcat9/Catalina
-  ln -s /etc/tomcat9 "${pkgdir}"/usr/share/tomcat9/conf
-
-  install -dm 775 "${pkgdir}"/var/lib/tomcat9
-  cp -r webapps "${pkgdir}"/var/lib/tomcat9
-  chown -R ${_uid_tomcat}:${_gid_tomcat} "${pkgdir}"/var/lib/tomcat9
-  chmod 775 "${pkgdir}"/var/lib/tomcat9/webapps
-  ln -s /var/lib/tomcat9/webapps "${pkgdir}"/usr/share/tomcat9/webapps
-
-  install -dm 1777 "${pkgdir}"/var/tmp
-  install -dm 775 -o ${_uid_tomcat} -g ${_gid_tomcat} 
"${pkgdir}"/var/tmp/tomcat9/{temp,work}
-  ln -s /var/tmp/tomcat9/temp "${pkgdir}"/usr/share/tomcat9/temp
-  ln -s /var/tmp/tomcat9/work "${pkgdir}"/usr/share/tomcat9/work
-
-  install -Dm 644 ../tomcat9.service 
"${pkgdir}"/usr/lib/systemd/system/tomcat9.service
-  install -Dm 644 ../tomcat9.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/tomcat9.conf
-  install -Dm 644 ../tomcat9.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/tomcat9.conf
-}
-
-# vim: ts=2 sw=2 et:

Copied: tomcat9/repos/extra-any/PKGBUILD (from rev 379924, 
tomcat9/trunk/PKGBUILD)

[arch-commits] Commit in wingpanel-indicator-bluetooth/trunk (PKGBUILD)

2020-04-09 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 9, 2020 @ 10:52:10
  Author: alucryd
Revision: 612994

upgpkg: wingpanel-indicator-bluetooth 2.1.5-1

Modified:
  wingpanel-indicator-bluetooth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 09:53:54 UTC (rev 612993)
+++ PKGBUILD2020-04-09 10:52:10 UTC (rev 612994)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=wingpanel-indicator-bluetooth
-pkgver=2.1.4
+pkgver=2.1.5
 pkgrel=1
 pkgdesc='Wingpanel Bluetooth Indicator'
 arch=(x86_64)
@@ -21,7 +21,7 @@
   vala
   wingpanel
 )
-source=(git+https://github.com/elementary/wingpanel-indicator-bluetooth.git#tag=64ac0db83952ee99ae46915bbb527b06168d79fb)
+source=(git+https://github.com/elementary/wingpanel-indicator-bluetooth.git#tag=e96dba1995d5a76b4b37b3219dc4189102e54fa7)
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-04-09 Thread Antonio Rojas via arch-commits
Date: Thursday, April 9, 2020 @ 09:57:35
  Author: arojas
Revision: 379922

Update to 0.9.4

Modified:
  libssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 07:55:43 UTC (rev 379921)
+++ PKGBUILD2020-04-09 09:57:35 UTC (rev 379922)
@@ -6,7 +6,7 @@
 
 pkgbase=libssh
 pkgname=(libssh libssh-docs)
-pkgver=0.9.3
+pkgver=0.9.4
 pkgrel=1
 pkgdesc="Library for accessing ssh client services through C libraries"
 url="https://www.libssh.org/;
@@ -15,7 +15,7 @@
 depends=(zlib openssl)
 makedepends=(cmake cmocka doxygen python)
 
source=(https://www.libssh.org/files/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.asc})
-sha256sums=('2c8b5f894dced58b3d629f16f3afa6562c20b4bdc894639163cf657833688f0c'
+sha256sums=('150897a569852ac05aac831dc417a7ba8e610c86ca2e0154a99c6ade2486226b'
 'SKIP')
 validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 

 


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

2020-04-09 Thread Antonio Rojas via arch-commits
Date: Thursday, April 9, 2020 @ 09:58:13
  Author: arojas
Revision: 379923

archrelease: copy trunk to extra-x86_64

Added:
  libssh/repos/extra-x86_64/PKGBUILD
(from rev 379922, libssh/trunk/PKGBUILD)
Deleted:
  libssh/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 09:57:35 UTC (rev 379922)
+++ PKGBUILD2020-04-09 09:58:13 UTC (rev 379923)
@@ -1,59 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Tom Gundersen 
-# Contributor: Andrea Scarpino 
-# Contributor: ice-man 
-# Contributor: sergeantspoon 
-
-pkgbase=libssh
-pkgname=(libssh libssh-docs)
-pkgver=0.9.3
-pkgrel=1
-pkgdesc="Library for accessing ssh client services through C libraries"
-url="https://www.libssh.org/;
-license=(LGPL)
-arch=(x86_64)
-depends=(zlib openssl)
-makedepends=(cmake cmocka doxygen python)
-source=(https://www.libssh.org/files/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.asc})
-sha256sums=('2c8b5f894dced58b3d629f16f3afa6562c20b4bdc894639163cf657833688f0c'
-'SKIP')
-validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 

-
-prepare() {
-  # disable the test. It is confused by our clean container setup.
-  # 'extra-x86-build' uses user 'nobody' that has a record in /etc/passwd file
-  # but $HOME envvar is set to '/build'. The test expects that $HOME 
corresponds to passwd file.
-  sed 's/cmocka_unit_test(torture_path_expand_tilde_unix),//' -i 
libssh-${pkgver}/tests/unittests/torture_misc.c
-
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_GSSAPI=OFF \
--DUNIT_TESTING=ON
-  make
-  make docs
-}
-
-check() {
-  cd build
-  make test
-}
-
-package_libssh() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-
-package_libssh-docs() {
-  pkgdesc="Documentation for libssh"
-  depends=()
-
-  mkdir -p "$pkgdir"/usr/share/doc/libssh
-  cp -r build/doc/html "$pkgdir"/usr/share/doc/libssh
-#  cp -r build/doc/man "$pkgdir"/usr/share
-#  rm "$pkgdir"/usr/share/man/man3/{bug,deprecated}.*
-}

Copied: libssh/repos/extra-x86_64/PKGBUILD (from rev 379922, 
libssh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 09:58:13 UTC (rev 379923)
@@ -0,0 +1,59 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+# Contributor: ice-man 
+# Contributor: sergeantspoon 
+
+pkgbase=libssh
+pkgname=(libssh libssh-docs)
+pkgver=0.9.4
+pkgrel=1
+pkgdesc="Library for accessing ssh client services through C libraries"
+url="https://www.libssh.org/;
+license=(LGPL)
+arch=(x86_64)
+depends=(zlib openssl)
+makedepends=(cmake cmocka doxygen python)
+source=(https://www.libssh.org/files/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('150897a569852ac05aac831dc417a7ba8e610c86ca2e0154a99c6ade2486226b'
+'SKIP')
+validpgpkeys=('8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D') # Andreas Schneider 

+
+prepare() {
+  # disable the test. It is confused by our clean container setup.
+  # 'extra-x86-build' uses user 'nobody' that has a record in /etc/passwd file
+  # but $HOME envvar is set to '/build'. The test expects that $HOME 
corresponds to passwd file.
+  sed 's/cmocka_unit_test(torture_path_expand_tilde_unix),//' -i 
libssh-${pkgver}/tests/unittests/torture_misc.c
+
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_GSSAPI=OFF \
+-DUNIT_TESTING=ON
+  make
+  make docs
+}
+
+check() {
+  cd build
+  make test
+}
+
+package_libssh() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+
+package_libssh-docs() {
+  pkgdesc="Documentation for libssh"
+  depends=()
+
+  mkdir -p "$pkgdir"/usr/share/doc/libssh
+  cp -r build/doc/html "$pkgdir"/usr/share/doc/libssh
+#  cp -r build/doc/man "$pkgdir"/usr/share
+#  rm "$pkgdir"/usr/share/man/man3/{bug,deprecated}.*
+}


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

2020-04-09 Thread David Runge via arch-commits
Date: Thursday, April 9, 2020 @ 09:53:45
  Author: dvzrv
Revision: 612992

upgpkg: molecule 3.0.3-1: Upgrading to 3.0.3.

Removing vagrant based plugin from optdepends. Not in the repos yet.
Fixing tests to not run functional tests.

Modified:
  molecule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 09:01:14 UTC (rev 612991)
+++ PKGBUILD2020-04-09 09:53:45 UTC (rev 612992)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 
 pkgname=molecule
-pkgver=3.0.2
-pkgrel=3
+pkgver=3.0.3
+pkgrel=1
 pkgdesc="Aids in the development and testing of Ansible roles"
 arch=('any')
 url="https://github.com/ansible-community/molecule;
@@ -12,7 +12,7 @@
 'python-gilt' 'python-jinja' 'python-paramiko' 'python-pexpect' 'python-pluggy'
 'python-sh' 'python-six' 'python-tabulate' 'python-tree-format' 'python-yaml'
 'yamllint')
-makedepends=('python-setuptools-scm' 'python-simplejson' )
+makedepends=('python-setuptools-scm' 'python-simplejson')
 # TODO: potentially add 'python-shade'
 checkdepends=('docker' 'python-ansi2html' 'python-docker' 'python-mock'
 'python-pytest' 'python-pytest-cov' 'python-pytest-helpers-namespace'
@@ -21,13 +21,15 @@
 optdepends=('docker: for the docker driver'
 'podman: for the podman driver'
 'python-pywinrm: for Windows support'
-'python-testinfra: for the testinfra verifier'
-'python-vagrant: for the vagrant driver')
+'python-testinfra: for the testinfra verifier')
+# waiting on shibumi to move this to community
+#'molecule-vagrant: for the vagrant driver')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('fc7a1b4c70f075f9fdf3288c248406ab650569799d0b038e03547e7d0a3937b594a4de1b676cee204df1ddce6b85e5a3378b92a578e8d1b5b02bcc2ef224ccd3')
+sha512sums=('4ffe5c10769ddf18adf028673f4f5a0b729274a7f9b030d18315e2dc2fc3097ac49629e405a54f6d549ecd3ef62d2297ec23a3d20b63f9da631b61da0ad436e3')
 
 prepare() {
   cd "$pkgname-$pkgver"
+  # python-pre-commit is absolutely not a runtime dependency
   sed -e '/pre-commit/d' -i setup.cfg
 }
 
@@ -50,6 +52,7 @@
   # do not run tests that require interaction with the docker daemon
   pytest -v \
  --ignore='molecule/test/functional/docker/' \
+ --ignore='molecule/test/functional/test_command.py' \
  -k 'not test_execute \
  and not test_execute_bakes \
  and not test_execute_bakes_with_ansible_args \


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

2020-04-09 Thread David Runge via arch-commits
Date: Thursday, April 9, 2020 @ 09:53:54
  Author: dvzrv
Revision: 612993

archrelease: copy trunk to community-any

Added:
  molecule/repos/community-any/PKGBUILD
(from rev 612992, molecule/trunk/PKGBUILD)
Deleted:
  molecule/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 09:53:45 UTC (rev 612992)
+++ PKGBUILD2020-04-09 09:53:54 UTC (rev 612993)
@@ -1,67 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=molecule
-pkgver=3.0.2
-pkgrel=3
-pkgdesc="Aids in the development and testing of Ansible roles"
-arch=('any')
-url="https://github.com/ansible-community/molecule;
-license=('MIT')
-depends=('ansible' 'python-cerberus' 'python-click' 'python-click-completion'
-'python-click-help-colors' 'python-colorama' 'python-cookiecutter'
-'python-gilt' 'python-jinja' 'python-paramiko' 'python-pexpect' 'python-pluggy'
-'python-sh' 'python-six' 'python-tabulate' 'python-tree-format' 'python-yaml'
-'yamllint')
-makedepends=('python-setuptools-scm' 'python-simplejson' )
-# TODO: potentially add 'python-shade'
-checkdepends=('docker' 'python-ansi2html' 'python-docker' 'python-mock'
-'python-pytest' 'python-pytest-cov' 'python-pytest-helpers-namespace'
-'python-pytest-html' 'python-pytest-mock' 'python-pytest-sugar'
-'python-pytest-verbose-parametrize' 'python-pytest-xdist' 'python-testinfra')
-optdepends=('docker: for the docker driver'
-'podman: for the podman driver'
-'python-pywinrm: for Windows support'
-'python-testinfra: for the testinfra verifier'
-'python-vagrant: for the vagrant driver')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('fc7a1b4c70f075f9fdf3288c248406ab650569799d0b038e03547e7d0a3937b594a4de1b676cee204df1ddce6b85e5a3378b92a578e8d1b5b02bcc2ef224ccd3')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  sed -e '/pre-commit/d' -i setup.cfg
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  # installing into test location, so pytest can pick up the executable
-  mkdir -vp test_dir
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="test_dir"
-  local python_version="$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')"
-  export 
PYTHONPATH="${PWD}/test_dir/usr/lib/python${python_version}/site-packages/:${PYTHONPATH}"
-  export PATH="${PWD}/test_dir/usr/bin:${PATH}"
-  # do not run tests that require interaction with the docker daemon
-  pytest -v \
- --ignore='molecule/test/functional/docker/' \
- -k 'not test_execute \
- and not test_execute_bakes \
- and not test_execute_bakes_with_ansible_args \
- and not test_executes_cathces_and_exits_return_code_with_stdout'
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 {AUTHORS,CHANGELOG,CONTRIBUTING,README}.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: molecule/repos/community-any/PKGBUILD (from rev 612992, 
molecule/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 09:53:54 UTC (rev 612993)
@@ -0,0 +1,70 @@
+# Maintainer: David Runge 
+
+pkgname=molecule
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="Aids in the development and testing of Ansible roles"
+arch=('any')
+url="https://github.com/ansible-community/molecule;
+license=('MIT')
+depends=('ansible' 'python-cerberus' 'python-click' 'python-click-completion'
+'python-click-help-colors' 'python-colorama' 'python-cookiecutter'
+'python-gilt' 'python-jinja' 'python-paramiko' 'python-pexpect' 'python-pluggy'
+'python-sh' 'python-six' 'python-tabulate' 'python-tree-format' 'python-yaml'
+'yamllint')
+makedepends=('python-setuptools-scm' 'python-simplejson')
+# TODO: potentially add 'python-shade'
+checkdepends=('docker' 'python-ansi2html' 'python-docker' 'python-mock'
+'python-pytest' 'python-pytest-cov' 'python-pytest-helpers-namespace'
+'python-pytest-html' 'python-pytest-mock' 'python-pytest-sugar'
+'python-pytest-verbose-parametrize' 'python-pytest-xdist' 'python-testinfra')
+optdepends=('docker: for the docker driver'
+'podman: for the podman driver'
+'python-pywinrm: for Windows support'
+'python-testinfra: for the testinfra verifier')
+# waiting on shibumi to move this to community
+#'molecule-vagrant: for the vagrant driver')

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

2020-04-09 Thread Jonas Witschel via arch-commits
Date: Thursday, April 9, 2020 @ 09:01:14
  Author: diabonas
Revision: 612991

archrelease: copy trunk to community-x86_64

Added:
  tpm2-tools/repos/community-x86_64/PKGBUILD
(from rev 612990, tpm2-tools/trunk/PKGBUILD)
Deleted:
  tpm2-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 09:01:07 UTC (rev 612990)
+++ PKGBUILD2020-04-09 09:01:14 UTC (rev 612991)
@@ -1,37 +0,0 @@
-# Maintainer: Jonas Witschel 
-# Contributor: Bruno Pagani 
-
-pkgname=tpm2-tools
-pkgver=4.1.1
-pkgrel=1
-pkgdesc="Trusted Platform Module 2.0 tools based on tpm2-tss"
-arch=(x86_64)
-url="https://github.com/tpm2-software/tpm2-tools;
-license=(BSD)
-depends=(curl openssl tpm2-tss)
-optdepends=('tpm2-abrmd: user space resource manager')
-checkdepends=(cmocka ibm-sw-tpm2 iproute2 python-yaml tpm2-abrmd xxd)
-source=("$url/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('25952cf947f0acd16b1a8dbd3ac8573bce85ff970a7e24c290c4f9cd29418e77a3e48ac82c932fbd250887a9303ab301ff92db594c2fffaba47b873382444d26'
-'SKIP')
-validpgpkeys=(5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1  # William Roberts 
(Bill Roberts) 
-  6313E6DC41AAFC315A8760A414986F6944B1F72B) # Desai, Imran 
(idesai-github-gpg) 
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---sysconfdir=/etc \
---prefix=/usr $( ((CHECKFUNC)) && echo --enable-unit)
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-make check
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: tpm2-tools/repos/community-x86_64/PKGBUILD (from rev 612990, 
tpm2-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 09:01:14 UTC (rev 612991)
@@ -0,0 +1,36 @@
+# Maintainer: Jonas Witschel 
+# Contributor: Bruno Pagani 
+pkgname=tpm2-tools
+pkgver=4.2
+pkgrel=1
+pkgdesc='Trusted Platform Module 2.0 tools based on tpm2-tss'
+arch=('x86_64')
+url='https://github.com/tpm2-software/tpm2-tools'
+license=('BSD')
+depends=('curl' 'openssl' 'tpm2-tss')
+optdepends=('tpm2-abrmd: user space resource manager')
+checkdepends=('cmocka' 'expect' 'ibm-sw-tpm2' 'iproute2' 'python-yaml' 
'tpm2-abrmd' 'xxd')
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('7aaf549dd77307e5ad93d4b34737d684c8a7384996143124f10b188f5e99860940902cee83538e6957997859420dd430d6d27979b223beae515aab94ac8fb235'
+'SKIP')
+validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1'  # William Roberts 
(Bill Roberts) 
+  '6313E6DC41AAFC315A8760A414986F6944B1F72B') # Desai, Imran 
(idesai-github-gpg) 
+
+build() {
+   cd "$pkgname-$pkgver"
+   ./configure \
+   --sysconfdir=/etc \
+   --prefix=/usr $( ((CHECKFUNC)) && echo --enable-unit)
+   make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make check
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 doc/LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2020-04-09 Thread Jonas Witschel via arch-commits
Date: Thursday, April 9, 2020 @ 09:01:07
  Author: diabonas
Revision: 612990

upgpkg: tpm2-tools 4.2-1: upstream release

Modified:
  tpm2-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 08:35:14 UTC (rev 612989)
+++ PKGBUILD2020-04-09 09:01:07 UTC (rev 612990)
@@ -1,7 +1,7 @@
 # Maintainer: Jonas Witschel 
 # Contributor: Bruno Pagani 
 pkgname=tpm2-tools
-pkgver=4.1.1
+pkgver=4.2
 pkgrel=1
 pkgdesc='Trusted Platform Module 2.0 tools based on tpm2-tss'
 arch=('x86_64')
@@ -9,9 +9,9 @@
 license=('BSD')
 depends=('curl' 'openssl' 'tpm2-tss')
 optdepends=('tpm2-abrmd: user space resource manager')
-checkdepends=('cmocka' 'ibm-sw-tpm2' 'iproute2' 'python-yaml' 'tpm2-abrmd' 
'xxd')
+checkdepends=('cmocka' 'expect' 'ibm-sw-tpm2' 'iproute2' 'python-yaml' 
'tpm2-abrmd' 'xxd')
 source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('25952cf947f0acd16b1a8dbd3ac8573bce85ff970a7e24c290c4f9cd29418e77a3e48ac82c932fbd250887a9303ab301ff92db594c2fffaba47b873382444d26'
+sha512sums=('7aaf549dd77307e5ad93d4b34737d684c8a7384996143124f10b188f5e99860940902cee83538e6957997859420dd430d6d27979b223beae515aab94ac8fb235'
 'SKIP')
 validpgpkeys=('5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1'  # William Roberts 
(Bill Roberts) 
   '6313E6DC41AAFC315A8760A414986F6944B1F72B') # Desai, Imran 
(idesai-github-gpg) 
@@ -32,5 +32,5 @@
 package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
-   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+   install -Dm644 doc/LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
 }


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

2020-04-09 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 9, 2020 @ 08:35:14
  Author: svenstaro
Revision: 612989

archrelease: copy trunk to community-x86_64

Added:
  sd/repos/community-x86_64/PKGBUILD
(from rev 612988, sd/trunk/PKGBUILD)
Deleted:
  sd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 08:35:01 UTC (rev 612988)
+++ PKGBUILD2020-04-09 08:35:14 UTC (rev 612989)
@@ -1,22 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Wesley Moore 
-pkgname=sd
-pkgver=0.6.5
-pkgrel=1
-pkgdesc='Intuitive find & replace'
-arch=('x86_64')
-url="https://github.com/chmln/sd;
-license=('MIT')
-makedepends=('rust' 'cargo' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/chmln/sd/archive/${pkgver}.tar.gz;)
-sha256sums=('ed38e5103080373b00443f72683ac2785b18e354ab6ef4797e27af028be9baf2')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-package() {
-  install -Dm755 "$pkgname-$pkgver/target/release/$pkgname" 
"$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sd/repos/community-x86_64/PKGBUILD (from rev 612988, sd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 08:35:14 UTC (rev 612989)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Wesley Moore 
+pkgname=sd
+pkgver=0.7.2
+pkgrel=1
+pkgdesc='Intuitive find & replace'
+arch=('x86_64')
+url="https://github.com/chmln/sd;
+license=('MIT')
+makedepends=('rust' 'cargo' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/chmln/sd/archive/v${pkgver}.tar.gz;)
+sha256sums=('8efd38c7641f94f0cf83f04ac4e6033c1794b93dbfdaca893c3403801afe7cc2')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --release --locked
+}
+
+package() {
+  install -Dm755 "$pkgname-$pkgver/target/release/$pkgname" 
"$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-04-09 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, April 9, 2020 @ 08:35:01
  Author: svenstaro
Revision: 612988

upgpkg: sd 0.7.2-1

Modified:
  sd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-09 08:04:52 UTC (rev 612987)
+++ PKGBUILD2020-04-09 08:35:01 UTC (rev 612988)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Wesley Moore 
 pkgname=sd
-pkgver=0.6.5
+pkgver=0.7.2
 pkgrel=1
 pkgdesc='Intuitive find & replace'
 arch=('x86_64')
@@ -8,8 +8,8 @@
 url="https://github.com/chmln/sd;
 license=('MIT')
 makedepends=('rust' 'cargo' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/chmln/sd/archive/${pkgver}.tar.gz;)
-sha256sums=('ed38e5103080373b00443f72683ac2785b18e354ab6ef4797e27af028be9baf2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/chmln/sd/archive/v${pkgver}.tar.gz;)
+sha256sums=('8efd38c7641f94f0cf83f04ac4e6033c1794b93dbfdaca893c3403801afe7cc2')
 
 build() {
   cd "$pkgname-$pkgver"


  1   2   >